Package | Description |
---|---|
org.jruby.internal.runtime |
Modifier and Type | Class and Description |
---|---|
class |
ReadonlyAccessor |
class |
UndefinedAccessor |
class |
ValueAccessor |
Modifier and Type | Method and Description |
---|---|
IAccessor |
GlobalVariable.getAccessor() |
Modifier and Type | Method and Description |
---|---|
void |
GlobalVariables.define(java.lang.String name,
IAccessor accessor,
GlobalVariable.Scope scope) |
void |
GlobalVariables.defineReadonly(java.lang.String name,
IAccessor accessor,
GlobalVariable.Scope scope) |
void |
GlobalVariable.setAccessor(IAccessor accessor) |
Constructor and Description |
---|
GlobalVariable(IAccessor accessor,
GlobalVariable.Scope scope) |
ReadonlyAccessor(java.lang.String name,
IAccessor accessor) |
Copyright © 2001-2018 JRuby. All Rights Reserved.