org.jetbrains.jet.checkers
Class CheckerTestUtil.SyntaxErrorDiagnostic

java.lang.Object
  extended by org.jetbrains.jet.checkers.CheckerTestUtil.AbstractDiagnosticForTests
      extended by org.jetbrains.jet.checkers.CheckerTestUtil.SyntaxErrorDiagnostic
All Implemented Interfaces:
Diagnostic
Enclosing class:
CheckerTestUtil

public static class CheckerTestUtil.SyntaxErrorDiagnostic
extends CheckerTestUtil.AbstractDiagnosticForTests


Constructor Summary
CheckerTestUtil.SyntaxErrorDiagnostic(com.intellij.psi.PsiErrorElement errorElement)
           
 
Method Summary
 
Methods inherited from class org.jetbrains.jet.checkers.CheckerTestUtil.AbstractDiagnosticForTests
getFactory, getPsiElement, getPsiFile, getSeverity, getTextRanges, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckerTestUtil.SyntaxErrorDiagnostic

public CheckerTestUtil.SyntaxErrorDiagnostic(@NotNull
                                             com.intellij.psi.PsiErrorElement errorElement)