|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRClass | |
---|---|
org.jruby.compiler.ir | |
org.jruby.compiler.ir.operands | |
org.jruby.compiler.ir.targets |
Uses of IRClass in org.jruby.compiler.ir |
---|
Subclasses of IRClass in org.jruby.compiler.ir | |
---|---|
class |
IRMetaClass
|
Methods in org.jruby.compiler.ir that return IRClass | |
---|---|
static IRClass |
IRModule.getCoreClass(java.lang.String n)
|
IRClass |
IRScript.getRootClass()
|
Methods in org.jruby.compiler.ir that return types with arguments of type IRClass | |
---|---|
java.util.List<IRClass> |
IRModule.getClasses()
|
Methods in org.jruby.compiler.ir with parameters of type IRClass | |
---|---|
void |
IRModule.addClass(IRClass c)
|
Uses of IRClass in org.jruby.compiler.ir.operands |
---|
Methods in org.jruby.compiler.ir.operands that return IRClass | |
---|---|
IRClass |
Array.getTargetClass()
|
IRClass |
Fixnum.getTargetClass()
|
IRClass |
Float.getTargetClass()
|
IRClass |
Hash.getTargetClass()
|
IRClass |
MetaObject.getTargetClass()
|
IRClass |
Operand.getTargetClass()
|
IRClass |
Range.getTargetClass()
|
IRClass |
StringLiteral.getTargetClass()
|
Constructors in org.jruby.compiler.ir.operands with parameters of type IRClass | |
---|---|
ClassMetaObject(IRClass scope)
|
Uses of IRClass in org.jruby.compiler.ir.targets |
---|
Methods in org.jruby.compiler.ir.targets with parameters of type IRClass | |
---|---|
void |
JVM.emit(IRClass cls)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |