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