All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openrewrite.json.internal.grammar.JsonPath.tokens Maven / Gradle / Ivy

There is a newer version: 8.33.4
Show newest version
StringLiteral=1
NumericLiteral=2
AT=3
DOT_DOT=4
DOT=5
ROOT=6
WILDCARD=7
AND=8
EQ=9
NE=10
MATCHES=11
TRUE=12
FALSE=13
NULL=14
LBRACE=15
RBRACE=16
LBRACK=17
RBRACK=18
COLON=19
COMMA=20
LPAREN=21
RPAREN=22
QUESTION=23
Identifier=24
WS=25
'@'=3
'..'=4
'.'=5
'$'=6
'*'=7
'&&'=8
'=='=9
'!='=10
'=~'=11
'true'=12
'false'=13
'null'=14
'{'=15
'}'=16
'['=17
']'=18
':'=19
','=20
'('=21
')'=22
'?'=23




© 2015 - 2024 Weber Informatics LLC | Privacy Policy