org.eclipse.xtext.ui.editor.model
Class DocumentTokenSource.IRegionIterable

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.model.DocumentTokenSource.IRegionIterable
All Implemented Interfaces:
java.lang.Iterable<ILexerTokenRegion>
Enclosing class:
DocumentTokenSource

public static class DocumentTokenSource.IRegionIterable
extends java.lang.Object
implements java.lang.Iterable<ILexerTokenRegion>


Constructor Summary
DocumentTokenSource.IRegionIterable(java.lang.Iterable<DocumentTokenSource.TokenInfo> tokens)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.util.Iterator<ILexerTokenRegion> iterator()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentTokenSource.IRegionIterable

public DocumentTokenSource.IRegionIterable(java.lang.Iterable<DocumentTokenSource.TokenInfo> tokens)
Method Detail

iterator

public java.util.Iterator<ILexerTokenRegion> iterator()
Specified by:
iterator in interface java.lang.Iterable<ILexerTokenRegion>

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object