public class JRubyCompiledScript extends CompiledScript
Modifier and Type | Method and Description |
---|---|
Object |
eval(Bindings bindings) |
Object |
eval(ScriptContext context) |
ScriptEngine |
getEngine() |
eval
public Object eval(Bindings bindings) throws ScriptException
eval
in class CompiledScript
ScriptException
public Object eval(ScriptContext context) throws ScriptException
eval
in class CompiledScript
ScriptException
public ScriptEngine getEngine()
getEngine
in class CompiledScript
Copyright © 2001-2016 JRuby. All Rights Reserved.