Modifier and Type | Field and Description |
---|---|
pack-priv boolean | |
pack-priv RangeToken | |
pack-priv int[] | |
private static final int | |
pack-priv int | |
pack-priv int[] | |
private static final long | |
pack-priv boolean |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
protected void | addRange(int start, int end)
Overrides com. |
protected void | compactRanges()
Overrides com. |
pack-priv static Token | complementRanges(Token token)
Hides com. |
private void | |
pack-priv void | |
private static String | |
pack-priv synchronized RangeToken | |
protected void | intersectRanges(Token
Ignore whether it is NRANGE or not. token)Overrides com. |
private final boolean | |
private final boolean | |
pack-priv boolean | |
protected void | |
private final void | |
private final void | |
protected void | |
protected void | |
public String |
compacted | back to summary |
---|---|
pack-priv boolean compacted |
icaseCache | back to summary |
---|---|
pack-priv RangeToken icaseCache |
map | back to summary |
---|---|
pack-priv int[] map |
MAPSIZE | back to summary |
---|---|
private static final int MAPSIZE |
nonMapIndex | back to summary |
---|---|
pack-priv int nonMapIndex |
ranges | back to summary |
---|---|
pack-priv int[] ranges |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides com. |
sorted | back to summary |
---|---|
pack-priv boolean sorted |
RangeToken | back to summary |
---|---|
pack-priv RangeToken(int type) |
addRange | back to summary |
---|---|
protected void addRange(int start, int end) Overrides com. |
compactRanges | back to summary |
---|---|
protected void compactRanges() Overrides com. this.ranges is sorted. |
complementRanges | back to summary |
---|---|
pack-priv static Token complementRanges(Token token) Hides com. for RANGE: Creates complement. for NRANGE: Creates the same meaning RANGE. |
createMap | back to summary |
---|---|
private void createMap() |
dumpRanges | back to summary |
---|---|
pack-priv void dumpRanges() |
escapeCharInCharClass | back to summary |
---|---|
private static String escapeCharInCharClass(int ch) |
getCaseInsensitiveToken | back to summary |
---|---|
pack-priv synchronized RangeToken getCaseInsensitiveToken() |
intersectRanges | back to summary |
---|---|
protected void intersectRanges(Token token) Overrides com.
|
isCompacted | back to summary |
---|---|
private final boolean isCompacted() |
isSorted | back to summary |
---|---|
private final boolean isSorted() |
match | back to summary |
---|---|
pack-priv boolean match(int ch) Overrides com. |
mergeRanges | back to summary |
---|---|
protected void mergeRanges(Token token) Overrides com. |
setCompacted | back to summary |
---|---|
private final void setCompacted() |
setSorted | back to summary |
---|---|
private final void setSorted(boolean sort) |
sortRanges | back to summary |
---|---|
protected void sortRanges() Overrides com. |
subtractRanges | back to summary |
---|---|
protected void subtractRanges(Token token) Overrides com. |
toString | back to summary |
---|---|
public String toString(int options) Overrides com. |