org.jetbrains.jet.lang.cfg
Class LoopInfo

java.lang.Object
  extended by org.jetbrains.jet.lang.cfg.BlockInfo
      extended by org.jetbrains.jet.lang.cfg.BreakableBlockInfo
          extended by org.jetbrains.jet.lang.cfg.LoopInfo

public class LoopInfo
extends BreakableBlockInfo


Constructor Summary
LoopInfo(JetElement element, Label entryPoint, Label exitPoint, Label bodyEntryPoint, Label conditionEntryPoint)
           
 
Method Summary
 Label getBodyEntryPoint()
           
 Label getConditionEntryPoint()
           
 
Methods inherited from class org.jetbrains.jet.lang.cfg.BreakableBlockInfo
getElement, getEntryPoint, getExitPoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoopInfo

public LoopInfo(JetElement element,
                Label entryPoint,
                Label exitPoint,
                Label bodyEntryPoint,
                Label conditionEntryPoint)
Method Detail

getBodyEntryPoint

public Label getBodyEntryPoint()

getConditionEntryPoint

public Label getConditionEntryPoint()