|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.checkers.CheckerTestUtil.AbstractDiagnosticForTests
public static class CheckerTestUtil.AbstractDiagnosticForTests
Constructor Summary | |
---|---|
CheckerTestUtil.AbstractDiagnosticForTests(com.intellij.psi.PsiElement element,
DiagnosticFactory<?> factory)
|
Method Summary | |
---|---|
DiagnosticFactory<?> |
getFactory()
|
com.intellij.psi.PsiElement |
getPsiElement()
|
com.intellij.psi.PsiFile |
getPsiFile()
|
Severity |
getSeverity()
|
java.util.List<com.intellij.openapi.util.TextRange> |
getTextRanges()
|
boolean |
isValid()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckerTestUtil.AbstractDiagnosticForTests(@NotNull com.intellij.psi.PsiElement element, @NotNull DiagnosticFactory<?> factory)
Method Detail |
---|
@NotNull public DiagnosticFactory<?> getFactory()
getFactory
in interface Diagnostic
@NotNull public Severity getSeverity()
getSeverity
in interface Diagnostic
@NotNull public com.intellij.psi.PsiElement getPsiElement()
getPsiElement
in interface Diagnostic
@NotNull public java.util.List<com.intellij.openapi.util.TextRange> getTextRanges()
getTextRanges
in interface Diagnostic
@NotNull public com.intellij.psi.PsiFile getPsiFile()
getPsiFile
in interface Diagnostic
public boolean isValid()
isValid
in interface Diagnostic
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |