org.jruby.compiler.ir
Class IRLoop

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

public class IRLoop
extends java.lang.Object


Field Summary
 IRExecutionScope container
           
 Label iterEndLabel
           
 Label iterStartLabel
           
 Label loopEndLabel
           
 Label loopStartLabel
           
 IRLoop parentLoop
           
 
Constructor Summary
IRLoop(IRExecutionScope 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 IRExecutionScope container

parentLoop

public final IRLoop parentLoop

loopStartLabel

public final Label loopStartLabel

loopEndLabel

public final Label loopEndLabel

iterStartLabel

public final Label iterStartLabel

iterEndLabel

public final Label iterEndLabel
Constructor Detail

IRLoop

public IRLoop(IRExecutionScope s)


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