@cruglobal/godtools-shared 1.2.0-PR799-SNAPSHOT.1777 → 1.2.0-PR799-SNAPSHOT.1778
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Kermit-kermit-core.js +50 -50
- package/Kermit-kermit.js +10 -10
- package/antlr-kotlin-antlr-kotlin-runtime.js +3156 -3156
- package/colormath-root-colormath.js +709 -1926
- package/colormath-root-colormath.js.map +1 -1
- package/fluid-locale.js +159 -159
- package/kotlin-js.js +39 -39
- package/kotlin-kotlin-stdlib.js +1948 -2077
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-common.js +3 -3
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js +408 -408
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +2881 -2888
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-state.js +233 -233
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +1 -2
- package/kotlinx-atomicfu.js +24 -24
- package/kotlinx-coroutines-core.js +2839 -2839
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -16,49 +16,49 @@
|
|
|
16
16
|
'use strict';
|
|
17
17
|
//region block: imports
|
|
18
18
|
var AbstractParseTreeVisitor = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.k;
|
|
19
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
20
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
19
|
+
var protoOf = kotlin_kotlin.$_$.t6;
|
|
20
|
+
var initMetadataForClass = kotlin_kotlin.$_$.e6;
|
|
21
21
|
var VOID = kotlin_kotlin.$_$.d;
|
|
22
22
|
var RuntimeMetaData_instance = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.d;
|
|
23
|
-
var Unit_instance = kotlin_kotlin.$_$.
|
|
23
|
+
var Unit_instance = kotlin_kotlin.$_$.k2;
|
|
24
24
|
var ATNDeserializer = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.e;
|
|
25
|
-
var toCharArray = kotlin_kotlin.$_$.
|
|
26
|
-
var ensureNotNull = kotlin_kotlin.$_$.
|
|
25
|
+
var toCharArray = kotlin_kotlin.$_$.g8;
|
|
26
|
+
var ensureNotNull = kotlin_kotlin.$_$.l9;
|
|
27
27
|
var DFA = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.i;
|
|
28
28
|
var PredictionContextCache = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.h;
|
|
29
29
|
var VocabularyImpl = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.u;
|
|
30
|
-
var initMetadataForCompanion = kotlin_kotlin.$_$.
|
|
30
|
+
var initMetadataForCompanion = kotlin_kotlin.$_$.f6;
|
|
31
31
|
var Lexer = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.p;
|
|
32
32
|
var LexerATNSimulator = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.f;
|
|
33
|
-
var initMetadataForInterface = kotlin_kotlin.$_$.
|
|
33
|
+
var initMetadataForInterface = kotlin_kotlin.$_$.h6;
|
|
34
34
|
var ParserRuleContext_init_$Init$ = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.b;
|
|
35
|
-
var objectCreate = kotlin_kotlin.$_$.
|
|
35
|
+
var objectCreate = kotlin_kotlin.$_$.s6;
|
|
36
36
|
var ParserRuleContext_init_$Init$_0 = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.a;
|
|
37
37
|
var ParserRuleContext = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.r;
|
|
38
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
39
|
-
var Long = kotlin_kotlin.$_$.
|
|
38
|
+
var isInterface = kotlin_kotlin.$_$.m6;
|
|
39
|
+
var Long = kotlin_kotlin.$_$.y8;
|
|
40
40
|
var FailedPredicateException = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.o;
|
|
41
41
|
var RecognitionException = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.t;
|
|
42
42
|
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.e1;
|
|
43
43
|
var Parser = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.s;
|
|
44
44
|
var ParserATNSimulator = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.g;
|
|
45
45
|
var NoViableAltException = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.q;
|
|
46
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
47
|
-
var toString = kotlin_kotlin.$_$.
|
|
48
|
-
var toSet = kotlin_kotlin.$_$.
|
|
49
|
-
var emptySet = kotlin_kotlin.$_$.
|
|
50
|
-
var getStringHashCode = kotlin_kotlin.$_$.
|
|
51
|
-
var isBlank = kotlin_kotlin.$_$.
|
|
46
|
+
var THROW_CCE = kotlin_kotlin.$_$.d9;
|
|
47
|
+
var toString = kotlin_kotlin.$_$.w6;
|
|
48
|
+
var toSet = kotlin_kotlin.$_$.r4;
|
|
49
|
+
var emptySet = kotlin_kotlin.$_$.n3;
|
|
50
|
+
var getStringHashCode = kotlin_kotlin.$_$.c6;
|
|
51
|
+
var isBlank = kotlin_kotlin.$_$.u7;
|
|
52
52
|
var CharStreams_getInstance = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.c;
|
|
53
53
|
var CommonTokenStream = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.n;
|
|
54
54
|
var BailErrorStrategy = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.m;
|
|
55
55
|
var ParseCancellationException = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.j;
|
|
56
|
-
var emptyList = kotlin_kotlin.$_$.
|
|
56
|
+
var emptyList = kotlin_kotlin.$_$.l3;
|
|
57
57
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.h;
|
|
58
|
-
var listOfNotNull = kotlin_kotlin.$_$.
|
|
58
|
+
var listOfNotNull = kotlin_kotlin.$_$.c4;
|
|
59
59
|
var TerminalNode = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.l;
|
|
60
|
-
var addAll = kotlin_kotlin.$_$.
|
|
61
|
-
var toInt = kotlin_kotlin.$_$.
|
|
60
|
+
var addAll = kotlin_kotlin.$_$.w2;
|
|
61
|
+
var toInt = kotlin_kotlin.$_$.l8;
|
|
62
62
|
//endregion
|
|
63
63
|
//region block: pre-declaration
|
|
64
64
|
initMetadataForInterface(StateExpressionVisitor, 'StateExpressionVisitor');
|
|
@@ -89,67 +89,67 @@
|
|
|
89
89
|
function StateExpressionBaseVisitor() {
|
|
90
90
|
AbstractParseTreeVisitor.call(this);
|
|
91
91
|
}
|
|
92
|
-
protoOf(StateExpressionBaseVisitor).
|
|
93
|
-
return this.
|
|
92
|
+
protoOf(StateExpressionBaseVisitor).c2u = function (ctx) {
|
|
93
|
+
return this.h27(ctx);
|
|
94
94
|
};
|
|
95
|
-
protoOf(StateExpressionBaseVisitor).
|
|
96
|
-
return this.
|
|
95
|
+
protoOf(StateExpressionBaseVisitor).d2u = function (ctx) {
|
|
96
|
+
return this.h27(ctx);
|
|
97
97
|
};
|
|
98
|
-
protoOf(StateExpressionBaseVisitor).
|
|
99
|
-
return this.
|
|
98
|
+
protoOf(StateExpressionBaseVisitor).e2u = function (ctx) {
|
|
99
|
+
return this.h27(ctx);
|
|
100
100
|
};
|
|
101
|
-
protoOf(StateExpressionBaseVisitor).
|
|
102
|
-
return this.
|
|
101
|
+
protoOf(StateExpressionBaseVisitor).f2u = function (ctx) {
|
|
102
|
+
return this.h27(ctx);
|
|
103
103
|
};
|
|
104
|
-
protoOf(StateExpressionBaseVisitor).
|
|
105
|
-
return this.
|
|
104
|
+
protoOf(StateExpressionBaseVisitor).g2u = function (ctx) {
|
|
105
|
+
return this.h27(ctx);
|
|
106
106
|
};
|
|
107
|
-
protoOf(StateExpressionBaseVisitor).
|
|
108
|
-
return this.
|
|
107
|
+
protoOf(StateExpressionBaseVisitor).h2u = function (ctx) {
|
|
108
|
+
return this.h27(ctx);
|
|
109
109
|
};
|
|
110
|
-
protoOf(StateExpressionBaseVisitor).
|
|
111
|
-
return this.
|
|
110
|
+
protoOf(StateExpressionBaseVisitor).i2u = function (ctx) {
|
|
111
|
+
return this.h27(ctx);
|
|
112
112
|
};
|
|
113
|
-
protoOf(StateExpressionBaseVisitor).
|
|
114
|
-
return this.
|
|
113
|
+
protoOf(StateExpressionBaseVisitor).j2u = function (ctx) {
|
|
114
|
+
return this.h27(ctx);
|
|
115
115
|
};
|
|
116
|
-
protoOf(StateExpressionBaseVisitor).
|
|
117
|
-
return this.
|
|
116
|
+
protoOf(StateExpressionBaseVisitor).k2u = function (ctx) {
|
|
117
|
+
return this.h27(ctx);
|
|
118
118
|
};
|
|
119
|
-
protoOf(StateExpressionBaseVisitor).
|
|
120
|
-
return this.
|
|
119
|
+
protoOf(StateExpressionBaseVisitor).l2u = function (ctx) {
|
|
120
|
+
return this.h27(ctx);
|
|
121
121
|
};
|
|
122
|
-
protoOf(StateExpressionBaseVisitor).
|
|
123
|
-
return this.
|
|
122
|
+
protoOf(StateExpressionBaseVisitor).m2u = function (ctx) {
|
|
123
|
+
return this.h27(ctx);
|
|
124
124
|
};
|
|
125
125
|
function Companion() {
|
|
126
126
|
Companion_instance = this;
|
|
127
|
-
RuntimeMetaData_instance.
|
|
128
|
-
this.
|
|
129
|
-
this.
|
|
127
|
+
RuntimeMetaData_instance.j27('4.13.1', '4.13.1');
|
|
128
|
+
this.n2u_1 = "\x04\x00\x12{\x06\uFFFF\uFFFF\x02\x00\x07\x00\x02\x01\x07\x01\x02\x02\x07\x02\x02\x03\x07\x03\x02\x04\x07\x04\x02\x05\x07\x05\x02\x06\x07\x06\x02\x07\x07\x07\x02\b\x07\b\x02\t\x07\t\x02\n\x07\n\x02\x0B\x07\x0B\x02\f\x07\f\x02\r\x07\r\x02\x0E\x07\x0E\x02\x0F\x07\x0F\x02\x10\x07\x10\x02\x11\x07\x11\x01\x00\x01\x00\x01\x00\x01\x01\x01\x01\x01\x01\x01\x02\x01\x02\x01\x02\x01\x03\x01\x03\x01\x03\x01\x04\x01\x04\x01\x05\x01\x05\x01\x05\x01\x06\x01\x06\x01\x07\x01\x07\x01\x07\x01\b\x01\b\x01\t\x01\t\x01\n\x01\n\x01\x0B\x01\x0B\x01\x0B\x01\x0B\x01\x0B\x01\f\x01\f\x01\f\x01\f\x01\f\x01\f\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0F\x04\x0F_\b\x0F\x0B\x0F\f\x0F`\x01\x10\x01\x10\x05\x10e\b\x10\n\x10\f\x10h\t\x10\x01\x10\x01\x10\x01\x10\x05\x10m\b\x10\n\x10\f\x10p\t\x10\x01\x10\x03\x10s\b\x10\x01\x11\x01\x11\x05\x11w\b\x11\n\x11\f\x11z\t\x11\x00\x00\x12\x01\x01\x03\x02\x05\x03\x07\x04\t\x05\x0B\x06\r\x07\x0F\b\x11\t\x13\n\x15\x0B\x17\f\x19\r\x1B\x0E\x1D\x0F\x1F\x10!\x11#\x12\x01\x00\x05\x01\x0009\x01\x00\"\"\x01\x00''\x02\x00AZaz\x04\x0009AZ__az\x7F\x00\x01\x01\x00\x00\x00\x00\x03\x01\x00\x00\x00\x00\x05\x01\x00\x00\x00\x00\x07\x01\x00\x00\x00\x00\t\x01\x00\x00\x00\x00\x0B\x01\x00\x00\x00\x00\r\x01\x00\x00\x00\x00\x0F\x01\x00\x00\x00\x00\x11\x01\x00\x00\x00\x00\x13\x01\x00\x00\x00\x00\x15\x01\x00\x00\x00\x00\x17\x01\x00\x00\x00\x00\x19\x01\x00\x00\x00\x00\x1B\x01\x00\x00\x00\x00\x1D\x01\x00\x00\x00\x00\x1F\x01\x00\x00\x00\x00!\x01\x00\x00\x00\x00#\x01\x00\x00\x00\x01%\x01\x00\x00\x00\x03(\x01\x00\x00\x00\x05+\x01\x00\x00\x00\x07.\x01\x00\x00\x00\t1\x01\x00\x00\x00\x0B3\x01\x00\x00\x00\r6\x01\x00\x00\x00\x0F8\x01\x00\x00\x00\x11;\x01\x00\x00\x00\x13=\x01\x00\x00\x00\x15?\x01\x00\x00\x00\x17A\x01\x00\x00\x00\x19F\x01\x00\x00\x00\x1BL\x01\x00\x00\x00\x1DT\x01\x00\x00\x00\x1F^\x01\x00\x00\x00!r\x01\x00\x00\x00#t\x01\x00\x00\x00%&\x05=\x00\x00&'\x05=\x00\x00'\x02\x01\x00\x00\x00()\x05!\x00\x00)*\x05=\x00\x00*\x04\x01\x00\x00\x00+,\x05&\x00\x00,-\x05&\x00\x00-\x06\x01\x00\x00\x00./\x05|\x00\x00/0\x05|\x00\x000\b\x01\x00\x00\x0012\x05!\x00\x002\n\x01\x00\x00\x0034\x05>\x00\x0045\x05=\x00\x005\f\x01\x00\x00\x0067\x05>\x00\x007\x0E\x01\x00\x00\x0089\x05<\x00\x009:\x05=\x00\x00:\x10\x01\x00\x00\x00;<\x05<\x00\x00<\x12\x01\x00\x00\x00=>\x05(\x00\x00>\x14\x01\x00\x00\x00?@\x05)\x00\x00@\x16\x01\x00\x00\x00AB\x05t\x00\x00BC\x05r\x00\x00CD\x05u\x00\x00DE\x05e\x00\x00E\x18\x01\x00\x00\x00FG\x05f\x00\x00GH\x05a\x00\x00HI\x05l\x00\x00IJ\x05s\x00\x00JK\x05e\x00\x00K\x1A\x01\x00\x00\x00LM\x05i\x00\x00MN\x05s\x00\x00NO\x05S\x00\x00OP\x05e\x00\x00PQ\x05t\x00\x00QR\x01\x00\x00\x00RS\x03\x13\t\x00S\x1C\x01\x00\x00\x00TU\x05v\x00\x00UV\x05a\x00\x00VW\x05l\x00\x00WX\x05u\x00\x00XY\x05e\x00\x00YZ\x05s\x00\x00Z[\x01\x00\x00\x00[\\\x03\x13\t\x00\\\x1E\x01\x00\x00\x00]_\x07\x00\x00\x00^]\x01\x00\x00\x00_`\x01\x00\x00\x00`^\x01\x00\x00\x00`a\x01\x00\x00\x00a \x01\x00\x00\x00bf\x05\"\x00\x00ce\b\x01\x00\x00dc\x01\x00\x00\x00eh\x01\x00\x00\x00fd\x01\x00\x00\x00fg\x01\x00\x00\x00gi\x01\x00\x00\x00hf\x01\x00\x00\x00is\x05\"\x00\x00jn\x05'\x00\x00km\b\x02\x00\x00lk\x01\x00\x00\x00mp\x01\x00\x00\x00nl\x01\x00\x00\x00no\x01\x00\x00\x00oq\x01\x00\x00\x00pn\x01\x00\x00\x00qs\x05'\x00\x00rb\x01\x00\x00\x00rj\x01\x00\x00\x00s\"\x01\x00\x00\x00tx\x07\x03\x00\x00uw\x07\x04\x00\x00vu\x01\x00\x00\x00wz\x01\x00\x00\x00xv\x01\x00\x00\x00xy\x01\x00\x00\x00y$\x01\x00\x00\x00zx\x01\x00\x00\x00\x06\x00`fnrx\x00";
|
|
129
|
+
this.o2u_1 = (new ATNDeserializer()).q2b(toCharArray("\x04\x00\x12{\x06\uFFFF\uFFFF\x02\x00\x07\x00\x02\x01\x07\x01\x02\x02\x07\x02\x02\x03\x07\x03\x02\x04\x07\x04\x02\x05\x07\x05\x02\x06\x07\x06\x02\x07\x07\x07\x02\b\x07\b\x02\t\x07\t\x02\n\x07\n\x02\x0B\x07\x0B\x02\f\x07\f\x02\r\x07\r\x02\x0E\x07\x0E\x02\x0F\x07\x0F\x02\x10\x07\x10\x02\x11\x07\x11\x01\x00\x01\x00\x01\x00\x01\x01\x01\x01\x01\x01\x01\x02\x01\x02\x01\x02\x01\x03\x01\x03\x01\x03\x01\x04\x01\x04\x01\x05\x01\x05\x01\x05\x01\x06\x01\x06\x01\x07\x01\x07\x01\x07\x01\b\x01\b\x01\t\x01\t\x01\n\x01\n\x01\x0B\x01\x0B\x01\x0B\x01\x0B\x01\x0B\x01\f\x01\f\x01\f\x01\f\x01\f\x01\f\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0F\x04\x0F_\b\x0F\x0B\x0F\f\x0F`\x01\x10\x01\x10\x05\x10e\b\x10\n\x10\f\x10h\t\x10\x01\x10\x01\x10\x01\x10\x05\x10m\b\x10\n\x10\f\x10p\t\x10\x01\x10\x03\x10s\b\x10\x01\x11\x01\x11\x05\x11w\b\x11\n\x11\f\x11z\t\x11\x00\x00\x12\x01\x01\x03\x02\x05\x03\x07\x04\t\x05\x0B\x06\r\x07\x0F\b\x11\t\x13\n\x15\x0B\x17\f\x19\r\x1B\x0E\x1D\x0F\x1F\x10!\x11#\x12\x01\x00\x05\x01\x0009\x01\x00\"\"\x01\x00''\x02\x00AZaz\x04\x0009AZ__az\x7F\x00\x01\x01\x00\x00\x00\x00\x03\x01\x00\x00\x00\x00\x05\x01\x00\x00\x00\x00\x07\x01\x00\x00\x00\x00\t\x01\x00\x00\x00\x00\x0B\x01\x00\x00\x00\x00\r\x01\x00\x00\x00\x00\x0F\x01\x00\x00\x00\x00\x11\x01\x00\x00\x00\x00\x13\x01\x00\x00\x00\x00\x15\x01\x00\x00\x00\x00\x17\x01\x00\x00\x00\x00\x19\x01\x00\x00\x00\x00\x1B\x01\x00\x00\x00\x00\x1D\x01\x00\x00\x00\x00\x1F\x01\x00\x00\x00\x00!\x01\x00\x00\x00\x00#\x01\x00\x00\x00\x01%\x01\x00\x00\x00\x03(\x01\x00\x00\x00\x05+\x01\x00\x00\x00\x07.\x01\x00\x00\x00\t1\x01\x00\x00\x00\x0B3\x01\x00\x00\x00\r6\x01\x00\x00\x00\x0F8\x01\x00\x00\x00\x11;\x01\x00\x00\x00\x13=\x01\x00\x00\x00\x15?\x01\x00\x00\x00\x17A\x01\x00\x00\x00\x19F\x01\x00\x00\x00\x1BL\x01\x00\x00\x00\x1DT\x01\x00\x00\x00\x1F^\x01\x00\x00\x00!r\x01\x00\x00\x00#t\x01\x00\x00\x00%&\x05=\x00\x00&'\x05=\x00\x00'\x02\x01\x00\x00\x00()\x05!\x00\x00)*\x05=\x00\x00*\x04\x01\x00\x00\x00+,\x05&\x00\x00,-\x05&\x00\x00-\x06\x01\x00\x00\x00./\x05|\x00\x00/0\x05|\x00\x000\b\x01\x00\x00\x0012\x05!\x00\x002\n\x01\x00\x00\x0034\x05>\x00\x0045\x05=\x00\x005\f\x01\x00\x00\x0067\x05>\x00\x007\x0E\x01\x00\x00\x0089\x05<\x00\x009:\x05=\x00\x00:\x10\x01\x00\x00\x00;<\x05<\x00\x00<\x12\x01\x00\x00\x00=>\x05(\x00\x00>\x14\x01\x00\x00\x00?@\x05)\x00\x00@\x16\x01\x00\x00\x00AB\x05t\x00\x00BC\x05r\x00\x00CD\x05u\x00\x00DE\x05e\x00\x00E\x18\x01\x00\x00\x00FG\x05f\x00\x00GH\x05a\x00\x00HI\x05l\x00\x00IJ\x05s\x00\x00JK\x05e\x00\x00K\x1A\x01\x00\x00\x00LM\x05i\x00\x00MN\x05s\x00\x00NO\x05S\x00\x00OP\x05e\x00\x00PQ\x05t\x00\x00QR\x01\x00\x00\x00RS\x03\x13\t\x00S\x1C\x01\x00\x00\x00TU\x05v\x00\x00UV\x05a\x00\x00VW\x05l\x00\x00WX\x05u\x00\x00XY\x05e\x00\x00YZ\x05s\x00\x00Z[\x01\x00\x00\x00[\\\x03\x13\t\x00\\\x1E\x01\x00\x00\x00]_\x07\x00\x00\x00^]\x01\x00\x00\x00_`\x01\x00\x00\x00`^\x01\x00\x00\x00`a\x01\x00\x00\x00a \x01\x00\x00\x00bf\x05\"\x00\x00ce\b\x01\x00\x00dc\x01\x00\x00\x00eh\x01\x00\x00\x00fd\x01\x00\x00\x00fg\x01\x00\x00\x00gi\x01\x00\x00\x00hf\x01\x00\x00\x00is\x05\"\x00\x00jn\x05'\x00\x00km\b\x02\x00\x00lk\x01\x00\x00\x00mp\x01\x00\x00\x00nl\x01\x00\x00\x00no\x01\x00\x00\x00oq\x01\x00\x00\x00pn\x01\x00\x00\x00qs\x05'\x00\x00rb\x01\x00\x00\x00rj\x01\x00\x00\x00s\"\x01\x00\x00\x00tx\x07\x03\x00\x00uw\x07\x04\x00\x00vu\x01\x00\x00\x00wz\x01\x00\x00\x00xv\x01\x00\x00\x00xy\x01\x00\x00\x00y$\x01\x00\x00\x00zx\x01\x00\x00\x00\x06\x00`fnrx\x00"));
|
|
130
130
|
var tmp = this;
|
|
131
131
|
var tmp_0 = 0;
|
|
132
|
-
var tmp_1 = this.
|
|
132
|
+
var tmp_1 = this.o2u_1.x27();
|
|
133
133
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
134
134
|
var tmp_2 = Array(tmp_1);
|
|
135
135
|
while (tmp_0 < tmp_1) {
|
|
136
136
|
var tmp_3 = tmp_0;
|
|
137
|
-
tmp_2[tmp_3] = new DFA(ensureNotNull(Companion_getInstance().
|
|
137
|
+
tmp_2[tmp_3] = new DFA(ensureNotNull(Companion_getInstance().o2u_1.m28(tmp_3)), tmp_3);
|
|
138
138
|
tmp_0 = tmp_0 + 1 | 0;
|
|
139
139
|
}
|
|
140
|
-
tmp.
|
|
141
|
-
this.
|
|
140
|
+
tmp.p2u_1 = tmp_2;
|
|
141
|
+
this.q2u_1 = new PredictionContextCache();
|
|
142
142
|
var tmp_4 = this;
|
|
143
143
|
// Inline function 'kotlin.arrayOf' call
|
|
144
144
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
145
145
|
// Inline function 'kotlin.js.asDynamic' call
|
|
146
|
-
tmp_4.
|
|
146
|
+
tmp_4.r2u_1 = [null, "'=='", "'!='", "'&&'", "'||'", "'!'", "'>='", "'>'", "'<='", "'<'", "'('", "')'", "'true'", "'false'"];
|
|
147
147
|
var tmp_5 = this;
|
|
148
148
|
// Inline function 'kotlin.arrayOf' call
|
|
149
149
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
150
150
|
// Inline function 'kotlin.js.asDynamic' call
|
|
151
|
-
tmp_5.
|
|
152
|
-
this.
|
|
151
|
+
tmp_5.s2u_1 = [null, 'EQ', 'NEQ', 'AND', 'OR', 'NOT', 'GTE', 'GT', 'LTE', 'LT', 'OPAR', 'CPAR', 'TRUE', 'FALSE', 'FUNC_ISSET', 'FUNC_VALUES', 'INT', 'STRING', 'VAR'];
|
|
152
|
+
this.t2u_1 = new VocabularyImpl(this.r2u_1, this.s2u_1);
|
|
153
153
|
}
|
|
154
154
|
var Companion_instance;
|
|
155
155
|
function Companion_getInstance() {
|
|
@@ -160,38 +160,38 @@
|
|
|
160
160
|
function StateExpressionLexer(input) {
|
|
161
161
|
Companion_getInstance();
|
|
162
162
|
Lexer.call(this, input);
|
|
163
|
-
this.
|
|
164
|
-
this.
|
|
165
|
-
this.
|
|
166
|
-
this.
|
|
167
|
-
this.
|
|
163
|
+
this.m2v_1 = new LexerATNSimulator(this, Companion_getInstance().o2u_1, Companion_getInstance().p2u_1, Companion_getInstance().q2u_1);
|
|
164
|
+
this.n2v_1 = 'StateExpression.g4';
|
|
165
|
+
this.o2v_1 = Companion_getInstance().o2u_1;
|
|
166
|
+
this.p2v_1 = Companion_getInstance().t2u_1;
|
|
167
|
+
this.q2v_1 = "\x04\x00\x12{\x06\uFFFF\uFFFF\x02\x00\x07\x00\x02\x01\x07\x01\x02\x02\x07\x02\x02\x03\x07\x03\x02\x04\x07\x04\x02\x05\x07\x05\x02\x06\x07\x06\x02\x07\x07\x07\x02\b\x07\b\x02\t\x07\t\x02\n\x07\n\x02\x0B\x07\x0B\x02\f\x07\f\x02\r\x07\r\x02\x0E\x07\x0E\x02\x0F\x07\x0F\x02\x10\x07\x10\x02\x11\x07\x11\x01\x00\x01\x00\x01\x00\x01\x01\x01\x01\x01\x01\x01\x02\x01\x02\x01\x02\x01\x03\x01\x03\x01\x03\x01\x04\x01\x04\x01\x05\x01\x05\x01\x05\x01\x06\x01\x06\x01\x07\x01\x07\x01\x07\x01\b\x01\b\x01\t\x01\t\x01\n\x01\n\x01\x0B\x01\x0B\x01\x0B\x01\x0B\x01\x0B\x01\f\x01\f\x01\f\x01\f\x01\f\x01\f\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0F\x04\x0F_\b\x0F\x0B\x0F\f\x0F`\x01\x10\x01\x10\x05\x10e\b\x10\n\x10\f\x10h\t\x10\x01\x10\x01\x10\x01\x10\x05\x10m\b\x10\n\x10\f\x10p\t\x10\x01\x10\x03\x10s\b\x10\x01\x11\x01\x11\x05\x11w\b\x11\n\x11\f\x11z\t\x11\x00\x00\x12\x01\x01\x03\x02\x05\x03\x07\x04\t\x05\x0B\x06\r\x07\x0F\b\x11\t\x13\n\x15\x0B\x17\f\x19\r\x1B\x0E\x1D\x0F\x1F\x10!\x11#\x12\x01\x00\x05\x01\x0009\x01\x00\"\"\x01\x00''\x02\x00AZaz\x04\x0009AZ__az\x7F\x00\x01\x01\x00\x00\x00\x00\x03\x01\x00\x00\x00\x00\x05\x01\x00\x00\x00\x00\x07\x01\x00\x00\x00\x00\t\x01\x00\x00\x00\x00\x0B\x01\x00\x00\x00\x00\r\x01\x00\x00\x00\x00\x0F\x01\x00\x00\x00\x00\x11\x01\x00\x00\x00\x00\x13\x01\x00\x00\x00\x00\x15\x01\x00\x00\x00\x00\x17\x01\x00\x00\x00\x00\x19\x01\x00\x00\x00\x00\x1B\x01\x00\x00\x00\x00\x1D\x01\x00\x00\x00\x00\x1F\x01\x00\x00\x00\x00!\x01\x00\x00\x00\x00#\x01\x00\x00\x00\x01%\x01\x00\x00\x00\x03(\x01\x00\x00\x00\x05+\x01\x00\x00\x00\x07.\x01\x00\x00\x00\t1\x01\x00\x00\x00\x0B3\x01\x00\x00\x00\r6\x01\x00\x00\x00\x0F8\x01\x00\x00\x00\x11;\x01\x00\x00\x00\x13=\x01\x00\x00\x00\x15?\x01\x00\x00\x00\x17A\x01\x00\x00\x00\x19F\x01\x00\x00\x00\x1BL\x01\x00\x00\x00\x1DT\x01\x00\x00\x00\x1F^\x01\x00\x00\x00!r\x01\x00\x00\x00#t\x01\x00\x00\x00%&\x05=\x00\x00&'\x05=\x00\x00'\x02\x01\x00\x00\x00()\x05!\x00\x00)*\x05=\x00\x00*\x04\x01\x00\x00\x00+,\x05&\x00\x00,-\x05&\x00\x00-\x06\x01\x00\x00\x00./\x05|\x00\x00/0\x05|\x00\x000\b\x01\x00\x00\x0012\x05!\x00\x002\n\x01\x00\x00\x0034\x05>\x00\x0045\x05=\x00\x005\f\x01\x00\x00\x0067\x05>\x00\x007\x0E\x01\x00\x00\x0089\x05<\x00\x009:\x05=\x00\x00:\x10\x01\x00\x00\x00;<\x05<\x00\x00<\x12\x01\x00\x00\x00=>\x05(\x00\x00>\x14\x01\x00\x00\x00?@\x05)\x00\x00@\x16\x01\x00\x00\x00AB\x05t\x00\x00BC\x05r\x00\x00CD\x05u\x00\x00DE\x05e\x00\x00E\x18\x01\x00\x00\x00FG\x05f\x00\x00GH\x05a\x00\x00HI\x05l\x00\x00IJ\x05s\x00\x00JK\x05e\x00\x00K\x1A\x01\x00\x00\x00LM\x05i\x00\x00MN\x05s\x00\x00NO\x05S\x00\x00OP\x05e\x00\x00PQ\x05t\x00\x00QR\x01\x00\x00\x00RS\x03\x13\t\x00S\x1C\x01\x00\x00\x00TU\x05v\x00\x00UV\x05a\x00\x00VW\x05l\x00\x00WX\x05u\x00\x00XY\x05e\x00\x00YZ\x05s\x00\x00Z[\x01\x00\x00\x00[\\\x03\x13\t\x00\\\x1E\x01\x00\x00\x00]_\x07\x00\x00\x00^]\x01\x00\x00\x00_`\x01\x00\x00\x00`^\x01\x00\x00\x00`a\x01\x00\x00\x00a \x01\x00\x00\x00bf\x05\"\x00\x00ce\b\x01\x00\x00dc\x01\x00\x00\x00eh\x01\x00\x00\x00fd\x01\x00\x00\x00fg\x01\x00\x00\x00gi\x01\x00\x00\x00hf\x01\x00\x00\x00is\x05\"\x00\x00jn\x05'\x00\x00km\b\x02\x00\x00lk\x01\x00\x00\x00mp\x01\x00\x00\x00nl\x01\x00\x00\x00no\x01\x00\x00\x00oq\x01\x00\x00\x00pn\x01\x00\x00\x00qs\x05'\x00\x00rb\x01\x00\x00\x00rj\x01\x00\x00\x00s\"\x01\x00\x00\x00tx\x07\x03\x00\x00uw\x07\x04\x00\x00vu\x01\x00\x00\x00wz\x01\x00\x00\x00xv\x01\x00\x00\x00xy\x01\x00\x00\x00y$\x01\x00\x00\x00zx\x01\x00\x00\x00\x06\x00`fnrx\x00";
|
|
168
168
|
var tmp = this;
|
|
169
169
|
// Inline function 'kotlin.arrayOf' call
|
|
170
170
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
171
171
|
// Inline function 'kotlin.js.asDynamic' call
|
|
172
|
-
tmp.
|
|
172
|
+
tmp.r2v_1 = ['EQ', 'NEQ', 'AND', 'OR', 'NOT', 'GTE', 'GT', 'LTE', 'LT', 'OPAR', 'CPAR', 'TRUE', 'FALSE', 'FUNC_ISSET', 'FUNC_VALUES', 'INT', 'STRING', 'VAR'];
|
|
173
173
|
var tmp_0 = this;
|
|
174
174
|
// Inline function 'kotlin.arrayOf' call
|
|
175
175
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
176
176
|
// Inline function 'kotlin.js.asDynamic' call
|
|
177
|
-
tmp_0.
|
|
177
|
+
tmp_0.s2v_1 = ['DEFAULT_TOKEN_CHANNEL', 'HIDDEN'];
|
|
178
178
|
var tmp_1 = this;
|
|
179
179
|
// Inline function 'kotlin.arrayOf' call
|
|
180
180
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
181
181
|
// Inline function 'kotlin.js.asDynamic' call
|
|
182
|
-
tmp_1.
|
|
182
|
+
tmp_1.t2v_1 = ['DEFAULT_MODE'];
|
|
183
183
|
}
|
|
184
|
-
protoOf(StateExpressionLexer).
|
|
185
|
-
return this.
|
|
184
|
+
protoOf(StateExpressionLexer).a20 = function () {
|
|
185
|
+
return this.m2v_1;
|
|
186
186
|
};
|
|
187
|
-
protoOf(StateExpressionLexer).
|
|
188
|
-
return this.
|
|
187
|
+
protoOf(StateExpressionLexer).b20 = function () {
|
|
188
|
+
return this.o2v_1;
|
|
189
189
|
};
|
|
190
|
-
protoOf(StateExpressionLexer).
|
|
191
|
-
return this.
|
|
190
|
+
protoOf(StateExpressionLexer).s1y = function () {
|
|
191
|
+
return this.p2v_1;
|
|
192
192
|
};
|
|
193
|
-
protoOf(StateExpressionLexer).
|
|
194
|
-
return this.
|
|
193
|
+
protoOf(StateExpressionLexer).v20 = function () {
|
|
194
|
+
return this.r2v_1;
|
|
195
195
|
};
|
|
196
196
|
function StateExpressionListener() {
|
|
197
197
|
}
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
function IntCmpExprContext_init_$Init$(ctx, $this) {
|
|
215
215
|
BooleanExprContext_init_$Init$_0($this);
|
|
216
216
|
IntCmpExprContext.call($this);
|
|
217
|
-
$this.
|
|
217
|
+
$this.a2x(ctx);
|
|
218
218
|
return $this;
|
|
219
219
|
}
|
|
220
220
|
function IntCmpExprContext_init_$Create$(ctx) {
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
function ParExprContext_init_$Init$(ctx, $this) {
|
|
224
224
|
BooleanExprContext_init_$Init$_0($this);
|
|
225
225
|
ParExprContext.call($this);
|
|
226
|
-
$this.
|
|
226
|
+
$this.a2x(ctx);
|
|
227
227
|
return $this;
|
|
228
228
|
}
|
|
229
229
|
function ParExprContext_init_$Create$(ctx) {
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
function BooleanAtomContext_init_$Init$(ctx, $this) {
|
|
233
233
|
BooleanExprContext_init_$Init$_0($this);
|
|
234
234
|
BooleanAtomContext.call($this);
|
|
235
|
-
$this.
|
|
235
|
+
$this.a2x(ctx);
|
|
236
236
|
return $this;
|
|
237
237
|
}
|
|
238
238
|
function BooleanAtomContext_init_$Create$(ctx) {
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
function EqExprContext_init_$Init$(ctx, $this) {
|
|
242
242
|
BooleanExprContext_init_$Init$_0($this);
|
|
243
243
|
EqExprContext.call($this);
|
|
244
|
-
$this.
|
|
244
|
+
$this.a2x(ctx);
|
|
245
245
|
return $this;
|
|
246
246
|
}
|
|
247
247
|
function EqExprContext_init_$Create$(ctx) {
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
function NotExprContext_init_$Init$(ctx, $this) {
|
|
251
251
|
BooleanExprContext_init_$Init$_0($this);
|
|
252
252
|
NotExprContext.call($this);
|
|
253
|
-
$this.
|
|
253
|
+
$this.a2x(ctx);
|
|
254
254
|
return $this;
|
|
255
255
|
}
|
|
256
256
|
function NotExprContext_init_$Create$(ctx) {
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
function IsSetFuncContext_init_$Init$(ctx, $this) {
|
|
260
260
|
BooleanExprContext_init_$Init$_0($this);
|
|
261
261
|
IsSetFuncContext.call($this);
|
|
262
|
-
$this.
|
|
262
|
+
$this.a2x(ctx);
|
|
263
263
|
return $this;
|
|
264
264
|
}
|
|
265
265
|
function IsSetFuncContext_init_$Create$(ctx) {
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
function OrExprContext_init_$Init$(ctx, $this) {
|
|
269
269
|
BooleanExprContext_init_$Init$_0($this);
|
|
270
270
|
OrExprContext.call($this);
|
|
271
|
-
$this.
|
|
271
|
+
$this.a2x(ctx);
|
|
272
272
|
return $this;
|
|
273
273
|
}
|
|
274
274
|
function OrExprContext_init_$Create$(ctx) {
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
function AndExprContext_init_$Init$(ctx, $this) {
|
|
278
278
|
BooleanExprContext_init_$Init$_0($this);
|
|
279
279
|
AndExprContext.call($this);
|
|
280
|
-
$this.
|
|
280
|
+
$this.a2x(ctx);
|
|
281
281
|
return $this;
|
|
282
282
|
}
|
|
283
283
|
function AndExprContext_init_$Create$(ctx) {
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
function IntAtomContext_init_$Init$(ctx, $this) {
|
|
303
303
|
IntExprContext_init_$Init$_0($this);
|
|
304
304
|
IntAtomContext.call($this);
|
|
305
|
-
$this.
|
|
305
|
+
$this.l2x(ctx);
|
|
306
306
|
return $this;
|
|
307
307
|
}
|
|
308
308
|
function IntAtomContext_init_$Create$(ctx) {
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
function ParIntExprContext_init_$Init$(ctx, $this) {
|
|
312
312
|
IntExprContext_init_$Init$_0($this);
|
|
313
313
|
ParIntExprContext.call($this);
|
|
314
|
-
$this.
|
|
314
|
+
$this.l2x(ctx);
|
|
315
315
|
return $this;
|
|
316
316
|
}
|
|
317
317
|
function ParIntExprContext_init_$Create$(ctx) {
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
function ValuesFuncContext_init_$Init$(ctx, $this) {
|
|
321
321
|
IntExprContext_init_$Init$_0($this);
|
|
322
322
|
ValuesFuncContext.call($this);
|
|
323
|
-
$this.
|
|
323
|
+
$this.l2x(ctx);
|
|
324
324
|
return $this;
|
|
325
325
|
}
|
|
326
326
|
function ValuesFuncContext_init_$Create$(ctx) {
|
|
@@ -328,50 +328,50 @@
|
|
|
328
328
|
}
|
|
329
329
|
function Companion_0() {
|
|
330
330
|
Companion_instance_0 = this;
|
|
331
|
-
RuntimeMetaData_instance.
|
|
332
|
-
this.
|
|
333
|
-
this.
|
|
331
|
+
RuntimeMetaData_instance.j27('4.13.1', '4.13.1');
|
|
332
|
+
this.m2x_1 = '\x04\x01\x12.\x02\x00\x07\x00\x02\x01\x07\x01\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x03\x00\x17\b\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x05\x00\x1F\b\x00\n\x00\f\x00"\t\x00\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x03\x01,\b\x01\x01\x01\x00\x01\x00\x02\x00\x02\x00\x03\x01\x00\x01\x02\x02\x00\x01\x02\x06\t\x01\x00\f\r4\x00\x16\x01\x00\x00\x00\x02+\x01\x00\x00\x00\x04\x05\x06\x00\uFFFF\uFFFF\x00\x05\x06\x05\n\x00\x00\x06\x07\x03\x00\x00\x00\x07\b\x05\x0B\x00\x00\b\x17\x01\x00\x00\x00\t\n\x05\x05\x00\x00\n\x17\x03\x00\x00\x07\x0B\f\x05\x0E\x00\x00\f\r\x05\x12\x00\x00\r\x17\x05\x0B\x00\x00\x0E\x0F\x05\x12\x00\x00\x0F\x10\x07\x00\x00\x00\x10\x17\x05\x11\x00\x00\x11\x12\x03\x02\x01\x00\x12\x13\x07\x01\x00\x00\x13\x14\x03\x02\x01\x00\x14\x17\x01\x00\x00\x00\x15\x17\x07\x02\x00\x00\x16\x04\x01\x00\x00\x00\x16\t\x01\x00\x00\x00\x16\x0B\x01\x00\x00\x00\x16\x0E\x01\x00\x00\x00\x16\x11\x01\x00\x00\x00\x16\x15\x01\x00\x00\x00\x17 \x01\x00\x00\x00\x18\x19\n\x06\x00\x00\x19\x1A\x05\x03\x00\x00\x1A\x1F\x03\x00\x00\x07\x1B\x1C\n\x05\x00\x00\x1C\x1D\x05\x04\x00\x00\x1D\x1F\x03\x00\x00\x06\x1E\x18\x01\x00\x00\x00\x1E\x1B\x01\x00\x00\x00\x1F"\x01\x00\x00\x00 \x1E\x01\x00\x00\x00 !\x01\x00\x00\x00!\x01\x01\x00\x00\x00" \x01\x00\x00\x00#$\x05\n\x00\x00$%\x03\x02\x01\x00%&\x05\x0B\x00\x00&,\x01\x00\x00\x00\'(\x05\x0F\x00\x00()\x05\x12\x00\x00),\x05\x0B\x00\x00*,\x05\x10\x00\x00+#\x01\x00\x00\x00+\'\x01\x00\x00\x00+*\x01\x00\x00\x00,\x03\x01\x00\x00\x00\x04\x16\x1E +';
|
|
333
|
+
this.n2x_1 = (new ATNDeserializer()).q2b(toCharArray('\x04\x01\x12.\x02\x00\x07\x00\x02\x01\x07\x01\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x03\x00\x17\b\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x05\x00\x1F\b\x00\n\x00\f\x00"\t\x00\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x03\x01,\b\x01\x01\x01\x00\x01\x00\x02\x00\x02\x00\x03\x01\x00\x01\x02\x02\x00\x01\x02\x06\t\x01\x00\f\r4\x00\x16\x01\x00\x00\x00\x02+\x01\x00\x00\x00\x04\x05\x06\x00\uFFFF\uFFFF\x00\x05\x06\x05\n\x00\x00\x06\x07\x03\x00\x00\x00\x07\b\x05\x0B\x00\x00\b\x17\x01\x00\x00\x00\t\n\x05\x05\x00\x00\n\x17\x03\x00\x00\x07\x0B\f\x05\x0E\x00\x00\f\r\x05\x12\x00\x00\r\x17\x05\x0B\x00\x00\x0E\x0F\x05\x12\x00\x00\x0F\x10\x07\x00\x00\x00\x10\x17\x05\x11\x00\x00\x11\x12\x03\x02\x01\x00\x12\x13\x07\x01\x00\x00\x13\x14\x03\x02\x01\x00\x14\x17\x01\x00\x00\x00\x15\x17\x07\x02\x00\x00\x16\x04\x01\x00\x00\x00\x16\t\x01\x00\x00\x00\x16\x0B\x01\x00\x00\x00\x16\x0E\x01\x00\x00\x00\x16\x11\x01\x00\x00\x00\x16\x15\x01\x00\x00\x00\x17 \x01\x00\x00\x00\x18\x19\n\x06\x00\x00\x19\x1A\x05\x03\x00\x00\x1A\x1F\x03\x00\x00\x07\x1B\x1C\n\x05\x00\x00\x1C\x1D\x05\x04\x00\x00\x1D\x1F\x03\x00\x00\x06\x1E\x18\x01\x00\x00\x00\x1E\x1B\x01\x00\x00\x00\x1F"\x01\x00\x00\x00 \x1E\x01\x00\x00\x00 !\x01\x00\x00\x00!\x01\x01\x00\x00\x00" \x01\x00\x00\x00#$\x05\n\x00\x00$%\x03\x02\x01\x00%&\x05\x0B\x00\x00&,\x01\x00\x00\x00\'(\x05\x0F\x00\x00()\x05\x12\x00\x00),\x05\x0B\x00\x00*,\x05\x10\x00\x00+#\x01\x00\x00\x00+\'\x01\x00\x00\x00+*\x01\x00\x00\x00,\x03\x01\x00\x00\x00\x04\x16\x1E +'));
|
|
334
334
|
var tmp = this;
|
|
335
335
|
var tmp_0 = 0;
|
|
336
|
-
var tmp_1 = this.
|
|
336
|
+
var tmp_1 = this.n2x_1.x27();
|
|
337
337
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
338
338
|
var tmp_2 = Array(tmp_1);
|
|
339
339
|
while (tmp_0 < tmp_1) {
|
|
340
340
|
var tmp_3 = tmp_0;
|
|
341
|
-
tmp_2[tmp_3] = new DFA(ensureNotNull(Companion_getInstance_0().
|
|
341
|
+
tmp_2[tmp_3] = new DFA(ensureNotNull(Companion_getInstance_0().n2x_1.m28(tmp_3)), tmp_3);
|
|
342
342
|
tmp_0 = tmp_0 + 1 | 0;
|
|
343
343
|
}
|
|
344
|
-
tmp.
|
|
345
|
-
this.
|
|
344
|
+
tmp.o2x_1 = tmp_2;
|
|
345
|
+
this.p2x_1 = new PredictionContextCache();
|
|
346
346
|
var tmp_4 = this;
|
|
347
347
|
// Inline function 'kotlin.arrayOf' call
|
|
348
348
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
349
349
|
// Inline function 'kotlin.js.asDynamic' call
|
|
350
|
-
tmp_4.
|
|
350
|
+
tmp_4.q2x_1 = ['booleanExpr', 'intExpr'];
|
|
351
351
|
var tmp_5 = this;
|
|
352
352
|
// Inline function 'kotlin.arrayOf' call
|
|
353
353
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
354
354
|
// Inline function 'kotlin.js.asDynamic' call
|
|
355
|
-
tmp_5.
|
|
355
|
+
tmp_5.r2x_1 = [null, "'=='", "'!='", "'&&'", "'||'", "'!'", "'>='", "'>'", "'<='", "'<'", "'('", "')'", "'true'", "'false'"];
|
|
356
356
|
var tmp_6 = this;
|
|
357
357
|
// Inline function 'kotlin.arrayOf' call
|
|
358
358
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
359
359
|
// Inline function 'kotlin.js.asDynamic' call
|
|
360
|
-
tmp_6.
|
|
361
|
-
this.
|
|
360
|
+
tmp_6.s2x_1 = [null, 'EQ', 'NEQ', 'AND', 'OR', 'NOT', 'GTE', 'GT', 'LTE', 'LT', 'OPAR', 'CPAR', 'TRUE', 'FALSE', 'FUNC_ISSET', 'FUNC_VALUES', 'INT', 'STRING', 'VAR'];
|
|
361
|
+
this.t2x_1 = new VocabularyImpl(this.r2x_1, this.s2x_1);
|
|
362
362
|
var tmp_7 = this;
|
|
363
363
|
var tmp_8 = 0;
|
|
364
|
-
var tmp_9 = this.
|
|
364
|
+
var tmp_9 = this.s2x_1.length;
|
|
365
365
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
366
366
|
var tmp_10 = Array(tmp_9);
|
|
367
367
|
while (tmp_8 < tmp_9) {
|
|
368
368
|
var tmp_11 = tmp_8;
|
|
369
|
-
var tmp0_elvis_lhs = Companion_getInstance_0().
|
|
370
|
-
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? Companion_getInstance_0().
|
|
369
|
+
var tmp0_elvis_lhs = Companion_getInstance_0().t2x_1.u27(tmp_11);
|
|
370
|
+
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? Companion_getInstance_0().t2x_1.v27(tmp_11) : tmp0_elvis_lhs;
|
|
371
371
|
tmp_10[tmp_11] = tmp1_elvis_lhs == null ? '<INVALID>' : tmp1_elvis_lhs;
|
|
372
372
|
tmp_8 = tmp_8 + 1 | 0;
|
|
373
373
|
}
|
|
374
|
-
tmp_7.
|
|
374
|
+
tmp_7.u2x_1 = tmp_10;
|
|
375
375
|
}
|
|
376
376
|
var Companion_instance_0;
|
|
377
377
|
function Companion_getInstance_0() {
|
|
@@ -379,49 +379,49 @@
|
|
|
379
379
|
new Companion_0();
|
|
380
380
|
return Companion_instance_0;
|
|
381
381
|
}
|
|
382
|
-
protoOf(BooleanExprContext).
|
|
383
|
-
return this.
|
|
382
|
+
protoOf(BooleanExprContext).b21 = function () {
|
|
383
|
+
return this.z2w_1;
|
|
384
384
|
};
|
|
385
|
-
protoOf(BooleanExprContext).
|
|
386
|
-
protoOf(ParserRuleContext).
|
|
385
|
+
protoOf(BooleanExprContext).a2x = function (ctx) {
|
|
386
|
+
protoOf(ParserRuleContext).v26.call(this, ctx);
|
|
387
387
|
};
|
|
388
388
|
function BooleanExprContext() {
|
|
389
|
-
this.
|
|
389
|
+
this.z2w_1 = 0;
|
|
390
390
|
}
|
|
391
|
-
protoOf(IntCmpExprContext).
|
|
391
|
+
protoOf(IntCmpExprContext).f2y = function (_set____db54di) {
|
|
392
392
|
this.left$ = _set____db54di;
|
|
393
393
|
};
|
|
394
|
-
protoOf(IntCmpExprContext).
|
|
394
|
+
protoOf(IntCmpExprContext).g2y = function () {
|
|
395
395
|
return this.left$;
|
|
396
396
|
};
|
|
397
|
-
protoOf(IntCmpExprContext).
|
|
397
|
+
protoOf(IntCmpExprContext).h2y = function (_set____db54di) {
|
|
398
398
|
this.op$ = _set____db54di;
|
|
399
399
|
};
|
|
400
|
-
protoOf(IntCmpExprContext).
|
|
400
|
+
protoOf(IntCmpExprContext).i2y = function () {
|
|
401
401
|
return this.op$;
|
|
402
402
|
};
|
|
403
|
-
protoOf(IntCmpExprContext).
|
|
403
|
+
protoOf(IntCmpExprContext).j2y = function (_set____db54di) {
|
|
404
404
|
this.right$ = _set____db54di;
|
|
405
405
|
};
|
|
406
|
-
protoOf(IntCmpExprContext).
|
|
406
|
+
protoOf(IntCmpExprContext).k2y = function () {
|
|
407
407
|
return this.right$;
|
|
408
408
|
};
|
|
409
|
-
protoOf(IntCmpExprContext).
|
|
409
|
+
protoOf(IntCmpExprContext).y25 = function (listener) {
|
|
410
410
|
if (isInterface(listener, StateExpressionListener)) {
|
|
411
|
-
listener.
|
|
411
|
+
listener.u2v(this);
|
|
412
412
|
}
|
|
413
413
|
};
|
|
414
|
-
protoOf(IntCmpExprContext).
|
|
414
|
+
protoOf(IntCmpExprContext).a26 = function (listener) {
|
|
415
415
|
if (isInterface(listener, StateExpressionListener)) {
|
|
416
|
-
listener.
|
|
416
|
+
listener.v2v(this);
|
|
417
417
|
}
|
|
418
418
|
};
|
|
419
|
-
protoOf(IntCmpExprContext).
|
|
419
|
+
protoOf(IntCmpExprContext).y26 = function (visitor) {
|
|
420
420
|
var tmp;
|
|
421
421
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
422
|
-
tmp = visitor.
|
|
422
|
+
tmp = visitor.c2u(this);
|
|
423
423
|
} else {
|
|
424
|
-
tmp = visitor.
|
|
424
|
+
tmp = visitor.h27(this);
|
|
425
425
|
}
|
|
426
426
|
return tmp;
|
|
427
427
|
};
|
|
@@ -430,96 +430,96 @@
|
|
|
430
430
|
this.op$ = null;
|
|
431
431
|
this.right$ = null;
|
|
432
432
|
}
|
|
433
|
-
protoOf(ParExprContext).
|
|
433
|
+
protoOf(ParExprContext).v2y = function (_set____db54di) {
|
|
434
434
|
this.expr$ = _set____db54di;
|
|
435
435
|
};
|
|
436
|
-
protoOf(ParExprContext).
|
|
436
|
+
protoOf(ParExprContext).w2y = function () {
|
|
437
437
|
return this.expr$;
|
|
438
438
|
};
|
|
439
|
-
protoOf(ParExprContext).
|
|
439
|
+
protoOf(ParExprContext).y25 = function (listener) {
|
|
440
440
|
if (isInterface(listener, StateExpressionListener)) {
|
|
441
|
-
listener.
|
|
441
|
+
listener.w2v(this);
|
|
442
442
|
}
|
|
443
443
|
};
|
|
444
|
-
protoOf(ParExprContext).
|
|
444
|
+
protoOf(ParExprContext).a26 = function (listener) {
|
|
445
445
|
if (isInterface(listener, StateExpressionListener)) {
|
|
446
|
-
listener.
|
|
446
|
+
listener.x2v(this);
|
|
447
447
|
}
|
|
448
448
|
};
|
|
449
|
-
protoOf(ParExprContext).
|
|
449
|
+
protoOf(ParExprContext).y26 = function (visitor) {
|
|
450
450
|
var tmp;
|
|
451
451
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
452
|
-
tmp = visitor.
|
|
452
|
+
tmp = visitor.d2u(this);
|
|
453
453
|
} else {
|
|
454
|
-
tmp = visitor.
|
|
454
|
+
tmp = visitor.h27(this);
|
|
455
455
|
}
|
|
456
456
|
return tmp;
|
|
457
457
|
};
|
|
458
458
|
function ParExprContext() {
|
|
459
459
|
this.expr$ = null;
|
|
460
460
|
}
|
|
461
|
-
protoOf(BooleanAtomContext).
|
|
461
|
+
protoOf(BooleanAtomContext).h2z = function (_set____db54di) {
|
|
462
462
|
this.atom$ = _set____db54di;
|
|
463
463
|
};
|
|
464
|
-
protoOf(BooleanAtomContext).
|
|
464
|
+
protoOf(BooleanAtomContext).i2z = function () {
|
|
465
465
|
return this.atom$;
|
|
466
466
|
};
|
|
467
|
-
protoOf(BooleanAtomContext).
|
|
467
|
+
protoOf(BooleanAtomContext).y25 = function (listener) {
|
|
468
468
|
if (isInterface(listener, StateExpressionListener)) {
|
|
469
|
-
listener.
|
|
469
|
+
listener.y2v(this);
|
|
470
470
|
}
|
|
471
471
|
};
|
|
472
|
-
protoOf(BooleanAtomContext).
|
|
472
|
+
protoOf(BooleanAtomContext).a26 = function (listener) {
|
|
473
473
|
if (isInterface(listener, StateExpressionListener)) {
|
|
474
|
-
listener.
|
|
474
|
+
listener.z2v(this);
|
|
475
475
|
}
|
|
476
476
|
};
|
|
477
|
-
protoOf(BooleanAtomContext).
|
|
477
|
+
protoOf(BooleanAtomContext).y26 = function (visitor) {
|
|
478
478
|
var tmp;
|
|
479
479
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
480
|
-
tmp = visitor.
|
|
480
|
+
tmp = visitor.e2u(this);
|
|
481
481
|
} else {
|
|
482
|
-
tmp = visitor.
|
|
482
|
+
tmp = visitor.h27(this);
|
|
483
483
|
}
|
|
484
484
|
return tmp;
|
|
485
485
|
};
|
|
486
486
|
function BooleanAtomContext() {
|
|
487
487
|
this.atom$ = null;
|
|
488
488
|
}
|
|
489
|
-
protoOf(EqExprContext).
|
|
489
|
+
protoOf(EqExprContext).t2z = function (_set____db54di) {
|
|
490
490
|
this.varName$ = _set____db54di;
|
|
491
491
|
};
|
|
492
|
-
protoOf(EqExprContext).
|
|
492
|
+
protoOf(EqExprContext).u2z = function () {
|
|
493
493
|
return this.varName$;
|
|
494
494
|
};
|
|
495
|
-
protoOf(EqExprContext).
|
|
495
|
+
protoOf(EqExprContext).h2y = function (_set____db54di) {
|
|
496
496
|
this.op$ = _set____db54di;
|
|
497
497
|
};
|
|
498
|
-
protoOf(EqExprContext).
|
|
498
|
+
protoOf(EqExprContext).i2y = function () {
|
|
499
499
|
return this.op$;
|
|
500
500
|
};
|
|
501
|
-
protoOf(EqExprContext).
|
|
501
|
+
protoOf(EqExprContext).v2z = function (_set____db54di) {
|
|
502
502
|
this.value$ = _set____db54di;
|
|
503
503
|
};
|
|
504
|
-
protoOf(EqExprContext).
|
|
504
|
+
protoOf(EqExprContext).w2z = function () {
|
|
505
505
|
return this.value$;
|
|
506
506
|
};
|
|
507
|
-
protoOf(EqExprContext).
|
|
507
|
+
protoOf(EqExprContext).y25 = function (listener) {
|
|
508
508
|
if (isInterface(listener, StateExpressionListener)) {
|
|
509
|
-
listener.
|
|
509
|
+
listener.a2w(this);
|
|
510
510
|
}
|
|
511
511
|
};
|
|
512
|
-
protoOf(EqExprContext).
|
|
512
|
+
protoOf(EqExprContext).a26 = function (listener) {
|
|
513
513
|
if (isInterface(listener, StateExpressionListener)) {
|
|
514
|
-
listener.
|
|
514
|
+
listener.b2w(this);
|
|
515
515
|
}
|
|
516
516
|
};
|
|
517
|
-
protoOf(EqExprContext).
|
|
517
|
+
protoOf(EqExprContext).y26 = function (visitor) {
|
|
518
518
|
var tmp;
|
|
519
519
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
520
|
-
tmp = visitor.
|
|
520
|
+
tmp = visitor.f2u(this);
|
|
521
521
|
} else {
|
|
522
|
-
tmp = visitor.
|
|
522
|
+
tmp = visitor.h27(this);
|
|
523
523
|
}
|
|
524
524
|
return tmp;
|
|
525
525
|
};
|
|
@@ -528,90 +528,90 @@
|
|
|
528
528
|
this.op$ = null;
|
|
529
529
|
this.value$ = null;
|
|
530
530
|
}
|
|
531
|
-
protoOf(NotExprContext).
|
|
531
|
+
protoOf(NotExprContext).v2y = function (_set____db54di) {
|
|
532
532
|
this.expr$ = _set____db54di;
|
|
533
533
|
};
|
|
534
|
-
protoOf(NotExprContext).
|
|
534
|
+
protoOf(NotExprContext).w2y = function () {
|
|
535
535
|
return this.expr$;
|
|
536
536
|
};
|
|
537
|
-
protoOf(NotExprContext).
|
|
537
|
+
protoOf(NotExprContext).y25 = function (listener) {
|
|
538
538
|
if (isInterface(listener, StateExpressionListener)) {
|
|
539
|
-
listener.
|
|
539
|
+
listener.c2w(this);
|
|
540
540
|
}
|
|
541
541
|
};
|
|
542
|
-
protoOf(NotExprContext).
|
|
542
|
+
protoOf(NotExprContext).a26 = function (listener) {
|
|
543
543
|
if (isInterface(listener, StateExpressionListener)) {
|
|
544
|
-
listener.
|
|
544
|
+
listener.d2w(this);
|
|
545
545
|
}
|
|
546
546
|
};
|
|
547
|
-
protoOf(NotExprContext).
|
|
547
|
+
protoOf(NotExprContext).y26 = function (visitor) {
|
|
548
548
|
var tmp;
|
|
549
549
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
550
|
-
tmp = visitor.
|
|
550
|
+
tmp = visitor.g2u(this);
|
|
551
551
|
} else {
|
|
552
|
-
tmp = visitor.
|
|
552
|
+
tmp = visitor.h27(this);
|
|
553
553
|
}
|
|
554
554
|
return tmp;
|
|
555
555
|
};
|
|
556
556
|
function NotExprContext() {
|
|
557
557
|
this.expr$ = null;
|
|
558
558
|
}
|
|
559
|
-
protoOf(IsSetFuncContext).
|
|
559
|
+
protoOf(IsSetFuncContext).t2z = function (_set____db54di) {
|
|
560
560
|
this.varName$ = _set____db54di;
|
|
561
561
|
};
|
|
562
|
-
protoOf(IsSetFuncContext).
|
|
562
|
+
protoOf(IsSetFuncContext).u2z = function () {
|
|
563
563
|
return this.varName$;
|
|
564
564
|
};
|
|
565
|
-
protoOf(IsSetFuncContext).
|
|
565
|
+
protoOf(IsSetFuncContext).y25 = function (listener) {
|
|
566
566
|
if (isInterface(listener, StateExpressionListener)) {
|
|
567
|
-
listener.
|
|
567
|
+
listener.e2w(this);
|
|
568
568
|
}
|
|
569
569
|
};
|
|
570
|
-
protoOf(IsSetFuncContext).
|
|
570
|
+
protoOf(IsSetFuncContext).a26 = function (listener) {
|
|
571
571
|
if (isInterface(listener, StateExpressionListener)) {
|
|
572
|
-
listener.
|
|
572
|
+
listener.f2w(this);
|
|
573
573
|
}
|
|
574
574
|
};
|
|
575
|
-
protoOf(IsSetFuncContext).
|
|
575
|
+
protoOf(IsSetFuncContext).y26 = function (visitor) {
|
|
576
576
|
var tmp;
|
|
577
577
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
578
|
-
tmp = visitor.
|
|
578
|
+
tmp = visitor.h2u(this);
|
|
579
579
|
} else {
|
|
580
|
-
tmp = visitor.
|
|
580
|
+
tmp = visitor.h27(this);
|
|
581
581
|
}
|
|
582
582
|
return tmp;
|
|
583
583
|
};
|
|
584
584
|
function IsSetFuncContext() {
|
|
585
585
|
this.varName$ = null;
|
|
586
586
|
}
|
|
587
|
-
protoOf(OrExprContext).
|
|
587
|
+
protoOf(OrExprContext).b31 = function (_set____db54di) {
|
|
588
588
|
this.left$ = _set____db54di;
|
|
589
589
|
};
|
|
590
|
-
protoOf(OrExprContext).
|
|
590
|
+
protoOf(OrExprContext).g2y = function () {
|
|
591
591
|
return this.left$;
|
|
592
592
|
};
|
|
593
|
-
protoOf(OrExprContext).
|
|
593
|
+
protoOf(OrExprContext).c31 = function (_set____db54di) {
|
|
594
594
|
this.right$ = _set____db54di;
|
|
595
595
|
};
|
|
596
|
-
protoOf(OrExprContext).
|
|
596
|
+
protoOf(OrExprContext).k2y = function () {
|
|
597
597
|
return this.right$;
|
|
598
598
|
};
|
|
599
|
-
protoOf(OrExprContext).
|
|
599
|
+
protoOf(OrExprContext).y25 = function (listener) {
|
|
600
600
|
if (isInterface(listener, StateExpressionListener)) {
|
|
601
|
-
listener.
|
|
601
|
+
listener.g2w(this);
|
|
602
602
|
}
|
|
603
603
|
};
|
|
604
|
-
protoOf(OrExprContext).
|
|
604
|
+
protoOf(OrExprContext).a26 = function (listener) {
|
|
605
605
|
if (isInterface(listener, StateExpressionListener)) {
|
|
606
|
-
listener.
|
|
606
|
+
listener.h2w(this);
|
|
607
607
|
}
|
|
608
608
|
};
|
|
609
|
-
protoOf(OrExprContext).
|
|
609
|
+
protoOf(OrExprContext).y26 = function (visitor) {
|
|
610
610
|
var tmp;
|
|
611
611
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
612
|
-
tmp = visitor.
|
|
612
|
+
tmp = visitor.i2u(this);
|
|
613
613
|
} else {
|
|
614
|
-
tmp = visitor.
|
|
614
|
+
tmp = visitor.h27(this);
|
|
615
615
|
}
|
|
616
616
|
return tmp;
|
|
617
617
|
};
|
|
@@ -619,34 +619,34 @@
|
|
|
619
619
|
this.left$ = null;
|
|
620
620
|
this.right$ = null;
|
|
621
621
|
}
|
|
622
|
-
protoOf(AndExprContext).
|
|
622
|
+
protoOf(AndExprContext).b31 = function (_set____db54di) {
|
|
623
623
|
this.left$ = _set____db54di;
|
|
624
624
|
};
|
|
625
|
-
protoOf(AndExprContext).
|
|
625
|
+
protoOf(AndExprContext).g2y = function () {
|
|
626
626
|
return this.left$;
|
|
627
627
|
};
|
|
628
|
-
protoOf(AndExprContext).
|
|
628
|
+
protoOf(AndExprContext).c31 = function (_set____db54di) {
|
|
629
629
|
this.right$ = _set____db54di;
|
|
630
630
|
};
|
|
631
|
-
protoOf(AndExprContext).
|
|
631
|
+
protoOf(AndExprContext).k2y = function () {
|
|
632
632
|
return this.right$;
|
|
633
633
|
};
|
|
634
|
-
protoOf(AndExprContext).
|
|
634
|
+
protoOf(AndExprContext).y25 = function (listener) {
|
|
635
635
|
if (isInterface(listener, StateExpressionListener)) {
|
|
636
|
-
listener.
|
|
636
|
+
listener.i2w(this);
|
|
637
637
|
}
|
|
638
638
|
};
|
|
639
|
-
protoOf(AndExprContext).
|
|
639
|
+
protoOf(AndExprContext).a26 = function (listener) {
|
|
640
640
|
if (isInterface(listener, StateExpressionListener)) {
|
|
641
|
-
listener.
|
|
641
|
+
listener.j2w(this);
|
|
642
642
|
}
|
|
643
643
|
};
|
|
644
|
-
protoOf(AndExprContext).
|
|
644
|
+
protoOf(AndExprContext).y26 = function (visitor) {
|
|
645
645
|
var tmp;
|
|
646
646
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
647
|
-
tmp = visitor.
|
|
647
|
+
tmp = visitor.j2u(this);
|
|
648
648
|
} else {
|
|
649
|
-
tmp = visitor.
|
|
649
|
+
tmp = visitor.h27(this);
|
|
650
650
|
}
|
|
651
651
|
return tmp;
|
|
652
652
|
};
|
|
@@ -655,276 +655,276 @@
|
|
|
655
655
|
this.right$ = null;
|
|
656
656
|
}
|
|
657
657
|
function booleanExpr($this, _p) {
|
|
658
|
-
var _parentctx = $this.
|
|
659
|
-
var _parentState = $this.
|
|
660
|
-
var _localctx = BooleanExprContext_init_$Create$($this.
|
|
658
|
+
var _parentctx = $this.p1u_1;
|
|
659
|
+
var _parentState = $this.r1y_1;
|
|
660
|
+
var _localctx = BooleanExprContext_init_$Create$($this.p1u_1, _parentState);
|
|
661
661
|
var _prevctx = _localctx;
|
|
662
662
|
var _startState = 0;
|
|
663
663
|
var _token;
|
|
664
664
|
var _ctx;
|
|
665
|
-
$this.
|
|
665
|
+
$this.n26(_localctx, 0, 0, _p);
|
|
666
666
|
var _la;
|
|
667
667
|
try {
|
|
668
668
|
var _alt;
|
|
669
|
-
$this.
|
|
670
|
-
$this.
|
|
671
|
-
$this.
|
|
672
|
-
switch ($this.
|
|
669
|
+
$this.k26(_localctx, 1);
|
|
670
|
+
$this.r1y_1 = 22;
|
|
671
|
+
$this.m1u_1.g1v($this);
|
|
672
|
+
switch ($this.a20().s2l($this.n1u_1, 0, $this.p1u_1)) {
|
|
673
673
|
case 1:
|
|
674
674
|
_localctx = ParExprContext_init_$Create$(_localctx);
|
|
675
|
-
$this.
|
|
675
|
+
$this.p1u_1 = _localctx;
|
|
676
676
|
_prevctx = _localctx;
|
|
677
|
-
$this.
|
|
678
|
-
$this.
|
|
679
|
-
$this.
|
|
677
|
+
$this.r1y_1 = 5;
|
|
678
|
+
$this.t25(10);
|
|
679
|
+
$this.r1y_1 = 6;
|
|
680
680
|
_ctx = booleanExpr($this, 0);
|
|
681
681
|
_localctx.expr$ = _ctx;
|
|
682
|
-
$this.
|
|
683
|
-
$this.
|
|
682
|
+
$this.r1y_1 = 7;
|
|
683
|
+
$this.t25(11);
|
|
684
684
|
break;
|
|
685
685
|
case 2:
|
|
686
686
|
_localctx = NotExprContext_init_$Create$(_localctx);
|
|
687
|
-
$this.
|
|
687
|
+
$this.p1u_1 = _localctx;
|
|
688
688
|
_prevctx = _localctx;
|
|
689
|
-
$this.
|
|
690
|
-
$this.
|
|
691
|
-
$this.
|
|
689
|
+
$this.r1y_1 = 9;
|
|
690
|
+
$this.t25(5);
|
|
691
|
+
$this.r1y_1 = 10;
|
|
692
692
|
_ctx = booleanExpr($this, 7);
|
|
693
693
|
_localctx.expr$ = _ctx;
|
|
694
694
|
break;
|
|
695
695
|
case 3:
|
|
696
696
|
_localctx = IsSetFuncContext_init_$Create$(_localctx);
|
|
697
|
-
$this.
|
|
697
|
+
$this.p1u_1 = _localctx;
|
|
698
698
|
_prevctx = _localctx;
|
|
699
|
-
$this.
|
|
700
|
-
$this.
|
|
701
|
-
$this.
|
|
702
|
-
_token = $this.
|
|
699
|
+
$this.r1y_1 = 11;
|
|
700
|
+
$this.t25(14);
|
|
701
|
+
$this.r1y_1 = 12;
|
|
702
|
+
_token = $this.t25(18);
|
|
703
703
|
_localctx.varName$ = _token;
|
|
704
|
-
$this.
|
|
705
|
-
$this.
|
|
704
|
+
$this.r1y_1 = 13;
|
|
705
|
+
$this.t25(11);
|
|
706
706
|
break;
|
|
707
707
|
case 4:
|
|
708
708
|
_localctx = EqExprContext_init_$Create$(_localctx);
|
|
709
|
-
$this.
|
|
709
|
+
$this.p1u_1 = _localctx;
|
|
710
710
|
_prevctx = _localctx;
|
|
711
|
-
$this.
|
|
712
|
-
_token = $this.
|
|
711
|
+
$this.r1y_1 = 14;
|
|
712
|
+
_token = $this.t25(18);
|
|
713
713
|
_localctx.varName$ = _token;
|
|
714
|
-
$this.
|
|
715
|
-
_token = $this.
|
|
714
|
+
$this.r1y_1 = 15;
|
|
715
|
+
_token = $this.n1u_1.e1x(1);
|
|
716
716
|
_localctx.op$ = _token;
|
|
717
|
-
_la = $this.
|
|
717
|
+
_la = $this.n1u_1.y1w(1);
|
|
718
718
|
if (!(_la === 1 || _la === 2)) {
|
|
719
|
-
_token = $this.
|
|
719
|
+
_token = $this.m1u_1.f1v($this);
|
|
720
720
|
_localctx.op$ = _token;
|
|
721
721
|
} else {
|
|
722
|
-
if ($this.
|
|
723
|
-
$this.
|
|
722
|
+
if ($this.n1u_1.y1w(1) === -1) {
|
|
723
|
+
$this.u1u_1 = true;
|
|
724
724
|
}
|
|
725
|
-
$this.
|
|
726
|
-
$this.
|
|
725
|
+
$this.m1u_1.q1v($this);
|
|
726
|
+
$this.j1z();
|
|
727
727
|
}
|
|
728
728
|
|
|
729
|
-
$this.
|
|
730
|
-
_token = $this.
|
|
729
|
+
$this.r1y_1 = 16;
|
|
730
|
+
_token = $this.t25(17);
|
|
731
731
|
_localctx.value$ = _token;
|
|
732
732
|
break;
|
|
733
733
|
case 5:
|
|
734
734
|
_localctx = IntCmpExprContext_init_$Create$(_localctx);
|
|
735
|
-
$this.
|
|
735
|
+
$this.p1u_1 = _localctx;
|
|
736
736
|
_prevctx = _localctx;
|
|
737
|
-
$this.
|
|
738
|
-
_ctx = $this.
|
|
737
|
+
$this.r1y_1 = 17;
|
|
738
|
+
_ctx = $this.g32();
|
|
739
739
|
_localctx.left$ = _ctx;
|
|
740
|
-
$this.
|
|
741
|
-
_token = $this.
|
|
740
|
+
$this.r1y_1 = 18;
|
|
741
|
+
_token = $this.n1u_1.e1x(1);
|
|
742
742
|
_localctx.op$ = _token;
|
|
743
|
-
_la = $this.
|
|
744
|
-
if (!((_la & -64) === 0 && !(new Long(1, 0)).
|
|
745
|
-
_token = $this.
|
|
743
|
+
_la = $this.n1u_1.y1w(1);
|
|
744
|
+
if (!((_la & -64) === 0 && !(new Long(1, 0)).m2(_la).p2(new Long(966, 0)).equals(new Long(0, 0)))) {
|
|
745
|
+
_token = $this.m1u_1.f1v($this);
|
|
746
746
|
_localctx.op$ = _token;
|
|
747
747
|
} else {
|
|
748
|
-
if ($this.
|
|
749
|
-
$this.
|
|
748
|
+
if ($this.n1u_1.y1w(1) === -1) {
|
|
749
|
+
$this.u1u_1 = true;
|
|
750
750
|
}
|
|
751
|
-
$this.
|
|
752
|
-
$this.
|
|
751
|
+
$this.m1u_1.q1v($this);
|
|
752
|
+
$this.j1z();
|
|
753
753
|
}
|
|
754
754
|
|
|
755
|
-
$this.
|
|
756
|
-
_ctx = $this.
|
|
755
|
+
$this.r1y_1 = 19;
|
|
756
|
+
_ctx = $this.g32();
|
|
757
757
|
_localctx.right$ = _ctx;
|
|
758
758
|
break;
|
|
759
759
|
case 6:
|
|
760
760
|
_localctx = BooleanAtomContext_init_$Create$(_localctx);
|
|
761
|
-
$this.
|
|
761
|
+
$this.p1u_1 = _localctx;
|
|
762
762
|
_prevctx = _localctx;
|
|
763
|
-
$this.
|
|
764
|
-
_token = $this.
|
|
763
|
+
$this.r1y_1 = 21;
|
|
764
|
+
_token = $this.n1u_1.e1x(1);
|
|
765
765
|
_localctx.atom$ = _token;
|
|
766
|
-
_la = $this.
|
|
766
|
+
_la = $this.n1u_1.y1w(1);
|
|
767
767
|
if (!(_la === 12 || _la === 13)) {
|
|
768
|
-
_token = $this.
|
|
768
|
+
_token = $this.m1u_1.f1v($this);
|
|
769
769
|
_localctx.atom$ = _token;
|
|
770
770
|
} else {
|
|
771
|
-
if ($this.
|
|
772
|
-
$this.
|
|
771
|
+
if ($this.n1u_1.y1w(1) === -1) {
|
|
772
|
+
$this.u1u_1 = true;
|
|
773
773
|
}
|
|
774
|
-
$this.
|
|
775
|
-
$this.
|
|
774
|
+
$this.m1u_1.q1v($this);
|
|
775
|
+
$this.j1z();
|
|
776
776
|
}
|
|
777
777
|
|
|
778
778
|
break;
|
|
779
779
|
}
|
|
780
|
-
ensureNotNull($this.
|
|
781
|
-
$this.
|
|
782
|
-
$this.
|
|
783
|
-
_alt = $this.
|
|
780
|
+
ensureNotNull($this.p1u_1).c1v_1 = $this.n1u_1.e1x(-1);
|
|
781
|
+
$this.r1y_1 = 32;
|
|
782
|
+
$this.m1u_1.g1v($this);
|
|
783
|
+
_alt = $this.a20().s2l($this.n1u_1, 2, $this.p1u_1);
|
|
784
784
|
while (!(_alt === 2) && !(_alt === 0)) {
|
|
785
785
|
if (_alt === 1) {
|
|
786
786
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
787
|
-
if (!$this.
|
|
788
|
-
$this.
|
|
787
|
+
if (!$this.s1u_1.p()) {
|
|
788
|
+
$this.z25();
|
|
789
789
|
}
|
|
790
790
|
_prevctx = _localctx;
|
|
791
|
-
$this.
|
|
792
|
-
$this.
|
|
793
|
-
var tmp1_subject = $this.
|
|
791
|
+
$this.r1y_1 = 30;
|
|
792
|
+
$this.m1u_1.g1v($this);
|
|
793
|
+
var tmp1_subject = $this.a20().s2l($this.n1u_1, 1, $this.p1u_1);
|
|
794
794
|
if (tmp1_subject === 1) {
|
|
795
795
|
_localctx = AndExprContext_init_$Create$(BooleanExprContext_init_$Create$(_parentctx, _parentState));
|
|
796
796
|
_localctx.left$ = _prevctx;
|
|
797
|
-
$this.
|
|
798
|
-
$this.
|
|
799
|
-
if (!$this.
|
|
797
|
+
$this.o26(_localctx, _startState, 0);
|
|
798
|
+
$this.r1y_1 = 24;
|
|
799
|
+
if (!$this.t24(ensureNotNull($this.p1u_1), 6)) {
|
|
800
800
|
throw new FailedPredicateException($this, 'precpred(context!!, 6)');
|
|
801
801
|
}
|
|
802
|
-
$this.
|
|
803
|
-
$this.
|
|
804
|
-
$this.
|
|
802
|
+
$this.r1y_1 = 25;
|
|
803
|
+
$this.t25(3);
|
|
804
|
+
$this.r1y_1 = 26;
|
|
805
805
|
_ctx = booleanExpr($this, 7);
|
|
806
806
|
_localctx.right$ = _ctx;
|
|
807
807
|
} else if (tmp1_subject === 2) {
|
|
808
808
|
_localctx = OrExprContext_init_$Create$(BooleanExprContext_init_$Create$(_parentctx, _parentState));
|
|
809
809
|
_localctx.left$ = _prevctx;
|
|
810
|
-
$this.
|
|
811
|
-
$this.
|
|
812
|
-
if (!$this.
|
|
810
|
+
$this.o26(_localctx, _startState, 0);
|
|
811
|
+
$this.r1y_1 = 27;
|
|
812
|
+
if (!$this.t24(ensureNotNull($this.p1u_1), 5)) {
|
|
813
813
|
throw new FailedPredicateException($this, 'precpred(context!!, 5)');
|
|
814
814
|
}
|
|
815
|
-
$this.
|
|
816
|
-
$this.
|
|
817
|
-
$this.
|
|
815
|
+
$this.r1y_1 = 28;
|
|
816
|
+
$this.t25(4);
|
|
817
|
+
$this.r1y_1 = 29;
|
|
818
818
|
_ctx = booleanExpr($this, 6);
|
|
819
819
|
_localctx.right$ = _ctx;
|
|
820
820
|
}
|
|
821
821
|
}
|
|
822
|
-
$this.
|
|
823
|
-
$this.
|
|
824
|
-
_alt = $this.
|
|
822
|
+
$this.r1y_1 = 34;
|
|
823
|
+
$this.m1u_1.g1v($this);
|
|
824
|
+
_alt = $this.a20().s2l($this.n1u_1, 2, $this.p1u_1);
|
|
825
825
|
}
|
|
826
826
|
} catch ($p) {
|
|
827
827
|
if ($p instanceof RecognitionException) {
|
|
828
828
|
var re = $p;
|
|
829
|
-
_localctx.
|
|
830
|
-
$this.
|
|
831
|
-
$this.
|
|
829
|
+
_localctx.d1v_1 = re;
|
|
830
|
+
$this.m1u_1.r1v($this, re);
|
|
831
|
+
$this.m1u_1.i1u($this, re);
|
|
832
832
|
} else {
|
|
833
833
|
throw $p;
|
|
834
834
|
}
|
|
835
835
|
}
|
|
836
836
|
finally {
|
|
837
|
-
$this.
|
|
837
|
+
$this.q26(_parentctx);
|
|
838
838
|
}
|
|
839
839
|
return _localctx;
|
|
840
840
|
}
|
|
841
|
-
protoOf(IntExprContext).
|
|
842
|
-
return this.
|
|
841
|
+
protoOf(IntExprContext).b21 = function () {
|
|
842
|
+
return this.k2x_1;
|
|
843
843
|
};
|
|
844
|
-
protoOf(IntExprContext).
|
|
845
|
-
protoOf(ParserRuleContext).
|
|
844
|
+
protoOf(IntExprContext).l2x = function (ctx) {
|
|
845
|
+
protoOf(ParserRuleContext).v26.call(this, ctx);
|
|
846
846
|
};
|
|
847
847
|
function IntExprContext() {
|
|
848
|
-
this.
|
|
848
|
+
this.k2x_1 = 1;
|
|
849
849
|
}
|
|
850
|
-
protoOf(IntAtomContext).
|
|
850
|
+
protoOf(IntAtomContext).v2z = function (_set____db54di) {
|
|
851
851
|
this.value$ = _set____db54di;
|
|
852
852
|
};
|
|
853
|
-
protoOf(IntAtomContext).
|
|
853
|
+
protoOf(IntAtomContext).w2z = function () {
|
|
854
854
|
return this.value$;
|
|
855
855
|
};
|
|
856
|
-
protoOf(IntAtomContext).
|
|
856
|
+
protoOf(IntAtomContext).y25 = function (listener) {
|
|
857
857
|
if (isInterface(listener, StateExpressionListener)) {
|
|
858
|
-
listener.
|
|
858
|
+
listener.o2w(this);
|
|
859
859
|
}
|
|
860
860
|
};
|
|
861
|
-
protoOf(IntAtomContext).
|
|
861
|
+
protoOf(IntAtomContext).a26 = function (listener) {
|
|
862
862
|
if (isInterface(listener, StateExpressionListener)) {
|
|
863
|
-
listener.
|
|
863
|
+
listener.p2w(this);
|
|
864
864
|
}
|
|
865
865
|
};
|
|
866
|
-
protoOf(IntAtomContext).
|
|
866
|
+
protoOf(IntAtomContext).y26 = function (visitor) {
|
|
867
867
|
var tmp;
|
|
868
868
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
869
|
-
tmp = visitor.
|
|
869
|
+
tmp = visitor.m2u(this);
|
|
870
870
|
} else {
|
|
871
|
-
tmp = visitor.
|
|
871
|
+
tmp = visitor.h27(this);
|
|
872
872
|
}
|
|
873
873
|
return tmp;
|
|
874
874
|
};
|
|
875
875
|
function IntAtomContext() {
|
|
876
876
|
this.value$ = null;
|
|
877
877
|
}
|
|
878
|
-
protoOf(ParIntExprContext).
|
|
878
|
+
protoOf(ParIntExprContext).b33 = function (_set____db54di) {
|
|
879
879
|
this.expr$ = _set____db54di;
|
|
880
880
|
};
|
|
881
|
-
protoOf(ParIntExprContext).
|
|
881
|
+
protoOf(ParIntExprContext).w2y = function () {
|
|
882
882
|
return this.expr$;
|
|
883
883
|
};
|
|
884
|
-
protoOf(ParIntExprContext).
|
|
884
|
+
protoOf(ParIntExprContext).y25 = function (listener) {
|
|
885
885
|
if (isInterface(listener, StateExpressionListener)) {
|
|
886
|
-
listener.
|
|
886
|
+
listener.k2w(this);
|
|
887
887
|
}
|
|
888
888
|
};
|
|
889
|
-
protoOf(ParIntExprContext).
|
|
889
|
+
protoOf(ParIntExprContext).a26 = function (listener) {
|
|
890
890
|
if (isInterface(listener, StateExpressionListener)) {
|
|
891
|
-
listener.
|
|
891
|
+
listener.l2w(this);
|
|
892
892
|
}
|
|
893
893
|
};
|
|
894
|
-
protoOf(ParIntExprContext).
|
|
894
|
+
protoOf(ParIntExprContext).y26 = function (visitor) {
|
|
895
895
|
var tmp;
|
|
896
896
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
897
|
-
tmp = visitor.
|
|
897
|
+
tmp = visitor.k2u(this);
|
|
898
898
|
} else {
|
|
899
|
-
tmp = visitor.
|
|
899
|
+
tmp = visitor.h27(this);
|
|
900
900
|
}
|
|
901
901
|
return tmp;
|
|
902
902
|
};
|
|
903
903
|
function ParIntExprContext() {
|
|
904
904
|
this.expr$ = null;
|
|
905
905
|
}
|
|
906
|
-
protoOf(ValuesFuncContext).
|
|
906
|
+
protoOf(ValuesFuncContext).t2z = function (_set____db54di) {
|
|
907
907
|
this.varName$ = _set____db54di;
|
|
908
908
|
};
|
|
909
|
-
protoOf(ValuesFuncContext).
|
|
909
|
+
protoOf(ValuesFuncContext).u2z = function () {
|
|
910
910
|
return this.varName$;
|
|
911
911
|
};
|
|
912
|
-
protoOf(ValuesFuncContext).
|
|
912
|
+
protoOf(ValuesFuncContext).y25 = function (listener) {
|
|
913
913
|
if (isInterface(listener, StateExpressionListener)) {
|
|
914
|
-
listener.
|
|
914
|
+
listener.m2w(this);
|
|
915
915
|
}
|
|
916
916
|
};
|
|
917
|
-
protoOf(ValuesFuncContext).
|
|
917
|
+
protoOf(ValuesFuncContext).a26 = function (listener) {
|
|
918
918
|
if (isInterface(listener, StateExpressionListener)) {
|
|
919
|
-
listener.
|
|
919
|
+
listener.n2w(this);
|
|
920
920
|
}
|
|
921
921
|
};
|
|
922
|
-
protoOf(ValuesFuncContext).
|
|
922
|
+
protoOf(ValuesFuncContext).y26 = function (visitor) {
|
|
923
923
|
var tmp;
|
|
924
924
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
925
|
-
tmp = visitor.
|
|
925
|
+
tmp = visitor.l2u(this);
|
|
926
926
|
} else {
|
|
927
|
-
tmp = visitor.
|
|
927
|
+
tmp = visitor.h27(this);
|
|
928
928
|
}
|
|
929
929
|
return tmp;
|
|
930
930
|
};
|
|
@@ -933,76 +933,76 @@
|
|
|
933
933
|
}
|
|
934
934
|
function booleanExpr_sempred($this, _localctx, predIndex) {
|
|
935
935
|
if (predIndex === 0)
|
|
936
|
-
return $this.
|
|
936
|
+
return $this.t24(ensureNotNull($this.p1u_1), 6);
|
|
937
937
|
else if (predIndex === 1)
|
|
938
|
-
return $this.
|
|
938
|
+
return $this.t24(ensureNotNull($this.p1u_1), 5);
|
|
939
939
|
throw IllegalStateException_init_$Create$('No predicate with index: ' + predIndex);
|
|
940
940
|
}
|
|
941
941
|
function StateExpressionParser(input) {
|
|
942
942
|
Companion_getInstance_0();
|
|
943
943
|
Parser.call(this, input);
|
|
944
|
-
this.
|
|
945
|
-
this.
|
|
946
|
-
this.
|
|
947
|
-
this.
|
|
948
|
-
this.
|
|
949
|
-
this.
|
|
950
|
-
this.
|
|
944
|
+
this.z31_1 = new ParserATNSimulator(this, Companion_getInstance_0().n2x_1, Companion_getInstance_0().o2x_1, Companion_getInstance_0().p2x_1);
|
|
945
|
+
this.a32_1 = 'StateExpression.g4';
|
|
946
|
+
this.b32_1 = Companion_getInstance_0().u2x_1;
|
|
947
|
+
this.c32_1 = Companion_getInstance_0().q2x_1;
|
|
948
|
+
this.d32_1 = Companion_getInstance_0().n2x_1;
|
|
949
|
+
this.e32_1 = Companion_getInstance_0().t2x_1;
|
|
950
|
+
this.f32_1 = '\x04\x01\x12.\x02\x00\x07\x00\x02\x01\x07\x01\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x03\x00\x17\b\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x05\x00\x1F\b\x00\n\x00\f\x00"\t\x00\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x03\x01,\b\x01\x01\x01\x00\x01\x00\x02\x00\x02\x00\x03\x01\x00\x01\x02\x02\x00\x01\x02\x06\t\x01\x00\f\r4\x00\x16\x01\x00\x00\x00\x02+\x01\x00\x00\x00\x04\x05\x06\x00\uFFFF\uFFFF\x00\x05\x06\x05\n\x00\x00\x06\x07\x03\x00\x00\x00\x07\b\x05\x0B\x00\x00\b\x17\x01\x00\x00\x00\t\n\x05\x05\x00\x00\n\x17\x03\x00\x00\x07\x0B\f\x05\x0E\x00\x00\f\r\x05\x12\x00\x00\r\x17\x05\x0B\x00\x00\x0E\x0F\x05\x12\x00\x00\x0F\x10\x07\x00\x00\x00\x10\x17\x05\x11\x00\x00\x11\x12\x03\x02\x01\x00\x12\x13\x07\x01\x00\x00\x13\x14\x03\x02\x01\x00\x14\x17\x01\x00\x00\x00\x15\x17\x07\x02\x00\x00\x16\x04\x01\x00\x00\x00\x16\t\x01\x00\x00\x00\x16\x0B\x01\x00\x00\x00\x16\x0E\x01\x00\x00\x00\x16\x11\x01\x00\x00\x00\x16\x15\x01\x00\x00\x00\x17 \x01\x00\x00\x00\x18\x19\n\x06\x00\x00\x19\x1A\x05\x03\x00\x00\x1A\x1F\x03\x00\x00\x07\x1B\x1C\n\x05\x00\x00\x1C\x1D\x05\x04\x00\x00\x1D\x1F\x03\x00\x00\x06\x1E\x18\x01\x00\x00\x00\x1E\x1B\x01\x00\x00\x00\x1F"\x01\x00\x00\x00 \x1E\x01\x00\x00\x00 !\x01\x00\x00\x00!\x01\x01\x00\x00\x00" \x01\x00\x00\x00#$\x05\n\x00\x00$%\x03\x02\x01\x00%&\x05\x0B\x00\x00&,\x01\x00\x00\x00\'(\x05\x0F\x00\x00()\x05\x12\x00\x00),\x05\x0B\x00\x00*,\x05\x10\x00\x00+#\x01\x00\x00\x00+\'\x01\x00\x00\x00+*\x01\x00\x00\x00,\x03\x01\x00\x00\x00\x04\x16\x1E +';
|
|
951
951
|
}
|
|
952
|
-
protoOf(StateExpressionParser).
|
|
953
|
-
return this.
|
|
952
|
+
protoOf(StateExpressionParser).a20 = function () {
|
|
953
|
+
return this.z31_1;
|
|
954
954
|
};
|
|
955
|
-
protoOf(StateExpressionParser).
|
|
956
|
-
return this.
|
|
955
|
+
protoOf(StateExpressionParser).t23 = function () {
|
|
956
|
+
return this.b32_1;
|
|
957
957
|
};
|
|
958
|
-
protoOf(StateExpressionParser).
|
|
959
|
-
return this.
|
|
958
|
+
protoOf(StateExpressionParser).v20 = function () {
|
|
959
|
+
return this.c32_1;
|
|
960
960
|
};
|
|
961
|
-
protoOf(StateExpressionParser).
|
|
962
|
-
return this.
|
|
961
|
+
protoOf(StateExpressionParser).b20 = function () {
|
|
962
|
+
return this.d32_1;
|
|
963
963
|
};
|
|
964
|
-
protoOf(StateExpressionParser).
|
|
965
|
-
return this.
|
|
964
|
+
protoOf(StateExpressionParser).s1y = function () {
|
|
965
|
+
return this.e32_1;
|
|
966
966
|
};
|
|
967
|
-
protoOf(StateExpressionParser).
|
|
967
|
+
protoOf(StateExpressionParser).m33 = function () {
|
|
968
968
|
return booleanExpr(this, 0);
|
|
969
969
|
};
|
|
970
|
-
protoOf(StateExpressionParser).
|
|
971
|
-
var _localctx = IntExprContext_init_$Create$(this.
|
|
970
|
+
protoOf(StateExpressionParser).g32 = function () {
|
|
971
|
+
var _localctx = IntExprContext_init_$Create$(this.p1u_1, this.r1y_1);
|
|
972
972
|
var _token;
|
|
973
973
|
var _ctx;
|
|
974
|
-
this.
|
|
974
|
+
this.i26(_localctx, 2, 1);
|
|
975
975
|
try {
|
|
976
|
-
this.
|
|
977
|
-
this.
|
|
978
|
-
switch (this.
|
|
976
|
+
this.r1y_1 = 43;
|
|
977
|
+
this.m1u_1.g1v(this);
|
|
978
|
+
switch (this.n1u_1.y1w(1)) {
|
|
979
979
|
case 10:
|
|
980
980
|
_localctx = ParIntExprContext_init_$Create$(_localctx);
|
|
981
|
-
this.
|
|
982
|
-
this.
|
|
983
|
-
this.
|
|
984
|
-
this.
|
|
985
|
-
_ctx = this.
|
|
981
|
+
this.k26(_localctx, 1);
|
|
982
|
+
this.r1y_1 = 35;
|
|
983
|
+
this.t25(10);
|
|
984
|
+
this.r1y_1 = 36;
|
|
985
|
+
_ctx = this.g32();
|
|
986
986
|
_localctx.expr$ = _ctx;
|
|
987
|
-
this.
|
|
988
|
-
this.
|
|
987
|
+
this.r1y_1 = 37;
|
|
988
|
+
this.t25(11);
|
|
989
989
|
break;
|
|
990
990
|
case 15:
|
|
991
991
|
_localctx = ValuesFuncContext_init_$Create$(_localctx);
|
|
992
|
-
this.
|
|
993
|
-
this.
|
|
994
|
-
this.
|
|
995
|
-
this.
|
|
996
|
-
_token = this.
|
|
992
|
+
this.k26(_localctx, 2);
|
|
993
|
+
this.r1y_1 = 39;
|
|
994
|
+
this.t25(15);
|
|
995
|
+
this.r1y_1 = 40;
|
|
996
|
+
_token = this.t25(18);
|
|
997
997
|
_localctx.varName$ = _token;
|
|
998
|
-
this.
|
|
999
|
-
this.
|
|
998
|
+
this.r1y_1 = 41;
|
|
999
|
+
this.t25(11);
|
|
1000
1000
|
break;
|
|
1001
1001
|
case 16:
|
|
1002
1002
|
_localctx = IntAtomContext_init_$Create$(_localctx);
|
|
1003
|
-
this.
|
|
1004
|
-
this.
|
|
1005
|
-
_token = this.
|
|
1003
|
+
this.k26(_localctx, 3);
|
|
1004
|
+
this.r1y_1 = 42;
|
|
1005
|
+
_token = this.t25(16);
|
|
1006
1006
|
_localctx.value$ = _token;
|
|
1007
1007
|
break;
|
|
1008
1008
|
default:
|
|
@@ -1011,19 +1011,19 @@
|
|
|
1011
1011
|
} catch ($p) {
|
|
1012
1012
|
if ($p instanceof RecognitionException) {
|
|
1013
1013
|
var re = $p;
|
|
1014
|
-
_localctx.
|
|
1015
|
-
this.
|
|
1016
|
-
this.
|
|
1014
|
+
_localctx.d1v_1 = re;
|
|
1015
|
+
this.m1u_1.r1v(this, re);
|
|
1016
|
+
this.m1u_1.i1u(this, re);
|
|
1017
1017
|
} else {
|
|
1018
1018
|
throw $p;
|
|
1019
1019
|
}
|
|
1020
1020
|
}
|
|
1021
1021
|
finally {
|
|
1022
|
-
this.
|
|
1022
|
+
this.j26();
|
|
1023
1023
|
}
|
|
1024
1024
|
return _localctx;
|
|
1025
1025
|
};
|
|
1026
|
-
protoOf(StateExpressionParser).
|
|
1026
|
+
protoOf(StateExpressionParser).s24 = function (_localctx, ruleIndex, predIndex) {
|
|
1027
1027
|
if (ruleIndex === 0) {
|
|
1028
1028
|
return booleanExpr_sempred(this, _localctx instanceof BooleanExprContext ? _localctx : THROW_CCE(), predIndex);
|
|
1029
1029
|
}
|
|
@@ -1032,15 +1032,15 @@
|
|
|
1032
1032
|
function StateExpressionVisitor() {
|
|
1033
1033
|
}
|
|
1034
1034
|
function Expression(expr, raw) {
|
|
1035
|
-
this.
|
|
1036
|
-
this.
|
|
1035
|
+
this.n33_1 = expr;
|
|
1036
|
+
this.o33_1 = raw;
|
|
1037
1037
|
}
|
|
1038
|
-
protoOf(Expression).
|
|
1039
|
-
return !(this.
|
|
1038
|
+
protoOf(Expression).p33 = function () {
|
|
1039
|
+
return !(this.n33_1 == null);
|
|
1040
1040
|
};
|
|
1041
|
-
protoOf(Expression).
|
|
1041
|
+
protoOf(Expression).q33 = function (state) {
|
|
1042
1042
|
// Inline function 'kotlin.checkNotNull' call
|
|
1043
|
-
var tmp0 = this.
|
|
1043
|
+
var tmp0 = this.n33_1;
|
|
1044
1044
|
var tmp$ret$1;
|
|
1045
1045
|
$l$block: {
|
|
1046
1046
|
// Inline function 'kotlin.checkNotNull' call
|
|
@@ -1052,10 +1052,10 @@
|
|
|
1052
1052
|
break $l$block;
|
|
1053
1053
|
}
|
|
1054
1054
|
}
|
|
1055
|
-
return tmp$ret$1.
|
|
1055
|
+
return tmp$ret$1.y26((new StateExpressionEvaluator(state)).s33_1);
|
|
1056
1056
|
};
|
|
1057
|
-
protoOf(Expression).
|
|
1058
|
-
var tmp0_safe_receiver = this.
|
|
1057
|
+
protoOf(Expression).u33 = function () {
|
|
1058
|
+
var tmp0_safe_receiver = this.n33_1;
|
|
1059
1059
|
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : vars(tmp0_safe_receiver);
|
|
1060
1060
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
1061
1061
|
var tmp0_elvis_lhs = tmp1_safe_receiver == null ? null : toSet(tmp1_safe_receiver);
|
|
@@ -1072,7 +1072,7 @@
|
|
|
1072
1072
|
if (!(other instanceof Expression)) {
|
|
1073
1073
|
tmp = false;
|
|
1074
1074
|
} else {
|
|
1075
|
-
if (!(this.
|
|
1075
|
+
if (!(this.o33_1 === other.o33_1)) {
|
|
1076
1076
|
tmp = false;
|
|
1077
1077
|
} else {
|
|
1078
1078
|
tmp = true;
|
|
@@ -1083,7 +1083,7 @@
|
|
|
1083
1083
|
return tmp;
|
|
1084
1084
|
};
|
|
1085
1085
|
protoOf(Expression).hashCode = function () {
|
|
1086
|
-
return getStringHashCode(this.
|
|
1086
|
+
return getStringHashCode(this.o33_1);
|
|
1087
1087
|
};
|
|
1088
1088
|
function toExpressionOrNull(_this__u8e3s4) {
|
|
1089
1089
|
// Inline function 'kotlin.text.isNullOrBlank' call
|
|
@@ -1091,11 +1091,11 @@
|
|
|
1091
1091
|
return null;
|
|
1092
1092
|
var tmp;
|
|
1093
1093
|
try {
|
|
1094
|
-
var tokens = new CommonTokenStream(new StateExpressionLexer(CharStreams_getInstance().
|
|
1094
|
+
var tokens = new CommonTokenStream(new StateExpressionLexer(CharStreams_getInstance().c1u(_this__u8e3s4)));
|
|
1095
1095
|
var parser = new StateExpressionParser(tokens);
|
|
1096
|
-
parser.
|
|
1097
|
-
var expr = parser.
|
|
1098
|
-
tmp = tokens.o(tokens.
|
|
1096
|
+
parser.m1u_1 = new BailErrorStrategy();
|
|
1097
|
+
var expr = parser.m33();
|
|
1098
|
+
tmp = tokens.o(tokens.q1w()).d1x() === -1 ? expr : null;
|
|
1099
1099
|
} catch ($p) {
|
|
1100
1100
|
var tmp_0;
|
|
1101
1101
|
if ($p instanceof ParseCancellationException) {
|
|
@@ -1111,7 +1111,7 @@
|
|
|
1111
1111
|
}
|
|
1112
1112
|
function vars(_this__u8e3s4) {
|
|
1113
1113
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
1114
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
1114
|
+
var tmp0_elvis_lhs = _this__u8e3s4.a1v_1;
|
|
1115
1115
|
// Inline function 'kotlin.collections.flatMap' call
|
|
1116
1116
|
var tmp0 = tmp0_elvis_lhs == null ? emptyList() : tmp0_elvis_lhs;
|
|
1117
1117
|
// Inline function 'kotlin.collections.flatMapTo' call
|
|
@@ -1122,15 +1122,15 @@
|
|
|
1122
1122
|
var tmp;
|
|
1123
1123
|
if (isInterface(element, TerminalNode)) {
|
|
1124
1124
|
// Inline function 'kotlin.takeIf' call
|
|
1125
|
-
var this_0 = element.
|
|
1125
|
+
var this_0 = element.h2t();
|
|
1126
1126
|
var tmp_0;
|
|
1127
|
-
if (this_0.
|
|
1127
|
+
if (this_0.d1x() === 18) {
|
|
1128
1128
|
tmp_0 = this_0;
|
|
1129
1129
|
} else {
|
|
1130
1130
|
tmp_0 = null;
|
|
1131
1131
|
}
|
|
1132
1132
|
var tmp1_safe_receiver = tmp_0;
|
|
1133
|
-
tmp = listOfNotNull(tmp1_safe_receiver == null ? null : tmp1_safe_receiver.
|
|
1133
|
+
tmp = listOfNotNull(tmp1_safe_receiver == null ? null : tmp1_safe_receiver.m1x());
|
|
1134
1134
|
} else {
|
|
1135
1135
|
if (element instanceof ParserRuleContext) {
|
|
1136
1136
|
tmp = vars(element);
|
|
@@ -1144,28 +1144,28 @@
|
|
|
1144
1144
|
return destination;
|
|
1145
1145
|
}
|
|
1146
1146
|
function unexpectedToken($this, token) {
|
|
1147
|
-
var message = 'Unexpected token: ' + token.
|
|
1147
|
+
var message = 'Unexpected token: ' + token.m1x();
|
|
1148
1148
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
1149
1149
|
}
|
|
1150
1150
|
function StateExpressionEvaluator$booleanExpr$1(this$0) {
|
|
1151
|
-
this.
|
|
1151
|
+
this.v33_1 = this$0;
|
|
1152
1152
|
StateExpressionBaseVisitor.call(this);
|
|
1153
1153
|
}
|
|
1154
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1155
|
-
return ensureNotNull(ctx.expr$).
|
|
1154
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).d2u = function (ctx) {
|
|
1155
|
+
return ensureNotNull(ctx.expr$).y26(this);
|
|
1156
1156
|
};
|
|
1157
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1158
|
-
return !ensureNotNull(ctx.expr$).
|
|
1157
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).g2u = function (ctx) {
|
|
1158
|
+
return !ensureNotNull(ctx.expr$).y26(this);
|
|
1159
1159
|
};
|
|
1160
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1161
|
-
return ensureNotNull(ctx.left$).
|
|
1160
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).i2u = function (ctx) {
|
|
1161
|
+
return ensureNotNull(ctx.left$).y26(this) || ensureNotNull(ctx.right$).y26(this);
|
|
1162
1162
|
};
|
|
1163
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1164
|
-
return ensureNotNull(ctx.left$).
|
|
1163
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).j2u = function (ctx) {
|
|
1164
|
+
return ensureNotNull(ctx.left$).y26(this) && ensureNotNull(ctx.right$).y26(this);
|
|
1165
1165
|
};
|
|
1166
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1166
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).e2u = function (ctx) {
|
|
1167
1167
|
var tmp;
|
|
1168
|
-
switch (ensureNotNull(ctx.atom$).
|
|
1168
|
+
switch (ensureNotNull(ctx.atom$).d1x()) {
|
|
1169
1169
|
case 12:
|
|
1170
1170
|
tmp = true;
|
|
1171
1171
|
break;
|
|
@@ -1173,38 +1173,38 @@
|
|
|
1173
1173
|
tmp = false;
|
|
1174
1174
|
break;
|
|
1175
1175
|
default:
|
|
1176
|
-
unexpectedToken(this.
|
|
1176
|
+
unexpectedToken(this.v33_1, ensureNotNull(ctx.atom$));
|
|
1177
1177
|
break;
|
|
1178
1178
|
}
|
|
1179
1179
|
return tmp;
|
|
1180
1180
|
};
|
|
1181
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1182
|
-
var varName = ensureNotNull(ensureNotNull(ctx.varName$).
|
|
1181
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).f2u = function (ctx) {
|
|
1182
|
+
var varName = ensureNotNull(ensureNotNull(ctx.varName$).m1x());
|
|
1183
1183
|
// Inline function 'kotlin.run' call
|
|
1184
|
-
var $this$run = ensureNotNull(ensureNotNull(ctx.value$).
|
|
1184
|
+
var $this$run = ensureNotNull(ensureNotNull(ctx.value$).m1x());
|
|
1185
1185
|
// Inline function 'kotlin.text.substring' call
|
|
1186
1186
|
var endIndex = $this$run.length - 1 | 0;
|
|
1187
1187
|
// Inline function 'kotlin.js.asDynamic' call
|
|
1188
1188
|
var value = $this$run.substring(1, endIndex);
|
|
1189
1189
|
var tmp;
|
|
1190
|
-
switch (ensureNotNull(ctx.op$).
|
|
1190
|
+
switch (ensureNotNull(ctx.op$).d1x()) {
|
|
1191
1191
|
case 1:
|
|
1192
|
-
tmp = this.
|
|
1192
|
+
tmp = this.v33_1.r33_1.o1m(varName).f1(value);
|
|
1193
1193
|
break;
|
|
1194
1194
|
case 2:
|
|
1195
|
-
tmp = !this.
|
|
1195
|
+
tmp = !this.v33_1.r33_1.o1m(varName).f1(value);
|
|
1196
1196
|
break;
|
|
1197
1197
|
default:
|
|
1198
|
-
unexpectedToken(this.
|
|
1198
|
+
unexpectedToken(this.v33_1, ensureNotNull(ctx.op$));
|
|
1199
1199
|
break;
|
|
1200
1200
|
}
|
|
1201
1201
|
return tmp;
|
|
1202
1202
|
};
|
|
1203
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1204
|
-
var left = ensureNotNull(ctx.left$).
|
|
1205
|
-
var right = ensureNotNull(ctx.right$).
|
|
1203
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).c2u = function (ctx) {
|
|
1204
|
+
var left = ensureNotNull(ctx.left$).y26(this.v33_1.t33_1);
|
|
1205
|
+
var right = ensureNotNull(ctx.right$).y26(this.v33_1.t33_1);
|
|
1206
1206
|
var tmp;
|
|
1207
|
-
switch (ensureNotNull(ctx.op$).
|
|
1207
|
+
switch (ensureNotNull(ctx.op$).d1x()) {
|
|
1208
1208
|
case 1:
|
|
1209
1209
|
tmp = left === right;
|
|
1210
1210
|
break;
|
|
@@ -1224,37 +1224,37 @@
|
|
|
1224
1224
|
tmp = left <= right;
|
|
1225
1225
|
break;
|
|
1226
1226
|
default:
|
|
1227
|
-
unexpectedToken(this.
|
|
1227
|
+
unexpectedToken(this.v33_1, ensureNotNull(ctx.op$));
|
|
1228
1228
|
break;
|
|
1229
1229
|
}
|
|
1230
1230
|
return tmp;
|
|
1231
1231
|
};
|
|
1232
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1232
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).h2u = function (ctx) {
|
|
1233
1233
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1234
|
-
return !this.
|
|
1234
|
+
return !this.v33_1.r33_1.o1m(ensureNotNull(ensureNotNull(ctx.varName$).m1x())).p();
|
|
1235
1235
|
};
|
|
1236
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1236
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).c2t = function () {
|
|
1237
1237
|
return false;
|
|
1238
1238
|
};
|
|
1239
1239
|
function StateExpressionEvaluator$intExpr$1(this$0) {
|
|
1240
|
-
this.
|
|
1240
|
+
this.w33_1 = this$0;
|
|
1241
1241
|
StateExpressionBaseVisitor.call(this);
|
|
1242
1242
|
}
|
|
1243
|
-
protoOf(StateExpressionEvaluator$intExpr$1).
|
|
1244
|
-
return toInt(ensureNotNull(ensureNotNull(ctx.value$).
|
|
1243
|
+
protoOf(StateExpressionEvaluator$intExpr$1).m2u = function (ctx) {
|
|
1244
|
+
return toInt(ensureNotNull(ensureNotNull(ctx.value$).m1x()));
|
|
1245
1245
|
};
|
|
1246
|
-
protoOf(StateExpressionEvaluator$intExpr$1).
|
|
1247
|
-
return this.
|
|
1246
|
+
protoOf(StateExpressionEvaluator$intExpr$1).l2u = function (ctx) {
|
|
1247
|
+
return this.w33_1.r33_1.o1m(ensureNotNull(ensureNotNull(ctx.varName$).m1x())).m();
|
|
1248
1248
|
};
|
|
1249
|
-
protoOf(StateExpressionEvaluator$intExpr$1).
|
|
1249
|
+
protoOf(StateExpressionEvaluator$intExpr$1).c2t = function () {
|
|
1250
1250
|
return 0;
|
|
1251
1251
|
};
|
|
1252
1252
|
function StateExpressionEvaluator(state) {
|
|
1253
|
-
this.
|
|
1253
|
+
this.r33_1 = state;
|
|
1254
1254
|
var tmp = this;
|
|
1255
|
-
tmp.
|
|
1255
|
+
tmp.s33_1 = new StateExpressionEvaluator$booleanExpr$1(this);
|
|
1256
1256
|
var tmp_0 = this;
|
|
1257
|
-
tmp_0.
|
|
1257
|
+
tmp_0.t33_1 = new StateExpressionEvaluator$intExpr$1(this);
|
|
1258
1258
|
}
|
|
1259
1259
|
//region block: exports
|
|
1260
1260
|
_.$_$ = _.$_$ || {};
|