| Class | Description |
|---|---|
| ArgIndex | |
| Array | |
| Attribute | |
| Backref | |
| BacktickString | |
| Bignum | |
| BooleanLiteral | |
| BoxedValue | |
| BreakResult | |
| ClassMetaObject | |
| ClosureMetaObject | |
| CompoundArray | |
| CompoundString | |
| Constant | |
| DynamicReference | |
| DynamicSymbol | |
| FieldRef | |
| Fixnum | |
| Float | |
| GlobalVariable | |
| Hash | |
| KeyValuePair | |
| Label | |
| LocalVariable | |
| MetaObject | |
| MethAddr | |
| MethodHandle | |
| ModuleMetaObject | |
| Nil | |
| NthRef | |
| Operand | |
| Range | |
| Reference | |
| Regexp | |
| RenamedVariable |
Generic variable with a custom prefix -- mostly used during optimization passes
where we need to rename existing variables
|
| Splat | |
| StandardError | |
| StringLiteral | |
| SValue | |
| Symbol | |
| TemporaryClosureVariable | |
| TemporaryVariable |
A set of variables which are only used in a particular scope and never
visible to Ruby itself.
|
| UnboxedValue | |
| UnexecutableNil | |
| Variable |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.