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 classMultiRegionclassSingleRegionFields 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 abstract RegionRegion. clone()RegionMatcher. getEagerRegion()RegionMatcher. getRegion()static RegionRegion. newRegion(int num)static RegionRegion. newRegion(int begin, int end)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, org.jcodings.Encoding nameEncoding, Region region)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)
-