Package gnu.regexp

Class RETokenChar

  • All Implemented Interfaces:
    java.io.Serializable

    final class RETokenChar
    extends REToken
    • Constructor Summary

      Constructors 
      Constructor Description
      RETokenChar​(int subIndex, char c, boolean ins)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean chain​(REToken next)  
      (package private) void dump​(java.lang.StringBuffer os)  
      (package private) int getMinimumLength()  
      (package private) boolean match​(CharIndexed input, REMatch mymatch)
      Returns true if the match succeeded, false if it failed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RETokenChar

        RETokenChar​(int subIndex,
                    char c,
                    boolean ins)