org.codehaus.groovy.jsr223
Class GroovyCompiledScript
java.lang.Object
javax.script.CompiledScript
org.codehaus.groovy.jsr223.GroovyCompiledScript
public class GroovyCompiledScript
extends CompiledScript
Used to represent compiled Groovy scripts. Such scripts may be executed repeatedly
by Groovy's ScriptEngine
using the eval
method without reparsing overheads.
- Author:
- Mike Grogan, A. Sundararajan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroovyCompiledScript
public GroovyCompiledScript(GroovyScriptEngineImpl engine,
Class clasz)
eval
public Object eval(ScriptContext context)
throws ScriptException
- Specified by:
eval
in class CompiledScript
- Throws:
ScriptException
getEngine
public ScriptEngine getEngine()
- Specified by:
getEngine
in class CompiledScript