gnu.regexp
Class RETokenRange

java.lang.Object
  extended by gnu.regexp.REToken
      extended by gnu.regexp.RETokenRange
All Implemented Interfaces:
java.io.Serializable

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(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.
 
Methods inherited from class gnu.regexp.REToken
chain, dumpAll, next, setUncle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RETokenRange

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

getMinimumLength

int getMinimumLength()
Overrides:
getMinimumLength in class REToken

match

boolean match(CharIndexed input,
              REMatch mymatch)
Description copied from class: REToken
Returns true if the match succeeded, false if it failed.

Specified by:
match in class REToken

dump

void dump(java.lang.StringBuffer os)
Specified by:
dump in class REToken