Package gnu.regexp
Class RETokenWordBoundary
java.lang.Object
gnu.regexp.REToken
gnu.regexp.RETokenWordBoundary
- All Implemented Interfaces:
Serializable
Represents a combination lookahead/lookbehind for POSIX [:alnum:].
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final int
(package private) static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
dump
(StringBuffer os) (package private) boolean
match
(CharIndexed input, REMatch mymatch) Returns true if the match succeeded, false if it failed.
-
Field Details
-
BEGIN
static final int BEGIN- See Also:
-
END
static final int END- See Also:
-
-
Constructor Details
-
RETokenWordBoundary
RETokenWordBoundary(int subIndex, int where, boolean negated)
-
-
Method Details