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 JexlExpression
JexlEngine. createExpression(java.lang.String expression)
Creates a JexlExpression from a String containing valid JEXL syntax.abstract JexlExpression
JexlEngine. 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 class
Closure
A Script closure.class
Script
A JexlScript implementation.Methods in org.apache.commons.jexl3.internal with parameters of type JexlExpression Modifier and Type Method Description boolean
Debugger. debug(JexlExpression jscript)
Position the debugger on the root of an expression.java.lang.Object
ScriptVisitor. visitExpression(JexlExpression jscript, java.lang.Object data)
Visits all AST constituents of a JEXL expression.
-