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