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