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 TypeClassDescriptionclassInstances of ExpressionImpl are created by theJexlEngine, and this is the default implementation of theExpressionandScriptinterface.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 ExpressionJexlEngine.createExpression(ASTJexlScript tree, String text) An overridable through covariant return Expression creator.