|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.lang.resolve.SimpleDiagnostics
public class SimpleDiagnostics
Field Summary |
---|
Fields inherited from interface org.jetbrains.jet.lang.resolve.Diagnostics |
---|
EMPTY |
Constructor Summary | |
---|---|
SimpleDiagnostics(java.util.Collection<Diagnostic> diagnostics)
|
Method Summary | |
---|---|
java.util.Collection<Diagnostic> |
all()
|
java.util.Collection<Diagnostic> |
forElement(com.intellij.psi.PsiElement psiElement)
|
boolean |
isEmpty()
|
java.util.Iterator<Diagnostic> |
iterator()
|
Diagnostics |
noSuppression()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleDiagnostics(@NotNull java.util.Collection<Diagnostic> diagnostics)
Method Detail |
---|
@NotNull public java.util.Collection<Diagnostic> all()
all
in interface Diagnostics
@NotNull public java.util.Collection<Diagnostic> forElement(@NotNull com.intellij.psi.PsiElement psiElement)
forElement
in interface Diagnostics
@NotNull public Diagnostics noSuppression()
noSuppression
in interface Diagnostics
@NotNull public java.util.Iterator<Diagnostic> iterator()
iterator
in interface java.lang.Iterable<Diagnostic>
public boolean isEmpty()
isEmpty
in interface Diagnostics
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |