From 1d3fb820f647c5ba667ff664bd81667c5a7f705f Mon Sep 17 00:00:00 2001 From: Hellen Date: Thu, 2 May 2024 12:36:40 +0300 Subject: [PATCH] feat: suggest multiple tables with same name and different aliases (#182) * chore: update deps * feat(YQL): suggest column aliases and multiple tables with same name and different aliases * fix: code-review * feat: support not unique table names for all databases --- package-lock.json | 47 +- package.json | 6 +- .../clickhouse/clickhouse-autocomplete.ts | 2 +- .../clickhouse/generated/ClickHouseParser.ts | 136 +--- .../tests/select/join-clause.test.ts | 15 + .../databases/mysql/generated/MySqlParser.ts | 401 +-------- .../databases/mysql/mysql-autocomplete.ts | 2 +- .../mysql/tests/select/join-clause.test.ts | 15 + .../postgresql/generated/PostgreSqlLexer.ts | 26 +- .../postgresql/generated/PostgreSqlParser.ts | 758 +----------------- .../grammar/PostgreSqlParserBase.ts | 4 +- .../postgresql/postgresql-autocomplete.ts | 2 +- .../tests/select/join-clause.test.ts | 15 + .../databases/yql/generated/YQLParser.ts | 438 ---------- .../yql/tests/yql/select/join-clause.test.ts | 14 + .../yql/tests/yql/select/where-clause.test.ts | 8 + .../databases/yql/yql-autocomplete.ts | 8 +- src/autocomplete/shared/cursor.test.ts | 4 +- src/autocomplete/shared/query.ts | 4 +- src/autocomplete/shared/symbol-table.ts | 33 +- 20 files changed, 178 insertions(+), 1760 deletions(-) diff --git a/package-lock.json b/package-lock.json index 10235c8c..08820477 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "8.0.2", "license": "Apache-2.0", "dependencies": { - "antlr4-c3": "~3.3.5", - "antlr4ng": "^2.0.10" + "antlr4-c3": "^3.4.1", + "antlr4ng": "^3.0.4" }, "devDependencies": { "@babel/preset-env": "^7.23.9", @@ -22,7 +22,7 @@ "@gravity-ui/tsconfig": "^1.0.0", "@types/jest": "^29.5.11", "antlr-format-cli": "^1.2.3", - "antlr4ng-cli": "^1.0.7", + "antlr4ng-cli": "^2.0.0", "esbuild": "^0.20.0", "eslint-plugin-filenames": "^1.3.2", "husky": "^8.0.3", @@ -4651,6 +4651,25 @@ "url": "https://github.com/sponsors/epoberezkin" } }, + "node_modules/antlr-format-cli/node_modules/antlr4ng": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/antlr4ng/-/antlr4ng-2.0.10.tgz", + "integrity": "sha512-cDXmkjum5TSgtgKyKtNN3Zk8ebXeZXOHS7e5pIAnyuKdAQB1r/EzJl+1Vro5JdJCWfgtZ2IqJ3KNvRNuCMjgmQ==", + "dev": true, + "peerDependencies": { + "antlr4ng-cli": "1.0.7" + } + }, + "node_modules/antlr-format-cli/node_modules/antlr4ng-cli": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/antlr4ng-cli/-/antlr4ng-cli-1.0.7.tgz", + "integrity": "sha512-qN2FsDBmLvsQcA5CWTrPz8I8gNXeS1fgXBBhI78VyxBSBV/EJgqy8ks6IDTC9jyugpl40csCQ4sL5K4i2YZ/2w==", + "dev": true, + "peer": true, + "bin": { + "antlr4ng": "index.js" + } + }, "node_modules/antlr-format-cli/node_modules/json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", @@ -4658,25 +4677,25 @@ "dev": true }, "node_modules/antlr4-c3": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/antlr4-c3/-/antlr4-c3-3.3.5.tgz", - "integrity": "sha512-kJ2SRxa6zns5aXSqz90ogPchzUNTO4LshXsvTqe4a5fvJci1G67H1cMMhYGhcWqkZezyOFxPZ8XrZ+s7ivhWKw==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/antlr4-c3/-/antlr4-c3-3.4.1.tgz", + "integrity": "sha512-YLO/ncwUp8w2GNK/lnsYXtMkd8izHCWjxtk7EaTGIZq07THfvI5aHDuhls/RctX3EYDlM9zeTKdqn54eLYNglQ==", "dependencies": { - "antlr4ng": "^2.0.0" + "antlr4ng": "^3.0.1" } }, "node_modules/antlr4ng": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/antlr4ng/-/antlr4ng-2.0.10.tgz", - "integrity": "sha512-cDXmkjum5TSgtgKyKtNN3Zk8ebXeZXOHS7e5pIAnyuKdAQB1r/EzJl+1Vro5JdJCWfgtZ2IqJ3KNvRNuCMjgmQ==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/antlr4ng/-/antlr4ng-3.0.4.tgz", + "integrity": "sha512-u1Ww6wVv9hq70E9AaYe5qW3ba8hvnjJdO3ZsKnb3iJWFV/medLEEhbyWwXCvvD2ef0ptdaiIUgmaazS/WE6uyQ==", "peerDependencies": { - "antlr4ng-cli": "1.0.7" + "antlr4ng-cli": "^2.0.0" } }, "node_modules/antlr4ng-cli": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/antlr4ng-cli/-/antlr4ng-cli-1.0.7.tgz", - "integrity": "sha512-qN2FsDBmLvsQcA5CWTrPz8I8gNXeS1fgXBBhI78VyxBSBV/EJgqy8ks6IDTC9jyugpl40csCQ4sL5K4i2YZ/2w==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/antlr4ng-cli/-/antlr4ng-cli-2.0.0.tgz", + "integrity": "sha512-oAt5OSSYhRQn1PgahtpAP4Vp3BApCoCqlzX7Q8ZUWWls4hX59ryYuu0t7Hwrnfk796OxP/vgIJaqxdltd/oEvQ==", "bin": { "antlr4ng": "index.js" } diff --git a/package.json b/package.json index 755c199a..815cc337 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@gravity-ui/tsconfig": "^1.0.0", "@types/jest": "^29.5.11", "antlr-format-cli": "^1.2.3", - "antlr4ng-cli": "^1.0.7", + "antlr4ng-cli": "^2.0.0", "esbuild": "^0.20.0", "eslint-plugin-filenames": "^1.3.2", "husky": "^8.0.3", @@ -57,8 +57,8 @@ "ts-jest": "^29.1.2" }, "dependencies": { - "antlr4-c3": "~3.3.5", - "antlr4ng": "^2.0.10" + "antlr4-c3": "^3.4.1", + "antlr4ng": "^3.0.4" }, "nano-staged": { "*.{md,yaml,yml,json}": [ diff --git a/src/autocomplete/databases/clickhouse/clickhouse-autocomplete.ts b/src/autocomplete/databases/clickhouse/clickhouse-autocomplete.ts index 553b0b3c..149c8315 100644 --- a/src/autocomplete/databases/clickhouse/clickhouse-autocomplete.ts +++ b/src/autocomplete/databases/clickhouse/clickhouse-autocomplete.ts @@ -109,7 +109,7 @@ class ClickHouseSymbolTableVisitor constructor() { super(); - this.symbolTable = new c3.SymbolTable('', {}); + this.symbolTable = new c3.SymbolTable('', {allowDuplicateSymbols: true}); this.scope = this.symbolTable.addNewSymbolOfType(c3.ScopedSymbol, undefined); } diff --git a/src/autocomplete/databases/clickhouse/generated/ClickHouseParser.ts b/src/autocomplete/databases/clickhouse/generated/ClickHouseParser.ts index a150b090..2285d694 100644 --- a/src/autocomplete/databases/clickhouse/generated/ClickHouseParser.ts +++ b/src/autocomplete/databases/clickhouse/generated/ClickHouseParser.ts @@ -521,7 +521,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -573,7 +572,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -672,7 +670,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -845,7 +842,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -888,7 +884,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -931,7 +926,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -976,7 +970,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -1034,7 +1027,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -1760,7 +1752,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -1801,7 +1792,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -1829,7 +1819,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -1861,7 +1850,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -1904,7 +1892,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -1944,7 +1931,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -1983,7 +1969,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2032,7 +2017,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2169,7 +2153,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2231,7 +2214,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2332,7 +2314,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2448,7 +2429,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2560,7 +2540,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2654,7 +2633,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2719,7 +2697,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2764,7 +2741,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2866,7 +2842,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2970,7 +2945,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2998,7 +2972,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3249,7 +3222,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3298,7 +3270,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3362,7 +3333,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3411,7 +3381,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3469,7 +3438,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3499,7 +3467,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3729,7 +3696,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3755,7 +3721,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3781,7 +3746,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3807,7 +3771,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3879,7 +3842,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3988,7 +3950,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4016,7 +3977,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4044,7 +4004,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4072,7 +4031,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4117,7 +4075,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4176,7 +4133,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4241,7 +4197,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4371,7 +4326,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4405,7 +4359,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4439,7 +4392,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4465,7 +4417,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4512,7 +4463,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4559,7 +4509,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4613,7 +4562,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4657,7 +4605,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4808,7 +4755,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4886,7 +4832,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4993,7 +4938,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5059,7 +5003,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5104,7 +5047,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5170,7 +5112,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5237,7 +5178,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5294,7 +5234,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5363,7 +5302,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5426,7 +5364,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5487,7 +5424,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5530,7 +5466,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5574,7 +5509,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5772,7 +5706,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5798,7 +5731,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5836,7 +5768,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5862,7 +5793,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5908,7 +5838,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5942,7 +5871,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5968,7 +5896,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5994,7 +5921,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6050,7 +5976,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6076,7 +6001,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6104,7 +6028,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6132,7 +6055,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6162,7 +6084,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6201,7 +6122,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6227,7 +6147,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6311,7 +6230,7 @@ export class ClickHouseParser extends antlr.Parser { alternative = this.interpreter.adaptivePredict(this.tokenStream, 180, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { - if (this._parseListeners != null) { + if (this.parseListeners != null) { this.triggerExitRuleEvent(); } previousContext = localContext; @@ -6387,7 +6306,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6646,7 +6564,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6707,7 +6624,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6761,7 +6677,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6799,7 +6714,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6843,7 +6757,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6886,7 +6799,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6959,7 +6871,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6995,7 +6906,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7038,7 +6948,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7066,7 +6975,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7119,7 +7027,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7147,7 +7054,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7175,7 +7081,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7209,7 +7114,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7266,7 +7170,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7332,7 +7235,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7358,7 +7260,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7550,7 +7451,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7710,7 +7610,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7779,7 +7678,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7805,7 +7703,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7854,7 +7751,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8002,7 +7898,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8045,7 +7940,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8109,7 +8003,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8574,7 +8467,7 @@ export class ClickHouseParser extends antlr.Parser { alternative = this.interpreter.adaptivePredict(this.tokenStream, 257, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { - if (this._parseListeners != null) { + if (this.parseListeners != null) { this.triggerExitRuleEvent(); } previousContext = localContext; @@ -8904,7 +8797,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8945,7 +8837,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8982,7 +8873,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9249,7 +9139,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9297,7 +9186,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9369,7 +9257,7 @@ export class ClickHouseParser extends antlr.Parser { alternative = this.interpreter.adaptivePredict(this.tokenStream, 267, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { - if (this._parseListeners != null) { + if (this.parseListeners != null) { this.triggerExitRuleEvent(); } previousContext = localContext; @@ -9416,7 +9304,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9455,7 +9342,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9491,7 +9377,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9532,7 +9417,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9576,7 +9460,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9600,7 +9483,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9675,7 +9557,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9755,7 +9636,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9809,7 +9689,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9841,7 +9720,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9873,7 +9751,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9905,7 +9782,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9947,7 +9823,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10177,7 +10052,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10402,7 +10276,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10430,7 +10303,6 @@ export class ClickHouseParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10443,7 +10315,7 @@ export class ClickHouseParser extends antlr.Parser { return localContext; } - public override sempred(localContext: antlr.RuleContext | null, ruleIndex: number, predIndex: number): boolean { + public override sempred(localContext: antlr.ParserRuleContext | null, ruleIndex: number, predIndex: number): boolean { switch (ruleIndex) { case 24: return this.dictionaryAttributeDefinition_sempred(localContext as DictionaryAttributeDefinitionContext, predIndex); diff --git a/src/autocomplete/databases/clickhouse/tests/select/join-clause.test.ts b/src/autocomplete/databases/clickhouse/tests/select/join-clause.test.ts index 769780c7..1fdca3da 100644 --- a/src/autocomplete/databases/clickhouse/tests/select/join-clause.test.ts +++ b/src/autocomplete/databases/clickhouse/tests/select/join-clause.test.ts @@ -174,6 +174,21 @@ test('should suggest table names and aliases for ON clause', () => { expect(autocompleteResult.suggestColumns).toEqual(columnSuggestion); }); +test('should suggest table names and aliases for ON clause if table name not unique', () => { + const autocompleteResult = parseClickHouseQueryWithCursor( + 'SELECT * FROM test_table_1 t1 JOIN test_table_1 t2 ON |', + ); + + const columnSuggestion: ColumnSuggestion = { + tables: [ + {name: 'test_table_1', alias: 't1'}, + {name: 'test_table_1', alias: 't2'}, + ], + }; + + expect(autocompleteResult.suggestColumns).toEqual(columnSuggestion); +}); + test('should suggest table names and aliases for ON clause between statements', () => { const autocompleteResult = parseClickHouseQueryWithCursor( 'ALTER TABLE before_table DROP COLUMN id; SELECT * FROM test_table_1 t1 JOIN test_table_2 t2 ON | ; ALTER TABLE after_table DROP COLUMN id;', diff --git a/src/autocomplete/databases/mysql/generated/MySqlParser.ts b/src/autocomplete/databases/mysql/generated/MySqlParser.ts index ff178d01..0dac78c9 100644 --- a/src/autocomplete/databases/mysql/generated/MySqlParser.ts +++ b/src/autocomplete/databases/mysql/generated/MySqlParser.ts @@ -2145,7 +2145,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2197,7 +2196,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2269,7 +2267,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2558,7 +2555,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2672,7 +2668,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2758,7 +2753,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2886,7 +2880,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2933,7 +2926,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3026,7 +3018,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3224,7 +3215,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3296,7 +3286,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3357,7 +3346,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3462,7 +3450,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3625,7 +3612,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3796,7 +3782,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3884,7 +3869,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4914,7 +4898,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4952,7 +4935,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5021,7 +5003,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5297,7 +5278,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5368,7 +5348,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5567,7 +5546,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5668,7 +5646,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5704,7 +5681,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5779,7 +5755,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5803,7 +5778,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5827,7 +5801,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6008,7 +5981,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6206,7 +6178,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6256,7 +6227,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6292,7 +6262,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6334,7 +6303,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6419,7 +6387,7 @@ export class MySqlParser extends antlr.Parser { { this.state = 1456; (localContext as IntervalScheduleContext)._intervalExpr = this.intervalExpr(); - (localContext as IntervalScheduleContext)._startIntervals.push((localContext as IntervalScheduleContext)._intervalExpr); + (localContext as IntervalScheduleContext)._startIntervals.push((localContext as IntervalScheduleContext)._intervalExpr!); } } this.state = 1461; @@ -6446,7 +6414,7 @@ export class MySqlParser extends antlr.Parser { { this.state = 1466; (localContext as IntervalScheduleContext)._intervalExpr = this.intervalExpr(); - (localContext as IntervalScheduleContext)._endIntervals.push((localContext as IntervalScheduleContext)._intervalExpr); + (localContext as IntervalScheduleContext)._endIntervals.push((localContext as IntervalScheduleContext)._intervalExpr!); } } this.state = 1471; @@ -6464,7 +6432,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6515,7 +6482,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6559,7 +6525,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6682,7 +6647,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6730,7 +6694,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6764,7 +6727,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6889,7 +6851,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6934,7 +6895,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6960,7 +6920,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7096,7 +7055,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7184,7 +7142,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7229,7 +7186,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7299,7 +7255,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7361,7 +7316,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7644,7 +7598,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7894,7 +7847,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7961,7 +7913,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8034,7 +7985,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8098,7 +8048,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8237,7 +8186,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9151,7 +9099,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9183,7 +9130,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9217,7 +9163,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9314,7 +9259,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9488,7 +9432,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9582,7 +9525,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9964,7 +9906,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10008,7 +9949,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10053,7 +9993,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10094,7 +10033,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10306,7 +10244,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10392,7 +10329,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10517,7 +10453,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10560,7 +10495,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10594,7 +10528,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10677,7 +10610,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10720,7 +10652,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10773,7 +10704,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10876,7 +10806,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10957,7 +10886,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11090,7 +11018,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -12423,7 +12350,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19779,7 +19705,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19826,7 +19751,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19864,7 +19788,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19983,7 +19906,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20019,7 +19941,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20057,7 +19978,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20095,7 +20015,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20133,7 +20052,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20200,7 +20118,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20251,7 +20168,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20289,7 +20205,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20362,7 +20277,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20400,7 +20314,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20471,7 +20384,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20516,7 +20428,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20544,7 +20455,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20581,7 +20491,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20636,7 +20545,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20673,7 +20581,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20699,7 +20606,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20750,7 +20656,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20905,7 +20810,7 @@ export class MySqlParser extends antlr.Parser { this.match(MySqlParser.COMMA); this.state = 3193; localContext._updatedElement = this.updatedElement(); - localContext._setElements.push(localContext._updatedElement); + localContext._setElements.push(localContext._updatedElement!); } } this.state = 3198; @@ -20942,7 +20847,7 @@ export class MySqlParser extends antlr.Parser { this.match(MySqlParser.COMMA); this.state = 3207; localContext._updatedElement = this.updatedElement(); - localContext._duplicatedElements.push(localContext._updatedElement); + localContext._duplicatedElements.push(localContext._updatedElement!); } } this.state = 3212; @@ -20956,7 +20861,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21205,7 +21109,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21402,7 +21305,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21511,7 +21413,7 @@ export class MySqlParser extends antlr.Parser { this.match(MySqlParser.COMMA); this.state = 3373; localContext._updatedElement = this.updatedElement(); - localContext._setElements.push(localContext._updatedElement); + localContext._setElements.push(localContext._updatedElement!); } } this.state = 3378; @@ -21527,7 +21429,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21820,7 +21721,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21857,7 +21757,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21924,7 +21823,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22016,7 +21914,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22058,7 +21955,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22966,7 +22862,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -23013,7 +22908,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -23142,7 +23036,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -24186,7 +24079,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -24235,7 +24127,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -24328,7 +24219,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -24391,7 +24281,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -24419,7 +24308,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -24538,7 +24426,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -24617,7 +24504,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -24664,7 +24550,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -24707,7 +24592,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -24750,7 +24634,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -24833,7 +24716,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -24968,7 +24850,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25029,7 +24910,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25079,7 +24959,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25284,7 +25163,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25333,7 +25211,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25378,7 +25255,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25423,7 +25299,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25622,7 +25497,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25728,7 +25602,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25773,7 +25646,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25834,7 +25706,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25923,7 +25794,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25986,7 +25856,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26027,7 +25896,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26207,7 +26075,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26259,7 +26126,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26311,7 +26177,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26410,7 +26275,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26467,7 +26331,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26502,7 +26365,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26603,7 +26465,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26749,7 +26610,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26819,7 +26679,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26866,7 +26725,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26913,7 +26771,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26972,7 +26829,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26998,7 +26854,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27059,7 +26914,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27102,7 +26956,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27158,7 +27011,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28076,7 +27928,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28129,7 +27980,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28164,7 +28014,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28241,7 +28090,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28318,7 +28166,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28344,7 +28191,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28393,7 +28239,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28421,7 +28266,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28483,7 +28327,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28509,7 +28352,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28548,7 +28390,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28611,7 +28452,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28663,7 +28503,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28710,7 +28549,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28771,7 +28609,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28823,7 +28660,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28880,7 +28716,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28937,7 +28772,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28984,7 +28818,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29043,7 +28876,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29069,7 +28901,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29116,7 +28947,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29205,7 +29035,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29258,7 +29087,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29284,7 +29112,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29310,7 +29137,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29452,7 +29278,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29484,7 +29309,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29516,7 +29340,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29548,7 +29371,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29576,7 +29398,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29730,7 +29551,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29762,7 +29582,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29794,7 +29613,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29889,7 +29707,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29962,7 +29779,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30022,7 +29838,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30077,7 +29892,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30128,7 +29942,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30156,7 +29969,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30197,7 +30009,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30225,7 +30036,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30264,7 +30074,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30310,7 +30119,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30349,7 +30157,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30386,7 +30193,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30423,7 +30229,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30559,7 +30364,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30649,7 +30453,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30685,7 +30488,7 @@ export class MySqlParser extends antlr.Parser { { this.state = 4743; localContext._procedureSqlStatement = this.procedureSqlStatement(); - localContext._thenStatements.push(localContext._procedureSqlStatement); + localContext._thenStatements.push(localContext._procedureSqlStatement!); } } break; @@ -30727,7 +30530,7 @@ export class MySqlParser extends antlr.Parser { { this.state = 4755; localContext._procedureSqlStatement = this.procedureSqlStatement(); - localContext._elseStatements.push(localContext._procedureSqlStatement); + localContext._elseStatements.push(localContext._procedureSqlStatement!); } } break; @@ -30749,7 +30552,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30775,7 +30577,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30801,7 +30602,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30873,7 +30673,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30949,7 +30748,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30975,7 +30773,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31051,7 +30848,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31131,7 +30927,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31172,7 +30967,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31237,7 +31031,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31269,7 +31062,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31328,7 +31120,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -32289,7 +32080,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -32329,7 +32119,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -32392,7 +32181,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -32441,7 +32229,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -32678,7 +32465,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -32885,7 +32671,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -32924,7 +32709,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33142,7 +32926,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33206,7 +32989,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33247,7 +33029,7 @@ export class MySqlParser extends antlr.Parser { this.match(MySqlParser.COMMA); this.state = 5124; localContext._userName = this.userName(); - localContext._toOther.push(localContext._userName); + localContext._toOther.push(localContext._userName!); } } this.state = 5129; @@ -33272,7 +33054,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33317,7 +33098,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33449,7 +33229,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33490,7 +33269,7 @@ export class MySqlParser extends antlr.Parser { this.match(MySqlParser.COMMA); this.state = 5190; localContext._userName = this.userName(); - localContext._fromOther.push(localContext._userName); + localContext._fromOther.push(localContext._userName!); } } this.state = 5195; @@ -33501,7 +33280,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33561,7 +33339,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33587,7 +33364,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33628,7 +33404,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33723,7 +33498,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33772,7 +33546,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33855,7 +33628,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33921,7 +33693,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33982,7 +33753,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34185,7 +33955,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34220,7 +33989,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34259,7 +34027,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34855,7 +34622,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34940,7 +34706,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34968,7 +34733,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35100,7 +34864,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35143,7 +34906,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35190,7 +34952,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35244,7 +35005,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35321,7 +35081,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35390,7 +35149,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35455,7 +35213,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35487,7 +35244,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35515,7 +35271,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35841,7 +35596,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -36520,7 +36274,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -37466,7 +37219,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -37574,7 +37326,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -37617,7 +37368,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -37732,7 +37482,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -37799,7 +37548,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -37893,7 +37641,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -37919,7 +37666,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -38869,7 +38615,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -38930,7 +38675,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -38975,7 +38719,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -39024,7 +38767,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -39052,7 +38794,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -39076,7 +38817,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -39133,7 +38873,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -39317,7 +39056,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -39362,7 +39100,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -40332,7 +40069,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -40383,7 +40119,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -40448,7 +40183,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -40474,7 +40208,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -40500,7 +40233,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -40591,7 +40323,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -40686,7 +40417,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -41620,7 +41350,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -41673,7 +41402,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -41720,7 +41448,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -42742,7 +42469,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -42774,7 +42500,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -42859,7 +42584,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -42901,7 +42625,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -42925,7 +42648,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -42966,7 +42688,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43003,7 +42724,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43044,7 +42764,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43085,7 +42804,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43109,7 +42827,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43150,7 +42867,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43174,7 +42890,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43251,7 +42966,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43275,7 +42989,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43299,7 +43012,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43323,7 +43035,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43347,7 +43058,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43388,7 +43098,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43473,7 +43182,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43524,7 +43232,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43556,7 +43263,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43597,7 +43303,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43643,7 +43348,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43667,7 +43371,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43699,7 +43402,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43750,7 +43452,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43787,7 +43488,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43845,7 +43545,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43877,7 +43576,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43938,7 +43636,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43987,7 +43684,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -44046,7 +43742,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -44083,7 +43778,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -44996,7 +44690,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45082,7 +44775,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45123,7 +44815,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45155,7 +44846,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45198,7 +44888,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45323,7 +45012,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45355,7 +45043,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45390,7 +45077,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45432,7 +45118,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45532,7 +45217,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -46103,7 +45787,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -46148,7 +45831,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -46318,7 +46000,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -46346,7 +46027,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -46378,7 +46058,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -46419,7 +46098,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -46462,7 +46140,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -46503,7 +46180,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -46546,7 +46222,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -46591,7 +46266,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -46632,7 +46306,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -46673,7 +46346,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -46714,7 +46386,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -46755,7 +46426,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -46796,7 +46466,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -46903,7 +46572,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -46989,7 +46657,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47026,7 +46693,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47052,7 +46718,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47080,7 +46745,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47106,7 +46770,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47147,7 +46810,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47246,7 +46908,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47872,7 +47533,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47902,7 +47562,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47966,7 +47625,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -48009,7 +47667,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -48255,7 +47912,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -48409,7 +48065,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -49324,7 +48979,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -49387,7 +49041,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -49411,7 +49064,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -49437,7 +49089,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -49469,7 +49120,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -49506,7 +49156,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -49536,7 +49185,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -49601,7 +49249,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -49646,7 +49293,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -50201,7 +49847,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -50240,7 +49885,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -50333,7 +49977,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -50384,7 +50027,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -50485,7 +50127,7 @@ export class MySqlParser extends antlr.Parser { alternative = this.interpreter.adaptivePredict(this.tokenStream, 1039, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { - if (this._parseListeners != null) { + if (this.parseListeners != null) { this.triggerExitRuleEvent(); } previousContext = localContext; @@ -50512,7 +50154,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -50557,7 +50198,7 @@ export class MySqlParser extends antlr.Parser { alternative = this.interpreter.adaptivePredict(this.tokenStream, 1047, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { - if (this._parseListeners != null) { + if (this.parseListeners != null) { this.triggerExitRuleEvent(); } previousContext = localContext; @@ -50807,7 +50448,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51021,7 +50661,7 @@ export class MySqlParser extends antlr.Parser { alternative = this.interpreter.adaptivePredict(this.tokenStream, 1052, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { - if (this._parseListeners != null) { + if (this.parseListeners != null) { this.triggerExitRuleEvent(); } previousContext = localContext; @@ -51114,7 +50754,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51146,7 +50785,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51237,7 +50875,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51301,7 +50938,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51365,7 +51001,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51397,7 +51032,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51429,7 +51063,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51472,7 +51105,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51504,7 +51136,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51536,7 +51167,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51568,7 +51198,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51600,7 +51229,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51632,7 +51260,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51664,7 +51291,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51696,7 +51322,6 @@ export class MySqlParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51709,7 +51334,7 @@ export class MySqlParser extends antlr.Parser { return localContext; } - public override sempred(localContext: antlr.RuleContext | null, ruleIndex: number, predIndex: number): boolean { + public override sempred(localContext: antlr.ParserRuleContext | null, ruleIndex: number, predIndex: number): boolean { switch (ruleIndex) { case 358: return this.expression_sempred(localContext as ExpressionContext, predIndex); diff --git a/src/autocomplete/databases/mysql/mysql-autocomplete.ts b/src/autocomplete/databases/mysql/mysql-autocomplete.ts index 133023a4..9f5f07ff 100644 --- a/src/autocomplete/databases/mysql/mysql-autocomplete.ts +++ b/src/autocomplete/databases/mysql/mysql-autocomplete.ts @@ -114,7 +114,7 @@ class MySqlSymbolTableVisitor extends MySqlParserVisitor<{}> implements ISymbolT constructor() { super(); - this.symbolTable = new c3.SymbolTable('', {}); + this.symbolTable = new c3.SymbolTable('', {allowDuplicateSymbols: true}); this.scope = this.symbolTable.addNewSymbolOfType(c3.ScopedSymbol, undefined); } diff --git a/src/autocomplete/databases/mysql/tests/select/join-clause.test.ts b/src/autocomplete/databases/mysql/tests/select/join-clause.test.ts index 8ccb90b8..dbe92213 100644 --- a/src/autocomplete/databases/mysql/tests/select/join-clause.test.ts +++ b/src/autocomplete/databases/mysql/tests/select/join-clause.test.ts @@ -158,6 +158,21 @@ test('should suggest table names and aliases for ON clause', () => { expect(autocompleteResult.suggestColumns).toEqual(columnSuggestion); }); +test('should suggest table names and aliases for ON clause if table name not unique', () => { + const autocompleteResult = parseMySqlQueryWithCursor( + 'SELECT * FROM test_table_1 t1 JOIN test_table_1 t2 ON |', + ); + + const columnSuggestion: ColumnSuggestion = { + tables: [ + {name: 'test_table_1', alias: 't1'}, + {name: 'test_table_1', alias: 't2'}, + ], + }; + + expect(autocompleteResult.suggestColumns).toEqual(columnSuggestion); +}); + test('should suggest table names and aliases for ON clause between statements', () => { const autocompleteResult = parseMySqlQueryWithCursor( 'ALTER TABLE before_table DROP COLUMN id; SELECT * FROM test_table_1 t1 JOIN test_table_2 t2 ON | ; ALTER TABLE after_table DROP COLUMN id;', diff --git a/src/autocomplete/databases/postgresql/generated/PostgreSqlLexer.ts b/src/autocomplete/databases/postgresql/generated/PostgreSqlLexer.ts index a25c978e..90e67f46 100644 --- a/src/autocomplete/databases/postgresql/generated/PostgreSqlLexer.ts +++ b/src/autocomplete/databases/postgresql/generated/PostgreSqlLexer.ts @@ -1102,7 +1102,7 @@ export class PostgreSqlLexer extends PostgreSqlLexerBase { public get modeNames(): string[] { return PostgreSqlLexer.modeNames; } - public override action(localContext: antlr.RuleContext | null, ruleIndex: number, actionIndex: number): void { + public override action(localContext: antlr.ParserRuleContext | null, ruleIndex: number, actionIndex: number): void { switch (ruleIndex) { case 28: this.Operator_action(localContext, actionIndex); @@ -1127,7 +1127,7 @@ export class PostgreSqlLexer extends PostgreSqlLexerBase { break; } } - private Operator_action(localContext: antlr.RuleContext | null, actionIndex: number): void { + private Operator_action(localContext: antlr.ParserRuleContext | null, actionIndex: number): void { switch (actionIndex) { case 0: @@ -1136,21 +1136,21 @@ export class PostgreSqlLexer extends PostgreSqlLexerBase { break; } } - private BeginDollarStringConstant_action(localContext: antlr.RuleContext | null, actionIndex: number): void { + private BeginDollarStringConstant_action(localContext: antlr.ParserRuleContext | null, actionIndex: number): void { switch (actionIndex) { case 1: this.pushTag(); break; } } - private NumericFail_action(localContext: antlr.RuleContext | null, actionIndex: number): void { + private NumericFail_action(localContext: antlr.ParserRuleContext | null, actionIndex: number): void { switch (actionIndex) { case 2: this.HandleNumericFail(); break; } } - private UnterminatedBlockComment_action(localContext: antlr.RuleContext | null, actionIndex: number): void { + private UnterminatedBlockComment_action(localContext: antlr.ParserRuleContext | null, actionIndex: number): void { switch (actionIndex) { case 3: @@ -1159,26 +1159,26 @@ export class PostgreSqlLexer extends PostgreSqlLexerBase { break; } } - private AfterEscapeStringConstantMode_NotContinued_action(localContext: antlr.RuleContext | null, actionIndex: number): void { + private AfterEscapeStringConstantMode_NotContinued_action(localContext: antlr.ParserRuleContext | null, actionIndex: number): void { switch (actionIndex) { case 4: break; } } - private AfterEscapeStringConstantWithNewlineMode_NotContinued_action(localContext: antlr.RuleContext | null, actionIndex: number): void { + private AfterEscapeStringConstantWithNewlineMode_NotContinued_action(localContext: antlr.ParserRuleContext | null, actionIndex: number): void { switch (actionIndex) { case 5: break; } } - private EndDollarStringConstant_action(localContext: antlr.RuleContext | null, actionIndex: number): void { + private EndDollarStringConstant_action(localContext: antlr.ParserRuleContext | null, actionIndex: number): void { switch (actionIndex) { case 6: this.popTag(); break; } } - public override sempred(localContext: antlr.RuleContext | null, ruleIndex: number, predIndex: number): boolean { + public override sempred(localContext: antlr.ParserRuleContext | null, ruleIndex: number, predIndex: number): boolean { switch (ruleIndex) { case 28: return this.Operator_sempred(localContext, predIndex); @@ -1191,7 +1191,7 @@ export class PostgreSqlLexer extends PostgreSqlLexerBase { } return true; } - private Operator_sempred(localContext: antlr.RuleContext | null, predIndex: number): boolean { + private Operator_sempred(localContext: antlr.ParserRuleContext | null, predIndex: number): boolean { switch (predIndex) { case 0: return this.checkLA('-'); @@ -1202,7 +1202,7 @@ export class PostgreSqlLexer extends PostgreSqlLexerBase { } return true; } - private OperatorEndingWithPlusMinus_sempred(localContext: antlr.RuleContext | null, predIndex: number): boolean { + private OperatorEndingWithPlusMinus_sempred(localContext: antlr.ParserRuleContext | null, predIndex: number): boolean { switch (predIndex) { case 3: return this.checkLA('-'); @@ -1213,7 +1213,7 @@ export class PostgreSqlLexer extends PostgreSqlLexerBase { } return true; } - private IdentifierStartChar_sempred(localContext: antlr.RuleContext | null, predIndex: number): boolean { + private IdentifierStartChar_sempred(localContext: antlr.ParserRuleContext | null, predIndex: number): boolean { switch (predIndex) { case 6: return this.charIsLetter(); @@ -1224,7 +1224,7 @@ export class PostgreSqlLexer extends PostgreSqlLexerBase { } return true; } - private EndDollarStringConstant_sempred(localContext: antlr.RuleContext | null, predIndex: number): boolean { + private EndDollarStringConstant_sempred(localContext: antlr.ParserRuleContext | null, predIndex: number): boolean { switch (predIndex) { case 8: return this.isTag(); diff --git a/src/autocomplete/databases/postgresql/generated/PostgreSqlParser.ts b/src/autocomplete/databases/postgresql/generated/PostgreSqlParser.ts index dafd5387..6e652ffd 100644 --- a/src/autocomplete/databases/postgresql/generated/PostgreSqlParser.ts +++ b/src/autocomplete/databases/postgresql/generated/PostgreSqlParser.ts @@ -1954,7 +1954,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -1978,7 +1977,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2030,7 +2028,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2907,7 +2904,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2942,7 +2938,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2968,7 +2963,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3125,7 +3119,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3162,7 +3155,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3199,7 +3191,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3386,7 +3377,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3454,7 +3444,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3486,7 +3475,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3518,7 +3506,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3561,7 +3548,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3604,7 +3590,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3644,7 +3629,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3676,7 +3660,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3738,7 +3721,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4294,7 +4276,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4331,7 +4312,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4396,7 +4376,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4440,7 +4419,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4494,7 +4472,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4530,7 +4507,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4651,7 +4627,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4692,7 +4667,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4733,7 +4707,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5317,7 +5290,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5375,7 +5347,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5967,7 +5938,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6051,7 +6021,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6122,7 +6091,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6699,7 +6667,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6725,7 +6692,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6784,7 +6750,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7341,7 +7306,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7382,7 +7346,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7423,7 +7386,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7489,7 +7451,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7519,7 +7480,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8076,7 +8036,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8108,7 +8067,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8132,7 +8090,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8166,7 +8123,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8503,7 +8459,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8544,7 +8499,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8593,7 +8547,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8621,7 +8574,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9387,7 +9339,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9432,7 +9383,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9480,7 +9430,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9527,7 +9476,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9570,7 +9518,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9627,7 +9574,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9655,7 +9601,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9702,7 +9647,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9743,7 +9687,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9805,7 +9748,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9842,7 +9784,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9924,7 +9865,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10013,7 +9953,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10039,7 +9978,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10080,7 +10018,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10110,7 +10047,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10151,7 +10087,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10235,7 +10170,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10795,7 +10729,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10893,7 +10826,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10925,7 +10857,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10974,7 +10905,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11043,7 +10973,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11193,7 +11122,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11260,7 +11188,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11301,7 +11228,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11327,7 +11253,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11953,7 +11878,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -12069,7 +11993,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -12157,7 +12080,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -12718,7 +12640,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -12772,7 +12693,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -12813,7 +12733,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -12854,7 +12773,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -12898,7 +12816,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -12935,7 +12852,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -12965,7 +12881,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13004,7 +12919,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13041,7 +12955,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13098,7 +13011,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13250,7 +13162,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13291,7 +13202,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13349,7 +13259,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13377,7 +13286,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13423,7 +13331,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13455,7 +13362,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13502,7 +13408,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13674,7 +13579,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13742,7 +13646,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13783,7 +13686,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13807,7 +13709,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13862,7 +13763,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13928,7 +13828,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13969,7 +13868,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14017,7 +13915,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14069,7 +13966,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14130,7 +14026,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14158,7 +14053,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14186,7 +14080,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14251,7 +14144,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14306,7 +14198,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14353,7 +14244,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14387,7 +14277,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14428,7 +14317,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14488,7 +14376,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14537,7 +14424,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14593,7 +14479,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14667,7 +14552,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14713,7 +14597,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14775,7 +14658,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14803,7 +14685,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14855,7 +14736,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14901,7 +14781,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14951,7 +14830,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14985,7 +14863,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15046,7 +14923,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15107,7 +14983,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15139,7 +15014,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15182,7 +15056,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15237,7 +15110,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15279,7 +15151,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15337,7 +15208,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15374,7 +15244,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15530,7 +15399,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15585,7 +15453,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15626,7 +15493,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15693,7 +15559,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15728,7 +15593,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15772,7 +15636,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15815,7 +15678,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15853,7 +15715,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15889,7 +15750,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15929,7 +15789,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15969,7 +15828,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16028,7 +15886,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16087,7 +15944,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16132,7 +15988,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16158,7 +16013,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16513,7 +16367,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16558,7 +16411,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16617,7 +16469,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16654,7 +16505,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16722,7 +16572,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16782,7 +16631,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16823,7 +16671,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16853,7 +16700,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16894,7 +16740,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16951,7 +16796,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16977,7 +16821,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -17001,7 +16844,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -17025,7 +16867,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -17121,7 +16962,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -17162,7 +17002,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -17207,7 +17046,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -17264,7 +17102,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -17411,7 +17248,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -17455,7 +17291,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -17496,7 +17331,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -17541,7 +17375,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -17612,7 +17445,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18188,7 +18020,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18253,7 +18084,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18291,7 +18121,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18333,7 +18162,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18371,7 +18199,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18418,7 +18245,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18466,7 +18292,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18510,7 +18335,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18556,7 +18380,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18601,7 +18424,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18633,7 +18455,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18671,7 +18492,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18703,7 +18523,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18808,7 +18627,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18856,7 +18674,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18897,7 +18714,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18959,7 +18775,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19001,7 +18816,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19038,7 +18852,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19068,7 +18881,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19100,7 +18912,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19132,7 +18943,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19156,7 +18966,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19208,7 +19017,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19240,7 +19048,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19284,7 +19091,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19316,7 +19122,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19981,7 +19786,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20639,7 +20443,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20683,7 +20486,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20720,7 +20522,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20795,7 +20596,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20876,7 +20676,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20917,7 +20716,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20949,7 +20747,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20990,7 +20787,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21022,7 +20818,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21077,7 +20872,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21115,7 +20909,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21409,7 +21202,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21454,7 +21246,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21491,7 +21282,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21556,7 +21346,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21601,7 +21390,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21629,7 +21417,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21670,7 +21457,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21779,7 +21565,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21824,7 +21609,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21881,7 +21665,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21922,7 +21705,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22029,7 +21811,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22069,7 +21850,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22120,7 +21900,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22154,7 +21933,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22219,7 +21997,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22260,7 +22037,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22315,7 +22091,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22380,7 +22155,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22445,7 +22219,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22477,7 +22250,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22511,7 +22283,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22811,7 +22582,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22931,7 +22701,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22984,7 +22753,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -23069,7 +22837,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -23101,7 +22868,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -23142,7 +22908,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -23177,7 +22942,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -23222,7 +22986,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -23263,7 +23026,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -23295,7 +23057,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -23348,7 +23109,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -23812,7 +23572,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -23854,7 +23613,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -24194,7 +23952,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -24234,7 +23991,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -24276,7 +24032,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -24319,7 +24074,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -24524,7 +24278,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -24556,7 +24309,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25113,7 +24865,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25149,7 +24900,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25216,7 +24966,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25290,7 +25039,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25331,7 +25079,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25910,7 +25657,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26097,7 +25843,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26138,7 +25883,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26716,7 +26460,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26762,7 +26505,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26796,7 +26538,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26859,7 +26600,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26904,7 +26644,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26950,7 +26689,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26995,7 +26733,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27042,7 +26779,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27128,7 +26864,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27160,7 +26895,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27300,7 +27034,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27340,7 +27073,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27381,7 +27113,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27432,7 +27163,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27486,7 +27216,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27554,7 +27283,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27592,7 +27320,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27628,7 +27355,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27691,7 +27417,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27738,7 +27463,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27824,7 +27548,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27871,7 +27594,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27912,7 +27634,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27953,7 +27674,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28022,7 +27742,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28063,7 +27782,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28107,7 +27825,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28175,7 +27892,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28238,7 +27954,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28774,7 +28489,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28798,7 +28512,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29363,7 +29076,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29427,7 +29139,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29468,7 +29179,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29494,7 +29204,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29535,7 +29244,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29575,7 +29283,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29753,7 +29460,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29834,7 +29540,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29875,7 +29580,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29924,7 +29628,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29983,7 +29686,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30009,7 +29711,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30050,7 +29751,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30110,7 +29810,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30223,7 +29922,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30276,7 +29974,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30329,7 +30026,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30408,7 +30104,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30449,7 +30144,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30490,7 +30184,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30516,7 +30209,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30542,7 +30234,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30579,7 +30270,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30623,7 +30313,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30723,7 +30412,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30770,7 +30458,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30810,7 +30497,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30851,7 +30537,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30893,7 +30578,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31000,7 +30684,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31038,7 +30721,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31237,7 +30919,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31269,7 +30950,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31310,7 +30990,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31342,7 +31021,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31395,7 +31073,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -32454,7 +32131,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -32490,7 +32166,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -32530,7 +32205,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -32734,7 +32408,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33263,7 +32936,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33299,7 +32971,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33340,7 +33011,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33385,7 +33055,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33443,7 +33112,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33479,7 +33147,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33940,7 +33607,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -33972,7 +33638,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34013,7 +33678,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34058,7 +33722,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34147,7 +33810,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34185,7 +33847,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34226,7 +33887,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34250,7 +33910,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34365,7 +34024,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34418,7 +34076,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34466,7 +34123,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34514,7 +34170,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34555,7 +34210,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34613,7 +34267,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34660,7 +34313,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34692,7 +34344,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34746,7 +34397,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34774,7 +34424,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34817,7 +34466,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34843,7 +34491,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -34884,7 +34531,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35080,7 +34726,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35133,7 +34778,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35201,7 +34845,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35250,7 +34893,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35303,7 +34945,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35384,7 +35025,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35448,7 +35088,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35474,7 +35113,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35506,7 +35144,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35632,7 +35269,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35689,7 +35325,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35832,7 +35467,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35888,7 +35522,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35918,7 +35551,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -35991,7 +35623,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -36023,7 +35654,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -36061,7 +35691,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -36095,7 +35724,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -36125,7 +35753,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -36222,7 +35849,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -36801,7 +36427,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -36835,7 +36460,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -37020,7 +36644,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -37071,7 +36694,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -37131,7 +36753,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -37173,7 +36794,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -37253,7 +36873,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -37302,7 +36921,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -37343,7 +36961,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -37375,7 +36992,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -37401,7 +37017,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -37976,7 +37591,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -38567,7 +38181,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -39132,7 +38745,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -39179,7 +38791,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -39205,7 +38816,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -39780,7 +39390,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -39868,7 +39477,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -39954,7 +39562,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -39980,7 +39587,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -40555,7 +40161,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -41146,7 +40751,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -41178,7 +40782,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -41220,7 +40823,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -41271,7 +40873,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -41357,7 +40958,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -41403,7 +41003,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -41466,7 +41065,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -41511,7 +41109,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -41548,7 +41145,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -41628,7 +41224,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -41660,7 +41255,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -41701,7 +41295,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -41727,7 +41320,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -41800,7 +41392,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -41855,7 +41446,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -41899,7 +41489,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -42544,7 +42133,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -42613,7 +42201,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -42668,7 +42255,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -42707,7 +42293,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -42752,7 +42337,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -42798,7 +42382,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -42830,7 +42413,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -42875,7 +42457,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -42971,7 +42552,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43011,7 +42591,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43071,7 +42650,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43118,7 +42696,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43159,7 +42736,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43745,7 +43321,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43771,7 +43346,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43848,7 +43422,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43872,7 +43445,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43921,7 +43493,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -43958,7 +43529,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -44003,7 +43573,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -44138,7 +43707,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -44188,7 +43756,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -44231,7 +43798,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -44886,7 +44452,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -44953,7 +44518,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45006,7 +44570,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45042,7 +44605,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45089,7 +44651,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45139,7 +44700,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45225,7 +44785,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45261,7 +44820,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45309,7 +44867,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45350,7 +44907,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45374,7 +44930,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45428,7 +44983,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45456,7 +45010,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45497,7 +45050,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45563,7 +45115,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45624,7 +45175,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45673,7 +45223,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45787,7 +45336,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -45829,7 +45377,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -46435,7 +45982,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -46459,7 +46005,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47072,7 +46617,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47111,7 +46655,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47143,7 +46686,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47175,7 +46717,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47240,7 +46781,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47283,7 +46823,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47363,7 +46902,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47425,7 +46963,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47479,7 +47016,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47507,7 +47043,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47574,7 +47109,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47629,7 +47163,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47680,7 +47213,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47745,7 +47277,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47801,7 +47332,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -47848,7 +47378,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -48098,7 +47627,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -48147,7 +47675,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -48183,7 +47710,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -48232,7 +47758,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -48826,7 +48351,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -48868,7 +48392,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -48915,7 +48438,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -48939,7 +48461,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -50047,7 +49568,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -50088,7 +49608,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -50133,7 +49652,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -50173,7 +49691,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -50239,7 +49756,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -50265,7 +49781,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -50310,7 +49825,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -50348,7 +49862,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -50413,7 +49926,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -50476,7 +49988,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51032,7 +50543,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51073,7 +50583,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51101,7 +50610,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51200,7 +50708,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51792,7 +51299,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51829,7 +51335,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51886,7 +51391,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51927,7 +51431,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -51970,7 +51473,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -52086,7 +51588,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -52171,7 +51672,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -52239,7 +51739,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -52786,7 +52285,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -52826,7 +52324,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -52938,7 +52435,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -52978,7 +52474,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53015,7 +52510,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53052,7 +52546,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53084,7 +52577,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53110,7 +52602,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53148,7 +52639,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53187,7 +52677,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53256,7 +52745,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53292,7 +52780,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53340,7 +52827,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53364,7 +52850,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53415,7 +52900,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53568,7 +53052,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53606,7 +53089,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53644,7 +53126,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53668,7 +53149,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53702,7 +53182,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53753,7 +53232,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53796,7 +53274,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53839,7 +53316,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53900,7 +53376,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53947,7 +53422,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -53982,7 +53456,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -54024,7 +53497,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -54147,7 +53619,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -54219,7 +53690,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -54292,7 +53762,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -54335,7 +53804,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -54369,7 +53837,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -54420,7 +53887,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -54471,7 +53937,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -54507,7 +53972,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -54549,7 +54013,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -54589,7 +54052,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -54625,7 +54087,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -54666,7 +54127,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -54736,7 +54196,7 @@ export class PostgreSqlParser extends PostgreSqlParserBase { alternative = this.interpreter.adaptivePredict(this.tokenStream, 617, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { - if (this._parseListeners != null) { + if (this.parseListeners != null) { this.triggerExitRuleEvent(); } previousContext = localContext; @@ -54928,7 +54388,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -55121,7 +54580,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -55145,7 +54603,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -55808,7 +55265,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -55851,7 +55307,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -55888,7 +55343,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -56425,7 +55879,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -56468,7 +55921,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -56532,7 +55984,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -56562,7 +56013,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -56603,7 +56053,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -56640,7 +56089,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -56672,7 +56120,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -56721,7 +56168,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -56788,7 +56234,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -56822,7 +56267,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -56866,7 +56310,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -56910,7 +56353,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -56971,7 +56413,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -57014,7 +56455,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -57042,7 +56482,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -57614,7 +57053,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -57648,7 +57086,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -57684,7 +57121,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -57730,7 +57166,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -57794,7 +57229,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -57837,7 +57271,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -57902,7 +57335,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -57974,7 +57406,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -58036,7 +57467,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -58075,7 +57505,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -58107,7 +57536,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -58139,7 +57567,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -58189,7 +57616,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -58221,7 +57647,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -58266,7 +57691,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -58323,7 +57747,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -58398,7 +57821,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -58441,7 +57863,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -58484,7 +57905,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -58533,7 +57953,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -58574,7 +57993,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -59187,7 +58605,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -59228,7 +58645,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -59347,7 +58763,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -59498,7 +58913,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -59530,7 +58944,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -59575,7 +58988,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -60183,7 +59595,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -60280,7 +59691,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -60330,7 +59740,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -60373,7 +59782,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -60405,7 +59813,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -60442,7 +59849,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -60472,7 +59878,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -60512,7 +59917,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -61117,7 +60521,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -61151,7 +60554,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -61849,7 +61251,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -61892,7 +61293,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -61931,7 +61331,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -61967,7 +61366,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -62010,7 +61408,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -62641,7 +62038,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -62682,7 +62078,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -62706,7 +62101,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -62747,7 +62141,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -62771,7 +62164,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -62812,7 +62204,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -62836,7 +62227,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -62877,7 +62267,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -62901,7 +62290,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -62925,7 +62313,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -62949,7 +62336,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -62990,7 +62376,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -63025,7 +62410,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -63066,7 +62450,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -63090,7 +62473,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -63114,7 +62496,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -63138,7 +62519,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -63198,7 +62578,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -63358,7 +62737,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -63382,7 +62760,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -63406,7 +62783,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -63430,7 +62806,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -63454,7 +62829,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -63480,7 +62854,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -63550,7 +62923,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -63588,7 +62960,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -63638,7 +63009,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -64219,7 +63589,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -64260,7 +63629,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -64325,7 +63693,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -64376,7 +63743,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -64427,7 +63793,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -64478,7 +63843,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -64543,7 +63907,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -64674,7 +64037,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -64698,7 +64060,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -64730,7 +64091,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65117,7 +64477,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65149,7 +64508,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65181,7 +64539,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65213,7 +64570,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65241,7 +64597,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65278,7 +64633,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65356,7 +64710,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65380,7 +64733,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65431,7 +64783,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65469,7 +64820,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65503,7 +64853,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65548,7 +64897,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65572,7 +64920,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65615,7 +64962,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65643,7 +64989,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65687,7 +65032,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65755,7 +65099,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65802,7 +65145,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65826,7 +65168,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65869,7 +65210,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65910,7 +65250,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65936,7 +65275,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -65968,7 +65306,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -66525,7 +65862,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -66549,7 +65885,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -66585,7 +65920,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -66609,7 +65943,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -66653,7 +65986,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -66696,7 +66028,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -66738,7 +66069,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -66778,7 +66108,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -66810,7 +66139,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -66849,7 +66177,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -67049,7 +66376,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -67077,7 +66403,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -67136,7 +66461,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -67741,7 +67065,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -67771,7 +67094,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -67803,7 +67125,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -67848,7 +67169,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -67889,7 +67209,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -67917,7 +67236,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -67941,7 +67259,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -67965,7 +67282,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -68542,7 +67858,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -68582,7 +67897,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -68625,7 +67939,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -68665,7 +67978,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -68701,7 +68013,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -68737,7 +68048,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -68774,7 +68084,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -68804,7 +68113,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -68844,7 +68152,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -68870,7 +68177,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -68900,7 +68206,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -68930,7 +68235,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69004,7 +68308,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69045,7 +68348,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69104,7 +68406,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69140,7 +68441,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69180,7 +68480,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69204,7 +68503,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69242,7 +68540,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69282,7 +68579,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69312,7 +68608,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69344,7 +68639,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69420,7 +68714,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69456,7 +68749,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69548,7 +68840,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69625,7 +68916,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69679,7 +68969,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69736,7 +69025,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69764,7 +69052,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69794,7 +69081,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69834,7 +69120,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69868,7 +69153,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69894,7 +69178,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69947,7 +69230,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -69988,7 +69270,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -70029,7 +69310,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -70080,7 +69360,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -70195,7 +69474,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -70236,7 +69514,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -70272,7 +69549,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -70296,7 +69572,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -70860,7 +70135,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -70986,7 +70260,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -71016,7 +70289,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -71044,7 +70316,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -71070,7 +70341,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -71098,7 +70368,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -71126,7 +70395,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -71177,7 +70445,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -71762,7 +71029,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -72319,7 +71585,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -72359,7 +71624,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -72396,7 +71660,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -72426,7 +71689,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -72467,7 +71729,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -72506,7 +71767,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -72545,7 +71805,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -72586,7 +71845,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -73144,7 +72402,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -73184,7 +72441,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -73221,7 +72477,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -73253,7 +72508,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -73298,7 +72552,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -73322,7 +72575,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -73346,7 +72598,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -73370,7 +72621,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -73394,7 +72644,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -73420,7 +72669,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -73470,7 +72718,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -73502,7 +72749,6 @@ export class PostgreSqlParser extends PostgreSqlParserBase { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -73515,7 +72761,7 @@ export class PostgreSqlParser extends PostgreSqlParserBase { return localContext; } - public override sempred(localContext: antlr.RuleContext | null, ruleIndex: number, predIndex: number): boolean { + public override sempred(localContext: antlr.ParserRuleContext | null, ruleIndex: number, predIndex: number): boolean { switch (ruleIndex) { case 540: return this.expression2_sempred(localContext as Expression2Context, predIndex); diff --git a/src/autocomplete/databases/postgresql/grammar/PostgreSqlParserBase.ts b/src/autocomplete/databases/postgresql/grammar/PostgreSqlParserBase.ts index 08f24152..bccd0bea 100644 --- a/src/autocomplete/databases/postgresql/grammar/PostgreSqlParserBase.ts +++ b/src/autocomplete/databases/postgresql/grammar/PostgreSqlParserBase.ts @@ -1,4 +1,4 @@ -import {CharStreams, CommonTokenStream, Parser} from 'antlr4ng'; +import {CharStream, CommonTokenStream, Parser} from 'antlr4ng'; import { CreateFunctionOptionListContext, @@ -88,7 +88,7 @@ abstract class PostgreSqlParserBase extends Parser { } private getPostgreSQLParser(script: string): PostgreSqlParser { - const charStream = CharStreams.fromString(script); + const charStream = CharStream.fromString(script); const lexer = new PostgreSqlLexer(charStream); const tokens = new CommonTokenStream(lexer); const parser = new PostgreSqlParser(tokens); diff --git a/src/autocomplete/databases/postgresql/postgresql-autocomplete.ts b/src/autocomplete/databases/postgresql/postgresql-autocomplete.ts index 540a891f..463e4402 100644 --- a/src/autocomplete/databases/postgresql/postgresql-autocomplete.ts +++ b/src/autocomplete/databases/postgresql/postgresql-autocomplete.ts @@ -102,7 +102,7 @@ class PostgreSqlSymbolTableVisitor constructor() { super(); - this.symbolTable = new c3.SymbolTable('', {}); + this.symbolTable = new c3.SymbolTable('', {allowDuplicateSymbols: true}); this.scope = this.symbolTable.addNewSymbolOfType(c3.ScopedSymbol, undefined); } diff --git a/src/autocomplete/databases/postgresql/tests/select/join-clause.test.ts b/src/autocomplete/databases/postgresql/tests/select/join-clause.test.ts index c31435b9..da40b60b 100644 --- a/src/autocomplete/databases/postgresql/tests/select/join-clause.test.ts +++ b/src/autocomplete/databases/postgresql/tests/select/join-clause.test.ts @@ -123,6 +123,21 @@ test('should suggest table names and aliases for ON clause', () => { expect(autocompleteResult.suggestColumns).toEqual(columnSuggestion); }); +test('should suggest table names and aliases for ON clause if table name not unique', () => { + const autocompleteResult = parsePostgreSqlQueryWithCursor( + 'SELECT * FROM test_table_1 t1 JOIN test_table_1 t2 ON |', + ); + + const columnSuggestion: ColumnSuggestion = { + tables: [ + {name: 'test_table_1', alias: 't1'}, + {name: 'test_table_1', alias: 't2'}, + ], + }; + + expect(autocompleteResult.suggestColumns).toEqual(columnSuggestion); +}); + test('should suggest table names and aliases for ON clause between statements', () => { const autocompleteResult = parsePostgreSqlQueryWithCursor( 'ALTER TABLE before_table DROP COLUMN id; SELECT * FROM test_table_1 t1 JOIN test_table_2 t2 ON | ; ALTER TABLE after_table DROP COLUMN id;', diff --git a/src/autocomplete/databases/yql/generated/YQLParser.ts b/src/autocomplete/databases/yql/generated/YQLParser.ts index a87e5107..c95505c3 100644 --- a/src/autocomplete/databases/yql/generated/YQLParser.ts +++ b/src/autocomplete/databases/yql/generated/YQLParser.ts @@ -997,7 +997,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -1021,7 +1020,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -1107,7 +1105,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -1193,7 +1190,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -1232,7 +1228,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -1315,7 +1310,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -1354,7 +1348,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -1401,7 +1394,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -1448,7 +1440,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -1758,7 +1749,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -1872,7 +1862,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -1926,7 +1915,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -1967,7 +1955,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2008,7 +1995,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2043,7 +2029,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2082,7 +2067,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2308,7 +2292,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2340,7 +2323,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2388,7 +2370,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2414,7 +2395,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2442,7 +2422,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2468,7 +2447,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2588,7 +2566,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2636,7 +2613,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2684,7 +2660,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2725,7 +2700,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2764,7 +2738,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -2796,7 +2769,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3147,7 +3119,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3187,7 +3158,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3227,7 +3197,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3264,7 +3233,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3301,7 +3269,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3348,7 +3315,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3416,7 +3382,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3463,7 +3428,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3514,7 +3478,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3561,7 +3524,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3860,7 +3822,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -3967,7 +3928,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4078,7 +4038,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4112,7 +4071,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4146,7 +4104,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4197,7 +4154,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4260,7 +4216,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4325,7 +4280,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4349,7 +4303,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4395,7 +4348,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4419,7 +4371,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4670,7 +4621,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4698,7 +4648,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4739,7 +4688,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4780,7 +4728,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4830,7 +4777,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4898,7 +4844,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4934,7 +4879,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -4975,7 +4919,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5056,7 +4999,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5115,7 +5057,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5186,7 +5127,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5233,7 +5173,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5276,7 +5215,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5321,7 +5259,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5362,7 +5299,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5407,7 +5343,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5433,7 +5368,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5476,7 +5410,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5530,7 +5463,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5584,7 +5516,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5621,7 +5552,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -5664,7 +5594,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6007,7 +5936,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6201,7 +6129,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6257,7 +6184,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6285,7 +6211,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6315,7 +6240,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6412,7 +6336,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6716,7 +6639,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6751,7 +6673,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6792,7 +6713,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6829,7 +6749,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6870,7 +6789,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6929,7 +6847,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6953,7 +6870,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -6993,7 +6909,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7294,7 +7209,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7322,7 +7236,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7386,7 +7299,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7422,7 +7334,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7461,7 +7372,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7504,7 +7414,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7538,7 +7447,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7568,7 +7476,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7652,7 +7559,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7736,7 +7642,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7796,7 +7701,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7826,7 +7730,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7856,7 +7759,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7886,7 +7788,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7920,7 +7821,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -7950,7 +7850,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8010,7 +7909,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8040,7 +7938,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8074,7 +7971,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8145,7 +8041,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8266,7 +8161,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8353,7 +8247,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8408,7 +8301,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8432,7 +8324,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8512,7 +8403,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8555,7 +8445,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8606,7 +8495,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8636,7 +8524,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8662,7 +8549,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8717,7 +8603,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8747,7 +8632,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8790,7 +8674,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8814,7 +8697,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -8887,7 +8769,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9207,7 +9088,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9249,7 +9129,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9290,7 +9169,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9331,7 +9209,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9372,7 +9249,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9419,7 +9295,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9476,7 +9351,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9502,7 +9376,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9528,7 +9401,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9591,7 +9463,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9663,7 +9534,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9689,7 +9559,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9812,7 +9681,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9840,7 +9708,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -9881,7 +9748,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10000,7 +9866,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10040,7 +9905,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10066,7 +9930,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10222,7 +10085,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10293,7 +10155,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10355,7 +10216,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10413,7 +10273,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10439,7 +10298,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10480,7 +10338,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10508,7 +10365,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10577,7 +10433,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10663,7 +10518,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10687,7 +10541,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10719,7 +10572,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10760,7 +10612,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10797,7 +10648,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10831,7 +10681,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -10958,7 +10807,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11047,7 +10895,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11071,7 +10918,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11118,7 +10964,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11144,7 +10989,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11185,7 +11029,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11217,7 +11060,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11241,7 +11083,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11282,7 +11123,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11306,7 +11146,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11347,7 +11186,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11375,7 +11213,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11399,7 +11236,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11423,7 +11259,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11447,7 +11282,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11471,7 +11305,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11499,7 +11332,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11534,7 +11366,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11587,7 +11418,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11628,7 +11458,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11686,7 +11515,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11710,7 +11538,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11751,7 +11578,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11781,7 +11607,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11811,7 +11636,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11843,7 +11667,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -11885,7 +11708,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -12009,7 +11831,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -12080,7 +11901,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -12117,7 +11937,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -12427,7 +12246,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -12502,7 +12320,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -12670,7 +12487,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -12722,7 +12538,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -12748,7 +12563,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -12791,7 +12605,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -12823,7 +12636,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -12853,7 +12665,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13015,7 +12826,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13058,7 +12868,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13138,7 +12947,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13212,7 +13020,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13269,7 +13076,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13295,7 +13101,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13339,7 +13144,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13380,7 +13184,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13408,7 +13211,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13445,7 +13247,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13493,7 +13294,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13537,7 +13337,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13571,7 +13370,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13599,7 +13397,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13646,7 +13443,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13707,7 +13503,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13733,7 +13528,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13771,7 +13565,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13797,7 +13590,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13856,7 +13648,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -13882,7 +13673,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14183,7 +13973,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14211,7 +14000,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14235,7 +14023,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14272,7 +14059,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14588,7 +14374,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14620,7 +14405,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14762,7 +14546,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14820,7 +14603,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14867,7 +14649,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14897,7 +14678,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14944,7 +14724,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14970,7 +14749,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -14998,7 +14776,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15035,7 +14812,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15082,7 +14858,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15210,7 +14985,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15257,7 +15031,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15296,7 +15069,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15333,7 +15105,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15370,7 +15141,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15402,7 +15172,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15428,7 +15197,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15462,7 +15230,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15490,7 +15257,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15537,7 +15303,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15584,7 +15349,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15610,7 +15374,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15638,7 +15401,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15666,7 +15428,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15698,7 +15459,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15724,7 +15484,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15754,7 +15513,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15782,7 +15540,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15821,7 +15578,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15847,7 +15603,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15902,7 +15657,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -15944,7 +15698,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16063,7 +15816,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16201,7 +15953,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16240,7 +15991,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16292,7 +16042,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16316,7 +16065,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16350,7 +16098,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16391,7 +16138,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16419,7 +16165,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16443,7 +16188,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16488,7 +16232,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16516,7 +16259,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16605,7 +16347,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16633,7 +16374,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16686,7 +16426,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16714,7 +16453,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16738,7 +16476,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16796,7 +16533,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16841,7 +16577,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16905,7 +16640,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -16944,7 +16678,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -17007,7 +16740,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -17079,7 +16811,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -17171,7 +16902,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -17248,7 +16978,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -17543,7 +17272,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -17580,7 +17308,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -17674,7 +17401,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -17755,7 +17481,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -17947,7 +17672,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18001,7 +17725,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18096,7 +17819,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18155,7 +17877,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18183,7 +17904,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18224,7 +17944,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18252,7 +17971,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18293,7 +18011,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18334,7 +18051,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18392,7 +18108,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18484,7 +18199,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18535,7 +18249,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18590,7 +18303,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18624,7 +18336,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18768,7 +18479,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18805,7 +18515,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -18852,7 +18561,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19171,7 +18879,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19605,7 +19312,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19631,7 +19337,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19657,7 +19362,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19683,7 +19387,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19709,7 +19412,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19735,7 +19437,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19761,7 +19462,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19787,7 +19487,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19813,7 +19512,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19861,7 +19559,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19909,7 +19606,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19944,7 +19640,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -19979,7 +19674,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20018,7 +19712,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20070,7 +19763,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20129,7 +19821,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20424,7 +20115,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20465,7 +20155,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20493,7 +20182,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20517,7 +20205,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20549,7 +20236,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20594,7 +20280,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20643,7 +20328,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20688,7 +20372,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20712,7 +20395,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20742,7 +20424,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20789,7 +20470,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20849,7 +20529,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20875,7 +20554,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20912,7 +20590,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20942,7 +20619,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -20981,7 +20657,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21009,7 +20684,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21039,7 +20713,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21086,7 +20759,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21116,7 +20788,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21163,7 +20834,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21191,7 +20861,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21232,7 +20901,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21260,7 +20928,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21284,7 +20951,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21314,7 +20980,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21355,7 +21020,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21383,7 +21047,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21407,7 +21070,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21433,7 +21095,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21457,7 +21118,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21500,7 +21160,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21530,7 +21189,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21822,7 +21480,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21846,7 +21503,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21872,7 +21528,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21913,7 +21568,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21941,7 +21595,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21965,7 +21618,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -21993,7 +21645,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22056,7 +21707,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22080,7 +21730,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22119,7 +21768,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22143,7 +21791,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22180,7 +21827,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22212,7 +21858,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22249,7 +21894,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22279,7 +21923,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22342,7 +21985,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22405,7 +22047,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22431,7 +22072,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22479,7 +22119,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22521,7 +22160,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22545,7 +22183,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22569,7 +22206,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22601,7 +22237,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -22894,7 +22529,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -23213,7 +22847,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -23306,7 +22939,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -23580,7 +23212,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -23604,7 +23235,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -23628,7 +23258,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -23652,7 +23281,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -23676,7 +23304,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -23943,7 +23570,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -24269,7 +23895,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -24588,7 +24213,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -24871,7 +24495,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25206,7 +24829,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25287,7 +24909,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25311,7 +24932,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25605,7 +25225,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25645,7 +25264,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -25939,7 +25557,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26233,7 +25850,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26527,7 +26143,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -26821,7 +26436,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27115,7 +26729,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27409,7 +27022,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27703,7 +27315,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -27997,7 +27608,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28291,7 +27901,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28581,7 +28190,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -28832,7 +28440,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29083,7 +28690,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29333,7 +28939,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29624,7 +29229,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -29914,7 +29518,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30168,7 +29771,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30462,7 +30064,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30502,7 +30103,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30584,7 +30184,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30623,7 +30222,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30657,7 +30255,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30712,7 +30309,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30736,7 +30332,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30760,7 +30355,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30784,7 +30378,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30808,7 +30401,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30832,7 +30424,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30856,7 +30447,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30880,7 +30470,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30904,7 +30493,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30928,7 +30516,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30962,7 +30549,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -30997,7 +30583,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31032,7 +30617,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31067,7 +30651,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31102,7 +30685,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31137,7 +30719,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31172,7 +30753,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31207,7 +30787,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31242,7 +30821,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31266,7 +30844,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31301,7 +30878,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31628,7 +31204,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31660,7 +31235,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31692,7 +31266,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31724,7 +31297,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31748,7 +31320,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31772,7 +31343,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31804,7 +31374,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31836,7 +31405,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31868,7 +31436,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31900,7 +31467,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31932,7 +31498,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31964,7 +31529,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -31988,7 +31552,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { @@ -32020,7 +31583,6 @@ export class YQLParser extends antlr.Parser { } catch (re) { if (re instanceof antlr.RecognitionException) { - localContext.exception = re; this.errorHandler.reportError(this, re); this.errorHandler.recover(this, re); } else { diff --git a/src/autocomplete/databases/yql/tests/yql/select/join-clause.test.ts b/src/autocomplete/databases/yql/tests/yql/select/join-clause.test.ts index cf56c39c..0dbec89b 100644 --- a/src/autocomplete/databases/yql/tests/yql/select/join-clause.test.ts +++ b/src/autocomplete/databases/yql/tests/yql/select/join-clause.test.ts @@ -141,6 +141,20 @@ test('should suggest table names and aliases for ON clause', () => { expect(autocompleteResult.suggestColumns).toEqual(columnSuggestion); }); +test('should suggest table names and aliases for ON clause if table name not unique', () => { + const autocompleteResult = parseYqlQueryWithCursor( + 'SELECT * FROM test_table_1 t1 JOIN test_table_1 t2 ON |', + ); + + const columnSuggestion: ColumnSuggestion = { + tables: [ + {name: 'test_table_1', alias: 't1'}, + {name: 'test_table_1', alias: 't2'}, + ], + }; + + expect(autocompleteResult.suggestColumns).toEqual(columnSuggestion); +}); test('should suggest table names and aliases for ON clause between statements', () => { const autocompleteResult = parseYqlQueryWithCursor( diff --git a/src/autocomplete/databases/yql/tests/yql/select/where-clause.test.ts b/src/autocomplete/databases/yql/tests/yql/select/where-clause.test.ts index 43d45563..f4df0c20 100644 --- a/src/autocomplete/databases/yql/tests/yql/select/where-clause.test.ts +++ b/src/autocomplete/databases/yql/tests/yql/select/where-clause.test.ts @@ -138,6 +138,14 @@ test('should suggest multiple table names and aliases (with AS) for column', () expect(autocompleteResult.suggestColumns).toEqual(columnSuggestions); }); +test('should suggest aliases for column', () => { + const autocompleteResult = parseYqlQueryWithCursor( + 'SELECT key as k, value v FROM test_table_1 WHERE |', + ); + const columnAliasSuggestions = [{name: 'k'}, {name: 'v'}]; + expect(autocompleteResult.suggestColumnAliases).toEqual(columnAliasSuggestions); +}); + test('should not report errors', () => { const autocompleteResult = parseYqlQueryWithoutCursor('SELECT * FROM test_table WHERE id = 1;'); diff --git a/src/autocomplete/databases/yql/yql-autocomplete.ts b/src/autocomplete/databases/yql/yql-autocomplete.ts index 3faa84c1..e510bbbe 100644 --- a/src/autocomplete/databases/yql/yql-autocomplete.ts +++ b/src/autocomplete/databases/yql/yql-autocomplete.ts @@ -114,7 +114,7 @@ class YQLSymbolTableVisitor extends YQLVisitor<{}> implements ISymbolTableVisito constructor() { super(); - this.symbolTable = new c3.SymbolTable('', {}); + this.symbolTable = new c3.SymbolTable('', {allowDuplicateSymbols: true}); this.scope = this.symbolTable.addNewSymbolOfType(c3.ScopedSymbol, undefined); } @@ -190,7 +190,6 @@ class YQLSymbolTableVisitor extends YQLVisitor<{}> implements ISymbolTableVisito try { const alias = context.an_id_or_type()?.getText() ?? context.an_id_as_compat()?.getText(); - if (alias) { this.symbolTable.addNewSymbolOfType(ColumnAliasSymbol, this.scope, alias); } @@ -218,6 +217,7 @@ function processVisitedRules( let suggestPragmas = false; let shouldSuggestColumns = false; let suggestSimpleTypes = false; + let shouldSuggestColumnAliases = false; const isCreateEntity = getPreviousToken( tokenStream, @@ -281,6 +281,7 @@ function processVisitedRules( rule.ruleList.includes(YQLParser.RULE_alter_table_add_column); if (!withoutColumnsSuggestion) { shouldSuggestColumns = true; + shouldSuggestColumnAliases = true; } break; } @@ -352,6 +353,7 @@ function processVisitedRules( suggestWindowFunctions, suggestTableFunctions, suggestAggregateFunctions, + shouldSuggestColumnAliases, }; } @@ -426,7 +428,7 @@ function getEnrichAutocompleteResult(parseTreeGetter: GetParseTree) { ); if (shouldSuggestColumns && tableContextSuggestion) { - result.suggestColumns = tableContextSuggestion; + result.suggestColumns = {tables: tableContextSuggestion.tables}; } if (shouldSuggestColumnAliases && suggestColumnAliases) { result.suggestColumnAliases = suggestColumnAliases; diff --git a/src/autocomplete/shared/cursor.test.ts b/src/autocomplete/shared/cursor.test.ts index 554b13da..37a837c4 100644 --- a/src/autocomplete/shared/cursor.test.ts +++ b/src/autocomplete/shared/cursor.test.ts @@ -1,11 +1,11 @@ -import {CharStreams, CommonTokenStream} from 'antlr4ng'; +import {CharStream, CommonTokenStream} from 'antlr4ng'; import {findCursorTokenIndex} from './cursor'; import {mySqlAutocompleteData} from '../databases/mysql/mysql-autocomplete'; import {CursorPosition} from '../autocomplete-types'; function getCursorIndex(query: string, cursor: CursorPosition): number | undefined { - const inputStream = CharStreams.fromString(query); + const inputStream = CharStream.fromString(query); const lexer = new mySqlAutocompleteData.Lexer(inputStream); const tokenStream = new CommonTokenStream(lexer); const parser = new mySqlAutocompleteData.Parser(tokenStream); diff --git a/src/autocomplete/shared/query.ts b/src/autocomplete/shared/query.ts index a9cd13b1..fd74b897 100644 --- a/src/autocomplete/shared/query.ts +++ b/src/autocomplete/shared/query.ts @@ -1,4 +1,4 @@ -import {CharStreams, CommonTokenStream, Lexer as LexerType, Parser as ParserType} from 'antlr4ng'; +import {CharStream, CommonTokenStream, Lexer as LexerType, Parser as ParserType} from 'antlr4ng'; import {CursorPosition, LexerConstructor, ParserConstructor} from '../autocomplete-types'; import {getCursorIndex} from './cursor'; @@ -49,7 +49,7 @@ export function createParser( Parser: ParserConstructor

, query: string, ): P { - const inputStream = CharStreams.fromString(query); + const inputStream = CharStream.fromString(query); const lexer = new Lexer(inputStream); const tokenStream = new CommonTokenStream(lexer); const parser = new Parser(tokenStream); diff --git a/src/autocomplete/shared/symbol-table.ts b/src/autocomplete/shared/symbol-table.ts index fd113802..8432df55 100644 --- a/src/autocomplete/shared/symbol-table.ts +++ b/src/autocomplete/shared/symbol-table.ts @@ -13,11 +13,36 @@ export class TableSymbol extends c3.TypedSymbol { } } +function getUniqueTableSuggestions(symbols: TableSymbol[] = []): Table[] { + const suggestionsMap = symbols.reduce( + (acc, table) => { + const aliases = acc[table.name] ?? new Set(); + if (table.alias) { + aliases.add(table.alias); + } + + acc[table.name] = aliases; + return acc; + }, + {} as Record>, + ); + return Object.keys(suggestionsMap).reduce((acc, tableName) => { + const aliases = suggestionsMap[tableName] as Set; + if (aliases.size > 0) { + aliases?.forEach((alias) => { + acc.push({name: tableName, alias}); + }); + } else { + acc.push({name: tableName}); + } + + return acc; + }, [] as Table[]); +} + export function getTablesFromSymbolTable(visitor: SymbolTableVisitor): Table[] { - return visitor.symbolTable.getNestedSymbolsOfTypeSync(TableSymbol).map((tableSymbol) => ({ - name: tableSymbol.name, - alias: tableSymbol.alias, - })); + const suggestions = visitor.symbolTable.getNestedSymbolsOfTypeSync(TableSymbol); + return getUniqueTableSuggestions(suggestions); } export class ColumnAliasSymbol extends c3.TypedSymbol {