| Package | Description | 
|---|---|
| org.gjt.sp.jedit.search | Search and replace classes. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected SearchMatcher.Match | SearchMatcher. returnValue | 
| Modifier and Type | Method and Description | 
|---|---|
| SearchMatcher.Match | BoyerMooreSearchMatcher. nextMatch(java.lang.CharSequence text,
         boolean start,
         boolean end,
         boolean firstTime,
         boolean reverse) | 
| 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. |