Serialized Form
Package com.puppycrawl.tools.checkstyle |
mFileName
java.lang.String mFileName
- filename event associated with
mLine
int mLine
- line event associated with
mColumn
int mColumn
- column event associated with
mMessage
java.lang.String mMessage
- message of event
mStrRep
java.lang.String mStrRep
- the string representation of the option
readObject
private void readObject(java.io.ObjectInputStream aStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Extend default deserialization to initialize the RE member variables.
mJavadocScope
Scope mJavadocScope
- visibility scope where Javadoc is checked
mIllegalImports
java.util.HashSet mIllegalImports
- illegal imports
mIllegalInstantiations
java.util.HashSet mIllegalInstantiations
- illegal instantiations
mCacheFile
java.lang.String mCacheFile
- name of the cache file
mHeaderLines
java.lang.String[] mHeaderLines
- the header lines to check for
mHeaderIgnoreLineNo
java.util.TreeSet mHeaderIgnoreLineNo
- line numbers to ignore in header
mRCurly
RightCurlyOption mRCurly
- where to place right curlies
mParenPadOption
PadOption mParenPadOption
- how to pad parenthesis
mWrapOpOption
WrapOpOption mWrapOpOption
- how to wrap operators
mBasedir
java.lang.String mBasedir
- whether to use basedir
mBooleanProps
java.util.Set mBooleanProps
- set of boolean properties
mIntProps
java.util.Map mIntProps
- map of int properties
mPatterns
java.util.Map mPatterns
- map of all the pattern properties
mBlockProps
java.util.Map mBlockProps
- map of all the BlockOption properties
mLCurliesProps
java.util.Map mLCurliesProps
- map of all the LeftCurlyOption properties
mStrRep
java.lang.String mStrRep
- the string representation of the option
mStrRep
java.lang.String mStrRep
- the string representation of the option
mStrRep
java.lang.String mStrRep
- the string representation of the option
mCode
int mCode
- the SCOPECODE_XYZ value of this scope.
mName
java.lang.String mName
- the name of this scope.
mStrRep
java.lang.String mStrRep
- the string representation of the option