Uses of Interface
org.gjt.sp.jedit.textarea.StructureMatcher
-
Uses of StructureMatcher in org.gjt.sp.jedit.textarea
Modifier and TypeMethodDescriptionvoid
TextArea.addStructureMatcher
(StructureMatcher matcher) Adds a structure matcher.void
TextArea.removeStructureMatcher
(StructureMatcher matcher) Removes a structure matcher.ModifierConstructorDescriptionMatch
(StructureMatcher matcher) Match
(StructureMatcher matcher, int startLine, int start, int endLine, int end)