Uses of Class
org.joni.Regex
Packages that use Regex
-
Uses of Regex in org.joni
Modifier and TypeFieldDescriptionfinal Regex
ScanEnvironment.reg
protected final Regex
Compiler.regex
protected final Regex
Matcher.regex
protected final Regex
Parser.regex
Modifier and TypeMethodDescriptionabstract Matcher
void
abstract int
final int
abstract int
SearchAlgorithm.searchBackward
(Regex regex, byte[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int range_) final int
SearchAlgorithm.SLOW_IC.searchBackward
(Regex regex, byte[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int range_) ModifierConstructorDescription(package private)
ByteCodeMachine
(Regex regex, byte[] bytes, int p, int end) ByteCodePrinter
(Regex regex) protected
NativeMachine
(Regex regex, byte[] bytes, int p, int end) ScanEnvironment
(Regex regex, Syntax syntax) protected
StackMachine
(Regex regex, byte[] bytes, int p, int end)