com.bstek.urule.dsl.RuleLexer.tokens Maven / Gradle / Ivy
COUNT=1
AVG=2
SUM=3
MAX=4
MIN=5
AND=6
OR=7
Datatype=8
GreaterThen=9
GreaterThenOrEquals=10
LessThen=11
LessThenOrEquals=12
Equals=13
NotEquals=14
EndWith=15
NotEndWith=16
StartWith=17
NotStartWith=18
In=19
NotIn=20
Match=21
NotMatch=22
EqualsIgnoreCase=23
NotEqualsIgnoreCase=24
ARITH=25
NUMBER=26
Boolean=27
Identifier=28
STRING=29
WS=30
NL=31
COMMENT=32
LINE_COMMENT=33
'count'=1
'avg'=2
'sum'=3
'max'=4
'min'=5