gnu.regexp

Class RETokenAny

Implemented Interfaces:
Serializable

(package private) final class RETokenAny
extends REToken

Field Summary

Fields inherited from class gnu.regexp.REToken

next, subIndex, uncle

Constructor Summary

RETokenAny(int subIndex, boolean newline, boolean matchNull)

Method Summary

(package private) void
dump(StringBuffer os)
(package private) int
getMinimumLength()
(package private) boolean
match(CharIndexed input, REMatch mymatch)

Methods inherited from class gnu.regexp.REToken

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

Constructor Details

RETokenAny

(package private)  RETokenAny(int subIndex,
                              boolean newline,
                              boolean matchNull)

Method Details

dump

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

getMinimumLength

(package private)  int getMinimumLength()
Overrides:
getMinimumLength in interface REToken

match

(package private)  boolean match(CharIndexed input,
                                 REMatch mymatch)
Overrides:
match in interface REToken