Serialized Form


Package com.puppycrawl.tools.checkstyle

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

serialVersionUID: 1157875385356127169L

Serialized Fields

mName

java.lang.String mName
The name of this configuration


mChildren

java.util.List<E> mChildren
the list of child Configurations


mAttributeMap

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


mMessages

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


Package com.puppycrawl.tools.checkstyle.api

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

serialVersionUID: -3774725606973812736L

Serialized Fields

mFileName

java.lang.String mFileName
filename event associated with

Class com.puppycrawl.tools.checkstyle.api.CheckstyleException extends java.lang.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

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.

Class com.puppycrawl.tools.checkstyle.api.LocalizedMessage extends java.lang.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

java.lang.String mModuleId
the id of the module generating the message.


mKey

java.lang.String mKey
key for the message format


mArgs

java.lang.Object[] mArgs
arguments for MessageFormat


mBundle

java.lang.String mBundle
name of the resource bundle to get messages from


mSourceClass

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


mCustomMessage

java.lang.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 javax.swing.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 javax.swing.JPanel implements Serializable

serialVersionUID: -4243405131202059043L

Serialized Fields

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

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

serialVersionUID: 8269213416115369275L

Serialized Fields

mTree

javax.swing.JTree mTree

mTreeTableModel

TreeTableModel mTreeTableModel



Copyright © 2001-2010. All Rights Reserved.