public class SimpleNode extends SimpleNode implements Node
| Modifier and Type | Field and Description |
|---|---|
protected JspParser |
parser |
beginColumn, beginLine, children, endColumn, endLine, id, parent| Constructor and Description |
|---|
SimpleNode(int i) |
SimpleNode(JspParser p,
int i) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
childrenAccept(JspParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
java.lang.Object |
jjtAccept(JspParserVisitor 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, jjtSetParentprotected JspParser parser
public SimpleNode(int i)
public SimpleNode(JspParser p, int i)
public void jjtOpen()
Nodepublic void jjtClose()
Nodepublic java.lang.Object jjtAccept(JspParserVisitor visitor, java.lang.Object data)
public java.lang.Object childrenAccept(JspParserVisitor visitor, java.lang.Object data)
public java.lang.String toString()
toString in class java.lang.Object