Package gnu.regexp

Class RETokenLookAhead

  • All Implemented Interfaces:
    java.io.Serializable

    final class RETokenLookAhead
    extends REToken
    Since:
    gnu.regexp 1.1.3
    Author:
    Shashank Bapat
    • Field Detail

      • negative

        boolean negative
    • Method Detail

      • match

        boolean match​(CharIndexed input,
                      REMatch mymatch)
        Description copied from class: REToken
        Returns true if the match succeeded, false if it failed.
        Specified by:
        match in class REToken
      • dump

        void dump​(java.lang.StringBuffer os)
        Specified by:
        dump in class REToken