|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgnu.regexp.REToken
gnu.regexp.RETokenWordBoundary
final class RETokenWordBoundary
Represents a combination lookahead/lookbehind for POSIX [:alnum:].
| Field Summary | |
|---|---|
(package private) static int |
BEGIN
|
(package private) static int |
END
|
| Fields inherited from class gnu.regexp.REToken |
|---|
next, subIndex, uncle |
| Constructor Summary | |
|---|---|
RETokenWordBoundary(int subIndex,
int where,
boolean negated)
|
|
| Method Summary | |
|---|---|
(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. |
| Methods inherited from class gnu.regexp.REToken |
|---|
chain, dumpAll, getMinimumLength, next, setUncle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static final int BEGIN
static final int END
| Constructor Detail |
|---|
RETokenWordBoundary(int subIndex,
int where,
boolean negated)
| Method Detail |
|---|
boolean match(CharIndexed input,
REMatch mymatch)
REToken
match in class RETokenvoid dump(java.lang.StringBuffer os)
dump in class REToken
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||