| Package | Description |
|---|---|
| org.joni |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ByteCodeMachine |
class |
NativeMachine |
(package private) class |
StackMachine |
| Modifier and Type | Method and Description |
|---|---|
abstract Matcher |
MatcherFactory.create(Regex regex,
byte[] bytes,
int p,
int end) |
Matcher |
Regex.matcher(byte[] bytes) |
Matcher |
Regex.matcher(byte[] bytes,
int p,
int end) |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
SearchAlgorithm.search(Matcher matcher,
byte[] text,
int textP,
int textEnd,
int textRange) |
abstract int |
SearchAlgorithm.searchBackward(Matcher matcher,
byte[] text,
int textP,
int adjustText,
int textEnd,
int textStart,
int s_,
int range_) |
Copyright © 2016. All Rights Reserved.