|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.pmd.lang.ast.AbstractNode
net.sourceforge.pmd.lang.java.ast.AbstractJavaNode
net.sourceforge.pmd.lang.java.ast.DummyJavaNode
public class DummyJavaNode
This is a basic JavaNode implementation, useful when needing to create a dummy node.
| Field Summary |
|---|
| Fields inherited from class net.sourceforge.pmd.lang.java.ast.AbstractJavaNode |
|---|
parser |
| Fields inherited from class net.sourceforge.pmd.lang.ast.AbstractNode |
|---|
beginColumn, beginLine, childIndex, children, endColumn, endLine, firstToken, id, lastToken, parent |
| Constructor Summary | |
|---|---|
DummyJavaNode(int id)
|
|
DummyJavaNode(JavaParser parser,
int id)
|
|
| Method Summary |
|---|
| Methods inherited from class net.sourceforge.pmd.lang.java.ast.AbstractJavaNode |
|---|
childrenAccept, comment, comment, getScope, jjtAccept, jjtClose, jjtOpen, setScope, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface net.sourceforge.pmd.lang.ast.Node |
|---|
findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtSetChildIndex, jjtSetParent, setDataFlowNode, setImage, setUserData |
| Constructor Detail |
|---|
public DummyJavaNode(int id)
public DummyJavaNode(JavaParser parser,
int id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||