gnu.regexp
Class RETokenRepeated
- Serializable
(package private) final class RETokenRepeated
(package private) void | dump(StringBuffer os)
|
(package private) int | getMinimumLength() - The minimum length of a repeated token is the minimum length
of the token multiplied by the minimum number of times it must
match.
|
(package private) boolean | isStingy() - Queries if this token has minimal matching enabled.
|
(package private) void | makeStingy() - Sets the minimal matching mode to true.
|
(package private) boolean | match(CharIndexed input, REMatch mymatch)
|
RETokenRepeated
(package private) RETokenRepeated(int subIndex,
REToken token,
int min,
int max)
dump
(package private) void dump(StringBuffer os)
- dump in interface REToken
getMinimumLength
(package private) int getMinimumLength()
The minimum length of a repeated token is the minimum length
of the token multiplied by the minimum number of times it must
match.
- getMinimumLength in interface REToken
isStingy
(package private) boolean isStingy()
Queries if this token has minimal matching enabled.
makeStingy
(package private) void makeStingy()
Sets the minimal matching mode to true.