Package | Description |
---|---|
org.jruby.ir.targets | |
org.jruby.runtime.invokedynamic |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
Bootstrap.ivarGet(VariableSite site,
IRubyObject self) |
static void |
Bootstrap.ivarSet(VariableSite site,
IRubyObject self,
IRubyObject value) |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
InvokeDynamicSupport.getVariableFail(VariableSite site,
IRubyObject self) |
static IRubyObject |
InvokeDynamicSupport.getVariableFallback(VariableSite site,
IRubyObject self) |
static IRubyObject |
InvokeDynamicSupport.setVariableFail(VariableSite site,
IRubyObject self,
IRubyObject value) |
static IRubyObject |
InvokeDynamicSupport.setVariableFallback(VariableSite site,
IRubyObject self,
IRubyObject value) |
Copyright © 2001–2016 JRuby. All rights reserved.