Uses of Class
org.joni.Regex
Packages that use Regex
-
Uses of Regex in org.joni
Modifier and TypeFieldDescriptionprotected final Regex
Compiler.regex
protected final Regex
Lexer.regex
protected final Regex
Matcher.regex
ModifierConstructorDescriptionprotected
Analyser
(Regex regex, Syntax syntax, byte[] bytes, int p, int end, WarnCallback warnings) (package private)
ByteCodeMachine
(Regex regex, Region region, byte[] bytes, int p, int end) ByteCodePrinter
(Regex regex) protected
Lexer
(Regex regex, Syntax syntax, byte[] bytes, int p, int end, WarnCallback warnings) (package private)
protected
NativeMachine
(Regex regex, Region region, byte[] bytes, int p, int end) protected
Parser
(Regex regex, Syntax syntax, byte[] bytes, int p, int end, WarnCallback warnings) (package private)
ScanEnvironment
(Regex regex, Syntax syntax, WarnCallback warnings) protected
StackMachine
(Regex regex, Region region, byte[] bytes, int p, int end)