|
|||||||||
| 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(JetLoopExpression loopExpression,
Label entryPoint,
Label exitPoint,
Label bodyEntryPoint,
Label bodyExitPoint,
Label conditionEntryPoint)
|
|
| Method Summary | |
|---|---|
Label |
getBodyEntryPoint()
|
Label |
getBodyExitPoint()
|
Label |
getConditionEntryPoint()
|
JetLoopExpression |
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(JetLoopExpression loopExpression,
Label entryPoint,
Label exitPoint,
Label bodyEntryPoint,
Label bodyExitPoint,
Label conditionEntryPoint)
| Method Detail |
|---|
public JetLoopExpression getElement()
getElement in class BreakableBlockInfopublic Label getBodyEntryPoint()
public Label getBodyExitPoint()
public Label getConditionEntryPoint()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||