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