Uses of Class
org.gjt.sp.jedit.search.SearchMatcher.Match

Packages that use SearchMatcher.Match
org.gjt.sp.jedit.search Search and replace classes. 
 

Uses of SearchMatcher.Match in org.gjt.sp.jedit.search
 

Fields in org.gjt.sp.jedit.search declared as SearchMatcher.Match
protected  SearchMatcher.Match SearchMatcher.returnValue
           
 

Methods in org.gjt.sp.jedit.search that return SearchMatcher.Match
abstract  SearchMatcher.Match SearchMatcher.nextMatch(java.lang.CharSequence text, boolean start, boolean end, boolean firstTime, boolean reverse)
          Returns the offset of the first match of the specified text within this matcher.
 SearchMatcher.Match PatternSearchMatcher.nextMatch(java.lang.CharSequence text, boolean start, boolean end, boolean firstTime, boolean reverse)
          Returns the offset of the first match of the specified text within this matcher.
 SearchMatcher.Match BoyerMooreSearchMatcher.nextMatch(java.lang.CharSequence text, boolean start, boolean end, boolean firstTime, boolean reverse)
          Returns the offset of the first match of the specified text within this matcher.