|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.diagnostics.AbstractDiagnostic<E>
public abstract class AbstractDiagnostic<E extends com.intellij.psi.PsiElement>
| Constructor Summary | |
|---|---|
AbstractDiagnostic(E psiElement,
DiagnosticFactoryWithPsiElement<E> factory,
Severity severity)
|
|
| Method Summary | |
|---|---|
DiagnosticFactoryWithPsiElement<E> |
getFactory()
|
E |
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 AbstractDiagnostic(@NotNull
E psiElement,
@NotNull
DiagnosticFactoryWithPsiElement<E> factory,
@NotNull
Severity severity)
| Method Detail |
|---|
@NotNull public DiagnosticFactoryWithPsiElement<E> getFactory()
getFactory in interface Diagnostic@NotNull public com.intellij.psi.PsiFile getPsiFile()
getPsiFile in interface Diagnostic@NotNull public Severity getSeverity()
getSeverity in interface Diagnostic@NotNull public E getPsiElement()
getPsiElement in interface DiagnosticgetPsiElement in interface ParametrizedDiagnostic<E extends com.intellij.psi.PsiElement>@NotNull public java.util.List<com.intellij.openapi.util.TextRange> getTextRanges()
getTextRanges in interface Diagnosticpublic boolean isValid()
isValid in interface Diagnostic
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||