|
|||||||||
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(KtElement element,
Label entryPoint,
Label exitPoint)
|
Method Summary | |
---|---|
KtElement |
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(KtElement element, Label entryPoint, Label exitPoint)
Method Detail |
---|
protected void markReferablePoints(Label... labels)
public KtElement 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 |