Uses of Interface
org.apache.commons.jexl3.JexlExpression
-
Packages that use JexlExpression Package Description org.apache.commons.jexl3 Provides a framework for evaluating JEXL expressions.org.apache.commons.jexl3.internal Provides utilities for introspection services. -
-
Uses of JexlExpression in org.apache.commons.jexl3
Methods in org.apache.commons.jexl3 that return JexlExpression Modifier and Type Method Description JexlExpressionJexlEngine. createExpression(java.lang.String expression)Creates a JexlExpression from a String containing valid JEXL syntax.abstract JexlExpressionJexlEngine. createExpression(JexlInfo info, java.lang.String expression)Creates an JexlExpression from a String containing valid JEXL syntax. -
Uses of JexlExpression in org.apache.commons.jexl3.internal
Classes in org.apache.commons.jexl3.internal that implement JexlExpression Modifier and Type Class Description classClosureA Script closure.classScriptA JexlScript implementation.Methods in org.apache.commons.jexl3.internal with parameters of type JexlExpression Modifier and Type Method Description booleanDebugger. debug(JexlExpression jscript)Position the debugger on the root of an expression.java.lang.ObjectScriptVisitor. visitExpression(JexlExpression jscript, java.lang.Object data)Visits all AST constituents of a JEXL expression.
-