Node
public class ASTREEOF extends JJTreeNode
Constructor | Description |
---|---|
ASTREEOF(int id) |
|
ASTREEOF(JJTreeParser p,
int id) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
jjtAccept(JJTreeParserVisitor visitor,
java.lang.Object data) |
Accept the visitor.
|
getFirstToken, getLastToken, getOrdinal, jjtAddChild, jjtCreate, print, setFirstToken, setLastToken, setOrdinal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
childrenAccept, dump, getId, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString
public ASTREEOF(int id)
public ASTREEOF(JJTreeParser p, int id)
public java.lang.Object jjtAccept(JJTreeParserVisitor visitor, java.lang.Object data)
jjtAccept
in interface Node
jjtAccept
in class SimpleNode