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. |