|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Brace | |
|---|---|
| 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 Brace in edu.rice.cs.drjava.model.definitions.reducedmodel |
|---|
| Fields in edu.rice.cs.drjava.model.definitions.reducedmodel declared as Brace | |
|---|---|
protected Brace |
BraceTest.lparen
|
protected Brace |
BraceTest.rparen
|
| Methods in edu.rice.cs.drjava.model.definitions.reducedmodel that return Brace | |
|---|---|
static Brace |
Brace.MakeBrace(String type,
ReducedModelState state)
Virtual constructor. |
| Methods in edu.rice.cs.drjava.model.definitions.reducedmodel with parameters of type Brace | |
|---|---|
boolean |
Gap.isMatch(Brace other)
Determines that this is not a match. |
abstract boolean |
ReducedToken.isMatch(Brace other)
Determine if the given token is a open/close match with this. |
boolean |
Brace.isMatch(Brace other)
Check if two braces match. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||