Uses of Class
org.joni.Region
Packages that use Region
-
Uses of Region in org.joni
Modifier and TypeMethodDescriptionRegion.clone()
final Region
Matcher.getEagerRegion()
final Region
Matcher.getRegion()
Modifier and TypeMethodDescriptionprivate void
ByteCodeMachine.checkCaptureHistory
(Region region) (package private) abstract Matcher
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)