org.joo.libra.sql.antlr.SqlParser.tokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of joo-libra Show documentation
Show all versions of joo-libra Show documentation
Java Predicate with SQL-like syntax support
WS=1
AND=2
OR=3
NOT=4
IS_EQUALS=5
IS_EQUALS_NOT=6
IS_EMPTY=7
IS_NOT_EMPTY=8
CONTAINS=9
IN=10
MATCHES=11
TRUE=12
FALSE=13
UNDEFINED=14
NULL=15
ANY=16
NONE=17
ALL=18
OF=19
SATISFIES=20
GREATER_THAN=21
GREATER_THAN_EQUALS=22
LESS_THAN=23
LESS_THAN_EQUALS=24
EQUALS=25
NOT_EQUALS=26
DBL_EQUALS=27
PLUS=28
MINUS=29
TIMES=30
DIVIDE=31
MOD=32
POW=33
QUESTION=34
COLON=35
LPAREN=36
RPAREN=37
LBRACE=38
RBRACE=39
COMMA=40
STRING=41
INTEGER=42
DOUBLE=43
INDEX=44
VARIABLE=45
'>'=21
'>='=22
'<'=23
'<='=24
'='=25
'!='=26
'=='=27
'+'=28
'-'=29
'*'=30
'/'=31
'%'=32
'^'=33
'?'=34
':'=35
'('=36
')'=37
'{'=38
'}'=39
','=40