|
|||||||||
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>
org.jetbrains.jet.lang.diagnostics.DiagnosticWithParameters1<E,A>
public class DiagnosticWithParameters1<E extends com.intellij.psi.PsiElement,A>
Constructor Summary | |
---|---|
DiagnosticWithParameters1(E psiElement,
A a,
DiagnosticFactory1<E,A> factory,
Severity severity)
|
Method Summary | |
---|---|
A |
getA()
|
DiagnosticFactory1<E,A> |
getFactory()
|
java.lang.String |
toString()
|
Methods inherited from class org.jetbrains.jet.lang.diagnostics.AbstractDiagnostic |
---|
getPsiElement, getPsiFile, getSeverity, getTextRanges, isValid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DiagnosticWithParameters1(@NotNull E psiElement, @NotNull A a, @NotNull DiagnosticFactory1<E,A> factory, @NotNull Severity severity)
Method Detail |
---|
@NotNull public DiagnosticFactory1<E,A> getFactory()
getFactory
in interface Diagnostic
getFactory
in class AbstractDiagnostic<E extends com.intellij.psi.PsiElement>
@NotNull public A getA()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |