org.jetbrains.kotlin.cfg
Class ControlFlowProcessor

java.lang.Object
  extended by org.jetbrains.kotlin.cfg.ControlFlowProcessor

public class ControlFlowProcessor
extends java.lang.Object


Constructor Summary
ControlFlowProcessor(BindingTrace trace)
           
 
Method Summary
 Pseudocode generatePseudocode(KtElement subroutine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlFlowProcessor

public ControlFlowProcessor(BindingTrace trace)
Method Detail

generatePseudocode

@NotNull
public Pseudocode generatePseudocode(@NotNull
                                             KtElement subroutine)