java.io.Serializablefinal class RETokenWordBoundary extends REToken
| Modifier and Type | Field | Description |
|---|---|---|
(package private) static int |
BEGIN |
|
(package private) static int |
END |
| Constructor | Description |
|---|---|
RETokenWordBoundary(int subIndex,
int where,
boolean negated) |
| Modifier and Type | Method | 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