Package gnu.regexp
Class RETokenWordBoundary
- java.lang.Object
-
- gnu.regexp.REToken
-
- gnu.regexp.RETokenWordBoundary
-
- All Implemented Interfaces:
java.io.Serializable
final class RETokenWordBoundary extends REToken
Represents a combination lookahead/lookbehind for POSIX [:alnum:].
-
-
Constructor Summary
Constructors Constructor Description RETokenWordBoundary(int subIndex, int where, boolean negated)
-
Method Summary
All Methods Instance Methods Concrete Methods 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.
-
-
-
Field Detail
-
BEGIN
static final int BEGIN
- See Also:
- Constant Field Values
-
END
static final int END
- See Also:
- Constant Field Values
-
-