Interface DateTimeParserConstants

  • All Known Implementing Classes:
    DateTimeParser, DateTimeParserTokenManager

    public interface DateTimeParserConstants
    Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
    • Field Summary

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