org.jetbrains.kotlin.js.analyze
Class TopDownAnalyzerFacadeForJS
java.lang.Object
org.jetbrains.kotlin.js.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 |
analyzeFiles
@NotNull
public static JsAnalysisResult analyzeFiles(@NotNull
java.util.Collection<KtFile> files,
@NotNull
Config config)
analyzeFilesWithGivenTrace
@NotNull
public static JsAnalysisResult analyzeFilesWithGivenTrace(@NotNull
java.util.Collection<KtFile> files,
@NotNull
BindingTrace trace,
@NotNull
ModuleContext moduleContext,
@NotNull
Config config)
checkForErrors
public static void checkForErrors(@NotNull
java.util.Collection<KtFile> allFiles,
@NotNull
BindingContext bindingContext)