org.jetbrains.jet.lang.cfg
Class BreakableBlockInfo

java.lang.Object
  extended by org.jetbrains.jet.lang.cfg.BlockInfo
      extended by org.jetbrains.jet.lang.cfg.BreakableBlockInfo
Direct Known Subclasses:
LoopInfo

public class BreakableBlockInfo
extends BlockInfo


Constructor Summary
BreakableBlockInfo(JetElement element, Label entryPoint, Label exitPoint)
           
 
Method Summary
 JetElement getElement()
           
 Label getEntryPoint()
           
 Label getExitPoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BreakableBlockInfo

public BreakableBlockInfo(JetElement element,
                          Label entryPoint,
                          Label exitPoint)
Method Detail

getElement

public JetElement getElement()

getEntryPoint

public Label getEntryPoint()

getExitPoint

public Label getExitPoint()