Uses of Class
org.joni.Matcher
-
Packages that use Matcher Package Description org.joni -
-
Uses of Matcher in org.joni
Subclasses of Matcher in org.joni Modifier and Type Class Description (package private) classByteCodeMachine(package private) classNativeMachine(package private) classStackMachineMethods in org.joni that return Matcher Modifier and Type Method Description (package private) abstract MatcherMatcherFactory. create(Regex regex, Region region, byte[] bytes, int p, int end)MatcherRegex. matcher(byte[] bytes)MatcherRegex. matcher(byte[] bytes, int p, int end)MatcherRegex. matcherNoRegion(byte[] bytes)MatcherRegex. matcherNoRegion(byte[] bytes, int p, int end)Methods in org.joni with parameters of type Matcher Modifier and Type Method Description (package private) abstract intSearch.Backward. search(Matcher matcher, byte[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int range_)(package private) abstract intSearch.Forward. search(Matcher matcher, byte[] text, int textP, int textEnd, int textRange)
-