|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.cfg.JetControlFlowBuilderAdapter
org.jetbrains.kotlin.cfg.pseudocode.JetControlFlowInstructionsGenerator
public class JetControlFlowInstructionsGenerator
Nested Class Summary | |
---|---|
static class |
JetControlFlowInstructionsGenerator.TryFinallyBlockInfo
|
Nested classes/interfaces inherited from interface org.jetbrains.kotlin.cfg.JetControlFlowBuilder |
---|
JetControlFlowBuilder.PredefinedOperation |
Constructor Summary | |
---|---|
JetControlFlowInstructionsGenerator()
|
Method Summary | |
---|---|
void |
enterSubroutine(KtElement subroutine)
|
Pseudocode |
exitSubroutine(KtElement subroutine)
|
protected JetControlFlowBuilder |
getDelegateBuilder()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JetControlFlowInstructionsGenerator()
Method Detail |
---|
@NotNull protected JetControlFlowBuilder getDelegateBuilder()
getDelegateBuilder
in class JetControlFlowBuilderAdapter
public void enterSubroutine(@NotNull KtElement subroutine)
enterSubroutine
in interface JetControlFlowBuilder
enterSubroutine
in class JetControlFlowBuilderAdapter
@NotNull public Pseudocode exitSubroutine(@NotNull KtElement subroutine)
exitSubroutine
in interface JetControlFlowBuilder
exitSubroutine
in class JetControlFlowBuilderAdapter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |