Class ASTIdentifier
java.lang.Object
org.apache.commons.jexl2.parser.SimpleNode
org.apache.commons.jexl2.parser.JexlNode
org.apache.commons.jexl2.parser.ASTIdentifier
- Direct Known Subclasses:
ASTVar
Identifiers, variables and registers.
-
Nested Class Summary
Nested classes/interfaces inherited from class JexlNode
JexlNode.Literal<T> -
Field Summary
Fields inherited from class SimpleNode
children, id, parent, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintjjtAccept(ParserVisitor visitor, Object data) Accept the visitor.Methods inherited from class JexlNode
debugInfo, debugString, isConstant, isConstantMethods inherited from class SimpleNode
childrenAccept, dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString
-
Constructor Details
-
ASTIdentifier
-
ASTIdentifier
-
-
Method Details
-
getRegister
-
jjtAccept
Description copied from class:SimpleNodeAccept the visitor.- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode- Parameters:
visitor- the visitordata- contextual data- Returns:
- result of visit
-