Uses of Interface
org.apache.commons.jexl3.JexlExpression
Packages that use JexlExpression
-
Uses of JexlExpression in org.apache.commons.jexl3
Methods in org.apache.commons.jexl3 that return JexlExpressionModifier and TypeMethodDescriptionfinal JexlExpression
JexlEngine.createExpression
(String expression) Creates a JexlExpression from a String containing valid JEXL syntax.abstract JexlExpression
JexlEngine.createExpression
(JexlInfo info, String expression) Creates an JexlExpression from a String containing valid JEXL syntax.