Package gnu.regexp
Class RETokenRange
- java.lang.Object
-
- gnu.regexp.REToken
-
- gnu.regexp.RETokenRange
-
- All Implemented Interfaces:
java.io.Serializable
final class RETokenRange extends REToken
-
-
Constructor Summary
Constructors Constructor Description RETokenRange(int subIndex, char lo, char hi, boolean ins)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
dump(java.lang.StringBuffer os)
(package private) int
getMinimumLength()
(package private) boolean
match(CharIndexed input, REMatch mymatch)
Returns true if the match succeeded, false if it failed.
-
-
-
Method Detail
-
getMinimumLength
int getMinimumLength()
- Overrides:
getMinimumLength
in classREToken
-
match
boolean match(CharIndexed input, REMatch mymatch)
Description copied from class:REToken
Returns true if the match succeeded, false if it failed.
-
-