Serialized Form


Package com.puppycrawl.tools.checkstyle

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

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

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

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

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.AbstractTreeTableModel extends Object implements Serializable

Serialized Fields

mRoot

Object mRoot

mListenerList

EventListenerList mListenerList

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

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

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.ParseTreeModel extends AbstractTreeTableModel implements Serializable

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

Serialized Fields

mTree

JTree mTree

mTreeTableModel

TreeTableModel mTreeTableModel


Back to the Checkstyle Home Page