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