org.eclipse.xtext.junit4.validation
Class AssertableDiagnostics.DiagnosticTreeIterator

java.lang.Object
  extended by org.eclipse.xtext.junit4.validation.AssertableDiagnostics.DiagnosticTreeIterator
All Implemented Interfaces:
java.lang.Iterable<org.eclipse.emf.common.util.Diagnostic>, java.util.Iterator<org.eclipse.emf.common.util.Diagnostic>
Enclosing class:
AssertableDiagnostics

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 Summary
AssertableDiagnostics.DiagnosticTreeIterator(org.eclipse.emf.common.util.Diagnostic root)
           
 
Method Summary
 boolean hasNext()
           
 java.util.Iterator<org.eclipse.emf.common.util.Diagnostic> iterator()
           
 org.eclipse.emf.common.util.Diagnostic next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertableDiagnostics.DiagnosticTreeIterator

public AssertableDiagnostics.DiagnosticTreeIterator(org.eclipse.emf.common.util.Diagnostic root)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<org.eclipse.emf.common.util.Diagnostic>

iterator

public java.util.Iterator<org.eclipse.emf.common.util.Diagnostic> iterator()
Specified by:
iterator in interface java.lang.Iterable<org.eclipse.emf.common.util.Diagnostic>

next

public org.eclipse.emf.common.util.Diagnostic next()
Specified by:
next in interface java.util.Iterator<org.eclipse.emf.common.util.Diagnostic>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<org.eclipse.emf.common.util.Diagnostic>