gnu.regexp

Class RETokenRange

Implemented Interfaces:
Serializable

(package private) final class RETokenRange
extends REToken

Field Summary

Fields inherited from class gnu.regexp.REToken

next, subIndex, uncle

Constructor Summary

RETokenRange(int subIndex, char lo, char hi, boolean ins)

Method Summary

(package private) void
dump(StringBuffer os)
(package private) int
getMinimumLength()
(package private) boolean
match(CharIndexed input, REMatch mymatch)

Methods inherited from class gnu.regexp.REToken

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

Constructor Details

RETokenRange

(package private)  RETokenRange(int subIndex,
                                char lo,
                                char hi,
                                boolean ins)

Method Details

dump

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


getMinimumLength

(package private)  int getMinimumLength()
Overrides:
getMinimumLength in interface REToken


match

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