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.Object
public java.lang.Object eval(javax.script.ScriptContext context) throws javax.script.ScriptException
eval
in class javax.script.CompiledScript
javax.script.ScriptException
public javax.script.ScriptEngine getEngine()
getEngine
in class javax.script.CompiledScript