abstract class MatcherFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static MatcherFactory |
DEFAULT |
Constructor and Description |
---|
MatcherFactory() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract Matcher |
create(Regex regex,
Region region,
byte[] bytes,
int p,
int end) |
static final MatcherFactory DEFAULT