Package | Description |
---|---|
org.jruby.compiler.ir | |
org.jruby.compiler.ir.operands | |
org.jruby.compiler.ir.targets |
Modifier and Type | Class and Description |
---|---|
class |
IRMetaClass |
Modifier and Type | Method and Description |
---|---|
static IRClass |
IRModule.getCoreClass(java.lang.String n) |
IRClass |
IRScript.getRootClass() |
Modifier and Type | Method and Description |
---|---|
java.util.List<IRClass> |
IRModule.getClasses() |
Modifier and Type | Method and Description |
---|---|
void |
IRModule.addClass(IRClass c) |
Modifier and Type | Method and Description |
---|---|
IRClass |
Array.getTargetClass() |
IRClass |
Fixnum.getTargetClass() |
IRClass |
Float.getTargetClass() |
IRClass |
Hash.getTargetClass() |
IRClass |
MetaObject.getTargetClass() |
IRClass |
Operand.getTargetClass() |
IRClass |
Range.getTargetClass() |
IRClass |
StringLiteral.getTargetClass() |
Constructor and Description |
---|
ClassMetaObject(IRClass scope) |
Modifier and Type | Method and Description |
---|---|
void |
JVM.emit(IRClass cls) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.