Interface ProtobufParserConstants

  • All Known Implementing Classes:
    ProtobufParser, ProtobufParserTokenManager

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

      Fields 
      Modifier and Type Field Description
      static int ABSTRACT
      RegularExpression Id.
      static int BLOCK_COMMENT
      RegularExpression Id.
      static int BOOLEAN_TYPE
      RegularExpression Id.
      static int CR
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DOC_COMMENT
      RegularExpression Id.
      static int ENUM
      RegularExpression Id.
      static int EOF
      End of File.
      static int EXTENDS
      RegularExpression Id.
      static int FALSE
      RegularExpression Id.
      static int INT
      RegularExpression Id.
      static int INT_TYPE
      RegularExpression Id.
      static int LINE_COMMENT
      RegularExpression Id.
      static int LONG_TYPE
      RegularExpression Id.
      static int MAP
      RegularExpression Id.
      static int MAX
      RegularExpression Id.
      static int MESSAGE
      RegularExpression Id.
      static int NAME
      RegularExpression Id.
      static int NL
      RegularExpression Id.
      static int NULL
      RegularExpression Id.
      static int NUMBER
      RegularExpression Id.
      static int ONEOF
      RegularExpression Id.
      static int OPTION
      RegularExpression Id.
      static int PACKAGE
      RegularExpression Id.
      static int QUOTE
      RegularExpression Id.
      static int REPEATED
      RegularExpression Id.
      static int RESERVED
      RegularExpression Id.
      static int SPACE
      RegularExpression Id.
      static int STRING
      RegularExpression Id.
      static int SYNTAX
      RegularExpression Id.
      static int TAB
      RegularExpression Id.
      static int TO
      RegularExpression Id.
      static String[] tokenImage
      Literal token values.
      static int TRANSIENT
      RegularExpression Id.
      static int TRUE
      RegularExpression Id.
      static int TYPE
      RegularExpression Id.
      static int XNAME
      RegularExpression Id.