Uses of Class
org.joni.Regex
-
Packages that use Regex Package Description org.joni -
-
Uses of Regex in org.joni
Fields in org.joni declared as Regex Modifier and Type Field Description protected RegexCompiler. regexprotected RegexLexer. regexprotected RegexMatcher. regexMethods in org.joni with parameters of type Regex Modifier and Type Method Description (package private) abstract MatcherMatcherFactory. create(Regex regex, Region region, byte[] bytes, int p, int end)voidUnsetAddrList. fix(Regex regex)Constructors in org.joni with parameters of type Regex Constructor Description Analyser(Regex regex, Syntax syntax, byte[] bytes, int p, int end, WarnCallback warnings)ByteCodeMachine(Regex regex, Region region, byte[] bytes, int p, int end)ByteCodePrinter(Regex regex)Lexer(Regex regex, Syntax syntax, byte[] bytes, int p, int end, WarnCallback warnings)Matcher(Regex regex, Region region, byte[] bytes, int p, int end)NativeMachine(Regex regex, Region region, byte[] bytes, int p, int end)Parser(Regex regex, Syntax syntax, byte[] bytes, int p, int end, WarnCallback warnings)ScanEnvironment(Regex regex, Syntax syntax, WarnCallback warnings)StackMachine(Regex regex, Region region, byte[] bytes, int p, int end)
-