Package org.jruby.embed.jsr223
Class JRubyCompiledScript
java.lang.Object
javax.script.CompiledScript
org.jruby.embed.jsr223.JRubyCompiledScript
This is a concrete class for javax.script.CompiledScript.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ScriptingContainerprivate final JRubyEngineprivate final EmbedEvalUnit -
Constructor Summary
ConstructorsConstructorDescriptionJRubyCompiledScript(ScriptingContainer container, JRubyEngine engine, Reader reader) JRubyCompiledScript(ScriptingContainer container, JRubyEngine engine, String script) -
Method Summary
Methods inherited from class javax.script.CompiledScript
eval
-
Field Details
-
container
-
engine
-
unit
-
-
Constructor Details
-
JRubyCompiledScript
JRubyCompiledScript(ScriptingContainer container, JRubyEngine engine, String script) throws RaiseException - Throws:
RaiseException
-
JRubyCompiledScript
JRubyCompiledScript(ScriptingContainer container, JRubyEngine engine, Reader reader) throws RaiseException - Throws:
RaiseException
-
-
Method Details
-
eval
- Overrides:
evalin classCompiledScript- Throws:
ScriptException
-
eval
- Specified by:
evalin classCompiledScript- Throws:
ScriptException
-
getEngine
- Specified by:
getEnginein classCompiledScript
-