Serialized Form

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

Serialized Fields

model

ViewerModel model

node

SimpleNode node


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

Serialized Fields

model

ViewerModel model

tree

javax.swing.JTree tree


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

Serialized Fields

model

ViewerModel model

node

SimpleNode node


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


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

Serialized Fields

model

ViewerModel model

list

javax.swing.JList list


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

Serialized Fields

model

ViewerModel model

sourcePanel

SourceCodePanel sourcePanel

astPanel

ASTPanel astPanel

xPathPanel

XPathPanel xPathPanel

compileBtn

javax.swing.JButton compileBtn

evalBtn

javax.swing.JButton evalBtn


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

Serialized Fields

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

java.lang.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

java.lang.String eol
The end of line string for this machine.


Class net.sourceforge.pmd.cpd.cppast.ParseException extends java.lang.RuntimeException implements Serializable

Serialized Fields

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

java.lang.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

java.lang.String eol
The end of line string for this machine.


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

Serialized Fields

exc

java.lang.Exception exc

errorArea

javax.swing.JTextArea errorArea

okBtn

javax.swing.JButton okBtn


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

Serialized Fields

reason

java.lang.Exception reason

severity

int severity


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

Serialized Fields

cause

java.lang.Throwable cause


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


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

Serialized Fields

model

ViewerModel model

node

SimpleNode node


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

Serialized Fields

model

ViewerModel model

sourceCodeArea

javax.swing.JTextArea sourceCodeArea


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

Serialized Fields

errorCode

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


Class net.sourceforge.pmd.cpd.cppast.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

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


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

Serialized Fields

model

ViewerModel model

fragment

java.lang.String fragment


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

Serialized Fields

model

ViewerModel model

xPathArea

javax.swing.JTextArea xPathArea



Copyright © 2002-2004 Project Ultra*Log @ DARPA. All Rights Reserved.