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

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

Classes in edu.rice.cs.drjava.model.definitions.reducedmodel that implement BraceReduction
 class ReducedModelControl
          This class provides an implementation of the BraceReduction interface for brace matching.
 

Methods in edu.rice.cs.drjava.model.definitions.reducedmodel with parameters of type BraceReduction
protected  void MixedQuoteTest.insertGap(BraceReduction model, int size)
          Convenience function to insert a number of non-special characters into a reduced model.
protected  void BraceReductionTestCase.insertGap(BraceReduction model, int size)
          Convenience function to insert a number of non-special characters into a reduced model.
protected  void BackSlashTest.insertGap(BraceReduction model, int size)
          Convenience function to insert a number of non-special characters into a reduced model.