Package gnu.regexp
Class RETokenOneOf
java.lang.Object
gnu.regexp.REToken
gnu.regexp.RETokenOneOf
- All Implemented Interfaces:
Serializable
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionRETokenOneOf
(int subIndex, String optionsStr, boolean negative, boolean insens) RETokenOneOf
(int subIndex, Vector options, boolean negative) -
Method Summary
Modifier and TypeMethodDescription(package private) void
dump
(StringBuffer os) (package private) int
(package private) boolean
match
(CharIndexed input, REMatch mymatch) Returns true if the match succeeded, false if it failed.
-
Constructor Details
-
Method Details