Package | Description |
---|---|
org.apache.commons.jexl3.internal |
Provides utilities for introspection services.
|
Modifier and Type | Class and Description |
---|---|
class |
Closure
A Script closure.
|
static class |
Script.Curried
A script whose parameters are (partially) bound.
|
Modifier and Type | Method and Description |
---|---|
Script |
Engine.createExpression(JexlInfo info,
String expression) |
Script |
Engine.createScript(JexlInfo info,
String scriptText,
String[] names) |
Constructor and Description |
---|
Script.Curried(Script base,
Object[] args)
Creates a curried version of this script.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.