gnu.regexp

Class RETokenOneOf

final class RETokenOneOf extends REToken

Constructor Summary
RETokenOneOf(int subIndex, String optionsStr, boolean negative, boolean insens)
RETokenOneOf(int subIndex, Vector options, boolean negative)
Method Summary
voiddump(StringBuffer os)
intgetMinimumLength()
booleanmatch(CharIndexed input, REMatch mymatch)

Constructor Detail

RETokenOneOf

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

RETokenOneOf

RETokenOneOf(int subIndex, Vector options, boolean negative)

Method Detail

dump

void dump(StringBuffer os)

getMinimumLength

int getMinimumLength()

match

boolean match(CharIndexed input, REMatch mymatch)