|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchMatcher | |
|---|---|
| org.gjt.sp.jedit.search | Search and replace classes. |
| Uses of SearchMatcher in org.gjt.sp.jedit.search |
|---|
| Subclasses of SearchMatcher in org.gjt.sp.jedit.search | |
|---|---|
class |
BoyerMooreSearchMatcher
Implements literal search using the Boyer-Moore algorithm. |
class |
PatternSearchMatcher
A regular expression string matcher using java.util.regex. |
| Methods in org.gjt.sp.jedit.search that return SearchMatcher | |
|---|---|
static SearchMatcher |
SearchAndReplace.getSearchMatcher()
Returns the current search string matcher. |
SearchMatcher |
HyperSearchOperationNode.getSearchMatcher()
|
| Methods in org.gjt.sp.jedit.search with parameters of type SearchMatcher | |
|---|---|
static void |
SearchAndReplace.setSearchMatcher(SearchMatcher matcher)
Sets a custom search string matcher. |
| Constructors in org.gjt.sp.jedit.search with parameters of type SearchMatcher | |
|---|---|
HyperSearchOperationNode(java.lang.String searchString,
SearchMatcher searchMatcher)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||