JexlNode.Literal<T>children, id, parent, value| Constructor and Description |
|---|
ASTIdentifier(int id) |
ASTIdentifier(org.apache.commons.jexl2.parser.Parser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRegister() |
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 ASTIdentifier(int id)
public ASTIdentifier(org.apache.commons.jexl2.parser.Parser p,
int id)
public int getRegister()
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 SimpleNodevisitor - the visitordata - contextual dataCopyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.