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) voiddump(StringBuffer os) (package private) int(package private) booleanmatch(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:
getMinimumLengthin classREToken
-
match
Description copied from class:RETokenReturns true if the match succeeded, false if it failed. -
chain
-
dump
-