| Interface | Description |
|---|---|
| BiVariable |
Represents bidirectional, both Java and Ruby, variables.
|
| Class | Description |
|---|---|
| Argv | |
| ClassVariable |
An implementation of BiVariable for a Ruby class variable.
|
| Constant |
An implementation of BiVariable for a Ruby constant.
|
| GlobalVariable |
An implementation of BiVariable for a Ruby global variable.
|
| InstanceVariable |
An implementation of BiVariable for a Ruby instance variable.
|
| LocalGlobalVariable |
An implementation of BiVariable for JSR223 style global variable.
|
| PersistentLocalVariable |
An implementation of BiVariable for a persistent local variable.
|
| TransientLocalVariable |
An implementation of BiVariable for a transient local variable.
|
| VariableInterceptor |
This class is responsible to local variable behavior dependent processing.
|
| Enum | Description |
|---|---|
| BiVariable.Type |
Defines a type correspond to Ruby's variables and constant types.
|
Copyright © 2001-2015 JRuby. All Rights Reserved.