Uses of Class
org.apache.commons.jexl3.parser.ASTIdentifierAccess
-
Packages that use ASTIdentifierAccess Package Description org.apache.commons.jexl3.internal Provides utilities for introspection services.org.apache.commons.jexl3.parser Contains the Parser for JEXL script. -
-
Uses of ASTIdentifierAccess in org.apache.commons.jexl3.internal
Methods in org.apache.commons.jexl3.internal with parameters of type ASTIdentifierAccess Modifier and Type Method Description private java.lang.Object
Interpreter. evalIdentifier(ASTIdentifierAccess node)
Evaluates an access identifier based on the 2 main implementations; static (name or numbered identifier) or dynamic (jxlt).protected java.lang.Object
Debugger. visit(ASTIdentifierAccess node, java.lang.Object data)
protected java.lang.Object
Interpreter. visit(ASTIdentifierAccess node, java.lang.Object data)
protected java.lang.Object
ScriptVisitor. visit(ASTIdentifierAccess node, java.lang.Object data)
-
Uses of ASTIdentifierAccess in org.apache.commons.jexl3.parser
Subclasses of ASTIdentifierAccess in org.apache.commons.jexl3.parser Modifier and Type Class Description class
ASTIdentifierAccessJxlt
x.`expr`.class
ASTIdentifierAccessSafe
x?.identifier .class
ASTIdentifierAccessSafeJxlt
x?.`expr` .Methods in org.apache.commons.jexl3.parser with parameters of type ASTIdentifierAccess Modifier and Type Method Description protected abstract java.lang.Object
ParserVisitor. visit(ASTIdentifierAccess node, java.lang.Object data)
-