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

Packages that use BraceInfo
edu.rice.cs.drjava.model The model package is responsible for the majority of the logic and state in DrJava. 
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 BraceInfo in edu.rice.cs.drjava.model
 

Methods in edu.rice.cs.drjava.model that return BraceInfo
 BraceInfo AbstractDJDocument._getEnclosingBrace()
          Cached version of _reduced.getEnclosingBrace().
 BraceInfo AbstractDJDocument._getLineEnclosingBrace()
          Cached version of _reduced.getLineEnclosingBrace().
 

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

Fields in edu.rice.cs.drjava.model.definitions.reducedmodel declared as BraceInfo
static BraceInfo BraceInfo.NULL
           
 

Methods in edu.rice.cs.drjava.model.definitions.reducedmodel that return BraceInfo
 BraceInfo ReducedModelControl._getEnclosingBrace()
          Gets info about the brace enclosing this location.
protected  BraceInfo ReducedModelBrace._getEnclosingBrace()
          Determines the brace enclosing the current location.
 BraceInfo ReducedModelControl._getLineEnclosingBrace()
          Gets info about the brace enclosing the beginning of this line.
 BraceInfo ReducedModelBrace._getLineEnclosingBrace()
          Determines the brace (type and distance) enclosing the beginning of the current line (except the first line).
 BraceInfo BraceInfo.shift(int dist)