public final class ASTReferenceExpression
extends org.apache.commons.jexl2.parser.ASTArrayAccess
JexlNode.Literal<T>children, id, parent, value| Constructor and Description |
|---|
ASTReferenceExpression(int id) |
ASTReferenceExpression(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.
|
debugInfo, debugString, isConstant, isConstantchildrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toStringpublic ASTReferenceExpression(int id)
public ASTReferenceExpression(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)
jjtAccept in interface org.apache.commons.jexl2.parser.NodejjtAccept in class org.apache.commons.jexl2.parser.ASTArrayAccessvisitor - the visitordata - contextual dataCopyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.