|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JexlExpression | |
---|---|
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 | |
---|---|
abstract JexlExpression |
JexlEngine.createExpression(JexlInfo info,
String expression)
Creates an JexlExpression from a String containing valid JEXL syntax. |
JexlExpression |
JexlEngine.createExpression(String expression)
Creates a 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 | |
---|---|
class |
Closure
A Script closure. |
class |
Script
A JexlScript implementation. |
static class |
Script.Curried
A script whose parameters are (partially) bound. |
Methods in org.apache.commons.jexl3.internal with parameters of type JexlExpression | |
---|---|
boolean |
Debugger.debug(JexlExpression jscript)
Position the debugger on the root of an expression. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |