public static class RubyScript.CompiledScript extends Object
| Constructor and Description |
|---|
CompiledScript(org.jruby.embed.ScriptingContainer container,
String effectiveCode,
org.jruby.embed.EmbedEvalUnit rubyScript)
Creates a compiled ruby script.
|
| Modifier and Type | Method and Description |
|---|---|
org.jruby.embed.ScriptingContainer |
getContainer() |
String |
getEffectiveCode() |
org.jruby.embed.EmbedEvalUnit |
getRubyScript() |
public CompiledScript(org.jruby.embed.ScriptingContainer container,
String effectiveCode,
org.jruby.embed.EmbedEvalUnit rubyScript)
container - the scripting containereffectiveCode - the source coderubyScript - the ruby script objectpublic org.jruby.embed.ScriptingContainer getContainer()
public String getEffectiveCode()
public org.jruby.embed.EmbedEvalUnit getRubyScript()
Copyright © 2016 Krake Softwaretechnik. All rights reserved.