Package gnu.regexp
Class RETokenRange
java.lang.Object
gnu.regexp.REToken
gnu.regexp.RETokenRange
- All Implemented Interfaces:
Serializable
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
dump
(StringBuffer os) (package private) int
(package private) boolean
match
(CharIndexed input, REMatch mymatch) Returns true if the match succeeded, false if it failed.
-
Constructor Details
-
RETokenRange
RETokenRange(int subIndex, char lo, char hi, boolean ins)
-
-
Method Details