Uses of Class
org.apache.commons.jexl3.parser.ASTReference
Packages that use ASTReference
Package
Description
Provides utilities for introspection services.
Contains the Parser for JEXL script.
-
Uses of ASTReference in org.apache.commons.jexl3.internal
Methods in org.apache.commons.jexl3.internal with parameters of type ASTReferenceModifier and TypeMethodDescriptionprivate ObjectInterpreter.evalCatch(ASTReference catchVar, JexlNode catchBody, JexlException caught, Object data) Evaluate the catch in a try/catch/finally.protected ObjectDebugger.visit(ASTReference node, Object data) protected ObjectInterpreter.visit(ASTReference node, Object data) protected ObjectScriptVisitor.visit(ASTReference node, Object data) -
Uses of ASTReference in org.apache.commons.jexl3.parser
Methods in org.apache.commons.jexl3.parser with parameters of type ASTReferenceModifier and TypeMethodDescriptionprotected abstract ObjectParserVisitor.visit(ASTReference node, Object data)