Interface MapCSSParserConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int AMPERSAND
      RegularExpression Id.
      static int CARET
      RegularExpression Id.
      static int COLON
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int COMMENT
      Lexical state.
      static int COMMENT_END
      RegularExpression Id.
      static int COMMENT_START
      RegularExpression Id.
      static int CROSSING
      RegularExpression Id.
      static int DCOLON
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DEG
      RegularExpression Id.
      static int DOLLAR
      RegularExpression Id.
      static int EOF
      End of File.
      static int EQUAL
      RegularExpression Id.
      static int EXCLAMATION
      RegularExpression Id.
      static int FULLSTOP
      RegularExpression Id.
      static int GREATER
      RegularExpression Id.
      static int GREATER_EQUAL
      RegularExpression Id.
      static int H
      RegularExpression Id.
      static int HEXCOLOR
      RegularExpression Id.
      static int IDENT
      RegularExpression Id.
      static int LBRACE
      RegularExpression Id.
      static int LESS
      RegularExpression Id.
      static int LESS_EQUAL
      RegularExpression Id.
      static int LPAR
      RegularExpression Id.
      static int LSQUARE
      RegularExpression Id.
      static int MINUS
      RegularExpression Id.
      static int NOT_SUBSET_OR_EQUAL
      RegularExpression Id.
      static int NOT_SUPERSET_OR_EQUAL
      RegularExpression Id.
      static int PERCENT
      RegularExpression Id.
      static int PIPE
      RegularExpression Id.
      static int PIPE_Z
      RegularExpression Id.
      static int PLUS
      RegularExpression Id.
      static int PP_AND
      RegularExpression Id.
      static int PP_COMMENT
      Lexical state.
      static int PP_COMMENT_END
      RegularExpression Id.
      static int PP_COMMENT_START
      RegularExpression Id.
      static int PP_NEWLINECHAR
      RegularExpression Id.
      static int PP_NOT
      RegularExpression Id.
      static int PP_OR
      RegularExpression Id.
      static int PP_SOMETHING_ELSE
      RegularExpression Id.
      static int PP_SUPPORTS
      RegularExpression Id.
      static int PP_WHITESPACE
      RegularExpression Id.
      static int PREDEFINED
      RegularExpression Id.
      static int PREPROCESSOR
      Lexical state.
      static int QUESTION
      RegularExpression Id.
      static int RBRACE
      RegularExpression Id.
      static int REGEX
      RegularExpression Id.
      static int REGEX_CHAR_WITHOUT_STAR
      RegularExpression Id.
      static int RPAR
      RegularExpression Id.
      static int RSQUARE
      RegularExpression Id.
      static int S
      RegularExpression Id.
      static int SEMICOLON
      RegularExpression Id.
      static int SET
      RegularExpression Id.
      static int SLASH
      RegularExpression Id.
      static int STAR
      RegularExpression Id.
      static int STRING
      RegularExpression Id.
      static int SUBSET_OR_EQUAL
      RegularExpression Id.
      static int SUPERSET_OR_EQUAL
      RegularExpression Id.
      static int TILDE
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int UFLOAT
      RegularExpression Id.
      static int UINT
      RegularExpression Id.
      static int UNEXPECTED_CHAR
      RegularExpression Id.