org.jetbrains.kotlin.di
Class InjectorForTopDownAnalyzerForJs

java.lang.Object
  extended by org.jetbrains.kotlin.di.InjectorForTopDownAnalyzerForJs

public class InjectorForTopDownAnalyzerForJs
extends java.lang.Object


Constructor Summary
InjectorForTopDownAnalyzerForJs(ModuleContext moduleContext, BindingTrace bindingTrace, DeclarationProviderFactory declarationProviderFactory)
           
 
Method Summary
 void destroy()
           
 LazyTopDownAnalyzerForTopLevel getLazyTopDownAnalyzerForTopLevel()
           
 ModuleContext getModuleContext()
           
 ResolveSession getResolveSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectorForTopDownAnalyzerForJs

public InjectorForTopDownAnalyzerForJs(@NotNull
                                       ModuleContext moduleContext,
                                       @NotNull
                                       BindingTrace bindingTrace,
                                       @NotNull
                                       DeclarationProviderFactory declarationProviderFactory)
Method Detail

destroy

@PreDestroy
public void destroy()

getModuleContext

public ModuleContext getModuleContext()

getResolveSession

public ResolveSession getResolveSession()

getLazyTopDownAnalyzerForTopLevel

public LazyTopDownAnalyzerForTopLevel getLazyTopDownAnalyzerForTopLevel()