Uses of Class
org.apache.commons.jexl2.parser.ASTJexlScript

Packages that use ASTJexlScript
org.apache.commons.jexl2 Provides a framework for evaluating JEXL expressions. 
org.apache.commons.jexl2.parser Contains the Parser for JEXL script. 
 

Uses of ASTJexlScript in org.apache.commons.jexl2
 

Fields in org.apache.commons.jexl2 declared as ASTJexlScript
protected  ASTJexlScript ExpressionImpl.script
          The resulting AST we can interpret.
 

Fields in org.apache.commons.jexl2 with type parameters of type ASTJexlScript
protected  JexlEngine.SoftCache<String,ASTJexlScript> JexlEngine.cache
          The expression cache.
 

Methods in org.apache.commons.jexl2 that return ASTJexlScript
protected  ASTJexlScript JexlEngine.parse(CharSequence expression, JexlInfo info)
          Deprecated. Use JexlEngine.parse(CharSequence, JexlInfo, Scope) instead
protected  ASTJexlScript JexlEngine.parse(CharSequence expression, JexlInfo info, JexlEngine.Scope frame)
          Parses an expression.
 

Methods in org.apache.commons.jexl2 with parameters of type ASTJexlScript
protected  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.
 Object Interpreter.visit(ASTJexlScript node, Object data)
          
 

Constructors in org.apache.commons.jexl2 with parameters of type ASTJexlScript
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 ASTJexlScript
 ASTJexlScript Parser.JexlScript()
          Statements
 ASTJexlScript Parser.parse(Reader reader, JexlInfo info)
           
 

Methods in org.apache.commons.jexl2.parser with parameters of type ASTJexlScript
 Object ParserVisitor.visit(ASTJexlScript node, Object data)
           
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.