public class SearchMatcherFactory extends Object implements MatcherFactory
Modifier and Type | Method and Description |
---|---|
static SearchMatcherFactory |
compile(net.amygdalum.regexparser.RegexNode node,
Charset charset,
SearchMode mode) |
Matcher |
newMatcher(net.amygdalum.util.io.ByteProvider input) |
public static SearchMatcherFactory 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.