Uses of Interface
org.apache.commons.jexl3.JexlExpression
Packages that use JexlExpression
Package
Description
Provides a framework for evaluating JEXL expressions.
Provides utilities for introspection services.
-
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. -
Uses of JexlExpression in org.apache.commons.jexl3.internal
Classes in org.apache.commons.jexl3.internal that implement JexlExpressionModifier and TypeClassDescriptionclass
A Script closure.class
A JexlScript implementation.Methods in org.apache.commons.jexl3.internal with parameters of type JexlExpressionModifier and TypeMethodDescriptionboolean
Debugger.debug
(JexlExpression jscript) Position the debugger on the root of an expression.ScriptVisitor.visitExpression
(JexlExpression jscript, Object data) Visits all AST constituents of a JEXL expression.