|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.diagnostics.DiagnosticFactory<D>
org.jetbrains.kotlin.diagnostics.DiagnosticFactoryWithPsiElement<E,D>
public abstract class DiagnosticFactoryWithPsiElement<E extends com.intellij.psi.PsiElement,D extends Diagnostic>
Field Summary | |
---|---|
protected |
positioningStrategy
|
Constructor Summary | |
---|---|
DiagnosticFactoryWithPsiElement(Severity severity,
|
Method Summary | |
---|---|
protected java.util.List<com.intellij.openapi.util.TextRange> |
getTextRanges(ParametrizedDiagnostic<E> diagnostic)
|
protected boolean |
isValid(ParametrizedDiagnostic<E> diagnostic)
|
Methods inherited from class org.jetbrains.kotlin.diagnostics.DiagnosticFactory |
---|
cast, cast, cast, getName, getSeverity, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected finalpositioningStrategy
Constructor Detail |
---|
public DiagnosticFactoryWithPsiElement(Severity severity,positioningStrategy)
Method Detail |
---|
protected java.util.List<com.intellij.openapi.util.TextRange> getTextRanges(ParametrizedDiagnostic<E> diagnostic)
protected boolean isValid(ParametrizedDiagnostic<E> diagnostic)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |