|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.cli.common.messages.AnalyzerWithCompilerReport
public final class AnalyzerWithCompilerReport
| Nested Class Summary | |
|---|---|
static class |
AnalyzerWithCompilerReport.SyntaxErrorReport
|
| Constructor Summary | |
|---|---|
AnalyzerWithCompilerReport(MessageCollector collector)
|
|
| Method Summary | |
|---|---|
void |
analyzeAndReport(java.util.Collection<JetFile> files,
kotlin.jvm.functions.Function0<AnalysisResult> analyzer)
|
AnalysisResult |
getAnalysisResult()
|
boolean |
hasErrors()
|
static boolean |
reportDiagnostics(Diagnostics diagnostics,
MessageCollector collector)
|
static AnalyzerWithCompilerReport.SyntaxErrorReport |
reportSyntaxErrors(com.intellij.psi.PsiElement file,
MessageCollector messageCollector)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnalyzerWithCompilerReport(@NotNull
MessageCollector collector)
| Method Detail |
|---|
public static boolean reportDiagnostics(@NotNull
Diagnostics diagnostics,
@NotNull
MessageCollector collector)
public static AnalyzerWithCompilerReport.SyntaxErrorReport reportSyntaxErrors(@NotNull
com.intellij.psi.PsiElement file,
@NotNull
MessageCollector messageCollector)
@Nullable public AnalysisResult getAnalysisResult()
public boolean hasErrors()
public void analyzeAndReport(@NotNull
java.util.Collection<JetFile> files,
@NotNull
kotlin.jvm.functions.Function0<AnalysisResult> analyzer)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||