Package | Description |
---|---|
org.joni |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ByteCodeMachine |
(package private) class |
NativeMachine |
(package private) class |
StackMachine |
Modifier and Type | Method and Description |
---|---|
(package private) abstract Matcher |
MatcherFactory.create(Regex regex,
Region region,
byte[] bytes,
int p,
int end) |
Matcher |
Regex.matcher(byte[] bytes) |
Matcher |
Regex.matcher(byte[] bytes,
int p,
int end) |
Matcher |
Regex.matcherNoRegion(byte[] bytes) |
Matcher |
Regex.matcherNoRegion(byte[] bytes,
int p,
int end) |
Modifier and Type | Method and Description |
---|---|
(package private) abstract int |
Search.Forward.search(Matcher matcher,
byte[] text,
int textP,
int textEnd,
int textRange) |
(package private) abstract int |
Search.Backward.search(Matcher matcher,
byte[] text,
int textP,
int adjustText,
int textEnd,
int textStart,
int s_,
int range_) |