org.jetbrains.jet.checkers
Class CheckerTestUtil.SyntaxErrorDiagnosticFactory

java.lang.Object
  extended by org.jetbrains.jet.lang.diagnostics.DiagnosticFactory
      extended by org.jetbrains.jet.checkers.CheckerTestUtil.SyntaxErrorDiagnosticFactory
Enclosing class:
CheckerTestUtil

public static class CheckerTestUtil.SyntaxErrorDiagnosticFactory
extends DiagnosticFactory


Field Summary
static CheckerTestUtil.SyntaxErrorDiagnosticFactory INSTANCE
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class org.jetbrains.jet.lang.diagnostics.DiagnosticFactory
getSeverity, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final CheckerTestUtil.SyntaxErrorDiagnosticFactory INSTANCE
Method Detail

getName

@NotNull
public java.lang.String getName()
Overrides:
getName in class DiagnosticFactory