Uses of Class
org.joni.Region
Packages that use Region
-
Uses of Region in org.joni
Modifier and TypeMethodDescriptionabstract Region
Region.clone()
final Region
Matcher.getEagerRegion()
final Region
Matcher.getRegion()
static Region
Region.newRegion
(int num) static Region
Region.newRegion
(int begin, int end) Modifier and TypeMethodDescriptionprivate void
ByteCodeMachine.checkCaptureHistory
(Region region) (package private) abstract Matcher
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) ModifierConstructorDescription(package private)
ByteCodeMachine
(Regex regex, Region region, byte[] bytes, int p, int end) (package private)
protected
NativeMachine
(Regex regex, Region region, byte[] bytes, int p, int end) protected
StackMachine
(Regex regex, Region region, byte[] bytes, int p, int end)