Package | Description |
---|---|
org.jruby.internal.runtime | |
org.jruby.ir.targets |
Modifier and Type | Method and Description |
---|---|
GlobalVariable |
GlobalVariables.getVariable(java.lang.String name) |
static GlobalVariable |
GlobalVariable.newUndefined(Ruby runtime,
java.lang.String name) |
Constructor and Description |
---|
UndefinedAccessor(Ruby runtime,
GlobalVariable globalVariable,
java.lang.String name)
Constructor for UndefinedAccessor.
|
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
Bootstrap.getGlobalUncached(GlobalVariable variable) |
static void |
Bootstrap.setGlobalUncached(GlobalVariable variable,
IRubyObject value) |
Copyright © 2001-2017 JRuby. All Rights Reserved.