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, isConstant
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString
public 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.Node
jjtAccept
in class org.apache.commons.jexl2.parser.ASTArrayAccess
visitor
- the visitordata
- contextual dataCopyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.