Node
public class ASTProductions extends JJTreeNode
Constructor | Description |
---|---|
ASTProductions(int id) |
|
ASTProductions(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 ASTProductions(int id)
public ASTProductions(JJTreeParser p, int id)
public java.lang.Object jjtAccept(JJTreeParserVisitor visitor, java.lang.Object data)
jjtAccept
in interface Node
jjtAccept
in class SimpleNode