org.gjt.sp.jedit.textarea
Class StructureMatcher.BracketMatcher
java.lang.Object
org.gjt.sp.jedit.textarea.StructureMatcher.BracketMatcher
- All Implemented Interfaces:
- StructureMatcher
- Enclosing class:
- StructureMatcher
- public static class StructureMatcher.BracketMatcher
- extends Object
- implements StructureMatcher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StructureMatcher.BracketMatcher
public StructureMatcher.BracketMatcher()
getMatch
public StructureMatcher.Match getMatch(JEditTextArea textArea)
- Description copied from interface:
StructureMatcher
- Returns the element matching the one at the given text area's
caret position, or null.
- Specified by:
getMatch
in interface StructureMatcher
selectMatch
public void selectMatch(JEditTextArea textArea)
- Description copied from interface:
StructureMatcher
- Selects from the caret to the matching structure element (if there is
one, otherwise the behavior of this method is undefined).
- Specified by:
selectMatch
in interface StructureMatcher