| Package | Description | 
|---|---|
| org.gjt.sp.jedit.search | Search and replace classes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BoyerMooreSearchMatcherImplements literal search using the Boyer-Moore algorithm. | 
| class  | PatternSearchMatcherA regular expression string matcher using java.util.regex. | 
| Modifier and Type | Method and Description | 
|---|---|
| static SearchMatcher | SearchAndReplace. getSearchMatcher()Returns the current search string matcher. | 
| SearchMatcher | HyperSearchOperationNode. getSearchMatcher() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | SearchAndReplace. setSearchMatcher(SearchMatcher matcher)Sets a custom search string matcher. | 
| Constructor and Description | 
|---|
| HyperSearchOperationNode(java.lang.String searchString,
                        SearchMatcher searchMatcher) |