|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.cfg.BlockInfo
org.jetbrains.kotlin.cfg.BreakableBlockInfo
public class BreakableBlockInfo
| Constructor Summary | |
|---|---|
BreakableBlockInfo(JetElement element,
Label entryPoint,
Label exitPoint)
|
|
| Method Summary | |
|---|---|
JetElement |
getElement()
|
Label |
getEntryPoint()
|
Label |
getExitPoint()
|
java.util.Set<Label> |
getReferablePoints()
|
protected void |
markReferablePoints(Label... labels)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BreakableBlockInfo(JetElement element,
Label entryPoint,
Label exitPoint)
| Method Detail |
|---|
protected void markReferablePoints(Label... labels)
public JetElement getElement()
public Label getEntryPoint()
public Label getExitPoint()
public java.util.Set<Label> getReferablePoints()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||