Package | Description |
---|---|
org.jruby.embed | |
org.jruby.embed.internal | |
org.jruby.embed.variable |
Modifier and Type | Method and Description |
---|---|
ManyVarsDynamicScope |
EmbedEvalUnit.getScope()
Returns a scope used to parse a script.
|
Modifier and Type | Method and Description |
---|---|
ManyVarsDynamicScope |
EmbedEvalUnitImpl.getScope()
Returns a ManyVarsDynamicScope used to parse a script.
|
Constructor and Description |
---|
EmbedEvalUnitImpl(ScriptingContainer container,
Node node,
ManyVarsDynamicScope scope) |
EmbedEvalUnitImpl(ScriptingContainer container,
Node node,
ManyVarsDynamicScope scope,
Script script) |
Modifier and Type | Method and Description |
---|---|
static void |
VariableInterceptor.inject(BiVariableMap map,
Ruby runtime,
ManyVarsDynamicScope scope,
int depth,
IRubyObject receiver)
Injects variable values from Java to Ruby just before an evaluation or
method invocation.
|
Copyright © 2001-2016 JRuby. All Rights Reserved.