| Package | Description |
|---|---|
| org.jruby.internal.runtime | |
| org.jruby.runtime.invokedynamic |
| 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 boolean |
InvokeDynamicSupport.getGlobalBooleanUncached(GlobalVariable variable) |
static IRubyObject |
InvokeDynamicSupport.getGlobalUncached(GlobalVariable variable) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.