public class SearchMatcherFactory extends Object implements MatcherFactory
| Constructor and Description |
|---|
SearchMatcherFactory(SearchMode mode) |
| Modifier and Type | Method and Description |
|---|---|
static SearchMatcherFactory |
compile(net.amygdalum.regexparser.RegexNode node,
SearchMode mode) |
Matcher |
newMatcher(net.amygdalum.util.io.CharProvider input) |
public SearchMatcherFactory(SearchMode mode)
public static SearchMatcherFactory compile(net.amygdalum.regexparser.RegexNode node, SearchMode mode)
public Matcher newMatcher(net.amygdalum.util.io.CharProvider input)
newMatcher in interface MatcherFactoryCopyright © 2018. All rights reserved.