gnu.regexp

Class RETokenWordBoundary

Implemented Interfaces:
Serializable

(package private) final class RETokenWordBoundary
extends REToken

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(StringBuffer os)
(package private) boolean
match(CharIndexed input, REMatch mymatch)

Methods inherited from class gnu.regexp.REToken

chain, dump, dumpAll, getMinimumLength, match, next, setUncle

Field Details

BEGIN

(package private) static final int BEGIN

Field Value:
1


END

(package private) static final int END

Field Value:
2

Constructor Details

RETokenWordBoundary

(package private)  RETokenWordBoundary(int subIndex,
                                       int where,
                                       boolean negated)

Method Details

dump

(package private)  void dump(StringBuffer os)
Overrides:
dump in interface REToken


match

(package private)  boolean match(CharIndexed input,
                                 REMatch mymatch)
Overrides:
match in interface REToken