Uses of Class
edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.Iterator

Packages that use ModelList.Iterator
edu.rice.cs.drjava.model.definitions.reducedmodel This package contains the code for the "reduced model": a model of the text in the definitions pane designed for quickly locating matching parentheses, quotation marks, and comment delimiters. 
 

Uses of ModelList.Iterator in edu.rice.cs.drjava.model.definitions.reducedmodel
 

Subclasses of ModelList.Iterator in edu.rice.cs.drjava.model.definitions.reducedmodel
 class TokenList.Iterator
           
 

Methods in edu.rice.cs.drjava.model.definitions.reducedmodel that return ModelList.Iterator
 ModelList.Iterator ModelList.getIterator()
          Create a new iterator for this list.
 ModelList.Iterator ModelList.Iterator.copy()
           
 

Methods in edu.rice.cs.drjava.model.definitions.reducedmodel with parameters of type ModelList.Iterator
 void ModelList.Iterator.setTo(ModelList.Iterator it)
          Force this iterator to take the values of the given iterator.
 void ModelList.Iterator.collapse(ModelList.Iterator iter)
          Delete all nodes between the current position of this and the current position of the given iterator.
 

Constructors in edu.rice.cs.drjava.model.definitions.reducedmodel with parameters of type ModelList.Iterator
ModelList.Iterator(ModelList.Iterator iter)
          Copy constructor.