org.jetbrains.jet.checkers
Class CheckerTestUtil.DebugInfoDiagnosticFactory

java.lang.Object
  extended by org.jetbrains.jet.lang.diagnostics.AbstractDiagnosticFactory
      extended by org.jetbrains.jet.checkers.CheckerTestUtil.DebugInfoDiagnosticFactory
Enclosing class:
CheckerTestUtil

public static class CheckerTestUtil.DebugInfoDiagnosticFactory
extends AbstractDiagnosticFactory


Field Summary
static CheckerTestUtil.DebugInfoDiagnosticFactory ELEMENT_WITH_ERROR_TYPE
           
static CheckerTestUtil.DebugInfoDiagnosticFactory MISSING_UNRESOLVED
           
static CheckerTestUtil.DebugInfoDiagnosticFactory UNRESOLVED_WITH_TARGET
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class org.jetbrains.jet.lang.diagnostics.AbstractDiagnosticFactory
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ELEMENT_WITH_ERROR_TYPE

public static final CheckerTestUtil.DebugInfoDiagnosticFactory ELEMENT_WITH_ERROR_TYPE

UNRESOLVED_WITH_TARGET

public static final CheckerTestUtil.DebugInfoDiagnosticFactory UNRESOLVED_WITH_TARGET

MISSING_UNRESOLVED

public static final CheckerTestUtil.DebugInfoDiagnosticFactory MISSING_UNRESOLVED
Method Detail

getName

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