Uses of Class
org.gjt.sp.jedit.textarea.StructureMatcher.Match

Packages that use StructureMatcher.Match
org.gjt.sp.jedit.textarea Since jEdit 4.2, many TextArea classes have been split into a base and derived class. 
 

Uses of StructureMatcher.Match in org.gjt.sp.jedit.textarea
 

Methods in org.gjt.sp.jedit.textarea that return StructureMatcher.Match
 StructureMatcher.Match StructureMatcher.getMatch(TextArea textArea)
          Returns the element matching the one at the given text area's caret position, or null.
 StructureMatcher.Match StructureMatcher.BracketMatcher.getMatch(TextArea textArea)
           
 StructureMatcher.Match TextArea.getStructureMatch()
          Returns the structure element (bracket, or XML tag, etc) matching the one before the caret.