Interface ProtoParserConstants
-
- All Known Implementing Classes:
ProtoParser,ProtoParserTokenManager
public interface ProtoParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intCOMMARegularExpression Id.static intCOMMENTLexical state.static intDECIMAL_LITERALRegularExpression Id.static intDEFAULTLexical state.static intENUMRegularExpression Id.static intEOFEnd of File.static intEQUALSRegularExpression Id.static intEXPONENTRegularExpression Id.static intEXTENDRegularExpression Id.static intEXTENSIONSRegularExpression Id.static intFLOATRegularExpression Id.static intGROUPRegularExpression Id.static intHEX_LITERALRegularExpression Id.static intIDRegularExpression Id.static intIMPORTRegularExpression Id.static intINTEGERRegularExpression Id.static intLBRACERegularExpression Id.static intLBRACKETRegularExpression Id.static intLPARENRegularExpression Id.static intMAXRegularExpression Id.static intMESSAGERegularExpression Id.static intOCTAL_LITERALRegularExpression Id.static intOPTIONRegularExpression Id.static intOPTIONALRegularExpression Id.static intPACKAGERegularExpression Id.static intPERIODRegularExpression Id.static intRBRACERegularExpression Id.static intRBRACKETRegularExpression Id.static intREPEATEDRegularExpression Id.static intREQURIEDRegularExpression Id.static intRETURNSRegularExpression Id.static intRPARENRegularExpression Id.static intRPCRegularExpression Id.static intSEMICOLONRegularExpression Id.static intSERVICERegularExpression Id.static intSTRINGRegularExpression Id.static intTORegularExpression Id.static java.lang.String[]tokenImageLiteral token values.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
IMPORT
static final int IMPORT
RegularExpression Id.- See Also:
- Constant Field Values
-
PACKAGE
static final int PACKAGE
RegularExpression Id.- See Also:
- Constant Field Values
-
SERVICE
static final int SERVICE
RegularExpression Id.- See Also:
- Constant Field Values
-
RPC
static final int RPC
RegularExpression Id.- See Also:
- Constant Field Values
-
OPTION
static final int OPTION
RegularExpression Id.- See Also:
- Constant Field Values
-
MESSAGE
static final int MESSAGE
RegularExpression Id.- See Also:
- Constant Field Values
-
EXTENSIONS
static final int EXTENSIONS
RegularExpression Id.- See Also:
- Constant Field Values
-
EXTEND
static final int EXTEND
RegularExpression Id.- See Also:
- Constant Field Values
-
ENUM
static final int ENUM
RegularExpression Id.- See Also:
- Constant Field Values
-
GROUP
static final int GROUP
RegularExpression Id.- See Also:
- Constant Field Values
-
REQURIED
static final int REQURIED
RegularExpression Id.- See Also:
- Constant Field Values
-
OPTIONAL
static final int OPTIONAL
RegularExpression Id.- See Also:
- Constant Field Values
-
REPEATED
static final int REPEATED
RegularExpression Id.- See Also:
- Constant Field Values
-
RETURNS
static final int RETURNS
RegularExpression Id.- See Also:
- Constant Field Values
-
TO
static final int TO
RegularExpression Id.- See Also:
- Constant Field Values
-
MAX
static final int MAX
RegularExpression Id.- See Also:
- Constant Field Values
-
LBRACE
static final int LBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACE
static final int RBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
EQUALS
static final int EQUALS
RegularExpression Id.- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLON
RegularExpression Id.- See Also:
- Constant Field Values
-
LBRACKET
static final int LBRACKET
RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACKET
static final int RBRACKET
RegularExpression Id.- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
RegularExpression Id.- See Also:
- Constant Field Values
-
PERIOD
static final int PERIOD
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER
static final int INTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
DECIMAL_LITERAL
static final int DECIMAL_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
HEX_LITERAL
static final int HEX_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
OCTAL_LITERAL
static final int OCTAL_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOAT
static final int FLOAT
RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING
static final int STRING
RegularExpression Id.- See Also:
- Constant Field Values
-
ID
static final int ID
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
COMMENT
static final int COMMENT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-