Serialized Form


Package com.puppycrawl.tools.checkstyle

Class com.puppycrawl.tools.checkstyle.AuditEvent implements Serializable

Serialized Fields

mFileName

java.lang.String mFileName
filename event associated with


mMessage

LocalizedMessage mMessage
message associated with the event

Class com.puppycrawl.tools.checkstyle.BlockOption implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Ensures that we don't get multiple instances of one BlockOption during deserialization. See Section 3.6 of the Java Object Serialization Specification for details.

Throws:
java.io.ObjectStreamException - if a deserialization error occurs
Serialized Fields

mStrRep

java.lang.String mStrRep
the string representation of the option

Class com.puppycrawl.tools.checkstyle.Configuration implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream aStream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Extend default deserialization to initialize the RE member variables.

Throws:
java.io.IOException - if an I/O error occurs
java.lang.ClassNotFoundException - if the class of a serialized object could not be found
Serialized Fields

mJavadocScope

Scope mJavadocScope
visibility scope where Javadoc is checked


mHeaderIgnoreLineNo

java.util.TreeSet mHeaderIgnoreLineNo
the lines in the header to ignore


mRCurly

RightCurlyOption mRCurly
where to place right curlies


mParenPadOption

PadOption mParenPadOption
how to pad parenthesis


mWrapOpOption

WrapOpOption mWrapOpOption
how to wrap operators


mBooleanProps

java.util.Set mBooleanProps
set of boolean properties


mStringSetProps

java.util.Map mStringSetProps
map of Set 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


mStringProps

java.util.Map mStringProps
map of all String properties - by default are null

Class com.puppycrawl.tools.checkstyle.LeftCurlyOption implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Ensures that we don't get multiple instances of one LeftCurlyOption during deserialization. See Section 3.6 of the Java Object Serialization Specification for details.

Throws:
java.io.ObjectStreamException - if a deserialization error occurs
Serialized Fields

mStrRep

java.lang.String mStrRep
the string representation of the option

Class com.puppycrawl.tools.checkstyle.MyCommonAST implements Serializable

Serialized Fields

mLineNo

int mLineNo

mColumnNo

int mColumnNo

Class com.puppycrawl.tools.checkstyle.PadOption implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Ensures that we don't get multiple instances of one PadOption during deserialization. See Section 3.6 of the Java Object Serialization Specification for details.

Throws:
java.io.ObjectStreamException - if a deserialization error occurs
Serialized Fields

mStrRep

java.lang.String mStrRep
the string representation of the option

Class com.puppycrawl.tools.checkstyle.RightCurlyOption implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Ensures that we don't get multiple instances of one RightCurlyOption during deserialization. See Section 3.6 of the Java Object Serialization Specification for details.

Throws:
java.io.ObjectStreamException - if a deserialization error occurs
Serialized Fields

mStrRep

java.lang.String mStrRep
the string representation of the option

Class com.puppycrawl.tools.checkstyle.Scope implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
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.

Throws:
java.io.ObjectStreamException - if a deserialization error occurs
Serialized Fields

mCode

int mCode
the SCOPECODE_XYZ value of this scope.


mName

java.lang.String mName
the name of this scope.

Class com.puppycrawl.tools.checkstyle.WrapOpOption implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Ensures that we don't get multiple instances of one WrapOpOption during deserialization. See Section 3.6 of the Java Object Serialization Specification for details.

Throws:
java.io.ObjectStreamException - if a deserialization error occurs
Serialized Fields

mStrRep

java.lang.String mStrRep
the string representation of the option