org.jetbrains.kotlin.checkers
Class CheckerTestUtil.SyntaxErrorDiagnosticFactory

java.lang.Object
  extended by org.jetbrains.kotlin.diagnostics.DiagnosticFactory<CheckerTestUtil.SyntaxErrorDiagnostic>
      extended by org.jetbrains.kotlin.checkers.CheckerTestUtil.SyntaxErrorDiagnosticFactory
Enclosing class:
CheckerTestUtil

public static class CheckerTestUtil.SyntaxErrorDiagnosticFactory
extends DiagnosticFactory<CheckerTestUtil.SyntaxErrorDiagnostic>


Field Summary
static CheckerTestUtil.SyntaxErrorDiagnosticFactory INSTANCE
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class org.jetbrains.kotlin.diagnostics.DiagnosticFactory
cast, cast, cast, 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<CheckerTestUtil.SyntaxErrorDiagnostic>