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) classByteCodeMachineclassNativeMachine(package private) classStackMachineMethods in org.joni that return Matcher Modifier and Type Method Description abstract MatcherMatcherFactory. create(Regex regex, byte[] bytes, int p, int end)MatcherRegex. matcher(byte[] bytes)MatcherRegex. matcher(byte[] bytes, int p, int end)
-