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