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