Package gnu.regexp
Class RETokenOneOf
- java.lang.Object
-
- gnu.regexp.REToken
-
- gnu.regexp.RETokenOneOf
-
- All Implemented Interfaces:
java.io.Serializable
final class RETokenOneOf extends REToken
-
-
Constructor Summary
Constructors Constructor Description RETokenOneOf(int subIndex, java.lang.String optionsStr, boolean negative, boolean insens)RETokenOneOf(int subIndex, java.util.Vector options, boolean negative)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voiddump(java.lang.StringBuffer os)(package private) intgetMinimumLength()(package private) booleanmatch(CharIndexed input, REMatch mymatch)Returns true if the match succeeded, false if it failed.
-
-
-
Method Detail
-
getMinimumLength
int getMinimumLength()
- Overrides:
getMinimumLengthin classREToken
-
match
boolean match(CharIndexed input, REMatch mymatch)
Description copied from class:RETokenReturns true if the match succeeded, false if it failed.
-
-