public interface ProtoParserConstants
Modifier and Type | Field and 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 String[] |
tokenImage
Literal token values.
|
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 String[] tokenImage
Copyright © 2010–2021 FuseSource, Corp.. All rights reserved.