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