org.jetbrains.jet.lang.resolve
Interface Diagnostics
- All Superinterfaces:
- java.lang.Iterable<Diagnostic>
- All Known Implementing Classes:
- DiagnosticsWithSuppression, SimpleDiagnostics
public interface Diagnostics
- extends java.lang.Iterable<Diagnostic>
Methods inherited from interface java.lang.Iterable |
iterator |
EMPTY
static final Diagnostics EMPTY
all
@NotNull
java.util.Collection<Diagnostic> all()
forElement
@NotNull
java.util.Collection<Diagnostic> forElement(@NotNull
com.intellij.psi.PsiElement psiElement)
isEmpty
boolean isEmpty()
noSuppression
@NotNull
Diagnostics noSuppression()