Uses of Class
org.joni.Region
-
Packages that use Region Package Description org.joni -
-
Uses of Region in org.joni
Subclasses of Region in org.joni Modifier and Type Class Description class
MultiRegion
class
SingleRegion
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 abstract Region
Region. clone()
Region
Matcher. getEagerRegion()
Region
Matcher. getRegion()
static Region
Region. newRegion(int num)
static Region
Region. newRegion(int begin, int end)
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, org.jcodings.Encoding nameEncoding, Region region)
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)
-