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

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

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


Constructor Summary
AnalyzerWithCompilerReport.SyntaxErrorReport(boolean hasErrors, boolean onlyErrorAtEof)
           
 
Method Summary
 boolean isHasErrors()
           
 boolean isOnlyErrorAtEof()
           
 
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 onlyErrorAtEof)
Method Detail

isHasErrors

public boolean isHasErrors()

isOnlyErrorAtEof

public boolean isOnlyErrorAtEof()