org.jetbrains.jet.di
Class InjectorForLazyResolve

java.lang.Object
  extended by org.jetbrains.jet.di.InjectorForLazyResolve

public class InjectorForLazyResolve
extends java.lang.Object


Constructor Summary
InjectorForLazyResolve(com.intellij.openapi.project.Project project, GlobalContextImpl globalContext, ModuleDescriptorImpl moduleDescriptor, DeclarationProviderFactory declarationProviderFactory, BindingTrace bindingTrace)
           
 
Method Summary
 void destroy()
           
 ResolveSession getResolveSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectorForLazyResolve

public InjectorForLazyResolve(@NotNull
                              com.intellij.openapi.project.Project project,
                              @NotNull
                              GlobalContextImpl globalContext,
                              @NotNull
                              ModuleDescriptorImpl moduleDescriptor,
                              @NotNull
                              DeclarationProviderFactory declarationProviderFactory,
                              @NotNull
                              BindingTrace bindingTrace)
Method Detail

destroy

@PreDestroy
public void destroy()

getResolveSession

public ResolveSession getResolveSession()