Package org.apache.tomcat.util.json
Interface JSONParserConstants
- 
- All Known Implementing Classes:
- JSONParser,- JSONParserTokenManager
 
 public interface JSONParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
- 
- 
Field SummaryFields Modifier and Type Field Description static intBRACE_CLOSERegularExpression Id.static intBRACE_OPENRegularExpression Id.static intBRACKET_CLOSERegularExpression Id.static intBRACKET_OPENRegularExpression Id.static intC_MULTILINE_COMMENTRegularExpression Id.static intC_SINGLE_COMMENTRegularExpression Id.static intCOLONRegularExpression Id.static intCOMMARegularExpression Id.static intDEFAULTLexical state.static intDIGITRegularExpression Id.static intDIGIT_NONZERORegularExpression Id.static intEOFEnd of File.static intEOLRegularExpression Id.static intFALSERegularExpression Id.static intNULLRegularExpression Id.static intNUMBER_DECIMALRegularExpression Id.static intNUMBER_INTEGERRegularExpression Id.static intQUOTE_DOUBLERegularExpression Id.static intQUOTE_SINGLERegularExpression Id.static intSH_SINGLE_COMMENTRegularExpression Id.static intSTRING_DOUBLE_BODYRegularExpression Id.static intSTRING_DOUBLE_EMPTYRegularExpression Id.static intSTRING_DOUBLE_NONEMPTYRegularExpression Id.static intSTRING_SINGLE_BODYRegularExpression Id.static intSTRING_SINGLE_EMPTYRegularExpression Id.static intSTRING_SINGLE_NONEMPTYRegularExpression Id.static intSYMBOLRegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intTRUERegularExpression Id.static intWHITESPACERegularExpression Id.static intZERORegularExpression Id.
 
- 
- 
- 
Field Detail- 
EOFstatic final int EOF End of File.- See Also:
- Constant Field Values
 
 - 
C_SINGLE_COMMENTstatic final int C_SINGLE_COMMENT RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
C_MULTILINE_COMMENTstatic final int C_MULTILINE_COMMENT RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
SH_SINGLE_COMMENTstatic final int SH_SINGLE_COMMENT RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
WHITESPACEstatic final int WHITESPACE RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
EOLstatic final int EOL RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
COMMAstatic final int COMMA RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
BRACE_OPENstatic final int BRACE_OPEN RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
BRACE_CLOSEstatic final int BRACE_CLOSE RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
COLONstatic final int COLON RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
BRACKET_OPENstatic final int BRACKET_OPEN RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
BRACKET_CLOSEstatic final int BRACKET_CLOSE RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
ZEROstatic final int ZERO RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
DIGIT_NONZEROstatic final int DIGIT_NONZERO RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
DIGITstatic final int DIGIT RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
NUMBER_INTEGERstatic final int NUMBER_INTEGER RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
NUMBER_DECIMALstatic final int NUMBER_DECIMAL RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
TRUEstatic final int TRUE RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
FALSEstatic final int FALSE RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
NULLstatic final int NULL RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
QUOTE_DOUBLEstatic final int QUOTE_DOUBLE RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
QUOTE_SINGLEstatic final int QUOTE_SINGLE RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
STRING_SINGLE_EMPTYstatic final int STRING_SINGLE_EMPTY RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
STRING_DOUBLE_EMPTYstatic final int STRING_DOUBLE_EMPTY RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
STRING_SINGLE_BODYstatic final int STRING_SINGLE_BODY RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
STRING_DOUBLE_BODYstatic final int STRING_DOUBLE_BODY RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
STRING_SINGLE_NONEMPTYstatic final int STRING_SINGLE_NONEMPTY RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
STRING_DOUBLE_NONEMPTYstatic final int STRING_DOUBLE_NONEMPTY RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
SYMBOLstatic final int SYMBOL RegularExpression Id.- See Also:
- Constant Field Values
 
 - 
DEFAULTstatic final int DEFAULT Lexical state.- See Also:
- Constant Field Values
 
 - 
tokenImagestatic final java.lang.String[] tokenImage Literal token values.
 
- 
 
-