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