Uses of Class
org.jruby.compiler.ir.IR_Class

Packages that use IR_Class
org.jruby.compiler.ir   
org.jruby.compiler.ir.instructions   
org.jruby.compiler.ir.operands   
org.jruby.compiler.ir.targets   
 

Uses of IR_Class in org.jruby.compiler.ir
 

Fields in org.jruby.compiler.ir declared as IR_Class
 IR_Class IR_Script._dummyClass
           
 

Fields in org.jruby.compiler.ir with type parameters of type IR_Class
 java.util.List<IR_Class> IR_ScopeImpl._classes
           
 

Methods in org.jruby.compiler.ir that return IR_Class
static IR_Class IR_Class.getCoreClass(java.lang.String n)
           
 IR_Class IR_Script.getRootClass()
           
 

Methods in org.jruby.compiler.ir with parameters of type IR_Class
 void IR_Scope.addClass(IR_Class c)
           
 void IR_ScopeImpl.addClass(IR_Class c)
           
 

Uses of IR_Class in org.jruby.compiler.ir.instructions
 

Fields in org.jruby.compiler.ir.instructions declared as IR_Class
 IR_Class DEFINE_INSTANCE_METHOD_Instr._class
           
 

Constructors in org.jruby.compiler.ir.instructions with parameters of type IR_Class
DEFINE_INSTANCE_METHOD_Instr(IR_Class c, IR_Method m)
           
 

Uses of IR_Class in org.jruby.compiler.ir.operands
 

Methods in org.jruby.compiler.ir.operands that return IR_Class
 IR_Class Array.getTargetClass()
           
 IR_Class Fixnum.getTargetClass()
           
 IR_Class Float.getTargetClass()
           
 IR_Class Hash.getTargetClass()
           
 IR_Class MetaObject.getTargetClass()
           
 IR_Class Operand.getTargetClass()
           
 IR_Class Range.getTargetClass()
           
 IR_Class StringLiteral.getTargetClass()
           
 

Uses of IR_Class in org.jruby.compiler.ir.targets
 

Methods in org.jruby.compiler.ir.targets with parameters of type IR_Class
 void JVM.emit(IR_Class cls)
           
 



Copyright © 2002-2009 JRuby Team. All Rights Reserved.