e.cqengine.cqengine.2.7.1.source-code.CQNGrammar.tokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cqengine Show documentation
Show all versions of cqengine Show documentation
Collection Query Engine: NoSQL indexing and query engine for Java collections with ultra-low latency
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
T__14=15
T__15=16
T__16=17
T__17=18
T__18=19
T__19=20
T__20=21
T__21=22
T__22=23
IntegerLiteral=24
DecimalIntegerLiteral=25
FloatingPointLiteral=26
DecimalFloatingPointLiteral=27
ABSTRACT=28
ASSERT=29
BOOLEAN=30
BREAK=31
BYTE=32
CASE=33
CATCH=34
CHAR=35
CLASS=36
CONST=37
CONTINUE=38
DEFAULT=39
DO=40
DOUBLE=41
ELSE=42
ENUM=43
EXTENDS=44
FINAL=45
FINALLY=46
FLOAT=47
FOR=48
IF=49
GOTO=50
IMPLEMENTS=51
IMPORT=52
INSTANCEOF=53
INT=54
INTERFACE=55
LONG=56
NATIVE=57
NEW=58
PACKAGE=59
PRIVATE=60
PROTECTED=61
PUBLIC=62
RETURN=63
SHORT=64
STATIC=65
STRICTFP=66
SUPER=67
SWITCH=68
SYNCHRONIZED=69
THIS=70
THROW=71
THROWS=72
TRANSIENT=73
TRY=74
VOID=75
VOLATILE=76
WHILE=77
BooleanLiteral=78
CharacterLiteral=79
StringLiteral=80
NullLiteral=81
LPAREN=82
RPAREN=83
LBRACE=84
RBRACE=85
LBRACK=86
RBRACK=87
SEMI=88
COMMA=89
DOT=90
ASSIGN=91
GT=92
LT=93
BANG=94
TILDE=95
QUESTION=96
COLON=97
EQUAL=98
LE=99
GE=100
NOTEQUAL=101
AND=102
OR=103
INC=104
DEC=105
ADD=106
SUB=107
MUL=108
DIV=109
BITAND=110
BITOR=111
CARET=112
MOD=113
ADD_ASSIGN=114
SUB_ASSIGN=115
MUL_ASSIGN=116
DIV_ASSIGN=117
AND_ASSIGN=118
OR_ASSIGN=119
XOR_ASSIGN=120
MOD_ASSIGN=121
LSHIFT_ASSIGN=122
RSHIFT_ASSIGN=123
URSHIFT_ASSIGN=124
Identifier=125
AT=126
ELLIPSIS=127
WS=128
COMMENT=129
LINE_COMMENT=130
'and'=1
'or'=2
'not'=3
'equal'=4
'lessThanOrEqualTo'=5
'lessThan'=6
'greaterThanOrEqualTo'=7
'greaterThan'=8
'between'=9
'in'=10
'startsWith'=11
'endsWith'=12
'contains'=13
'isContainedIn'=14
'matchesRegex'=15
'has'=16
'all'=17
'.class'=18
'none'=19
'queryOptions'=20
'orderBy'=21
'ascending'=22
'descending'=23
'abstract'=28
'assert'=29
'boolean'=30
'break'=31
'byte'=32
'case'=33
'catch'=34
'char'=35
'class'=36
'const'=37
'continue'=38
'default'=39
'do'=40
'double'=41
'else'=42
'enum'=43
'extends'=44
'final'=45
'finally'=46
'float'=47
'for'=48
'if'=49
'goto'=50
'implements'=51
'import'=52
'instanceof'=53
'int'=54
'interface'=55
'long'=56
'native'=57
'new'=58
'package'=59
'private'=60
'protected'=61
'public'=62
'return'=63
'short'=64
'static'=65
'strictfp'=66
'super'=67
'switch'=68
'synchronized'=69
'this'=70
'throw'=71
'throws'=72
'transient'=73
'try'=74
'void'=75
'volatile'=76
'while'=77
'null'=81
'('=82
')'=83
'{'=84
'}'=85
'['=86
']'=87
';'=88
','=89
'.'=90
'='=91
'>'=92
'<'=93
'!'=94
'~'=95
'?'=96
':'=97
'=='=98
'<='=99
'>='=100
'!='=101
'&&'=102
'||'=103
'++'=104
'--'=105
'+'=106
'-'=107
'*'=108
'/'=109
'&'=110
'|'=111
'^'=112
'%'=113
'+='=114
'-='=115
'*='=116
'/='=117
'&='=118
'|='=119
'^='=120
'%='=121
'<<='=122
'>>='=123
'>>>='=124
'@'=126
'...'=127