| Package | Description |
|---|---|
| org.jruby.internal.runtime | |
| org.jruby.runtime.invokedynamic |
| Modifier and Type | Method and Description |
|---|---|
GlobalVariable |
GlobalVariables.getVariable(String name) |
static GlobalVariable |
GlobalVariable.newUndefined(Ruby runtime,
String name) |
| Constructor and Description |
|---|
UndefinedAccessor(Ruby runtime,
GlobalVariable globalVariable,
String name)
Constructor for UndefinedAccessor.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
InvokeDynamicSupport.getGlobalBooleanUncached(GlobalVariable variable) |
static IRubyObject |
InvokeDynamicSupport.getGlobalUncached(GlobalVariable variable) |
Copyright © 2001-2015 JRuby. All Rights Reserved.