@flock/wirespec 0.14.3 → 0.14.5

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.
@@ -129,18 +129,18 @@ function WsNode() {
129
129
  function WsAST(modules) {
130
130
  this.modules = modules;
131
131
  }
132
- protoOf(WsAST).x2k = function () {
132
+ protoOf(WsAST).n2k = function () {
133
133
  return this.modules;
134
134
  };
135
135
  protoOf(WsAST).yd = function () {
136
136
  return this.modules;
137
137
  };
138
- protoOf(WsAST).y2k = function (modules) {
138
+ protoOf(WsAST).o2k = function (modules) {
139
139
  return new WsAST(modules);
140
140
  };
141
141
  protoOf(WsAST).copy = function (modules, $super) {
142
142
  modules = modules === VOID ? this.modules : modules;
143
- return this.y2k(modules);
143
+ return this.o2k(modules);
144
144
  };
145
145
  protoOf(WsAST).toString = function () {
146
146
  return 'WsAST(modules=' + toString(this.modules) + ')';
@@ -161,18 +161,18 @@ protoOf(WsAST).equals = function (other) {
161
161
  function WsModule(statements) {
162
162
  this.statements = statements;
163
163
  }
164
- protoOf(WsModule).z2k = function () {
164
+ protoOf(WsModule).p2k = function () {
165
165
  return this.statements;
166
166
  };
167
167
  protoOf(WsModule).yd = function () {
168
168
  return this.statements;
169
169
  };
170
- protoOf(WsModule).a2l = function (statements) {
170
+ protoOf(WsModule).q2k = function (statements) {
171
171
  return new WsModule(statements);
172
172
  };
173
173
  protoOf(WsModule).copy = function (statements, $super) {
174
174
  statements = statements === VOID ? this.statements : statements;
175
- return this.a2l(statements);
175
+ return this.q2k(statements);
176
176
  };
177
177
  protoOf(WsModule).toString = function () {
178
178
  return 'WsModule(statements=' + toString(this.statements) + ')';
@@ -193,43 +193,43 @@ protoOf(WsModule).equals = function (other) {
193
193
  function WsDefinition() {
194
194
  }
195
195
  function WsType(identifier, comment, shape) {
196
- this.c2l_1 = identifier;
197
- this.d2l_1 = comment;
196
+ this.s2k_1 = identifier;
197
+ this.t2k_1 = comment;
198
198
  this.shape = shape;
199
199
  }
200
- protoOf(WsType).i2b = function () {
201
- return this.c2l_1;
200
+ protoOf(WsType).k2b = function () {
201
+ return this.s2k_1;
202
202
  };
203
- protoOf(WsType).b2l = function () {
204
- return this.d2l_1;
203
+ protoOf(WsType).r2k = function () {
204
+ return this.t2k_1;
205
205
  };
206
- protoOf(WsType).e2l = function () {
206
+ protoOf(WsType).u2k = function () {
207
207
  return this.shape;
208
208
  };
209
209
  protoOf(WsType).yd = function () {
210
- return this.c2l_1;
210
+ return this.s2k_1;
211
211
  };
212
212
  protoOf(WsType).zd = function () {
213
- return this.d2l_1;
213
+ return this.t2k_1;
214
214
  };
215
215
  protoOf(WsType).ji = function () {
216
216
  return this.shape;
217
217
  };
218
- protoOf(WsType).f2l = function (identifier, comment, shape) {
218
+ protoOf(WsType).v2k = function (identifier, comment, shape) {
219
219
  return new WsType(identifier, comment, shape);
220
220
  };
221
221
  protoOf(WsType).copy = function (identifier, comment, shape, $super) {
222
- identifier = identifier === VOID ? this.c2l_1 : identifier;
223
- comment = comment === VOID ? this.d2l_1 : comment;
222
+ identifier = identifier === VOID ? this.s2k_1 : identifier;
223
+ comment = comment === VOID ? this.t2k_1 : comment;
224
224
  shape = shape === VOID ? this.shape : shape;
225
- return this.f2l(identifier, comment, shape);
225
+ return this.v2k(identifier, comment, shape);
226
226
  };
227
227
  protoOf(WsType).toString = function () {
228
- return 'WsType(identifier=' + this.c2l_1 + ', comment=' + this.d2l_1 + ', shape=' + this.shape.toString() + ')';
228
+ return 'WsType(identifier=' + this.s2k_1 + ', comment=' + this.t2k_1 + ', shape=' + this.shape.toString() + ')';
229
229
  };
230
230
  protoOf(WsType).hashCode = function () {
231
- var result = getStringHashCode(this.c2l_1);
232
- result = imul(result, 31) + (this.d2l_1 == null ? 0 : getStringHashCode(this.d2l_1)) | 0;
231
+ var result = getStringHashCode(this.s2k_1);
232
+ result = imul(result, 31) + (this.t2k_1 == null ? 0 : getStringHashCode(this.t2k_1)) | 0;
233
233
  result = imul(result, 31) + this.shape.hashCode() | 0;
234
234
  return result;
235
235
  };
@@ -239,9 +239,9 @@ protoOf(WsType).equals = function (other) {
239
239
  if (!(other instanceof WsType))
240
240
  return false;
241
241
  var tmp0_other_with_cast = other instanceof WsType ? other : THROW_CCE();
242
- if (!(this.c2l_1 === tmp0_other_with_cast.c2l_1))
242
+ if (!(this.s2k_1 === tmp0_other_with_cast.s2k_1))
243
243
  return false;
244
- if (!(this.d2l_1 == tmp0_other_with_cast.d2l_1))
244
+ if (!(this.t2k_1 == tmp0_other_with_cast.t2k_1))
245
245
  return false;
246
246
  if (!this.shape.equals(tmp0_other_with_cast.shape))
247
247
  return false;
@@ -256,12 +256,12 @@ protoOf(WsShape).b1 = function () {
256
256
  protoOf(WsShape).yd = function () {
257
257
  return this.value;
258
258
  };
259
- protoOf(WsShape).g2l = function (value) {
259
+ protoOf(WsShape).w2k = function (value) {
260
260
  return new WsShape(value);
261
261
  };
262
262
  protoOf(WsShape).copy = function (value, $super) {
263
263
  value = value === VOID ? this.value : value;
264
- return this.g2l(value);
264
+ return this.w2k(value);
265
265
  };
266
266
  protoOf(WsShape).toString = function () {
267
267
  return 'WsShape(value=' + toString(this.value) + ')';
@@ -280,8 +280,8 @@ protoOf(WsShape).equals = function (other) {
280
280
  return true;
281
281
  };
282
282
  function WsEndpoint(identifier, comment, method, path, query, headers, cookies, requests, responses) {
283
- this.h2l_1 = identifier;
284
- this.i2l_1 = comment;
283
+ this.x2k_1 = identifier;
284
+ this.y2k_1 = comment;
285
285
  this.method = method;
286
286
  this.path = path;
287
287
  this.query = query;
@@ -290,66 +290,66 @@ function WsEndpoint(identifier, comment, method, path, query, headers, cookies,
290
290
  this.requests = requests;
291
291
  this.responses = responses;
292
292
  }
293
- protoOf(WsEndpoint).i2b = function () {
294
- return this.h2l_1;
293
+ protoOf(WsEndpoint).k2b = function () {
294
+ return this.x2k_1;
295
295
  };
296
- protoOf(WsEndpoint).b2l = function () {
297
- return this.i2l_1;
296
+ protoOf(WsEndpoint).r2k = function () {
297
+ return this.y2k_1;
298
298
  };
299
- protoOf(WsEndpoint).j2l = function () {
299
+ protoOf(WsEndpoint).z2k = function () {
300
300
  return this.method;
301
301
  };
302
- protoOf(WsEndpoint).k2l = function () {
302
+ protoOf(WsEndpoint).a2l = function () {
303
303
  return this.path;
304
304
  };
305
- protoOf(WsEndpoint).l2l = function () {
305
+ protoOf(WsEndpoint).b2l = function () {
306
306
  return this.query;
307
307
  };
308
- protoOf(WsEndpoint).m2l = function () {
308
+ protoOf(WsEndpoint).c2l = function () {
309
309
  return this.headers;
310
310
  };
311
- protoOf(WsEndpoint).n2l = function () {
311
+ protoOf(WsEndpoint).d2l = function () {
312
312
  return this.cookies;
313
313
  };
314
- protoOf(WsEndpoint).o2l = function () {
314
+ protoOf(WsEndpoint).e2l = function () {
315
315
  return this.requests;
316
316
  };
317
- protoOf(WsEndpoint).p2l = function () {
317
+ protoOf(WsEndpoint).f2l = function () {
318
318
  return this.responses;
319
319
  };
320
320
  protoOf(WsEndpoint).yd = function () {
321
- return this.h2l_1;
321
+ return this.x2k_1;
322
322
  };
323
323
  protoOf(WsEndpoint).zd = function () {
324
- return this.i2l_1;
324
+ return this.y2k_1;
325
325
  };
326
326
  protoOf(WsEndpoint).ji = function () {
327
327
  return this.method;
328
328
  };
329
- protoOf(WsEndpoint).q2l = function () {
329
+ protoOf(WsEndpoint).g2l = function () {
330
330
  return this.path;
331
331
  };
332
- protoOf(WsEndpoint).r2l = function () {
332
+ protoOf(WsEndpoint).h2l = function () {
333
333
  return this.query;
334
334
  };
335
- protoOf(WsEndpoint).s2l = function () {
335
+ protoOf(WsEndpoint).i2l = function () {
336
336
  return this.headers;
337
337
  };
338
- protoOf(WsEndpoint).t2l = function () {
338
+ protoOf(WsEndpoint).j2l = function () {
339
339
  return this.cookies;
340
340
  };
341
- protoOf(WsEndpoint).u2l = function () {
341
+ protoOf(WsEndpoint).k2l = function () {
342
342
  return this.requests;
343
343
  };
344
- protoOf(WsEndpoint).v2l = function () {
344
+ protoOf(WsEndpoint).l2l = function () {
345
345
  return this.responses;
346
346
  };
347
- protoOf(WsEndpoint).w2l = function (identifier, comment, method, path, query, headers, cookies, requests, responses) {
347
+ protoOf(WsEndpoint).m2l = function (identifier, comment, method, path, query, headers, cookies, requests, responses) {
348
348
  return new WsEndpoint(identifier, comment, method, path, query, headers, cookies, requests, responses);
349
349
  };
350
350
  protoOf(WsEndpoint).copy = function (identifier, comment, method, path, query, headers, cookies, requests, responses, $super) {
351
- identifier = identifier === VOID ? this.h2l_1 : identifier;
352
- comment = comment === VOID ? this.i2l_1 : comment;
351
+ identifier = identifier === VOID ? this.x2k_1 : identifier;
352
+ comment = comment === VOID ? this.y2k_1 : comment;
353
353
  method = method === VOID ? this.method : method;
354
354
  path = path === VOID ? this.path : path;
355
355
  query = query === VOID ? this.query : query;
@@ -357,14 +357,14 @@ protoOf(WsEndpoint).copy = function (identifier, comment, method, path, query, h
357
357
  cookies = cookies === VOID ? this.cookies : cookies;
358
358
  requests = requests === VOID ? this.requests : requests;
359
359
  responses = responses === VOID ? this.responses : responses;
360
- return this.w2l(identifier, comment, method, path, query, headers, cookies, requests, responses);
360
+ return this.m2l(identifier, comment, method, path, query, headers, cookies, requests, responses);
361
361
  };
362
362
  protoOf(WsEndpoint).toString = function () {
363
- return 'WsEndpoint(identifier=' + this.h2l_1 + ', comment=' + this.i2l_1 + ', method=' + this.method.toString() + ', path=' + toString(this.path) + ', query=' + toString(this.query) + ', headers=' + toString(this.headers) + ', cookies=' + toString(this.cookies) + ', requests=' + toString(this.requests) + ', responses=' + toString(this.responses) + ')';
363
+ return 'WsEndpoint(identifier=' + this.x2k_1 + ', comment=' + this.y2k_1 + ', method=' + this.method.toString() + ', path=' + toString(this.path) + ', query=' + toString(this.query) + ', headers=' + toString(this.headers) + ', cookies=' + toString(this.cookies) + ', requests=' + toString(this.requests) + ', responses=' + toString(this.responses) + ')';
364
364
  };
365
365
  protoOf(WsEndpoint).hashCode = function () {
366
- var result = getStringHashCode(this.h2l_1);
367
- result = imul(result, 31) + (this.i2l_1 == null ? 0 : getStringHashCode(this.i2l_1)) | 0;
366
+ var result = getStringHashCode(this.x2k_1);
367
+ result = imul(result, 31) + (this.y2k_1 == null ? 0 : getStringHashCode(this.y2k_1)) | 0;
368
368
  result = imul(result, 31) + this.method.hashCode() | 0;
369
369
  result = imul(result, 31) + hashCode(this.path) | 0;
370
370
  result = imul(result, 31) + hashCode(this.query) | 0;
@@ -380,9 +380,9 @@ protoOf(WsEndpoint).equals = function (other) {
380
380
  if (!(other instanceof WsEndpoint))
381
381
  return false;
382
382
  var tmp0_other_with_cast = other instanceof WsEndpoint ? other : THROW_CCE();
383
- if (!(this.h2l_1 === tmp0_other_with_cast.h2l_1))
383
+ if (!(this.x2k_1 === tmp0_other_with_cast.x2k_1))
384
384
  return false;
385
- if (!(this.i2l_1 == tmp0_other_with_cast.i2l_1))
385
+ if (!(this.y2k_1 == tmp0_other_with_cast.y2k_1))
386
386
  return false;
387
387
  if (!this.method.equals(tmp0_other_with_cast.method))
388
388
  return false;
@@ -401,43 +401,43 @@ protoOf(WsEndpoint).equals = function (other) {
401
401
  return true;
402
402
  };
403
403
  function WsEnum(identifier, comment, entries) {
404
- this.x2l_1 = identifier;
405
- this.y2l_1 = comment;
404
+ this.n2l_1 = identifier;
405
+ this.o2l_1 = comment;
406
406
  this.entries = entries;
407
407
  }
408
- protoOf(WsEnum).i2b = function () {
409
- return this.x2l_1;
408
+ protoOf(WsEnum).k2b = function () {
409
+ return this.n2l_1;
410
410
  };
411
- protoOf(WsEnum).b2l = function () {
412
- return this.y2l_1;
411
+ protoOf(WsEnum).r2k = function () {
412
+ return this.o2l_1;
413
413
  };
414
414
  protoOf(WsEnum).z = function () {
415
415
  return this.entries;
416
416
  };
417
417
  protoOf(WsEnum).yd = function () {
418
- return this.x2l_1;
418
+ return this.n2l_1;
419
419
  };
420
420
  protoOf(WsEnum).zd = function () {
421
- return this.y2l_1;
421
+ return this.o2l_1;
422
422
  };
423
423
  protoOf(WsEnum).ji = function () {
424
424
  return this.entries;
425
425
  };
426
- protoOf(WsEnum).z2l = function (identifier, comment, entries) {
426
+ protoOf(WsEnum).p2l = function (identifier, comment, entries) {
427
427
  return new WsEnum(identifier, comment, entries);
428
428
  };
429
429
  protoOf(WsEnum).copy = function (identifier, comment, entries, $super) {
430
- identifier = identifier === VOID ? this.x2l_1 : identifier;
431
- comment = comment === VOID ? this.y2l_1 : comment;
430
+ identifier = identifier === VOID ? this.n2l_1 : identifier;
431
+ comment = comment === VOID ? this.o2l_1 : comment;
432
432
  entries = entries === VOID ? this.entries : entries;
433
- return this.z2l(identifier, comment, entries);
433
+ return this.p2l(identifier, comment, entries);
434
434
  };
435
435
  protoOf(WsEnum).toString = function () {
436
- return 'WsEnum(identifier=' + this.x2l_1 + ', comment=' + this.y2l_1 + ', entries=' + toString(this.entries) + ')';
436
+ return 'WsEnum(identifier=' + this.n2l_1 + ', comment=' + this.o2l_1 + ', entries=' + toString(this.entries) + ')';
437
437
  };
438
438
  protoOf(WsEnum).hashCode = function () {
439
- var result = getStringHashCode(this.x2l_1);
440
- result = imul(result, 31) + (this.y2l_1 == null ? 0 : getStringHashCode(this.y2l_1)) | 0;
439
+ var result = getStringHashCode(this.n2l_1);
440
+ result = imul(result, 31) + (this.o2l_1 == null ? 0 : getStringHashCode(this.o2l_1)) | 0;
441
441
  result = imul(result, 31) + hashCode(this.entries) | 0;
442
442
  return result;
443
443
  };
@@ -447,52 +447,52 @@ protoOf(WsEnum).equals = function (other) {
447
447
  if (!(other instanceof WsEnum))
448
448
  return false;
449
449
  var tmp0_other_with_cast = other instanceof WsEnum ? other : THROW_CCE();
450
- if (!(this.x2l_1 === tmp0_other_with_cast.x2l_1))
450
+ if (!(this.n2l_1 === tmp0_other_with_cast.n2l_1))
451
451
  return false;
452
- if (!(this.y2l_1 == tmp0_other_with_cast.y2l_1))
452
+ if (!(this.o2l_1 == tmp0_other_with_cast.o2l_1))
453
453
  return false;
454
454
  if (!equals(this.entries, tmp0_other_with_cast.entries))
455
455
  return false;
456
456
  return true;
457
457
  };
458
458
  function WsUnion(identifier, comment, entries) {
459
- this.a2m_1 = identifier;
460
- this.b2m_1 = comment;
459
+ this.q2l_1 = identifier;
460
+ this.r2l_1 = comment;
461
461
  this.entries = entries;
462
462
  }
463
- protoOf(WsUnion).i2b = function () {
464
- return this.a2m_1;
463
+ protoOf(WsUnion).k2b = function () {
464
+ return this.q2l_1;
465
465
  };
466
- protoOf(WsUnion).b2l = function () {
467
- return this.b2m_1;
466
+ protoOf(WsUnion).r2k = function () {
467
+ return this.r2l_1;
468
468
  };
469
469
  protoOf(WsUnion).z = function () {
470
470
  return this.entries;
471
471
  };
472
472
  protoOf(WsUnion).yd = function () {
473
- return this.a2m_1;
473
+ return this.q2l_1;
474
474
  };
475
475
  protoOf(WsUnion).zd = function () {
476
- return this.b2m_1;
476
+ return this.r2l_1;
477
477
  };
478
478
  protoOf(WsUnion).ji = function () {
479
479
  return this.entries;
480
480
  };
481
- protoOf(WsUnion).c2m = function (identifier, comment, entries) {
481
+ protoOf(WsUnion).s2l = function (identifier, comment, entries) {
482
482
  return new WsUnion(identifier, comment, entries);
483
483
  };
484
484
  protoOf(WsUnion).copy = function (identifier, comment, entries, $super) {
485
- identifier = identifier === VOID ? this.a2m_1 : identifier;
486
- comment = comment === VOID ? this.b2m_1 : comment;
485
+ identifier = identifier === VOID ? this.q2l_1 : identifier;
486
+ comment = comment === VOID ? this.r2l_1 : comment;
487
487
  entries = entries === VOID ? this.entries : entries;
488
- return this.c2m(identifier, comment, entries);
488
+ return this.s2l(identifier, comment, entries);
489
489
  };
490
490
  protoOf(WsUnion).toString = function () {
491
- return 'WsUnion(identifier=' + this.a2m_1 + ', comment=' + this.b2m_1 + ', entries=' + toString(this.entries) + ')';
491
+ return 'WsUnion(identifier=' + this.q2l_1 + ', comment=' + this.r2l_1 + ', entries=' + toString(this.entries) + ')';
492
492
  };
493
493
  protoOf(WsUnion).hashCode = function () {
494
- var result = getStringHashCode(this.a2m_1);
495
- result = imul(result, 31) + (this.b2m_1 == null ? 0 : getStringHashCode(this.b2m_1)) | 0;
494
+ var result = getStringHashCode(this.q2l_1);
495
+ result = imul(result, 31) + (this.r2l_1 == null ? 0 : getStringHashCode(this.r2l_1)) | 0;
496
496
  result = imul(result, 31) + hashCode(this.entries) | 0;
497
497
  return result;
498
498
  };
@@ -502,52 +502,52 @@ protoOf(WsUnion).equals = function (other) {
502
502
  if (!(other instanceof WsUnion))
503
503
  return false;
504
504
  var tmp0_other_with_cast = other instanceof WsUnion ? other : THROW_CCE();
505
- if (!(this.a2m_1 === tmp0_other_with_cast.a2m_1))
505
+ if (!(this.q2l_1 === tmp0_other_with_cast.q2l_1))
506
506
  return false;
507
- if (!(this.b2m_1 == tmp0_other_with_cast.b2m_1))
507
+ if (!(this.r2l_1 == tmp0_other_with_cast.r2l_1))
508
508
  return false;
509
509
  if (!equals(this.entries, tmp0_other_with_cast.entries))
510
510
  return false;
511
511
  return true;
512
512
  };
513
513
  function WsChannel(identifier, comment, reference) {
514
- this.d2m_1 = identifier;
515
- this.e2m_1 = comment;
514
+ this.t2l_1 = identifier;
515
+ this.u2l_1 = comment;
516
516
  this.reference = reference;
517
517
  }
518
- protoOf(WsChannel).i2b = function () {
519
- return this.d2m_1;
518
+ protoOf(WsChannel).k2b = function () {
519
+ return this.t2l_1;
520
520
  };
521
- protoOf(WsChannel).b2l = function () {
522
- return this.e2m_1;
521
+ protoOf(WsChannel).r2k = function () {
522
+ return this.u2l_1;
523
523
  };
524
- protoOf(WsChannel).f2m = function () {
524
+ protoOf(WsChannel).v2l = function () {
525
525
  return this.reference;
526
526
  };
527
527
  protoOf(WsChannel).yd = function () {
528
- return this.d2m_1;
528
+ return this.t2l_1;
529
529
  };
530
530
  protoOf(WsChannel).zd = function () {
531
- return this.e2m_1;
531
+ return this.u2l_1;
532
532
  };
533
533
  protoOf(WsChannel).ji = function () {
534
534
  return this.reference;
535
535
  };
536
- protoOf(WsChannel).g2m = function (identifier, comment, reference) {
536
+ protoOf(WsChannel).w2l = function (identifier, comment, reference) {
537
537
  return new WsChannel(identifier, comment, reference);
538
538
  };
539
539
  protoOf(WsChannel).copy = function (identifier, comment, reference, $super) {
540
- identifier = identifier === VOID ? this.d2m_1 : identifier;
541
- comment = comment === VOID ? this.e2m_1 : comment;
540
+ identifier = identifier === VOID ? this.t2l_1 : identifier;
541
+ comment = comment === VOID ? this.u2l_1 : comment;
542
542
  reference = reference === VOID ? this.reference : reference;
543
- return this.g2m(identifier, comment, reference);
543
+ return this.w2l(identifier, comment, reference);
544
544
  };
545
545
  protoOf(WsChannel).toString = function () {
546
- return 'WsChannel(identifier=' + this.d2m_1 + ', comment=' + this.e2m_1 + ', reference=' + toString(this.reference) + ')';
546
+ return 'WsChannel(identifier=' + this.t2l_1 + ', comment=' + this.u2l_1 + ', reference=' + toString(this.reference) + ')';
547
547
  };
548
548
  protoOf(WsChannel).hashCode = function () {
549
- var result = getStringHashCode(this.d2m_1);
550
- result = imul(result, 31) + (this.e2m_1 == null ? 0 : getStringHashCode(this.e2m_1)) | 0;
549
+ var result = getStringHashCode(this.t2l_1);
550
+ result = imul(result, 31) + (this.u2l_1 == null ? 0 : getStringHashCode(this.u2l_1)) | 0;
551
551
  result = imul(result, 31) + hashCode(this.reference) | 0;
552
552
  return result;
553
553
  };
@@ -557,52 +557,52 @@ protoOf(WsChannel).equals = function (other) {
557
557
  if (!(other instanceof WsChannel))
558
558
  return false;
559
559
  var tmp0_other_with_cast = other instanceof WsChannel ? other : THROW_CCE();
560
- if (!(this.d2m_1 === tmp0_other_with_cast.d2m_1))
560
+ if (!(this.t2l_1 === tmp0_other_with_cast.t2l_1))
561
561
  return false;
562
- if (!(this.e2m_1 == tmp0_other_with_cast.e2m_1))
562
+ if (!(this.u2l_1 == tmp0_other_with_cast.u2l_1))
563
563
  return false;
564
564
  if (!equals(this.reference, tmp0_other_with_cast.reference))
565
565
  return false;
566
566
  return true;
567
567
  };
568
568
  function WsRefined(identifier, comment, validator) {
569
- this.h2m_1 = identifier;
570
- this.i2m_1 = comment;
569
+ this.x2l_1 = identifier;
570
+ this.y2l_1 = comment;
571
571
  this.validator = validator;
572
572
  }
573
- protoOf(WsRefined).i2b = function () {
574
- return this.h2m_1;
573
+ protoOf(WsRefined).k2b = function () {
574
+ return this.x2l_1;
575
575
  };
576
- protoOf(WsRefined).b2l = function () {
577
- return this.i2m_1;
576
+ protoOf(WsRefined).r2k = function () {
577
+ return this.y2l_1;
578
578
  };
579
- protoOf(WsRefined).j2m = function () {
579
+ protoOf(WsRefined).z2l = function () {
580
580
  return this.validator;
581
581
  };
582
582
  protoOf(WsRefined).yd = function () {
583
- return this.h2m_1;
583
+ return this.x2l_1;
584
584
  };
585
585
  protoOf(WsRefined).zd = function () {
586
- return this.i2m_1;
586
+ return this.y2l_1;
587
587
  };
588
588
  protoOf(WsRefined).ji = function () {
589
589
  return this.validator;
590
590
  };
591
- protoOf(WsRefined).k2m = function (identifier, comment, validator) {
591
+ protoOf(WsRefined).a2m = function (identifier, comment, validator) {
592
592
  return new WsRefined(identifier, comment, validator);
593
593
  };
594
594
  protoOf(WsRefined).copy = function (identifier, comment, validator, $super) {
595
- identifier = identifier === VOID ? this.h2m_1 : identifier;
596
- comment = comment === VOID ? this.i2m_1 : comment;
595
+ identifier = identifier === VOID ? this.x2l_1 : identifier;
596
+ comment = comment === VOID ? this.y2l_1 : comment;
597
597
  validator = validator === VOID ? this.validator : validator;
598
- return this.k2m(identifier, comment, validator);
598
+ return this.a2m(identifier, comment, validator);
599
599
  };
600
600
  protoOf(WsRefined).toString = function () {
601
- return 'WsRefined(identifier=' + this.h2m_1 + ', comment=' + this.i2m_1 + ', validator=' + this.validator + ')';
601
+ return 'WsRefined(identifier=' + this.x2l_1 + ', comment=' + this.y2l_1 + ', validator=' + this.validator + ')';
602
602
  };
603
603
  protoOf(WsRefined).hashCode = function () {
604
- var result = getStringHashCode(this.h2m_1);
605
- result = imul(result, 31) + (this.i2m_1 == null ? 0 : getStringHashCode(this.i2m_1)) | 0;
604
+ var result = getStringHashCode(this.x2l_1);
605
+ result = imul(result, 31) + (this.y2l_1 == null ? 0 : getStringHashCode(this.y2l_1)) | 0;
606
606
  result = imul(result, 31) + getStringHashCode(this.validator) | 0;
607
607
  return result;
608
608
  };
@@ -612,9 +612,9 @@ protoOf(WsRefined).equals = function (other) {
612
612
  if (!(other instanceof WsRefined))
613
613
  return false;
614
614
  var tmp0_other_with_cast = other instanceof WsRefined ? other : THROW_CCE();
615
- if (!(this.h2m_1 === tmp0_other_with_cast.h2m_1))
615
+ if (!(this.x2l_1 === tmp0_other_with_cast.x2l_1))
616
616
  return false;
617
- if (!(this.i2m_1 == tmp0_other_with_cast.i2m_1))
617
+ if (!(this.y2l_1 == tmp0_other_with_cast.y2l_1))
618
618
  return false;
619
619
  if (!(this.validator === tmp0_other_with_cast.validator))
620
620
  return false;
@@ -683,12 +683,12 @@ protoOf(WsLiteral).b1 = function () {
683
683
  protoOf(WsLiteral).yd = function () {
684
684
  return this.value;
685
685
  };
686
- protoOf(WsLiteral).n2m = function (value) {
686
+ protoOf(WsLiteral).d2m = function (value) {
687
687
  return new WsLiteral(value);
688
688
  };
689
689
  protoOf(WsLiteral).copy = function (value, $super) {
690
690
  value = value === VOID ? this.value : value;
691
- return this.n2m(value);
691
+ return this.d2m(value);
692
692
  };
693
693
  protoOf(WsLiteral).toString = function () {
694
694
  return 'WsLiteral(value=' + this.value + ')';
@@ -710,10 +710,10 @@ function WsParam(identifier, reference) {
710
710
  this.identifier = identifier;
711
711
  this.reference = reference;
712
712
  }
713
- protoOf(WsParam).i2b = function () {
713
+ protoOf(WsParam).k2b = function () {
714
714
  return this.identifier;
715
715
  };
716
- protoOf(WsParam).f2m = function () {
716
+ protoOf(WsParam).v2l = function () {
717
717
  return this.reference;
718
718
  };
719
719
  protoOf(WsParam).yd = function () {
@@ -722,13 +722,13 @@ protoOf(WsParam).yd = function () {
722
722
  protoOf(WsParam).zd = function () {
723
723
  return this.reference;
724
724
  };
725
- protoOf(WsParam).o2m = function (identifier, reference) {
725
+ protoOf(WsParam).e2m = function (identifier, reference) {
726
726
  return new WsParam(identifier, reference);
727
727
  };
728
728
  protoOf(WsParam).copy = function (identifier, reference, $super) {
729
729
  identifier = identifier === VOID ? this.identifier : identifier;
730
730
  reference = reference === VOID ? this.reference : reference;
731
- return this.o2m(identifier, reference);
731
+ return this.e2m(identifier, reference);
732
732
  };
733
733
  protoOf(WsParam).toString = function () {
734
734
  return 'WsParam(identifier=' + this.identifier.toString() + ', reference=' + toString(this.reference) + ')';
@@ -759,12 +759,12 @@ protoOf(Shape_0).b1 = function () {
759
759
  protoOf(Shape_0).yd = function () {
760
760
  return this.value;
761
761
  };
762
- protoOf(Shape_0).g2l = function (value) {
762
+ protoOf(Shape_0).w2k = function (value) {
763
763
  return new Shape_0(value);
764
764
  };
765
765
  protoOf(Shape_0).copy = function (value, $super) {
766
766
  value = value === VOID ? this.value : value;
767
- return this.g2l(value);
767
+ return this.w2k(value);
768
768
  };
769
769
  protoOf(Shape_0).toString = function () {
770
770
  return 'Shape(value=' + toString(this.value) + ')';
@@ -786,10 +786,10 @@ function WsField(identifier, reference) {
786
786
  this.identifier = identifier;
787
787
  this.reference = reference;
788
788
  }
789
- protoOf(WsField).i2b = function () {
789
+ protoOf(WsField).k2b = function () {
790
790
  return this.identifier;
791
791
  };
792
- protoOf(WsField).f2m = function () {
792
+ protoOf(WsField).v2l = function () {
793
793
  return this.reference;
794
794
  };
795
795
  protoOf(WsField).yd = function () {
@@ -798,13 +798,13 @@ protoOf(WsField).yd = function () {
798
798
  protoOf(WsField).zd = function () {
799
799
  return this.reference;
800
800
  };
801
- protoOf(WsField).o2m = function (identifier, reference) {
801
+ protoOf(WsField).e2m = function (identifier, reference) {
802
802
  return new WsField(identifier, reference);
803
803
  };
804
804
  protoOf(WsField).copy = function (identifier, reference, $super) {
805
805
  identifier = identifier === VOID ? this.identifier : identifier;
806
806
  reference = reference === VOID ? this.reference : reference;
807
- return this.o2m(identifier, reference);
807
+ return this.e2m(identifier, reference);
808
808
  };
809
809
  protoOf(WsField).toString = function () {
810
810
  return 'WsField(identifier=' + this.identifier.toString() + ', reference=' + toString(this.reference) + ')';
@@ -837,12 +837,12 @@ protoOf(WsClassIdentifier).b1 = function () {
837
837
  protoOf(WsClassIdentifier).yd = function () {
838
838
  return this.value;
839
839
  };
840
- protoOf(WsClassIdentifier).n2m = function (value) {
840
+ protoOf(WsClassIdentifier).d2m = function (value) {
841
841
  return new WsClassIdentifier(value);
842
842
  };
843
843
  protoOf(WsClassIdentifier).copy = function (value, $super) {
844
844
  value = value === VOID ? this.value : value;
845
- return this.n2m(value);
845
+ return this.d2m(value);
846
846
  };
847
847
  protoOf(WsClassIdentifier).toString = function () {
848
848
  return 'WsClassIdentifier(value=' + this.value + ')';
@@ -869,12 +869,12 @@ protoOf(WsFieldIdentifier).b1 = function () {
869
869
  protoOf(WsFieldIdentifier).yd = function () {
870
870
  return this.value;
871
871
  };
872
- protoOf(WsFieldIdentifier).n2m = function (value) {
872
+ protoOf(WsFieldIdentifier).d2m = function (value) {
873
873
  return new WsFieldIdentifier(value);
874
874
  };
875
875
  protoOf(WsFieldIdentifier).copy = function (value, $super) {
876
876
  value = value === VOID ? this.value : value;
877
- return this.n2m(value);
877
+ return this.d2m(value);
878
878
  };
879
879
  protoOf(WsFieldIdentifier).toString = function () {
880
880
  return 'WsFieldIdentifier(value=' + this.value + ')';
@@ -895,26 +895,26 @@ protoOf(WsFieldIdentifier).equals = function (other) {
895
895
  function WsReference() {
896
896
  }
897
897
  function WsAny(isNullable) {
898
- this.p2m_1 = isNullable;
898
+ this.f2m_1 = isNullable;
899
899
  }
900
900
  protoOf(WsAny).sm = function () {
901
- return this.p2m_1;
901
+ return this.f2m_1;
902
902
  };
903
903
  protoOf(WsAny).yd = function () {
904
- return this.p2m_1;
904
+ return this.f2m_1;
905
905
  };
906
- protoOf(WsAny).q2m = function (isNullable) {
906
+ protoOf(WsAny).g2m = function (isNullable) {
907
907
  return new WsAny(isNullable);
908
908
  };
909
909
  protoOf(WsAny).copy = function (isNullable, $super) {
910
- isNullable = isNullable === VOID ? this.p2m_1 : isNullable;
911
- return this.q2m(isNullable);
910
+ isNullable = isNullable === VOID ? this.f2m_1 : isNullable;
911
+ return this.g2m(isNullable);
912
912
  };
913
913
  protoOf(WsAny).toString = function () {
914
- return 'WsAny(isNullable=' + this.p2m_1 + ')';
914
+ return 'WsAny(isNullable=' + this.f2m_1 + ')';
915
915
  };
916
916
  protoOf(WsAny).hashCode = function () {
917
- return getBooleanHashCode(this.p2m_1);
917
+ return getBooleanHashCode(this.f2m_1);
918
918
  };
919
919
  protoOf(WsAny).equals = function (other) {
920
920
  if (this === other)
@@ -922,31 +922,31 @@ protoOf(WsAny).equals = function (other) {
922
922
  if (!(other instanceof WsAny))
923
923
  return false;
924
924
  var tmp0_other_with_cast = other instanceof WsAny ? other : THROW_CCE();
925
- if (!(this.p2m_1 === tmp0_other_with_cast.p2m_1))
925
+ if (!(this.f2m_1 === tmp0_other_with_cast.f2m_1))
926
926
  return false;
927
927
  return true;
928
928
  };
929
929
  function WsUnit(isNullable) {
930
- this.r2m_1 = isNullable;
930
+ this.h2m_1 = isNullable;
931
931
  }
932
932
  protoOf(WsUnit).sm = function () {
933
- return this.r2m_1;
933
+ return this.h2m_1;
934
934
  };
935
935
  protoOf(WsUnit).yd = function () {
936
- return this.r2m_1;
936
+ return this.h2m_1;
937
937
  };
938
- protoOf(WsUnit).q2m = function (isNullable) {
938
+ protoOf(WsUnit).g2m = function (isNullable) {
939
939
  return new WsUnit(isNullable);
940
940
  };
941
941
  protoOf(WsUnit).copy = function (isNullable, $super) {
942
- isNullable = isNullable === VOID ? this.r2m_1 : isNullable;
943
- return this.q2m(isNullable);
942
+ isNullable = isNullable === VOID ? this.h2m_1 : isNullable;
943
+ return this.g2m(isNullable);
944
944
  };
945
945
  protoOf(WsUnit).toString = function () {
946
- return 'WsUnit(isNullable=' + this.r2m_1 + ')';
946
+ return 'WsUnit(isNullable=' + this.h2m_1 + ')';
947
947
  };
948
948
  protoOf(WsUnit).hashCode = function () {
949
- return getBooleanHashCode(this.r2m_1);
949
+ return getBooleanHashCode(this.h2m_1);
950
950
  };
951
951
  protoOf(WsUnit).equals = function (other) {
952
952
  if (this === other)
@@ -954,40 +954,40 @@ protoOf(WsUnit).equals = function (other) {
954
954
  if (!(other instanceof WsUnit))
955
955
  return false;
956
956
  var tmp0_other_with_cast = other instanceof WsUnit ? other : THROW_CCE();
957
- if (!(this.r2m_1 === tmp0_other_with_cast.r2m_1))
957
+ if (!(this.h2m_1 === tmp0_other_with_cast.h2m_1))
958
958
  return false;
959
959
  return true;
960
960
  };
961
961
  function WsIterable(reference, isNullable) {
962
962
  this.reference = reference;
963
- this.s2m_1 = isNullable;
963
+ this.i2m_1 = isNullable;
964
964
  }
965
- protoOf(WsIterable).f2m = function () {
965
+ protoOf(WsIterable).v2l = function () {
966
966
  return this.reference;
967
967
  };
968
968
  protoOf(WsIterable).sm = function () {
969
- return this.s2m_1;
969
+ return this.i2m_1;
970
970
  };
971
971
  protoOf(WsIterable).yd = function () {
972
972
  return this.reference;
973
973
  };
974
974
  protoOf(WsIterable).zd = function () {
975
- return this.s2m_1;
975
+ return this.i2m_1;
976
976
  };
977
- protoOf(WsIterable).t2m = function (reference, isNullable) {
977
+ protoOf(WsIterable).j2m = function (reference, isNullable) {
978
978
  return new WsIterable(reference, isNullable);
979
979
  };
980
980
  protoOf(WsIterable).copy = function (reference, isNullable, $super) {
981
981
  reference = reference === VOID ? this.reference : reference;
982
- isNullable = isNullable === VOID ? this.s2m_1 : isNullable;
983
- return this.t2m(reference, isNullable);
982
+ isNullable = isNullable === VOID ? this.i2m_1 : isNullable;
983
+ return this.j2m(reference, isNullable);
984
984
  };
985
985
  protoOf(WsIterable).toString = function () {
986
- return 'WsIterable(reference=' + toString(this.reference) + ', isNullable=' + this.s2m_1 + ')';
986
+ return 'WsIterable(reference=' + toString(this.reference) + ', isNullable=' + this.i2m_1 + ')';
987
987
  };
988
988
  protoOf(WsIterable).hashCode = function () {
989
989
  var result = hashCode(this.reference);
990
- result = imul(result, 31) + getBooleanHashCode(this.s2m_1) | 0;
990
+ result = imul(result, 31) + getBooleanHashCode(this.i2m_1) | 0;
991
991
  return result;
992
992
  };
993
993
  protoOf(WsIterable).equals = function (other) {
@@ -998,40 +998,40 @@ protoOf(WsIterable).equals = function (other) {
998
998
  var tmp0_other_with_cast = other instanceof WsIterable ? other : THROW_CCE();
999
999
  if (!equals(this.reference, tmp0_other_with_cast.reference))
1000
1000
  return false;
1001
- if (!(this.s2m_1 === tmp0_other_with_cast.s2m_1))
1001
+ if (!(this.i2m_1 === tmp0_other_with_cast.i2m_1))
1002
1002
  return false;
1003
1003
  return true;
1004
1004
  };
1005
1005
  function WsDict(reference, isNullable) {
1006
1006
  this.reference = reference;
1007
- this.u2m_1 = isNullable;
1007
+ this.k2m_1 = isNullable;
1008
1008
  }
1009
- protoOf(WsDict).f2m = function () {
1009
+ protoOf(WsDict).v2l = function () {
1010
1010
  return this.reference;
1011
1011
  };
1012
1012
  protoOf(WsDict).sm = function () {
1013
- return this.u2m_1;
1013
+ return this.k2m_1;
1014
1014
  };
1015
1015
  protoOf(WsDict).yd = function () {
1016
1016
  return this.reference;
1017
1017
  };
1018
1018
  protoOf(WsDict).zd = function () {
1019
- return this.u2m_1;
1019
+ return this.k2m_1;
1020
1020
  };
1021
- protoOf(WsDict).t2m = function (reference, isNullable) {
1021
+ protoOf(WsDict).j2m = function (reference, isNullable) {
1022
1022
  return new WsDict(reference, isNullable);
1023
1023
  };
1024
1024
  protoOf(WsDict).copy = function (reference, isNullable, $super) {
1025
1025
  reference = reference === VOID ? this.reference : reference;
1026
- isNullable = isNullable === VOID ? this.u2m_1 : isNullable;
1027
- return this.t2m(reference, isNullable);
1026
+ isNullable = isNullable === VOID ? this.k2m_1 : isNullable;
1027
+ return this.j2m(reference, isNullable);
1028
1028
  };
1029
1029
  protoOf(WsDict).toString = function () {
1030
- return 'WsDict(reference=' + toString(this.reference) + ', isNullable=' + this.u2m_1 + ')';
1030
+ return 'WsDict(reference=' + toString(this.reference) + ', isNullable=' + this.k2m_1 + ')';
1031
1031
  };
1032
1032
  protoOf(WsDict).hashCode = function () {
1033
1033
  var result = hashCode(this.reference);
1034
- result = imul(result, 31) + getBooleanHashCode(this.u2m_1) | 0;
1034
+ result = imul(result, 31) + getBooleanHashCode(this.k2m_1) | 0;
1035
1035
  return result;
1036
1036
  };
1037
1037
  protoOf(WsDict).equals = function (other) {
@@ -1042,40 +1042,40 @@ protoOf(WsDict).equals = function (other) {
1042
1042
  var tmp0_other_with_cast = other instanceof WsDict ? other : THROW_CCE();
1043
1043
  if (!equals(this.reference, tmp0_other_with_cast.reference))
1044
1044
  return false;
1045
- if (!(this.u2m_1 === tmp0_other_with_cast.u2m_1))
1045
+ if (!(this.k2m_1 === tmp0_other_with_cast.k2m_1))
1046
1046
  return false;
1047
1047
  return true;
1048
1048
  };
1049
1049
  function WsCustom(value, isNullable) {
1050
1050
  this.value = value;
1051
- this.v2m_1 = isNullable;
1051
+ this.l2m_1 = isNullable;
1052
1052
  }
1053
1053
  protoOf(WsCustom).b1 = function () {
1054
1054
  return this.value;
1055
1055
  };
1056
1056
  protoOf(WsCustom).sm = function () {
1057
- return this.v2m_1;
1057
+ return this.l2m_1;
1058
1058
  };
1059
1059
  protoOf(WsCustom).yd = function () {
1060
1060
  return this.value;
1061
1061
  };
1062
1062
  protoOf(WsCustom).zd = function () {
1063
- return this.v2m_1;
1063
+ return this.l2m_1;
1064
1064
  };
1065
- protoOf(WsCustom).w2m = function (value, isNullable) {
1065
+ protoOf(WsCustom).m2m = function (value, isNullable) {
1066
1066
  return new WsCustom(value, isNullable);
1067
1067
  };
1068
1068
  protoOf(WsCustom).copy = function (value, isNullable, $super) {
1069
1069
  value = value === VOID ? this.value : value;
1070
- isNullable = isNullable === VOID ? this.v2m_1 : isNullable;
1071
- return this.w2m(value, isNullable);
1070
+ isNullable = isNullable === VOID ? this.l2m_1 : isNullable;
1071
+ return this.m2m(value, isNullable);
1072
1072
  };
1073
1073
  protoOf(WsCustom).toString = function () {
1074
- return 'WsCustom(value=' + this.value + ', isNullable=' + this.v2m_1 + ')';
1074
+ return 'WsCustom(value=' + this.value + ', isNullable=' + this.l2m_1 + ')';
1075
1075
  };
1076
1076
  protoOf(WsCustom).hashCode = function () {
1077
1077
  var result = getStringHashCode(this.value);
1078
- result = imul(result, 31) + getBooleanHashCode(this.v2m_1) | 0;
1078
+ result = imul(result, 31) + getBooleanHashCode(this.l2m_1) | 0;
1079
1079
  return result;
1080
1080
  };
1081
1081
  protoOf(WsCustom).equals = function (other) {
@@ -1086,40 +1086,40 @@ protoOf(WsCustom).equals = function (other) {
1086
1086
  var tmp0_other_with_cast = other instanceof WsCustom ? other : THROW_CCE();
1087
1087
  if (!(this.value === tmp0_other_with_cast.value))
1088
1088
  return false;
1089
- if (!(this.v2m_1 === tmp0_other_with_cast.v2m_1))
1089
+ if (!(this.l2m_1 === tmp0_other_with_cast.l2m_1))
1090
1090
  return false;
1091
1091
  return true;
1092
1092
  };
1093
1093
  function WsPrimitive(type, isNullable) {
1094
1094
  this.type = type;
1095
- this.x2m_1 = isNullable;
1095
+ this.n2m_1 = isNullable;
1096
1096
  }
1097
- protoOf(WsPrimitive).y2m = function () {
1097
+ protoOf(WsPrimitive).o2m = function () {
1098
1098
  return this.type;
1099
1099
  };
1100
1100
  protoOf(WsPrimitive).sm = function () {
1101
- return this.x2m_1;
1101
+ return this.n2m_1;
1102
1102
  };
1103
1103
  protoOf(WsPrimitive).yd = function () {
1104
1104
  return this.type;
1105
1105
  };
1106
1106
  protoOf(WsPrimitive).zd = function () {
1107
- return this.x2m_1;
1107
+ return this.n2m_1;
1108
1108
  };
1109
- protoOf(WsPrimitive).z2m = function (type, isNullable) {
1109
+ protoOf(WsPrimitive).p2m = function (type, isNullable) {
1110
1110
  return new WsPrimitive(type, isNullable);
1111
1111
  };
1112
1112
  protoOf(WsPrimitive).copy = function (type, isNullable, $super) {
1113
1113
  type = type === VOID ? this.type : type;
1114
- isNullable = isNullable === VOID ? this.x2m_1 : isNullable;
1115
- return this.z2m(type, isNullable);
1114
+ isNullable = isNullable === VOID ? this.n2m_1 : isNullable;
1115
+ return this.p2m(type, isNullable);
1116
1116
  };
1117
1117
  protoOf(WsPrimitive).toString = function () {
1118
- return 'WsPrimitive(type=' + this.type.toString() + ', isNullable=' + this.x2m_1 + ')';
1118
+ return 'WsPrimitive(type=' + this.type.toString() + ', isNullable=' + this.n2m_1 + ')';
1119
1119
  };
1120
1120
  protoOf(WsPrimitive).hashCode = function () {
1121
1121
  var result = this.type.hashCode();
1122
- result = imul(result, 31) + getBooleanHashCode(this.x2m_1) | 0;
1122
+ result = imul(result, 31) + getBooleanHashCode(this.n2m_1) | 0;
1123
1123
  return result;
1124
1124
  };
1125
1125
  protoOf(WsPrimitive).equals = function (other) {
@@ -1130,7 +1130,7 @@ protoOf(WsPrimitive).equals = function (other) {
1130
1130
  var tmp0_other_with_cast = other instanceof WsPrimitive ? other : THROW_CCE();
1131
1131
  if (!this.type.equals(tmp0_other_with_cast.type))
1132
1132
  return false;
1133
- if (!(this.x2m_1 === tmp0_other_with_cast.x2m_1))
1133
+ if (!(this.n2m_1 === tmp0_other_with_cast.n2m_1))
1134
1134
  return false;
1135
1135
  return true;
1136
1136
  };
@@ -1183,12 +1183,12 @@ protoOf(WsRequest).z17 = function () {
1183
1183
  protoOf(WsRequest).yd = function () {
1184
1184
  return this.content;
1185
1185
  };
1186
- protoOf(WsRequest).c2n = function (content) {
1186
+ protoOf(WsRequest).s2m = function (content) {
1187
1187
  return new WsRequest(content);
1188
1188
  };
1189
1189
  protoOf(WsRequest).copy = function (content, $super) {
1190
1190
  content = content === VOID ? this.content : content;
1191
- return this.c2n(content);
1191
+ return this.s2m(content);
1192
1192
  };
1193
1193
  protoOf(WsRequest).toString = function () {
1194
1194
  return 'WsRequest(content=' + toString_0(this.content) + ')';
@@ -1211,10 +1211,10 @@ function WsResponse(status, headers, content) {
1211
1211
  this.headers = headers;
1212
1212
  this.content = content;
1213
1213
  }
1214
- protoOf(WsResponse).d2n = function () {
1214
+ protoOf(WsResponse).t2m = function () {
1215
1215
  return this.status;
1216
1216
  };
1217
- protoOf(WsResponse).m2l = function () {
1217
+ protoOf(WsResponse).c2l = function () {
1218
1218
  return this.headers;
1219
1219
  };
1220
1220
  protoOf(WsResponse).z17 = function () {
@@ -1229,14 +1229,14 @@ protoOf(WsResponse).zd = function () {
1229
1229
  protoOf(WsResponse).ji = function () {
1230
1230
  return this.content;
1231
1231
  };
1232
- protoOf(WsResponse).e2n = function (status, headers, content) {
1232
+ protoOf(WsResponse).u2m = function (status, headers, content) {
1233
1233
  return new WsResponse(status, headers, content);
1234
1234
  };
1235
1235
  protoOf(WsResponse).copy = function (status, headers, content, $super) {
1236
1236
  status = status === VOID ? this.status : status;
1237
1237
  headers = headers === VOID ? this.headers : headers;
1238
1238
  content = content === VOID ? this.content : content;
1239
- return this.e2n(status, headers, content);
1239
+ return this.u2m(status, headers, content);
1240
1240
  };
1241
1241
  protoOf(WsResponse).toString = function () {
1242
1242
  return 'WsResponse(status=' + this.status + ', headers=' + toString(this.headers) + ', content=' + toString_0(this.content) + ')';
@@ -1267,10 +1267,10 @@ function WsContent(type, reference, isNullable) {
1267
1267
  this.reference = reference;
1268
1268
  this.isNullable = isNullable;
1269
1269
  }
1270
- protoOf(WsContent).y2m = function () {
1270
+ protoOf(WsContent).o2m = function () {
1271
1271
  return this.type;
1272
1272
  };
1273
- protoOf(WsContent).f2m = function () {
1273
+ protoOf(WsContent).v2l = function () {
1274
1274
  return this.reference;
1275
1275
  };
1276
1276
  protoOf(WsContent).sm = function () {
@@ -1285,14 +1285,14 @@ protoOf(WsContent).zd = function () {
1285
1285
  protoOf(WsContent).ji = function () {
1286
1286
  return this.isNullable;
1287
1287
  };
1288
- protoOf(WsContent).f2n = function (type, reference, isNullable) {
1288
+ protoOf(WsContent).v2m = function (type, reference, isNullable) {
1289
1289
  return new WsContent(type, reference, isNullable);
1290
1290
  };
1291
1291
  protoOf(WsContent).copy = function (type, reference, isNullable, $super) {
1292
1292
  type = type === VOID ? this.type : type;
1293
1293
  reference = reference === VOID ? this.reference : reference;
1294
1294
  isNullable = isNullable === VOID ? this.isNullable : isNullable;
1295
- return this.f2n(type, reference, isNullable);
1295
+ return this.v2m(type, reference, isNullable);
1296
1296
  };
1297
1297
  protoOf(WsContent).toString = function () {
1298
1298
  return 'WsContent(type=' + this.type + ', reference=' + toString(this.reference) + ', isNullable=' + this.isNullable + ')';
@@ -1320,8 +1320,8 @@ protoOf(WsContent).equals = function (other) {
1320
1320
  function produce(_this__u8e3s4) {
1321
1321
  var tmp;
1322
1322
  if (_this__u8e3s4 instanceof Type) {
1323
- var tmp_0 = _this__u8e3s4.k26_1.b1();
1324
- var tmp1_safe_receiver = _this__u8e3s4.j26_1;
1323
+ var tmp_0 = _this__u8e3s4.n26_1.b1();
1324
+ var tmp1_safe_receiver = _this__u8e3s4.m26_1;
1325
1325
  var tmp_1;
1326
1326
  var tmp_2 = tmp1_safe_receiver;
1327
1327
  if ((tmp_2 == null ? null : new Comment(tmp_2)) == null) {
@@ -1329,11 +1329,11 @@ function produce(_this__u8e3s4) {
1329
1329
  } else {
1330
1330
  tmp_1 = _Comment___get_value__impl__8r3pla(tmp1_safe_receiver);
1331
1331
  }
1332
- tmp = new WsType(tmp_0, tmp_1, produce_1(_this__u8e3s4.l26_1));
1332
+ tmp = new WsType(tmp_0, tmp_1, produce_1(_this__u8e3s4.o26_1));
1333
1333
  } else {
1334
1334
  if (_this__u8e3s4 instanceof Endpoint) {
1335
- var tmp_3 = _this__u8e3s4.s24_1.b1();
1336
- var tmp2_safe_receiver = _this__u8e3s4.r24_1;
1335
+ var tmp_3 = _this__u8e3s4.v24_1.b1();
1336
+ var tmp2_safe_receiver = _this__u8e3s4.u24_1;
1337
1337
  var tmp_4;
1338
1338
  var tmp_5 = tmp2_safe_receiver;
1339
1339
  if ((tmp_5 == null ? null : new Comment(tmp_5)) == null) {
@@ -1341,11 +1341,11 @@ function produce(_this__u8e3s4) {
1341
1341
  } else {
1342
1342
  tmp_4 = _Comment___get_value__impl__8r3pla(tmp2_safe_receiver);
1343
1343
  }
1344
- tmp = new WsEndpoint(tmp_3, tmp_4, produce_2(_this__u8e3s4.t24_1), produce_3(_this__u8e3s4.u24_1), produce_4(_this__u8e3s4.v24_1), produce_4(_this__u8e3s4.w24_1), produce_4(_this__u8e3s4.x24_1), produce_5(_this__u8e3s4.y24_1), produce_6(_this__u8e3s4.z24_1));
1344
+ tmp = new WsEndpoint(tmp_3, tmp_4, produce_2(_this__u8e3s4.w24_1), produce_3(_this__u8e3s4.x24_1), produce_4(_this__u8e3s4.y24_1), produce_4(_this__u8e3s4.z24_1), produce_4(_this__u8e3s4.a25_1), produce_5(_this__u8e3s4.b25_1), produce_6(_this__u8e3s4.c25_1));
1345
1345
  } else {
1346
1346
  if (_this__u8e3s4 instanceof Enum_0) {
1347
- var tmp_6 = _this__u8e3s4.r26_1.b1();
1348
- var tmp3_safe_receiver = _this__u8e3s4.q26_1;
1347
+ var tmp_6 = _this__u8e3s4.u26_1.b1();
1348
+ var tmp3_safe_receiver = _this__u8e3s4.t26_1;
1349
1349
  var tmp_7;
1350
1350
  var tmp_8 = tmp3_safe_receiver;
1351
1351
  if ((tmp_8 == null ? null : new Comment(tmp_8)) == null) {
@@ -1355,13 +1355,13 @@ function produce(_this__u8e3s4) {
1355
1355
  }
1356
1356
  var tmp_9 = tmp_7;
1357
1357
  // Inline function 'kotlin.collections.toTypedArray' call
1358
- var this_0 = _this__u8e3s4.s26_1;
1358
+ var this_0 = _this__u8e3s4.v26_1;
1359
1359
  var tmp$ret$0 = copyToArray(this_0);
1360
1360
  tmp = new WsEnum(tmp_6, tmp_9, tmp$ret$0);
1361
1361
  } else {
1362
1362
  if (_this__u8e3s4 instanceof Refined) {
1363
- var tmp_10 = _this__u8e3s4.o26_1.b1();
1364
- var tmp4_safe_receiver = _this__u8e3s4.n26_1;
1363
+ var tmp_10 = _this__u8e3s4.r26_1.b1();
1364
+ var tmp4_safe_receiver = _this__u8e3s4.q26_1;
1365
1365
  var tmp_11;
1366
1366
  var tmp_12 = tmp4_safe_receiver;
1367
1367
  if ((tmp_12 == null ? null : new Comment(tmp_12)) == null) {
@@ -1369,11 +1369,11 @@ function produce(_this__u8e3s4) {
1369
1369
  } else {
1370
1370
  tmp_11 = _Comment___get_value__impl__8r3pla(tmp4_safe_receiver);
1371
1371
  }
1372
- tmp = new WsRefined(tmp_10, tmp_11, _this__u8e3s4.p26_1.j27_1);
1372
+ tmp = new WsRefined(tmp_10, tmp_11, _this__u8e3s4.s26_1.r27_1);
1373
1373
  } else {
1374
1374
  if (_this__u8e3s4 instanceof Union) {
1375
- var tmp_13 = _this__u8e3s4.h26_1.b1();
1376
- var tmp5_safe_receiver = _this__u8e3s4.g26_1;
1375
+ var tmp_13 = _this__u8e3s4.k26_1.b1();
1376
+ var tmp5_safe_receiver = _this__u8e3s4.j26_1;
1377
1377
  var tmp_14;
1378
1378
  var tmp_15 = tmp5_safe_receiver;
1379
1379
  if ((tmp_15 == null ? null : new Comment(tmp_15)) == null) {
@@ -1383,7 +1383,7 @@ function produce(_this__u8e3s4) {
1383
1383
  }
1384
1384
  var tmp_16 = tmp_14;
1385
1385
  // Inline function 'kotlin.collections.map' call
1386
- var this_1 = _this__u8e3s4.i26_1;
1386
+ var this_1 = _this__u8e3s4.l26_1;
1387
1387
  // Inline function 'kotlin.collections.mapTo' call
1388
1388
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
1389
1389
  var _iterator__ex2g4s = this_1.g();
@@ -1398,8 +1398,8 @@ function produce(_this__u8e3s4) {
1398
1398
  tmp = new WsUnion(tmp_13, tmp_16, tmp$ret$4);
1399
1399
  } else {
1400
1400
  if (_this__u8e3s4 instanceof Channel) {
1401
- var tmp_17 = _this__u8e3s4.u26_1.b1();
1402
- var tmp6_safe_receiver = _this__u8e3s4.t26_1;
1401
+ var tmp_17 = _this__u8e3s4.x26_1.b1();
1402
+ var tmp6_safe_receiver = _this__u8e3s4.w26_1;
1403
1403
  var tmp_18;
1404
1404
  var tmp_19 = tmp6_safe_receiver;
1405
1405
  if ((tmp_19 == null ? null : new Comment(tmp_19)) == null) {
@@ -1407,7 +1407,7 @@ function produce(_this__u8e3s4) {
1407
1407
  } else {
1408
1408
  tmp_18 = _Comment___get_value__impl__8r3pla(tmp6_safe_receiver);
1409
1409
  }
1410
- tmp = new WsChannel(tmp_17, tmp_18, produce_7(_this__u8e3s4.v26_1));
1410
+ tmp = new WsChannel(tmp_17, tmp_18, produce_7(_this__u8e3s4.y26_1));
1411
1411
  } else {
1412
1412
  noWhenBranchMatchedException();
1413
1413
  }
@@ -1420,7 +1420,7 @@ function produce(_this__u8e3s4) {
1420
1420
  }
1421
1421
  function produce_0(_this__u8e3s4) {
1422
1422
  // Inline function 'arrow.core.NonEmptyList.map' call
1423
- var this_0 = _this__u8e3s4.n29_1;
1423
+ var this_0 = _this__u8e3s4.a2a_1;
1424
1424
  // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
1425
1425
  var it = this_0.uk_1;
1426
1426
  var tmp = produce_8(it);
@@ -1458,7 +1458,7 @@ function consume(_this__u8e3s4) {
1458
1458
  }
1459
1459
  function produce_1(_this__u8e3s4) {
1460
1460
  // Inline function 'kotlin.collections.map' call
1461
- var this_0 = _this__u8e3s4.g27_1;
1461
+ var this_0 = _this__u8e3s4.o27_1;
1462
1462
  // Inline function 'kotlin.collections.mapTo' call
1463
1463
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
1464
1464
  var _iterator__ex2g4s = this_0.g();
@@ -1515,10 +1515,10 @@ function produce_3(_this__u8e3s4) {
1515
1515
  // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
1516
1516
  var tmp;
1517
1517
  if (item instanceof Literal) {
1518
- tmp = new WsLiteral(item.b26_1);
1518
+ tmp = new WsLiteral(item.e26_1);
1519
1519
  } else {
1520
1520
  if (item instanceof Param) {
1521
- tmp = new WsParam(produce_10(item.s25_1), produce_7(item.t25_1));
1521
+ tmp = new WsParam(produce_10(item.v25_1), produce_7(item.w25_1));
1522
1522
  } else {
1523
1523
  noWhenBranchMatchedException();
1524
1524
  }
@@ -1574,22 +1574,22 @@ function produce_6(_this__u8e3s4) {
1574
1574
  function produce_7(_this__u8e3s4) {
1575
1575
  var tmp;
1576
1576
  if (_this__u8e3s4 instanceof Any) {
1577
- tmp = new WsAny(_this__u8e3s4.e2b_1);
1577
+ tmp = new WsAny(_this__u8e3s4.g2b_1);
1578
1578
  } else {
1579
1579
  if (_this__u8e3s4 instanceof Unit) {
1580
- tmp = new WsUnit(_this__u8e3s4.g2b_1);
1580
+ tmp = new WsUnit(_this__u8e3s4.i2b_1);
1581
1581
  } else {
1582
1582
  if (_this__u8e3s4 instanceof Custom) {
1583
- tmp = new WsCustom(_this__u8e3s4.v23_1, _this__u8e3s4.w23_1);
1583
+ tmp = new WsCustom(_this__u8e3s4.y23_1, _this__u8e3s4.z23_1);
1584
1584
  } else {
1585
1585
  if (_this__u8e3s4 instanceof Primitive) {
1586
- tmp = new WsPrimitive(produce_13(_this__u8e3s4.k24_1), _this__u8e3s4.l24_1);
1586
+ tmp = new WsPrimitive(produce_13(_this__u8e3s4.n24_1), _this__u8e3s4.o24_1);
1587
1587
  } else {
1588
1588
  if (_this__u8e3s4 instanceof Dict) {
1589
- tmp = new WsDict(produce_7(_this__u8e3s4.h24_1), _this__u8e3s4.i24_1);
1589
+ tmp = new WsDict(produce_7(_this__u8e3s4.k24_1), _this__u8e3s4.l24_1);
1590
1590
  } else {
1591
1591
  if (_this__u8e3s4 instanceof Iterable) {
1592
- tmp = new WsIterable(produce_7(_this__u8e3s4.x23_1), _this__u8e3s4.y23_1);
1592
+ tmp = new WsIterable(produce_7(_this__u8e3s4.a24_1), _this__u8e3s4.b24_1);
1593
1593
  } else {
1594
1594
  noWhenBranchMatchedException();
1595
1595
  }
@@ -1602,7 +1602,7 @@ function produce_7(_this__u8e3s4) {
1602
1602
  }
1603
1603
  function produce_8(_this__u8e3s4) {
1604
1604
  // Inline function 'arrow.core.NonEmptyList.map' call
1605
- var this_0 = _this__u8e3s4.f27_1;
1605
+ var this_0 = _this__u8e3s4.n27_1;
1606
1606
  // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
1607
1607
  var it = this_0.uk_1;
1608
1608
  var tmp = produce(it);
@@ -1652,18 +1652,18 @@ function consume_0(_this__u8e3s4) {
1652
1652
  return tmp;
1653
1653
  }
1654
1654
  function produce_9(_this__u8e3s4) {
1655
- return new WsField(produce_10(_this__u8e3s4.n25_1), produce_7(_this__u8e3s4.o25_1));
1655
+ return new WsField(produce_10(_this__u8e3s4.q25_1), produce_7(_this__u8e3s4.r25_1));
1656
1656
  }
1657
1657
  function produce_10(_this__u8e3s4) {
1658
1658
  return new WsFieldIdentifier(_this__u8e3s4.b1());
1659
1659
  }
1660
1660
  function produce_11(_this__u8e3s4) {
1661
- var tmp0_safe_receiver = _this__u8e3s4.f25_1;
1661
+ var tmp0_safe_receiver = _this__u8e3s4.i25_1;
1662
1662
  return new WsRequest(tmp0_safe_receiver == null ? null : produce_14(tmp0_safe_receiver));
1663
1663
  }
1664
1664
  function produce_12(_this__u8e3s4) {
1665
1665
  // Inline function 'kotlin.collections.map' call
1666
- var this_0 = _this__u8e3s4.b25_1;
1666
+ var this_0 = _this__u8e3s4.e25_1;
1667
1667
  // Inline function 'kotlin.collections.mapTo' call
1668
1668
  var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_0, 10));
1669
1669
  var _iterator__ex2g4s = this_0.g();
@@ -1675,8 +1675,8 @@ function produce_12(_this__u8e3s4) {
1675
1675
  }
1676
1676
  // Inline function 'kotlin.collections.toTypedArray' call
1677
1677
  var tmp = copyToArray(destination);
1678
- var tmp0_safe_receiver = _this__u8e3s4.c25_1;
1679
- return new WsResponse(_this__u8e3s4.a25_1, tmp, tmp0_safe_receiver == null ? null : produce_14(tmp0_safe_receiver));
1678
+ var tmp0_safe_receiver = _this__u8e3s4.f25_1;
1679
+ return new WsResponse(_this__u8e3s4.d25_1, tmp, tmp0_safe_receiver == null ? null : produce_14(tmp0_safe_receiver));
1680
1680
  }
1681
1681
  function produce_13(_this__u8e3s4) {
1682
1682
  var tmp;
@@ -1704,17 +1704,17 @@ function produce_13(_this__u8e3s4) {
1704
1704
  return tmp;
1705
1705
  }
1706
1706
  function consume_1(_this__u8e3s4) {
1707
- var tmp0_safe_receiver = _this__u8e3s4.i2l_1;
1707
+ var tmp0_safe_receiver = _this__u8e3s4.y2k_1;
1708
1708
  var tmp;
1709
1709
  if (tmp0_safe_receiver == null) {
1710
1710
  tmp = null;
1711
1711
  } else {
1712
1712
  // Inline function 'kotlin.let' call
1713
1713
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1714
- tmp = Companion_instance.z2a(tmp0_safe_receiver);
1714
+ tmp = Companion_instance.b2b(tmp0_safe_receiver);
1715
1715
  }
1716
1716
  var tmp_0 = tmp;
1717
- var tmp_1 = new DefinitionIdentifier(_this__u8e3s4.h2l_1);
1717
+ var tmp_1 = new DefinitionIdentifier(_this__u8e3s4.x2k_1);
1718
1718
  var tmp_2 = consume_7(_this__u8e3s4.method);
1719
1719
  // Inline function 'kotlin.collections.map' call
1720
1720
  var this_0 = _this__u8e3s4.path;
@@ -1802,45 +1802,45 @@ function consume_1(_this__u8e3s4) {
1802
1802
  return new Endpoint(tmp_0, tmp_1, tmp_2, tmp_3, tmp_4, tmp_5, tmp_6, tmp_7, destination_4);
1803
1803
  }
1804
1804
  function consume_2(_this__u8e3s4) {
1805
- var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.x2l_1);
1806
- var tmp0_safe_receiver = _this__u8e3s4.y2l_1;
1805
+ var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.n2l_1);
1806
+ var tmp0_safe_receiver = _this__u8e3s4.o2l_1;
1807
1807
  var tmp;
1808
1808
  if (tmp0_safe_receiver == null) {
1809
1809
  tmp = null;
1810
1810
  } else {
1811
1811
  // Inline function 'kotlin.let' call
1812
1812
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1813
- tmp = Companion_instance.z2a(tmp0_safe_receiver);
1813
+ tmp = Companion_instance.b2b(tmp0_safe_receiver);
1814
1814
  }
1815
1815
  var tmp2_comment = tmp;
1816
1816
  var tmp3_entries = toSet(_this__u8e3s4.entries);
1817
1817
  return new Enum_0(tmp2_comment, tmp1_identifier, tmp3_entries);
1818
1818
  }
1819
1819
  function consume_3(_this__u8e3s4) {
1820
- var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.h2m_1);
1821
- var tmp0_safe_receiver = _this__u8e3s4.i2m_1;
1820
+ var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.x2l_1);
1821
+ var tmp0_safe_receiver = _this__u8e3s4.y2l_1;
1822
1822
  var tmp;
1823
1823
  if (tmp0_safe_receiver == null) {
1824
1824
  tmp = null;
1825
1825
  } else {
1826
1826
  // Inline function 'kotlin.let' call
1827
1827
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1828
- tmp = Companion_instance.z2a(tmp0_safe_receiver);
1828
+ tmp = Companion_instance.b2b(tmp0_safe_receiver);
1829
1829
  }
1830
1830
  var tmp2_comment = tmp;
1831
1831
  var tmp3_validator = new Validator(_this__u8e3s4.validator);
1832
1832
  return new Refined(tmp2_comment, tmp1_identifier, tmp3_validator);
1833
1833
  }
1834
1834
  function consume_4(_this__u8e3s4) {
1835
- var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.c2l_1);
1836
- var tmp0_safe_receiver = _this__u8e3s4.d2l_1;
1835
+ var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.s2k_1);
1836
+ var tmp0_safe_receiver = _this__u8e3s4.t2k_1;
1837
1837
  var tmp;
1838
1838
  if (tmp0_safe_receiver == null) {
1839
1839
  tmp = null;
1840
1840
  } else {
1841
1841
  // Inline function 'kotlin.let' call
1842
1842
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1843
- tmp = Companion_instance.z2a(tmp0_safe_receiver);
1843
+ tmp = Companion_instance.b2b(tmp0_safe_receiver);
1844
1844
  }
1845
1845
  var tmp2_comment = tmp;
1846
1846
  // Inline function 'kotlin.collections.map' call
@@ -1861,15 +1861,15 @@ function consume_4(_this__u8e3s4) {
1861
1861
  return new Type(tmp2_comment, tmp1_identifier, tmp3_shape, tmp4_extends);
1862
1862
  }
1863
1863
  function consume_5(_this__u8e3s4) {
1864
- var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.a2m_1);
1865
- var tmp0_safe_receiver = _this__u8e3s4.b2m_1;
1864
+ var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.q2l_1);
1865
+ var tmp0_safe_receiver = _this__u8e3s4.r2l_1;
1866
1866
  var tmp;
1867
1867
  if (tmp0_safe_receiver == null) {
1868
1868
  tmp = null;
1869
1869
  } else {
1870
1870
  // Inline function 'kotlin.let' call
1871
1871
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1872
- tmp = Companion_instance.z2a(tmp0_safe_receiver);
1872
+ tmp = Companion_instance.b2b(tmp0_safe_receiver);
1873
1873
  }
1874
1874
  var tmp2_comment = tmp;
1875
1875
  // Inline function 'kotlin.collections.map' call
@@ -1889,22 +1889,22 @@ function consume_5(_this__u8e3s4) {
1889
1889
  return new Union(tmp2_comment, tmp1_identifier, tmp3_entries);
1890
1890
  }
1891
1891
  function consume_6(_this__u8e3s4) {
1892
- var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.d2m_1);
1893
- var tmp0_safe_receiver = _this__u8e3s4.e2m_1;
1892
+ var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.t2l_1);
1893
+ var tmp0_safe_receiver = _this__u8e3s4.u2l_1;
1894
1894
  var tmp;
1895
1895
  if (tmp0_safe_receiver == null) {
1896
1896
  tmp = null;
1897
1897
  } else {
1898
1898
  // Inline function 'kotlin.let' call
1899
1899
  // Inline function 'community.flock.wirespec.compiler.lib.consume.<anonymous>' call
1900
- tmp = Companion_instance.z2a(tmp0_safe_receiver);
1900
+ tmp = Companion_instance.b2b(tmp0_safe_receiver);
1901
1901
  }
1902
1902
  var tmp2_comment = tmp;
1903
1903
  var tmp3_reference = consume_12(_this__u8e3s4.reference);
1904
1904
  return new Channel(tmp2_comment, tmp1_identifier, tmp3_reference);
1905
1905
  }
1906
1906
  function produce_14(_this__u8e3s4) {
1907
- return new WsContent(_this__u8e3s4.g25_1, produce_7(_this__u8e3s4.h25_1));
1907
+ return new WsContent(_this__u8e3s4.j25_1, produce_7(_this__u8e3s4.k25_1));
1908
1908
  }
1909
1909
  function consume_7(_this__u8e3s4) {
1910
1910
  var tmp;
@@ -1980,22 +1980,22 @@ function consume_11(_this__u8e3s4) {
1980
1980
  function consume_12(_this__u8e3s4) {
1981
1981
  var tmp;
1982
1982
  if (_this__u8e3s4 instanceof WsAny) {
1983
- tmp = new Any(_this__u8e3s4.p2m_1);
1983
+ tmp = new Any(_this__u8e3s4.f2m_1);
1984
1984
  } else {
1985
1985
  if (_this__u8e3s4 instanceof WsUnit) {
1986
- tmp = new Unit(_this__u8e3s4.r2m_1);
1986
+ tmp = new Unit(_this__u8e3s4.h2m_1);
1987
1987
  } else {
1988
1988
  if (_this__u8e3s4 instanceof WsCustom) {
1989
- tmp = new Custom(_this__u8e3s4.value, _this__u8e3s4.v2m_1);
1989
+ tmp = new Custom(_this__u8e3s4.value, _this__u8e3s4.l2m_1);
1990
1990
  } else {
1991
1991
  if (_this__u8e3s4 instanceof WsPrimitive) {
1992
- tmp = new Primitive(consume_15(_this__u8e3s4.type), _this__u8e3s4.x2m_1);
1992
+ tmp = new Primitive(consume_15(_this__u8e3s4.type), _this__u8e3s4.n2m_1);
1993
1993
  } else {
1994
1994
  if (_this__u8e3s4 instanceof WsDict) {
1995
- tmp = new Dict(consume_12(_this__u8e3s4.reference), _this__u8e3s4.u2m_1);
1995
+ tmp = new Dict(consume_12(_this__u8e3s4.reference), _this__u8e3s4.k2m_1);
1996
1996
  } else {
1997
1997
  if (_this__u8e3s4 instanceof WsIterable) {
1998
- tmp = new Iterable(consume_12(_this__u8e3s4.reference), _this__u8e3s4.s2m_1);
1998
+ tmp = new Iterable(consume_12(_this__u8e3s4.reference), _this__u8e3s4.i2m_1);
1999
1999
  } else {
2000
2000
  noWhenBranchMatchedException();
2001
2001
  }
@@ -2101,10 +2101,10 @@ function WsCompilationResult(result, errors) {
2101
2101
  this.result = result;
2102
2102
  this.errors = errors;
2103
2103
  }
2104
- protoOf(WsCompilationResult).g2n = function () {
2104
+ protoOf(WsCompilationResult).w2m = function () {
2105
2105
  return this.result;
2106
2106
  };
2107
- protoOf(WsCompilationResult).h2n = function () {
2107
+ protoOf(WsCompilationResult).x2m = function () {
2108
2108
  return this.errors;
2109
2109
  };
2110
2110
  function WsCompiled(value) {
@@ -2129,10 +2129,10 @@ function WsParseResult(result, errors) {
2129
2129
  this.result = result;
2130
2130
  this.errors = errors;
2131
2131
  }
2132
- protoOf(WsParseResult).g2n = function () {
2132
+ protoOf(WsParseResult).w2m = function () {
2133
2133
  return this.result;
2134
2134
  };
2135
- protoOf(WsParseResult).h2n = function () {
2135
+ protoOf(WsParseResult).x2m = function () {
2136
2136
  return this.errors;
2137
2137
  };
2138
2138
  function WsStringResult(result, errors) {
@@ -2141,20 +2141,20 @@ function WsStringResult(result, errors) {
2141
2141
  this.result = result;
2142
2142
  this.errors = errors;
2143
2143
  }
2144
- protoOf(WsStringResult).g2n = function () {
2144
+ protoOf(WsStringResult).w2m = function () {
2145
2145
  return this.result;
2146
2146
  };
2147
- protoOf(WsStringResult).h2n = function () {
2147
+ protoOf(WsStringResult).x2m = function () {
2148
2148
  return this.errors;
2149
2149
  };
2150
2150
  function WsEmitted(typeName, result) {
2151
2151
  this.typeName = typeName;
2152
2152
  this.result = result;
2153
2153
  }
2154
- protoOf(WsEmitted).i2n = function () {
2154
+ protoOf(WsEmitted).y2m = function () {
2155
2155
  return this.typeName;
2156
2156
  };
2157
- protoOf(WsEmitted).g2n = function () {
2157
+ protoOf(WsEmitted).w2m = function () {
2158
2158
  return this.result;
2159
2159
  };
2160
2160
  function produce_15(_this__u8e3s4) {
@@ -2222,7 +2222,7 @@ function produce_16(_this__u8e3s4) {
2222
2222
  return tmp;
2223
2223
  }
2224
2224
  function produce_17(_this__u8e3s4) {
2225
- return new WsEmitted(_this__u8e3s4.y26_1, _this__u8e3s4.z26_1);
2225
+ return new WsEmitted(_this__u8e3s4.b27_1, _this__u8e3s4.c27_1);
2226
2226
  }
2227
2227
  function WsTokenResult(tokens, error) {
2228
2228
  tokens = tokens === VOID ? null : tokens;
@@ -2230,10 +2230,10 @@ function WsTokenResult(tokens, error) {
2230
2230
  this.tokens = tokens;
2231
2231
  this.error = error;
2232
2232
  }
2233
- protoOf(WsTokenResult).j2n = function () {
2233
+ protoOf(WsTokenResult).z2m = function () {
2234
2234
  return this.tokens;
2235
2235
  };
2236
- protoOf(WsTokenResult).k2n = function () {
2236
+ protoOf(WsTokenResult).a2n = function () {
2237
2237
  return this.error;
2238
2238
  };
2239
2239
  protoOf(WsTokenResult).yd = function () {
@@ -2242,13 +2242,13 @@ protoOf(WsTokenResult).yd = function () {
2242
2242
  protoOf(WsTokenResult).zd = function () {
2243
2243
  return this.error;
2244
2244
  };
2245
- protoOf(WsTokenResult).l2n = function (tokens, error) {
2245
+ protoOf(WsTokenResult).b2n = function (tokens, error) {
2246
2246
  return new WsTokenResult(tokens, error);
2247
2247
  };
2248
2248
  protoOf(WsTokenResult).copy = function (tokens, error, $super) {
2249
2249
  tokens = tokens === VOID ? this.tokens : tokens;
2250
2250
  error = error === VOID ? this.error : error;
2251
- return this.l2n(tokens, error);
2251
+ return this.b2n(tokens, error);
2252
2252
  };
2253
2253
  protoOf(WsTokenResult).toString = function () {
2254
2254
  return 'WsTokenResult(tokens=' + toString_0(this.tokens) + ', error=' + toString_0(this.error) + ')';
@@ -2293,12 +2293,12 @@ protoOf(WsTokens).hashCode = function () {
2293
2293
  protoOf(WsTokens).yd = function () {
2294
2294
  return this.value;
2295
2295
  };
2296
- protoOf(WsTokens).m2n = function (value) {
2296
+ protoOf(WsTokens).c2n = function (value) {
2297
2297
  return new WsTokens(value);
2298
2298
  };
2299
2299
  protoOf(WsTokens).copy = function (value, $super) {
2300
2300
  value = value === VOID ? this.value : value;
2301
- return this.m2n(value);
2301
+ return this.c2n(value);
2302
2302
  };
2303
2303
  protoOf(WsTokens).toString = function () {
2304
2304
  return 'WsTokens(value=' + toString(this.value) + ')';
@@ -2309,13 +2309,13 @@ function WsToken(type, value, coordinates) {
2309
2309
  this.value = value;
2310
2310
  this.coordinates = coordinates;
2311
2311
  }
2312
- protoOf(WsToken).y2m = function () {
2312
+ protoOf(WsToken).o2m = function () {
2313
2313
  return this.type;
2314
2314
  };
2315
2315
  protoOf(WsToken).b1 = function () {
2316
2316
  return this.value;
2317
2317
  };
2318
- protoOf(WsToken).n2n = function () {
2318
+ protoOf(WsToken).d2n = function () {
2319
2319
  return this.coordinates;
2320
2320
  };
2321
2321
  protoOf(WsToken).yd = function () {
@@ -2327,14 +2327,14 @@ protoOf(WsToken).zd = function () {
2327
2327
  protoOf(WsToken).ji = function () {
2328
2328
  return this.coordinates;
2329
2329
  };
2330
- protoOf(WsToken).o2n = function (type, value, coordinates) {
2330
+ protoOf(WsToken).e2n = function (type, value, coordinates) {
2331
2331
  return new WsToken(type, value, coordinates);
2332
2332
  };
2333
2333
  protoOf(WsToken).copy = function (type, value, coordinates, $super) {
2334
2334
  type = type === VOID ? this.type : type;
2335
2335
  value = value === VOID ? this.value : value;
2336
2336
  coordinates = coordinates === VOID ? this.coordinates : coordinates;
2337
- return this.o2n(type, value, coordinates);
2337
+ return this.e2n(type, value, coordinates);
2338
2338
  };
2339
2339
  protoOf(WsToken).toString = function () {
2340
2340
  return 'WsToken(type=' + this.type + ', value=' + this.value + ', coordinates=' + this.coordinates.toString() + ')';
@@ -2367,13 +2367,13 @@ function WsCoordinates(line, position, idxAndLength) {
2367
2367
  this.position = position;
2368
2368
  this.idxAndLength = idxAndLength;
2369
2369
  }
2370
- protoOf(WsCoordinates).p2n = function () {
2370
+ protoOf(WsCoordinates).f2n = function () {
2371
2371
  return this.line;
2372
2372
  };
2373
- protoOf(WsCoordinates).q2n = function () {
2373
+ protoOf(WsCoordinates).g2n = function () {
2374
2374
  return this.position;
2375
2375
  };
2376
- protoOf(WsCoordinates).r2n = function () {
2376
+ protoOf(WsCoordinates).h2n = function () {
2377
2377
  return this.idxAndLength;
2378
2378
  };
2379
2379
  protoOf(WsCoordinates).yd = function () {
@@ -2385,14 +2385,14 @@ protoOf(WsCoordinates).zd = function () {
2385
2385
  protoOf(WsCoordinates).ji = function () {
2386
2386
  return this.idxAndLength;
2387
2387
  };
2388
- protoOf(WsCoordinates).s2n = function (line, position, idxAndLength) {
2388
+ protoOf(WsCoordinates).i2n = function (line, position, idxAndLength) {
2389
2389
  return new WsCoordinates(line, position, idxAndLength);
2390
2390
  };
2391
2391
  protoOf(WsCoordinates).copy = function (line, position, idxAndLength, $super) {
2392
2392
  line = line === VOID ? this.line : line;
2393
2393
  position = position === VOID ? this.position : position;
2394
2394
  idxAndLength = idxAndLength === VOID ? this.idxAndLength : idxAndLength;
2395
- return this.s2n(line, position, idxAndLength);
2395
+ return this.i2n(line, position, idxAndLength);
2396
2396
  };
2397
2397
  protoOf(WsCoordinates).toString = function () {
2398
2398
  return 'WsCoordinates(line=' + this.line + ', position=' + this.position + ', idxAndLength=' + this.idxAndLength.toString() + ')';
@@ -2423,7 +2423,7 @@ function WsIndex(idx, length) {
2423
2423
  this.idx = idx;
2424
2424
  this.length = length;
2425
2425
  }
2426
- protoOf(WsIndex).t2n = function () {
2426
+ protoOf(WsIndex).j2n = function () {
2427
2427
  return this.idx;
2428
2428
  };
2429
2429
  protoOf(WsIndex).a = function () {
@@ -2435,13 +2435,13 @@ protoOf(WsIndex).yd = function () {
2435
2435
  protoOf(WsIndex).zd = function () {
2436
2436
  return this.length;
2437
2437
  };
2438
- protoOf(WsIndex).u2n = function (idx, length) {
2438
+ protoOf(WsIndex).k2n = function (idx, length) {
2439
2439
  return new WsIndex(idx, length);
2440
2440
  };
2441
2441
  protoOf(WsIndex).copy = function (idx, length, $super) {
2442
2442
  idx = idx === VOID ? this.idx : idx;
2443
2443
  length = length === VOID ? this.length : length;
2444
- return this.u2n(idx, length);
2444
+ return this.k2n(idx, length);
2445
2445
  };
2446
2446
  protoOf(WsIndex).toString = function () {
2447
2447
  return 'WsIndex(idx=' + this.idx + ', length=' + this.length + ')';
@@ -2464,13 +2464,13 @@ protoOf(WsIndex).equals = function (other) {
2464
2464
  return true;
2465
2465
  };
2466
2466
  function produce_18(_this__u8e3s4) {
2467
- return new WsToken(name(_this__u8e3s4.e2a_1), _this__u8e3s4.d2a_1, produce_19(_this__u8e3s4.f2a_1));
2467
+ return new WsToken(name(_this__u8e3s4.g2a_1), _this__u8e3s4.f2a_1, produce_19(_this__u8e3s4.h2a_1));
2468
2468
  }
2469
2469
  function produce_19(_this__u8e3s4) {
2470
- return new WsCoordinates(_this__u8e3s4.g2a_1, _this__u8e3s4.h2a_1, produce_20(_this__u8e3s4.i2a_1));
2470
+ return new WsCoordinates(_this__u8e3s4.i2a_1, _this__u8e3s4.j2a_1, produce_20(_this__u8e3s4.k2a_1));
2471
2471
  }
2472
2472
  function produce_20(_this__u8e3s4) {
2473
- return new WsIndex(_this__u8e3s4.w2b_1, _this__u8e3s4.x2b_1);
2473
+ return new WsIndex(_this__u8e3s4.y2b_1, _this__u8e3s4.z2b_1);
2474
2474
  }
2475
2475
  function WsError(line, position, index, length, value) {
2476
2476
  this.line = line;
@@ -2479,13 +2479,13 @@ function WsError(line, position, index, length, value) {
2479
2479
  this.length = length;
2480
2480
  this.value = value;
2481
2481
  }
2482
- protoOf(WsError).p2n = function () {
2482
+ protoOf(WsError).f2n = function () {
2483
2483
  return this.line;
2484
2484
  };
2485
- protoOf(WsError).q2n = function () {
2485
+ protoOf(WsError).g2n = function () {
2486
2486
  return this.position;
2487
2487
  };
2488
- protoOf(WsError).v2n = function () {
2488
+ protoOf(WsError).l2n = function () {
2489
2489
  return this.index;
2490
2490
  };
2491
2491
  protoOf(WsError).a = function () {
@@ -2503,13 +2503,13 @@ protoOf(WsError).zd = function () {
2503
2503
  protoOf(WsError).ji = function () {
2504
2504
  return this.index;
2505
2505
  };
2506
- protoOf(WsError).q2l = function () {
2506
+ protoOf(WsError).g2l = function () {
2507
2507
  return this.length;
2508
2508
  };
2509
- protoOf(WsError).r2l = function () {
2509
+ protoOf(WsError).h2l = function () {
2510
2510
  return this.value;
2511
2511
  };
2512
- protoOf(WsError).w2n = function (line, position, index, length, value) {
2512
+ protoOf(WsError).m2n = function (line, position, index, length, value) {
2513
2513
  return new WsError(line, position, index, length, value);
2514
2514
  };
2515
2515
  protoOf(WsError).copy = function (line, position, index, length, value, $super) {
@@ -2518,7 +2518,7 @@ protoOf(WsError).copy = function (line, position, index, length, value, $super)
2518
2518
  index = index === VOID ? this.index : index;
2519
2519
  length = length === VOID ? this.length : length;
2520
2520
  value = value === VOID ? this.value : value;
2521
- return this.w2n(line, position, index, length, value);
2521
+ return this.m2n(line, position, index, length, value);
2522
2522
  };
2523
2523
  protoOf(WsError).toString = function () {
2524
2524
  return 'WsError(line=' + this.line + ', position=' + this.position + ', index=' + this.index + ', length=' + this.length + ', value=' + this.value + ')';
@@ -2550,44 +2550,44 @@ protoOf(WsError).equals = function (other) {
2550
2550
  return true;
2551
2551
  };
2552
2552
  function produce_21(_this__u8e3s4) {
2553
- return new WsError(_this__u8e3s4.k2a_1.g2a_1, _this__u8e3s4.k2a_1.h2a_1, _this__u8e3s4.k2a_1.i2a_1.w2b_1 - _this__u8e3s4.k2a_1.i2a_1.x2b_1 | 0, _this__u8e3s4.k2a_1.i2a_1.x2b_1, _this__u8e3s4.r1());
2553
+ return new WsError(_this__u8e3s4.m2a_1.i2a_1, _this__u8e3s4.m2a_1.j2a_1, _this__u8e3s4.m2a_1.k2a_1.y2b_1 - _this__u8e3s4.m2a_1.k2a_1.z2b_1 | 0, _this__u8e3s4.m2a_1.k2a_1.z2b_1, _this__u8e3s4.r1());
2554
2554
  }
2555
2555
  //region block: post-declaration
2556
2556
  defineProp(protoOf(WsType), 'identifier', function () {
2557
- return this.i2b();
2557
+ return this.k2b();
2558
2558
  });
2559
2559
  defineProp(protoOf(WsType), 'comment', function () {
2560
- return this.b2l();
2560
+ return this.r2k();
2561
2561
  });
2562
2562
  defineProp(protoOf(WsEndpoint), 'identifier', function () {
2563
- return this.i2b();
2563
+ return this.k2b();
2564
2564
  });
2565
2565
  defineProp(protoOf(WsEndpoint), 'comment', function () {
2566
- return this.b2l();
2566
+ return this.r2k();
2567
2567
  });
2568
2568
  defineProp(protoOf(WsEnum), 'identifier', function () {
2569
- return this.i2b();
2569
+ return this.k2b();
2570
2570
  });
2571
2571
  defineProp(protoOf(WsEnum), 'comment', function () {
2572
- return this.b2l();
2572
+ return this.r2k();
2573
2573
  });
2574
2574
  defineProp(protoOf(WsUnion), 'identifier', function () {
2575
- return this.i2b();
2575
+ return this.k2b();
2576
2576
  });
2577
2577
  defineProp(protoOf(WsUnion), 'comment', function () {
2578
- return this.b2l();
2578
+ return this.r2k();
2579
2579
  });
2580
2580
  defineProp(protoOf(WsChannel), 'identifier', function () {
2581
- return this.i2b();
2581
+ return this.k2b();
2582
2582
  });
2583
2583
  defineProp(protoOf(WsChannel), 'comment', function () {
2584
- return this.b2l();
2584
+ return this.r2k();
2585
2585
  });
2586
2586
  defineProp(protoOf(WsRefined), 'identifier', function () {
2587
- return this.i2b();
2587
+ return this.k2b();
2588
2588
  });
2589
2589
  defineProp(protoOf(WsRefined), 'comment', function () {
2590
- return this.b2l();
2590
+ return this.r2k();
2591
2591
  });
2592
2592
  defineProp(protoOf(WsMethod), 'name', protoOf(WsMethod).s2);
2593
2593
  defineProp(protoOf(WsMethod), 'ordinal', protoOf(WsMethod).t2);