Executes the program stored in this CompiledScript object. @param context A ScriptContext that is used in the same way as the ScriptContext passed to the eval methods of ScriptEngine . @return The value returned by the script executio
(ScriptContext context)
| 40 | */ |
| 41 | |
| 42 | public abstract Object eval(ScriptContext context) throws ScriptException; |
| 43 | |
| 44 | /** |
| 45 | * Executes the program stored in the <code>CompiledScript</code> object using |
nothing calls this directly
no test coverage detected