@flock/wirespec 0.16.8 → 0.16.10
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/arrow-arrow-core.mjs +306 -61
- package/arrow-arrow-core.mjs.map +1 -1
- package/clikt-clikt.mjs +1160 -1160
- package/colormath-root-colormath.mjs +425 -425
- package/kotlin-openapi-bindings.mjs +4762 -4762
- package/kotlin-rgxgen.mjs +1769 -1769
- package/kotlinx-io-kotlinx-io-core.mjs +380 -380
- package/kotlinx-serialization-kotlinx-serialization-core.mjs +1645 -1645
- package/kotlinx-serialization-kotlinx-serialization-core.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.mjs +1307 -1307
- package/markdown.mjs +1871 -1871
- package/mordant-mordant.mjs +1637 -1637
- package/package.json +1 -1
- package/wirespec-src-compiler-core.mjs +1673 -1503
- package/wirespec-src-compiler-core.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-java.mjs +248 -248
- package/wirespec-src-compiler-emitters-java.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-kotlin.mjs +239 -250
- package/wirespec-src-compiler-emitters-kotlin.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-python.mjs +251 -251
- package/wirespec-src-compiler-emitters-python.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-typescript.mjs +260 -231
- package/wirespec-src-compiler-emitters-typescript.mjs.map +1 -1
- package/wirespec-src-compiler-emitters-wirespec.mjs +78 -78
- package/wirespec-src-compiler-emitters-wirespec.mjs.map +1 -1
- package/wirespec-src-compiler-lib.mjs +342 -340
- package/wirespec-src-compiler-lib.mjs.map +1 -1
- package/wirespec-src-converter-avro.mjs +511 -511
- package/wirespec-src-converter-avro.mjs.map +1 -1
- package/wirespec-src-converter-openapi.mjs +578 -576
- package/wirespec-src-converter-openapi.mjs.map +1 -1
- package/wirespec-src-plugin-arguments.mjs +168 -167
- package/wirespec-src-plugin-arguments.mjs.map +1 -1
- package/wirespec-src-plugin-cli.mjs +82 -81
- package/wirespec-src-plugin-cli.mjs.map +1 -1
- package/wirespec-src-plugin-npm.mjs +30 -29
- package/wirespec-src-plugin-npm.mjs.map +1 -1
- package/wirespec-src-tools-generator.mjs +27 -27
|
@@ -35,6 +35,7 @@ import {
|
|
|
35
35
|
Enum13738b9tl6w6v as Enum_0,
|
|
36
36
|
Endpoint1dn4dd2eg1gxz as Endpoint,
|
|
37
37
|
Type11a5scrd50tqk as Type,
|
|
38
|
+
_FileUri___init__impl__ujwvc91797d3q83xxiv as _FileUri___init__impl__ujwvc9,
|
|
38
39
|
Module1hus0d150u4qt as Module,
|
|
39
40
|
Param33sus5zaarsk0 as Param,
|
|
40
41
|
Literal32wmkquj6qapn as Literal,
|
|
@@ -128,18 +129,18 @@ function WsNode() {
|
|
|
128
129
|
function WsAST(modules) {
|
|
129
130
|
this.modules = modules;
|
|
130
131
|
}
|
|
131
|
-
protoOf(WsAST).
|
|
132
|
+
protoOf(WsAST).g2k = function () {
|
|
132
133
|
return this.modules;
|
|
133
134
|
};
|
|
134
135
|
protoOf(WsAST).sd = function () {
|
|
135
136
|
return this.modules;
|
|
136
137
|
};
|
|
137
|
-
protoOf(WsAST).
|
|
138
|
+
protoOf(WsAST).h2k = function (modules) {
|
|
138
139
|
return new WsAST(modules);
|
|
139
140
|
};
|
|
140
141
|
protoOf(WsAST).copy = function (modules, $super) {
|
|
141
142
|
modules = modules === VOID ? this.modules : modules;
|
|
142
|
-
return this.
|
|
143
|
+
return this.h2k(modules);
|
|
143
144
|
};
|
|
144
145
|
protoOf(WsAST).toString = function () {
|
|
145
146
|
return 'WsAST(modules=' + toString(this.modules) + ')';
|
|
@@ -160,18 +161,18 @@ protoOf(WsAST).equals = function (other) {
|
|
|
160
161
|
function WsModule(statements) {
|
|
161
162
|
this.statements = statements;
|
|
162
163
|
}
|
|
163
|
-
protoOf(WsModule).
|
|
164
|
+
protoOf(WsModule).i2k = function () {
|
|
164
165
|
return this.statements;
|
|
165
166
|
};
|
|
166
167
|
protoOf(WsModule).sd = function () {
|
|
167
168
|
return this.statements;
|
|
168
169
|
};
|
|
169
|
-
protoOf(WsModule).
|
|
170
|
+
protoOf(WsModule).j2k = function (statements) {
|
|
170
171
|
return new WsModule(statements);
|
|
171
172
|
};
|
|
172
173
|
protoOf(WsModule).copy = function (statements, $super) {
|
|
173
174
|
statements = statements === VOID ? this.statements : statements;
|
|
174
|
-
return this.
|
|
175
|
+
return this.j2k(statements);
|
|
175
176
|
};
|
|
176
177
|
protoOf(WsModule).toString = function () {
|
|
177
178
|
return 'WsModule(statements=' + toString(this.statements) + ')';
|
|
@@ -192,43 +193,43 @@ protoOf(WsModule).equals = function (other) {
|
|
|
192
193
|
function WsDefinition() {
|
|
193
194
|
}
|
|
194
195
|
function WsType(identifier, comment, shape) {
|
|
195
|
-
this.
|
|
196
|
-
this.
|
|
196
|
+
this.l2k_1 = identifier;
|
|
197
|
+
this.m2k_1 = comment;
|
|
197
198
|
this.shape = shape;
|
|
198
199
|
}
|
|
199
|
-
protoOf(WsType).
|
|
200
|
-
return this.
|
|
200
|
+
protoOf(WsType).g26 = function () {
|
|
201
|
+
return this.l2k_1;
|
|
201
202
|
};
|
|
202
|
-
protoOf(WsType).
|
|
203
|
-
return this.
|
|
203
|
+
protoOf(WsType).k2k = function () {
|
|
204
|
+
return this.m2k_1;
|
|
204
205
|
};
|
|
205
|
-
protoOf(WsType).
|
|
206
|
+
protoOf(WsType).n2k = function () {
|
|
206
207
|
return this.shape;
|
|
207
208
|
};
|
|
208
209
|
protoOf(WsType).sd = function () {
|
|
209
|
-
return this.
|
|
210
|
+
return this.l2k_1;
|
|
210
211
|
};
|
|
211
212
|
protoOf(WsType).td = function () {
|
|
212
|
-
return this.
|
|
213
|
+
return this.m2k_1;
|
|
213
214
|
};
|
|
214
215
|
protoOf(WsType).uh = function () {
|
|
215
216
|
return this.shape;
|
|
216
217
|
};
|
|
217
|
-
protoOf(WsType).
|
|
218
|
+
protoOf(WsType).o2k = function (identifier, comment, shape) {
|
|
218
219
|
return new WsType(identifier, comment, shape);
|
|
219
220
|
};
|
|
220
221
|
protoOf(WsType).copy = function (identifier, comment, shape, $super) {
|
|
221
|
-
identifier = identifier === VOID ? this.
|
|
222
|
-
comment = comment === VOID ? this.
|
|
222
|
+
identifier = identifier === VOID ? this.l2k_1 : identifier;
|
|
223
|
+
comment = comment === VOID ? this.m2k_1 : comment;
|
|
223
224
|
shape = shape === VOID ? this.shape : shape;
|
|
224
|
-
return this.
|
|
225
|
+
return this.o2k(identifier, comment, shape);
|
|
225
226
|
};
|
|
226
227
|
protoOf(WsType).toString = function () {
|
|
227
|
-
return 'WsType(identifier=' + this.
|
|
228
|
+
return 'WsType(identifier=' + this.l2k_1 + ', comment=' + this.m2k_1 + ', shape=' + this.shape.toString() + ')';
|
|
228
229
|
};
|
|
229
230
|
protoOf(WsType).hashCode = function () {
|
|
230
|
-
var result = getStringHashCode(this.
|
|
231
|
-
result = imul(result, 31) + (this.
|
|
231
|
+
var result = getStringHashCode(this.l2k_1);
|
|
232
|
+
result = imul(result, 31) + (this.m2k_1 == null ? 0 : getStringHashCode(this.m2k_1)) | 0;
|
|
232
233
|
result = imul(result, 31) + this.shape.hashCode() | 0;
|
|
233
234
|
return result;
|
|
234
235
|
};
|
|
@@ -238,9 +239,9 @@ protoOf(WsType).equals = function (other) {
|
|
|
238
239
|
if (!(other instanceof WsType))
|
|
239
240
|
return false;
|
|
240
241
|
var tmp0_other_with_cast = other instanceof WsType ? other : THROW_CCE();
|
|
241
|
-
if (!(this.
|
|
242
|
+
if (!(this.l2k_1 === tmp0_other_with_cast.l2k_1))
|
|
242
243
|
return false;
|
|
243
|
-
if (!(this.
|
|
244
|
+
if (!(this.m2k_1 == tmp0_other_with_cast.m2k_1))
|
|
244
245
|
return false;
|
|
245
246
|
if (!this.shape.equals(tmp0_other_with_cast.shape))
|
|
246
247
|
return false;
|
|
@@ -255,12 +256,12 @@ protoOf(WsShape).b1 = function () {
|
|
|
255
256
|
protoOf(WsShape).sd = function () {
|
|
256
257
|
return this.value;
|
|
257
258
|
};
|
|
258
|
-
protoOf(WsShape).
|
|
259
|
+
protoOf(WsShape).p2k = function (value) {
|
|
259
260
|
return new WsShape(value);
|
|
260
261
|
};
|
|
261
262
|
protoOf(WsShape).copy = function (value, $super) {
|
|
262
263
|
value = value === VOID ? this.value : value;
|
|
263
|
-
return this.
|
|
264
|
+
return this.p2k(value);
|
|
264
265
|
};
|
|
265
266
|
protoOf(WsShape).toString = function () {
|
|
266
267
|
return 'WsShape(value=' + toString(this.value) + ')';
|
|
@@ -279,8 +280,8 @@ protoOf(WsShape).equals = function (other) {
|
|
|
279
280
|
return true;
|
|
280
281
|
};
|
|
281
282
|
function WsEndpoint(identifier, comment, method, path, queries, headers, requests, responses) {
|
|
282
|
-
this.
|
|
283
|
-
this.
|
|
283
|
+
this.q2k_1 = identifier;
|
|
284
|
+
this.r2k_1 = comment;
|
|
284
285
|
this.method = method;
|
|
285
286
|
this.path = path;
|
|
286
287
|
this.queries = queries;
|
|
@@ -288,74 +289,74 @@ function WsEndpoint(identifier, comment, method, path, queries, headers, request
|
|
|
288
289
|
this.requests = requests;
|
|
289
290
|
this.responses = responses;
|
|
290
291
|
}
|
|
291
|
-
protoOf(WsEndpoint).
|
|
292
|
-
return this.
|
|
292
|
+
protoOf(WsEndpoint).g26 = function () {
|
|
293
|
+
return this.q2k_1;
|
|
293
294
|
};
|
|
294
|
-
protoOf(WsEndpoint).
|
|
295
|
-
return this.
|
|
295
|
+
protoOf(WsEndpoint).k2k = function () {
|
|
296
|
+
return this.r2k_1;
|
|
296
297
|
};
|
|
297
|
-
protoOf(WsEndpoint).
|
|
298
|
+
protoOf(WsEndpoint).s2k = function () {
|
|
298
299
|
return this.method;
|
|
299
300
|
};
|
|
300
|
-
protoOf(WsEndpoint).
|
|
301
|
+
protoOf(WsEndpoint).t2k = function () {
|
|
301
302
|
return this.path;
|
|
302
303
|
};
|
|
303
|
-
protoOf(WsEndpoint).
|
|
304
|
+
protoOf(WsEndpoint).u2k = function () {
|
|
304
305
|
return this.queries;
|
|
305
306
|
};
|
|
306
|
-
protoOf(WsEndpoint).
|
|
307
|
+
protoOf(WsEndpoint).v2k = function () {
|
|
307
308
|
return this.headers;
|
|
308
309
|
};
|
|
309
|
-
protoOf(WsEndpoint).
|
|
310
|
+
protoOf(WsEndpoint).w2k = function () {
|
|
310
311
|
return this.requests;
|
|
311
312
|
};
|
|
312
|
-
protoOf(WsEndpoint).
|
|
313
|
+
protoOf(WsEndpoint).x2k = function () {
|
|
313
314
|
return this.responses;
|
|
314
315
|
};
|
|
315
316
|
protoOf(WsEndpoint).sd = function () {
|
|
316
|
-
return this.
|
|
317
|
+
return this.q2k_1;
|
|
317
318
|
};
|
|
318
319
|
protoOf(WsEndpoint).td = function () {
|
|
319
|
-
return this.
|
|
320
|
+
return this.r2k_1;
|
|
320
321
|
};
|
|
321
322
|
protoOf(WsEndpoint).uh = function () {
|
|
322
323
|
return this.method;
|
|
323
324
|
};
|
|
324
|
-
protoOf(WsEndpoint).
|
|
325
|
+
protoOf(WsEndpoint).y2k = function () {
|
|
325
326
|
return this.path;
|
|
326
327
|
};
|
|
327
|
-
protoOf(WsEndpoint).
|
|
328
|
+
protoOf(WsEndpoint).z2k = function () {
|
|
328
329
|
return this.queries;
|
|
329
330
|
};
|
|
330
|
-
protoOf(WsEndpoint).
|
|
331
|
+
protoOf(WsEndpoint).a2l = function () {
|
|
331
332
|
return this.headers;
|
|
332
333
|
};
|
|
333
|
-
protoOf(WsEndpoint).
|
|
334
|
+
protoOf(WsEndpoint).b2l = function () {
|
|
334
335
|
return this.requests;
|
|
335
336
|
};
|
|
336
|
-
protoOf(WsEndpoint).
|
|
337
|
+
protoOf(WsEndpoint).c2l = function () {
|
|
337
338
|
return this.responses;
|
|
338
339
|
};
|
|
339
|
-
protoOf(WsEndpoint).
|
|
340
|
+
protoOf(WsEndpoint).d2l = function (identifier, comment, method, path, queries, headers, requests, responses) {
|
|
340
341
|
return new WsEndpoint(identifier, comment, method, path, queries, headers, requests, responses);
|
|
341
342
|
};
|
|
342
343
|
protoOf(WsEndpoint).copy = function (identifier, comment, method, path, queries, headers, requests, responses, $super) {
|
|
343
|
-
identifier = identifier === VOID ? this.
|
|
344
|
-
comment = comment === VOID ? this.
|
|
344
|
+
identifier = identifier === VOID ? this.q2k_1 : identifier;
|
|
345
|
+
comment = comment === VOID ? this.r2k_1 : comment;
|
|
345
346
|
method = method === VOID ? this.method : method;
|
|
346
347
|
path = path === VOID ? this.path : path;
|
|
347
348
|
queries = queries === VOID ? this.queries : queries;
|
|
348
349
|
headers = headers === VOID ? this.headers : headers;
|
|
349
350
|
requests = requests === VOID ? this.requests : requests;
|
|
350
351
|
responses = responses === VOID ? this.responses : responses;
|
|
351
|
-
return this.
|
|
352
|
+
return this.d2l(identifier, comment, method, path, queries, headers, requests, responses);
|
|
352
353
|
};
|
|
353
354
|
protoOf(WsEndpoint).toString = function () {
|
|
354
|
-
return 'WsEndpoint(identifier=' + this.
|
|
355
|
+
return 'WsEndpoint(identifier=' + this.q2k_1 + ', comment=' + this.r2k_1 + ', method=' + this.method.toString() + ', path=' + toString(this.path) + ', queries=' + toString(this.queries) + ', headers=' + toString(this.headers) + ', requests=' + toString(this.requests) + ', responses=' + toString(this.responses) + ')';
|
|
355
356
|
};
|
|
356
357
|
protoOf(WsEndpoint).hashCode = function () {
|
|
357
|
-
var result = getStringHashCode(this.
|
|
358
|
-
result = imul(result, 31) + (this.
|
|
358
|
+
var result = getStringHashCode(this.q2k_1);
|
|
359
|
+
result = imul(result, 31) + (this.r2k_1 == null ? 0 : getStringHashCode(this.r2k_1)) | 0;
|
|
359
360
|
result = imul(result, 31) + this.method.hashCode() | 0;
|
|
360
361
|
result = imul(result, 31) + hashCode(this.path) | 0;
|
|
361
362
|
result = imul(result, 31) + hashCode(this.queries) | 0;
|
|
@@ -370,9 +371,9 @@ protoOf(WsEndpoint).equals = function (other) {
|
|
|
370
371
|
if (!(other instanceof WsEndpoint))
|
|
371
372
|
return false;
|
|
372
373
|
var tmp0_other_with_cast = other instanceof WsEndpoint ? other : THROW_CCE();
|
|
373
|
-
if (!(this.
|
|
374
|
+
if (!(this.q2k_1 === tmp0_other_with_cast.q2k_1))
|
|
374
375
|
return false;
|
|
375
|
-
if (!(this.
|
|
376
|
+
if (!(this.r2k_1 == tmp0_other_with_cast.r2k_1))
|
|
376
377
|
return false;
|
|
377
378
|
if (!this.method.equals(tmp0_other_with_cast.method))
|
|
378
379
|
return false;
|
|
@@ -389,43 +390,43 @@ protoOf(WsEndpoint).equals = function (other) {
|
|
|
389
390
|
return true;
|
|
390
391
|
};
|
|
391
392
|
function WsEnum(identifier, comment, entries) {
|
|
392
|
-
this.
|
|
393
|
-
this.
|
|
393
|
+
this.e2l_1 = identifier;
|
|
394
|
+
this.f2l_1 = comment;
|
|
394
395
|
this.entries = entries;
|
|
395
396
|
}
|
|
396
|
-
protoOf(WsEnum).
|
|
397
|
-
return this.
|
|
397
|
+
protoOf(WsEnum).g26 = function () {
|
|
398
|
+
return this.e2l_1;
|
|
398
399
|
};
|
|
399
|
-
protoOf(WsEnum).
|
|
400
|
-
return this.
|
|
400
|
+
protoOf(WsEnum).k2k = function () {
|
|
401
|
+
return this.f2l_1;
|
|
401
402
|
};
|
|
402
403
|
protoOf(WsEnum).z = function () {
|
|
403
404
|
return this.entries;
|
|
404
405
|
};
|
|
405
406
|
protoOf(WsEnum).sd = function () {
|
|
406
|
-
return this.
|
|
407
|
+
return this.e2l_1;
|
|
407
408
|
};
|
|
408
409
|
protoOf(WsEnum).td = function () {
|
|
409
|
-
return this.
|
|
410
|
+
return this.f2l_1;
|
|
410
411
|
};
|
|
411
412
|
protoOf(WsEnum).uh = function () {
|
|
412
413
|
return this.entries;
|
|
413
414
|
};
|
|
414
|
-
protoOf(WsEnum).
|
|
415
|
+
protoOf(WsEnum).g2l = function (identifier, comment, entries) {
|
|
415
416
|
return new WsEnum(identifier, comment, entries);
|
|
416
417
|
};
|
|
417
418
|
protoOf(WsEnum).copy = function (identifier, comment, entries, $super) {
|
|
418
|
-
identifier = identifier === VOID ? this.
|
|
419
|
-
comment = comment === VOID ? this.
|
|
419
|
+
identifier = identifier === VOID ? this.e2l_1 : identifier;
|
|
420
|
+
comment = comment === VOID ? this.f2l_1 : comment;
|
|
420
421
|
entries = entries === VOID ? this.entries : entries;
|
|
421
|
-
return this.
|
|
422
|
+
return this.g2l(identifier, comment, entries);
|
|
422
423
|
};
|
|
423
424
|
protoOf(WsEnum).toString = function () {
|
|
424
|
-
return 'WsEnum(identifier=' + this.
|
|
425
|
+
return 'WsEnum(identifier=' + this.e2l_1 + ', comment=' + this.f2l_1 + ', entries=' + toString(this.entries) + ')';
|
|
425
426
|
};
|
|
426
427
|
protoOf(WsEnum).hashCode = function () {
|
|
427
|
-
var result = getStringHashCode(this.
|
|
428
|
-
result = imul(result, 31) + (this.
|
|
428
|
+
var result = getStringHashCode(this.e2l_1);
|
|
429
|
+
result = imul(result, 31) + (this.f2l_1 == null ? 0 : getStringHashCode(this.f2l_1)) | 0;
|
|
429
430
|
result = imul(result, 31) + hashCode(this.entries) | 0;
|
|
430
431
|
return result;
|
|
431
432
|
};
|
|
@@ -435,52 +436,52 @@ protoOf(WsEnum).equals = function (other) {
|
|
|
435
436
|
if (!(other instanceof WsEnum))
|
|
436
437
|
return false;
|
|
437
438
|
var tmp0_other_with_cast = other instanceof WsEnum ? other : THROW_CCE();
|
|
438
|
-
if (!(this.
|
|
439
|
+
if (!(this.e2l_1 === tmp0_other_with_cast.e2l_1))
|
|
439
440
|
return false;
|
|
440
|
-
if (!(this.
|
|
441
|
+
if (!(this.f2l_1 == tmp0_other_with_cast.f2l_1))
|
|
441
442
|
return false;
|
|
442
443
|
if (!equals(this.entries, tmp0_other_with_cast.entries))
|
|
443
444
|
return false;
|
|
444
445
|
return true;
|
|
445
446
|
};
|
|
446
447
|
function WsUnion(identifier, comment, entries) {
|
|
447
|
-
this.
|
|
448
|
-
this.
|
|
448
|
+
this.h2l_1 = identifier;
|
|
449
|
+
this.i2l_1 = comment;
|
|
449
450
|
this.entries = entries;
|
|
450
451
|
}
|
|
451
|
-
protoOf(WsUnion).
|
|
452
|
-
return this.
|
|
452
|
+
protoOf(WsUnion).g26 = function () {
|
|
453
|
+
return this.h2l_1;
|
|
453
454
|
};
|
|
454
|
-
protoOf(WsUnion).
|
|
455
|
-
return this.
|
|
455
|
+
protoOf(WsUnion).k2k = function () {
|
|
456
|
+
return this.i2l_1;
|
|
456
457
|
};
|
|
457
458
|
protoOf(WsUnion).z = function () {
|
|
458
459
|
return this.entries;
|
|
459
460
|
};
|
|
460
461
|
protoOf(WsUnion).sd = function () {
|
|
461
|
-
return this.
|
|
462
|
+
return this.h2l_1;
|
|
462
463
|
};
|
|
463
464
|
protoOf(WsUnion).td = function () {
|
|
464
|
-
return this.
|
|
465
|
+
return this.i2l_1;
|
|
465
466
|
};
|
|
466
467
|
protoOf(WsUnion).uh = function () {
|
|
467
468
|
return this.entries;
|
|
468
469
|
};
|
|
469
|
-
protoOf(WsUnion).
|
|
470
|
+
protoOf(WsUnion).j2l = function (identifier, comment, entries) {
|
|
470
471
|
return new WsUnion(identifier, comment, entries);
|
|
471
472
|
};
|
|
472
473
|
protoOf(WsUnion).copy = function (identifier, comment, entries, $super) {
|
|
473
|
-
identifier = identifier === VOID ? this.
|
|
474
|
-
comment = comment === VOID ? this.
|
|
474
|
+
identifier = identifier === VOID ? this.h2l_1 : identifier;
|
|
475
|
+
comment = comment === VOID ? this.i2l_1 : comment;
|
|
475
476
|
entries = entries === VOID ? this.entries : entries;
|
|
476
|
-
return this.
|
|
477
|
+
return this.j2l(identifier, comment, entries);
|
|
477
478
|
};
|
|
478
479
|
protoOf(WsUnion).toString = function () {
|
|
479
|
-
return 'WsUnion(identifier=' + this.
|
|
480
|
+
return 'WsUnion(identifier=' + this.h2l_1 + ', comment=' + this.i2l_1 + ', entries=' + toString(this.entries) + ')';
|
|
480
481
|
};
|
|
481
482
|
protoOf(WsUnion).hashCode = function () {
|
|
482
|
-
var result = getStringHashCode(this.
|
|
483
|
-
result = imul(result, 31) + (this.
|
|
483
|
+
var result = getStringHashCode(this.h2l_1);
|
|
484
|
+
result = imul(result, 31) + (this.i2l_1 == null ? 0 : getStringHashCode(this.i2l_1)) | 0;
|
|
484
485
|
result = imul(result, 31) + hashCode(this.entries) | 0;
|
|
485
486
|
return result;
|
|
486
487
|
};
|
|
@@ -490,52 +491,52 @@ protoOf(WsUnion).equals = function (other) {
|
|
|
490
491
|
if (!(other instanceof WsUnion))
|
|
491
492
|
return false;
|
|
492
493
|
var tmp0_other_with_cast = other instanceof WsUnion ? other : THROW_CCE();
|
|
493
|
-
if (!(this.
|
|
494
|
+
if (!(this.h2l_1 === tmp0_other_with_cast.h2l_1))
|
|
494
495
|
return false;
|
|
495
|
-
if (!(this.
|
|
496
|
+
if (!(this.i2l_1 == tmp0_other_with_cast.i2l_1))
|
|
496
497
|
return false;
|
|
497
498
|
if (!equals(this.entries, tmp0_other_with_cast.entries))
|
|
498
499
|
return false;
|
|
499
500
|
return true;
|
|
500
501
|
};
|
|
501
502
|
function WsChannel(identifier, comment, reference) {
|
|
502
|
-
this.
|
|
503
|
-
this.
|
|
503
|
+
this.k2l_1 = identifier;
|
|
504
|
+
this.l2l_1 = comment;
|
|
504
505
|
this.reference = reference;
|
|
505
506
|
}
|
|
506
|
-
protoOf(WsChannel).
|
|
507
|
-
return this.
|
|
507
|
+
protoOf(WsChannel).g26 = function () {
|
|
508
|
+
return this.k2l_1;
|
|
508
509
|
};
|
|
509
|
-
protoOf(WsChannel).
|
|
510
|
-
return this.
|
|
510
|
+
protoOf(WsChannel).k2k = function () {
|
|
511
|
+
return this.l2l_1;
|
|
511
512
|
};
|
|
512
|
-
protoOf(WsChannel).
|
|
513
|
+
protoOf(WsChannel).m2l = function () {
|
|
513
514
|
return this.reference;
|
|
514
515
|
};
|
|
515
516
|
protoOf(WsChannel).sd = function () {
|
|
516
|
-
return this.
|
|
517
|
+
return this.k2l_1;
|
|
517
518
|
};
|
|
518
519
|
protoOf(WsChannel).td = function () {
|
|
519
|
-
return this.
|
|
520
|
+
return this.l2l_1;
|
|
520
521
|
};
|
|
521
522
|
protoOf(WsChannel).uh = function () {
|
|
522
523
|
return this.reference;
|
|
523
524
|
};
|
|
524
|
-
protoOf(WsChannel).
|
|
525
|
+
protoOf(WsChannel).n2l = function (identifier, comment, reference) {
|
|
525
526
|
return new WsChannel(identifier, comment, reference);
|
|
526
527
|
};
|
|
527
528
|
protoOf(WsChannel).copy = function (identifier, comment, reference, $super) {
|
|
528
|
-
identifier = identifier === VOID ? this.
|
|
529
|
-
comment = comment === VOID ? this.
|
|
529
|
+
identifier = identifier === VOID ? this.k2l_1 : identifier;
|
|
530
|
+
comment = comment === VOID ? this.l2l_1 : comment;
|
|
530
531
|
reference = reference === VOID ? this.reference : reference;
|
|
531
|
-
return this.
|
|
532
|
+
return this.n2l(identifier, comment, reference);
|
|
532
533
|
};
|
|
533
534
|
protoOf(WsChannel).toString = function () {
|
|
534
|
-
return 'WsChannel(identifier=' + this.
|
|
535
|
+
return 'WsChannel(identifier=' + this.k2l_1 + ', comment=' + this.l2l_1 + ', reference=' + toString(this.reference) + ')';
|
|
535
536
|
};
|
|
536
537
|
protoOf(WsChannel).hashCode = function () {
|
|
537
|
-
var result = getStringHashCode(this.
|
|
538
|
-
result = imul(result, 31) + (this.
|
|
538
|
+
var result = getStringHashCode(this.k2l_1);
|
|
539
|
+
result = imul(result, 31) + (this.l2l_1 == null ? 0 : getStringHashCode(this.l2l_1)) | 0;
|
|
539
540
|
result = imul(result, 31) + hashCode(this.reference) | 0;
|
|
540
541
|
return result;
|
|
541
542
|
};
|
|
@@ -545,52 +546,52 @@ protoOf(WsChannel).equals = function (other) {
|
|
|
545
546
|
if (!(other instanceof WsChannel))
|
|
546
547
|
return false;
|
|
547
548
|
var tmp0_other_with_cast = other instanceof WsChannel ? other : THROW_CCE();
|
|
548
|
-
if (!(this.
|
|
549
|
+
if (!(this.k2l_1 === tmp0_other_with_cast.k2l_1))
|
|
549
550
|
return false;
|
|
550
|
-
if (!(this.
|
|
551
|
+
if (!(this.l2l_1 == tmp0_other_with_cast.l2l_1))
|
|
551
552
|
return false;
|
|
552
553
|
if (!equals(this.reference, tmp0_other_with_cast.reference))
|
|
553
554
|
return false;
|
|
554
555
|
return true;
|
|
555
556
|
};
|
|
556
557
|
function WsRefined(identifier, comment, reference) {
|
|
557
|
-
this.
|
|
558
|
-
this.
|
|
558
|
+
this.o2l_1 = identifier;
|
|
559
|
+
this.p2l_1 = comment;
|
|
559
560
|
this.reference = reference;
|
|
560
561
|
}
|
|
561
|
-
protoOf(WsRefined).
|
|
562
|
-
return this.
|
|
562
|
+
protoOf(WsRefined).g26 = function () {
|
|
563
|
+
return this.o2l_1;
|
|
563
564
|
};
|
|
564
|
-
protoOf(WsRefined).
|
|
565
|
-
return this.
|
|
565
|
+
protoOf(WsRefined).k2k = function () {
|
|
566
|
+
return this.p2l_1;
|
|
566
567
|
};
|
|
567
|
-
protoOf(WsRefined).
|
|
568
|
+
protoOf(WsRefined).m2l = function () {
|
|
568
569
|
return this.reference;
|
|
569
570
|
};
|
|
570
571
|
protoOf(WsRefined).sd = function () {
|
|
571
|
-
return this.
|
|
572
|
+
return this.o2l_1;
|
|
572
573
|
};
|
|
573
574
|
protoOf(WsRefined).td = function () {
|
|
574
|
-
return this.
|
|
575
|
+
return this.p2l_1;
|
|
575
576
|
};
|
|
576
577
|
protoOf(WsRefined).uh = function () {
|
|
577
578
|
return this.reference;
|
|
578
579
|
};
|
|
579
|
-
protoOf(WsRefined).
|
|
580
|
+
protoOf(WsRefined).n2l = function (identifier, comment, reference) {
|
|
580
581
|
return new WsRefined(identifier, comment, reference);
|
|
581
582
|
};
|
|
582
583
|
protoOf(WsRefined).copy = function (identifier, comment, reference, $super) {
|
|
583
|
-
identifier = identifier === VOID ? this.
|
|
584
|
-
comment = comment === VOID ? this.
|
|
584
|
+
identifier = identifier === VOID ? this.o2l_1 : identifier;
|
|
585
|
+
comment = comment === VOID ? this.p2l_1 : comment;
|
|
585
586
|
reference = reference === VOID ? this.reference : reference;
|
|
586
|
-
return this.
|
|
587
|
+
return this.n2l(identifier, comment, reference);
|
|
587
588
|
};
|
|
588
589
|
protoOf(WsRefined).toString = function () {
|
|
589
|
-
return 'WsRefined(identifier=' + this.
|
|
590
|
+
return 'WsRefined(identifier=' + this.o2l_1 + ', comment=' + this.p2l_1 + ', reference=' + toString(this.reference) + ')';
|
|
590
591
|
};
|
|
591
592
|
protoOf(WsRefined).hashCode = function () {
|
|
592
|
-
var result = getStringHashCode(this.
|
|
593
|
-
result = imul(result, 31) + (this.
|
|
593
|
+
var result = getStringHashCode(this.o2l_1);
|
|
594
|
+
result = imul(result, 31) + (this.p2l_1 == null ? 0 : getStringHashCode(this.p2l_1)) | 0;
|
|
594
595
|
result = imul(result, 31) + hashCode(this.reference) | 0;
|
|
595
596
|
return result;
|
|
596
597
|
};
|
|
@@ -600,9 +601,9 @@ protoOf(WsRefined).equals = function (other) {
|
|
|
600
601
|
if (!(other instanceof WsRefined))
|
|
601
602
|
return false;
|
|
602
603
|
var tmp0_other_with_cast = other instanceof WsRefined ? other : THROW_CCE();
|
|
603
|
-
if (!(this.
|
|
604
|
+
if (!(this.o2l_1 === tmp0_other_with_cast.o2l_1))
|
|
604
605
|
return false;
|
|
605
|
-
if (!(this.
|
|
606
|
+
if (!(this.p2l_1 == tmp0_other_with_cast.p2l_1))
|
|
606
607
|
return false;
|
|
607
608
|
if (!equals(this.reference, tmp0_other_with_cast.reference))
|
|
608
609
|
return false;
|
|
@@ -671,12 +672,12 @@ protoOf(WsLiteral).b1 = function () {
|
|
|
671
672
|
protoOf(WsLiteral).sd = function () {
|
|
672
673
|
return this.value;
|
|
673
674
|
};
|
|
674
|
-
protoOf(WsLiteral).
|
|
675
|
+
protoOf(WsLiteral).s2l = function (value) {
|
|
675
676
|
return new WsLiteral(value);
|
|
676
677
|
};
|
|
677
678
|
protoOf(WsLiteral).copy = function (value, $super) {
|
|
678
679
|
value = value === VOID ? this.value : value;
|
|
679
|
-
return this.
|
|
680
|
+
return this.s2l(value);
|
|
680
681
|
};
|
|
681
682
|
protoOf(WsLiteral).toString = function () {
|
|
682
683
|
return 'WsLiteral(value=' + this.value + ')';
|
|
@@ -698,10 +699,10 @@ function WsParam(identifier, reference) {
|
|
|
698
699
|
this.identifier = identifier;
|
|
699
700
|
this.reference = reference;
|
|
700
701
|
}
|
|
701
|
-
protoOf(WsParam).
|
|
702
|
+
protoOf(WsParam).g26 = function () {
|
|
702
703
|
return this.identifier;
|
|
703
704
|
};
|
|
704
|
-
protoOf(WsParam).
|
|
705
|
+
protoOf(WsParam).m2l = function () {
|
|
705
706
|
return this.reference;
|
|
706
707
|
};
|
|
707
708
|
protoOf(WsParam).sd = function () {
|
|
@@ -710,13 +711,13 @@ protoOf(WsParam).sd = function () {
|
|
|
710
711
|
protoOf(WsParam).td = function () {
|
|
711
712
|
return this.reference;
|
|
712
713
|
};
|
|
713
|
-
protoOf(WsParam).
|
|
714
|
+
protoOf(WsParam).t2l = function (identifier, reference) {
|
|
714
715
|
return new WsParam(identifier, reference);
|
|
715
716
|
};
|
|
716
717
|
protoOf(WsParam).copy = function (identifier, reference, $super) {
|
|
717
718
|
identifier = identifier === VOID ? this.identifier : identifier;
|
|
718
719
|
reference = reference === VOID ? this.reference : reference;
|
|
719
|
-
return this.
|
|
720
|
+
return this.t2l(identifier, reference);
|
|
720
721
|
};
|
|
721
722
|
protoOf(WsParam).toString = function () {
|
|
722
723
|
return 'WsParam(identifier=' + this.identifier.toString() + ', reference=' + toString(this.reference) + ')';
|
|
@@ -747,12 +748,12 @@ protoOf(Shape_0).b1 = function () {
|
|
|
747
748
|
protoOf(Shape_0).sd = function () {
|
|
748
749
|
return this.value;
|
|
749
750
|
};
|
|
750
|
-
protoOf(Shape_0).
|
|
751
|
+
protoOf(Shape_0).p2k = function (value) {
|
|
751
752
|
return new Shape_0(value);
|
|
752
753
|
};
|
|
753
754
|
protoOf(Shape_0).copy = function (value, $super) {
|
|
754
755
|
value = value === VOID ? this.value : value;
|
|
755
|
-
return this.
|
|
756
|
+
return this.p2k(value);
|
|
756
757
|
};
|
|
757
758
|
protoOf(Shape_0).toString = function () {
|
|
758
759
|
return 'Shape(value=' + toString(this.value) + ')';
|
|
@@ -774,10 +775,10 @@ function WsField(identifier, reference) {
|
|
|
774
775
|
this.identifier = identifier;
|
|
775
776
|
this.reference = reference;
|
|
776
777
|
}
|
|
777
|
-
protoOf(WsField).
|
|
778
|
+
protoOf(WsField).g26 = function () {
|
|
778
779
|
return this.identifier;
|
|
779
780
|
};
|
|
780
|
-
protoOf(WsField).
|
|
781
|
+
protoOf(WsField).m2l = function () {
|
|
781
782
|
return this.reference;
|
|
782
783
|
};
|
|
783
784
|
protoOf(WsField).sd = function () {
|
|
@@ -786,13 +787,13 @@ protoOf(WsField).sd = function () {
|
|
|
786
787
|
protoOf(WsField).td = function () {
|
|
787
788
|
return this.reference;
|
|
788
789
|
};
|
|
789
|
-
protoOf(WsField).
|
|
790
|
+
protoOf(WsField).t2l = function (identifier, reference) {
|
|
790
791
|
return new WsField(identifier, reference);
|
|
791
792
|
};
|
|
792
793
|
protoOf(WsField).copy = function (identifier, reference, $super) {
|
|
793
794
|
identifier = identifier === VOID ? this.identifier : identifier;
|
|
794
795
|
reference = reference === VOID ? this.reference : reference;
|
|
795
|
-
return this.
|
|
796
|
+
return this.t2l(identifier, reference);
|
|
796
797
|
};
|
|
797
798
|
protoOf(WsField).toString = function () {
|
|
798
799
|
return 'WsField(identifier=' + this.identifier.toString() + ', reference=' + toString(this.reference) + ')';
|
|
@@ -825,12 +826,12 @@ protoOf(WsClassIdentifier).b1 = function () {
|
|
|
825
826
|
protoOf(WsClassIdentifier).sd = function () {
|
|
826
827
|
return this.value;
|
|
827
828
|
};
|
|
828
|
-
protoOf(WsClassIdentifier).
|
|
829
|
+
protoOf(WsClassIdentifier).s2l = function (value) {
|
|
829
830
|
return new WsClassIdentifier(value);
|
|
830
831
|
};
|
|
831
832
|
protoOf(WsClassIdentifier).copy = function (value, $super) {
|
|
832
833
|
value = value === VOID ? this.value : value;
|
|
833
|
-
return this.
|
|
834
|
+
return this.s2l(value);
|
|
834
835
|
};
|
|
835
836
|
protoOf(WsClassIdentifier).toString = function () {
|
|
836
837
|
return 'WsClassIdentifier(value=' + this.value + ')';
|
|
@@ -857,12 +858,12 @@ protoOf(WsFieldIdentifier).b1 = function () {
|
|
|
857
858
|
protoOf(WsFieldIdentifier).sd = function () {
|
|
858
859
|
return this.value;
|
|
859
860
|
};
|
|
860
|
-
protoOf(WsFieldIdentifier).
|
|
861
|
+
protoOf(WsFieldIdentifier).s2l = function (value) {
|
|
861
862
|
return new WsFieldIdentifier(value);
|
|
862
863
|
};
|
|
863
864
|
protoOf(WsFieldIdentifier).copy = function (value, $super) {
|
|
864
865
|
value = value === VOID ? this.value : value;
|
|
865
|
-
return this.
|
|
866
|
+
return this.s2l(value);
|
|
866
867
|
};
|
|
867
868
|
protoOf(WsFieldIdentifier).toString = function () {
|
|
868
869
|
return 'WsFieldIdentifier(value=' + this.value + ')';
|
|
@@ -883,26 +884,26 @@ protoOf(WsFieldIdentifier).equals = function (other) {
|
|
|
883
884
|
function WsReference() {
|
|
884
885
|
}
|
|
885
886
|
function WsAny(isNullable) {
|
|
886
|
-
this.
|
|
887
|
+
this.u2l_1 = isNullable;
|
|
887
888
|
}
|
|
888
|
-
protoOf(WsAny).
|
|
889
|
-
return this.
|
|
889
|
+
protoOf(WsAny).jm = function () {
|
|
890
|
+
return this.u2l_1;
|
|
890
891
|
};
|
|
891
892
|
protoOf(WsAny).sd = function () {
|
|
892
|
-
return this.
|
|
893
|
+
return this.u2l_1;
|
|
893
894
|
};
|
|
894
|
-
protoOf(WsAny).
|
|
895
|
+
protoOf(WsAny).v28 = function (isNullable) {
|
|
895
896
|
return new WsAny(isNullable);
|
|
896
897
|
};
|
|
897
898
|
protoOf(WsAny).copy = function (isNullable, $super) {
|
|
898
|
-
isNullable = isNullable === VOID ? this.
|
|
899
|
-
return this.
|
|
899
|
+
isNullable = isNullable === VOID ? this.u2l_1 : isNullable;
|
|
900
|
+
return this.v28(isNullable);
|
|
900
901
|
};
|
|
901
902
|
protoOf(WsAny).toString = function () {
|
|
902
|
-
return 'WsAny(isNullable=' + this.
|
|
903
|
+
return 'WsAny(isNullable=' + this.u2l_1 + ')';
|
|
903
904
|
};
|
|
904
905
|
protoOf(WsAny).hashCode = function () {
|
|
905
|
-
return getBooleanHashCode(this.
|
|
906
|
+
return getBooleanHashCode(this.u2l_1);
|
|
906
907
|
};
|
|
907
908
|
protoOf(WsAny).equals = function (other) {
|
|
908
909
|
if (this === other)
|
|
@@ -910,31 +911,31 @@ protoOf(WsAny).equals = function (other) {
|
|
|
910
911
|
if (!(other instanceof WsAny))
|
|
911
912
|
return false;
|
|
912
913
|
var tmp0_other_with_cast = other instanceof WsAny ? other : THROW_CCE();
|
|
913
|
-
if (!(this.
|
|
914
|
+
if (!(this.u2l_1 === tmp0_other_with_cast.u2l_1))
|
|
914
915
|
return false;
|
|
915
916
|
return true;
|
|
916
917
|
};
|
|
917
918
|
function WsUnit(isNullable) {
|
|
918
|
-
this.
|
|
919
|
+
this.v2l_1 = isNullable;
|
|
919
920
|
}
|
|
920
|
-
protoOf(WsUnit).
|
|
921
|
-
return this.
|
|
921
|
+
protoOf(WsUnit).jm = function () {
|
|
922
|
+
return this.v2l_1;
|
|
922
923
|
};
|
|
923
924
|
protoOf(WsUnit).sd = function () {
|
|
924
|
-
return this.
|
|
925
|
+
return this.v2l_1;
|
|
925
926
|
};
|
|
926
|
-
protoOf(WsUnit).
|
|
927
|
+
protoOf(WsUnit).v28 = function (isNullable) {
|
|
927
928
|
return new WsUnit(isNullable);
|
|
928
929
|
};
|
|
929
930
|
protoOf(WsUnit).copy = function (isNullable, $super) {
|
|
930
|
-
isNullable = isNullable === VOID ? this.
|
|
931
|
-
return this.
|
|
931
|
+
isNullable = isNullable === VOID ? this.v2l_1 : isNullable;
|
|
932
|
+
return this.v28(isNullable);
|
|
932
933
|
};
|
|
933
934
|
protoOf(WsUnit).toString = function () {
|
|
934
|
-
return 'WsUnit(isNullable=' + this.
|
|
935
|
+
return 'WsUnit(isNullable=' + this.v2l_1 + ')';
|
|
935
936
|
};
|
|
936
937
|
protoOf(WsUnit).hashCode = function () {
|
|
937
|
-
return getBooleanHashCode(this.
|
|
938
|
+
return getBooleanHashCode(this.v2l_1);
|
|
938
939
|
};
|
|
939
940
|
protoOf(WsUnit).equals = function (other) {
|
|
940
941
|
if (this === other)
|
|
@@ -942,40 +943,40 @@ protoOf(WsUnit).equals = function (other) {
|
|
|
942
943
|
if (!(other instanceof WsUnit))
|
|
943
944
|
return false;
|
|
944
945
|
var tmp0_other_with_cast = other instanceof WsUnit ? other : THROW_CCE();
|
|
945
|
-
if (!(this.
|
|
946
|
+
if (!(this.v2l_1 === tmp0_other_with_cast.v2l_1))
|
|
946
947
|
return false;
|
|
947
948
|
return true;
|
|
948
949
|
};
|
|
949
950
|
function WsIterable(reference, isNullable) {
|
|
950
951
|
this.reference = reference;
|
|
951
|
-
this.
|
|
952
|
+
this.w2l_1 = isNullable;
|
|
952
953
|
}
|
|
953
|
-
protoOf(WsIterable).
|
|
954
|
+
protoOf(WsIterable).m2l = function () {
|
|
954
955
|
return this.reference;
|
|
955
956
|
};
|
|
956
|
-
protoOf(WsIterable).
|
|
957
|
-
return this.
|
|
957
|
+
protoOf(WsIterable).jm = function () {
|
|
958
|
+
return this.w2l_1;
|
|
958
959
|
};
|
|
959
960
|
protoOf(WsIterable).sd = function () {
|
|
960
961
|
return this.reference;
|
|
961
962
|
};
|
|
962
963
|
protoOf(WsIterable).td = function () {
|
|
963
|
-
return this.
|
|
964
|
+
return this.w2l_1;
|
|
964
965
|
};
|
|
965
|
-
protoOf(WsIterable).
|
|
966
|
+
protoOf(WsIterable).x2l = function (reference, isNullable) {
|
|
966
967
|
return new WsIterable(reference, isNullable);
|
|
967
968
|
};
|
|
968
969
|
protoOf(WsIterable).copy = function (reference, isNullable, $super) {
|
|
969
970
|
reference = reference === VOID ? this.reference : reference;
|
|
970
|
-
isNullable = isNullable === VOID ? this.
|
|
971
|
-
return this.
|
|
971
|
+
isNullable = isNullable === VOID ? this.w2l_1 : isNullable;
|
|
972
|
+
return this.x2l(reference, isNullable);
|
|
972
973
|
};
|
|
973
974
|
protoOf(WsIterable).toString = function () {
|
|
974
|
-
return 'WsIterable(reference=' + toString(this.reference) + ', isNullable=' + this.
|
|
975
|
+
return 'WsIterable(reference=' + toString(this.reference) + ', isNullable=' + this.w2l_1 + ')';
|
|
975
976
|
};
|
|
976
977
|
protoOf(WsIterable).hashCode = function () {
|
|
977
978
|
var result = hashCode(this.reference);
|
|
978
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
979
|
+
result = imul(result, 31) + getBooleanHashCode(this.w2l_1) | 0;
|
|
979
980
|
return result;
|
|
980
981
|
};
|
|
981
982
|
protoOf(WsIterable).equals = function (other) {
|
|
@@ -986,40 +987,40 @@ protoOf(WsIterable).equals = function (other) {
|
|
|
986
987
|
var tmp0_other_with_cast = other instanceof WsIterable ? other : THROW_CCE();
|
|
987
988
|
if (!equals(this.reference, tmp0_other_with_cast.reference))
|
|
988
989
|
return false;
|
|
989
|
-
if (!(this.
|
|
990
|
+
if (!(this.w2l_1 === tmp0_other_with_cast.w2l_1))
|
|
990
991
|
return false;
|
|
991
992
|
return true;
|
|
992
993
|
};
|
|
993
994
|
function WsDict(reference, isNullable) {
|
|
994
995
|
this.reference = reference;
|
|
995
|
-
this.
|
|
996
|
+
this.y2l_1 = isNullable;
|
|
996
997
|
}
|
|
997
|
-
protoOf(WsDict).
|
|
998
|
+
protoOf(WsDict).m2l = function () {
|
|
998
999
|
return this.reference;
|
|
999
1000
|
};
|
|
1000
|
-
protoOf(WsDict).
|
|
1001
|
-
return this.
|
|
1001
|
+
protoOf(WsDict).jm = function () {
|
|
1002
|
+
return this.y2l_1;
|
|
1002
1003
|
};
|
|
1003
1004
|
protoOf(WsDict).sd = function () {
|
|
1004
1005
|
return this.reference;
|
|
1005
1006
|
};
|
|
1006
1007
|
protoOf(WsDict).td = function () {
|
|
1007
|
-
return this.
|
|
1008
|
+
return this.y2l_1;
|
|
1008
1009
|
};
|
|
1009
|
-
protoOf(WsDict).
|
|
1010
|
+
protoOf(WsDict).x2l = function (reference, isNullable) {
|
|
1010
1011
|
return new WsDict(reference, isNullable);
|
|
1011
1012
|
};
|
|
1012
1013
|
protoOf(WsDict).copy = function (reference, isNullable, $super) {
|
|
1013
1014
|
reference = reference === VOID ? this.reference : reference;
|
|
1014
|
-
isNullable = isNullable === VOID ? this.
|
|
1015
|
-
return this.
|
|
1015
|
+
isNullable = isNullable === VOID ? this.y2l_1 : isNullable;
|
|
1016
|
+
return this.x2l(reference, isNullable);
|
|
1016
1017
|
};
|
|
1017
1018
|
protoOf(WsDict).toString = function () {
|
|
1018
|
-
return 'WsDict(reference=' + toString(this.reference) + ', isNullable=' + this.
|
|
1019
|
+
return 'WsDict(reference=' + toString(this.reference) + ', isNullable=' + this.y2l_1 + ')';
|
|
1019
1020
|
};
|
|
1020
1021
|
protoOf(WsDict).hashCode = function () {
|
|
1021
1022
|
var result = hashCode(this.reference);
|
|
1022
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
1023
|
+
result = imul(result, 31) + getBooleanHashCode(this.y2l_1) | 0;
|
|
1023
1024
|
return result;
|
|
1024
1025
|
};
|
|
1025
1026
|
protoOf(WsDict).equals = function (other) {
|
|
@@ -1030,40 +1031,40 @@ protoOf(WsDict).equals = function (other) {
|
|
|
1030
1031
|
var tmp0_other_with_cast = other instanceof WsDict ? other : THROW_CCE();
|
|
1031
1032
|
if (!equals(this.reference, tmp0_other_with_cast.reference))
|
|
1032
1033
|
return false;
|
|
1033
|
-
if (!(this.
|
|
1034
|
+
if (!(this.y2l_1 === tmp0_other_with_cast.y2l_1))
|
|
1034
1035
|
return false;
|
|
1035
1036
|
return true;
|
|
1036
1037
|
};
|
|
1037
1038
|
function WsCustom(value, isNullable) {
|
|
1038
1039
|
this.value = value;
|
|
1039
|
-
this.
|
|
1040
|
+
this.z2l_1 = isNullable;
|
|
1040
1041
|
}
|
|
1041
1042
|
protoOf(WsCustom).b1 = function () {
|
|
1042
1043
|
return this.value;
|
|
1043
1044
|
};
|
|
1044
|
-
protoOf(WsCustom).
|
|
1045
|
-
return this.
|
|
1045
|
+
protoOf(WsCustom).jm = function () {
|
|
1046
|
+
return this.z2l_1;
|
|
1046
1047
|
};
|
|
1047
1048
|
protoOf(WsCustom).sd = function () {
|
|
1048
1049
|
return this.value;
|
|
1049
1050
|
};
|
|
1050
1051
|
protoOf(WsCustom).td = function () {
|
|
1051
|
-
return this.
|
|
1052
|
+
return this.z2l_1;
|
|
1052
1053
|
};
|
|
1053
|
-
protoOf(WsCustom).
|
|
1054
|
+
protoOf(WsCustom).e29 = function (value, isNullable) {
|
|
1054
1055
|
return new WsCustom(value, isNullable);
|
|
1055
1056
|
};
|
|
1056
1057
|
protoOf(WsCustom).copy = function (value, isNullable, $super) {
|
|
1057
1058
|
value = value === VOID ? this.value : value;
|
|
1058
|
-
isNullable = isNullable === VOID ? this.
|
|
1059
|
-
return this.
|
|
1059
|
+
isNullable = isNullable === VOID ? this.z2l_1 : isNullable;
|
|
1060
|
+
return this.e29(value, isNullable);
|
|
1060
1061
|
};
|
|
1061
1062
|
protoOf(WsCustom).toString = function () {
|
|
1062
|
-
return 'WsCustom(value=' + this.value + ', isNullable=' + this.
|
|
1063
|
+
return 'WsCustom(value=' + this.value + ', isNullable=' + this.z2l_1 + ')';
|
|
1063
1064
|
};
|
|
1064
1065
|
protoOf(WsCustom).hashCode = function () {
|
|
1065
1066
|
var result = getStringHashCode(this.value);
|
|
1066
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
1067
|
+
result = imul(result, 31) + getBooleanHashCode(this.z2l_1) | 0;
|
|
1067
1068
|
return result;
|
|
1068
1069
|
};
|
|
1069
1070
|
protoOf(WsCustom).equals = function (other) {
|
|
@@ -1074,40 +1075,40 @@ protoOf(WsCustom).equals = function (other) {
|
|
|
1074
1075
|
var tmp0_other_with_cast = other instanceof WsCustom ? other : THROW_CCE();
|
|
1075
1076
|
if (!(this.value === tmp0_other_with_cast.value))
|
|
1076
1077
|
return false;
|
|
1077
|
-
if (!(this.
|
|
1078
|
+
if (!(this.z2l_1 === tmp0_other_with_cast.z2l_1))
|
|
1078
1079
|
return false;
|
|
1079
1080
|
return true;
|
|
1080
1081
|
};
|
|
1081
1082
|
function WsPrimitive(type, isNullable) {
|
|
1082
1083
|
this.type = type;
|
|
1083
|
-
this.
|
|
1084
|
+
this.a2m_1 = isNullable;
|
|
1084
1085
|
}
|
|
1085
|
-
protoOf(WsPrimitive).
|
|
1086
|
+
protoOf(WsPrimitive).v1j = function () {
|
|
1086
1087
|
return this.type;
|
|
1087
1088
|
};
|
|
1088
|
-
protoOf(WsPrimitive).
|
|
1089
|
-
return this.
|
|
1089
|
+
protoOf(WsPrimitive).jm = function () {
|
|
1090
|
+
return this.a2m_1;
|
|
1090
1091
|
};
|
|
1091
1092
|
protoOf(WsPrimitive).sd = function () {
|
|
1092
1093
|
return this.type;
|
|
1093
1094
|
};
|
|
1094
1095
|
protoOf(WsPrimitive).td = function () {
|
|
1095
|
-
return this.
|
|
1096
|
+
return this.a2m_1;
|
|
1096
1097
|
};
|
|
1097
|
-
protoOf(WsPrimitive).
|
|
1098
|
+
protoOf(WsPrimitive).b2m = function (type, isNullable) {
|
|
1098
1099
|
return new WsPrimitive(type, isNullable);
|
|
1099
1100
|
};
|
|
1100
1101
|
protoOf(WsPrimitive).copy = function (type, isNullable, $super) {
|
|
1101
1102
|
type = type === VOID ? this.type : type;
|
|
1102
|
-
isNullable = isNullable === VOID ? this.
|
|
1103
|
-
return this.
|
|
1103
|
+
isNullable = isNullable === VOID ? this.a2m_1 : isNullable;
|
|
1104
|
+
return this.b2m(type, isNullable);
|
|
1104
1105
|
};
|
|
1105
1106
|
protoOf(WsPrimitive).toString = function () {
|
|
1106
|
-
return 'WsPrimitive(type=' + this.type.toString() + ', isNullable=' + this.
|
|
1107
|
+
return 'WsPrimitive(type=' + this.type.toString() + ', isNullable=' + this.a2m_1 + ')';
|
|
1107
1108
|
};
|
|
1108
1109
|
protoOf(WsPrimitive).hashCode = function () {
|
|
1109
1110
|
var result = this.type.hashCode();
|
|
1110
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
1111
|
+
result = imul(result, 31) + getBooleanHashCode(this.a2m_1) | 0;
|
|
1111
1112
|
return result;
|
|
1112
1113
|
};
|
|
1113
1114
|
protoOf(WsPrimitive).equals = function (other) {
|
|
@@ -1118,7 +1119,7 @@ protoOf(WsPrimitive).equals = function (other) {
|
|
|
1118
1119
|
var tmp0_other_with_cast = other instanceof WsPrimitive ? other : THROW_CCE();
|
|
1119
1120
|
if (!this.type.equals(tmp0_other_with_cast.type))
|
|
1120
1121
|
return false;
|
|
1121
|
-
if (!(this.
|
|
1122
|
+
if (!(this.a2m_1 === tmp0_other_with_cast.a2m_1))
|
|
1122
1123
|
return false;
|
|
1123
1124
|
return true;
|
|
1124
1125
|
};
|
|
@@ -1165,18 +1166,18 @@ function WsPrimitiveType(name, ordinal) {
|
|
|
1165
1166
|
function WsRequest(content) {
|
|
1166
1167
|
this.content = content;
|
|
1167
1168
|
}
|
|
1168
|
-
protoOf(WsRequest).
|
|
1169
|
+
protoOf(WsRequest).q17 = function () {
|
|
1169
1170
|
return this.content;
|
|
1170
1171
|
};
|
|
1171
1172
|
protoOf(WsRequest).sd = function () {
|
|
1172
1173
|
return this.content;
|
|
1173
1174
|
};
|
|
1174
|
-
protoOf(WsRequest).
|
|
1175
|
+
protoOf(WsRequest).e2m = function (content) {
|
|
1175
1176
|
return new WsRequest(content);
|
|
1176
1177
|
};
|
|
1177
1178
|
protoOf(WsRequest).copy = function (content, $super) {
|
|
1178
1179
|
content = content === VOID ? this.content : content;
|
|
1179
|
-
return this.
|
|
1180
|
+
return this.e2m(content);
|
|
1180
1181
|
};
|
|
1181
1182
|
protoOf(WsRequest).toString = function () {
|
|
1182
1183
|
return 'WsRequest(content=' + toString_0(this.content) + ')';
|
|
@@ -1199,13 +1200,13 @@ function WsResponse(status, headers, content) {
|
|
|
1199
1200
|
this.headers = headers;
|
|
1200
1201
|
this.content = content;
|
|
1201
1202
|
}
|
|
1202
|
-
protoOf(WsResponse).
|
|
1203
|
+
protoOf(WsResponse).f2m = function () {
|
|
1203
1204
|
return this.status;
|
|
1204
1205
|
};
|
|
1205
|
-
protoOf(WsResponse).
|
|
1206
|
+
protoOf(WsResponse).v2k = function () {
|
|
1206
1207
|
return this.headers;
|
|
1207
1208
|
};
|
|
1208
|
-
protoOf(WsResponse).
|
|
1209
|
+
protoOf(WsResponse).q17 = function () {
|
|
1209
1210
|
return this.content;
|
|
1210
1211
|
};
|
|
1211
1212
|
protoOf(WsResponse).sd = function () {
|
|
@@ -1217,14 +1218,14 @@ protoOf(WsResponse).td = function () {
|
|
|
1217
1218
|
protoOf(WsResponse).uh = function () {
|
|
1218
1219
|
return this.content;
|
|
1219
1220
|
};
|
|
1220
|
-
protoOf(WsResponse).
|
|
1221
|
+
protoOf(WsResponse).g2m = function (status, headers, content) {
|
|
1221
1222
|
return new WsResponse(status, headers, content);
|
|
1222
1223
|
};
|
|
1223
1224
|
protoOf(WsResponse).copy = function (status, headers, content, $super) {
|
|
1224
1225
|
status = status === VOID ? this.status : status;
|
|
1225
1226
|
headers = headers === VOID ? this.headers : headers;
|
|
1226
1227
|
content = content === VOID ? this.content : content;
|
|
1227
|
-
return this.
|
|
1228
|
+
return this.g2m(status, headers, content);
|
|
1228
1229
|
};
|
|
1229
1230
|
protoOf(WsResponse).toString = function () {
|
|
1230
1231
|
return 'WsResponse(status=' + this.status + ', headers=' + toString(this.headers) + ', content=' + toString_0(this.content) + ')';
|
|
@@ -1255,13 +1256,13 @@ function WsContent(type, reference, isNullable) {
|
|
|
1255
1256
|
this.reference = reference;
|
|
1256
1257
|
this.isNullable = isNullable;
|
|
1257
1258
|
}
|
|
1258
|
-
protoOf(WsContent).
|
|
1259
|
+
protoOf(WsContent).v1j = function () {
|
|
1259
1260
|
return this.type;
|
|
1260
1261
|
};
|
|
1261
|
-
protoOf(WsContent).
|
|
1262
|
+
protoOf(WsContent).m2l = function () {
|
|
1262
1263
|
return this.reference;
|
|
1263
1264
|
};
|
|
1264
|
-
protoOf(WsContent).
|
|
1265
|
+
protoOf(WsContent).jm = function () {
|
|
1265
1266
|
return this.isNullable;
|
|
1266
1267
|
};
|
|
1267
1268
|
protoOf(WsContent).sd = function () {
|
|
@@ -1273,14 +1274,14 @@ protoOf(WsContent).td = function () {
|
|
|
1273
1274
|
protoOf(WsContent).uh = function () {
|
|
1274
1275
|
return this.isNullable;
|
|
1275
1276
|
};
|
|
1276
|
-
protoOf(WsContent).
|
|
1277
|
+
protoOf(WsContent).h2m = function (type, reference, isNullable) {
|
|
1277
1278
|
return new WsContent(type, reference, isNullable);
|
|
1278
1279
|
};
|
|
1279
1280
|
protoOf(WsContent).copy = function (type, reference, isNullable, $super) {
|
|
1280
1281
|
type = type === VOID ? this.type : type;
|
|
1281
1282
|
reference = reference === VOID ? this.reference : reference;
|
|
1282
1283
|
isNullable = isNullable === VOID ? this.isNullable : isNullable;
|
|
1283
|
-
return this.
|
|
1284
|
+
return this.h2m(type, reference, isNullable);
|
|
1284
1285
|
};
|
|
1285
1286
|
protoOf(WsContent).toString = function () {
|
|
1286
1287
|
return 'WsContent(type=' + this.type + ', reference=' + toString(this.reference) + ', isNullable=' + this.isNullable + ')';
|
|
@@ -1308,8 +1309,8 @@ protoOf(WsContent).equals = function (other) {
|
|
|
1308
1309
|
function produce(_this__u8e3s4) {
|
|
1309
1310
|
var tmp;
|
|
1310
1311
|
if (_this__u8e3s4 instanceof Type) {
|
|
1311
|
-
var tmp_0 = _this__u8e3s4.
|
|
1312
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
1312
|
+
var tmp_0 = _this__u8e3s4.k24_1.b1();
|
|
1313
|
+
var tmp1_safe_receiver = _this__u8e3s4.j24_1;
|
|
1313
1314
|
var tmp_1;
|
|
1314
1315
|
var tmp_2 = tmp1_safe_receiver;
|
|
1315
1316
|
if ((tmp_2 == null ? null : new Comment(tmp_2)) == null) {
|
|
@@ -1317,11 +1318,11 @@ function produce(_this__u8e3s4) {
|
|
|
1317
1318
|
} else {
|
|
1318
1319
|
tmp_1 = _Comment___get_value__impl__8r3pla(tmp1_safe_receiver);
|
|
1319
1320
|
}
|
|
1320
|
-
tmp = new WsType(tmp_0, tmp_1, produce_1(_this__u8e3s4.
|
|
1321
|
+
tmp = new WsType(tmp_0, tmp_1, produce_1(_this__u8e3s4.l24_1));
|
|
1321
1322
|
} else {
|
|
1322
1323
|
if (_this__u8e3s4 instanceof Endpoint) {
|
|
1323
|
-
var tmp_3 = _this__u8e3s4.
|
|
1324
|
-
var tmp2_safe_receiver = _this__u8e3s4.
|
|
1324
|
+
var tmp_3 = _this__u8e3s4.r24_1.b1();
|
|
1325
|
+
var tmp2_safe_receiver = _this__u8e3s4.q24_1;
|
|
1325
1326
|
var tmp_4;
|
|
1326
1327
|
var tmp_5 = tmp2_safe_receiver;
|
|
1327
1328
|
if ((tmp_5 == null ? null : new Comment(tmp_5)) == null) {
|
|
@@ -1329,11 +1330,11 @@ function produce(_this__u8e3s4) {
|
|
|
1329
1330
|
} else {
|
|
1330
1331
|
tmp_4 = _Comment___get_value__impl__8r3pla(tmp2_safe_receiver);
|
|
1331
1332
|
}
|
|
1332
|
-
tmp = new WsEndpoint(tmp_3, tmp_4, produce_2(_this__u8e3s4.
|
|
1333
|
+
tmp = new WsEndpoint(tmp_3, tmp_4, produce_2(_this__u8e3s4.s24_1), produce_3(_this__u8e3s4.t24_1), produce_4(_this__u8e3s4.u24_1), produce_4(_this__u8e3s4.v24_1), produce_5(_this__u8e3s4.w24_1), produce_6(_this__u8e3s4.x24_1));
|
|
1333
1334
|
} else {
|
|
1334
1335
|
if (_this__u8e3s4 instanceof Enum_0) {
|
|
1335
|
-
var tmp_6 = _this__u8e3s4.
|
|
1336
|
-
var tmp3_safe_receiver = _this__u8e3s4.
|
|
1336
|
+
var tmp_6 = _this__u8e3s4.q26_1.b1();
|
|
1337
|
+
var tmp3_safe_receiver = _this__u8e3s4.p26_1;
|
|
1337
1338
|
var tmp_7;
|
|
1338
1339
|
var tmp_8 = tmp3_safe_receiver;
|
|
1339
1340
|
if ((tmp_8 == null ? null : new Comment(tmp_8)) == null) {
|
|
@@ -1343,13 +1344,13 @@ function produce(_this__u8e3s4) {
|
|
|
1343
1344
|
}
|
|
1344
1345
|
var tmp_9 = tmp_7;
|
|
1345
1346
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1346
|
-
var this_0 = _this__u8e3s4.
|
|
1347
|
+
var this_0 = _this__u8e3s4.r26_1;
|
|
1347
1348
|
var tmp$ret$0 = copyToArray(this_0);
|
|
1348
1349
|
tmp = new WsEnum(tmp_6, tmp_9, tmp$ret$0);
|
|
1349
1350
|
} else {
|
|
1350
1351
|
if (_this__u8e3s4 instanceof Refined) {
|
|
1351
|
-
var tmp_10 = _this__u8e3s4.
|
|
1352
|
-
var tmp4_safe_receiver = _this__u8e3s4.
|
|
1352
|
+
var tmp_10 = _this__u8e3s4.m26_1.b1();
|
|
1353
|
+
var tmp4_safe_receiver = _this__u8e3s4.l26_1;
|
|
1353
1354
|
var tmp_11;
|
|
1354
1355
|
var tmp_12 = tmp4_safe_receiver;
|
|
1355
1356
|
if ((tmp_12 == null ? null : new Comment(tmp_12)) == null) {
|
|
@@ -1357,11 +1358,11 @@ function produce(_this__u8e3s4) {
|
|
|
1357
1358
|
} else {
|
|
1358
1359
|
tmp_11 = _Comment___get_value__impl__8r3pla(tmp4_safe_receiver);
|
|
1359
1360
|
}
|
|
1360
|
-
tmp = new WsRefined(tmp_10, tmp_11, produce_7(_this__u8e3s4.
|
|
1361
|
+
tmp = new WsRefined(tmp_10, tmp_11, produce_7(_this__u8e3s4.n26_1));
|
|
1361
1362
|
} else {
|
|
1362
1363
|
if (_this__u8e3s4 instanceof Union) {
|
|
1363
|
-
var tmp_13 = _this__u8e3s4.
|
|
1364
|
-
var tmp5_safe_receiver = _this__u8e3s4.
|
|
1364
|
+
var tmp_13 = _this__u8e3s4.g24_1.b1();
|
|
1365
|
+
var tmp5_safe_receiver = _this__u8e3s4.f24_1;
|
|
1365
1366
|
var tmp_14;
|
|
1366
1367
|
var tmp_15 = tmp5_safe_receiver;
|
|
1367
1368
|
if ((tmp_15 == null ? null : new Comment(tmp_15)) == null) {
|
|
@@ -1372,7 +1373,7 @@ function produce(_this__u8e3s4) {
|
|
|
1372
1373
|
var tmp_16 = tmp_14;
|
|
1373
1374
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1374
1375
|
// Inline function 'kotlin.collections.map' call
|
|
1375
|
-
var this_1 = _this__u8e3s4.
|
|
1376
|
+
var this_1 = _this__u8e3s4.h24_1;
|
|
1376
1377
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1377
1378
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
|
|
1378
1379
|
var tmp0_iterator = this_1.g();
|
|
@@ -1386,8 +1387,8 @@ function produce(_this__u8e3s4) {
|
|
|
1386
1387
|
tmp = new WsUnion(tmp_13, tmp_16, tmp$ret$4);
|
|
1387
1388
|
} else {
|
|
1388
1389
|
if (_this__u8e3s4 instanceof Channel) {
|
|
1389
|
-
var tmp_17 = _this__u8e3s4.
|
|
1390
|
-
var tmp6_safe_receiver = _this__u8e3s4.
|
|
1390
|
+
var tmp_17 = _this__u8e3s4.d24_1.b1();
|
|
1391
|
+
var tmp6_safe_receiver = _this__u8e3s4.c24_1;
|
|
1391
1392
|
var tmp_18;
|
|
1392
1393
|
var tmp_19 = tmp6_safe_receiver;
|
|
1393
1394
|
if ((tmp_19 == null ? null : new Comment(tmp_19)) == null) {
|
|
@@ -1395,7 +1396,7 @@ function produce(_this__u8e3s4) {
|
|
|
1395
1396
|
} else {
|
|
1396
1397
|
tmp_18 = _Comment___get_value__impl__8r3pla(tmp6_safe_receiver);
|
|
1397
1398
|
}
|
|
1398
|
-
tmp = new WsChannel(tmp_17, tmp_18, produce_7(_this__u8e3s4.
|
|
1399
|
+
tmp = new WsChannel(tmp_17, tmp_18, produce_7(_this__u8e3s4.e24_1));
|
|
1399
1400
|
} else {
|
|
1400
1401
|
noWhenBranchMatchedException();
|
|
1401
1402
|
}
|
|
@@ -1409,12 +1410,12 @@ function produce(_this__u8e3s4) {
|
|
|
1409
1410
|
function produce_0(_this__u8e3s4) {
|
|
1410
1411
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1411
1412
|
// Inline function 'arrow.core.NonEmptyList.map' call
|
|
1412
|
-
var this_0 = _this__u8e3s4.
|
|
1413
|
+
var this_0 = _this__u8e3s4.n25_1;
|
|
1413
1414
|
// Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
|
|
1414
|
-
var it = this_0.
|
|
1415
|
+
var it = this_0.pk_1;
|
|
1415
1416
|
var tmp = produce_8(it);
|
|
1416
1417
|
// Inline function 'kotlin.collections.map' call
|
|
1417
|
-
var this_1 = this_0.
|
|
1418
|
+
var this_1 = this_0.qk_1;
|
|
1418
1419
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1419
1420
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
|
|
1420
1421
|
var tmp0_iterator = this_1.g();
|
|
@@ -1429,6 +1430,7 @@ function produce_0(_this__u8e3s4) {
|
|
|
1429
1430
|
return new WsAST(tmp$ret$5);
|
|
1430
1431
|
}
|
|
1431
1432
|
function consume(_this__u8e3s4) {
|
|
1433
|
+
var tmp = _FileUri___init__impl__ujwvc9('unknown');
|
|
1432
1434
|
// Inline function 'kotlin.collections.map' call
|
|
1433
1435
|
var this_0 = _this__u8e3s4.statements;
|
|
1434
1436
|
// Inline function 'kotlin.collections.mapTo' call
|
|
@@ -1442,12 +1444,12 @@ function consume(_this__u8e3s4) {
|
|
|
1442
1444
|
var tmp$ret$0 = consume_0(item);
|
|
1443
1445
|
destination.e(tmp$ret$0);
|
|
1444
1446
|
}
|
|
1445
|
-
return new Module(
|
|
1447
|
+
return new Module(tmp, ensureNotNull(toNonEmptyListOrNull(destination)));
|
|
1446
1448
|
}
|
|
1447
1449
|
function produce_1(_this__u8e3s4) {
|
|
1448
1450
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1449
1451
|
// Inline function 'kotlin.collections.map' call
|
|
1450
|
-
var this_0 = _this__u8e3s4.
|
|
1452
|
+
var this_0 = _this__u8e3s4.i24_1;
|
|
1451
1453
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1452
1454
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
|
|
1453
1455
|
var tmp0_iterator = this_0.g();
|
|
@@ -1504,10 +1506,10 @@ function produce_3(_this__u8e3s4) {
|
|
|
1504
1506
|
// Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
|
|
1505
1507
|
var tmp;
|
|
1506
1508
|
if (item instanceof Literal) {
|
|
1507
|
-
tmp = new WsLiteral(item.
|
|
1509
|
+
tmp = new WsLiteral(item.t25_1);
|
|
1508
1510
|
} else {
|
|
1509
1511
|
if (item instanceof Param) {
|
|
1510
|
-
tmp = new WsParam(produce_10(item.
|
|
1512
|
+
tmp = new WsParam(produce_10(item.y24_1), produce_7(item.z24_1));
|
|
1511
1513
|
} else {
|
|
1512
1514
|
noWhenBranchMatchedException();
|
|
1513
1515
|
}
|
|
@@ -1562,22 +1564,22 @@ function produce_6(_this__u8e3s4) {
|
|
|
1562
1564
|
function produce_7(_this__u8e3s4) {
|
|
1563
1565
|
var tmp;
|
|
1564
1566
|
if (_this__u8e3s4 instanceof Any) {
|
|
1565
|
-
tmp = new WsAny(_this__u8e3s4.
|
|
1567
|
+
tmp = new WsAny(_this__u8e3s4.t28_1);
|
|
1566
1568
|
} else {
|
|
1567
1569
|
if (_this__u8e3s4 instanceof Unit) {
|
|
1568
|
-
tmp = new WsUnit(_this__u8e3s4.
|
|
1570
|
+
tmp = new WsUnit(_this__u8e3s4.x28_1);
|
|
1569
1571
|
} else {
|
|
1570
1572
|
if (_this__u8e3s4 instanceof Custom) {
|
|
1571
|
-
tmp = new WsCustom(_this__u8e3s4.
|
|
1573
|
+
tmp = new WsCustom(_this__u8e3s4.c29_1, _this__u8e3s4.d29_1);
|
|
1572
1574
|
} else {
|
|
1573
1575
|
if (_this__u8e3s4 instanceof Primitive) {
|
|
1574
|
-
tmp = new WsPrimitive(produce_13(_this__u8e3s4.
|
|
1576
|
+
tmp = new WsPrimitive(produce_13(_this__u8e3s4.g29_1), _this__u8e3s4.h29_1);
|
|
1575
1577
|
} else {
|
|
1576
1578
|
if (_this__u8e3s4 instanceof Dict) {
|
|
1577
|
-
tmp = new WsDict(produce_7(_this__u8e3s4.
|
|
1579
|
+
tmp = new WsDict(produce_7(_this__u8e3s4.u23_1), _this__u8e3s4.v23_1);
|
|
1578
1580
|
} else {
|
|
1579
1581
|
if (_this__u8e3s4 instanceof Iterable) {
|
|
1580
|
-
tmp = new WsIterable(produce_7(_this__u8e3s4.
|
|
1582
|
+
tmp = new WsIterable(produce_7(_this__u8e3s4.r23_1), _this__u8e3s4.s23_1);
|
|
1581
1583
|
} else {
|
|
1582
1584
|
noWhenBranchMatchedException();
|
|
1583
1585
|
}
|
|
@@ -1591,12 +1593,12 @@ function produce_7(_this__u8e3s4) {
|
|
|
1591
1593
|
function produce_8(_this__u8e3s4) {
|
|
1592
1594
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1593
1595
|
// Inline function 'arrow.core.NonEmptyList.map' call
|
|
1594
|
-
var this_0 = _this__u8e3s4.
|
|
1596
|
+
var this_0 = _this__u8e3s4.p25_1;
|
|
1595
1597
|
// Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
|
|
1596
|
-
var it = this_0.
|
|
1598
|
+
var it = this_0.pk_1;
|
|
1597
1599
|
var tmp = produce(it);
|
|
1598
1600
|
// Inline function 'kotlin.collections.map' call
|
|
1599
|
-
var this_1 = this_0.
|
|
1601
|
+
var this_1 = this_0.qk_1;
|
|
1600
1602
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1601
1603
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
|
|
1602
1604
|
var tmp0_iterator = this_1.g();
|
|
@@ -1640,19 +1642,19 @@ function consume_0(_this__u8e3s4) {
|
|
|
1640
1642
|
return tmp;
|
|
1641
1643
|
}
|
|
1642
1644
|
function produce_9(_this__u8e3s4) {
|
|
1643
|
-
return new WsField(produce_10(_this__u8e3s4.
|
|
1645
|
+
return new WsField(produce_10(_this__u8e3s4.o24_1), produce_7(_this__u8e3s4.p24_1));
|
|
1644
1646
|
}
|
|
1645
1647
|
function produce_10(_this__u8e3s4) {
|
|
1646
1648
|
return new WsFieldIdentifier(_this__u8e3s4.b1());
|
|
1647
1649
|
}
|
|
1648
1650
|
function produce_11(_this__u8e3s4) {
|
|
1649
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
1651
|
+
var tmp0_safe_receiver = _this__u8e3s4.a25_1;
|
|
1650
1652
|
return new WsRequest(tmp0_safe_receiver == null ? null : produce_14(tmp0_safe_receiver));
|
|
1651
1653
|
}
|
|
1652
1654
|
function produce_12(_this__u8e3s4) {
|
|
1653
1655
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
1654
1656
|
// Inline function 'kotlin.collections.map' call
|
|
1655
|
-
var this_0 = _this__u8e3s4.
|
|
1657
|
+
var this_0 = _this__u8e3s4.e25_1;
|
|
1656
1658
|
// Inline function 'kotlin.collections.mapTo' call
|
|
1657
1659
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
|
|
1658
1660
|
var tmp0_iterator = this_0.g();
|
|
@@ -1663,8 +1665,8 @@ function produce_12(_this__u8e3s4) {
|
|
|
1663
1665
|
destination.e(tmp$ret$0);
|
|
1664
1666
|
}
|
|
1665
1667
|
var tmp = copyToArray(destination);
|
|
1666
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
1667
|
-
return new WsResponse(_this__u8e3s4.
|
|
1668
|
+
var tmp0_safe_receiver = _this__u8e3s4.f25_1;
|
|
1669
|
+
return new WsResponse(_this__u8e3s4.d25_1, tmp, tmp0_safe_receiver == null ? null : produce_14(tmp0_safe_receiver));
|
|
1668
1670
|
}
|
|
1669
1671
|
function produce_13(_this__u8e3s4) {
|
|
1670
1672
|
var tmp;
|
|
@@ -1692,7 +1694,7 @@ function produce_13(_this__u8e3s4) {
|
|
|
1692
1694
|
return tmp;
|
|
1693
1695
|
}
|
|
1694
1696
|
function consume_1(_this__u8e3s4) {
|
|
1695
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
1697
|
+
var tmp0_safe_receiver = _this__u8e3s4.r2k_1;
|
|
1696
1698
|
var tmp;
|
|
1697
1699
|
if (tmp0_safe_receiver == null) {
|
|
1698
1700
|
tmp = null;
|
|
@@ -1700,10 +1702,10 @@ function consume_1(_this__u8e3s4) {
|
|
|
1700
1702
|
// Inline function 'kotlin.let' call
|
|
1701
1703
|
// Inline function 'kotlin.contracts.contract' call
|
|
1702
1704
|
// Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
|
|
1703
|
-
tmp = Companion_instance.
|
|
1705
|
+
tmp = Companion_instance.a28(tmp0_safe_receiver);
|
|
1704
1706
|
}
|
|
1705
1707
|
var tmp_0 = tmp;
|
|
1706
|
-
var tmp_1 = new DefinitionIdentifier(_this__u8e3s4.
|
|
1708
|
+
var tmp_1 = new DefinitionIdentifier(_this__u8e3s4.q2k_1);
|
|
1707
1709
|
var tmp_2 = consume_7(_this__u8e3s4.method);
|
|
1708
1710
|
// Inline function 'kotlin.collections.map' call
|
|
1709
1711
|
var this_0 = _this__u8e3s4.path;
|
|
@@ -1777,8 +1779,8 @@ function consume_1(_this__u8e3s4) {
|
|
|
1777
1779
|
return new Endpoint(tmp_0, tmp_1, tmp_2, tmp_3, tmp_4, tmp_5, tmp_6, destination_3);
|
|
1778
1780
|
}
|
|
1779
1781
|
function consume_2(_this__u8e3s4) {
|
|
1780
|
-
var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.
|
|
1781
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
1782
|
+
var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.e2l_1);
|
|
1783
|
+
var tmp0_safe_receiver = _this__u8e3s4.f2l_1;
|
|
1782
1784
|
var tmp;
|
|
1783
1785
|
if (tmp0_safe_receiver == null) {
|
|
1784
1786
|
tmp = null;
|
|
@@ -1786,15 +1788,15 @@ function consume_2(_this__u8e3s4) {
|
|
|
1786
1788
|
// Inline function 'kotlin.let' call
|
|
1787
1789
|
// Inline function 'kotlin.contracts.contract' call
|
|
1788
1790
|
// Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
|
|
1789
|
-
tmp = Companion_instance.
|
|
1791
|
+
tmp = Companion_instance.a28(tmp0_safe_receiver);
|
|
1790
1792
|
}
|
|
1791
1793
|
var tmp2_comment = tmp;
|
|
1792
1794
|
var tmp3_entries = toSet(_this__u8e3s4.entries);
|
|
1793
1795
|
return new Enum_0(tmp2_comment, tmp1_identifier, tmp3_entries);
|
|
1794
1796
|
}
|
|
1795
1797
|
function consume_3(_this__u8e3s4) {
|
|
1796
|
-
var tmp2_identifier = new DefinitionIdentifier(_this__u8e3s4.
|
|
1797
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
1798
|
+
var tmp2_identifier = new DefinitionIdentifier(_this__u8e3s4.o2l_1);
|
|
1799
|
+
var tmp0_safe_receiver = _this__u8e3s4.p2l_1;
|
|
1798
1800
|
var tmp;
|
|
1799
1801
|
if (tmp0_safe_receiver == null) {
|
|
1800
1802
|
tmp = null;
|
|
@@ -1802,7 +1804,7 @@ function consume_3(_this__u8e3s4) {
|
|
|
1802
1804
|
// Inline function 'kotlin.let' call
|
|
1803
1805
|
// Inline function 'kotlin.contracts.contract' call
|
|
1804
1806
|
// Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
|
|
1805
|
-
tmp = Companion_instance.
|
|
1807
|
+
tmp = Companion_instance.a28(tmp0_safe_receiver);
|
|
1806
1808
|
}
|
|
1807
1809
|
var tmp3_comment = tmp;
|
|
1808
1810
|
var tmp_0 = consume_12(_this__u8e3s4.reference);
|
|
@@ -1818,8 +1820,8 @@ function consume_3(_this__u8e3s4) {
|
|
|
1818
1820
|
return new Refined(tmp3_comment, tmp2_identifier, tmp4_reference);
|
|
1819
1821
|
}
|
|
1820
1822
|
function consume_4(_this__u8e3s4) {
|
|
1821
|
-
var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.
|
|
1822
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
1823
|
+
var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.l2k_1);
|
|
1824
|
+
var tmp0_safe_receiver = _this__u8e3s4.m2k_1;
|
|
1823
1825
|
var tmp;
|
|
1824
1826
|
if (tmp0_safe_receiver == null) {
|
|
1825
1827
|
tmp = null;
|
|
@@ -1827,7 +1829,7 @@ function consume_4(_this__u8e3s4) {
|
|
|
1827
1829
|
// Inline function 'kotlin.let' call
|
|
1828
1830
|
// Inline function 'kotlin.contracts.contract' call
|
|
1829
1831
|
// Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
|
|
1830
|
-
tmp = Companion_instance.
|
|
1832
|
+
tmp = Companion_instance.a28(tmp0_safe_receiver);
|
|
1831
1833
|
}
|
|
1832
1834
|
var tmp2_comment = tmp;
|
|
1833
1835
|
// Inline function 'kotlin.collections.map' call
|
|
@@ -1848,8 +1850,8 @@ function consume_4(_this__u8e3s4) {
|
|
|
1848
1850
|
return new Type(tmp2_comment, tmp1_identifier, tmp3_shape, tmp4_extends);
|
|
1849
1851
|
}
|
|
1850
1852
|
function consume_5(_this__u8e3s4) {
|
|
1851
|
-
var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.
|
|
1852
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
1853
|
+
var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.h2l_1);
|
|
1854
|
+
var tmp0_safe_receiver = _this__u8e3s4.i2l_1;
|
|
1853
1855
|
var tmp;
|
|
1854
1856
|
if (tmp0_safe_receiver == null) {
|
|
1855
1857
|
tmp = null;
|
|
@@ -1857,7 +1859,7 @@ function consume_5(_this__u8e3s4) {
|
|
|
1857
1859
|
// Inline function 'kotlin.let' call
|
|
1858
1860
|
// Inline function 'kotlin.contracts.contract' call
|
|
1859
1861
|
// Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
|
|
1860
|
-
tmp = Companion_instance.
|
|
1862
|
+
tmp = Companion_instance.a28(tmp0_safe_receiver);
|
|
1861
1863
|
}
|
|
1862
1864
|
var tmp2_comment = tmp;
|
|
1863
1865
|
// Inline function 'kotlin.collections.map' call
|
|
@@ -1877,8 +1879,8 @@ function consume_5(_this__u8e3s4) {
|
|
|
1877
1879
|
return new Union(tmp2_comment, tmp1_identifier, tmp3_entries);
|
|
1878
1880
|
}
|
|
1879
1881
|
function consume_6(_this__u8e3s4) {
|
|
1880
|
-
var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.
|
|
1881
|
-
var tmp0_safe_receiver = _this__u8e3s4.
|
|
1882
|
+
var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.k2l_1);
|
|
1883
|
+
var tmp0_safe_receiver = _this__u8e3s4.l2l_1;
|
|
1882
1884
|
var tmp;
|
|
1883
1885
|
if (tmp0_safe_receiver == null) {
|
|
1884
1886
|
tmp = null;
|
|
@@ -1886,14 +1888,14 @@ function consume_6(_this__u8e3s4) {
|
|
|
1886
1888
|
// Inline function 'kotlin.let' call
|
|
1887
1889
|
// Inline function 'kotlin.contracts.contract' call
|
|
1888
1890
|
// Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
|
|
1889
|
-
tmp = Companion_instance.
|
|
1891
|
+
tmp = Companion_instance.a28(tmp0_safe_receiver);
|
|
1890
1892
|
}
|
|
1891
1893
|
var tmp2_comment = tmp;
|
|
1892
1894
|
var tmp3_reference = consume_12(_this__u8e3s4.reference);
|
|
1893
1895
|
return new Channel(tmp2_comment, tmp1_identifier, tmp3_reference);
|
|
1894
1896
|
}
|
|
1895
1897
|
function produce_14(_this__u8e3s4) {
|
|
1896
|
-
return new WsContent(_this__u8e3s4.
|
|
1898
|
+
return new WsContent(_this__u8e3s4.b25_1, produce_7(_this__u8e3s4.c25_1));
|
|
1897
1899
|
}
|
|
1898
1900
|
function consume_7(_this__u8e3s4) {
|
|
1899
1901
|
var tmp;
|
|
@@ -1969,22 +1971,22 @@ function consume_11(_this__u8e3s4) {
|
|
|
1969
1971
|
function consume_12(_this__u8e3s4) {
|
|
1970
1972
|
var tmp;
|
|
1971
1973
|
if (_this__u8e3s4 instanceof WsAny) {
|
|
1972
|
-
tmp = new Any(_this__u8e3s4.
|
|
1974
|
+
tmp = new Any(_this__u8e3s4.u2l_1);
|
|
1973
1975
|
} else {
|
|
1974
1976
|
if (_this__u8e3s4 instanceof WsUnit) {
|
|
1975
|
-
tmp = new Unit(_this__u8e3s4.
|
|
1977
|
+
tmp = new Unit(_this__u8e3s4.v2l_1);
|
|
1976
1978
|
} else {
|
|
1977
1979
|
if (_this__u8e3s4 instanceof WsCustom) {
|
|
1978
|
-
tmp = new Custom(_this__u8e3s4.value, _this__u8e3s4.
|
|
1980
|
+
tmp = new Custom(_this__u8e3s4.value, _this__u8e3s4.z2l_1);
|
|
1979
1981
|
} else {
|
|
1980
1982
|
if (_this__u8e3s4 instanceof WsPrimitive) {
|
|
1981
|
-
tmp = new Primitive(consume_15(_this__u8e3s4.type), _this__u8e3s4.
|
|
1983
|
+
tmp = new Primitive(consume_15(_this__u8e3s4.type), _this__u8e3s4.a2m_1);
|
|
1982
1984
|
} else {
|
|
1983
1985
|
if (_this__u8e3s4 instanceof WsDict) {
|
|
1984
|
-
tmp = new Dict(consume_12(_this__u8e3s4.reference), _this__u8e3s4.
|
|
1986
|
+
tmp = new Dict(consume_12(_this__u8e3s4.reference), _this__u8e3s4.y2l_1);
|
|
1985
1987
|
} else {
|
|
1986
1988
|
if (_this__u8e3s4 instanceof WsIterable) {
|
|
1987
|
-
tmp = new Iterable(consume_12(_this__u8e3s4.reference), _this__u8e3s4.
|
|
1989
|
+
tmp = new Iterable(consume_12(_this__u8e3s4.reference), _this__u8e3s4.w2l_1);
|
|
1988
1990
|
} else {
|
|
1989
1991
|
noWhenBranchMatchedException();
|
|
1990
1992
|
}
|
|
@@ -2090,10 +2092,10 @@ function WsCompilationResult(result, errors) {
|
|
|
2090
2092
|
this.result = result;
|
|
2091
2093
|
this.errors = errors;
|
|
2092
2094
|
}
|
|
2093
|
-
protoOf(WsCompilationResult).
|
|
2095
|
+
protoOf(WsCompilationResult).i2m = function () {
|
|
2094
2096
|
return this.result;
|
|
2095
2097
|
};
|
|
2096
|
-
protoOf(WsCompilationResult).
|
|
2098
|
+
protoOf(WsCompilationResult).j2m = function () {
|
|
2097
2099
|
return this.errors;
|
|
2098
2100
|
};
|
|
2099
2101
|
function WsCompiled(value) {
|
|
@@ -2118,10 +2120,10 @@ function WsParseResult(result, errors) {
|
|
|
2118
2120
|
this.result = result;
|
|
2119
2121
|
this.errors = errors;
|
|
2120
2122
|
}
|
|
2121
|
-
protoOf(WsParseResult).
|
|
2123
|
+
protoOf(WsParseResult).i2m = function () {
|
|
2122
2124
|
return this.result;
|
|
2123
2125
|
};
|
|
2124
|
-
protoOf(WsParseResult).
|
|
2126
|
+
protoOf(WsParseResult).j2m = function () {
|
|
2125
2127
|
return this.errors;
|
|
2126
2128
|
};
|
|
2127
2129
|
function WsStringResult(result, errors) {
|
|
@@ -2130,20 +2132,20 @@ function WsStringResult(result, errors) {
|
|
|
2130
2132
|
this.result = result;
|
|
2131
2133
|
this.errors = errors;
|
|
2132
2134
|
}
|
|
2133
|
-
protoOf(WsStringResult).
|
|
2135
|
+
protoOf(WsStringResult).i2m = function () {
|
|
2134
2136
|
return this.result;
|
|
2135
2137
|
};
|
|
2136
|
-
protoOf(WsStringResult).
|
|
2138
|
+
protoOf(WsStringResult).j2m = function () {
|
|
2137
2139
|
return this.errors;
|
|
2138
2140
|
};
|
|
2139
2141
|
function WsEmitted(file, result) {
|
|
2140
2142
|
this.file = file;
|
|
2141
2143
|
this.result = result;
|
|
2142
2144
|
}
|
|
2143
|
-
protoOf(WsEmitted).
|
|
2145
|
+
protoOf(WsEmitted).k2m = function () {
|
|
2144
2146
|
return this.file;
|
|
2145
2147
|
};
|
|
2146
|
-
protoOf(WsEmitted).
|
|
2148
|
+
protoOf(WsEmitted).i2m = function () {
|
|
2147
2149
|
return this.result;
|
|
2148
2150
|
};
|
|
2149
2151
|
function produce_15(_this__u8e3s4) {
|
|
@@ -2153,10 +2155,10 @@ function produce_15(_this__u8e3s4) {
|
|
|
2153
2155
|
// Inline function 'arrow.core.NonEmptyList.map' call
|
|
2154
2156
|
var this_0 = _this__u8e3s4.yj_1;
|
|
2155
2157
|
// Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
|
|
2156
|
-
var it = this_0.
|
|
2158
|
+
var it = this_0.pk_1;
|
|
2157
2159
|
var tmp_0 = produce_21(it);
|
|
2158
2160
|
// Inline function 'kotlin.collections.map' call
|
|
2159
|
-
var this_1 = this_0.
|
|
2161
|
+
var this_1 = this_0.qk_1;
|
|
2160
2162
|
// Inline function 'kotlin.collections.mapTo' call
|
|
2161
2163
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
|
|
2162
2164
|
var tmp0_iterator = this_1.g();
|
|
@@ -2185,10 +2187,10 @@ function produce_16(_this__u8e3s4) {
|
|
|
2185
2187
|
// Inline function 'arrow.core.NonEmptyList.map' call
|
|
2186
2188
|
var this_0 = _this__u8e3s4.yj_1;
|
|
2187
2189
|
// Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
|
|
2188
|
-
var it = this_0.
|
|
2190
|
+
var it = this_0.pk_1;
|
|
2189
2191
|
var tmp_0 = produce_21(it);
|
|
2190
2192
|
// Inline function 'kotlin.collections.map' call
|
|
2191
|
-
var this_1 = this_0.
|
|
2193
|
+
var this_1 = this_0.qk_1;
|
|
2192
2194
|
// Inline function 'kotlin.collections.mapTo' call
|
|
2193
2195
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
|
|
2194
2196
|
var tmp0_iterator = this_1.g();
|
|
@@ -2211,7 +2213,7 @@ function produce_16(_this__u8e3s4) {
|
|
|
2211
2213
|
return tmp;
|
|
2212
2214
|
}
|
|
2213
2215
|
function produce_17(_this__u8e3s4) {
|
|
2214
|
-
return new WsEmitted(_this__u8e3s4.
|
|
2216
|
+
return new WsEmitted(_this__u8e3s4.a24_1, _this__u8e3s4.b24_1);
|
|
2215
2217
|
}
|
|
2216
2218
|
function WsTokenResult(tokens, error) {
|
|
2217
2219
|
tokens = tokens === VOID ? null : tokens;
|
|
@@ -2219,10 +2221,10 @@ function WsTokenResult(tokens, error) {
|
|
|
2219
2221
|
this.tokens = tokens;
|
|
2220
2222
|
this.error = error;
|
|
2221
2223
|
}
|
|
2222
|
-
protoOf(WsTokenResult).
|
|
2224
|
+
protoOf(WsTokenResult).l2m = function () {
|
|
2223
2225
|
return this.tokens;
|
|
2224
2226
|
};
|
|
2225
|
-
protoOf(WsTokenResult).
|
|
2227
|
+
protoOf(WsTokenResult).u2j = function () {
|
|
2226
2228
|
return this.error;
|
|
2227
2229
|
};
|
|
2228
2230
|
protoOf(WsTokenResult).sd = function () {
|
|
@@ -2231,13 +2233,13 @@ protoOf(WsTokenResult).sd = function () {
|
|
|
2231
2233
|
protoOf(WsTokenResult).td = function () {
|
|
2232
2234
|
return this.error;
|
|
2233
2235
|
};
|
|
2234
|
-
protoOf(WsTokenResult).
|
|
2236
|
+
protoOf(WsTokenResult).m2m = function (tokens, error) {
|
|
2235
2237
|
return new WsTokenResult(tokens, error);
|
|
2236
2238
|
};
|
|
2237
2239
|
protoOf(WsTokenResult).copy = function (tokens, error, $super) {
|
|
2238
2240
|
tokens = tokens === VOID ? this.tokens : tokens;
|
|
2239
2241
|
error = error === VOID ? this.error : error;
|
|
2240
|
-
return this.
|
|
2242
|
+
return this.m2m(tokens, error);
|
|
2241
2243
|
};
|
|
2242
2244
|
protoOf(WsTokenResult).toString = function () {
|
|
2243
2245
|
return 'WsTokenResult(tokens=' + toString_0(this.tokens) + ', error=' + toString_0(this.error) + ')';
|
|
@@ -2282,12 +2284,12 @@ protoOf(WsTokens).hashCode = function () {
|
|
|
2282
2284
|
protoOf(WsTokens).sd = function () {
|
|
2283
2285
|
return this.value;
|
|
2284
2286
|
};
|
|
2285
|
-
protoOf(WsTokens).
|
|
2287
|
+
protoOf(WsTokens).n2m = function (value) {
|
|
2286
2288
|
return new WsTokens(value);
|
|
2287
2289
|
};
|
|
2288
2290
|
protoOf(WsTokens).copy = function (value, $super) {
|
|
2289
2291
|
value = value === VOID ? this.value : value;
|
|
2290
|
-
return this.
|
|
2292
|
+
return this.n2m(value);
|
|
2291
2293
|
};
|
|
2292
2294
|
protoOf(WsTokens).toString = function () {
|
|
2293
2295
|
return 'WsTokens(value=' + toString(this.value) + ')';
|
|
@@ -2298,13 +2300,13 @@ function WsToken(type, value, coordinates) {
|
|
|
2298
2300
|
this.value = value;
|
|
2299
2301
|
this.coordinates = coordinates;
|
|
2300
2302
|
}
|
|
2301
|
-
protoOf(WsToken).
|
|
2303
|
+
protoOf(WsToken).v1j = function () {
|
|
2302
2304
|
return this.type;
|
|
2303
2305
|
};
|
|
2304
2306
|
protoOf(WsToken).b1 = function () {
|
|
2305
2307
|
return this.value;
|
|
2306
2308
|
};
|
|
2307
|
-
protoOf(WsToken).
|
|
2309
|
+
protoOf(WsToken).o2m = function () {
|
|
2308
2310
|
return this.coordinates;
|
|
2309
2311
|
};
|
|
2310
2312
|
protoOf(WsToken).sd = function () {
|
|
@@ -2316,14 +2318,14 @@ protoOf(WsToken).td = function () {
|
|
|
2316
2318
|
protoOf(WsToken).uh = function () {
|
|
2317
2319
|
return this.coordinates;
|
|
2318
2320
|
};
|
|
2319
|
-
protoOf(WsToken).
|
|
2321
|
+
protoOf(WsToken).p2m = function (type, value, coordinates) {
|
|
2320
2322
|
return new WsToken(type, value, coordinates);
|
|
2321
2323
|
};
|
|
2322
2324
|
protoOf(WsToken).copy = function (type, value, coordinates, $super) {
|
|
2323
2325
|
type = type === VOID ? this.type : type;
|
|
2324
2326
|
value = value === VOID ? this.value : value;
|
|
2325
2327
|
coordinates = coordinates === VOID ? this.coordinates : coordinates;
|
|
2326
|
-
return this.
|
|
2328
|
+
return this.p2m(type, value, coordinates);
|
|
2327
2329
|
};
|
|
2328
2330
|
protoOf(WsToken).toString = function () {
|
|
2329
2331
|
return 'WsToken(type=' + this.type + ', value=' + this.value + ', coordinates=' + this.coordinates.toString() + ')';
|
|
@@ -2356,13 +2358,13 @@ function WsCoordinates(line, position, idxAndLength) {
|
|
|
2356
2358
|
this.position = position;
|
|
2357
2359
|
this.idxAndLength = idxAndLength;
|
|
2358
2360
|
}
|
|
2359
|
-
protoOf(WsCoordinates).
|
|
2361
|
+
protoOf(WsCoordinates).q2m = function () {
|
|
2360
2362
|
return this.line;
|
|
2361
2363
|
};
|
|
2362
|
-
protoOf(WsCoordinates).
|
|
2364
|
+
protoOf(WsCoordinates).r2m = function () {
|
|
2363
2365
|
return this.position;
|
|
2364
2366
|
};
|
|
2365
|
-
protoOf(WsCoordinates).
|
|
2367
|
+
protoOf(WsCoordinates).s2m = function () {
|
|
2366
2368
|
return this.idxAndLength;
|
|
2367
2369
|
};
|
|
2368
2370
|
protoOf(WsCoordinates).sd = function () {
|
|
@@ -2374,14 +2376,14 @@ protoOf(WsCoordinates).td = function () {
|
|
|
2374
2376
|
protoOf(WsCoordinates).uh = function () {
|
|
2375
2377
|
return this.idxAndLength;
|
|
2376
2378
|
};
|
|
2377
|
-
protoOf(WsCoordinates).
|
|
2379
|
+
protoOf(WsCoordinates).t2m = function (line, position, idxAndLength) {
|
|
2378
2380
|
return new WsCoordinates(line, position, idxAndLength);
|
|
2379
2381
|
};
|
|
2380
2382
|
protoOf(WsCoordinates).copy = function (line, position, idxAndLength, $super) {
|
|
2381
2383
|
line = line === VOID ? this.line : line;
|
|
2382
2384
|
position = position === VOID ? this.position : position;
|
|
2383
2385
|
idxAndLength = idxAndLength === VOID ? this.idxAndLength : idxAndLength;
|
|
2384
|
-
return this.
|
|
2386
|
+
return this.t2m(line, position, idxAndLength);
|
|
2385
2387
|
};
|
|
2386
2388
|
protoOf(WsCoordinates).toString = function () {
|
|
2387
2389
|
return 'WsCoordinates(line=' + this.line + ', position=' + this.position + ', idxAndLength=' + this.idxAndLength.toString() + ')';
|
|
@@ -2412,7 +2414,7 @@ function WsIndex(idx, length) {
|
|
|
2412
2414
|
this.idx = idx;
|
|
2413
2415
|
this.length = length;
|
|
2414
2416
|
}
|
|
2415
|
-
protoOf(WsIndex).
|
|
2417
|
+
protoOf(WsIndex).u2m = function () {
|
|
2416
2418
|
return this.idx;
|
|
2417
2419
|
};
|
|
2418
2420
|
protoOf(WsIndex).a = function () {
|
|
@@ -2424,13 +2426,13 @@ protoOf(WsIndex).sd = function () {
|
|
|
2424
2426
|
protoOf(WsIndex).td = function () {
|
|
2425
2427
|
return this.length;
|
|
2426
2428
|
};
|
|
2427
|
-
protoOf(WsIndex).
|
|
2429
|
+
protoOf(WsIndex).v2m = function (idx, length) {
|
|
2428
2430
|
return new WsIndex(idx, length);
|
|
2429
2431
|
};
|
|
2430
2432
|
protoOf(WsIndex).copy = function (idx, length, $super) {
|
|
2431
2433
|
idx = idx === VOID ? this.idx : idx;
|
|
2432
2434
|
length = length === VOID ? this.length : length;
|
|
2433
|
-
return this.
|
|
2435
|
+
return this.v2m(idx, length);
|
|
2434
2436
|
};
|
|
2435
2437
|
protoOf(WsIndex).toString = function () {
|
|
2436
2438
|
return 'WsIndex(idx=' + this.idx + ', length=' + this.length + ')';
|
|
@@ -2453,13 +2455,13 @@ protoOf(WsIndex).equals = function (other) {
|
|
|
2453
2455
|
return true;
|
|
2454
2456
|
};
|
|
2455
2457
|
function produce_18(_this__u8e3s4) {
|
|
2456
|
-
return new WsToken(name(_this__u8e3s4.
|
|
2458
|
+
return new WsToken(name(_this__u8e3s4.c27_1), _this__u8e3s4.b27_1, produce_19(_this__u8e3s4.d27_1));
|
|
2457
2459
|
}
|
|
2458
2460
|
function produce_19(_this__u8e3s4) {
|
|
2459
|
-
return new WsCoordinates(_this__u8e3s4.
|
|
2461
|
+
return new WsCoordinates(_this__u8e3s4.e27_1, _this__u8e3s4.f27_1, produce_20(_this__u8e3s4.g27_1));
|
|
2460
2462
|
}
|
|
2461
2463
|
function produce_20(_this__u8e3s4) {
|
|
2462
|
-
return new WsIndex(_this__u8e3s4.
|
|
2464
|
+
return new WsIndex(_this__u8e3s4.v29_1, _this__u8e3s4.w29_1);
|
|
2463
2465
|
}
|
|
2464
2466
|
function WsError(line, position, index, length, value) {
|
|
2465
2467
|
this.line = line;
|
|
@@ -2468,13 +2470,13 @@ function WsError(line, position, index, length, value) {
|
|
|
2468
2470
|
this.length = length;
|
|
2469
2471
|
this.value = value;
|
|
2470
2472
|
}
|
|
2471
|
-
protoOf(WsError).
|
|
2473
|
+
protoOf(WsError).q2m = function () {
|
|
2472
2474
|
return this.line;
|
|
2473
2475
|
};
|
|
2474
|
-
protoOf(WsError).
|
|
2476
|
+
protoOf(WsError).r2m = function () {
|
|
2475
2477
|
return this.position;
|
|
2476
2478
|
};
|
|
2477
|
-
protoOf(WsError).
|
|
2479
|
+
protoOf(WsError).w2m = function () {
|
|
2478
2480
|
return this.index;
|
|
2479
2481
|
};
|
|
2480
2482
|
protoOf(WsError).a = function () {
|
|
@@ -2492,13 +2494,13 @@ protoOf(WsError).td = function () {
|
|
|
2492
2494
|
protoOf(WsError).uh = function () {
|
|
2493
2495
|
return this.index;
|
|
2494
2496
|
};
|
|
2495
|
-
protoOf(WsError).
|
|
2497
|
+
protoOf(WsError).y2k = function () {
|
|
2496
2498
|
return this.length;
|
|
2497
2499
|
};
|
|
2498
|
-
protoOf(WsError).
|
|
2500
|
+
protoOf(WsError).z2k = function () {
|
|
2499
2501
|
return this.value;
|
|
2500
2502
|
};
|
|
2501
|
-
protoOf(WsError).
|
|
2503
|
+
protoOf(WsError).x2m = function (line, position, index, length, value) {
|
|
2502
2504
|
return new WsError(line, position, index, length, value);
|
|
2503
2505
|
};
|
|
2504
2506
|
protoOf(WsError).copy = function (line, position, index, length, value, $super) {
|
|
@@ -2507,7 +2509,7 @@ protoOf(WsError).copy = function (line, position, index, length, value, $super)
|
|
|
2507
2509
|
index = index === VOID ? this.index : index;
|
|
2508
2510
|
length = length === VOID ? this.length : length;
|
|
2509
2511
|
value = value === VOID ? this.value : value;
|
|
2510
|
-
return this.
|
|
2512
|
+
return this.x2m(line, position, index, length, value);
|
|
2511
2513
|
};
|
|
2512
2514
|
protoOf(WsError).toString = function () {
|
|
2513
2515
|
return 'WsError(line=' + this.line + ', position=' + this.position + ', index=' + this.index + ', length=' + this.length + ', value=' + this.value + ')';
|
|
@@ -2539,64 +2541,64 @@ protoOf(WsError).equals = function (other) {
|
|
|
2539
2541
|
return true;
|
|
2540
2542
|
};
|
|
2541
2543
|
function produce_21(_this__u8e3s4) {
|
|
2542
|
-
return new WsError(_this__u8e3s4.
|
|
2544
|
+
return new WsError(_this__u8e3s4.j27_1.e27_1, _this__u8e3s4.j27_1.f27_1, _this__u8e3s4.j27_1.g27_1.v29_1 - _this__u8e3s4.j27_1.g27_1.w29_1 | 0, _this__u8e3s4.j27_1.g27_1.w29_1, _this__u8e3s4.r1());
|
|
2543
2545
|
}
|
|
2544
2546
|
//region block: post-declaration
|
|
2545
2547
|
defineProp(protoOf(WsType), 'identifier', function () {
|
|
2546
|
-
return this.
|
|
2548
|
+
return this.g26();
|
|
2547
2549
|
});
|
|
2548
2550
|
defineProp(protoOf(WsType), 'comment', function () {
|
|
2549
|
-
return this.
|
|
2551
|
+
return this.k2k();
|
|
2550
2552
|
});
|
|
2551
2553
|
defineProp(protoOf(WsEndpoint), 'identifier', function () {
|
|
2552
|
-
return this.
|
|
2554
|
+
return this.g26();
|
|
2553
2555
|
});
|
|
2554
2556
|
defineProp(protoOf(WsEndpoint), 'comment', function () {
|
|
2555
|
-
return this.
|
|
2557
|
+
return this.k2k();
|
|
2556
2558
|
});
|
|
2557
2559
|
defineProp(protoOf(WsEnum), 'identifier', function () {
|
|
2558
|
-
return this.
|
|
2560
|
+
return this.g26();
|
|
2559
2561
|
});
|
|
2560
2562
|
defineProp(protoOf(WsEnum), 'comment', function () {
|
|
2561
|
-
return this.
|
|
2563
|
+
return this.k2k();
|
|
2562
2564
|
});
|
|
2563
2565
|
defineProp(protoOf(WsUnion), 'identifier', function () {
|
|
2564
|
-
return this.
|
|
2566
|
+
return this.g26();
|
|
2565
2567
|
});
|
|
2566
2568
|
defineProp(protoOf(WsUnion), 'comment', function () {
|
|
2567
|
-
return this.
|
|
2569
|
+
return this.k2k();
|
|
2568
2570
|
});
|
|
2569
2571
|
defineProp(protoOf(WsChannel), 'identifier', function () {
|
|
2570
|
-
return this.
|
|
2572
|
+
return this.g26();
|
|
2571
2573
|
});
|
|
2572
2574
|
defineProp(protoOf(WsChannel), 'comment', function () {
|
|
2573
|
-
return this.
|
|
2575
|
+
return this.k2k();
|
|
2574
2576
|
});
|
|
2575
2577
|
defineProp(protoOf(WsRefined), 'identifier', function () {
|
|
2576
|
-
return this.
|
|
2578
|
+
return this.g26();
|
|
2577
2579
|
});
|
|
2578
2580
|
defineProp(protoOf(WsRefined), 'comment', function () {
|
|
2579
|
-
return this.
|
|
2581
|
+
return this.k2k();
|
|
2580
2582
|
});
|
|
2581
2583
|
defineProp(protoOf(WsMethod), 'name', protoOf(WsMethod).s2);
|
|
2582
2584
|
defineProp(protoOf(WsMethod), 'ordinal', protoOf(WsMethod).t2);
|
|
2583
2585
|
defineProp(protoOf(WsAny), 'isNullable', function () {
|
|
2584
|
-
return this.
|
|
2586
|
+
return this.jm();
|
|
2585
2587
|
});
|
|
2586
2588
|
defineProp(protoOf(WsUnit), 'isNullable', function () {
|
|
2587
|
-
return this.
|
|
2589
|
+
return this.jm();
|
|
2588
2590
|
});
|
|
2589
2591
|
defineProp(protoOf(WsIterable), 'isNullable', function () {
|
|
2590
|
-
return this.
|
|
2592
|
+
return this.jm();
|
|
2591
2593
|
});
|
|
2592
2594
|
defineProp(protoOf(WsDict), 'isNullable', function () {
|
|
2593
|
-
return this.
|
|
2595
|
+
return this.jm();
|
|
2594
2596
|
});
|
|
2595
2597
|
defineProp(protoOf(WsCustom), 'isNullable', function () {
|
|
2596
|
-
return this.
|
|
2598
|
+
return this.jm();
|
|
2597
2599
|
});
|
|
2598
2600
|
defineProp(protoOf(WsPrimitive), 'isNullable', function () {
|
|
2599
|
-
return this.
|
|
2601
|
+
return this.jm();
|
|
2600
2602
|
});
|
|
2601
2603
|
defineProp(protoOf(WsPrimitiveType), 'name', protoOf(WsPrimitiveType).s2);
|
|
2602
2604
|
defineProp(protoOf(WsPrimitiveType), 'ordinal', protoOf(WsPrimitiveType).t2);
|