Package | Description |
---|---|
org.joni |
Modifier and Type | Field and Description |
---|---|
Regex |
ScanEnvironment.reg |
protected Regex |
Parser.regex |
protected Regex |
Matcher.regex |
protected Regex |
Compiler.regex |
Modifier and Type | Method and Description |
---|---|
abstract Matcher |
MatcherFactory.create(Regex regex,
byte[] bytes,
int p,
int end) |
void |
UnsetAddrList.fix(Regex regex) |
abstract int |
SearchAlgorithm.search(Regex regex,
byte[] text,
int textP,
int textEnd,
int textRange) |
int |
SearchAlgorithm.SLOW_IC.search(Regex regex,
byte[] text,
int textP,
int textEnd,
int textRange) |
abstract int |
SearchAlgorithm.searchBackward(Regex regex,
byte[] text,
int textP,
int adjustText,
int textEnd,
int textStart,
int s_,
int range_) |
int |
SearchAlgorithm.SLOW_IC.searchBackward(Regex regex,
byte[] text,
int textP,
int adjustText,
int textEnd,
int textStart,
int s_,
int range_) |
Constructor and Description |
---|
ByteCodeMachine(Regex regex,
byte[] bytes,
int p,
int end) |
ByteCodePrinter(Regex regex) |
Matcher(Regex regex,
byte[] bytes) |
Matcher(Regex regex,
byte[] bytes,
int p,
int end) |
NativeMachine(Regex regex,
byte[] bytes,
int p,
int end) |
ScanEnvironment(Regex regex,
Syntax syntax) |
SLOW_IC(Regex regex) |
StackMachine(Regex regex,
byte[] bytes,
int p,
int end) |
Copyright © 2018. All rights reserved.