gnu.regexp

Class RETokenBackRef

Implemented Interfaces:
Serializable

(package private) final class RETokenBackRef
extends REToken

Field Summary

Fields inherited from class gnu.regexp.REToken

next, subIndex, uncle

Constructor Summary

RETokenBackRef(int subIndex, int num, boolean insens)

Method Summary

(package private) void
dump(StringBuffer os)
(package private) boolean
match(CharIndexed input, REMatch mymatch)
Returns true if the match succeeded, false if it failed.

Methods inherited from class gnu.regexp.REToken

chain, dump, dumpAll, getMinimumLength, match, next, setUncle

Constructor Details

RETokenBackRef

(package private)  RETokenBackRef(int subIndex,
                                  int num,
                                  boolean insens)

Method Details

dump

(package private)  void dump(StringBuffer os)
Overrides:
dump in interface REToken

match

(package private)  boolean match(CharIndexed input,
                                 REMatch mymatch)
Returns true if the match succeeded, false if it failed.
Overrides:
match in interface REToken