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) class
ByteCodeMachine
class
NativeMachine
(package private) class
StackMachine
Methods in org.joni that return Matcher Modifier and Type Method Description abstract Matcher
MatcherFactory. create(Regex regex, byte[] bytes, int p, int end)
Matcher
Regex. matcher(byte[] bytes)
Matcher
Regex. matcher(byte[] bytes, int p, int end)
-