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(String name,
IAccessor accessor,
GlobalVariable.Scope scope) |
void |
GlobalVariables.defineReadonly(String name,
IAccessor accessor,
GlobalVariable.Scope scope) |
void |
GlobalVariable.setAccessor(IAccessor accessor) |
Constructor and Description |
---|
GlobalVariable(IAccessor accessor,
GlobalVariable.Scope scope) |
ReadonlyAccessor(String name,
IAccessor accessor) |
Copyright © 2001-2015 JRuby. All Rights Reserved.