|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.lang.cfg.JetControlFlowBuilderAdapter
org.jetbrains.jet.lang.cfg.pseudocode.JetControlFlowInstructionsGenerator
public class JetControlFlowInstructionsGenerator
Nested Class Summary | |
---|---|
static class |
JetControlFlowInstructionsGenerator.TryFinallyBlockInfo
|
Field Summary |
---|
Fields inherited from class org.jetbrains.jet.lang.cfg.JetControlFlowBuilderAdapter |
---|
builder |
Constructor Summary | |
---|---|
JetControlFlowInstructionsGenerator()
|
Method Summary | |
---|---|
void |
enterSubroutine(JetElement subroutine)
|
Pseudocode |
exitSubroutine(JetElement subroutine)
|
Methods inherited from class org.jetbrains.jet.lang.cfg.JetControlFlowBuilderAdapter |
---|
bindLabel, createUnboundLabel, createUnboundLabel, declare, declare, enterLoop, enterTryFinally, exitLoop, exitTryFinally, getCurrentLoop, getCurrentSubroutine, getEntryPoint, getExitPoint, getReturnSubroutine, jump, jumpOnFalse, jumpOnTrue, jumpToError, nondeterministicJump, nondeterministicJump, read, readUnit, repeatPseudocode, returnNoValue, returnValue, throwException, unsupported, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JetControlFlowInstructionsGenerator()
Method Detail |
---|
public void enterSubroutine(@NotNull JetElement subroutine)
enterSubroutine
in interface JetControlFlowBuilder
enterSubroutine
in class JetControlFlowBuilderAdapter
public Pseudocode exitSubroutine(@NotNull JetElement 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 |