|
|||||||||
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
org.jetbrains.kotlin.cfg.LoopInfo
public class LoopInfo
Constructor Summary | |
---|---|
LoopInfo(KtLoopExpression loopExpression,
Label entryPoint,
Label exitPoint,
Label bodyEntryPoint,
Label bodyExitPoint,
Label conditionEntryPoint)
|
Method Summary | |
---|---|
Label |
getBodyEntryPoint()
|
Label |
getBodyExitPoint()
|
Label |
getConditionEntryPoint()
|
KtLoopExpression |
getElement()
|
Methods inherited from class org.jetbrains.kotlin.cfg.BreakableBlockInfo |
---|
getEntryPoint, getExitPoint, getReferablePoints, markReferablePoints |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoopInfo(KtLoopExpression loopExpression, Label entryPoint, Label exitPoint, Label bodyEntryPoint, Label bodyExitPoint, Label conditionEntryPoint)
Method Detail |
---|
public KtLoopExpression getElement()
getElement
in class BreakableBlockInfo
public Label getBodyEntryPoint()
public Label getBodyExitPoint()
public Label getConditionEntryPoint()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |