public class ASTIdentifier extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
protected boolean |
variable |
| Constructor and Description |
|---|
ASTIdentifier(ASPParser p,
int id) |
ASTIdentifier(int id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
jjtAccept(ASPParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
void |
setName(java.lang.String name) |
void |
setVariable(boolean variable) |
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toStringpublic ASTIdentifier(int id)
public ASTIdentifier(ASPParser p, int id)
public void setName(java.lang.String name)
public void setVariable(boolean variable)
public java.lang.Object jjtAccept(ASPParserVisitor visitor, java.lang.Object data)
jjtAccept in interface NodejjtAccept in class SimpleNode