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
(package private) class
NativeMachine
(package private) class
StackMachine
Methods in org.joni that return Matcher Modifier and Type Method Description (package private) abstract Matcher
MatcherFactory. create(Regex regex, Region region, byte[] bytes, int p, int end)
Matcher
Regex. matcher(byte[] bytes)
Matcher
Regex. matcher(byte[] bytes, int p, int end)
Matcher
Regex. matcherNoRegion(byte[] bytes)
Matcher
Regex. matcherNoRegion(byte[] bytes, int p, int end)
Methods in org.joni with parameters of type Matcher Modifier and Type Method Description (package private) abstract int
Search.Backward. search(Matcher matcher, byte[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int range_)
(package private) abstract int
Search.Forward. search(Matcher matcher, byte[] text, int textP, int textEnd, int textRange)
-