Interface ProtoParserConstants

  • All Known Implementing Classes:
    ProtoParser, ProtoParserTokenManager

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

      Fields 
      Modifier and Type Field Description
      static int COMMA
      RegularExpression Id.
      static int COMMENT
      Lexical state.
      static int DECIMAL_LITERAL
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int ENUM
      RegularExpression Id.
      static int EOF
      End of File.
      static int EQUALS
      RegularExpression Id.
      static int EXPONENT
      RegularExpression Id.
      static int EXTEND
      RegularExpression Id.
      static int EXTENSIONS
      RegularExpression Id.
      static int FLOAT
      RegularExpression Id.
      static int GROUP
      RegularExpression Id.
      static int HEX_LITERAL
      RegularExpression Id.
      static int ID
      RegularExpression Id.
      static int IMPORT
      RegularExpression Id.
      static int INTEGER
      RegularExpression Id.
      static int LBRACE
      RegularExpression Id.
      static int LBRACKET
      RegularExpression Id.
      static int LPAREN
      RegularExpression Id.
      static int MAX
      RegularExpression Id.
      static int MESSAGE
      RegularExpression Id.
      static int OCTAL_LITERAL
      RegularExpression Id.
      static int OPTION
      RegularExpression Id.
      static int OPTIONAL
      RegularExpression Id.
      static int PACKAGE
      RegularExpression Id.
      static int PERIOD
      RegularExpression Id.
      static int RBRACE
      RegularExpression Id.
      static int RBRACKET
      RegularExpression Id.
      static int REPEATED
      RegularExpression Id.
      static int REQURIED
      RegularExpression Id.
      static int RETURNS
      RegularExpression Id.
      static int RPAREN
      RegularExpression Id.
      static int RPC
      RegularExpression Id.
      static int SEMICOLON
      RegularExpression Id.
      static int SERVICE
      RegularExpression Id.
      static int STRING
      RegularExpression Id.
      static int TO
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.