Serialized Form


Package net.sourceforge.pmd

Class net.sourceforge.pmd.PMDException extends Exception implements Serializable

serialVersionUID: 6938647389367956874L

Serialized Fields

severity

int severity

Class net.sourceforge.pmd.RuleSetNotFoundException extends Exception implements Serializable


Package net.sourceforge.pmd.cpd

Class net.sourceforge.pmd.cpd.ReportException extends Exception implements Serializable


Package net.sourceforge.pmd.lang.ast

Class net.sourceforge.pmd.lang.ast.ParseException extends RuntimeException implements Serializable

Class net.sourceforge.pmd.lang.ast.TokenMgrError extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package net.sourceforge.pmd.lang.ast.xpath

Class net.sourceforge.pmd.lang.ast.xpath.DocumentNavigator extends org.jaxen.DefaultNavigator implements Serializable


Package net.sourceforge.pmd.lang.cpp.ast

Class net.sourceforge.pmd.lang.cpp.ast.Token extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.


Package net.sourceforge.pmd.lang.dfa

Class net.sourceforge.pmd.lang.dfa.LinkerException extends Exception implements Serializable

Class net.sourceforge.pmd.lang.dfa.SequenceException extends Exception implements Serializable

Class net.sourceforge.pmd.lang.dfa.VariableAccessException extends Exception implements Serializable


Package net.sourceforge.pmd.lang.java.ast

Class net.sourceforge.pmd.lang.java.ast.ParseException extends ParseException implements Serializable

serialVersionUID: 1L

Serialized Fields

currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class net.sourceforge.pmd.lang.java.ast.Token extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.

Class net.sourceforge.pmd.lang.java.ast.Token.GTToken extends Token implements Serializable

Serialized Fields

realKind

int realKind

Package net.sourceforge.pmd.lang.jsp.ast

Class net.sourceforge.pmd.lang.jsp.ast.ParseException extends ParseException implements Serializable

serialVersionUID: 1L

Serialized Fields

currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class net.sourceforge.pmd.lang.jsp.ast.StartAndEndTagMismatchException extends SyntaxErrorException implements Serializable

Serialized Fields

startLine

int startLine

endLine

int endLine

startColumn

int startColumn

endColumn

int endColumn

startTagName

String startTagName

endTagName

String endTagName

Class net.sourceforge.pmd.lang.jsp.ast.SyntaxErrorException extends ParseException implements Serializable

Serialized Fields

line

int line

ruleName

String ruleName

Class net.sourceforge.pmd.lang.jsp.ast.Token extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.


Package net.sourceforge.pmd.lang.matlab.ast

Class net.sourceforge.pmd.lang.matlab.ast.Token extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.


Package net.sourceforge.pmd.lang.objectivec.ast

Class net.sourceforge.pmd.lang.objectivec.ast.Token extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.


Package net.sourceforge.pmd.lang.plsql.ast

Class net.sourceforge.pmd.lang.plsql.ast.ParseException extends ParseException implements Serializable

serialVersionUID: 1L

Serialized Fields

currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class net.sourceforge.pmd.lang.plsql.ast.Token extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.


Package net.sourceforge.pmd.lang.python.ast

Class net.sourceforge.pmd.lang.python.ast.Token extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.


Package net.sourceforge.pmd.lang.vm.ast

Class net.sourceforge.pmd.lang.vm.ast.MacroParseException extends ParseException implements Serializable

serialVersionUID: -4985224672336070689L

Serialized Fields

templateName

String templateName

Class net.sourceforge.pmd.lang.vm.ast.ParseException extends ParseException implements Serializable

serialVersionUID: 1L

Serialized Fields

currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class net.sourceforge.pmd.lang.vm.ast.TemplateParseException extends ParseException implements Serializable

serialVersionUID: -3146323135623083918L

Serialized Fields

templateName

String templateName
This is the name of the template which contains the parsing error, or null if not defined.


specialConstructor

boolean specialConstructor

Class net.sourceforge.pmd.lang.vm.ast.Token extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.

Class net.sourceforge.pmd.lang.vm.ast.TokenMgrError extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package net.sourceforge.pmd.util.designer

Class net.sourceforge.pmd.util.designer.CodeEditorTextPane extends JTextPane implements Serializable

Class net.sourceforge.pmd.util.designer.CreateXMLRulePanel extends JPanel implements Serializable

Serialized Fields

rulenameField

JTextField rulenameField

rulemsgField

JTextField rulemsgField

ruledescField

JTextArea ruledescField

ruleXMLArea

JTextArea ruleXMLArea

xpathQueryArea

JTextArea xpathQueryArea

codeEditorPane

CodeEditorTextPane codeEditorPane

Class net.sourceforge.pmd.util.designer.DFAPanel extends JComponent implements Serializable

Serialized Fields

dfaCanvas

DFAPanel.DFACanvas dfaCanvas

nodeList

JList nodeList

nodes

DefaultListModel nodes

Class net.sourceforge.pmd.util.designer.DFAPanel.DFACanvas extends JPanel implements Serializable

Serialized Fields

node

Node node

x

int x

y

int y

lines

LineGetter lines

Package net.sourceforge.pmd.util.viewer.gui

Class net.sourceforge.pmd.util.viewer.gui.ASTPanel extends JPanel implements Serializable

Serialized Fields

model

ViewerModel model

tree

JTree tree

Class net.sourceforge.pmd.util.viewer.gui.EvaluationResultsPanel extends JPanel implements Serializable

Serialized Fields

model

ViewerModel model

list

JList list

Class net.sourceforge.pmd.util.viewer.gui.MainFrame extends JFrame implements Serializable

Serialized Fields

model

ViewerModel model

sourcePanel

SourceCodePanel sourcePanel

xPathPanel

XPathPanel xPathPanel

evalBtn

JButton evalBtn

statusLbl

JLabel statusLbl

jdk13MenuItem

JRadioButtonMenuItem jdk13MenuItem

jdk14MenuItem

JRadioButtonMenuItem jdk14MenuItem

jdk15MenuItem

JRadioButtonMenuItem jdk15MenuItem

jdk16MenuItem

JRadioButtonMenuItem jdk16MenuItem

jdk17MenuItem

JRadioButtonMenuItem jdk17MenuItem

plsqlMenuItem

JRadioButtonMenuItem plsqlMenuItem

Class net.sourceforge.pmd.util.viewer.gui.ParseExceptionHandler extends JDialog implements Serializable

Serialized Fields

exc

Exception exc

okBtn

JButton okBtn

Class net.sourceforge.pmd.util.viewer.gui.SourceCodePanel extends JPanel implements Serializable

Serialized Fields

model

ViewerModel model

sourceCodeArea

JTextArea sourceCodeArea

Class net.sourceforge.pmd.util.viewer.gui.XPathPanel extends JTabbedPane implements Serializable

Serialized Fields

model

ViewerModel model

xPathArea

JTextArea xPathArea

Package net.sourceforge.pmd.util.viewer.gui.menu

Class net.sourceforge.pmd.util.viewer.gui.menu.ASTNodePopupMenu extends JPopupMenu implements Serializable

Serialized Fields

model

ViewerModel model

node

Node node

Class net.sourceforge.pmd.util.viewer.gui.menu.AttributesSubMenu extends JMenu implements Serializable

Serialized Fields

model

ViewerModel model

node

Node node

Class net.sourceforge.pmd.util.viewer.gui.menu.SimpleNodeSubMenu extends JMenu implements Serializable

Serialized Fields

model

ViewerModel model

node

Node node

Class net.sourceforge.pmd.util.viewer.gui.menu.XPathFragmentAddingItem extends JMenuItem implements Serializable

Serialized Fields

model

ViewerModel model

fragment

String fragment



Copyright © 2002–2015 InfoEther. All rights reserved.