Uses of Class
org.joni.Region
-
Packages that use Region Package Description org.joni -
-
Uses of Region in org.joni
Fields in org.joni declared as Region Modifier and Type Field Description protected Region
Matcher. msaRegion
Methods in org.joni that return Region Modifier and Type Method Description Region
Region. clone()
Region
Matcher. getEagerRegion()
Region
Matcher. getRegion()
Methods in org.joni with parameters of type Region Modifier and Type Method 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)
Constructors in org.joni with parameters of type Region Constructor 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)
-