org.jetbrains.kotlin.diagnostics
Class DiagnosticFactory2<E extends com.intellij.psi.PsiElement,A,B>
java.lang.Object
org.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>
- extends DiagnosticFactoryWithPsiElement<E,DiagnosticWithParameters2<E,A,B>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
on
@NotNull
public ParametrizedDiagnostic<E> on(@NotNull
E element,
@NotNull
A a,
@NotNull
B b)
create
public static <T extends com.intellij.psi.PsiElement,A,B> DiagnosticFactory2<T,A,B> create(Severity severity,
positioningStrategy)
create
public static <T extends com.intellij.psi.PsiElement,A,B> DiagnosticFactory2<T,A,B> create(Severity severity)