| Interface | Description |
|---|---|
| CompilerTarget | |
| IRScope |
IRScope is the interface for all lexically scoped constructs: Script, Module,
Class, Method, and Closure.
|
| Class | Description |
|---|---|
| CodeVersion | |
| IRBuilder | |
| IRClass | |
| IRClosure | |
| IRExecutionScope | |
| IRLoop | |
| IRMetaClass | |
| IRMethod | |
| IRModule | |
| IRScopeImpl |
Right now, this class abstracts 5 different scopes: Script, Module, Class,
Method, and Closure.
|
| IRScript | |
| Tuple<T1,T2> |
| Enum | Description |
|---|---|
| Operation |
| Annotation Type | Description |
|---|---|
| Interp |
Marker Enumeration for indicating which methods in the IR are for runtime
use versus compiler use.
|
Copyright © 2002-2009 JRuby Team. All Rights Reserved.