| Package | Description |
|---|---|
| net.amygdalum.patternsearchalgorithms.pattern | |
| net.amygdalum.patternsearchalgorithms.pattern.bytes | |
| net.amygdalum.patternsearchalgorithms.pattern.chars |
| Modifier and Type | Field and Description |
|---|---|
static SearchMode |
SearchMode.ALL |
static SearchMode |
SearchMode.DEFAULT |
static SearchMode |
SearchMode.FIRSTMATCH_NON_OVERLAPPING |
static SearchMode |
SearchMode.LONGEST_NON_OVERLAPPING |
static SearchMode |
SearchMode.LONGEST_WITH_OVERLAP |
| Modifier and Type | Method and Description |
|---|---|
static SearchMode |
SearchMode.firstOf(PatternOption[] options) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleMatcherFactory |
SimpleMatcherFactory.compile(net.amygdalum.regexparser.RegexNode node,
Charset charset,
SearchMode mode) |
static SearchMatcherFactory |
SearchMatcherFactory.compile(net.amygdalum.regexparser.RegexNode node,
Charset charset,
SearchMode mode) |
| Constructor and Description |
|---|
SimpleMatcherFactory(SearchMode mode,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleMatcherFactory |
SimpleMatcherFactory.compile(net.amygdalum.regexparser.RegexNode node,
SearchMode mode) |
static SearchMatcherFactory |
SearchMatcherFactory.compile(net.amygdalum.regexparser.RegexNode node,
SearchMode mode) |
| Constructor and Description |
|---|
SearchMatcherFactory(SearchMode mode) |
SimpleMatcherFactory(SearchMode mode) |
Copyright © 2018. All rights reserved.