gnu.regexp

Class RETokenLookAhead

final class RETokenLookAhead extends REToken

Since: gnu.regexp 1.1.3

Author: Shashank Bapat

Field Summary
booleannegative
RETokenre
Constructor Summary
RETokenLookAhead(REToken re, boolean negative)
Method Summary
voiddump(StringBuffer os)
booleanmatch(CharIndexed input, REMatch mymatch)

Field Detail

negative

boolean negative

re

REToken re

Constructor Detail

RETokenLookAhead

RETokenLookAhead(REToken re, boolean negative)

Method Detail

dump

void dump(StringBuffer os)

match

boolean match(CharIndexed input, REMatch mymatch)