1.0.3-SNAPHOST.source-code.Filter.tokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of preql Show documentation
Show all versions of preql Show documentation
Preql (Predicate query language) is a project designed to filter JPA collections using client-side expressions.
T__0=1
SCOL=2
DOT=3
OPEN_PAR=4
CLOSE_PAR=5
COMMA=6
LT=7
LT_EQ=8
GT=9
GT_EQ=10
EQ=11
NOT_EQ1=12
NOT_EQ2=13
BETWEEN=14
AND=15
OR=16
NOT=17
IN=18
LIKE=19
IS=20
NULL=21
IDENTIFIER=22
SINGLE_LINE_COMMENT=23
MULTILINE_COMMENT=24
SPACES=25
UNEXPECTED_CHAR=26
':'=1
';'=2
'.'=3
'('=4
')'=5
','=6
'<'=7
'<='=8
'>'=9
'>='=10
'='=11
'!='=12
'<>'=13