akharov.dataframe-ec.1.1.0.source-code.ModelScript.tokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dataframe-ec Show documentation
Show all versions of dataframe-ec Show documentation
A tabular data structure based on the Eclipse Collections framework
T__0=1
T__1=2
T__2=3
T__3=4
T__4=5
T__5=6
T__6=7
T__7=8
T__8=9
T__9=10
T__10=11
T__11=12
T__12=13
T__13=14
MUL=15
DIV=16
ADD=17
SUB=18
GT=19
GTE=20
LT=21
LTE=22
EQ=23
NE=24
NOT_IN=25
IN=26
IS_EMPTY=27
IS_NOT_EMPTY=28
IS_NULL=29
IS_NOT_NULL=30
AND=31
OR=32
XOR=33
NOT=34
IF=35
THEN=36
ELSE=37
ENDIF=38
ID=39
INT=40
DOUBLE=41
LINE_COMMENT=42
WS=43
NL=44
STRING=45
LETTER=46
DIGIT=47
'function'=1
'('=2
')'=3
'{'=4
'}'=5
'='=6
'project'=7
'where'=8
'.'=9
':'=10
'['=11
']'=12
'?'=13
','=14
'*'=15
'/'=16
'+'=17
'-'=18
'>'=19
'>='=20
'<'=21
'<='=22
'=='=23
'!='=24