| 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.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 |
|---|---|
org.objectweb.asm.Handle |
JVMVisitor.emitModuleBody(IRModuleBody method) |
org.objectweb.asm.Handle |
JVMVisitor.emitModuleBodyJIT(IRModuleBody method) |
Copyright © 2001-2015 JRuby. All Rights Reserved.