Package net.sf.jasperreports.json.parser
Interface JsonQueryParserTokenTypes
-
- All Known Implementing Classes:
JsonQueryLexer
,JsonQueryParser
,JsonQueryWalker
public interface JsonQueryParserTokenTypes
-
-
Field Summary
Fields Modifier and Type Field Description static int
ABSOLUTE
static int
AND
static int
ARRAY_CONSTRUCTION
static int
ARRAY_INDEX
static int
ARRAY_SLICE
static int
AT_IS_ARRAY
static int
AT_IS_NOT_NULL
static int
AT_IS_NULL
static int
AT_IS_OBJECT
static int
AT_IS_VALUE
static int
AT_SIZE
static int
AT_VALUE
static int
CARET
static int
COMMA
static int
COMPLEX_KEY
static int
CONTAINS
static int
DIGIT
static int
DOT
static int
DOTDOT
static int
EOF
static int
EQ
static int
ESC
static int
EXP
static int
FILTER
static int
FRAC
static int
GE
static int
GT
static int
ID
static int
ID_LETTER
static int
ID_OR_ABSOLUTE
static int
ID_START_LETTER
static int
INT
static int
INT_OR_REAL_OR_DOTS
static int
LBRACKET
static int
LCURLY
static int
LE
static int
LITERAL_false
static int
LITERAL_null
static int
LITERAL_true
static int
LPAREN
static int
LT
static int
MEMBER
static int
MULTI_LEVEL_UP
static int
MULTI_LINE_COMMENT
static int
NE
static int
NEWLINE
static int
NOT
static int
NULL_TREE_LOOKAHEAD
static int
OBJECT_CONSTRUCTION
static int
OR
static int
PATH
static int
RBRACKET
static int
RCURLY
static int
REAL
static int
RPAREN
static int
SEMI
static int
SIMPLE_KEY
static int
SINGLE_LINE_COMMENT
static int
STRING
static int
TYPE_CHECK
static int
WILDCARD
static int
WS
-
-
-
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
-
-