xpressions.1.1.4.source-code.ExcellentLexer.tokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of expressions Show documentation
Show all versions of expressions Show documentation
Java implementation of RapidPro Expressions
COMMA=1
LPAREN=2
RPAREN=3
PLUS=4
MINUS=5
TIMES=6
DIVIDE=7
EXPONENT=8
EQ=9
NEQ=10
LTE=11
LT=12
GTE=13
GT=14
AMPERSAND=15
DECIMAL=16
STRING=17
TRUE=18
FALSE=19
NAME=20
WS=21
ERROR=22
','=1
'('=2
')'=3
'+'=4
'-'=5
'*'=6
'/'=7
'^'=8
'='=9
'<>'=10
'<='=11
'<'=12
'>='=13
'>'=14
'&'=15
© 2015 - 2025 Weber Informatics LLC | Privacy Policy