Package gnu.regexp

Class RETokenPOSIX

  • All Implemented Interfaces:
    java.io.Serializable

    final class RETokenPOSIX
    extends REToken
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static int ALNUM  
      (package private) static int ALPHA  
      (package private) static int BLANK  
      (package private) static int CNTRL  
      (package private) static int DIGIT  
      (package private) static int GRAPH  
      (package private) boolean insens  
      (package private) static int LOWER  
      (package private) boolean negated  
      (package private) static int PRINT  
      (package private) static int PUNCT  
      (package private) static java.lang.String[] s_nameTable  
      (package private) static int SPACE  
      (package private) int type  
      (package private) static int UPPER  
      (package private) static int XDIGIT  
    • Constructor Summary

      Constructors 
      Constructor Description
      RETokenPOSIX​(int subIndex, int type, boolean insens, boolean negated)