org.jetbrains.jet.lang.resolve
Class ControlFlowAnalyzer

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.ControlFlowAnalyzer

public class ControlFlowAnalyzer
extends java.lang.Object


Constructor Summary
ControlFlowAnalyzer()
           
 
Method Summary
 void process(BodiesResolveContext c)
           
 void setTrace(BindingTrace trace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlFlowAnalyzer

public ControlFlowAnalyzer()
Method Detail

setTrace

@Inject
public void setTrace(BindingTrace trace)

process

public void process(@NotNull
                    BodiesResolveContext c)