| Package | Description |
|---|---|
| org.joni |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiRegion |
class |
SingleRegion |
| Modifier and Type | Field and Description |
|---|---|
protected Region |
Matcher.msaRegion |
| Modifier and Type | Method and Description |
|---|---|
abstract Region |
Region.clone() |
Region |
Matcher.getEagerRegion() |
Region |
Matcher.getRegion() |
static Region |
Region.newRegion(int num) |
static Region |
Region.newRegion(int begin,
int end) |
| 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,
org.jcodings.Encoding nameEncoding,
Region region) |
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) |