public class SimpleJavaNode extends SimpleNode implements JavaNode
beginColumn, beginLine, children, endColumn, endLine, id, parent, parser| Constructor and Description |
|---|
SimpleJavaNode(int i) |
SimpleJavaNode(JavaParser p,
int i) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
childrenAccept(JavaParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
java.lang.Object |
jjtAccept(JavaParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
void |
jjtClose()
This method is called after all the child nodes have been
added.
|
void |
jjtOpen()
This method is called after the node has been made the current
node.
|
java.lang.String |
toString() |
appendElement, asXml, containsChildOfType, dump, dumpChildren, findChildNodesWithXPath, findChildrenOfType, findChildrenOfType, findChildrenOfType, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstParentOfType, getImage, getLabel, getNthParent, getParentsOfType, getScope, hasImageEqualTo, jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtSetParent, setDataFlowNode, setImage, setScope, testingOnly__setBeginColumn, testingOnly__setBeginLine, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitjjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtSetParentpublic SimpleJavaNode(JavaParser p, int i)
public SimpleJavaNode(int i)
public void jjtOpen()
Nodepublic void jjtClose()
Nodepublic java.lang.Object jjtAccept(JavaParserVisitor visitor, java.lang.Object data)
public java.lang.Object childrenAccept(JavaParserVisitor visitor, java.lang.Object data)
public java.lang.String toString()
toString in class java.lang.Object