Interface JSON_ParserConstants
-
- All Known Implementing Classes:
JSON_Parser,JSON_ParserTokenManager
public interface JSON_ParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intCOLONRegularExpression Id.static intCOMMARegularExpression Id.static intDECIMALRegularExpression Id.static intDEFAULTLexical state.static intDIGITSRegularExpression Id.static intDOUBLERegularExpression Id.static intECHARRegularExpression Id.static intEOFEnd of File.static intEXPONENTRegularExpression Id.static intFALSERegularExpression Id.static intINTEGERRegularExpression Id.static intLBRACERegularExpression Id.static intLBRACKETRegularExpression Id.static intLPARENRegularExpression Id.static intMINUSRegularExpression Id.static intNEGATIVE_DECIMALRegularExpression Id.static intNEGATIVE_DOUBLERegularExpression Id.static intNEGATIVE_INTEGERRegularExpression Id.static intNULLRegularExpression Id.static intPLUSRegularExpression Id.static intPOSITIVE_DECIMALRegularExpression Id.static intPOSITIVE_DOUBLERegularExpression Id.static intPOSITIVE_INTEGERRegularExpression Id.static intQUOTE_3DRegularExpression Id.static intQUOTE_3SRegularExpression Id.static intRBRACERegularExpression Id.static intRBRACKETRegularExpression Id.static intRPARENRegularExpression Id.static intSTRING_LITERAL_LONG1RegularExpression Id.static intSTRING_LITERAL_LONG2RegularExpression Id.static intSTRING_LITERAL1RegularExpression Id.static intSTRING_LITERAL2RegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intTRUERegularExpression Id.static intWSRegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
WS
static final int WS
RegularExpression Id.- See Also:
- Constant Field Values
-
ECHAR
static final int ECHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTE_3D
static final int QUOTE_3D
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTE_3S
static final int QUOTE_3S
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_LITERAL1
static final int STRING_LITERAL1
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_LITERAL2
static final int STRING_LITERAL2
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_LITERAL_LONG1
static final int STRING_LITERAL_LONG1
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_LITERAL_LONG2
static final int STRING_LITERAL_LONG2
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGITS
static final int DIGITS
RegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER
static final int INTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
DECIMAL
static final int DECIMAL
RegularExpression Id.- See Also:
- Constant Field Values
-
DOUBLE
static final int DOUBLE
RegularExpression Id.- See Also:
- Constant Field Values
-
POSITIVE_INTEGER
static final int POSITIVE_INTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
POSITIVE_DECIMAL
static final int POSITIVE_DECIMAL
RegularExpression Id.- See Also:
- Constant Field Values
-
POSITIVE_DOUBLE
static final int POSITIVE_DOUBLE
RegularExpression Id.- See Also:
- Constant Field Values
-
NEGATIVE_INTEGER
static final int NEGATIVE_INTEGER
RegularExpression Id.- See Also:
- Constant Field Values
-
NEGATIVE_DECIMAL
static final int NEGATIVE_DECIMAL
RegularExpression Id.- See Also:
- Constant Field Values
-
NEGATIVE_DOUBLE
static final int NEGATIVE_DOUBLE
RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
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
-
LBRACE
static final int LBRACE
RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACE
static final int RBRACE
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
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
RegularExpression Id.- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
RegularExpression Id.- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-