org.jetbrains.kotlin.diagnostics
Interface ParametrizedDiagnostic<E extends com.intellij.psi.PsiElement>

All Superinterfaces:
Diagnostic
All Known Implementing Classes:
AbstractDiagnostic, DiagnosticWithParameters1, DiagnosticWithParameters2, DiagnosticWithParameters3, SimpleDiagnostic

public interface ParametrizedDiagnostic<E extends com.intellij.psi.PsiElement>
extends Diagnostic


Method Summary
 E getPsiElement()
           
 
Methods inherited from interface org.jetbrains.kotlin.diagnostics.Diagnostic
getFactory, getPsiFile, getSeverity, getTextRanges, isValid
 

Method Detail

getPsiElement

@NotNull
E getPsiElement()
Specified by:
getPsiElement in interface Diagnostic