Interface ProtobufParserConstants
-
- All Known Implementing Classes:
ProtobufParser,ProtobufParserTokenManager
public interface ProtobufParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intABSTRACTRegularExpression Id.static intBLOCK_COMMENTRegularExpression Id.static intBOOLEAN_TYPERegularExpression Id.static intCRRegularExpression Id.static intDEFAULTLexical state.static intDOC_COMMENTRegularExpression Id.static intENUMRegularExpression Id.static intEOFEnd of File.static intEXTENDSRegularExpression Id.static intFALSERegularExpression Id.static intINTRegularExpression Id.static intINT_TYPERegularExpression Id.static intLINE_COMMENTRegularExpression Id.static intLONG_TYPERegularExpression Id.static intMAPRegularExpression Id.static intMAXRegularExpression Id.static intMESSAGERegularExpression Id.static intNAMERegularExpression Id.static intNLRegularExpression Id.static intNULLRegularExpression Id.static intNUMBERRegularExpression Id.static intONEOFRegularExpression Id.static intOPTIONRegularExpression Id.static intPACKAGERegularExpression Id.static intQUOTERegularExpression Id.static intREPEATEDRegularExpression Id.static intRESERVEDRegularExpression Id.static intSPACERegularExpression Id.static intSTRINGRegularExpression Id.static intSYNTAXRegularExpression Id.static intTABRegularExpression Id.static intTORegularExpression Id.static String[]tokenImageLiteral token values.static intTRANSIENTRegularExpression Id.static intTRUERegularExpression Id.static intTYPERegularExpression Id.static intXNAMERegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
SPACE
static final int SPACE
RegularExpression Id.- See Also:
- Constant Field Values
-
TAB
static final int TAB
RegularExpression Id.- See Also:
- Constant Field Values
-
CR
static final int CR
RegularExpression Id.- See Also:
- Constant Field Values
-
NL
static final int NL
RegularExpression Id.- See Also:
- Constant Field Values
-
BLOCK_COMMENT
static final int BLOCK_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
LINE_COMMENT
static final int LINE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
DOC_COMMENT
static final int DOC_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
PACKAGE
static final int PACKAGE
RegularExpression Id.- See Also:
- Constant Field Values
-
SYNTAX
static final int SYNTAX
RegularExpression Id.- See Also:
- Constant Field Values
-
MESSAGE
static final int MESSAGE
RegularExpression Id.- See Also:
- Constant Field Values
-
ENUM
static final int ENUM
RegularExpression Id.- See Also:
- Constant Field Values
-
MAP
static final int MAP
RegularExpression Id.- See Also:
- Constant Field Values
-
ONEOF
static final int ONEOF
RegularExpression Id.- See Also:
- Constant Field Values
-
REPEATED
static final int REPEATED
RegularExpression Id.- See Also:
- Constant Field Values
-
TRANSIENT
static final int TRANSIENT
RegularExpression Id.- See Also:
- Constant Field Values
-
OPTION
static final int OPTION
RegularExpression Id.- See Also:
- Constant Field Values
-
EXTENDS
static final int EXTENDS
RegularExpression Id.- See Also:
- Constant Field Values
-
ABSTRACT
static final int ABSTRACT
RegularExpression Id.- See Also:
- Constant Field Values
-
RESERVED
static final int RESERVED
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
-
TRUE
static final int TRUE
RegularExpression Id.- See Also:
- Constant Field Values
-
FALSE
static final int FALSE
RegularExpression Id.- See Also:
- Constant Field Values
-
NULL
static final int NULL
RegularExpression Id.- See Also:
- Constant Field Values
-
INT_TYPE
static final int INT_TYPE
RegularExpression Id.- See Also:
- Constant Field Values
-
LONG_TYPE
static final int LONG_TYPE
RegularExpression Id.- See Also:
- Constant Field Values
-
BOOLEAN_TYPE
static final int BOOLEAN_TYPE
RegularExpression Id.- See Also:
- Constant Field Values
-
TYPE
static final int TYPE
RegularExpression Id.- See Also:
- Constant Field Values
-
INT
static final int INT
RegularExpression Id.- See Also:
- Constant Field Values
-
NUMBER
static final int NUMBER
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING
static final int STRING
RegularExpression Id.- See Also:
- Constant Field Values
-
XNAME
static final int XNAME
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTE
static final int QUOTE
RegularExpression Id.- See Also:
- Constant Field Values
-
NAME
static final int NAME
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Literal token values.
-
-