| Package | Description |
|---|---|
| org.jruby.compiler.ir | |
| org.jruby.compiler.ir.instructions | |
| org.jruby.compiler.ir.operands |
| Modifier and Type | Class and Description |
|---|---|
class |
IRClass |
class |
IRMetaClass |
| Modifier and Type | Method and Description |
|---|---|
IRModule |
IRMethod.getDefiningIRModule() |
IRModule |
IRModule.getNearestModule() |
IRModule |
IRScope.getNearestModule()
Returns the nearest module/class from this scope which may be itself.
|
IRModule |
IRScopeImpl.getNearestModule() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IRModule> |
IRModule.getModules() |
| Modifier and Type | Method and Description |
|---|---|
void |
IRModule.addModule(IRModule m) |
| Constructor and Description |
|---|
MODULE_VERSION_GUARD_Instr(IRModule m,
CodeVersion v,
Label failurePathLabel) |
| Constructor and Description |
|---|
ModuleMetaObject(IRModule scope) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.