org.jetbrains.jet.lang.diagnostics
Class DiagnosticWithParameters1<E extends com.intellij.psi.PsiElement,A>

java.lang.Object
  extended by org.jetbrains.jet.lang.diagnostics.AbstractDiagnostic<E>
      extended by org.jetbrains.jet.lang.diagnostics.DiagnosticWithParameters1<E,A>
All Implemented Interfaces:
Diagnostic, ParametrizedDiagnostic<E>

public class DiagnosticWithParameters1<E extends com.intellij.psi.PsiElement,A>
extends AbstractDiagnostic<E>


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

DiagnosticWithParameters1

public DiagnosticWithParameters1(@NotNull
                                 E psiElement,
                                 @NotNull
                                 A a,
                                 @NotNull
                                 DiagnosticFactory1<E,A> factory,
                                 @NotNull
                                 Severity severity)
Method Detail

getFactory

@NotNull
public DiagnosticFactory1<E,A> getFactory()
Specified by:
getFactory in interface Diagnostic
Overrides:
getFactory in class AbstractDiagnostic<E extends com.intellij.psi.PsiElement>

getA

@NotNull
public A getA()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object