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 Object
Interpreter.evalCatch
(ASTReference catchVar, JexlNode catchBody, JexlException caught, Object data) Evaluate the catch in a try/catch/finally.protected Object
Debugger.visit
(ASTReference node, Object data) protected Object
Interpreter.visit
(ASTReference node, Object data) protected Object
ScriptVisitor.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 Object
ParserVisitor.visit
(ASTReference node, Object data)