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 Regex
Compiler. regex
protected Regex
Lexer. regex
protected Regex
Matcher. regex
Methods in org.joni with parameters of type Regex Modifier and Type Method Description (package private) abstract Matcher
MatcherFactory. create(Regex regex, Region region, byte[] bytes, int p, int end)
void
UnsetAddrList. 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)
-