org.jetbrains.kotlin.resolve
Class AnalyzerExtensions

java.lang.Object
  extended by org.jetbrains.kotlin.resolve.AnalyzerExtensions

public class AnalyzerExtensions
extends java.lang.Object


Nested Class Summary
static interface AnalyzerExtensions.AnalyzerExtension
           
 
Constructor Summary
AnalyzerExtensions(BindingTrace trace, java.lang.Iterable<ReasonableInlineRule> reasonableInlineRules)
           
 
Method Summary
 void process(BodiesResolveContext bodiesResolveContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalyzerExtensions

public AnalyzerExtensions(@NotNull
                          BindingTrace trace,
                          @NotNull
                          java.lang.Iterable<ReasonableInlineRule> reasonableInlineRules)
Method Detail

process

public void process(@NotNull
                    BodiesResolveContext bodiesResolveContext)