Uses of Interface
edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelStates

Packages that use ReducedModelStates
edu.rice.cs.drjava.model.definitions Provides the data model for storing Java source code. 
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 ReducedModelStates in edu.rice.cs.drjava.model.definitions
 

Classes in edu.rice.cs.drjava.model.definitions that implement ReducedModelStates
 class DefinitionsDocumentTest
          Tests the functionality of the definitions document.
 

Uses of ReducedModelStates in edu.rice.cs.drjava.model.definitions.reducedmodel
 

Classes in edu.rice.cs.drjava.model.definitions.reducedmodel that implement ReducedModelStates
 class AbstractReducedModel
          A refactoring of the common code between ReducedModelComment and ReducedModelBrace.
 class BackSlashTest
          Test the interactions between double quotes and backslashes.
 class BraceTest
          Tests the Brace class.
 class MixedQuoteTest
          Tests the interaction between double and single quotes and comments
 class ReducedModelBrace
          Keeps track of the true braces (i.e., "() {}[]").
 class ReducedModelComment
          Keeps track of newlines, comment blocks, and single and double-quoted strings.
 class ReducedModelDeleteTest
          Test the delete functionality of the reduced model.
 class ReducedModelTest
          Tests insertion and move and other non-delete functionality of the reduced model.
 class ReducedToken
          The representation of document text in the reduced model.
 class SingleQuoteTest
          Tests the interaction between quotes and backslashes.
 class TokenList
          A list of reduced model tokens.