Package org.tentackle.script.ruby
Class RubyScript.CompiledScript
- java.lang.Object
-
- org.tentackle.script.ruby.RubyScript.CompiledScript
-
- Enclosing class:
- RubyScript
public static class RubyScript.CompiledScript extends java.lang.ObjectThe compiled ruby script.
-
-
Constructor Summary
Constructors Constructor Description CompiledScript(org.jruby.embed.ScriptingContainer container, java.lang.String effectiveCode, org.jruby.embed.EmbedEvalUnit rubyScript)Creates a compiled ruby script.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jruby.embed.ScriptingContainergetContainer()java.lang.StringgetEffectiveCode()org.jruby.embed.EmbedEvalUnitgetRubyScript()
-
-
-
Constructor Detail
-
CompiledScript
public CompiledScript(org.jruby.embed.ScriptingContainer container, java.lang.String effectiveCode, org.jruby.embed.EmbedEvalUnit rubyScript)Creates a compiled ruby script.- Parameters:
container- the scripting containereffectiveCode- the source coderubyScript- the ruby script object
-
-