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>


Field Summary
static Diagnostics EMPTY
           
 
Method Summary
 java.util.Collection<Diagnostic> all()
           
 java.util.Collection<Diagnostic> forElement(com.intellij.psi.PsiElement psiElement)
           
 boolean isEmpty()
           
 Diagnostics noSuppression()
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Field Detail

EMPTY

static final Diagnostics EMPTY
Method Detail

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()