Uses of Class
org.apache.commons.jexl2.parser.ASTIdentifier
Packages that use ASTIdentifier
-
Uses of ASTIdentifier in org.apache.commons.jexl2
Methods in org.apache.commons.jexl2 with parameters of type ASTIdentifier -
Uses of ASTIdentifier in org.apache.commons.jexl2.parser
Subclasses of ASTIdentifier in org.apache.commons.jexl2.parserMethods in org.apache.commons.jexl2.parser with parameters of type ASTIdentifierModifier and TypeMethodDescriptionJexlParser.checkVariable
(ASTIdentifier identifier, String image) Checks whether an identifier is a local variable or argument, ie stored in a register.ParserDefaultVisitor.visit
(ASTIdentifier node, Object data) ParserVisitor.visit
(ASTIdentifier node, Object data)