| java.lang.Object gnu.regexp.REToken gnu.regexp.RETokenRepeated
RETokenRepeated | final class RETokenRepeated extends REToken (Code) | | |
Method Summary | |
void | dump(StringBuffer os) | 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. | boolean | isStingy() Queries if this token has minimal matching enabled. | void | makeStingy() Sets the minimal matching mode to true. | boolean | match(CharIndexed input, REMatch mymatch) |
RETokenRepeated | RETokenRepeated(int subIndex, REToken token, int min, int max)(Code) | | |
getMinimumLength | int getMinimumLength()(Code) | | The minimum length of a repeated token is the minimum length
of the token multiplied by the minimum number of times it must
match.
|
isStingy | boolean isStingy()(Code) | | Queries if this token has minimal matching enabled.
|
makeStingy | void makeStingy()(Code) | | Sets the minimal matching mode to true.
|
|
|