public class ASTVar extends ASTIdentifier
JexlNode.Literal<T>children, id, parent, value| Constructor and Description |
|---|
ASTVar(int id) |
ASTVar(org.apache.commons.jexl2.parser.Parser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
jjtAccept(org.apache.commons.jexl2.parser.ParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
getRegisterdebugInfo, debugString, isConstant, isConstantchildrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toStringpublic ASTVar(int id)
public ASTVar(org.apache.commons.jexl2.parser.Parser p,
int id)
public java.lang.Object jjtAccept(org.apache.commons.jexl2.parser.ParserVisitor visitor,
java.lang.Object data)
SimpleNodejjtAccept in interface org.apache.commons.jexl2.parser.NodejjtAccept in class ASTIdentifiervisitor - the visitordata - contextual dataCopyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.