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
Contain=23
NotContain=24
EqualsIgnoreCase=25
NotEqualsIgnoreCase=26
ARITH=27
NUMBER=28
Boolean=29
Identifier=30
STRING=31
WS=32
NL=33
COMMENT=34
LINE_COMMENT=35
'count'=1
'avg'=2
'sum'=3
'max'=4
'min'=5