Package | Description |
---|---|
org.apache.commons.jexl3 |
Provides a framework for evaluating JEXL expressions.
|
org.apache.commons.jexl3.internal |
Provides utilities for introspection services.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
Closure
A Script closure.
|
class |
Script
A JexlScript implementation.
|
static class |
Script.Curried
A script whose parameters are (partially) bound.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Debugger.debug(JexlExpression jscript)
Position the debugger on the root of an expression.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.