All Downloads are FREE. Search and download functionalities are using the official Maven repository.

x-dev-tools.apex-parser.3.0.0.source-code.ApexParser.tokens Maven / Gradle / Ivy

ABSTRACT=1
AFTER=2
BEFORE=3
BREAK=4
CATCH=5
CLASS=6
CONTINUE=7
DELETE=8
DO=9
ELSE=10
ENUM=11
EXTENDS=12
FINAL=13
FINALLY=14
FOR=15
GET=16
GLOBAL=17
IF=18
IMPLEMENTS=19
INHERITED=20
INSERT=21
INSTANCEOF=22
INTERFACE=23
MERGE=24
NEW=25
NULL=26
ON=27
OVERRIDE=28
PRIVATE=29
PROTECTED=30
PUBLIC=31
RETURN=32
SYSTEMRUNAS=33
SET=34
SHARING=35
STATIC=36
SUPER=37
SWITCH=38
TESTMETHOD=39
THIS=40
THROW=41
TRANSIENT=42
TRIGGER=43
TRY=44
UNDELETE=45
UPDATE=46
UPSERT=47
VIRTUAL=48
VOID=49
WEBSERVICE=50
WHEN=51
WHILE=52
WITH=53
WITHOUT=54
LIST=55
MAP=56
SELECT=57
COUNT=58
FROM=59
AS=60
USING=61
SCOPE=62
WHERE=63
ORDER=64
BY=65
LIMIT=66
SOQLAND=67
SOQLOR=68
NOT=69
AVG=70
COUNT_DISTINCT=71
MIN=72
MAX=73
SUM=74
TYPEOF=75
END=76
THEN=77
LIKE=78
IN=79
INCLUDES=80
EXCLUDES=81
ASC=82
DESC=83
NULLS=84
FIRST=85
LAST=86
GROUP=87
ALL=88
ROWS=89
VIEW=90
HAVING=91
ROLLUP=92
TOLABEL=93
OFFSET=94
DATA=95
CATEGORY=96
AT=97
ABOVE=98
BELOW=99
ABOVE_OR_BELOW=100
SECURITY_ENFORCED=101
REFERENCE=102
CUBE=103
FORMAT=104
TRACKING=105
VIEWSTAT=106
CUSTOM=107
STANDARD=108
CALENDAR_MONTH=109
CALENDAR_QUARTER=110
CALENDAR_YEAR=111
DAY_IN_MONTH=112
DAY_IN_WEEK=113
DAY_IN_YEAR=114
DAY_ONLY=115
FISCAL_MONTH=116
FISCAL_QUARTER=117
FISCAL_YEAR=118
HOUR_IN_DAY=119
WEEK_IN_MONTH=120
WEEK_IN_YEAR=121
CONVERT_TIMEZONE=122
YESTERDAY=123
TODAY=124
TOMORROW=125
LAST_WEEK=126
THIS_WEEK=127
NEXT_WEEK=128
LAST_MONTH=129
THIS_MONTH=130
NEXT_MONTH=131
LAST_90_DAYS=132
NEXT_90_DAYS=133
LAST_N_DAYS_N=134
NEXT_N_DAYS_N=135
NEXT_N_WEEKS_N=136
LAST_N_WEEKS_N=137
NEXT_N_MONTHS_N=138
LAST_N_MONTHS_N=139
THIS_QUARTER=140
LAST_QUARTER=141
NEXT_QUARTER=142
NEXT_N_QUARTERS_N=143
LAST_N_QUARTERS_N=144
THIS_YEAR=145
LAST_YEAR=146
NEXT_YEAR=147
NEXT_N_YEARS_N=148
LAST_N_YEARS_N=149
THIS_FISCAL_QUARTER=150
LAST_FISCAL_QUARTER=151
NEXT_FISCAL_QUARTER=152
NEXT_N_FISCAL_QUARTERS_N=153
LAST_N_FISCAL_QUARTERS_N=154
THIS_FISCAL_YEAR=155
LAST_FISCAL_YEAR=156
NEXT_FISCAL_YEAR=157
NEXT_N_FISCAL_YEARS_N=158
LAST_N_FISCAL_YEARS_N=159
DateLiteral=160
DateTimeLiteral=161
IntegralCurrencyLiteral=162
FIND=163
EMAIL=164
NAME=165
PHONE=166
SIDEBAR=167
FIELDS=168
METADATA=169
PRICEBOOKID=170
NETWORK=171
SNIPPET=172
TARGET_LENGTH=173
DIVISION=174
RETURNING=175
LISTVIEW=176
FindLiteral=177
IntegerLiteral=178
LongLiteral=179
NumberLiteral=180
BooleanLiteral=181
StringLiteral=182
NullLiteral=183
LPAREN=184
RPAREN=185
LBRACE=186
RBRACE=187
LBRACK=188
RBRACK=189
SEMI=190
COMMA=191
DOT=192
ASSIGN=193
GT=194
LT=195
BANG=196
TILDE=197
QUESTIONDOT=198
QUESTION=199
COLON=200
EQUAL=201
TRIPLEEQUAL=202
NOTEQUAL=203
LESSANDGREATER=204
TRIPLENOTEQUAL=205
AND=206
OR=207
INC=208
DEC=209
ADD=210
SUB=211
MUL=212
DIV=213
BITAND=214
BITOR=215
CARET=216
MOD=217
MAPTO=218
ADD_ASSIGN=219
SUB_ASSIGN=220
MUL_ASSIGN=221
DIV_ASSIGN=222
AND_ASSIGN=223
OR_ASSIGN=224
XOR_ASSIGN=225
MOD_ASSIGN=226
LSHIFT_ASSIGN=227
RSHIFT_ASSIGN=228
URSHIFT_ASSIGN=229
ATSIGN=230
Identifier=231
WS=232
DOC_COMMENT=233
COMMENT=234
LINE_COMMENT=235
'abstract'=1
'after'=2
'before'=3
'break'=4
'catch'=5
'class'=6
'continue'=7
'delete'=8
'do'=9
'else'=10
'enum'=11
'extends'=12
'final'=13
'finally'=14
'for'=15
'get'=16
'global'=17
'if'=18
'implements'=19
'inherited'=20
'insert'=21
'instanceof'=22
'interface'=23
'merge'=24
'new'=25
'null'=26
'on'=27
'override'=28
'private'=29
'protected'=30
'public'=31
'return'=32
'system.runas'=33
'set'=34
'sharing'=35
'static'=36
'super'=37
'switch'=38
'testmethod'=39
'this'=40
'throw'=41
'transient'=42
'trigger'=43
'try'=44
'undelete'=45
'update'=46
'upsert'=47
'virtual'=48
'void'=49
'webservice'=50
'when'=51
'while'=52
'with'=53
'without'=54
'list'=55
'map'=56
'select'=57
'count'=58
'from'=59
'as'=60
'using'=61
'scope'=62
'where'=63
'order'=64
'by'=65
'limit'=66
'and'=67
'or'=68
'not'=69
'avg'=70
'count_distinct'=71
'min'=72
'max'=73
'sum'=74
'typeof'=75
'end'=76
'then'=77
'like'=78
'in'=79
'includes'=80
'excludes'=81
'asc'=82
'desc'=83
'nulls'=84
'first'=85
'last'=86
'group'=87
'all'=88
'rows'=89
'view'=90
'having'=91
'rollup'=92
'tolabel'=93
'offset'=94
'data'=95
'category'=96
'at'=97
'above'=98
'below'=99
'above_or_below'=100
'security_enforced'=101
'reference'=102
'cube'=103
'format'=104
'tracking'=105
'viewstat'=106
'custom'=107
'standard'=108
'calendar_month'=109
'calendar_quarter'=110
'calendar_year'=111
'day_in_month'=112
'day_in_week'=113
'day_in_year'=114
'day_only'=115
'fiscal_month'=116
'fiscal_quarter'=117
'fiscal_year'=118
'hour_in_day'=119
'week_in_month'=120
'week_in_year'=121
'converttimezone'=122
'yesterday'=123
'today'=124
'tomorrow'=125
'last_week'=126
'this_week'=127
'next_week'=128
'last_month'=129
'this_month'=130
'next_month'=131
'last_90_days'=132
'next_90_days'=133
'last_n_days'=134
'next_n_days'=135
'next_n_weeks'=136
'last_n_weeks'=137
'next_n_months'=138
'last_n_months'=139
'this_quarter'=140
'last_quarted'=141
'next_quarter'=142
'next_n_quarters'=143
'last_n_quarters'=144
'this_year'=145
'last_year'=146
'next_year'=147
'next_n_years'=148
'last_n_years'=149
'this_fiscal_quarter'=150
'last_fiscal_quarter'=151
'next_fiscal_quarter'=152
'next_n_fiscal_quarters'=153
'last_n_fiscal_quarters'=154
'this_fiscal_year'=155
'last_fiscal_year'=156
'next_fiscal_year'=157
'next_n_fiscal_years'=158
'last_n_fiscal_years'=159
'find'=163
'email'=164
'name'=165
'phone'=166
'sidebar'=167
'fields'=168
'metadata'=169
'pricebookid'=170
'network'=171
'snippet'=172
'target_length'=173
'division'=174
'returning'=175
'listview'=176
'('=184
')'=185
'{'=186
'}'=187
'['=188
']'=189
';'=190
','=191
'.'=192
'='=193
'>'=194
'<'=195
'!'=196
'~'=197
'?.'=198
'?'=199
':'=200
'=='=201
'==='=202
'!='=203
'<>'=204
'!=='=205
'&&'=206
'||'=207
'++'=208
'--'=209
'+'=210
'-'=211
'*'=212
'/'=213
'&'=214
'|'=215
'^'=216
'%'=217
'=>'=218
'+='=219
'-='=220
'*='=221
'/='=222
'&='=223
'|='=224
'^='=225
'%='=226
'<<='=227
'>>='=228
'>>>='=229
'@'=230




© 2015 - 2025 Weber Informatics LLC | Privacy Policy