Serialized Form


Package com.puppycrawl.tools.checkstyle

Class com.puppycrawl.tools.checkstyle.DefaultConfiguration extends Object implements Serializable

serialVersionUID: 1157875385356127169L

Serialized Fields

mName

String mName
The name of this configuration


mChildren

List<E> mChildren
the list of child Configurations


mAttributeMap

Map<K,V> mAttributeMap
the map from attribute names to attribute values


mMessages

Map<K,V> mMessages
the map containing custom messages.


Package com.puppycrawl.tools.checkstyle.api

Class com.puppycrawl.tools.checkstyle.api.AuditEvent extends EventObject implements Serializable

serialVersionUID: -3774725606973812736L

Serialized Fields

mFileName

String mFileName
filename event associated with

Class com.puppycrawl.tools.checkstyle.api.CheckstyleException extends Exception implements Serializable

serialVersionUID: -3517342299748221108L

Class com.puppycrawl.tools.checkstyle.api.DetailAST extends antlr.CommonAST implements Serializable

serialVersionUID: -2580884815577559874L

Serialized Fields

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

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.

Class com.puppycrawl.tools.checkstyle.api.LocalizedMessage extends Object implements Serializable

serialVersionUID: 5675176836184862150L

Serialized Fields

mLineNo

int mLineNo
the line number


mColNo

int mColNo
the column number


mSeverityLevel

SeverityLevel mSeverityLevel
the severity level


mModuleId

String mModuleId
the id of the module generating the message.


mKey

String mKey
key for the message format


mArgs

Object[] mArgs
arguments for MessageFormat


mBundle

String mBundle
name of the resource bundle to get messages from


mSourceClass

Class<T> mSourceClass
class of the source for this LocalizedMessage


mCustomMessage

String mCustomMessage
a custom message overriding the default message from the bundle.


Package com.puppycrawl.tools.checkstyle.gui

Class com.puppycrawl.tools.checkstyle.gui.JTreeTable extends JTable implements Serializable

serialVersionUID: -8493693409423365387L

Serialized Fields

tree

com.puppycrawl.tools.checkstyle.gui.JTreeTable.TreeTableCellRenderer tree
A subclass of JTree.

Class com.puppycrawl.tools.checkstyle.gui.ParseTreeInfoPanel extends JPanel implements Serializable

serialVersionUID: -4243405131202059043L

Serialized Fields

mTreeTable

JTreeTable mTreeTable

mParseTreeModel

ParseTreeModel mParseTreeModel

mJTextArea

JTextArea mJTextArea

mLastDirectory

File mLastDirectory

mCurrentFile

File mCurrentFile

reloadAction

Action reloadAction

Class com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter extends AbstractTableModel implements Serializable

serialVersionUID: 8269213416115369275L

Serialized Fields

mTree

JTree mTree

mTreeTableModel

TreeTableModel mTreeTableModel



Copyright © 2001-2012. All Rights Reserved.