Interface JsonQueryParserTokenTypes
-
- All Known Implementing Classes:
JsonQueryLexer,JsonQueryParser,JsonQueryWalker
public interface JsonQueryParserTokenTypes
-
-
Field Summary
Fields Modifier and Type Field Description static intABSOLUTEstatic intANDstatic intARRAY_CONSTRUCTIONstatic intARRAY_INDEXstatic intARRAY_SLICEstatic intAT_IS_ARRAYstatic intAT_IS_NOT_NULLstatic intAT_IS_NULLstatic intAT_IS_OBJECTstatic intAT_IS_VALUEstatic intAT_SIZEstatic intAT_VALUEstatic intCARETstatic intCOMMAstatic intCOMPLEX_KEYstatic intCONTAINSstatic intDIGITstatic intDOTstatic intDOTDOTstatic intEOFstatic intEQstatic intESCstatic intEXPstatic intFILTERstatic intFRACstatic intGEstatic intGTstatic intIDstatic intID_LETTERstatic intID_OR_ABSOLUTEstatic intID_START_LETTERstatic intINTstatic intINT_OR_REAL_OR_DOTSstatic intLBRACKETstatic intLCURLYstatic intLEstatic intLITERAL_falsestatic intLITERAL_nullstatic intLITERAL_truestatic intLPARENstatic intLTstatic intMEMBERstatic intMULTI_LEVEL_UPstatic intMULTI_LINE_COMMENTstatic intNEstatic intNEWLINEstatic intNOTstatic intNULL_TREE_LOOKAHEADstatic intOBJECT_CONSTRUCTIONstatic intORstatic intPATHstatic intRBRACKETstatic intRCURLYstatic intREALstatic intRPARENstatic intSEMIstatic intSIMPLE_KEYstatic intSINGLE_LINE_COMMENTstatic intSTRINGstatic intTYPE_CHECKstatic intWILDCARDstatic intWS
-
-
-
Field Detail
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
-
PATH
static final int PATH
- See Also:
- Constant Field Values
-
MEMBER
static final int MEMBER
- See Also:
- Constant Field Values
-
SIMPLE_KEY
static final int SIMPLE_KEY
- See Also:
- Constant Field Values
-
COMPLEX_KEY
static final int COMPLEX_KEY
- See Also:
- Constant Field Values
-
OBJECT_CONSTRUCTION
static final int OBJECT_CONSTRUCTION
- See Also:
- Constant Field Values
-
ARRAY_INDEX
static final int ARRAY_INDEX
- See Also:
- Constant Field Values
-
ARRAY_CONSTRUCTION
static final int ARRAY_CONSTRUCTION
- See Also:
- Constant Field Values
-
ARRAY_SLICE
static final int ARRAY_SLICE
- See Also:
- Constant Field Values
-
MULTI_LEVEL_UP
static final int MULTI_LEVEL_UP
- See Also:
- Constant Field Values
-
FILTER
static final int FILTER
- See Also:
- Constant Field Values
-
ABSOLUTE
static final int ABSOLUTE
- See Also:
- Constant Field Values
-
DOT
static final int DOT
- See Also:
- Constant Field Values
-
DOTDOT
static final int DOTDOT
- See Also:
- Constant Field Values
-
ID
static final int ID
- See Also:
- Constant Field Values
-
WILDCARD
static final int WILDCARD
- See Also:
- Constant Field Values
-
LBRACKET
static final int LBRACKET
- See Also:
- Constant Field Values
-
STRING
static final int STRING
- See Also:
- Constant Field Values
-
RBRACKET
static final int RBRACKET
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
INT
static final int INT
- See Also:
- Constant Field Values
-
SEMI
static final int SEMI
- See Also:
- Constant Field Values
-
CARET
static final int CARET
- See Also:
- Constant Field Values
-
LCURLY
static final int LCURLY
- See Also:
- Constant Field Values
-
RCURLY
static final int RCURLY
- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
-
OR
static final int OR
- See Also:
- Constant Field Values
-
AND
static final int AND
- See Also:
- Constant Field Values
-
NOT
static final int NOT
- See Also:
- Constant Field Values
-
AT_IS_NULL
static final int AT_IS_NULL
- See Also:
- Constant Field Values
-
AT_IS_NOT_NULL
static final int AT_IS_NOT_NULL
- See Also:
- Constant Field Values
-
AT_IS_ARRAY
static final int AT_IS_ARRAY
- See Also:
- Constant Field Values
-
AT_IS_OBJECT
static final int AT_IS_OBJECT
- See Also:
- Constant Field Values
-
AT_IS_VALUE
static final int AT_IS_VALUE
- See Also:
- Constant Field Values
-
AT_SIZE
static final int AT_SIZE
- See Also:
- Constant Field Values
-
EQ
static final int EQ
- See Also:
- Constant Field Values
-
NE
static final int NE
- See Also:
- Constant Field Values
-
LT
static final int LT
- See Also:
- Constant Field Values
-
LE
static final int LE
- See Also:
- Constant Field Values
-
GT
static final int GT
- See Also:
- Constant Field Values
-
GE
static final int GE
- See Also:
- Constant Field Values
-
AT_VALUE
static final int AT_VALUE
- See Also:
- Constant Field Values
-
CONTAINS
static final int CONTAINS
- See Also:
- Constant Field Values
-
REAL
static final int REAL
- See Also:
- Constant Field Values
-
LITERAL_null
static final int LITERAL_null
- See Also:
- Constant Field Values
-
LITERAL_true
static final int LITERAL_true
- See Also:
- Constant Field Values
-
LITERAL_false
static final int LITERAL_false
- See Also:
- Constant Field Values
-
TYPE_CHECK
static final int TYPE_CHECK
- See Also:
- Constant Field Values
-
ID_OR_ABSOLUTE
static final int ID_OR_ABSOLUTE
- See Also:
- Constant Field Values
-
INT_OR_REAL_OR_DOTS
static final int INT_OR_REAL_OR_DOTS
- See Also:
- Constant Field Values
-
NEWLINE
static final int NEWLINE
- See Also:
- Constant Field Values
-
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
-
MULTI_LINE_COMMENT
static final int MULTI_LINE_COMMENT
- See Also:
- Constant Field Values
-
WS
static final int WS
- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
-
FRAC
static final int FRAC
- See Also:
- Constant Field Values
-
EXP
static final int EXP
- See Also:
- Constant Field Values
-
ESC
static final int ESC
- See Also:
- Constant Field Values
-
ID_START_LETTER
static final int ID_START_LETTER
- See Also:
- Constant Field Values
-
ID_LETTER
static final int ID_LETTER
- See Also:
- Constant Field Values
-
-