gnu.regexp

Class RETokenLookAhead

Implemented Interfaces:
Serializable

(package private) final class RETokenLookAhead
extends REToken

Author:
Shashank Bapat

Since:
gnu.regexp 1.1.3

Field Summary

(package private) boolean
negative
(package private) REToken
re

Fields inherited from class gnu.regexp.REToken

next, subIndex, uncle

Constructor Summary

RETokenLookAhead(REToken re, boolean negative)

Method Summary

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

Methods inherited from class gnu.regexp.REToken

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

Field Details

negative

(package private)  boolean negative


re

(package private)  REToken re

Constructor Details

RETokenLookAhead

(package private)  RETokenLookAhead(REToken re,
                                    boolean negative)
            throws REException

Method Details

dump

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


match

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