Package gnu.regexp
Class RETokenStart
- java.lang.Object
-
- gnu.regexp.REToken
-
- gnu.regexp.RETokenStart
-
- All Implemented Interfaces:
java.io.Serializable
class RETokenStart extends REToken
-
-
Constructor Summary
Constructors Constructor Description RETokenStart(int subIndex, java.lang.String newline)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
dump(java.lang.StringBuffer os)
(package private) boolean
match(CharIndexed input, REMatch mymatch)
Returns true if the match succeeded, false if it failed.
-