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