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

Packages that use IR_Module
org.jruby.compiler.ir   
org.jruby.compiler.ir.instructions   
 

Uses of IR_Module in org.jruby.compiler.ir
 

Subclasses of IR_Module in org.jruby.compiler.ir
 class IR_Class
           
 

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

Methods in org.jruby.compiler.ir that return IR_Module
 IR_Module IR_Method.getDefiningModule()
           
 

Methods in org.jruby.compiler.ir with parameters of type IR_Module
 void IR_Scope.addModule(IR_Module m)
           
 void IR_ScopeImpl.addModule(IR_Module m)
           
 

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

Fields in org.jruby.compiler.ir.instructions declared as IR_Module
 IR_Module DEFINE_CLASS_METHOD_Instr._module
           
 

Constructors in org.jruby.compiler.ir.instructions with parameters of type IR_Module
ASSERT_METHOD_VERSION_Instr(IR_Module module, java.lang.String methodName, CodeVersion currVersion, Label deoptLabel)
           
DEFINE_CLASS_METHOD_Instr(IR_Module c, IR_Method m)
           
 



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