| Package | Description |
|---|---|
| org.jruby.ir | |
| org.jruby.ir.instructions | |
| org.jruby.ir.targets |
| Modifier and Type | Class and Description |
|---|---|
class |
IRClassBody |
class |
IRMetaClassBody |
| Modifier and Type | Method and Description |
|---|---|
IRModuleBody |
IRManager.getClassMetaClass() |
IRModuleBody |
IRManager.getObject() |
| Modifier and Type | Method and Description |
|---|---|
IRModuleBody |
DefineMetaClassInstr.getMetaClassBody() |
IRModuleBody |
DefineModuleInstr.getNewIRModuleBody() |
| Constructor and Description |
|---|
DefineMetaClassInstr(Variable result,
Operand object,
IRModuleBody metaClassBody) |
DefineModuleInstr(Variable result,
IRModuleBody newIRModuleBody,
Operand container) |
| Modifier and Type | Method and Description |
|---|---|
void |
JVMVisitor.emit(IRModuleBody method) |
Copyright © 2001-2014 JRuby. All Rights Reserved.