|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BraceReduction | |
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 BraceReduction in edu.rice.cs.drjava.model.definitions |
Fields in edu.rice.cs.drjava.model.definitions declared as BraceReduction | |
private BraceReduction |
DefinitionsDocument._reduced
The reduced model of the document that handles most of the document logic and keeps track of state. |
Methods in edu.rice.cs.drjava.model.definitions that return BraceReduction | |
(package private) BraceReduction |
DefinitionsDocument.getReduced()
This method should never be called outside of this class. |
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. |
Fields in edu.rice.cs.drjava.model.definitions.reducedmodel declared as BraceReduction | |
protected BraceReduction |
ReducedModelDeleteTest.model0
|
protected BraceReduction |
ReducedModelDeleteTest.model1
|
protected BraceReduction |
ReducedModelDeleteTest.model2
|
Methods in edu.rice.cs.drjava.model.definitions.reducedmodel with parameters of type BraceReduction | |
(package private) ReducedModelState |
BraceReductionTestCase.stateOfCurrentToken(BraceReduction br)
Convenience function to get state of the current token. |
protected void |
SingleQuoteTest.insertGap(BraceReduction model,
int size)
Convenience function to insert a number of non-special characters into a reduced model. |
protected void |
ReducedModelDeleteTest.insertGap(BraceReduction model,
int size)
|
protected void |
BackSlashTest.insertGap(BraceReduction model,
int size)
Convenience function to insert a number of non-special characters into a reduced model. |
protected void |
MixedQuoteTest.insertGap(BraceReduction model,
int size)
Convenience function to insert a number of non-special characters into a reduced model. |
protected void |
ReducedModelTest.insertGap(BraceReduction model,
int size)
put your documentation comment here |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |