Uses of Class
org.apache.commons.jexl2.parser.ASTJexlScript
-
Packages that use ASTJexlScript Package Description org.apache.commons.jexl2 org.apache.commons.jexl2.parser -
-
Uses of ASTJexlScript in org.apache.commons.jexl2
Fields in org.apache.commons.jexl2 declared as ASTJexlScript Modifier and Type Field Description protected ASTJexlScriptExpressionImpl. scriptThe resulting AST we can interpret.Fields in org.apache.commons.jexl2 with type parameters of type ASTJexlScript Modifier and Type Field Description protected JexlEngine.SoftCache<java.lang.String,ASTJexlScript>JexlEngine. cacheThe expression cache.Methods in org.apache.commons.jexl2 that return ASTJexlScript Modifier and Type Method Description protected ASTJexlScriptJexlEngine. parse(java.lang.CharSequence expression, JexlInfo info)Deprecated.UseJexlEngine.parse(CharSequence, JexlInfo, Scope)insteadprotected ASTJexlScriptJexlEngine. parse(java.lang.CharSequence expression, JexlInfo info, JexlEngine.Scope frame)Parses an expression.Methods in org.apache.commons.jexl2 with parameters of type ASTJexlScript Modifier and Type Method Description protected ExpressionJexlEngine. createExpression(ASTJexlScript tree, java.lang.String text)An overridable through covariant return Expression creator.protected ScriptJexlEngine. createScript(ASTJexlScript tree, java.lang.String text)An overridable through covariant return Script creator.java.lang.ObjectInterpreter. visit(ASTJexlScript node, java.lang.Object data)Constructors in org.apache.commons.jexl2 with parameters of type ASTJexlScript Constructor Description ExpressionImpl(JexlEngine engine, java.lang.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 ASTJexlScript Modifier and Type Method Description ASTJexlScriptParser. JexlScript()StatementsASTJexlScriptParser. parse(java.io.Reader reader, JexlInfo info)Methods in org.apache.commons.jexl2.parser with parameters of type ASTJexlScript Modifier and Type Method Description java.lang.ObjectParserDefaultVisitor. visit(ASTJexlScript node, java.lang.Object data)java.lang.ObjectParserVisitor. visit(ASTJexlScript node, java.lang.Object data)
-