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

Packages that use IR_Loop
org.jruby.compiler.ir   
 

Uses of IR_Loop in org.jruby.compiler.ir
 

Fields in org.jruby.compiler.ir declared as IR_Loop
 IR_Loop IR_Loop._parentLoop
           
 

Methods in org.jruby.compiler.ir that return IR_Loop
 IR_Loop IR_Scope.getCurrentLoop()
           
 IR_Loop IR_ScopeImpl.getCurrentLoop()
           
 

Methods in org.jruby.compiler.ir with parameters of type IR_Loop
 void IR_Scope.endLoop(IR_Loop l)
           
 void IR_ScopeImpl.endLoop(IR_Loop l)
           
 void IR_Scope.startLoop(IR_Loop l)
           
 void IR_ScopeImpl.startLoop(IR_Loop l)
           
 



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