@sap/cds-compiler 5.8.2 → 5.9.0
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/CHANGELOG.md +31 -0
- package/bin/cds_remove_invalid_whitespace.js +5 -3
- package/bin/cds_update_identifiers.js +9 -6
- package/bin/cdsc.js +79 -59
- package/bin/cdsse.js +14 -10
- package/bin/cdsv2m.js +3 -1
- package/lib/api/options.js +28 -6
- package/lib/base/message-registry.js +15 -4
- package/lib/checks/validator.js +3 -0
- package/lib/compiler/base.js +1 -1
- package/lib/compiler/checks.js +70 -50
- package/lib/compiler/extend.js +1 -1
- package/lib/compiler/generate.js +8 -2
- package/lib/compiler/index.js +1 -1
- package/lib/compiler/lsp-api.js +1 -1
- package/lib/compiler/propagator.js +2 -2
- package/lib/compiler/resolve.js +78 -31
- package/lib/compiler/shared.js +3 -3
- package/lib/compiler/tweak-assocs.js +1 -1
- package/lib/compiler/utils.js +10 -0
- package/lib/compiler/xpr-rewrite.js +1 -1
- package/lib/edm/annotations/edmJson.js +42 -39
- package/lib/edm/annotations/genericTranslation.js +55 -55
- package/lib/edm/annotations/preprocessAnnotations.js +5 -5
- package/lib/edm/csn2edm.js +21 -16
- package/lib/edm/edm.js +62 -62
- package/lib/edm/edmAnnoPreprocessor.js +2 -2
- package/lib/edm/edmInboundChecks.js +1 -1
- package/lib/edm/edmPreprocessor.js +32 -32
- package/lib/edm/edmUtils.js +8 -8
- package/lib/gen/CdlGrammar.checksum +1 -1
- package/lib/gen/CdlParser.js +77 -81
- package/lib/gen/Dictionary.json +3062 -3072
- package/lib/gen/language.checksum +1 -1
- package/lib/gen/language.interp +1 -1
- package/lib/gen/languageParser.js +1238 -1236
- package/lib/json/from-csn.js +1 -1
- package/lib/json/to-csn.js +30 -3
- package/lib/language/genericAntlrParser.js +16 -0
- package/lib/main.d.ts +79 -1
- package/lib/model/csnRefs.js +12 -5
- package/lib/model/xprAsTree.js +71 -0
- package/lib/modelCompare/utils/filter.js +1 -1
- package/lib/optionProcessor.js +46 -32
- package/lib/parsers/CdlGrammar.g4 +33 -28
- package/lib/parsers/Lexer.js +1 -1
- package/lib/parsers/XprTree.js +25 -16
- package/lib/render/toCdl.js +902 -414
- package/lib/render/toHdbcds.js +1 -1
- package/lib/render/toSql.js +8 -0
- package/lib/render/utils/common.js +2 -2
- package/lib/render/utils/operators.js +160 -0
- package/lib/render/utils/pretty.js +337 -0
- package/lib/sql-identifier.js +7 -9
- package/lib/transform/addTenantFields.js +39 -41
- package/lib/transform/db/applyTransformations.js +4 -4
- package/lib/transform/db/assertUnique.js +6 -5
- package/lib/transform/db/associations.js +3 -3
- package/lib/transform/db/assocsToQueries/transformExists.js +13 -13
- package/lib/transform/db/assocsToQueries/utils.js +8 -0
- package/lib/transform/db/backlinks.js +19 -14
- package/lib/transform/db/constraints.js +6 -6
- package/lib/transform/db/expansion.js +1 -1
- package/lib/transform/db/flattening.js +2 -2
- package/lib/transform/db/groupByOrderBy.js +1 -1
- package/lib/transform/db/processSqlServices.js +3 -3
- package/lib/transform/db/rewriteCalculatedElements.js +2 -2
- package/lib/transform/db/temporal.js +7 -9
- package/lib/transform/db/views.js +6 -6
- package/lib/transform/draft/odata.js +2 -0
- package/lib/transform/effective/annotations.js +1 -1
- package/lib/transform/effective/associations.js +1 -1
- package/lib/transform/effective/main.js +1 -0
- package/lib/transform/effective/service.js +2 -2
- package/lib/transform/forRelationalDB.js +11 -5
- package/lib/transform/localized.js +2 -0
- package/lib/transform/odata/adaptAnnotationRefs.js +10 -9
- package/lib/transform/parseExpr.js +2 -2
- package/lib/transform/transformUtils.js +9 -7
- package/lib/transform/translateAssocsToJoins.js +0 -2
- package/lib/transform/universalCsn/coreComputed.js +2 -2
- package/lib/utils/moduleResolve.js +7 -5
- package/package.json +1 -1
- package/share/messages/def-upcoming-virtual-change.md +55 -0
- package/share/messages/file-unexpected-case-mismatch.md +61 -0
- package/share/messages/message-explanations.json +2 -0
- package/lib/transform/braceExpression.js +0 -77
|
@@ -11,7 +11,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
11
11
|
const antlr4_1 = __importDefault(require("antlr4"));
|
|
12
12
|
const genericAntlrParser_js_1 = __importDefault(require("./genericAntlrParser.js"));
|
|
13
13
|
const serializedATN = ["\u0003\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786",
|
|
14
|
-
"\u5964\u0003\u009a\
|
|
14
|
+
"\u5964\u0003\u009a\u0f13\u0004\u0002\t\u0002\u0004\u0003\t\u0003\u0004",
|
|
15
15
|
"\u0004\t\u0004\u0004\u0005\t\u0005\u0004\u0006\t\u0006\u0004\u0007\t",
|
|
16
16
|
"\u0007\u0004\b\t\b\u0004\t\t\t\u0004\n\t\n\u0004\u000b\t\u000b\u0004",
|
|
17
17
|
"\f\t\f\u0004\r\t\r\u0004\u000e\t\u000e\u0004\u000f\t\u000f\u0004\u0010",
|
|
@@ -377,132 +377,132 @@ const serializedATN = ["\u0003\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786",
|
|
|
377
377
|
"\\\u0003\\\u0003\\\u0003]\u0003]\u0003]\u0003]\u0003]\u0003]\u0007]",
|
|
378
378
|
"\u0b11\n]\f]\u000e]\u0b14\u000b]\u0005]\u0b16\n]\u0003]\u0003]\u0003",
|
|
379
379
|
"]\u0003^\u0003^\u0003^\u0003^\u0007^\u0b1f\n^\f^\u000e^\u0b22\u000b",
|
|
380
|
-
"^\u0003^\u0005^\
|
|
381
|
-
"_\u0003_\u0003_\u0007_\
|
|
382
|
-
"`\u0003`\u0003`\u0003`\u0003`\u0003`\u0003`\u0005`\
|
|
383
|
-
"a\u0003a\u0003a\u0003a\u0003a\u0005a\
|
|
384
|
-
"a\
|
|
385
|
-
"b\u0003b\u0003b\u0005b\
|
|
386
|
-
"b\u0003b\u0003b\u0005b\
|
|
387
|
-
"b\u0003b\u0003b\u0005b\
|
|
388
|
-
"b\u0005b\
|
|
389
|
-
"c\u0003c\u0003c\u0005c\
|
|
390
|
-
"c\u0003c\u0003c\u0003c\u0005c\
|
|
391
|
-
"
|
|
392
|
-
"
|
|
393
|
-
"f\u0003f\u0003f\u0003f\u0003f\u0003f\u0003f\u0003f\u0005f\
|
|
394
|
-
"f\u0003f\u0003f\u0003f\u0003f\u0003f\u0003f\u0003f\u0003f\u0005f\
|
|
395
|
-
"\nf\u0003g\u0003g\u0003g\u0003g\u0003g\u0005g\
|
|
396
|
-
"g\
|
|
380
|
+
"^\u0003^\u0003^\u0005^\u0b26\n^\u0003_\u0003_\u0003_\u0003_\u0003_\u0003",
|
|
381
|
+
"_\u0003_\u0003_\u0003_\u0007_\u0b31\n_\f_\u000e_\u0b34\u000b_\u0003",
|
|
382
|
+
"`\u0003`\u0003`\u0003`\u0003`\u0003`\u0003`\u0003`\u0005`\u0b3e\n`\u0003",
|
|
383
|
+
"a\u0003a\u0003a\u0003a\u0003a\u0003a\u0005a\u0b46\na\u0003a\u0003a\u0003",
|
|
384
|
+
"a\u0005a\u0b4b\na\u0003b\u0003b\u0003b\u0003b\u0005b\u0b51\nb\u0003",
|
|
385
|
+
"b\u0003b\u0003b\u0003b\u0005b\u0b57\nb\u0003b\u0005b\u0b5a\nb\u0003",
|
|
386
|
+
"b\u0003b\u0003b\u0003b\u0005b\u0b60\nb\u0003b\u0005b\u0b63\nb\u0003",
|
|
387
|
+
"b\u0003b\u0003b\u0003b\u0005b\u0b69\nb\u0003b\u0005b\u0b6c\nb\u0003",
|
|
388
|
+
"b\u0003b\u0005b\u0b70\nb\u0003b\u0003b\u0003c\u0005c\u0b75\nc\u0003",
|
|
389
|
+
"c\u0003c\u0003c\u0003c\u0005c\u0b7b\nc\u0003c\u0003c\u0005c\u0b7f\n",
|
|
390
|
+
"c\u0003c\u0003c\u0003c\u0003c\u0005c\u0b85\nc\u0003d\u0003d\u0003d\u0003",
|
|
391
|
+
"d\u0003e\u0003e\u0005e\u0b8d\ne\u0003f\u0003f\u0003f\u0003f\u0005f\u0b93",
|
|
392
|
+
"\nf\u0003f\u0003f\u0003f\u0006f\u0b98\nf\rf\u000ef\u0b99\u0003f\u0003",
|
|
393
|
+
"f\u0003f\u0003f\u0003f\u0003f\u0003f\u0003f\u0003f\u0005f\u0ba5\nf\u0003",
|
|
394
|
+
"f\u0003f\u0003f\u0003f\u0003f\u0003f\u0003f\u0003f\u0003f\u0005f\u0bb0",
|
|
395
|
+
"\nf\u0003g\u0003g\u0003g\u0003g\u0003g\u0005g\u0bb7\ng\u0003g\u0005",
|
|
396
|
+
"g\u0bba\ng\u0005g\u0bbc\ng\u0003h\u0003h\u0003h\u0003h\u0003h\u0003",
|
|
397
397
|
"h\u0003h\u0003h\u0003h\u0003h\u0003h\u0003h\u0003h\u0003h\u0003h\u0003",
|
|
398
|
-
"h\u0003h\u0003h\u0005h\
|
|
399
|
-
"h\u0005h\
|
|
400
|
-
"i\u0003i\u0005i\
|
|
401
|
-
"i\u0005i\
|
|
398
|
+
"h\u0003h\u0003h\u0005h\u0bd0\nh\u0003h\u0003h\u0005h\u0bd4\nh\u0003",
|
|
399
|
+
"h\u0005h\u0bd7\nh\u0003h\u0003h\u0005h\u0bdb\nh\u0003i\u0003i\u0003",
|
|
400
|
+
"i\u0003i\u0005i\u0be1\ni\u0003i\u0003i\u0003i\u0003i\u0003i\u0003i\u0003",
|
|
401
|
+
"i\u0005i\u0bea\ni\u0003i\u0003i\u0003i\u0003i\u0005i\u0bf0\ni\u0003",
|
|
402
402
|
"i\u0003i\u0003i\u0003i\u0003i\u0003i\u0003i\u0003i\u0003i\u0003i\u0003",
|
|
403
403
|
"i\u0003i\u0003i\u0003i\u0003i\u0003i\u0003i\u0003i\u0003i\u0003i\u0003",
|
|
404
|
-
"i\u0003i\u0003i\u0005i\
|
|
405
|
-
"j\u0003j\u0003j\u0003j\u0003j\u0003j\u0005j\
|
|
406
|
-
"j\u0005j\
|
|
407
|
-
"k\u0003k\u0003k\u0005k\
|
|
408
|
-
"k\u0005k\
|
|
409
|
-
"l\u0003l\u0003l\u0003l\u0003l\u0003l\u0005l\
|
|
404
|
+
"i\u0003i\u0003i\u0005i\u0c09\ni\u0005i\u0c0b\ni\u0005i\u0c0d\ni\u0003",
|
|
405
|
+
"j\u0003j\u0003j\u0003j\u0003j\u0003j\u0005j\u0c15\nj\u0003j\u0003j\u0003",
|
|
406
|
+
"j\u0005j\u0c1a\nj\u0003k\u0003k\u0003k\u0003k\u0003k\u0003k\u0003k\u0003",
|
|
407
|
+
"k\u0003k\u0003k\u0005k\u0c26\nk\u0003k\u0003k\u0003k\u0003k\u0003k\u0003",
|
|
408
|
+
"k\u0005k\u0c2e\nk\u0006k\u0c30\nk\rk\u000ek\u0c31\u0003l\u0003l\u0003",
|
|
409
|
+
"l\u0003l\u0003l\u0003l\u0003l\u0003l\u0005l\u0c3c\nl\u0003l\u0003l\u0003",
|
|
410
410
|
"l\u0003l\u0003l\u0003l\u0003l\u0003l\u0003l\u0003l\u0003l\u0003l\u0003",
|
|
411
|
-
"l\u0003l\u0003l\u0003l\u0003l\u0003l\u0003l\u0006l\
|
|
412
|
-
"l\
|
|
413
|
-
"l\u0006l\
|
|
414
|
-
"l\u0003l\u0003l\u0005l\
|
|
411
|
+
"l\u0003l\u0003l\u0003l\u0003l\u0003l\u0003l\u0006l\u0c51\nl\rl\u000e",
|
|
412
|
+
"l\u0c52\u0003l\u0003l\u0003l\u0003l\u0003l\u0003l\u0003l\u0003l\u0003",
|
|
413
|
+
"l\u0006l\u0c5e\nl\rl\u000el\u0c5f\u0005l\u0c62\nl\u0003l\u0003l\u0003",
|
|
414
|
+
"l\u0003l\u0003l\u0005l\u0c69\nl\u0003l\u0003l\u0003l\u0003l\u0003l\u0003",
|
|
415
415
|
"l\u0003l\u0003l\u0003l\u0003l\u0003l\u0003l\u0003l\u0003l\u0003l\u0003",
|
|
416
|
-
"l\u0003l\u0003l\u0003l\u0003l\u0005l\
|
|
417
|
-
"l\u0003l\u0003l\u0003l\u0003l\u0005l\
|
|
418
|
-
"\nl\u0003m\u0003m\u0003m\u0005m\
|
|
419
|
-
"m\u0005m\
|
|
420
|
-
"\nm\fm\u000em\
|
|
421
|
-
"m\u0005m\
|
|
422
|
-
"m\u0003m\u0003m\u0003m\u0003m\u0003m\u0007m\
|
|
423
|
-
"\u000bm\u0005m\
|
|
416
|
+
"l\u0003l\u0003l\u0003l\u0003l\u0005l\u0c7f\nl\u0003l\u0003l\u0003l\u0003",
|
|
417
|
+
"l\u0003l\u0003l\u0003l\u0003l\u0005l\u0c89\nl\u0003l\u0003l\u0005l\u0c8d",
|
|
418
|
+
"\nl\u0003m\u0003m\u0003m\u0005m\u0c92\nm\u0003m\u0003m\u0003m\u0003",
|
|
419
|
+
"m\u0005m\u0c98\nm\u0003m\u0003m\u0003m\u0003m\u0003m\u0003m\u0007m\u0ca0",
|
|
420
|
+
"\nm\fm\u000em\u0ca3\u000bm\u0003m\u0003m\u0003m\u0003m\u0003m\u0003",
|
|
421
|
+
"m\u0005m\u0cab\nm\u0003m\u0005m\u0cae\nm\u0003m\u0005m\u0cb1\nm\u0003",
|
|
422
|
+
"m\u0003m\u0003m\u0003m\u0003m\u0003m\u0007m\u0cb9\nm\fm\u000em\u0cbc",
|
|
423
|
+
"\u000bm\u0005m\u0cbe\nm\u0005m\u0cc0\nm\u0003m\u0003m\u0003m\u0003n",
|
|
424
424
|
"\u0003n\u0003n\u0003n\u0003n\u0003n\u0003n\u0003n\u0003n\u0003n\u0003",
|
|
425
|
-
"o\u0003o\u0003o\u0003o\u0003o\u0003o\u0007o\
|
|
426
|
-
"\u000bo\u0003p\u0003p\u0003p\u0003p\u0005p\
|
|
427
|
-
"\np\u0003p\u0003p\u0003p\u0003p\u0003p\u0005p\
|
|
428
|
-
"p\
|
|
425
|
+
"o\u0003o\u0003o\u0003o\u0003o\u0003o\u0007o\u0cd5\no\fo\u000eo\u0cd8",
|
|
426
|
+
"\u000bo\u0003p\u0003p\u0003p\u0003p\u0005p\u0cde\np\u0003p\u0005p\u0ce1",
|
|
427
|
+
"\np\u0003p\u0003p\u0003p\u0003p\u0003p\u0005p\u0ce8\np\u0003p\u0005",
|
|
428
|
+
"p\u0ceb\np\u0007p\u0ced\np\fp\u000ep\u0cf0\u000bp\u0003q\u0003q\u0003",
|
|
429
429
|
"q\u0003q\u0003q\u0003q\u0003q\u0003q\u0003q\u0003q\u0003q\u0003q\u0003",
|
|
430
|
-
"q\u0007q\
|
|
431
|
-
"q\u0003q\u0003q\u0003q\u0003q\u0003q\u0003q\u0007q\
|
|
432
|
-
"q\
|
|
433
|
-
"q\u000eq\
|
|
434
|
-
"q\
|
|
430
|
+
"q\u0007q\u0cff\nq\fq\u000eq\u0d02\u000bq\u0003q\u0003q\u0003q\u0003",
|
|
431
|
+
"q\u0003q\u0003q\u0003q\u0003q\u0003q\u0003q\u0007q\u0d0e\nq\fq\u000e",
|
|
432
|
+
"q\u0d11\u000bq\u0003q\u0003q\u0003q\u0003q\u0003q\u0007q\u0d18\nq\f",
|
|
433
|
+
"q\u000eq\u0d1b\u000bq\u0003q\u0003q\u0003q\u0005q\u0d20\nq\u0003q\u0005",
|
|
434
|
+
"q\u0d23\nq\u0003q\u0003q\u0003q\u0003r\u0003r\u0003r\u0003s\u0003s\u0003",
|
|
435
435
|
"s\u0003s\u0003s\u0003s\u0003s\u0003s\u0003s\u0003s\u0003s\u0003s\u0003",
|
|
436
|
-
"s\u0005s\
|
|
437
|
-
"s\u0003s\u0003s\u0003s\u0003s\u0003s\u0003s\u0003s\u0003s\u0005s\
|
|
438
|
-
"\ns\u0006s\
|
|
439
|
-
"t\u0003t\u0003t\u0003t\u0003t\u0005t\
|
|
440
|
-
"t\u0003t\u0003t\u0003t\u0005t\
|
|
441
|
-
"t\u0005t\
|
|
442
|
-
"u\
|
|
443
|
-
"v\u0003v\u0003v\u0003w\u0003w\u0003w\u0003w\u0007w\
|
|
444
|
-
"w\
|
|
445
|
-
"\nx\u0003x\u0003x\u0003x\u0003x\u0005x\
|
|
446
|
-
"y\u0003y\u0003y\u0003y\u0003y\u0003y\u0005y\
|
|
436
|
+
"s\u0005s\u0d38\ns\u0003s\u0003s\u0003s\u0003s\u0005s\u0d3e\ns\u0003",
|
|
437
|
+
"s\u0003s\u0003s\u0003s\u0003s\u0003s\u0003s\u0003s\u0003s\u0005s\u0d49",
|
|
438
|
+
"\ns\u0006s\u0d4b\ns\rs\u000es\u0d4c\u0005s\u0d4f\ns\u0003t\u0003t\u0003",
|
|
439
|
+
"t\u0003t\u0003t\u0003t\u0003t\u0005t\u0d58\nt\u0003t\u0003t\u0003t\u0003",
|
|
440
|
+
"t\u0003t\u0003t\u0003t\u0005t\u0d61\nt\u0003t\u0003t\u0003t\u0003t\u0003",
|
|
441
|
+
"t\u0005t\u0d68\nt\u0003u\u0003u\u0003u\u0003u\u0003u\u0003u\u0003u\u0007",
|
|
442
|
+
"u\u0d71\nu\fu\u000eu\u0d74\u000bu\u0003v\u0003v\u0003v\u0003v\u0003",
|
|
443
|
+
"v\u0003v\u0003v\u0003w\u0003w\u0003w\u0003w\u0007w\u0d81\nw\fw\u000e",
|
|
444
|
+
"w\u0d84\u000bw\u0003x\u0003x\u0003x\u0003x\u0003x\u0003x\u0005x\u0d8c",
|
|
445
|
+
"\nx\u0003x\u0003x\u0003x\u0003x\u0005x\u0d92\nx\u0003y\u0003y\u0003",
|
|
446
|
+
"y\u0003y\u0003y\u0003y\u0003y\u0003y\u0005y\u0d9c\ny\u0003z\u0003z\u0003",
|
|
447
447
|
"z\u0003z\u0003z\u0003z\u0003z\u0003z\u0003z\u0003z\u0003z\u0003z\u0005",
|
|
448
|
-
"z\
|
|
449
|
-
"{\u0003{\u0003{\u0003{\u0005{\
|
|
448
|
+
"z\u0daa\nz\u0003{\u0003{\u0003{\u0003{\u0003{\u0003{\u0003{\u0003{\u0003",
|
|
449
|
+
"{\u0003{\u0003{\u0003{\u0005{\u0db8\n{\u0003|\u0003|\u0003|\u0005|\u0dbd",
|
|
450
450
|
"\n|\u0003|\u0003|\u0003|\u0003|\u0003|\u0003|\u0003|\u0003|\u0003|\u0007",
|
|
451
|
-
"|\
|
|
452
|
-
"|\u0003|\u0003|\u0003|\u0003|\u0005|\
|
|
453
|
-
"|\u0003|\u0005|\
|
|
451
|
+
"|\u0dc8\n|\f|\u000e|\u0dcb\u000b|\u0003|\u0003|\u0005|\u0dcf\n|\u0003",
|
|
452
|
+
"|\u0003|\u0003|\u0003|\u0003|\u0005|\u0dd6\n|\u0003|\u0003|\u0003|\u0003",
|
|
453
|
+
"|\u0003|\u0005|\u0ddd\n|\u0003|\u0003|\u0003|\u0003|\u0003|\u0005|\u0de4",
|
|
454
454
|
"\n|\u0003|\u0003|\u0003}\u0003}\u0003}\u0003}\u0003}\u0003~\u0003~\u0003",
|
|
455
455
|
"~\u0003~\u0003~\u0003\u007f\u0003\u007f\u0003\u007f\u0003\u0080\u0003",
|
|
456
456
|
"\u0080\u0003\u0080\u0003\u0080\u0003\u0080\u0003\u0080\u0003\u0080\u0005",
|
|
457
|
-
"\u0080\
|
|
457
|
+
"\u0080\u0dfc\n\u0080\u0003\u0080\u0003\u0080\u0005\u0080\u0e00\n\u0080",
|
|
458
458
|
"\u0003\u0081\u0003\u0081\u0003\u0081\u0003\u0081\u0003\u0081\u0003\u0081",
|
|
459
|
-
"\u0003\u0081\u0005\u0081\
|
|
460
|
-
"\u0081\u0005\u0081\
|
|
459
|
+
"\u0003\u0081\u0005\u0081\u0e09\n\u0081\u0003\u0081\u0003\u0081\u0003",
|
|
460
|
+
"\u0081\u0005\u0081\u0e0e\n\u0081\u0005\u0081\u0e10\n\u0081\u0003\u0082",
|
|
461
461
|
"\u0003\u0082\u0003\u0082\u0003\u0082\u0003\u0082\u0003\u0082\u0003\u0082",
|
|
462
|
-
"\u0003\u0082\u0005\u0082\
|
|
463
|
-
"\u0082\u0003\u0082\u0003\u0082\u0003\u0082\u0003\u0082\u0005\u0082\
|
|
464
|
-
"\n\u0082\u0003\u0082\u0003\u0082\u0003\u0082\u0005\u0082\
|
|
465
|
-
"\u0005\u0082\
|
|
462
|
+
"\u0003\u0082\u0005\u0082\u0e1a\n\u0082\u0003\u0082\u0003\u0082\u0003",
|
|
463
|
+
"\u0082\u0003\u0082\u0003\u0082\u0003\u0082\u0003\u0082\u0005\u0082\u0e23",
|
|
464
|
+
"\n\u0082\u0003\u0082\u0003\u0082\u0003\u0082\u0005\u0082\u0e28\n\u0082",
|
|
465
|
+
"\u0005\u0082\u0e2a\n\u0082\u0005\u0082\u0e2c\n\u0082\u0005\u0082\u0e2e",
|
|
466
466
|
"\n\u0082\u0003\u0083\u0003\u0083\u0003\u0083\u0003\u0083\u0003\u0083",
|
|
467
|
-
"\u0003\u0083\u0007\u0083\
|
|
467
|
+
"\u0003\u0083\u0007\u0083\u0e36\n\u0083\f\u0083\u000e\u0083\u0e39\u000b",
|
|
468
468
|
"\u0083\u0003\u0083\u0003\u0083\u0003\u0084\u0003\u0084\u0003\u0084\u0005",
|
|
469
|
-
"\u0084\
|
|
470
|
-
"\
|
|
471
|
-
"\u0085\
|
|
472
|
-
"\
|
|
473
|
-
"\u0086\u0003\u0086\u0003\u0086\u0003\u0087\u0003\u0087\u0005\u0087\
|
|
474
|
-
"\n\u0087\u0003\u0087\u0003\u0087\u0003\u0087\u0005\u0087\
|
|
475
|
-
"\u0005\u0087\
|
|
476
|
-
"\u0088\u0003\u0088\u0003\u0088\u0007\u0088\
|
|
477
|
-
"\u0088\
|
|
469
|
+
"\u0084\u0e40\n\u0084\u0003\u0084\u0003\u0084\u0003\u0084\u0005\u0084",
|
|
470
|
+
"\u0e45\n\u0084\u0003\u0085\u0003\u0085\u0003\u0085\u0003\u0085\u0005",
|
|
471
|
+
"\u0085\u0e4b\n\u0085\u0003\u0085\u0003\u0085\u0003\u0085\u0007\u0085",
|
|
472
|
+
"\u0e50\n\u0085\f\u0085\u000e\u0085\u0e53\u000b\u0085\u0003\u0086\u0003",
|
|
473
|
+
"\u0086\u0003\u0086\u0003\u0086\u0003\u0087\u0003\u0087\u0005\u0087\u0e5b",
|
|
474
|
+
"\n\u0087\u0003\u0087\u0003\u0087\u0003\u0087\u0005\u0087\u0e60\n\u0087",
|
|
475
|
+
"\u0005\u0087\u0e62\n\u0087\u0003\u0088\u0003\u0088\u0003\u0088\u0003",
|
|
476
|
+
"\u0088\u0003\u0088\u0003\u0088\u0007\u0088\u0e6a\n\u0088\f\u0088\u000e",
|
|
477
|
+
"\u0088\u0e6d\u000b\u0088\u0003\u0088\u0003\u0088\u0003\u0088\u0003\u0088",
|
|
478
478
|
"\u0003\u0088\u0003\u0088\u0003\u0088\u0003\u0088\u0003\u0088\u0003\u0088",
|
|
479
|
-
"\u0003\u0088\u0003\u0088\u0005\u0088\
|
|
480
|
-
"\u0088\
|
|
479
|
+
"\u0003\u0088\u0003\u0088\u0005\u0088\u0e7b\n\u0088\u0003\u0088\u0005",
|
|
480
|
+
"\u0088\u0e7e\n\u0088\u0003\u0088\u0003\u0088\u0003\u0088\u0003\u0088",
|
|
481
481
|
"\u0003\u0088\u0003\u0088\u0003\u0088\u0003\u0088\u0003\u0088\u0003\u0088",
|
|
482
|
-
"\u0003\u0088\u0005\u0088\
|
|
483
|
-
"\n\u0088\u0007\u0088\
|
|
484
|
-
"\u0005\u0088\
|
|
485
|
-
"\u0088\u0003\u0088\u0003\u0088\u0003\u0088\u0005\u0088\
|
|
482
|
+
"\u0003\u0088\u0005\u0088\u0e8b\n\u0088\u0003\u0088\u0005\u0088\u0e8e",
|
|
483
|
+
"\n\u0088\u0007\u0088\u0e90\n\u0088\f\u0088\u000e\u0088\u0e93\u000b\u0088",
|
|
484
|
+
"\u0005\u0088\u0e95\n\u0088\u0003\u0088\u0003\u0088\u0003\u0088\u0003",
|
|
485
|
+
"\u0088\u0003\u0088\u0003\u0088\u0003\u0088\u0005\u0088\u0e9e\n\u0088",
|
|
486
486
|
"\u0003\u0088\u0003\u0088\u0003\u0088\u0003\u0088\u0003\u0088\u0003\u0088",
|
|
487
|
-
"\u0003\u0088\u0005\u0088\
|
|
488
|
-
"\n\u0089\u0003\u0089\u0003\u0089\u0003\u0089\u0005\u0089\
|
|
489
|
-
"\u0003\u0089\u0003\u0089\u0003\u0089\u0005\u0089\
|
|
490
|
-
"\u0089\u0003\u0089\u0003\u008a\u0005\u008a\
|
|
487
|
+
"\u0003\u0088\u0005\u0088\u0ea7\n\u0088\u0003\u0089\u0005\u0089\u0eaa",
|
|
488
|
+
"\n\u0089\u0003\u0089\u0003\u0089\u0003\u0089\u0005\u0089\u0eaf\n\u0089",
|
|
489
|
+
"\u0003\u0089\u0003\u0089\u0003\u0089\u0005\u0089\u0eb4\n\u0089\u0003",
|
|
490
|
+
"\u0089\u0003\u0089\u0003\u008a\u0005\u008a\u0eb9\n\u008a\u0003\u008a",
|
|
491
491
|
"\u0003\u008a\u0003\u008a\u0003\u008a\u0003\u008a\u0003\u008a\u0005\u008a",
|
|
492
|
-
"\
|
|
493
|
-
"\u008b\u0003\u008b\u0003\u008b\u0003\u008b\u0003\u008b\u0007\u008b\
|
|
494
|
-
"\n\u008b\f\u008b\u000e\u008b\
|
|
492
|
+
"\u0ec1\n\u008a\u0003\u008a\u0003\u008a\u0003\u008b\u0003\u008b\u0003",
|
|
493
|
+
"\u008b\u0003\u008b\u0003\u008b\u0003\u008b\u0003\u008b\u0007\u008b\u0ecc",
|
|
494
|
+
"\n\u008b\f\u008b\u000e\u008b\u0ecf\u000b\u008b\u0003\u008b\u0003\u008b",
|
|
495
495
|
"\u0003\u008b\u0003\u008b\u0003\u008b\u0003\u008b\u0003\u008b\u0003\u008b",
|
|
496
496
|
"\u0003\u008b\u0003\u008b\u0003\u008b\u0003\u008b\u0003\u008b\u0007\u008b",
|
|
497
|
-
"\
|
|
497
|
+
"\u0ede\n\u008b\f\u008b\u000e\u008b\u0ee1\u000b\u008b\u0005\u008b\u0ee3",
|
|
498
498
|
"\n\u008b\u0003\u008b\u0003\u008b\u0003\u008b\u0003\u008b\u0003\u008b",
|
|
499
|
-
"\u0003\u008b\u0005\u008b\
|
|
500
|
-
"\u008b\u0005\u008b\
|
|
501
|
-
"\u0005\u008b\
|
|
502
|
-
"\u008b\u0003\u008b\u0005\u008b\
|
|
499
|
+
"\u0003\u008b\u0005\u008b\u0eeb\n\u008b\u0003\u008b\u0003\u008b\u0003",
|
|
500
|
+
"\u008b\u0005\u008b\u0ef0\n\u008b\u0003\u008b\u0003\u008b\u0003\u008b",
|
|
501
|
+
"\u0005\u008b\u0ef5\n\u008b\u0003\u008b\u0003\u008b\u0003\u008b\u0003",
|
|
502
|
+
"\u008b\u0003\u008b\u0005\u008b\u0efc\n\u008b\u0003\u008c\u0003\u008c",
|
|
503
503
|
"\u0003\u008c\u0003\u008c\u0003\u008c\u0003\u008c\u0003\u008c\u0003\u008c",
|
|
504
504
|
"\u0003\u008c\u0003\u008c\u0003\u008c\u0003\u008c\u0003\u008c\u0003\u008c",
|
|
505
|
-
"\u0003\u008c\u0005\u008c\
|
|
505
|
+
"\u0003\u008c\u0005\u008c\u0f0d\n\u008c\u0003\u008d\u0003\u008d\u0003",
|
|
506
506
|
"\u008e\u0003\u008e\u0003\u008e\u0002\u0002\u008f\u0002\u0004\u0006\b",
|
|
507
507
|
"\n\f\u000e\u0010\u0012\u0014\u0016\u0018\u001a\u001c\u001e \"$&(*,.",
|
|
508
508
|
"02468:<>@BDFHJLNPRTVXZ\\^`bdfhjlnprtvxz|~\u0080\u0082\u0084\u0086\u0088",
|
|
@@ -516,7 +516,7 @@ const serializedATN = ["\u0003\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786",
|
|
|
516
516
|
"((..\u0004\u0002]]ii\u0004\u0002\u0012\u0012\u0094\u0094\u0004\u0002",
|
|
517
517
|
"\n\n\u0013\u0018\u0004\u0002()99\u0003\u0002\u000b\f\u0006\u0002\u000e",
|
|
518
518
|
"\u000e((..\u0094\u0094\u0007\u000201<<bb\u008c\u008c\u0094\u0094\u0004",
|
|
519
|
-
"\u0002((\u0094\u0094\u0004\u0002__zz\u0003\u0002>\u008c\u0002\
|
|
519
|
+
"\u0002((\u0094\u0094\u0004\u0002__zz\u0003\u0002>\u008c\u0002\u10f7",
|
|
520
520
|
"\u0002\u011f\u0003\u0002\u0002\u0002\u0004\u0137\u0003\u0002\u0002\u0002",
|
|
521
521
|
"\u0006\u013b\u0003\u0002\u0002\u0002\b\u015d\u0003\u0002\u0002\u0002",
|
|
522
522
|
"\n\u0167\u0003\u0002\u0002\u0002\f\u0195\u0003\u0002\u0002\u0002\u000e",
|
|
@@ -560,31 +560,31 @@ const serializedATN = ["\u0003\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786",
|
|
|
560
560
|
"\u0002\u0002\u0002\u00ac\u0a5a\u0003\u0002\u0002\u0002\u00ae\u0a69\u0003",
|
|
561
561
|
"\u0002\u0002\u0002\u00b0\u0a6c\u0003\u0002\u0002\u0002\u00b2\u0a8d\u0003",
|
|
562
562
|
"\u0002\u0002\u0002\u00b4\u0a8f\u0003\u0002\u0002\u0002\u00b6\u0afa\u0003",
|
|
563
|
-
"\u0002\u0002\u0002\u00b8\u0b0a\u0003\u0002\u0002\u0002\u00ba\
|
|
564
|
-
"\u0002\u0002\u0002\u00bc\
|
|
565
|
-
"\u0002\u0002\u0002\u00c0\
|
|
566
|
-
"\u0002\u0002\u0002\u00c4\
|
|
567
|
-
"\u0002\u0002\u0002\u00c8\
|
|
568
|
-
"\u0002\u0002\u0002\u00cc\
|
|
569
|
-
"\u0002\u0002\u0002\u00d0\
|
|
570
|
-
"\u0002\u0002\u0002\u00d4\
|
|
571
|
-
"\u0002\u0002\u0002\u00d8\
|
|
572
|
-
"\u0002\u0002\u0002\u00dc\
|
|
573
|
-
"\u0002\u0002\u0002\u00e0\
|
|
574
|
-
"\u0002\u0002\u0002\u00e4\
|
|
575
|
-
"\u0002\u0002\u0002\u00e8\
|
|
576
|
-
"\u0002\u0002\u0002\u00ec\
|
|
577
|
-
"\u0002\u0002\u0002\u00f0\
|
|
578
|
-
"\u0002\u0002\u0002\u00f4\
|
|
579
|
-
"\u0002\u0002\u0002\u00f8\
|
|
580
|
-
"\u0002\u0002\u0002\u00fc\
|
|
581
|
-
"\u0002\u0002\u0002\u0100\
|
|
582
|
-
"\u0002\u0002\u0002\u0104\
|
|
583
|
-
"\u0002\u0002\u0002\u0108\
|
|
584
|
-
"\u0002\u0002\u0002\u010c\
|
|
585
|
-
"\u0002\u0002\u0002\u0110\
|
|
586
|
-
"\u0002\u0002\u0002\u0114\
|
|
587
|
-
"\u0002\u0002\u0002\u0118\
|
|
563
|
+
"\u0002\u0002\u0002\u00b8\u0b0a\u0003\u0002\u0002\u0002\u00ba\u0b25\u0003",
|
|
564
|
+
"\u0002\u0002\u0002\u00bc\u0b27\u0003\u0002\u0002\u0002\u00be\u0b35\u0003",
|
|
565
|
+
"\u0002\u0002\u0002\u00c0\u0b3f\u0003\u0002\u0002\u0002\u00c2\u0b6f\u0003",
|
|
566
|
+
"\u0002\u0002\u0002\u00c4\u0b7a\u0003\u0002\u0002\u0002\u00c6\u0b86\u0003",
|
|
567
|
+
"\u0002\u0002\u0002\u00c8\u0b8a\u0003\u0002\u0002\u0002\u00ca\u0baf\u0003",
|
|
568
|
+
"\u0002\u0002\u0002\u00cc\u0bbb\u0003\u0002\u0002\u0002\u00ce\u0bda\u0003",
|
|
569
|
+
"\u0002\u0002\u0002\u00d0\u0c0c\u0003\u0002\u0002\u0002\u00d2\u0c14\u0003",
|
|
570
|
+
"\u0002\u0002\u0002\u00d4\u0c2f\u0003\u0002\u0002\u0002\u00d6\u0c8c\u0003",
|
|
571
|
+
"\u0002\u0002\u0002\u00d8\u0c8e\u0003\u0002\u0002\u0002\u00da\u0cc4\u0003",
|
|
572
|
+
"\u0002\u0002\u0002\u00dc\u0cce\u0003\u0002\u0002\u0002\u00de\u0cd9\u0003",
|
|
573
|
+
"\u0002\u0002\u0002\u00e0\u0cf1\u0003\u0002\u0002\u0002\u00e2\u0d27\u0003",
|
|
574
|
+
"\u0002\u0002\u0002\u00e4\u0d37\u0003\u0002\u0002\u0002\u00e6\u0d57\u0003",
|
|
575
|
+
"\u0002\u0002\u0002\u00e8\u0d69\u0003\u0002\u0002\u0002\u00ea\u0d75\u0003",
|
|
576
|
+
"\u0002\u0002\u0002\u00ec\u0d7c\u0003\u0002\u0002\u0002\u00ee\u0d85\u0003",
|
|
577
|
+
"\u0002\u0002\u0002\u00f0\u0d9b\u0003\u0002\u0002\u0002\u00f2\u0da9\u0003",
|
|
578
|
+
"\u0002\u0002\u0002\u00f4\u0db7\u0003\u0002\u0002\u0002\u00f6\u0db9\u0003",
|
|
579
|
+
"\u0002\u0002\u0002\u00f8\u0de7\u0003\u0002\u0002\u0002\u00fa\u0dec\u0003",
|
|
580
|
+
"\u0002\u0002\u0002\u00fc\u0df1\u0003\u0002\u0002\u0002\u00fe\u0df4\u0003",
|
|
581
|
+
"\u0002\u0002\u0002\u0100\u0e01\u0003\u0002\u0002\u0002\u0102\u0e11\u0003",
|
|
582
|
+
"\u0002\u0002\u0002\u0104\u0e2f\u0003\u0002\u0002\u0002\u0106\u0e3c\u0003",
|
|
583
|
+
"\u0002\u0002\u0002\u0108\u0e46\u0003\u0002\u0002\u0002\u010a\u0e54\u0003",
|
|
584
|
+
"\u0002\u0002\u0002\u010c\u0e61\u0003\u0002\u0002\u0002\u010e\u0ea6\u0003",
|
|
585
|
+
"\u0002\u0002\u0002\u0110\u0ea9\u0003\u0002\u0002\u0002\u0112\u0eb8\u0003",
|
|
586
|
+
"\u0002\u0002\u0002\u0114\u0efb\u0003\u0002\u0002\u0002\u0116\u0f0c\u0003",
|
|
587
|
+
"\u0002\u0002\u0002\u0118\u0f0e\u0003\u0002\u0002\u0002\u011a\u0f10\u0003",
|
|
588
588
|
"\u0002\u0002\u0002\u011c\u011e\u0005\u0006\u0004\u0002\u011d\u011c\u0003",
|
|
589
589
|
"\u0002\u0002\u0002\u011e\u0121\u0003\u0002\u0002\u0002\u011f\u011d\u0003",
|
|
590
590
|
"\u0002\u0002\u0002\u011f\u0120\u0003\u0002\u0002\u0002\u0120\u0132\u0003",
|
|
@@ -2033,612 +2033,612 @@ const serializedATN = ["\u0003\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786",
|
|
|
2033
2033
|
"\u0002\u0002\u0b15\u0b16\u0003\u0002\u0002\u0002\u0b16\u0b17\u0003\u0002",
|
|
2034
2034
|
"\u0002\u0002\u0b17\u0b18\u0007\u0006\u0002\u0002\u0b18\u0b19\b]\u0001",
|
|
2035
2035
|
"\u0002\u0b19\u00b9\u0003\u0002\u0002\u0002\u0b1a\u0b1b\u0007\u000e\u0002",
|
|
2036
|
-
"\u0002\u0b1b\
|
|
2036
|
+
"\u0002\u0b1b\u0b26\b^\u0001\u0002\u0b1c\u0b20\b^\u0001\u0002\u0b1d\u0b1f",
|
|
2037
2037
|
"\u0005\u0102\u0082\u0002\u0b1e\u0b1d\u0003\u0002\u0002\u0002\u0b1f\u0b22",
|
|
2038
2038
|
"\u0003\u0002\u0002\u0002\u0b20\u0b1e\u0003\u0002\u0002\u0002\u0b20\u0b21",
|
|
2039
2039
|
"\u0003\u0002\u0002\u0002\u0b21\u0b23\u0003\u0002\u0002\u0002\u0b22\u0b20",
|
|
2040
|
-
"\u0003\u0002\u0002\u0002\u0b23\
|
|
2041
|
-
"\
|
|
2042
|
-
"\
|
|
2043
|
-
"\
|
|
2044
|
-
"
|
|
2045
|
-
"\
|
|
2046
|
-
"\
|
|
2047
|
-
"\
|
|
2048
|
-
"\
|
|
2049
|
-
"\
|
|
2050
|
-
"\b`\u0001\u0002\
|
|
2051
|
-
"\
|
|
2052
|
-
"\
|
|
2053
|
-
"\
|
|
2054
|
-
"\u00bf\u0003\u0002\u0002\u0002\
|
|
2055
|
-
"\
|
|
2056
|
-
"\u0001\u0002\
|
|
2057
|
-
"\
|
|
2058
|
-
"\
|
|
2059
|
-
"\
|
|
2060
|
-
"\
|
|
2061
|
-
"\u0003\u0002\u0002\u0002\
|
|
2062
|
-
"\u0007h\u0002\u0002\
|
|
2063
|
-
"\u0002\
|
|
2064
|
-
"\u0002\
|
|
2065
|
-
"\u0002\
|
|
2066
|
-
"\
|
|
2067
|
-
"\u0003\u0002\u0002\u0002\
|
|
2068
|
-
"\u0003\u0002\u0002\u0002\
|
|
2069
|
-
"\u0003\u0002\u0002\u0002\
|
|
2070
|
-
"\u0003\u0002\u0002\u0002\
|
|
2071
|
-
"\bb\u0001\u0002\
|
|
2072
|
-
"\u0002\u0b5e\
|
|
2073
|
-
"\u0002\
|
|
2074
|
-
"\u0002\u0b61\
|
|
2075
|
-
"\u0002\
|
|
2076
|
-
"\u0002\
|
|
2077
|
-
"\
|
|
2078
|
-
"\u0b68\u0003\u0002\u0002\u0002\
|
|
2079
|
-
"\
|
|
2080
|
-
"\u0b6b\u0003\u0002\u0002\u0002\
|
|
2081
|
-
"\u0b6d\u0007h\u0002\u0002\
|
|
2082
|
-
"\u0002\u0002\u0002\
|
|
2083
|
-
"\u0002\u0002\u0002\
|
|
2084
|
-
"\u0002\u0002\u0002\
|
|
2085
|
-
"
|
|
2086
|
-
"
|
|
2087
|
-
"\u0002\u0002\u0002\
|
|
2088
|
-
"
|
|
2089
|
-
"\
|
|
2090
|
-
"\
|
|
2091
|
-
"\
|
|
2092
|
-
"\
|
|
2093
|
-
"\u0b7f\u0003\u0002\u0002\u0002\
|
|
2094
|
-
"\
|
|
2095
|
-
"\u0001\u0002\
|
|
2096
|
-
"\u0002\u0002\
|
|
2097
|
-
"
|
|
2098
|
-
"\
|
|
2099
|
-
"\
|
|
2100
|
-
"\
|
|
2101
|
-
"\
|
|
2102
|
-
"\u0007A\u0002\u0002\
|
|
2103
|
-
"\u0002\u0002\
|
|
2104
|
-
"\u0002\u0002\
|
|
2105
|
-
"\
|
|
2106
|
-
"\
|
|
2107
|
-
"\
|
|
2108
|
-
"\
|
|
2109
|
-
"\u0b9d\u0005\u00d2j\u0002\
|
|
2110
|
-
"\u0007\u0002\u0002\
|
|
2111
|
-
"
|
|
2112
|
-
"\
|
|
2113
|
-
"\
|
|
2114
|
-
"\
|
|
2115
|
-
"\bf\u0001\u0002\
|
|
2116
|
-
"\u0002\
|
|
2117
|
-
"\
|
|
2118
|
-
"\
|
|
2119
|
-
"\u0bb1\u0005\u00ceh\u0002\
|
|
2120
|
-
"\u0002\u0002\u0002\
|
|
2121
|
-
"\u00d4k\u0002\u0bb5\
|
|
2122
|
-
"\u0002\u0002\u0002\
|
|
2123
|
-
"\u00d0i\u0002\u0bb8\
|
|
2124
|
-
"\u0002\u0002\u0002\
|
|
2125
|
-
"\u0002\u0002\u0002\
|
|
2126
|
-
"\u0002\u0002\u0002\
|
|
2127
|
-
"\
|
|
2128
|
-
"\
|
|
2129
|
-
"\
|
|
2130
|
-
"\u0092J\u0002\
|
|
2131
|
-
"\
|
|
2132
|
-
"\
|
|
2133
|
-
"\
|
|
2134
|
-
"\
|
|
2135
|
-
"\
|
|
2136
|
-
"\
|
|
2137
|
-
"\
|
|
2138
|
-
"\
|
|
2139
|
-
"\
|
|
2140
|
-
"\
|
|
2141
|
-
"\
|
|
2142
|
-
"\
|
|
2143
|
-
"\
|
|
2144
|
-
"\
|
|
2145
|
-
"\u0002\u0bdf\
|
|
2146
|
-
"\
|
|
2147
|
-
"\
|
|
2148
|
-
"\
|
|
2149
|
-
"\
|
|
2150
|
-
"\u0002\
|
|
2151
|
-
"\u0002\
|
|
2152
|
-
"\u0bec\
|
|
2153
|
-
"\
|
|
2154
|
-
"\u0003\u0002\u0002\u0002\u0bf0\
|
|
2155
|
-
"\
|
|
2156
|
-
"\u0002\u0bf4\
|
|
2157
|
-
"\
|
|
2158
|
-
"\
|
|
2159
|
-
"\
|
|
2160
|
-
"\
|
|
2161
|
-
"\
|
|
2162
|
-
"\bi\u0001\u0002\
|
|
2163
|
-
"\
|
|
2164
|
-
"\
|
|
2165
|
-
"\
|
|
2166
|
-
"\
|
|
2167
|
-
"\
|
|
2168
|
-
"\
|
|
2169
|
-
"\
|
|
2170
|
-
"\u0c0e\u0005\u00d6l\u0002\
|
|
2171
|
-
"\u0002\u0002\u0002\
|
|
2172
|
-
"\
|
|
2173
|
-
"\
|
|
2174
|
-
"\
|
|
2175
|
-
"\
|
|
2176
|
-
"\
|
|
2177
|
-
"\
|
|
2178
|
-
"\
|
|
2179
|
-
"\f\u0002\u0002\
|
|
2180
|
-
"\
|
|
2181
|
-
"\
|
|
2182
|
-
"\
|
|
2183
|
-
"\
|
|
2184
|
-
"\
|
|
2185
|
-
"\u0c28\bk\u0001\u0002\
|
|
2186
|
-
"\
|
|
2187
|
-
"\u0002\u0002\
|
|
2188
|
-
"\
|
|
2189
|
-
"\u0002\u0002\
|
|
2190
|
-
"\u0002\u0002\
|
|
2191
|
-
"\u0002\u0002\
|
|
2192
|
-
"\
|
|
2193
|
-
"\u0003\u0002\u0002\u0002\
|
|
2194
|
-
"\bl\u0001\u0002\
|
|
2195
|
-
"\u0002\u0002\u0002\
|
|
2196
|
-
"\u0002\u0002\u0002\
|
|
2197
|
-
"
|
|
2198
|
-
"\u00dan\u0002\
|
|
2199
|
-
"\u0002\
|
|
2200
|
-
"\u0c45\u0005\u00d2j\u0002\
|
|
2201
|
-
":\u0002\u0002\
|
|
2202
|
-
"\
|
|
2203
|
-
"\u0c4c\bl\u0001\u0002\
|
|
2204
|
-
"\u0001\u0002\
|
|
2205
|
-
"\u0002\u0002\
|
|
2206
|
-
"\u0002\u0002\
|
|
2207
|
-
"\u0002\u0002\
|
|
2208
|
-
"\
|
|
2209
|
-
"\u0007\u0083\u0002\u0002\
|
|
2210
|
-
"\
|
|
2211
|
-
"\
|
|
2212
|
-
"\
|
|
2213
|
-
"\
|
|
2214
|
-
"\
|
|
2215
|
-
"\u0002\
|
|
2216
|
-
"\
|
|
2217
|
-
"\u0002\
|
|
2218
|
-
"\u0002\
|
|
2219
|
-
"
|
|
2220
|
-
"\
|
|
2221
|
-
"\u0c6f\
|
|
2222
|
-
"\u0001\u0002\u0c71\
|
|
2223
|
-
"
|
|
2224
|
-
"\
|
|
2225
|
-
"\
|
|
2226
|
-
"
|
|
2227
|
-
"\
|
|
2228
|
-
"\
|
|
2229
|
-
"\
|
|
2230
|
-
"\bl\u0001\u0002\u0c82\
|
|
2231
|
-
"\u0002\u0c84\
|
|
2232
|
-
"\
|
|
2233
|
-
"\
|
|
2234
|
-
"\
|
|
2235
|
-
"\
|
|
2236
|
-
"\
|
|
2237
|
-
"\
|
|
2238
|
-
"\
|
|
2239
|
-
"\
|
|
2240
|
-
"\
|
|
2241
|
-
"\
|
|
2242
|
-
"\
|
|
2243
|
-
"\u0002\
|
|
2244
|
-
"\
|
|
2245
|
-
"\u0002\
|
|
2246
|
-
"
|
|
2247
|
-
"\
|
|
2248
|
-
"\
|
|
2249
|
-
"\
|
|
2250
|
-
"\
|
|
2251
|
-
"\
|
|
2252
|
-
"\
|
|
2253
|
-
"\u0001\u0002\
|
|
2254
|
-
"
|
|
2255
|
-
"\u0002\u0002\
|
|
2256
|
-
"
|
|
2257
|
-
"\u0002\u0002\
|
|
2258
|
-
"
|
|
2259
|
-
"\u0002\u0002\
|
|
2260
|
-
"\u0002\
|
|
2261
|
-
"\
|
|
2262
|
-
"\u0003\u0002\u0002\u0002\
|
|
2263
|
-
"\u0003\u0002\u0002\u0002\
|
|
2264
|
-
"\u0003\u0002\u0002\u0002\
|
|
2265
|
-
"\u0003\u0002\u0002\u0002\
|
|
2266
|
-
"\u0003\u0002\u0002\u0002\
|
|
2267
|
-
"\u0003\u0002\u0002\u0002\
|
|
2268
|
-
"\
|
|
2269
|
-
"\u0007\t\u0002\u0002\
|
|
2270
|
-
"\u0002\u0002\
|
|
2271
|
-
"\
|
|
2272
|
-
"\
|
|
2273
|
-
"\bn\u0001\u0002\
|
|
2274
|
-
"\u0002\
|
|
2275
|
-
"\u0002\
|
|
2276
|
-
"\
|
|
2277
|
-
"\
|
|
2278
|
-
"\
|
|
2279
|
-
"\
|
|
2280
|
-
"\
|
|
2281
|
-
"\
|
|
2282
|
-
"\
|
|
2283
|
-
"\u0002\
|
|
2284
|
-
"\
|
|
2285
|
-
"\u0002\
|
|
2286
|
-
"\u0002\
|
|
2287
|
-
"\u011a\u008e\u0002\
|
|
2288
|
-
"
|
|
2289
|
-
"\
|
|
2290
|
-
"\
|
|
2291
|
-
"\
|
|
2292
|
-
"\
|
|
2293
|
-
"\
|
|
2294
|
-
"\
|
|
2295
|
-
"\
|
|
2296
|
-
"\
|
|
2297
|
-
"\
|
|
2298
|
-
"\
|
|
2299
|
-
"\
|
|
2300
|
-
"\
|
|
2301
|
-
"
|
|
2302
|
-
"\
|
|
2303
|
-
"\
|
|
2304
|
-
"\
|
|
2305
|
-
"\
|
|
2306
|
-
"\
|
|
2307
|
-
"\u0002\
|
|
2308
|
-
"\
|
|
2309
|
-
"\
|
|
2310
|
-
"\
|
|
2311
|
-
"\
|
|
2312
|
-
"\
|
|
2313
|
-
"\
|
|
2314
|
-
"\u0d15\bq\u0001\u0002\
|
|
2315
|
-
"\u0002\u0002\u0002\
|
|
2316
|
-
"\u0002\u0002\u0002\
|
|
2317
|
-
"\u0002\u0002\u0002\
|
|
2318
|
-
"\
|
|
2319
|
-
"\
|
|
2320
|
-
"\
|
|
2321
|
-
"\
|
|
2322
|
-
"\
|
|
2323
|
-
"\
|
|
2324
|
-
"\
|
|
2325
|
-
"\u0d27\u0005\u00d2j\u0002\
|
|
2326
|
-
"\u0002\u0002\u0002\
|
|
2327
|
-
"\u0002\
|
|
2328
|
-
"\u0002\
|
|
2329
|
-
"\
|
|
2330
|
-
"\bs\u0001\u0002\
|
|
2331
|
-
"\
|
|
2332
|
-
"\
|
|
2333
|
-
"\
|
|
2334
|
-
"\
|
|
2335
|
-
"\
|
|
2336
|
-
"\u0002\
|
|
2337
|
-
"\u0002\
|
|
2338
|
-
"\u0002\u0d3f\
|
|
2339
|
-
"\
|
|
2340
|
-
"\
|
|
2341
|
-
"\u0002\u0d46\
|
|
2342
|
-
"\
|
|
2343
|
-
"\
|
|
2344
|
-
"\
|
|
2345
|
-
"\
|
|
2346
|
-
"\
|
|
2347
|
-
"\
|
|
2348
|
-
"\
|
|
2349
|
-
"\
|
|
2350
|
-
"\
|
|
2351
|
-
"\
|
|
2352
|
-
"\
|
|
2353
|
-
"\u0d5b\
|
|
2354
|
-
"\
|
|
2355
|
-
"\
|
|
2356
|
-
"\
|
|
2357
|
-
"\
|
|
2358
|
-
"\u0d65\
|
|
2359
|
-
"\
|
|
2360
|
-
"\
|
|
2361
|
-
"\
|
|
2362
|
-
"\u0002\u0d6c\u0d6d\
|
|
2363
|
-
"\
|
|
2364
|
-
"\
|
|
2365
|
-
"\
|
|
2366
|
-
"\
|
|
2367
|
-
"\
|
|
2368
|
-
"\
|
|
2369
|
-
"\
|
|
2370
|
-
"\
|
|
2371
|
-
"\
|
|
2372
|
-
"\
|
|
2373
|
-
"\u0d82\u0003\u0002\u0002\u0002\
|
|
2374
|
-
"\
|
|
2375
|
-
"\
|
|
2376
|
-
"\u0001\u0002\
|
|
2377
|
-
"\
|
|
2378
|
-
"\
|
|
2379
|
-
"\
|
|
2380
|
-
"\t\u0005\u0002\u0002\
|
|
2381
|
-
"\u0002\u0002\
|
|
2382
|
-
"\u0002\u0002\
|
|
2383
|
-
"\u0002\
|
|
2384
|
-
"\u0d97\u0007A\u0002\u0002\
|
|
2385
|
-
"\u00f2z\u0002\
|
|
2386
|
-
"\u0002\u0002\u0002\
|
|
2387
|
-
"\u0002\u0002\u0002\
|
|
2388
|
-
"
|
|
2389
|
-
"\
|
|
2390
|
-
"\t\r\u0002\u0002\
|
|
2391
|
-
"\u0002\
|
|
2392
|
-
"\
|
|
2393
|
-
"\
|
|
2394
|
-
"\u00f3\u0003\u0002\u0002\u0002\
|
|
2395
|
-
"\u0dac\b{\u0001\u0002\
|
|
2396
|
-
"\u0001\u0002\
|
|
2397
|
-
"\
|
|
2398
|
-
"\u0007M\u0002\u0002\
|
|
2399
|
-
"\u0002\u0002\
|
|
2400
|
-
"\u0002\
|
|
2401
|
-
"\u0002\
|
|
2402
|
-
"\
|
|
2403
|
-
"\
|
|
2404
|
-
"\u0dbd\u0003\u0002\u0002\u0002\
|
|
2405
|
-
"\u0dbf\u0007b\u0002\u0002\
|
|
2406
|
-
"\u0005\u00d2j\u0002\
|
|
2407
|
-
"\u0002\u0002\
|
|
2408
|
-
"\
|
|
2409
|
-
"\
|
|
2410
|
-
"\
|
|
2411
|
-
"\
|
|
2412
|
-
"\
|
|
2413
|
-
"\u0dce\u0003\u0002\u0002\u0002\
|
|
2414
|
-
"\u0dd0\u0007c\u0002\u0002\
|
|
2415
|
-
"\b|\u0001\u0002\
|
|
2416
|
-
"\u0002\
|
|
2417
|
-
"\u0002\
|
|
2418
|
-
"\
|
|
2419
|
-
"\b|\u0001\u0002\
|
|
2420
|
-
"\u0002\u0002\u0002\
|
|
2421
|
-
"\u0002\u0002\u0002\
|
|
2422
|
-
"`\u0002\
|
|
2423
|
-
"\
|
|
2424
|
-
"\u0de3\u0003\u0002\u0002\u0002\
|
|
2425
|
-
"\u0de5\u0007\u0010\u0002\u0002\
|
|
2426
|
-
"\u0de7\b}\u0001\u0002\
|
|
2427
|
-
"\u0001\u0002\
|
|
2428
|
-
"\u0002\u0002\
|
|
2429
|
-
"\u0002\
|
|
2430
|
-
"\u00fb\u0003\u0002\u0002\u0002\
|
|
2431
|
-
"\u0df2\u0007;\u0002\u0002\
|
|
2432
|
-
"\u0df4\u0007\u001c\u0002\u0002\
|
|
2433
|
-
"\
|
|
2434
|
-
"\
|
|
2435
|
-
"\
|
|
2436
|
-
"\u0dfb\u0003\u0002\u0002\u0002\
|
|
2437
|
-
"\u0dfd\b\u0080\u0001\u0002\
|
|
2438
|
-
"\
|
|
2439
|
-
"\u00ff\u0003\u0002\u0002\u0002\
|
|
2440
|
-
"\
|
|
2441
|
-
"\u0e04\b\u0081\u0001\u0002\
|
|
2442
|
-
"\u0e06\u0007\u001d\u0002\u0002\
|
|
2443
|
-
"\
|
|
2444
|
-
"\
|
|
2445
|
-
"\u0e0b\b\u0081\u0001\u0002\
|
|
2446
|
-
"\
|
|
2447
|
-
"\
|
|
2448
|
-
"\
|
|
2449
|
-
"\u0e11\u0007\u001c\u0002\u0002\
|
|
2450
|
-
"\
|
|
2451
|
-
"\u0e15\u0005\u0108\u0085\u0002\
|
|
2452
|
-
"\u0e17\u0007\u0092\u0002\u0002\
|
|
2453
|
-
"\
|
|
2454
|
-
"\u0e1a\u0003\u0002\u0002\u0002\
|
|
2455
|
-
"\u0e1c\u0007\u0093\u0002\u0002\
|
|
2456
|
-
"\
|
|
2457
|
-
"\
|
|
2458
|
-
"\
|
|
2459
|
-
"\u0e23\u0003\u0002\u0002\u0002\
|
|
2460
|
-
"\u0e25\u0007\u0092\u0002\u0002\
|
|
2461
|
-
"\
|
|
2462
|
-
"\
|
|
2463
|
-
"\
|
|
2464
|
-
"\
|
|
2465
|
-
"\
|
|
2466
|
-
"\
|
|
2467
|
-
"\u0e2f\u0007\b\u0002\u0002\
|
|
2468
|
-
"\u0005\u0106\u0084\u0002\
|
|
2469
|
-
"\b\u0083\u0001\u0002\
|
|
2470
|
-
"\u0003\u0002\u0002\u0002\
|
|
2471
|
-
"\u0003\u0002\u0002\u0002\
|
|
2472
|
-
"\u0003\u0002\u0002\u0002\
|
|
2473
|
-
"\u0007\t\u0002\u0002\
|
|
2474
|
-
"\u0005\u0108\u0085\u0002\
|
|
2475
|
-
"\u0005\u010a\u0086\u0002\
|
|
2476
|
-
"\u0003\u0002\u0002\u0002\
|
|
2477
|
-
"\u0007\u0007\u0002\u0002\
|
|
2478
|
-
"\u0005\u010c\u0087\u0002\
|
|
2479
|
-
"\u0003\u0002\u0002\u0002\
|
|
2480
|
-
"\u0005\u011a\u008e\u0002\
|
|
2481
|
-
"\u0007\u0011\u0002\u0002\
|
|
2482
|
-
"\u0003\u0002\u0002\u0002\
|
|
2483
|
-
"\u0003\u0002\u0002\u0002\
|
|
2484
|
-
"\b\u0085\u0001\u0002\
|
|
2485
|
-
"\u0003\u0002\u0002\u0002\
|
|
2486
|
-
"\u0003\u0002\u0002\u0002\
|
|
2487
|
-
"\u0003\u0002\u0002\u0002\
|
|
2488
|
-
"\b\u0086\u0001\u0002\
|
|
2489
|
-
"\u0001\u0002\
|
|
2490
|
-
"\u0088\u0002\
|
|
2491
|
-
"\u0002\u0002\
|
|
2492
|
-
"\u0002\u0002\
|
|
2493
|
-
"\u0002\u0002\
|
|
2494
|
-
"\u0002\u0002\
|
|
2495
|
-
"\u0002\u0002\
|
|
2496
|
-
"\u0002\u0002\
|
|
2497
|
-
"\u0002\u0002\
|
|
2498
|
-
"\u0089\u0002\
|
|
2499
|
-
"\u0001\u0002\
|
|
2500
|
-
"\u0002\u0002\
|
|
2501
|
-
"\u0002\u0002\
|
|
2502
|
-
"\u0002\u0002\
|
|
2503
|
-
"\u0002\u0002\
|
|
2504
|
-
"\u0002\u0002\
|
|
2505
|
-
"\u0002\
|
|
2506
|
-
"\u0002\
|
|
2507
|
-
"\u0002\
|
|
2508
|
-
"\u0002\
|
|
2509
|
-
"\u0002\
|
|
2510
|
-
"\u0002\
|
|
2511
|
-
"\u0002\
|
|
2512
|
-
"\u0002\
|
|
2513
|
-
"\u0002\
|
|
2514
|
-
"\u0002\
|
|
2515
|
-
"\u0002\
|
|
2516
|
-
"\u0002\
|
|
2517
|
-
"\u0002\
|
|
2518
|
-
"\u0002\
|
|
2519
|
-
"\u0002\
|
|
2520
|
-
"\u0002\
|
|
2521
|
-
"\u0002\
|
|
2522
|
-
"\u0002\
|
|
2523
|
-
"\u0002\
|
|
2524
|
-
"\u0002\
|
|
2525
|
-
"\u0002\
|
|
2526
|
-
"\u0002\
|
|
2527
|
-
"\u0002\
|
|
2528
|
-
"\u0002\
|
|
2529
|
-
"\u0002\
|
|
2530
|
-
"\u0002\
|
|
2531
|
-
"\u0002\
|
|
2532
|
-
"\
|
|
2533
|
-
"\u0ea4\u0007\t\u0002\u0002\
|
|
2534
|
-
"\
|
|
2535
|
-
"\
|
|
2536
|
-
"\
|
|
2537
|
-
"\
|
|
2538
|
-
"\u0ea9\u0003\u0002\u0002\u0002\
|
|
2539
|
-
"\
|
|
2540
|
-
"\
|
|
2541
|
-
"\u0eae\u0003\u0002\u0002\u0002\
|
|
2542
|
-
"\u0eb0\u0007\u0007\u0002\u0002\
|
|
2543
|
-
"\
|
|
2544
|
-
"\u0eb3\u0003\u0002\u0002\u0002\
|
|
2545
|
-
"\u0eb5\b\u0089\u0001\u0002\
|
|
2546
|
-
"\
|
|
2547
|
-
"\u0eb8\u0003\u0002\u0002\u0002\
|
|
2548
|
-
"\
|
|
2549
|
-
"\u0ebc\b\u008a\u0001\u0002\
|
|
2550
|
-
"\u0ebe\b\u008a\u0001\u0002\
|
|
2551
|
-
"\
|
|
2552
|
-
"\u0ec1\u0003\u0002\u0002\u0002\
|
|
2553
|
-
"\u0113\u0003\u0002\u0002\u0002\
|
|
2554
|
-
"\u0ec5\b\u008b\u0001\u0002\
|
|
2555
|
-
"\u0005\u0112\u008a\u0002\
|
|
2556
|
-
"\b\u008b\u0001\u0002\
|
|
2557
|
-
"\u0003\u0002\u0002\u0002\
|
|
2558
|
-
"\u0003\u0002\u0002\u0002\
|
|
2559
|
-
"\u0003\u0002\u0002\u0002\
|
|
2560
|
-
"\u0007\u0006\u0002\u0002\
|
|
2561
|
-
"\u0007\r\u0002\u0002\
|
|
2562
|
-
"\u0001\u0002\
|
|
2563
|
-
"\u0001\u0002\
|
|
2564
|
-
"\u0001\u0002\
|
|
2565
|
-
"\u008b\u0002\
|
|
2566
|
-
"\u0002\u0002\
|
|
2567
|
-
"\u0002\u0002\
|
|
2568
|
-
"\u0002\u0002\
|
|
2569
|
-
"\u0002\u0002\
|
|
2570
|
-
"\u0002\u0002\
|
|
2571
|
-
"\u0002\u0002\
|
|
2572
|
-
"\u0001\u0002\
|
|
2573
|
-
"\u0002\u0002\
|
|
2574
|
-
"\u0002\u0002\u0ee9\
|
|
2575
|
-
"\u0002\u0002\
|
|
2576
|
-
"\u0002\
|
|
2577
|
-
"\u0002\
|
|
2578
|
-
"\u0002\
|
|
2579
|
-
"\u0002\
|
|
2580
|
-
"\u0002\
|
|
2581
|
-
"\u0002\
|
|
2582
|
-
"\
|
|
2583
|
-
"\
|
|
2584
|
-
"\
|
|
2585
|
-
"\
|
|
2586
|
-
"\
|
|
2587
|
-
"\u0efd\u0007\u001d\u0002\u0002\
|
|
2588
|
-
"\u0eff\u0005\u011a\u008e\u0002\
|
|
2589
|
-
"\
|
|
2590
|
-
"\
|
|
2591
|
-
"\b\u008c\u0001\u0002\
|
|
2592
|
-
"\u0001\u0002\
|
|
2593
|
-
"\u0002\
|
|
2594
|
-
"\
|
|
2595
|
-
"\
|
|
2596
|
-
"\
|
|
2597
|
-
"\
|
|
2598
|
-
"\
|
|
2599
|
-
"\
|
|
2600
|
-
"\u0132\u0144\u014f\u0157\u0159\u0165\u016b\u016f\u017a\u0184\u0189
|
|
2601
|
-
"\u0195\u019a\u019e\u01a6\u01b2\u01b8\u01c1\u01c7\u01cf\u01de\u01e8
|
|
2602
|
-
"\u01f5\u01f7\u01ff\u020b\u0210\u0217\u021f\u0223\u022c\u022f\u0236
|
|
2603
|
-
"\u0246\u024a\u0255\u025a\u025e\u0269\u026e\u0273\u0275\u027a\u027d
|
|
2604
|
-
"\u028e\u0292\u0295\u0298\u029c\u02a3\u02ae\u02b3\u02bb\u02c6\u02cb
|
|
2605
|
-
"\u02d9\u02dd\u02e3\u02ec\u02f1\u02f9\u02ff\u0309\u0311\u0317\u031e
|
|
2606
|
-
"\u0334\u033c\u0346\u034a\u0350\u0353\u035b\u0363\u0367\u036c\u0371
|
|
2607
|
-
"\u0380\u0387\u038e\u0394\u0398\u03b3\u03ba\u03be\u03c2\u03c5\u03cb
|
|
2608
|
-
"\u03db\u03dd\u03df\u03eb\u03f4\u03f7\u0401\u040a\u0410\u0418\u041b
|
|
2609
|
-
"\u042e\u0434\u043c\u043f\u0443\u0449\u044d\u0451\u0455\u0457\u046c
|
|
2610
|
-
"\u0481\u048e\u0499\u04a2\u04b0\u04b3\u04bd\u04c2\u04c6\u04c8\u04d0
|
|
2611
|
-
"\u04dc\u04e4\u04ea\u04f0\u04fb\u0503\u0507\u050d\u0511\u0515\u051c
|
|
2612
|
-
"\u052c\u0534\u0539\u0541\u0547\u0552\u0555\u055f\u0564\u056c\u0571
|
|
2613
|
-
"\u0581\u0589\u0596\u0599\u059d\u059f\u05a7\u05af\u05bc\u05c9\u05cf
|
|
2614
|
-
"\u05d8\u05e0\u05e7\u05ef\u05f5\u05fa\u0606\u060c\u0613\u0618\u061e
|
|
2615
|
-
"\u0632\u063a\u0643\u0647\u0649\u0651\u065d\u0668\u0670\u0678\u0680
|
|
2616
|
-
"\u068e\u0699\u06a0\u06a4\u06ac\u06b4\u06bc\u06c2\u06ca\u06d3\u06db
|
|
2617
|
-
"\u06e7\u06ef\u06f5\u06f7\u06fb\u0703\u0709\u070b\u070d\u0714\u071d
|
|
2618
|
-
"\u0728\u0733\u073a\u0741\u0745\u0748\u074e\u0758\u075e\u0760\u0764
|
|
2619
|
-
"\u076e\u0777\u077d\u0788\u078f\u0798\u079e\u07a2\u07ac\u07b4\u07b6
|
|
2620
|
-
"\u07ba\u07c1\u07cc\u07d7\u07db\u07df\u07e7\u07ed\u07ef\u07f3\u07fb
|
|
2621
|
-
"\u0803\u0805\u0809\u080f\u0813\u081f\u0822\u0827\u082e\u0838\u083b
|
|
2622
|
-
"\u0847\u084d\u0860\u086c\u086e\u0870\u087f\u0881\u0883\u088b\u0890
|
|
2623
|
-
"\u089d\u08a9\u08b2\u08c0\u08c4\u08cd\u08d0\u08dc\u08ea\u08ef\u08fa
|
|
2624
|
-
"\u0904\u0907\u090d\u0919\u091c\u0922\u0927\u092c\u0933\u0937\u093b
|
|
2625
|
-
"\u0943\u0945\u094c\u0951\u0956\u095d\u0962\u096c\u0978\u097e\u0982
|
|
2626
|
-
"\u0988\u098c\u0995\u099b\u09a1\u09ad\u09b0\u09b6\u09c1\u09c3\u09ca
|
|
2627
|
-
"\u09db\u09e3\u09eb\u09f4\u09fe\u0a05\u0a0c\u0a0e\u0a1b\u0a24\u0a2a
|
|
2628
|
-
"\u0a39\u0a40\u0a44\u0a54\u0a63\u0a73\u0a76\u0a80\u0a86\u0a8a\u0a8d
|
|
2629
|
-
"\u0aa0\u0aa8\u0aac\u0aae\u0ab2\u0ab8\u0abe\u0acb\u0ace\u0ad5\u0adf
|
|
2630
|
-
"\u0af0\u0af6\u0af8\u0b02\u0b05\u0b12\u0b15\u0b20\
|
|
2631
|
-
"\
|
|
2632
|
-
"\
|
|
2633
|
-
"\
|
|
2634
|
-
"\
|
|
2635
|
-
"\
|
|
2636
|
-
"\
|
|
2637
|
-
"\
|
|
2638
|
-
"\
|
|
2639
|
-
"\
|
|
2640
|
-
"\
|
|
2641
|
-
"\
|
|
2040
|
+
"\u0003\u0002\u0002\u0002\u0b23\u0b24\b^\u0001\u0002\u0b24\u0b26\u0005",
|
|
2041
|
+
"\u00b4[\u0002\u0b25\u0b1a\u0003\u0002\u0002\u0002\u0b25\u0b1c\u0003",
|
|
2042
|
+
"\u0002\u0002\u0002\u0b26\u00bb\u0003\u0002\u0002\u0002\u0b27\u0b28\u0007",
|
|
2043
|
+
"v\u0002\u0002\u0b28\u0b29\u0007+\u0002\u0002\u0b29\u0b2a\b_\u0001\u0002",
|
|
2044
|
+
"\u0b2a\u0b2b\u0005\u00c0a\u0002\u0b2b\u0b32\b_\u0001\u0002\u0b2c\u0b2d",
|
|
2045
|
+
"\u0007\u0005\u0002\u0002\u0b2d\u0b2e\u0005\u00c0a\u0002\u0b2e\u0b2f",
|
|
2046
|
+
"\b_\u0001\u0002\u0b2f\u0b31\u0003\u0002\u0002\u0002\u0b30\u0b2c\u0003",
|
|
2047
|
+
"\u0002\u0002\u0002\u0b31\u0b34\u0003\u0002\u0002\u0002\u0b32\u0b30\u0003",
|
|
2048
|
+
"\u0002\u0002\u0002\u0b32\u0b33\u0003\u0002\u0002\u0002\u0b33\u00bd\u0003",
|
|
2049
|
+
"\u0002\u0002\u0002\u0b34\u0b32\u0003\u0002\u0002\u0002\u0b35\u0b36\u0007",
|
|
2050
|
+
"l\u0002\u0002\u0b36\u0b37\b`\u0001\u0002\u0b37\u0b38\u0005\u00d2j\u0002",
|
|
2051
|
+
"\u0b38\u0b3d\b`\u0001\u0002\u0b39\u0b3a\u0007s\u0002\u0002\u0b3a\u0b3b",
|
|
2052
|
+
"\u0005\u00d2j\u0002\u0b3b\u0b3c\b`\u0001\u0002\u0b3c\u0b3e\u0003\u0002",
|
|
2053
|
+
"\u0002\u0002\u0b3d\u0b39\u0003\u0002\u0002\u0002\u0b3d\u0b3e\u0003\u0002",
|
|
2054
|
+
"\u0002\u0002\u0b3e\u00bf\u0003\u0002\u0002\u0002\u0b3f\u0b40\u0005\u00d2",
|
|
2055
|
+
"j\u0002\u0b40\u0b45\ba\u0001\u0002\u0b41\u0b42\u0007E\u0002\u0002\u0b42",
|
|
2056
|
+
"\u0b46\ba\u0001\u0002\u0b43\u0b44\u0007Q\u0002\u0002\u0b44\u0b46\ba",
|
|
2057
|
+
"\u0001\u0002\u0b45\u0b41\u0003\u0002\u0002\u0002\u0b45\u0b43\u0003\u0002",
|
|
2058
|
+
"\u0002\u0002\u0b45\u0b46\u0003\u0002\u0002\u0002\u0b46\u0b4a\u0003\u0002",
|
|
2059
|
+
"\u0002\u0002\u0b47\u0b48\u0007r\u0002\u0002\u0b48\u0b49\t\u0005\u0002",
|
|
2060
|
+
"\u0002\u0b49\u0b4b\ba\u0001\u0002\u0b4a\u0b47\u0003\u0002\u0002\u0002",
|
|
2061
|
+
"\u0b4a\u0b4b\u0003\u0002\u0002\u0002\u0b4b\u00c1\u0003\u0002\u0002\u0002",
|
|
2062
|
+
"\u0b4c\u0b4d\u0007h\u0002\u0002\u0b4d\u0b70\bb\u0001\u0002\u0b4e\u0b50",
|
|
2063
|
+
"\u0007d\u0002\u0002\u0b4f\u0b51\u0005\u00c4c\u0002\u0b50\u0b4f\u0003",
|
|
2064
|
+
"\u0002\u0002\u0002\u0b50\u0b51\u0003\u0002\u0002\u0002\u0b51\u0b52\u0003",
|
|
2065
|
+
"\u0002\u0002\u0002\u0b52\u0b53\u0007h\u0002\u0002\u0b53\u0b70\bb\u0001",
|
|
2066
|
+
"\u0002\u0b54\u0b56\u0007j\u0002\u0002\u0b55\u0b57\u0007w\u0002\u0002",
|
|
2067
|
+
"\u0b56\u0b55\u0003\u0002\u0002\u0002\u0b56\u0b57\u0003\u0002\u0002\u0002",
|
|
2068
|
+
"\u0b57\u0b59\u0003\u0002\u0002\u0002\u0b58\u0b5a\u0005\u00c4c\u0002",
|
|
2069
|
+
"\u0b59\u0b58\u0003\u0002\u0002\u0002\u0b59\u0b5a\u0003\u0002\u0002\u0002",
|
|
2070
|
+
"\u0b5a\u0b5b\u0003\u0002\u0002\u0002\u0b5b\u0b5c\u0007h\u0002\u0002",
|
|
2071
|
+
"\u0b5c\u0b70\bb\u0001\u0002\u0b5d\u0b5f\u0007~\u0002\u0002\u0b5e\u0b60",
|
|
2072
|
+
"\u0007w\u0002\u0002\u0b5f\u0b5e\u0003\u0002\u0002\u0002\u0b5f\u0b60",
|
|
2073
|
+
"\u0003\u0002\u0002\u0002\u0b60\u0b62\u0003\u0002\u0002\u0002\u0b61\u0b63",
|
|
2074
|
+
"\u0005\u00c4c\u0002\u0b62\u0b61\u0003\u0002\u0002\u0002\u0b62\u0b63",
|
|
2075
|
+
"\u0003\u0002\u0002\u0002\u0b63\u0b64\u0003\u0002\u0002\u0002\u0b64\u0b65",
|
|
2076
|
+
"\u0007h\u0002\u0002\u0b65\u0b70\bb\u0001\u0002\u0b66\u0b68\u0007`\u0002",
|
|
2077
|
+
"\u0002\u0b67\u0b69\u0007w\u0002\u0002\u0b68\u0b67\u0003\u0002\u0002",
|
|
2078
|
+
"\u0002\u0b68\u0b69\u0003\u0002\u0002\u0002\u0b69\u0b6b\u0003\u0002\u0002",
|
|
2079
|
+
"\u0002\u0b6a\u0b6c\u0005\u00c4c\u0002\u0b6b\u0b6a\u0003\u0002\u0002",
|
|
2080
|
+
"\u0002\u0b6b\u0b6c\u0003\u0002\u0002\u0002\u0b6c\u0b6d\u0003\u0002\u0002",
|
|
2081
|
+
"\u0002\u0b6d\u0b6e\u0007h\u0002\u0002\u0b6e\u0b70\bb\u0001\u0002\u0b6f",
|
|
2082
|
+
"\u0b4c\u0003\u0002\u0002\u0002\u0b6f\u0b4e\u0003\u0002\u0002\u0002\u0b6f",
|
|
2083
|
+
"\u0b54\u0003\u0002\u0002\u0002\u0b6f\u0b5d\u0003\u0002\u0002\u0002\u0b6f",
|
|
2084
|
+
"\u0b66\u0003\u0002\u0002\u0002\u0b70\u0b71\u0003\u0002\u0002\u0002\u0b71",
|
|
2085
|
+
"\u0b72\bb\u0001\u0002\u0b72\u00c3\u0003\u0002\u0002\u0002\u0b73\u0b75",
|
|
2086
|
+
"\u0007Y\u0002\u0002\u0b74\u0b73\u0003\u0002\u0002\u0002\u0b74\u0b75",
|
|
2087
|
+
"\u0003\u0002\u0002\u0002\u0b75\u0b76\u0003\u0002\u0002\u0002\u0b76\u0b77",
|
|
2088
|
+
"\u0007t\u0002\u0002\u0b77\u0b7b\bc\u0001\u0002\u0b78\u0b79\u0007n\u0002",
|
|
2089
|
+
"\u0002\u0b79\u0b7b\bc\u0001\u0002\u0b7a\u0b74\u0003\u0002\u0002\u0002",
|
|
2090
|
+
"\u0b7a\u0b78\u0003\u0002\u0002\u0002\u0b7b\u0b7c\u0003\u0002\u0002\u0002",
|
|
2091
|
+
"\u0b7c\u0b84\u0007\u0084\u0002\u0002\u0b7d\u0b7f\u0007Y\u0002\u0002",
|
|
2092
|
+
"\u0b7e\u0b7d\u0003\u0002\u0002\u0002\u0b7e\u0b7f\u0003\u0002\u0002\u0002",
|
|
2093
|
+
"\u0b7f\u0b80\u0003\u0002\u0002\u0002\u0b80\u0b81\u0007t\u0002\u0002",
|
|
2094
|
+
"\u0b81\u0b85\bc\u0001\u0002\u0b82\u0b83\u0007n\u0002\u0002\u0b83\u0b85",
|
|
2095
|
+
"\bc\u0001\u0002\u0b84\u0b7e\u0003\u0002\u0002\u0002\u0b84\u0b82\u0003",
|
|
2096
|
+
"\u0002\u0002\u0002\u0b85\u00c5\u0003\u0002\u0002\u0002\u0b86\u0b87\u0005",
|
|
2097
|
+
"\u00c8e\u0002\u0b87\u0b88\bd\u0001\u0002\u0b88\u0b89\u0007\u0002\u0002",
|
|
2098
|
+
"\u0003\u0b89\u00c7\u0003\u0002\u0002\u0002\u0b8a\u0b8c\u0005\u00ccg",
|
|
2099
|
+
"\u0002\u0b8b\u0b8d\u0005\u00caf\u0002\u0b8c\u0b8b\u0003\u0002\u0002",
|
|
2100
|
+
"\u0002\u0b8c\u0b8d\u0003\u0002\u0002\u0002\u0b8d\u00c9\u0003\u0002\u0002",
|
|
2101
|
+
"\u0002\u0b8e\u0b8f\u0007u\u0002\u0002\u0b8f\u0b93\bf\u0001\u0002\u0b90",
|
|
2102
|
+
"\u0b91\u0007A\u0002\u0002\u0b91\u0b93\bf\u0001\u0002\u0b92\u0b8e\u0003",
|
|
2103
|
+
"\u0002\u0002\u0002\u0b92\u0b90\u0003\u0002\u0002\u0002\u0b93\u0b94\u0003",
|
|
2104
|
+
"\u0002\u0002\u0002\u0b94\u0b95\u0005\u00ccg\u0002\u0b95\u0b96\bf\u0001",
|
|
2105
|
+
"\u0002\u0b96\u0b98\u0003\u0002\u0002\u0002\u0b97\u0b92\u0003\u0002\u0002",
|
|
2106
|
+
"\u0002\u0b98\u0b99\u0003\u0002\u0002\u0002\u0b99\u0b97\u0003\u0002\u0002",
|
|
2107
|
+
"\u0002\u0b99\u0b9a\u0003\u0002\u0002\u0002\u0b9a\u0ba4\u0003\u0002\u0002",
|
|
2108
|
+
"\u0002\u0b9b\u0b9c\u0007\u0012\u0002\u0002\u0b9c\u0b9d\bf\u0001\u0002",
|
|
2109
|
+
"\u0b9d\u0b9e\u0005\u00d2j\u0002\u0b9e\u0b9f\bf\u0001\u0002\u0b9f\u0ba0",
|
|
2110
|
+
"\u0007\u0007\u0002\u0002\u0ba0\u0ba1\bf\u0001\u0002\u0ba1\u0ba2\u0005",
|
|
2111
|
+
"\u00d2j\u0002\u0ba2\u0ba3\bf\u0001\u0002\u0ba3\u0ba5\u0003\u0002\u0002",
|
|
2112
|
+
"\u0002\u0ba4\u0b9b\u0003\u0002\u0002\u0002\u0ba4\u0ba5\u0003\u0002\u0002",
|
|
2113
|
+
"\u0002\u0ba5\u0bb0\u0003\u0002\u0002\u0002\u0ba6\u0ba7\u0007\u0012\u0002",
|
|
2114
|
+
"\u0002\u0ba7\u0ba8\bf\u0001\u0002\u0ba8\u0ba9\u0005\u00d2j\u0002\u0ba9",
|
|
2115
|
+
"\u0baa\bf\u0001\u0002\u0baa\u0bab\u0007\u0007\u0002\u0002\u0bab\u0bac",
|
|
2116
|
+
"\bf\u0001\u0002\u0bac\u0bad\u0005\u00d2j\u0002\u0bad\u0bae\bf\u0001",
|
|
2117
|
+
"\u0002\u0bae\u0bb0\u0003\u0002\u0002\u0002\u0baf\u0b97\u0003\u0002\u0002",
|
|
2118
|
+
"\u0002\u0baf\u0ba6\u0003\u0002\u0002\u0002\u0bb0\u00cb\u0003\u0002\u0002",
|
|
2119
|
+
"\u0002\u0bb1\u0bb2\u0005\u00ceh\u0002\u0bb2\u0bb3\bg\u0001\u0002\u0bb3",
|
|
2120
|
+
"\u0bbc\u0003\u0002\u0002\u0002\u0bb4\u0bb6\u0005\u00d8m\u0002\u0bb5",
|
|
2121
|
+
"\u0bb7\u0005\u00d4k\u0002\u0bb6\u0bb5\u0003\u0002\u0002\u0002\u0bb6",
|
|
2122
|
+
"\u0bb7\u0003\u0002\u0002\u0002\u0bb7\u0bb9\u0003\u0002\u0002\u0002\u0bb8",
|
|
2123
|
+
"\u0bba\u0005\u00d0i\u0002\u0bb9\u0bb8\u0003\u0002\u0002\u0002\u0bb9",
|
|
2124
|
+
"\u0bba\u0003\u0002\u0002\u0002\u0bba\u0bbc\u0003\u0002\u0002\u0002\u0bbb",
|
|
2125
|
+
"\u0bb1\u0003\u0002\u0002\u0002\u0bbb\u0bb4\u0003\u0002\u0002\u0002\u0bbc",
|
|
2126
|
+
"\u00cd\u0003\u0002\u0002\u0002\u0bbd\u0bbe\u00074\u0002\u0002\u0bbe",
|
|
2127
|
+
"\u0bbf\bh\u0001\u0002\u0bbf\u0bc0\u0005\u00ccg\u0002\u0bc0\u0bc1\bh",
|
|
2128
|
+
"\u0001\u0002\u0bc1\u0bdb\u0003\u0002\u0002\u0002\u0bc2\u0bc3\u0007/",
|
|
2129
|
+
"\u0002\u0002\u0bc3\u0bcf\bh\u0001\u0002\u0bc4\u0bc5\u0007\b\u0002\u0002",
|
|
2130
|
+
"\u0bc5\u0bc6\u0005\u0092J\u0002\u0bc6\u0bc7\u0007\t\u0002\u0002\u0bc7",
|
|
2131
|
+
"\u0bc8\bh\u0001\u0002\u0bc8\u0bd0\u0003\u0002\u0002\u0002\u0bc9\u0bca",
|
|
2132
|
+
"\t\u0006\u0002\u0002\u0bca\u0bd0\bh\u0001\u0002\u0bcb\u0bcc\u0005\u00de",
|
|
2133
|
+
"p\u0002\u0bcc\u0bcd\bh\u0001\u0002\u0bcd\u0bce\bh\u0001\u0002\u0bce",
|
|
2134
|
+
"\u0bd0\u0003\u0002\u0002\u0002\u0bcf\u0bc4\u0003\u0002\u0002\u0002\u0bcf",
|
|
2135
|
+
"\u0bc9\u0003\u0002\u0002\u0002\u0bcf\u0bcb\u0003\u0002\u0002\u0002\u0bd0",
|
|
2136
|
+
"\u0bdb\u0003\u0002\u0002\u0002\u0bd1\u0bd3\u0005\u00d6l\u0002\u0bd2",
|
|
2137
|
+
"\u0bd4\u0005\u00d4k\u0002\u0bd3\u0bd2\u0003\u0002\u0002\u0002\u0bd3",
|
|
2138
|
+
"\u0bd4\u0003\u0002\u0002\u0002\u0bd4\u0bd6\u0003\u0002\u0002\u0002\u0bd5",
|
|
2139
|
+
"\u0bd7\u0005\u00d0i\u0002\u0bd6\u0bd5\u0003\u0002\u0002\u0002\u0bd6",
|
|
2140
|
+
"\u0bd7\u0003\u0002\u0002\u0002\u0bd7\u0bd8\u0003\u0002\u0002\u0002\u0bd8",
|
|
2141
|
+
"\u0bd9\bh\u0001\u0002\u0bd9\u0bdb\u0003\u0002\u0002\u0002\u0bda\u0bbd",
|
|
2142
|
+
"\u0003\u0002\u0002\u0002\u0bda\u0bc2\u0003\u0002\u0002\u0002\u0bda\u0bd1",
|
|
2143
|
+
"\u0003\u0002\u0002\u0002\u0bdb\u00cf\u0003\u0002\u0002\u0002\u0bdc\u0bdd",
|
|
2144
|
+
"\t\u0007\u0002\u0002\u0bdd\u0be0\bi\u0001\u0002\u0bde\u0bdf\t\b\u0002",
|
|
2145
|
+
"\u0002\u0bdf\u0be1\bi\u0001\u0002\u0be0\u0bde\u0003\u0002\u0002\u0002",
|
|
2146
|
+
"\u0be0\u0be1\u0003\u0002\u0002\u0002\u0be1\u0be2\u0003\u0002\u0002\u0002",
|
|
2147
|
+
"\u0be2\u0be3\u0005\u00d2j\u0002\u0be3\u0be4\bi\u0001\u0002\u0be4\u0c0d",
|
|
2148
|
+
"\u0003\u0002\u0002\u0002\u0be5\u0be6\u0007g\u0002\u0002\u0be6\u0be9",
|
|
2149
|
+
"\bi\u0001\u0002\u0be7\u0be8\u00074\u0002\u0002\u0be8\u0bea\bi\u0001",
|
|
2150
|
+
"\u0002\u0be9\u0be7\u0003\u0002\u0002\u0002\u0be9\u0bea\u0003\u0002\u0002",
|
|
2151
|
+
"\u0002\u0bea\u0beb\u0003\u0002\u0002\u0002\u0beb\u0bec\u00075\u0002",
|
|
2152
|
+
"\u0002\u0bec\u0c0d\bi\u0001\u0002\u0bed\u0bee\u00074\u0002\u0002\u0bee",
|
|
2153
|
+
"\u0bf0\bi\u0001\u0002\u0bef\u0bed\u0003\u0002\u0002\u0002\u0bef\u0bf0",
|
|
2154
|
+
"\u0003\u0002\u0002\u0002\u0bf0\u0c0a\u0003\u0002\u0002\u0002\u0bf1\u0bf2",
|
|
2155
|
+
"\u00071\u0002\u0002\u0bf2\u0bf3\bi\u0001\u0002\u0bf3\u0bf4\u0005\u00d2",
|
|
2156
|
+
"j\u0002\u0bf4\u0bf5\bi\u0001\u0002\u0bf5\u0c0b\u0003\u0002\u0002\u0002",
|
|
2157
|
+
"\u0bf6\u0bf7\u0007H\u0002\u0002\u0bf7\u0bf8\bi\u0001\u0002\u0bf8\u0bf9",
|
|
2158
|
+
"\u0005\u00d2j\u0002\u0bf9\u0bfa\bi\u0001\u0002\u0bfa\u0bfb\u0007A\u0002",
|
|
2159
|
+
"\u0002\u0bfb\u0bfc\bi\u0001\u0002\u0bfc\u0bfd\u0005\u00d2j\u0002\u0bfd",
|
|
2160
|
+
"\u0bfe\bi\u0001\u0002\u0bfe\u0c0b\u0003\u0002\u0002\u0002\u0bff\u0c00",
|
|
2161
|
+
"\u0007k\u0002\u0002\u0c00\u0c01\bi\u0001\u0002\u0c01\u0c02\u0005\u00d2",
|
|
2162
|
+
"j\u0002\u0c02\u0c08\bi\u0001\u0002\u0c03\u0c04\u0007X\u0002\u0002\u0c04",
|
|
2163
|
+
"\u0c05\bi\u0001\u0002\u0c05\u0c06\u0005\u00d2j\u0002\u0c06\u0c07\bi",
|
|
2164
|
+
"\u0001\u0002\u0c07\u0c09\u0003\u0002\u0002\u0002\u0c08\u0c03\u0003\u0002",
|
|
2165
|
+
"\u0002\u0002\u0c08\u0c09\u0003\u0002\u0002\u0002\u0c09\u0c0b\u0003\u0002",
|
|
2166
|
+
"\u0002\u0002\u0c0a\u0bf1\u0003\u0002\u0002\u0002\u0c0a\u0bf6\u0003\u0002",
|
|
2167
|
+
"\u0002\u0002\u0c0a\u0bff\u0003\u0002\u0002\u0002\u0c0b\u0c0d\u0003\u0002",
|
|
2168
|
+
"\u0002\u0002\u0c0c\u0bdc\u0003\u0002\u0002\u0002\u0c0c\u0be5\u0003\u0002",
|
|
2169
|
+
"\u0002\u0002\u0c0c\u0bef\u0003\u0002\u0002\u0002\u0c0d\u00d1\u0003\u0002",
|
|
2170
|
+
"\u0002\u0002\u0c0e\u0c0f\u0005\u00d6l\u0002\u0c0f\u0c10\bj\u0001\u0002",
|
|
2171
|
+
"\u0c10\u0c15\u0003\u0002\u0002\u0002\u0c11\u0c12\u0005\u00d8m\u0002",
|
|
2172
|
+
"\u0c12\u0c13\bj\u0001\u0002\u0c13\u0c15\u0003\u0002\u0002\u0002\u0c14",
|
|
2173
|
+
"\u0c0e\u0003\u0002\u0002\u0002\u0c14\u0c11\u0003\u0002\u0002\u0002\u0c15",
|
|
2174
|
+
"\u0c19\u0003\u0002\u0002\u0002\u0c16\u0c17\u0005\u00d4k\u0002\u0c17",
|
|
2175
|
+
"\u0c18\bj\u0001\u0002\u0c18\u0c1a\u0003\u0002\u0002\u0002\u0c19\u0c16",
|
|
2176
|
+
"\u0003\u0002\u0002\u0002\u0c19\u0c1a\u0003\u0002\u0002\u0002\u0c1a\u00d3",
|
|
2177
|
+
"\u0003\u0002\u0002\u0002\u0c1b\u0c1c\u0007\u0019\u0002\u0002\u0c1c\u0c26",
|
|
2178
|
+
"\bk\u0001\u0002\u0c1d\u0c1e\u0007\u000b\u0002\u0002\u0c1e\u0c26\bk\u0001",
|
|
2179
|
+
"\u0002\u0c1f\u0c20\u0007\f\u0002\u0002\u0c20\u0c26\bk\u0001\u0002\u0c21",
|
|
2180
|
+
"\u0c22\u0007\u000e\u0002\u0002\u0c22\u0c26\bk\u0001\u0002\u0c23\u0c24",
|
|
2181
|
+
"\u0007\u001a\u0002\u0002\u0c24\u0c26\bk\u0001\u0002\u0c25\u0c1b\u0003",
|
|
2182
|
+
"\u0002\u0002\u0002\u0c25\u0c1d\u0003\u0002\u0002\u0002\u0c25\u0c1f\u0003",
|
|
2183
|
+
"\u0002\u0002\u0002\u0c25\u0c21\u0003\u0002\u0002\u0002\u0c25\u0c23\u0003",
|
|
2184
|
+
"\u0002\u0002\u0002\u0c26\u0c2d\u0003\u0002\u0002\u0002\u0c27\u0c28\u0005",
|
|
2185
|
+
"\u00d6l\u0002\u0c28\u0c29\bk\u0001\u0002\u0c29\u0c2e\u0003\u0002\u0002",
|
|
2186
|
+
"\u0002\u0c2a\u0c2b\u0005\u00d8m\u0002\u0c2b\u0c2c\bk\u0001\u0002\u0c2c",
|
|
2187
|
+
"\u0c2e\u0003\u0002\u0002\u0002\u0c2d\u0c27\u0003\u0002\u0002\u0002\u0c2d",
|
|
2188
|
+
"\u0c2a\u0003\u0002\u0002\u0002\u0c2e\u0c30\u0003\u0002\u0002\u0002\u0c2f",
|
|
2189
|
+
"\u0c25\u0003\u0002\u0002\u0002\u0c30\u0c31\u0003\u0002\u0002\u0002\u0c31",
|
|
2190
|
+
"\u0c2f\u0003\u0002\u0002\u0002\u0c31\u0c32\u0003\u0002\u0002\u0002\u0c32",
|
|
2191
|
+
"\u00d5\u0003\u0002\u0002\u0002\u0c33\u0c34\t\t\u0002\u0002\u0c34\u0c3b",
|
|
2192
|
+
"\bl\u0001\u0002\u0c35\u0c36\u0005\u00d6l\u0002\u0c36\u0c37\bl\u0001",
|
|
2193
|
+
"\u0002\u0c37\u0c3c\u0003\u0002\u0002\u0002\u0c38\u0c39\u0005\u00d8m",
|
|
2194
|
+
"\u0002\u0c39\u0c3a\bl\u0001\u0002\u0c3a\u0c3c\u0003\u0002\u0002\u0002",
|
|
2195
|
+
"\u0c3b\u0c35\u0003\u0002\u0002\u0002\u0c3b\u0c38\u0003\u0002\u0002\u0002",
|
|
2196
|
+
"\u0c3c\u0c8d\u0003\u0002\u0002\u0002\u0c3d\u0c3e\u0005\u0116\u008c\u0002",
|
|
2197
|
+
"\u0c3e\u0c3f\bl\u0001\u0002\u0c3f\u0c8d\u0003\u0002\u0002\u0002\u0c40",
|
|
2198
|
+
"\u0c41\u0005\u00dan\u0002\u0c41\u0c42\bl\u0001\u0002\u0c42\u0c8d\u0003",
|
|
2199
|
+
"\u0002\u0002\u0002\u0c43\u0c44\u0007,\u0002\u0002\u0c44\u0c61\bl\u0001",
|
|
2200
|
+
"\u0002\u0c45\u0c46\u0005\u00d2j\u0002\u0c46\u0c50\bl\u0001\u0002\u0c47",
|
|
2201
|
+
"\u0c48\u0007:\u0002\u0002\u0c48\u0c49\bl\u0001\u0002\u0c49\u0c4a\u0005",
|
|
2202
|
+
"\u00d2j\u0002\u0c4a\u0c4b\bl\u0001\u0002\u0c4b\u0c4c\u0007\u0083\u0002",
|
|
2203
|
+
"\u0002\u0c4c\u0c4d\bl\u0001\u0002\u0c4d\u0c4e\u0005\u00d2j\u0002\u0c4e",
|
|
2204
|
+
"\u0c4f\bl\u0001\u0002\u0c4f\u0c51\u0003\u0002\u0002\u0002\u0c50\u0c47",
|
|
2205
|
+
"\u0003\u0002\u0002\u0002\u0c51\u0c52\u0003\u0002\u0002\u0002\u0c52\u0c50",
|
|
2206
|
+
"\u0003\u0002\u0002\u0002\u0c52\u0c53\u0003\u0002\u0002\u0002\u0c53\u0c62",
|
|
2207
|
+
"\u0003\u0002\u0002\u0002\u0c54\u0c55\u0007:\u0002\u0002\u0c55\u0c56",
|
|
2208
|
+
"\bl\u0001\u0002\u0c56\u0c57\u0005\u00c8e\u0002\u0c57\u0c58\bl\u0001",
|
|
2209
|
+
"\u0002\u0c58\u0c59\u0007\u0083\u0002\u0002\u0c59\u0c5a\bl\u0001\u0002",
|
|
2210
|
+
"\u0c5a\u0c5b\u0005\u00d2j\u0002\u0c5b\u0c5c\bl\u0001\u0002\u0c5c\u0c5e",
|
|
2211
|
+
"\u0003\u0002\u0002\u0002\u0c5d\u0c54\u0003\u0002\u0002\u0002\u0c5e\u0c5f",
|
|
2212
|
+
"\u0003\u0002\u0002\u0002\u0c5f\u0c5d\u0003\u0002\u0002\u0002\u0c5f\u0c60",
|
|
2213
|
+
"\u0003\u0002\u0002\u0002\u0c60\u0c62\u0003\u0002\u0002\u0002\u0c61\u0c45",
|
|
2214
|
+
"\u0003\u0002\u0002\u0002\u0c61\u0c5d\u0003\u0002\u0002\u0002\u0c62\u0c68",
|
|
2215
|
+
"\u0003\u0002\u0002\u0002\u0c63\u0c64\u0007S\u0002\u0002\u0c64\u0c65",
|
|
2216
|
+
"\bl\u0001\u0002\u0c65\u0c66\u0005\u00d2j\u0002\u0c66\u0c67\bl\u0001",
|
|
2217
|
+
"\u0002\u0c67\u0c69\u0003\u0002\u0002\u0002\u0c68\u0c63\u0003\u0002\u0002",
|
|
2218
|
+
"\u0002\u0c68\u0c69\u0003\u0002\u0002\u0002\u0c69\u0c6a\u0003\u0002\u0002",
|
|
2219
|
+
"\u0002\u0c6a\u0c6b\u0007T\u0002\u0002\u0c6b\u0c6c\bl\u0001\u0002\u0c6c",
|
|
2220
|
+
"\u0c8d\u0003\u0002\u0002\u0002\u0c6d\u0c6e\u00073\u0002\u0002\u0c6e",
|
|
2221
|
+
"\u0c6f\bl\u0001\u0002\u0c6f\u0c70\u0005\u00dep\u0002\u0c70\u0c71\bl",
|
|
2222
|
+
"\u0001\u0002\u0c71\u0c72\bl\u0001\u0002\u0c72\u0c8d\u0003\u0002\u0002",
|
|
2223
|
+
"\u0002\u0c73\u0c74\u0005\u00dep\u0002\u0c74\u0c75\bl\u0001\u0002\u0c75",
|
|
2224
|
+
"\u0c7e\bl\u0001\u0002\u0c76\u0c77\bl\u0001\u0002\u0c77\u0c78\u0007\u0091",
|
|
2225
|
+
"\u0002\u0002\u0c78\u0c79\bl\u0001\u0002\u0c79\u0c7a\u0007\b\u0002\u0002",
|
|
2226
|
+
"\u0c7a\u0c7b\u0005\u00e6t\u0002\u0c7b\u0c7c\u0007\t\u0002\u0002\u0c7c",
|
|
2227
|
+
"\u0c7d\bl\u0001\u0002\u0c7d\u0c7f\u0003\u0002\u0002\u0002\u0c7e\u0c76",
|
|
2228
|
+
"\u0003\u0002\u0002\u0002\u0c7e\u0c7f\u0003\u0002\u0002\u0002\u0c7f\u0c8d",
|
|
2229
|
+
"\u0003\u0002\u0002\u0002\u0c80\u0c81\u0007\u0007\u0002\u0002\u0c81\u0c82",
|
|
2230
|
+
"\bl\u0001\u0002\u0c82\u0c88\bl\u0001\u0002\u0c83\u0c84\u0005\u00dep",
|
|
2231
|
+
"\u0002\u0c84\u0c85\bl\u0001\u0002\u0c85\u0c89\u0003\u0002\u0002\u0002",
|
|
2232
|
+
"\u0c86\u0c87\u0007=\u0002\u0002\u0c87\u0c89\bl\u0001\u0002\u0c88\u0c83",
|
|
2233
|
+
"\u0003\u0002\u0002\u0002\u0c88\u0c86\u0003\u0002\u0002\u0002\u0c89\u0c8d",
|
|
2234
|
+
"\u0003\u0002\u0002\u0002\u0c8a\u0c8b\u0007\u0012\u0002\u0002\u0c8b\u0c8d",
|
|
2235
|
+
"\bl\u0001\u0002\u0c8c\u0c33\u0003\u0002\u0002\u0002\u0c8c\u0c3d\u0003",
|
|
2236
|
+
"\u0002\u0002\u0002\u0c8c\u0c40\u0003\u0002\u0002\u0002\u0c8c\u0c43\u0003",
|
|
2237
|
+
"\u0002\u0002\u0002\u0c8c\u0c6d\u0003\u0002\u0002\u0002\u0c8c\u0c73\u0003",
|
|
2238
|
+
"\u0002\u0002\u0002\u0c8c\u0c80\u0003\u0002\u0002\u0002\u0c8c\u0c8a\u0003",
|
|
2239
|
+
"\u0002\u0002\u0002\u0c8d\u00d7\u0003\u0002\u0002\u0002\u0c8e\u0cbf\u0007",
|
|
2240
|
+
"\b\u0002\u0002\u0c8f\u0c91\u0005\u0098M\u0002\u0c90\u0c92\u0005\u0094",
|
|
2241
|
+
"K\u0002\u0c91\u0c90\u0003\u0002\u0002\u0002\u0c91\u0c92\u0003\u0002",
|
|
2242
|
+
"\u0002\u0002\u0c92\u0c93\u0003\u0002\u0002\u0002\u0c93\u0c94\bm\u0001",
|
|
2243
|
+
"\u0002\u0c94\u0cc0\u0003\u0002\u0002\u0002\u0c95\u0c97\u0005\u00ceh",
|
|
2244
|
+
"\u0002\u0c96\u0c98\u0005\u00caf\u0002\u0c97\u0c96\u0003\u0002\u0002",
|
|
2245
|
+
"\u0002\u0c97\u0c98\u0003\u0002\u0002\u0002\u0c98\u0c99\u0003\u0002\u0002",
|
|
2246
|
+
"\u0002\u0c99\u0ca1\bm\u0001\u0002\u0c9a\u0c9b\u0007\u0005\u0002\u0002",
|
|
2247
|
+
"\u0c9b\u0c9c\bm\u0001\u0002\u0c9c\u0c9d\u0005\u00c8e\u0002\u0c9d\u0c9e",
|
|
2248
|
+
"\bm\u0001\u0002\u0c9e\u0ca0\u0003\u0002\u0002\u0002\u0c9f\u0c9a\u0003",
|
|
2249
|
+
"\u0002\u0002\u0002\u0ca0\u0ca3\u0003\u0002\u0002\u0002\u0ca1\u0c9f\u0003",
|
|
2250
|
+
"\u0002\u0002\u0002\u0ca1\u0ca2\u0003\u0002\u0002\u0002\u0ca2\u0cc0\u0003",
|
|
2251
|
+
"\u0002\u0002\u0002\u0ca3\u0ca1\u0003\u0002\u0002\u0002\u0ca4\u0ca5\u0005",
|
|
2252
|
+
"\u00d8m\u0002\u0ca5\u0cbd\bm\u0001\u0002\u0ca6\u0ca7\u0005\u0094K\u0002",
|
|
2253
|
+
"\u0ca7\u0ca8\bm\u0001\u0002\u0ca8\u0cbe\u0003\u0002\u0002\u0002\u0ca9",
|
|
2254
|
+
"\u0cab\u0005\u00d4k\u0002\u0caa\u0ca9\u0003\u0002\u0002\u0002\u0caa",
|
|
2255
|
+
"\u0cab\u0003\u0002\u0002\u0002\u0cab\u0cad\u0003\u0002\u0002\u0002\u0cac",
|
|
2256
|
+
"\u0cae\u0005\u00d0i\u0002\u0cad\u0cac\u0003\u0002\u0002\u0002\u0cad",
|
|
2257
|
+
"\u0cae\u0003\u0002\u0002\u0002\u0cae\u0cb0\u0003\u0002\u0002\u0002\u0caf",
|
|
2258
|
+
"\u0cb1\u0005\u00caf\u0002\u0cb0\u0caf\u0003\u0002\u0002\u0002\u0cb0",
|
|
2259
|
+
"\u0cb1\u0003\u0002\u0002\u0002\u0cb1\u0cb2\u0003\u0002\u0002\u0002\u0cb2",
|
|
2260
|
+
"\u0cba\bm\u0001\u0002\u0cb3\u0cb4\u0007\u0005\u0002\u0002\u0cb4\u0cb5",
|
|
2261
|
+
"\bm\u0001\u0002\u0cb5\u0cb6\u0005\u00c8e\u0002\u0cb6\u0cb7\bm\u0001",
|
|
2262
|
+
"\u0002\u0cb7\u0cb9\u0003\u0002\u0002\u0002\u0cb8\u0cb3\u0003\u0002\u0002",
|
|
2263
|
+
"\u0002\u0cb9\u0cbc\u0003\u0002\u0002\u0002\u0cba\u0cb8\u0003\u0002\u0002",
|
|
2264
|
+
"\u0002\u0cba\u0cbb\u0003\u0002\u0002\u0002\u0cbb\u0cbe\u0003\u0002\u0002",
|
|
2265
|
+
"\u0002\u0cbc\u0cba\u0003\u0002\u0002\u0002\u0cbd\u0ca6\u0003\u0002\u0002",
|
|
2266
|
+
"\u0002\u0cbd\u0caa\u0003\u0002\u0002\u0002\u0cbe\u0cc0\u0003\u0002\u0002",
|
|
2267
|
+
"\u0002\u0cbf\u0c8f\u0003\u0002\u0002\u0002\u0cbf\u0c95\u0003\u0002\u0002",
|
|
2268
|
+
"\u0002\u0cbf\u0ca4\u0003\u0002\u0002\u0002\u0cc0\u0cc1\u0003\u0002\u0002",
|
|
2269
|
+
"\u0002\u0cc1\u0cc2\u0007\t\u0002\u0002\u0cc2\u0cc3\bm\u0001\u0002\u0cc3",
|
|
2270
|
+
"\u00d9\u0003\u0002\u0002\u0002\u0cc4\u0cc5\u0007-\u0002\u0002\u0cc5",
|
|
2271
|
+
"\u0cc6\u0007\b\u0002\u0002\u0cc6\u0cc7\bn\u0001\u0002\u0cc7\u0cc8\u0005",
|
|
2272
|
+
"\u00d2j\u0002\u0cc8\u0cc9\u0007*\u0002\u0002\u0cc9\u0cca\u0005\u0084",
|
|
2273
|
+
"C\u0002\u0cca\u0ccb\bn\u0001\u0002\u0ccb\u0ccc\u0007\t\u0002\u0002\u0ccc",
|
|
2274
|
+
"\u0ccd\bn\u0001\u0002\u0ccd\u00db\u0003\u0002\u0002\u0002\u0cce\u0ccf",
|
|
2275
|
+
"\u0005\u011a\u008e\u0002\u0ccf\u0cd6\bo\u0001\u0002\u0cd0\u0cd1\u0007",
|
|
2276
|
+
"\u0011\u0002\u0002\u0cd1\u0cd2\u0005\u011a\u008e\u0002\u0cd2\u0cd3\b",
|
|
2277
|
+
"o\u0001\u0002\u0cd3\u0cd5\u0003\u0002\u0002\u0002\u0cd4\u0cd0\u0003",
|
|
2278
|
+
"\u0002\u0002\u0002\u0cd5\u0cd8\u0003\u0002\u0002\u0002\u0cd6\u0cd4\u0003",
|
|
2279
|
+
"\u0002\u0002\u0002\u0cd6\u0cd7\u0003\u0002\u0002\u0002\u0cd7\u00dd\u0003",
|
|
2280
|
+
"\u0002\u0002\u0002\u0cd8\u0cd6\u0003\u0002\u0002\u0002\u0cd9\u0cda\u0005",
|
|
2281
|
+
"\u011a\u008e\u0002\u0cda\u0ce0\bp\u0001\u0002\u0cdb\u0cdd\u0005\u00e0",
|
|
2282
|
+
"q\u0002\u0cdc\u0cde\u0005\u00f6|\u0002\u0cdd\u0cdc\u0003\u0002\u0002",
|
|
2283
|
+
"\u0002\u0cdd\u0cde\u0003\u0002\u0002\u0002\u0cde\u0ce1\u0003\u0002\u0002",
|
|
2284
|
+
"\u0002\u0cdf\u0ce1\u0005\u00f6|\u0002\u0ce0\u0cdb\u0003\u0002\u0002",
|
|
2285
|
+
"\u0002\u0ce0\u0cdf\u0003\u0002\u0002\u0002\u0ce0\u0ce1\u0003\u0002\u0002",
|
|
2286
|
+
"\u0002\u0ce1\u0cee\u0003\u0002\u0002\u0002\u0ce2\u0ce3\u0007\u0011\u0002",
|
|
2287
|
+
"\u0002\u0ce3\u0ce4\u0005\u011a\u008e\u0002\u0ce4\u0cea\bp\u0001\u0002",
|
|
2288
|
+
"\u0ce5\u0ce7\u0005\u00e0q\u0002\u0ce6\u0ce8\u0005\u00f6|\u0002\u0ce7",
|
|
2289
|
+
"\u0ce6\u0003\u0002\u0002\u0002\u0ce7\u0ce8\u0003\u0002\u0002\u0002\u0ce8",
|
|
2290
|
+
"\u0ceb\u0003\u0002\u0002\u0002\u0ce9\u0ceb\u0005\u00f6|\u0002\u0cea",
|
|
2291
|
+
"\u0ce5\u0003\u0002\u0002\u0002\u0cea\u0ce9\u0003\u0002\u0002\u0002\u0cea",
|
|
2292
|
+
"\u0ceb\u0003\u0002\u0002\u0002\u0ceb\u0ced\u0003\u0002\u0002\u0002\u0cec",
|
|
2293
|
+
"\u0ce2\u0003\u0002\u0002\u0002\u0ced\u0cf0\u0003\u0002\u0002\u0002\u0cee",
|
|
2294
|
+
"\u0cec\u0003\u0002\u0002\u0002\u0cee\u0cef\u0003\u0002\u0002\u0002\u0cef",
|
|
2295
|
+
"\u00df\u0003\u0002\u0002\u0002\u0cf0\u0cee\u0003\u0002\u0002\u0002\u0cf1",
|
|
2296
|
+
"\u0cf2\bq\u0001\u0002\u0cf2\u0cf3\u0007\b\u0002\u0002\u0cf3\u0d22\b",
|
|
2297
|
+
"q\u0001\u0002\u0cf4\u0cf5\bq\u0001\u0002\u0cf5\u0cf6\u0007\u0092\u0002",
|
|
2298
|
+
"\u0002\u0cf6\u0cf7\u0007\u0007\u0002\u0002\u0cf7\u0d00\u0005\u00e2r",
|
|
2299
|
+
"\u0002\u0cf8\u0cf9\u0007\u0005\u0002\u0002\u0cf9\u0cfa\bq\u0001\u0002",
|
|
2300
|
+
"\u0cfa\u0cfb\u0005\u011a\u008e\u0002\u0cfb\u0cfc\u0007\u0007\u0002\u0002",
|
|
2301
|
+
"\u0cfc\u0cfd\u0005\u00e2r\u0002\u0cfd\u0cff\u0003\u0002\u0002\u0002",
|
|
2302
|
+
"\u0cfe\u0cf8\u0003\u0002\u0002\u0002\u0cff\u0d02\u0003\u0002\u0002\u0002",
|
|
2303
|
+
"\u0d00\u0cfe\u0003\u0002\u0002\u0002\u0d00\u0d01\u0003\u0002\u0002\u0002",
|
|
2304
|
+
"\u0d01\u0d23\u0003\u0002\u0002\u0002\u0d02\u0d00\u0003\u0002\u0002\u0002",
|
|
2305
|
+
"\u0d03\u0d04\bq\u0001\u0002\u0d04\u0d05\u0007\u0093\u0002\u0002\u0d05",
|
|
2306
|
+
"\u0d06\u0007\u001b\u0002\u0002\u0d06\u0d0f\u0005\u00e2r\u0002\u0d07",
|
|
2307
|
+
"\u0d08\u0007\u0005\u0002\u0002\u0d08\u0d09\bq\u0001\u0002\u0d09\u0d0a",
|
|
2308
|
+
"\u0005\u011a\u008e\u0002\u0d0a\u0d0b\u0007\u001b\u0002\u0002\u0d0b\u0d0c",
|
|
2309
|
+
"\u0005\u00e2r\u0002\u0d0c\u0d0e\u0003\u0002\u0002\u0002\u0d0d\u0d07",
|
|
2310
|
+
"\u0003\u0002\u0002\u0002\u0d0e\u0d11\u0003\u0002\u0002\u0002\u0d0f\u0d0d",
|
|
2311
|
+
"\u0003\u0002\u0002\u0002\u0d0f\u0d10\u0003\u0002\u0002\u0002\u0d10\u0d23",
|
|
2312
|
+
"\u0003\u0002\u0002\u0002\u0d11\u0d0f\u0003\u0002\u0002\u0002\u0d12\u0d13",
|
|
2313
|
+
"\bq\u0001\u0002\u0d13\u0d19\u0005\u00e4s\u0002\u0d14\u0d15\u0007\u0005",
|
|
2314
|
+
"\u0002\u0002\u0d15\u0d16\bq\u0001\u0002\u0d16\u0d18\u0005\u00e4s\u0002",
|
|
2315
|
+
"\u0d17\u0d14\u0003\u0002\u0002\u0002\u0d18\u0d1b\u0003\u0002\u0002\u0002",
|
|
2316
|
+
"\u0d19\u0d17\u0003\u0002\u0002\u0002\u0d19\u0d1a\u0003\u0002\u0002\u0002",
|
|
2317
|
+
"\u0d1a\u0d1f\u0003\u0002\u0002\u0002\u0d1b\u0d19\u0003\u0002\u0002\u0002",
|
|
2318
|
+
"\u0d1c\u0d1d\u0005\u00eav\u0002\u0d1d\u0d1e\bq\u0001\u0002\u0d1e\u0d20",
|
|
2319
|
+
"\u0003\u0002\u0002\u0002\u0d1f\u0d1c\u0003\u0002\u0002\u0002\u0d1f\u0d20",
|
|
2320
|
+
"\u0003\u0002\u0002\u0002\u0d20\u0d23\u0003\u0002\u0002\u0002\u0d21\u0d23",
|
|
2321
|
+
"\bq\u0001\u0002\u0d22\u0cf4\u0003\u0002\u0002\u0002\u0d22\u0d03\u0003",
|
|
2322
|
+
"\u0002\u0002\u0002\u0d22\u0d12\u0003\u0002\u0002\u0002\u0d22\u0d21\u0003",
|
|
2323
|
+
"\u0002\u0002\u0002\u0d23\u0d24\u0003\u0002\u0002\u0002\u0d24\u0d25\u0007",
|
|
2324
|
+
"\t\u0002\u0002\u0d25\u0d26\bq\u0001\u0002\u0d26\u00e1\u0003\u0002\u0002",
|
|
2325
|
+
"\u0002\u0d27\u0d28\u0005\u00d2j\u0002\u0d28\u0d29\br\u0001\u0002\u0d29",
|
|
2326
|
+
"\u00e3\u0003\u0002\u0002\u0002\u0d2a\u0d2b\u0005\u00d2j\u0002\u0d2b",
|
|
2327
|
+
"\u0d2c\bs\u0001\u0002\u0d2c\u0d38\u0003\u0002\u0002\u0002\u0d2d\u0d2e",
|
|
2328
|
+
"\u0007\u0095\u0002\u0002\u0d2e\u0d38\bs\u0001\u0002\u0d2f\u0d30\u0007",
|
|
2329
|
+
"\u0097\u0002\u0002\u0d30\u0d31\bs\u0001\u0002\u0d31\u0d32\u0005\u00d2",
|
|
2330
|
+
"j\u0002\u0d32\u0d33\bs\u0001\u0002\u0d33\u0d38\u0003\u0002\u0002\u0002",
|
|
2331
|
+
"\u0d34\u0d35\bs\u0001\u0002\u0d35\u0d36\t\n\u0002\u0002\u0d36\u0d38",
|
|
2332
|
+
"\bs\u0001\u0002\u0d37\u0d2a\u0003\u0002\u0002\u0002\u0d37\u0d2d\u0003",
|
|
2333
|
+
"\u0002\u0002\u0002\u0d37\u0d2f\u0003\u0002\u0002\u0002\u0d37\u0d34\u0003",
|
|
2334
|
+
"\u0002\u0002\u0002\u0d38\u0d4e\u0003\u0002\u0002\u0002\u0d39\u0d3d\b",
|
|
2335
|
+
"s\u0001\u0002\u0d3a\u0d3e\u0007\u0096\u0002\u0002\u0d3b\u0d3c\bs\u0001",
|
|
2336
|
+
"\u0002\u0d3c\u0d3e\t\u000b\u0002\u0002\u0d3d\u0d3a\u0003\u0002\u0002",
|
|
2337
|
+
"\u0002\u0d3d\u0d3b\u0003\u0002\u0002\u0002\u0d3e\u0d3f\u0003\u0002\u0002",
|
|
2338
|
+
"\u0002\u0d3f\u0d48\bs\u0001\u0002\u0d40\u0d41\u0005\u00d2j\u0002\u0d41",
|
|
2339
|
+
"\u0d42\bs\u0001\u0002\u0d42\u0d49\u0003\u0002\u0002\u0002\u0d43\u0d44",
|
|
2340
|
+
"\u0007\u0095\u0002\u0002\u0d44\u0d49\bs\u0001\u0002\u0d45\u0d46\bs\u0001",
|
|
2341
|
+
"\u0002\u0d46\u0d47\t\f\u0002\u0002\u0d47\u0d49\bs\u0001\u0002\u0d48",
|
|
2342
|
+
"\u0d40\u0003\u0002\u0002\u0002\u0d48\u0d43\u0003\u0002\u0002\u0002\u0d48",
|
|
2343
|
+
"\u0d45\u0003\u0002\u0002\u0002\u0d49\u0d4b\u0003\u0002\u0002\u0002\u0d4a",
|
|
2344
|
+
"\u0d39\u0003\u0002\u0002\u0002\u0d4b\u0d4c\u0003\u0002\u0002\u0002\u0d4c",
|
|
2345
|
+
"\u0d4a\u0003\u0002\u0002\u0002\u0d4c\u0d4d\u0003\u0002\u0002\u0002\u0d4d",
|
|
2346
|
+
"\u0d4f\u0003\u0002\u0002\u0002\u0d4e\u0d4a\u0003\u0002\u0002\u0002\u0d4e",
|
|
2347
|
+
"\u0d4f\u0003\u0002\u0002\u0002\u0d4f\u00e5\u0003\u0002\u0002\u0002\u0d50",
|
|
2348
|
+
"\u0d51\u0007y\u0002\u0002\u0d51\u0d52\bt\u0001\u0002\u0d52\u0d53\u0007",
|
|
2349
|
+
"+\u0002\u0002\u0d53\u0d54\bt\u0001\u0002\u0d54\u0d55\u0005\u00e8u\u0002",
|
|
2350
|
+
"\u0d55\u0d56\bt\u0001\u0002\u0d56\u0d58\u0003\u0002\u0002\u0002\u0d57",
|
|
2351
|
+
"\u0d50\u0003\u0002\u0002\u0002\u0d57\u0d58\u0003\u0002\u0002\u0002\u0d58",
|
|
2352
|
+
"\u0d60\u0003\u0002\u0002\u0002\u0d59\u0d5a\u0007v\u0002\u0002\u0d5a",
|
|
2353
|
+
"\u0d5b\bt\u0001\u0002\u0d5b\u0d5c\u0007+\u0002\u0002\u0d5c\u0d5d\bt",
|
|
2354
|
+
"\u0001\u0002\u0d5d\u0d5e\u0005\u00ecw\u0002\u0d5e\u0d5f\bt\u0001\u0002",
|
|
2355
|
+
"\u0d5f\u0d61\u0003\u0002\u0002\u0002\u0d60\u0d59\u0003\u0002\u0002\u0002",
|
|
2356
|
+
"\u0d60\u0d61\u0003\u0002\u0002\u0002\u0d61\u0d67\u0003\u0002\u0002\u0002",
|
|
2357
|
+
"\u0d62\u0d63\u0007\u0080\u0002\u0002\u0d63\u0d64\bt\u0001\u0002\u0d64",
|
|
2358
|
+
"\u0d65\u0005\u00f0y\u0002\u0d65\u0d66\bt\u0001\u0002\u0d66\u0d68\u0003",
|
|
2359
|
+
"\u0002\u0002\u0002\u0d67\u0d62\u0003\u0002\u0002\u0002\u0d67\u0d68\u0003",
|
|
2360
|
+
"\u0002\u0002\u0002\u0d68\u00e7\u0003\u0002\u0002\u0002\u0d69\u0d6a\u0005",
|
|
2361
|
+
"\u00d2j\u0002\u0d6a\u0d72\bu\u0001\u0002\u0d6b\u0d6c\u0007\u0005\u0002",
|
|
2362
|
+
"\u0002\u0d6c\u0d6d\bu\u0001\u0002\u0d6d\u0d6e\u0005\u00d2j\u0002\u0d6e",
|
|
2363
|
+
"\u0d6f\bu\u0001\u0002\u0d6f\u0d71\u0003\u0002\u0002\u0002\u0d70\u0d6b",
|
|
2364
|
+
"\u0003\u0002\u0002\u0002\u0d71\u0d74\u0003\u0002\u0002\u0002\u0d72\u0d70",
|
|
2365
|
+
"\u0003\u0002\u0002\u0002\u0d72\u0d73\u0003\u0002\u0002\u0002\u0d73\u00e9",
|
|
2366
|
+
"\u0003\u0002\u0002\u0002\u0d74\u0d72\u0003\u0002\u0002\u0002\u0d75\u0d76",
|
|
2367
|
+
"\u0007v\u0002\u0002\u0d76\u0d77\bv\u0001\u0002\u0d77\u0d78\u0007+\u0002",
|
|
2368
|
+
"\u0002\u0d78\u0d79\bv\u0001\u0002\u0d79\u0d7a\u0005\u00ecw\u0002\u0d7a",
|
|
2369
|
+
"\u0d7b\bv\u0001\u0002\u0d7b\u00eb\u0003\u0002\u0002\u0002\u0d7c\u0d82",
|
|
2370
|
+
"\u0005\u00eex\u0002\u0d7d\u0d7e\u0007\u0005\u0002\u0002\u0d7e\u0d7f",
|
|
2371
|
+
"\bw\u0001\u0002\u0d7f\u0d81\u0005\u00eex\u0002\u0d80\u0d7d\u0003\u0002",
|
|
2372
|
+
"\u0002\u0002\u0d81\u0d84\u0003\u0002\u0002\u0002\u0d82\u0d80\u0003\u0002",
|
|
2373
|
+
"\u0002\u0002\u0d82\u0d83\u0003\u0002\u0002\u0002\u0d83\u00ed\u0003\u0002",
|
|
2374
|
+
"\u0002\u0002\u0d84\u0d82\u0003\u0002\u0002\u0002\u0d85\u0d86\u0005\u00d2",
|
|
2375
|
+
"j\u0002\u0d86\u0d8b\bx\u0001\u0002\u0d87\u0d88\u0007E\u0002\u0002\u0d88",
|
|
2376
|
+
"\u0d8c\bx\u0001\u0002\u0d89\u0d8a\u0007Q\u0002\u0002\u0d8a\u0d8c\bx",
|
|
2377
|
+
"\u0001\u0002\u0d8b\u0d87\u0003\u0002\u0002\u0002\u0d8b\u0d89\u0003\u0002",
|
|
2378
|
+
"\u0002\u0002\u0d8b\u0d8c\u0003\u0002\u0002\u0002\u0d8c\u0d91\u0003\u0002",
|
|
2379
|
+
"\u0002\u0002\u0d8d\u0d8e\u0007r\u0002\u0002\u0d8e\u0d8f\bx\u0001\u0002",
|
|
2380
|
+
"\u0d8f\u0d90\t\u0005\u0002\u0002\u0d90\u0d92\bx\u0001\u0002\u0d91\u0d8d",
|
|
2381
|
+
"\u0003\u0002\u0002\u0002\u0d91\u0d92\u0003\u0002\u0002\u0002\u0d92\u00ef",
|
|
2382
|
+
"\u0003\u0002\u0002\u0002\u0d93\u0d9c\u0005\u00f4{\u0002\u0d94\u0d95",
|
|
2383
|
+
"\u0007H\u0002\u0002\u0d95\u0d96\by\u0001\u0002\u0d96\u0d97\u0005\u00f2",
|
|
2384
|
+
"z\u0002\u0d97\u0d98\u0007A\u0002\u0002\u0d98\u0d99\by\u0001\u0002\u0d99",
|
|
2385
|
+
"\u0d9a\u0005\u00f2z\u0002\u0d9a\u0d9c\u0003\u0002\u0002\u0002\u0d9b",
|
|
2386
|
+
"\u0d93\u0003\u0002\u0002\u0002\u0d9b\u0d94\u0003\u0002\u0002\u0002\u0d9c",
|
|
2387
|
+
"\u00f1\u0003\u0002\u0002\u0002\u0d9d\u0d9e\u0007\u0087\u0002\u0002\u0d9e",
|
|
2388
|
+
"\u0d9f\bz\u0001\u0002\u0d9f\u0da0\t\r\u0002\u0002\u0da0\u0daa\bz\u0001",
|
|
2389
|
+
"\u0002\u0da1\u0da2\u0007=\u0002\u0002\u0da2\u0da3\bz\u0001\u0002\u0da3",
|
|
2390
|
+
"\u0da4\t\r\u0002\u0002\u0da4\u0daa\bz\u0001\u0002\u0da5\u0da6\u0007",
|
|
2391
|
+
"M\u0002\u0002\u0da6\u0da7\bz\u0001\u0002\u0da7\u0da8\u0007\u007f\u0002",
|
|
2392
|
+
"\u0002\u0da8\u0daa\bz\u0001\u0002\u0da9\u0d9d\u0003\u0002\u0002\u0002",
|
|
2393
|
+
"\u0da9\u0da1\u0003\u0002\u0002\u0002\u0da9\u0da5\u0003\u0002\u0002\u0002",
|
|
2394
|
+
"\u0daa\u00f3\u0003\u0002\u0002\u0002\u0dab\u0dac\u0007\u0087\u0002\u0002",
|
|
2395
|
+
"\u0dac\u0dad\b{\u0001\u0002\u0dad\u0dae\u0007z\u0002\u0002\u0dae\u0db8",
|
|
2396
|
+
"\b{\u0001\u0002\u0daf\u0db0\u0007=\u0002\u0002\u0db0\u0db1\b{\u0001",
|
|
2397
|
+
"\u0002\u0db1\u0db2\u0007z\u0002\u0002\u0db2\u0db8\b{\u0001\u0002\u0db3",
|
|
2398
|
+
"\u0db4\u0007M\u0002\u0002\u0db4\u0db5\b{\u0001\u0002\u0db5\u0db6\u0007",
|
|
2399
|
+
"\u007f\u0002\u0002\u0db6\u0db8\b{\u0001\u0002\u0db7\u0dab\u0003\u0002",
|
|
2400
|
+
"\u0002\u0002\u0db7\u0daf\u0003\u0002\u0002\u0002\u0db7\u0db3\u0003\u0002",
|
|
2401
|
+
"\u0002\u0002\u0db8\u00f5\u0003\u0002\u0002\u0002\u0db9\u0dba\b|\u0001",
|
|
2402
|
+
"\u0002\u0dba\u0dbc\u0007\r\u0002\u0002\u0dbb\u0dbd\u0005\u00f8}\u0002",
|
|
2403
|
+
"\u0dbc\u0dbb\u0003\u0002\u0002\u0002\u0dbc\u0dbd\u0003\u0002\u0002\u0002",
|
|
2404
|
+
"\u0dbd\u0dbe\u0003\u0002\u0002\u0002\u0dbe\u0dce\u0005\u00fa~\u0002",
|
|
2405
|
+
"\u0dbf\u0dc0\u0007b\u0002\u0002\u0dc0\u0dc1\u0007+\u0002\u0002\u0dc1",
|
|
2406
|
+
"\u0dc2\u0005\u00d2j\u0002\u0dc2\u0dc9\b|\u0001\u0002\u0dc3\u0dc4\u0007",
|
|
2407
|
+
"\u0005\u0002\u0002\u0dc4\u0dc5\u0005\u00d2j\u0002\u0dc5\u0dc6\b|\u0001",
|
|
2408
|
+
"\u0002\u0dc6\u0dc8\u0003\u0002\u0002\u0002\u0dc7\u0dc3\u0003\u0002\u0002",
|
|
2409
|
+
"\u0002\u0dc8\u0dcb\u0003\u0002\u0002\u0002\u0dc9\u0dc7\u0003\u0002\u0002",
|
|
2410
|
+
"\u0002\u0dc9\u0dca\u0003\u0002\u0002\u0002\u0dca\u0dcc\u0003\u0002\u0002",
|
|
2411
|
+
"\u0002\u0dcb\u0dc9\u0003\u0002\u0002\u0002\u0dcc\u0dcd\b|\u0001\u0002",
|
|
2412
|
+
"\u0dcd\u0dcf\u0003\u0002\u0002\u0002\u0dce\u0dbf\u0003\u0002\u0002\u0002",
|
|
2413
|
+
"\u0dce\u0dcf\u0003\u0002\u0002\u0002\u0dcf\u0dd5\u0003\u0002\u0002\u0002",
|
|
2414
|
+
"\u0dd0\u0dd1\u0007c\u0002\u0002\u0dd1\u0dd2\u0005\u00c8e\u0002\u0dd2",
|
|
2415
|
+
"\u0dd3\b|\u0001\u0002\u0dd3\u0dd4\b|\u0001\u0002\u0dd4\u0dd6\u0003\u0002",
|
|
2416
|
+
"\u0002\u0002\u0dd5\u0dd0\u0003\u0002\u0002\u0002\u0dd5\u0dd6\u0003\u0002",
|
|
2417
|
+
"\u0002\u0002\u0dd6\u0ddc\u0003\u0002\u0002\u0002\u0dd7\u0dd8\b|\u0001",
|
|
2418
|
+
"\u0002\u0dd8\u0dd9\u0005\u00bc_\u0002\u0dd9\u0dda\b|\u0001\u0002\u0dda",
|
|
2419
|
+
"\u0ddb\b|\u0001\u0002\u0ddb\u0ddd\u0003\u0002\u0002\u0002\u0ddc\u0dd7",
|
|
2420
|
+
"\u0003\u0002\u0002\u0002\u0ddc\u0ddd\u0003\u0002\u0002\u0002\u0ddd\u0de3",
|
|
2421
|
+
"\u0003\u0002\u0002\u0002\u0dde\u0ddf\b|\u0001\u0002\u0ddf\u0de0\u0005",
|
|
2422
|
+
"\u00be`\u0002\u0de0\u0de1\b|\u0001\u0002\u0de1\u0de2\b|\u0001\u0002",
|
|
2423
|
+
"\u0de2\u0de4\u0003\u0002\u0002\u0002\u0de3\u0dde\u0003\u0002\u0002\u0002",
|
|
2424
|
+
"\u0de3\u0de4\u0003\u0002\u0002\u0002\u0de4\u0de5\u0003\u0002\u0002\u0002",
|
|
2425
|
+
"\u0de5\u0de6\u0007\u0010\u0002\u0002\u0de6\u00f7\u0003\u0002\u0002\u0002",
|
|
2426
|
+
"\u0de7\u0de8\b}\u0001\u0002\u0de8\u0de9\u0007=\u0002\u0002\u0de9\u0dea",
|
|
2427
|
+
"\b}\u0001\u0002\u0dea\u0deb\u0007\u0007\u0002\u0002\u0deb\u00f9\u0003",
|
|
2428
|
+
"\u0002\u0002\u0002\u0dec\u0ded\b~\u0001\u0002\u0ded\u0dee\u0005\u00fc",
|
|
2429
|
+
"\u007f\u0002\u0dee\u0def\u0005\u00c8e\u0002\u0def\u0df0\b~\u0001\u0002",
|
|
2430
|
+
"\u0df0\u00fb\u0003\u0002\u0002\u0002\u0df1\u0df2\b\u007f\u0001\u0002",
|
|
2431
|
+
"\u0df2\u0df3\u0007;\u0002\u0002\u0df3\u00fd\u0003\u0002\u0002\u0002",
|
|
2432
|
+
"\u0df4\u0df5\u0007\u001c\u0002\u0002\u0df5\u0dff\b\u0080\u0001\u0002",
|
|
2433
|
+
"\u0df6\u0e00\u0005\u0104\u0083\u0002\u0df7\u0df8\b\u0080\u0001\u0002",
|
|
2434
|
+
"\u0df8\u0dfb\u0005\u0108\u0085\u0002\u0df9\u0dfa\u0007\u001d\u0002\u0002",
|
|
2435
|
+
"\u0dfa\u0dfc\u0005\u010a\u0086\u0002\u0dfb\u0df9\u0003\u0002\u0002\u0002",
|
|
2436
|
+
"\u0dfb\u0dfc\u0003\u0002\u0002\u0002\u0dfc\u0dfd\u0003\u0002\u0002\u0002",
|
|
2437
|
+
"\u0dfd\u0dfe\b\u0080\u0001\u0002\u0dfe\u0e00\u0003\u0002\u0002\u0002",
|
|
2438
|
+
"\u0dff\u0df6\u0003\u0002\u0002\u0002\u0dff\u0df7\u0003\u0002\u0002\u0002",
|
|
2439
|
+
"\u0e00\u00ff\u0003\u0002\u0002\u0002\u0e01\u0e02\u0007\u001c\u0002\u0002",
|
|
2440
|
+
"\u0e02\u0e0f\b\u0081\u0001\u0002\u0e03\u0e10\u0005\u0104\u0083\u0002",
|
|
2441
|
+
"\u0e04\u0e05\b\u0081\u0001\u0002\u0e05\u0e08\u0005\u0108\u0085\u0002",
|
|
2442
|
+
"\u0e06\u0e07\u0007\u001d\u0002\u0002\u0e07\u0e09\u0005\u010a\u0086\u0002",
|
|
2443
|
+
"\u0e08\u0e06\u0003\u0002\u0002\u0002\u0e08\u0e09\u0003\u0002\u0002\u0002",
|
|
2444
|
+
"\u0e09\u0e0d\u0003\u0002\u0002\u0002\u0e0a\u0e0b\u0007\u0007\u0002\u0002",
|
|
2445
|
+
"\u0e0b\u0e0c\b\u0081\u0001\u0002\u0e0c\u0e0e\u0005\u010c\u0087\u0002",
|
|
2446
|
+
"\u0e0d\u0e0a\u0003\u0002\u0002\u0002\u0e0d\u0e0e\u0003\u0002\u0002\u0002",
|
|
2447
|
+
"\u0e0e\u0e10\u0003\u0002\u0002\u0002\u0e0f\u0e03\u0003\u0002\u0002\u0002",
|
|
2448
|
+
"\u0e0f\u0e04\u0003\u0002\u0002\u0002\u0e10\u0101\u0003\u0002\u0002\u0002",
|
|
2449
|
+
"\u0e11\u0e12\u0007\u001c\u0002\u0002\u0e12\u0e2d\b\u0082\u0001\u0002",
|
|
2450
|
+
"\u0e13\u0e2e\u0005\u0104\u0083\u0002\u0e14\u0e15\b\u0082\u0001\u0002",
|
|
2451
|
+
"\u0e15\u0e16\u0005\u0108\u0085\u0002\u0e16\u0e19\b\u0082\u0001\u0002",
|
|
2452
|
+
"\u0e17\u0e18\u0007\u0092\u0002\u0002\u0e18\u0e1a\u0005\u010a\u0086\u0002",
|
|
2453
|
+
"\u0e19\u0e17\u0003\u0002\u0002\u0002\u0e19\u0e1a\u0003\u0002\u0002\u0002",
|
|
2454
|
+
"\u0e1a\u0e1b\u0003\u0002\u0002\u0002\u0e1b\u0e2b\b\u0082\u0001\u0002",
|
|
2455
|
+
"\u0e1c\u0e1d\u0007\u0093\u0002\u0002\u0e1d\u0e29\b\u0082\u0001\u0002",
|
|
2456
|
+
"\u0e1e\u0e2a\u0005\u010e\u0088\u0002\u0e1f\u0e20\u0007\u001c\u0002\u0002",
|
|
2457
|
+
"\u0e20\u0e23\u0005\u0108\u0085\u0002\u0e21\u0e23\u0005\u0108\u0085\u0002",
|
|
2458
|
+
"\u0e22\u0e1f\u0003\u0002\u0002\u0002\u0e22\u0e21\u0003\u0002\u0002\u0002",
|
|
2459
|
+
"\u0e23\u0e24\u0003\u0002\u0002\u0002\u0e24\u0e27\b\u0082\u0001\u0002",
|
|
2460
|
+
"\u0e25\u0e26\u0007\u0092\u0002\u0002\u0e26\u0e28\u0005\u010a\u0086\u0002",
|
|
2461
|
+
"\u0e27\u0e25\u0003\u0002\u0002\u0002\u0e27\u0e28\u0003\u0002\u0002\u0002",
|
|
2462
|
+
"\u0e28\u0e2a\u0003\u0002\u0002\u0002\u0e29\u0e1e\u0003\u0002\u0002\u0002",
|
|
2463
|
+
"\u0e29\u0e22\u0003\u0002\u0002\u0002\u0e2a\u0e2c\u0003\u0002\u0002\u0002",
|
|
2464
|
+
"\u0e2b\u0e1c\u0003\u0002\u0002\u0002\u0e2b\u0e2c\u0003\u0002\u0002\u0002",
|
|
2465
|
+
"\u0e2c\u0e2e\u0003\u0002\u0002\u0002\u0e2d\u0e13\u0003\u0002\u0002\u0002",
|
|
2466
|
+
"\u0e2d\u0e14\u0003\u0002\u0002\u0002\u0e2e\u0103\u0003\u0002\u0002\u0002",
|
|
2467
|
+
"\u0e2f\u0e30\u0007\b\u0002\u0002\u0e30\u0e31\b\u0083\u0001\u0002\u0e31",
|
|
2468
|
+
"\u0e37\u0005\u0106\u0084\u0002\u0e32\u0e33\u0007\u0005\u0002\u0002\u0e33",
|
|
2469
|
+
"\u0e34\b\u0083\u0001\u0002\u0e34\u0e36\u0005\u0106\u0084\u0002\u0e35",
|
|
2470
|
+
"\u0e32\u0003\u0002\u0002\u0002\u0e36\u0e39\u0003\u0002\u0002\u0002\u0e37",
|
|
2471
|
+
"\u0e35\u0003\u0002\u0002\u0002\u0e37\u0e38\u0003\u0002\u0002\u0002\u0e38",
|
|
2472
|
+
"\u0e3a\u0003\u0002\u0002\u0002\u0e39\u0e37\u0003\u0002\u0002\u0002\u0e3a",
|
|
2473
|
+
"\u0e3b\u0007\t\u0002\u0002\u0e3b\u0105\u0003\u0002\u0002\u0002\u0e3c",
|
|
2474
|
+
"\u0e3f\u0005\u0108\u0085\u0002\u0e3d\u0e3e\u0007\u001d\u0002\u0002\u0e3e",
|
|
2475
|
+
"\u0e40\u0005\u010a\u0086\u0002\u0e3f\u0e3d\u0003\u0002\u0002\u0002\u0e3f",
|
|
2476
|
+
"\u0e40\u0003\u0002\u0002\u0002\u0e40\u0e44\u0003\u0002\u0002\u0002\u0e41",
|
|
2477
|
+
"\u0e42\u0007\u0007\u0002\u0002\u0e42\u0e43\b\u0084\u0001\u0002\u0e43",
|
|
2478
|
+
"\u0e45\u0005\u010c\u0087\u0002\u0e44\u0e41\u0003\u0002\u0002\u0002\u0e44",
|
|
2479
|
+
"\u0e45\u0003\u0002\u0002\u0002\u0e45\u0107\u0003\u0002\u0002\u0002\u0e46",
|
|
2480
|
+
"\u0e47\u0005\u011a\u008e\u0002\u0e47\u0e51\b\u0085\u0001\u0002\u0e48",
|
|
2481
|
+
"\u0e4a\u0007\u0011\u0002\u0002\u0e49\u0e4b\u0007\u001c\u0002\u0002\u0e4a",
|
|
2482
|
+
"\u0e49\u0003\u0002\u0002\u0002\u0e4a\u0e4b\u0003\u0002\u0002\u0002\u0e4b",
|
|
2483
|
+
"\u0e4c\u0003\u0002\u0002\u0002\u0e4c\u0e4d\u0005\u011a\u008e\u0002\u0e4d",
|
|
2484
|
+
"\u0e4e\b\u0085\u0001\u0002\u0e4e\u0e50\u0003\u0002\u0002\u0002\u0e4f",
|
|
2485
|
+
"\u0e48\u0003\u0002\u0002\u0002\u0e50\u0e53\u0003\u0002\u0002\u0002\u0e51",
|
|
2486
|
+
"\u0e4f\u0003\u0002\u0002\u0002\u0e51\u0e52\u0003\u0002\u0002\u0002\u0e52",
|
|
2487
|
+
"\u0109\u0003\u0002\u0002\u0002\u0e53\u0e51\u0003\u0002\u0002\u0002\u0e54",
|
|
2488
|
+
"\u0e55\b\u0086\u0001\u0002\u0e55\u0e56\u0005\u00dco\u0002\u0e56\u0e57",
|
|
2489
|
+
"\b\u0086\u0001\u0002\u0e57\u010b\u0003\u0002\u0002\u0002\u0e58\u0e62",
|
|
2490
|
+
"\u0005\u010e\u0088\u0002\u0e59\u0e5b\u0007\u001c\u0002\u0002\u0e5a\u0e59",
|
|
2491
|
+
"\u0003\u0002\u0002\u0002\u0e5a\u0e5b\u0003\u0002\u0002\u0002\u0e5b\u0e5c",
|
|
2492
|
+
"\u0003\u0002\u0002\u0002\u0e5c\u0e5f\u0005\u0108\u0085\u0002\u0e5d\u0e5e",
|
|
2493
|
+
"\u0007\u001d\u0002\u0002\u0e5e\u0e60\u0005\u010a\u0086\u0002\u0e5f\u0e5d",
|
|
2494
|
+
"\u0003\u0002\u0002\u0002\u0e5f\u0e60\u0003\u0002\u0002\u0002\u0e60\u0e62",
|
|
2495
|
+
"\u0003\u0002\u0002\u0002\u0e61\u0e58\u0003\u0002\u0002\u0002\u0e61\u0e5a",
|
|
2496
|
+
"\u0003\u0002\u0002\u0002\u0e62\u010d\u0003\u0002\u0002\u0002\u0e63\u0e64",
|
|
2497
|
+
"\u0007\u0004\u0002\u0002\u0e64\u0e65\b\u0088\u0001\u0002\u0e65\u0e6b",
|
|
2498
|
+
"\u0005\u0110\u0089\u0002\u0e66\u0e67\u0007\u0005\u0002\u0002\u0e67\u0e68",
|
|
2499
|
+
"\b\u0088\u0001\u0002\u0e68\u0e6a\u0005\u0110\u0089\u0002\u0e69\u0e66",
|
|
2500
|
+
"\u0003\u0002\u0002\u0002\u0e6a\u0e6d\u0003\u0002\u0002\u0002\u0e6b\u0e69",
|
|
2501
|
+
"\u0003\u0002\u0002\u0002\u0e6b\u0e6c\u0003\u0002\u0002\u0002\u0e6c\u0e6e",
|
|
2502
|
+
"\u0003\u0002\u0002\u0002\u0e6d\u0e6b\u0003\u0002\u0002\u0002\u0e6e\u0e6f",
|
|
2503
|
+
"\u0007\u0006\u0002\u0002\u0e6f\u0ea7\u0003\u0002\u0002\u0002\u0e70\u0e71",
|
|
2504
|
+
"\u0007\r\u0002\u0002\u0e71\u0e72\b\u0088\u0001\u0002\u0e72\u0e94\b\u0088",
|
|
2505
|
+
"\u0001\u0002\u0e73\u0e74\u0005\u0114\u008b\u0002\u0e74\u0e75\b\u0088",
|
|
2506
|
+
"\u0001\u0002\u0e75\u0e7e\u0003\u0002\u0002\u0002\u0e76\u0e7a\u0007\u001e",
|
|
2507
|
+
"\u0002\u0002\u0e77\u0e78\u0007\u0088\u0002\u0002\u0e78\u0e79\u0007\u0084",
|
|
2508
|
+
"\u0002\u0002\u0e79\u0e7b\u0005\u0114\u008b\u0002\u0e7a\u0e77\u0003\u0002",
|
|
2509
|
+
"\u0002\u0002\u0e7a\u0e7b\u0003\u0002\u0002\u0002\u0e7b\u0e7c\u0003\u0002",
|
|
2510
|
+
"\u0002\u0002\u0e7c\u0e7e\b\u0088\u0001\u0002\u0e7d\u0e73\u0003\u0002",
|
|
2511
|
+
"\u0002\u0002\u0e7d\u0e76\u0003\u0002\u0002\u0002\u0e7e\u0e91\u0003\u0002",
|
|
2512
|
+
"\u0002\u0002\u0e7f\u0e80\u0007\u0005\u0002\u0002\u0e80\u0e81\b\u0088",
|
|
2513
|
+
"\u0001\u0002\u0e81\u0e8d\b\u0088\u0001\u0002\u0e82\u0e83\u0005\u0114",
|
|
2514
|
+
"\u008b\u0002\u0e83\u0e84\b\u0088\u0001\u0002\u0e84\u0e8e\u0003\u0002",
|
|
2515
|
+
"\u0002\u0002\u0e85\u0e86\b\u0088\u0001\u0002\u0e86\u0e8a\u0007\u001e",
|
|
2516
|
+
"\u0002\u0002\u0e87\u0e88\u0007\u0088\u0002\u0002\u0e88\u0e89\u0007\u0084",
|
|
2517
|
+
"\u0002\u0002\u0e89\u0e8b\u0005\u0114\u008b\u0002\u0e8a\u0e87\u0003\u0002",
|
|
2518
|
+
"\u0002\u0002\u0e8a\u0e8b\u0003\u0002\u0002\u0002\u0e8b\u0e8c\u0003\u0002",
|
|
2519
|
+
"\u0002\u0002\u0e8c\u0e8e\b\u0088\u0001\u0002\u0e8d\u0e82\u0003\u0002",
|
|
2520
|
+
"\u0002\u0002\u0e8d\u0e85\u0003\u0002\u0002\u0002\u0e8e\u0e90\u0003\u0002",
|
|
2521
|
+
"\u0002\u0002\u0e8f\u0e7f\u0003\u0002\u0002\u0002\u0e90\u0e93\u0003\u0002",
|
|
2522
|
+
"\u0002\u0002\u0e91\u0e8f\u0003\u0002\u0002\u0002\u0e91\u0e92\u0003\u0002",
|
|
2523
|
+
"\u0002\u0002\u0e92\u0e95\u0003\u0002\u0002\u0002\u0e93\u0e91\u0003\u0002",
|
|
2524
|
+
"\u0002\u0002\u0e94\u0e7d\u0003\u0002\u0002\u0002\u0e94\u0e95\u0003\u0002",
|
|
2525
|
+
"\u0002\u0002\u0e95\u0e96\u0003\u0002\u0002\u0002\u0e96\u0e97\u0007\u0010",
|
|
2526
|
+
"\u0002\u0002\u0e97\u0ea7\b\u0088\u0001\u0002\u0e98\u0e99\u0005\u0116",
|
|
2527
|
+
"\u008c\u0002\u0e99\u0e9a\b\u0088\u0001\u0002\u0e9a\u0ea7\u0003\u0002",
|
|
2528
|
+
"\u0002\u0002\u0e9b\u0e9e\u0007\u000b\u0002\u0002\u0e9c\u0e9e\u0007\f",
|
|
2529
|
+
"\u0002\u0002\u0e9d\u0e9b\u0003\u0002\u0002\u0002\u0e9d\u0e9c\u0003\u0002",
|
|
2530
|
+
"\u0002\u0002\u0e9e\u0e9f\u0003\u0002\u0002\u0002\u0e9f\u0ea0\u0007=",
|
|
2531
|
+
"\u0002\u0002\u0ea0\u0ea7\b\u0088\u0001\u0002\u0ea1\u0ea2\u0007\b\u0002",
|
|
2532
|
+
"\u0002\u0ea2\u0ea3\u0005\u00c8e\u0002\u0ea3\u0ea4\b\u0088\u0001\u0002",
|
|
2533
|
+
"\u0ea4\u0ea5\u0007\t\u0002\u0002\u0ea5\u0ea7\u0003\u0002\u0002\u0002",
|
|
2534
|
+
"\u0ea6\u0e63\u0003\u0002\u0002\u0002\u0ea6\u0e70\u0003\u0002\u0002\u0002",
|
|
2535
|
+
"\u0ea6\u0e98\u0003\u0002\u0002\u0002\u0ea6\u0e9d\u0003\u0002\u0002\u0002",
|
|
2536
|
+
"\u0ea6\u0ea1\u0003\u0002\u0002\u0002\u0ea7\u010f\u0003\u0002\u0002\u0002",
|
|
2537
|
+
"\u0ea8\u0eaa\u0007\u001c\u0002\u0002\u0ea9\u0ea8\u0003\u0002\u0002\u0002",
|
|
2538
|
+
"\u0ea9\u0eaa\u0003\u0002\u0002\u0002\u0eaa\u0eab\u0003\u0002\u0002\u0002",
|
|
2539
|
+
"\u0eab\u0eae\u0005\u0108\u0085\u0002\u0eac\u0ead\u0007\u001d\u0002\u0002",
|
|
2540
|
+
"\u0ead\u0eaf\u0005\u010a\u0086\u0002\u0eae\u0eac\u0003\u0002\u0002\u0002",
|
|
2541
|
+
"\u0eae\u0eaf\u0003\u0002\u0002\u0002\u0eaf\u0eb3\u0003\u0002\u0002\u0002",
|
|
2542
|
+
"\u0eb0\u0eb1\u0007\u0007\u0002\u0002\u0eb1\u0eb2\b\u0089\u0001\u0002",
|
|
2543
|
+
"\u0eb2\u0eb4\u0005\u010c\u0087\u0002\u0eb3\u0eb0\u0003\u0002\u0002\u0002",
|
|
2544
|
+
"\u0eb3\u0eb4\u0003\u0002\u0002\u0002\u0eb4\u0eb5\u0003\u0002\u0002\u0002",
|
|
2545
|
+
"\u0eb5\u0eb6\b\u0089\u0001\u0002\u0eb6\u0111\u0003\u0002\u0002\u0002",
|
|
2546
|
+
"\u0eb7\u0eb9\u0007\u001c\u0002\u0002\u0eb8\u0eb7\u0003\u0002\u0002\u0002",
|
|
2547
|
+
"\u0eb8\u0eb9\u0003\u0002\u0002\u0002\u0eb9\u0eba\u0003\u0002\u0002\u0002",
|
|
2548
|
+
"\u0eba\u0ec0\u0005\u0108\u0085\u0002\u0ebb\u0ebc\u0007\u0007\u0002\u0002",
|
|
2549
|
+
"\u0ebc\u0ebd\b\u008a\u0001\u0002\u0ebd\u0ebe\u0005\u0114\u008b\u0002",
|
|
2550
|
+
"\u0ebe\u0ebf\b\u008a\u0001\u0002\u0ebf\u0ec1\u0003\u0002\u0002\u0002",
|
|
2551
|
+
"\u0ec0\u0ebb\u0003\u0002\u0002\u0002\u0ec0\u0ec1\u0003\u0002\u0002\u0002",
|
|
2552
|
+
"\u0ec1\u0ec2\u0003\u0002\u0002\u0002\u0ec2\u0ec3\b\u008a\u0001\u0002",
|
|
2553
|
+
"\u0ec3\u0113\u0003\u0002\u0002\u0002\u0ec4\u0ec5\u0007\u0004\u0002\u0002",
|
|
2554
|
+
"\u0ec5\u0ec6\b\u008b\u0001\u0002\u0ec6\u0ec7\b\u008b\u0001\u0002\u0ec7",
|
|
2555
|
+
"\u0ecd\u0005\u0112\u008a\u0002\u0ec8\u0ec9\u0007\u0005\u0002\u0002\u0ec9",
|
|
2556
|
+
"\u0eca\b\u008b\u0001\u0002\u0eca\u0ecc\u0005\u0112\u008a\u0002\u0ecb",
|
|
2557
|
+
"\u0ec8\u0003\u0002\u0002\u0002\u0ecc\u0ecf\u0003\u0002\u0002\u0002\u0ecd",
|
|
2558
|
+
"\u0ecb\u0003\u0002\u0002\u0002\u0ecd\u0ece\u0003\u0002\u0002\u0002\u0ece",
|
|
2559
|
+
"\u0ed0\u0003\u0002\u0002\u0002\u0ecf\u0ecd\u0003\u0002\u0002\u0002\u0ed0",
|
|
2560
|
+
"\u0ed1\u0007\u0006\u0002\u0002\u0ed1\u0efc\u0003\u0002\u0002\u0002\u0ed2",
|
|
2561
|
+
"\u0ed3\u0007\r\u0002\u0002\u0ed3\u0ed4\b\u008b\u0001\u0002\u0ed4\u0ee2",
|
|
2562
|
+
"\b\u008b\u0001\u0002\u0ed5\u0ed6\u0005\u0114\u008b\u0002\u0ed6\u0edf",
|
|
2563
|
+
"\b\u008b\u0001\u0002\u0ed7\u0ed8\u0007\u0005\u0002\u0002\u0ed8\u0ed9",
|
|
2564
|
+
"\b\u008b\u0001\u0002\u0ed9\u0eda\b\u008b\u0001\u0002\u0eda\u0edb\u0005",
|
|
2565
|
+
"\u0114\u008b\u0002\u0edb\u0edc\b\u008b\u0001\u0002\u0edc\u0ede\u0003",
|
|
2566
|
+
"\u0002\u0002\u0002\u0edd\u0ed7\u0003\u0002\u0002\u0002\u0ede\u0ee1\u0003",
|
|
2567
|
+
"\u0002\u0002\u0002\u0edf\u0edd\u0003\u0002\u0002\u0002\u0edf\u0ee0\u0003",
|
|
2568
|
+
"\u0002\u0002\u0002\u0ee0\u0ee3\u0003\u0002\u0002\u0002\u0ee1\u0edf\u0003",
|
|
2569
|
+
"\u0002\u0002\u0002\u0ee2\u0ed5\u0003\u0002\u0002\u0002\u0ee2\u0ee3\u0003",
|
|
2570
|
+
"\u0002\u0002\u0002\u0ee3\u0ee4\u0003\u0002\u0002\u0002\u0ee4\u0efc\u0007",
|
|
2571
|
+
"\u0010\u0002\u0002\u0ee5\u0ee6\u0005\u0116\u008c\u0002\u0ee6\u0ee7\b",
|
|
2572
|
+
"\u008b\u0001\u0002\u0ee7\u0efc\u0003\u0002\u0002\u0002\u0ee8\u0eeb\u0007",
|
|
2573
|
+
"\u000b\u0002\u0002\u0ee9\u0eeb\u0007\f\u0002\u0002\u0eea\u0ee8\u0003",
|
|
2574
|
+
"\u0002\u0002\u0002\u0eea\u0ee9\u0003\u0002\u0002\u0002\u0eeb\u0eec\u0003",
|
|
2575
|
+
"\u0002\u0002\u0002\u0eec\u0eed\u0007=\u0002\u0002\u0eed\u0efc\b\u008b",
|
|
2576
|
+
"\u0001\u0002\u0eee\u0ef0\u0007\u001c\u0002\u0002\u0eef\u0eee\u0003\u0002",
|
|
2577
|
+
"\u0002\u0002\u0eef\u0ef0\u0003\u0002\u0002\u0002\u0ef0\u0ef1\u0003\u0002",
|
|
2578
|
+
"\u0002\u0002\u0ef1\u0ef4\u0005\u0108\u0085\u0002\u0ef2\u0ef3\u0007\u001d",
|
|
2579
|
+
"\u0002\u0002\u0ef3\u0ef5\u0005\u010a\u0086\u0002\u0ef4\u0ef2\u0003\u0002",
|
|
2580
|
+
"\u0002\u0002\u0ef4\u0ef5\u0003\u0002\u0002\u0002\u0ef5\u0efc\u0003\u0002",
|
|
2581
|
+
"\u0002\u0002\u0ef6\u0ef7\u0007\b\u0002\u0002\u0ef7\u0ef8\u0005\u00c8",
|
|
2582
|
+
"e\u0002\u0ef8\u0ef9\b\u008b\u0001\u0002\u0ef9\u0efa\u0007\t\u0002\u0002",
|
|
2583
|
+
"\u0efa\u0efc\u0003\u0002\u0002\u0002\u0efb\u0ec4\u0003\u0002\u0002\u0002",
|
|
2584
|
+
"\u0efb\u0ed2\u0003\u0002\u0002\u0002\u0efb\u0ee5\u0003\u0002\u0002\u0002",
|
|
2585
|
+
"\u0efb\u0eea\u0003\u0002\u0002\u0002\u0efb\u0eef\u0003\u0002\u0002\u0002",
|
|
2586
|
+
"\u0efb\u0ef6\u0003\u0002\u0002\u0002\u0efc\u0115\u0003\u0002\u0002\u0002",
|
|
2587
|
+
"\u0efd\u0efe\u0007\u001d\u0002\u0002\u0efe\u0eff\b\u008c\u0001\u0002",
|
|
2588
|
+
"\u0eff\u0f00\u0005\u011a\u008e\u0002\u0f00\u0f01\b\u008c\u0001\u0002",
|
|
2589
|
+
"\u0f01\u0f0d\u0003\u0002\u0002\u0002\u0f02\u0f03\u00075\u0002\u0002",
|
|
2590
|
+
"\u0f03\u0f0d\b\u008c\u0001\u0002\u0f04\u0f05\u0007\'\u0002\u0002\u0f05",
|
|
2591
|
+
"\u0f0d\b\u008c\u0001\u0002\u0f06\u0f07\u0007=\u0002\u0002\u0f07\u0f0d",
|
|
2592
|
+
"\b\u008c\u0001\u0002\u0f08\u0f09\u0007#\u0002\u0002\u0f09\u0f0d\b\u008c",
|
|
2593
|
+
"\u0001\u0002\u0f0a\u0f0b\u0007$\u0002\u0002\u0f0b\u0f0d\b\u008c\u0001",
|
|
2594
|
+
"\u0002\u0f0c\u0efd\u0003\u0002\u0002\u0002\u0f0c\u0f02\u0003\u0002\u0002",
|
|
2595
|
+
"\u0002\u0f0c\u0f04\u0003\u0002\u0002\u0002\u0f0c\u0f06\u0003\u0002\u0002",
|
|
2596
|
+
"\u0002\u0f0c\u0f08\u0003\u0002\u0002\u0002\u0f0c\u0f0a\u0003\u0002\u0002",
|
|
2597
|
+
"\u0002\u0f0d\u0117\u0003\u0002\u0002\u0002\u0f0e\u0f0f\u0007\u008c\u0002",
|
|
2598
|
+
"\u0002\u0f0f\u0119\u0003\u0002\u0002\u0002\u0f10\u0f11\t\u000e\u0002",
|
|
2599
|
+
"\u0002\u0f11\u011b\u0003\u0002\u0002\u0002\u01f9\u011f\u0125\u0127\u012d",
|
|
2600
|
+
"\u012f\u0132\u0144\u014f\u0157\u0159\u0165\u016b\u016f\u017a\u0184\u0189",
|
|
2601
|
+
"\u0190\u0195\u019a\u019e\u01a6\u01b2\u01b8\u01c1\u01c7\u01cf\u01de\u01e8",
|
|
2602
|
+
"\u01ec\u01f5\u01f7\u01ff\u020b\u0210\u0217\u021f\u0223\u022c\u022f\u0236",
|
|
2603
|
+
"\u0241\u0246\u024a\u0255\u025a\u025e\u0269\u026e\u0273\u0275\u027a\u027d",
|
|
2604
|
+
"\u0284\u028e\u0292\u0295\u0298\u029c\u02a3\u02ae\u02b3\u02bb\u02c6\u02cb",
|
|
2605
|
+
"\u02d3\u02d9\u02dd\u02e3\u02ec\u02f1\u02f9\u02ff\u0309\u0311\u0317\u031e",
|
|
2606
|
+
"\u032a\u0334\u033c\u0346\u034a\u0350\u0353\u035b\u0363\u0367\u036c\u0371",
|
|
2607
|
+
"\u0378\u0380\u0387\u038e\u0394\u0398\u03b3\u03ba\u03be\u03c2\u03c5\u03cb",
|
|
2608
|
+
"\u03d5\u03db\u03dd\u03df\u03eb\u03f4\u03f7\u0401\u040a\u0410\u0418\u041b",
|
|
2609
|
+
"\u0425\u042e\u0434\u043c\u043f\u0443\u0449\u044d\u0451\u0455\u0457\u046c",
|
|
2610
|
+
"\u0474\u0481\u048e\u0499\u04a2\u04b0\u04b3\u04bd\u04c2\u04c6\u04c8\u04d0",
|
|
2611
|
+
"\u04d6\u04dc\u04e4\u04ea\u04f0\u04fb\u0503\u0507\u050d\u0511\u0515\u051c",
|
|
2612
|
+
"\u0527\u052c\u0534\u0539\u0541\u0547\u0552\u0555\u055f\u0564\u056c\u0571",
|
|
2613
|
+
"\u0575\u0581\u0589\u0596\u0599\u059d\u059f\u05a7\u05af\u05bc\u05c9\u05cf",
|
|
2614
|
+
"\u05d2\u05d8\u05e0\u05e7\u05ef\u05f5\u05fa\u0606\u060c\u0613\u0618\u061e",
|
|
2615
|
+
"\u0623\u0632\u063a\u0643\u0647\u0649\u0651\u065d\u0668\u0670\u0678\u0680",
|
|
2616
|
+
"\u0686\u068e\u0699\u06a0\u06a4\u06ac\u06b4\u06bc\u06c2\u06ca\u06d3\u06db",
|
|
2617
|
+
"\u06e2\u06e7\u06ef\u06f5\u06f7\u06fb\u0703\u0709\u070b\u070d\u0714\u071d",
|
|
2618
|
+
"\u0725\u0728\u0733\u073a\u0741\u0745\u0748\u074e\u0758\u075e\u0760\u0764",
|
|
2619
|
+
"\u0768\u076e\u0777\u077d\u0788\u078f\u0798\u079e\u07a2\u07ac\u07b4\u07b6",
|
|
2620
|
+
"\u07b8\u07ba\u07c1\u07cc\u07d7\u07db\u07df\u07e7\u07ed\u07ef\u07f3\u07fb",
|
|
2621
|
+
"\u0801\u0803\u0805\u0809\u080f\u0813\u081f\u0822\u0827\u082e\u0838\u083b",
|
|
2622
|
+
"\u0840\u0847\u084d\u0860\u086c\u086e\u0870\u087f\u0881\u0883\u088b\u0890",
|
|
2623
|
+
"\u0896\u089d\u08a9\u08b2\u08c0\u08c4\u08cd\u08d0\u08dc\u08ea\u08ef\u08fa",
|
|
2624
|
+
"\u0900\u0904\u0907\u090d\u0919\u091c\u0922\u0927\u092c\u0933\u0937\u093b",
|
|
2625
|
+
"\u093f\u0943\u0945\u094c\u0951\u0956\u095d\u0962\u096c\u0978\u097e\u0982",
|
|
2626
|
+
"\u0985\u0988\u098c\u0995\u099b\u09a1\u09ad\u09b0\u09b6\u09c1\u09c3\u09ca",
|
|
2627
|
+
"\u09d9\u09db\u09e3\u09eb\u09f4\u09fe\u0a05\u0a0c\u0a0e\u0a1b\u0a24\u0a2a",
|
|
2628
|
+
"\u0a31\u0a39\u0a40\u0a44\u0a54\u0a63\u0a73\u0a76\u0a80\u0a86\u0a8a\u0a8d",
|
|
2629
|
+
"\u0a9a\u0aa0\u0aa8\u0aac\u0aae\u0ab2\u0ab8\u0abe\u0acb\u0ace\u0ad5\u0adf",
|
|
2630
|
+
"\u0ae7\u0af0\u0af6\u0af8\u0b02\u0b05\u0b12\u0b15\u0b20\u0b25\u0b32\u0b3d",
|
|
2631
|
+
"\u0b45\u0b4a\u0b50\u0b56\u0b59\u0b5f\u0b62\u0b68\u0b6b\u0b6f\u0b74\u0b7a",
|
|
2632
|
+
"\u0b7e\u0b84\u0b8c\u0b92\u0b99\u0ba4\u0baf\u0bb6\u0bb9\u0bbb\u0bcf\u0bd3",
|
|
2633
|
+
"\u0bd6\u0bda\u0be0\u0be9\u0bef\u0c08\u0c0a\u0c0c\u0c14\u0c19\u0c25\u0c2d",
|
|
2634
|
+
"\u0c31\u0c3b\u0c52\u0c5f\u0c61\u0c68\u0c7e\u0c88\u0c8c\u0c91\u0c97\u0ca1",
|
|
2635
|
+
"\u0caa\u0cad\u0cb0\u0cba\u0cbd\u0cbf\u0cd6\u0cdd\u0ce0\u0ce7\u0cea\u0cee",
|
|
2636
|
+
"\u0d00\u0d0f\u0d19\u0d1f\u0d22\u0d37\u0d3d\u0d48\u0d4c\u0d4e\u0d57\u0d60",
|
|
2637
|
+
"\u0d67\u0d72\u0d82\u0d8b\u0d91\u0d9b\u0da9\u0db7\u0dbc\u0dc9\u0dce\u0dd5",
|
|
2638
|
+
"\u0ddc\u0de3\u0dfb\u0dff\u0e08\u0e0d\u0e0f\u0e19\u0e22\u0e27\u0e29\u0e2b",
|
|
2639
|
+
"\u0e2d\u0e37\u0e3f\u0e44\u0e4a\u0e51\u0e5a\u0e5f\u0e61\u0e6b\u0e7a\u0e7d",
|
|
2640
|
+
"\u0e8a\u0e8d\u0e91\u0e94\u0e9d\u0ea6\u0ea9\u0eae\u0eb3\u0eb8\u0ec0\u0ecd",
|
|
2641
|
+
"\u0edf\u0ee2\u0eea\u0eef\u0ef4\u0efb\u0f0c"].join("");
|
|
2642
2642
|
const atn = new antlr4_1.default.atn.ATNDeserializer().deserialize(serializedATN);
|
|
2643
2643
|
const decisionsToDFA = atn.decisionToState.map((ds, index) => new antlr4_1.default.dfa.DFA(ds, index));
|
|
2644
2644
|
const sharedContextCache = new antlr4_1.default.PredictionContextCache();
|
|
@@ -11775,7 +11775,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
11775
11775
|
this.enterRule(localctx, 184, languageParser.RULE_selectItemInlineDef);
|
|
11776
11776
|
var _la = 0; // Token type
|
|
11777
11777
|
try {
|
|
11778
|
-
this.state =
|
|
11778
|
+
this.state = 2851;
|
|
11779
11779
|
this._errHandler.sync(this);
|
|
11780
11780
|
switch (this._input.LA(1)) {
|
|
11781
11781
|
case languageParser.T__11:
|
|
@@ -11892,7 +11892,9 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
11892
11892
|
this._errHandler.sync(this);
|
|
11893
11893
|
_la = this._input.LA(1);
|
|
11894
11894
|
}
|
|
11895
|
-
this.
|
|
11895
|
+
if (this.getCurrentToken().text.toUpperCase() === 'VIRTUAL')
|
|
11896
|
+
this.reportVirtualAsRef();
|
|
11897
|
+
this.state = 2850;
|
|
11896
11898
|
this.selectItemDefBody(localctx.art, localctx.outer);
|
|
11897
11899
|
break;
|
|
11898
11900
|
default:
|
|
@@ -11923,26 +11925,26 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
11923
11925
|
var _la = 0; // Token type
|
|
11924
11926
|
try {
|
|
11925
11927
|
this.enterOuterAlt(localctx, 1);
|
|
11926
|
-
this.state = 2852;
|
|
11927
|
-
this.match(languageParser.ORDER);
|
|
11928
11928
|
this.state = 2853;
|
|
11929
|
+
this.match(languageParser.ORDER);
|
|
11930
|
+
this.state = 2854;
|
|
11929
11931
|
this.match(languageParser.BY);
|
|
11930
11932
|
localctx.query = this.unaryOpForParens(localctx.inQuery, '$' + 'query');
|
|
11931
|
-
this.state =
|
|
11933
|
+
this.state = 2856;
|
|
11932
11934
|
localctx.ob1 = this.orderBySpec();
|
|
11933
11935
|
if (localctx.query)
|
|
11934
11936
|
localctx.query.orderBy = [localctx.ob1.ob];
|
|
11935
|
-
this.state =
|
|
11937
|
+
this.state = 2864;
|
|
11936
11938
|
this._errHandler.sync(this);
|
|
11937
11939
|
_la = this._input.LA(1);
|
|
11938
11940
|
while (_la === languageParser.T__2) {
|
|
11939
|
-
this.state = 2857;
|
|
11940
|
-
this.match(languageParser.T__2);
|
|
11941
11941
|
this.state = 2858;
|
|
11942
|
+
this.match(languageParser.T__2);
|
|
11943
|
+
this.state = 2859;
|
|
11942
11944
|
localctx.obn = this.orderBySpec();
|
|
11943
11945
|
if (localctx.query)
|
|
11944
11946
|
localctx.query.orderBy.push(localctx.obn.ob);
|
|
11945
|
-
this.state =
|
|
11947
|
+
this.state = 2866;
|
|
11946
11948
|
this._errHandler.sync(this);
|
|
11947
11949
|
_la = this._input.LA(1);
|
|
11948
11950
|
}
|
|
@@ -11968,20 +11970,20 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
11968
11970
|
var _la = 0; // Token type
|
|
11969
11971
|
try {
|
|
11970
11972
|
this.enterOuterAlt(localctx, 1);
|
|
11971
|
-
this.state =
|
|
11973
|
+
this.state = 2867;
|
|
11972
11974
|
localctx.limkw = this.match(languageParser.LIMIT);
|
|
11973
11975
|
localctx.query = this.unaryOpForParens(localctx.inQuery, '$' + 'query');
|
|
11974
|
-
this.state =
|
|
11976
|
+
this.state = 2869;
|
|
11975
11977
|
localctx.lim = this.expression();
|
|
11976
11978
|
if (localctx.query)
|
|
11977
11979
|
localctx.query.limit = { rows: localctx.lim.expr };
|
|
11978
|
-
this.state =
|
|
11980
|
+
this.state = 2875;
|
|
11979
11981
|
this._errHandler.sync(this);
|
|
11980
11982
|
_la = this._input.LA(1);
|
|
11981
11983
|
if (_la === languageParser.OFFSET) {
|
|
11982
|
-
this.state = 2870;
|
|
11983
|
-
this.match(languageParser.OFFSET);
|
|
11984
11984
|
this.state = 2871;
|
|
11985
|
+
this.match(languageParser.OFFSET);
|
|
11986
|
+
this.state = 2872;
|
|
11985
11987
|
localctx.off = this.expression();
|
|
11986
11988
|
if (localctx.query)
|
|
11987
11989
|
localctx.query.limit.offset = localctx.off.expr;
|
|
@@ -12008,19 +12010,19 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
12008
12010
|
var _la = 0; // Token type
|
|
12009
12011
|
try {
|
|
12010
12012
|
this.enterOuterAlt(localctx, 1);
|
|
12011
|
-
this.state =
|
|
12013
|
+
this.state = 2877;
|
|
12012
12014
|
localctx.e = this.expression();
|
|
12013
12015
|
localctx.ob = localctx.e.expr;
|
|
12014
|
-
this.state =
|
|
12016
|
+
this.state = 2883;
|
|
12015
12017
|
this._errHandler.sync(this);
|
|
12016
12018
|
switch (this._input.LA(1)) {
|
|
12017
12019
|
case languageParser.ASC:
|
|
12018
|
-
this.state =
|
|
12020
|
+
this.state = 2879;
|
|
12019
12021
|
localctx.asc = this.match(languageParser.ASC);
|
|
12020
12022
|
localctx.ob.sort = this.valueWithTokenLocation('asc', localctx.asc);
|
|
12021
12023
|
break;
|
|
12022
12024
|
case languageParser.DESC:
|
|
12023
|
-
this.state =
|
|
12025
|
+
this.state = 2881;
|
|
12024
12026
|
localctx.desc = this.match(languageParser.DESC);
|
|
12025
12027
|
localctx.ob.sort = this.valueWithTokenLocation('desc', localctx.desc);
|
|
12026
12028
|
break;
|
|
@@ -12055,13 +12057,13 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
12055
12057
|
default:
|
|
12056
12058
|
break;
|
|
12057
12059
|
}
|
|
12058
|
-
this.state =
|
|
12060
|
+
this.state = 2888;
|
|
12059
12061
|
this._errHandler.sync(this);
|
|
12060
12062
|
_la = this._input.LA(1);
|
|
12061
12063
|
if (_la === languageParser.NULLS) {
|
|
12062
|
-
this.state = 2884;
|
|
12063
|
-
localctx.nb = this.match(languageParser.NULLS);
|
|
12064
12064
|
this.state = 2885;
|
|
12065
|
+
localctx.nb = this.match(languageParser.NULLS);
|
|
12066
|
+
this.state = 2886;
|
|
12065
12067
|
localctx.ne = this._input.LT(1);
|
|
12066
12068
|
_la = this._input.LA(1);
|
|
12067
12069
|
if (!(_la === languageParser.FIRST || _la === languageParser.LAST)) {
|
|
@@ -12095,88 +12097,88 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
12095
12097
|
var _la = 0; // Token type
|
|
12096
12098
|
try {
|
|
12097
12099
|
this.enterOuterAlt(localctx, 1);
|
|
12098
|
-
this.state =
|
|
12100
|
+
this.state = 2925;
|
|
12099
12101
|
this._errHandler.sync(this);
|
|
12100
12102
|
switch (this._input.LA(1)) {
|
|
12101
12103
|
case languageParser.JOIN:
|
|
12102
|
-
this.state =
|
|
12104
|
+
this.state = 2890;
|
|
12103
12105
|
localctx.op = this.match(languageParser.JOIN);
|
|
12104
12106
|
localctx.join = 'inner';
|
|
12105
12107
|
break;
|
|
12106
12108
|
case languageParser.INNER:
|
|
12107
|
-
this.state =
|
|
12109
|
+
this.state = 2892;
|
|
12108
12110
|
localctx.t1 = this.match(languageParser.INNER);
|
|
12109
|
-
this.state =
|
|
12111
|
+
this.state = 2894;
|
|
12110
12112
|
this._errHandler.sync(this);
|
|
12111
12113
|
_la = this._input.LA(1);
|
|
12112
12114
|
if (((((_la - 87)) & ~0x1f) == 0 && ((1 << (_la - 87)) & ((1 << (languageParser.EXACT - 87)) | (1 << (languageParser.MANY - 87)) | (1 << (languageParser.ONE - 87)))) !== 0)) {
|
|
12113
|
-
this.state =
|
|
12115
|
+
this.state = 2893;
|
|
12114
12116
|
localctx.c = this.joinCardinality();
|
|
12115
12117
|
}
|
|
12116
|
-
this.state =
|
|
12118
|
+
this.state = 2896;
|
|
12117
12119
|
localctx.op = this.match(languageParser.JOIN);
|
|
12118
12120
|
localctx.join = 'inner';
|
|
12119
12121
|
break;
|
|
12120
12122
|
case languageParser.LEFT:
|
|
12121
|
-
this.state =
|
|
12123
|
+
this.state = 2898;
|
|
12122
12124
|
localctx.t1 = this.match(languageParser.LEFT);
|
|
12123
|
-
this.state =
|
|
12125
|
+
this.state = 2900;
|
|
12124
12126
|
this._errHandler.sync(this);
|
|
12125
12127
|
_la = this._input.LA(1);
|
|
12126
12128
|
if (_la === languageParser.OUTER) {
|
|
12127
|
-
this.state =
|
|
12129
|
+
this.state = 2899;
|
|
12128
12130
|
localctx.t2 = this.match(languageParser.OUTER);
|
|
12129
12131
|
}
|
|
12130
|
-
this.state =
|
|
12132
|
+
this.state = 2903;
|
|
12131
12133
|
this._errHandler.sync(this);
|
|
12132
12134
|
_la = this._input.LA(1);
|
|
12133
12135
|
if (((((_la - 87)) & ~0x1f) == 0 && ((1 << (_la - 87)) & ((1 << (languageParser.EXACT - 87)) | (1 << (languageParser.MANY - 87)) | (1 << (languageParser.ONE - 87)))) !== 0)) {
|
|
12134
|
-
this.state =
|
|
12136
|
+
this.state = 2902;
|
|
12135
12137
|
localctx.c = this.joinCardinality();
|
|
12136
12138
|
}
|
|
12137
|
-
this.state =
|
|
12139
|
+
this.state = 2905;
|
|
12138
12140
|
localctx.op = this.match(languageParser.JOIN);
|
|
12139
12141
|
localctx.join = 'left';
|
|
12140
12142
|
break;
|
|
12141
12143
|
case languageParser.RIGHT:
|
|
12142
|
-
this.state =
|
|
12144
|
+
this.state = 2907;
|
|
12143
12145
|
localctx.t1 = this.match(languageParser.RIGHT);
|
|
12144
|
-
this.state =
|
|
12146
|
+
this.state = 2909;
|
|
12145
12147
|
this._errHandler.sync(this);
|
|
12146
12148
|
_la = this._input.LA(1);
|
|
12147
12149
|
if (_la === languageParser.OUTER) {
|
|
12148
|
-
this.state =
|
|
12150
|
+
this.state = 2908;
|
|
12149
12151
|
localctx.t2 = this.match(languageParser.OUTER);
|
|
12150
12152
|
}
|
|
12151
|
-
this.state =
|
|
12153
|
+
this.state = 2912;
|
|
12152
12154
|
this._errHandler.sync(this);
|
|
12153
12155
|
_la = this._input.LA(1);
|
|
12154
12156
|
if (((((_la - 87)) & ~0x1f) == 0 && ((1 << (_la - 87)) & ((1 << (languageParser.EXACT - 87)) | (1 << (languageParser.MANY - 87)) | (1 << (languageParser.ONE - 87)))) !== 0)) {
|
|
12155
|
-
this.state =
|
|
12157
|
+
this.state = 2911;
|
|
12156
12158
|
localctx.c = this.joinCardinality();
|
|
12157
12159
|
}
|
|
12158
|
-
this.state =
|
|
12160
|
+
this.state = 2914;
|
|
12159
12161
|
localctx.op = this.match(languageParser.JOIN);
|
|
12160
12162
|
localctx.join = 'right';
|
|
12161
12163
|
break;
|
|
12162
12164
|
case languageParser.FULL:
|
|
12163
|
-
this.state =
|
|
12165
|
+
this.state = 2916;
|
|
12164
12166
|
localctx.t1 = this.match(languageParser.FULL);
|
|
12165
|
-
this.state =
|
|
12167
|
+
this.state = 2918;
|
|
12166
12168
|
this._errHandler.sync(this);
|
|
12167
12169
|
_la = this._input.LA(1);
|
|
12168
12170
|
if (_la === languageParser.OUTER) {
|
|
12169
|
-
this.state =
|
|
12171
|
+
this.state = 2917;
|
|
12170
12172
|
localctx.t2 = this.match(languageParser.OUTER);
|
|
12171
12173
|
}
|
|
12172
|
-
this.state =
|
|
12174
|
+
this.state = 2921;
|
|
12173
12175
|
this._errHandler.sync(this);
|
|
12174
12176
|
_la = this._input.LA(1);
|
|
12175
12177
|
if (((((_la - 87)) & ~0x1f) == 0 && ((1 << (_la - 87)) & ((1 << (languageParser.EXACT - 87)) | (1 << (languageParser.MANY - 87)) | (1 << (languageParser.ONE - 87)))) !== 0)) {
|
|
12176
|
-
this.state =
|
|
12178
|
+
this.state = 2920;
|
|
12177
12179
|
localctx.c = this.joinCardinality();
|
|
12178
12180
|
}
|
|
12179
|
-
this.state =
|
|
12181
|
+
this.state = 2923;
|
|
12180
12182
|
localctx.op = this.match(languageParser.JOIN);
|
|
12181
12183
|
localctx.join = 'full';
|
|
12182
12184
|
break;
|
|
@@ -12212,19 +12214,19 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
12212
12214
|
var _la = 0; // Token type
|
|
12213
12215
|
try {
|
|
12214
12216
|
this.enterOuterAlt(localctx, 1);
|
|
12215
|
-
this.state =
|
|
12217
|
+
this.state = 2936;
|
|
12216
12218
|
this._errHandler.sync(this);
|
|
12217
12219
|
switch (this._input.LA(1)) {
|
|
12218
12220
|
case languageParser.EXACT:
|
|
12219
12221
|
case languageParser.ONE:
|
|
12220
|
-
this.state =
|
|
12222
|
+
this.state = 2930;
|
|
12221
12223
|
this._errHandler.sync(this);
|
|
12222
12224
|
_la = this._input.LA(1);
|
|
12223
12225
|
if (_la === languageParser.EXACT) {
|
|
12224
|
-
this.state =
|
|
12226
|
+
this.state = 2929;
|
|
12225
12227
|
localctx.srcExact = this.match(languageParser.EXACT);
|
|
12226
12228
|
}
|
|
12227
|
-
this.state =
|
|
12229
|
+
this.state = 2932;
|
|
12228
12230
|
localctx.srcMaxOne = this.match(languageParser.ONE);
|
|
12229
12231
|
if (localctx.srcExact)
|
|
12230
12232
|
localctx.joinCard.sourceMin = { literal: 'number', val: 1,
|
|
@@ -12233,7 +12235,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
12233
12235
|
location: this.tokenLocation(localctx.srcMaxOne) };
|
|
12234
12236
|
break;
|
|
12235
12237
|
case languageParser.MANY:
|
|
12236
|
-
this.state =
|
|
12238
|
+
this.state = 2934;
|
|
12237
12239
|
localctx.srcMaxMany = this.match(languageParser.MANY);
|
|
12238
12240
|
localctx.joinCard.sourceMax = { literal: 'string', val: '*',
|
|
12239
12241
|
location: this.tokenLocation(localctx.srcMaxMany) };
|
|
@@ -12241,21 +12243,21 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
12241
12243
|
default:
|
|
12242
12244
|
throw new antlr4_1.default.error.NoViableAltException(this);
|
|
12243
12245
|
}
|
|
12244
|
-
this.state =
|
|
12246
|
+
this.state = 2938;
|
|
12245
12247
|
this.match(languageParser.TO);
|
|
12246
|
-
this.state =
|
|
12248
|
+
this.state = 2946;
|
|
12247
12249
|
this._errHandler.sync(this);
|
|
12248
12250
|
switch (this._input.LA(1)) {
|
|
12249
12251
|
case languageParser.EXACT:
|
|
12250
12252
|
case languageParser.ONE:
|
|
12251
|
-
this.state =
|
|
12253
|
+
this.state = 2940;
|
|
12252
12254
|
this._errHandler.sync(this);
|
|
12253
12255
|
_la = this._input.LA(1);
|
|
12254
12256
|
if (_la === languageParser.EXACT) {
|
|
12255
|
-
this.state =
|
|
12257
|
+
this.state = 2939;
|
|
12256
12258
|
localctx.tgtExact = this.match(languageParser.EXACT);
|
|
12257
12259
|
}
|
|
12258
|
-
this.state =
|
|
12260
|
+
this.state = 2942;
|
|
12259
12261
|
localctx.tgtMaxOne = this.match(languageParser.ONE);
|
|
12260
12262
|
if (localctx.tgtExact)
|
|
12261
12263
|
localctx.joinCard.targetMin = { literal: 'number', val: 1,
|
|
@@ -12264,7 +12266,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
12264
12266
|
location: this.tokenLocation(localctx.tgtMaxOne) };
|
|
12265
12267
|
break;
|
|
12266
12268
|
case languageParser.MANY:
|
|
12267
|
-
this.state =
|
|
12269
|
+
this.state = 2944;
|
|
12268
12270
|
localctx.tgtMaxMany = this.match(languageParser.MANY);
|
|
12269
12271
|
localctx.joinCard.targetMax = { literal: 'string', val: '*',
|
|
12270
12272
|
location: this.tokenLocation(localctx.tgtMaxMany) };
|
|
@@ -12295,10 +12297,10 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
12295
12297
|
this.enterRule(localctx, 196, languageParser.RULE_conditionEOF);
|
|
12296
12298
|
try {
|
|
12297
12299
|
this.enterOuterAlt(localctx, 1);
|
|
12298
|
-
this.state =
|
|
12300
|
+
this.state = 2948;
|
|
12299
12301
|
localctx.c = this.condition();
|
|
12300
12302
|
localctx.cond = localctx.c.expr;
|
|
12301
|
-
this.state =
|
|
12303
|
+
this.state = 2950;
|
|
12302
12304
|
this.match(languageParser.EOF);
|
|
12303
12305
|
}
|
|
12304
12306
|
catch (re) {
|
|
@@ -12323,13 +12325,13 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
12323
12325
|
var _la = 0; // Token type
|
|
12324
12326
|
try {
|
|
12325
12327
|
this.enterOuterAlt(localctx, 1);
|
|
12326
|
-
this.state =
|
|
12328
|
+
this.state = 2952;
|
|
12327
12329
|
localctx.c1 = this.conditionTerm();
|
|
12328
|
-
this.state =
|
|
12330
|
+
this.state = 2954;
|
|
12329
12331
|
this._errHandler.sync(this);
|
|
12330
12332
|
_la = this._input.LA(1);
|
|
12331
12333
|
if (_la === languageParser.T__15 || _la === languageParser.AND || _la === languageParser.OR) {
|
|
12332
|
-
this.state =
|
|
12334
|
+
this.state = 2953;
|
|
12333
12335
|
localctx.cc = this.conditionCont([localctx.c1.expr]);
|
|
12334
12336
|
}
|
|
12335
12337
|
this._ctx.stop = this._input.LT(-1);
|
|
@@ -12355,71 +12357,71 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
12355
12357
|
this.enterRule(localctx, 200, languageParser.RULE_conditionCont);
|
|
12356
12358
|
var _la = 0; // Token type
|
|
12357
12359
|
try {
|
|
12358
|
-
this.state =
|
|
12360
|
+
this.state = 2989;
|
|
12359
12361
|
this._errHandler.sync(this);
|
|
12360
12362
|
switch (this._input.LA(1)) {
|
|
12361
12363
|
case languageParser.AND:
|
|
12362
12364
|
case languageParser.OR:
|
|
12363
12365
|
this.enterOuterAlt(localctx, 1);
|
|
12364
|
-
this.state =
|
|
12366
|
+
this.state = 2965;
|
|
12365
12367
|
this._errHandler.sync(this);
|
|
12366
12368
|
_la = this._input.LA(1);
|
|
12367
12369
|
do {
|
|
12368
|
-
this.state =
|
|
12370
|
+
this.state = 2960;
|
|
12369
12371
|
this._errHandler.sync(this);
|
|
12370
12372
|
switch (this._input.LA(1)) {
|
|
12371
12373
|
case languageParser.OR:
|
|
12372
|
-
this.state =
|
|
12374
|
+
this.state = 2956;
|
|
12373
12375
|
this.match(languageParser.OR);
|
|
12374
12376
|
localctx.right = this.pushOpToken(localctx.args, 2);
|
|
12375
12377
|
break;
|
|
12376
12378
|
case languageParser.AND:
|
|
12377
|
-
this.state =
|
|
12379
|
+
this.state = 2958;
|
|
12378
12380
|
this.match(languageParser.AND);
|
|
12379
12381
|
localctx.right = this.pushOpToken(localctx.args, 4);
|
|
12380
12382
|
break;
|
|
12381
12383
|
default:
|
|
12382
12384
|
throw new antlr4_1.default.error.NoViableAltException(this);
|
|
12383
12385
|
}
|
|
12384
|
-
this.state =
|
|
12386
|
+
this.state = 2962;
|
|
12385
12387
|
localctx.c1 = this.conditionTerm();
|
|
12386
12388
|
localctx.right.push(localctx.c1.expr);
|
|
12387
|
-
this.state =
|
|
12389
|
+
this.state = 2967;
|
|
12388
12390
|
this._errHandler.sync(this);
|
|
12389
12391
|
_la = this._input.LA(1);
|
|
12390
12392
|
} while (_la === languageParser.AND || _la === languageParser.OR);
|
|
12391
|
-
this.state =
|
|
12393
|
+
this.state = 2978;
|
|
12392
12394
|
this._errHandler.sync(this);
|
|
12393
12395
|
_la = this._input.LA(1);
|
|
12394
12396
|
if (_la === languageParser.T__15) {
|
|
12395
|
-
this.state =
|
|
12397
|
+
this.state = 2969;
|
|
12396
12398
|
this.match(languageParser.T__15);
|
|
12397
12399
|
this.pushOpToken(localctx.args, 0);
|
|
12398
|
-
this.state =
|
|
12400
|
+
this.state = 2971;
|
|
12399
12401
|
localctx.e2 = this.expression();
|
|
12400
12402
|
localctx.args.push(localctx.e2.expr);
|
|
12401
|
-
this.state =
|
|
12403
|
+
this.state = 2973;
|
|
12402
12404
|
localctx.colon = this.match(languageParser.T__4);
|
|
12403
12405
|
this.pushXprToken(localctx.args);
|
|
12404
|
-
this.state =
|
|
12406
|
+
this.state = 2975;
|
|
12405
12407
|
localctx.e3 = this.expression();
|
|
12406
12408
|
localctx.args.push(localctx.e3.expr);
|
|
12407
12409
|
}
|
|
12408
12410
|
break;
|
|
12409
12411
|
case languageParser.T__15:
|
|
12410
12412
|
this.enterOuterAlt(localctx, 2);
|
|
12411
|
-
this.state =
|
|
12413
|
+
this.state = 2980;
|
|
12412
12414
|
localctx.q = this.match(languageParser.T__15);
|
|
12413
12415
|
localctx.args.nary = '?:';
|
|
12414
12416
|
;
|
|
12415
12417
|
this.pushOpToken(localctx.args, 0);
|
|
12416
|
-
this.state =
|
|
12418
|
+
this.state = 2982;
|
|
12417
12419
|
localctx.e2 = this.expression();
|
|
12418
12420
|
localctx.args.push(localctx.e2.expr);
|
|
12419
|
-
this.state =
|
|
12421
|
+
this.state = 2984;
|
|
12420
12422
|
localctx.colon = this.match(languageParser.T__4);
|
|
12421
12423
|
this.pushXprToken(localctx.args);
|
|
12422
|
-
this.state =
|
|
12424
|
+
this.state = 2986;
|
|
12423
12425
|
localctx.e3 = this.expression();
|
|
12424
12426
|
localctx.args.push(localctx.e3.expr);
|
|
12425
12427
|
break;
|
|
@@ -12450,7 +12452,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
12450
12452
|
this.enterRule(localctx, 202, languageParser.RULE_conditionTerm);
|
|
12451
12453
|
var _la = 0; // Token type
|
|
12452
12454
|
try {
|
|
12453
|
-
this.state =
|
|
12455
|
+
this.state = 3001;
|
|
12454
12456
|
this._errHandler.sync(this);
|
|
12455
12457
|
switch (this._input.LA(1)) {
|
|
12456
12458
|
case languageParser.T__4:
|
|
@@ -12548,26 +12550,26 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
12548
12550
|
case languageParser.VIEW:
|
|
12549
12551
|
case languageParser.Identifier:
|
|
12550
12552
|
this.enterOuterAlt(localctx, 1);
|
|
12551
|
-
this.state =
|
|
12553
|
+
this.state = 2991;
|
|
12552
12554
|
localctx.c1 = this.conditionPrimary();
|
|
12553
12555
|
localctx.args.push(localctx.c1.expr);
|
|
12554
12556
|
break;
|
|
12555
12557
|
case languageParser.T__5:
|
|
12556
12558
|
this.enterOuterAlt(localctx, 2);
|
|
12557
|
-
this.state =
|
|
12559
|
+
this.state = 2994;
|
|
12558
12560
|
localctx.e1 = this.conditionOrQueryParenthesis();
|
|
12559
|
-
this.state =
|
|
12561
|
+
this.state = 2996;
|
|
12560
12562
|
this._errHandler.sync(this);
|
|
12561
12563
|
_la = this._input.LA(1);
|
|
12562
12564
|
if ((((_la) & ~0x1f) == 0 && ((1 << _la) & ((1 << languageParser.T__8) | (1 << languageParser.T__9) | (1 << languageParser.T__11) | (1 << languageParser.T__22) | (1 << languageParser.T__23))) !== 0)) {
|
|
12563
|
-
this.state =
|
|
12565
|
+
this.state = 2995;
|
|
12564
12566
|
localctx.ec = this.expressionCont([localctx.e1.expr]);
|
|
12565
12567
|
}
|
|
12566
|
-
this.state =
|
|
12568
|
+
this.state = 2999;
|
|
12567
12569
|
this._errHandler.sync(this);
|
|
12568
12570
|
_la = this._input.LA(1);
|
|
12569
12571
|
if ((((_la) & ~0x1f) == 0 && ((1 << _la) & ((1 << languageParser.T__7) | (1 << languageParser.T__16) | (1 << languageParser.T__17) | (1 << languageParser.T__18) | (1 << languageParser.T__19) | (1 << languageParser.T__20) | (1 << languageParser.T__21))) !== 0) || ((((_la - 47)) & ~0x1f) == 0 && ((1 << (_la - 47)) & ((1 << (languageParser.IN - 47)) | (1 << (languageParser.NOT - 47)) | (1 << (languageParser.BETWEEN - 47)))) !== 0) || _la === languageParser.IS || _la === languageParser.LIKE) {
|
|
12570
|
-
this.state =
|
|
12572
|
+
this.state = 2998;
|
|
12571
12573
|
localctx.cc = this.comparisonCont([(_a = (localctx.ec || localctx.e1)) === null || _a === void 0 ? void 0 : _a.expr]);
|
|
12572
12574
|
}
|
|
12573
12575
|
break;
|
|
@@ -12598,38 +12600,38 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
12598
12600
|
this.enterRule(localctx, 204, languageParser.RULE_conditionPrimary);
|
|
12599
12601
|
var _la = 0; // Token type
|
|
12600
12602
|
try {
|
|
12601
|
-
this.state =
|
|
12603
|
+
this.state = 3032;
|
|
12602
12604
|
this._errHandler.sync(this);
|
|
12603
12605
|
switch (this._input.LA(1)) {
|
|
12604
12606
|
case languageParser.NOT:
|
|
12605
12607
|
this.enterOuterAlt(localctx, 1);
|
|
12606
|
-
this.state =
|
|
12608
|
+
this.state = 3003;
|
|
12607
12609
|
this.match(languageParser.NOT);
|
|
12608
12610
|
this.pushXprToken(localctx.args);
|
|
12609
|
-
this.state =
|
|
12611
|
+
this.state = 3005;
|
|
12610
12612
|
localctx.c1 = this.conditionTerm();
|
|
12611
12613
|
localctx.args.push(localctx.c1.expr);
|
|
12612
12614
|
break;
|
|
12613
12615
|
case languageParser.EXISTS:
|
|
12614
12616
|
this.enterOuterAlt(localctx, 2);
|
|
12615
|
-
this.state =
|
|
12617
|
+
this.state = 3008;
|
|
12616
12618
|
this.match(languageParser.EXISTS);
|
|
12617
12619
|
this.pushXprToken(localctx.args);
|
|
12618
|
-
this.state =
|
|
12620
|
+
this.state = 3021;
|
|
12619
12621
|
this._errHandler.sync(this);
|
|
12620
12622
|
switch (this._input.LA(1)) {
|
|
12621
12623
|
case languageParser.T__5:
|
|
12622
|
-
this.state = 3009;
|
|
12623
|
-
localctx.open = this.match(languageParser.T__5);
|
|
12624
12624
|
this.state = 3010;
|
|
12625
|
-
localctx.
|
|
12625
|
+
localctx.open = this.match(languageParser.T__5);
|
|
12626
12626
|
this.state = 3011;
|
|
12627
|
+
localctx.qe = this.queryExpression();
|
|
12628
|
+
this.state = 3012;
|
|
12627
12629
|
localctx.close = this.match(languageParser.T__6);
|
|
12628
12630
|
localctx.args.push(this.surroundByParens(localctx.qe.query, localctx.open, localctx.close, true));
|
|
12629
12631
|
break;
|
|
12630
12632
|
case languageParser.T__15:
|
|
12631
12633
|
case languageParser.HideAlternatives:
|
|
12632
|
-
this.state =
|
|
12634
|
+
this.state = 3015;
|
|
12633
12635
|
localctx.qm = this._input.LT(1);
|
|
12634
12636
|
_la = this._input.LA(1);
|
|
12635
12637
|
if (!(_la === languageParser.T__15 || _la === languageParser.HideAlternatives)) {
|
|
@@ -12721,7 +12723,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
12721
12723
|
case languageParser.VARIABLE:
|
|
12722
12724
|
case languageParser.VIEW:
|
|
12723
12725
|
case languageParser.Identifier:
|
|
12724
|
-
this.state =
|
|
12726
|
+
this.state = 3017;
|
|
12725
12727
|
localctx.ep = this.valuePath('ref');
|
|
12726
12728
|
localctx.args.push(localctx.ep.qp);
|
|
12727
12729
|
localctx.ep.qp['$' + 'expected'] = 'exists';
|
|
@@ -12823,20 +12825,20 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
12823
12825
|
case languageParser.VIEW:
|
|
12824
12826
|
case languageParser.Identifier:
|
|
12825
12827
|
this.enterOuterAlt(localctx, 3);
|
|
12826
|
-
this.state =
|
|
12828
|
+
this.state = 3023;
|
|
12827
12829
|
localctx.e1 = this.expressionPrimary();
|
|
12828
|
-
this.state =
|
|
12830
|
+
this.state = 3025;
|
|
12829
12831
|
this._errHandler.sync(this);
|
|
12830
12832
|
_la = this._input.LA(1);
|
|
12831
12833
|
if ((((_la) & ~0x1f) == 0 && ((1 << _la) & ((1 << languageParser.T__8) | (1 << languageParser.T__9) | (1 << languageParser.T__11) | (1 << languageParser.T__22) | (1 << languageParser.T__23))) !== 0)) {
|
|
12832
|
-
this.state =
|
|
12834
|
+
this.state = 3024;
|
|
12833
12835
|
localctx.ec = this.expressionCont([localctx.e1.expr]);
|
|
12834
12836
|
}
|
|
12835
|
-
this.state =
|
|
12837
|
+
this.state = 3028;
|
|
12836
12838
|
this._errHandler.sync(this);
|
|
12837
12839
|
_la = this._input.LA(1);
|
|
12838
12840
|
if ((((_la) & ~0x1f) == 0 && ((1 << _la) & ((1 << languageParser.T__7) | (1 << languageParser.T__16) | (1 << languageParser.T__17) | (1 << languageParser.T__18) | (1 << languageParser.T__19) | (1 << languageParser.T__20) | (1 << languageParser.T__21))) !== 0) || ((((_la - 47)) & ~0x1f) == 0 && ((1 << (_la - 47)) & ((1 << (languageParser.IN - 47)) | (1 << (languageParser.NOT - 47)) | (1 << (languageParser.BETWEEN - 47)))) !== 0) || _la === languageParser.IS || _la === languageParser.LIKE) {
|
|
12839
|
-
this.state =
|
|
12841
|
+
this.state = 3027;
|
|
12840
12842
|
localctx.cc = this.comparisonCont([(_a = (localctx.ec || localctx.e1)) === null || _a === void 0 ? void 0 : _a.expr]);
|
|
12841
12843
|
}
|
|
12842
12844
|
localctx.expr = (_b = (localctx.cc || localctx.ec || localctx.e1)) === null || _b === void 0 ? void 0 : _b.expr;
|
|
@@ -12867,7 +12869,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
12867
12869
|
this.enterRule(localctx, 206, languageParser.RULE_comparisonCont);
|
|
12868
12870
|
var _la = 0; // Token type
|
|
12869
12871
|
try {
|
|
12870
|
-
this.state =
|
|
12872
|
+
this.state = 3082;
|
|
12871
12873
|
this._errHandler.sync(this);
|
|
12872
12874
|
switch (this._input.LA(1)) {
|
|
12873
12875
|
case languageParser.T__7:
|
|
@@ -12878,7 +12880,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
12878
12880
|
case languageParser.T__20:
|
|
12879
12881
|
case languageParser.T__21:
|
|
12880
12882
|
this.enterOuterAlt(localctx, 1);
|
|
12881
|
-
this.state =
|
|
12883
|
+
this.state = 3034;
|
|
12882
12884
|
_la = this._input.LA(1);
|
|
12883
12885
|
if (!((((_la) & ~0x1f) == 0 && ((1 << _la) & ((1 << languageParser.T__7) | (1 << languageParser.T__16) | (1 << languageParser.T__17) | (1 << languageParser.T__18) | (1 << languageParser.T__19) | (1 << languageParser.T__20) | (1 << languageParser.T__21))) !== 0))) {
|
|
12884
12886
|
this._errHandler.recoverInline(this);
|
|
@@ -12888,11 +12890,11 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
12888
12890
|
this.consume();
|
|
12889
12891
|
}
|
|
12890
12892
|
this.pushXprToken(localctx.args);
|
|
12891
|
-
this.state =
|
|
12893
|
+
this.state = 3038;
|
|
12892
12894
|
this._errHandler.sync(this);
|
|
12893
12895
|
_la = this._input.LA(1);
|
|
12894
12896
|
if (((((_la - 38)) & ~0x1f) == 0 && ((1 << (_la - 38)) & ((1 << (languageParser.ALL - 38)) | (1 << (languageParser.ANY - 38)) | (1 << (languageParser.SOME - 38)))) !== 0)) {
|
|
12895
|
-
this.state =
|
|
12897
|
+
this.state = 3036;
|
|
12896
12898
|
_la = this._input.LA(1);
|
|
12897
12899
|
if (!(((((_la - 38)) & ~0x1f) == 0 && ((1 << (_la - 38)) & ((1 << (languageParser.ALL - 38)) | (1 << (languageParser.ANY - 38)) | (1 << (languageParser.SOME - 38)))) !== 0))) {
|
|
12898
12900
|
this._errHandler.recoverInline(this);
|
|
@@ -12903,24 +12905,24 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
12903
12905
|
}
|
|
12904
12906
|
this.pushXprToken(localctx.args);
|
|
12905
12907
|
}
|
|
12906
|
-
this.state =
|
|
12908
|
+
this.state = 3040;
|
|
12907
12909
|
localctx.e2 = this.expression();
|
|
12908
12910
|
this.pushItem(localctx.args, localctx.e2.expr);
|
|
12909
12911
|
break;
|
|
12910
12912
|
case languageParser.IS:
|
|
12911
12913
|
this.enterOuterAlt(localctx, 2);
|
|
12912
|
-
this.state =
|
|
12914
|
+
this.state = 3043;
|
|
12913
12915
|
this.match(languageParser.IS);
|
|
12914
12916
|
this.pushXprToken(localctx.args);
|
|
12915
|
-
this.state =
|
|
12917
|
+
this.state = 3047;
|
|
12916
12918
|
this._errHandler.sync(this);
|
|
12917
12919
|
_la = this._input.LA(1);
|
|
12918
12920
|
if (_la === languageParser.NOT) {
|
|
12919
|
-
this.state =
|
|
12921
|
+
this.state = 3045;
|
|
12920
12922
|
this.match(languageParser.NOT);
|
|
12921
12923
|
this.pushXprToken(localctx.args);
|
|
12922
12924
|
}
|
|
12923
|
-
this.state =
|
|
12925
|
+
this.state = 3049;
|
|
12924
12926
|
this.match(languageParser.NULL);
|
|
12925
12927
|
this.pushXprToken(localctx.args);
|
|
12926
12928
|
break;
|
|
@@ -12929,54 +12931,54 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
12929
12931
|
case languageParser.BETWEEN:
|
|
12930
12932
|
case languageParser.LIKE:
|
|
12931
12933
|
this.enterOuterAlt(localctx, 3);
|
|
12932
|
-
this.state =
|
|
12934
|
+
this.state = 3053;
|
|
12933
12935
|
this._errHandler.sync(this);
|
|
12934
12936
|
_la = this._input.LA(1);
|
|
12935
12937
|
if (_la === languageParser.NOT) {
|
|
12936
|
-
this.state =
|
|
12938
|
+
this.state = 3051;
|
|
12937
12939
|
this.match(languageParser.NOT);
|
|
12938
12940
|
this.pushXprToken(localctx.args);
|
|
12939
12941
|
}
|
|
12940
|
-
this.state =
|
|
12942
|
+
this.state = 3080;
|
|
12941
12943
|
this._errHandler.sync(this);
|
|
12942
12944
|
switch (this._input.LA(1)) {
|
|
12943
12945
|
case languageParser.IN:
|
|
12944
|
-
this.state =
|
|
12946
|
+
this.state = 3055;
|
|
12945
12947
|
this.match(languageParser.IN);
|
|
12946
12948
|
this.pushXprToken(localctx.args);
|
|
12947
|
-
this.state =
|
|
12949
|
+
this.state = 3057;
|
|
12948
12950
|
localctx.e1 = this.expression();
|
|
12949
12951
|
localctx.args.push(this.secureParens(localctx.e1.expr));
|
|
12950
12952
|
break;
|
|
12951
12953
|
case languageParser.BETWEEN:
|
|
12952
|
-
this.state =
|
|
12954
|
+
this.state = 3060;
|
|
12953
12955
|
this.match(languageParser.BETWEEN);
|
|
12954
12956
|
this.pushXprToken(localctx.args);
|
|
12955
|
-
this.state =
|
|
12957
|
+
this.state = 3062;
|
|
12956
12958
|
localctx.e2 = this.expression();
|
|
12957
12959
|
localctx.args.push(localctx.e2.expr);
|
|
12958
|
-
this.state =
|
|
12960
|
+
this.state = 3064;
|
|
12959
12961
|
this.match(languageParser.AND);
|
|
12960
12962
|
this.pushXprToken(localctx.args);
|
|
12961
|
-
this.state =
|
|
12963
|
+
this.state = 3066;
|
|
12962
12964
|
localctx.e3 = this.expression();
|
|
12963
12965
|
localctx.args.push(localctx.e3.expr);
|
|
12964
12966
|
break;
|
|
12965
12967
|
case languageParser.LIKE:
|
|
12966
|
-
this.state =
|
|
12968
|
+
this.state = 3069;
|
|
12967
12969
|
this.match(languageParser.LIKE);
|
|
12968
12970
|
this.pushXprToken(localctx.args);
|
|
12969
|
-
this.state =
|
|
12971
|
+
this.state = 3071;
|
|
12970
12972
|
localctx.e4 = this.expression();
|
|
12971
12973
|
localctx.args.push(localctx.e4.expr);
|
|
12972
|
-
this.state =
|
|
12974
|
+
this.state = 3078;
|
|
12973
12975
|
this._errHandler.sync(this);
|
|
12974
12976
|
_la = this._input.LA(1);
|
|
12975
12977
|
if (_la === languageParser.ESCAPE) {
|
|
12976
|
-
this.state =
|
|
12978
|
+
this.state = 3073;
|
|
12977
12979
|
this.match(languageParser.ESCAPE);
|
|
12978
12980
|
this.pushXprToken(localctx.args);
|
|
12979
|
-
this.state =
|
|
12981
|
+
this.state = 3075;
|
|
12980
12982
|
localctx.e5 = this.expression();
|
|
12981
12983
|
localctx.args.push(localctx.e5.expr);
|
|
12982
12984
|
}
|
|
@@ -13012,7 +13014,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
13012
13014
|
var _la = 0; // Token type
|
|
13013
13015
|
try {
|
|
13014
13016
|
this.enterOuterAlt(localctx, 1);
|
|
13015
|
-
this.state =
|
|
13017
|
+
this.state = 3090;
|
|
13016
13018
|
this._errHandler.sync(this);
|
|
13017
13019
|
switch (this._input.LA(1)) {
|
|
13018
13020
|
case languageParser.T__4:
|
|
@@ -13107,23 +13109,23 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
13107
13109
|
case languageParser.VARIABLE:
|
|
13108
13110
|
case languageParser.VIEW:
|
|
13109
13111
|
case languageParser.Identifier:
|
|
13110
|
-
this.state =
|
|
13112
|
+
this.state = 3084;
|
|
13111
13113
|
localctx.e1 = this.expressionPrimary();
|
|
13112
13114
|
localctx.expr = localctx.e1.expr;
|
|
13113
13115
|
break;
|
|
13114
13116
|
case languageParser.T__5:
|
|
13115
|
-
this.state =
|
|
13117
|
+
this.state = 3087;
|
|
13116
13118
|
localctx.eq = this.conditionOrQueryParenthesis();
|
|
13117
13119
|
localctx.expr = localctx.eq.expr;
|
|
13118
13120
|
break;
|
|
13119
13121
|
default:
|
|
13120
13122
|
throw new antlr4_1.default.error.NoViableAltException(this);
|
|
13121
13123
|
}
|
|
13122
|
-
this.state =
|
|
13124
|
+
this.state = 3095;
|
|
13123
13125
|
this._errHandler.sync(this);
|
|
13124
13126
|
_la = this._input.LA(1);
|
|
13125
13127
|
if ((((_la) & ~0x1f) == 0 && ((1 << _la) & ((1 << languageParser.T__8) | (1 << languageParser.T__9) | (1 << languageParser.T__11) | (1 << languageParser.T__22) | (1 << languageParser.T__23))) !== 0)) {
|
|
13126
|
-
this.state =
|
|
13128
|
+
this.state = 3092;
|
|
13127
13129
|
localctx.ec = this.expressionCont([localctx.expr]);
|
|
13128
13130
|
localctx.expr = localctx.ec.expr;
|
|
13129
13131
|
}
|
|
@@ -13149,42 +13151,42 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
13149
13151
|
var _la = 0; // Token type
|
|
13150
13152
|
try {
|
|
13151
13153
|
this.enterOuterAlt(localctx, 1);
|
|
13152
|
-
this.state =
|
|
13154
|
+
this.state = 3117;
|
|
13153
13155
|
this._errHandler.sync(this);
|
|
13154
13156
|
_la = this._input.LA(1);
|
|
13155
13157
|
do {
|
|
13156
|
-
this.state =
|
|
13158
|
+
this.state = 3107;
|
|
13157
13159
|
this._errHandler.sync(this);
|
|
13158
13160
|
switch (this._input.LA(1)) {
|
|
13159
13161
|
case languageParser.T__22:
|
|
13160
|
-
this.state =
|
|
13162
|
+
this.state = 3097;
|
|
13161
13163
|
this.match(languageParser.T__22);
|
|
13162
13164
|
localctx.right = this.pushOpToken(localctx.args, 20);
|
|
13163
13165
|
break;
|
|
13164
13166
|
case languageParser.T__8:
|
|
13165
|
-
this.state =
|
|
13167
|
+
this.state = 3099;
|
|
13166
13168
|
this.match(languageParser.T__8);
|
|
13167
13169
|
localctx.right = this.pushOpToken(localctx.args, 22);
|
|
13168
13170
|
break;
|
|
13169
13171
|
case languageParser.T__9:
|
|
13170
|
-
this.state =
|
|
13172
|
+
this.state = 3101;
|
|
13171
13173
|
this.match(languageParser.T__9);
|
|
13172
13174
|
localctx.right = this.pushOpToken(localctx.args, 22);
|
|
13173
13175
|
break;
|
|
13174
13176
|
case languageParser.T__11:
|
|
13175
|
-
this.state =
|
|
13177
|
+
this.state = 3103;
|
|
13176
13178
|
this.match(languageParser.T__11);
|
|
13177
13179
|
localctx.right = this.pushOpToken(localctx.args, 24);
|
|
13178
13180
|
break;
|
|
13179
13181
|
case languageParser.T__23:
|
|
13180
|
-
this.state =
|
|
13182
|
+
this.state = 3105;
|
|
13181
13183
|
this.match(languageParser.T__23);
|
|
13182
13184
|
localctx.right = this.pushOpToken(localctx.args, 24);
|
|
13183
13185
|
break;
|
|
13184
13186
|
default:
|
|
13185
13187
|
throw new antlr4_1.default.error.NoViableAltException(this);
|
|
13186
13188
|
}
|
|
13187
|
-
this.state =
|
|
13189
|
+
this.state = 3115;
|
|
13188
13190
|
this._errHandler.sync(this);
|
|
13189
13191
|
switch (this._input.LA(1)) {
|
|
13190
13192
|
case languageParser.T__4:
|
|
@@ -13279,19 +13281,19 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
13279
13281
|
case languageParser.VARIABLE:
|
|
13280
13282
|
case languageParser.VIEW:
|
|
13281
13283
|
case languageParser.Identifier:
|
|
13282
|
-
this.state =
|
|
13284
|
+
this.state = 3109;
|
|
13283
13285
|
localctx.e1 = this.expressionPrimary();
|
|
13284
13286
|
localctx.right.push(localctx.e1.expr);
|
|
13285
13287
|
break;
|
|
13286
13288
|
case languageParser.T__5:
|
|
13287
|
-
this.state =
|
|
13289
|
+
this.state = 3112;
|
|
13288
13290
|
localctx.eq = this.conditionOrQueryParenthesis();
|
|
13289
13291
|
localctx.right.push(localctx.eq.expr);
|
|
13290
13292
|
break;
|
|
13291
13293
|
default:
|
|
13292
13294
|
throw new antlr4_1.default.error.NoViableAltException(this);
|
|
13293
13295
|
}
|
|
13294
|
-
this.state =
|
|
13296
|
+
this.state = 3119;
|
|
13295
13297
|
this._errHandler.sync(this);
|
|
13296
13298
|
_la = this._input.LA(1);
|
|
13297
13299
|
} while ((((_la) & ~0x1f) == 0 && ((1 << _la) & ((1 << languageParser.T__8) | (1 << languageParser.T__9) | (1 << languageParser.T__11) | (1 << languageParser.T__22) | (1 << languageParser.T__23))) !== 0));
|
|
@@ -13318,13 +13320,13 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
13318
13320
|
this.enterRule(localctx, 212, languageParser.RULE_expressionPrimary);
|
|
13319
13321
|
var _la = 0; // Token type
|
|
13320
13322
|
try {
|
|
13321
|
-
this.state =
|
|
13323
|
+
this.state = 3210;
|
|
13322
13324
|
this._errHandler.sync(this);
|
|
13323
13325
|
switch (this._input.LA(1)) {
|
|
13324
13326
|
case languageParser.T__8:
|
|
13325
13327
|
case languageParser.T__9:
|
|
13326
13328
|
this.enterOuterAlt(localctx, 1);
|
|
13327
|
-
this.state =
|
|
13329
|
+
this.state = 3121;
|
|
13328
13330
|
_la = this._input.LA(1);
|
|
13329
13331
|
if (!(_la === languageParser.T__8 || _la === languageParser.T__9)) {
|
|
13330
13332
|
this._errHandler.recoverInline(this);
|
|
@@ -13334,7 +13336,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
13334
13336
|
this.consume();
|
|
13335
13337
|
}
|
|
13336
13338
|
this.pushXprToken(localctx.args);
|
|
13337
|
-
this.state =
|
|
13339
|
+
this.state = 3129;
|
|
13338
13340
|
this._errHandler.sync(this);
|
|
13339
13341
|
switch (this._input.LA(1)) {
|
|
13340
13342
|
case languageParser.T__4:
|
|
@@ -13429,12 +13431,12 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
13429
13431
|
case languageParser.VARIABLE:
|
|
13430
13432
|
case languageParser.VIEW:
|
|
13431
13433
|
case languageParser.Identifier:
|
|
13432
|
-
this.state =
|
|
13434
|
+
this.state = 3123;
|
|
13433
13435
|
localctx.e1 = this.expressionPrimary();
|
|
13434
13436
|
this.signedExpression(localctx.args, localctx.e1.expr);
|
|
13435
13437
|
break;
|
|
13436
13438
|
case languageParser.T__5:
|
|
13437
|
-
this.state =
|
|
13439
|
+
this.state = 3126;
|
|
13438
13440
|
localctx.eq = this.conditionOrQueryParenthesis();
|
|
13439
13441
|
this.signedExpression(localctx.args, localctx.eq.expr);
|
|
13440
13442
|
break;
|
|
@@ -13449,22 +13451,22 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
13449
13451
|
case languageParser.NULL:
|
|
13450
13452
|
case languageParser.Number:
|
|
13451
13453
|
this.enterOuterAlt(localctx, 2);
|
|
13452
|
-
this.state =
|
|
13454
|
+
this.state = 3131;
|
|
13453
13455
|
localctx.val = this.literalValue();
|
|
13454
13456
|
localctx.args.push(localctx.val.val);
|
|
13455
13457
|
break;
|
|
13456
13458
|
case languageParser.CAST:
|
|
13457
13459
|
this.enterOuterAlt(localctx, 3);
|
|
13458
|
-
this.state =
|
|
13460
|
+
this.state = 3134;
|
|
13459
13461
|
localctx.sf = this.specialFunction();
|
|
13460
13462
|
localctx.args.push(localctx.sf.ret);
|
|
13461
13463
|
break;
|
|
13462
13464
|
case languageParser.CASE:
|
|
13463
13465
|
this.enterOuterAlt(localctx, 4);
|
|
13464
|
-
this.state =
|
|
13466
|
+
this.state = 3137;
|
|
13465
13467
|
this.match(languageParser.CASE);
|
|
13466
13468
|
this.pushXprToken(localctx.args);
|
|
13467
|
-
this.state =
|
|
13469
|
+
this.state = 3167;
|
|
13468
13470
|
this._errHandler.sync(this);
|
|
13469
13471
|
switch (this._input.LA(1)) {
|
|
13470
13472
|
case languageParser.T__4:
|
|
@@ -13560,48 +13562,48 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
13560
13562
|
case languageParser.VARIABLE:
|
|
13561
13563
|
case languageParser.VIEW:
|
|
13562
13564
|
case languageParser.Identifier:
|
|
13563
|
-
this.state =
|
|
13565
|
+
this.state = 3139;
|
|
13564
13566
|
localctx.e2 = this.expression();
|
|
13565
13567
|
localctx.args.push(localctx.e2.expr);
|
|
13566
|
-
this.state =
|
|
13568
|
+
this.state = 3150;
|
|
13567
13569
|
this._errHandler.sync(this);
|
|
13568
13570
|
_la = this._input.LA(1);
|
|
13569
13571
|
do {
|
|
13570
|
-
this.state =
|
|
13572
|
+
this.state = 3141;
|
|
13571
13573
|
this.match(languageParser.WHEN);
|
|
13572
13574
|
this.pushXprToken(localctx.args);
|
|
13573
|
-
this.state =
|
|
13575
|
+
this.state = 3143;
|
|
13574
13576
|
localctx.ew = this.expression();
|
|
13575
13577
|
localctx.args.push(localctx.ew.expr);
|
|
13576
|
-
this.state =
|
|
13578
|
+
this.state = 3145;
|
|
13577
13579
|
this.match(languageParser.THEN);
|
|
13578
13580
|
this.pushXprToken(localctx.args);
|
|
13579
|
-
this.state =
|
|
13581
|
+
this.state = 3147;
|
|
13580
13582
|
localctx.e3 = this.expression();
|
|
13581
13583
|
localctx.args.push(localctx.e3.expr);
|
|
13582
|
-
this.state =
|
|
13584
|
+
this.state = 3152;
|
|
13583
13585
|
this._errHandler.sync(this);
|
|
13584
13586
|
_la = this._input.LA(1);
|
|
13585
13587
|
} while (_la === languageParser.WHEN);
|
|
13586
13588
|
break;
|
|
13587
13589
|
case languageParser.WHEN:
|
|
13588
|
-
this.state =
|
|
13590
|
+
this.state = 3163;
|
|
13589
13591
|
this._errHandler.sync(this);
|
|
13590
13592
|
_la = this._input.LA(1);
|
|
13591
13593
|
do {
|
|
13592
|
-
this.state =
|
|
13594
|
+
this.state = 3154;
|
|
13593
13595
|
this.match(languageParser.WHEN);
|
|
13594
13596
|
this.pushXprToken(localctx.args);
|
|
13595
|
-
this.state =
|
|
13597
|
+
this.state = 3156;
|
|
13596
13598
|
localctx.c = this.condition();
|
|
13597
13599
|
localctx.args.push(localctx.c.expr);
|
|
13598
|
-
this.state =
|
|
13600
|
+
this.state = 3158;
|
|
13599
13601
|
this.match(languageParser.THEN);
|
|
13600
13602
|
this.pushXprToken(localctx.args);
|
|
13601
|
-
this.state =
|
|
13603
|
+
this.state = 3160;
|
|
13602
13604
|
localctx.e3 = this.expression();
|
|
13603
13605
|
localctx.args.push(localctx.e3.expr);
|
|
13604
|
-
this.state =
|
|
13606
|
+
this.state = 3165;
|
|
13605
13607
|
this._errHandler.sync(this);
|
|
13606
13608
|
_la = this._input.LA(1);
|
|
13607
13609
|
} while (_la === languageParser.WHEN);
|
|
@@ -13609,27 +13611,27 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
13609
13611
|
default:
|
|
13610
13612
|
throw new antlr4_1.default.error.NoViableAltException(this);
|
|
13611
13613
|
}
|
|
13612
|
-
this.state =
|
|
13614
|
+
this.state = 3174;
|
|
13613
13615
|
this._errHandler.sync(this);
|
|
13614
13616
|
_la = this._input.LA(1);
|
|
13615
13617
|
if (_la === languageParser.ELSE) {
|
|
13616
|
-
this.state =
|
|
13618
|
+
this.state = 3169;
|
|
13617
13619
|
this.match(languageParser.ELSE);
|
|
13618
13620
|
this.pushXprToken(localctx.args);
|
|
13619
|
-
this.state =
|
|
13621
|
+
this.state = 3171;
|
|
13620
13622
|
localctx.e4 = this.expression();
|
|
13621
13623
|
localctx.args.push(localctx.e4.expr);
|
|
13622
13624
|
}
|
|
13623
|
-
this.state =
|
|
13625
|
+
this.state = 3176;
|
|
13624
13626
|
this.match(languageParser.END);
|
|
13625
13627
|
this.pushXprToken(localctx.args);
|
|
13626
13628
|
break;
|
|
13627
13629
|
case languageParser.NEW:
|
|
13628
13630
|
this.enterOuterAlt(localctx, 5);
|
|
13629
|
-
this.state =
|
|
13631
|
+
this.state = 3179;
|
|
13630
13632
|
localctx.ne = this.match(languageParser.NEW);
|
|
13631
13633
|
this.pushXprToken(localctx.args);
|
|
13632
|
-
this.state =
|
|
13634
|
+
this.state = 3181;
|
|
13633
13635
|
localctx.nqp = this.valuePath('ref', null);
|
|
13634
13636
|
localctx.args.push(this.valuePathAst(localctx.nqp.qp));
|
|
13635
13637
|
this.fixNewKeywordPlacement(localctx.args);
|
|
@@ -13714,34 +13716,34 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
13714
13716
|
case languageParser.VIEW:
|
|
13715
13717
|
case languageParser.Identifier:
|
|
13716
13718
|
this.enterOuterAlt(localctx, 6);
|
|
13717
|
-
this.state =
|
|
13719
|
+
this.state = 3185;
|
|
13718
13720
|
localctx.vp = this.valuePath('ref', null);
|
|
13719
13721
|
localctx.args.push(this.valuePathAst(localctx.vp.qp));
|
|
13720
13722
|
this.setLocalTokenIfBefore('OVER', 'OVER', /^\($/i);
|
|
13721
|
-
this.state =
|
|
13723
|
+
this.state = 3196;
|
|
13722
13724
|
this._errHandler.sync(this);
|
|
13723
13725
|
_la = this._input.LA(1);
|
|
13724
13726
|
if (_la === languageParser.OVER) {
|
|
13725
13727
|
localctx.args[0].suffix = [];
|
|
13726
|
-
this.state =
|
|
13728
|
+
this.state = 3189;
|
|
13727
13729
|
this.match(languageParser.OVER);
|
|
13728
13730
|
this.pushXprToken(localctx.args[0].suffix);
|
|
13729
|
-
this.state = 3190;
|
|
13730
|
-
localctx.open = this.match(languageParser.T__5);
|
|
13731
13731
|
this.state = 3191;
|
|
13732
|
-
localctx.
|
|
13732
|
+
localctx.open = this.match(languageParser.T__5);
|
|
13733
13733
|
this.state = 3192;
|
|
13734
|
+
localctx.over = this.overClause();
|
|
13735
|
+
this.state = 3193;
|
|
13734
13736
|
localctx.close = this.match(languageParser.T__6);
|
|
13735
13737
|
localctx.args[0].suffix.push(this.surroundByParens(localctx.over.over, localctx.open, localctx.close));
|
|
13736
13738
|
}
|
|
13737
13739
|
break;
|
|
13738
13740
|
case languageParser.T__4:
|
|
13739
13741
|
this.enterOuterAlt(localctx, 7);
|
|
13740
|
-
this.state =
|
|
13742
|
+
this.state = 3198;
|
|
13741
13743
|
localctx.colon = this.match(languageParser.T__4);
|
|
13742
13744
|
this.reportUnexpectedSpace(localctx.colon);
|
|
13743
13745
|
this.meltKeywordToIdentifier();
|
|
13744
|
-
this.state =
|
|
13746
|
+
this.state = 3206;
|
|
13745
13747
|
this._errHandler.sync(this);
|
|
13746
13748
|
switch (this._input.LA(1)) {
|
|
13747
13749
|
case languageParser.ABSTRACT:
|
|
@@ -13823,7 +13825,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
13823
13825
|
case languageParser.VARIABLE:
|
|
13824
13826
|
case languageParser.VIEW:
|
|
13825
13827
|
case languageParser.Identifier:
|
|
13826
|
-
this.state =
|
|
13828
|
+
this.state = 3201;
|
|
13827
13829
|
localctx.vp = this.valuePath('paramref', this.startLocation());
|
|
13828
13830
|
{
|
|
13829
13831
|
const par = localctx.vp.qp;
|
|
@@ -13834,7 +13836,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
13834
13836
|
}
|
|
13835
13837
|
break;
|
|
13836
13838
|
case languageParser.Number:
|
|
13837
|
-
this.state =
|
|
13839
|
+
this.state = 3204;
|
|
13838
13840
|
localctx.pp = this.match(languageParser.Number);
|
|
13839
13841
|
localctx.args.push({ param: this.unsignedIntegerLiteral(), scope: 'param' });
|
|
13840
13842
|
this.csnParseOnly('syntax-unsupported-param', [localctx.pp], { '#': 'positional', code: ':' + (localctx.pp === null ? null : localctx.pp.text) });
|
|
@@ -13845,7 +13847,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
13845
13847
|
break;
|
|
13846
13848
|
case languageParser.T__15:
|
|
13847
13849
|
this.enterOuterAlt(localctx, 8);
|
|
13848
|
-
this.state =
|
|
13850
|
+
this.state = 3208;
|
|
13849
13851
|
localctx.qm = this.match(languageParser.T__15);
|
|
13850
13852
|
localctx.args.push({ param: this.valueWithTokenLocation('?', localctx.qm), scope: 'param' });
|
|
13851
13853
|
this.csnParseOnly('syntax-unsupported-param', [localctx.qm], { '#': 'dynamic', code: '?' });
|
|
@@ -13878,19 +13880,19 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
13878
13880
|
var _la = 0; // Token type
|
|
13879
13881
|
try {
|
|
13880
13882
|
this.enterOuterAlt(localctx, 1);
|
|
13881
|
-
this.state =
|
|
13883
|
+
this.state = 3212;
|
|
13882
13884
|
localctx.open = this.match(languageParser.T__5);
|
|
13883
|
-
this.state =
|
|
13885
|
+
this.state = 3261;
|
|
13884
13886
|
this._errHandler.sync(this);
|
|
13885
13887
|
switch (this._input.LA(1)) {
|
|
13886
13888
|
case languageParser.SELECT:
|
|
13887
|
-
this.state =
|
|
13889
|
+
this.state = 3213;
|
|
13888
13890
|
localctx.q1 = this.selectQuery();
|
|
13889
|
-
this.state =
|
|
13891
|
+
this.state = 3215;
|
|
13890
13892
|
this._errHandler.sync(this);
|
|
13891
13893
|
_la = this._input.LA(1);
|
|
13892
13894
|
if (((((_la - 88)) & ~0x1f) == 0 && ((1 << (_la - 88)) & ((1 << (languageParser.EXCEPT - 88)) | (1 << (languageParser.INTERSECT - 88)) | (1 << (languageParser.LIMIT - 88)) | (1 << (languageParser.MINUS - 88)) | (1 << (languageParser.ORDER - 88)))) !== 0) || _la === languageParser.UNION) {
|
|
13893
|
-
this.state =
|
|
13895
|
+
this.state = 3214;
|
|
13894
13896
|
localctx.qr = this.queryExpressionCont(localctx.q1.query);
|
|
13895
13897
|
}
|
|
13896
13898
|
localctx.args.push(localctx.qr ? localctx.qr.query : localctx.q1.query);
|
|
@@ -13989,37 +13991,37 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
13989
13991
|
case languageParser.VARIABLE:
|
|
13990
13992
|
case languageParser.VIEW:
|
|
13991
13993
|
case languageParser.Identifier:
|
|
13992
|
-
this.state =
|
|
13994
|
+
this.state = 3219;
|
|
13993
13995
|
localctx.c1 = this.conditionPrimary();
|
|
13994
|
-
this.state =
|
|
13996
|
+
this.state = 3221;
|
|
13995
13997
|
this._errHandler.sync(this);
|
|
13996
13998
|
_la = this._input.LA(1);
|
|
13997
13999
|
if (_la === languageParser.T__15 || _la === languageParser.AND || _la === languageParser.OR) {
|
|
13998
|
-
this.state =
|
|
14000
|
+
this.state = 3220;
|
|
13999
14001
|
localctx.cc = this.conditionCont([localctx.c1.expr]);
|
|
14000
14002
|
}
|
|
14001
14003
|
this.pushItem(localctx.args, ((_a = localctx.cc) === null || _a === void 0 ? void 0 : _a.expr) || localctx.c1.expr);
|
|
14002
|
-
this.state =
|
|
14004
|
+
this.state = 3231;
|
|
14003
14005
|
this._errHandler.sync(this);
|
|
14004
14006
|
_la = this._input.LA(1);
|
|
14005
14007
|
while (_la === languageParser.T__2) {
|
|
14006
|
-
this.state =
|
|
14008
|
+
this.state = 3224;
|
|
14007
14009
|
this.match(languageParser.T__2);
|
|
14008
14010
|
if (localctx.args.length > 1 && this.isStraightBefore(')'))
|
|
14009
14011
|
break;
|
|
14010
|
-
this.state =
|
|
14012
|
+
this.state = 3226;
|
|
14011
14013
|
localctx.cn = this.condition();
|
|
14012
14014
|
this.pushItem(localctx.args, localctx.cn.expr);
|
|
14013
|
-
this.state =
|
|
14015
|
+
this.state = 3233;
|
|
14014
14016
|
this._errHandler.sync(this);
|
|
14015
14017
|
_la = this._input.LA(1);
|
|
14016
14018
|
}
|
|
14017
14019
|
break;
|
|
14018
14020
|
case languageParser.T__5:
|
|
14019
|
-
this.state =
|
|
14021
|
+
this.state = 3234;
|
|
14020
14022
|
localctx.rec = this.conditionOrQueryParenthesis();
|
|
14021
14023
|
localctx.args.push(localctx.rec.expr);
|
|
14022
|
-
this.state =
|
|
14024
|
+
this.state = 3259;
|
|
14023
14025
|
this._errHandler.sync(this);
|
|
14024
14026
|
switch (this._input.LA(1)) {
|
|
14025
14027
|
case languageParser.EXCEPT:
|
|
@@ -14028,7 +14030,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
14028
14030
|
case languageParser.MINUS:
|
|
14029
14031
|
case languageParser.ORDER:
|
|
14030
14032
|
case languageParser.UNION:
|
|
14031
|
-
this.state =
|
|
14033
|
+
this.state = 3236;
|
|
14032
14034
|
localctx.qc = this.queryExpressionCont(localctx.rec.expr.query);
|
|
14033
14035
|
if (localctx.qc.query)
|
|
14034
14036
|
localctx.args[0] = { query: localctx.qc.query, location: localctx.qc.query.location };
|
|
@@ -14055,40 +14057,40 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
14055
14057
|
case languageParser.IS:
|
|
14056
14058
|
case languageParser.LIKE:
|
|
14057
14059
|
case languageParser.OR:
|
|
14058
|
-
this.state =
|
|
14060
|
+
this.state = 3240;
|
|
14059
14061
|
this._errHandler.sync(this);
|
|
14060
14062
|
_la = this._input.LA(1);
|
|
14061
14063
|
if ((((_la) & ~0x1f) == 0 && ((1 << _la) & ((1 << languageParser.T__8) | (1 << languageParser.T__9) | (1 << languageParser.T__11) | (1 << languageParser.T__22) | (1 << languageParser.T__23))) !== 0)) {
|
|
14062
|
-
this.state =
|
|
14064
|
+
this.state = 3239;
|
|
14063
14065
|
localctx.ec = this.expressionCont([localctx.rec.expr]);
|
|
14064
14066
|
}
|
|
14065
|
-
this.state =
|
|
14067
|
+
this.state = 3243;
|
|
14066
14068
|
this._errHandler.sync(this);
|
|
14067
14069
|
_la = this._input.LA(1);
|
|
14068
14070
|
if ((((_la) & ~0x1f) == 0 && ((1 << _la) & ((1 << languageParser.T__7) | (1 << languageParser.T__16) | (1 << languageParser.T__17) | (1 << languageParser.T__18) | (1 << languageParser.T__19) | (1 << languageParser.T__20) | (1 << languageParser.T__21))) !== 0) || ((((_la - 47)) & ~0x1f) == 0 && ((1 << (_la - 47)) & ((1 << (languageParser.IN - 47)) | (1 << (languageParser.NOT - 47)) | (1 << (languageParser.BETWEEN - 47)))) !== 0) || _la === languageParser.IS || _la === languageParser.LIKE) {
|
|
14069
|
-
this.state =
|
|
14071
|
+
this.state = 3242;
|
|
14070
14072
|
localctx.cm = this.comparisonCont([(localctx.ec || localctx.rec).expr]);
|
|
14071
14073
|
}
|
|
14072
|
-
this.state =
|
|
14074
|
+
this.state = 3246;
|
|
14073
14075
|
this._errHandler.sync(this);
|
|
14074
14076
|
_la = this._input.LA(1);
|
|
14075
14077
|
if (_la === languageParser.T__15 || _la === languageParser.AND || _la === languageParser.OR) {
|
|
14076
|
-
this.state =
|
|
14078
|
+
this.state = 3245;
|
|
14077
14079
|
localctx.cc = this.conditionCont([(localctx.cm || localctx.ec || localctx.rec).expr]);
|
|
14078
14080
|
}
|
|
14079
14081
|
localctx.args[0] = ((_b = (localctx.cc || localctx.cm || localctx.ec || localctx.rec)) === null || _b === void 0 ? void 0 : _b.expr) || localctx.args[0];
|
|
14080
|
-
this.state =
|
|
14082
|
+
this.state = 3256;
|
|
14081
14083
|
this._errHandler.sync(this);
|
|
14082
14084
|
_la = this._input.LA(1);
|
|
14083
14085
|
while (_la === languageParser.T__2) {
|
|
14084
|
-
this.state =
|
|
14086
|
+
this.state = 3249;
|
|
14085
14087
|
this.match(languageParser.T__2);
|
|
14086
14088
|
if (localctx.args.length > 1 && this.isStraightBefore(')'))
|
|
14087
14089
|
break;
|
|
14088
|
-
this.state =
|
|
14090
|
+
this.state = 3251;
|
|
14089
14091
|
localctx.cn = this.condition();
|
|
14090
14092
|
this.pushItem(localctx.args, localctx.cn.expr);
|
|
14091
|
-
this.state =
|
|
14093
|
+
this.state = 3258;
|
|
14092
14094
|
this._errHandler.sync(this);
|
|
14093
14095
|
_la = this._input.LA(1);
|
|
14094
14096
|
}
|
|
@@ -14100,7 +14102,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
14100
14102
|
default:
|
|
14101
14103
|
throw new antlr4_1.default.error.NoViableAltException(this);
|
|
14102
14104
|
}
|
|
14103
|
-
this.state =
|
|
14105
|
+
this.state = 3263;
|
|
14104
14106
|
localctx.close = this.match(languageParser.T__6);
|
|
14105
14107
|
if (localctx.args.length > 1)
|
|
14106
14108
|
localctx.expr = { op: this.valueWithTokenLocation('list', localctx.open), args: localctx.args,
|
|
@@ -14128,23 +14130,23 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
14128
14130
|
this.enterRule(localctx, 216, languageParser.RULE_specialFunction);
|
|
14129
14131
|
try {
|
|
14130
14132
|
this.enterOuterAlt(localctx, 1);
|
|
14131
|
-
this.state = 3265;
|
|
14132
|
-
localctx.ca = this.match(languageParser.CAST);
|
|
14133
14133
|
this.state = 3266;
|
|
14134
|
+
localctx.ca = this.match(languageParser.CAST);
|
|
14135
|
+
this.state = 3267;
|
|
14134
14136
|
this.match(languageParser.T__5);
|
|
14135
14137
|
localctx.ret = {
|
|
14136
14138
|
op: this.valueWithTokenLocation('cast', localctx.ca),
|
|
14137
14139
|
args: this.createArray(),
|
|
14138
14140
|
location: this.tokenLocation(localctx.ca)
|
|
14139
14141
|
};
|
|
14140
|
-
this.state = 3268;
|
|
14141
|
-
localctx.e = this.expression();
|
|
14142
14142
|
this.state = 3269;
|
|
14143
|
-
this.
|
|
14143
|
+
localctx.e = this.expression();
|
|
14144
14144
|
this.state = 3270;
|
|
14145
|
+
this.match(languageParser.AS);
|
|
14146
|
+
this.state = 3271;
|
|
14145
14147
|
this.typeRefOptArgs(localctx.ret);
|
|
14146
14148
|
localctx.ret.args.push(localctx.e.expr);
|
|
14147
|
-
this.state =
|
|
14149
|
+
this.state = 3273;
|
|
14148
14150
|
this.match(languageParser.T__6);
|
|
14149
14151
|
this.finalizeDictOrArray(localctx.ret.args);
|
|
14150
14152
|
}
|
|
@@ -14171,20 +14173,20 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
14171
14173
|
var _la = 0; // Token type
|
|
14172
14174
|
try {
|
|
14173
14175
|
this.enterOuterAlt(localctx, 1);
|
|
14174
|
-
this.state =
|
|
14176
|
+
this.state = 3276;
|
|
14175
14177
|
localctx.head = this.ident(localctx.category);
|
|
14176
14178
|
(_a = (_b = localctx.art).path) !== null && _a !== void 0 ? _a : (_b.path = []);
|
|
14177
14179
|
this.pushIdent(localctx.art.path, localctx.head.id);
|
|
14178
|
-
this.state =
|
|
14180
|
+
this.state = 3284;
|
|
14179
14181
|
this._errHandler.sync(this);
|
|
14180
14182
|
_la = this._input.LA(1);
|
|
14181
14183
|
while (_la === languageParser.T__14) {
|
|
14182
|
-
this.state = 3277;
|
|
14183
|
-
this.match(languageParser.T__14);
|
|
14184
14184
|
this.state = 3278;
|
|
14185
|
+
this.match(languageParser.T__14);
|
|
14186
|
+
this.state = 3279;
|
|
14185
14187
|
localctx.tail = this.ident(localctx.category);
|
|
14186
14188
|
this.pushIdent(localctx.art.path, localctx.tail.id);
|
|
14187
|
-
this.state =
|
|
14189
|
+
this.state = 3286;
|
|
14188
14190
|
this._errHandler.sync(this);
|
|
14189
14191
|
_la = this._input.LA(1);
|
|
14190
14192
|
}
|
|
@@ -14213,25 +14215,25 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
14213
14215
|
var _la = 0; // Token type
|
|
14214
14216
|
try {
|
|
14215
14217
|
this.enterOuterAlt(localctx, 1);
|
|
14216
|
-
this.state =
|
|
14218
|
+
this.state = 3287;
|
|
14217
14219
|
localctx.id = this.ident(localctx.category);
|
|
14218
14220
|
this.pushIdent(localctx.qp.path, localctx.id.id);
|
|
14219
|
-
this.state =
|
|
14221
|
+
this.state = 3294;
|
|
14220
14222
|
this._errHandler.sync(this);
|
|
14221
14223
|
switch (this._input.LA(1)) {
|
|
14222
14224
|
case languageParser.T__5:
|
|
14223
|
-
this.state =
|
|
14225
|
+
this.state = 3289;
|
|
14224
14226
|
this.pathArguments(localctx.id.id, localctx.id.id);
|
|
14225
|
-
this.state =
|
|
14227
|
+
this.state = 3291;
|
|
14226
14228
|
this._errHandler.sync(this);
|
|
14227
14229
|
_la = this._input.LA(1);
|
|
14228
14230
|
if (_la === languageParser.T__10) {
|
|
14229
|
-
this.state =
|
|
14231
|
+
this.state = 3290;
|
|
14230
14232
|
this.cardinalityAndFilter(localctx.id.id);
|
|
14231
14233
|
}
|
|
14232
14234
|
break;
|
|
14233
14235
|
case languageParser.T__10:
|
|
14234
|
-
this.state =
|
|
14236
|
+
this.state = 3293;
|
|
14235
14237
|
this.cardinalityAndFilter(localctx.id.id);
|
|
14236
14238
|
break;
|
|
14237
14239
|
case languageParser.EOF:
|
|
@@ -14356,31 +14358,31 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
14356
14358
|
default:
|
|
14357
14359
|
break;
|
|
14358
14360
|
}
|
|
14359
|
-
this.state =
|
|
14361
|
+
this.state = 3308;
|
|
14360
14362
|
this._errHandler.sync(this);
|
|
14361
14363
|
_la = this._input.LA(1);
|
|
14362
14364
|
while (_la === languageParser.T__14) {
|
|
14363
|
-
this.state = 3295;
|
|
14364
|
-
this.match(languageParser.T__14);
|
|
14365
14365
|
this.state = 3296;
|
|
14366
|
+
this.match(languageParser.T__14);
|
|
14367
|
+
this.state = 3297;
|
|
14366
14368
|
localctx.id = this.ident('ref');
|
|
14367
14369
|
this.pushIdent(localctx.qp.path, localctx.id.id);
|
|
14368
|
-
this.state =
|
|
14370
|
+
this.state = 3304;
|
|
14369
14371
|
this._errHandler.sync(this);
|
|
14370
14372
|
switch (this._input.LA(1)) {
|
|
14371
14373
|
case languageParser.T__5:
|
|
14372
|
-
this.state =
|
|
14374
|
+
this.state = 3299;
|
|
14373
14375
|
this.pathArguments(localctx.id.id);
|
|
14374
|
-
this.state =
|
|
14376
|
+
this.state = 3301;
|
|
14375
14377
|
this._errHandler.sync(this);
|
|
14376
14378
|
_la = this._input.LA(1);
|
|
14377
14379
|
if (_la === languageParser.T__10) {
|
|
14378
|
-
this.state =
|
|
14380
|
+
this.state = 3300;
|
|
14379
14381
|
this.cardinalityAndFilter(localctx.id.id);
|
|
14380
14382
|
}
|
|
14381
14383
|
break;
|
|
14382
14384
|
case languageParser.T__10:
|
|
14383
|
-
this.state =
|
|
14385
|
+
this.state = 3303;
|
|
14384
14386
|
this.cardinalityAndFilter(localctx.id.id);
|
|
14385
14387
|
break;
|
|
14386
14388
|
case languageParser.EOF:
|
|
@@ -14505,7 +14507,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
14505
14507
|
default:
|
|
14506
14508
|
break;
|
|
14507
14509
|
}
|
|
14508
|
-
this.state =
|
|
14510
|
+
this.state = 3310;
|
|
14509
14511
|
this._errHandler.sync(this);
|
|
14510
14512
|
_la = this._input.LA(1);
|
|
14511
14513
|
}
|
|
@@ -14537,64 +14539,64 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
14537
14539
|
try {
|
|
14538
14540
|
this.enterOuterAlt(localctx, 1);
|
|
14539
14541
|
this.excludeExpected(['ORDER']);
|
|
14540
|
-
this.state =
|
|
14542
|
+
this.state = 3312;
|
|
14541
14543
|
this.match(languageParser.T__5);
|
|
14542
14544
|
if (!this.setLocalTokenForId(2, { ':': 'HelperToken1', '=>': 'HelperToken2' }))
|
|
14543
14545
|
this.prepareGenericKeywords(localctx.considerSpecial);
|
|
14544
|
-
this.state =
|
|
14546
|
+
this.state = 3360;
|
|
14545
14547
|
this._errHandler.sync(this);
|
|
14546
14548
|
switch (this._input.LA(1)) {
|
|
14547
14549
|
case languageParser.HelperToken1:
|
|
14548
14550
|
localctx.pathStep.args = this.createDict();
|
|
14549
14551
|
localctx.pathStep['$' + 'syntax'] = ':';
|
|
14550
|
-
this.state = 3314;
|
|
14551
|
-
localctx.id = this.match(languageParser.HelperToken1);
|
|
14552
14552
|
this.state = 3315;
|
|
14553
|
-
this.match(languageParser.
|
|
14553
|
+
localctx.id = this.match(languageParser.HelperToken1);
|
|
14554
14554
|
this.state = 3316;
|
|
14555
|
+
this.match(languageParser.T__4);
|
|
14556
|
+
this.state = 3317;
|
|
14555
14557
|
this.namedExpression(localctx.pathStep, this.identAst(localctx.id, 'paramname', true));
|
|
14556
|
-
this.state =
|
|
14558
|
+
this.state = 3326;
|
|
14557
14559
|
this._errHandler.sync(this);
|
|
14558
14560
|
_la = this._input.LA(1);
|
|
14559
14561
|
while (_la === languageParser.T__2) {
|
|
14560
|
-
this.state =
|
|
14562
|
+
this.state = 3318;
|
|
14561
14563
|
this.match(languageParser.T__2);
|
|
14562
14564
|
if (this.isStraightBefore(')'))
|
|
14563
14565
|
break;
|
|
14564
|
-
this.state = 3319;
|
|
14565
|
-
localctx.name = this.ident('paramname');
|
|
14566
14566
|
this.state = 3320;
|
|
14567
|
-
this.
|
|
14567
|
+
localctx.name = this.ident('paramname');
|
|
14568
14568
|
this.state = 3321;
|
|
14569
|
+
this.match(languageParser.T__4);
|
|
14570
|
+
this.state = 3322;
|
|
14569
14571
|
this.namedExpression(localctx.pathStep, localctx.name.id);
|
|
14570
|
-
this.state =
|
|
14572
|
+
this.state = 3328;
|
|
14571
14573
|
this._errHandler.sync(this);
|
|
14572
14574
|
_la = this._input.LA(1);
|
|
14573
14575
|
}
|
|
14574
14576
|
break;
|
|
14575
14577
|
case languageParser.HelperToken2:
|
|
14576
14578
|
localctx.pathStep.args = this.createDict();
|
|
14577
|
-
this.state = 3329;
|
|
14578
|
-
localctx.id = this.match(languageParser.HelperToken2);
|
|
14579
14579
|
this.state = 3330;
|
|
14580
|
-
this.match(languageParser.
|
|
14580
|
+
localctx.id = this.match(languageParser.HelperToken2);
|
|
14581
14581
|
this.state = 3331;
|
|
14582
|
+
this.match(languageParser.T__24);
|
|
14583
|
+
this.state = 3332;
|
|
14582
14584
|
this.namedExpression(localctx.pathStep, this.identAst(localctx.id, 'paramname', true));
|
|
14583
|
-
this.state =
|
|
14585
|
+
this.state = 3341;
|
|
14584
14586
|
this._errHandler.sync(this);
|
|
14585
14587
|
_la = this._input.LA(1);
|
|
14586
14588
|
while (_la === languageParser.T__2) {
|
|
14587
|
-
this.state =
|
|
14589
|
+
this.state = 3333;
|
|
14588
14590
|
this.match(languageParser.T__2);
|
|
14589
14591
|
if (this.isStraightBefore(')'))
|
|
14590
14592
|
break;
|
|
14591
|
-
this.state = 3334;
|
|
14592
|
-
localctx.name = this.ident('paramname');
|
|
14593
14593
|
this.state = 3335;
|
|
14594
|
-
this.
|
|
14594
|
+
localctx.name = this.ident('paramname');
|
|
14595
14595
|
this.state = 3336;
|
|
14596
|
+
this.match(languageParser.T__24);
|
|
14597
|
+
this.state = 3337;
|
|
14596
14598
|
this.namedExpression(localctx.pathStep, localctx.name.id);
|
|
14597
|
-
this.state =
|
|
14599
|
+
this.state = 3343;
|
|
14598
14600
|
this._errHandler.sync(this);
|
|
14599
14601
|
_la = this._input.LA(1);
|
|
14600
14602
|
}
|
|
@@ -14699,27 +14701,27 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
14699
14701
|
case languageParser.GenericExpr:
|
|
14700
14702
|
case languageParser.GenericIntro:
|
|
14701
14703
|
localctx.pathStep.args = this.createArray();
|
|
14702
|
-
this.state =
|
|
14704
|
+
this.state = 3345;
|
|
14703
14705
|
this.funcExpression(localctx.pathStep, localctx.considerSpecial);
|
|
14704
|
-
this.state =
|
|
14706
|
+
this.state = 3351;
|
|
14705
14707
|
this._errHandler.sync(this);
|
|
14706
14708
|
_la = this._input.LA(1);
|
|
14707
14709
|
while (_la === languageParser.T__2) {
|
|
14708
|
-
this.state =
|
|
14710
|
+
this.state = 3346;
|
|
14709
14711
|
this.match(languageParser.T__2);
|
|
14710
14712
|
if (this.isStraightBefore(')'))
|
|
14711
14713
|
break;
|
|
14712
|
-
this.state =
|
|
14714
|
+
this.state = 3348;
|
|
14713
14715
|
this.funcExpression(localctx.pathStep, localctx.considerSpecial);
|
|
14714
|
-
this.state =
|
|
14716
|
+
this.state = 3353;
|
|
14715
14717
|
this._errHandler.sync(this);
|
|
14716
14718
|
_la = this._input.LA(1);
|
|
14717
14719
|
}
|
|
14718
|
-
this.state =
|
|
14720
|
+
this.state = 3357;
|
|
14719
14721
|
this._errHandler.sync(this);
|
|
14720
14722
|
_la = this._input.LA(1);
|
|
14721
14723
|
if (_la === languageParser.ORDER) {
|
|
14722
|
-
this.state =
|
|
14724
|
+
this.state = 3354;
|
|
14723
14725
|
localctx.ob = this.funcOrderByClause([localctx.pathStep.args[localctx.pathStep.args.length - 1]]);
|
|
14724
14726
|
localctx.pathStep.args[localctx.pathStep.args.length - 1] = localctx.ob.expr;
|
|
14725
14727
|
}
|
|
@@ -14730,7 +14732,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
14730
14732
|
default:
|
|
14731
14733
|
throw new antlr4_1.default.error.NoViableAltException(this);
|
|
14732
14734
|
}
|
|
14733
|
-
this.state =
|
|
14735
|
+
this.state = 3362;
|
|
14734
14736
|
this.match(languageParser.T__6);
|
|
14735
14737
|
this.finalizeDictOrArray(localctx.pathStep.args);
|
|
14736
14738
|
}
|
|
@@ -14758,7 +14760,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
14758
14760
|
this.enterRule(localctx, 224, languageParser.RULE_namedExpression);
|
|
14759
14761
|
try {
|
|
14760
14762
|
this.enterOuterAlt(localctx, 1);
|
|
14761
|
-
this.state =
|
|
14763
|
+
this.state = 3365;
|
|
14762
14764
|
localctx.elem = this.expression();
|
|
14763
14765
|
if (localctx.pathStep && localctx.id) {
|
|
14764
14766
|
this.addDef((localctx.elem && localctx.elem.expr) ? localctx.elem.expr : { location: localctx.id.location }, localctx.pathStep, 'args', 0, localctx.id);
|
|
@@ -14786,7 +14788,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
14786
14788
|
var _la = 0; // Token type
|
|
14787
14789
|
try {
|
|
14788
14790
|
this.enterOuterAlt(localctx, 1);
|
|
14789
|
-
this.state =
|
|
14791
|
+
this.state = 3381;
|
|
14790
14792
|
this._errHandler.sync(this);
|
|
14791
14793
|
switch (this._input.LA(1)) {
|
|
14792
14794
|
case languageParser.T__4:
|
|
@@ -14882,20 +14884,20 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
14882
14884
|
case languageParser.VARIABLE:
|
|
14883
14885
|
case languageParser.VIEW:
|
|
14884
14886
|
case languageParser.Identifier:
|
|
14885
|
-
this.state =
|
|
14887
|
+
this.state = 3368;
|
|
14886
14888
|
localctx.expr = this.expression();
|
|
14887
14889
|
localctx.args.push(localctx.expr.expr);
|
|
14888
14890
|
break;
|
|
14889
14891
|
case languageParser.GenericExpr:
|
|
14890
|
-
this.state =
|
|
14892
|
+
this.state = 3371;
|
|
14891
14893
|
this.match(languageParser.GenericExpr);
|
|
14892
14894
|
this.pushXprToken(localctx.args);
|
|
14893
14895
|
break;
|
|
14894
14896
|
case languageParser.GenericIntro:
|
|
14895
|
-
this.state =
|
|
14897
|
+
this.state = 3373;
|
|
14896
14898
|
this.match(languageParser.GenericIntro);
|
|
14897
14899
|
this.pushXprToken(localctx.args);
|
|
14898
|
-
this.state =
|
|
14900
|
+
this.state = 3375;
|
|
14899
14901
|
localctx.expr = this.expression();
|
|
14900
14902
|
localctx.args.push(localctx.expr.expr);
|
|
14901
14903
|
break;
|
|
@@ -14904,7 +14906,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
14904
14906
|
case languageParser.DISTINCT:
|
|
14905
14907
|
case languageParser.HideAlternatives:
|
|
14906
14908
|
this.reportErrorForGenericKeyword();
|
|
14907
|
-
this.state =
|
|
14909
|
+
this.state = 3379;
|
|
14908
14910
|
_la = this._input.LA(1);
|
|
14909
14911
|
if (!(_la === languageParser.T__11 || _la === languageParser.ALL || _la === languageParser.DISTINCT || _la === languageParser.HideAlternatives)) {
|
|
14910
14912
|
this._errHandler.recoverInline(this);
|
|
@@ -14918,20 +14920,20 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
14918
14920
|
default:
|
|
14919
14921
|
throw new antlr4_1.default.error.NoViableAltException(this);
|
|
14920
14922
|
}
|
|
14921
|
-
this.state =
|
|
14923
|
+
this.state = 3404;
|
|
14922
14924
|
this._errHandler.sync(this);
|
|
14923
14925
|
_la = this._input.LA(1);
|
|
14924
14926
|
if (((((_la - 46)) & ~0x1f) == 0 && ((1 << (_la - 46)) & ((1 << (languageParser.FROM - 46)) | (1 << (languageParser.IN - 46)) | (1 << (languageParser.WITH - 46)))) !== 0) || _la === languageParser.GROUP || ((((_la - 138)) & ~0x1f) == 0 && ((1 << (_la - 138)) & ((1 << (languageParser.Identifier - 138)) | (1 << (languageParser.HideAlternatives - 138)) | (1 << (languageParser.GenericSeparator - 138)))) !== 0)) {
|
|
14925
|
-
this.state =
|
|
14927
|
+
this.state = 3400;
|
|
14926
14928
|
this._errHandler.sync(this);
|
|
14927
14929
|
_la = this._input.LA(1);
|
|
14928
14930
|
do {
|
|
14929
14931
|
this.prepareGenericKeywords(localctx.considerSpecial, 'separator');
|
|
14930
|
-
this.state =
|
|
14932
|
+
this.state = 3387;
|
|
14931
14933
|
this._errHandler.sync(this);
|
|
14932
14934
|
switch (this._input.LA(1)) {
|
|
14933
14935
|
case languageParser.GenericSeparator:
|
|
14934
|
-
this.state =
|
|
14936
|
+
this.state = 3384;
|
|
14935
14937
|
this.match(languageParser.GenericSeparator);
|
|
14936
14938
|
break;
|
|
14937
14939
|
case languageParser.FROM:
|
|
@@ -14941,7 +14943,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
14941
14943
|
case languageParser.Identifier:
|
|
14942
14944
|
case languageParser.HideAlternatives:
|
|
14943
14945
|
this.reportErrorForGenericKeyword();
|
|
14944
|
-
this.state =
|
|
14946
|
+
this.state = 3386;
|
|
14945
14947
|
_la = this._input.LA(1);
|
|
14946
14948
|
if (!(((((_la - 46)) & ~0x1f) == 0 && ((1 << (_la - 46)) & ((1 << (languageParser.FROM - 46)) | (1 << (languageParser.IN - 46)) | (1 << (languageParser.WITH - 46)))) !== 0) || _la === languageParser.GROUP || _la === languageParser.Identifier || _la === languageParser.HideAlternatives)) {
|
|
14947
14949
|
this._errHandler.recoverInline(this);
|
|
@@ -14956,7 +14958,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
14956
14958
|
}
|
|
14957
14959
|
this.pushXprToken(localctx.args);
|
|
14958
14960
|
this.prepareGenericKeywords(localctx.considerSpecial, 'expr');
|
|
14959
|
-
this.state =
|
|
14961
|
+
this.state = 3398;
|
|
14960
14962
|
this._errHandler.sync(this);
|
|
14961
14963
|
switch (this._input.LA(1)) {
|
|
14962
14964
|
case languageParser.T__4:
|
|
@@ -15052,19 +15054,19 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15052
15054
|
case languageParser.VARIABLE:
|
|
15053
15055
|
case languageParser.VIEW:
|
|
15054
15056
|
case languageParser.Identifier:
|
|
15055
|
-
this.state =
|
|
15057
|
+
this.state = 3390;
|
|
15056
15058
|
localctx.expr = this.expression();
|
|
15057
15059
|
localctx.args.push(localctx.expr.expr);
|
|
15058
15060
|
break;
|
|
15059
15061
|
case languageParser.GenericExpr:
|
|
15060
|
-
this.state =
|
|
15062
|
+
this.state = 3393;
|
|
15061
15063
|
this.match(languageParser.GenericExpr);
|
|
15062
15064
|
this.pushXprToken(localctx.args);
|
|
15063
15065
|
break;
|
|
15064
15066
|
case languageParser.ALL:
|
|
15065
15067
|
case languageParser.HideAlternatives:
|
|
15066
15068
|
this.reportErrorForGenericKeyword();
|
|
15067
|
-
this.state =
|
|
15069
|
+
this.state = 3396;
|
|
15068
15070
|
_la = this._input.LA(1);
|
|
15069
15071
|
if (!(_la === languageParser.ALL || _la === languageParser.HideAlternatives)) {
|
|
15070
15072
|
this._errHandler.recoverInline(this);
|
|
@@ -15078,7 +15080,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15078
15080
|
default:
|
|
15079
15081
|
throw new antlr4_1.default.error.NoViableAltException(this);
|
|
15080
15082
|
}
|
|
15081
|
-
this.state =
|
|
15083
|
+
this.state = 3402;
|
|
15082
15084
|
this._errHandler.sync(this);
|
|
15083
15085
|
_la = this._input.LA(1);
|
|
15084
15086
|
} while (((((_la - 46)) & ~0x1f) == 0 && ((1 << (_la - 46)) & ((1 << (languageParser.FROM - 46)) | (1 << (languageParser.IN - 46)) | (1 << (languageParser.WITH - 46)))) !== 0) || _la === languageParser.GROUP || ((((_la - 138)) & ~0x1f) == 0 && ((1 << (_la - 138)) & ((1 << (languageParser.Identifier - 138)) | (1 << (languageParser.HideAlternatives - 138)) | (1 << (languageParser.GenericSeparator - 138)))) !== 0));
|
|
@@ -15107,42 +15109,42 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15107
15109
|
var _la = 0; // Token type
|
|
15108
15110
|
try {
|
|
15109
15111
|
this.enterOuterAlt(localctx, 1);
|
|
15110
|
-
this.state =
|
|
15112
|
+
this.state = 3413;
|
|
15111
15113
|
this._errHandler.sync(this);
|
|
15112
15114
|
_la = this._input.LA(1);
|
|
15113
15115
|
if (_la === languageParser.PARTITION) {
|
|
15114
|
-
this.state =
|
|
15116
|
+
this.state = 3406;
|
|
15115
15117
|
this.match(languageParser.PARTITION);
|
|
15116
15118
|
this.pushXprToken(localctx.args);
|
|
15117
|
-
this.state =
|
|
15119
|
+
this.state = 3408;
|
|
15118
15120
|
this.match(languageParser.BY);
|
|
15119
15121
|
this.pushXprToken(localctx.args);
|
|
15120
|
-
this.state =
|
|
15122
|
+
this.state = 3410;
|
|
15121
15123
|
localctx.pb = this.partitionByClause();
|
|
15122
15124
|
localctx.args.push(localctx.pb.expr);
|
|
15123
15125
|
}
|
|
15124
|
-
this.state =
|
|
15126
|
+
this.state = 3422;
|
|
15125
15127
|
this._errHandler.sync(this);
|
|
15126
15128
|
_la = this._input.LA(1);
|
|
15127
15129
|
if (_la === languageParser.ORDER) {
|
|
15128
|
-
this.state =
|
|
15130
|
+
this.state = 3415;
|
|
15129
15131
|
this.match(languageParser.ORDER);
|
|
15130
15132
|
this.pushXprToken(localctx.args);
|
|
15131
|
-
this.state =
|
|
15133
|
+
this.state = 3417;
|
|
15132
15134
|
this.match(languageParser.BY);
|
|
15133
15135
|
this.pushXprToken(localctx.args);
|
|
15134
|
-
this.state =
|
|
15136
|
+
this.state = 3419;
|
|
15135
15137
|
localctx.ob = this.exprOrderByClause();
|
|
15136
15138
|
localctx.args.push(localctx.ob.expr);
|
|
15137
15139
|
}
|
|
15138
|
-
this.state =
|
|
15140
|
+
this.state = 3429;
|
|
15139
15141
|
this._errHandler.sync(this);
|
|
15140
15142
|
_la = this._input.LA(1);
|
|
15141
15143
|
if (_la === languageParser.ROWS) {
|
|
15142
|
-
this.state =
|
|
15144
|
+
this.state = 3424;
|
|
15143
15145
|
this.match(languageParser.ROWS);
|
|
15144
15146
|
this.pushXprToken(localctx.args);
|
|
15145
|
-
this.state =
|
|
15147
|
+
this.state = 3426;
|
|
15146
15148
|
localctx.wf = this.windowFrameClause();
|
|
15147
15149
|
localctx.args.push(localctx.wf.wf);
|
|
15148
15150
|
}
|
|
@@ -15170,20 +15172,20 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15170
15172
|
var _la = 0; // Token type
|
|
15171
15173
|
try {
|
|
15172
15174
|
this.enterOuterAlt(localctx, 1);
|
|
15173
|
-
this.state =
|
|
15175
|
+
this.state = 3431;
|
|
15174
15176
|
localctx.e1 = this.expression();
|
|
15175
15177
|
localctx.args.push(localctx.e1.expr);
|
|
15176
|
-
this.state =
|
|
15178
|
+
this.state = 3440;
|
|
15177
15179
|
this._errHandler.sync(this);
|
|
15178
15180
|
_la = this._input.LA(1);
|
|
15179
15181
|
while (_la === languageParser.T__2) {
|
|
15180
|
-
this.state =
|
|
15182
|
+
this.state = 3433;
|
|
15181
15183
|
this.match(languageParser.T__2);
|
|
15182
15184
|
this.pushXprToken(localctx.args);
|
|
15183
|
-
this.state =
|
|
15185
|
+
this.state = 3435;
|
|
15184
15186
|
localctx.en = this.expression();
|
|
15185
15187
|
localctx.args.push(localctx.en.expr);
|
|
15186
|
-
this.state =
|
|
15188
|
+
this.state = 3442;
|
|
15187
15189
|
this._errHandler.sync(this);
|
|
15188
15190
|
_la = this._input.LA(1);
|
|
15189
15191
|
}
|
|
@@ -15210,13 +15212,13 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15210
15212
|
this.enterRule(localctx, 232, languageParser.RULE_funcOrderByClause);
|
|
15211
15213
|
try {
|
|
15212
15214
|
this.enterOuterAlt(localctx, 1);
|
|
15213
|
-
this.state =
|
|
15215
|
+
this.state = 3443;
|
|
15214
15216
|
this.match(languageParser.ORDER);
|
|
15215
15217
|
this.pushXprToken(localctx.args);
|
|
15216
|
-
this.state =
|
|
15218
|
+
this.state = 3445;
|
|
15217
15219
|
this.match(languageParser.BY);
|
|
15218
15220
|
this.pushXprToken(localctx.args);
|
|
15219
|
-
this.state =
|
|
15221
|
+
this.state = 3447;
|
|
15220
15222
|
localctx.ob = this.exprOrderByClause();
|
|
15221
15223
|
localctx.args.push(localctx.ob.expr);
|
|
15222
15224
|
this._ctx.stop = this._input.LT(-1);
|
|
@@ -15243,18 +15245,18 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15243
15245
|
var _la = 0; // Token type
|
|
15244
15246
|
try {
|
|
15245
15247
|
this.enterOuterAlt(localctx, 1);
|
|
15246
|
-
this.state =
|
|
15248
|
+
this.state = 3450;
|
|
15247
15249
|
this.orderBySpecInExpr(localctx.args);
|
|
15248
|
-
this.state =
|
|
15250
|
+
this.state = 3456;
|
|
15249
15251
|
this._errHandler.sync(this);
|
|
15250
15252
|
_la = this._input.LA(1);
|
|
15251
15253
|
while (_la === languageParser.T__2) {
|
|
15252
|
-
this.state =
|
|
15254
|
+
this.state = 3451;
|
|
15253
15255
|
this.match(languageParser.T__2);
|
|
15254
15256
|
this.pushXprToken(localctx.args);
|
|
15255
|
-
this.state =
|
|
15257
|
+
this.state = 3453;
|
|
15256
15258
|
this.orderBySpecInExpr(localctx.args);
|
|
15257
|
-
this.state =
|
|
15259
|
+
this.state = 3458;
|
|
15258
15260
|
this._errHandler.sync(this);
|
|
15259
15261
|
_la = this._input.LA(1);
|
|
15260
15262
|
}
|
|
@@ -15282,19 +15284,19 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15282
15284
|
var _la = 0; // Token type
|
|
15283
15285
|
try {
|
|
15284
15286
|
this.enterOuterAlt(localctx, 1);
|
|
15285
|
-
this.state =
|
|
15287
|
+
this.state = 3459;
|
|
15286
15288
|
localctx.e = this.expression();
|
|
15287
15289
|
localctx.args.push(localctx.e.expr);
|
|
15288
|
-
this.state =
|
|
15290
|
+
this.state = 3465;
|
|
15289
15291
|
this._errHandler.sync(this);
|
|
15290
15292
|
switch (this._input.LA(1)) {
|
|
15291
15293
|
case languageParser.ASC:
|
|
15292
|
-
this.state =
|
|
15294
|
+
this.state = 3461;
|
|
15293
15295
|
this.match(languageParser.ASC);
|
|
15294
15296
|
this.pushXprToken(localctx.args);
|
|
15295
15297
|
break;
|
|
15296
15298
|
case languageParser.DESC:
|
|
15297
|
-
this.state =
|
|
15299
|
+
this.state = 3463;
|
|
15298
15300
|
this.match(languageParser.DESC);
|
|
15299
15301
|
this.pushXprToken(localctx.args);
|
|
15300
15302
|
break;
|
|
@@ -15306,14 +15308,14 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15306
15308
|
default:
|
|
15307
15309
|
break;
|
|
15308
15310
|
}
|
|
15309
|
-
this.state =
|
|
15311
|
+
this.state = 3471;
|
|
15310
15312
|
this._errHandler.sync(this);
|
|
15311
15313
|
_la = this._input.LA(1);
|
|
15312
15314
|
if (_la === languageParser.NULLS) {
|
|
15313
|
-
this.state =
|
|
15315
|
+
this.state = 3467;
|
|
15314
15316
|
this.match(languageParser.NULLS);
|
|
15315
15317
|
this.pushXprToken(localctx.args);
|
|
15316
|
-
this.state =
|
|
15318
|
+
this.state = 3469;
|
|
15317
15319
|
_la = this._input.LA(1);
|
|
15318
15320
|
if (!(_la === languageParser.FIRST || _la === languageParser.LAST)) {
|
|
15319
15321
|
this._errHandler.recoverInline(this);
|
|
@@ -15345,25 +15347,25 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15345
15347
|
this.enterRule(localctx, 238, languageParser.RULE_windowFrameClause);
|
|
15346
15348
|
try {
|
|
15347
15349
|
this.enterOuterAlt(localctx, 1);
|
|
15348
|
-
this.state =
|
|
15350
|
+
this.state = 3481;
|
|
15349
15351
|
this._errHandler.sync(this);
|
|
15350
15352
|
switch (this._input.LA(1)) {
|
|
15351
15353
|
case languageParser.Number:
|
|
15352
15354
|
case languageParser.CURRENT:
|
|
15353
15355
|
case languageParser.UNBOUNDED:
|
|
15354
|
-
this.state =
|
|
15356
|
+
this.state = 3473;
|
|
15355
15357
|
this.windowFrameStartSpec(localctx.args);
|
|
15356
15358
|
break;
|
|
15357
15359
|
case languageParser.BETWEEN:
|
|
15358
|
-
this.state =
|
|
15360
|
+
this.state = 3474;
|
|
15359
15361
|
this.match(languageParser.BETWEEN);
|
|
15360
15362
|
this.pushXprToken(localctx.args);
|
|
15361
|
-
this.state = 3475;
|
|
15362
|
-
this.windowFrameBoundSpec(localctx.args);
|
|
15363
15363
|
this.state = 3476;
|
|
15364
|
+
this.windowFrameBoundSpec(localctx.args);
|
|
15365
|
+
this.state = 3477;
|
|
15364
15366
|
this.match(languageParser.AND);
|
|
15365
15367
|
this.pushXprToken(localctx.args);
|
|
15366
|
-
this.state =
|
|
15368
|
+
this.state = 3479;
|
|
15367
15369
|
this.windowFrameBoundSpec(localctx.args);
|
|
15368
15370
|
break;
|
|
15369
15371
|
default:
|
|
@@ -15392,15 +15394,15 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15392
15394
|
this.enterRule(localctx, 240, languageParser.RULE_windowFrameBoundSpec);
|
|
15393
15395
|
var _la = 0; // Token type
|
|
15394
15396
|
try {
|
|
15395
|
-
this.state =
|
|
15397
|
+
this.state = 3495;
|
|
15396
15398
|
this._errHandler.sync(this);
|
|
15397
15399
|
switch (this._input.LA(1)) {
|
|
15398
15400
|
case languageParser.UNBOUNDED:
|
|
15399
15401
|
this.enterOuterAlt(localctx, 1);
|
|
15400
|
-
this.state =
|
|
15402
|
+
this.state = 3483;
|
|
15401
15403
|
this.match(languageParser.UNBOUNDED);
|
|
15402
15404
|
this.pushXprToken(localctx.args);
|
|
15403
|
-
this.state =
|
|
15405
|
+
this.state = 3485;
|
|
15404
15406
|
_la = this._input.LA(1);
|
|
15405
15407
|
if (!(_la === languageParser.FOLLOWING || _la === languageParser.PRECEDING)) {
|
|
15406
15408
|
this._errHandler.recoverInline(this);
|
|
@@ -15413,10 +15415,10 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15413
15415
|
break;
|
|
15414
15416
|
case languageParser.Number:
|
|
15415
15417
|
this.enterOuterAlt(localctx, 2);
|
|
15416
|
-
this.state =
|
|
15418
|
+
this.state = 3487;
|
|
15417
15419
|
this.match(languageParser.Number);
|
|
15418
15420
|
localctx.args.push(this.unsignedIntegerLiteral());
|
|
15419
|
-
this.state =
|
|
15421
|
+
this.state = 3489;
|
|
15420
15422
|
_la = this._input.LA(1);
|
|
15421
15423
|
if (!(_la === languageParser.FOLLOWING || _la === languageParser.PRECEDING)) {
|
|
15422
15424
|
this._errHandler.recoverInline(this);
|
|
@@ -15429,10 +15431,10 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15429
15431
|
break;
|
|
15430
15432
|
case languageParser.CURRENT:
|
|
15431
15433
|
this.enterOuterAlt(localctx, 3);
|
|
15432
|
-
this.state =
|
|
15434
|
+
this.state = 3491;
|
|
15433
15435
|
this.match(languageParser.CURRENT);
|
|
15434
15436
|
this.pushXprToken(localctx.args);
|
|
15435
|
-
this.state =
|
|
15437
|
+
this.state = 3493;
|
|
15436
15438
|
this.match(languageParser.ROW);
|
|
15437
15439
|
this.pushXprToken(localctx.args);
|
|
15438
15440
|
break;
|
|
@@ -15459,33 +15461,33 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15459
15461
|
let localctx = new WindowFrameStartSpecContext(this, this._ctx, this.state, args);
|
|
15460
15462
|
this.enterRule(localctx, 242, languageParser.RULE_windowFrameStartSpec);
|
|
15461
15463
|
try {
|
|
15462
|
-
this.state =
|
|
15464
|
+
this.state = 3509;
|
|
15463
15465
|
this._errHandler.sync(this);
|
|
15464
15466
|
switch (this._input.LA(1)) {
|
|
15465
15467
|
case languageParser.UNBOUNDED:
|
|
15466
15468
|
this.enterOuterAlt(localctx, 1);
|
|
15467
|
-
this.state =
|
|
15469
|
+
this.state = 3497;
|
|
15468
15470
|
this.match(languageParser.UNBOUNDED);
|
|
15469
15471
|
this.pushXprToken(localctx.args);
|
|
15470
|
-
this.state =
|
|
15472
|
+
this.state = 3499;
|
|
15471
15473
|
this.match(languageParser.PRECEDING);
|
|
15472
15474
|
this.pushXprToken(localctx.args);
|
|
15473
15475
|
break;
|
|
15474
15476
|
case languageParser.Number:
|
|
15475
15477
|
this.enterOuterAlt(localctx, 2);
|
|
15476
|
-
this.state =
|
|
15478
|
+
this.state = 3501;
|
|
15477
15479
|
this.match(languageParser.Number);
|
|
15478
15480
|
localctx.args.push(this.unsignedIntegerLiteral());
|
|
15479
|
-
this.state =
|
|
15481
|
+
this.state = 3503;
|
|
15480
15482
|
this.match(languageParser.PRECEDING);
|
|
15481
15483
|
this.pushXprToken(localctx.args);
|
|
15482
15484
|
break;
|
|
15483
15485
|
case languageParser.CURRENT:
|
|
15484
15486
|
this.enterOuterAlt(localctx, 3);
|
|
15485
|
-
this.state =
|
|
15487
|
+
this.state = 3505;
|
|
15486
15488
|
this.match(languageParser.CURRENT);
|
|
15487
15489
|
this.pushXprToken(localctx.args);
|
|
15488
|
-
this.state =
|
|
15490
|
+
this.state = 3507;
|
|
15489
15491
|
this.match(languageParser.ROW);
|
|
15490
15492
|
this.pushXprToken(localctx.args);
|
|
15491
15493
|
break;
|
|
@@ -15516,76 +15518,76 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15516
15518
|
this.enterOuterAlt(localctx, 1);
|
|
15517
15519
|
if (!localctx.pathStep)
|
|
15518
15520
|
localctx.pathStep = {};
|
|
15519
|
-
this.state =
|
|
15521
|
+
this.state = 3512;
|
|
15520
15522
|
localctx.openFilter = this.match(languageParser.T__10);
|
|
15521
|
-
this.state =
|
|
15523
|
+
this.state = 3514;
|
|
15522
15524
|
this._errHandler.sync(this);
|
|
15523
15525
|
_la = this._input.LA(1);
|
|
15524
15526
|
if (_la === languageParser.Number) {
|
|
15525
|
-
this.state =
|
|
15527
|
+
this.state = 3513;
|
|
15526
15528
|
this.optionalCardinality(pathStep);
|
|
15527
15529
|
}
|
|
15528
|
-
this.state =
|
|
15530
|
+
this.state = 3516;
|
|
15529
15531
|
this.filterWhereClause(localctx.pathStep);
|
|
15530
|
-
this.state =
|
|
15532
|
+
this.state = 3532;
|
|
15531
15533
|
this._errHandler.sync(this);
|
|
15532
15534
|
_la = this._input.LA(1);
|
|
15533
15535
|
if (_la === languageParser.GROUP) {
|
|
15534
|
-
this.state = 3516;
|
|
15535
|
-
localctx.group = this.match(languageParser.GROUP);
|
|
15536
15536
|
this.state = 3517;
|
|
15537
|
-
localctx.
|
|
15537
|
+
localctx.group = this.match(languageParser.GROUP);
|
|
15538
15538
|
this.state = 3518;
|
|
15539
|
+
localctx.by = this.match(languageParser.BY);
|
|
15540
|
+
this.state = 3519;
|
|
15539
15541
|
localctx.e1 = this.expression();
|
|
15540
15542
|
localctx.pathStep.groupBy = [localctx.e1.expr];
|
|
15541
|
-
this.state =
|
|
15543
|
+
this.state = 3527;
|
|
15542
15544
|
this._errHandler.sync(this);
|
|
15543
15545
|
_la = this._input.LA(1);
|
|
15544
15546
|
while (_la === languageParser.T__2) {
|
|
15545
|
-
this.state = 3520;
|
|
15546
|
-
this.match(languageParser.T__2);
|
|
15547
15547
|
this.state = 3521;
|
|
15548
|
+
this.match(languageParser.T__2);
|
|
15549
|
+
this.state = 3522;
|
|
15548
15550
|
localctx.en = this.expression();
|
|
15549
15551
|
localctx.pathStep.groupBy.push(localctx.en.expr);
|
|
15550
|
-
this.state =
|
|
15552
|
+
this.state = 3529;
|
|
15551
15553
|
this._errHandler.sync(this);
|
|
15552
15554
|
_la = this._input.LA(1);
|
|
15553
15555
|
}
|
|
15554
15556
|
this.csnParseOnly('syntax-unexpected-sql-clause', [localctx.group, localctx.by], { keyword: 'GROUP BY' });
|
|
15555
15557
|
}
|
|
15556
|
-
this.state =
|
|
15558
|
+
this.state = 3539;
|
|
15557
15559
|
this._errHandler.sync(this);
|
|
15558
15560
|
_la = this._input.LA(1);
|
|
15559
15561
|
if (_la === languageParser.HAVING) {
|
|
15560
|
-
this.state = 3533;
|
|
15561
|
-
localctx.hv = this.match(languageParser.HAVING);
|
|
15562
15562
|
this.state = 3534;
|
|
15563
|
+
localctx.hv = this.match(languageParser.HAVING);
|
|
15564
|
+
this.state = 3535;
|
|
15563
15565
|
localctx.having = this.condition();
|
|
15564
15566
|
localctx.pathStep.having = localctx.having.expr;
|
|
15565
15567
|
this.csnParseOnly('syntax-unexpected-sql-clause', [localctx.hv], { keyword: 'HAVING' });
|
|
15566
15568
|
}
|
|
15567
|
-
this.state =
|
|
15569
|
+
this.state = 3546;
|
|
15568
15570
|
this._errHandler.sync(this);
|
|
15569
15571
|
_la = this._input.LA(1);
|
|
15570
15572
|
if (_la === languageParser.ORDER) {
|
|
15571
15573
|
const orderKw = this._input.LT(1);
|
|
15572
15574
|
const byKw = this._input.LT(2);
|
|
15573
|
-
this.state =
|
|
15575
|
+
this.state = 3542;
|
|
15574
15576
|
localctx.ob = this.orderByClause(localctx.pathStep);
|
|
15575
15577
|
localctx.pathStep = localctx.ob.query;
|
|
15576
15578
|
this.csnParseOnly('syntax-unexpected-sql-clause', [orderKw, byKw], { keyword: 'ORDER BY' });
|
|
15577
15579
|
}
|
|
15578
|
-
this.state =
|
|
15580
|
+
this.state = 3553;
|
|
15579
15581
|
this._errHandler.sync(this);
|
|
15580
15582
|
_la = this._input.LA(1);
|
|
15581
15583
|
if (_la === languageParser.LIMIT) {
|
|
15582
15584
|
const limit = this._input.LT(1);
|
|
15583
|
-
this.state =
|
|
15585
|
+
this.state = 3549;
|
|
15584
15586
|
localctx.lc = this.limitClause(localctx.pathStep);
|
|
15585
15587
|
localctx.pathStep = localctx.lc.query;
|
|
15586
15588
|
this.csnParseOnly('syntax-unexpected-sql-clause', [limit], { keyword: 'LIMIT' });
|
|
15587
15589
|
}
|
|
15588
|
-
this.state =
|
|
15590
|
+
this.state = 3555;
|
|
15589
15591
|
localctx.closeFilter = this.match(languageParser.T__13);
|
|
15590
15592
|
}
|
|
15591
15593
|
catch (re) {
|
|
@@ -15610,11 +15612,11 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15610
15612
|
this.enterOuterAlt(localctx, 1);
|
|
15611
15613
|
if (this._input.LT(2).text !== ':')
|
|
15612
15614
|
return localctx;
|
|
15613
|
-
this.state =
|
|
15615
|
+
this.state = 3558;
|
|
15614
15616
|
this.match(languageParser.Number);
|
|
15615
15617
|
if (localctx.pathStep)
|
|
15616
15618
|
localctx.pathStep.cardinality = { targetMax: this.unsignedIntegerLiteral(), location: this.startLocation() };
|
|
15617
|
-
this.state =
|
|
15619
|
+
this.state = 3560;
|
|
15618
15620
|
this.match(languageParser.T__4);
|
|
15619
15621
|
this._ctx.stop = this._input.LT(-1);
|
|
15620
15622
|
if (localctx.pathStep && localctx.pathStep.cardinality)
|
|
@@ -15646,9 +15648,9 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15646
15648
|
|| tok.type === languageParser.LIMIT
|
|
15647
15649
|
|| tok.type === languageParser.HAVING)
|
|
15648
15650
|
return localctx;
|
|
15649
|
-
this.state = 3562;
|
|
15650
|
-
this.optionalWhereForFilter();
|
|
15651
15651
|
this.state = 3563;
|
|
15652
|
+
this.optionalWhereForFilter();
|
|
15653
|
+
this.state = 3564;
|
|
15652
15654
|
localctx.cond = this.condition();
|
|
15653
15655
|
if (localctx.pathStep)
|
|
15654
15656
|
localctx.pathStep.where = localctx.cond.expr;
|
|
@@ -15675,7 +15677,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15675
15677
|
this.enterOuterAlt(localctx, 1);
|
|
15676
15678
|
if (this.getCurrentToken().type !== languageParser.WHERE)
|
|
15677
15679
|
return localctx; // TODO: should we somehow add those keywords to $(EXPECTED)?
|
|
15678
|
-
this.state =
|
|
15680
|
+
this.state = 3568;
|
|
15679
15681
|
this.match(languageParser.WHERE);
|
|
15680
15682
|
}
|
|
15681
15683
|
catch (re) {
|
|
@@ -15699,14 +15701,14 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15699
15701
|
var _la = 0; // Token type
|
|
15700
15702
|
try {
|
|
15701
15703
|
this.enterOuterAlt(localctx, 1);
|
|
15702
|
-
this.state =
|
|
15704
|
+
this.state = 3570;
|
|
15703
15705
|
localctx.at = this.match(languageParser.T__25);
|
|
15704
15706
|
this.reportUnexpectedSpace(localctx.at);
|
|
15705
|
-
this.state =
|
|
15707
|
+
this.state = 3581;
|
|
15706
15708
|
this._errHandler.sync(this);
|
|
15707
15709
|
switch (this._input.LA(1)) {
|
|
15708
15710
|
case languageParser.T__5:
|
|
15709
|
-
this.state =
|
|
15711
|
+
this.state = 3572;
|
|
15710
15712
|
this.annotationAssignment_paren(localctx.art);
|
|
15711
15713
|
break;
|
|
15712
15714
|
case languageParser.ABSTRACT:
|
|
@@ -15789,15 +15791,15 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15789
15791
|
case languageParser.VIEW:
|
|
15790
15792
|
case languageParser.Identifier:
|
|
15791
15793
|
localctx.assignment = { name: new this.XsnName() };
|
|
15792
|
-
this.state =
|
|
15794
|
+
this.state = 3574;
|
|
15793
15795
|
this.annotationPath(localctx.assignment.name, 'anno');
|
|
15794
|
-
this.state =
|
|
15796
|
+
this.state = 3577;
|
|
15795
15797
|
this._errHandler.sync(this);
|
|
15796
15798
|
_la = this._input.LA(1);
|
|
15797
15799
|
if (_la === languageParser.T__26) {
|
|
15798
|
-
this.state = 3574;
|
|
15799
|
-
this.match(languageParser.T__26);
|
|
15800
15800
|
this.state = 3575;
|
|
15801
|
+
this.match(languageParser.T__26);
|
|
15802
|
+
this.state = 3576;
|
|
15801
15803
|
this.annotationPathVariant(localctx.assignment.name);
|
|
15802
15804
|
}
|
|
15803
15805
|
this.warnIfColonFollows(localctx.assignment);
|
|
@@ -15832,14 +15834,14 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15832
15834
|
var _la = 0; // Token type
|
|
15833
15835
|
try {
|
|
15834
15836
|
this.enterOuterAlt(localctx, 1);
|
|
15835
|
-
this.state =
|
|
15837
|
+
this.state = 3583;
|
|
15836
15838
|
localctx.at = this.match(languageParser.T__25);
|
|
15837
15839
|
this.reportUnexpectedSpace(localctx.at);
|
|
15838
|
-
this.state =
|
|
15840
|
+
this.state = 3597;
|
|
15839
15841
|
this._errHandler.sync(this);
|
|
15840
15842
|
switch (this._input.LA(1)) {
|
|
15841
15843
|
case languageParser.T__5:
|
|
15842
|
-
this.state =
|
|
15844
|
+
this.state = 3585;
|
|
15843
15845
|
this.annotationAssignment_paren(localctx.art);
|
|
15844
15846
|
break;
|
|
15845
15847
|
case languageParser.ABSTRACT:
|
|
@@ -15922,25 +15924,25 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15922
15924
|
case languageParser.VIEW:
|
|
15923
15925
|
case languageParser.Identifier:
|
|
15924
15926
|
localctx.assignment = { name: new this.XsnName() };
|
|
15925
|
-
this.state =
|
|
15927
|
+
this.state = 3587;
|
|
15926
15928
|
this.annotationPath(localctx.assignment.name, 'anno');
|
|
15927
|
-
this.state =
|
|
15929
|
+
this.state = 3590;
|
|
15928
15930
|
this._errHandler.sync(this);
|
|
15929
15931
|
_la = this._input.LA(1);
|
|
15930
15932
|
if (_la === languageParser.T__26) {
|
|
15931
|
-
this.state = 3587;
|
|
15932
|
-
this.match(languageParser.T__26);
|
|
15933
15933
|
this.state = 3588;
|
|
15934
|
+
this.match(languageParser.T__26);
|
|
15935
|
+
this.state = 3589;
|
|
15934
15936
|
this.annotationPathVariant(localctx.assignment.name);
|
|
15935
15937
|
}
|
|
15936
|
-
this.state =
|
|
15938
|
+
this.state = 3595;
|
|
15937
15939
|
this._errHandler.sync(this);
|
|
15938
15940
|
_la = this._input.LA(1);
|
|
15939
15941
|
if (_la === languageParser.T__4) {
|
|
15940
|
-
this.state =
|
|
15942
|
+
this.state = 3592;
|
|
15941
15943
|
this.match(languageParser.T__4);
|
|
15942
15944
|
this.meltKeywordToIdentifier(true);
|
|
15943
|
-
this.state =
|
|
15945
|
+
this.state = 3594;
|
|
15944
15946
|
localctx.val = this.annoValue(localctx.assignment);
|
|
15945
15947
|
}
|
|
15946
15948
|
break;
|
|
@@ -15974,14 +15976,14 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
15974
15976
|
var _la = 0; // Token type
|
|
15975
15977
|
try {
|
|
15976
15978
|
this.enterOuterAlt(localctx, 1);
|
|
15977
|
-
this.state =
|
|
15979
|
+
this.state = 3599;
|
|
15978
15980
|
localctx.at = this.match(languageParser.T__25);
|
|
15979
15981
|
this.reportUnexpectedSpace(localctx.at);
|
|
15980
|
-
this.state =
|
|
15982
|
+
this.state = 3627;
|
|
15981
15983
|
this._errHandler.sync(this);
|
|
15982
15984
|
switch (this._input.LA(1)) {
|
|
15983
15985
|
case languageParser.T__5:
|
|
15984
|
-
this.state =
|
|
15986
|
+
this.state = 3601;
|
|
15985
15987
|
this.annotationAssignment_paren(localctx.art);
|
|
15986
15988
|
break;
|
|
15987
15989
|
case languageParser.ABSTRACT:
|
|
@@ -16064,27 +16066,27 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
16064
16066
|
case languageParser.VIEW:
|
|
16065
16067
|
case languageParser.Identifier:
|
|
16066
16068
|
localctx.assignment = { name: new this.XsnName() };
|
|
16067
|
-
this.state =
|
|
16069
|
+
this.state = 3603;
|
|
16068
16070
|
this.annotationPath(localctx.assignment.name, 'anno');
|
|
16069
16071
|
this.setLocalToken('#', 'HelperToken1', null, true);
|
|
16070
|
-
this.state =
|
|
16072
|
+
this.state = 3607;
|
|
16071
16073
|
this._errHandler.sync(this);
|
|
16072
16074
|
_la = this._input.LA(1);
|
|
16073
16075
|
if (_la === languageParser.HelperToken1) {
|
|
16074
|
-
this.state = 3604;
|
|
16075
|
-
localctx.hash = this.match(languageParser.HelperToken1);
|
|
16076
16076
|
this.state = 3605;
|
|
16077
|
+
localctx.hash = this.match(languageParser.HelperToken1);
|
|
16078
|
+
this.state = 3606;
|
|
16077
16079
|
this.annotationPathVariant(localctx.assignment.name);
|
|
16078
16080
|
}
|
|
16079
16081
|
this.setLocalToken(':', 'HelperToken2', null, true);
|
|
16080
|
-
this.state =
|
|
16082
|
+
this.state = 3625;
|
|
16081
16083
|
this._errHandler.sync(this);
|
|
16082
16084
|
_la = this._input.LA(1);
|
|
16083
16085
|
if (_la === languageParser.HelperToken2) {
|
|
16084
|
-
this.state =
|
|
16086
|
+
this.state = 3610;
|
|
16085
16087
|
this.match(languageParser.HelperToken2);
|
|
16086
16088
|
this.meltKeywordToIdentifier(true);
|
|
16087
|
-
this.state =
|
|
16089
|
+
this.state = 3623;
|
|
16088
16090
|
this._errHandler.sync(this);
|
|
16089
16091
|
switch (this._input.LA(1)) {
|
|
16090
16092
|
case languageParser.T__1:
|
|
@@ -16098,7 +16100,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
16098
16100
|
case languageParser.Boolean:
|
|
16099
16101
|
case languageParser.NULL:
|
|
16100
16102
|
case languageParser.Number:
|
|
16101
|
-
this.state =
|
|
16103
|
+
this.state = 3612;
|
|
16102
16104
|
localctx.val = this.annoValueBase(localctx.assignment);
|
|
16103
16105
|
break;
|
|
16104
16106
|
case languageParser.T__25:
|
|
@@ -16181,13 +16183,13 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
16181
16183
|
case languageParser.VARIABLE:
|
|
16182
16184
|
case languageParser.VIEW:
|
|
16183
16185
|
case languageParser.Identifier:
|
|
16184
|
-
this.state =
|
|
16186
|
+
this.state = 3616;
|
|
16185
16187
|
this._errHandler.sync(this);
|
|
16186
16188
|
switch (this._input.LA(1)) {
|
|
16187
16189
|
case languageParser.T__25:
|
|
16188
|
-
this.state = 3612;
|
|
16189
|
-
localctx.atv = this.match(languageParser.T__25);
|
|
16190
16190
|
this.state = 3613;
|
|
16191
|
+
localctx.atv = this.match(languageParser.T__25);
|
|
16192
|
+
this.state = 3614;
|
|
16191
16193
|
this.annotationPath(localctx.assignment, 'uncheckedAnno', localctx.atv);
|
|
16192
16194
|
break;
|
|
16193
16195
|
case languageParser.ABSTRACT:
|
|
@@ -16269,20 +16271,20 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
16269
16271
|
case languageParser.VARIABLE:
|
|
16270
16272
|
case languageParser.VIEW:
|
|
16271
16273
|
case languageParser.Identifier:
|
|
16272
|
-
this.state =
|
|
16274
|
+
this.state = 3615;
|
|
16273
16275
|
this.annotationPath(localctx.assignment, 'uncheckedRef', localctx.atv);
|
|
16274
16276
|
break;
|
|
16275
16277
|
default:
|
|
16276
16278
|
throw new antlr4_1.default.error.NoViableAltException(this);
|
|
16277
16279
|
}
|
|
16278
16280
|
this.setLocalToken('#', 'HelperToken1', null, true);
|
|
16279
|
-
this.state =
|
|
16281
|
+
this.state = 3621;
|
|
16280
16282
|
this._errHandler.sync(this);
|
|
16281
16283
|
_la = this._input.LA(1);
|
|
16282
16284
|
if (_la === languageParser.HelperToken1) {
|
|
16283
|
-
this.state = 3618;
|
|
16284
|
-
localctx.hash = this.match(languageParser.HelperToken1);
|
|
16285
16285
|
this.state = 3619;
|
|
16286
|
+
localctx.hash = this.match(languageParser.HelperToken1);
|
|
16287
|
+
this.state = 3620;
|
|
16286
16288
|
this.annotationPathVariant(localctx.assignment);
|
|
16287
16289
|
}
|
|
16288
16290
|
break;
|
|
@@ -16321,31 +16323,31 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
16321
16323
|
var _la = 0; // Token type
|
|
16322
16324
|
try {
|
|
16323
16325
|
this.enterOuterAlt(localctx, 1);
|
|
16324
|
-
this.state =
|
|
16326
|
+
this.state = 3629;
|
|
16325
16327
|
this.match(languageParser.T__5);
|
|
16326
16328
|
if (this.isStraightBefore(')')) {
|
|
16327
16329
|
this.matchWildcard(); // we know it is the ')' - we do not reach the final match
|
|
16328
16330
|
return localctx;
|
|
16329
16331
|
}
|
|
16330
16332
|
this.meltKeywordToIdentifier();
|
|
16331
|
-
this.state =
|
|
16333
|
+
this.state = 3631;
|
|
16332
16334
|
this.annotationAssignment_1(localctx.art);
|
|
16333
|
-
this.state =
|
|
16335
|
+
this.state = 3637;
|
|
16334
16336
|
this._errHandler.sync(this);
|
|
16335
16337
|
_la = this._input.LA(1);
|
|
16336
16338
|
while (_la === languageParser.T__2) {
|
|
16337
|
-
this.state =
|
|
16339
|
+
this.state = 3632;
|
|
16338
16340
|
this.match(languageParser.T__2);
|
|
16339
16341
|
this.meltKeywordToIdentifier();
|
|
16340
16342
|
if (this.isStraightBefore(')'))
|
|
16341
16343
|
break; // allow ',' before ')'
|
|
16342
|
-
this.state =
|
|
16344
|
+
this.state = 3634;
|
|
16343
16345
|
this.annotationAssignment_1(localctx.art);
|
|
16344
|
-
this.state =
|
|
16346
|
+
this.state = 3639;
|
|
16345
16347
|
this._errHandler.sync(this);
|
|
16346
16348
|
_la = this._input.LA(1);
|
|
16347
16349
|
}
|
|
16348
|
-
this.state =
|
|
16350
|
+
this.state = 3640;
|
|
16349
16351
|
this.match(languageParser.T__6);
|
|
16350
16352
|
}
|
|
16351
16353
|
catch (re) {
|
|
@@ -16369,25 +16371,25 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
16369
16371
|
var _la = 0; // Token type
|
|
16370
16372
|
try {
|
|
16371
16373
|
this.enterOuterAlt(localctx, 1);
|
|
16372
|
-
this.state =
|
|
16374
|
+
this.state = 3642;
|
|
16373
16375
|
this.annotationPath(localctx.assignment.name, 'anno');
|
|
16374
|
-
this.state =
|
|
16376
|
+
this.state = 3645;
|
|
16375
16377
|
this._errHandler.sync(this);
|
|
16376
16378
|
_la = this._input.LA(1);
|
|
16377
16379
|
if (_la === languageParser.T__26) {
|
|
16378
|
-
this.state = 3642;
|
|
16379
|
-
this.match(languageParser.T__26);
|
|
16380
16380
|
this.state = 3643;
|
|
16381
|
+
this.match(languageParser.T__26);
|
|
16382
|
+
this.state = 3644;
|
|
16381
16383
|
this.annotationPathVariant(localctx.assignment.name);
|
|
16382
16384
|
}
|
|
16383
|
-
this.state =
|
|
16385
|
+
this.state = 3650;
|
|
16384
16386
|
this._errHandler.sync(this);
|
|
16385
16387
|
_la = this._input.LA(1);
|
|
16386
16388
|
if (_la === languageParser.T__4) {
|
|
16387
|
-
this.state =
|
|
16389
|
+
this.state = 3647;
|
|
16388
16390
|
this.match(languageParser.T__4);
|
|
16389
16391
|
this.meltKeywordToIdentifier(true);
|
|
16390
|
-
this.state =
|
|
16392
|
+
this.state = 3649;
|
|
16391
16393
|
localctx.val = this.annoValue(localctx.assignment);
|
|
16392
16394
|
}
|
|
16393
16395
|
this._ctx.stop = this._input.LT(-1);
|
|
@@ -16414,24 +16416,24 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
16414
16416
|
var _la = 0; // Token type
|
|
16415
16417
|
try {
|
|
16416
16418
|
this.enterOuterAlt(localctx, 1);
|
|
16417
|
-
this.state =
|
|
16419
|
+
this.state = 3652;
|
|
16418
16420
|
localctx.head = this.ident(localctx.category);
|
|
16419
16421
|
localctx.art.path = [];
|
|
16420
16422
|
this.pushIdent(localctx.art.path, localctx.head.id, localctx.headat);
|
|
16421
|
-
this.state =
|
|
16423
|
+
this.state = 3663;
|
|
16422
16424
|
this._errHandler.sync(this);
|
|
16423
16425
|
_la = this._input.LA(1);
|
|
16424
16426
|
while (_la === languageParser.T__14) {
|
|
16425
|
-
this.state =
|
|
16427
|
+
this.state = 3654;
|
|
16426
16428
|
this.match(languageParser.T__14);
|
|
16427
|
-
this.state =
|
|
16429
|
+
this.state = 3656;
|
|
16428
16430
|
this._errHandler.sync(this);
|
|
16429
16431
|
_la = this._input.LA(1);
|
|
16430
16432
|
if (_la === languageParser.T__25) {
|
|
16431
|
-
this.state =
|
|
16433
|
+
this.state = 3655;
|
|
16432
16434
|
localctx.at = this.match(languageParser.T__25);
|
|
16433
16435
|
}
|
|
16434
|
-
this.state =
|
|
16436
|
+
this.state = 3658;
|
|
16435
16437
|
localctx.tail = this.ident(localctx.category);
|
|
16436
16438
|
if (localctx.at) {
|
|
16437
16439
|
localctx.category = 'uncheckedAnno';
|
|
@@ -16439,7 +16441,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
16439
16441
|
this.pushIdent(localctx.art.path, localctx.tail.id, localctx.at);
|
|
16440
16442
|
// Otherwise, localctx.at may continue to be set after one `.@anno` segment.
|
|
16441
16443
|
localctx.at = null;
|
|
16442
|
-
this.state =
|
|
16444
|
+
this.state = 3665;
|
|
16443
16445
|
this._errHandler.sync(this);
|
|
16444
16446
|
_la = this._input.LA(1);
|
|
16445
16447
|
}
|
|
@@ -16469,7 +16471,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
16469
16471
|
this.reportUnexpectedSpace();
|
|
16470
16472
|
;
|
|
16471
16473
|
this.meltKeywordToIdentifier();
|
|
16472
|
-
this.state =
|
|
16474
|
+
this.state = 3667;
|
|
16473
16475
|
this.simplePath(localctx.variant, 'variant');
|
|
16474
16476
|
localctx.art.variant = localctx.variant;
|
|
16475
16477
|
this._ctx.stop = this._input.LT(-1);
|
|
@@ -16495,7 +16497,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
16495
16497
|
this.enterRule(localctx, 266, languageParser.RULE_annoValue);
|
|
16496
16498
|
var _la = 0; // Token type
|
|
16497
16499
|
try {
|
|
16498
|
-
this.state =
|
|
16500
|
+
this.state = 3679;
|
|
16499
16501
|
this._errHandler.sync(this);
|
|
16500
16502
|
switch (this._input.LA(1)) {
|
|
16501
16503
|
case languageParser.T__1:
|
|
@@ -16510,7 +16512,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
16510
16512
|
case languageParser.NULL:
|
|
16511
16513
|
case languageParser.Number:
|
|
16512
16514
|
this.enterOuterAlt(localctx, 1);
|
|
16513
|
-
this.state =
|
|
16515
|
+
this.state = 3670;
|
|
16514
16516
|
localctx.base = this.annoValueBase(localctx.assignment);
|
|
16515
16517
|
break;
|
|
16516
16518
|
case languageParser.T__25:
|
|
@@ -16594,22 +16596,22 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
16594
16596
|
case languageParser.VIEW:
|
|
16595
16597
|
case languageParser.Identifier:
|
|
16596
16598
|
this.enterOuterAlt(localctx, 2);
|
|
16597
|
-
this.state =
|
|
16599
|
+
this.state = 3672;
|
|
16598
16600
|
this._errHandler.sync(this);
|
|
16599
16601
|
_la = this._input.LA(1);
|
|
16600
16602
|
if (_la === languageParser.T__25) {
|
|
16601
|
-
this.state =
|
|
16603
|
+
this.state = 3671;
|
|
16602
16604
|
localctx.at = this.match(languageParser.T__25);
|
|
16603
16605
|
}
|
|
16604
|
-
this.state =
|
|
16606
|
+
this.state = 3674;
|
|
16605
16607
|
this.annotationPath(localctx.assignment, 'annoref', localctx.at);
|
|
16606
|
-
this.state =
|
|
16608
|
+
this.state = 3677;
|
|
16607
16609
|
this._errHandler.sync(this);
|
|
16608
16610
|
_la = this._input.LA(1);
|
|
16609
16611
|
if (_la === languageParser.T__26) {
|
|
16610
|
-
this.state = 3674;
|
|
16611
|
-
this.match(languageParser.T__26);
|
|
16612
16612
|
this.state = 3675;
|
|
16613
|
+
this.match(languageParser.T__26);
|
|
16614
|
+
this.state = 3676;
|
|
16613
16615
|
this.annotationPathVariant(localctx.assignment);
|
|
16614
16616
|
}
|
|
16615
16617
|
break;
|
|
@@ -16637,47 +16639,47 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
16637
16639
|
this.enterRule(localctx, 268, languageParser.RULE_annoValueBase);
|
|
16638
16640
|
var _la = 0; // Token type
|
|
16639
16641
|
try {
|
|
16640
|
-
this.state =
|
|
16642
|
+
this.state = 3748;
|
|
16641
16643
|
this._errHandler.sync(this);
|
|
16642
16644
|
switch (this._input.LA(1)) {
|
|
16643
16645
|
case languageParser.T__1:
|
|
16644
16646
|
this.enterOuterAlt(localctx, 1);
|
|
16645
|
-
this.state =
|
|
16647
|
+
this.state = 3681;
|
|
16646
16648
|
this.match(languageParser.T__1);
|
|
16647
16649
|
localctx.assignment['$' + 'flatten'] = [];
|
|
16648
16650
|
this.meltKeywordToIdentifier();
|
|
16649
|
-
this.state =
|
|
16651
|
+
this.state = 3683;
|
|
16650
16652
|
this.flattenedValue(localctx.assignment);
|
|
16651
|
-
this.state =
|
|
16653
|
+
this.state = 3689;
|
|
16652
16654
|
this._errHandler.sync(this);
|
|
16653
16655
|
_la = this._input.LA(1);
|
|
16654
16656
|
while (_la === languageParser.T__2) {
|
|
16655
|
-
this.state =
|
|
16657
|
+
this.state = 3684;
|
|
16656
16658
|
this.match(languageParser.T__2);
|
|
16657
16659
|
this.meltKeywordToIdentifier();
|
|
16658
16660
|
if (this.isStraightBefore("}"))
|
|
16659
16661
|
break; // allow ',' before ')'
|
|
16660
|
-
this.state =
|
|
16662
|
+
this.state = 3686;
|
|
16661
16663
|
this.flattenedValue(localctx.assignment);
|
|
16662
|
-
this.state =
|
|
16664
|
+
this.state = 3691;
|
|
16663
16665
|
this._errHandler.sync(this);
|
|
16664
16666
|
_la = this._input.LA(1);
|
|
16665
16667
|
}
|
|
16666
|
-
this.state =
|
|
16668
|
+
this.state = 3692;
|
|
16667
16669
|
this.match(languageParser.T__3);
|
|
16668
16670
|
break;
|
|
16669
16671
|
case languageParser.T__10:
|
|
16670
16672
|
this.enterOuterAlt(localctx, 2);
|
|
16671
|
-
this.state =
|
|
16673
|
+
this.state = 3694;
|
|
16672
16674
|
this.match(languageParser.T__10);
|
|
16673
16675
|
localctx.assignment.val = [];
|
|
16674
16676
|
localctx.assignment.literal = 'array';
|
|
16675
16677
|
this.meltKeywordToIdentifier(true);
|
|
16676
|
-
this.state =
|
|
16678
|
+
this.state = 3730;
|
|
16677
16679
|
this._errHandler.sync(this);
|
|
16678
16680
|
_la = this._input.LA(1);
|
|
16679
16681
|
if ((((_la) & ~0x1f) == 0 && ((1 << _la) & ((1 << languageParser.T__1) | (1 << languageParser.T__5) | (1 << languageParser.T__8) | (1 << languageParser.T__9) | (1 << languageParser.T__10) | (1 << languageParser.T__25) | (1 << languageParser.T__26) | (1 << languageParser.T__27))) !== 0) || ((((_la - 33)) & ~0x1f) == 0 && ((1 << (_la - 33)) & ((1 << (languageParser.String - 33)) | (1 << (languageParser.QuotedLiteral - 33)) | (1 << (languageParser.Boolean - 33)) | (1 << (languageParser.NULL - 33)) | (1 << (languageParser.Number - 33)) | (1 << (languageParser.ABSTRACT - 33)) | (1 << (languageParser.ACTION - 33)) | (1 << (languageParser.ACTIONS - 33)) | (1 << (languageParser.AND - 33)) | (1 << (languageParser.ANNOTATE - 33)))) !== 0) || ((((_la - 65)) & ~0x1f) == 0 && ((1 << (_la - 65)) & ((1 << (languageParser.ANNOTATION - 65)) | (1 << (languageParser.ARRAY - 65)) | (1 << (languageParser.ASC - 65)) | (1 << (languageParser.ASPECT - 65)) | (1 << (languageParser.ASSOCIATION - 65)) | (1 << (languageParser.BETWEEN - 65)) | (1 << (languageParser.COLUMNS - 65)) | (1 << (languageParser.COMPOSITION - 65)) | (1 << (languageParser.CONTEXT - 65)) | (1 << (languageParser.CROSS - 65)) | (1 << (languageParser.CURRENT - 65)) | (1 << (languageParser.DEFAULT - 65)) | (1 << (languageParser.DEFINE - 65)) | (1 << (languageParser.DEFINITIONS - 65)) | (1 << (languageParser.DESC - 65)) | (1 << (languageParser.ELEMENTS - 65)) | (1 << (languageParser.ELSE - 65)) | (1 << (languageParser.END - 65)) | (1 << (languageParser.ENTITY - 65)) | (1 << (languageParser.ENUM - 65)) | (1 << (languageParser.EVENT - 65)) | (1 << (languageParser.ESCAPE - 65)) | (1 << (languageParser.EXACT - 65)) | (1 << (languageParser.EXCEPT - 65)) | (1 << (languageParser.EXCLUDING - 65)) | (1 << (languageParser.EXTEND - 65)) | (1 << (languageParser.FIRST - 65)) | (1 << (languageParser.FLOATING - 65)) | (1 << (languageParser.FOLLOWING - 65)) | (1 << (languageParser.FULL - 65)) | (1 << (languageParser.FUNCTION - 65)) | (1 << (languageParser.GROUP - 65)))) !== 0) || ((((_la - 97)) & ~0x1f) == 0 && ((1 << (_la - 97)) & ((1 << (languageParser.HAVING - 97)) | (1 << (languageParser.INNER - 97)) | (1 << (languageParser.INTERSECT - 97)) | (1 << (languageParser.INTO - 97)) | (1 << (languageParser.IS - 97)) | (1 << (languageParser.JOIN - 97)) | (1 << (languageParser.LAST - 97)) | (1 << (languageParser.LEFT - 97)) | (1 << (languageParser.LIKE - 97)) | (1 << (languageParser.LIMIT - 97)) | (1 << (languageParser.LOCALIZED - 97)) | (1 << (languageParser.MANY - 97)) | (1 << (languageParser.MINUS - 97)) | (1 << (languageParser.MIXIN - 97)) | (1 << (languageParser.NAMESPACE - 97)) | (1 << (languageParser.NULLS - 97)) | (1 << (languageParser.OFFSET - 97)) | (1 << (languageParser.ONE - 97)) | (1 << (languageParser.OR - 97)) | (1 << (languageParser.ORDER - 97)) | (1 << (languageParser.OUTER - 97)) | (1 << (languageParser.PARAMETERS - 97)) | (1 << (languageParser.PARTITION - 97)) | (1 << (languageParser.PRECEDING - 97)) | (1 << (languageParser.PROJECTION - 97)) | (1 << (languageParser.REDIRECTED - 97)) | (1 << (languageParser.RETURNS - 97)) | (1 << (languageParser.RIGHT - 97)) | (1 << (languageParser.ROW - 97)) | (1 << (languageParser.ROWS - 97)) | (1 << (languageParser.SERVICE - 97)) | (1 << (languageParser.STORED - 97)))) !== 0) || ((((_la - 129)) & ~0x1f) == 0 && ((1 << (_la - 129)) & ((1 << (languageParser.THEN - 129)) | (1 << (languageParser.TO - 129)) | (1 << (languageParser.TYPE - 129)) | (1 << (languageParser.UNION - 129)) | (1 << (languageParser.UNBOUNDED - 129)) | (1 << (languageParser.UP - 129)) | (1 << (languageParser.USING - 129)) | (1 << (languageParser.VARIABLE - 129)) | (1 << (languageParser.VIEW - 129)) | (1 << (languageParser.Identifier - 129)))) !== 0)) {
|
|
16680
|
-
this.state =
|
|
16682
|
+
this.state = 3707;
|
|
16681
16683
|
this._errHandler.sync(this);
|
|
16682
16684
|
switch (this._input.LA(1)) {
|
|
16683
16685
|
case languageParser.T__1:
|
|
@@ -16771,22 +16773,22 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
16771
16773
|
case languageParser.VARIABLE:
|
|
16772
16774
|
case languageParser.VIEW:
|
|
16773
16775
|
case languageParser.Identifier:
|
|
16774
|
-
this.state =
|
|
16776
|
+
this.state = 3697;
|
|
16775
16777
|
localctx.head = this.annoSubValue();
|
|
16776
16778
|
localctx.assignment.val.push(localctx.head.val);
|
|
16777
16779
|
break;
|
|
16778
16780
|
case languageParser.T__27:
|
|
16779
|
-
this.state =
|
|
16781
|
+
this.state = 3700;
|
|
16780
16782
|
localctx.e = this.match(languageParser.T__27);
|
|
16781
|
-
this.state =
|
|
16783
|
+
this.state = 3704;
|
|
16782
16784
|
this._errHandler.sync(this);
|
|
16783
16785
|
_la = this._input.LA(1);
|
|
16784
16786
|
if (_la === languageParser.UP) {
|
|
16785
|
-
this.state = 3700;
|
|
16786
|
-
this.match(languageParser.UP);
|
|
16787
16787
|
this.state = 3701;
|
|
16788
|
-
this.match(languageParser.
|
|
16788
|
+
this.match(languageParser.UP);
|
|
16789
16789
|
this.state = 3702;
|
|
16790
|
+
this.match(languageParser.TO);
|
|
16791
|
+
this.state = 3703;
|
|
16790
16792
|
localctx.upTo = this.annoSubValue();
|
|
16791
16793
|
}
|
|
16792
16794
|
{
|
|
@@ -16800,16 +16802,16 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
16800
16802
|
default:
|
|
16801
16803
|
throw new antlr4_1.default.error.NoViableAltException(this);
|
|
16802
16804
|
}
|
|
16803
|
-
this.state =
|
|
16805
|
+
this.state = 3727;
|
|
16804
16806
|
this._errHandler.sync(this);
|
|
16805
16807
|
_la = this._input.LA(1);
|
|
16806
16808
|
while (_la === languageParser.T__2) {
|
|
16807
|
-
this.state =
|
|
16809
|
+
this.state = 3709;
|
|
16808
16810
|
this.match(languageParser.T__2);
|
|
16809
16811
|
if (this.isStraightBefore(']'))
|
|
16810
16812
|
break;
|
|
16811
16813
|
this.meltKeywordToIdentifier(true);
|
|
16812
|
-
this.state =
|
|
16814
|
+
this.state = 3723;
|
|
16813
16815
|
this._errHandler.sync(this);
|
|
16814
16816
|
switch (this._input.LA(1)) {
|
|
16815
16817
|
case languageParser.T__1:
|
|
@@ -16903,23 +16905,23 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
16903
16905
|
case languageParser.VARIABLE:
|
|
16904
16906
|
case languageParser.VIEW:
|
|
16905
16907
|
case languageParser.Identifier:
|
|
16906
|
-
this.state =
|
|
16908
|
+
this.state = 3712;
|
|
16907
16909
|
localctx.tail = this.annoSubValue();
|
|
16908
16910
|
localctx.assignment.val.push(localctx.tail.val);
|
|
16909
16911
|
break;
|
|
16910
16912
|
case languageParser.T__27:
|
|
16911
16913
|
localctx.upTo = null;
|
|
16912
|
-
this.state =
|
|
16914
|
+
this.state = 3716;
|
|
16913
16915
|
localctx.e = this.match(languageParser.T__27);
|
|
16914
|
-
this.state =
|
|
16916
|
+
this.state = 3720;
|
|
16915
16917
|
this._errHandler.sync(this);
|
|
16916
16918
|
_la = this._input.LA(1);
|
|
16917
16919
|
if (_la === languageParser.UP) {
|
|
16918
|
-
this.state = 3716;
|
|
16919
|
-
this.match(languageParser.UP);
|
|
16920
16920
|
this.state = 3717;
|
|
16921
|
-
this.match(languageParser.
|
|
16921
|
+
this.match(languageParser.UP);
|
|
16922
16922
|
this.state = 3718;
|
|
16923
|
+
this.match(languageParser.TO);
|
|
16924
|
+
this.state = 3719;
|
|
16923
16925
|
localctx.upTo = this.annoSubValue();
|
|
16924
16926
|
}
|
|
16925
16927
|
{
|
|
@@ -16936,12 +16938,12 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
16936
16938
|
default:
|
|
16937
16939
|
throw new antlr4_1.default.error.NoViableAltException(this);
|
|
16938
16940
|
}
|
|
16939
|
-
this.state =
|
|
16941
|
+
this.state = 3729;
|
|
16940
16942
|
this._errHandler.sync(this);
|
|
16941
16943
|
_la = this._input.LA(1);
|
|
16942
16944
|
}
|
|
16943
16945
|
}
|
|
16944
|
-
this.state =
|
|
16946
|
+
this.state = 3732;
|
|
16945
16947
|
localctx.cb = this.match(languageParser.T__13);
|
|
16946
16948
|
if (localctx.seenEllipsis === 'upTo')
|
|
16947
16949
|
this.error('syntax-missing-ellipsis', localctx.cb, // at closing bracket
|
|
@@ -16954,39 +16956,39 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
16954
16956
|
case languageParser.NULL:
|
|
16955
16957
|
case languageParser.Number:
|
|
16956
16958
|
this.enterOuterAlt(localctx, 3);
|
|
16957
|
-
this.state =
|
|
16959
|
+
this.state = 3734;
|
|
16958
16960
|
localctx.v1 = this.literalValue();
|
|
16959
16961
|
this.assignAnnotationValue(localctx.assignment, localctx.v1.val);
|
|
16960
16962
|
break;
|
|
16961
16963
|
case languageParser.T__8:
|
|
16962
16964
|
case languageParser.T__9:
|
|
16963
16965
|
this.enterOuterAlt(localctx, 4);
|
|
16964
|
-
this.state =
|
|
16966
|
+
this.state = 3739;
|
|
16965
16967
|
this._errHandler.sync(this);
|
|
16966
16968
|
switch (this._input.LA(1)) {
|
|
16967
16969
|
case languageParser.T__8:
|
|
16968
|
-
this.state =
|
|
16970
|
+
this.state = 3737;
|
|
16969
16971
|
localctx.plus = this.match(languageParser.T__8);
|
|
16970
16972
|
break;
|
|
16971
16973
|
case languageParser.T__9:
|
|
16972
|
-
this.state =
|
|
16974
|
+
this.state = 3738;
|
|
16973
16975
|
localctx.min = this.match(languageParser.T__9);
|
|
16974
16976
|
break;
|
|
16975
16977
|
default:
|
|
16976
16978
|
throw new antlr4_1.default.error.NoViableAltException(this);
|
|
16977
16979
|
}
|
|
16978
|
-
this.state =
|
|
16980
|
+
this.state = 3741;
|
|
16979
16981
|
localctx.num = this.match(languageParser.Number);
|
|
16980
16982
|
this.assignAnnotationValue(localctx.assignment, this.numberLiteral(localctx.plus || localctx.min));
|
|
16981
16983
|
break;
|
|
16982
16984
|
case languageParser.T__5:
|
|
16983
16985
|
this.enterOuterAlt(localctx, 5);
|
|
16984
|
-
this.state = 3742;
|
|
16985
|
-
this.match(languageParser.T__5);
|
|
16986
16986
|
this.state = 3743;
|
|
16987
|
+
this.match(languageParser.T__5);
|
|
16988
|
+
this.state = 3744;
|
|
16987
16989
|
localctx.cond = this.condition();
|
|
16988
16990
|
this.expressionAsAnnotationValue(localctx.assignment, localctx.cond.expr, (localctx.cond === null ? null : localctx.cond.start), (localctx.cond === null ? null : localctx.cond.stop));
|
|
16989
|
-
this.state =
|
|
16991
|
+
this.state = 3746;
|
|
16990
16992
|
this.match(languageParser.T__6);
|
|
16991
16993
|
break;
|
|
16992
16994
|
default:
|
|
@@ -17016,32 +17018,32 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
17016
17018
|
var _la = 0; // Token type
|
|
17017
17019
|
try {
|
|
17018
17020
|
this.enterOuterAlt(localctx, 1);
|
|
17019
|
-
this.state =
|
|
17021
|
+
this.state = 3751;
|
|
17020
17022
|
this._errHandler.sync(this);
|
|
17021
17023
|
_la = this._input.LA(1);
|
|
17022
17024
|
if (_la === languageParser.T__25) {
|
|
17023
|
-
this.state =
|
|
17025
|
+
this.state = 3750;
|
|
17024
17026
|
localctx.at = this.match(languageParser.T__25);
|
|
17025
17027
|
}
|
|
17026
|
-
this.state =
|
|
17028
|
+
this.state = 3753;
|
|
17027
17029
|
this.annotationPath(localctx.val.name, 'name', localctx.at);
|
|
17028
|
-
this.state =
|
|
17030
|
+
this.state = 3756;
|
|
17029
17031
|
this._errHandler.sync(this);
|
|
17030
17032
|
_la = this._input.LA(1);
|
|
17031
17033
|
if (_la === languageParser.T__26) {
|
|
17032
|
-
this.state = 3753;
|
|
17033
|
-
this.match(languageParser.T__26);
|
|
17034
17034
|
this.state = 3754;
|
|
17035
|
+
this.match(languageParser.T__26);
|
|
17036
|
+
this.state = 3755;
|
|
17035
17037
|
this.annotationPathVariant(localctx.val.name);
|
|
17036
17038
|
}
|
|
17037
|
-
this.state =
|
|
17039
|
+
this.state = 3761;
|
|
17038
17040
|
this._errHandler.sync(this);
|
|
17039
17041
|
_la = this._input.LA(1);
|
|
17040
17042
|
if (_la === languageParser.T__4) {
|
|
17041
|
-
this.state =
|
|
17043
|
+
this.state = 3758;
|
|
17042
17044
|
this.match(languageParser.T__4);
|
|
17043
17045
|
this.meltKeywordToIdentifier(true);
|
|
17044
|
-
this.state =
|
|
17046
|
+
this.state = 3760;
|
|
17045
17047
|
this.annoValue(localctx.val);
|
|
17046
17048
|
}
|
|
17047
17049
|
localctx.assignment['$' + 'flatten'].push(localctx.val);
|
|
@@ -17067,23 +17069,23 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
17067
17069
|
var _la = 0; // Token type
|
|
17068
17070
|
try {
|
|
17069
17071
|
this.enterOuterAlt(localctx, 1);
|
|
17070
|
-
this.state =
|
|
17072
|
+
this.state = 3766;
|
|
17071
17073
|
this._errHandler.sync(this);
|
|
17072
17074
|
_la = this._input.LA(1);
|
|
17073
17075
|
if (_la === languageParser.T__25) {
|
|
17074
|
-
this.state =
|
|
17076
|
+
this.state = 3765;
|
|
17075
17077
|
localctx.at = this.match(languageParser.T__25);
|
|
17076
17078
|
}
|
|
17077
|
-
this.state =
|
|
17079
|
+
this.state = 3768;
|
|
17078
17080
|
this.annotationPath(localctx.val.name, 'name', localctx.at);
|
|
17079
|
-
this.state =
|
|
17081
|
+
this.state = 3774;
|
|
17080
17082
|
this._errHandler.sync(this);
|
|
17081
17083
|
_la = this._input.LA(1);
|
|
17082
17084
|
if (_la === languageParser.T__4) {
|
|
17083
|
-
this.state =
|
|
17085
|
+
this.state = 3769;
|
|
17084
17086
|
this.match(languageParser.T__4);
|
|
17085
17087
|
this.meltKeywordToIdentifier(true);
|
|
17086
|
-
this.state =
|
|
17088
|
+
this.state = 3771;
|
|
17087
17089
|
localctx.sub = this.annoSubValue();
|
|
17088
17090
|
this.assignAnnotationValue(localctx.val, localctx.sub.val);
|
|
17089
17091
|
}
|
|
@@ -17111,68 +17113,68 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
17111
17113
|
this.enterRule(localctx, 274, languageParser.RULE_annoSubValue);
|
|
17112
17114
|
var _la = 0; // Token type
|
|
17113
17115
|
try {
|
|
17114
|
-
this.state =
|
|
17116
|
+
this.state = 3833;
|
|
17115
17117
|
this._errHandler.sync(this);
|
|
17116
17118
|
switch (this._input.LA(1)) {
|
|
17117
17119
|
case languageParser.T__1:
|
|
17118
17120
|
this.enterOuterAlt(localctx, 1);
|
|
17119
|
-
this.state =
|
|
17121
|
+
this.state = 3778;
|
|
17120
17122
|
this.match(languageParser.T__1);
|
|
17121
17123
|
localctx.val.struct = Object.create(null);
|
|
17122
17124
|
localctx.val.literal = 'struct';
|
|
17123
17125
|
this.meltKeywordToIdentifier();
|
|
17124
|
-
this.state =
|
|
17126
|
+
this.state = 3781;
|
|
17125
17127
|
this.namedValue(localctx.val);
|
|
17126
|
-
this.state =
|
|
17128
|
+
this.state = 3787;
|
|
17127
17129
|
this._errHandler.sync(this);
|
|
17128
17130
|
_la = this._input.LA(1);
|
|
17129
17131
|
while (_la === languageParser.T__2) {
|
|
17130
|
-
this.state =
|
|
17132
|
+
this.state = 3782;
|
|
17131
17133
|
this.match(languageParser.T__2);
|
|
17132
17134
|
this.meltKeywordToIdentifier();
|
|
17133
17135
|
if (this.isStraightBefore("}"))
|
|
17134
17136
|
break; // allow ',' before '}'
|
|
17135
|
-
this.state =
|
|
17137
|
+
this.state = 3784;
|
|
17136
17138
|
this.namedValue(localctx.val);
|
|
17137
|
-
this.state =
|
|
17139
|
+
this.state = 3789;
|
|
17138
17140
|
this._errHandler.sync(this);
|
|
17139
17141
|
_la = this._input.LA(1);
|
|
17140
17142
|
}
|
|
17141
|
-
this.state =
|
|
17143
|
+
this.state = 3790;
|
|
17142
17144
|
this.match(languageParser.T__3);
|
|
17143
17145
|
break;
|
|
17144
17146
|
case languageParser.T__10:
|
|
17145
17147
|
this.enterOuterAlt(localctx, 2);
|
|
17146
|
-
this.state =
|
|
17148
|
+
this.state = 3792;
|
|
17147
17149
|
this.match(languageParser.T__10);
|
|
17148
17150
|
localctx.val.val = [];
|
|
17149
17151
|
localctx.val.literal = 'array';
|
|
17150
17152
|
this.meltKeywordToIdentifier(true);
|
|
17151
|
-
this.state =
|
|
17153
|
+
this.state = 3808;
|
|
17152
17154
|
this._errHandler.sync(this);
|
|
17153
17155
|
_la = this._input.LA(1);
|
|
17154
17156
|
if ((((_la) & ~0x1f) == 0 && ((1 << _la) & ((1 << languageParser.T__1) | (1 << languageParser.T__5) | (1 << languageParser.T__8) | (1 << languageParser.T__9) | (1 << languageParser.T__10) | (1 << languageParser.T__25) | (1 << languageParser.T__26))) !== 0) || ((((_la - 33)) & ~0x1f) == 0 && ((1 << (_la - 33)) & ((1 << (languageParser.String - 33)) | (1 << (languageParser.QuotedLiteral - 33)) | (1 << (languageParser.Boolean - 33)) | (1 << (languageParser.NULL - 33)) | (1 << (languageParser.Number - 33)) | (1 << (languageParser.ABSTRACT - 33)) | (1 << (languageParser.ACTION - 33)) | (1 << (languageParser.ACTIONS - 33)) | (1 << (languageParser.AND - 33)) | (1 << (languageParser.ANNOTATE - 33)))) !== 0) || ((((_la - 65)) & ~0x1f) == 0 && ((1 << (_la - 65)) & ((1 << (languageParser.ANNOTATION - 65)) | (1 << (languageParser.ARRAY - 65)) | (1 << (languageParser.ASC - 65)) | (1 << (languageParser.ASPECT - 65)) | (1 << (languageParser.ASSOCIATION - 65)) | (1 << (languageParser.BETWEEN - 65)) | (1 << (languageParser.COLUMNS - 65)) | (1 << (languageParser.COMPOSITION - 65)) | (1 << (languageParser.CONTEXT - 65)) | (1 << (languageParser.CROSS - 65)) | (1 << (languageParser.CURRENT - 65)) | (1 << (languageParser.DEFAULT - 65)) | (1 << (languageParser.DEFINE - 65)) | (1 << (languageParser.DEFINITIONS - 65)) | (1 << (languageParser.DESC - 65)) | (1 << (languageParser.ELEMENTS - 65)) | (1 << (languageParser.ELSE - 65)) | (1 << (languageParser.END - 65)) | (1 << (languageParser.ENTITY - 65)) | (1 << (languageParser.ENUM - 65)) | (1 << (languageParser.EVENT - 65)) | (1 << (languageParser.ESCAPE - 65)) | (1 << (languageParser.EXACT - 65)) | (1 << (languageParser.EXCEPT - 65)) | (1 << (languageParser.EXCLUDING - 65)) | (1 << (languageParser.EXTEND - 65)) | (1 << (languageParser.FIRST - 65)) | (1 << (languageParser.FLOATING - 65)) | (1 << (languageParser.FOLLOWING - 65)) | (1 << (languageParser.FULL - 65)) | (1 << (languageParser.FUNCTION - 65)) | (1 << (languageParser.GROUP - 65)))) !== 0) || ((((_la - 97)) & ~0x1f) == 0 && ((1 << (_la - 97)) & ((1 << (languageParser.HAVING - 97)) | (1 << (languageParser.INNER - 97)) | (1 << (languageParser.INTERSECT - 97)) | (1 << (languageParser.INTO - 97)) | (1 << (languageParser.IS - 97)) | (1 << (languageParser.JOIN - 97)) | (1 << (languageParser.LAST - 97)) | (1 << (languageParser.LEFT - 97)) | (1 << (languageParser.LIKE - 97)) | (1 << (languageParser.LIMIT - 97)) | (1 << (languageParser.LOCALIZED - 97)) | (1 << (languageParser.MANY - 97)) | (1 << (languageParser.MINUS - 97)) | (1 << (languageParser.MIXIN - 97)) | (1 << (languageParser.NAMESPACE - 97)) | (1 << (languageParser.NULLS - 97)) | (1 << (languageParser.OFFSET - 97)) | (1 << (languageParser.ONE - 97)) | (1 << (languageParser.OR - 97)) | (1 << (languageParser.ORDER - 97)) | (1 << (languageParser.OUTER - 97)) | (1 << (languageParser.PARAMETERS - 97)) | (1 << (languageParser.PARTITION - 97)) | (1 << (languageParser.PRECEDING - 97)) | (1 << (languageParser.PROJECTION - 97)) | (1 << (languageParser.REDIRECTED - 97)) | (1 << (languageParser.RETURNS - 97)) | (1 << (languageParser.RIGHT - 97)) | (1 << (languageParser.ROW - 97)) | (1 << (languageParser.ROWS - 97)) | (1 << (languageParser.SERVICE - 97)) | (1 << (languageParser.STORED - 97)))) !== 0) || ((((_la - 129)) & ~0x1f) == 0 && ((1 << (_la - 129)) & ((1 << (languageParser.THEN - 129)) | (1 << (languageParser.TO - 129)) | (1 << (languageParser.TYPE - 129)) | (1 << (languageParser.UNION - 129)) | (1 << (languageParser.UNBOUNDED - 129)) | (1 << (languageParser.UP - 129)) | (1 << (languageParser.USING - 129)) | (1 << (languageParser.VARIABLE - 129)) | (1 << (languageParser.VIEW - 129)) | (1 << (languageParser.Identifier - 129)))) !== 0)) {
|
|
17155
|
-
this.state =
|
|
17157
|
+
this.state = 3795;
|
|
17156
17158
|
localctx.head = this.annoSubValue();
|
|
17157
17159
|
localctx.val.val.push(localctx.head.val);
|
|
17158
|
-
this.state =
|
|
17160
|
+
this.state = 3805;
|
|
17159
17161
|
this._errHandler.sync(this);
|
|
17160
17162
|
_la = this._input.LA(1);
|
|
17161
17163
|
while (_la === languageParser.T__2) {
|
|
17162
|
-
this.state =
|
|
17164
|
+
this.state = 3797;
|
|
17163
17165
|
this.match(languageParser.T__2);
|
|
17164
17166
|
if (this.isStraightBefore(']'))
|
|
17165
17167
|
break;
|
|
17166
17168
|
this.meltKeywordToIdentifier(true);
|
|
17167
|
-
this.state =
|
|
17169
|
+
this.state = 3800;
|
|
17168
17170
|
localctx.tail = this.annoSubValue();
|
|
17169
17171
|
localctx.val.val.push(localctx.tail.val);
|
|
17170
|
-
this.state =
|
|
17172
|
+
this.state = 3807;
|
|
17171
17173
|
this._errHandler.sync(this);
|
|
17172
17174
|
_la = this._input.LA(1);
|
|
17173
17175
|
}
|
|
17174
17176
|
}
|
|
17175
|
-
this.state =
|
|
17177
|
+
this.state = 3810;
|
|
17176
17178
|
this.match(languageParser.T__13);
|
|
17177
17179
|
break;
|
|
17178
17180
|
case languageParser.T__26:
|
|
@@ -17182,28 +17184,28 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
17182
17184
|
case languageParser.NULL:
|
|
17183
17185
|
case languageParser.Number:
|
|
17184
17186
|
this.enterOuterAlt(localctx, 3);
|
|
17185
|
-
this.state =
|
|
17187
|
+
this.state = 3811;
|
|
17186
17188
|
localctx.v1 = this.literalValue();
|
|
17187
17189
|
this.assignAnnotationValue(localctx.val, localctx.v1.val);
|
|
17188
17190
|
break;
|
|
17189
17191
|
case languageParser.T__8:
|
|
17190
17192
|
case languageParser.T__9:
|
|
17191
17193
|
this.enterOuterAlt(localctx, 4);
|
|
17192
|
-
this.state =
|
|
17194
|
+
this.state = 3816;
|
|
17193
17195
|
this._errHandler.sync(this);
|
|
17194
17196
|
switch (this._input.LA(1)) {
|
|
17195
17197
|
case languageParser.T__8:
|
|
17196
|
-
this.state =
|
|
17198
|
+
this.state = 3814;
|
|
17197
17199
|
localctx.plus = this.match(languageParser.T__8);
|
|
17198
17200
|
break;
|
|
17199
17201
|
case languageParser.T__9:
|
|
17200
|
-
this.state =
|
|
17202
|
+
this.state = 3815;
|
|
17201
17203
|
localctx.min = this.match(languageParser.T__9);
|
|
17202
17204
|
break;
|
|
17203
17205
|
default:
|
|
17204
17206
|
throw new antlr4_1.default.error.NoViableAltException(this);
|
|
17205
17207
|
}
|
|
17206
|
-
this.state =
|
|
17208
|
+
this.state = 3818;
|
|
17207
17209
|
localctx.num = this.match(languageParser.Number);
|
|
17208
17210
|
this.assignAnnotationValue(localctx.val, this.numberLiteral(localctx.plus || localctx.min));
|
|
17209
17211
|
break;
|
|
@@ -17288,33 +17290,33 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
17288
17290
|
case languageParser.VIEW:
|
|
17289
17291
|
case languageParser.Identifier:
|
|
17290
17292
|
this.enterOuterAlt(localctx, 5);
|
|
17291
|
-
this.state =
|
|
17293
|
+
this.state = 3821;
|
|
17292
17294
|
this._errHandler.sync(this);
|
|
17293
17295
|
_la = this._input.LA(1);
|
|
17294
17296
|
if (_la === languageParser.T__25) {
|
|
17295
|
-
this.state =
|
|
17297
|
+
this.state = 3820;
|
|
17296
17298
|
localctx.at = this.match(languageParser.T__25);
|
|
17297
17299
|
}
|
|
17298
|
-
this.state =
|
|
17300
|
+
this.state = 3823;
|
|
17299
17301
|
this.annotationPath(localctx.val, 'annoref', localctx.at);
|
|
17300
|
-
this.state =
|
|
17302
|
+
this.state = 3826;
|
|
17301
17303
|
this._errHandler.sync(this);
|
|
17302
17304
|
_la = this._input.LA(1);
|
|
17303
17305
|
if (_la === languageParser.T__26) {
|
|
17304
|
-
this.state = 3823;
|
|
17305
|
-
this.match(languageParser.T__26);
|
|
17306
17306
|
this.state = 3824;
|
|
17307
|
+
this.match(languageParser.T__26);
|
|
17308
|
+
this.state = 3825;
|
|
17307
17309
|
this.annotationPathVariant(localctx.val);
|
|
17308
17310
|
}
|
|
17309
17311
|
break;
|
|
17310
17312
|
case languageParser.T__5:
|
|
17311
17313
|
this.enterOuterAlt(localctx, 6);
|
|
17312
|
-
this.state = 3827;
|
|
17313
|
-
this.match(languageParser.T__5);
|
|
17314
17314
|
this.state = 3828;
|
|
17315
|
+
this.match(languageParser.T__5);
|
|
17316
|
+
this.state = 3829;
|
|
17315
17317
|
localctx.cond = this.condition();
|
|
17316
17318
|
this.expressionAsAnnotationValue(localctx.val, localctx.cond.expr, (localctx.cond === null ? null : localctx.cond.start), (localctx.cond === null ? null : localctx.cond.stop));
|
|
17317
|
-
this.state =
|
|
17319
|
+
this.state = 3831;
|
|
17318
17320
|
this.match(languageParser.T__6);
|
|
17319
17321
|
break;
|
|
17320
17322
|
default:
|
|
@@ -17343,47 +17345,47 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
17343
17345
|
this.enterRule(localctx, 276, languageParser.RULE_literalValue);
|
|
17344
17346
|
localctx.tok = this.getCurrentToken();
|
|
17345
17347
|
try {
|
|
17346
|
-
this.state =
|
|
17348
|
+
this.state = 3850;
|
|
17347
17349
|
this._errHandler.sync(this);
|
|
17348
17350
|
switch (this._input.LA(1)) {
|
|
17349
17351
|
case languageParser.T__26:
|
|
17350
17352
|
this.enterOuterAlt(localctx, 1);
|
|
17351
|
-
this.state =
|
|
17353
|
+
this.state = 3835;
|
|
17352
17354
|
localctx.hash = this.match(languageParser.T__26);
|
|
17353
17355
|
this.reportUnexpectedSpace(localctx.hash);
|
|
17354
17356
|
;
|
|
17355
17357
|
this.meltKeywordToIdentifier();
|
|
17356
|
-
this.state =
|
|
17358
|
+
this.state = 3837;
|
|
17357
17359
|
localctx.name = this.ident('enumref');
|
|
17358
17360
|
localctx.val = { literal: 'enum', sym: localctx.name.id };
|
|
17359
17361
|
break;
|
|
17360
17362
|
case languageParser.NULL:
|
|
17361
17363
|
this.enterOuterAlt(localctx, 2);
|
|
17362
|
-
this.state =
|
|
17364
|
+
this.state = 3840;
|
|
17363
17365
|
this.match(languageParser.NULL);
|
|
17364
17366
|
localctx.val = { literal: 'null', val: null };
|
|
17365
17367
|
break;
|
|
17366
17368
|
case languageParser.Boolean:
|
|
17367
17369
|
this.enterOuterAlt(localctx, 3);
|
|
17368
|
-
this.state =
|
|
17370
|
+
this.state = 3842;
|
|
17369
17371
|
this.match(languageParser.Boolean);
|
|
17370
17372
|
localctx.val = { literal: 'boolean', val: localctx.tok.text.toLowerCase() != 'false' };
|
|
17371
17373
|
break;
|
|
17372
17374
|
case languageParser.Number:
|
|
17373
17375
|
this.enterOuterAlt(localctx, 4);
|
|
17374
|
-
this.state =
|
|
17376
|
+
this.state = 3844;
|
|
17375
17377
|
this.match(languageParser.Number);
|
|
17376
17378
|
localctx.val = this.numberLiteral('');
|
|
17377
17379
|
break;
|
|
17378
17380
|
case languageParser.String:
|
|
17379
17381
|
this.enterOuterAlt(localctx, 5);
|
|
17380
|
-
this.state =
|
|
17382
|
+
this.state = 3846;
|
|
17381
17383
|
this.match(languageParser.String);
|
|
17382
17384
|
localctx.val = this.quotedLiteral(localctx.tok, 'string');
|
|
17383
17385
|
break;
|
|
17384
17386
|
case languageParser.QuotedLiteral:
|
|
17385
17387
|
this.enterOuterAlt(localctx, 6);
|
|
17386
|
-
this.state =
|
|
17388
|
+
this.state = 3848;
|
|
17387
17389
|
this.match(languageParser.QuotedLiteral);
|
|
17388
17390
|
localctx.val = this.quotedLiteral(localctx.tok);
|
|
17389
17391
|
break;
|
|
@@ -17413,7 +17415,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
17413
17415
|
this.enterRule(localctx, 278, languageParser.RULE_identNoKeyword);
|
|
17414
17416
|
try {
|
|
17415
17417
|
this.enterOuterAlt(localctx, 1);
|
|
17416
|
-
this.state =
|
|
17418
|
+
this.state = 3852;
|
|
17417
17419
|
this.match(languageParser.Identifier);
|
|
17418
17420
|
this._ctx.stop = this._input.LT(-1);
|
|
17419
17421
|
localctx.id = this.identAst(null, localctx.category);
|
|
@@ -17439,7 +17441,7 @@ class languageParser extends genericAntlrParser_js_1.default {
|
|
|
17439
17441
|
var _la = 0; // Token type
|
|
17440
17442
|
try {
|
|
17441
17443
|
this.enterOuterAlt(localctx, 1);
|
|
17442
|
-
this.state =
|
|
17444
|
+
this.state = 3854;
|
|
17443
17445
|
_la = this._input.LA(1);
|
|
17444
17446
|
if (!(((((_la - 60)) & ~0x1f) == 0 && ((1 << (_la - 60)) & ((1 << (languageParser.ABSTRACT - 60)) | (1 << (languageParser.ACTION - 60)) | (1 << (languageParser.ACTIONS - 60)) | (1 << (languageParser.AND - 60)) | (1 << (languageParser.ANNOTATE - 60)) | (1 << (languageParser.ANNOTATION - 60)) | (1 << (languageParser.ARRAY - 60)) | (1 << (languageParser.ASC - 60)) | (1 << (languageParser.ASPECT - 60)) | (1 << (languageParser.ASSOCIATION - 60)) | (1 << (languageParser.BETWEEN - 60)) | (1 << (languageParser.COLUMNS - 60)) | (1 << (languageParser.COMPOSITION - 60)) | (1 << (languageParser.CONTEXT - 60)) | (1 << (languageParser.CROSS - 60)) | (1 << (languageParser.CURRENT - 60)) | (1 << (languageParser.DEFAULT - 60)) | (1 << (languageParser.DEFINE - 60)) | (1 << (languageParser.DEFINITIONS - 60)) | (1 << (languageParser.DESC - 60)) | (1 << (languageParser.ELEMENTS - 60)) | (1 << (languageParser.ELSE - 60)) | (1 << (languageParser.END - 60)) | (1 << (languageParser.ENTITY - 60)) | (1 << (languageParser.ENUM - 60)) | (1 << (languageParser.EVENT - 60)) | (1 << (languageParser.ESCAPE - 60)) | (1 << (languageParser.EXACT - 60)) | (1 << (languageParser.EXCEPT - 60)) | (1 << (languageParser.EXCLUDING - 60)) | (1 << (languageParser.EXTEND - 60)) | (1 << (languageParser.FIRST - 60)))) !== 0) || ((((_la - 92)) & ~0x1f) == 0 && ((1 << (_la - 92)) & ((1 << (languageParser.FLOATING - 92)) | (1 << (languageParser.FOLLOWING - 92)) | (1 << (languageParser.FULL - 92)) | (1 << (languageParser.FUNCTION - 92)) | (1 << (languageParser.GROUP - 92)) | (1 << (languageParser.HAVING - 92)) | (1 << (languageParser.INNER - 92)) | (1 << (languageParser.INTERSECT - 92)) | (1 << (languageParser.INTO - 92)) | (1 << (languageParser.IS - 92)) | (1 << (languageParser.JOIN - 92)) | (1 << (languageParser.LAST - 92)) | (1 << (languageParser.LEFT - 92)) | (1 << (languageParser.LIKE - 92)) | (1 << (languageParser.LIMIT - 92)) | (1 << (languageParser.LOCALIZED - 92)) | (1 << (languageParser.MANY - 92)) | (1 << (languageParser.MINUS - 92)) | (1 << (languageParser.MIXIN - 92)) | (1 << (languageParser.NAMESPACE - 92)) | (1 << (languageParser.NULLS - 92)) | (1 << (languageParser.OFFSET - 92)) | (1 << (languageParser.ONE - 92)) | (1 << (languageParser.OR - 92)) | (1 << (languageParser.ORDER - 92)) | (1 << (languageParser.OUTER - 92)) | (1 << (languageParser.PARAMETERS - 92)) | (1 << (languageParser.PARTITION - 92)) | (1 << (languageParser.PRECEDING - 92)) | (1 << (languageParser.PROJECTION - 92)) | (1 << (languageParser.REDIRECTED - 92)) | (1 << (languageParser.RETURNS - 92)))) !== 0) || ((((_la - 124)) & ~0x1f) == 0 && ((1 << (_la - 124)) & ((1 << (languageParser.RIGHT - 124)) | (1 << (languageParser.ROW - 124)) | (1 << (languageParser.ROWS - 124)) | (1 << (languageParser.SERVICE - 124)) | (1 << (languageParser.STORED - 124)) | (1 << (languageParser.THEN - 124)) | (1 << (languageParser.TO - 124)) | (1 << (languageParser.TYPE - 124)) | (1 << (languageParser.UNION - 124)) | (1 << (languageParser.UNBOUNDED - 124)) | (1 << (languageParser.UP - 124)) | (1 << (languageParser.USING - 124)) | (1 << (languageParser.VARIABLE - 124)) | (1 << (languageParser.VIEW - 124)) | (1 << (languageParser.Identifier - 124)))) !== 0))) {
|
|
17445
17447
|
this._errHandler.recoverInline(this);
|