Package gnu.regexp
Class RETokenChar
java.lang.Object
gnu.regexp.REToken
gnu.regexp.RETokenChar
- All Implemented Interfaces:
Serializable
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) boolean
(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
-
RETokenChar
RETokenChar(int subIndex, char c, boolean ins)
-
-
Method Details
-
getMinimumLength
int getMinimumLength()- Overrides:
getMinimumLength
in classREToken
-
match
Description copied from class:REToken
Returns true if the match succeeded, false if it failed. -
chain
-
dump
-