Uses of Interface
org.apache.commons.jexl3.JxltEngine.Expression
Packages that use JxltEngine.Expression
-
Uses of JxltEngine.Expression in org.apache.commons.jexl3
Methods in org.apache.commons.jexl3 that return JxltEngine.ExpressionModifier and TypeMethodDescriptionJxltEngine.createExpression
(String expression) Creates aJxltEngine.Expression
from an expression string.abstract JxltEngine.Expression
JxltEngine.createExpression
(JexlInfo info, String expression) Creates aJxltEngine.Expression
from an expression string.JxltEngine.Expression.getSource()
Retrieves this expression's source expression.JxltEngine.Expression.prepare
(JexlContext context) Evaluates the immediate sub-expressions.