public class BreakableBlockInfo extends BlockInfo
| Constructor and Description |
|---|
BreakableBlockInfo(JetElement element,
Label entryPoint,
Label exitPoint) |
| Modifier and Type | Method and Description |
|---|---|
JetElement |
getElement() |
Label |
getEntryPoint() |
Label |
getExitPoint() |
public BreakableBlockInfo(JetElement element, Label entryPoint, Label exitPoint)
public JetElement getElement()
public Label getEntryPoint()
public Label getExitPoint()