Package gnu.regexp
Class RETokenLookAhead
- java.lang.Object
-
- gnu.regexp.REToken
-
- gnu.regexp.RETokenLookAhead
-
- All Implemented Interfaces:
java.io.Serializable
final class RETokenLookAhead extends REToken
- Since:
- gnu.regexp 1.1.3
- Author:
- Shashank Bapat
-
-
Constructor Summary
Constructors Constructor Description RETokenLookAhead(REToken re, boolean negative)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
dump(java.lang.StringBuffer os)
(package private) boolean
match(CharIndexed input, REMatch mymatch)
Returns true if the match succeeded, false if it failed.
-
-
-
Field Detail
-
re
REToken re
-
negative
boolean negative
-
-
Constructor Detail
-
RETokenLookAhead
RETokenLookAhead(REToken re, boolean negative) throws REException
- Throws:
REException
-
-