public class GroovyCompiledScript
extends javax.script.CompiledScript
ScriptEngine using the eval method without reparsing overheads.| Constructor and Description | 
|---|
GroovyCompiledScript(GroovyScriptEngineImpl engine,
                    java.lang.Class clazz)  | 
public GroovyCompiledScript(GroovyScriptEngineImpl engine, java.lang.Class clazz)
public 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