Uses of Class
org.gjt.sp.jedit.search.SearchMatcher.Match
Packages that use SearchMatcher.Match
-
Uses of SearchMatcher.Match in org.gjt.sp.jedit.search
Fields in org.gjt.sp.jedit.search declared as SearchMatcher.MatchMethods in org.gjt.sp.jedit.search that return SearchMatcher.MatchModifier 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.