Uses of Interface
org.apache.commons.jexl3.JxltEngine.Expression

Packages that use JxltEngine.Expression
org.apache.commons.jexl3 Provides a framework for evaluating JEXL expressions. 
org.apache.commons.jexl3.internal Provides utilities for introspection services. 
 

Uses of JxltEngine.Expression in org.apache.commons.jexl3
 

Methods in org.apache.commons.jexl3 that return JxltEngine.Expression
abstract  JxltEngine.Expression JxltEngine.createExpression(JexlInfo info, String expression)
          Creates a a JxltEngine.Expression from an expression string.
 JxltEngine.Expression JxltEngine.createExpression(String expression)
          Creates a a JxltEngine.Expression from an expression string.
 JxltEngine.Expression JxltEngine.Expression.getSource()
          Retrieves this expression's source expression.
 JxltEngine.Expression JxltEngine.Expression.prepare(JexlContext context)
          Evaluates the immediate sub-expressions.
 

Uses of JxltEngine.Expression in org.apache.commons.jexl3.internal
 

Methods in org.apache.commons.jexl3.internal that return JxltEngine.Expression
 JxltEngine.Expression TemplateEngine.createExpression(JexlInfo info, String expression)
           
 

Methods in org.apache.commons.jexl3.internal with parameters of type JxltEngine.Expression
 boolean TemplateDebugger.debug(JxltEngine.Expression je)
          Position the debugger on the root of a template expression.
 



Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.