Package org.codehaus.groovy.jsr223
Class GroovyCompiledScript
java.lang.Object
javax.script.CompiledScript
org.codehaus.groovy.jsr223.GroovyCompiledScript
Used to represent compiled Groovy scripts. Such scripts may be executed repeatedly
by Groovy's
ScriptEngine
using the eval
method without reparsing overheads.
Adapted from original by Mike Grogan and A. Sundararajan-
Constructor Summary
-
Method Summary
Methods inherited from class javax.script.CompiledScript
eval, eval
-
Constructor Details
-
GroovyCompiledScript
-
-
Method Details
-
eval
- Specified by:
eval
in classCompiledScript
- Throws:
ScriptException
-
getEngine
- Specified by:
getEngine
in classCompiledScript
-