Uses of Interface
org.apache.commons.jexl2.Expression
Packages that use Expression
-
Uses of Expression in org.apache.commons.jexl2
Classes in org.apache.commons.jexl2 that implement ExpressionModifier and TypeClassDescriptionclass
Instances of ExpressionImpl are created by theJexlEngine
, and this is the default implementation of theExpression
andScript
interface.Methods in org.apache.commons.jexl2 that return ExpressionModifier and TypeMethodDescriptionJexlEngine.createExpression
(String expression) Creates an Expression from a String containing valid JEXL syntax.JexlEngine.createExpression
(String expression, JexlInfo info) Creates an Expression from a String containing valid JEXL syntax.protected Expression
JexlEngine.createExpression
(ASTJexlScript tree, String text) An overridable through covariant return Expression creator.