Package gnu.regexp
Class RETokenAny
java.lang.Object
gnu.regexp.REToken
gnu.regexp.RETokenAny
- All Implemented Interfaces:
Serializable
-
Field Summary
-
Constructor Summary
Constructors -
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
-
RETokenAny
RETokenAny(int subIndex, boolean newline, boolean matchNull)
-
-
Method Details