public interface StructureMatcher
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | StructureMatcher.BracketMatcher | 
| static class  | StructureMatcher.HighlightPaints the structure match highlight. | 
| static class  | StructureMatcher.MatchA structure match, denoted by a start and end position. | 
| Modifier and Type | Method and Description | 
|---|---|
| StructureMatcher.Match | getMatch(TextArea textArea)Returns the element matching the one at the given text area's
 caret position, or null. | 
| void | selectMatch(TextArea textArea)Selects from the caret to the matching structure element (if there is
 one, otherwise the behavior of this method is undefined). | 
StructureMatcher.Match getMatch(TextArea textArea)
void selectMatch(TextArea textArea)