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