@flock/wirespec 0.15.11 → 0.15.13

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).u2j = function () {
132
+ protoOf(WsAST).c2k = function () {
133
133
  return this.modules;
134
134
  };
135
135
  protoOf(WsAST).sd = function () {
136
136
  return this.modules;
137
137
  };
138
- protoOf(WsAST).v2j = function (modules) {
138
+ protoOf(WsAST).d2k = 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.v2j(modules);
143
+ return this.d2k(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).w2j = function () {
164
+ protoOf(WsModule).e2k = function () {
165
165
  return this.statements;
166
166
  };
167
167
  protoOf(WsModule).sd = function () {
168
168
  return this.statements;
169
169
  };
170
- protoOf(WsModule).x2j = function (statements) {
170
+ protoOf(WsModule).f2k = 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.x2j(statements);
175
+ return this.f2k(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.z2j_1 = identifier;
197
- this.a2k_1 = comment;
196
+ this.h2k_1 = identifier;
197
+ this.i2k_1 = comment;
198
198
  this.shape = shape;
199
199
  }
200
200
  protoOf(WsType).k24 = function () {
201
- return this.z2j_1;
201
+ return this.h2k_1;
202
202
  };
203
- protoOf(WsType).y2j = function () {
204
- return this.a2k_1;
203
+ protoOf(WsType).g2k = function () {
204
+ return this.i2k_1;
205
205
  };
206
- protoOf(WsType).b2k = function () {
206
+ protoOf(WsType).j2k = function () {
207
207
  return this.shape;
208
208
  };
209
209
  protoOf(WsType).sd = function () {
210
- return this.z2j_1;
210
+ return this.h2k_1;
211
211
  };
212
212
  protoOf(WsType).td = function () {
213
- return this.a2k_1;
213
+ return this.i2k_1;
214
214
  };
215
215
  protoOf(WsType).th = function () {
216
216
  return this.shape;
217
217
  };
218
- protoOf(WsType).c2k = function (identifier, comment, shape) {
218
+ protoOf(WsType).k2k = 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.z2j_1 : identifier;
223
- comment = comment === VOID ? this.a2k_1 : comment;
222
+ identifier = identifier === VOID ? this.h2k_1 : identifier;
223
+ comment = comment === VOID ? this.i2k_1 : comment;
224
224
  shape = shape === VOID ? this.shape : shape;
225
- return this.c2k(identifier, comment, shape);
225
+ return this.k2k(identifier, comment, shape);
226
226
  };
227
227
  protoOf(WsType).toString = function () {
228
- return 'WsType(identifier=' + this.z2j_1 + ', comment=' + this.a2k_1 + ', shape=' + this.shape.toString() + ')';
228
+ return 'WsType(identifier=' + this.h2k_1 + ', comment=' + this.i2k_1 + ', shape=' + this.shape.toString() + ')';
229
229
  };
230
230
  protoOf(WsType).hashCode = function () {
231
- var result = getStringHashCode(this.z2j_1);
232
- result = imul(result, 31) + (this.a2k_1 == null ? 0 : getStringHashCode(this.a2k_1)) | 0;
231
+ var result = getStringHashCode(this.h2k_1);
232
+ result = imul(result, 31) + (this.i2k_1 == null ? 0 : getStringHashCode(this.i2k_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.z2j_1 === tmp0_other_with_cast.z2j_1))
242
+ if (!(this.h2k_1 === tmp0_other_with_cast.h2k_1))
243
243
  return false;
244
- if (!(this.a2k_1 == tmp0_other_with_cast.a2k_1))
244
+ if (!(this.i2k_1 == tmp0_other_with_cast.i2k_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).sd = function () {
257
257
  return this.value;
258
258
  };
259
- protoOf(WsShape).d2k = function (value) {
259
+ protoOf(WsShape).l2k = 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.d2k(value);
264
+ return this.l2k(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, queries, headers, requests, responses) {
283
- this.e2k_1 = identifier;
284
- this.f2k_1 = comment;
283
+ this.m2k_1 = identifier;
284
+ this.n2k_1 = comment;
285
285
  this.method = method;
286
286
  this.path = path;
287
287
  this.queries = queries;
@@ -290,73 +290,73 @@ function WsEndpoint(identifier, comment, method, path, queries, headers, request
290
290
  this.responses = responses;
291
291
  }
292
292
  protoOf(WsEndpoint).k24 = function () {
293
- return this.e2k_1;
294
- };
295
- protoOf(WsEndpoint).y2j = function () {
296
- return this.f2k_1;
293
+ return this.m2k_1;
297
294
  };
298
295
  protoOf(WsEndpoint).g2k = function () {
296
+ return this.n2k_1;
297
+ };
298
+ protoOf(WsEndpoint).o2k = function () {
299
299
  return this.method;
300
300
  };
301
- protoOf(WsEndpoint).h2k = function () {
301
+ protoOf(WsEndpoint).p2k = function () {
302
302
  return this.path;
303
303
  };
304
- protoOf(WsEndpoint).i2k = function () {
304
+ protoOf(WsEndpoint).q2k = function () {
305
305
  return this.queries;
306
306
  };
307
- protoOf(WsEndpoint).j2k = function () {
307
+ protoOf(WsEndpoint).r2k = function () {
308
308
  return this.headers;
309
309
  };
310
- protoOf(WsEndpoint).k2k = function () {
310
+ protoOf(WsEndpoint).s2k = function () {
311
311
  return this.requests;
312
312
  };
313
- protoOf(WsEndpoint).l2k = function () {
313
+ protoOf(WsEndpoint).t2k = function () {
314
314
  return this.responses;
315
315
  };
316
316
  protoOf(WsEndpoint).sd = function () {
317
- return this.e2k_1;
317
+ return this.m2k_1;
318
318
  };
319
319
  protoOf(WsEndpoint).td = function () {
320
- return this.f2k_1;
320
+ return this.n2k_1;
321
321
  };
322
322
  protoOf(WsEndpoint).th = function () {
323
323
  return this.method;
324
324
  };
325
- protoOf(WsEndpoint).m2k = function () {
325
+ protoOf(WsEndpoint).u2k = function () {
326
326
  return this.path;
327
327
  };
328
- protoOf(WsEndpoint).n2k = function () {
328
+ protoOf(WsEndpoint).v2k = function () {
329
329
  return this.queries;
330
330
  };
331
- protoOf(WsEndpoint).o2k = function () {
331
+ protoOf(WsEndpoint).w2k = function () {
332
332
  return this.headers;
333
333
  };
334
- protoOf(WsEndpoint).p2k = function () {
334
+ protoOf(WsEndpoint).x2k = function () {
335
335
  return this.requests;
336
336
  };
337
- protoOf(WsEndpoint).q2k = function () {
337
+ protoOf(WsEndpoint).y2k = function () {
338
338
  return this.responses;
339
339
  };
340
- protoOf(WsEndpoint).r2k = function (identifier, comment, method, path, queries, headers, requests, responses) {
340
+ protoOf(WsEndpoint).z2k = function (identifier, comment, method, path, queries, headers, requests, responses) {
341
341
  return new WsEndpoint(identifier, comment, method, path, queries, headers, requests, responses);
342
342
  };
343
343
  protoOf(WsEndpoint).copy = function (identifier, comment, method, path, queries, headers, requests, responses, $super) {
344
- identifier = identifier === VOID ? this.e2k_1 : identifier;
345
- comment = comment === VOID ? this.f2k_1 : comment;
344
+ identifier = identifier === VOID ? this.m2k_1 : identifier;
345
+ comment = comment === VOID ? this.n2k_1 : comment;
346
346
  method = method === VOID ? this.method : method;
347
347
  path = path === VOID ? this.path : path;
348
348
  queries = queries === VOID ? this.queries : queries;
349
349
  headers = headers === VOID ? this.headers : headers;
350
350
  requests = requests === VOID ? this.requests : requests;
351
351
  responses = responses === VOID ? this.responses : responses;
352
- return this.r2k(identifier, comment, method, path, queries, headers, requests, responses);
352
+ return this.z2k(identifier, comment, method, path, queries, headers, requests, responses);
353
353
  };
354
354
  protoOf(WsEndpoint).toString = function () {
355
- return 'WsEndpoint(identifier=' + this.e2k_1 + ', comment=' + this.f2k_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
+ return 'WsEndpoint(identifier=' + this.m2k_1 + ', comment=' + this.n2k_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) + ')';
356
356
  };
357
357
  protoOf(WsEndpoint).hashCode = function () {
358
- var result = getStringHashCode(this.e2k_1);
359
- result = imul(result, 31) + (this.f2k_1 == null ? 0 : getStringHashCode(this.f2k_1)) | 0;
358
+ var result = getStringHashCode(this.m2k_1);
359
+ result = imul(result, 31) + (this.n2k_1 == null ? 0 : getStringHashCode(this.n2k_1)) | 0;
360
360
  result = imul(result, 31) + this.method.hashCode() | 0;
361
361
  result = imul(result, 31) + hashCode(this.path) | 0;
362
362
  result = imul(result, 31) + hashCode(this.queries) | 0;
@@ -371,9 +371,9 @@ protoOf(WsEndpoint).equals = function (other) {
371
371
  if (!(other instanceof WsEndpoint))
372
372
  return false;
373
373
  var tmp0_other_with_cast = other instanceof WsEndpoint ? other : THROW_CCE();
374
- if (!(this.e2k_1 === tmp0_other_with_cast.e2k_1))
374
+ if (!(this.m2k_1 === tmp0_other_with_cast.m2k_1))
375
375
  return false;
376
- if (!(this.f2k_1 == tmp0_other_with_cast.f2k_1))
376
+ if (!(this.n2k_1 == tmp0_other_with_cast.n2k_1))
377
377
  return false;
378
378
  if (!this.method.equals(tmp0_other_with_cast.method))
379
379
  return false;
@@ -390,43 +390,43 @@ protoOf(WsEndpoint).equals = function (other) {
390
390
  return true;
391
391
  };
392
392
  function WsEnum(identifier, comment, entries) {
393
- this.s2k_1 = identifier;
394
- this.t2k_1 = comment;
393
+ this.a2l_1 = identifier;
394
+ this.b2l_1 = comment;
395
395
  this.entries = entries;
396
396
  }
397
397
  protoOf(WsEnum).k24 = function () {
398
- return this.s2k_1;
398
+ return this.a2l_1;
399
399
  };
400
- protoOf(WsEnum).y2j = function () {
401
- return this.t2k_1;
400
+ protoOf(WsEnum).g2k = function () {
401
+ return this.b2l_1;
402
402
  };
403
403
  protoOf(WsEnum).z = function () {
404
404
  return this.entries;
405
405
  };
406
406
  protoOf(WsEnum).sd = function () {
407
- return this.s2k_1;
407
+ return this.a2l_1;
408
408
  };
409
409
  protoOf(WsEnum).td = function () {
410
- return this.t2k_1;
410
+ return this.b2l_1;
411
411
  };
412
412
  protoOf(WsEnum).th = function () {
413
413
  return this.entries;
414
414
  };
415
- protoOf(WsEnum).u2k = function (identifier, comment, entries) {
415
+ protoOf(WsEnum).c2l = function (identifier, comment, entries) {
416
416
  return new WsEnum(identifier, comment, entries);
417
417
  };
418
418
  protoOf(WsEnum).copy = function (identifier, comment, entries, $super) {
419
- identifier = identifier === VOID ? this.s2k_1 : identifier;
420
- comment = comment === VOID ? this.t2k_1 : comment;
419
+ identifier = identifier === VOID ? this.a2l_1 : identifier;
420
+ comment = comment === VOID ? this.b2l_1 : comment;
421
421
  entries = entries === VOID ? this.entries : entries;
422
- return this.u2k(identifier, comment, entries);
422
+ return this.c2l(identifier, comment, entries);
423
423
  };
424
424
  protoOf(WsEnum).toString = function () {
425
- return 'WsEnum(identifier=' + this.s2k_1 + ', comment=' + this.t2k_1 + ', entries=' + toString(this.entries) + ')';
425
+ return 'WsEnum(identifier=' + this.a2l_1 + ', comment=' + this.b2l_1 + ', entries=' + toString(this.entries) + ')';
426
426
  };
427
427
  protoOf(WsEnum).hashCode = function () {
428
- var result = getStringHashCode(this.s2k_1);
429
- result = imul(result, 31) + (this.t2k_1 == null ? 0 : getStringHashCode(this.t2k_1)) | 0;
428
+ var result = getStringHashCode(this.a2l_1);
429
+ result = imul(result, 31) + (this.b2l_1 == null ? 0 : getStringHashCode(this.b2l_1)) | 0;
430
430
  result = imul(result, 31) + hashCode(this.entries) | 0;
431
431
  return result;
432
432
  };
@@ -436,52 +436,52 @@ protoOf(WsEnum).equals = function (other) {
436
436
  if (!(other instanceof WsEnum))
437
437
  return false;
438
438
  var tmp0_other_with_cast = other instanceof WsEnum ? other : THROW_CCE();
439
- if (!(this.s2k_1 === tmp0_other_with_cast.s2k_1))
439
+ if (!(this.a2l_1 === tmp0_other_with_cast.a2l_1))
440
440
  return false;
441
- if (!(this.t2k_1 == tmp0_other_with_cast.t2k_1))
441
+ if (!(this.b2l_1 == tmp0_other_with_cast.b2l_1))
442
442
  return false;
443
443
  if (!equals(this.entries, tmp0_other_with_cast.entries))
444
444
  return false;
445
445
  return true;
446
446
  };
447
447
  function WsUnion(identifier, comment, entries) {
448
- this.v2k_1 = identifier;
449
- this.w2k_1 = comment;
448
+ this.d2l_1 = identifier;
449
+ this.e2l_1 = comment;
450
450
  this.entries = entries;
451
451
  }
452
452
  protoOf(WsUnion).k24 = function () {
453
- return this.v2k_1;
453
+ return this.d2l_1;
454
454
  };
455
- protoOf(WsUnion).y2j = function () {
456
- return this.w2k_1;
455
+ protoOf(WsUnion).g2k = function () {
456
+ return this.e2l_1;
457
457
  };
458
458
  protoOf(WsUnion).z = function () {
459
459
  return this.entries;
460
460
  };
461
461
  protoOf(WsUnion).sd = function () {
462
- return this.v2k_1;
462
+ return this.d2l_1;
463
463
  };
464
464
  protoOf(WsUnion).td = function () {
465
- return this.w2k_1;
465
+ return this.e2l_1;
466
466
  };
467
467
  protoOf(WsUnion).th = function () {
468
468
  return this.entries;
469
469
  };
470
- protoOf(WsUnion).x2k = function (identifier, comment, entries) {
470
+ protoOf(WsUnion).f2l = function (identifier, comment, entries) {
471
471
  return new WsUnion(identifier, comment, entries);
472
472
  };
473
473
  protoOf(WsUnion).copy = function (identifier, comment, entries, $super) {
474
- identifier = identifier === VOID ? this.v2k_1 : identifier;
475
- comment = comment === VOID ? this.w2k_1 : comment;
474
+ identifier = identifier === VOID ? this.d2l_1 : identifier;
475
+ comment = comment === VOID ? this.e2l_1 : comment;
476
476
  entries = entries === VOID ? this.entries : entries;
477
- return this.x2k(identifier, comment, entries);
477
+ return this.f2l(identifier, comment, entries);
478
478
  };
479
479
  protoOf(WsUnion).toString = function () {
480
- return 'WsUnion(identifier=' + this.v2k_1 + ', comment=' + this.w2k_1 + ', entries=' + toString(this.entries) + ')';
480
+ return 'WsUnion(identifier=' + this.d2l_1 + ', comment=' + this.e2l_1 + ', entries=' + toString(this.entries) + ')';
481
481
  };
482
482
  protoOf(WsUnion).hashCode = function () {
483
- var result = getStringHashCode(this.v2k_1);
484
- result = imul(result, 31) + (this.w2k_1 == null ? 0 : getStringHashCode(this.w2k_1)) | 0;
483
+ var result = getStringHashCode(this.d2l_1);
484
+ result = imul(result, 31) + (this.e2l_1 == null ? 0 : getStringHashCode(this.e2l_1)) | 0;
485
485
  result = imul(result, 31) + hashCode(this.entries) | 0;
486
486
  return result;
487
487
  };
@@ -491,52 +491,52 @@ protoOf(WsUnion).equals = function (other) {
491
491
  if (!(other instanceof WsUnion))
492
492
  return false;
493
493
  var tmp0_other_with_cast = other instanceof WsUnion ? other : THROW_CCE();
494
- if (!(this.v2k_1 === tmp0_other_with_cast.v2k_1))
494
+ if (!(this.d2l_1 === tmp0_other_with_cast.d2l_1))
495
495
  return false;
496
- if (!(this.w2k_1 == tmp0_other_with_cast.w2k_1))
496
+ if (!(this.e2l_1 == tmp0_other_with_cast.e2l_1))
497
497
  return false;
498
498
  if (!equals(this.entries, tmp0_other_with_cast.entries))
499
499
  return false;
500
500
  return true;
501
501
  };
502
502
  function WsChannel(identifier, comment, reference) {
503
- this.y2k_1 = identifier;
504
- this.z2k_1 = comment;
503
+ this.g2l_1 = identifier;
504
+ this.h2l_1 = comment;
505
505
  this.reference = reference;
506
506
  }
507
507
  protoOf(WsChannel).k24 = function () {
508
- return this.y2k_1;
508
+ return this.g2l_1;
509
509
  };
510
- protoOf(WsChannel).y2j = function () {
511
- return this.z2k_1;
510
+ protoOf(WsChannel).g2k = function () {
511
+ return this.h2l_1;
512
512
  };
513
- protoOf(WsChannel).a2l = function () {
513
+ protoOf(WsChannel).i2l = function () {
514
514
  return this.reference;
515
515
  };
516
516
  protoOf(WsChannel).sd = function () {
517
- return this.y2k_1;
517
+ return this.g2l_1;
518
518
  };
519
519
  protoOf(WsChannel).td = function () {
520
- return this.z2k_1;
520
+ return this.h2l_1;
521
521
  };
522
522
  protoOf(WsChannel).th = function () {
523
523
  return this.reference;
524
524
  };
525
- protoOf(WsChannel).b2l = function (identifier, comment, reference) {
525
+ protoOf(WsChannel).j2l = function (identifier, comment, reference) {
526
526
  return new WsChannel(identifier, comment, reference);
527
527
  };
528
528
  protoOf(WsChannel).copy = function (identifier, comment, reference, $super) {
529
- identifier = identifier === VOID ? this.y2k_1 : identifier;
530
- comment = comment === VOID ? this.z2k_1 : comment;
529
+ identifier = identifier === VOID ? this.g2l_1 : identifier;
530
+ comment = comment === VOID ? this.h2l_1 : comment;
531
531
  reference = reference === VOID ? this.reference : reference;
532
- return this.b2l(identifier, comment, reference);
532
+ return this.j2l(identifier, comment, reference);
533
533
  };
534
534
  protoOf(WsChannel).toString = function () {
535
- return 'WsChannel(identifier=' + this.y2k_1 + ', comment=' + this.z2k_1 + ', reference=' + toString(this.reference) + ')';
535
+ return 'WsChannel(identifier=' + this.g2l_1 + ', comment=' + this.h2l_1 + ', reference=' + toString(this.reference) + ')';
536
536
  };
537
537
  protoOf(WsChannel).hashCode = function () {
538
- var result = getStringHashCode(this.y2k_1);
539
- result = imul(result, 31) + (this.z2k_1 == null ? 0 : getStringHashCode(this.z2k_1)) | 0;
538
+ var result = getStringHashCode(this.g2l_1);
539
+ result = imul(result, 31) + (this.h2l_1 == null ? 0 : getStringHashCode(this.h2l_1)) | 0;
540
540
  result = imul(result, 31) + hashCode(this.reference) | 0;
541
541
  return result;
542
542
  };
@@ -546,52 +546,52 @@ protoOf(WsChannel).equals = function (other) {
546
546
  if (!(other instanceof WsChannel))
547
547
  return false;
548
548
  var tmp0_other_with_cast = other instanceof WsChannel ? other : THROW_CCE();
549
- if (!(this.y2k_1 === tmp0_other_with_cast.y2k_1))
549
+ if (!(this.g2l_1 === tmp0_other_with_cast.g2l_1))
550
550
  return false;
551
- if (!(this.z2k_1 == tmp0_other_with_cast.z2k_1))
551
+ if (!(this.h2l_1 == tmp0_other_with_cast.h2l_1))
552
552
  return false;
553
553
  if (!equals(this.reference, tmp0_other_with_cast.reference))
554
554
  return false;
555
555
  return true;
556
556
  };
557
557
  function WsRefined(identifier, comment, validator) {
558
- this.c2l_1 = identifier;
559
- this.d2l_1 = comment;
558
+ this.k2l_1 = identifier;
559
+ this.l2l_1 = comment;
560
560
  this.validator = validator;
561
561
  }
562
562
  protoOf(WsRefined).k24 = function () {
563
- return this.c2l_1;
563
+ return this.k2l_1;
564
564
  };
565
- protoOf(WsRefined).y2j = function () {
566
- return this.d2l_1;
565
+ protoOf(WsRefined).g2k = function () {
566
+ return this.l2l_1;
567
567
  };
568
- protoOf(WsRefined).e2l = function () {
568
+ protoOf(WsRefined).m2l = function () {
569
569
  return this.validator;
570
570
  };
571
571
  protoOf(WsRefined).sd = function () {
572
- return this.c2l_1;
572
+ return this.k2l_1;
573
573
  };
574
574
  protoOf(WsRefined).td = function () {
575
- return this.d2l_1;
575
+ return this.l2l_1;
576
576
  };
577
577
  protoOf(WsRefined).th = function () {
578
578
  return this.validator;
579
579
  };
580
- protoOf(WsRefined).f2l = function (identifier, comment, validator) {
580
+ protoOf(WsRefined).n2l = function (identifier, comment, validator) {
581
581
  return new WsRefined(identifier, comment, validator);
582
582
  };
583
583
  protoOf(WsRefined).copy = function (identifier, comment, validator, $super) {
584
- identifier = identifier === VOID ? this.c2l_1 : identifier;
585
- comment = comment === VOID ? this.d2l_1 : comment;
584
+ identifier = identifier === VOID ? this.k2l_1 : identifier;
585
+ comment = comment === VOID ? this.l2l_1 : comment;
586
586
  validator = validator === VOID ? this.validator : validator;
587
- return this.f2l(identifier, comment, validator);
587
+ return this.n2l(identifier, comment, validator);
588
588
  };
589
589
  protoOf(WsRefined).toString = function () {
590
- return 'WsRefined(identifier=' + this.c2l_1 + ', comment=' + this.d2l_1 + ', validator=' + this.validator + ')';
590
+ return 'WsRefined(identifier=' + this.k2l_1 + ', comment=' + this.l2l_1 + ', validator=' + this.validator + ')';
591
591
  };
592
592
  protoOf(WsRefined).hashCode = function () {
593
- var result = getStringHashCode(this.c2l_1);
594
- result = imul(result, 31) + (this.d2l_1 == null ? 0 : getStringHashCode(this.d2l_1)) | 0;
593
+ var result = getStringHashCode(this.k2l_1);
594
+ result = imul(result, 31) + (this.l2l_1 == null ? 0 : getStringHashCode(this.l2l_1)) | 0;
595
595
  result = imul(result, 31) + getStringHashCode(this.validator) | 0;
596
596
  return result;
597
597
  };
@@ -601,9 +601,9 @@ protoOf(WsRefined).equals = function (other) {
601
601
  if (!(other instanceof WsRefined))
602
602
  return false;
603
603
  var tmp0_other_with_cast = other instanceof WsRefined ? other : THROW_CCE();
604
- if (!(this.c2l_1 === tmp0_other_with_cast.c2l_1))
604
+ if (!(this.k2l_1 === tmp0_other_with_cast.k2l_1))
605
605
  return false;
606
- if (!(this.d2l_1 == tmp0_other_with_cast.d2l_1))
606
+ if (!(this.l2l_1 == tmp0_other_with_cast.l2l_1))
607
607
  return false;
608
608
  if (!(this.validator === tmp0_other_with_cast.validator))
609
609
  return false;
@@ -672,12 +672,12 @@ protoOf(WsLiteral).b1 = function () {
672
672
  protoOf(WsLiteral).sd = function () {
673
673
  return this.value;
674
674
  };
675
- protoOf(WsLiteral).i2l = function (value) {
675
+ protoOf(WsLiteral).q2l = function (value) {
676
676
  return new WsLiteral(value);
677
677
  };
678
678
  protoOf(WsLiteral).copy = function (value, $super) {
679
679
  value = value === VOID ? this.value : value;
680
- return this.i2l(value);
680
+ return this.q2l(value);
681
681
  };
682
682
  protoOf(WsLiteral).toString = function () {
683
683
  return 'WsLiteral(value=' + this.value + ')';
@@ -702,7 +702,7 @@ function WsParam(identifier, reference) {
702
702
  protoOf(WsParam).k24 = function () {
703
703
  return this.identifier;
704
704
  };
705
- protoOf(WsParam).a2l = function () {
705
+ protoOf(WsParam).i2l = function () {
706
706
  return this.reference;
707
707
  };
708
708
  protoOf(WsParam).sd = function () {
@@ -711,13 +711,13 @@ protoOf(WsParam).sd = function () {
711
711
  protoOf(WsParam).td = function () {
712
712
  return this.reference;
713
713
  };
714
- protoOf(WsParam).j2l = function (identifier, reference) {
714
+ protoOf(WsParam).r2l = function (identifier, reference) {
715
715
  return new WsParam(identifier, reference);
716
716
  };
717
717
  protoOf(WsParam).copy = function (identifier, reference, $super) {
718
718
  identifier = identifier === VOID ? this.identifier : identifier;
719
719
  reference = reference === VOID ? this.reference : reference;
720
- return this.j2l(identifier, reference);
720
+ return this.r2l(identifier, reference);
721
721
  };
722
722
  protoOf(WsParam).toString = function () {
723
723
  return 'WsParam(identifier=' + this.identifier.toString() + ', reference=' + toString(this.reference) + ')';
@@ -748,12 +748,12 @@ protoOf(Shape_0).b1 = function () {
748
748
  protoOf(Shape_0).sd = function () {
749
749
  return this.value;
750
750
  };
751
- protoOf(Shape_0).d2k = function (value) {
751
+ protoOf(Shape_0).l2k = function (value) {
752
752
  return new Shape_0(value);
753
753
  };
754
754
  protoOf(Shape_0).copy = function (value, $super) {
755
755
  value = value === VOID ? this.value : value;
756
- return this.d2k(value);
756
+ return this.l2k(value);
757
757
  };
758
758
  protoOf(Shape_0).toString = function () {
759
759
  return 'Shape(value=' + toString(this.value) + ')';
@@ -778,7 +778,7 @@ function WsField(identifier, reference) {
778
778
  protoOf(WsField).k24 = function () {
779
779
  return this.identifier;
780
780
  };
781
- protoOf(WsField).a2l = function () {
781
+ protoOf(WsField).i2l = function () {
782
782
  return this.reference;
783
783
  };
784
784
  protoOf(WsField).sd = function () {
@@ -787,13 +787,13 @@ protoOf(WsField).sd = function () {
787
787
  protoOf(WsField).td = function () {
788
788
  return this.reference;
789
789
  };
790
- protoOf(WsField).j2l = function (identifier, reference) {
790
+ protoOf(WsField).r2l = function (identifier, reference) {
791
791
  return new WsField(identifier, reference);
792
792
  };
793
793
  protoOf(WsField).copy = function (identifier, reference, $super) {
794
794
  identifier = identifier === VOID ? this.identifier : identifier;
795
795
  reference = reference === VOID ? this.reference : reference;
796
- return this.j2l(identifier, reference);
796
+ return this.r2l(identifier, reference);
797
797
  };
798
798
  protoOf(WsField).toString = function () {
799
799
  return 'WsField(identifier=' + this.identifier.toString() + ', reference=' + toString(this.reference) + ')';
@@ -826,12 +826,12 @@ protoOf(WsClassIdentifier).b1 = function () {
826
826
  protoOf(WsClassIdentifier).sd = function () {
827
827
  return this.value;
828
828
  };
829
- protoOf(WsClassIdentifier).i2l = function (value) {
829
+ protoOf(WsClassIdentifier).q2l = function (value) {
830
830
  return new WsClassIdentifier(value);
831
831
  };
832
832
  protoOf(WsClassIdentifier).copy = function (value, $super) {
833
833
  value = value === VOID ? this.value : value;
834
- return this.i2l(value);
834
+ return this.q2l(value);
835
835
  };
836
836
  protoOf(WsClassIdentifier).toString = function () {
837
837
  return 'WsClassIdentifier(value=' + this.value + ')';
@@ -858,12 +858,12 @@ protoOf(WsFieldIdentifier).b1 = function () {
858
858
  protoOf(WsFieldIdentifier).sd = function () {
859
859
  return this.value;
860
860
  };
861
- protoOf(WsFieldIdentifier).i2l = function (value) {
861
+ protoOf(WsFieldIdentifier).q2l = function (value) {
862
862
  return new WsFieldIdentifier(value);
863
863
  };
864
864
  protoOf(WsFieldIdentifier).copy = function (value, $super) {
865
865
  value = value === VOID ? this.value : value;
866
- return this.i2l(value);
866
+ return this.q2l(value);
867
867
  };
868
868
  protoOf(WsFieldIdentifier).toString = function () {
869
869
  return 'WsFieldIdentifier(value=' + this.value + ')';
@@ -884,26 +884,26 @@ protoOf(WsFieldIdentifier).equals = function (other) {
884
884
  function WsReference() {
885
885
  }
886
886
  function WsAny(isNullable) {
887
- this.k2l_1 = isNullable;
887
+ this.s2l_1 = isNullable;
888
888
  }
889
889
  protoOf(WsAny).gm = function () {
890
- return this.k2l_1;
890
+ return this.s2l_1;
891
891
  };
892
892
  protoOf(WsAny).sd = function () {
893
- return this.k2l_1;
893
+ return this.s2l_1;
894
894
  };
895
- protoOf(WsAny).l2l = function (isNullable) {
895
+ protoOf(WsAny).u2a = function (isNullable) {
896
896
  return new WsAny(isNullable);
897
897
  };
898
898
  protoOf(WsAny).copy = function (isNullable, $super) {
899
- isNullable = isNullable === VOID ? this.k2l_1 : isNullable;
900
- return this.l2l(isNullable);
899
+ isNullable = isNullable === VOID ? this.s2l_1 : isNullable;
900
+ return this.u2a(isNullable);
901
901
  };
902
902
  protoOf(WsAny).toString = function () {
903
- return 'WsAny(isNullable=' + this.k2l_1 + ')';
903
+ return 'WsAny(isNullable=' + this.s2l_1 + ')';
904
904
  };
905
905
  protoOf(WsAny).hashCode = function () {
906
- return getBooleanHashCode(this.k2l_1);
906
+ return getBooleanHashCode(this.s2l_1);
907
907
  };
908
908
  protoOf(WsAny).equals = function (other) {
909
909
  if (this === other)
@@ -911,31 +911,31 @@ protoOf(WsAny).equals = function (other) {
911
911
  if (!(other instanceof WsAny))
912
912
  return false;
913
913
  var tmp0_other_with_cast = other instanceof WsAny ? other : THROW_CCE();
914
- if (!(this.k2l_1 === tmp0_other_with_cast.k2l_1))
914
+ if (!(this.s2l_1 === tmp0_other_with_cast.s2l_1))
915
915
  return false;
916
916
  return true;
917
917
  };
918
918
  function WsUnit(isNullable) {
919
- this.m2l_1 = isNullable;
919
+ this.t2l_1 = isNullable;
920
920
  }
921
921
  protoOf(WsUnit).gm = function () {
922
- return this.m2l_1;
922
+ return this.t2l_1;
923
923
  };
924
924
  protoOf(WsUnit).sd = function () {
925
- return this.m2l_1;
925
+ return this.t2l_1;
926
926
  };
927
- protoOf(WsUnit).l2l = function (isNullable) {
927
+ protoOf(WsUnit).u2a = function (isNullable) {
928
928
  return new WsUnit(isNullable);
929
929
  };
930
930
  protoOf(WsUnit).copy = function (isNullable, $super) {
931
- isNullable = isNullable === VOID ? this.m2l_1 : isNullable;
932
- return this.l2l(isNullable);
931
+ isNullable = isNullable === VOID ? this.t2l_1 : isNullable;
932
+ return this.u2a(isNullable);
933
933
  };
934
934
  protoOf(WsUnit).toString = function () {
935
- return 'WsUnit(isNullable=' + this.m2l_1 + ')';
935
+ return 'WsUnit(isNullable=' + this.t2l_1 + ')';
936
936
  };
937
937
  protoOf(WsUnit).hashCode = function () {
938
- return getBooleanHashCode(this.m2l_1);
938
+ return getBooleanHashCode(this.t2l_1);
939
939
  };
940
940
  protoOf(WsUnit).equals = function (other) {
941
941
  if (this === other)
@@ -943,40 +943,40 @@ protoOf(WsUnit).equals = function (other) {
943
943
  if (!(other instanceof WsUnit))
944
944
  return false;
945
945
  var tmp0_other_with_cast = other instanceof WsUnit ? other : THROW_CCE();
946
- if (!(this.m2l_1 === tmp0_other_with_cast.m2l_1))
946
+ if (!(this.t2l_1 === tmp0_other_with_cast.t2l_1))
947
947
  return false;
948
948
  return true;
949
949
  };
950
950
  function WsIterable(reference, isNullable) {
951
951
  this.reference = reference;
952
- this.n2l_1 = isNullable;
952
+ this.u2l_1 = isNullable;
953
953
  }
954
- protoOf(WsIterable).a2l = function () {
954
+ protoOf(WsIterable).i2l = function () {
955
955
  return this.reference;
956
956
  };
957
957
  protoOf(WsIterable).gm = function () {
958
- return this.n2l_1;
958
+ return this.u2l_1;
959
959
  };
960
960
  protoOf(WsIterable).sd = function () {
961
961
  return this.reference;
962
962
  };
963
963
  protoOf(WsIterable).td = function () {
964
- return this.n2l_1;
964
+ return this.u2l_1;
965
965
  };
966
- protoOf(WsIterable).o2l = function (reference, isNullable) {
966
+ protoOf(WsIterable).v2l = function (reference, isNullable) {
967
967
  return new WsIterable(reference, isNullable);
968
968
  };
969
969
  protoOf(WsIterable).copy = function (reference, isNullable, $super) {
970
970
  reference = reference === VOID ? this.reference : reference;
971
- isNullable = isNullable === VOID ? this.n2l_1 : isNullable;
972
- return this.o2l(reference, isNullable);
971
+ isNullable = isNullable === VOID ? this.u2l_1 : isNullable;
972
+ return this.v2l(reference, isNullable);
973
973
  };
974
974
  protoOf(WsIterable).toString = function () {
975
- return 'WsIterable(reference=' + toString(this.reference) + ', isNullable=' + this.n2l_1 + ')';
975
+ return 'WsIterable(reference=' + toString(this.reference) + ', isNullable=' + this.u2l_1 + ')';
976
976
  };
977
977
  protoOf(WsIterable).hashCode = function () {
978
978
  var result = hashCode(this.reference);
979
- result = imul(result, 31) + getBooleanHashCode(this.n2l_1) | 0;
979
+ result = imul(result, 31) + getBooleanHashCode(this.u2l_1) | 0;
980
980
  return result;
981
981
  };
982
982
  protoOf(WsIterable).equals = function (other) {
@@ -987,40 +987,40 @@ protoOf(WsIterable).equals = function (other) {
987
987
  var tmp0_other_with_cast = other instanceof WsIterable ? other : THROW_CCE();
988
988
  if (!equals(this.reference, tmp0_other_with_cast.reference))
989
989
  return false;
990
- if (!(this.n2l_1 === tmp0_other_with_cast.n2l_1))
990
+ if (!(this.u2l_1 === tmp0_other_with_cast.u2l_1))
991
991
  return false;
992
992
  return true;
993
993
  };
994
994
  function WsDict(reference, isNullable) {
995
995
  this.reference = reference;
996
- this.p2l_1 = isNullable;
996
+ this.w2l_1 = isNullable;
997
997
  }
998
- protoOf(WsDict).a2l = function () {
998
+ protoOf(WsDict).i2l = function () {
999
999
  return this.reference;
1000
1000
  };
1001
1001
  protoOf(WsDict).gm = function () {
1002
- return this.p2l_1;
1002
+ return this.w2l_1;
1003
1003
  };
1004
1004
  protoOf(WsDict).sd = function () {
1005
1005
  return this.reference;
1006
1006
  };
1007
1007
  protoOf(WsDict).td = function () {
1008
- return this.p2l_1;
1008
+ return this.w2l_1;
1009
1009
  };
1010
- protoOf(WsDict).o2l = function (reference, isNullable) {
1010
+ protoOf(WsDict).v2l = function (reference, isNullable) {
1011
1011
  return new WsDict(reference, isNullable);
1012
1012
  };
1013
1013
  protoOf(WsDict).copy = function (reference, isNullable, $super) {
1014
1014
  reference = reference === VOID ? this.reference : reference;
1015
- isNullable = isNullable === VOID ? this.p2l_1 : isNullable;
1016
- return this.o2l(reference, isNullable);
1015
+ isNullable = isNullable === VOID ? this.w2l_1 : isNullable;
1016
+ return this.v2l(reference, isNullable);
1017
1017
  };
1018
1018
  protoOf(WsDict).toString = function () {
1019
- return 'WsDict(reference=' + toString(this.reference) + ', isNullable=' + this.p2l_1 + ')';
1019
+ return 'WsDict(reference=' + toString(this.reference) + ', isNullable=' + this.w2l_1 + ')';
1020
1020
  };
1021
1021
  protoOf(WsDict).hashCode = function () {
1022
1022
  var result = hashCode(this.reference);
1023
- result = imul(result, 31) + getBooleanHashCode(this.p2l_1) | 0;
1023
+ result = imul(result, 31) + getBooleanHashCode(this.w2l_1) | 0;
1024
1024
  return result;
1025
1025
  };
1026
1026
  protoOf(WsDict).equals = function (other) {
@@ -1031,40 +1031,40 @@ protoOf(WsDict).equals = function (other) {
1031
1031
  var tmp0_other_with_cast = other instanceof WsDict ? other : THROW_CCE();
1032
1032
  if (!equals(this.reference, tmp0_other_with_cast.reference))
1033
1033
  return false;
1034
- if (!(this.p2l_1 === tmp0_other_with_cast.p2l_1))
1034
+ if (!(this.w2l_1 === tmp0_other_with_cast.w2l_1))
1035
1035
  return false;
1036
1036
  return true;
1037
1037
  };
1038
1038
  function WsCustom(value, isNullable) {
1039
1039
  this.value = value;
1040
- this.q2l_1 = isNullable;
1040
+ this.x2l_1 = isNullable;
1041
1041
  }
1042
1042
  protoOf(WsCustom).b1 = function () {
1043
1043
  return this.value;
1044
1044
  };
1045
1045
  protoOf(WsCustom).gm = function () {
1046
- return this.q2l_1;
1046
+ return this.x2l_1;
1047
1047
  };
1048
1048
  protoOf(WsCustom).sd = function () {
1049
1049
  return this.value;
1050
1050
  };
1051
1051
  protoOf(WsCustom).td = function () {
1052
- return this.q2l_1;
1052
+ return this.x2l_1;
1053
1053
  };
1054
- protoOf(WsCustom).r2l = function (value, isNullable) {
1054
+ protoOf(WsCustom).a2b = function (value, isNullable) {
1055
1055
  return new WsCustom(value, isNullable);
1056
1056
  };
1057
1057
  protoOf(WsCustom).copy = function (value, isNullable, $super) {
1058
1058
  value = value === VOID ? this.value : value;
1059
- isNullable = isNullable === VOID ? this.q2l_1 : isNullable;
1060
- return this.r2l(value, isNullable);
1059
+ isNullable = isNullable === VOID ? this.x2l_1 : isNullable;
1060
+ return this.a2b(value, isNullable);
1061
1061
  };
1062
1062
  protoOf(WsCustom).toString = function () {
1063
- return 'WsCustom(value=' + this.value + ', isNullable=' + this.q2l_1 + ')';
1063
+ return 'WsCustom(value=' + this.value + ', isNullable=' + this.x2l_1 + ')';
1064
1064
  };
1065
1065
  protoOf(WsCustom).hashCode = function () {
1066
1066
  var result = getStringHashCode(this.value);
1067
- result = imul(result, 31) + getBooleanHashCode(this.q2l_1) | 0;
1067
+ result = imul(result, 31) + getBooleanHashCode(this.x2l_1) | 0;
1068
1068
  return result;
1069
1069
  };
1070
1070
  protoOf(WsCustom).equals = function (other) {
@@ -1075,40 +1075,40 @@ protoOf(WsCustom).equals = function (other) {
1075
1075
  var tmp0_other_with_cast = other instanceof WsCustom ? other : THROW_CCE();
1076
1076
  if (!(this.value === tmp0_other_with_cast.value))
1077
1077
  return false;
1078
- if (!(this.q2l_1 === tmp0_other_with_cast.q2l_1))
1078
+ if (!(this.x2l_1 === tmp0_other_with_cast.x2l_1))
1079
1079
  return false;
1080
1080
  return true;
1081
1081
  };
1082
1082
  function WsPrimitive(type, isNullable) {
1083
1083
  this.type = type;
1084
- this.s2l_1 = isNullable;
1084
+ this.y2l_1 = isNullable;
1085
1085
  }
1086
- protoOf(WsPrimitive).t2l = function () {
1086
+ protoOf(WsPrimitive).z2l = function () {
1087
1087
  return this.type;
1088
1088
  };
1089
1089
  protoOf(WsPrimitive).gm = function () {
1090
- return this.s2l_1;
1090
+ return this.y2l_1;
1091
1091
  };
1092
1092
  protoOf(WsPrimitive).sd = function () {
1093
1093
  return this.type;
1094
1094
  };
1095
1095
  protoOf(WsPrimitive).td = function () {
1096
- return this.s2l_1;
1096
+ return this.y2l_1;
1097
1097
  };
1098
- protoOf(WsPrimitive).u2l = function (type, isNullable) {
1098
+ protoOf(WsPrimitive).a2m = function (type, isNullable) {
1099
1099
  return new WsPrimitive(type, isNullable);
1100
1100
  };
1101
1101
  protoOf(WsPrimitive).copy = function (type, isNullable, $super) {
1102
1102
  type = type === VOID ? this.type : type;
1103
- isNullable = isNullable === VOID ? this.s2l_1 : isNullable;
1104
- return this.u2l(type, isNullable);
1103
+ isNullable = isNullable === VOID ? this.y2l_1 : isNullable;
1104
+ return this.a2m(type, isNullable);
1105
1105
  };
1106
1106
  protoOf(WsPrimitive).toString = function () {
1107
- return 'WsPrimitive(type=' + this.type.toString() + ', isNullable=' + this.s2l_1 + ')';
1107
+ return 'WsPrimitive(type=' + this.type.toString() + ', isNullable=' + this.y2l_1 + ')';
1108
1108
  };
1109
1109
  protoOf(WsPrimitive).hashCode = function () {
1110
1110
  var result = this.type.hashCode();
1111
- result = imul(result, 31) + getBooleanHashCode(this.s2l_1) | 0;
1111
+ result = imul(result, 31) + getBooleanHashCode(this.y2l_1) | 0;
1112
1112
  return result;
1113
1113
  };
1114
1114
  protoOf(WsPrimitive).equals = function (other) {
@@ -1119,7 +1119,7 @@ protoOf(WsPrimitive).equals = function (other) {
1119
1119
  var tmp0_other_with_cast = other instanceof WsPrimitive ? other : THROW_CCE();
1120
1120
  if (!this.type.equals(tmp0_other_with_cast.type))
1121
1121
  return false;
1122
- if (!(this.s2l_1 === tmp0_other_with_cast.s2l_1))
1122
+ if (!(this.y2l_1 === tmp0_other_with_cast.y2l_1))
1123
1123
  return false;
1124
1124
  return true;
1125
1125
  };
@@ -1172,12 +1172,12 @@ protoOf(WsRequest).n17 = function () {
1172
1172
  protoOf(WsRequest).sd = function () {
1173
1173
  return this.content;
1174
1174
  };
1175
- protoOf(WsRequest).x2l = function (content) {
1175
+ protoOf(WsRequest).d2m = function (content) {
1176
1176
  return new WsRequest(content);
1177
1177
  };
1178
1178
  protoOf(WsRequest).copy = function (content, $super) {
1179
1179
  content = content === VOID ? this.content : content;
1180
- return this.x2l(content);
1180
+ return this.d2m(content);
1181
1181
  };
1182
1182
  protoOf(WsRequest).toString = function () {
1183
1183
  return 'WsRequest(content=' + toString_0(this.content) + ')';
@@ -1200,10 +1200,10 @@ function WsResponse(status, headers, content) {
1200
1200
  this.headers = headers;
1201
1201
  this.content = content;
1202
1202
  }
1203
- protoOf(WsResponse).y2l = function () {
1203
+ protoOf(WsResponse).e2m = function () {
1204
1204
  return this.status;
1205
1205
  };
1206
- protoOf(WsResponse).j2k = function () {
1206
+ protoOf(WsResponse).r2k = function () {
1207
1207
  return this.headers;
1208
1208
  };
1209
1209
  protoOf(WsResponse).n17 = function () {
@@ -1218,14 +1218,14 @@ protoOf(WsResponse).td = function () {
1218
1218
  protoOf(WsResponse).th = function () {
1219
1219
  return this.content;
1220
1220
  };
1221
- protoOf(WsResponse).z2l = function (status, headers, content) {
1221
+ protoOf(WsResponse).f2m = function (status, headers, content) {
1222
1222
  return new WsResponse(status, headers, content);
1223
1223
  };
1224
1224
  protoOf(WsResponse).copy = function (status, headers, content, $super) {
1225
1225
  status = status === VOID ? this.status : status;
1226
1226
  headers = headers === VOID ? this.headers : headers;
1227
1227
  content = content === VOID ? this.content : content;
1228
- return this.z2l(status, headers, content);
1228
+ return this.f2m(status, headers, content);
1229
1229
  };
1230
1230
  protoOf(WsResponse).toString = function () {
1231
1231
  return 'WsResponse(status=' + this.status + ', headers=' + toString(this.headers) + ', content=' + toString_0(this.content) + ')';
@@ -1256,10 +1256,10 @@ function WsContent(type, reference, isNullable) {
1256
1256
  this.reference = reference;
1257
1257
  this.isNullable = isNullable;
1258
1258
  }
1259
- protoOf(WsContent).t2l = function () {
1259
+ protoOf(WsContent).z2l = function () {
1260
1260
  return this.type;
1261
1261
  };
1262
- protoOf(WsContent).a2l = function () {
1262
+ protoOf(WsContent).i2l = function () {
1263
1263
  return this.reference;
1264
1264
  };
1265
1265
  protoOf(WsContent).gm = function () {
@@ -1274,14 +1274,14 @@ protoOf(WsContent).td = function () {
1274
1274
  protoOf(WsContent).th = function () {
1275
1275
  return this.isNullable;
1276
1276
  };
1277
- protoOf(WsContent).a2m = function (type, reference, isNullable) {
1277
+ protoOf(WsContent).g2m = function (type, reference, isNullable) {
1278
1278
  return new WsContent(type, reference, isNullable);
1279
1279
  };
1280
1280
  protoOf(WsContent).copy = function (type, reference, isNullable, $super) {
1281
1281
  type = type === VOID ? this.type : type;
1282
1282
  reference = reference === VOID ? this.reference : reference;
1283
1283
  isNullable = isNullable === VOID ? this.isNullable : isNullable;
1284
- return this.a2m(type, reference, isNullable);
1284
+ return this.g2m(type, reference, isNullable);
1285
1285
  };
1286
1286
  protoOf(WsContent).toString = function () {
1287
1287
  return 'WsContent(type=' + this.type + ', reference=' + toString(this.reference) + ', isNullable=' + this.isNullable + ')';
@@ -1410,7 +1410,7 @@ function produce(_this__u8e3s4) {
1410
1410
  function produce_0(_this__u8e3s4) {
1411
1411
  // Inline function 'kotlin.collections.toTypedArray' call
1412
1412
  // Inline function 'arrow.core.NonEmptyList.map' call
1413
- var this_0 = _this__u8e3s4.e29_1;
1413
+ var this_0 = _this__u8e3s4.f29_1;
1414
1414
  // Inline function 'community.flock.wirespec.compiler.lib.produce.<anonymous>' call
1415
1415
  var it = this_0.ik_1;
1416
1416
  var tmp = produce_8(it);
@@ -1566,7 +1566,7 @@ function produce_7(_this__u8e3s4) {
1566
1566
  tmp = new WsAny(_this__u8e3s4.s2a_1);
1567
1567
  } else {
1568
1568
  if (_this__u8e3s4 instanceof Unit) {
1569
- tmp = new WsUnit(_this__u8e3s4.u2a_1);
1569
+ tmp = new WsUnit(_this__u8e3s4.v2a_1);
1570
1570
  } else {
1571
1571
  if (_this__u8e3s4 instanceof Custom) {
1572
1572
  tmp = new WsCustom(_this__u8e3s4.m23_1, _this__u8e3s4.n23_1);
@@ -1693,7 +1693,7 @@ function produce_13(_this__u8e3s4) {
1693
1693
  return tmp;
1694
1694
  }
1695
1695
  function consume_1(_this__u8e3s4) {
1696
- var tmp0_safe_receiver = _this__u8e3s4.f2k_1;
1696
+ var tmp0_safe_receiver = _this__u8e3s4.n2k_1;
1697
1697
  var tmp;
1698
1698
  if (tmp0_safe_receiver == null) {
1699
1699
  tmp = null;
@@ -1704,7 +1704,7 @@ function consume_1(_this__u8e3s4) {
1704
1704
  tmp = Companion_instance.n2a(tmp0_safe_receiver);
1705
1705
  }
1706
1706
  var tmp_0 = tmp;
1707
- var tmp_1 = new DefinitionIdentifier(_this__u8e3s4.e2k_1);
1707
+ var tmp_1 = new DefinitionIdentifier(_this__u8e3s4.m2k_1);
1708
1708
  var tmp_2 = consume_7(_this__u8e3s4.method);
1709
1709
  // Inline function 'kotlin.collections.map' call
1710
1710
  var this_0 = _this__u8e3s4.path;
@@ -1778,8 +1778,8 @@ function consume_1(_this__u8e3s4) {
1778
1778
  return new Endpoint(tmp_0, tmp_1, tmp_2, tmp_3, tmp_4, tmp_5, tmp_6, destination_3);
1779
1779
  }
1780
1780
  function consume_2(_this__u8e3s4) {
1781
- var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.s2k_1);
1782
- var tmp0_safe_receiver = _this__u8e3s4.t2k_1;
1781
+ var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.a2l_1);
1782
+ var tmp0_safe_receiver = _this__u8e3s4.b2l_1;
1783
1783
  var tmp;
1784
1784
  if (tmp0_safe_receiver == null) {
1785
1785
  tmp = null;
@@ -1794,8 +1794,8 @@ function consume_2(_this__u8e3s4) {
1794
1794
  return new Enum_0(tmp2_comment, tmp1_identifier, tmp3_entries);
1795
1795
  }
1796
1796
  function consume_3(_this__u8e3s4) {
1797
- var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.c2l_1);
1798
- var tmp0_safe_receiver = _this__u8e3s4.d2l_1;
1797
+ var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.k2l_1);
1798
+ var tmp0_safe_receiver = _this__u8e3s4.l2l_1;
1799
1799
  var tmp;
1800
1800
  if (tmp0_safe_receiver == null) {
1801
1801
  tmp = null;
@@ -1810,8 +1810,8 @@ function consume_3(_this__u8e3s4) {
1810
1810
  return new Refined(tmp2_comment, tmp1_identifier, tmp3_validator);
1811
1811
  }
1812
1812
  function consume_4(_this__u8e3s4) {
1813
- var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.z2j_1);
1814
- var tmp0_safe_receiver = _this__u8e3s4.a2k_1;
1813
+ var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.h2k_1);
1814
+ var tmp0_safe_receiver = _this__u8e3s4.i2k_1;
1815
1815
  var tmp;
1816
1816
  if (tmp0_safe_receiver == null) {
1817
1817
  tmp = null;
@@ -1840,8 +1840,8 @@ function consume_4(_this__u8e3s4) {
1840
1840
  return new Type(tmp2_comment, tmp1_identifier, tmp3_shape, tmp4_extends);
1841
1841
  }
1842
1842
  function consume_5(_this__u8e3s4) {
1843
- var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.v2k_1);
1844
- var tmp0_safe_receiver = _this__u8e3s4.w2k_1;
1843
+ var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.d2l_1);
1844
+ var tmp0_safe_receiver = _this__u8e3s4.e2l_1;
1845
1845
  var tmp;
1846
1846
  if (tmp0_safe_receiver == null) {
1847
1847
  tmp = null;
@@ -1869,8 +1869,8 @@ function consume_5(_this__u8e3s4) {
1869
1869
  return new Union(tmp2_comment, tmp1_identifier, tmp3_entries);
1870
1870
  }
1871
1871
  function consume_6(_this__u8e3s4) {
1872
- var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.y2k_1);
1873
- var tmp0_safe_receiver = _this__u8e3s4.z2k_1;
1872
+ var tmp1_identifier = new DefinitionIdentifier(_this__u8e3s4.g2l_1);
1873
+ var tmp0_safe_receiver = _this__u8e3s4.h2l_1;
1874
1874
  var tmp;
1875
1875
  if (tmp0_safe_receiver == null) {
1876
1876
  tmp = null;
@@ -1961,22 +1961,22 @@ function consume_11(_this__u8e3s4) {
1961
1961
  function consume_12(_this__u8e3s4) {
1962
1962
  var tmp;
1963
1963
  if (_this__u8e3s4 instanceof WsAny) {
1964
- tmp = new Any(_this__u8e3s4.k2l_1);
1964
+ tmp = new Any(_this__u8e3s4.s2l_1);
1965
1965
  } else {
1966
1966
  if (_this__u8e3s4 instanceof WsUnit) {
1967
- tmp = new Unit(_this__u8e3s4.m2l_1);
1967
+ tmp = new Unit(_this__u8e3s4.t2l_1);
1968
1968
  } else {
1969
1969
  if (_this__u8e3s4 instanceof WsCustom) {
1970
- tmp = new Custom(_this__u8e3s4.value, _this__u8e3s4.q2l_1);
1970
+ tmp = new Custom(_this__u8e3s4.value, _this__u8e3s4.x2l_1);
1971
1971
  } else {
1972
1972
  if (_this__u8e3s4 instanceof WsPrimitive) {
1973
- tmp = new Primitive(consume_15(_this__u8e3s4.type), _this__u8e3s4.s2l_1);
1973
+ tmp = new Primitive(consume_15(_this__u8e3s4.type), _this__u8e3s4.y2l_1);
1974
1974
  } else {
1975
1975
  if (_this__u8e3s4 instanceof WsDict) {
1976
- tmp = new Dict(consume_12(_this__u8e3s4.reference), _this__u8e3s4.p2l_1);
1976
+ tmp = new Dict(consume_12(_this__u8e3s4.reference), _this__u8e3s4.w2l_1);
1977
1977
  } else {
1978
1978
  if (_this__u8e3s4 instanceof WsIterable) {
1979
- tmp = new Iterable(consume_12(_this__u8e3s4.reference), _this__u8e3s4.n2l_1);
1979
+ tmp = new Iterable(consume_12(_this__u8e3s4.reference), _this__u8e3s4.u2l_1);
1980
1980
  } else {
1981
1981
  noWhenBranchMatchedException();
1982
1982
  }
@@ -2082,10 +2082,10 @@ function WsCompilationResult(result, errors) {
2082
2082
  this.result = result;
2083
2083
  this.errors = errors;
2084
2084
  }
2085
- protoOf(WsCompilationResult).b2m = function () {
2085
+ protoOf(WsCompilationResult).h2m = function () {
2086
2086
  return this.result;
2087
2087
  };
2088
- protoOf(WsCompilationResult).c2m = function () {
2088
+ protoOf(WsCompilationResult).i2m = function () {
2089
2089
  return this.errors;
2090
2090
  };
2091
2091
  function WsCompiled(value) {
@@ -2110,10 +2110,10 @@ function WsParseResult(result, errors) {
2110
2110
  this.result = result;
2111
2111
  this.errors = errors;
2112
2112
  }
2113
- protoOf(WsParseResult).b2m = function () {
2113
+ protoOf(WsParseResult).h2m = function () {
2114
2114
  return this.result;
2115
2115
  };
2116
- protoOf(WsParseResult).c2m = function () {
2116
+ protoOf(WsParseResult).i2m = function () {
2117
2117
  return this.errors;
2118
2118
  };
2119
2119
  function WsStringResult(result, errors) {
@@ -2122,20 +2122,20 @@ function WsStringResult(result, errors) {
2122
2122
  this.result = result;
2123
2123
  this.errors = errors;
2124
2124
  }
2125
- protoOf(WsStringResult).b2m = function () {
2125
+ protoOf(WsStringResult).h2m = function () {
2126
2126
  return this.result;
2127
2127
  };
2128
- protoOf(WsStringResult).c2m = function () {
2128
+ protoOf(WsStringResult).i2m = function () {
2129
2129
  return this.errors;
2130
2130
  };
2131
2131
  function WsEmitted(file, result) {
2132
2132
  this.file = file;
2133
2133
  this.result = result;
2134
2134
  }
2135
- protoOf(WsEmitted).d2m = function () {
2135
+ protoOf(WsEmitted).j2m = function () {
2136
2136
  return this.file;
2137
2137
  };
2138
- protoOf(WsEmitted).b2m = function () {
2138
+ protoOf(WsEmitted).h2m = function () {
2139
2139
  return this.result;
2140
2140
  };
2141
2141
  function produce_15(_this__u8e3s4) {
@@ -2211,10 +2211,10 @@ function WsTokenResult(tokens, error) {
2211
2211
  this.tokens = tokens;
2212
2212
  this.error = error;
2213
2213
  }
2214
- protoOf(WsTokenResult).e2m = function () {
2214
+ protoOf(WsTokenResult).k2m = function () {
2215
2215
  return this.tokens;
2216
2216
  };
2217
- protoOf(WsTokenResult).f2m = function () {
2217
+ protoOf(WsTokenResult).l2m = function () {
2218
2218
  return this.error;
2219
2219
  };
2220
2220
  protoOf(WsTokenResult).sd = function () {
@@ -2223,13 +2223,13 @@ protoOf(WsTokenResult).sd = function () {
2223
2223
  protoOf(WsTokenResult).td = function () {
2224
2224
  return this.error;
2225
2225
  };
2226
- protoOf(WsTokenResult).g2m = function (tokens, error) {
2226
+ protoOf(WsTokenResult).m2m = function (tokens, error) {
2227
2227
  return new WsTokenResult(tokens, error);
2228
2228
  };
2229
2229
  protoOf(WsTokenResult).copy = function (tokens, error, $super) {
2230
2230
  tokens = tokens === VOID ? this.tokens : tokens;
2231
2231
  error = error === VOID ? this.error : error;
2232
- return this.g2m(tokens, error);
2232
+ return this.m2m(tokens, error);
2233
2233
  };
2234
2234
  protoOf(WsTokenResult).toString = function () {
2235
2235
  return 'WsTokenResult(tokens=' + toString_0(this.tokens) + ', error=' + toString_0(this.error) + ')';
@@ -2274,12 +2274,12 @@ protoOf(WsTokens).hashCode = function () {
2274
2274
  protoOf(WsTokens).sd = function () {
2275
2275
  return this.value;
2276
2276
  };
2277
- protoOf(WsTokens).h2m = function (value) {
2277
+ protoOf(WsTokens).n2m = function (value) {
2278
2278
  return new WsTokens(value);
2279
2279
  };
2280
2280
  protoOf(WsTokens).copy = function (value, $super) {
2281
2281
  value = value === VOID ? this.value : value;
2282
- return this.h2m(value);
2282
+ return this.n2m(value);
2283
2283
  };
2284
2284
  protoOf(WsTokens).toString = function () {
2285
2285
  return 'WsTokens(value=' + toString(this.value) + ')';
@@ -2290,13 +2290,13 @@ function WsToken(type, value, coordinates) {
2290
2290
  this.value = value;
2291
2291
  this.coordinates = coordinates;
2292
2292
  }
2293
- protoOf(WsToken).t2l = function () {
2293
+ protoOf(WsToken).z2l = function () {
2294
2294
  return this.type;
2295
2295
  };
2296
2296
  protoOf(WsToken).b1 = function () {
2297
2297
  return this.value;
2298
2298
  };
2299
- protoOf(WsToken).i2m = function () {
2299
+ protoOf(WsToken).o2m = function () {
2300
2300
  return this.coordinates;
2301
2301
  };
2302
2302
  protoOf(WsToken).sd = function () {
@@ -2308,14 +2308,14 @@ protoOf(WsToken).td = function () {
2308
2308
  protoOf(WsToken).th = function () {
2309
2309
  return this.coordinates;
2310
2310
  };
2311
- protoOf(WsToken).j2m = function (type, value, coordinates) {
2311
+ protoOf(WsToken).p2m = function (type, value, coordinates) {
2312
2312
  return new WsToken(type, value, coordinates);
2313
2313
  };
2314
2314
  protoOf(WsToken).copy = function (type, value, coordinates, $super) {
2315
2315
  type = type === VOID ? this.type : type;
2316
2316
  value = value === VOID ? this.value : value;
2317
2317
  coordinates = coordinates === VOID ? this.coordinates : coordinates;
2318
- return this.j2m(type, value, coordinates);
2318
+ return this.p2m(type, value, coordinates);
2319
2319
  };
2320
2320
  protoOf(WsToken).toString = function () {
2321
2321
  return 'WsToken(type=' + this.type + ', value=' + this.value + ', coordinates=' + this.coordinates.toString() + ')';
@@ -2348,13 +2348,13 @@ function WsCoordinates(line, position, idxAndLength) {
2348
2348
  this.position = position;
2349
2349
  this.idxAndLength = idxAndLength;
2350
2350
  }
2351
- protoOf(WsCoordinates).k2m = function () {
2351
+ protoOf(WsCoordinates).q2m = function () {
2352
2352
  return this.line;
2353
2353
  };
2354
- protoOf(WsCoordinates).l2m = function () {
2354
+ protoOf(WsCoordinates).r2m = function () {
2355
2355
  return this.position;
2356
2356
  };
2357
- protoOf(WsCoordinates).m2m = function () {
2357
+ protoOf(WsCoordinates).s2m = function () {
2358
2358
  return this.idxAndLength;
2359
2359
  };
2360
2360
  protoOf(WsCoordinates).sd = function () {
@@ -2366,14 +2366,14 @@ protoOf(WsCoordinates).td = function () {
2366
2366
  protoOf(WsCoordinates).th = function () {
2367
2367
  return this.idxAndLength;
2368
2368
  };
2369
- protoOf(WsCoordinates).n2m = function (line, position, idxAndLength) {
2369
+ protoOf(WsCoordinates).t2m = function (line, position, idxAndLength) {
2370
2370
  return new WsCoordinates(line, position, idxAndLength);
2371
2371
  };
2372
2372
  protoOf(WsCoordinates).copy = function (line, position, idxAndLength, $super) {
2373
2373
  line = line === VOID ? this.line : line;
2374
2374
  position = position === VOID ? this.position : position;
2375
2375
  idxAndLength = idxAndLength === VOID ? this.idxAndLength : idxAndLength;
2376
- return this.n2m(line, position, idxAndLength);
2376
+ return this.t2m(line, position, idxAndLength);
2377
2377
  };
2378
2378
  protoOf(WsCoordinates).toString = function () {
2379
2379
  return 'WsCoordinates(line=' + this.line + ', position=' + this.position + ', idxAndLength=' + this.idxAndLength.toString() + ')';
@@ -2404,7 +2404,7 @@ function WsIndex(idx, length) {
2404
2404
  this.idx = idx;
2405
2405
  this.length = length;
2406
2406
  }
2407
- protoOf(WsIndex).o2m = function () {
2407
+ protoOf(WsIndex).u2m = function () {
2408
2408
  return this.idx;
2409
2409
  };
2410
2410
  protoOf(WsIndex).a = function () {
@@ -2416,13 +2416,13 @@ protoOf(WsIndex).sd = function () {
2416
2416
  protoOf(WsIndex).td = function () {
2417
2417
  return this.length;
2418
2418
  };
2419
- protoOf(WsIndex).p2m = function (idx, length) {
2419
+ protoOf(WsIndex).v2m = function (idx, length) {
2420
2420
  return new WsIndex(idx, length);
2421
2421
  };
2422
2422
  protoOf(WsIndex).copy = function (idx, length, $super) {
2423
2423
  idx = idx === VOID ? this.idx : idx;
2424
2424
  length = length === VOID ? this.length : length;
2425
- return this.p2m(idx, length);
2425
+ return this.v2m(idx, length);
2426
2426
  };
2427
2427
  protoOf(WsIndex).toString = function () {
2428
2428
  return 'WsIndex(idx=' + this.idx + ', length=' + this.length + ')';
@@ -2445,13 +2445,13 @@ protoOf(WsIndex).equals = function (other) {
2445
2445
  return true;
2446
2446
  };
2447
2447
  function produce_18(_this__u8e3s4) {
2448
- return new WsToken(name(_this__u8e3s4.s29_1), _this__u8e3s4.r29_1, produce_19(_this__u8e3s4.t29_1));
2448
+ return new WsToken(name(_this__u8e3s4.t29_1), _this__u8e3s4.s29_1, produce_19(_this__u8e3s4.u29_1));
2449
2449
  }
2450
2450
  function produce_19(_this__u8e3s4) {
2451
- return new WsCoordinates(_this__u8e3s4.u29_1, _this__u8e3s4.v29_1, produce_20(_this__u8e3s4.w29_1));
2451
+ return new WsCoordinates(_this__u8e3s4.v29_1, _this__u8e3s4.w29_1, produce_20(_this__u8e3s4.x29_1));
2452
2452
  }
2453
2453
  function produce_20(_this__u8e3s4) {
2454
- return new WsIndex(_this__u8e3s4.k2b_1, _this__u8e3s4.l2b_1);
2454
+ return new WsIndex(_this__u8e3s4.s2b_1, _this__u8e3s4.t2b_1);
2455
2455
  }
2456
2456
  function WsError(line, position, index, length, value) {
2457
2457
  this.line = line;
@@ -2460,13 +2460,13 @@ function WsError(line, position, index, length, value) {
2460
2460
  this.length = length;
2461
2461
  this.value = value;
2462
2462
  }
2463
- protoOf(WsError).k2m = function () {
2463
+ protoOf(WsError).q2m = function () {
2464
2464
  return this.line;
2465
2465
  };
2466
- protoOf(WsError).l2m = function () {
2466
+ protoOf(WsError).r2m = function () {
2467
2467
  return this.position;
2468
2468
  };
2469
- protoOf(WsError).q2m = function () {
2469
+ protoOf(WsError).w2m = function () {
2470
2470
  return this.index;
2471
2471
  };
2472
2472
  protoOf(WsError).a = function () {
@@ -2484,13 +2484,13 @@ protoOf(WsError).td = function () {
2484
2484
  protoOf(WsError).th = function () {
2485
2485
  return this.index;
2486
2486
  };
2487
- protoOf(WsError).m2k = function () {
2487
+ protoOf(WsError).u2k = function () {
2488
2488
  return this.length;
2489
2489
  };
2490
- protoOf(WsError).n2k = function () {
2490
+ protoOf(WsError).v2k = function () {
2491
2491
  return this.value;
2492
2492
  };
2493
- protoOf(WsError).r2m = function (line, position, index, length, value) {
2493
+ protoOf(WsError).x2m = function (line, position, index, length, value) {
2494
2494
  return new WsError(line, position, index, length, value);
2495
2495
  };
2496
2496
  protoOf(WsError).copy = function (line, position, index, length, value, $super) {
@@ -2499,7 +2499,7 @@ protoOf(WsError).copy = function (line, position, index, length, value, $super)
2499
2499
  index = index === VOID ? this.index : index;
2500
2500
  length = length === VOID ? this.length : length;
2501
2501
  value = value === VOID ? this.value : value;
2502
- return this.r2m(line, position, index, length, value);
2502
+ return this.x2m(line, position, index, length, value);
2503
2503
  };
2504
2504
  protoOf(WsError).toString = function () {
2505
2505
  return 'WsError(line=' + this.line + ', position=' + this.position + ', index=' + this.index + ', length=' + this.length + ', value=' + this.value + ')';
@@ -2531,44 +2531,44 @@ protoOf(WsError).equals = function (other) {
2531
2531
  return true;
2532
2532
  };
2533
2533
  function produce_21(_this__u8e3s4) {
2534
- return new WsError(_this__u8e3s4.y29_1.u29_1, _this__u8e3s4.y29_1.v29_1, _this__u8e3s4.y29_1.w29_1.k2b_1 - _this__u8e3s4.y29_1.w29_1.l2b_1 | 0, _this__u8e3s4.y29_1.w29_1.l2b_1, _this__u8e3s4.r1());
2534
+ return new WsError(_this__u8e3s4.z29_1.v29_1, _this__u8e3s4.z29_1.w29_1, _this__u8e3s4.z29_1.x29_1.s2b_1 - _this__u8e3s4.z29_1.x29_1.t2b_1 | 0, _this__u8e3s4.z29_1.x29_1.t2b_1, _this__u8e3s4.r1());
2535
2535
  }
2536
2536
  //region block: post-declaration
2537
2537
  defineProp(protoOf(WsType), 'identifier', function () {
2538
2538
  return this.k24();
2539
2539
  });
2540
2540
  defineProp(protoOf(WsType), 'comment', function () {
2541
- return this.y2j();
2541
+ return this.g2k();
2542
2542
  });
2543
2543
  defineProp(protoOf(WsEndpoint), 'identifier', function () {
2544
2544
  return this.k24();
2545
2545
  });
2546
2546
  defineProp(protoOf(WsEndpoint), 'comment', function () {
2547
- return this.y2j();
2547
+ return this.g2k();
2548
2548
  });
2549
2549
  defineProp(protoOf(WsEnum), 'identifier', function () {
2550
2550
  return this.k24();
2551
2551
  });
2552
2552
  defineProp(protoOf(WsEnum), 'comment', function () {
2553
- return this.y2j();
2553
+ return this.g2k();
2554
2554
  });
2555
2555
  defineProp(protoOf(WsUnion), 'identifier', function () {
2556
2556
  return this.k24();
2557
2557
  });
2558
2558
  defineProp(protoOf(WsUnion), 'comment', function () {
2559
- return this.y2j();
2559
+ return this.g2k();
2560
2560
  });
2561
2561
  defineProp(protoOf(WsChannel), 'identifier', function () {
2562
2562
  return this.k24();
2563
2563
  });
2564
2564
  defineProp(protoOf(WsChannel), 'comment', function () {
2565
- return this.y2j();
2565
+ return this.g2k();
2566
2566
  });
2567
2567
  defineProp(protoOf(WsRefined), 'identifier', function () {
2568
2568
  return this.k24();
2569
2569
  });
2570
2570
  defineProp(protoOf(WsRefined), 'comment', function () {
2571
- return this.y2j();
2571
+ return this.g2k();
2572
2572
  });
2573
2573
  defineProp(protoOf(WsMethod), 'name', protoOf(WsMethod).s2);
2574
2574
  defineProp(protoOf(WsMethod), 'ordinal', protoOf(WsMethod).t2);