Uses of Interface
org.apache.commons.jexl3.JexlExpression
-
Uses of JexlExpression in org.apache.commons.jexl3
Modifier 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.