org.jetbrains.k2js.analyze
Class TopDownAnalyzerFacadeForJS
java.lang.Object
org.jetbrains.k2js.analyze.TopDownAnalyzerFacadeForJS
public final class TopDownAnalyzerFacadeForJS
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_IMPORTS
public static final java.util.List<ImportPath> DEFAULT_IMPORTS
analyzeFiles
@NotNull
public static BindingContext analyzeFiles(@NotNull
java.util.Collection<JetFile> files,
@NotNull
Config config)
analyzeFiles
@NotNull
public static AnalyzeExhaust analyzeFiles(@NotNull
java.util.Collection<JetFile> files,
@NotNull
com.google.common.base.Predicate<com.intellij.psi.PsiFile> filesToAnalyzeCompletely,
@NotNull
Config config)
checkForErrors
public static void checkForErrors(@NotNull
java.util.Collection<JetFile> allFiles,
@NotNull
BindingContext bindingContext)