public class ASTVariable extends ASTOperation
ASTOperation.OperationTypechildren, id, parent, parser, specialTokens| Constructor and Description |
|---|
ASTVariable(int id) |
ASTVariable(PanParser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
setName(String name) |
String |
toString()
Provide a reasonable String representation of this node.
|
getOperation, getOperationType, getSubtype, setOperation, setOperationTypeaddSpecialToken, dump, getId, getSourceRange, getSpecialTokens, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setSourceRange, toStringpublic ASTVariable(int id)
public ASTVariable(PanParser p, int id)
public void setName(String name)
public String getName()
public String toString()
ASTOperationtoString in class ASTOperationCopyright © 2014 Quattor. All Rights Reserved.