org.jetbrains.kotlin.cli.common.messages
Class AnalyzerWithCompilerReport.SyntaxErrorReport

java.lang.Object
  extended by org.jetbrains.kotlin.cli.common.messages.AnalyzerWithCompilerReport.SyntaxErrorReport
Enclosing class:
AnalyzerWithCompilerReport

public static class AnalyzerWithCompilerReport.SyntaxErrorReport
extends java.lang.Object


Constructor Summary
AnalyzerWithCompilerReport.SyntaxErrorReport(boolean hasErrors, boolean allErrorsAtEof)
           
 
Method Summary
 boolean isAllErrorsAtEof()
           
 boolean isHasErrors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalyzerWithCompilerReport.SyntaxErrorReport

public AnalyzerWithCompilerReport.SyntaxErrorReport(boolean hasErrors,
                                                    boolean allErrorsAtEof)
Method Detail

isHasErrors

public boolean isHasErrors()

isAllErrorsAtEof

public boolean isAllErrorsAtEof()