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