|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.joni.OptExactInfo
final class OptExactInfo
| Field Summary | |
|---|---|
(package private) OptAnchorInfo |
anchor
|
(package private) byte[] |
bytes
|
private static int |
COMP_EM_BASE
|
(package private) boolean |
ignoreCase
|
(package private) int |
length
|
(package private) MinMaxLen |
mmd
|
(package private) static int |
OPT_EXACT_MAXLEN
|
(package private) boolean |
reachEnd
|
| Constructor Summary | |
|---|---|
OptExactInfo()
|
|
| Method Summary | |
|---|---|
(package private) void |
altMerge(OptExactInfo other,
OptEnvironment env)
|
(package private) void |
clear()
|
(package private) int |
compare(OptMapInfo m)
|
(package private) void |
concat(OptExactInfo other,
org.jcodings.Encoding enc)
|
(package private) void |
concatStr(byte[] lbytes,
int p,
int end,
boolean raw,
org.jcodings.Encoding enc)
|
(package private) void |
copy(OptExactInfo other)
|
(package private) boolean |
isFull()
|
(package private) void |
select(OptExactInfo alt,
org.jcodings.Encoding enc)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static final int OPT_EXACT_MAXLEN
final MinMaxLen mmd
final OptAnchorInfo anchor
boolean reachEnd
boolean ignoreCase
final byte[] bytes
int length
private static final int COMP_EM_BASE
| Constructor Detail |
|---|
OptExactInfo()
| Method Detail |
|---|
boolean isFull()
void clear()
void copy(OptExactInfo other)
void concat(OptExactInfo other,
org.jcodings.Encoding enc)
void concatStr(byte[] lbytes,
int p,
int end,
boolean raw,
org.jcodings.Encoding enc)
void altMerge(OptExactInfo other,
OptEnvironment env)
void select(OptExactInfo alt,
org.jcodings.Encoding enc)
int compare(OptMapInfo m)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||