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 JexlExpressionJexlEngine.createExpression(String expression) Creates a JexlExpression from a String containing valid JEXL syntax.abstract JexlExpressionJexlEngine.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 TypeClassDescriptionclassA Script closure.classA JexlScript implementation.Methods in org.apache.commons.jexl3.internal with parameters of type JexlExpressionModifier and TypeMethodDescriptionbooleanDebugger.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.