Interface ContentLanguageParserConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ALPHA
      RegularExpression Id.
      static int ALPHANUM
      RegularExpression Id.
      static int ANY
      RegularExpression Id.
      static int COMMENT
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DIGITS
      RegularExpression Id.
      static int DOT
      RegularExpression Id.
      static int EOF
      End of File.
      static int INCOMMENT
      Lexical state.
      static int INQUOTEDSTRING
      Lexical state.
      static int NESTED_COMMENT
      Lexical state.
      static int QUOTEDPAIR
      RegularExpression Id.
      static int QUOTEDSTRING
      RegularExpression Id.
      static String[] tokenImage
      Literal token values.
      static int WS
      RegularExpression Id.