e.cqengine.cqengine.2.1.1.source-code.CQNGrammarLexer.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
ABSTRACT=24
ASSERT=25
BOOLEAN=26
BREAK=27
BYTE=28
CASE=29
CATCH=30
CHAR=31
CLASS=32
CONST=33
CONTINUE=34
DEFAULT=35
DO=36
DOUBLE=37
ELSE=38
ENUM=39
EXTENDS=40
FINAL=41
FINALLY=42
FLOAT=43
FOR=44
IF=45
GOTO=46
IMPLEMENTS=47
IMPORT=48
INSTANCEOF=49
INT=50
INTERFACE=51
LONG=52
NATIVE=53
NEW=54
PACKAGE=55
PRIVATE=56
PROTECTED=57
PUBLIC=58
RETURN=59
SHORT=60
STATIC=61
STRICTFP=62
SUPER=63
SWITCH=64
SYNCHRONIZED=65
THIS=66
THROW=67
THROWS=68
TRANSIENT=69
TRY=70
VOID=71
VOLATILE=72
WHILE=73
IntegerLiteral=74
FloatingPointLiteral=75
BooleanLiteral=76
CharacterLiteral=77
StringLiteral=78
NullLiteral=79
LPAREN=80
RPAREN=81
LBRACE=82
RBRACE=83
LBRACK=84
RBRACK=85
SEMI=86
COMMA=87
DOT=88
ASSIGN=89
GT=90
LT=91
BANG=92
TILDE=93
QUESTION=94
COLON=95
EQUAL=96
LE=97
GE=98
NOTEQUAL=99
AND=100
OR=101
INC=102
DEC=103
ADD=104
SUB=105
MUL=106
DIV=107
BITAND=108
BITOR=109
CARET=110
MOD=111
ADD_ASSIGN=112
SUB_ASSIGN=113
MUL_ASSIGN=114
DIV_ASSIGN=115
AND_ASSIGN=116
OR_ASSIGN=117
XOR_ASSIGN=118
MOD_ASSIGN=119
LSHIFT_ASSIGN=120
RSHIFT_ASSIGN=121
URSHIFT_ASSIGN=122
Identifier=123
AT=124
ELLIPSIS=125
WS=126
COMMENT=127
LINE_COMMENT=128
'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'=24
'assert'=25
'boolean'=26
'break'=27
'byte'=28
'case'=29
'catch'=30
'char'=31
'class'=32
'const'=33
'continue'=34
'default'=35
'do'=36
'double'=37
'else'=38
'enum'=39
'extends'=40
'final'=41
'finally'=42
'float'=43
'for'=44
'if'=45
'goto'=46
'implements'=47
'import'=48
'instanceof'=49
'int'=50
'interface'=51
'long'=52
'native'=53
'new'=54
'package'=55
'private'=56
'protected'=57
'public'=58
'return'=59
'short'=60
'static'=61
'strictfp'=62
'super'=63
'switch'=64
'synchronized'=65
'this'=66
'throw'=67
'throws'=68
'transient'=69
'try'=70
'void'=71
'volatile'=72
'while'=73
'null'=79
'('=80
')'=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
'@'=124
'...'=125
© 2015 - 2025 Weber Informatics LLC | Privacy Policy