|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.joni.MatcherFactory
public abstract class MatcherFactory
Constructor Summary | |
---|---|
MatcherFactory()
|
Method Summary | |
---|---|
abstract Matcher |
create(Regex regex,
byte[] bytes,
int p,
int end)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MatcherFactory()
Method Detail |
---|
public abstract Matcher create(Regex regex, byte[] bytes, int p, int end)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |