org.jetbrains.jet.analyzer
Interface AnalyzerFacade

All Known Implementing Classes:
AnalyzerFacadeForJVM

public interface AnalyzerFacade


Nested Class Summary
static class AnalyzerFacade.BasicSetup
           
static interface AnalyzerFacade.Setup
           
 
Method Summary
 AnalyzerFacade.Setup createSetup(com.intellij.openapi.project.Project project, java.util.Collection<JetFile> files)
           
 

Method Detail

createSetup

@NotNull
AnalyzerFacade.Setup createSetup(@NotNull
                                         com.intellij.openapi.project.Project project,
                                         @NotNull
                                         java.util.Collection<JetFile> files)