public interface ProtoParserConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
COMMA |
static int |
COMMENT |
static int |
DECIMAL_LITERAL |
static int |
DEFAULT |
static int |
ENUM |
static int |
EOF |
static int |
EQUALS |
static int |
EXPONENT |
static int |
EXTEND |
static int |
EXTENSIONS |
static int |
FLOAT |
static int |
GROUP |
static int |
HEX_LITERAL |
static int |
ID |
static int |
IMPORT |
static int |
INTEGER |
static int |
LBRACE |
static int |
LBRACKET |
static int |
LPAREN |
static int |
MAX |
static int |
MESSAGE |
static int |
OCTAL_LITERAL |
static int |
OPTION |
static int |
OPTIONAL |
static int |
PACKAGE |
static int |
PERIOD |
static int |
RBRACE |
static int |
RBRACKET |
static int |
REPEATED |
static int |
REQURIED |
static int |
RETURNS |
static int |
RPAREN |
static int |
RPC |
static int |
SEMICOLON |
static int |
SERVICE |
static int |
STRING |
static int |
TO |
static java.lang.String[] |
tokenImage |
static final int EOF
static final int IMPORT
static final int PACKAGE
static final int SERVICE
static final int RPC
static final int OPTION
static final int MESSAGE
static final int EXTENSIONS
static final int EXTEND
static final int ENUM
static final int GROUP
static final int REQURIED
static final int OPTIONAL
static final int REPEATED
static final int RETURNS
static final int TO
static final int MAX
static final int LBRACE
static final int RBRACE
static final int EQUALS
static final int SEMICOLON
static final int LBRACKET
static final int RBRACKET
static final int LPAREN
static final int RPAREN
static final int PERIOD
static final int COMMA
static final int INTEGER
static final int DECIMAL_LITERAL
static final int HEX_LITERAL
static final int OCTAL_LITERAL
static final int FLOAT
static final int EXPONENT
static final int STRING
static final int ID
static final int DEFAULT
static final int COMMENT
static final java.lang.String[] tokenImage
Copyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.