public class GroovyCompiledScript extends CompiledScript
CompiledScript
implementation.Constructor and Description |
---|
GroovyCompiledScript(GroovyScriptEngine engine,
Class<?> clasz) |
Modifier and Type | Method and Description |
---|---|
Object |
eval(ScriptContext context) |
ScriptEngine |
getEngine() |
eval, eval
public GroovyCompiledScript(GroovyScriptEngine engine, Class<?> clasz)
public Object eval(ScriptContext context) throws ScriptException
eval
in class CompiledScript
ScriptException
public ScriptEngine getEngine()
getEngine
in class CompiledScript
Copyright © 2015–2022 SciJava. All rights reserved.