Serialized Form
Package net.sourceforge.pmd |
serialVersionUID: 6938647389367956874L
severity
int severity
Package net.sourceforge.pmd.cpd |
Package net.sourceforge.pmd.lang.ast |
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 |
Package net.sourceforge.pmd.lang.dfa |
Package net.sourceforge.pmd.lang.java.ast |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
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.
Package net.sourceforge.pmd.lang.jsp.ast |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
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.
startLine
int startLine
endLine
int endLine
startColumn
int startColumn
endColumn
int endColumn
startTagName
String startTagName
endTagName
String endTagName
line
int line
ruleName
String ruleName
Package net.sourceforge.pmd.util.designer |
rulenameField
JTextField rulenameField
rulemsgField
JTextField rulemsgField
ruledescField
JTextArea ruledescField
ruleXMLArea
JTextArea ruleXMLArea
xpathQueryArea
JTextArea xpathQueryArea
codeEditorPane
CodeEditorTextPane codeEditorPane
dfaCanvas
DFAPanel.DFACanvas dfaCanvas
nodeList
JList nodeList
nodes
DefaultListModel nodes
node
Node node
x
int x
y
int y
lines
LineGetter lines
Package net.sourceforge.pmd.util.viewer.gui |
model
ViewerModel model
tree
JTree tree
model
ViewerModel model
list
JList list
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
exc
Exception exc
okBtn
JButton okBtn
model
ViewerModel model
sourceCodeArea
JTextArea sourceCodeArea
model
ViewerModel model
xPathArea
JTextArea xPathArea
Package net.sourceforge.pmd.util.viewer.gui.menu |
model
ViewerModel model
node
Node node
model
ViewerModel model
node
Node node
model
ViewerModel model
node
Node node
model
ViewerModel model
fragment
String fragment
Copyright © 2002-2012 InfoEther. All Rights Reserved.