Uses of Class
org.joni.Regex
Packages that use Regex
-
Uses of Regex in org.joni
Modifier and TypeFieldDescriptionfinal RegexScanEnvironment.regprotected final RegexCompiler.regexprotected final RegexMatcher.regexprotected final RegexParser.regexModifier and TypeMethodDescriptionabstract Matchervoidabstract intfinal intabstract intSearchAlgorithm.searchBackward(Regex regex, byte[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int range_) final intSearchAlgorithm.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) protectedNativeMachine(Regex regex, byte[] bytes, int p, int end) ScanEnvironment(Regex regex, Syntax syntax) protectedStackMachine(Regex regex, byte[] bytes, int p, int end)