private final class JexlScriptEngine.JexlCompiledScript
extends javax.script.CompiledScript
| Modifier and Type | Field and Description |
|---|---|
private Script |
script
The underlying Jexl expression instance.
|
| Modifier | Constructor and Description |
|---|---|
private |
JexlCompiledScript(Script theScript)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eval(javax.script.ScriptContext context) |
javax.script.ScriptEngine |
getEngine() |
java.lang.String |
toString() |
private final Script script
private JexlCompiledScript(Script theScript)
theScript - to wrappublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object eval(javax.script.ScriptContext context)
throws javax.script.ScriptException
eval in class javax.script.CompiledScriptjavax.script.ScriptExceptionpublic javax.script.ScriptEngine getEngine()
getEngine in class javax.script.CompiledScript