Serialized Form
Package com.puppycrawl.tools.checkstyle |
mName
java.lang.String mName
- The name of this configuration
mChildren
java.util.ArrayList<E> mChildren
- the list of child Configurations
mAttributeMap
java.util.Map<K,V> mAttributeMap
- the map from attribute names to attribute values
Package com.puppycrawl.tools.checkstyle.api |
mFileName
java.lang.String mFileName
- filename event associated with
mMessage
LocalizedMessage mMessage
- message associated with the event
mLineNo
int mLineNo
- the line number
mColumnNo
int mColumnNo
- the column number
mChildCount
int mChildCount
- number of children
mParent
DetailAST mParent
- the parent token
mPreviousSibling
DetailAST mPreviousSibling
- previous sibling
mBranchTokenTypes
java.util.BitSet mBranchTokenTypes
- All token types in this branch.
Token 'x' (where x is an int) is in this branch
if mBranchTokenTypes.get(x) is true.
readResolve
private java.lang.Object readResolve()
- Ensures that we don't get multiple instances of one Scope
during deserialization. See Section 3.6 of the Java Object
Serialization Specification for details.
mCode
int mCode
- the SCOPECODE_XYZ value of this scope.
mName
java.lang.String mName
- the name of this scope.
readResolve
private java.lang.Object readResolve()
- Ensures that we don't get multiple instances of one SeverityLevel
during deserialization. See Section 3.6 of the Java Object
Serialization Specification for details.
mCode
int mCode
- the SEVERITYCODE_XYZ value of this severity level.
mName
java.lang.String mName
- the name of this severity level.
Package com.puppycrawl.tools.checkstyle.checks |
readResolve
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Ensures that we don't get multiple instances of one AbstractOption
during deserialization. See Section 3.6 of the Java Object
Serialization Specification for details.
- Throws:
java.io.ObjectStreamException
- if a deserialization error occurs
mStrRep
java.lang.String mStrRep
- the string representation of the option
mLineSeparator
java.lang.String mLineSeparator
- the line separator representation
Package com.puppycrawl.tools.checkstyle.checks.blocks |
Package com.puppycrawl.tools.checkstyle.checks.j2ee |
Package com.puppycrawl.tools.checkstyle.checks.whitespace |
Package com.puppycrawl.tools.checkstyle.gui |
tree
com.puppycrawl.tools.checkstyle.gui.JTreeTable.TreeTableCellRenderer tree
- A subclass of JTree.
mTreeTable
JTreeTable mTreeTable
mParseTreeModel
ParseTreeModel mParseTreeModel
mJTextArea
javax.swing.JTextArea mJTextArea
mLastDirectory
java.io.File mLastDirectory
mCurrentFile
java.io.File mCurrentFile
reloadAction
javax.swing.Action reloadAction
mTree
javax.swing.JTree mTree
mTreeTableModel
TreeTableModel mTreeTableModel