org.quattor.pan.parser
Class ASTVariable
java.lang.Object
org.quattor.pan.parser.SimpleNode
org.quattor.pan.parser.ASTOperation
org.quattor.pan.parser.ASTVariable
- All Implemented Interfaces:
- Node
public class ASTVariable
- extends ASTOperation
| Methods inherited from class org.quattor.pan.parser.SimpleNode |
addSpecialToken, dump, getId, getSourceRange, getSpecialTokens, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setSourceRange, toString |
ASTVariable
public ASTVariable(int id)
ASTVariable
public ASTVariable(PanParser p,
int id)
setName
public void setName(String name)
getName
public String getName()
toString
public String toString()
- Description copied from class:
ASTOperation
- Provide a reasonable String representation of this node.
- Overrides:
toString in class ASTOperation
Copyright © 2011 Quattor. All Rights Reserved.