org.jetbrains.jet.analyzer
Class AnalyzerFacadeForEverything

java.lang.Object
  extended by org.jetbrains.jet.analyzer.AnalyzerFacadeForEverything

public class AnalyzerFacadeForEverything
extends java.lang.Object


Method Summary
static AnalyzeExhaust analyzeBodiesInFilesWithJavaIntegration(com.intellij.openapi.project.Project project, java.util.List<AnalyzerScriptParameter> scriptParameters, com.google.common.base.Predicate<com.intellij.psi.PsiFile> filesToAnalyzeCompletely, BindingTrace traceContext, BodiesResolveContext bodiesResolveContext, ModuleDescriptor module)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

analyzeBodiesInFilesWithJavaIntegration

public static AnalyzeExhaust analyzeBodiesInFilesWithJavaIntegration(com.intellij.openapi.project.Project project,
                                                                     java.util.List<AnalyzerScriptParameter> scriptParameters,
                                                                     com.google.common.base.Predicate<com.intellij.psi.PsiFile> filesToAnalyzeCompletely,
                                                                     @NotNull
                                                                     BindingTrace traceContext,
                                                                     @NotNull
                                                                     BodiesResolveContext bodiesResolveContext,
                                                                     @NotNull
                                                                     ModuleDescriptor module)