@apexdevtools/apex-parser 4.3.1 → 4.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/lib/ApexLexer.d.ts +76 -75
- package/lib/ApexLexer.js +1312 -1302
- package/lib/ApexLexer.js.map +1 -1
- package/lib/ApexParser.d.ts +79 -77
- package/lib/ApexParser.js +1005 -996
- package/lib/ApexParser.js.map +1 -1
- package/lib/__tests__/SOQLParserTest.js +6 -0
- package/lib/__tests__/SOQLParserTest.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,12 +48,12 @@ Maven
|
|
|
48
48
|
<dependency>
|
|
49
49
|
<groupId>io.github.apex-dev-tools</groupId>
|
|
50
50
|
<artifactId>apex-parser</artifactId>
|
|
51
|
-
<version>4.
|
|
51
|
+
<version>4.4.1</version>
|
|
52
52
|
</dependency>
|
|
53
53
|
|
|
54
54
|
NPM
|
|
55
55
|
|
|
56
|
-
"@apexdevtools/apex-parser": "^4.
|
|
56
|
+
"@apexdevtools/apex-parser": "^4.4.1"
|
|
57
57
|
|
|
58
58
|
## Building
|
|
59
59
|
|
package/lib/ApexLexer.d.ts
CHANGED
|
@@ -178,81 +178,82 @@ export declare class ApexLexer extends Lexer {
|
|
|
178
178
|
static readonly LAST_N_FISCAL_YEARS_N = 173;
|
|
179
179
|
static readonly N_FISCAL_YEARS_AGO_N = 174;
|
|
180
180
|
static readonly DateLiteral = 175;
|
|
181
|
-
static readonly
|
|
182
|
-
static readonly
|
|
183
|
-
static readonly
|
|
184
|
-
static readonly
|
|
185
|
-
static readonly
|
|
186
|
-
static readonly
|
|
187
|
-
static readonly
|
|
188
|
-
static readonly
|
|
189
|
-
static readonly
|
|
190
|
-
static readonly
|
|
191
|
-
static readonly
|
|
192
|
-
static readonly
|
|
193
|
-
static readonly
|
|
194
|
-
static readonly
|
|
195
|
-
static readonly
|
|
196
|
-
static readonly
|
|
197
|
-
static readonly
|
|
198
|
-
static readonly
|
|
199
|
-
static readonly
|
|
200
|
-
static readonly
|
|
201
|
-
static readonly
|
|
202
|
-
static readonly
|
|
203
|
-
static readonly
|
|
204
|
-
static readonly
|
|
205
|
-
static readonly
|
|
206
|
-
static readonly
|
|
207
|
-
static readonly
|
|
208
|
-
static readonly
|
|
209
|
-
static readonly
|
|
210
|
-
static readonly
|
|
211
|
-
static readonly
|
|
212
|
-
static readonly
|
|
213
|
-
static readonly
|
|
214
|
-
static readonly
|
|
215
|
-
static readonly
|
|
216
|
-
static readonly
|
|
217
|
-
static readonly
|
|
218
|
-
static readonly
|
|
219
|
-
static readonly
|
|
220
|
-
static readonly
|
|
221
|
-
static readonly
|
|
222
|
-
static readonly
|
|
223
|
-
static readonly
|
|
224
|
-
static readonly
|
|
225
|
-
static readonly
|
|
226
|
-
static readonly
|
|
227
|
-
static readonly
|
|
228
|
-
static readonly
|
|
229
|
-
static readonly
|
|
230
|
-
static readonly
|
|
231
|
-
static readonly
|
|
232
|
-
static readonly
|
|
233
|
-
static readonly
|
|
234
|
-
static readonly
|
|
235
|
-
static readonly
|
|
236
|
-
static readonly
|
|
237
|
-
static readonly
|
|
238
|
-
static readonly
|
|
239
|
-
static readonly
|
|
240
|
-
static readonly
|
|
241
|
-
static readonly
|
|
242
|
-
static readonly
|
|
243
|
-
static readonly
|
|
244
|
-
static readonly
|
|
245
|
-
static readonly
|
|
246
|
-
static readonly
|
|
247
|
-
static readonly
|
|
248
|
-
static readonly
|
|
249
|
-
static readonly
|
|
250
|
-
static readonly
|
|
251
|
-
static readonly
|
|
252
|
-
static readonly
|
|
253
|
-
static readonly
|
|
254
|
-
static readonly
|
|
255
|
-
static readonly
|
|
181
|
+
static readonly TimeLiteral = 176;
|
|
182
|
+
static readonly DateTimeLiteral = 177;
|
|
183
|
+
static readonly IntegralCurrencyLiteral = 178;
|
|
184
|
+
static readonly FIND = 179;
|
|
185
|
+
static readonly EMAIL = 180;
|
|
186
|
+
static readonly NAME = 181;
|
|
187
|
+
static readonly PHONE = 182;
|
|
188
|
+
static readonly SIDEBAR = 183;
|
|
189
|
+
static readonly FIELDS = 184;
|
|
190
|
+
static readonly METADATA = 185;
|
|
191
|
+
static readonly PRICEBOOKID = 186;
|
|
192
|
+
static readonly NETWORK = 187;
|
|
193
|
+
static readonly SNIPPET = 188;
|
|
194
|
+
static readonly TARGET_LENGTH = 189;
|
|
195
|
+
static readonly DIVISION = 190;
|
|
196
|
+
static readonly RETURNING = 191;
|
|
197
|
+
static readonly LISTVIEW = 192;
|
|
198
|
+
static readonly FindLiteral = 193;
|
|
199
|
+
static readonly FindLiteralAlt = 194;
|
|
200
|
+
static readonly IntegerLiteral = 195;
|
|
201
|
+
static readonly LongLiteral = 196;
|
|
202
|
+
static readonly NumberLiteral = 197;
|
|
203
|
+
static readonly BooleanLiteral = 198;
|
|
204
|
+
static readonly StringLiteral = 199;
|
|
205
|
+
static readonly NullLiteral = 200;
|
|
206
|
+
static readonly LPAREN = 201;
|
|
207
|
+
static readonly RPAREN = 202;
|
|
208
|
+
static readonly LBRACE = 203;
|
|
209
|
+
static readonly RBRACE = 204;
|
|
210
|
+
static readonly LBRACK = 205;
|
|
211
|
+
static readonly RBRACK = 206;
|
|
212
|
+
static readonly SEMI = 207;
|
|
213
|
+
static readonly COMMA = 208;
|
|
214
|
+
static readonly DOT = 209;
|
|
215
|
+
static readonly ASSIGN = 210;
|
|
216
|
+
static readonly GT = 211;
|
|
217
|
+
static readonly LT = 212;
|
|
218
|
+
static readonly BANG = 213;
|
|
219
|
+
static readonly TILDE = 214;
|
|
220
|
+
static readonly QUESTIONDOT = 215;
|
|
221
|
+
static readonly QUESTION = 216;
|
|
222
|
+
static readonly COLON = 217;
|
|
223
|
+
static readonly EQUAL = 218;
|
|
224
|
+
static readonly TRIPLEEQUAL = 219;
|
|
225
|
+
static readonly NOTEQUAL = 220;
|
|
226
|
+
static readonly LESSANDGREATER = 221;
|
|
227
|
+
static readonly TRIPLENOTEQUAL = 222;
|
|
228
|
+
static readonly AND = 223;
|
|
229
|
+
static readonly OR = 224;
|
|
230
|
+
static readonly COAL = 225;
|
|
231
|
+
static readonly INC = 226;
|
|
232
|
+
static readonly DEC = 227;
|
|
233
|
+
static readonly ADD = 228;
|
|
234
|
+
static readonly SUB = 229;
|
|
235
|
+
static readonly MUL = 230;
|
|
236
|
+
static readonly DIV = 231;
|
|
237
|
+
static readonly BITAND = 232;
|
|
238
|
+
static readonly BITOR = 233;
|
|
239
|
+
static readonly CARET = 234;
|
|
240
|
+
static readonly MAPTO = 235;
|
|
241
|
+
static readonly ADD_ASSIGN = 236;
|
|
242
|
+
static readonly SUB_ASSIGN = 237;
|
|
243
|
+
static readonly MUL_ASSIGN = 238;
|
|
244
|
+
static readonly DIV_ASSIGN = 239;
|
|
245
|
+
static readonly AND_ASSIGN = 240;
|
|
246
|
+
static readonly OR_ASSIGN = 241;
|
|
247
|
+
static readonly XOR_ASSIGN = 242;
|
|
248
|
+
static readonly LSHIFT_ASSIGN = 243;
|
|
249
|
+
static readonly RSHIFT_ASSIGN = 244;
|
|
250
|
+
static readonly URSHIFT_ASSIGN = 245;
|
|
251
|
+
static readonly ATSIGN = 246;
|
|
252
|
+
static readonly Identifier = 247;
|
|
253
|
+
static readonly WS = 248;
|
|
254
|
+
static readonly DOC_COMMENT = 249;
|
|
255
|
+
static readonly COMMENT = 250;
|
|
256
|
+
static readonly LINE_COMMENT = 251;
|
|
256
257
|
static readonly WHITESPACE_CHANNEL = 2;
|
|
257
258
|
static readonly COMMENT_CHANNEL = 3;
|
|
258
259
|
static readonly channelNames: string[];
|