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