@cruglobal/godtools-shared 1.3.0-SNAPSHOT.1884 → 1.3.0-SNAPSHOT.2145
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 +48 -48
- package/Kermit-kermit.js +10 -10
- package/antlr-kotlin-antlr-kotlin-runtime.js +3003 -3003
- package/antlr-kotlin-antlr-kotlin-runtime.js.map +1 -1
- package/colormath-root-colormath.js +592 -592
- package/fluid-locale.js +149 -149
- package/kotlin-kotlin-stdlib.js +752 -357
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-common.js +2 -2
- package/kotlin-mpp-godtools-tool-parser-module-parser-base.js +52 -52
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js +521 -521
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +3160 -2424
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-renderer-state.js +1370 -30
- package/kotlin-mpp-godtools-tool-parser-module-renderer-state.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +148 -31
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.js +8 -8
- package/kotlinx-atomicfu.js +22 -22
- package/kotlinx-coroutines-core.js +2636 -2241
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -19,69 +19,69 @@
|
|
|
19
19
|
'use strict';
|
|
20
20
|
//region block: imports
|
|
21
21
|
var AbstractParseTreeVisitor = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.k;
|
|
22
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
23
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
22
|
+
var protoOf = kotlin_kotlin.$_$.j7;
|
|
23
|
+
var initMetadataForClass = kotlin_kotlin.$_$.u6;
|
|
24
24
|
var VOID = kotlin_kotlin.$_$.b;
|
|
25
25
|
var RuntimeMetaData_instance = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.d;
|
|
26
|
-
var Unit_instance = kotlin_kotlin.$_$.
|
|
26
|
+
var Unit_instance = kotlin_kotlin.$_$.l2;
|
|
27
27
|
var ATNDeserializer = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.e;
|
|
28
|
-
var toCharArray = kotlin_kotlin.$_$.
|
|
29
|
-
var ensureNotNull = kotlin_kotlin.$_$.
|
|
28
|
+
var toCharArray = kotlin_kotlin.$_$.w8;
|
|
29
|
+
var ensureNotNull = kotlin_kotlin.$_$.aa;
|
|
30
30
|
var DFA = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.i;
|
|
31
31
|
var PredictionContextCache = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.h;
|
|
32
32
|
var VocabularyImpl = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.u;
|
|
33
|
-
var initMetadataForCompanion = kotlin_kotlin.$_$.
|
|
33
|
+
var initMetadataForCompanion = kotlin_kotlin.$_$.v6;
|
|
34
34
|
var Lexer = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.p;
|
|
35
35
|
var LexerATNSimulator = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.f;
|
|
36
|
-
var initMetadataForInterface = kotlin_kotlin.$_$.
|
|
36
|
+
var initMetadataForInterface = kotlin_kotlin.$_$.x6;
|
|
37
37
|
var ParserRuleContext_init_$Init$ = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.b;
|
|
38
|
-
var objectCreate = kotlin_kotlin.$_$.
|
|
38
|
+
var objectCreate = kotlin_kotlin.$_$.i7;
|
|
39
39
|
var ParserRuleContext_init_$Init$_0 = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.a;
|
|
40
40
|
var ParserRuleContext = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.r;
|
|
41
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
42
|
-
var Long = kotlin_kotlin.$_$.
|
|
43
|
-
var shiftLeft = kotlin_kotlin.$_$.
|
|
44
|
-
var bitwiseAnd = kotlin_kotlin.$_$.
|
|
45
|
-
var equalsLong = kotlin_kotlin.$_$.
|
|
41
|
+
var isInterface = kotlin_kotlin.$_$.c7;
|
|
42
|
+
var Long = kotlin_kotlin.$_$.o9;
|
|
43
|
+
var shiftLeft = kotlin_kotlin.$_$.b6;
|
|
44
|
+
var bitwiseAnd = kotlin_kotlin.$_$.t5;
|
|
45
|
+
var equalsLong = kotlin_kotlin.$_$.x5;
|
|
46
46
|
var FailedPredicateException = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.o;
|
|
47
47
|
var RecognitionException = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.t;
|
|
48
48
|
var Parser = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.s;
|
|
49
49
|
var ParserATNSimulator = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.g;
|
|
50
50
|
var NoViableAltException = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.q;
|
|
51
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
52
|
-
var toString = kotlin_kotlin.$_$.
|
|
51
|
+
var THROW_CCE = kotlin_kotlin.$_$.t9;
|
|
52
|
+
var toString = kotlin_kotlin.$_$.l7;
|
|
53
53
|
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.e1;
|
|
54
|
-
var toSet = kotlin_kotlin.$_$.
|
|
55
|
-
var emptySet = kotlin_kotlin.$_$.
|
|
56
|
-
var getStringHashCode = kotlin_kotlin.$_$.
|
|
57
|
-
var isBlank = kotlin_kotlin.$_$.
|
|
54
|
+
var toSet = kotlin_kotlin.$_$.u4;
|
|
55
|
+
var emptySet = kotlin_kotlin.$_$.o3;
|
|
56
|
+
var getStringHashCode = kotlin_kotlin.$_$.s6;
|
|
57
|
+
var isBlank = kotlin_kotlin.$_$.j8;
|
|
58
58
|
var CharStreams_getInstance = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.c;
|
|
59
59
|
var CommonTokenStream = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.n;
|
|
60
60
|
var BailErrorStrategy = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.m;
|
|
61
61
|
var ParseCancellationException = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.j;
|
|
62
|
-
var emptyList = kotlin_kotlin.$_$.
|
|
62
|
+
var emptyList = kotlin_kotlin.$_$.m3;
|
|
63
63
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.f;
|
|
64
|
-
var listOfNotNull = kotlin_kotlin.$_$.
|
|
64
|
+
var listOfNotNull = kotlin_kotlin.$_$.d4;
|
|
65
65
|
var TerminalNode = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.l;
|
|
66
|
-
var addAll = kotlin_kotlin.$_$.
|
|
67
|
-
var plus = kotlin_kotlin.$_$.
|
|
68
|
-
var CoroutineImpl = kotlin_kotlin.$_$.
|
|
69
|
-
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.
|
|
70
|
-
var initMetadataForLambda = kotlin_kotlin.$_$.
|
|
71
|
-
var initMetadataForCoroutine = kotlin_kotlin.$_$.
|
|
72
|
-
var equals = kotlin_kotlin.$_$.
|
|
73
|
-
var FunctionAdapter = kotlin_kotlin.$_$.
|
|
66
|
+
var addAll = kotlin_kotlin.$_$.x2;
|
|
67
|
+
var plus = kotlin_kotlin.$_$.l4;
|
|
68
|
+
var CoroutineImpl = kotlin_kotlin.$_$.n5;
|
|
69
|
+
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.y4;
|
|
70
|
+
var initMetadataForLambda = kotlin_kotlin.$_$.y6;
|
|
71
|
+
var initMetadataForCoroutine = kotlin_kotlin.$_$.w6;
|
|
72
|
+
var equals = kotlin_kotlin.$_$.n6;
|
|
73
|
+
var FunctionAdapter = kotlin_kotlin.$_$.e6;
|
|
74
74
|
var FlowCollector = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.g;
|
|
75
|
-
var hashCode = kotlin_kotlin.$_$.
|
|
76
|
-
var first = kotlin_kotlin.$_$.
|
|
75
|
+
var hashCode = kotlin_kotlin.$_$.t6;
|
|
76
|
+
var first = kotlin_kotlin.$_$.t3;
|
|
77
77
|
var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.l;
|
|
78
78
|
var MutableSharedFlow = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.h;
|
|
79
|
-
var onSubscription = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.
|
|
80
|
-
var conflate = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.
|
|
81
|
-
var flowOf = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.
|
|
82
|
-
var toList = kotlin_kotlin.$_$.
|
|
83
|
-
var substring = kotlin_kotlin.$_$.
|
|
84
|
-
var toInt = kotlin_kotlin.$_$.
|
|
79
|
+
var onSubscription = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.q;
|
|
80
|
+
var conflate = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.l;
|
|
81
|
+
var flowOf = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.n;
|
|
82
|
+
var toList = kotlin_kotlin.$_$.t4;
|
|
83
|
+
var substring = kotlin_kotlin.$_$.u8;
|
|
84
|
+
var toInt = kotlin_kotlin.$_$.b9;
|
|
85
85
|
//endregion
|
|
86
86
|
//region block: pre-declaration
|
|
87
87
|
initMetadataForInterface(StateExpressionVisitor, 'StateExpressionVisitor');
|
|
@@ -107,16 +107,16 @@
|
|
|
107
107
|
initMetadataForClass(Expression, 'Expression');
|
|
108
108
|
function varsChangeFlow$default(keys, block, $super) {
|
|
109
109
|
keys = keys === VOID ? emptyList() : keys;
|
|
110
|
-
return $super === VOID ? this.
|
|
110
|
+
return $super === VOID ? this.p2r(keys, block) : $super.p2r.call(this, keys, block);
|
|
111
111
|
}
|
|
112
112
|
function addVarValue(key, value) {
|
|
113
|
-
var values = this.
|
|
113
|
+
var values = this.q2r(key);
|
|
114
114
|
if (!values.b1(value)) {
|
|
115
|
-
this.
|
|
115
|
+
this.r2r(key, plus(values, value));
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
function removeVarValue(key, value) {
|
|
119
|
-
var values = this.
|
|
119
|
+
var values = this.q2r(key);
|
|
120
120
|
if (values.b1(value)) {
|
|
121
121
|
// Inline function 'kotlin.collections.filterNot' call
|
|
122
122
|
// Inline function 'kotlin.collections.filterNotTo' call
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
destination.h(element);
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
|
-
this.
|
|
131
|
+
this.r2r(key, destination);
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
134
|
initMetadataForInterface(ExpressionContext, 'ExpressionContext');
|
|
@@ -151,67 +151,67 @@
|
|
|
151
151
|
function StateExpressionBaseVisitor() {
|
|
152
152
|
AbstractParseTreeVisitor.call(this);
|
|
153
153
|
}
|
|
154
|
-
protoOf(StateExpressionBaseVisitor).
|
|
155
|
-
return this.
|
|
154
|
+
protoOf(StateExpressionBaseVisitor).w2h = function (ctx) {
|
|
155
|
+
return this.iw(ctx);
|
|
156
156
|
};
|
|
157
|
-
protoOf(StateExpressionBaseVisitor).
|
|
158
|
-
return this.
|
|
157
|
+
protoOf(StateExpressionBaseVisitor).x2h = function (ctx) {
|
|
158
|
+
return this.iw(ctx);
|
|
159
159
|
};
|
|
160
|
-
protoOf(StateExpressionBaseVisitor).
|
|
161
|
-
return this.
|
|
160
|
+
protoOf(StateExpressionBaseVisitor).y2h = function (ctx) {
|
|
161
|
+
return this.iw(ctx);
|
|
162
162
|
};
|
|
163
|
-
protoOf(StateExpressionBaseVisitor).
|
|
164
|
-
return this.
|
|
163
|
+
protoOf(StateExpressionBaseVisitor).z2h = function (ctx) {
|
|
164
|
+
return this.iw(ctx);
|
|
165
165
|
};
|
|
166
|
-
protoOf(StateExpressionBaseVisitor).
|
|
167
|
-
return this.
|
|
166
|
+
protoOf(StateExpressionBaseVisitor).a2i = function (ctx) {
|
|
167
|
+
return this.iw(ctx);
|
|
168
168
|
};
|
|
169
|
-
protoOf(StateExpressionBaseVisitor).
|
|
170
|
-
return this.
|
|
169
|
+
protoOf(StateExpressionBaseVisitor).b2i = function (ctx) {
|
|
170
|
+
return this.iw(ctx);
|
|
171
171
|
};
|
|
172
|
-
protoOf(StateExpressionBaseVisitor).
|
|
173
|
-
return this.
|
|
172
|
+
protoOf(StateExpressionBaseVisitor).c2i = function (ctx) {
|
|
173
|
+
return this.iw(ctx);
|
|
174
174
|
};
|
|
175
|
-
protoOf(StateExpressionBaseVisitor).
|
|
176
|
-
return this.
|
|
175
|
+
protoOf(StateExpressionBaseVisitor).d2i = function (ctx) {
|
|
176
|
+
return this.iw(ctx);
|
|
177
177
|
};
|
|
178
|
-
protoOf(StateExpressionBaseVisitor).
|
|
179
|
-
return this.
|
|
178
|
+
protoOf(StateExpressionBaseVisitor).e2i = function (ctx) {
|
|
179
|
+
return this.iw(ctx);
|
|
180
180
|
};
|
|
181
|
-
protoOf(StateExpressionBaseVisitor).
|
|
182
|
-
return this.
|
|
181
|
+
protoOf(StateExpressionBaseVisitor).f2i = function (ctx) {
|
|
182
|
+
return this.iw(ctx);
|
|
183
183
|
};
|
|
184
|
-
protoOf(StateExpressionBaseVisitor).
|
|
185
|
-
return this.
|
|
184
|
+
protoOf(StateExpressionBaseVisitor).g2i = function (ctx) {
|
|
185
|
+
return this.iw(ctx);
|
|
186
186
|
};
|
|
187
187
|
function Companion() {
|
|
188
188
|
Companion_instance = this;
|
|
189
|
-
RuntimeMetaData_instance.
|
|
190
|
-
this.
|
|
191
|
-
this.
|
|
189
|
+
RuntimeMetaData_instance.kw('4.13.1', '4.13.1');
|
|
190
|
+
this.h2i_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";
|
|
191
|
+
this.i2i_1 = (new ATNDeserializer()).t10(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"));
|
|
192
192
|
var tmp = this;
|
|
193
193
|
var tmp_0 = 0;
|
|
194
|
-
var tmp_1 = this.
|
|
194
|
+
var tmp_1 = this.i2i_1.yw();
|
|
195
195
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
196
196
|
var tmp_2 = Array(tmp_1);
|
|
197
197
|
while (tmp_0 < tmp_1) {
|
|
198
198
|
var tmp_3 = tmp_0;
|
|
199
|
-
tmp_2[tmp_3] = new DFA(ensureNotNull(Companion_getInstance().
|
|
199
|
+
tmp_2[tmp_3] = new DFA(ensureNotNull(Companion_getInstance().i2i_1.nx(tmp_3)), tmp_3);
|
|
200
200
|
tmp_0 = tmp_0 + 1 | 0;
|
|
201
201
|
}
|
|
202
|
-
tmp.
|
|
203
|
-
this.
|
|
202
|
+
tmp.j2i_1 = tmp_2;
|
|
203
|
+
this.k2i_1 = new PredictionContextCache();
|
|
204
204
|
var tmp_4 = this;
|
|
205
205
|
// Inline function 'kotlin.arrayOf' call
|
|
206
206
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
207
207
|
// Inline function 'kotlin.js.asDynamic' call
|
|
208
|
-
tmp_4.
|
|
208
|
+
tmp_4.l2i_1 = [null, "'=='", "'!='", "'&&'", "'||'", "'!'", "'>='", "'>'", "'<='", "'<'", "'('", "')'", "'true'", "'false'"];
|
|
209
209
|
var tmp_5 = this;
|
|
210
210
|
// Inline function 'kotlin.arrayOf' call
|
|
211
211
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
212
212
|
// Inline function 'kotlin.js.asDynamic' call
|
|
213
|
-
tmp_5.
|
|
214
|
-
this.
|
|
213
|
+
tmp_5.m2i_1 = [null, 'EQ', 'NEQ', 'AND', 'OR', 'NOT', 'GTE', 'GT', 'LTE', 'LT', 'OPAR', 'CPAR', 'TRUE', 'FALSE', 'FUNC_ISSET', 'FUNC_VALUES', 'INT', 'STRING', 'VAR'];
|
|
214
|
+
this.n2i_1 = new VocabularyImpl(this.l2i_1, this.m2i_1);
|
|
215
215
|
}
|
|
216
216
|
var Companion_instance;
|
|
217
217
|
function Companion_getInstance() {
|
|
@@ -222,38 +222,38 @@
|
|
|
222
222
|
function StateExpressionLexer(input) {
|
|
223
223
|
Companion_getInstance();
|
|
224
224
|
Lexer.call(this, input);
|
|
225
|
-
this.
|
|
226
|
-
this.
|
|
227
|
-
this.
|
|
228
|
-
this.
|
|
229
|
-
this.
|
|
225
|
+
this.g2j_1 = new LexerATNSimulator(this, Companion_getInstance().i2i_1, Companion_getInstance().j2i_1, Companion_getInstance().k2i_1);
|
|
226
|
+
this.h2j_1 = 'StateExpression.g4';
|
|
227
|
+
this.i2j_1 = Companion_getInstance().i2i_1;
|
|
228
|
+
this.j2j_1 = Companion_getInstance().n2i_1;
|
|
229
|
+
this.k2j_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";
|
|
230
230
|
var tmp = this;
|
|
231
231
|
// Inline function 'kotlin.arrayOf' call
|
|
232
232
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
233
233
|
// Inline function 'kotlin.js.asDynamic' call
|
|
234
|
-
tmp.
|
|
234
|
+
tmp.l2j_1 = ['EQ', 'NEQ', 'AND', 'OR', 'NOT', 'GTE', 'GT', 'LTE', 'LT', 'OPAR', 'CPAR', 'TRUE', 'FALSE', 'FUNC_ISSET', 'FUNC_VALUES', 'INT', 'STRING', 'VAR'];
|
|
235
235
|
var tmp_0 = this;
|
|
236
236
|
// Inline function 'kotlin.arrayOf' call
|
|
237
237
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
238
238
|
// Inline function 'kotlin.js.asDynamic' call
|
|
239
|
-
tmp_0.
|
|
239
|
+
tmp_0.m2j_1 = ['DEFAULT_TOKEN_CHANNEL', 'HIDDEN'];
|
|
240
240
|
var tmp_1 = this;
|
|
241
241
|
// Inline function 'kotlin.arrayOf' call
|
|
242
242
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
243
243
|
// Inline function 'kotlin.js.asDynamic' call
|
|
244
|
-
tmp_1.
|
|
244
|
+
tmp_1.n2j_1 = ['DEFAULT_MODE'];
|
|
245
245
|
}
|
|
246
|
-
protoOf(StateExpressionLexer).
|
|
247
|
-
return this.
|
|
246
|
+
protoOf(StateExpressionLexer).bp = function () {
|
|
247
|
+
return this.g2j_1;
|
|
248
248
|
};
|
|
249
|
-
protoOf(StateExpressionLexer).
|
|
250
|
-
return this.
|
|
249
|
+
protoOf(StateExpressionLexer).cp = function () {
|
|
250
|
+
return this.i2j_1;
|
|
251
251
|
};
|
|
252
|
-
protoOf(StateExpressionLexer).
|
|
253
|
-
return this.
|
|
252
|
+
protoOf(StateExpressionLexer).tn = function () {
|
|
253
|
+
return this.j2j_1;
|
|
254
254
|
};
|
|
255
|
-
protoOf(StateExpressionLexer).
|
|
256
|
-
return this.
|
|
255
|
+
protoOf(StateExpressionLexer).wp = function () {
|
|
256
|
+
return this.l2j_1;
|
|
257
257
|
};
|
|
258
258
|
function StateExpressionListener() {
|
|
259
259
|
}
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
function IntCmpExprContext_init_$Init$(ctx, $this) {
|
|
277
277
|
BooleanExprContext_init_$Init$_0($this);
|
|
278
278
|
IntCmpExprContext.call($this);
|
|
279
|
-
$this.
|
|
279
|
+
$this.u2k(ctx);
|
|
280
280
|
return $this;
|
|
281
281
|
}
|
|
282
282
|
function IntCmpExprContext_init_$Create$(ctx) {
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
function ParExprContext_init_$Init$(ctx, $this) {
|
|
286
286
|
BooleanExprContext_init_$Init$_0($this);
|
|
287
287
|
ParExprContext.call($this);
|
|
288
|
-
$this.
|
|
288
|
+
$this.u2k(ctx);
|
|
289
289
|
return $this;
|
|
290
290
|
}
|
|
291
291
|
function ParExprContext_init_$Create$(ctx) {
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
function BooleanAtomContext_init_$Init$(ctx, $this) {
|
|
295
295
|
BooleanExprContext_init_$Init$_0($this);
|
|
296
296
|
BooleanAtomContext.call($this);
|
|
297
|
-
$this.
|
|
297
|
+
$this.u2k(ctx);
|
|
298
298
|
return $this;
|
|
299
299
|
}
|
|
300
300
|
function BooleanAtomContext_init_$Create$(ctx) {
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
function EqExprContext_init_$Init$(ctx, $this) {
|
|
304
304
|
BooleanExprContext_init_$Init$_0($this);
|
|
305
305
|
EqExprContext.call($this);
|
|
306
|
-
$this.
|
|
306
|
+
$this.u2k(ctx);
|
|
307
307
|
return $this;
|
|
308
308
|
}
|
|
309
309
|
function EqExprContext_init_$Create$(ctx) {
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
function NotExprContext_init_$Init$(ctx, $this) {
|
|
313
313
|
BooleanExprContext_init_$Init$_0($this);
|
|
314
314
|
NotExprContext.call($this);
|
|
315
|
-
$this.
|
|
315
|
+
$this.u2k(ctx);
|
|
316
316
|
return $this;
|
|
317
317
|
}
|
|
318
318
|
function NotExprContext_init_$Create$(ctx) {
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
function IsSetFuncContext_init_$Init$(ctx, $this) {
|
|
322
322
|
BooleanExprContext_init_$Init$_0($this);
|
|
323
323
|
IsSetFuncContext.call($this);
|
|
324
|
-
$this.
|
|
324
|
+
$this.u2k(ctx);
|
|
325
325
|
return $this;
|
|
326
326
|
}
|
|
327
327
|
function IsSetFuncContext_init_$Create$(ctx) {
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
function OrExprContext_init_$Init$(ctx, $this) {
|
|
331
331
|
BooleanExprContext_init_$Init$_0($this);
|
|
332
332
|
OrExprContext.call($this);
|
|
333
|
-
$this.
|
|
333
|
+
$this.u2k(ctx);
|
|
334
334
|
return $this;
|
|
335
335
|
}
|
|
336
336
|
function OrExprContext_init_$Create$(ctx) {
|
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
function AndExprContext_init_$Init$(ctx, $this) {
|
|
340
340
|
BooleanExprContext_init_$Init$_0($this);
|
|
341
341
|
AndExprContext.call($this);
|
|
342
|
-
$this.
|
|
342
|
+
$this.u2k(ctx);
|
|
343
343
|
return $this;
|
|
344
344
|
}
|
|
345
345
|
function AndExprContext_init_$Create$(ctx) {
|
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
function IntAtomContext_init_$Init$(ctx, $this) {
|
|
365
365
|
IntExprContext_init_$Init$_0($this);
|
|
366
366
|
IntAtomContext.call($this);
|
|
367
|
-
$this.
|
|
367
|
+
$this.f2l(ctx);
|
|
368
368
|
return $this;
|
|
369
369
|
}
|
|
370
370
|
function IntAtomContext_init_$Create$(ctx) {
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
function ParIntExprContext_init_$Init$(ctx, $this) {
|
|
374
374
|
IntExprContext_init_$Init$_0($this);
|
|
375
375
|
ParIntExprContext.call($this);
|
|
376
|
-
$this.
|
|
376
|
+
$this.f2l(ctx);
|
|
377
377
|
return $this;
|
|
378
378
|
}
|
|
379
379
|
function ParIntExprContext_init_$Create$(ctx) {
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
function ValuesFuncContext_init_$Init$(ctx, $this) {
|
|
383
383
|
IntExprContext_init_$Init$_0($this);
|
|
384
384
|
ValuesFuncContext.call($this);
|
|
385
|
-
$this.
|
|
385
|
+
$this.f2l(ctx);
|
|
386
386
|
return $this;
|
|
387
387
|
}
|
|
388
388
|
function ValuesFuncContext_init_$Create$(ctx) {
|
|
@@ -390,50 +390,50 @@
|
|
|
390
390
|
}
|
|
391
391
|
function Companion_0() {
|
|
392
392
|
Companion_instance_0 = this;
|
|
393
|
-
RuntimeMetaData_instance.
|
|
394
|
-
this.
|
|
395
|
-
this.
|
|
393
|
+
RuntimeMetaData_instance.kw('4.13.1', '4.13.1');
|
|
394
|
+
this.g2l_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 +';
|
|
395
|
+
this.h2l_1 = (new ATNDeserializer()).t10(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 +'));
|
|
396
396
|
var tmp = this;
|
|
397
397
|
var tmp_0 = 0;
|
|
398
|
-
var tmp_1 = this.
|
|
398
|
+
var tmp_1 = this.h2l_1.yw();
|
|
399
399
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
400
400
|
var tmp_2 = Array(tmp_1);
|
|
401
401
|
while (tmp_0 < tmp_1) {
|
|
402
402
|
var tmp_3 = tmp_0;
|
|
403
|
-
tmp_2[tmp_3] = new DFA(ensureNotNull(Companion_getInstance_0().
|
|
403
|
+
tmp_2[tmp_3] = new DFA(ensureNotNull(Companion_getInstance_0().h2l_1.nx(tmp_3)), tmp_3);
|
|
404
404
|
tmp_0 = tmp_0 + 1 | 0;
|
|
405
405
|
}
|
|
406
|
-
tmp.
|
|
407
|
-
this.
|
|
406
|
+
tmp.i2l_1 = tmp_2;
|
|
407
|
+
this.j2l_1 = new PredictionContextCache();
|
|
408
408
|
var tmp_4 = this;
|
|
409
409
|
// Inline function 'kotlin.arrayOf' call
|
|
410
410
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
411
411
|
// Inline function 'kotlin.js.asDynamic' call
|
|
412
|
-
tmp_4.
|
|
412
|
+
tmp_4.k2l_1 = ['booleanExpr', 'intExpr'];
|
|
413
413
|
var tmp_5 = this;
|
|
414
414
|
// Inline function 'kotlin.arrayOf' call
|
|
415
415
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
416
416
|
// Inline function 'kotlin.js.asDynamic' call
|
|
417
|
-
tmp_5.
|
|
417
|
+
tmp_5.l2l_1 = [null, "'=='", "'!='", "'&&'", "'||'", "'!'", "'>='", "'>'", "'<='", "'<'", "'('", "')'", "'true'", "'false'"];
|
|
418
418
|
var tmp_6 = this;
|
|
419
419
|
// Inline function 'kotlin.arrayOf' call
|
|
420
420
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
421
421
|
// Inline function 'kotlin.js.asDynamic' call
|
|
422
|
-
tmp_6.
|
|
423
|
-
this.
|
|
422
|
+
tmp_6.m2l_1 = [null, 'EQ', 'NEQ', 'AND', 'OR', 'NOT', 'GTE', 'GT', 'LTE', 'LT', 'OPAR', 'CPAR', 'TRUE', 'FALSE', 'FUNC_ISSET', 'FUNC_VALUES', 'INT', 'STRING', 'VAR'];
|
|
423
|
+
this.n2l_1 = new VocabularyImpl(this.l2l_1, this.m2l_1);
|
|
424
424
|
var tmp_7 = this;
|
|
425
425
|
var tmp_8 = 0;
|
|
426
|
-
var tmp_9 = this.
|
|
426
|
+
var tmp_9 = this.m2l_1.length;
|
|
427
427
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
428
428
|
var tmp_10 = Array(tmp_9);
|
|
429
429
|
while (tmp_8 < tmp_9) {
|
|
430
430
|
var tmp_11 = tmp_8;
|
|
431
|
-
var tmp0_elvis_lhs = Companion_getInstance_0().
|
|
432
|
-
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? Companion_getInstance_0().
|
|
431
|
+
var tmp0_elvis_lhs = Companion_getInstance_0().n2l_1.vw(tmp_11);
|
|
432
|
+
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? Companion_getInstance_0().n2l_1.ww(tmp_11) : tmp0_elvis_lhs;
|
|
433
433
|
tmp_10[tmp_11] = tmp1_elvis_lhs == null ? '<INVALID>' : tmp1_elvis_lhs;
|
|
434
434
|
tmp_8 = tmp_8 + 1 | 0;
|
|
435
435
|
}
|
|
436
|
-
tmp_7.
|
|
436
|
+
tmp_7.o2l_1 = tmp_10;
|
|
437
437
|
}
|
|
438
438
|
var Companion_instance_0;
|
|
439
439
|
function Companion_getInstance_0() {
|
|
@@ -441,49 +441,49 @@
|
|
|
441
441
|
new Companion_0();
|
|
442
442
|
return Companion_instance_0;
|
|
443
443
|
}
|
|
444
|
-
protoOf(BooleanExprContext).
|
|
445
|
-
return this.
|
|
444
|
+
protoOf(BooleanExprContext).cq = function () {
|
|
445
|
+
return this.t2k_1;
|
|
446
446
|
};
|
|
447
|
-
protoOf(BooleanExprContext).
|
|
448
|
-
protoOf(ParserRuleContext).
|
|
447
|
+
protoOf(BooleanExprContext).u2k = function (ctx) {
|
|
448
|
+
protoOf(ParserRuleContext).wv.call(this, ctx);
|
|
449
449
|
};
|
|
450
450
|
function BooleanExprContext() {
|
|
451
|
-
this.
|
|
451
|
+
this.t2k_1 = 0;
|
|
452
452
|
}
|
|
453
|
-
protoOf(IntCmpExprContext).
|
|
453
|
+
protoOf(IntCmpExprContext).z2l = function (_set____db54di) {
|
|
454
454
|
this.left$ = _set____db54di;
|
|
455
455
|
};
|
|
456
|
-
protoOf(IntCmpExprContext).
|
|
456
|
+
protoOf(IntCmpExprContext).a2m = function () {
|
|
457
457
|
return this.left$;
|
|
458
458
|
};
|
|
459
|
-
protoOf(IntCmpExprContext).
|
|
459
|
+
protoOf(IntCmpExprContext).b2m = function (_set____db54di) {
|
|
460
460
|
this.op$ = _set____db54di;
|
|
461
461
|
};
|
|
462
|
-
protoOf(IntCmpExprContext).
|
|
462
|
+
protoOf(IntCmpExprContext).c2m = function () {
|
|
463
463
|
return this.op$;
|
|
464
464
|
};
|
|
465
|
-
protoOf(IntCmpExprContext).
|
|
465
|
+
protoOf(IntCmpExprContext).d2m = function (_set____db54di) {
|
|
466
466
|
this.right$ = _set____db54di;
|
|
467
467
|
};
|
|
468
|
-
protoOf(IntCmpExprContext).
|
|
468
|
+
protoOf(IntCmpExprContext).e2m = function () {
|
|
469
469
|
return this.right$;
|
|
470
470
|
};
|
|
471
|
-
protoOf(IntCmpExprContext).
|
|
471
|
+
protoOf(IntCmpExprContext).zu = function (listener) {
|
|
472
472
|
if (isInterface(listener, StateExpressionListener)) {
|
|
473
|
-
listener.
|
|
473
|
+
listener.o2j(this);
|
|
474
474
|
}
|
|
475
475
|
};
|
|
476
|
-
protoOf(IntCmpExprContext).
|
|
476
|
+
protoOf(IntCmpExprContext).bv = function (listener) {
|
|
477
477
|
if (isInterface(listener, StateExpressionListener)) {
|
|
478
|
-
listener.
|
|
478
|
+
listener.p2j(this);
|
|
479
479
|
}
|
|
480
480
|
};
|
|
481
|
-
protoOf(IntCmpExprContext).
|
|
481
|
+
protoOf(IntCmpExprContext).zv = function (visitor) {
|
|
482
482
|
var tmp;
|
|
483
483
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
484
|
-
tmp = visitor.
|
|
484
|
+
tmp = visitor.w2h(this);
|
|
485
485
|
} else {
|
|
486
|
-
tmp = visitor.
|
|
486
|
+
tmp = visitor.iw(this);
|
|
487
487
|
}
|
|
488
488
|
return tmp;
|
|
489
489
|
};
|
|
@@ -492,96 +492,96 @@
|
|
|
492
492
|
this.op$ = null;
|
|
493
493
|
this.right$ = null;
|
|
494
494
|
}
|
|
495
|
-
protoOf(ParExprContext).
|
|
495
|
+
protoOf(ParExprContext).p2m = function (_set____db54di) {
|
|
496
496
|
this.expr$ = _set____db54di;
|
|
497
497
|
};
|
|
498
|
-
protoOf(ParExprContext).
|
|
498
|
+
protoOf(ParExprContext).q2m = function () {
|
|
499
499
|
return this.expr$;
|
|
500
500
|
};
|
|
501
|
-
protoOf(ParExprContext).
|
|
501
|
+
protoOf(ParExprContext).zu = function (listener) {
|
|
502
502
|
if (isInterface(listener, StateExpressionListener)) {
|
|
503
|
-
listener.
|
|
503
|
+
listener.q2j(this);
|
|
504
504
|
}
|
|
505
505
|
};
|
|
506
|
-
protoOf(ParExprContext).
|
|
506
|
+
protoOf(ParExprContext).bv = function (listener) {
|
|
507
507
|
if (isInterface(listener, StateExpressionListener)) {
|
|
508
|
-
listener.
|
|
508
|
+
listener.r2j(this);
|
|
509
509
|
}
|
|
510
510
|
};
|
|
511
|
-
protoOf(ParExprContext).
|
|
511
|
+
protoOf(ParExprContext).zv = function (visitor) {
|
|
512
512
|
var tmp;
|
|
513
513
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
514
|
-
tmp = visitor.
|
|
514
|
+
tmp = visitor.x2h(this);
|
|
515
515
|
} else {
|
|
516
|
-
tmp = visitor.
|
|
516
|
+
tmp = visitor.iw(this);
|
|
517
517
|
}
|
|
518
518
|
return tmp;
|
|
519
519
|
};
|
|
520
520
|
function ParExprContext() {
|
|
521
521
|
this.expr$ = null;
|
|
522
522
|
}
|
|
523
|
-
protoOf(BooleanAtomContext).
|
|
523
|
+
protoOf(BooleanAtomContext).b2n = function (_set____db54di) {
|
|
524
524
|
this.atom$ = _set____db54di;
|
|
525
525
|
};
|
|
526
|
-
protoOf(BooleanAtomContext).
|
|
526
|
+
protoOf(BooleanAtomContext).c2n = function () {
|
|
527
527
|
return this.atom$;
|
|
528
528
|
};
|
|
529
|
-
protoOf(BooleanAtomContext).
|
|
529
|
+
protoOf(BooleanAtomContext).zu = function (listener) {
|
|
530
530
|
if (isInterface(listener, StateExpressionListener)) {
|
|
531
|
-
listener.
|
|
531
|
+
listener.s2j(this);
|
|
532
532
|
}
|
|
533
533
|
};
|
|
534
|
-
protoOf(BooleanAtomContext).
|
|
534
|
+
protoOf(BooleanAtomContext).bv = function (listener) {
|
|
535
535
|
if (isInterface(listener, StateExpressionListener)) {
|
|
536
|
-
listener.
|
|
536
|
+
listener.t2j(this);
|
|
537
537
|
}
|
|
538
538
|
};
|
|
539
|
-
protoOf(BooleanAtomContext).
|
|
539
|
+
protoOf(BooleanAtomContext).zv = function (visitor) {
|
|
540
540
|
var tmp;
|
|
541
541
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
542
|
-
tmp = visitor.
|
|
542
|
+
tmp = visitor.y2h(this);
|
|
543
543
|
} else {
|
|
544
|
-
tmp = visitor.
|
|
544
|
+
tmp = visitor.iw(this);
|
|
545
545
|
}
|
|
546
546
|
return tmp;
|
|
547
547
|
};
|
|
548
548
|
function BooleanAtomContext() {
|
|
549
549
|
this.atom$ = null;
|
|
550
550
|
}
|
|
551
|
-
protoOf(EqExprContext).
|
|
551
|
+
protoOf(EqExprContext).n2n = function (_set____db54di) {
|
|
552
552
|
this.varName$ = _set____db54di;
|
|
553
553
|
};
|
|
554
|
-
protoOf(EqExprContext).
|
|
554
|
+
protoOf(EqExprContext).o2n = function () {
|
|
555
555
|
return this.varName$;
|
|
556
556
|
};
|
|
557
|
-
protoOf(EqExprContext).
|
|
557
|
+
protoOf(EqExprContext).b2m = function (_set____db54di) {
|
|
558
558
|
this.op$ = _set____db54di;
|
|
559
559
|
};
|
|
560
|
-
protoOf(EqExprContext).
|
|
560
|
+
protoOf(EqExprContext).c2m = function () {
|
|
561
561
|
return this.op$;
|
|
562
562
|
};
|
|
563
|
-
protoOf(EqExprContext).
|
|
563
|
+
protoOf(EqExprContext).p2n = function (_set____db54di) {
|
|
564
564
|
this.value$ = _set____db54di;
|
|
565
565
|
};
|
|
566
|
-
protoOf(EqExprContext).
|
|
566
|
+
protoOf(EqExprContext).q2n = function () {
|
|
567
567
|
return this.value$;
|
|
568
568
|
};
|
|
569
|
-
protoOf(EqExprContext).
|
|
569
|
+
protoOf(EqExprContext).zu = function (listener) {
|
|
570
570
|
if (isInterface(listener, StateExpressionListener)) {
|
|
571
|
-
listener.
|
|
571
|
+
listener.u2j(this);
|
|
572
572
|
}
|
|
573
573
|
};
|
|
574
|
-
protoOf(EqExprContext).
|
|
574
|
+
protoOf(EqExprContext).bv = function (listener) {
|
|
575
575
|
if (isInterface(listener, StateExpressionListener)) {
|
|
576
|
-
listener.
|
|
576
|
+
listener.v2j(this);
|
|
577
577
|
}
|
|
578
578
|
};
|
|
579
|
-
protoOf(EqExprContext).
|
|
579
|
+
protoOf(EqExprContext).zv = function (visitor) {
|
|
580
580
|
var tmp;
|
|
581
581
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
582
|
-
tmp = visitor.
|
|
582
|
+
tmp = visitor.z2h(this);
|
|
583
583
|
} else {
|
|
584
|
-
tmp = visitor.
|
|
584
|
+
tmp = visitor.iw(this);
|
|
585
585
|
}
|
|
586
586
|
return tmp;
|
|
587
587
|
};
|
|
@@ -590,90 +590,90 @@
|
|
|
590
590
|
this.op$ = null;
|
|
591
591
|
this.value$ = null;
|
|
592
592
|
}
|
|
593
|
-
protoOf(NotExprContext).
|
|
593
|
+
protoOf(NotExprContext).p2m = function (_set____db54di) {
|
|
594
594
|
this.expr$ = _set____db54di;
|
|
595
595
|
};
|
|
596
|
-
protoOf(NotExprContext).
|
|
596
|
+
protoOf(NotExprContext).q2m = function () {
|
|
597
597
|
return this.expr$;
|
|
598
598
|
};
|
|
599
|
-
protoOf(NotExprContext).
|
|
599
|
+
protoOf(NotExprContext).zu = function (listener) {
|
|
600
600
|
if (isInterface(listener, StateExpressionListener)) {
|
|
601
|
-
listener.
|
|
601
|
+
listener.w2j(this);
|
|
602
602
|
}
|
|
603
603
|
};
|
|
604
|
-
protoOf(NotExprContext).
|
|
604
|
+
protoOf(NotExprContext).bv = function (listener) {
|
|
605
605
|
if (isInterface(listener, StateExpressionListener)) {
|
|
606
|
-
listener.
|
|
606
|
+
listener.x2j(this);
|
|
607
607
|
}
|
|
608
608
|
};
|
|
609
|
-
protoOf(NotExprContext).
|
|
609
|
+
protoOf(NotExprContext).zv = function (visitor) {
|
|
610
610
|
var tmp;
|
|
611
611
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
612
|
-
tmp = visitor.
|
|
612
|
+
tmp = visitor.a2i(this);
|
|
613
613
|
} else {
|
|
614
|
-
tmp = visitor.
|
|
614
|
+
tmp = visitor.iw(this);
|
|
615
615
|
}
|
|
616
616
|
return tmp;
|
|
617
617
|
};
|
|
618
618
|
function NotExprContext() {
|
|
619
619
|
this.expr$ = null;
|
|
620
620
|
}
|
|
621
|
-
protoOf(IsSetFuncContext).
|
|
621
|
+
protoOf(IsSetFuncContext).n2n = function (_set____db54di) {
|
|
622
622
|
this.varName$ = _set____db54di;
|
|
623
623
|
};
|
|
624
|
-
protoOf(IsSetFuncContext).
|
|
624
|
+
protoOf(IsSetFuncContext).o2n = function () {
|
|
625
625
|
return this.varName$;
|
|
626
626
|
};
|
|
627
|
-
protoOf(IsSetFuncContext).
|
|
627
|
+
protoOf(IsSetFuncContext).zu = function (listener) {
|
|
628
628
|
if (isInterface(listener, StateExpressionListener)) {
|
|
629
|
-
listener.
|
|
629
|
+
listener.y2j(this);
|
|
630
630
|
}
|
|
631
631
|
};
|
|
632
|
-
protoOf(IsSetFuncContext).
|
|
632
|
+
protoOf(IsSetFuncContext).bv = function (listener) {
|
|
633
633
|
if (isInterface(listener, StateExpressionListener)) {
|
|
634
|
-
listener.
|
|
634
|
+
listener.z2j(this);
|
|
635
635
|
}
|
|
636
636
|
};
|
|
637
|
-
protoOf(IsSetFuncContext).
|
|
637
|
+
protoOf(IsSetFuncContext).zv = function (visitor) {
|
|
638
638
|
var tmp;
|
|
639
639
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
640
|
-
tmp = visitor.
|
|
640
|
+
tmp = visitor.b2i(this);
|
|
641
641
|
} else {
|
|
642
|
-
tmp = visitor.
|
|
642
|
+
tmp = visitor.iw(this);
|
|
643
643
|
}
|
|
644
644
|
return tmp;
|
|
645
645
|
};
|
|
646
646
|
function IsSetFuncContext() {
|
|
647
647
|
this.varName$ = null;
|
|
648
648
|
}
|
|
649
|
-
protoOf(OrExprContext).
|
|
649
|
+
protoOf(OrExprContext).v2o = function (_set____db54di) {
|
|
650
650
|
this.left$ = _set____db54di;
|
|
651
651
|
};
|
|
652
|
-
protoOf(OrExprContext).
|
|
652
|
+
protoOf(OrExprContext).a2m = function () {
|
|
653
653
|
return this.left$;
|
|
654
654
|
};
|
|
655
|
-
protoOf(OrExprContext).
|
|
655
|
+
protoOf(OrExprContext).w2o = function (_set____db54di) {
|
|
656
656
|
this.right$ = _set____db54di;
|
|
657
657
|
};
|
|
658
|
-
protoOf(OrExprContext).
|
|
658
|
+
protoOf(OrExprContext).e2m = function () {
|
|
659
659
|
return this.right$;
|
|
660
660
|
};
|
|
661
|
-
protoOf(OrExprContext).
|
|
661
|
+
protoOf(OrExprContext).zu = function (listener) {
|
|
662
662
|
if (isInterface(listener, StateExpressionListener)) {
|
|
663
|
-
listener.
|
|
663
|
+
listener.a2k(this);
|
|
664
664
|
}
|
|
665
665
|
};
|
|
666
|
-
protoOf(OrExprContext).
|
|
666
|
+
protoOf(OrExprContext).bv = function (listener) {
|
|
667
667
|
if (isInterface(listener, StateExpressionListener)) {
|
|
668
|
-
listener.
|
|
668
|
+
listener.b2k(this);
|
|
669
669
|
}
|
|
670
670
|
};
|
|
671
|
-
protoOf(OrExprContext).
|
|
671
|
+
protoOf(OrExprContext).zv = function (visitor) {
|
|
672
672
|
var tmp;
|
|
673
673
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
674
|
-
tmp = visitor.
|
|
674
|
+
tmp = visitor.c2i(this);
|
|
675
675
|
} else {
|
|
676
|
-
tmp = visitor.
|
|
676
|
+
tmp = visitor.iw(this);
|
|
677
677
|
}
|
|
678
678
|
return tmp;
|
|
679
679
|
};
|
|
@@ -681,34 +681,34 @@
|
|
|
681
681
|
this.left$ = null;
|
|
682
682
|
this.right$ = null;
|
|
683
683
|
}
|
|
684
|
-
protoOf(AndExprContext).
|
|
684
|
+
protoOf(AndExprContext).v2o = function (_set____db54di) {
|
|
685
685
|
this.left$ = _set____db54di;
|
|
686
686
|
};
|
|
687
|
-
protoOf(AndExprContext).
|
|
687
|
+
protoOf(AndExprContext).a2m = function () {
|
|
688
688
|
return this.left$;
|
|
689
689
|
};
|
|
690
|
-
protoOf(AndExprContext).
|
|
690
|
+
protoOf(AndExprContext).w2o = function (_set____db54di) {
|
|
691
691
|
this.right$ = _set____db54di;
|
|
692
692
|
};
|
|
693
|
-
protoOf(AndExprContext).
|
|
693
|
+
protoOf(AndExprContext).e2m = function () {
|
|
694
694
|
return this.right$;
|
|
695
695
|
};
|
|
696
|
-
protoOf(AndExprContext).
|
|
696
|
+
protoOf(AndExprContext).zu = function (listener) {
|
|
697
697
|
if (isInterface(listener, StateExpressionListener)) {
|
|
698
|
-
listener.
|
|
698
|
+
listener.c2k(this);
|
|
699
699
|
}
|
|
700
700
|
};
|
|
701
|
-
protoOf(AndExprContext).
|
|
701
|
+
protoOf(AndExprContext).bv = function (listener) {
|
|
702
702
|
if (isInterface(listener, StateExpressionListener)) {
|
|
703
|
-
listener.
|
|
703
|
+
listener.d2k(this);
|
|
704
704
|
}
|
|
705
705
|
};
|
|
706
|
-
protoOf(AndExprContext).
|
|
706
|
+
protoOf(AndExprContext).zv = function (visitor) {
|
|
707
707
|
var tmp;
|
|
708
708
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
709
|
-
tmp = visitor.
|
|
709
|
+
tmp = visitor.d2i(this);
|
|
710
710
|
} else {
|
|
711
|
-
tmp = visitor.
|
|
711
|
+
tmp = visitor.iw(this);
|
|
712
712
|
}
|
|
713
713
|
return tmp;
|
|
714
714
|
};
|
|
@@ -717,276 +717,276 @@
|
|
|
717
717
|
this.right$ = null;
|
|
718
718
|
}
|
|
719
719
|
function booleanExpr($this, _p) {
|
|
720
|
-
var _parentctx = $this.
|
|
721
|
-
var _parentState = $this.
|
|
722
|
-
var _localctx = BooleanExprContext_init_$Create$($this.
|
|
720
|
+
var _parentctx = $this.pj_1;
|
|
721
|
+
var _parentState = $this.sn_1;
|
|
722
|
+
var _localctx = BooleanExprContext_init_$Create$($this.pj_1, _parentState);
|
|
723
723
|
var _prevctx = _localctx;
|
|
724
724
|
var _startState = 0;
|
|
725
725
|
var _token;
|
|
726
726
|
var _ctx;
|
|
727
|
-
$this.
|
|
727
|
+
$this.ov(_localctx, 0, 0, _p);
|
|
728
728
|
var _la;
|
|
729
729
|
try {
|
|
730
730
|
var _alt;
|
|
731
|
-
$this.
|
|
732
|
-
$this.
|
|
733
|
-
$this.
|
|
734
|
-
switch ($this.
|
|
731
|
+
$this.lv(_localctx, 1);
|
|
732
|
+
$this.sn_1 = 22;
|
|
733
|
+
$this.mj_1.gk($this);
|
|
734
|
+
switch ($this.bp().v1a($this.nj_1, 0, $this.pj_1)) {
|
|
735
735
|
case 1:
|
|
736
736
|
_localctx = ParExprContext_init_$Create$(_localctx);
|
|
737
|
-
$this.
|
|
737
|
+
$this.pj_1 = _localctx;
|
|
738
738
|
_prevctx = _localctx;
|
|
739
|
-
$this.
|
|
740
|
-
$this.
|
|
741
|
-
$this.
|
|
739
|
+
$this.sn_1 = 5;
|
|
740
|
+
$this.uu(10);
|
|
741
|
+
$this.sn_1 = 6;
|
|
742
742
|
_ctx = booleanExpr($this, 0);
|
|
743
743
|
_localctx.expr$ = _ctx;
|
|
744
|
-
$this.
|
|
745
|
-
$this.
|
|
744
|
+
$this.sn_1 = 7;
|
|
745
|
+
$this.uu(11);
|
|
746
746
|
break;
|
|
747
747
|
case 2:
|
|
748
748
|
_localctx = NotExprContext_init_$Create$(_localctx);
|
|
749
|
-
$this.
|
|
749
|
+
$this.pj_1 = _localctx;
|
|
750
750
|
_prevctx = _localctx;
|
|
751
|
-
$this.
|
|
752
|
-
$this.
|
|
753
|
-
$this.
|
|
751
|
+
$this.sn_1 = 9;
|
|
752
|
+
$this.uu(5);
|
|
753
|
+
$this.sn_1 = 10;
|
|
754
754
|
_ctx = booleanExpr($this, 7);
|
|
755
755
|
_localctx.expr$ = _ctx;
|
|
756
756
|
break;
|
|
757
757
|
case 3:
|
|
758
758
|
_localctx = IsSetFuncContext_init_$Create$(_localctx);
|
|
759
|
-
$this.
|
|
759
|
+
$this.pj_1 = _localctx;
|
|
760
760
|
_prevctx = _localctx;
|
|
761
|
-
$this.
|
|
762
|
-
$this.
|
|
763
|
-
$this.
|
|
764
|
-
_token = $this.
|
|
761
|
+
$this.sn_1 = 11;
|
|
762
|
+
$this.uu(14);
|
|
763
|
+
$this.sn_1 = 12;
|
|
764
|
+
_token = $this.uu(18);
|
|
765
765
|
_localctx.varName$ = _token;
|
|
766
|
-
$this.
|
|
767
|
-
$this.
|
|
766
|
+
$this.sn_1 = 13;
|
|
767
|
+
$this.uu(11);
|
|
768
768
|
break;
|
|
769
769
|
case 4:
|
|
770
770
|
_localctx = EqExprContext_init_$Create$(_localctx);
|
|
771
|
-
$this.
|
|
771
|
+
$this.pj_1 = _localctx;
|
|
772
772
|
_prevctx = _localctx;
|
|
773
|
-
$this.
|
|
774
|
-
_token = $this.
|
|
773
|
+
$this.sn_1 = 14;
|
|
774
|
+
_token = $this.uu(18);
|
|
775
775
|
_localctx.varName$ = _token;
|
|
776
|
-
$this.
|
|
777
|
-
_token = $this.
|
|
776
|
+
$this.sn_1 = 15;
|
|
777
|
+
_token = $this.nj_1.em(1);
|
|
778
778
|
_localctx.op$ = _token;
|
|
779
|
-
_la = $this.
|
|
779
|
+
_la = $this.nj_1.yl(1);
|
|
780
780
|
if (!(_la === 1 || _la === 2)) {
|
|
781
|
-
_token = $this.
|
|
781
|
+
_token = $this.mj_1.fk($this);
|
|
782
782
|
_localctx.op$ = _token;
|
|
783
783
|
} else {
|
|
784
|
-
if ($this.
|
|
785
|
-
$this.
|
|
784
|
+
if ($this.nj_1.yl(1) === -1) {
|
|
785
|
+
$this.uj_1 = true;
|
|
786
786
|
}
|
|
787
|
-
$this.
|
|
788
|
-
$this.
|
|
787
|
+
$this.mj_1.qk($this);
|
|
788
|
+
$this.ko();
|
|
789
789
|
}
|
|
790
790
|
|
|
791
|
-
$this.
|
|
792
|
-
_token = $this.
|
|
791
|
+
$this.sn_1 = 16;
|
|
792
|
+
_token = $this.uu(17);
|
|
793
793
|
_localctx.value$ = _token;
|
|
794
794
|
break;
|
|
795
795
|
case 5:
|
|
796
796
|
_localctx = IntCmpExprContext_init_$Create$(_localctx);
|
|
797
|
-
$this.
|
|
797
|
+
$this.pj_1 = _localctx;
|
|
798
798
|
_prevctx = _localctx;
|
|
799
|
-
$this.
|
|
800
|
-
_ctx = $this.
|
|
799
|
+
$this.sn_1 = 17;
|
|
800
|
+
_ctx = $this.a2q();
|
|
801
801
|
_localctx.left$ = _ctx;
|
|
802
|
-
$this.
|
|
803
|
-
_token = $this.
|
|
802
|
+
$this.sn_1 = 18;
|
|
803
|
+
_token = $this.nj_1.em(1);
|
|
804
804
|
_localctx.op$ = _token;
|
|
805
|
-
_la = $this.
|
|
805
|
+
_la = $this.nj_1.yl(1);
|
|
806
806
|
if (!((_la & -64) === 0 && !equalsLong(bitwiseAnd(shiftLeft(new Long(1, 0), _la), new Long(966, 0)), new Long(0, 0)))) {
|
|
807
|
-
_token = $this.
|
|
807
|
+
_token = $this.mj_1.fk($this);
|
|
808
808
|
_localctx.op$ = _token;
|
|
809
809
|
} else {
|
|
810
|
-
if ($this.
|
|
811
|
-
$this.
|
|
810
|
+
if ($this.nj_1.yl(1) === -1) {
|
|
811
|
+
$this.uj_1 = true;
|
|
812
812
|
}
|
|
813
|
-
$this.
|
|
814
|
-
$this.
|
|
813
|
+
$this.mj_1.qk($this);
|
|
814
|
+
$this.ko();
|
|
815
815
|
}
|
|
816
816
|
|
|
817
|
-
$this.
|
|
818
|
-
_ctx = $this.
|
|
817
|
+
$this.sn_1 = 19;
|
|
818
|
+
_ctx = $this.a2q();
|
|
819
819
|
_localctx.right$ = _ctx;
|
|
820
820
|
break;
|
|
821
821
|
case 6:
|
|
822
822
|
_localctx = BooleanAtomContext_init_$Create$(_localctx);
|
|
823
|
-
$this.
|
|
823
|
+
$this.pj_1 = _localctx;
|
|
824
824
|
_prevctx = _localctx;
|
|
825
|
-
$this.
|
|
826
|
-
_token = $this.
|
|
825
|
+
$this.sn_1 = 21;
|
|
826
|
+
_token = $this.nj_1.em(1);
|
|
827
827
|
_localctx.atom$ = _token;
|
|
828
|
-
_la = $this.
|
|
828
|
+
_la = $this.nj_1.yl(1);
|
|
829
829
|
if (!(_la === 12 || _la === 13)) {
|
|
830
|
-
_token = $this.
|
|
830
|
+
_token = $this.mj_1.fk($this);
|
|
831
831
|
_localctx.atom$ = _token;
|
|
832
832
|
} else {
|
|
833
|
-
if ($this.
|
|
834
|
-
$this.
|
|
833
|
+
if ($this.nj_1.yl(1) === -1) {
|
|
834
|
+
$this.uj_1 = true;
|
|
835
835
|
}
|
|
836
|
-
$this.
|
|
837
|
-
$this.
|
|
836
|
+
$this.mj_1.qk($this);
|
|
837
|
+
$this.ko();
|
|
838
838
|
}
|
|
839
839
|
|
|
840
840
|
break;
|
|
841
841
|
}
|
|
842
|
-
ensureNotNull($this.
|
|
843
|
-
$this.
|
|
844
|
-
$this.
|
|
845
|
-
_alt = $this.
|
|
842
|
+
ensureNotNull($this.pj_1).ck_1 = $this.nj_1.em(-1);
|
|
843
|
+
$this.sn_1 = 32;
|
|
844
|
+
$this.mj_1.gk($this);
|
|
845
|
+
_alt = $this.bp().v1a($this.nj_1, 2, $this.pj_1);
|
|
846
846
|
while (!(_alt === 2) && !(_alt === 0)) {
|
|
847
847
|
if (_alt === 1) {
|
|
848
848
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
849
|
-
if (!$this.
|
|
850
|
-
$this.
|
|
849
|
+
if (!$this.sj_1.q()) {
|
|
850
|
+
$this.av();
|
|
851
851
|
}
|
|
852
852
|
_prevctx = _localctx;
|
|
853
|
-
$this.
|
|
854
|
-
$this.
|
|
855
|
-
var tmp1_subject = $this.
|
|
853
|
+
$this.sn_1 = 30;
|
|
854
|
+
$this.mj_1.gk($this);
|
|
855
|
+
var tmp1_subject = $this.bp().v1a($this.nj_1, 1, $this.pj_1);
|
|
856
856
|
if (tmp1_subject === 1) {
|
|
857
857
|
_localctx = AndExprContext_init_$Create$(BooleanExprContext_init_$Create$(_parentctx, _parentState));
|
|
858
858
|
_localctx.left$ = _prevctx;
|
|
859
|
-
$this.
|
|
860
|
-
$this.
|
|
861
|
-
if (!$this.
|
|
859
|
+
$this.pv(_localctx, _startState, 0);
|
|
860
|
+
$this.sn_1 = 24;
|
|
861
|
+
if (!$this.ut(ensureNotNull($this.pj_1), 6)) {
|
|
862
862
|
throw new FailedPredicateException($this, 'precpred(context!!, 6)');
|
|
863
863
|
}
|
|
864
|
-
$this.
|
|
865
|
-
$this.
|
|
866
|
-
$this.
|
|
864
|
+
$this.sn_1 = 25;
|
|
865
|
+
$this.uu(3);
|
|
866
|
+
$this.sn_1 = 26;
|
|
867
867
|
_ctx = booleanExpr($this, 7);
|
|
868
868
|
_localctx.right$ = _ctx;
|
|
869
869
|
} else if (tmp1_subject === 2) {
|
|
870
870
|
_localctx = OrExprContext_init_$Create$(BooleanExprContext_init_$Create$(_parentctx, _parentState));
|
|
871
871
|
_localctx.left$ = _prevctx;
|
|
872
|
-
$this.
|
|
873
|
-
$this.
|
|
874
|
-
if (!$this.
|
|
872
|
+
$this.pv(_localctx, _startState, 0);
|
|
873
|
+
$this.sn_1 = 27;
|
|
874
|
+
if (!$this.ut(ensureNotNull($this.pj_1), 5)) {
|
|
875
875
|
throw new FailedPredicateException($this, 'precpred(context!!, 5)');
|
|
876
876
|
}
|
|
877
|
-
$this.
|
|
878
|
-
$this.
|
|
879
|
-
$this.
|
|
877
|
+
$this.sn_1 = 28;
|
|
878
|
+
$this.uu(4);
|
|
879
|
+
$this.sn_1 = 29;
|
|
880
880
|
_ctx = booleanExpr($this, 6);
|
|
881
881
|
_localctx.right$ = _ctx;
|
|
882
882
|
}
|
|
883
883
|
}
|
|
884
|
-
$this.
|
|
885
|
-
$this.
|
|
886
|
-
_alt = $this.
|
|
884
|
+
$this.sn_1 = 34;
|
|
885
|
+
$this.mj_1.gk($this);
|
|
886
|
+
_alt = $this.bp().v1a($this.nj_1, 2, $this.pj_1);
|
|
887
887
|
}
|
|
888
888
|
} catch ($p) {
|
|
889
889
|
if ($p instanceof RecognitionException) {
|
|
890
890
|
var re = $p;
|
|
891
|
-
_localctx.
|
|
892
|
-
$this.
|
|
893
|
-
$this.
|
|
891
|
+
_localctx.dk_1 = re;
|
|
892
|
+
$this.mj_1.rk($this, re);
|
|
893
|
+
$this.mj_1.ij($this, re);
|
|
894
894
|
} else {
|
|
895
895
|
throw $p;
|
|
896
896
|
}
|
|
897
897
|
}
|
|
898
898
|
finally {
|
|
899
|
-
$this.
|
|
899
|
+
$this.rv(_parentctx);
|
|
900
900
|
}
|
|
901
901
|
return _localctx;
|
|
902
902
|
}
|
|
903
|
-
protoOf(IntExprContext).
|
|
904
|
-
return this.
|
|
903
|
+
protoOf(IntExprContext).cq = function () {
|
|
904
|
+
return this.e2l_1;
|
|
905
905
|
};
|
|
906
|
-
protoOf(IntExprContext).
|
|
907
|
-
protoOf(ParserRuleContext).
|
|
906
|
+
protoOf(IntExprContext).f2l = function (ctx) {
|
|
907
|
+
protoOf(ParserRuleContext).wv.call(this, ctx);
|
|
908
908
|
};
|
|
909
909
|
function IntExprContext() {
|
|
910
|
-
this.
|
|
910
|
+
this.e2l_1 = 1;
|
|
911
911
|
}
|
|
912
|
-
protoOf(IntAtomContext).
|
|
912
|
+
protoOf(IntAtomContext).p2n = function (_set____db54di) {
|
|
913
913
|
this.value$ = _set____db54di;
|
|
914
914
|
};
|
|
915
|
-
protoOf(IntAtomContext).
|
|
915
|
+
protoOf(IntAtomContext).q2n = function () {
|
|
916
916
|
return this.value$;
|
|
917
917
|
};
|
|
918
|
-
protoOf(IntAtomContext).
|
|
918
|
+
protoOf(IntAtomContext).zu = function (listener) {
|
|
919
919
|
if (isInterface(listener, StateExpressionListener)) {
|
|
920
|
-
listener.
|
|
920
|
+
listener.i2k(this);
|
|
921
921
|
}
|
|
922
922
|
};
|
|
923
|
-
protoOf(IntAtomContext).
|
|
923
|
+
protoOf(IntAtomContext).bv = function (listener) {
|
|
924
924
|
if (isInterface(listener, StateExpressionListener)) {
|
|
925
|
-
listener.
|
|
925
|
+
listener.j2k(this);
|
|
926
926
|
}
|
|
927
927
|
};
|
|
928
|
-
protoOf(IntAtomContext).
|
|
928
|
+
protoOf(IntAtomContext).zv = function (visitor) {
|
|
929
929
|
var tmp;
|
|
930
930
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
931
|
-
tmp = visitor.
|
|
931
|
+
tmp = visitor.g2i(this);
|
|
932
932
|
} else {
|
|
933
|
-
tmp = visitor.
|
|
933
|
+
tmp = visitor.iw(this);
|
|
934
934
|
}
|
|
935
935
|
return tmp;
|
|
936
936
|
};
|
|
937
937
|
function IntAtomContext() {
|
|
938
938
|
this.value$ = null;
|
|
939
939
|
}
|
|
940
|
-
protoOf(ParIntExprContext).
|
|
940
|
+
protoOf(ParIntExprContext).v2q = function (_set____db54di) {
|
|
941
941
|
this.expr$ = _set____db54di;
|
|
942
942
|
};
|
|
943
|
-
protoOf(ParIntExprContext).
|
|
943
|
+
protoOf(ParIntExprContext).q2m = function () {
|
|
944
944
|
return this.expr$;
|
|
945
945
|
};
|
|
946
|
-
protoOf(ParIntExprContext).
|
|
946
|
+
protoOf(ParIntExprContext).zu = function (listener) {
|
|
947
947
|
if (isInterface(listener, StateExpressionListener)) {
|
|
948
|
-
listener.
|
|
948
|
+
listener.e2k(this);
|
|
949
949
|
}
|
|
950
950
|
};
|
|
951
|
-
protoOf(ParIntExprContext).
|
|
951
|
+
protoOf(ParIntExprContext).bv = function (listener) {
|
|
952
952
|
if (isInterface(listener, StateExpressionListener)) {
|
|
953
|
-
listener.
|
|
953
|
+
listener.f2k(this);
|
|
954
954
|
}
|
|
955
955
|
};
|
|
956
|
-
protoOf(ParIntExprContext).
|
|
956
|
+
protoOf(ParIntExprContext).zv = function (visitor) {
|
|
957
957
|
var tmp;
|
|
958
958
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
959
|
-
tmp = visitor.
|
|
959
|
+
tmp = visitor.e2i(this);
|
|
960
960
|
} else {
|
|
961
|
-
tmp = visitor.
|
|
961
|
+
tmp = visitor.iw(this);
|
|
962
962
|
}
|
|
963
963
|
return tmp;
|
|
964
964
|
};
|
|
965
965
|
function ParIntExprContext() {
|
|
966
966
|
this.expr$ = null;
|
|
967
967
|
}
|
|
968
|
-
protoOf(ValuesFuncContext).
|
|
968
|
+
protoOf(ValuesFuncContext).n2n = function (_set____db54di) {
|
|
969
969
|
this.varName$ = _set____db54di;
|
|
970
970
|
};
|
|
971
|
-
protoOf(ValuesFuncContext).
|
|
971
|
+
protoOf(ValuesFuncContext).o2n = function () {
|
|
972
972
|
return this.varName$;
|
|
973
973
|
};
|
|
974
|
-
protoOf(ValuesFuncContext).
|
|
974
|
+
protoOf(ValuesFuncContext).zu = function (listener) {
|
|
975
975
|
if (isInterface(listener, StateExpressionListener)) {
|
|
976
|
-
listener.
|
|
976
|
+
listener.g2k(this);
|
|
977
977
|
}
|
|
978
978
|
};
|
|
979
|
-
protoOf(ValuesFuncContext).
|
|
979
|
+
protoOf(ValuesFuncContext).bv = function (listener) {
|
|
980
980
|
if (isInterface(listener, StateExpressionListener)) {
|
|
981
|
-
listener.
|
|
981
|
+
listener.h2k(this);
|
|
982
982
|
}
|
|
983
983
|
};
|
|
984
|
-
protoOf(ValuesFuncContext).
|
|
984
|
+
protoOf(ValuesFuncContext).zv = function (visitor) {
|
|
985
985
|
var tmp;
|
|
986
986
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
987
|
-
tmp = visitor.
|
|
987
|
+
tmp = visitor.f2i(this);
|
|
988
988
|
} else {
|
|
989
|
-
tmp = visitor.
|
|
989
|
+
tmp = visitor.iw(this);
|
|
990
990
|
}
|
|
991
991
|
return tmp;
|
|
992
992
|
};
|
|
@@ -995,76 +995,76 @@
|
|
|
995
995
|
}
|
|
996
996
|
function booleanExpr_sempred($this, _localctx, predIndex) {
|
|
997
997
|
if (predIndex === 0)
|
|
998
|
-
return $this.
|
|
998
|
+
return $this.ut(ensureNotNull($this.pj_1), 6);
|
|
999
999
|
else if (predIndex === 1)
|
|
1000
|
-
return $this.
|
|
1000
|
+
return $this.ut(ensureNotNull($this.pj_1), 5);
|
|
1001
1001
|
return true;
|
|
1002
1002
|
}
|
|
1003
1003
|
function StateExpressionParser(input) {
|
|
1004
1004
|
Companion_getInstance_0();
|
|
1005
1005
|
Parser.call(this, input);
|
|
1006
|
-
this.
|
|
1007
|
-
this.
|
|
1008
|
-
this.
|
|
1009
|
-
this.
|
|
1010
|
-
this.
|
|
1011
|
-
this.
|
|
1012
|
-
this.
|
|
1006
|
+
this.t2p_1 = new ParserATNSimulator(this, Companion_getInstance_0().h2l_1, Companion_getInstance_0().i2l_1, Companion_getInstance_0().j2l_1);
|
|
1007
|
+
this.u2p_1 = 'StateExpression.g4';
|
|
1008
|
+
this.v2p_1 = Companion_getInstance_0().o2l_1;
|
|
1009
|
+
this.w2p_1 = Companion_getInstance_0().k2l_1;
|
|
1010
|
+
this.x2p_1 = Companion_getInstance_0().h2l_1;
|
|
1011
|
+
this.y2p_1 = Companion_getInstance_0().n2l_1;
|
|
1012
|
+
this.z2p_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 +';
|
|
1013
1013
|
}
|
|
1014
|
-
protoOf(StateExpressionParser).
|
|
1015
|
-
return this.
|
|
1014
|
+
protoOf(StateExpressionParser).bp = function () {
|
|
1015
|
+
return this.t2p_1;
|
|
1016
1016
|
};
|
|
1017
|
-
protoOf(StateExpressionParser).
|
|
1018
|
-
return this.
|
|
1017
|
+
protoOf(StateExpressionParser).us = function () {
|
|
1018
|
+
return this.v2p_1;
|
|
1019
1019
|
};
|
|
1020
|
-
protoOf(StateExpressionParser).
|
|
1021
|
-
return this.
|
|
1020
|
+
protoOf(StateExpressionParser).wp = function () {
|
|
1021
|
+
return this.w2p_1;
|
|
1022
1022
|
};
|
|
1023
|
-
protoOf(StateExpressionParser).
|
|
1024
|
-
return this.
|
|
1023
|
+
protoOf(StateExpressionParser).cp = function () {
|
|
1024
|
+
return this.x2p_1;
|
|
1025
1025
|
};
|
|
1026
|
-
protoOf(StateExpressionParser).
|
|
1027
|
-
return this.
|
|
1026
|
+
protoOf(StateExpressionParser).tn = function () {
|
|
1027
|
+
return this.y2p_1;
|
|
1028
1028
|
};
|
|
1029
|
-
protoOf(StateExpressionParser).
|
|
1029
|
+
protoOf(StateExpressionParser).g2r = function () {
|
|
1030
1030
|
return booleanExpr(this, 0);
|
|
1031
1031
|
};
|
|
1032
|
-
protoOf(StateExpressionParser).
|
|
1033
|
-
var _localctx = IntExprContext_init_$Create$(this.
|
|
1032
|
+
protoOf(StateExpressionParser).a2q = function () {
|
|
1033
|
+
var _localctx = IntExprContext_init_$Create$(this.pj_1, this.sn_1);
|
|
1034
1034
|
var _token;
|
|
1035
1035
|
var _ctx;
|
|
1036
|
-
this.
|
|
1036
|
+
this.jv(_localctx, 2, 1);
|
|
1037
1037
|
try {
|
|
1038
|
-
this.
|
|
1039
|
-
this.
|
|
1040
|
-
switch (this.
|
|
1038
|
+
this.sn_1 = 43;
|
|
1039
|
+
this.mj_1.gk(this);
|
|
1040
|
+
switch (this.nj_1.yl(1)) {
|
|
1041
1041
|
case 10:
|
|
1042
1042
|
_localctx = ParIntExprContext_init_$Create$(_localctx);
|
|
1043
|
-
this.
|
|
1044
|
-
this.
|
|
1045
|
-
this.
|
|
1046
|
-
this.
|
|
1047
|
-
_ctx = this.
|
|
1043
|
+
this.lv(_localctx, 1);
|
|
1044
|
+
this.sn_1 = 35;
|
|
1045
|
+
this.uu(10);
|
|
1046
|
+
this.sn_1 = 36;
|
|
1047
|
+
_ctx = this.a2q();
|
|
1048
1048
|
_localctx.expr$ = _ctx;
|
|
1049
|
-
this.
|
|
1050
|
-
this.
|
|
1049
|
+
this.sn_1 = 37;
|
|
1050
|
+
this.uu(11);
|
|
1051
1051
|
break;
|
|
1052
1052
|
case 15:
|
|
1053
1053
|
_localctx = ValuesFuncContext_init_$Create$(_localctx);
|
|
1054
|
-
this.
|
|
1055
|
-
this.
|
|
1056
|
-
this.
|
|
1057
|
-
this.
|
|
1058
|
-
_token = this.
|
|
1054
|
+
this.lv(_localctx, 2);
|
|
1055
|
+
this.sn_1 = 39;
|
|
1056
|
+
this.uu(15);
|
|
1057
|
+
this.sn_1 = 40;
|
|
1058
|
+
_token = this.uu(18);
|
|
1059
1059
|
_localctx.varName$ = _token;
|
|
1060
|
-
this.
|
|
1061
|
-
this.
|
|
1060
|
+
this.sn_1 = 41;
|
|
1061
|
+
this.uu(11);
|
|
1062
1062
|
break;
|
|
1063
1063
|
case 16:
|
|
1064
1064
|
_localctx = IntAtomContext_init_$Create$(_localctx);
|
|
1065
|
-
this.
|
|
1066
|
-
this.
|
|
1067
|
-
_token = this.
|
|
1065
|
+
this.lv(_localctx, 3);
|
|
1066
|
+
this.sn_1 = 42;
|
|
1067
|
+
_token = this.uu(16);
|
|
1068
1068
|
_localctx.value$ = _token;
|
|
1069
1069
|
break;
|
|
1070
1070
|
default:
|
|
@@ -1073,19 +1073,19 @@
|
|
|
1073
1073
|
} catch ($p) {
|
|
1074
1074
|
if ($p instanceof RecognitionException) {
|
|
1075
1075
|
var re = $p;
|
|
1076
|
-
_localctx.
|
|
1077
|
-
this.
|
|
1078
|
-
this.
|
|
1076
|
+
_localctx.dk_1 = re;
|
|
1077
|
+
this.mj_1.rk(this, re);
|
|
1078
|
+
this.mj_1.ij(this, re);
|
|
1079
1079
|
} else {
|
|
1080
1080
|
throw $p;
|
|
1081
1081
|
}
|
|
1082
1082
|
}
|
|
1083
1083
|
finally {
|
|
1084
|
-
this.
|
|
1084
|
+
this.kv();
|
|
1085
1085
|
}
|
|
1086
1086
|
return _localctx;
|
|
1087
1087
|
};
|
|
1088
|
-
protoOf(StateExpressionParser).
|
|
1088
|
+
protoOf(StateExpressionParser).tt = function (_localctx, ruleIndex, predIndex) {
|
|
1089
1089
|
if (ruleIndex === 0) {
|
|
1090
1090
|
return booleanExpr_sempred(this, (_localctx == null ? true : _localctx instanceof BooleanExprContext) ? _localctx : THROW_CCE(), predIndex);
|
|
1091
1091
|
}
|
|
@@ -1094,15 +1094,15 @@
|
|
|
1094
1094
|
function StateExpressionVisitor() {
|
|
1095
1095
|
}
|
|
1096
1096
|
function Expression(expr, raw) {
|
|
1097
|
-
this.
|
|
1098
|
-
this.
|
|
1097
|
+
this.h2r_1 = expr;
|
|
1098
|
+
this.i2r_1 = raw;
|
|
1099
1099
|
}
|
|
1100
|
-
protoOf(Expression).
|
|
1101
|
-
return !(this.
|
|
1100
|
+
protoOf(Expression).j2r = function () {
|
|
1101
|
+
return !(this.h2r_1 == null);
|
|
1102
1102
|
};
|
|
1103
|
-
protoOf(Expression).
|
|
1103
|
+
protoOf(Expression).k2r = function (ctx) {
|
|
1104
1104
|
// Inline function 'kotlin.checkNotNull' call
|
|
1105
|
-
var tmp0 = this.
|
|
1105
|
+
var tmp0 = this.h2r_1;
|
|
1106
1106
|
var tmp$ret$1;
|
|
1107
1107
|
$l$block: {
|
|
1108
1108
|
// Inline function 'kotlin.checkNotNull' call
|
|
@@ -1114,10 +1114,10 @@
|
|
|
1114
1114
|
break $l$block;
|
|
1115
1115
|
}
|
|
1116
1116
|
}
|
|
1117
|
-
return tmp$ret$1.
|
|
1117
|
+
return tmp$ret$1.zv((new StateExpressionEvaluator(ctx)).m2r_1);
|
|
1118
1118
|
};
|
|
1119
|
-
protoOf(Expression).
|
|
1120
|
-
var tmp0_safe_receiver = this.
|
|
1119
|
+
protoOf(Expression).o2r = function () {
|
|
1120
|
+
var tmp0_safe_receiver = this.h2r_1;
|
|
1121
1121
|
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : vars(tmp0_safe_receiver);
|
|
1122
1122
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
1123
1123
|
var tmp0_elvis_lhs = tmp1_safe_receiver == null ? null : toSet(tmp1_safe_receiver);
|
|
@@ -1134,7 +1134,7 @@
|
|
|
1134
1134
|
if (!(other instanceof Expression)) {
|
|
1135
1135
|
tmp = false;
|
|
1136
1136
|
} else {
|
|
1137
|
-
if (!(this.
|
|
1137
|
+
if (!(this.i2r_1 === other.i2r_1)) {
|
|
1138
1138
|
tmp = false;
|
|
1139
1139
|
} else {
|
|
1140
1140
|
tmp = true;
|
|
@@ -1145,7 +1145,7 @@
|
|
|
1145
1145
|
return tmp;
|
|
1146
1146
|
};
|
|
1147
1147
|
protoOf(Expression).hashCode = function () {
|
|
1148
|
-
return getStringHashCode(this.
|
|
1148
|
+
return getStringHashCode(this.i2r_1);
|
|
1149
1149
|
};
|
|
1150
1150
|
function toExpressionOrNull(_this__u8e3s4) {
|
|
1151
1151
|
// Inline function 'kotlin.text.isNullOrBlank' call
|
|
@@ -1153,11 +1153,11 @@
|
|
|
1153
1153
|
return null;
|
|
1154
1154
|
var tmp;
|
|
1155
1155
|
try {
|
|
1156
|
-
var tokens = new CommonTokenStream(new StateExpressionLexer(CharStreams_getInstance().
|
|
1156
|
+
var tokens = new CommonTokenStream(new StateExpressionLexer(CharStreams_getInstance().cj(_this__u8e3s4)));
|
|
1157
1157
|
var parser = new StateExpressionParser(tokens);
|
|
1158
|
-
parser.
|
|
1159
|
-
var expr = parser.
|
|
1160
|
-
tmp = tokens.p(tokens.
|
|
1158
|
+
parser.mj_1 = new BailErrorStrategy();
|
|
1159
|
+
var expr = parser.g2r();
|
|
1160
|
+
tmp = tokens.p(tokens.ql()).dm() === -1 ? expr : null;
|
|
1161
1161
|
} catch ($p) {
|
|
1162
1162
|
var tmp_0;
|
|
1163
1163
|
if ($p instanceof ParseCancellationException) {
|
|
@@ -1173,7 +1173,7 @@
|
|
|
1173
1173
|
}
|
|
1174
1174
|
function vars(_this__u8e3s4) {
|
|
1175
1175
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
1176
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
1176
|
+
var tmp0_elvis_lhs = _this__u8e3s4.ak_1;
|
|
1177
1177
|
// Inline function 'kotlin.collections.flatMap' call
|
|
1178
1178
|
var tmp0 = tmp0_elvis_lhs == null ? emptyList() : tmp0_elvis_lhs;
|
|
1179
1179
|
// Inline function 'kotlin.collections.flatMapTo' call
|
|
@@ -1184,15 +1184,15 @@
|
|
|
1184
1184
|
var tmp;
|
|
1185
1185
|
if (isInterface(element, TerminalNode)) {
|
|
1186
1186
|
// Inline function 'kotlin.takeIf' call
|
|
1187
|
-
var this_0 = element.
|
|
1187
|
+
var this_0 = element.k1i();
|
|
1188
1188
|
var tmp_0;
|
|
1189
|
-
if (this_0.
|
|
1189
|
+
if (this_0.dm() === 18) {
|
|
1190
1190
|
tmp_0 = this_0;
|
|
1191
1191
|
} else {
|
|
1192
1192
|
tmp_0 = null;
|
|
1193
1193
|
}
|
|
1194
1194
|
var tmp1_safe_receiver = tmp_0;
|
|
1195
|
-
tmp = listOfNotNull(tmp1_safe_receiver == null ? null : tmp1_safe_receiver.
|
|
1195
|
+
tmp = listOfNotNull(tmp1_safe_receiver == null ? null : tmp1_safe_receiver.nm());
|
|
1196
1196
|
} else {
|
|
1197
1197
|
if (element instanceof ParserRuleContext) {
|
|
1198
1198
|
tmp = vars(element);
|
|
@@ -1208,18 +1208,18 @@
|
|
|
1208
1208
|
function ExpressionContext() {
|
|
1209
1209
|
}
|
|
1210
1210
|
function SimpleExpressionContext$varsChangeFlow$o$collect$slambda($$this$unsafeFlow, $keys, resultContinuation) {
|
|
1211
|
-
this.
|
|
1212
|
-
this.
|
|
1211
|
+
this.c2s_1 = $$this$unsafeFlow;
|
|
1212
|
+
this.d2s_1 = $keys;
|
|
1213
1213
|
CoroutineImpl.call(this, resultContinuation);
|
|
1214
1214
|
}
|
|
1215
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda).
|
|
1216
|
-
var tmp = this.
|
|
1215
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda).n2d = function (value, $completion) {
|
|
1216
|
+
var tmp = this.o2d(value, $completion);
|
|
1217
1217
|
tmp.q7_1 = Unit_instance;
|
|
1218
1218
|
tmp.r7_1 = null;
|
|
1219
1219
|
return tmp.w7();
|
|
1220
1220
|
};
|
|
1221
1221
|
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda).e8 = function (p1, $completion) {
|
|
1222
|
-
return this.
|
|
1222
|
+
return this.n2d((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
1223
1223
|
};
|
|
1224
1224
|
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda).w7 = function () {
|
|
1225
1225
|
var suspendResult = this.q7_1;
|
|
@@ -1230,17 +1230,17 @@
|
|
|
1230
1230
|
case 0:
|
|
1231
1231
|
this.p7_1 = 5;
|
|
1232
1232
|
var tmp_0 = this;
|
|
1233
|
-
tmp_0.
|
|
1233
|
+
tmp_0.g2s_1 = this.c2s_1;
|
|
1234
1234
|
var tmp_1 = this;
|
|
1235
|
-
tmp_1.
|
|
1235
|
+
tmp_1.f2s_1 = this.e2s_1;
|
|
1236
1236
|
this.o7_1 = 1;
|
|
1237
1237
|
continue $sm;
|
|
1238
1238
|
case 1:
|
|
1239
|
-
var $this$transform = this.
|
|
1240
|
-
var value = this.
|
|
1241
|
-
if (this.
|
|
1239
|
+
var $this$transform = this.g2s_1;
|
|
1240
|
+
var value = this.f2s_1;
|
|
1241
|
+
if (this.d2s_1.b1(value)) {
|
|
1242
1242
|
this.o7_1 = 3;
|
|
1243
|
-
suspendResult = $this$transform.
|
|
1243
|
+
suspendResult = $this$transform.i21(value, this);
|
|
1244
1244
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
1245
1245
|
return suspendResult;
|
|
1246
1246
|
}
|
|
@@ -1277,23 +1277,23 @@
|
|
|
1277
1277
|
}
|
|
1278
1278
|
while (true);
|
|
1279
1279
|
};
|
|
1280
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda).
|
|
1281
|
-
var i = new SimpleExpressionContext$varsChangeFlow$o$collect$slambda(this.
|
|
1282
|
-
i.
|
|
1280
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda).o2d = function (value, completion) {
|
|
1281
|
+
var i = new SimpleExpressionContext$varsChangeFlow$o$collect$slambda(this.c2s_1, this.d2s_1, completion);
|
|
1282
|
+
i.e2s_1 = value;
|
|
1283
1283
|
return i;
|
|
1284
1284
|
};
|
|
1285
1285
|
function SimpleExpressionContext$varsChangeFlow$o$collect$slambda_0($$this$unsafeFlow, $keys, resultContinuation) {
|
|
1286
1286
|
var i = new SimpleExpressionContext$varsChangeFlow$o$collect$slambda($$this$unsafeFlow, $keys, resultContinuation);
|
|
1287
1287
|
var l = function (value, $completion) {
|
|
1288
|
-
return i.
|
|
1288
|
+
return i.n2d(value, $completion);
|
|
1289
1289
|
};
|
|
1290
1290
|
l.$arity = 1;
|
|
1291
1291
|
return l;
|
|
1292
1292
|
}
|
|
1293
1293
|
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
1294
1294
|
CoroutineImpl.call(this, resultContinuation);
|
|
1295
|
-
this.
|
|
1296
|
-
this.
|
|
1295
|
+
this.p2s_1 = _this__u8e3s4;
|
|
1296
|
+
this.q2s_1 = collector;
|
|
1297
1297
|
}
|
|
1298
1298
|
protoOf($collectCOROUTINE$).w7 = function () {
|
|
1299
1299
|
var suspendResult = this.q7_1;
|
|
@@ -1303,10 +1303,10 @@
|
|
|
1303
1303
|
switch (tmp) {
|
|
1304
1304
|
case 0:
|
|
1305
1305
|
this.p7_1 = 2;
|
|
1306
|
-
var $this$unsafeFlow = this.
|
|
1306
|
+
var $this$unsafeFlow = this.q2s_1;
|
|
1307
1307
|
this.o7_1 = 1;
|
|
1308
|
-
var tmp_0 = SimpleExpressionContext$varsChangeFlow$o$collect$slambda_0($this$unsafeFlow, this.
|
|
1309
|
-
suspendResult = this.
|
|
1308
|
+
var tmp_0 = SimpleExpressionContext$varsChangeFlow$o$collect$slambda_0($this$unsafeFlow, this.p2s_1.s2s_1, null);
|
|
1309
|
+
suspendResult = this.p2s_1.r2s_1.k21(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
1310
1310
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
1311
1311
|
return suspendResult;
|
|
1312
1312
|
}
|
|
@@ -1329,17 +1329,17 @@
|
|
|
1329
1329
|
while (true);
|
|
1330
1330
|
};
|
|
1331
1331
|
function SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1($$this$unsafeFlow, resultContinuation) {
|
|
1332
|
-
this.
|
|
1332
|
+
this.b2t_1 = $$this$unsafeFlow;
|
|
1333
1333
|
CoroutineImpl.call(this, resultContinuation);
|
|
1334
1334
|
}
|
|
1335
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1).
|
|
1336
|
-
var tmp = this.
|
|
1335
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1).n2d = function (value, $completion) {
|
|
1336
|
+
var tmp = this.o2d(value, $completion);
|
|
1337
1337
|
tmp.q7_1 = Unit_instance;
|
|
1338
1338
|
tmp.r7_1 = null;
|
|
1339
1339
|
return tmp.w7();
|
|
1340
1340
|
};
|
|
1341
1341
|
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1).e8 = function (p1, $completion) {
|
|
1342
|
-
return this.
|
|
1342
|
+
return this.n2d((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
1343
1343
|
};
|
|
1344
1344
|
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1).w7 = function () {
|
|
1345
1345
|
var suspendResult = this.q7_1;
|
|
@@ -1349,10 +1349,10 @@
|
|
|
1349
1349
|
switch (tmp) {
|
|
1350
1350
|
case 0:
|
|
1351
1351
|
this.p7_1 = 2;
|
|
1352
|
-
var tmp0 = this.
|
|
1353
|
-
this.
|
|
1352
|
+
var tmp0 = this.b2t_1;
|
|
1353
|
+
this.c2t_1;
|
|
1354
1354
|
this.o7_1 = 1;
|
|
1355
|
-
suspendResult = tmp0.
|
|
1355
|
+
suspendResult = tmp0.i21(Unit_instance, this);
|
|
1356
1356
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
1357
1357
|
return suspendResult;
|
|
1358
1358
|
}
|
|
@@ -1374,23 +1374,23 @@
|
|
|
1374
1374
|
}
|
|
1375
1375
|
while (true);
|
|
1376
1376
|
};
|
|
1377
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1).
|
|
1378
|
-
var i = new SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1(this.
|
|
1379
|
-
i.
|
|
1377
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1).o2d = function (value, completion) {
|
|
1378
|
+
var i = new SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1(this.b2t_1, completion);
|
|
1379
|
+
i.c2t_1 = value;
|
|
1380
1380
|
return i;
|
|
1381
1381
|
};
|
|
1382
1382
|
function SimpleExpressionContext$varsChangeFlow$o$collect$slambda_2($$this$unsafeFlow, resultContinuation) {
|
|
1383
1383
|
var i = new SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1($$this$unsafeFlow, resultContinuation);
|
|
1384
1384
|
var l = function (value, $completion) {
|
|
1385
|
-
return i.
|
|
1385
|
+
return i.n2d(value, $completion);
|
|
1386
1386
|
};
|
|
1387
1387
|
l.$arity = 1;
|
|
1388
1388
|
return l;
|
|
1389
1389
|
}
|
|
1390
1390
|
function $collectCOROUTINE$_0(_this__u8e3s4, collector, resultContinuation) {
|
|
1391
1391
|
CoroutineImpl.call(this, resultContinuation);
|
|
1392
|
-
this.
|
|
1393
|
-
this.
|
|
1392
|
+
this.l2t_1 = _this__u8e3s4;
|
|
1393
|
+
this.m2t_1 = collector;
|
|
1394
1394
|
}
|
|
1395
1395
|
protoOf($collectCOROUTINE$_0).w7 = function () {
|
|
1396
1396
|
var suspendResult = this.q7_1;
|
|
@@ -1400,10 +1400,10 @@
|
|
|
1400
1400
|
switch (tmp) {
|
|
1401
1401
|
case 0:
|
|
1402
1402
|
this.p7_1 = 2;
|
|
1403
|
-
var $this$unsafeFlow = this.
|
|
1403
|
+
var $this$unsafeFlow = this.m2t_1;
|
|
1404
1404
|
this.o7_1 = 1;
|
|
1405
1405
|
var tmp_0 = SimpleExpressionContext$varsChangeFlow$o$collect$slambda_2($this$unsafeFlow, null);
|
|
1406
|
-
suspendResult = this.
|
|
1406
|
+
suspendResult = this.l2t_1.n2t_1.k21(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
1407
1407
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
1408
1408
|
return suspendResult;
|
|
1409
1409
|
}
|
|
@@ -1426,19 +1426,19 @@
|
|
|
1426
1426
|
while (true);
|
|
1427
1427
|
};
|
|
1428
1428
|
function SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3($$this$unsafeFlow, $block, this$0, resultContinuation) {
|
|
1429
|
-
this.
|
|
1430
|
-
this.
|
|
1431
|
-
this.
|
|
1429
|
+
this.w2t_1 = $$this$unsafeFlow;
|
|
1430
|
+
this.x2t_1 = $block;
|
|
1431
|
+
this.y2t_1 = this$0;
|
|
1432
1432
|
CoroutineImpl.call(this, resultContinuation);
|
|
1433
1433
|
}
|
|
1434
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3).
|
|
1435
|
-
var tmp = this.
|
|
1434
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3).n2d = function (value, $completion) {
|
|
1435
|
+
var tmp = this.o2d(value, $completion);
|
|
1436
1436
|
tmp.q7_1 = Unit_instance;
|
|
1437
1437
|
tmp.r7_1 = null;
|
|
1438
1438
|
return tmp.w7();
|
|
1439
1439
|
};
|
|
1440
1440
|
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3).e8 = function (p1, $completion) {
|
|
1441
|
-
return this.
|
|
1441
|
+
return this.n2d((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
1442
1442
|
};
|
|
1443
1443
|
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3).w7 = function () {
|
|
1444
1444
|
var suspendResult = this.q7_1;
|
|
@@ -1448,10 +1448,10 @@
|
|
|
1448
1448
|
switch (tmp) {
|
|
1449
1449
|
case 0:
|
|
1450
1450
|
this.p7_1 = 2;
|
|
1451
|
-
var tmp0 = this.
|
|
1452
|
-
this.
|
|
1451
|
+
var tmp0 = this.w2t_1;
|
|
1452
|
+
this.z2t_1;
|
|
1453
1453
|
this.o7_1 = 1;
|
|
1454
|
-
suspendResult = tmp0.
|
|
1454
|
+
suspendResult = tmp0.i21(this.x2t_1(this.y2t_1), this);
|
|
1455
1455
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
1456
1456
|
return suspendResult;
|
|
1457
1457
|
}
|
|
@@ -1473,23 +1473,23 @@
|
|
|
1473
1473
|
}
|
|
1474
1474
|
while (true);
|
|
1475
1475
|
};
|
|
1476
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3).
|
|
1477
|
-
var i = new SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3(this.
|
|
1478
|
-
i.
|
|
1476
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3).o2d = function (value, completion) {
|
|
1477
|
+
var i = new SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3(this.w2t_1, this.x2t_1, this.y2t_1, completion);
|
|
1478
|
+
i.z2t_1 = value;
|
|
1479
1479
|
return i;
|
|
1480
1480
|
};
|
|
1481
1481
|
function SimpleExpressionContext$varsChangeFlow$o$collect$slambda_4($$this$unsafeFlow, $block, this$0, resultContinuation) {
|
|
1482
1482
|
var i = new SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3($$this$unsafeFlow, $block, this$0, resultContinuation);
|
|
1483
1483
|
var l = function (value, $completion) {
|
|
1484
|
-
return i.
|
|
1484
|
+
return i.n2d(value, $completion);
|
|
1485
1485
|
};
|
|
1486
1486
|
l.$arity = 1;
|
|
1487
1487
|
return l;
|
|
1488
1488
|
}
|
|
1489
1489
|
function $collectCOROUTINE$_1(_this__u8e3s4, collector, resultContinuation) {
|
|
1490
1490
|
CoroutineImpl.call(this, resultContinuation);
|
|
1491
|
-
this.
|
|
1492
|
-
this.
|
|
1491
|
+
this.i2u_1 = _this__u8e3s4;
|
|
1492
|
+
this.j2u_1 = collector;
|
|
1493
1493
|
}
|
|
1494
1494
|
protoOf($collectCOROUTINE$_1).w7 = function () {
|
|
1495
1495
|
var suspendResult = this.q7_1;
|
|
@@ -1499,10 +1499,10 @@
|
|
|
1499
1499
|
switch (tmp) {
|
|
1500
1500
|
case 0:
|
|
1501
1501
|
this.p7_1 = 2;
|
|
1502
|
-
var $this$unsafeFlow = this.
|
|
1502
|
+
var $this$unsafeFlow = this.j2u_1;
|
|
1503
1503
|
this.o7_1 = 1;
|
|
1504
|
-
var tmp_0 = SimpleExpressionContext$varsChangeFlow$o$collect$slambda_4($this$unsafeFlow, this.
|
|
1505
|
-
suspendResult = this.
|
|
1504
|
+
var tmp_0 = SimpleExpressionContext$varsChangeFlow$o$collect$slambda_4($this$unsafeFlow, this.i2u_1.l2u_1, this.i2u_1.m2u_1, null);
|
|
1505
|
+
suspendResult = this.i2u_1.k2u_1.k21(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
|
|
1506
1506
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
1507
1507
|
return suspendResult;
|
|
1508
1508
|
}
|
|
@@ -1525,13 +1525,13 @@
|
|
|
1525
1525
|
while (true);
|
|
1526
1526
|
};
|
|
1527
1527
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
1528
|
-
this.
|
|
1528
|
+
this.n2u_1 = function_0;
|
|
1529
1529
|
}
|
|
1530
|
-
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).
|
|
1531
|
-
return this.
|
|
1530
|
+
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).i21 = function (value, $completion) {
|
|
1531
|
+
return this.n2u_1(value, $completion);
|
|
1532
1532
|
};
|
|
1533
1533
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).c2 = function () {
|
|
1534
|
-
return this.
|
|
1534
|
+
return this.n2u_1;
|
|
1535
1535
|
};
|
|
1536
1536
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
1537
1537
|
var tmp;
|
|
@@ -1552,17 +1552,17 @@
|
|
|
1552
1552
|
return hashCode(this.c2());
|
|
1553
1553
|
};
|
|
1554
1554
|
function SimpleExpressionContext$varsChangeFlow$slambda($keys, resultContinuation) {
|
|
1555
|
-
this.
|
|
1555
|
+
this.w2u_1 = $keys;
|
|
1556
1556
|
CoroutineImpl.call(this, resultContinuation);
|
|
1557
1557
|
}
|
|
1558
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$slambda).
|
|
1559
|
-
var tmp = this.
|
|
1558
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$slambda).y2u = function ($this$onSubscription, $completion) {
|
|
1559
|
+
var tmp = this.z2u($this$onSubscription, $completion);
|
|
1560
1560
|
tmp.q7_1 = Unit_instance;
|
|
1561
1561
|
tmp.r7_1 = null;
|
|
1562
1562
|
return tmp.w7();
|
|
1563
1563
|
};
|
|
1564
1564
|
protoOf(SimpleExpressionContext$varsChangeFlow$slambda).e8 = function (p1, $completion) {
|
|
1565
|
-
return this.
|
|
1565
|
+
return this.y2u((!(p1 == null) ? isInterface(p1, FlowCollector) : false) ? p1 : THROW_CCE(), $completion);
|
|
1566
1566
|
};
|
|
1567
1567
|
protoOf(SimpleExpressionContext$varsChangeFlow$slambda).w7 = function () {
|
|
1568
1568
|
var suspendResult = this.q7_1;
|
|
@@ -1573,7 +1573,7 @@
|
|
|
1573
1573
|
case 0:
|
|
1574
1574
|
this.p7_1 = 2;
|
|
1575
1575
|
this.o7_1 = 1;
|
|
1576
|
-
suspendResult = this.
|
|
1576
|
+
suspendResult = this.x2u_1.i21(first(this.w2u_1), this);
|
|
1577
1577
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
1578
1578
|
return suspendResult;
|
|
1579
1579
|
}
|
|
@@ -1595,57 +1595,57 @@
|
|
|
1595
1595
|
}
|
|
1596
1596
|
while (true);
|
|
1597
1597
|
};
|
|
1598
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$slambda).
|
|
1599
|
-
var i = new SimpleExpressionContext$varsChangeFlow$slambda(this.
|
|
1600
|
-
i.
|
|
1598
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$slambda).z2u = function ($this$onSubscription, completion) {
|
|
1599
|
+
var i = new SimpleExpressionContext$varsChangeFlow$slambda(this.w2u_1, completion);
|
|
1600
|
+
i.x2u_1 = $this$onSubscription;
|
|
1601
1601
|
return i;
|
|
1602
1602
|
};
|
|
1603
1603
|
function SimpleExpressionContext$varsChangeFlow$slambda_0($keys, resultContinuation) {
|
|
1604
1604
|
var i = new SimpleExpressionContext$varsChangeFlow$slambda($keys, resultContinuation);
|
|
1605
1605
|
var l = function ($this$onSubscription, $completion) {
|
|
1606
|
-
return i.
|
|
1606
|
+
return i.y2u($this$onSubscription, $completion);
|
|
1607
1607
|
};
|
|
1608
1608
|
l.$arity = 1;
|
|
1609
1609
|
return l;
|
|
1610
1610
|
}
|
|
1611
1611
|
function SimpleExpressionContext$varsChangeFlow$$inlined$filter$1($this, $keys) {
|
|
1612
|
-
this.
|
|
1613
|
-
this.
|
|
1612
|
+
this.r2s_1 = $this;
|
|
1613
|
+
this.s2s_1 = $keys;
|
|
1614
1614
|
}
|
|
1615
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$filter$1).
|
|
1615
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$filter$1).j21 = function (collector, $completion) {
|
|
1616
1616
|
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
1617
1617
|
tmp.q7_1 = Unit_instance;
|
|
1618
1618
|
tmp.r7_1 = null;
|
|
1619
1619
|
return tmp.w7();
|
|
1620
1620
|
};
|
|
1621
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$filter$1).
|
|
1622
|
-
return this.
|
|
1621
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$filter$1).k21 = function (collector, $completion) {
|
|
1622
|
+
return this.j21(collector, $completion);
|
|
1623
1623
|
};
|
|
1624
1624
|
function SimpleExpressionContext$varsChangeFlow$$inlined$map$1($this) {
|
|
1625
|
-
this.
|
|
1625
|
+
this.n2t_1 = $this;
|
|
1626
1626
|
}
|
|
1627
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$map$1).
|
|
1627
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$map$1).j21 = function (collector, $completion) {
|
|
1628
1628
|
var tmp = new $collectCOROUTINE$_0(this, collector, $completion);
|
|
1629
1629
|
tmp.q7_1 = Unit_instance;
|
|
1630
1630
|
tmp.r7_1 = null;
|
|
1631
1631
|
return tmp.w7();
|
|
1632
1632
|
};
|
|
1633
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$map$1).
|
|
1634
|
-
return this.
|
|
1633
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$map$1).k21 = function (collector, $completion) {
|
|
1634
|
+
return this.j21(collector, $completion);
|
|
1635
1635
|
};
|
|
1636
1636
|
function SimpleExpressionContext$varsChangeFlow$$inlined$map$2($this, $block, this$0) {
|
|
1637
|
-
this.
|
|
1638
|
-
this.
|
|
1639
|
-
this.
|
|
1637
|
+
this.k2u_1 = $this;
|
|
1638
|
+
this.l2u_1 = $block;
|
|
1639
|
+
this.m2u_1 = this$0;
|
|
1640
1640
|
}
|
|
1641
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$map$2).
|
|
1641
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$map$2).j21 = function (collector, $completion) {
|
|
1642
1642
|
var tmp = new $collectCOROUTINE$_1(this, collector, $completion);
|
|
1643
1643
|
tmp.q7_1 = Unit_instance;
|
|
1644
1644
|
tmp.r7_1 = null;
|
|
1645
1645
|
return tmp.w7();
|
|
1646
1646
|
};
|
|
1647
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$map$2).
|
|
1648
|
-
return this.
|
|
1647
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$map$2).k21 = function (collector, $completion) {
|
|
1648
|
+
return this.j21(collector, $completion);
|
|
1649
1649
|
};
|
|
1650
1650
|
function SimpleExpressionContext(vars) {
|
|
1651
1651
|
var tmp;
|
|
@@ -1656,10 +1656,10 @@
|
|
|
1656
1656
|
tmp = vars;
|
|
1657
1657
|
}
|
|
1658
1658
|
vars = tmp;
|
|
1659
|
-
this.
|
|
1660
|
-
this.
|
|
1659
|
+
this.a2v_1 = vars;
|
|
1660
|
+
this.b2v_1 = MutableSharedFlow(VOID, 2147483647);
|
|
1661
1661
|
}
|
|
1662
|
-
protoOf(SimpleExpressionContext).
|
|
1662
|
+
protoOf(SimpleExpressionContext).p2r = function (keys, block) {
|
|
1663
1663
|
var tmp;
|
|
1664
1664
|
// Inline function 'kotlin.collections.isNullOrEmpty' call
|
|
1665
1665
|
if (keys == null || keys.q()) {
|
|
@@ -1667,7 +1667,7 @@
|
|
|
1667
1667
|
} else {
|
|
1668
1668
|
// Inline function 'kotlinx.coroutines.flow.filter' call
|
|
1669
1669
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
1670
|
-
var this_0 = onSubscription(this.
|
|
1670
|
+
var this_0 = onSubscription(this.b2v_1, SimpleExpressionContext$varsChangeFlow$slambda_0(keys, null));
|
|
1671
1671
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
1672
1672
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
1673
1673
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
@@ -1682,41 +1682,41 @@
|
|
|
1682
1682
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
1683
1683
|
return new SimpleExpressionContext$varsChangeFlow$$inlined$map$2(this_2, block, this);
|
|
1684
1684
|
};
|
|
1685
|
-
protoOf(SimpleExpressionContext).
|
|
1685
|
+
protoOf(SimpleExpressionContext).q2r = function (key) {
|
|
1686
1686
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
1687
|
-
var tmp0_elvis_lhs = this.
|
|
1687
|
+
var tmp0_elvis_lhs = this.a2v_1.m1(key);
|
|
1688
1688
|
return tmp0_elvis_lhs == null ? emptyList() : tmp0_elvis_lhs;
|
|
1689
1689
|
};
|
|
1690
|
-
protoOf(SimpleExpressionContext).
|
|
1691
|
-
var tmp0 = this.
|
|
1690
|
+
protoOf(SimpleExpressionContext).r2r = function (key, values) {
|
|
1691
|
+
var tmp0 = this.a2v_1;
|
|
1692
1692
|
// Inline function 'kotlin.collections.set' call
|
|
1693
1693
|
var value = values == null ? null : toList(values);
|
|
1694
1694
|
tmp0.l2(key, value);
|
|
1695
|
-
this.
|
|
1695
|
+
this.b2v_1.p23(key);
|
|
1696
1696
|
};
|
|
1697
1697
|
function unexpectedToken($this, token) {
|
|
1698
|
-
var message = 'Unexpected token: ' + token.
|
|
1698
|
+
var message = 'Unexpected token: ' + token.nm();
|
|
1699
1699
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
1700
1700
|
}
|
|
1701
1701
|
function StateExpressionEvaluator$booleanExpr$1(this$0) {
|
|
1702
|
-
this.
|
|
1702
|
+
this.c2v_1 = this$0;
|
|
1703
1703
|
StateExpressionBaseVisitor.call(this);
|
|
1704
1704
|
}
|
|
1705
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1706
|
-
return ensureNotNull(ctx.expr$).
|
|
1705
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).x2h = function (ctx) {
|
|
1706
|
+
return ensureNotNull(ctx.expr$).zv(this);
|
|
1707
1707
|
};
|
|
1708
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1709
|
-
return !ensureNotNull(ctx.expr$).
|
|
1708
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).a2i = function (ctx) {
|
|
1709
|
+
return !ensureNotNull(ctx.expr$).zv(this);
|
|
1710
1710
|
};
|
|
1711
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1712
|
-
return ensureNotNull(ctx.left$).
|
|
1711
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).c2i = function (ctx) {
|
|
1712
|
+
return ensureNotNull(ctx.left$).zv(this) || ensureNotNull(ctx.right$).zv(this);
|
|
1713
1713
|
};
|
|
1714
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1715
|
-
return ensureNotNull(ctx.left$).
|
|
1714
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).d2i = function (ctx) {
|
|
1715
|
+
return ensureNotNull(ctx.left$).zv(this) && ensureNotNull(ctx.right$).zv(this);
|
|
1716
1716
|
};
|
|
1717
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1717
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).y2h = function (ctx) {
|
|
1718
1718
|
var tmp;
|
|
1719
|
-
switch (ensureNotNull(ctx.atom$).
|
|
1719
|
+
switch (ensureNotNull(ctx.atom$).dm()) {
|
|
1720
1720
|
case 12:
|
|
1721
1721
|
tmp = true;
|
|
1722
1722
|
break;
|
|
@@ -1724,35 +1724,35 @@
|
|
|
1724
1724
|
tmp = false;
|
|
1725
1725
|
break;
|
|
1726
1726
|
default:
|
|
1727
|
-
unexpectedToken(this.
|
|
1727
|
+
unexpectedToken(this.c2v_1, ensureNotNull(ctx.atom$));
|
|
1728
1728
|
break;
|
|
1729
1729
|
}
|
|
1730
1730
|
return tmp;
|
|
1731
1731
|
};
|
|
1732
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1733
|
-
var varName = ensureNotNull(ensureNotNull(ctx.varName$).
|
|
1732
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).z2h = function (ctx) {
|
|
1733
|
+
var varName = ensureNotNull(ensureNotNull(ctx.varName$).nm());
|
|
1734
1734
|
// Inline function 'kotlin.run' call
|
|
1735
|
-
var $this$run = ensureNotNull(ensureNotNull(ctx.value$).
|
|
1735
|
+
var $this$run = ensureNotNull(ensureNotNull(ctx.value$).nm());
|
|
1736
1736
|
var value = substring($this$run, 1, $this$run.length - 1 | 0);
|
|
1737
1737
|
var tmp;
|
|
1738
|
-
switch (ensureNotNull(ctx.op$).
|
|
1738
|
+
switch (ensureNotNull(ctx.op$).dm()) {
|
|
1739
1739
|
case 1:
|
|
1740
|
-
tmp = this.
|
|
1740
|
+
tmp = this.c2v_1.l2r_1.q2r(varName).b1(value);
|
|
1741
1741
|
break;
|
|
1742
1742
|
case 2:
|
|
1743
|
-
tmp = !this.
|
|
1743
|
+
tmp = !this.c2v_1.l2r_1.q2r(varName).b1(value);
|
|
1744
1744
|
break;
|
|
1745
1745
|
default:
|
|
1746
|
-
unexpectedToken(this.
|
|
1746
|
+
unexpectedToken(this.c2v_1, ensureNotNull(ctx.op$));
|
|
1747
1747
|
break;
|
|
1748
1748
|
}
|
|
1749
1749
|
return tmp;
|
|
1750
1750
|
};
|
|
1751
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1752
|
-
var left = ensureNotNull(ctx.left$).
|
|
1753
|
-
var right = ensureNotNull(ctx.right$).
|
|
1751
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).w2h = function (ctx) {
|
|
1752
|
+
var left = ensureNotNull(ctx.left$).zv(this.c2v_1.n2r_1);
|
|
1753
|
+
var right = ensureNotNull(ctx.right$).zv(this.c2v_1.n2r_1);
|
|
1754
1754
|
var tmp;
|
|
1755
|
-
switch (ensureNotNull(ctx.op$).
|
|
1755
|
+
switch (ensureNotNull(ctx.op$).dm()) {
|
|
1756
1756
|
case 1:
|
|
1757
1757
|
tmp = left === right;
|
|
1758
1758
|
break;
|
|
@@ -1772,42 +1772,42 @@
|
|
|
1772
1772
|
tmp = left <= right;
|
|
1773
1773
|
break;
|
|
1774
1774
|
default:
|
|
1775
|
-
unexpectedToken(this.
|
|
1775
|
+
unexpectedToken(this.c2v_1, ensureNotNull(ctx.op$));
|
|
1776
1776
|
break;
|
|
1777
1777
|
}
|
|
1778
1778
|
return tmp;
|
|
1779
1779
|
};
|
|
1780
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1780
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).b2i = function (ctx) {
|
|
1781
1781
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1782
|
-
return !this.
|
|
1782
|
+
return !this.c2v_1.l2r_1.q2r(ensureNotNull(ensureNotNull(ctx.varName$).nm())).q();
|
|
1783
1783
|
};
|
|
1784
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1784
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).f1i = function () {
|
|
1785
1785
|
return false;
|
|
1786
1786
|
};
|
|
1787
1787
|
function StateExpressionEvaluator$intExpr$1(this$0) {
|
|
1788
|
-
this.
|
|
1788
|
+
this.d2v_1 = this$0;
|
|
1789
1789
|
StateExpressionBaseVisitor.call(this);
|
|
1790
1790
|
}
|
|
1791
|
-
protoOf(StateExpressionEvaluator$intExpr$1).
|
|
1792
|
-
return toInt(ensureNotNull(ensureNotNull(ctx.value$).
|
|
1791
|
+
protoOf(StateExpressionEvaluator$intExpr$1).g2i = function (ctx) {
|
|
1792
|
+
return toInt(ensureNotNull(ensureNotNull(ctx.value$).nm()));
|
|
1793
1793
|
};
|
|
1794
|
-
protoOf(StateExpressionEvaluator$intExpr$1).
|
|
1795
|
-
return this.
|
|
1794
|
+
protoOf(StateExpressionEvaluator$intExpr$1).f2i = function (ctx) {
|
|
1795
|
+
return this.d2v_1.l2r_1.q2r(ensureNotNull(ensureNotNull(ctx.varName$).nm())).o();
|
|
1796
1796
|
};
|
|
1797
|
-
protoOf(StateExpressionEvaluator$intExpr$1).
|
|
1797
|
+
protoOf(StateExpressionEvaluator$intExpr$1).f1i = function () {
|
|
1798
1798
|
return 0;
|
|
1799
1799
|
};
|
|
1800
1800
|
function StateExpressionEvaluator(context) {
|
|
1801
|
-
this.
|
|
1801
|
+
this.l2r_1 = context;
|
|
1802
1802
|
var tmp = this;
|
|
1803
|
-
tmp.
|
|
1803
|
+
tmp.m2r_1 = new StateExpressionEvaluator$booleanExpr$1(this);
|
|
1804
1804
|
var tmp_0 = this;
|
|
1805
|
-
tmp_0.
|
|
1805
|
+
tmp_0.n2r_1 = new StateExpressionEvaluator$intExpr$1(this);
|
|
1806
1806
|
}
|
|
1807
1807
|
//region block: post-declaration
|
|
1808
1808
|
protoOf(SimpleExpressionContext).varsChangeFlow$default = varsChangeFlow$default;
|
|
1809
|
-
protoOf(SimpleExpressionContext).
|
|
1810
|
-
protoOf(SimpleExpressionContext).
|
|
1809
|
+
protoOf(SimpleExpressionContext).s2r = addVarValue;
|
|
1810
|
+
protoOf(SimpleExpressionContext).t2r = removeVarValue;
|
|
1811
1811
|
//endregion
|
|
1812
1812
|
//region block: exports
|
|
1813
1813
|
function $jsExportAll$(_) {
|