Uses of Class
org.jruby.compiler.ir.instructions.CALL_Instr

Packages that use CALL_Instr
org.jruby.compiler.ir.instructions   
org.jruby.compiler.ir.targets   
 

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

Subclasses of CALL_Instr in org.jruby.compiler.ir.instructions
 class JRUBY_IMPL_CALL_Instr
           
 class RUBY_INTERNALS_CALL_Instr
           
 

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

Methods in org.jruby.compiler.ir.targets with parameters of type CALL_Instr
 void JVM.emitCALL(CALL_Instr call)
           
 



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