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 RegionMatcher. msaRegionMethods in org.joni that return Region Modifier and Type Method Description RegionRegion. clone()RegionMatcher. getEagerRegion()RegionMatcher. getRegion()Methods in org.joni with parameters of type Region Modifier and Type Method Description private voidByteCodeMachine. checkCaptureHistory(Region region)(package private) abstract MatcherMatcherFactory. create(Regex regex, Region region, byte[] bytes, int p, int end)intRegex. 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)
-