Package gnu.regexp
Class RETokenEndSub
- java.lang.Object
-
- gnu.regexp.REToken
-
- gnu.regexp.RETokenEndSub
-
- All Implemented Interfaces:
java.io.Serializable
final class RETokenEndSub extends REToken
-
-
Constructor Summary
Constructors Constructor Description RETokenEndSub(int subIndex)
-
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.
-