Uses of Class
org.apache.commons.jexl2.parser.ASTIdentifier
-
Packages that use ASTIdentifier Package Description org.apache.commons.jexl2 Provides a framework for evaluating JEXL expressions.org.apache.commons.jexl2.parser Contains the Parser for JEXL script. -
-
Uses of ASTIdentifier in org.apache.commons.jexl2
Methods in org.apache.commons.jexl2 with parameters of type ASTIdentifier Modifier and Type Method Description java.lang.Object
Interpreter. visit(ASTIdentifier node, java.lang.Object data)
-
Uses of ASTIdentifier in org.apache.commons.jexl2.parser
Subclasses of ASTIdentifier in org.apache.commons.jexl2.parser Modifier and Type Class Description class
ASTVar
Declares a local variable.Methods in org.apache.commons.jexl2.parser with parameters of type ASTIdentifier Modifier and Type Method Description java.lang.String
JexlParser. checkVariable(ASTIdentifier identifier, java.lang.String image)
Checks whether an identifier is a local variable or argument, ie stored in a register.java.lang.Object
ParserVisitor. visit(ASTIdentifier node, java.lang.Object data)
-