| Package | Description |
|---|---|
| org.jruby | |
| org.jruby.embed.bsf | |
| org.jruby.internal.runtime | |
| org.jruby.javasupport.bsf |
| Modifier and Type | Class and Description |
|---|---|
private static class |
RubyGlobal.PidAccessor
A special accessor for getpid, to avoid loading the posix subsystem until
it is needed.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
JRubyEngine.FunctionsGlobalVariable |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadonlyAccessor |
class |
UndefinedAccessor |
class |
ValueAccessor |
| Modifier and Type | Field and Description |
|---|---|
private IAccessor |
GlobalVariable.accessor |
private IAccessor |
ReadonlyAccessor.accessor |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
private static class |
JRubyEngine.BeanGlobalVariable |