@cruglobal/godtools-shared 1.3.0-PR861-SNAPSHOT.1814 → 1.3.0-SNAPSHOT.1806
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 +49 -49
- package/Kermit-kermit-core.js.map +1 -1
- package/Kermit-kermit.js +10 -10
- package/antlr-kotlin-antlr-kotlin-runtime.js +3135 -3284
- package/antlr-kotlin-antlr-kotlin-runtime.js.map +1 -1
- package/colormath-root-colormath.js +651 -678
- package/colormath-root-colormath.js.map +1 -1
- package/fluid-locale.js +159 -160
- package/fluid-locale.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +2124 -2429
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-common.js +3 -3
- package/kotlin-mpp-godtools-tool-parser-module-common.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser-base.js +64 -64
- package/kotlin-mpp-godtools-tool-parser-module-parser-base.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js +639 -636
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +2729 -2763
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-renderer-state.js +22 -22
- package/kotlin-mpp-godtools-tool-parser-module-renderer-state.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +79 -424
- package/kotlinx-atomicfu.js +24 -24
- package/kotlinx-coroutines-core.js +2972 -2978
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -19,66 +19,65 @@
|
|
|
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.$_$.t6;
|
|
23
|
+
var initMetadataForClass = kotlin_kotlin.$_$.e6;
|
|
24
24
|
var VOID = kotlin_kotlin.$_$.d;
|
|
25
25
|
var RuntimeMetaData_instance = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.d;
|
|
26
26
|
var Unit_instance = kotlin_kotlin.$_$.k2;
|
|
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.$_$.e8;
|
|
29
|
+
var ensureNotNull = kotlin_kotlin.$_$.j9;
|
|
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.$_$.f6;
|
|
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.$_$.h6;
|
|
37
37
|
var ParserRuleContext_init_$Init$ = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.b;
|
|
38
|
-
var objectCreate = kotlin_kotlin.$_$.
|
|
38
|
+
var objectCreate = kotlin_kotlin.$_$.s6;
|
|
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.$_$.
|
|
41
|
+
var isInterface = kotlin_kotlin.$_$.m6;
|
|
42
|
+
var Long = kotlin_kotlin.$_$.w8;
|
|
43
43
|
var FailedPredicateException = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.o;
|
|
44
44
|
var RecognitionException = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.t;
|
|
45
45
|
var Parser = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.s;
|
|
46
46
|
var ParserATNSimulator = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.g;
|
|
47
47
|
var NoViableAltException = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.q;
|
|
48
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
49
|
-
var toString = kotlin_kotlin.$_$.
|
|
48
|
+
var THROW_CCE = kotlin_kotlin.$_$.b9;
|
|
49
|
+
var toString = kotlin_kotlin.$_$.w6;
|
|
50
50
|
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.e1;
|
|
51
|
-
var toSet = kotlin_kotlin.$_$.
|
|
52
|
-
var emptySet = kotlin_kotlin.$_$.
|
|
53
|
-
var getStringHashCode = kotlin_kotlin.$_$.
|
|
54
|
-
var isBlank = kotlin_kotlin.$_$.
|
|
51
|
+
var toSet = kotlin_kotlin.$_$.r4;
|
|
52
|
+
var emptySet = kotlin_kotlin.$_$.n3;
|
|
53
|
+
var getStringHashCode = kotlin_kotlin.$_$.c6;
|
|
54
|
+
var isBlank = kotlin_kotlin.$_$.s7;
|
|
55
55
|
var CharStreams_getInstance = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.c;
|
|
56
56
|
var CommonTokenStream = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.n;
|
|
57
57
|
var BailErrorStrategy = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.m;
|
|
58
58
|
var ParseCancellationException = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.j;
|
|
59
|
-
var emptyList = kotlin_kotlin.$_$.
|
|
59
|
+
var emptyList = kotlin_kotlin.$_$.l3;
|
|
60
60
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.h;
|
|
61
|
-
var listOfNotNull = kotlin_kotlin.$_$.
|
|
61
|
+
var listOfNotNull = kotlin_kotlin.$_$.c4;
|
|
62
62
|
var TerminalNode = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.l;
|
|
63
|
-
var addAll = kotlin_kotlin.$_$.
|
|
64
|
-
var plus = kotlin_kotlin.$_$.
|
|
65
|
-
var CoroutineImpl = kotlin_kotlin.$_$.
|
|
66
|
-
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.
|
|
67
|
-
var initMetadataForLambda = kotlin_kotlin.$_$.
|
|
68
|
-
var initMetadataForCoroutine = kotlin_kotlin.$_$.
|
|
69
|
-
var equals = kotlin_kotlin.$_$.
|
|
70
|
-
var FunctionAdapter = kotlin_kotlin.$_$.
|
|
63
|
+
var addAll = kotlin_kotlin.$_$.w2;
|
|
64
|
+
var plus = kotlin_kotlin.$_$.i4;
|
|
65
|
+
var CoroutineImpl = kotlin_kotlin.$_$.k5;
|
|
66
|
+
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.v4;
|
|
67
|
+
var initMetadataForLambda = kotlin_kotlin.$_$.i6;
|
|
68
|
+
var initMetadataForCoroutine = kotlin_kotlin.$_$.g6;
|
|
69
|
+
var equals = kotlin_kotlin.$_$.x5;
|
|
70
|
+
var FunctionAdapter = kotlin_kotlin.$_$.o5;
|
|
71
71
|
var FlowCollector = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.g;
|
|
72
|
-
var hashCode = kotlin_kotlin.$_$.
|
|
73
|
-
var first = kotlin_kotlin.$_$.
|
|
72
|
+
var hashCode = kotlin_kotlin.$_$.d6;
|
|
73
|
+
var first = kotlin_kotlin.$_$.s3;
|
|
74
74
|
var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.n;
|
|
75
75
|
var MutableSharedFlow = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.h;
|
|
76
76
|
var onSubscription = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.o;
|
|
77
77
|
var conflate = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.j;
|
|
78
78
|
var flowOf = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.l;
|
|
79
|
-
var toList = kotlin_kotlin.$_$.
|
|
80
|
-
var
|
|
81
|
-
var toInt = kotlin_kotlin.$_$.o8;
|
|
79
|
+
var toList = kotlin_kotlin.$_$.q4;
|
|
80
|
+
var toInt = kotlin_kotlin.$_$.j8;
|
|
82
81
|
//endregion
|
|
83
82
|
//region block: pre-declaration
|
|
84
83
|
initMetadataForInterface(StateExpressionVisitor, 'StateExpressionVisitor');
|
|
@@ -104,17 +103,17 @@
|
|
|
104
103
|
initMetadataForClass(Expression, 'Expression');
|
|
105
104
|
function varsChangeFlow$default(keys, block, $super) {
|
|
106
105
|
keys = keys === VOID ? emptyList() : keys;
|
|
107
|
-
return $super === VOID ? this.
|
|
106
|
+
return $super === VOID ? this.f2t(keys, block) : $super.f2t.call(this, keys, block);
|
|
108
107
|
}
|
|
109
108
|
function addVarValue(key, value) {
|
|
110
|
-
var values = this.
|
|
111
|
-
if (!values.
|
|
112
|
-
this.
|
|
109
|
+
var values = this.g2t(key);
|
|
110
|
+
if (!values.f1(value)) {
|
|
111
|
+
this.h2t(key, plus(values, value));
|
|
113
112
|
}
|
|
114
113
|
}
|
|
115
114
|
function removeVarValue(key, value) {
|
|
116
|
-
var values = this.
|
|
117
|
-
if (values.
|
|
115
|
+
var values = this.g2t(key);
|
|
116
|
+
if (values.f1(value)) {
|
|
118
117
|
// Inline function 'kotlin.collections.filterNot' call
|
|
119
118
|
// Inline function 'kotlin.collections.filterNotTo' call
|
|
120
119
|
var destination = ArrayList_init_$Create$();
|
|
@@ -125,16 +124,16 @@
|
|
|
125
124
|
destination.e(element);
|
|
126
125
|
}
|
|
127
126
|
}
|
|
128
|
-
this.
|
|
127
|
+
this.h2t(key, destination);
|
|
129
128
|
}
|
|
130
129
|
}
|
|
131
130
|
initMetadataForInterface(ExpressionContext, 'ExpressionContext');
|
|
132
131
|
initMetadataForLambda(SimpleExpressionContext$varsChangeFlow$o$collect$slambda, CoroutineImpl, VOID, [1]);
|
|
133
|
-
initMetadataForCoroutine($collectCOROUTINE
|
|
132
|
+
initMetadataForCoroutine($collectCOROUTINE$0, CoroutineImpl);
|
|
134
133
|
initMetadataForLambda(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1, CoroutineImpl, VOID, [1]);
|
|
135
|
-
initMetadataForCoroutine($collectCOROUTINE$
|
|
134
|
+
initMetadataForCoroutine($collectCOROUTINE$1, CoroutineImpl);
|
|
136
135
|
initMetadataForLambda(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3, CoroutineImpl, VOID, [1]);
|
|
137
|
-
initMetadataForCoroutine($collectCOROUTINE$
|
|
136
|
+
initMetadataForCoroutine($collectCOROUTINE$2, CoroutineImpl);
|
|
138
137
|
initMetadataForClass(sam$kotlinx_coroutines_flow_FlowCollector$0, 'sam$kotlinx_coroutines_flow_FlowCollector$0', VOID, VOID, [FlowCollector, FunctionAdapter], [1]);
|
|
139
138
|
initMetadataForLambda(SimpleExpressionContext$varsChangeFlow$slambda, CoroutineImpl, VOID, [1]);
|
|
140
139
|
initMetadataForClass(SimpleExpressionContext$varsChangeFlow$$inlined$filter$1, VOID, VOID, VOID, VOID, [1]);
|
|
@@ -148,67 +147,67 @@
|
|
|
148
147
|
function StateExpressionBaseVisitor() {
|
|
149
148
|
AbstractParseTreeVisitor.call(this);
|
|
150
149
|
}
|
|
151
|
-
protoOf(StateExpressionBaseVisitor).
|
|
152
|
-
return this.
|
|
150
|
+
protoOf(StateExpressionBaseVisitor).m2j = function (ctx) {
|
|
151
|
+
return this.tx(ctx);
|
|
153
152
|
};
|
|
154
|
-
protoOf(StateExpressionBaseVisitor).
|
|
155
|
-
return this.
|
|
153
|
+
protoOf(StateExpressionBaseVisitor).n2j = function (ctx) {
|
|
154
|
+
return this.tx(ctx);
|
|
156
155
|
};
|
|
157
|
-
protoOf(StateExpressionBaseVisitor).
|
|
158
|
-
return this.
|
|
156
|
+
protoOf(StateExpressionBaseVisitor).o2j = function (ctx) {
|
|
157
|
+
return this.tx(ctx);
|
|
159
158
|
};
|
|
160
|
-
protoOf(StateExpressionBaseVisitor).
|
|
161
|
-
return this.
|
|
159
|
+
protoOf(StateExpressionBaseVisitor).p2j = function (ctx) {
|
|
160
|
+
return this.tx(ctx);
|
|
162
161
|
};
|
|
163
|
-
protoOf(StateExpressionBaseVisitor).
|
|
164
|
-
return this.
|
|
162
|
+
protoOf(StateExpressionBaseVisitor).q2j = function (ctx) {
|
|
163
|
+
return this.tx(ctx);
|
|
165
164
|
};
|
|
166
|
-
protoOf(StateExpressionBaseVisitor).
|
|
167
|
-
return this.
|
|
165
|
+
protoOf(StateExpressionBaseVisitor).r2j = function (ctx) {
|
|
166
|
+
return this.tx(ctx);
|
|
168
167
|
};
|
|
169
|
-
protoOf(StateExpressionBaseVisitor).
|
|
170
|
-
return this.
|
|
168
|
+
protoOf(StateExpressionBaseVisitor).s2j = function (ctx) {
|
|
169
|
+
return this.tx(ctx);
|
|
171
170
|
};
|
|
172
|
-
protoOf(StateExpressionBaseVisitor).
|
|
173
|
-
return this.
|
|
171
|
+
protoOf(StateExpressionBaseVisitor).t2j = function (ctx) {
|
|
172
|
+
return this.tx(ctx);
|
|
174
173
|
};
|
|
175
|
-
protoOf(StateExpressionBaseVisitor).
|
|
176
|
-
return this.
|
|
174
|
+
protoOf(StateExpressionBaseVisitor).u2j = function (ctx) {
|
|
175
|
+
return this.tx(ctx);
|
|
177
176
|
};
|
|
178
|
-
protoOf(StateExpressionBaseVisitor).
|
|
179
|
-
return this.
|
|
177
|
+
protoOf(StateExpressionBaseVisitor).v2j = function (ctx) {
|
|
178
|
+
return this.tx(ctx);
|
|
180
179
|
};
|
|
181
|
-
protoOf(StateExpressionBaseVisitor).
|
|
182
|
-
return this.
|
|
180
|
+
protoOf(StateExpressionBaseVisitor).w2j = function (ctx) {
|
|
181
|
+
return this.tx(ctx);
|
|
183
182
|
};
|
|
184
183
|
function Companion() {
|
|
185
184
|
Companion_instance = this;
|
|
186
|
-
RuntimeMetaData_instance.
|
|
187
|
-
this.
|
|
188
|
-
this.
|
|
185
|
+
RuntimeMetaData_instance.vx('4.13.1', '4.13.1');
|
|
186
|
+
this.x2j_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";
|
|
187
|
+
this.y2j_1 = (new ATNDeserializer()).c12(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"));
|
|
189
188
|
var tmp = this;
|
|
190
189
|
var tmp_0 = 0;
|
|
191
|
-
var tmp_1 = this.
|
|
190
|
+
var tmp_1 = this.y2j_1.jy();
|
|
192
191
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
193
192
|
var tmp_2 = Array(tmp_1);
|
|
194
193
|
while (tmp_0 < tmp_1) {
|
|
195
194
|
var tmp_3 = tmp_0;
|
|
196
|
-
tmp_2[tmp_3] = new DFA(ensureNotNull(Companion_getInstance().
|
|
195
|
+
tmp_2[tmp_3] = new DFA(ensureNotNull(Companion_getInstance().y2j_1.yy(tmp_3)), tmp_3);
|
|
197
196
|
tmp_0 = tmp_0 + 1 | 0;
|
|
198
197
|
}
|
|
199
|
-
tmp.
|
|
200
|
-
this.
|
|
198
|
+
tmp.z2j_1 = tmp_2;
|
|
199
|
+
this.a2k_1 = new PredictionContextCache();
|
|
201
200
|
var tmp_4 = this;
|
|
202
201
|
// Inline function 'kotlin.arrayOf' call
|
|
203
202
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
204
203
|
// Inline function 'kotlin.js.asDynamic' call
|
|
205
|
-
tmp_4.
|
|
204
|
+
tmp_4.b2k_1 = [null, "'=='", "'!='", "'&&'", "'||'", "'!'", "'>='", "'>'", "'<='", "'<'", "'('", "')'", "'true'", "'false'"];
|
|
206
205
|
var tmp_5 = this;
|
|
207
206
|
// Inline function 'kotlin.arrayOf' call
|
|
208
207
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
209
208
|
// Inline function 'kotlin.js.asDynamic' call
|
|
210
|
-
tmp_5.
|
|
211
|
-
this.
|
|
209
|
+
tmp_5.c2k_1 = [null, 'EQ', 'NEQ', 'AND', 'OR', 'NOT', 'GTE', 'GT', 'LTE', 'LT', 'OPAR', 'CPAR', 'TRUE', 'FALSE', 'FUNC_ISSET', 'FUNC_VALUES', 'INT', 'STRING', 'VAR'];
|
|
210
|
+
this.d2k_1 = new VocabularyImpl(this.b2k_1, this.c2k_1);
|
|
212
211
|
}
|
|
213
212
|
var Companion_instance;
|
|
214
213
|
function Companion_getInstance() {
|
|
@@ -219,38 +218,38 @@
|
|
|
219
218
|
function StateExpressionLexer(input) {
|
|
220
219
|
Companion_getInstance();
|
|
221
220
|
Lexer.call(this, input);
|
|
222
|
-
this.
|
|
223
|
-
this.
|
|
224
|
-
this.
|
|
225
|
-
this.
|
|
226
|
-
this.
|
|
221
|
+
this.w2k_1 = new LexerATNSimulator(this, Companion_getInstance().y2j_1, Companion_getInstance().z2j_1, Companion_getInstance().a2k_1);
|
|
222
|
+
this.x2k_1 = 'StateExpression.g4';
|
|
223
|
+
this.y2k_1 = Companion_getInstance().y2j_1;
|
|
224
|
+
this.z2k_1 = Companion_getInstance().d2k_1;
|
|
225
|
+
this.a2l_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";
|
|
227
226
|
var tmp = this;
|
|
228
227
|
// Inline function 'kotlin.arrayOf' call
|
|
229
228
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
230
229
|
// Inline function 'kotlin.js.asDynamic' call
|
|
231
|
-
tmp.
|
|
230
|
+
tmp.b2l_1 = ['EQ', 'NEQ', 'AND', 'OR', 'NOT', 'GTE', 'GT', 'LTE', 'LT', 'OPAR', 'CPAR', 'TRUE', 'FALSE', 'FUNC_ISSET', 'FUNC_VALUES', 'INT', 'STRING', 'VAR'];
|
|
232
231
|
var tmp_0 = this;
|
|
233
232
|
// Inline function 'kotlin.arrayOf' call
|
|
234
233
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
235
234
|
// Inline function 'kotlin.js.asDynamic' call
|
|
236
|
-
tmp_0.
|
|
235
|
+
tmp_0.c2l_1 = ['DEFAULT_TOKEN_CHANNEL', 'HIDDEN'];
|
|
237
236
|
var tmp_1 = this;
|
|
238
237
|
// Inline function 'kotlin.arrayOf' call
|
|
239
238
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
240
239
|
// Inline function 'kotlin.js.asDynamic' call
|
|
241
|
-
tmp_1.
|
|
240
|
+
tmp_1.d2l_1 = ['DEFAULT_MODE'];
|
|
242
241
|
}
|
|
243
|
-
protoOf(StateExpressionLexer).
|
|
244
|
-
return this.
|
|
242
|
+
protoOf(StateExpressionLexer).mq = function () {
|
|
243
|
+
return this.w2k_1;
|
|
245
244
|
};
|
|
246
|
-
protoOf(StateExpressionLexer).
|
|
247
|
-
return this.
|
|
245
|
+
protoOf(StateExpressionLexer).nq = function () {
|
|
246
|
+
return this.y2k_1;
|
|
248
247
|
};
|
|
249
|
-
protoOf(StateExpressionLexer).
|
|
250
|
-
return this.
|
|
248
|
+
protoOf(StateExpressionLexer).ep = function () {
|
|
249
|
+
return this.z2k_1;
|
|
251
250
|
};
|
|
252
|
-
protoOf(StateExpressionLexer).
|
|
253
|
-
return this.
|
|
251
|
+
protoOf(StateExpressionLexer).hr = function () {
|
|
252
|
+
return this.b2l_1;
|
|
254
253
|
};
|
|
255
254
|
function StateExpressionListener() {
|
|
256
255
|
}
|
|
@@ -273,7 +272,7 @@
|
|
|
273
272
|
function IntCmpExprContext_init_$Init$(ctx, $this) {
|
|
274
273
|
BooleanExprContext_init_$Init$_0($this);
|
|
275
274
|
IntCmpExprContext.call($this);
|
|
276
|
-
$this.
|
|
275
|
+
$this.k2m(ctx);
|
|
277
276
|
return $this;
|
|
278
277
|
}
|
|
279
278
|
function IntCmpExprContext_init_$Create$(ctx) {
|
|
@@ -282,7 +281,7 @@
|
|
|
282
281
|
function ParExprContext_init_$Init$(ctx, $this) {
|
|
283
282
|
BooleanExprContext_init_$Init$_0($this);
|
|
284
283
|
ParExprContext.call($this);
|
|
285
|
-
$this.
|
|
284
|
+
$this.k2m(ctx);
|
|
286
285
|
return $this;
|
|
287
286
|
}
|
|
288
287
|
function ParExprContext_init_$Create$(ctx) {
|
|
@@ -291,7 +290,7 @@
|
|
|
291
290
|
function BooleanAtomContext_init_$Init$(ctx, $this) {
|
|
292
291
|
BooleanExprContext_init_$Init$_0($this);
|
|
293
292
|
BooleanAtomContext.call($this);
|
|
294
|
-
$this.
|
|
293
|
+
$this.k2m(ctx);
|
|
295
294
|
return $this;
|
|
296
295
|
}
|
|
297
296
|
function BooleanAtomContext_init_$Create$(ctx) {
|
|
@@ -300,7 +299,7 @@
|
|
|
300
299
|
function EqExprContext_init_$Init$(ctx, $this) {
|
|
301
300
|
BooleanExprContext_init_$Init$_0($this);
|
|
302
301
|
EqExprContext.call($this);
|
|
303
|
-
$this.
|
|
302
|
+
$this.k2m(ctx);
|
|
304
303
|
return $this;
|
|
305
304
|
}
|
|
306
305
|
function EqExprContext_init_$Create$(ctx) {
|
|
@@ -309,7 +308,7 @@
|
|
|
309
308
|
function NotExprContext_init_$Init$(ctx, $this) {
|
|
310
309
|
BooleanExprContext_init_$Init$_0($this);
|
|
311
310
|
NotExprContext.call($this);
|
|
312
|
-
$this.
|
|
311
|
+
$this.k2m(ctx);
|
|
313
312
|
return $this;
|
|
314
313
|
}
|
|
315
314
|
function NotExprContext_init_$Create$(ctx) {
|
|
@@ -318,7 +317,7 @@
|
|
|
318
317
|
function IsSetFuncContext_init_$Init$(ctx, $this) {
|
|
319
318
|
BooleanExprContext_init_$Init$_0($this);
|
|
320
319
|
IsSetFuncContext.call($this);
|
|
321
|
-
$this.
|
|
320
|
+
$this.k2m(ctx);
|
|
322
321
|
return $this;
|
|
323
322
|
}
|
|
324
323
|
function IsSetFuncContext_init_$Create$(ctx) {
|
|
@@ -327,7 +326,7 @@
|
|
|
327
326
|
function OrExprContext_init_$Init$(ctx, $this) {
|
|
328
327
|
BooleanExprContext_init_$Init$_0($this);
|
|
329
328
|
OrExprContext.call($this);
|
|
330
|
-
$this.
|
|
329
|
+
$this.k2m(ctx);
|
|
331
330
|
return $this;
|
|
332
331
|
}
|
|
333
332
|
function OrExprContext_init_$Create$(ctx) {
|
|
@@ -336,7 +335,7 @@
|
|
|
336
335
|
function AndExprContext_init_$Init$(ctx, $this) {
|
|
337
336
|
BooleanExprContext_init_$Init$_0($this);
|
|
338
337
|
AndExprContext.call($this);
|
|
339
|
-
$this.
|
|
338
|
+
$this.k2m(ctx);
|
|
340
339
|
return $this;
|
|
341
340
|
}
|
|
342
341
|
function AndExprContext_init_$Create$(ctx) {
|
|
@@ -361,7 +360,7 @@
|
|
|
361
360
|
function IntAtomContext_init_$Init$(ctx, $this) {
|
|
362
361
|
IntExprContext_init_$Init$_0($this);
|
|
363
362
|
IntAtomContext.call($this);
|
|
364
|
-
$this.
|
|
363
|
+
$this.v2m(ctx);
|
|
365
364
|
return $this;
|
|
366
365
|
}
|
|
367
366
|
function IntAtomContext_init_$Create$(ctx) {
|
|
@@ -370,7 +369,7 @@
|
|
|
370
369
|
function ParIntExprContext_init_$Init$(ctx, $this) {
|
|
371
370
|
IntExprContext_init_$Init$_0($this);
|
|
372
371
|
ParIntExprContext.call($this);
|
|
373
|
-
$this.
|
|
372
|
+
$this.v2m(ctx);
|
|
374
373
|
return $this;
|
|
375
374
|
}
|
|
376
375
|
function ParIntExprContext_init_$Create$(ctx) {
|
|
@@ -379,7 +378,7 @@
|
|
|
379
378
|
function ValuesFuncContext_init_$Init$(ctx, $this) {
|
|
380
379
|
IntExprContext_init_$Init$_0($this);
|
|
381
380
|
ValuesFuncContext.call($this);
|
|
382
|
-
$this.
|
|
381
|
+
$this.v2m(ctx);
|
|
383
382
|
return $this;
|
|
384
383
|
}
|
|
385
384
|
function ValuesFuncContext_init_$Create$(ctx) {
|
|
@@ -387,50 +386,50 @@
|
|
|
387
386
|
}
|
|
388
387
|
function Companion_0() {
|
|
389
388
|
Companion_instance_0 = this;
|
|
390
|
-
RuntimeMetaData_instance.
|
|
391
|
-
this.
|
|
392
|
-
this.
|
|
389
|
+
RuntimeMetaData_instance.vx('4.13.1', '4.13.1');
|
|
390
|
+
this.w2m_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 +';
|
|
391
|
+
this.x2m_1 = (new ATNDeserializer()).c12(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 +'));
|
|
393
392
|
var tmp = this;
|
|
394
393
|
var tmp_0 = 0;
|
|
395
|
-
var tmp_1 = this.
|
|
394
|
+
var tmp_1 = this.x2m_1.jy();
|
|
396
395
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
397
396
|
var tmp_2 = Array(tmp_1);
|
|
398
397
|
while (tmp_0 < tmp_1) {
|
|
399
398
|
var tmp_3 = tmp_0;
|
|
400
|
-
tmp_2[tmp_3] = new DFA(ensureNotNull(Companion_getInstance_0().
|
|
399
|
+
tmp_2[tmp_3] = new DFA(ensureNotNull(Companion_getInstance_0().x2m_1.yy(tmp_3)), tmp_3);
|
|
401
400
|
tmp_0 = tmp_0 + 1 | 0;
|
|
402
401
|
}
|
|
403
|
-
tmp.
|
|
404
|
-
this.
|
|
402
|
+
tmp.y2m_1 = tmp_2;
|
|
403
|
+
this.z2m_1 = new PredictionContextCache();
|
|
405
404
|
var tmp_4 = this;
|
|
406
405
|
// Inline function 'kotlin.arrayOf' call
|
|
407
406
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
408
407
|
// Inline function 'kotlin.js.asDynamic' call
|
|
409
|
-
tmp_4.
|
|
408
|
+
tmp_4.a2n_1 = ['booleanExpr', 'intExpr'];
|
|
410
409
|
var tmp_5 = this;
|
|
411
410
|
// Inline function 'kotlin.arrayOf' call
|
|
412
411
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
413
412
|
// Inline function 'kotlin.js.asDynamic' call
|
|
414
|
-
tmp_5.
|
|
413
|
+
tmp_5.b2n_1 = [null, "'=='", "'!='", "'&&'", "'||'", "'!'", "'>='", "'>'", "'<='", "'<'", "'('", "')'", "'true'", "'false'"];
|
|
415
414
|
var tmp_6 = this;
|
|
416
415
|
// Inline function 'kotlin.arrayOf' call
|
|
417
416
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
418
417
|
// Inline function 'kotlin.js.asDynamic' call
|
|
419
|
-
tmp_6.
|
|
420
|
-
this.
|
|
418
|
+
tmp_6.c2n_1 = [null, 'EQ', 'NEQ', 'AND', 'OR', 'NOT', 'GTE', 'GT', 'LTE', 'LT', 'OPAR', 'CPAR', 'TRUE', 'FALSE', 'FUNC_ISSET', 'FUNC_VALUES', 'INT', 'STRING', 'VAR'];
|
|
419
|
+
this.d2n_1 = new VocabularyImpl(this.b2n_1, this.c2n_1);
|
|
421
420
|
var tmp_7 = this;
|
|
422
421
|
var tmp_8 = 0;
|
|
423
|
-
var tmp_9 = this.
|
|
422
|
+
var tmp_9 = this.c2n_1.length;
|
|
424
423
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
425
424
|
var tmp_10 = Array(tmp_9);
|
|
426
425
|
while (tmp_8 < tmp_9) {
|
|
427
426
|
var tmp_11 = tmp_8;
|
|
428
|
-
var tmp0_elvis_lhs = Companion_getInstance_0().
|
|
429
|
-
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? Companion_getInstance_0().
|
|
427
|
+
var tmp0_elvis_lhs = Companion_getInstance_0().d2n_1.gy(tmp_11);
|
|
428
|
+
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? Companion_getInstance_0().d2n_1.hy(tmp_11) : tmp0_elvis_lhs;
|
|
430
429
|
tmp_10[tmp_11] = tmp1_elvis_lhs == null ? '<INVALID>' : tmp1_elvis_lhs;
|
|
431
430
|
tmp_8 = tmp_8 + 1 | 0;
|
|
432
431
|
}
|
|
433
|
-
tmp_7.
|
|
432
|
+
tmp_7.e2n_1 = tmp_10;
|
|
434
433
|
}
|
|
435
434
|
var Companion_instance_0;
|
|
436
435
|
function Companion_getInstance_0() {
|
|
@@ -438,49 +437,49 @@
|
|
|
438
437
|
new Companion_0();
|
|
439
438
|
return Companion_instance_0;
|
|
440
439
|
}
|
|
441
|
-
protoOf(BooleanExprContext).
|
|
442
|
-
return this.
|
|
440
|
+
protoOf(BooleanExprContext).nr = function () {
|
|
441
|
+
return this.j2m_1;
|
|
443
442
|
};
|
|
444
|
-
protoOf(BooleanExprContext).
|
|
445
|
-
protoOf(ParserRuleContext).
|
|
443
|
+
protoOf(BooleanExprContext).k2m = function (ctx) {
|
|
444
|
+
protoOf(ParserRuleContext).hx.call(this, ctx);
|
|
446
445
|
};
|
|
447
446
|
function BooleanExprContext() {
|
|
448
|
-
this.
|
|
447
|
+
this.j2m_1 = 0;
|
|
449
448
|
}
|
|
450
|
-
protoOf(IntCmpExprContext).
|
|
449
|
+
protoOf(IntCmpExprContext).p2n = function (_set____db54di) {
|
|
451
450
|
this.left$ = _set____db54di;
|
|
452
451
|
};
|
|
453
|
-
protoOf(IntCmpExprContext).
|
|
452
|
+
protoOf(IntCmpExprContext).q2n = function () {
|
|
454
453
|
return this.left$;
|
|
455
454
|
};
|
|
456
|
-
protoOf(IntCmpExprContext).
|
|
455
|
+
protoOf(IntCmpExprContext).r2n = function (_set____db54di) {
|
|
457
456
|
this.op$ = _set____db54di;
|
|
458
457
|
};
|
|
459
|
-
protoOf(IntCmpExprContext).
|
|
458
|
+
protoOf(IntCmpExprContext).s2n = function () {
|
|
460
459
|
return this.op$;
|
|
461
460
|
};
|
|
462
|
-
protoOf(IntCmpExprContext).
|
|
461
|
+
protoOf(IntCmpExprContext).t2n = function (_set____db54di) {
|
|
463
462
|
this.right$ = _set____db54di;
|
|
464
463
|
};
|
|
465
|
-
protoOf(IntCmpExprContext).
|
|
464
|
+
protoOf(IntCmpExprContext).u2n = function () {
|
|
466
465
|
return this.right$;
|
|
467
466
|
};
|
|
468
|
-
protoOf(IntCmpExprContext).
|
|
467
|
+
protoOf(IntCmpExprContext).kw = function (listener) {
|
|
469
468
|
if (isInterface(listener, StateExpressionListener)) {
|
|
470
|
-
listener.
|
|
469
|
+
listener.e2l(this);
|
|
471
470
|
}
|
|
472
471
|
};
|
|
473
|
-
protoOf(IntCmpExprContext).
|
|
472
|
+
protoOf(IntCmpExprContext).mw = function (listener) {
|
|
474
473
|
if (isInterface(listener, StateExpressionListener)) {
|
|
475
|
-
listener.
|
|
474
|
+
listener.f2l(this);
|
|
476
475
|
}
|
|
477
476
|
};
|
|
478
|
-
protoOf(IntCmpExprContext).
|
|
477
|
+
protoOf(IntCmpExprContext).kx = function (visitor) {
|
|
479
478
|
var tmp;
|
|
480
479
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
481
|
-
tmp = visitor.
|
|
480
|
+
tmp = visitor.m2j(this);
|
|
482
481
|
} else {
|
|
483
|
-
tmp = visitor.
|
|
482
|
+
tmp = visitor.tx(this);
|
|
484
483
|
}
|
|
485
484
|
return tmp;
|
|
486
485
|
};
|
|
@@ -489,96 +488,96 @@
|
|
|
489
488
|
this.op$ = null;
|
|
490
489
|
this.right$ = null;
|
|
491
490
|
}
|
|
492
|
-
protoOf(ParExprContext).
|
|
491
|
+
protoOf(ParExprContext).f2o = function (_set____db54di) {
|
|
493
492
|
this.expr$ = _set____db54di;
|
|
494
493
|
};
|
|
495
|
-
protoOf(ParExprContext).
|
|
494
|
+
protoOf(ParExprContext).g2o = function () {
|
|
496
495
|
return this.expr$;
|
|
497
496
|
};
|
|
498
|
-
protoOf(ParExprContext).
|
|
497
|
+
protoOf(ParExprContext).kw = function (listener) {
|
|
499
498
|
if (isInterface(listener, StateExpressionListener)) {
|
|
500
|
-
listener.
|
|
499
|
+
listener.g2l(this);
|
|
501
500
|
}
|
|
502
501
|
};
|
|
503
|
-
protoOf(ParExprContext).
|
|
502
|
+
protoOf(ParExprContext).mw = function (listener) {
|
|
504
503
|
if (isInterface(listener, StateExpressionListener)) {
|
|
505
|
-
listener.
|
|
504
|
+
listener.h2l(this);
|
|
506
505
|
}
|
|
507
506
|
};
|
|
508
|
-
protoOf(ParExprContext).
|
|
507
|
+
protoOf(ParExprContext).kx = function (visitor) {
|
|
509
508
|
var tmp;
|
|
510
509
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
511
|
-
tmp = visitor.
|
|
510
|
+
tmp = visitor.n2j(this);
|
|
512
511
|
} else {
|
|
513
|
-
tmp = visitor.
|
|
512
|
+
tmp = visitor.tx(this);
|
|
514
513
|
}
|
|
515
514
|
return tmp;
|
|
516
515
|
};
|
|
517
516
|
function ParExprContext() {
|
|
518
517
|
this.expr$ = null;
|
|
519
518
|
}
|
|
520
|
-
protoOf(BooleanAtomContext).
|
|
519
|
+
protoOf(BooleanAtomContext).r2o = function (_set____db54di) {
|
|
521
520
|
this.atom$ = _set____db54di;
|
|
522
521
|
};
|
|
523
|
-
protoOf(BooleanAtomContext).
|
|
522
|
+
protoOf(BooleanAtomContext).s2o = function () {
|
|
524
523
|
return this.atom$;
|
|
525
524
|
};
|
|
526
|
-
protoOf(BooleanAtomContext).
|
|
525
|
+
protoOf(BooleanAtomContext).kw = function (listener) {
|
|
527
526
|
if (isInterface(listener, StateExpressionListener)) {
|
|
528
|
-
listener.
|
|
527
|
+
listener.i2l(this);
|
|
529
528
|
}
|
|
530
529
|
};
|
|
531
|
-
protoOf(BooleanAtomContext).
|
|
530
|
+
protoOf(BooleanAtomContext).mw = function (listener) {
|
|
532
531
|
if (isInterface(listener, StateExpressionListener)) {
|
|
533
|
-
listener.
|
|
532
|
+
listener.j2l(this);
|
|
534
533
|
}
|
|
535
534
|
};
|
|
536
|
-
protoOf(BooleanAtomContext).
|
|
535
|
+
protoOf(BooleanAtomContext).kx = function (visitor) {
|
|
537
536
|
var tmp;
|
|
538
537
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
539
|
-
tmp = visitor.
|
|
538
|
+
tmp = visitor.o2j(this);
|
|
540
539
|
} else {
|
|
541
|
-
tmp = visitor.
|
|
540
|
+
tmp = visitor.tx(this);
|
|
542
541
|
}
|
|
543
542
|
return tmp;
|
|
544
543
|
};
|
|
545
544
|
function BooleanAtomContext() {
|
|
546
545
|
this.atom$ = null;
|
|
547
546
|
}
|
|
548
|
-
protoOf(EqExprContext).
|
|
547
|
+
protoOf(EqExprContext).d2p = function (_set____db54di) {
|
|
549
548
|
this.varName$ = _set____db54di;
|
|
550
549
|
};
|
|
551
|
-
protoOf(EqExprContext).
|
|
550
|
+
protoOf(EqExprContext).e2p = function () {
|
|
552
551
|
return this.varName$;
|
|
553
552
|
};
|
|
554
|
-
protoOf(EqExprContext).
|
|
553
|
+
protoOf(EqExprContext).r2n = function (_set____db54di) {
|
|
555
554
|
this.op$ = _set____db54di;
|
|
556
555
|
};
|
|
557
|
-
protoOf(EqExprContext).
|
|
556
|
+
protoOf(EqExprContext).s2n = function () {
|
|
558
557
|
return this.op$;
|
|
559
558
|
};
|
|
560
|
-
protoOf(EqExprContext).
|
|
559
|
+
protoOf(EqExprContext).f2p = function (_set____db54di) {
|
|
561
560
|
this.value$ = _set____db54di;
|
|
562
561
|
};
|
|
563
|
-
protoOf(EqExprContext).
|
|
562
|
+
protoOf(EqExprContext).g2p = function () {
|
|
564
563
|
return this.value$;
|
|
565
564
|
};
|
|
566
|
-
protoOf(EqExprContext).
|
|
565
|
+
protoOf(EqExprContext).kw = function (listener) {
|
|
567
566
|
if (isInterface(listener, StateExpressionListener)) {
|
|
568
|
-
listener.
|
|
567
|
+
listener.k2l(this);
|
|
569
568
|
}
|
|
570
569
|
};
|
|
571
|
-
protoOf(EqExprContext).
|
|
570
|
+
protoOf(EqExprContext).mw = function (listener) {
|
|
572
571
|
if (isInterface(listener, StateExpressionListener)) {
|
|
573
|
-
listener.
|
|
572
|
+
listener.l2l(this);
|
|
574
573
|
}
|
|
575
574
|
};
|
|
576
|
-
protoOf(EqExprContext).
|
|
575
|
+
protoOf(EqExprContext).kx = function (visitor) {
|
|
577
576
|
var tmp;
|
|
578
577
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
579
|
-
tmp = visitor.
|
|
578
|
+
tmp = visitor.p2j(this);
|
|
580
579
|
} else {
|
|
581
|
-
tmp = visitor.
|
|
580
|
+
tmp = visitor.tx(this);
|
|
582
581
|
}
|
|
583
582
|
return tmp;
|
|
584
583
|
};
|
|
@@ -587,90 +586,90 @@
|
|
|
587
586
|
this.op$ = null;
|
|
588
587
|
this.value$ = null;
|
|
589
588
|
}
|
|
590
|
-
protoOf(NotExprContext).
|
|
589
|
+
protoOf(NotExprContext).f2o = function (_set____db54di) {
|
|
591
590
|
this.expr$ = _set____db54di;
|
|
592
591
|
};
|
|
593
|
-
protoOf(NotExprContext).
|
|
592
|
+
protoOf(NotExprContext).g2o = function () {
|
|
594
593
|
return this.expr$;
|
|
595
594
|
};
|
|
596
|
-
protoOf(NotExprContext).
|
|
595
|
+
protoOf(NotExprContext).kw = function (listener) {
|
|
597
596
|
if (isInterface(listener, StateExpressionListener)) {
|
|
598
|
-
listener.
|
|
597
|
+
listener.m2l(this);
|
|
599
598
|
}
|
|
600
599
|
};
|
|
601
|
-
protoOf(NotExprContext).
|
|
600
|
+
protoOf(NotExprContext).mw = function (listener) {
|
|
602
601
|
if (isInterface(listener, StateExpressionListener)) {
|
|
603
|
-
listener.
|
|
602
|
+
listener.n2l(this);
|
|
604
603
|
}
|
|
605
604
|
};
|
|
606
|
-
protoOf(NotExprContext).
|
|
605
|
+
protoOf(NotExprContext).kx = function (visitor) {
|
|
607
606
|
var tmp;
|
|
608
607
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
609
|
-
tmp = visitor.
|
|
608
|
+
tmp = visitor.q2j(this);
|
|
610
609
|
} else {
|
|
611
|
-
tmp = visitor.
|
|
610
|
+
tmp = visitor.tx(this);
|
|
612
611
|
}
|
|
613
612
|
return tmp;
|
|
614
613
|
};
|
|
615
614
|
function NotExprContext() {
|
|
616
615
|
this.expr$ = null;
|
|
617
616
|
}
|
|
618
|
-
protoOf(IsSetFuncContext).
|
|
617
|
+
protoOf(IsSetFuncContext).d2p = function (_set____db54di) {
|
|
619
618
|
this.varName$ = _set____db54di;
|
|
620
619
|
};
|
|
621
|
-
protoOf(IsSetFuncContext).
|
|
620
|
+
protoOf(IsSetFuncContext).e2p = function () {
|
|
622
621
|
return this.varName$;
|
|
623
622
|
};
|
|
624
|
-
protoOf(IsSetFuncContext).
|
|
623
|
+
protoOf(IsSetFuncContext).kw = function (listener) {
|
|
625
624
|
if (isInterface(listener, StateExpressionListener)) {
|
|
626
|
-
listener.
|
|
625
|
+
listener.o2l(this);
|
|
627
626
|
}
|
|
628
627
|
};
|
|
629
|
-
protoOf(IsSetFuncContext).
|
|
628
|
+
protoOf(IsSetFuncContext).mw = function (listener) {
|
|
630
629
|
if (isInterface(listener, StateExpressionListener)) {
|
|
631
|
-
listener.
|
|
630
|
+
listener.p2l(this);
|
|
632
631
|
}
|
|
633
632
|
};
|
|
634
|
-
protoOf(IsSetFuncContext).
|
|
633
|
+
protoOf(IsSetFuncContext).kx = function (visitor) {
|
|
635
634
|
var tmp;
|
|
636
635
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
637
|
-
tmp = visitor.
|
|
636
|
+
tmp = visitor.r2j(this);
|
|
638
637
|
} else {
|
|
639
|
-
tmp = visitor.
|
|
638
|
+
tmp = visitor.tx(this);
|
|
640
639
|
}
|
|
641
640
|
return tmp;
|
|
642
641
|
};
|
|
643
642
|
function IsSetFuncContext() {
|
|
644
643
|
this.varName$ = null;
|
|
645
644
|
}
|
|
646
|
-
protoOf(OrExprContext).
|
|
645
|
+
protoOf(OrExprContext).l2q = function (_set____db54di) {
|
|
647
646
|
this.left$ = _set____db54di;
|
|
648
647
|
};
|
|
649
|
-
protoOf(OrExprContext).
|
|
648
|
+
protoOf(OrExprContext).q2n = function () {
|
|
650
649
|
return this.left$;
|
|
651
650
|
};
|
|
652
|
-
protoOf(OrExprContext).
|
|
651
|
+
protoOf(OrExprContext).m2q = function (_set____db54di) {
|
|
653
652
|
this.right$ = _set____db54di;
|
|
654
653
|
};
|
|
655
|
-
protoOf(OrExprContext).
|
|
654
|
+
protoOf(OrExprContext).u2n = function () {
|
|
656
655
|
return this.right$;
|
|
657
656
|
};
|
|
658
|
-
protoOf(OrExprContext).
|
|
657
|
+
protoOf(OrExprContext).kw = function (listener) {
|
|
659
658
|
if (isInterface(listener, StateExpressionListener)) {
|
|
660
|
-
listener.
|
|
659
|
+
listener.q2l(this);
|
|
661
660
|
}
|
|
662
661
|
};
|
|
663
|
-
protoOf(OrExprContext).
|
|
662
|
+
protoOf(OrExprContext).mw = function (listener) {
|
|
664
663
|
if (isInterface(listener, StateExpressionListener)) {
|
|
665
|
-
listener.
|
|
664
|
+
listener.r2l(this);
|
|
666
665
|
}
|
|
667
666
|
};
|
|
668
|
-
protoOf(OrExprContext).
|
|
667
|
+
protoOf(OrExprContext).kx = function (visitor) {
|
|
669
668
|
var tmp;
|
|
670
669
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
671
|
-
tmp = visitor.
|
|
670
|
+
tmp = visitor.s2j(this);
|
|
672
671
|
} else {
|
|
673
|
-
tmp = visitor.
|
|
672
|
+
tmp = visitor.tx(this);
|
|
674
673
|
}
|
|
675
674
|
return tmp;
|
|
676
675
|
};
|
|
@@ -678,34 +677,34 @@
|
|
|
678
677
|
this.left$ = null;
|
|
679
678
|
this.right$ = null;
|
|
680
679
|
}
|
|
681
|
-
protoOf(AndExprContext).
|
|
680
|
+
protoOf(AndExprContext).l2q = function (_set____db54di) {
|
|
682
681
|
this.left$ = _set____db54di;
|
|
683
682
|
};
|
|
684
|
-
protoOf(AndExprContext).
|
|
683
|
+
protoOf(AndExprContext).q2n = function () {
|
|
685
684
|
return this.left$;
|
|
686
685
|
};
|
|
687
|
-
protoOf(AndExprContext).
|
|
686
|
+
protoOf(AndExprContext).m2q = function (_set____db54di) {
|
|
688
687
|
this.right$ = _set____db54di;
|
|
689
688
|
};
|
|
690
|
-
protoOf(AndExprContext).
|
|
689
|
+
protoOf(AndExprContext).u2n = function () {
|
|
691
690
|
return this.right$;
|
|
692
691
|
};
|
|
693
|
-
protoOf(AndExprContext).
|
|
692
|
+
protoOf(AndExprContext).kw = function (listener) {
|
|
694
693
|
if (isInterface(listener, StateExpressionListener)) {
|
|
695
|
-
listener.
|
|
694
|
+
listener.s2l(this);
|
|
696
695
|
}
|
|
697
696
|
};
|
|
698
|
-
protoOf(AndExprContext).
|
|
697
|
+
protoOf(AndExprContext).mw = function (listener) {
|
|
699
698
|
if (isInterface(listener, StateExpressionListener)) {
|
|
700
|
-
listener.
|
|
699
|
+
listener.t2l(this);
|
|
701
700
|
}
|
|
702
701
|
};
|
|
703
|
-
protoOf(AndExprContext).
|
|
702
|
+
protoOf(AndExprContext).kx = function (visitor) {
|
|
704
703
|
var tmp;
|
|
705
704
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
706
|
-
tmp = visitor.
|
|
705
|
+
tmp = visitor.t2j(this);
|
|
707
706
|
} else {
|
|
708
|
-
tmp = visitor.
|
|
707
|
+
tmp = visitor.tx(this);
|
|
709
708
|
}
|
|
710
709
|
return tmp;
|
|
711
710
|
};
|
|
@@ -714,276 +713,276 @@
|
|
|
714
713
|
this.right$ = null;
|
|
715
714
|
}
|
|
716
715
|
function booleanExpr($this, _p) {
|
|
717
|
-
var _parentctx = $this.
|
|
718
|
-
var _parentState = $this.
|
|
719
|
-
var _localctx = BooleanExprContext_init_$Create$($this.
|
|
716
|
+
var _parentctx = $this.al_1;
|
|
717
|
+
var _parentState = $this.dp_1;
|
|
718
|
+
var _localctx = BooleanExprContext_init_$Create$($this.al_1, _parentState);
|
|
720
719
|
var _prevctx = _localctx;
|
|
721
720
|
var _startState = 0;
|
|
722
721
|
var _token;
|
|
723
722
|
var _ctx;
|
|
724
|
-
$this.
|
|
723
|
+
$this.zw(_localctx, 0, 0, _p);
|
|
725
724
|
var _la;
|
|
726
725
|
try {
|
|
727
726
|
var _alt;
|
|
728
|
-
$this.
|
|
729
|
-
$this.
|
|
730
|
-
$this.
|
|
731
|
-
switch ($this.
|
|
727
|
+
$this.ww(_localctx, 1);
|
|
728
|
+
$this.dp_1 = 22;
|
|
729
|
+
$this.xk_1.rl($this);
|
|
730
|
+
switch ($this.mq().e1c($this.yk_1, 0, $this.al_1)) {
|
|
732
731
|
case 1:
|
|
733
732
|
_localctx = ParExprContext_init_$Create$(_localctx);
|
|
734
|
-
$this.
|
|
733
|
+
$this.al_1 = _localctx;
|
|
735
734
|
_prevctx = _localctx;
|
|
736
|
-
$this.
|
|
737
|
-
$this.
|
|
738
|
-
$this.
|
|
735
|
+
$this.dp_1 = 5;
|
|
736
|
+
$this.fw(10);
|
|
737
|
+
$this.dp_1 = 6;
|
|
739
738
|
_ctx = booleanExpr($this, 0);
|
|
740
739
|
_localctx.expr$ = _ctx;
|
|
741
|
-
$this.
|
|
742
|
-
$this.
|
|
740
|
+
$this.dp_1 = 7;
|
|
741
|
+
$this.fw(11);
|
|
743
742
|
break;
|
|
744
743
|
case 2:
|
|
745
744
|
_localctx = NotExprContext_init_$Create$(_localctx);
|
|
746
|
-
$this.
|
|
745
|
+
$this.al_1 = _localctx;
|
|
747
746
|
_prevctx = _localctx;
|
|
748
|
-
$this.
|
|
749
|
-
$this.
|
|
750
|
-
$this.
|
|
747
|
+
$this.dp_1 = 9;
|
|
748
|
+
$this.fw(5);
|
|
749
|
+
$this.dp_1 = 10;
|
|
751
750
|
_ctx = booleanExpr($this, 7);
|
|
752
751
|
_localctx.expr$ = _ctx;
|
|
753
752
|
break;
|
|
754
753
|
case 3:
|
|
755
754
|
_localctx = IsSetFuncContext_init_$Create$(_localctx);
|
|
756
|
-
$this.
|
|
755
|
+
$this.al_1 = _localctx;
|
|
757
756
|
_prevctx = _localctx;
|
|
758
|
-
$this.
|
|
759
|
-
$this.
|
|
760
|
-
$this.
|
|
761
|
-
_token = $this.
|
|
757
|
+
$this.dp_1 = 11;
|
|
758
|
+
$this.fw(14);
|
|
759
|
+
$this.dp_1 = 12;
|
|
760
|
+
_token = $this.fw(18);
|
|
762
761
|
_localctx.varName$ = _token;
|
|
763
|
-
$this.
|
|
764
|
-
$this.
|
|
762
|
+
$this.dp_1 = 13;
|
|
763
|
+
$this.fw(11);
|
|
765
764
|
break;
|
|
766
765
|
case 4:
|
|
767
766
|
_localctx = EqExprContext_init_$Create$(_localctx);
|
|
768
|
-
$this.
|
|
767
|
+
$this.al_1 = _localctx;
|
|
769
768
|
_prevctx = _localctx;
|
|
770
|
-
$this.
|
|
771
|
-
_token = $this.
|
|
769
|
+
$this.dp_1 = 14;
|
|
770
|
+
_token = $this.fw(18);
|
|
772
771
|
_localctx.varName$ = _token;
|
|
773
|
-
$this.
|
|
774
|
-
_token = $this.
|
|
772
|
+
$this.dp_1 = 15;
|
|
773
|
+
_token = $this.yk_1.pn(1);
|
|
775
774
|
_localctx.op$ = _token;
|
|
776
|
-
_la = $this.
|
|
775
|
+
_la = $this.yk_1.jn(1);
|
|
777
776
|
if (!(_la === 1 || _la === 2)) {
|
|
778
|
-
_token = $this.
|
|
777
|
+
_token = $this.xk_1.ql($this);
|
|
779
778
|
_localctx.op$ = _token;
|
|
780
779
|
} else {
|
|
781
|
-
if ($this.
|
|
782
|
-
$this.
|
|
780
|
+
if ($this.yk_1.jn(1) === -1) {
|
|
781
|
+
$this.fl_1 = true;
|
|
783
782
|
}
|
|
784
|
-
$this.
|
|
785
|
-
$this.
|
|
783
|
+
$this.xk_1.bm($this);
|
|
784
|
+
$this.vp();
|
|
786
785
|
}
|
|
787
786
|
|
|
788
|
-
$this.
|
|
789
|
-
_token = $this.
|
|
787
|
+
$this.dp_1 = 16;
|
|
788
|
+
_token = $this.fw(17);
|
|
790
789
|
_localctx.value$ = _token;
|
|
791
790
|
break;
|
|
792
791
|
case 5:
|
|
793
792
|
_localctx = IntCmpExprContext_init_$Create$(_localctx);
|
|
794
|
-
$this.
|
|
793
|
+
$this.al_1 = _localctx;
|
|
795
794
|
_prevctx = _localctx;
|
|
796
|
-
$this.
|
|
797
|
-
_ctx = $this.
|
|
795
|
+
$this.dp_1 = 17;
|
|
796
|
+
_ctx = $this.q2r();
|
|
798
797
|
_localctx.left$ = _ctx;
|
|
799
|
-
$this.
|
|
800
|
-
_token = $this.
|
|
798
|
+
$this.dp_1 = 18;
|
|
799
|
+
_token = $this.yk_1.pn(1);
|
|
801
800
|
_localctx.op$ = _token;
|
|
802
|
-
_la = $this.
|
|
803
|
-
if (!((_la & -64) === 0 && !(new Long(1, 0)).
|
|
804
|
-
_token = $this.
|
|
801
|
+
_la = $this.yk_1.jn(1);
|
|
802
|
+
if (!((_la & -64) === 0 && !(new Long(1, 0)).m2(_la).p2(new Long(966, 0)).equals(new Long(0, 0)))) {
|
|
803
|
+
_token = $this.xk_1.ql($this);
|
|
805
804
|
_localctx.op$ = _token;
|
|
806
805
|
} else {
|
|
807
|
-
if ($this.
|
|
808
|
-
$this.
|
|
806
|
+
if ($this.yk_1.jn(1) === -1) {
|
|
807
|
+
$this.fl_1 = true;
|
|
809
808
|
}
|
|
810
|
-
$this.
|
|
811
|
-
$this.
|
|
809
|
+
$this.xk_1.bm($this);
|
|
810
|
+
$this.vp();
|
|
812
811
|
}
|
|
813
812
|
|
|
814
|
-
$this.
|
|
815
|
-
_ctx = $this.
|
|
813
|
+
$this.dp_1 = 19;
|
|
814
|
+
_ctx = $this.q2r();
|
|
816
815
|
_localctx.right$ = _ctx;
|
|
817
816
|
break;
|
|
818
817
|
case 6:
|
|
819
818
|
_localctx = BooleanAtomContext_init_$Create$(_localctx);
|
|
820
|
-
$this.
|
|
819
|
+
$this.al_1 = _localctx;
|
|
821
820
|
_prevctx = _localctx;
|
|
822
|
-
$this.
|
|
823
|
-
_token = $this.
|
|
821
|
+
$this.dp_1 = 21;
|
|
822
|
+
_token = $this.yk_1.pn(1);
|
|
824
823
|
_localctx.atom$ = _token;
|
|
825
|
-
_la = $this.
|
|
824
|
+
_la = $this.yk_1.jn(1);
|
|
826
825
|
if (!(_la === 12 || _la === 13)) {
|
|
827
|
-
_token = $this.
|
|
826
|
+
_token = $this.xk_1.ql($this);
|
|
828
827
|
_localctx.atom$ = _token;
|
|
829
828
|
} else {
|
|
830
|
-
if ($this.
|
|
831
|
-
$this.
|
|
829
|
+
if ($this.yk_1.jn(1) === -1) {
|
|
830
|
+
$this.fl_1 = true;
|
|
832
831
|
}
|
|
833
|
-
$this.
|
|
834
|
-
$this.
|
|
832
|
+
$this.xk_1.bm($this);
|
|
833
|
+
$this.vp();
|
|
835
834
|
}
|
|
836
835
|
|
|
837
836
|
break;
|
|
838
837
|
}
|
|
839
|
-
ensureNotNull($this.
|
|
840
|
-
$this.
|
|
841
|
-
$this.
|
|
842
|
-
_alt = $this.
|
|
838
|
+
ensureNotNull($this.al_1).nl_1 = $this.yk_1.pn(-1);
|
|
839
|
+
$this.dp_1 = 32;
|
|
840
|
+
$this.xk_1.rl($this);
|
|
841
|
+
_alt = $this.mq().e1c($this.yk_1, 2, $this.al_1);
|
|
843
842
|
while (!(_alt === 2) && !(_alt === 0)) {
|
|
844
843
|
if (_alt === 1) {
|
|
845
844
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
846
|
-
if (!$this.
|
|
847
|
-
$this.
|
|
845
|
+
if (!$this.dl_1.p()) {
|
|
846
|
+
$this.lw();
|
|
848
847
|
}
|
|
849
848
|
_prevctx = _localctx;
|
|
850
|
-
$this.
|
|
851
|
-
$this.
|
|
852
|
-
var tmp1_subject = $this.
|
|
849
|
+
$this.dp_1 = 30;
|
|
850
|
+
$this.xk_1.rl($this);
|
|
851
|
+
var tmp1_subject = $this.mq().e1c($this.yk_1, 1, $this.al_1);
|
|
853
852
|
if (tmp1_subject === 1) {
|
|
854
853
|
_localctx = AndExprContext_init_$Create$(BooleanExprContext_init_$Create$(_parentctx, _parentState));
|
|
855
854
|
_localctx.left$ = _prevctx;
|
|
856
|
-
$this.
|
|
857
|
-
$this.
|
|
858
|
-
if (!$this.
|
|
855
|
+
$this.ax(_localctx, _startState, 0);
|
|
856
|
+
$this.dp_1 = 24;
|
|
857
|
+
if (!$this.fv(ensureNotNull($this.al_1), 6)) {
|
|
859
858
|
throw new FailedPredicateException($this, 'precpred(context!!, 6)');
|
|
860
859
|
}
|
|
861
|
-
$this.
|
|
862
|
-
$this.
|
|
863
|
-
$this.
|
|
860
|
+
$this.dp_1 = 25;
|
|
861
|
+
$this.fw(3);
|
|
862
|
+
$this.dp_1 = 26;
|
|
864
863
|
_ctx = booleanExpr($this, 7);
|
|
865
864
|
_localctx.right$ = _ctx;
|
|
866
865
|
} else if (tmp1_subject === 2) {
|
|
867
866
|
_localctx = OrExprContext_init_$Create$(BooleanExprContext_init_$Create$(_parentctx, _parentState));
|
|
868
867
|
_localctx.left$ = _prevctx;
|
|
869
|
-
$this.
|
|
870
|
-
$this.
|
|
871
|
-
if (!$this.
|
|
868
|
+
$this.ax(_localctx, _startState, 0);
|
|
869
|
+
$this.dp_1 = 27;
|
|
870
|
+
if (!$this.fv(ensureNotNull($this.al_1), 5)) {
|
|
872
871
|
throw new FailedPredicateException($this, 'precpred(context!!, 5)');
|
|
873
872
|
}
|
|
874
|
-
$this.
|
|
875
|
-
$this.
|
|
876
|
-
$this.
|
|
873
|
+
$this.dp_1 = 28;
|
|
874
|
+
$this.fw(4);
|
|
875
|
+
$this.dp_1 = 29;
|
|
877
876
|
_ctx = booleanExpr($this, 6);
|
|
878
877
|
_localctx.right$ = _ctx;
|
|
879
878
|
}
|
|
880
879
|
}
|
|
881
|
-
$this.
|
|
882
|
-
$this.
|
|
883
|
-
_alt = $this.
|
|
880
|
+
$this.dp_1 = 34;
|
|
881
|
+
$this.xk_1.rl($this);
|
|
882
|
+
_alt = $this.mq().e1c($this.yk_1, 2, $this.al_1);
|
|
884
883
|
}
|
|
885
884
|
} catch ($p) {
|
|
886
885
|
if ($p instanceof RecognitionException) {
|
|
887
886
|
var re = $p;
|
|
888
|
-
_localctx.
|
|
889
|
-
$this.
|
|
890
|
-
$this.
|
|
887
|
+
_localctx.ol_1 = re;
|
|
888
|
+
$this.xk_1.cm($this, re);
|
|
889
|
+
$this.xk_1.tk($this, re);
|
|
891
890
|
} else {
|
|
892
891
|
throw $p;
|
|
893
892
|
}
|
|
894
893
|
}
|
|
895
894
|
finally {
|
|
896
|
-
$this.
|
|
895
|
+
$this.cx(_parentctx);
|
|
897
896
|
}
|
|
898
897
|
return _localctx;
|
|
899
898
|
}
|
|
900
|
-
protoOf(IntExprContext).
|
|
901
|
-
return this.
|
|
899
|
+
protoOf(IntExprContext).nr = function () {
|
|
900
|
+
return this.u2m_1;
|
|
902
901
|
};
|
|
903
|
-
protoOf(IntExprContext).
|
|
904
|
-
protoOf(ParserRuleContext).
|
|
902
|
+
protoOf(IntExprContext).v2m = function (ctx) {
|
|
903
|
+
protoOf(ParserRuleContext).hx.call(this, ctx);
|
|
905
904
|
};
|
|
906
905
|
function IntExprContext() {
|
|
907
|
-
this.
|
|
906
|
+
this.u2m_1 = 1;
|
|
908
907
|
}
|
|
909
|
-
protoOf(IntAtomContext).
|
|
908
|
+
protoOf(IntAtomContext).f2p = function (_set____db54di) {
|
|
910
909
|
this.value$ = _set____db54di;
|
|
911
910
|
};
|
|
912
|
-
protoOf(IntAtomContext).
|
|
911
|
+
protoOf(IntAtomContext).g2p = function () {
|
|
913
912
|
return this.value$;
|
|
914
913
|
};
|
|
915
|
-
protoOf(IntAtomContext).
|
|
914
|
+
protoOf(IntAtomContext).kw = function (listener) {
|
|
916
915
|
if (isInterface(listener, StateExpressionListener)) {
|
|
917
|
-
listener.
|
|
916
|
+
listener.y2l(this);
|
|
918
917
|
}
|
|
919
918
|
};
|
|
920
|
-
protoOf(IntAtomContext).
|
|
919
|
+
protoOf(IntAtomContext).mw = function (listener) {
|
|
921
920
|
if (isInterface(listener, StateExpressionListener)) {
|
|
922
|
-
listener.
|
|
921
|
+
listener.z2l(this);
|
|
923
922
|
}
|
|
924
923
|
};
|
|
925
|
-
protoOf(IntAtomContext).
|
|
924
|
+
protoOf(IntAtomContext).kx = function (visitor) {
|
|
926
925
|
var tmp;
|
|
927
926
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
928
|
-
tmp = visitor.
|
|
927
|
+
tmp = visitor.w2j(this);
|
|
929
928
|
} else {
|
|
930
|
-
tmp = visitor.
|
|
929
|
+
tmp = visitor.tx(this);
|
|
931
930
|
}
|
|
932
931
|
return tmp;
|
|
933
932
|
};
|
|
934
933
|
function IntAtomContext() {
|
|
935
934
|
this.value$ = null;
|
|
936
935
|
}
|
|
937
|
-
protoOf(ParIntExprContext).
|
|
936
|
+
protoOf(ParIntExprContext).l2s = function (_set____db54di) {
|
|
938
937
|
this.expr$ = _set____db54di;
|
|
939
938
|
};
|
|
940
|
-
protoOf(ParIntExprContext).
|
|
939
|
+
protoOf(ParIntExprContext).g2o = function () {
|
|
941
940
|
return this.expr$;
|
|
942
941
|
};
|
|
943
|
-
protoOf(ParIntExprContext).
|
|
942
|
+
protoOf(ParIntExprContext).kw = function (listener) {
|
|
944
943
|
if (isInterface(listener, StateExpressionListener)) {
|
|
945
|
-
listener.
|
|
944
|
+
listener.u2l(this);
|
|
946
945
|
}
|
|
947
946
|
};
|
|
948
|
-
protoOf(ParIntExprContext).
|
|
947
|
+
protoOf(ParIntExprContext).mw = function (listener) {
|
|
949
948
|
if (isInterface(listener, StateExpressionListener)) {
|
|
950
|
-
listener.
|
|
949
|
+
listener.v2l(this);
|
|
951
950
|
}
|
|
952
951
|
};
|
|
953
|
-
protoOf(ParIntExprContext).
|
|
952
|
+
protoOf(ParIntExprContext).kx = function (visitor) {
|
|
954
953
|
var tmp;
|
|
955
954
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
956
|
-
tmp = visitor.
|
|
955
|
+
tmp = visitor.u2j(this);
|
|
957
956
|
} else {
|
|
958
|
-
tmp = visitor.
|
|
957
|
+
tmp = visitor.tx(this);
|
|
959
958
|
}
|
|
960
959
|
return tmp;
|
|
961
960
|
};
|
|
962
961
|
function ParIntExprContext() {
|
|
963
962
|
this.expr$ = null;
|
|
964
963
|
}
|
|
965
|
-
protoOf(ValuesFuncContext).
|
|
964
|
+
protoOf(ValuesFuncContext).d2p = function (_set____db54di) {
|
|
966
965
|
this.varName$ = _set____db54di;
|
|
967
966
|
};
|
|
968
|
-
protoOf(ValuesFuncContext).
|
|
967
|
+
protoOf(ValuesFuncContext).e2p = function () {
|
|
969
968
|
return this.varName$;
|
|
970
969
|
};
|
|
971
|
-
protoOf(ValuesFuncContext).
|
|
970
|
+
protoOf(ValuesFuncContext).kw = function (listener) {
|
|
972
971
|
if (isInterface(listener, StateExpressionListener)) {
|
|
973
|
-
listener.
|
|
972
|
+
listener.w2l(this);
|
|
974
973
|
}
|
|
975
974
|
};
|
|
976
|
-
protoOf(ValuesFuncContext).
|
|
975
|
+
protoOf(ValuesFuncContext).mw = function (listener) {
|
|
977
976
|
if (isInterface(listener, StateExpressionListener)) {
|
|
978
|
-
listener.
|
|
977
|
+
listener.x2l(this);
|
|
979
978
|
}
|
|
980
979
|
};
|
|
981
|
-
protoOf(ValuesFuncContext).
|
|
980
|
+
protoOf(ValuesFuncContext).kx = function (visitor) {
|
|
982
981
|
var tmp;
|
|
983
982
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
984
|
-
tmp = visitor.
|
|
983
|
+
tmp = visitor.v2j(this);
|
|
985
984
|
} else {
|
|
986
|
-
tmp = visitor.
|
|
985
|
+
tmp = visitor.tx(this);
|
|
987
986
|
}
|
|
988
987
|
return tmp;
|
|
989
988
|
};
|
|
@@ -992,76 +991,76 @@
|
|
|
992
991
|
}
|
|
993
992
|
function booleanExpr_sempred($this, _localctx, predIndex) {
|
|
994
993
|
if (predIndex === 0)
|
|
995
|
-
return $this.
|
|
994
|
+
return $this.fv(ensureNotNull($this.al_1), 6);
|
|
996
995
|
else if (predIndex === 1)
|
|
997
|
-
return $this.
|
|
996
|
+
return $this.fv(ensureNotNull($this.al_1), 5);
|
|
998
997
|
return true;
|
|
999
998
|
}
|
|
1000
999
|
function StateExpressionParser(input) {
|
|
1001
1000
|
Companion_getInstance_0();
|
|
1002
1001
|
Parser.call(this, input);
|
|
1003
|
-
this.
|
|
1004
|
-
this.
|
|
1005
|
-
this.
|
|
1006
|
-
this.
|
|
1007
|
-
this.
|
|
1008
|
-
this.
|
|
1009
|
-
this.
|
|
1002
|
+
this.j2r_1 = new ParserATNSimulator(this, Companion_getInstance_0().x2m_1, Companion_getInstance_0().y2m_1, Companion_getInstance_0().z2m_1);
|
|
1003
|
+
this.k2r_1 = 'StateExpression.g4';
|
|
1004
|
+
this.l2r_1 = Companion_getInstance_0().e2n_1;
|
|
1005
|
+
this.m2r_1 = Companion_getInstance_0().a2n_1;
|
|
1006
|
+
this.n2r_1 = Companion_getInstance_0().x2m_1;
|
|
1007
|
+
this.o2r_1 = Companion_getInstance_0().d2n_1;
|
|
1008
|
+
this.p2r_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 +';
|
|
1010
1009
|
}
|
|
1011
|
-
protoOf(StateExpressionParser).
|
|
1012
|
-
return this.
|
|
1010
|
+
protoOf(StateExpressionParser).mq = function () {
|
|
1011
|
+
return this.j2r_1;
|
|
1013
1012
|
};
|
|
1014
|
-
protoOf(StateExpressionParser).
|
|
1015
|
-
return this.
|
|
1013
|
+
protoOf(StateExpressionParser).fu = function () {
|
|
1014
|
+
return this.l2r_1;
|
|
1016
1015
|
};
|
|
1017
|
-
protoOf(StateExpressionParser).
|
|
1018
|
-
return this.
|
|
1016
|
+
protoOf(StateExpressionParser).hr = function () {
|
|
1017
|
+
return this.m2r_1;
|
|
1019
1018
|
};
|
|
1020
|
-
protoOf(StateExpressionParser).
|
|
1021
|
-
return this.
|
|
1019
|
+
protoOf(StateExpressionParser).nq = function () {
|
|
1020
|
+
return this.n2r_1;
|
|
1022
1021
|
};
|
|
1023
|
-
protoOf(StateExpressionParser).
|
|
1024
|
-
return this.
|
|
1022
|
+
protoOf(StateExpressionParser).ep = function () {
|
|
1023
|
+
return this.o2r_1;
|
|
1025
1024
|
};
|
|
1026
|
-
protoOf(StateExpressionParser).
|
|
1025
|
+
protoOf(StateExpressionParser).w2s = function () {
|
|
1027
1026
|
return booleanExpr(this, 0);
|
|
1028
1027
|
};
|
|
1029
|
-
protoOf(StateExpressionParser).
|
|
1030
|
-
var _localctx = IntExprContext_init_$Create$(this.
|
|
1028
|
+
protoOf(StateExpressionParser).q2r = function () {
|
|
1029
|
+
var _localctx = IntExprContext_init_$Create$(this.al_1, this.dp_1);
|
|
1031
1030
|
var _token;
|
|
1032
1031
|
var _ctx;
|
|
1033
|
-
this.
|
|
1032
|
+
this.uw(_localctx, 2, 1);
|
|
1034
1033
|
try {
|
|
1035
|
-
this.
|
|
1036
|
-
this.
|
|
1037
|
-
switch (this.
|
|
1034
|
+
this.dp_1 = 43;
|
|
1035
|
+
this.xk_1.rl(this);
|
|
1036
|
+
switch (this.yk_1.jn(1)) {
|
|
1038
1037
|
case 10:
|
|
1039
1038
|
_localctx = ParIntExprContext_init_$Create$(_localctx);
|
|
1040
|
-
this.
|
|
1041
|
-
this.
|
|
1042
|
-
this.
|
|
1043
|
-
this.
|
|
1044
|
-
_ctx = this.
|
|
1039
|
+
this.ww(_localctx, 1);
|
|
1040
|
+
this.dp_1 = 35;
|
|
1041
|
+
this.fw(10);
|
|
1042
|
+
this.dp_1 = 36;
|
|
1043
|
+
_ctx = this.q2r();
|
|
1045
1044
|
_localctx.expr$ = _ctx;
|
|
1046
|
-
this.
|
|
1047
|
-
this.
|
|
1045
|
+
this.dp_1 = 37;
|
|
1046
|
+
this.fw(11);
|
|
1048
1047
|
break;
|
|
1049
1048
|
case 15:
|
|
1050
1049
|
_localctx = ValuesFuncContext_init_$Create$(_localctx);
|
|
1051
|
-
this.
|
|
1052
|
-
this.
|
|
1053
|
-
this.
|
|
1054
|
-
this.
|
|
1055
|
-
_token = this.
|
|
1050
|
+
this.ww(_localctx, 2);
|
|
1051
|
+
this.dp_1 = 39;
|
|
1052
|
+
this.fw(15);
|
|
1053
|
+
this.dp_1 = 40;
|
|
1054
|
+
_token = this.fw(18);
|
|
1056
1055
|
_localctx.varName$ = _token;
|
|
1057
|
-
this.
|
|
1058
|
-
this.
|
|
1056
|
+
this.dp_1 = 41;
|
|
1057
|
+
this.fw(11);
|
|
1059
1058
|
break;
|
|
1060
1059
|
case 16:
|
|
1061
1060
|
_localctx = IntAtomContext_init_$Create$(_localctx);
|
|
1062
|
-
this.
|
|
1063
|
-
this.
|
|
1064
|
-
_token = this.
|
|
1061
|
+
this.ww(_localctx, 3);
|
|
1062
|
+
this.dp_1 = 42;
|
|
1063
|
+
_token = this.fw(16);
|
|
1065
1064
|
_localctx.value$ = _token;
|
|
1066
1065
|
break;
|
|
1067
1066
|
default:
|
|
@@ -1070,19 +1069,19 @@
|
|
|
1070
1069
|
} catch ($p) {
|
|
1071
1070
|
if ($p instanceof RecognitionException) {
|
|
1072
1071
|
var re = $p;
|
|
1073
|
-
_localctx.
|
|
1074
|
-
this.
|
|
1075
|
-
this.
|
|
1072
|
+
_localctx.ol_1 = re;
|
|
1073
|
+
this.xk_1.cm(this, re);
|
|
1074
|
+
this.xk_1.tk(this, re);
|
|
1076
1075
|
} else {
|
|
1077
1076
|
throw $p;
|
|
1078
1077
|
}
|
|
1079
1078
|
}
|
|
1080
1079
|
finally {
|
|
1081
|
-
this.
|
|
1080
|
+
this.vw();
|
|
1082
1081
|
}
|
|
1083
1082
|
return _localctx;
|
|
1084
1083
|
};
|
|
1085
|
-
protoOf(StateExpressionParser).
|
|
1084
|
+
protoOf(StateExpressionParser).ev = function (_localctx, ruleIndex, predIndex) {
|
|
1086
1085
|
if (ruleIndex === 0) {
|
|
1087
1086
|
return booleanExpr_sempred(this, (_localctx == null ? true : _localctx instanceof BooleanExprContext) ? _localctx : THROW_CCE(), predIndex);
|
|
1088
1087
|
}
|
|
@@ -1091,15 +1090,15 @@
|
|
|
1091
1090
|
function StateExpressionVisitor() {
|
|
1092
1091
|
}
|
|
1093
1092
|
function Expression(expr, raw) {
|
|
1094
|
-
this.
|
|
1095
|
-
this.
|
|
1093
|
+
this.x2s_1 = expr;
|
|
1094
|
+
this.y2s_1 = raw;
|
|
1096
1095
|
}
|
|
1097
|
-
protoOf(Expression).
|
|
1098
|
-
return !(this.
|
|
1096
|
+
protoOf(Expression).z2s = function () {
|
|
1097
|
+
return !(this.x2s_1 == null);
|
|
1099
1098
|
};
|
|
1100
|
-
protoOf(Expression).
|
|
1099
|
+
protoOf(Expression).a2t = function (ctx) {
|
|
1101
1100
|
// Inline function 'kotlin.checkNotNull' call
|
|
1102
|
-
var tmp0 = this.
|
|
1101
|
+
var tmp0 = this.x2s_1;
|
|
1103
1102
|
var tmp$ret$1;
|
|
1104
1103
|
$l$block: {
|
|
1105
1104
|
// Inline function 'kotlin.checkNotNull' call
|
|
@@ -1111,10 +1110,10 @@
|
|
|
1111
1110
|
break $l$block;
|
|
1112
1111
|
}
|
|
1113
1112
|
}
|
|
1114
|
-
return tmp$ret$1.
|
|
1113
|
+
return tmp$ret$1.kx((new StateExpressionEvaluator(ctx)).c2t_1);
|
|
1115
1114
|
};
|
|
1116
|
-
protoOf(Expression).
|
|
1117
|
-
var tmp0_safe_receiver = this.
|
|
1115
|
+
protoOf(Expression).e2t = function () {
|
|
1116
|
+
var tmp0_safe_receiver = this.x2s_1;
|
|
1118
1117
|
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : vars(tmp0_safe_receiver);
|
|
1119
1118
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
1120
1119
|
var tmp0_elvis_lhs = tmp1_safe_receiver == null ? null : toSet(tmp1_safe_receiver);
|
|
@@ -1131,7 +1130,7 @@
|
|
|
1131
1130
|
if (!(other instanceof Expression)) {
|
|
1132
1131
|
tmp = false;
|
|
1133
1132
|
} else {
|
|
1134
|
-
if (!(this.
|
|
1133
|
+
if (!(this.y2s_1 === other.y2s_1)) {
|
|
1135
1134
|
tmp = false;
|
|
1136
1135
|
} else {
|
|
1137
1136
|
tmp = true;
|
|
@@ -1142,7 +1141,7 @@
|
|
|
1142
1141
|
return tmp;
|
|
1143
1142
|
};
|
|
1144
1143
|
protoOf(Expression).hashCode = function () {
|
|
1145
|
-
return getStringHashCode(this.
|
|
1144
|
+
return getStringHashCode(this.y2s_1);
|
|
1146
1145
|
};
|
|
1147
1146
|
function toExpressionOrNull(_this__u8e3s4) {
|
|
1148
1147
|
// Inline function 'kotlin.text.isNullOrBlank' call
|
|
@@ -1150,11 +1149,11 @@
|
|
|
1150
1149
|
return null;
|
|
1151
1150
|
var tmp;
|
|
1152
1151
|
try {
|
|
1153
|
-
var tokens = new CommonTokenStream(new StateExpressionLexer(CharStreams_getInstance().
|
|
1152
|
+
var tokens = new CommonTokenStream(new StateExpressionLexer(CharStreams_getInstance().nk(_this__u8e3s4)));
|
|
1154
1153
|
var parser = new StateExpressionParser(tokens);
|
|
1155
|
-
parser.
|
|
1156
|
-
var expr = parser.
|
|
1157
|
-
tmp = tokens.o(tokens.
|
|
1154
|
+
parser.xk_1 = new BailErrorStrategy();
|
|
1155
|
+
var expr = parser.w2s();
|
|
1156
|
+
tmp = tokens.o(tokens.bn()).on() === -1 ? expr : null;
|
|
1158
1157
|
} catch ($p) {
|
|
1159
1158
|
var tmp_0;
|
|
1160
1159
|
if ($p instanceof ParseCancellationException) {
|
|
@@ -1170,7 +1169,7 @@
|
|
|
1170
1169
|
}
|
|
1171
1170
|
function vars(_this__u8e3s4) {
|
|
1172
1171
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
1173
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
1172
|
+
var tmp0_elvis_lhs = _this__u8e3s4.ll_1;
|
|
1174
1173
|
// Inline function 'kotlin.collections.flatMap' call
|
|
1175
1174
|
var tmp0 = tmp0_elvis_lhs == null ? emptyList() : tmp0_elvis_lhs;
|
|
1176
1175
|
// Inline function 'kotlin.collections.flatMapTo' call
|
|
@@ -1181,15 +1180,15 @@
|
|
|
1181
1180
|
var tmp;
|
|
1182
1181
|
if (isInterface(element, TerminalNode)) {
|
|
1183
1182
|
// Inline function 'kotlin.takeIf' call
|
|
1184
|
-
var this_0 = element.
|
|
1183
|
+
var this_0 = element.t1j();
|
|
1185
1184
|
var tmp_0;
|
|
1186
|
-
if (this_0.
|
|
1185
|
+
if (this_0.on() === 18) {
|
|
1187
1186
|
tmp_0 = this_0;
|
|
1188
1187
|
} else {
|
|
1189
1188
|
tmp_0 = null;
|
|
1190
1189
|
}
|
|
1191
1190
|
var tmp1_safe_receiver = tmp_0;
|
|
1192
|
-
tmp = listOfNotNull(tmp1_safe_receiver == null ? null : tmp1_safe_receiver.
|
|
1191
|
+
tmp = listOfNotNull(tmp1_safe_receiver == null ? null : tmp1_safe_receiver.yn());
|
|
1193
1192
|
} else {
|
|
1194
1193
|
if (element instanceof ParserRuleContext) {
|
|
1195
1194
|
tmp = vars(element);
|
|
@@ -1205,110 +1204,110 @@
|
|
|
1205
1204
|
function ExpressionContext() {
|
|
1206
1205
|
}
|
|
1207
1206
|
function SimpleExpressionContext$varsChangeFlow$o$collect$slambda($$this$unsafeFlow, $keys, resultContinuation) {
|
|
1208
|
-
this.
|
|
1209
|
-
this.
|
|
1207
|
+
this.s2t_1 = $$this$unsafeFlow;
|
|
1208
|
+
this.t2t_1 = $keys;
|
|
1210
1209
|
CoroutineImpl.call(this, resultContinuation);
|
|
1211
1210
|
}
|
|
1212
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda).
|
|
1213
|
-
var tmp = this.
|
|
1214
|
-
tmp.
|
|
1215
|
-
tmp.
|
|
1216
|
-
return tmp.
|
|
1211
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda).a2f = function (value, $completion) {
|
|
1212
|
+
var tmp = this.b2f(value, $completion);
|
|
1213
|
+
tmp.i8_1 = Unit_instance;
|
|
1214
|
+
tmp.j8_1 = null;
|
|
1215
|
+
return tmp.o8();
|
|
1217
1216
|
};
|
|
1218
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda).
|
|
1219
|
-
return this.
|
|
1217
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda).w8 = function (p1, $completion) {
|
|
1218
|
+
return this.a2f((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
1220
1219
|
};
|
|
1221
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda).
|
|
1222
|
-
var suspendResult = this.
|
|
1220
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda).o8 = function () {
|
|
1221
|
+
var suspendResult = this.i8_1;
|
|
1223
1222
|
$sm: do
|
|
1224
1223
|
try {
|
|
1225
|
-
var tmp = this.
|
|
1224
|
+
var tmp = this.g8_1;
|
|
1226
1225
|
switch (tmp) {
|
|
1227
1226
|
case 0:
|
|
1228
|
-
this.
|
|
1227
|
+
this.h8_1 = 5;
|
|
1229
1228
|
var tmp_0 = this;
|
|
1230
|
-
tmp_0.
|
|
1229
|
+
tmp_0.v2t_1 = this.s2t_1;
|
|
1231
1230
|
var tmp_1 = this;
|
|
1232
|
-
tmp_1.
|
|
1233
|
-
this.
|
|
1231
|
+
tmp_1.w2t_1 = this.u2t_1;
|
|
1232
|
+
this.g8_1 = 1;
|
|
1234
1233
|
continue $sm;
|
|
1235
1234
|
case 1:
|
|
1236
|
-
this.
|
|
1237
|
-
this.
|
|
1238
|
-
var it = this.
|
|
1239
|
-
if (this.
|
|
1240
|
-
this.
|
|
1241
|
-
suspendResult = this.
|
|
1235
|
+
this.y2t_1 = this.v2t_1;
|
|
1236
|
+
this.z2t_1 = this.w2t_1;
|
|
1237
|
+
var it = this.z2t_1;
|
|
1238
|
+
if (this.t2t_1.f1(it)) {
|
|
1239
|
+
this.g8_1 = 3;
|
|
1240
|
+
suspendResult = this.y2t_1.w23(this.z2t_1, this);
|
|
1242
1241
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
1243
1242
|
return suspendResult;
|
|
1244
1243
|
}
|
|
1245
1244
|
continue $sm;
|
|
1246
1245
|
} else {
|
|
1247
|
-
this.
|
|
1246
|
+
this.g8_1 = 2;
|
|
1248
1247
|
continue $sm;
|
|
1249
1248
|
}
|
|
1250
1249
|
|
|
1251
1250
|
case 2:
|
|
1252
|
-
this.
|
|
1251
|
+
this.x2t_1 = Unit_instance;
|
|
1253
1252
|
if (false) {
|
|
1254
|
-
this.
|
|
1253
|
+
this.g8_1 = 1;
|
|
1255
1254
|
continue $sm;
|
|
1256
1255
|
}
|
|
1257
1256
|
|
|
1258
|
-
this.
|
|
1257
|
+
this.g8_1 = 4;
|
|
1259
1258
|
continue $sm;
|
|
1260
1259
|
case 3:
|
|
1261
|
-
this.
|
|
1262
|
-
this.
|
|
1260
|
+
this.x2t_1 = suspendResult;
|
|
1261
|
+
this.g8_1 = 4;
|
|
1263
1262
|
continue $sm;
|
|
1264
1263
|
case 4:
|
|
1265
1264
|
return Unit_instance;
|
|
1266
1265
|
case 5:
|
|
1267
|
-
throw this.
|
|
1266
|
+
throw this.j8_1;
|
|
1268
1267
|
}
|
|
1269
1268
|
} catch ($p) {
|
|
1270
1269
|
var e = $p;
|
|
1271
|
-
if (this.
|
|
1270
|
+
if (this.h8_1 === 5) {
|
|
1272
1271
|
throw e;
|
|
1273
1272
|
} else {
|
|
1274
|
-
this.
|
|
1275
|
-
this.
|
|
1273
|
+
this.g8_1 = this.h8_1;
|
|
1274
|
+
this.j8_1 = e;
|
|
1276
1275
|
}
|
|
1277
1276
|
}
|
|
1278
1277
|
while (true);
|
|
1279
1278
|
};
|
|
1280
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda).
|
|
1281
|
-
var i = new SimpleExpressionContext$varsChangeFlow$o$collect$slambda(this.
|
|
1282
|
-
i.
|
|
1279
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda).b2f = function (value, completion) {
|
|
1280
|
+
var i = new SimpleExpressionContext$varsChangeFlow$o$collect$slambda(this.s2t_1, this.t2t_1, completion);
|
|
1281
|
+
i.u2t_1 = value;
|
|
1283
1282
|
return i;
|
|
1284
1283
|
};
|
|
1285
1284
|
function SimpleExpressionContext$varsChangeFlow$o$collect$slambda_0($$this$unsafeFlow, $keys, resultContinuation) {
|
|
1286
1285
|
var i = new SimpleExpressionContext$varsChangeFlow$o$collect$slambda($$this$unsafeFlow, $keys, resultContinuation);
|
|
1287
1286
|
var l = function (value, $completion) {
|
|
1288
|
-
return i.
|
|
1287
|
+
return i.a2f(value, $completion);
|
|
1289
1288
|
};
|
|
1290
1289
|
l.$arity = 1;
|
|
1291
1290
|
return l;
|
|
1292
1291
|
}
|
|
1293
|
-
function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
|
|
1292
|
+
function $collectCOROUTINE$0(_this__u8e3s4, collector, resultContinuation) {
|
|
1294
1293
|
CoroutineImpl.call(this, resultContinuation);
|
|
1295
|
-
this.
|
|
1296
|
-
this.
|
|
1294
|
+
this.i2u_1 = _this__u8e3s4;
|
|
1295
|
+
this.j2u_1 = collector;
|
|
1297
1296
|
}
|
|
1298
|
-
protoOf($collectCOROUTINE$).
|
|
1299
|
-
var suspendResult = this.
|
|
1297
|
+
protoOf($collectCOROUTINE$0).o8 = function () {
|
|
1298
|
+
var suspendResult = this.i8_1;
|
|
1300
1299
|
$sm: do
|
|
1301
1300
|
try {
|
|
1302
|
-
var tmp = this.
|
|
1301
|
+
var tmp = this.g8_1;
|
|
1303
1302
|
switch (tmp) {
|
|
1304
1303
|
case 0:
|
|
1305
|
-
this.
|
|
1304
|
+
this.h8_1 = 2;
|
|
1306
1305
|
var tmp_0 = this;
|
|
1307
|
-
tmp_0.
|
|
1308
|
-
this.
|
|
1309
|
-
this.
|
|
1310
|
-
var tmp_1 = SimpleExpressionContext$varsChangeFlow$o$collect$slambda_0(this.
|
|
1311
|
-
suspendResult = this.
|
|
1306
|
+
tmp_0.k2u_1 = this.j2u_1;
|
|
1307
|
+
this.l2u_1 = this.k2u_1;
|
|
1308
|
+
this.g8_1 = 1;
|
|
1309
|
+
var tmp_1 = SimpleExpressionContext$varsChangeFlow$o$collect$slambda_0(this.l2u_1, this.i2u_1.n2u_1, null);
|
|
1310
|
+
suspendResult = this.i2u_1.m2u_1.y23(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_1), this);
|
|
1312
1311
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
1313
1312
|
return suspendResult;
|
|
1314
1313
|
}
|
|
@@ -1317,49 +1316,49 @@
|
|
|
1317
1316
|
case 1:
|
|
1318
1317
|
return Unit_instance;
|
|
1319
1318
|
case 2:
|
|
1320
|
-
throw this.
|
|
1319
|
+
throw this.j8_1;
|
|
1321
1320
|
}
|
|
1322
1321
|
} catch ($p) {
|
|
1323
1322
|
var e = $p;
|
|
1324
|
-
if (this.
|
|
1323
|
+
if (this.h8_1 === 2) {
|
|
1325
1324
|
throw e;
|
|
1326
1325
|
} else {
|
|
1327
|
-
this.
|
|
1328
|
-
this.
|
|
1326
|
+
this.g8_1 = this.h8_1;
|
|
1327
|
+
this.j8_1 = e;
|
|
1329
1328
|
}
|
|
1330
1329
|
}
|
|
1331
1330
|
while (true);
|
|
1332
1331
|
};
|
|
1333
1332
|
function SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1($$this$unsafeFlow, resultContinuation) {
|
|
1334
|
-
this.
|
|
1333
|
+
this.w2u_1 = $$this$unsafeFlow;
|
|
1335
1334
|
CoroutineImpl.call(this, resultContinuation);
|
|
1336
1335
|
}
|
|
1337
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1).
|
|
1338
|
-
var tmp = this.
|
|
1339
|
-
tmp.
|
|
1340
|
-
tmp.
|
|
1341
|
-
return tmp.
|
|
1336
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1).a2f = function (value, $completion) {
|
|
1337
|
+
var tmp = this.b2f(value, $completion);
|
|
1338
|
+
tmp.i8_1 = Unit_instance;
|
|
1339
|
+
tmp.j8_1 = null;
|
|
1340
|
+
return tmp.o8();
|
|
1342
1341
|
};
|
|
1343
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1).
|
|
1344
|
-
return this.
|
|
1342
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1).w8 = function (p1, $completion) {
|
|
1343
|
+
return this.a2f((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
1345
1344
|
};
|
|
1346
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1).
|
|
1347
|
-
var suspendResult = this.
|
|
1345
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1).o8 = function () {
|
|
1346
|
+
var suspendResult = this.i8_1;
|
|
1348
1347
|
$sm: do
|
|
1349
1348
|
try {
|
|
1350
|
-
var tmp = this.
|
|
1349
|
+
var tmp = this.g8_1;
|
|
1351
1350
|
switch (tmp) {
|
|
1352
1351
|
case 0:
|
|
1353
|
-
this.
|
|
1352
|
+
this.h8_1 = 2;
|
|
1354
1353
|
var tmp_0 = this;
|
|
1355
|
-
tmp_0.
|
|
1354
|
+
tmp_0.y2u_1 = this.w2u_1;
|
|
1356
1355
|
var tmp_1 = this;
|
|
1357
|
-
tmp_1.
|
|
1358
|
-
this.
|
|
1359
|
-
this.
|
|
1360
|
-
this.
|
|
1361
|
-
this.
|
|
1362
|
-
suspendResult = this.
|
|
1356
|
+
tmp_1.z2u_1 = this.x2u_1;
|
|
1357
|
+
this.a2v_1 = this.y2u_1;
|
|
1358
|
+
this.b2v_1 = this.z2u_1;
|
|
1359
|
+
this.g8_1 = 1;
|
|
1360
|
+
this.b2v_1;
|
|
1361
|
+
suspendResult = this.a2v_1.w23(Unit_instance, this);
|
|
1363
1362
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
1364
1363
|
return suspendResult;
|
|
1365
1364
|
}
|
|
@@ -1368,51 +1367,51 @@
|
|
|
1368
1367
|
case 1:
|
|
1369
1368
|
return Unit_instance;
|
|
1370
1369
|
case 2:
|
|
1371
|
-
throw this.
|
|
1370
|
+
throw this.j8_1;
|
|
1372
1371
|
}
|
|
1373
1372
|
} catch ($p) {
|
|
1374
1373
|
var e = $p;
|
|
1375
|
-
if (this.
|
|
1374
|
+
if (this.h8_1 === 2) {
|
|
1376
1375
|
throw e;
|
|
1377
1376
|
} else {
|
|
1378
|
-
this.
|
|
1379
|
-
this.
|
|
1377
|
+
this.g8_1 = this.h8_1;
|
|
1378
|
+
this.j8_1 = e;
|
|
1380
1379
|
}
|
|
1381
1380
|
}
|
|
1382
1381
|
while (true);
|
|
1383
1382
|
};
|
|
1384
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1).
|
|
1385
|
-
var i = new SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1(this.
|
|
1386
|
-
i.
|
|
1383
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1).b2f = function (value, completion) {
|
|
1384
|
+
var i = new SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1(this.w2u_1, completion);
|
|
1385
|
+
i.x2u_1 = value;
|
|
1387
1386
|
return i;
|
|
1388
1387
|
};
|
|
1389
1388
|
function SimpleExpressionContext$varsChangeFlow$o$collect$slambda_2($$this$unsafeFlow, resultContinuation) {
|
|
1390
1389
|
var i = new SimpleExpressionContext$varsChangeFlow$o$collect$slambda_1($$this$unsafeFlow, resultContinuation);
|
|
1391
1390
|
var l = function (value, $completion) {
|
|
1392
|
-
return i.
|
|
1391
|
+
return i.a2f(value, $completion);
|
|
1393
1392
|
};
|
|
1394
1393
|
l.$arity = 1;
|
|
1395
1394
|
return l;
|
|
1396
1395
|
}
|
|
1397
|
-
function $collectCOROUTINE$
|
|
1396
|
+
function $collectCOROUTINE$1(_this__u8e3s4, collector, resultContinuation) {
|
|
1398
1397
|
CoroutineImpl.call(this, resultContinuation);
|
|
1399
|
-
this.
|
|
1400
|
-
this.
|
|
1398
|
+
this.k2v_1 = _this__u8e3s4;
|
|
1399
|
+
this.l2v_1 = collector;
|
|
1401
1400
|
}
|
|
1402
|
-
protoOf($collectCOROUTINE$
|
|
1403
|
-
var suspendResult = this.
|
|
1401
|
+
protoOf($collectCOROUTINE$1).o8 = function () {
|
|
1402
|
+
var suspendResult = this.i8_1;
|
|
1404
1403
|
$sm: do
|
|
1405
1404
|
try {
|
|
1406
|
-
var tmp = this.
|
|
1405
|
+
var tmp = this.g8_1;
|
|
1407
1406
|
switch (tmp) {
|
|
1408
1407
|
case 0:
|
|
1409
|
-
this.
|
|
1408
|
+
this.h8_1 = 2;
|
|
1410
1409
|
var tmp_0 = this;
|
|
1411
|
-
tmp_0.
|
|
1412
|
-
this.
|
|
1413
|
-
this.
|
|
1414
|
-
var tmp_1 = SimpleExpressionContext$varsChangeFlow$o$collect$slambda_2(this.
|
|
1415
|
-
suspendResult = this.
|
|
1410
|
+
tmp_0.m2v_1 = this.l2v_1;
|
|
1411
|
+
this.n2v_1 = this.m2v_1;
|
|
1412
|
+
this.g8_1 = 1;
|
|
1413
|
+
var tmp_1 = SimpleExpressionContext$varsChangeFlow$o$collect$slambda_2(this.n2v_1, null);
|
|
1414
|
+
suspendResult = this.k2v_1.o2v_1.y23(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_1), this);
|
|
1416
1415
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
1417
1416
|
return suspendResult;
|
|
1418
1417
|
}
|
|
@@ -1421,50 +1420,51 @@
|
|
|
1421
1420
|
case 1:
|
|
1422
1421
|
return Unit_instance;
|
|
1423
1422
|
case 2:
|
|
1424
|
-
throw this.
|
|
1423
|
+
throw this.j8_1;
|
|
1425
1424
|
}
|
|
1426
1425
|
} catch ($p) {
|
|
1427
1426
|
var e = $p;
|
|
1428
|
-
if (this.
|
|
1427
|
+
if (this.h8_1 === 2) {
|
|
1429
1428
|
throw e;
|
|
1430
1429
|
} else {
|
|
1431
|
-
this.
|
|
1432
|
-
this.
|
|
1430
|
+
this.g8_1 = this.h8_1;
|
|
1431
|
+
this.j8_1 = e;
|
|
1433
1432
|
}
|
|
1434
1433
|
}
|
|
1435
1434
|
while (true);
|
|
1436
1435
|
};
|
|
1437
1436
|
function SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3($$this$unsafeFlow, $block, this$0, resultContinuation) {
|
|
1438
|
-
this.
|
|
1439
|
-
this.
|
|
1440
|
-
this.
|
|
1437
|
+
this.x2v_1 = $$this$unsafeFlow;
|
|
1438
|
+
this.y2v_1 = $block;
|
|
1439
|
+
this.z2v_1 = this$0;
|
|
1441
1440
|
CoroutineImpl.call(this, resultContinuation);
|
|
1442
1441
|
}
|
|
1443
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3).
|
|
1444
|
-
var tmp = this.
|
|
1445
|
-
tmp.
|
|
1446
|
-
tmp.
|
|
1447
|
-
return tmp.
|
|
1442
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3).a2f = function (value, $completion) {
|
|
1443
|
+
var tmp = this.b2f(value, $completion);
|
|
1444
|
+
tmp.i8_1 = Unit_instance;
|
|
1445
|
+
tmp.j8_1 = null;
|
|
1446
|
+
return tmp.o8();
|
|
1448
1447
|
};
|
|
1449
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3).
|
|
1450
|
-
return this.
|
|
1448
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3).w8 = function (p1, $completion) {
|
|
1449
|
+
return this.a2f((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
1451
1450
|
};
|
|
1452
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3).
|
|
1453
|
-
var suspendResult = this.
|
|
1451
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3).o8 = function () {
|
|
1452
|
+
var suspendResult = this.i8_1;
|
|
1454
1453
|
$sm: do
|
|
1455
1454
|
try {
|
|
1456
|
-
var tmp = this.
|
|
1455
|
+
var tmp = this.g8_1;
|
|
1457
1456
|
switch (tmp) {
|
|
1458
1457
|
case 0:
|
|
1459
|
-
this.
|
|
1458
|
+
this.h8_1 = 2;
|
|
1460
1459
|
var tmp_0 = this;
|
|
1461
|
-
tmp_0.
|
|
1460
|
+
tmp_0.b2w_1 = this.x2v_1;
|
|
1462
1461
|
var tmp_1 = this;
|
|
1463
|
-
tmp_1.
|
|
1464
|
-
this.
|
|
1465
|
-
this.
|
|
1466
|
-
this.
|
|
1467
|
-
|
|
1462
|
+
tmp_1.c2w_1 = this.a2w_1;
|
|
1463
|
+
this.d2w_1 = this.b2w_1;
|
|
1464
|
+
this.e2w_1 = this.c2w_1;
|
|
1465
|
+
this.g8_1 = 1;
|
|
1466
|
+
this.e2w_1;
|
|
1467
|
+
suspendResult = this.d2w_1.w23(this.y2v_1(this.z2v_1), this);
|
|
1468
1468
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
1469
1469
|
return suspendResult;
|
|
1470
1470
|
}
|
|
@@ -1473,51 +1473,51 @@
|
|
|
1473
1473
|
case 1:
|
|
1474
1474
|
return Unit_instance;
|
|
1475
1475
|
case 2:
|
|
1476
|
-
throw this.
|
|
1476
|
+
throw this.j8_1;
|
|
1477
1477
|
}
|
|
1478
1478
|
} catch ($p) {
|
|
1479
1479
|
var e = $p;
|
|
1480
|
-
if (this.
|
|
1480
|
+
if (this.h8_1 === 2) {
|
|
1481
1481
|
throw e;
|
|
1482
1482
|
} else {
|
|
1483
|
-
this.
|
|
1484
|
-
this.
|
|
1483
|
+
this.g8_1 = this.h8_1;
|
|
1484
|
+
this.j8_1 = e;
|
|
1485
1485
|
}
|
|
1486
1486
|
}
|
|
1487
1487
|
while (true);
|
|
1488
1488
|
};
|
|
1489
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3).
|
|
1490
|
-
var i = new SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3(this.
|
|
1491
|
-
i.
|
|
1489
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3).b2f = function (value, completion) {
|
|
1490
|
+
var i = new SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3(this.x2v_1, this.y2v_1, this.z2v_1, completion);
|
|
1491
|
+
i.a2w_1 = value;
|
|
1492
1492
|
return i;
|
|
1493
1493
|
};
|
|
1494
1494
|
function SimpleExpressionContext$varsChangeFlow$o$collect$slambda_4($$this$unsafeFlow, $block, this$0, resultContinuation) {
|
|
1495
1495
|
var i = new SimpleExpressionContext$varsChangeFlow$o$collect$slambda_3($$this$unsafeFlow, $block, this$0, resultContinuation);
|
|
1496
1496
|
var l = function (value, $completion) {
|
|
1497
|
-
return i.
|
|
1497
|
+
return i.a2f(value, $completion);
|
|
1498
1498
|
};
|
|
1499
1499
|
l.$arity = 1;
|
|
1500
1500
|
return l;
|
|
1501
1501
|
}
|
|
1502
|
-
function $collectCOROUTINE$
|
|
1502
|
+
function $collectCOROUTINE$2(_this__u8e3s4, collector, resultContinuation) {
|
|
1503
1503
|
CoroutineImpl.call(this, resultContinuation);
|
|
1504
|
-
this.
|
|
1505
|
-
this.
|
|
1504
|
+
this.n2w_1 = _this__u8e3s4;
|
|
1505
|
+
this.o2w_1 = collector;
|
|
1506
1506
|
}
|
|
1507
|
-
protoOf($collectCOROUTINE$
|
|
1508
|
-
var suspendResult = this.
|
|
1507
|
+
protoOf($collectCOROUTINE$2).o8 = function () {
|
|
1508
|
+
var suspendResult = this.i8_1;
|
|
1509
1509
|
$sm: do
|
|
1510
1510
|
try {
|
|
1511
|
-
var tmp = this.
|
|
1511
|
+
var tmp = this.g8_1;
|
|
1512
1512
|
switch (tmp) {
|
|
1513
1513
|
case 0:
|
|
1514
|
-
this.
|
|
1514
|
+
this.h8_1 = 2;
|
|
1515
1515
|
var tmp_0 = this;
|
|
1516
|
-
tmp_0.
|
|
1517
|
-
this.
|
|
1518
|
-
this.
|
|
1519
|
-
var tmp_1 = SimpleExpressionContext$varsChangeFlow$o$collect$slambda_4(this.
|
|
1520
|
-
suspendResult = this.
|
|
1516
|
+
tmp_0.p2w_1 = this.o2w_1;
|
|
1517
|
+
this.q2w_1 = this.p2w_1;
|
|
1518
|
+
this.g8_1 = 1;
|
|
1519
|
+
var tmp_1 = SimpleExpressionContext$varsChangeFlow$o$collect$slambda_4(this.q2w_1, this.n2w_1.s2w_1, this.n2w_1.t2w_1, null);
|
|
1520
|
+
suspendResult = this.n2w_1.r2w_1.y23(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_1), this);
|
|
1521
1521
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
1522
1522
|
return suspendResult;
|
|
1523
1523
|
}
|
|
@@ -1526,34 +1526,34 @@
|
|
|
1526
1526
|
case 1:
|
|
1527
1527
|
return Unit_instance;
|
|
1528
1528
|
case 2:
|
|
1529
|
-
throw this.
|
|
1529
|
+
throw this.j8_1;
|
|
1530
1530
|
}
|
|
1531
1531
|
} catch ($p) {
|
|
1532
1532
|
var e = $p;
|
|
1533
|
-
if (this.
|
|
1533
|
+
if (this.h8_1 === 2) {
|
|
1534
1534
|
throw e;
|
|
1535
1535
|
} else {
|
|
1536
|
-
this.
|
|
1537
|
-
this.
|
|
1536
|
+
this.g8_1 = this.h8_1;
|
|
1537
|
+
this.j8_1 = e;
|
|
1538
1538
|
}
|
|
1539
1539
|
}
|
|
1540
1540
|
while (true);
|
|
1541
1541
|
};
|
|
1542
1542
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
1543
|
-
this.
|
|
1543
|
+
this.u2w_1 = function_0;
|
|
1544
1544
|
}
|
|
1545
|
-
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).
|
|
1546
|
-
return this.
|
|
1545
|
+
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).w23 = function (value, $completion) {
|
|
1546
|
+
return this.u2w_1(value, $completion);
|
|
1547
1547
|
};
|
|
1548
|
-
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).
|
|
1549
|
-
return this.
|
|
1548
|
+
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).s2 = function () {
|
|
1549
|
+
return this.u2w_1;
|
|
1550
1550
|
};
|
|
1551
1551
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
1552
1552
|
var tmp;
|
|
1553
1553
|
if (!(other == null) ? isInterface(other, FlowCollector) : false) {
|
|
1554
1554
|
var tmp_0;
|
|
1555
1555
|
if (!(other == null) ? isInterface(other, FunctionAdapter) : false) {
|
|
1556
|
-
tmp_0 = equals(this.
|
|
1556
|
+
tmp_0 = equals(this.s2(), other.s2());
|
|
1557
1557
|
} else {
|
|
1558
1558
|
tmp_0 = false;
|
|
1559
1559
|
}
|
|
@@ -1564,31 +1564,31 @@
|
|
|
1564
1564
|
return tmp;
|
|
1565
1565
|
};
|
|
1566
1566
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).hashCode = function () {
|
|
1567
|
-
return hashCode(this.
|
|
1567
|
+
return hashCode(this.s2());
|
|
1568
1568
|
};
|
|
1569
1569
|
function SimpleExpressionContext$varsChangeFlow$slambda($keys, resultContinuation) {
|
|
1570
|
-
this.
|
|
1570
|
+
this.d2x_1 = $keys;
|
|
1571
1571
|
CoroutineImpl.call(this, resultContinuation);
|
|
1572
1572
|
}
|
|
1573
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$slambda).
|
|
1574
|
-
var tmp = this.
|
|
1575
|
-
tmp.
|
|
1576
|
-
tmp.
|
|
1577
|
-
return tmp.
|
|
1573
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$slambda).f2x = function ($this$onSubscription, $completion) {
|
|
1574
|
+
var tmp = this.g2x($this$onSubscription, $completion);
|
|
1575
|
+
tmp.i8_1 = Unit_instance;
|
|
1576
|
+
tmp.j8_1 = null;
|
|
1577
|
+
return tmp.o8();
|
|
1578
1578
|
};
|
|
1579
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$slambda).
|
|
1580
|
-
return this.
|
|
1579
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$slambda).w8 = function (p1, $completion) {
|
|
1580
|
+
return this.f2x((!(p1 == null) ? isInterface(p1, FlowCollector) : false) ? p1 : THROW_CCE(), $completion);
|
|
1581
1581
|
};
|
|
1582
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$slambda).
|
|
1583
|
-
var suspendResult = this.
|
|
1582
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$slambda).o8 = function () {
|
|
1583
|
+
var suspendResult = this.i8_1;
|
|
1584
1584
|
$sm: do
|
|
1585
1585
|
try {
|
|
1586
|
-
var tmp = this.
|
|
1586
|
+
var tmp = this.g8_1;
|
|
1587
1587
|
switch (tmp) {
|
|
1588
1588
|
case 0:
|
|
1589
|
-
this.
|
|
1590
|
-
this.
|
|
1591
|
-
suspendResult = this.
|
|
1589
|
+
this.h8_1 = 2;
|
|
1590
|
+
this.g8_1 = 1;
|
|
1591
|
+
suspendResult = this.e2x_1.w23(first(this.d2x_1), this);
|
|
1592
1592
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
1593
1593
|
return suspendResult;
|
|
1594
1594
|
}
|
|
@@ -1597,70 +1597,70 @@
|
|
|
1597
1597
|
case 1:
|
|
1598
1598
|
return Unit_instance;
|
|
1599
1599
|
case 2:
|
|
1600
|
-
throw this.
|
|
1600
|
+
throw this.j8_1;
|
|
1601
1601
|
}
|
|
1602
1602
|
} catch ($p) {
|
|
1603
1603
|
var e = $p;
|
|
1604
|
-
if (this.
|
|
1604
|
+
if (this.h8_1 === 2) {
|
|
1605
1605
|
throw e;
|
|
1606
1606
|
} else {
|
|
1607
|
-
this.
|
|
1608
|
-
this.
|
|
1607
|
+
this.g8_1 = this.h8_1;
|
|
1608
|
+
this.j8_1 = e;
|
|
1609
1609
|
}
|
|
1610
1610
|
}
|
|
1611
1611
|
while (true);
|
|
1612
1612
|
};
|
|
1613
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$slambda).
|
|
1614
|
-
var i = new SimpleExpressionContext$varsChangeFlow$slambda(this.
|
|
1615
|
-
i.
|
|
1613
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$slambda).g2x = function ($this$onSubscription, completion) {
|
|
1614
|
+
var i = new SimpleExpressionContext$varsChangeFlow$slambda(this.d2x_1, completion);
|
|
1615
|
+
i.e2x_1 = $this$onSubscription;
|
|
1616
1616
|
return i;
|
|
1617
1617
|
};
|
|
1618
1618
|
function SimpleExpressionContext$varsChangeFlow$slambda_0($keys, resultContinuation) {
|
|
1619
1619
|
var i = new SimpleExpressionContext$varsChangeFlow$slambda($keys, resultContinuation);
|
|
1620
1620
|
var l = function ($this$onSubscription, $completion) {
|
|
1621
|
-
return i.
|
|
1621
|
+
return i.f2x($this$onSubscription, $completion);
|
|
1622
1622
|
};
|
|
1623
1623
|
l.$arity = 1;
|
|
1624
1624
|
return l;
|
|
1625
1625
|
}
|
|
1626
1626
|
function SimpleExpressionContext$varsChangeFlow$$inlined$filter$1($this, $keys) {
|
|
1627
|
-
this.
|
|
1628
|
-
this.
|
|
1627
|
+
this.m2u_1 = $this;
|
|
1628
|
+
this.n2u_1 = $keys;
|
|
1629
1629
|
}
|
|
1630
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$filter$1).
|
|
1631
|
-
var tmp = new $collectCOROUTINE$(this, collector, $completion);
|
|
1632
|
-
tmp.
|
|
1633
|
-
tmp.
|
|
1634
|
-
return tmp.
|
|
1630
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$filter$1).x23 = function (collector, $completion) {
|
|
1631
|
+
var tmp = new $collectCOROUTINE$0(this, collector, $completion);
|
|
1632
|
+
tmp.i8_1 = Unit_instance;
|
|
1633
|
+
tmp.j8_1 = null;
|
|
1634
|
+
return tmp.o8();
|
|
1635
1635
|
};
|
|
1636
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$filter$1).
|
|
1637
|
-
return this.
|
|
1636
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$filter$1).y23 = function (collector, $completion) {
|
|
1637
|
+
return this.x23(collector, $completion);
|
|
1638
1638
|
};
|
|
1639
1639
|
function SimpleExpressionContext$varsChangeFlow$$inlined$map$1($this) {
|
|
1640
|
-
this.
|
|
1640
|
+
this.o2v_1 = $this;
|
|
1641
1641
|
}
|
|
1642
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$map$1).
|
|
1643
|
-
var tmp = new $collectCOROUTINE$
|
|
1644
|
-
tmp.
|
|
1645
|
-
tmp.
|
|
1646
|
-
return tmp.
|
|
1642
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$map$1).x23 = function (collector, $completion) {
|
|
1643
|
+
var tmp = new $collectCOROUTINE$1(this, collector, $completion);
|
|
1644
|
+
tmp.i8_1 = Unit_instance;
|
|
1645
|
+
tmp.j8_1 = null;
|
|
1646
|
+
return tmp.o8();
|
|
1647
1647
|
};
|
|
1648
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$map$1).
|
|
1649
|
-
return this.
|
|
1648
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$map$1).y23 = function (collector, $completion) {
|
|
1649
|
+
return this.x23(collector, $completion);
|
|
1650
1650
|
};
|
|
1651
1651
|
function SimpleExpressionContext$varsChangeFlow$$inlined$map$2($this, $block, this$0) {
|
|
1652
|
-
this.
|
|
1653
|
-
this.
|
|
1654
|
-
this.
|
|
1652
|
+
this.r2w_1 = $this;
|
|
1653
|
+
this.s2w_1 = $block;
|
|
1654
|
+
this.t2w_1 = this$0;
|
|
1655
1655
|
}
|
|
1656
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$map$2).
|
|
1657
|
-
var tmp = new $collectCOROUTINE$
|
|
1658
|
-
tmp.
|
|
1659
|
-
tmp.
|
|
1660
|
-
return tmp.
|
|
1656
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$map$2).x23 = function (collector, $completion) {
|
|
1657
|
+
var tmp = new $collectCOROUTINE$2(this, collector, $completion);
|
|
1658
|
+
tmp.i8_1 = Unit_instance;
|
|
1659
|
+
tmp.j8_1 = null;
|
|
1660
|
+
return tmp.o8();
|
|
1661
1661
|
};
|
|
1662
|
-
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$map$2).
|
|
1663
|
-
return this.
|
|
1662
|
+
protoOf(SimpleExpressionContext$varsChangeFlow$$inlined$map$2).y23 = function (collector, $completion) {
|
|
1663
|
+
return this.x23(collector, $completion);
|
|
1664
1664
|
};
|
|
1665
1665
|
function SimpleExpressionContext(vars) {
|
|
1666
1666
|
var tmp;
|
|
@@ -1671,10 +1671,10 @@
|
|
|
1671
1671
|
tmp = vars;
|
|
1672
1672
|
}
|
|
1673
1673
|
vars = tmp;
|
|
1674
|
-
this.
|
|
1675
|
-
this.
|
|
1674
|
+
this.h2x_1 = vars;
|
|
1675
|
+
this.i2x_1 = MutableSharedFlow(VOID, 2147483647);
|
|
1676
1676
|
}
|
|
1677
|
-
protoOf(SimpleExpressionContext).
|
|
1677
|
+
protoOf(SimpleExpressionContext).f2t = function (keys, block) {
|
|
1678
1678
|
var tmp;
|
|
1679
1679
|
// Inline function 'kotlin.collections.isNullOrEmpty' call
|
|
1680
1680
|
if (keys == null || keys.p()) {
|
|
@@ -1682,7 +1682,7 @@
|
|
|
1682
1682
|
} else {
|
|
1683
1683
|
// Inline function 'kotlinx.coroutines.flow.filter' call
|
|
1684
1684
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
1685
|
-
var this_0 = onSubscription(this.
|
|
1685
|
+
var this_0 = onSubscription(this.i2x_1, SimpleExpressionContext$varsChangeFlow$slambda_0(keys, null));
|
|
1686
1686
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
1687
1687
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
1688
1688
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
@@ -1697,41 +1697,41 @@
|
|
|
1697
1697
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
1698
1698
|
return new SimpleExpressionContext$varsChangeFlow$$inlined$map$2(this_2, block, this);
|
|
1699
1699
|
};
|
|
1700
|
-
protoOf(SimpleExpressionContext).
|
|
1700
|
+
protoOf(SimpleExpressionContext).g2t = function (key) {
|
|
1701
1701
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
1702
|
-
var tmp0_elvis_lhs = this.
|
|
1702
|
+
var tmp0_elvis_lhs = this.h2x_1.q1(key);
|
|
1703
1703
|
return tmp0_elvis_lhs == null ? emptyList() : tmp0_elvis_lhs;
|
|
1704
1704
|
};
|
|
1705
|
-
protoOf(SimpleExpressionContext).
|
|
1706
|
-
var tmp0 = this.
|
|
1705
|
+
protoOf(SimpleExpressionContext).h2t = function (key, values) {
|
|
1706
|
+
var tmp0 = this.h2x_1;
|
|
1707
1707
|
// Inline function 'kotlin.collections.set' call
|
|
1708
1708
|
var value = values == null ? null : toList(values);
|
|
1709
|
-
tmp0.
|
|
1710
|
-
this.
|
|
1709
|
+
tmp0.d3(key, value);
|
|
1710
|
+
this.i2x_1.g26(key);
|
|
1711
1711
|
};
|
|
1712
1712
|
function unexpectedToken($this, token) {
|
|
1713
|
-
var message = 'Unexpected token: ' + token.
|
|
1713
|
+
var message = 'Unexpected token: ' + token.yn();
|
|
1714
1714
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
1715
1715
|
}
|
|
1716
1716
|
function StateExpressionEvaluator$booleanExpr$1(this$0) {
|
|
1717
|
-
this.
|
|
1717
|
+
this.j2x_1 = this$0;
|
|
1718
1718
|
StateExpressionBaseVisitor.call(this);
|
|
1719
1719
|
}
|
|
1720
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1721
|
-
return ensureNotNull(ctx.expr$).
|
|
1720
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).n2j = function (ctx) {
|
|
1721
|
+
return ensureNotNull(ctx.expr$).kx(this);
|
|
1722
1722
|
};
|
|
1723
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1724
|
-
return !ensureNotNull(ctx.expr$).
|
|
1723
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).q2j = function (ctx) {
|
|
1724
|
+
return !ensureNotNull(ctx.expr$).kx(this);
|
|
1725
1725
|
};
|
|
1726
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1727
|
-
return ensureNotNull(ctx.left$).
|
|
1726
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).s2j = function (ctx) {
|
|
1727
|
+
return ensureNotNull(ctx.left$).kx(this) || ensureNotNull(ctx.right$).kx(this);
|
|
1728
1728
|
};
|
|
1729
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1730
|
-
return ensureNotNull(ctx.left$).
|
|
1729
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).t2j = function (ctx) {
|
|
1730
|
+
return ensureNotNull(ctx.left$).kx(this) && ensureNotNull(ctx.right$).kx(this);
|
|
1731
1731
|
};
|
|
1732
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1732
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).o2j = function (ctx) {
|
|
1733
1733
|
var tmp;
|
|
1734
|
-
switch (ensureNotNull(ctx.atom$).
|
|
1734
|
+
switch (ensureNotNull(ctx.atom$).on()) {
|
|
1735
1735
|
case 12:
|
|
1736
1736
|
tmp = true;
|
|
1737
1737
|
break;
|
|
@@ -1739,35 +1739,38 @@
|
|
|
1739
1739
|
tmp = false;
|
|
1740
1740
|
break;
|
|
1741
1741
|
default:
|
|
1742
|
-
unexpectedToken(this.
|
|
1742
|
+
unexpectedToken(this.j2x_1, ensureNotNull(ctx.atom$));
|
|
1743
1743
|
break;
|
|
1744
1744
|
}
|
|
1745
1745
|
return tmp;
|
|
1746
1746
|
};
|
|
1747
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1748
|
-
var varName = ensureNotNull(ensureNotNull(ctx.varName$).
|
|
1747
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).p2j = function (ctx) {
|
|
1748
|
+
var varName = ensureNotNull(ensureNotNull(ctx.varName$).yn());
|
|
1749
1749
|
// Inline function 'kotlin.run' call
|
|
1750
|
-
var $this$run = ensureNotNull(ensureNotNull(ctx.value$).
|
|
1751
|
-
|
|
1750
|
+
var $this$run = ensureNotNull(ensureNotNull(ctx.value$).yn());
|
|
1751
|
+
// Inline function 'kotlin.text.substring' call
|
|
1752
|
+
var endIndex = $this$run.length - 1 | 0;
|
|
1753
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
1754
|
+
var value = $this$run.substring(1, endIndex);
|
|
1752
1755
|
var tmp;
|
|
1753
|
-
switch (ensureNotNull(ctx.op$).
|
|
1756
|
+
switch (ensureNotNull(ctx.op$).on()) {
|
|
1754
1757
|
case 1:
|
|
1755
|
-
tmp = this.
|
|
1758
|
+
tmp = this.j2x_1.b2t_1.g2t(varName).f1(value);
|
|
1756
1759
|
break;
|
|
1757
1760
|
case 2:
|
|
1758
|
-
tmp = !this.
|
|
1761
|
+
tmp = !this.j2x_1.b2t_1.g2t(varName).f1(value);
|
|
1759
1762
|
break;
|
|
1760
1763
|
default:
|
|
1761
|
-
unexpectedToken(this.
|
|
1764
|
+
unexpectedToken(this.j2x_1, ensureNotNull(ctx.op$));
|
|
1762
1765
|
break;
|
|
1763
1766
|
}
|
|
1764
1767
|
return tmp;
|
|
1765
1768
|
};
|
|
1766
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1767
|
-
var left = ensureNotNull(ctx.left$).
|
|
1768
|
-
var right = ensureNotNull(ctx.right$).
|
|
1769
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).m2j = function (ctx) {
|
|
1770
|
+
var left = ensureNotNull(ctx.left$).kx(this.j2x_1.d2t_1);
|
|
1771
|
+
var right = ensureNotNull(ctx.right$).kx(this.j2x_1.d2t_1);
|
|
1769
1772
|
var tmp;
|
|
1770
|
-
switch (ensureNotNull(ctx.op$).
|
|
1773
|
+
switch (ensureNotNull(ctx.op$).on()) {
|
|
1771
1774
|
case 1:
|
|
1772
1775
|
tmp = left === right;
|
|
1773
1776
|
break;
|
|
@@ -1787,42 +1790,42 @@
|
|
|
1787
1790
|
tmp = left <= right;
|
|
1788
1791
|
break;
|
|
1789
1792
|
default:
|
|
1790
|
-
unexpectedToken(this.
|
|
1793
|
+
unexpectedToken(this.j2x_1, ensureNotNull(ctx.op$));
|
|
1791
1794
|
break;
|
|
1792
1795
|
}
|
|
1793
1796
|
return tmp;
|
|
1794
1797
|
};
|
|
1795
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1798
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).r2j = function (ctx) {
|
|
1796
1799
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1797
|
-
return !this.
|
|
1800
|
+
return !this.j2x_1.b2t_1.g2t(ensureNotNull(ensureNotNull(ctx.varName$).yn())).p();
|
|
1798
1801
|
};
|
|
1799
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1802
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).o1j = function () {
|
|
1800
1803
|
return false;
|
|
1801
1804
|
};
|
|
1802
1805
|
function StateExpressionEvaluator$intExpr$1(this$0) {
|
|
1803
|
-
this.
|
|
1806
|
+
this.k2x_1 = this$0;
|
|
1804
1807
|
StateExpressionBaseVisitor.call(this);
|
|
1805
1808
|
}
|
|
1806
|
-
protoOf(StateExpressionEvaluator$intExpr$1).
|
|
1807
|
-
return toInt(ensureNotNull(ensureNotNull(ctx.value$).
|
|
1809
|
+
protoOf(StateExpressionEvaluator$intExpr$1).w2j = function (ctx) {
|
|
1810
|
+
return toInt(ensureNotNull(ensureNotNull(ctx.value$).yn()));
|
|
1808
1811
|
};
|
|
1809
|
-
protoOf(StateExpressionEvaluator$intExpr$1).
|
|
1810
|
-
return this.
|
|
1812
|
+
protoOf(StateExpressionEvaluator$intExpr$1).v2j = function (ctx) {
|
|
1813
|
+
return this.k2x_1.b2t_1.g2t(ensureNotNull(ensureNotNull(ctx.varName$).yn())).m();
|
|
1811
1814
|
};
|
|
1812
|
-
protoOf(StateExpressionEvaluator$intExpr$1).
|
|
1815
|
+
protoOf(StateExpressionEvaluator$intExpr$1).o1j = function () {
|
|
1813
1816
|
return 0;
|
|
1814
1817
|
};
|
|
1815
1818
|
function StateExpressionEvaluator(context) {
|
|
1816
|
-
this.
|
|
1819
|
+
this.b2t_1 = context;
|
|
1817
1820
|
var tmp = this;
|
|
1818
|
-
tmp.
|
|
1821
|
+
tmp.c2t_1 = new StateExpressionEvaluator$booleanExpr$1(this);
|
|
1819
1822
|
var tmp_0 = this;
|
|
1820
|
-
tmp_0.
|
|
1823
|
+
tmp_0.d2t_1 = new StateExpressionEvaluator$intExpr$1(this);
|
|
1821
1824
|
}
|
|
1822
1825
|
//region block: post-declaration
|
|
1823
1826
|
protoOf(SimpleExpressionContext).varsChangeFlow$default = varsChangeFlow$default;
|
|
1824
|
-
protoOf(SimpleExpressionContext).
|
|
1825
|
-
protoOf(SimpleExpressionContext).
|
|
1827
|
+
protoOf(SimpleExpressionContext).i2t = addVarValue;
|
|
1828
|
+
protoOf(SimpleExpressionContext).j2t = removeVarValue;
|
|
1826
1829
|
//endregion
|
|
1827
1830
|
//region block: exports
|
|
1828
1831
|
function $jsExportAll$(_) {
|