Uses of Class
org.gjt.sp.jedit.search.SearchMatcher.Match
-
Uses of SearchMatcher.Match in org.gjt.sp.jedit.search
Modifier and TypeMethodDescriptionBoyerMooreSearchMatcher.nextMatch
(CharSequence text, boolean start, boolean end, boolean firstTime, boolean reverse) PatternSearchMatcher.nextMatch
(CharSequence text, boolean start, boolean end, boolean firstTime, boolean reverse) Returns the offset of the first match of the specified text within this matcher.abstract SearchMatcher.Match
SearchMatcher.nextMatch
(CharSequence text, boolean start, boolean end, boolean firstTime, boolean reverse) Returns the offset of the first match of the specified text within this matcher.