final class RETokenWordBoundary extends REToken
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
BEGIN |
(package private) static int |
END |
| Constructor and Description |
|---|
RETokenWordBoundary(int subIndex,
int where,
boolean negated) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
dump(java.lang.StringBuffer os) |
(package private) boolean |
match(CharIndexed input,
REMatch mymatch)
Returns true if the match succeeded, false if it failed.
|
static final int BEGIN
static final int END