Uses of Class
org.joni.Regex
Packages that use Regex
-
Uses of Regex in org.joni
Modifier and TypeFieldDescriptionprotected final RegexCompiler.regexprotected final RegexLexer.regexprotected final RegexMatcher.regexModifierConstructorDescriptionprotectedAnalyser(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) protectedLexer(Regex regex, Syntax syntax, byte[] bytes, int p, int end, WarnCallback warnings) (package private)protectedNativeMachine(Regex regex, Region region, byte[] bytes, int p, int end) protectedParser(Regex regex, Syntax syntax, byte[] bytes, int p, int end, WarnCallback warnings) (package private)ScanEnvironment(Regex regex, Syntax syntax, WarnCallback warnings) protectedStackMachine(Regex regex, Region region, byte[] bytes, int p, int end)