Uses of Class
org.apache.commons.jexl2.parser.ASTJexlScript
Packages that use ASTJexlScript
-
Uses of ASTJexlScript in org.apache.commons.jexl2
Fields in org.apache.commons.jexl2 declared as ASTJexlScriptModifier and TypeFieldDescriptionprotected final ASTJexlScript
ExpressionImpl.script
The resulting AST we can interpret.Fields in org.apache.commons.jexl2 with type parameters of type ASTJexlScriptModifier and TypeFieldDescriptionprotected JexlEngine.SoftCache<String,
ASTJexlScript> JexlEngine.cache
The expression cache.Methods in org.apache.commons.jexl2 that return ASTJexlScriptModifier and TypeMethodDescriptionprotected ASTJexlScript
JexlEngine.parse
(CharSequence expression, JexlInfo info) Deprecated.protected ASTJexlScript
JexlEngine.parse
(CharSequence expression, JexlInfo info, JexlEngine.Scope frame) Parses an expression.Methods in org.apache.commons.jexl2 with parameters of type ASTJexlScriptModifier and TypeMethodDescriptionprotected Expression
JexlEngine.createExpression
(ASTJexlScript tree, String text) An overridable through covariant return Expression creator.protected Script
JexlEngine.createScript
(ASTJexlScript tree, String text) An overridable through covariant return Script creator.Interpreter.visit
(ASTJexlScript node, Object data) Constructors in org.apache.commons.jexl2 with parameters of type ASTJexlScriptModifierConstructorDescriptionprotected
ExpressionImpl
(JexlEngine engine, String expr, ASTJexlScript ref) Do not let this be generally instantiated with a 'new'. -
Uses of ASTJexlScript in org.apache.commons.jexl2.parser
Methods in org.apache.commons.jexl2.parser that return ASTJexlScriptMethods in org.apache.commons.jexl2.parser with parameters of type ASTJexlScriptModifier and TypeMethodDescriptionParserDefaultVisitor.visit
(ASTJexlScript node, Object data) ParserVisitor.visit
(ASTJexlScript node, Object data)
JexlEngine.parse(CharSequence, JexlInfo, Scope)
instead