|
|||||||||
| 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,DiagnosticWithParameters2<E,A,B>>
org.jetbrains.kotlin.diagnostics.DiagnosticFactory2<E,A,B>
public class DiagnosticFactory2<E extends com.intellij.psi.PsiElement,A,B>
| Field Summary |
|---|
| Fields inherited from class org.jetbrains.kotlin.diagnostics.DiagnosticFactoryWithPsiElement |
|---|
positioningStrategy |
| Method Summary | ||
|---|---|---|
static
|
create(Severity severity)
|
|
static
|
create(Severity severity,
|
|
ParametrizedDiagnostic<E> |
on(E element,
A a,
B b)
|
|
| Methods inherited from class org.jetbrains.kotlin.diagnostics.DiagnosticFactoryWithPsiElement |
|---|
getTextRanges, isValid |
| 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 |
| Method Detail |
|---|
@NotNull
public ParametrizedDiagnostic<E> on(@NotNull
E element,
@NotNull
A a,
@NotNull
B b)
public static <T extends com.intellij.psi.PsiElement,A,B> DiagnosticFactory2<T,A,B> create(Severity severity,
positioningStrategy)
public static <T extends com.intellij.psi.PsiElement,A,B> DiagnosticFactory2<T,A,B> create(Severity severity)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||