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