protected class AssertableDiagnostics.DiagnosticTreeIterator
extends java.lang.Object
implements java.lang.Iterable<org.eclipse.emf.common.util.Diagnostic>, java.util.Iterator<org.eclipse.emf.common.util.Diagnostic>
| Constructor and Description |
|---|
AssertableDiagnostics.DiagnosticTreeIterator(org.eclipse.emf.common.util.Diagnostic root) |
public AssertableDiagnostics.DiagnosticTreeIterator(org.eclipse.emf.common.util.Diagnostic root)
public boolean hasNext()
hasNext in interface java.util.Iterator<org.eclipse.emf.common.util.Diagnostic>public java.util.Iterator<org.eclipse.emf.common.util.Diagnostic> iterator()
iterator in interface java.lang.Iterable<org.eclipse.emf.common.util.Diagnostic>public org.eclipse.emf.common.util.Diagnostic next()
next in interface java.util.Iterator<org.eclipse.emf.common.util.Diagnostic>public void remove()
remove in interface java.util.Iterator<org.eclipse.emf.common.util.Diagnostic>