org.jruby.compiler.ir
Class IR_Loop

java.lang.Object
  extended by org.jruby.compiler.ir.IR_Loop

public class IR_Loop
extends java.lang.Object


Field Summary
 IR_Scope _container
           
 Label _iterEndLabel
           
 Label _iterStartLabel
           
 Label _loopEndLabel
           
 Label _loopStartLabel
           
 IR_Loop _parentLoop
           
 
Constructor Summary
IR_Loop(IR_Scope s)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_container

public final IR_Scope _container

_parentLoop

public final IR_Loop _parentLoop

_loopStartLabel

public final Label _loopStartLabel

_loopEndLabel

public final Label _loopEndLabel

_iterStartLabel

public final Label _iterStartLabel

_iterEndLabel

public final Label _iterEndLabel
Constructor Detail

IR_Loop

public IR_Loop(IR_Scope s)


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