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

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

Subclasses of AbstractReducedModel in edu.rice.cs.drjava.model.definitions.reducedmodel
 class ReducedModelBrace
          Keeps track of the true braces (i.e., "() {}[]").
 class ReducedModelComment
          Keeps track of newlines, comment blocks, and single and double-quoted strings.