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

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

Fields in edu.rice.cs.drjava.model.definitions.reducedmodel declared as TokenList
(package private)  TokenList AbstractReducedModel._tokens
          The reduced model for a document is a list of ReducedTokens (braces and gaps).