Package | Description |
---|---|
org.joni |
Modifier and Type | Field and Description |
---|---|
protected Region |
Matcher.msaRegion |
Modifier and Type | Method and Description |
---|---|
Region |
Region.clone() |
Region |
Matcher.getEagerRegion() |
Region |
Matcher.getRegion() |
Modifier and Type | Method and Description |
---|---|
private void |
ByteCodeMachine.checkCaptureHistory(Region region) |
(package private) abstract Matcher |
MatcherFactory.create(Regex regex,
Region region,
byte[] bytes,
int p,
int end) |
int |
Regex.nameToBackrefNumber(byte[] name,
int nameP,
int nameEnd,
Region region) |
Constructor and Description |
---|
ByteCodeMachine(Regex regex,
Region region,
byte[] bytes,
int p,
int end) |
Matcher(Regex regex,
Region region,
byte[] bytes,
int p,
int end) |
NativeMachine(Regex regex,
Region region,
byte[] bytes,
int p,
int end) |
StackMachine(Regex regex,
Region region,
byte[] bytes,
int p,
int end) |