Package org.grails.web.json.parser
Interface JsonParserConstants
-
- All Known Implementing Classes:
JSONParser,JsonParserTokenManager
public interface JsonParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intCHARRegularExpression Id.static intCNTRL_ESCRegularExpression Id.static intDEFAULTLexical state.static intDIGITSRegularExpression Id.static intDOUBLE_QUOTE_LITERALRegularExpression Id.static intERegularExpression Id.static intENDQUOTERegularExpression Id.static intEOFEnd of File.static intESC_STATELexical state.static intESCAPE_CHARRegularExpression Id.static intHEXRegularExpression Id.static intHEX_CHARRegularExpression Id.static intHEX_ESCRegularExpression Id.static intHEX_STATELexical state.static intQUOTERegularExpression Id.static intSINGLE_QUOTE_LITERALRegularExpression Id.static intSTRING_STATELexical state.static java.lang.String[]tokenImageLiteral token values.static intUNICODE_CHARRegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
E
static final int E
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGITS
static final int DIGITS
RegularExpression Id.- See Also:
- Constant Field Values
-
HEX_CHAR
static final int HEX_CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
UNICODE_CHAR
static final int UNICODE_CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
ESCAPE_CHAR
static final int ESCAPE_CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
SINGLE_QUOTE_LITERAL
static final int SINGLE_QUOTE_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
DOUBLE_QUOTE_LITERAL
static final int DOUBLE_QUOTE_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTE
static final int QUOTE
RegularExpression Id.- See Also:
- Constant Field Values
-
ENDQUOTE
static final int ENDQUOTE
RegularExpression Id.- See Also:
- Constant Field Values
-
CHAR
static final int CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
CNTRL_ESC
static final int CNTRL_ESC
RegularExpression Id.- See Also:
- Constant Field Values
-
HEX
static final int HEX
RegularExpression Id.- See Also:
- Constant Field Values
-
HEX_ESC
static final int HEX_ESC
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
STRING_STATE
static final int STRING_STATE
Lexical state.- See Also:
- Constant Field Values
-
ESC_STATE
static final int ESC_STATE
Lexical state.- See Also:
- Constant Field Values
-
HEX_STATE
static final int HEX_STATE
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-