Package org.joni
Class MatcherFactory
- java.lang.Object
-
- org.joni.MatcherFactory
-
abstract class MatcherFactory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static MatcherFactory
DEFAULT
-
Constructor Summary
Constructors Constructor Description MatcherFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract Matcher
create(Regex regex, Region region, byte[] bytes, int p, int end)
-
-
-
Field Detail
-
DEFAULT
static final MatcherFactory DEFAULT
-
-