public class ASTConstant extends SimpleNode
children, id, parent, parser| Constructor and Description |
|---|
ASTConstant(int id) |
ASTConstant(Parser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue() |
Object |
jjtAccept(ParserVisitor visitor,
Object data)
Accept the visitor.
|
void |
setValue(Object val) |
String |
toString() |
childrenAccept, dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toStringpublic ASTConstant(int id)
public ASTConstant(Parser p, int id)
public void setValue(Object val)
public Object getValue()
public Object jjtAccept(ParserVisitor visitor, Object data) throws ParseException
jjtAccept in interface NodejjtAccept in class SimpleNodeParseExceptionpublic String toString()
toString in class SimpleNodeCopyright © 2018. All rights reserved.