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

Packages that use TokenList.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 TokenList.Iterator in edu.rice.cs.drjava.model.definitions.reducedmodel
 

Methods in edu.rice.cs.drjava.model.definitions.reducedmodel that return TokenList.Iterator
 TokenList.Iterator TokenList.Iterator.copy()
          Makes a fresh copy of this TokenList.Iterator.
 TokenList.Iterator TokenList.getIterator()
          Gets a TokenList.Iterator for this list.
 TokenList.Iterator AbstractReducedModel.makeCopyCursor()
          Make a copy of the token list's iterator.
 

Methods in edu.rice.cs.drjava.model.definitions.reducedmodel with parameters of type TokenList.Iterator
 int AbstractReducedModel.absOffset(TokenList.Iterator cursor)
          Absolute offset of the specified iterator.
 void TokenList.Iterator.setTo(TokenList.Iterator that)