gnu.regexp

Class RETokenOneOf

Implemented Interfaces:
Serializable

(package private) final class RETokenOneOf
extends REToken

Field Summary

Fields inherited from class gnu.regexp.REToken

next, subIndex, uncle

Constructor Summary

RETokenOneOf(int subIndex, String optionsStr, boolean negative, boolean insens)
RETokenOneOf(int subIndex, Vector options, boolean negative)

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

RETokenOneOf

(package private)  RETokenOneOf(int subIndex,
                                String optionsStr,
                                boolean negative,
                                boolean insens)

RETokenOneOf

(package private)  RETokenOneOf(int subIndex,
                                Vector options,
                                boolean negative)

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