@cruglobal/godtools-shared 1.0.2-SNAPSHOT.1545 → 1.0.2-SNAPSHOT.1548
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Kermit-kermit-core.js +49 -49
- package/Kermit-kermit.js +11 -11
- package/antlr-kotlin-antlr-kotlin-runtime.js +3756 -3463
- package/antlr-kotlin-antlr-kotlin-runtime.js.map +1 -1
- package/colormath-root-colormath.js +875 -875
- package/fluid-locale.js +154 -154
- package/kotlin-js.js +138 -5
- package/kotlin-js.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +623 -516
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js +542 -431
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +2105 -2096
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-state.js +119 -119
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +2 -0
- package/kotlinx-atomicfu.js +20 -20
- package/kotlinx-coroutines-core.js +2147 -2147
- package/package.json +1 -1
|
@@ -16,58 +16,57 @@
|
|
|
16
16
|
'use strict';
|
|
17
17
|
//region block: imports
|
|
18
18
|
var AbstractParseTreeVisitor = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.m;
|
|
19
|
-
var
|
|
20
|
-
var
|
|
21
|
-
var
|
|
22
|
-
var setMetadataFor = kotlin_kotlin.$_$.p6;
|
|
19
|
+
var protoOf = kotlin_kotlin.$_$.t6;
|
|
20
|
+
var classMeta = kotlin_kotlin.$_$.y5;
|
|
21
|
+
var setMetadataFor = kotlin_kotlin.$_$.u6;
|
|
23
22
|
var RuntimeMetaData_instance = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.e;
|
|
24
|
-
var Unit_instance = kotlin_kotlin.$_$.
|
|
23
|
+
var Unit_instance = kotlin_kotlin.$_$.o2;
|
|
25
24
|
var ATNDeserializer = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.g;
|
|
26
|
-
var toCharArray = kotlin_kotlin.$_$.
|
|
27
|
-
var fillArrayVal = kotlin_kotlin.$_$.
|
|
25
|
+
var toCharArray = kotlin_kotlin.$_$.k8;
|
|
26
|
+
var fillArrayVal = kotlin_kotlin.$_$.c6;
|
|
27
|
+
var ensureNotNull = kotlin_kotlin.$_$.p9;
|
|
28
28
|
var DFA = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.k;
|
|
29
29
|
var PredictionContextCache = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.j;
|
|
30
30
|
var VocabularyImpl = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.w;
|
|
31
|
-
var objectMeta = kotlin_kotlin.$_$.
|
|
31
|
+
var objectMeta = kotlin_kotlin.$_$.s6;
|
|
32
32
|
var Lexer = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.r;
|
|
33
33
|
var LexerATNSimulator = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.h;
|
|
34
|
-
var interfaceMeta = kotlin_kotlin.$_$.
|
|
34
|
+
var interfaceMeta = kotlin_kotlin.$_$.i6;
|
|
35
35
|
var ParserRuleContext_init_$Init$ = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.b;
|
|
36
|
-
var objectCreate = kotlin_kotlin.$_$.
|
|
36
|
+
var objectCreate = kotlin_kotlin.$_$.r6;
|
|
37
37
|
var ParserRuleContext_init_$Init$_0 = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.a;
|
|
38
38
|
var ParserRuleContext = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.t;
|
|
39
39
|
var VOID = kotlin_kotlin.$_$.d;
|
|
40
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
41
|
-
var Long = kotlin_kotlin.$_$.
|
|
40
|
+
var isInterface = kotlin_kotlin.$_$.l6;
|
|
41
|
+
var Long = kotlin_kotlin.$_$.d9;
|
|
42
42
|
var Companion_instance = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.c;
|
|
43
43
|
var FailedPredicateException = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.q;
|
|
44
44
|
var RecognitionException = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.v;
|
|
45
45
|
var Parser = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.u;
|
|
46
46
|
var ParserATNSimulator = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.i;
|
|
47
47
|
var NoViableAltException = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.s;
|
|
48
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
49
|
-
var toString = kotlin_kotlin.$_$.
|
|
50
|
-
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.
|
|
51
|
-
var toSet = kotlin_kotlin.$_$.
|
|
52
|
-
var emptySet = kotlin_kotlin.$_$.
|
|
53
|
-
var getStringHashCode = kotlin_kotlin.$_$.
|
|
54
|
-
var isBlank = kotlin_kotlin.$_$.
|
|
48
|
+
var THROW_CCE = kotlin_kotlin.$_$.i9;
|
|
49
|
+
var toString = kotlin_kotlin.$_$.x6;
|
|
50
|
+
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.e1;
|
|
51
|
+
var toSet = kotlin_kotlin.$_$.w4;
|
|
52
|
+
var emptySet = kotlin_kotlin.$_$.p3;
|
|
53
|
+
var getStringHashCode = kotlin_kotlin.$_$.g6;
|
|
54
|
+
var isBlank = kotlin_kotlin.$_$.x7;
|
|
55
55
|
var CharStreams_getInstance = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.d;
|
|
56
56
|
var CommonTokenStream = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.p;
|
|
57
57
|
var BailErrorStrategy = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.o;
|
|
58
58
|
var Companion_instance_0 = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.f;
|
|
59
59
|
var ParseCancellationException = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.l;
|
|
60
|
-
var emptyList = kotlin_kotlin.$_$.
|
|
60
|
+
var emptyList = kotlin_kotlin.$_$.n3;
|
|
61
61
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.h;
|
|
62
|
-
var listOfNotNull = kotlin_kotlin.$_$.
|
|
62
|
+
var listOfNotNull = kotlin_kotlin.$_$.g4;
|
|
63
63
|
var TerminalNode = kotlin_com_strumenta_antlr_kotlin_runtime.$_$.n;
|
|
64
|
-
var addAll = kotlin_kotlin.$_$.
|
|
65
|
-
var
|
|
66
|
-
var toInt = kotlin_kotlin.$_$.j8;
|
|
64
|
+
var addAll = kotlin_kotlin.$_$.y2;
|
|
65
|
+
var toInt = kotlin_kotlin.$_$.p8;
|
|
67
66
|
//endregion
|
|
68
67
|
//region block: pre-declaration
|
|
69
68
|
setMetadataFor(StateExpressionVisitor, 'StateExpressionVisitor', interfaceMeta);
|
|
70
|
-
setMetadataFor(StateExpressionBaseVisitor, 'StateExpressionBaseVisitor', classMeta, AbstractParseTreeVisitor, [AbstractParseTreeVisitor, StateExpressionVisitor]
|
|
69
|
+
setMetadataFor(StateExpressionBaseVisitor, 'StateExpressionBaseVisitor', classMeta, AbstractParseTreeVisitor, [AbstractParseTreeVisitor, StateExpressionVisitor]);
|
|
71
70
|
setMetadataFor(Companion, 'Companion', objectMeta);
|
|
72
71
|
setMetadataFor(StateExpressionLexer, 'StateExpressionLexer', classMeta, Lexer);
|
|
73
72
|
setMetadataFor(StateExpressionListener, 'StateExpressionListener', interfaceMeta);
|
|
@@ -95,68 +94,68 @@
|
|
|
95
94
|
function StateExpressionBaseVisitor() {
|
|
96
95
|
AbstractParseTreeVisitor.call(this);
|
|
97
96
|
}
|
|
98
|
-
protoOf(StateExpressionBaseVisitor).
|
|
99
|
-
return
|
|
97
|
+
protoOf(StateExpressionBaseVisitor).m2t = function (ctx) {
|
|
98
|
+
return this.j26(ctx);
|
|
100
99
|
};
|
|
101
|
-
protoOf(StateExpressionBaseVisitor).
|
|
102
|
-
return
|
|
100
|
+
protoOf(StateExpressionBaseVisitor).n2t = function (ctx) {
|
|
101
|
+
return this.j26(ctx);
|
|
103
102
|
};
|
|
104
|
-
protoOf(StateExpressionBaseVisitor).
|
|
105
|
-
return
|
|
103
|
+
protoOf(StateExpressionBaseVisitor).o2t = function (ctx) {
|
|
104
|
+
return this.j26(ctx);
|
|
106
105
|
};
|
|
107
|
-
protoOf(StateExpressionBaseVisitor).
|
|
108
|
-
return
|
|
106
|
+
protoOf(StateExpressionBaseVisitor).p2t = function (ctx) {
|
|
107
|
+
return this.j26(ctx);
|
|
109
108
|
};
|
|
110
|
-
protoOf(StateExpressionBaseVisitor).
|
|
111
|
-
return
|
|
109
|
+
protoOf(StateExpressionBaseVisitor).q2t = function (ctx) {
|
|
110
|
+
return this.j26(ctx);
|
|
112
111
|
};
|
|
113
|
-
protoOf(StateExpressionBaseVisitor).
|
|
114
|
-
return
|
|
112
|
+
protoOf(StateExpressionBaseVisitor).r2t = function (ctx) {
|
|
113
|
+
return this.j26(ctx);
|
|
115
114
|
};
|
|
116
|
-
protoOf(StateExpressionBaseVisitor).
|
|
117
|
-
return
|
|
115
|
+
protoOf(StateExpressionBaseVisitor).s2t = function (ctx) {
|
|
116
|
+
return this.j26(ctx);
|
|
118
117
|
};
|
|
119
|
-
protoOf(StateExpressionBaseVisitor).
|
|
120
|
-
return
|
|
118
|
+
protoOf(StateExpressionBaseVisitor).t2t = function (ctx) {
|
|
119
|
+
return this.j26(ctx);
|
|
121
120
|
};
|
|
122
|
-
protoOf(StateExpressionBaseVisitor).
|
|
123
|
-
return
|
|
121
|
+
protoOf(StateExpressionBaseVisitor).u2t = function (ctx) {
|
|
122
|
+
return this.j26(ctx);
|
|
124
123
|
};
|
|
125
|
-
protoOf(StateExpressionBaseVisitor).
|
|
126
|
-
return
|
|
124
|
+
protoOf(StateExpressionBaseVisitor).v2t = function (ctx) {
|
|
125
|
+
return this.j26(ctx);
|
|
127
126
|
};
|
|
128
|
-
protoOf(StateExpressionBaseVisitor).
|
|
129
|
-
return
|
|
127
|
+
protoOf(StateExpressionBaseVisitor).w2t = function (ctx) {
|
|
128
|
+
return this.j26(ctx);
|
|
130
129
|
};
|
|
131
130
|
function Companion() {
|
|
132
131
|
Companion_instance_1 = this;
|
|
133
132
|
var tmp = RuntimeMetaData_instance;
|
|
134
|
-
tmp.
|
|
135
|
-
this.
|
|
136
|
-
this.
|
|
133
|
+
tmp.l26('4.13.1', '4.13.1');
|
|
134
|
+
this.x2t_1 = "\x04\x00\x12{\x06\uFFFF\uFFFF\x02\x00\x07\x00\x02\x01\x07\x01\x02\x02\x07\x02\x02\x03\x07\x03\x02\x04\x07\x04\x02\x05\x07\x05\x02\x06\x07\x06\x02\x07\x07\x07\x02\b\x07\b\x02\t\x07\t\x02\n\x07\n\x02\x0B\x07\x0B\x02\f\x07\f\x02\r\x07\r\x02\x0E\x07\x0E\x02\x0F\x07\x0F\x02\x10\x07\x10\x02\x11\x07\x11\x01\x00\x01\x00\x01\x00\x01\x01\x01\x01\x01\x01\x01\x02\x01\x02\x01\x02\x01\x03\x01\x03\x01\x03\x01\x04\x01\x04\x01\x05\x01\x05\x01\x05\x01\x06\x01\x06\x01\x07\x01\x07\x01\x07\x01\b\x01\b\x01\t\x01\t\x01\n\x01\n\x01\x0B\x01\x0B\x01\x0B\x01\x0B\x01\x0B\x01\f\x01\f\x01\f\x01\f\x01\f\x01\f\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0F\x04\x0F_\b\x0F\x0B\x0F\f\x0F`\x01\x10\x01\x10\x05\x10e\b\x10\n\x10\f\x10h\t\x10\x01\x10\x01\x10\x01\x10\x05\x10m\b\x10\n\x10\f\x10p\t\x10\x01\x10\x03\x10s\b\x10\x01\x11\x01\x11\x05\x11w\b\x11\n\x11\f\x11z\t\x11\x00\x00\x12\x01\x01\x03\x02\x05\x03\x07\x04\t\x05\x0B\x06\r\x07\x0F\b\x11\t\x13\n\x15\x0B\x17\f\x19\r\x1B\x0E\x1D\x0F\x1F\x10!\x11#\x12\x01\x00\x05\x01\x0009\x01\x00\"\"\x01\x00''\x02\x00AZaz\x04\x0009AZ__az\x7F\x00\x01\x01\x00\x00\x00\x00\x03\x01\x00\x00\x00\x00\x05\x01\x00\x00\x00\x00\x07\x01\x00\x00\x00\x00\t\x01\x00\x00\x00\x00\x0B\x01\x00\x00\x00\x00\r\x01\x00\x00\x00\x00\x0F\x01\x00\x00\x00\x00\x11\x01\x00\x00\x00\x00\x13\x01\x00\x00\x00\x00\x15\x01\x00\x00\x00\x00\x17\x01\x00\x00\x00\x00\x19\x01\x00\x00\x00\x00\x1B\x01\x00\x00\x00\x00\x1D\x01\x00\x00\x00\x00\x1F\x01\x00\x00\x00\x00!\x01\x00\x00\x00\x00#\x01\x00\x00\x00\x01%\x01\x00\x00\x00\x03(\x01\x00\x00\x00\x05+\x01\x00\x00\x00\x07.\x01\x00\x00\x00\t1\x01\x00\x00\x00\x0B3\x01\x00\x00\x00\r6\x01\x00\x00\x00\x0F8\x01\x00\x00\x00\x11;\x01\x00\x00\x00\x13=\x01\x00\x00\x00\x15?\x01\x00\x00\x00\x17A\x01\x00\x00\x00\x19F\x01\x00\x00\x00\x1BL\x01\x00\x00\x00\x1DT\x01\x00\x00\x00\x1F^\x01\x00\x00\x00!r\x01\x00\x00\x00#t\x01\x00\x00\x00%&\x05=\x00\x00&'\x05=\x00\x00'\x02\x01\x00\x00\x00()\x05!\x00\x00)*\x05=\x00\x00*\x04\x01\x00\x00\x00+,\x05&\x00\x00,-\x05&\x00\x00-\x06\x01\x00\x00\x00./\x05|\x00\x00/0\x05|\x00\x000\b\x01\x00\x00\x0012\x05!\x00\x002\n\x01\x00\x00\x0034\x05>\x00\x0045\x05=\x00\x005\f\x01\x00\x00\x0067\x05>\x00\x007\x0E\x01\x00\x00\x0089\x05<\x00\x009:\x05=\x00\x00:\x10\x01\x00\x00\x00;<\x05<\x00\x00<\x12\x01\x00\x00\x00=>\x05(\x00\x00>\x14\x01\x00\x00\x00?@\x05)\x00\x00@\x16\x01\x00\x00\x00AB\x05t\x00\x00BC\x05r\x00\x00CD\x05u\x00\x00DE\x05e\x00\x00E\x18\x01\x00\x00\x00FG\x05f\x00\x00GH\x05a\x00\x00HI\x05l\x00\x00IJ\x05s\x00\x00JK\x05e\x00\x00K\x1A\x01\x00\x00\x00LM\x05i\x00\x00MN\x05s\x00\x00NO\x05S\x00\x00OP\x05e\x00\x00PQ\x05t\x00\x00QR\x01\x00\x00\x00RS\x03\x13\t\x00S\x1C\x01\x00\x00\x00TU\x05v\x00\x00UV\x05a\x00\x00VW\x05l\x00\x00WX\x05u\x00\x00XY\x05e\x00\x00YZ\x05s\x00\x00Z[\x01\x00\x00\x00[\\\x03\x13\t\x00\\\x1E\x01\x00\x00\x00]_\x07\x00\x00\x00^]\x01\x00\x00\x00_`\x01\x00\x00\x00`^\x01\x00\x00\x00`a\x01\x00\x00\x00a \x01\x00\x00\x00bf\x05\"\x00\x00ce\b\x01\x00\x00dc\x01\x00\x00\x00eh\x01\x00\x00\x00fd\x01\x00\x00\x00fg\x01\x00\x00\x00gi\x01\x00\x00\x00hf\x01\x00\x00\x00is\x05\"\x00\x00jn\x05'\x00\x00km\b\x02\x00\x00lk\x01\x00\x00\x00mp\x01\x00\x00\x00nl\x01\x00\x00\x00no\x01\x00\x00\x00oq\x01\x00\x00\x00pn\x01\x00\x00\x00qs\x05'\x00\x00rb\x01\x00\x00\x00rj\x01\x00\x00\x00s\"\x01\x00\x00\x00tx\x07\x03\x00\x00uw\x07\x04\x00\x00vu\x01\x00\x00\x00wz\x01\x00\x00\x00xv\x01\x00\x00\x00xy\x01\x00\x00\x00y$\x01\x00\x00\x00zx\x01\x00\x00\x00\x06\x00`fnrx\x00";
|
|
135
|
+
this.y2t_1 = (new ATNDeserializer()).z2a(toCharArray("\x04\x00\x12{\x06\uFFFF\uFFFF\x02\x00\x07\x00\x02\x01\x07\x01\x02\x02\x07\x02\x02\x03\x07\x03\x02\x04\x07\x04\x02\x05\x07\x05\x02\x06\x07\x06\x02\x07\x07\x07\x02\b\x07\b\x02\t\x07\t\x02\n\x07\n\x02\x0B\x07\x0B\x02\f\x07\f\x02\r\x07\r\x02\x0E\x07\x0E\x02\x0F\x07\x0F\x02\x10\x07\x10\x02\x11\x07\x11\x01\x00\x01\x00\x01\x00\x01\x01\x01\x01\x01\x01\x01\x02\x01\x02\x01\x02\x01\x03\x01\x03\x01\x03\x01\x04\x01\x04\x01\x05\x01\x05\x01\x05\x01\x06\x01\x06\x01\x07\x01\x07\x01\x07\x01\b\x01\b\x01\t\x01\t\x01\n\x01\n\x01\x0B\x01\x0B\x01\x0B\x01\x0B\x01\x0B\x01\f\x01\f\x01\f\x01\f\x01\f\x01\f\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0F\x04\x0F_\b\x0F\x0B\x0F\f\x0F`\x01\x10\x01\x10\x05\x10e\b\x10\n\x10\f\x10h\t\x10\x01\x10\x01\x10\x01\x10\x05\x10m\b\x10\n\x10\f\x10p\t\x10\x01\x10\x03\x10s\b\x10\x01\x11\x01\x11\x05\x11w\b\x11\n\x11\f\x11z\t\x11\x00\x00\x12\x01\x01\x03\x02\x05\x03\x07\x04\t\x05\x0B\x06\r\x07\x0F\b\x11\t\x13\n\x15\x0B\x17\f\x19\r\x1B\x0E\x1D\x0F\x1F\x10!\x11#\x12\x01\x00\x05\x01\x0009\x01\x00\"\"\x01\x00''\x02\x00AZaz\x04\x0009AZ__az\x7F\x00\x01\x01\x00\x00\x00\x00\x03\x01\x00\x00\x00\x00\x05\x01\x00\x00\x00\x00\x07\x01\x00\x00\x00\x00\t\x01\x00\x00\x00\x00\x0B\x01\x00\x00\x00\x00\r\x01\x00\x00\x00\x00\x0F\x01\x00\x00\x00\x00\x11\x01\x00\x00\x00\x00\x13\x01\x00\x00\x00\x00\x15\x01\x00\x00\x00\x00\x17\x01\x00\x00\x00\x00\x19\x01\x00\x00\x00\x00\x1B\x01\x00\x00\x00\x00\x1D\x01\x00\x00\x00\x00\x1F\x01\x00\x00\x00\x00!\x01\x00\x00\x00\x00#\x01\x00\x00\x00\x01%\x01\x00\x00\x00\x03(\x01\x00\x00\x00\x05+\x01\x00\x00\x00\x07.\x01\x00\x00\x00\t1\x01\x00\x00\x00\x0B3\x01\x00\x00\x00\r6\x01\x00\x00\x00\x0F8\x01\x00\x00\x00\x11;\x01\x00\x00\x00\x13=\x01\x00\x00\x00\x15?\x01\x00\x00\x00\x17A\x01\x00\x00\x00\x19F\x01\x00\x00\x00\x1BL\x01\x00\x00\x00\x1DT\x01\x00\x00\x00\x1F^\x01\x00\x00\x00!r\x01\x00\x00\x00#t\x01\x00\x00\x00%&\x05=\x00\x00&'\x05=\x00\x00'\x02\x01\x00\x00\x00()\x05!\x00\x00)*\x05=\x00\x00*\x04\x01\x00\x00\x00+,\x05&\x00\x00,-\x05&\x00\x00-\x06\x01\x00\x00\x00./\x05|\x00\x00/0\x05|\x00\x000\b\x01\x00\x00\x0012\x05!\x00\x002\n\x01\x00\x00\x0034\x05>\x00\x0045\x05=\x00\x005\f\x01\x00\x00\x0067\x05>\x00\x007\x0E\x01\x00\x00\x0089\x05<\x00\x009:\x05=\x00\x00:\x10\x01\x00\x00\x00;<\x05<\x00\x00<\x12\x01\x00\x00\x00=>\x05(\x00\x00>\x14\x01\x00\x00\x00?@\x05)\x00\x00@\x16\x01\x00\x00\x00AB\x05t\x00\x00BC\x05r\x00\x00CD\x05u\x00\x00DE\x05e\x00\x00E\x18\x01\x00\x00\x00FG\x05f\x00\x00GH\x05a\x00\x00HI\x05l\x00\x00IJ\x05s\x00\x00JK\x05e\x00\x00K\x1A\x01\x00\x00\x00LM\x05i\x00\x00MN\x05s\x00\x00NO\x05S\x00\x00OP\x05e\x00\x00PQ\x05t\x00\x00QR\x01\x00\x00\x00RS\x03\x13\t\x00S\x1C\x01\x00\x00\x00TU\x05v\x00\x00UV\x05a\x00\x00VW\x05l\x00\x00WX\x05u\x00\x00XY\x05e\x00\x00YZ\x05s\x00\x00Z[\x01\x00\x00\x00[\\\x03\x13\t\x00\\\x1E\x01\x00\x00\x00]_\x07\x00\x00\x00^]\x01\x00\x00\x00_`\x01\x00\x00\x00`^\x01\x00\x00\x00`a\x01\x00\x00\x00a \x01\x00\x00\x00bf\x05\"\x00\x00ce\b\x01\x00\x00dc\x01\x00\x00\x00eh\x01\x00\x00\x00fd\x01\x00\x00\x00fg\x01\x00\x00\x00gi\x01\x00\x00\x00hf\x01\x00\x00\x00is\x05\"\x00\x00jn\x05'\x00\x00km\b\x02\x00\x00lk\x01\x00\x00\x00mp\x01\x00\x00\x00nl\x01\x00\x00\x00no\x01\x00\x00\x00oq\x01\x00\x00\x00pn\x01\x00\x00\x00qs\x05'\x00\x00rb\x01\x00\x00\x00rj\x01\x00\x00\x00s\"\x01\x00\x00\x00tx\x07\x03\x00\x00uw\x07\x04\x00\x00vu\x01\x00\x00\x00wz\x01\x00\x00\x00xv\x01\x00\x00\x00xy\x01\x00\x00\x00y$\x01\x00\x00\x00zx\x01\x00\x00\x00\x06\x00`fnrx\x00"));
|
|
137
136
|
var tmp_0 = this;
|
|
138
137
|
var tmp_1 = 0;
|
|
139
|
-
var tmp_2 = this.
|
|
138
|
+
var tmp_2 = this.y2t_1.g27();
|
|
140
139
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
141
140
|
var tmp_3 = fillArrayVal(Array(tmp_2), null);
|
|
142
141
|
while (tmp_1 < tmp_2) {
|
|
143
142
|
var tmp_4 = tmp_1;
|
|
144
|
-
tmp_3[tmp_4] = new DFA(ensureNotNull(Companion_getInstance().
|
|
143
|
+
tmp_3[tmp_4] = new DFA(ensureNotNull(Companion_getInstance().y2t_1.v27(tmp_4)), tmp_4);
|
|
145
144
|
tmp_1 = tmp_1 + 1 | 0;
|
|
146
145
|
}
|
|
147
|
-
tmp_0.
|
|
148
|
-
this.
|
|
146
|
+
tmp_0.z2t_1 = tmp_3;
|
|
147
|
+
this.a2u_1 = new PredictionContextCache();
|
|
149
148
|
var tmp_5 = this;
|
|
150
149
|
// Inline function 'kotlin.arrayOf' call
|
|
151
150
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
152
151
|
// Inline function 'kotlin.js.asDynamic' call
|
|
153
|
-
tmp_5.
|
|
152
|
+
tmp_5.b2u_1 = [null, "'=='", "'!='", "'&&'", "'||'", "'!'", "'>='", "'>'", "'<='", "'<'", "'('", "')'", "'true'", "'false'"];
|
|
154
153
|
var tmp_6 = this;
|
|
155
154
|
// Inline function 'kotlin.arrayOf' call
|
|
156
155
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
157
156
|
// Inline function 'kotlin.js.asDynamic' call
|
|
158
|
-
tmp_6.
|
|
159
|
-
this.
|
|
157
|
+
tmp_6.c2u_1 = [null, 'EQ', 'NEQ', 'AND', 'OR', 'NOT', 'GTE', 'GT', 'LTE', 'LT', 'OPAR', 'CPAR', 'TRUE', 'FALSE', 'FUNC_ISSET', 'FUNC_VALUES', 'INT', 'STRING', 'VAR'];
|
|
158
|
+
this.d2u_1 = new VocabularyImpl(this.b2u_1, this.c2u_1);
|
|
160
159
|
}
|
|
161
160
|
var Companion_instance_1;
|
|
162
161
|
function Companion_getInstance() {
|
|
@@ -167,38 +166,38 @@
|
|
|
167
166
|
function StateExpressionLexer(input) {
|
|
168
167
|
Companion_getInstance();
|
|
169
168
|
Lexer.call(this, input);
|
|
170
|
-
this.
|
|
171
|
-
this.
|
|
172
|
-
this.
|
|
173
|
-
this.
|
|
174
|
-
this.
|
|
169
|
+
this.w2u_1 = new LexerATNSimulator(this, Companion_getInstance().y2t_1, Companion_getInstance().z2t_1, Companion_getInstance().a2u_1);
|
|
170
|
+
this.x2u_1 = 'StateExpression.g4';
|
|
171
|
+
this.y2u_1 = Companion_getInstance().y2t_1;
|
|
172
|
+
this.z2u_1 = Companion_getInstance().d2u_1;
|
|
173
|
+
this.a2v_1 = "\x04\x00\x12{\x06\uFFFF\uFFFF\x02\x00\x07\x00\x02\x01\x07\x01\x02\x02\x07\x02\x02\x03\x07\x03\x02\x04\x07\x04\x02\x05\x07\x05\x02\x06\x07\x06\x02\x07\x07\x07\x02\b\x07\b\x02\t\x07\t\x02\n\x07\n\x02\x0B\x07\x0B\x02\f\x07\f\x02\r\x07\r\x02\x0E\x07\x0E\x02\x0F\x07\x0F\x02\x10\x07\x10\x02\x11\x07\x11\x01\x00\x01\x00\x01\x00\x01\x01\x01\x01\x01\x01\x01\x02\x01\x02\x01\x02\x01\x03\x01\x03\x01\x03\x01\x04\x01\x04\x01\x05\x01\x05\x01\x05\x01\x06\x01\x06\x01\x07\x01\x07\x01\x07\x01\b\x01\b\x01\t\x01\t\x01\n\x01\n\x01\x0B\x01\x0B\x01\x0B\x01\x0B\x01\x0B\x01\f\x01\f\x01\f\x01\f\x01\f\x01\f\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\r\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0E\x01\x0F\x04\x0F_\b\x0F\x0B\x0F\f\x0F`\x01\x10\x01\x10\x05\x10e\b\x10\n\x10\f\x10h\t\x10\x01\x10\x01\x10\x01\x10\x05\x10m\b\x10\n\x10\f\x10p\t\x10\x01\x10\x03\x10s\b\x10\x01\x11\x01\x11\x05\x11w\b\x11\n\x11\f\x11z\t\x11\x00\x00\x12\x01\x01\x03\x02\x05\x03\x07\x04\t\x05\x0B\x06\r\x07\x0F\b\x11\t\x13\n\x15\x0B\x17\f\x19\r\x1B\x0E\x1D\x0F\x1F\x10!\x11#\x12\x01\x00\x05\x01\x0009\x01\x00\"\"\x01\x00''\x02\x00AZaz\x04\x0009AZ__az\x7F\x00\x01\x01\x00\x00\x00\x00\x03\x01\x00\x00\x00\x00\x05\x01\x00\x00\x00\x00\x07\x01\x00\x00\x00\x00\t\x01\x00\x00\x00\x00\x0B\x01\x00\x00\x00\x00\r\x01\x00\x00\x00\x00\x0F\x01\x00\x00\x00\x00\x11\x01\x00\x00\x00\x00\x13\x01\x00\x00\x00\x00\x15\x01\x00\x00\x00\x00\x17\x01\x00\x00\x00\x00\x19\x01\x00\x00\x00\x00\x1B\x01\x00\x00\x00\x00\x1D\x01\x00\x00\x00\x00\x1F\x01\x00\x00\x00\x00!\x01\x00\x00\x00\x00#\x01\x00\x00\x00\x01%\x01\x00\x00\x00\x03(\x01\x00\x00\x00\x05+\x01\x00\x00\x00\x07.\x01\x00\x00\x00\t1\x01\x00\x00\x00\x0B3\x01\x00\x00\x00\r6\x01\x00\x00\x00\x0F8\x01\x00\x00\x00\x11;\x01\x00\x00\x00\x13=\x01\x00\x00\x00\x15?\x01\x00\x00\x00\x17A\x01\x00\x00\x00\x19F\x01\x00\x00\x00\x1BL\x01\x00\x00\x00\x1DT\x01\x00\x00\x00\x1F^\x01\x00\x00\x00!r\x01\x00\x00\x00#t\x01\x00\x00\x00%&\x05=\x00\x00&'\x05=\x00\x00'\x02\x01\x00\x00\x00()\x05!\x00\x00)*\x05=\x00\x00*\x04\x01\x00\x00\x00+,\x05&\x00\x00,-\x05&\x00\x00-\x06\x01\x00\x00\x00./\x05|\x00\x00/0\x05|\x00\x000\b\x01\x00\x00\x0012\x05!\x00\x002\n\x01\x00\x00\x0034\x05>\x00\x0045\x05=\x00\x005\f\x01\x00\x00\x0067\x05>\x00\x007\x0E\x01\x00\x00\x0089\x05<\x00\x009:\x05=\x00\x00:\x10\x01\x00\x00\x00;<\x05<\x00\x00<\x12\x01\x00\x00\x00=>\x05(\x00\x00>\x14\x01\x00\x00\x00?@\x05)\x00\x00@\x16\x01\x00\x00\x00AB\x05t\x00\x00BC\x05r\x00\x00CD\x05u\x00\x00DE\x05e\x00\x00E\x18\x01\x00\x00\x00FG\x05f\x00\x00GH\x05a\x00\x00HI\x05l\x00\x00IJ\x05s\x00\x00JK\x05e\x00\x00K\x1A\x01\x00\x00\x00LM\x05i\x00\x00MN\x05s\x00\x00NO\x05S\x00\x00OP\x05e\x00\x00PQ\x05t\x00\x00QR\x01\x00\x00\x00RS\x03\x13\t\x00S\x1C\x01\x00\x00\x00TU\x05v\x00\x00UV\x05a\x00\x00VW\x05l\x00\x00WX\x05u\x00\x00XY\x05e\x00\x00YZ\x05s\x00\x00Z[\x01\x00\x00\x00[\\\x03\x13\t\x00\\\x1E\x01\x00\x00\x00]_\x07\x00\x00\x00^]\x01\x00\x00\x00_`\x01\x00\x00\x00`^\x01\x00\x00\x00`a\x01\x00\x00\x00a \x01\x00\x00\x00bf\x05\"\x00\x00ce\b\x01\x00\x00dc\x01\x00\x00\x00eh\x01\x00\x00\x00fd\x01\x00\x00\x00fg\x01\x00\x00\x00gi\x01\x00\x00\x00hf\x01\x00\x00\x00is\x05\"\x00\x00jn\x05'\x00\x00km\b\x02\x00\x00lk\x01\x00\x00\x00mp\x01\x00\x00\x00nl\x01\x00\x00\x00no\x01\x00\x00\x00oq\x01\x00\x00\x00pn\x01\x00\x00\x00qs\x05'\x00\x00rb\x01\x00\x00\x00rj\x01\x00\x00\x00s\"\x01\x00\x00\x00tx\x07\x03\x00\x00uw\x07\x04\x00\x00vu\x01\x00\x00\x00wz\x01\x00\x00\x00xv\x01\x00\x00\x00xy\x01\x00\x00\x00y$\x01\x00\x00\x00zx\x01\x00\x00\x00\x06\x00`fnrx\x00";
|
|
175
174
|
var tmp = this;
|
|
176
175
|
// Inline function 'kotlin.arrayOf' call
|
|
177
176
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
178
177
|
// Inline function 'kotlin.js.asDynamic' call
|
|
179
|
-
tmp.
|
|
178
|
+
tmp.b2v_1 = ['EQ', 'NEQ', 'AND', 'OR', 'NOT', 'GTE', 'GT', 'LTE', 'LT', 'OPAR', 'CPAR', 'TRUE', 'FALSE', 'FUNC_ISSET', 'FUNC_VALUES', 'INT', 'STRING', 'VAR'];
|
|
180
179
|
var tmp_0 = this;
|
|
181
180
|
// Inline function 'kotlin.arrayOf' call
|
|
182
181
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
183
182
|
// Inline function 'kotlin.js.asDynamic' call
|
|
184
|
-
tmp_0.
|
|
183
|
+
tmp_0.c2v_1 = ['DEFAULT_TOKEN_CHANNEL', 'HIDDEN'];
|
|
185
184
|
var tmp_1 = this;
|
|
186
185
|
// Inline function 'kotlin.arrayOf' call
|
|
187
186
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
188
187
|
// Inline function 'kotlin.js.asDynamic' call
|
|
189
|
-
tmp_1.
|
|
188
|
+
tmp_1.d2v_1 = ['DEFAULT_MODE'];
|
|
190
189
|
}
|
|
191
|
-
protoOf(StateExpressionLexer).
|
|
192
|
-
return this.
|
|
190
|
+
protoOf(StateExpressionLexer).a1z = function () {
|
|
191
|
+
return this.w2u_1;
|
|
193
192
|
};
|
|
194
|
-
protoOf(StateExpressionLexer).
|
|
195
|
-
return this.
|
|
193
|
+
protoOf(StateExpressionLexer).b1z = function () {
|
|
194
|
+
return this.y2u_1;
|
|
196
195
|
};
|
|
197
|
-
protoOf(StateExpressionLexer).
|
|
198
|
-
return this.
|
|
196
|
+
protoOf(StateExpressionLexer).s1x = function () {
|
|
197
|
+
return this.z2u_1;
|
|
199
198
|
};
|
|
200
|
-
protoOf(StateExpressionLexer).
|
|
201
|
-
return this.
|
|
199
|
+
protoOf(StateExpressionLexer).v1z = function () {
|
|
200
|
+
return this.b2v_1;
|
|
202
201
|
};
|
|
203
202
|
function StateExpressionListener() {
|
|
204
203
|
}
|
|
@@ -221,7 +220,7 @@
|
|
|
221
220
|
function IntCmpExprContext_init_$Init$(ctx, $this) {
|
|
222
221
|
BooleanExprContext_init_$Init$_0($this);
|
|
223
222
|
IntCmpExprContext.call($this);
|
|
224
|
-
$this.
|
|
223
|
+
$this.k2w(ctx);
|
|
225
224
|
return $this;
|
|
226
225
|
}
|
|
227
226
|
function IntCmpExprContext_init_$Create$(ctx) {
|
|
@@ -230,7 +229,7 @@
|
|
|
230
229
|
function ParExprContext_init_$Init$(ctx, $this) {
|
|
231
230
|
BooleanExprContext_init_$Init$_0($this);
|
|
232
231
|
ParExprContext.call($this);
|
|
233
|
-
$this.
|
|
232
|
+
$this.k2w(ctx);
|
|
234
233
|
return $this;
|
|
235
234
|
}
|
|
236
235
|
function ParExprContext_init_$Create$(ctx) {
|
|
@@ -239,7 +238,7 @@
|
|
|
239
238
|
function BooleanAtomContext_init_$Init$(ctx, $this) {
|
|
240
239
|
BooleanExprContext_init_$Init$_0($this);
|
|
241
240
|
BooleanAtomContext.call($this);
|
|
242
|
-
$this.
|
|
241
|
+
$this.k2w(ctx);
|
|
243
242
|
return $this;
|
|
244
243
|
}
|
|
245
244
|
function BooleanAtomContext_init_$Create$(ctx) {
|
|
@@ -248,7 +247,7 @@
|
|
|
248
247
|
function EqExprContext_init_$Init$(ctx, $this) {
|
|
249
248
|
BooleanExprContext_init_$Init$_0($this);
|
|
250
249
|
EqExprContext.call($this);
|
|
251
|
-
$this.
|
|
250
|
+
$this.k2w(ctx);
|
|
252
251
|
return $this;
|
|
253
252
|
}
|
|
254
253
|
function EqExprContext_init_$Create$(ctx) {
|
|
@@ -257,7 +256,7 @@
|
|
|
257
256
|
function NotExprContext_init_$Init$(ctx, $this) {
|
|
258
257
|
BooleanExprContext_init_$Init$_0($this);
|
|
259
258
|
NotExprContext.call($this);
|
|
260
|
-
$this.
|
|
259
|
+
$this.k2w(ctx);
|
|
261
260
|
return $this;
|
|
262
261
|
}
|
|
263
262
|
function NotExprContext_init_$Create$(ctx) {
|
|
@@ -266,7 +265,7 @@
|
|
|
266
265
|
function IsSetFuncContext_init_$Init$(ctx, $this) {
|
|
267
266
|
BooleanExprContext_init_$Init$_0($this);
|
|
268
267
|
IsSetFuncContext.call($this);
|
|
269
|
-
$this.
|
|
268
|
+
$this.k2w(ctx);
|
|
270
269
|
return $this;
|
|
271
270
|
}
|
|
272
271
|
function IsSetFuncContext_init_$Create$(ctx) {
|
|
@@ -275,7 +274,7 @@
|
|
|
275
274
|
function OrExprContext_init_$Init$(ctx, $this) {
|
|
276
275
|
BooleanExprContext_init_$Init$_0($this);
|
|
277
276
|
OrExprContext.call($this);
|
|
278
|
-
$this.
|
|
277
|
+
$this.k2w(ctx);
|
|
279
278
|
return $this;
|
|
280
279
|
}
|
|
281
280
|
function OrExprContext_init_$Create$(ctx) {
|
|
@@ -284,7 +283,7 @@
|
|
|
284
283
|
function AndExprContext_init_$Init$(ctx, $this) {
|
|
285
284
|
BooleanExprContext_init_$Init$_0($this);
|
|
286
285
|
AndExprContext.call($this);
|
|
287
|
-
$this.
|
|
286
|
+
$this.k2w(ctx);
|
|
288
287
|
return $this;
|
|
289
288
|
}
|
|
290
289
|
function AndExprContext_init_$Create$(ctx) {
|
|
@@ -309,7 +308,7 @@
|
|
|
309
308
|
function IntAtomContext_init_$Init$(ctx, $this) {
|
|
310
309
|
IntExprContext_init_$Init$_0($this);
|
|
311
310
|
IntAtomContext.call($this);
|
|
312
|
-
$this.
|
|
311
|
+
$this.v2w(ctx);
|
|
313
312
|
return $this;
|
|
314
313
|
}
|
|
315
314
|
function IntAtomContext_init_$Create$(ctx) {
|
|
@@ -318,7 +317,7 @@
|
|
|
318
317
|
function ParIntExprContext_init_$Init$(ctx, $this) {
|
|
319
318
|
IntExprContext_init_$Init$_0($this);
|
|
320
319
|
ParIntExprContext.call($this);
|
|
321
|
-
$this.
|
|
320
|
+
$this.v2w(ctx);
|
|
322
321
|
return $this;
|
|
323
322
|
}
|
|
324
323
|
function ParIntExprContext_init_$Create$(ctx) {
|
|
@@ -327,7 +326,7 @@
|
|
|
327
326
|
function ValuesFuncContext_init_$Init$(ctx, $this) {
|
|
328
327
|
IntExprContext_init_$Init$_0($this);
|
|
329
328
|
ValuesFuncContext.call($this);
|
|
330
|
-
$this.
|
|
329
|
+
$this.v2w(ctx);
|
|
331
330
|
return $this;
|
|
332
331
|
}
|
|
333
332
|
function ValuesFuncContext_init_$Create$(ctx) {
|
|
@@ -336,50 +335,50 @@
|
|
|
336
335
|
function Companion_0() {
|
|
337
336
|
Companion_instance_2 = this;
|
|
338
337
|
var tmp = RuntimeMetaData_instance;
|
|
339
|
-
tmp.
|
|
340
|
-
this.
|
|
341
|
-
this.
|
|
338
|
+
tmp.l26('4.13.1', '4.13.1');
|
|
339
|
+
this.w2w_1 = '\x04\x01\x12.\x02\x00\x07\x00\x02\x01\x07\x01\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x03\x00\x17\b\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x05\x00\x1F\b\x00\n\x00\f\x00"\t\x00\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x03\x01,\b\x01\x01\x01\x00\x01\x00\x02\x00\x02\x00\x03\x01\x00\x01\x02\x02\x00\x01\x02\x06\t\x01\x00\f\r4\x00\x16\x01\x00\x00\x00\x02+\x01\x00\x00\x00\x04\x05\x06\x00\uFFFF\uFFFF\x00\x05\x06\x05\n\x00\x00\x06\x07\x03\x00\x00\x00\x07\b\x05\x0B\x00\x00\b\x17\x01\x00\x00\x00\t\n\x05\x05\x00\x00\n\x17\x03\x00\x00\x07\x0B\f\x05\x0E\x00\x00\f\r\x05\x12\x00\x00\r\x17\x05\x0B\x00\x00\x0E\x0F\x05\x12\x00\x00\x0F\x10\x07\x00\x00\x00\x10\x17\x05\x11\x00\x00\x11\x12\x03\x02\x01\x00\x12\x13\x07\x01\x00\x00\x13\x14\x03\x02\x01\x00\x14\x17\x01\x00\x00\x00\x15\x17\x07\x02\x00\x00\x16\x04\x01\x00\x00\x00\x16\t\x01\x00\x00\x00\x16\x0B\x01\x00\x00\x00\x16\x0E\x01\x00\x00\x00\x16\x11\x01\x00\x00\x00\x16\x15\x01\x00\x00\x00\x17 \x01\x00\x00\x00\x18\x19\n\x06\x00\x00\x19\x1A\x05\x03\x00\x00\x1A\x1F\x03\x00\x00\x07\x1B\x1C\n\x05\x00\x00\x1C\x1D\x05\x04\x00\x00\x1D\x1F\x03\x00\x00\x06\x1E\x18\x01\x00\x00\x00\x1E\x1B\x01\x00\x00\x00\x1F"\x01\x00\x00\x00 \x1E\x01\x00\x00\x00 !\x01\x00\x00\x00!\x01\x01\x00\x00\x00" \x01\x00\x00\x00#$\x05\n\x00\x00$%\x03\x02\x01\x00%&\x05\x0B\x00\x00&,\x01\x00\x00\x00\'(\x05\x0F\x00\x00()\x05\x12\x00\x00),\x05\x0B\x00\x00*,\x05\x10\x00\x00+#\x01\x00\x00\x00+\'\x01\x00\x00\x00+*\x01\x00\x00\x00,\x03\x01\x00\x00\x00\x04\x16\x1E +';
|
|
340
|
+
this.x2w_1 = (new ATNDeserializer()).z2a(toCharArray('\x04\x01\x12.\x02\x00\x07\x00\x02\x01\x07\x01\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x03\x00\x17\b\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x05\x00\x1F\b\x00\n\x00\f\x00"\t\x00\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x03\x01,\b\x01\x01\x01\x00\x01\x00\x02\x00\x02\x00\x03\x01\x00\x01\x02\x02\x00\x01\x02\x06\t\x01\x00\f\r4\x00\x16\x01\x00\x00\x00\x02+\x01\x00\x00\x00\x04\x05\x06\x00\uFFFF\uFFFF\x00\x05\x06\x05\n\x00\x00\x06\x07\x03\x00\x00\x00\x07\b\x05\x0B\x00\x00\b\x17\x01\x00\x00\x00\t\n\x05\x05\x00\x00\n\x17\x03\x00\x00\x07\x0B\f\x05\x0E\x00\x00\f\r\x05\x12\x00\x00\r\x17\x05\x0B\x00\x00\x0E\x0F\x05\x12\x00\x00\x0F\x10\x07\x00\x00\x00\x10\x17\x05\x11\x00\x00\x11\x12\x03\x02\x01\x00\x12\x13\x07\x01\x00\x00\x13\x14\x03\x02\x01\x00\x14\x17\x01\x00\x00\x00\x15\x17\x07\x02\x00\x00\x16\x04\x01\x00\x00\x00\x16\t\x01\x00\x00\x00\x16\x0B\x01\x00\x00\x00\x16\x0E\x01\x00\x00\x00\x16\x11\x01\x00\x00\x00\x16\x15\x01\x00\x00\x00\x17 \x01\x00\x00\x00\x18\x19\n\x06\x00\x00\x19\x1A\x05\x03\x00\x00\x1A\x1F\x03\x00\x00\x07\x1B\x1C\n\x05\x00\x00\x1C\x1D\x05\x04\x00\x00\x1D\x1F\x03\x00\x00\x06\x1E\x18\x01\x00\x00\x00\x1E\x1B\x01\x00\x00\x00\x1F"\x01\x00\x00\x00 \x1E\x01\x00\x00\x00 !\x01\x00\x00\x00!\x01\x01\x00\x00\x00" \x01\x00\x00\x00#$\x05\n\x00\x00$%\x03\x02\x01\x00%&\x05\x0B\x00\x00&,\x01\x00\x00\x00\'(\x05\x0F\x00\x00()\x05\x12\x00\x00),\x05\x0B\x00\x00*,\x05\x10\x00\x00+#\x01\x00\x00\x00+\'\x01\x00\x00\x00+*\x01\x00\x00\x00,\x03\x01\x00\x00\x00\x04\x16\x1E +'));
|
|
342
341
|
var tmp_0 = this;
|
|
343
342
|
var tmp_1 = 0;
|
|
344
|
-
var tmp_2 = this.
|
|
343
|
+
var tmp_2 = this.x2w_1.g27();
|
|
345
344
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
346
345
|
var tmp_3 = fillArrayVal(Array(tmp_2), null);
|
|
347
346
|
while (tmp_1 < tmp_2) {
|
|
348
347
|
var tmp_4 = tmp_1;
|
|
349
|
-
tmp_3[tmp_4] = new DFA(ensureNotNull(Companion_getInstance_0().
|
|
348
|
+
tmp_3[tmp_4] = new DFA(ensureNotNull(Companion_getInstance_0().x2w_1.v27(tmp_4)), tmp_4);
|
|
350
349
|
tmp_1 = tmp_1 + 1 | 0;
|
|
351
350
|
}
|
|
352
|
-
tmp_0.
|
|
353
|
-
this.
|
|
351
|
+
tmp_0.y2w_1 = tmp_3;
|
|
352
|
+
this.z2w_1 = new PredictionContextCache();
|
|
354
353
|
var tmp_5 = this;
|
|
355
354
|
// Inline function 'kotlin.arrayOf' call
|
|
356
355
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
357
356
|
// Inline function 'kotlin.js.asDynamic' call
|
|
358
|
-
tmp_5.
|
|
357
|
+
tmp_5.a2x_1 = ['booleanExpr', 'intExpr'];
|
|
359
358
|
var tmp_6 = this;
|
|
360
359
|
// Inline function 'kotlin.arrayOf' call
|
|
361
360
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
362
361
|
// Inline function 'kotlin.js.asDynamic' call
|
|
363
|
-
tmp_6.
|
|
362
|
+
tmp_6.b2x_1 = [null, "'=='", "'!='", "'&&'", "'||'", "'!'", "'>='", "'>'", "'<='", "'<'", "'('", "')'", "'true'", "'false'"];
|
|
364
363
|
var tmp_7 = this;
|
|
365
364
|
// Inline function 'kotlin.arrayOf' call
|
|
366
365
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
367
366
|
// Inline function 'kotlin.js.asDynamic' call
|
|
368
|
-
tmp_7.
|
|
369
|
-
this.
|
|
367
|
+
tmp_7.c2x_1 = [null, 'EQ', 'NEQ', 'AND', 'OR', 'NOT', 'GTE', 'GT', 'LTE', 'LT', 'OPAR', 'CPAR', 'TRUE', 'FALSE', 'FUNC_ISSET', 'FUNC_VALUES', 'INT', 'STRING', 'VAR'];
|
|
368
|
+
this.d2x_1 = new VocabularyImpl(this.b2x_1, this.c2x_1);
|
|
370
369
|
var tmp_8 = this;
|
|
371
370
|
var tmp_9 = 0;
|
|
372
|
-
var tmp_10 = this.
|
|
371
|
+
var tmp_10 = this.c2x_1.length;
|
|
373
372
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
374
373
|
var tmp_11 = fillArrayVal(Array(tmp_10), null);
|
|
375
374
|
while (tmp_9 < tmp_10) {
|
|
376
375
|
var tmp_12 = tmp_9;
|
|
377
|
-
var tmp0_elvis_lhs = Companion_getInstance_0().
|
|
378
|
-
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? Companion_getInstance_0().
|
|
376
|
+
var tmp0_elvis_lhs = Companion_getInstance_0().d2x_1.d27(tmp_12);
|
|
377
|
+
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? Companion_getInstance_0().d2x_1.e27(tmp_12) : tmp0_elvis_lhs;
|
|
379
378
|
tmp_11[tmp_12] = tmp1_elvis_lhs == null ? '<INVALID>' : tmp1_elvis_lhs;
|
|
380
379
|
tmp_9 = tmp_9 + 1 | 0;
|
|
381
380
|
}
|
|
382
|
-
tmp_8.
|
|
381
|
+
tmp_8.e2x_1 = tmp_11;
|
|
383
382
|
}
|
|
384
383
|
var Companion_instance_2;
|
|
385
384
|
function Companion_getInstance_0() {
|
|
@@ -388,348 +387,432 @@
|
|
|
388
387
|
return Companion_instance_2;
|
|
389
388
|
}
|
|
390
389
|
function Tokens() {
|
|
391
|
-
this.
|
|
392
|
-
this.
|
|
393
|
-
this.
|
|
394
|
-
this.
|
|
395
|
-
this.
|
|
396
|
-
this.
|
|
397
|
-
this.
|
|
398
|
-
this.
|
|
399
|
-
this.
|
|
400
|
-
this.
|
|
401
|
-
this.
|
|
402
|
-
this.
|
|
403
|
-
this.
|
|
404
|
-
this.
|
|
405
|
-
this.
|
|
406
|
-
this.
|
|
407
|
-
this.
|
|
408
|
-
this.
|
|
409
|
-
this.
|
|
390
|
+
this.f2x_1 = -1;
|
|
391
|
+
this.g2x_1 = 1;
|
|
392
|
+
this.h2x_1 = 2;
|
|
393
|
+
this.i2x_1 = 3;
|
|
394
|
+
this.j2x_1 = 4;
|
|
395
|
+
this.k2x_1 = 5;
|
|
396
|
+
this.l2x_1 = 6;
|
|
397
|
+
this.m2x_1 = 7;
|
|
398
|
+
this.n2x_1 = 8;
|
|
399
|
+
this.o2x_1 = 9;
|
|
400
|
+
this.p2x_1 = 10;
|
|
401
|
+
this.q2x_1 = 11;
|
|
402
|
+
this.r2x_1 = 12;
|
|
403
|
+
this.s2x_1 = 13;
|
|
404
|
+
this.t2x_1 = 14;
|
|
405
|
+
this.u2x_1 = 15;
|
|
406
|
+
this.v2x_1 = 16;
|
|
407
|
+
this.w2x_1 = 17;
|
|
408
|
+
this.x2x_1 = 18;
|
|
410
409
|
}
|
|
411
410
|
var Tokens_instance;
|
|
412
411
|
function Tokens_getInstance() {
|
|
413
412
|
return Tokens_instance;
|
|
414
413
|
}
|
|
415
|
-
protoOf(BooleanExprContext).
|
|
416
|
-
return this.
|
|
414
|
+
protoOf(BooleanExprContext).b20 = function () {
|
|
415
|
+
return this.j2w_1;
|
|
417
416
|
};
|
|
418
|
-
protoOf(BooleanExprContext).
|
|
419
|
-
protoOf(ParserRuleContext).
|
|
417
|
+
protoOf(BooleanExprContext).k2w = function (ctx) {
|
|
418
|
+
protoOf(ParserRuleContext).x25.call(this, ctx);
|
|
420
419
|
};
|
|
421
420
|
function BooleanExprContext() {
|
|
422
|
-
this.
|
|
421
|
+
this.j2w_1 = 0;
|
|
423
422
|
}
|
|
424
|
-
protoOf(IntCmpExprContext).
|
|
423
|
+
protoOf(IntCmpExprContext).i2y = function (_set____db54di) {
|
|
424
|
+
this.left$ = _set____db54di;
|
|
425
|
+
};
|
|
426
|
+
protoOf(IntCmpExprContext).j2y = function () {
|
|
427
|
+
return this.left$;
|
|
428
|
+
};
|
|
429
|
+
protoOf(IntCmpExprContext).k2y = function (_set____db54di) {
|
|
430
|
+
this.op$ = _set____db54di;
|
|
431
|
+
};
|
|
432
|
+
protoOf(IntCmpExprContext).l2y = function () {
|
|
433
|
+
return this.op$;
|
|
434
|
+
};
|
|
435
|
+
protoOf(IntCmpExprContext).m2y = function (_set____db54di) {
|
|
436
|
+
this.right$ = _set____db54di;
|
|
437
|
+
};
|
|
438
|
+
protoOf(IntCmpExprContext).n2y = function () {
|
|
439
|
+
return this.right$;
|
|
440
|
+
};
|
|
441
|
+
protoOf(IntCmpExprContext).a25 = function (listener) {
|
|
425
442
|
if (isInterface(listener, StateExpressionListener)) {
|
|
426
|
-
listener.
|
|
443
|
+
listener.e2v(this);
|
|
427
444
|
}
|
|
428
445
|
};
|
|
429
|
-
protoOf(IntCmpExprContext).
|
|
446
|
+
protoOf(IntCmpExprContext).c25 = function (listener) {
|
|
430
447
|
if (isInterface(listener, StateExpressionListener)) {
|
|
431
|
-
listener.
|
|
448
|
+
listener.f2v(this);
|
|
432
449
|
}
|
|
433
450
|
};
|
|
434
|
-
protoOf(IntCmpExprContext).
|
|
451
|
+
protoOf(IntCmpExprContext).a26 = function (visitor) {
|
|
435
452
|
var tmp;
|
|
436
453
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
437
|
-
tmp = visitor.
|
|
454
|
+
tmp = visitor.m2t(this);
|
|
438
455
|
} else {
|
|
439
|
-
tmp =
|
|
456
|
+
tmp = visitor.j26(this);
|
|
440
457
|
}
|
|
441
458
|
return tmp;
|
|
442
459
|
};
|
|
443
460
|
function IntCmpExprContext() {
|
|
444
|
-
this.
|
|
445
|
-
this.
|
|
446
|
-
this.
|
|
461
|
+
this.left$ = null;
|
|
462
|
+
this.op$ = null;
|
|
463
|
+
this.right$ = null;
|
|
447
464
|
}
|
|
448
|
-
protoOf(ParExprContext).
|
|
465
|
+
protoOf(ParExprContext).y2y = function (_set____db54di) {
|
|
466
|
+
this.expr$ = _set____db54di;
|
|
467
|
+
};
|
|
468
|
+
protoOf(ParExprContext).z2y = function () {
|
|
469
|
+
return this.expr$;
|
|
470
|
+
};
|
|
471
|
+
protoOf(ParExprContext).a25 = function (listener) {
|
|
449
472
|
if (isInterface(listener, StateExpressionListener)) {
|
|
450
|
-
listener.
|
|
473
|
+
listener.g2v(this);
|
|
451
474
|
}
|
|
452
475
|
};
|
|
453
|
-
protoOf(ParExprContext).
|
|
476
|
+
protoOf(ParExprContext).c25 = function (listener) {
|
|
454
477
|
if (isInterface(listener, StateExpressionListener)) {
|
|
455
|
-
listener.
|
|
478
|
+
listener.h2v(this);
|
|
456
479
|
}
|
|
457
480
|
};
|
|
458
|
-
protoOf(ParExprContext).
|
|
481
|
+
protoOf(ParExprContext).a26 = function (visitor) {
|
|
459
482
|
var tmp;
|
|
460
483
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
461
|
-
tmp = visitor.
|
|
484
|
+
tmp = visitor.n2t(this);
|
|
462
485
|
} else {
|
|
463
|
-
tmp =
|
|
486
|
+
tmp = visitor.j26(this);
|
|
464
487
|
}
|
|
465
488
|
return tmp;
|
|
466
489
|
};
|
|
467
490
|
function ParExprContext() {
|
|
468
|
-
this.
|
|
491
|
+
this.expr$ = null;
|
|
469
492
|
}
|
|
470
|
-
protoOf(BooleanAtomContext).
|
|
493
|
+
protoOf(BooleanAtomContext).k2z = function (_set____db54di) {
|
|
494
|
+
this.atom$ = _set____db54di;
|
|
495
|
+
};
|
|
496
|
+
protoOf(BooleanAtomContext).l2z = function () {
|
|
497
|
+
return this.atom$;
|
|
498
|
+
};
|
|
499
|
+
protoOf(BooleanAtomContext).a25 = function (listener) {
|
|
471
500
|
if (isInterface(listener, StateExpressionListener)) {
|
|
472
|
-
listener.
|
|
501
|
+
listener.i2v(this);
|
|
473
502
|
}
|
|
474
503
|
};
|
|
475
|
-
protoOf(BooleanAtomContext).
|
|
504
|
+
protoOf(BooleanAtomContext).c25 = function (listener) {
|
|
476
505
|
if (isInterface(listener, StateExpressionListener)) {
|
|
477
|
-
listener.
|
|
506
|
+
listener.j2v(this);
|
|
478
507
|
}
|
|
479
508
|
};
|
|
480
|
-
protoOf(BooleanAtomContext).
|
|
509
|
+
protoOf(BooleanAtomContext).a26 = function (visitor) {
|
|
481
510
|
var tmp;
|
|
482
511
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
483
|
-
tmp = visitor.
|
|
512
|
+
tmp = visitor.o2t(this);
|
|
484
513
|
} else {
|
|
485
|
-
tmp =
|
|
514
|
+
tmp = visitor.j26(this);
|
|
486
515
|
}
|
|
487
516
|
return tmp;
|
|
488
517
|
};
|
|
489
518
|
function BooleanAtomContext() {
|
|
490
|
-
this.
|
|
519
|
+
this.atom$ = null;
|
|
491
520
|
}
|
|
492
|
-
protoOf(EqExprContext).
|
|
521
|
+
protoOf(EqExprContext).w2z = function (_set____db54di) {
|
|
522
|
+
this.varName$ = _set____db54di;
|
|
523
|
+
};
|
|
524
|
+
protoOf(EqExprContext).x2z = function () {
|
|
525
|
+
return this.varName$;
|
|
526
|
+
};
|
|
527
|
+
protoOf(EqExprContext).k2y = function (_set____db54di) {
|
|
528
|
+
this.op$ = _set____db54di;
|
|
529
|
+
};
|
|
530
|
+
protoOf(EqExprContext).l2y = function () {
|
|
531
|
+
return this.op$;
|
|
532
|
+
};
|
|
533
|
+
protoOf(EqExprContext).y2z = function (_set____db54di) {
|
|
534
|
+
this.value$ = _set____db54di;
|
|
535
|
+
};
|
|
536
|
+
protoOf(EqExprContext).z2z = function () {
|
|
537
|
+
return this.value$;
|
|
538
|
+
};
|
|
539
|
+
protoOf(EqExprContext).a25 = function (listener) {
|
|
493
540
|
if (isInterface(listener, StateExpressionListener)) {
|
|
494
|
-
listener.
|
|
541
|
+
listener.k2v(this);
|
|
495
542
|
}
|
|
496
543
|
};
|
|
497
|
-
protoOf(EqExprContext).
|
|
544
|
+
protoOf(EqExprContext).c25 = function (listener) {
|
|
498
545
|
if (isInterface(listener, StateExpressionListener)) {
|
|
499
|
-
listener.
|
|
546
|
+
listener.l2v(this);
|
|
500
547
|
}
|
|
501
548
|
};
|
|
502
|
-
protoOf(EqExprContext).
|
|
549
|
+
protoOf(EqExprContext).a26 = function (visitor) {
|
|
503
550
|
var tmp;
|
|
504
551
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
505
|
-
tmp = visitor.
|
|
552
|
+
tmp = visitor.p2t(this);
|
|
506
553
|
} else {
|
|
507
|
-
tmp =
|
|
554
|
+
tmp = visitor.j26(this);
|
|
508
555
|
}
|
|
509
556
|
return tmp;
|
|
510
557
|
};
|
|
511
558
|
function EqExprContext() {
|
|
512
|
-
this.
|
|
513
|
-
this.
|
|
514
|
-
this.
|
|
559
|
+
this.varName$ = null;
|
|
560
|
+
this.op$ = null;
|
|
561
|
+
this.value$ = null;
|
|
515
562
|
}
|
|
516
|
-
protoOf(NotExprContext).
|
|
563
|
+
protoOf(NotExprContext).y2y = function (_set____db54di) {
|
|
564
|
+
this.expr$ = _set____db54di;
|
|
565
|
+
};
|
|
566
|
+
protoOf(NotExprContext).z2y = function () {
|
|
567
|
+
return this.expr$;
|
|
568
|
+
};
|
|
569
|
+
protoOf(NotExprContext).a25 = function (listener) {
|
|
517
570
|
if (isInterface(listener, StateExpressionListener)) {
|
|
518
|
-
listener.
|
|
571
|
+
listener.m2v(this);
|
|
519
572
|
}
|
|
520
573
|
};
|
|
521
|
-
protoOf(NotExprContext).
|
|
574
|
+
protoOf(NotExprContext).c25 = function (listener) {
|
|
522
575
|
if (isInterface(listener, StateExpressionListener)) {
|
|
523
|
-
listener.
|
|
576
|
+
listener.n2v(this);
|
|
524
577
|
}
|
|
525
578
|
};
|
|
526
|
-
protoOf(NotExprContext).
|
|
579
|
+
protoOf(NotExprContext).a26 = function (visitor) {
|
|
527
580
|
var tmp;
|
|
528
581
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
529
|
-
tmp = visitor.
|
|
582
|
+
tmp = visitor.q2t(this);
|
|
530
583
|
} else {
|
|
531
|
-
tmp =
|
|
584
|
+
tmp = visitor.j26(this);
|
|
532
585
|
}
|
|
533
586
|
return tmp;
|
|
534
587
|
};
|
|
535
588
|
function NotExprContext() {
|
|
536
|
-
this.
|
|
589
|
+
this.expr$ = null;
|
|
537
590
|
}
|
|
538
|
-
protoOf(IsSetFuncContext).
|
|
591
|
+
protoOf(IsSetFuncContext).w2z = function (_set____db54di) {
|
|
592
|
+
this.varName$ = _set____db54di;
|
|
593
|
+
};
|
|
594
|
+
protoOf(IsSetFuncContext).x2z = function () {
|
|
595
|
+
return this.varName$;
|
|
596
|
+
};
|
|
597
|
+
protoOf(IsSetFuncContext).a25 = function (listener) {
|
|
539
598
|
if (isInterface(listener, StateExpressionListener)) {
|
|
540
|
-
listener.
|
|
599
|
+
listener.o2v(this);
|
|
541
600
|
}
|
|
542
601
|
};
|
|
543
|
-
protoOf(IsSetFuncContext).
|
|
602
|
+
protoOf(IsSetFuncContext).c25 = function (listener) {
|
|
544
603
|
if (isInterface(listener, StateExpressionListener)) {
|
|
545
|
-
listener.
|
|
604
|
+
listener.p2v(this);
|
|
546
605
|
}
|
|
547
606
|
};
|
|
548
|
-
protoOf(IsSetFuncContext).
|
|
607
|
+
protoOf(IsSetFuncContext).a26 = function (visitor) {
|
|
549
608
|
var tmp;
|
|
550
609
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
551
|
-
tmp = visitor.
|
|
610
|
+
tmp = visitor.r2t(this);
|
|
552
611
|
} else {
|
|
553
|
-
tmp =
|
|
612
|
+
tmp = visitor.j26(this);
|
|
554
613
|
}
|
|
555
614
|
return tmp;
|
|
556
615
|
};
|
|
557
616
|
function IsSetFuncContext() {
|
|
558
|
-
this.
|
|
617
|
+
this.varName$ = null;
|
|
559
618
|
}
|
|
560
|
-
protoOf(OrExprContext).
|
|
619
|
+
protoOf(OrExprContext).e31 = function (_set____db54di) {
|
|
620
|
+
this.left$ = _set____db54di;
|
|
621
|
+
};
|
|
622
|
+
protoOf(OrExprContext).j2y = function () {
|
|
623
|
+
return this.left$;
|
|
624
|
+
};
|
|
625
|
+
protoOf(OrExprContext).f31 = function (_set____db54di) {
|
|
626
|
+
this.right$ = _set____db54di;
|
|
627
|
+
};
|
|
628
|
+
protoOf(OrExprContext).n2y = function () {
|
|
629
|
+
return this.right$;
|
|
630
|
+
};
|
|
631
|
+
protoOf(OrExprContext).a25 = function (listener) {
|
|
561
632
|
if (isInterface(listener, StateExpressionListener)) {
|
|
562
|
-
listener.
|
|
633
|
+
listener.q2v(this);
|
|
563
634
|
}
|
|
564
635
|
};
|
|
565
|
-
protoOf(OrExprContext).
|
|
636
|
+
protoOf(OrExprContext).c25 = function (listener) {
|
|
566
637
|
if (isInterface(listener, StateExpressionListener)) {
|
|
567
|
-
listener.
|
|
638
|
+
listener.r2v(this);
|
|
568
639
|
}
|
|
569
640
|
};
|
|
570
|
-
protoOf(OrExprContext).
|
|
641
|
+
protoOf(OrExprContext).a26 = function (visitor) {
|
|
571
642
|
var tmp;
|
|
572
643
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
573
|
-
tmp = visitor.
|
|
644
|
+
tmp = visitor.s2t(this);
|
|
574
645
|
} else {
|
|
575
|
-
tmp =
|
|
646
|
+
tmp = visitor.j26(this);
|
|
576
647
|
}
|
|
577
648
|
return tmp;
|
|
578
649
|
};
|
|
579
650
|
function OrExprContext() {
|
|
580
|
-
this.
|
|
581
|
-
this.
|
|
651
|
+
this.left$ = null;
|
|
652
|
+
this.right$ = null;
|
|
582
653
|
}
|
|
583
|
-
protoOf(AndExprContext).
|
|
654
|
+
protoOf(AndExprContext).e31 = function (_set____db54di) {
|
|
655
|
+
this.left$ = _set____db54di;
|
|
656
|
+
};
|
|
657
|
+
protoOf(AndExprContext).j2y = function () {
|
|
658
|
+
return this.left$;
|
|
659
|
+
};
|
|
660
|
+
protoOf(AndExprContext).f31 = function (_set____db54di) {
|
|
661
|
+
this.right$ = _set____db54di;
|
|
662
|
+
};
|
|
663
|
+
protoOf(AndExprContext).n2y = function () {
|
|
664
|
+
return this.right$;
|
|
665
|
+
};
|
|
666
|
+
protoOf(AndExprContext).a25 = function (listener) {
|
|
584
667
|
if (isInterface(listener, StateExpressionListener)) {
|
|
585
|
-
listener.
|
|
668
|
+
listener.s2v(this);
|
|
586
669
|
}
|
|
587
670
|
};
|
|
588
|
-
protoOf(AndExprContext).
|
|
671
|
+
protoOf(AndExprContext).c25 = function (listener) {
|
|
589
672
|
if (isInterface(listener, StateExpressionListener)) {
|
|
590
|
-
listener.
|
|
673
|
+
listener.t2v(this);
|
|
591
674
|
}
|
|
592
675
|
};
|
|
593
|
-
protoOf(AndExprContext).
|
|
676
|
+
protoOf(AndExprContext).a26 = function (visitor) {
|
|
594
677
|
var tmp;
|
|
595
678
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
596
|
-
tmp = visitor.
|
|
679
|
+
tmp = visitor.t2t(this);
|
|
597
680
|
} else {
|
|
598
|
-
tmp =
|
|
681
|
+
tmp = visitor.j26(this);
|
|
599
682
|
}
|
|
600
683
|
return tmp;
|
|
601
684
|
};
|
|
602
685
|
function AndExprContext() {
|
|
603
|
-
this.
|
|
604
|
-
this.
|
|
686
|
+
this.left$ = null;
|
|
687
|
+
this.right$ = null;
|
|
605
688
|
}
|
|
606
689
|
function booleanExpr($this, _p) {
|
|
607
|
-
var _parentctx = $this.
|
|
608
|
-
var _parentState = $this.
|
|
609
|
-
var _localctx = BooleanExprContext_init_$Create$($this.
|
|
690
|
+
var _parentctx = $this.o1t_1;
|
|
691
|
+
var _parentState = $this.r1x_1;
|
|
692
|
+
var _localctx = BooleanExprContext_init_$Create$($this.o1t_1, _parentState);
|
|
610
693
|
var _prevctx = _localctx;
|
|
611
694
|
var _startState = 0;
|
|
612
695
|
var _token;
|
|
613
696
|
var _ctx;
|
|
614
|
-
$this.
|
|
697
|
+
$this.p25(_localctx, 0, 0, _p);
|
|
615
698
|
var _la;
|
|
616
699
|
try {
|
|
617
700
|
var _alt;
|
|
618
|
-
$this.
|
|
619
|
-
$this.
|
|
620
|
-
$this.
|
|
621
|
-
switch ($this.
|
|
701
|
+
$this.m25(_localctx, 1);
|
|
702
|
+
$this.r1x_1 = 22;
|
|
703
|
+
$this.l1t_1.f1u($this);
|
|
704
|
+
switch ($this.a1z().b2l($this.m1t_1, 0, $this.o1t_1)) {
|
|
622
705
|
case 1:
|
|
623
706
|
_localctx = ParExprContext_init_$Create$(_localctx);
|
|
624
|
-
$this.
|
|
707
|
+
$this.o1t_1 = _localctx;
|
|
625
708
|
_prevctx = _localctx;
|
|
626
|
-
$this.
|
|
627
|
-
$this.
|
|
628
|
-
$this.
|
|
709
|
+
$this.r1x_1 = 5;
|
|
710
|
+
$this.v24(10);
|
|
711
|
+
$this.r1x_1 = 6;
|
|
629
712
|
_ctx = booleanExpr($this, 0);
|
|
630
|
-
_localctx.
|
|
631
|
-
$this.
|
|
632
|
-
$this.
|
|
713
|
+
_localctx.expr$ = _ctx;
|
|
714
|
+
$this.r1x_1 = 7;
|
|
715
|
+
$this.v24(11);
|
|
633
716
|
break;
|
|
634
717
|
case 2:
|
|
635
718
|
_localctx = NotExprContext_init_$Create$(_localctx);
|
|
636
|
-
$this.
|
|
719
|
+
$this.o1t_1 = _localctx;
|
|
637
720
|
_prevctx = _localctx;
|
|
638
|
-
$this.
|
|
639
|
-
$this.
|
|
640
|
-
$this.
|
|
721
|
+
$this.r1x_1 = 9;
|
|
722
|
+
$this.v24(5);
|
|
723
|
+
$this.r1x_1 = 10;
|
|
641
724
|
_ctx = booleanExpr($this, 7);
|
|
642
|
-
_localctx.
|
|
725
|
+
_localctx.expr$ = _ctx;
|
|
643
726
|
break;
|
|
644
727
|
case 3:
|
|
645
728
|
_localctx = IsSetFuncContext_init_$Create$(_localctx);
|
|
646
|
-
$this.
|
|
729
|
+
$this.o1t_1 = _localctx;
|
|
647
730
|
_prevctx = _localctx;
|
|
648
|
-
$this.
|
|
649
|
-
$this.
|
|
650
|
-
$this.
|
|
651
|
-
_token = $this.
|
|
652
|
-
_localctx.
|
|
653
|
-
$this.
|
|
654
|
-
$this.
|
|
731
|
+
$this.r1x_1 = 11;
|
|
732
|
+
$this.v24(14);
|
|
733
|
+
$this.r1x_1 = 12;
|
|
734
|
+
_token = $this.v24(18);
|
|
735
|
+
_localctx.varName$ = _token;
|
|
736
|
+
$this.r1x_1 = 13;
|
|
737
|
+
$this.v24(11);
|
|
655
738
|
break;
|
|
656
739
|
case 4:
|
|
657
740
|
_localctx = EqExprContext_init_$Create$(_localctx);
|
|
658
|
-
$this.
|
|
741
|
+
$this.o1t_1 = _localctx;
|
|
659
742
|
_prevctx = _localctx;
|
|
660
|
-
$this.
|
|
661
|
-
_token = $this.
|
|
662
|
-
_localctx.
|
|
663
|
-
$this.
|
|
664
|
-
_token = $this.
|
|
665
|
-
_localctx.
|
|
666
|
-
_la = $this.
|
|
743
|
+
$this.r1x_1 = 14;
|
|
744
|
+
_token = $this.v24(18);
|
|
745
|
+
_localctx.varName$ = _token;
|
|
746
|
+
$this.r1x_1 = 15;
|
|
747
|
+
_token = $this.m1t_1.d1w(1);
|
|
748
|
+
_localctx.op$ = _token;
|
|
749
|
+
_la = $this.m1t_1.x1v(1);
|
|
667
750
|
if (!(_la === 1 ? true : _la === 2)) {
|
|
668
|
-
_token = $this.
|
|
669
|
-
_localctx.
|
|
751
|
+
_token = $this.l1t_1.e1u($this);
|
|
752
|
+
_localctx.op$ = _token;
|
|
670
753
|
} else {
|
|
671
|
-
if ($this.
|
|
672
|
-
$this.
|
|
754
|
+
if ($this.m1t_1.x1v(1) === -1) {
|
|
755
|
+
$this.t1t_1 = true;
|
|
673
756
|
}
|
|
674
|
-
$this.
|
|
675
|
-
$this.
|
|
757
|
+
$this.l1t_1.p1u($this);
|
|
758
|
+
$this.j1y();
|
|
676
759
|
}
|
|
677
760
|
|
|
678
|
-
$this.
|
|
679
|
-
_token = $this.
|
|
680
|
-
_localctx.
|
|
761
|
+
$this.r1x_1 = 16;
|
|
762
|
+
_token = $this.v24(17);
|
|
763
|
+
_localctx.value$ = _token;
|
|
681
764
|
break;
|
|
682
765
|
case 5:
|
|
683
766
|
_localctx = IntCmpExprContext_init_$Create$(_localctx);
|
|
684
|
-
$this.
|
|
767
|
+
$this.o1t_1 = _localctx;
|
|
685
768
|
_prevctx = _localctx;
|
|
686
|
-
$this.
|
|
687
|
-
_ctx = $this.
|
|
688
|
-
_localctx.
|
|
689
|
-
$this.
|
|
690
|
-
_token = $this.
|
|
691
|
-
_localctx.
|
|
692
|
-
_la = $this.
|
|
769
|
+
$this.r1x_1 = 17;
|
|
770
|
+
_ctx = $this.j32();
|
|
771
|
+
_localctx.left$ = _ctx;
|
|
772
|
+
$this.r1x_1 = 18;
|
|
773
|
+
_token = $this.m1t_1.d1w(1);
|
|
774
|
+
_localctx.op$ = _token;
|
|
775
|
+
_la = $this.m1t_1.x1v(1);
|
|
693
776
|
if (!((_la & -64) === 0 ? !(new Long(1, 0)).kb(_la).mb(new Long(966, 0)).equals(new Long(0, 0)) : false)) {
|
|
694
|
-
_token = $this.
|
|
695
|
-
_localctx.
|
|
777
|
+
_token = $this.l1t_1.e1u($this);
|
|
778
|
+
_localctx.op$ = _token;
|
|
696
779
|
} else {
|
|
697
|
-
if ($this.
|
|
698
|
-
$this.
|
|
780
|
+
if ($this.m1t_1.x1v(1) === -1) {
|
|
781
|
+
$this.t1t_1 = true;
|
|
699
782
|
}
|
|
700
|
-
$this.
|
|
701
|
-
$this.
|
|
783
|
+
$this.l1t_1.p1u($this);
|
|
784
|
+
$this.j1y();
|
|
702
785
|
}
|
|
703
786
|
|
|
704
|
-
$this.
|
|
705
|
-
_ctx = $this.
|
|
706
|
-
_localctx.
|
|
787
|
+
$this.r1x_1 = 19;
|
|
788
|
+
_ctx = $this.j32();
|
|
789
|
+
_localctx.right$ = _ctx;
|
|
707
790
|
break;
|
|
708
791
|
case 6:
|
|
709
792
|
_localctx = BooleanAtomContext_init_$Create$(_localctx);
|
|
710
|
-
$this.
|
|
793
|
+
$this.o1t_1 = _localctx;
|
|
711
794
|
_prevctx = _localctx;
|
|
712
|
-
$this.
|
|
713
|
-
_token = $this.
|
|
714
|
-
_localctx.
|
|
715
|
-
_la = $this.
|
|
795
|
+
$this.r1x_1 = 21;
|
|
796
|
+
_token = $this.m1t_1.d1w(1);
|
|
797
|
+
_localctx.atom$ = _token;
|
|
798
|
+
_la = $this.m1t_1.x1v(1);
|
|
716
799
|
if (!(_la === 12 ? true : _la === 13)) {
|
|
717
|
-
_token = $this.
|
|
718
|
-
_localctx.
|
|
800
|
+
_token = $this.l1t_1.e1u($this);
|
|
801
|
+
_localctx.atom$ = _token;
|
|
719
802
|
} else {
|
|
720
|
-
if ($this.
|
|
721
|
-
$this.
|
|
803
|
+
if ($this.m1t_1.x1v(1) === -1) {
|
|
804
|
+
$this.t1t_1 = true;
|
|
722
805
|
}
|
|
723
|
-
$this.
|
|
724
|
-
$this.
|
|
806
|
+
$this.l1t_1.p1u($this);
|
|
807
|
+
$this.j1y();
|
|
725
808
|
}
|
|
726
809
|
|
|
727
810
|
break;
|
|
728
811
|
}
|
|
729
|
-
ensureNotNull($this.
|
|
730
|
-
$this.
|
|
731
|
-
$this.
|
|
732
|
-
_alt = $this.
|
|
812
|
+
ensureNotNull($this.o1t_1).b1u_1 = $this.m1t_1.d1w(-1);
|
|
813
|
+
$this.r1x_1 = 32;
|
|
814
|
+
$this.l1t_1.f1u($this);
|
|
815
|
+
_alt = $this.a1z().b2l($this.m1t_1, 2, $this.o1t_1);
|
|
733
816
|
$l$loop: while (true) {
|
|
734
817
|
var tmp;
|
|
735
818
|
if (!(_alt === 2)) {
|
|
@@ -743,208 +826,226 @@
|
|
|
743
826
|
}
|
|
744
827
|
if (_alt === 1) {
|
|
745
828
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
746
|
-
if (!$this.
|
|
747
|
-
$this.
|
|
829
|
+
if (!$this.r1t_1.x()) {
|
|
830
|
+
$this.b25();
|
|
748
831
|
}
|
|
749
832
|
_prevctx = _localctx;
|
|
750
|
-
$this.
|
|
751
|
-
$this.
|
|
752
|
-
var tmp1_subject = $this.
|
|
833
|
+
$this.r1x_1 = 30;
|
|
834
|
+
$this.l1t_1.f1u($this);
|
|
835
|
+
var tmp1_subject = $this.a1z().b2l($this.m1t_1, 1, $this.o1t_1);
|
|
753
836
|
if (tmp1_subject === 1) {
|
|
754
837
|
_localctx = AndExprContext_init_$Create$(BooleanExprContext_init_$Create$(_parentctx, _parentState));
|
|
755
|
-
_localctx.
|
|
756
|
-
$this.
|
|
757
|
-
$this.
|
|
758
|
-
if (!$this.
|
|
838
|
+
_localctx.left$ = _prevctx;
|
|
839
|
+
$this.q25(_localctx, _startState, 0);
|
|
840
|
+
$this.r1x_1 = 24;
|
|
841
|
+
if (!$this.v23(ensureNotNull($this.o1t_1), 6)) {
|
|
759
842
|
throw new FailedPredicateException($this, 'precpred(context!!, 6)');
|
|
760
843
|
}
|
|
761
|
-
$this.
|
|
762
|
-
$this.
|
|
763
|
-
$this.
|
|
844
|
+
$this.r1x_1 = 25;
|
|
845
|
+
$this.v24(3);
|
|
846
|
+
$this.r1x_1 = 26;
|
|
764
847
|
_ctx = booleanExpr($this, 7);
|
|
765
|
-
_localctx.
|
|
848
|
+
_localctx.right$ = _ctx;
|
|
766
849
|
} else if (tmp1_subject === 2) {
|
|
767
850
|
_localctx = OrExprContext_init_$Create$(BooleanExprContext_init_$Create$(_parentctx, _parentState));
|
|
768
|
-
_localctx.
|
|
769
|
-
$this.
|
|
770
|
-
$this.
|
|
771
|
-
if (!$this.
|
|
851
|
+
_localctx.left$ = _prevctx;
|
|
852
|
+
$this.q25(_localctx, _startState, 0);
|
|
853
|
+
$this.r1x_1 = 27;
|
|
854
|
+
if (!$this.v23(ensureNotNull($this.o1t_1), 5)) {
|
|
772
855
|
throw new FailedPredicateException($this, 'precpred(context!!, 5)');
|
|
773
856
|
}
|
|
774
|
-
$this.
|
|
775
|
-
$this.
|
|
776
|
-
$this.
|
|
857
|
+
$this.r1x_1 = 28;
|
|
858
|
+
$this.v24(4);
|
|
859
|
+
$this.r1x_1 = 29;
|
|
777
860
|
_ctx = booleanExpr($this, 6);
|
|
778
|
-
_localctx.
|
|
861
|
+
_localctx.right$ = _ctx;
|
|
779
862
|
}
|
|
780
863
|
}
|
|
781
|
-
$this.
|
|
782
|
-
$this.
|
|
783
|
-
_alt = $this.
|
|
864
|
+
$this.r1x_1 = 34;
|
|
865
|
+
$this.l1t_1.f1u($this);
|
|
866
|
+
_alt = $this.a1z().b2l($this.m1t_1, 2, $this.o1t_1);
|
|
784
867
|
}
|
|
785
868
|
} catch ($p) {
|
|
786
869
|
if ($p instanceof RecognitionException) {
|
|
787
870
|
var re = $p;
|
|
788
|
-
_localctx.
|
|
789
|
-
$this.
|
|
790
|
-
$this.
|
|
871
|
+
_localctx.c1u_1 = re;
|
|
872
|
+
$this.l1t_1.q1u($this, re);
|
|
873
|
+
$this.l1t_1.h1t($this, re);
|
|
791
874
|
} else {
|
|
792
875
|
throw $p;
|
|
793
876
|
}
|
|
794
877
|
}
|
|
795
878
|
finally {
|
|
796
|
-
$this.
|
|
879
|
+
$this.s25(_parentctx);
|
|
797
880
|
}
|
|
798
881
|
return _localctx;
|
|
799
882
|
}
|
|
800
|
-
protoOf(IntExprContext).
|
|
801
|
-
return this.
|
|
883
|
+
protoOf(IntExprContext).b20 = function () {
|
|
884
|
+
return this.u2w_1;
|
|
802
885
|
};
|
|
803
|
-
protoOf(IntExprContext).
|
|
804
|
-
protoOf(ParserRuleContext).
|
|
886
|
+
protoOf(IntExprContext).v2w = function (ctx) {
|
|
887
|
+
protoOf(ParserRuleContext).x25.call(this, ctx);
|
|
805
888
|
};
|
|
806
889
|
function IntExprContext() {
|
|
807
|
-
this.
|
|
890
|
+
this.u2w_1 = 1;
|
|
808
891
|
}
|
|
809
|
-
protoOf(IntAtomContext).
|
|
892
|
+
protoOf(IntAtomContext).y2z = function (_set____db54di) {
|
|
893
|
+
this.value$ = _set____db54di;
|
|
894
|
+
};
|
|
895
|
+
protoOf(IntAtomContext).z2z = function () {
|
|
896
|
+
return this.value$;
|
|
897
|
+
};
|
|
898
|
+
protoOf(IntAtomContext).a25 = function (listener) {
|
|
810
899
|
if (isInterface(listener, StateExpressionListener)) {
|
|
811
|
-
listener.
|
|
900
|
+
listener.y2v(this);
|
|
812
901
|
}
|
|
813
902
|
};
|
|
814
|
-
protoOf(IntAtomContext).
|
|
903
|
+
protoOf(IntAtomContext).c25 = function (listener) {
|
|
815
904
|
if (isInterface(listener, StateExpressionListener)) {
|
|
816
|
-
listener.
|
|
905
|
+
listener.z2v(this);
|
|
817
906
|
}
|
|
818
907
|
};
|
|
819
|
-
protoOf(IntAtomContext).
|
|
908
|
+
protoOf(IntAtomContext).a26 = function (visitor) {
|
|
820
909
|
var tmp;
|
|
821
910
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
822
|
-
tmp = visitor.
|
|
911
|
+
tmp = visitor.w2t(this);
|
|
823
912
|
} else {
|
|
824
|
-
tmp =
|
|
913
|
+
tmp = visitor.j26(this);
|
|
825
914
|
}
|
|
826
915
|
return tmp;
|
|
827
916
|
};
|
|
828
917
|
function IntAtomContext() {
|
|
829
|
-
this.
|
|
918
|
+
this.value$ = null;
|
|
830
919
|
}
|
|
831
|
-
protoOf(ParIntExprContext).
|
|
920
|
+
protoOf(ParIntExprContext).e33 = function (_set____db54di) {
|
|
921
|
+
this.expr$ = _set____db54di;
|
|
922
|
+
};
|
|
923
|
+
protoOf(ParIntExprContext).z2y = function () {
|
|
924
|
+
return this.expr$;
|
|
925
|
+
};
|
|
926
|
+
protoOf(ParIntExprContext).a25 = function (listener) {
|
|
832
927
|
if (isInterface(listener, StateExpressionListener)) {
|
|
833
|
-
listener.
|
|
928
|
+
listener.u2v(this);
|
|
834
929
|
}
|
|
835
930
|
};
|
|
836
|
-
protoOf(ParIntExprContext).
|
|
931
|
+
protoOf(ParIntExprContext).c25 = function (listener) {
|
|
837
932
|
if (isInterface(listener, StateExpressionListener)) {
|
|
838
|
-
listener.
|
|
933
|
+
listener.v2v(this);
|
|
839
934
|
}
|
|
840
935
|
};
|
|
841
|
-
protoOf(ParIntExprContext).
|
|
936
|
+
protoOf(ParIntExprContext).a26 = function (visitor) {
|
|
842
937
|
var tmp;
|
|
843
938
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
844
|
-
tmp = visitor.
|
|
939
|
+
tmp = visitor.u2t(this);
|
|
845
940
|
} else {
|
|
846
|
-
tmp =
|
|
941
|
+
tmp = visitor.j26(this);
|
|
847
942
|
}
|
|
848
943
|
return tmp;
|
|
849
944
|
};
|
|
850
945
|
function ParIntExprContext() {
|
|
851
|
-
this.
|
|
946
|
+
this.expr$ = null;
|
|
852
947
|
}
|
|
853
|
-
protoOf(ValuesFuncContext).
|
|
948
|
+
protoOf(ValuesFuncContext).w2z = function (_set____db54di) {
|
|
949
|
+
this.varName$ = _set____db54di;
|
|
950
|
+
};
|
|
951
|
+
protoOf(ValuesFuncContext).x2z = function () {
|
|
952
|
+
return this.varName$;
|
|
953
|
+
};
|
|
954
|
+
protoOf(ValuesFuncContext).a25 = function (listener) {
|
|
854
955
|
if (isInterface(listener, StateExpressionListener)) {
|
|
855
|
-
listener.
|
|
956
|
+
listener.w2v(this);
|
|
856
957
|
}
|
|
857
958
|
};
|
|
858
|
-
protoOf(ValuesFuncContext).
|
|
959
|
+
protoOf(ValuesFuncContext).c25 = function (listener) {
|
|
859
960
|
if (isInterface(listener, StateExpressionListener)) {
|
|
860
|
-
listener.
|
|
961
|
+
listener.x2v(this);
|
|
861
962
|
}
|
|
862
963
|
};
|
|
863
|
-
protoOf(ValuesFuncContext).
|
|
964
|
+
protoOf(ValuesFuncContext).a26 = function (visitor) {
|
|
864
965
|
var tmp;
|
|
865
966
|
if (isInterface(visitor, StateExpressionVisitor)) {
|
|
866
|
-
tmp = visitor.
|
|
967
|
+
tmp = visitor.v2t(this);
|
|
867
968
|
} else {
|
|
868
|
-
tmp =
|
|
969
|
+
tmp = visitor.j26(this);
|
|
869
970
|
}
|
|
870
971
|
return tmp;
|
|
871
972
|
};
|
|
872
973
|
function ValuesFuncContext() {
|
|
873
|
-
this.
|
|
974
|
+
this.varName$ = null;
|
|
874
975
|
}
|
|
875
976
|
function booleanExpr_sempred($this, _localctx, predIndex) {
|
|
876
977
|
if (predIndex === 0)
|
|
877
|
-
return $this.
|
|
978
|
+
return $this.v23(ensureNotNull($this.o1t_1), 6);
|
|
878
979
|
else if (predIndex === 1)
|
|
879
|
-
return $this.
|
|
980
|
+
return $this.v23(ensureNotNull($this.o1t_1), 5);
|
|
880
981
|
return true;
|
|
881
982
|
}
|
|
882
983
|
function StateExpressionParser(input) {
|
|
883
984
|
Companion_getInstance_0();
|
|
884
985
|
Parser.call(this, input);
|
|
885
|
-
this.
|
|
886
|
-
this.
|
|
887
|
-
this.
|
|
888
|
-
this.
|
|
889
|
-
this.
|
|
890
|
-
this.
|
|
891
|
-
this.
|
|
986
|
+
this.c32_1 = new ParserATNSimulator(this, Companion_getInstance_0().x2w_1, Companion_getInstance_0().y2w_1, Companion_getInstance_0().z2w_1);
|
|
987
|
+
this.d32_1 = 'StateExpression.g4';
|
|
988
|
+
this.e32_1 = Companion_getInstance_0().e2x_1;
|
|
989
|
+
this.f32_1 = Companion_getInstance_0().a2x_1;
|
|
990
|
+
this.g32_1 = Companion_getInstance_0().x2w_1;
|
|
991
|
+
this.h32_1 = Companion_getInstance_0().d2x_1;
|
|
992
|
+
this.i32_1 = '\x04\x01\x12.\x02\x00\x07\x00\x02\x01\x07\x01\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x03\x00\x17\b\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x01\x00\x05\x00\x1F\b\x00\n\x00\f\x00"\t\x00\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x01\x03\x01,\b\x01\x01\x01\x00\x01\x00\x02\x00\x02\x00\x03\x01\x00\x01\x02\x02\x00\x01\x02\x06\t\x01\x00\f\r4\x00\x16\x01\x00\x00\x00\x02+\x01\x00\x00\x00\x04\x05\x06\x00\uFFFF\uFFFF\x00\x05\x06\x05\n\x00\x00\x06\x07\x03\x00\x00\x00\x07\b\x05\x0B\x00\x00\b\x17\x01\x00\x00\x00\t\n\x05\x05\x00\x00\n\x17\x03\x00\x00\x07\x0B\f\x05\x0E\x00\x00\f\r\x05\x12\x00\x00\r\x17\x05\x0B\x00\x00\x0E\x0F\x05\x12\x00\x00\x0F\x10\x07\x00\x00\x00\x10\x17\x05\x11\x00\x00\x11\x12\x03\x02\x01\x00\x12\x13\x07\x01\x00\x00\x13\x14\x03\x02\x01\x00\x14\x17\x01\x00\x00\x00\x15\x17\x07\x02\x00\x00\x16\x04\x01\x00\x00\x00\x16\t\x01\x00\x00\x00\x16\x0B\x01\x00\x00\x00\x16\x0E\x01\x00\x00\x00\x16\x11\x01\x00\x00\x00\x16\x15\x01\x00\x00\x00\x17 \x01\x00\x00\x00\x18\x19\n\x06\x00\x00\x19\x1A\x05\x03\x00\x00\x1A\x1F\x03\x00\x00\x07\x1B\x1C\n\x05\x00\x00\x1C\x1D\x05\x04\x00\x00\x1D\x1F\x03\x00\x00\x06\x1E\x18\x01\x00\x00\x00\x1E\x1B\x01\x00\x00\x00\x1F"\x01\x00\x00\x00 \x1E\x01\x00\x00\x00 !\x01\x00\x00\x00!\x01\x01\x00\x00\x00" \x01\x00\x00\x00#$\x05\n\x00\x00$%\x03\x02\x01\x00%&\x05\x0B\x00\x00&,\x01\x00\x00\x00\'(\x05\x0F\x00\x00()\x05\x12\x00\x00),\x05\x0B\x00\x00*,\x05\x10\x00\x00+#\x01\x00\x00\x00+\'\x01\x00\x00\x00+*\x01\x00\x00\x00,\x03\x01\x00\x00\x00\x04\x16\x1E +';
|
|
892
993
|
}
|
|
893
|
-
protoOf(StateExpressionParser).
|
|
894
|
-
return this.
|
|
994
|
+
protoOf(StateExpressionParser).a1z = function () {
|
|
995
|
+
return this.c32_1;
|
|
895
996
|
};
|
|
896
|
-
protoOf(StateExpressionParser).
|
|
897
|
-
return this.
|
|
997
|
+
protoOf(StateExpressionParser).v22 = function () {
|
|
998
|
+
return this.e32_1;
|
|
898
999
|
};
|
|
899
|
-
protoOf(StateExpressionParser).
|
|
900
|
-
return this.
|
|
1000
|
+
protoOf(StateExpressionParser).v1z = function () {
|
|
1001
|
+
return this.f32_1;
|
|
901
1002
|
};
|
|
902
|
-
protoOf(StateExpressionParser).
|
|
903
|
-
return this.
|
|
1003
|
+
protoOf(StateExpressionParser).b1z = function () {
|
|
1004
|
+
return this.g32_1;
|
|
904
1005
|
};
|
|
905
|
-
protoOf(StateExpressionParser).
|
|
906
|
-
return this.
|
|
1006
|
+
protoOf(StateExpressionParser).s1x = function () {
|
|
1007
|
+
return this.h32_1;
|
|
907
1008
|
};
|
|
908
|
-
protoOf(StateExpressionParser).
|
|
1009
|
+
protoOf(StateExpressionParser).p33 = function () {
|
|
909
1010
|
return booleanExpr(this, 0);
|
|
910
1011
|
};
|
|
911
|
-
protoOf(StateExpressionParser).
|
|
912
|
-
var _localctx = IntExprContext_init_$Create$(this.
|
|
1012
|
+
protoOf(StateExpressionParser).j32 = function () {
|
|
1013
|
+
var _localctx = IntExprContext_init_$Create$(this.o1t_1, this.r1x_1);
|
|
913
1014
|
var _token;
|
|
914
1015
|
var _ctx;
|
|
915
|
-
this.
|
|
1016
|
+
this.k25(_localctx, 2, 1);
|
|
916
1017
|
try {
|
|
917
|
-
this.
|
|
918
|
-
this.
|
|
919
|
-
switch (this.
|
|
1018
|
+
this.r1x_1 = 43;
|
|
1019
|
+
this.l1t_1.f1u(this);
|
|
1020
|
+
switch (this.m1t_1.x1v(1)) {
|
|
920
1021
|
case 10:
|
|
921
1022
|
_localctx = ParIntExprContext_init_$Create$(_localctx);
|
|
922
|
-
this.
|
|
923
|
-
this.
|
|
924
|
-
this.
|
|
925
|
-
this.
|
|
926
|
-
_ctx = this.
|
|
927
|
-
_localctx.
|
|
928
|
-
this.
|
|
929
|
-
this.
|
|
1023
|
+
this.m25(_localctx, 1);
|
|
1024
|
+
this.r1x_1 = 35;
|
|
1025
|
+
this.v24(10);
|
|
1026
|
+
this.r1x_1 = 36;
|
|
1027
|
+
_ctx = this.j32();
|
|
1028
|
+
_localctx.expr$ = _ctx;
|
|
1029
|
+
this.r1x_1 = 37;
|
|
1030
|
+
this.v24(11);
|
|
930
1031
|
break;
|
|
931
1032
|
case 15:
|
|
932
1033
|
_localctx = ValuesFuncContext_init_$Create$(_localctx);
|
|
933
|
-
this.
|
|
934
|
-
this.
|
|
935
|
-
this.
|
|
936
|
-
this.
|
|
937
|
-
_token = this.
|
|
938
|
-
_localctx.
|
|
939
|
-
this.
|
|
940
|
-
this.
|
|
1034
|
+
this.m25(_localctx, 2);
|
|
1035
|
+
this.r1x_1 = 39;
|
|
1036
|
+
this.v24(15);
|
|
1037
|
+
this.r1x_1 = 40;
|
|
1038
|
+
_token = this.v24(18);
|
|
1039
|
+
_localctx.varName$ = _token;
|
|
1040
|
+
this.r1x_1 = 41;
|
|
1041
|
+
this.v24(11);
|
|
941
1042
|
break;
|
|
942
1043
|
case 16:
|
|
943
1044
|
_localctx = IntAtomContext_init_$Create$(_localctx);
|
|
944
|
-
this.
|
|
945
|
-
this.
|
|
946
|
-
_token = this.
|
|
947
|
-
_localctx.
|
|
1045
|
+
this.m25(_localctx, 3);
|
|
1046
|
+
this.r1x_1 = 42;
|
|
1047
|
+
_token = this.v24(16);
|
|
1048
|
+
_localctx.value$ = _token;
|
|
948
1049
|
break;
|
|
949
1050
|
default:
|
|
950
1051
|
throw new NoViableAltException(this);
|
|
@@ -952,19 +1053,19 @@
|
|
|
952
1053
|
} catch ($p) {
|
|
953
1054
|
if ($p instanceof RecognitionException) {
|
|
954
1055
|
var re = $p;
|
|
955
|
-
_localctx.
|
|
956
|
-
this.
|
|
957
|
-
this.
|
|
1056
|
+
_localctx.c1u_1 = re;
|
|
1057
|
+
this.l1t_1.q1u(this, re);
|
|
1058
|
+
this.l1t_1.h1t(this, re);
|
|
958
1059
|
} else {
|
|
959
1060
|
throw $p;
|
|
960
1061
|
}
|
|
961
1062
|
}
|
|
962
1063
|
finally {
|
|
963
|
-
this.
|
|
1064
|
+
this.l25();
|
|
964
1065
|
}
|
|
965
1066
|
return _localctx;
|
|
966
1067
|
};
|
|
967
|
-
protoOf(StateExpressionParser).
|
|
1068
|
+
protoOf(StateExpressionParser).u23 = function (_localctx, ruleIndex, predIndex) {
|
|
968
1069
|
if (ruleIndex === 0) {
|
|
969
1070
|
return booleanExpr_sempred(this, (_localctx == null ? true : _localctx instanceof BooleanExprContext) ? _localctx : THROW_CCE(), predIndex);
|
|
970
1071
|
}
|
|
@@ -973,15 +1074,15 @@
|
|
|
973
1074
|
function StateExpressionVisitor() {
|
|
974
1075
|
}
|
|
975
1076
|
function Expression(expr, raw) {
|
|
976
|
-
this.
|
|
977
|
-
this.
|
|
1077
|
+
this.q33_1 = expr;
|
|
1078
|
+
this.r33_1 = raw;
|
|
978
1079
|
}
|
|
979
|
-
protoOf(Expression).
|
|
980
|
-
return !(this.
|
|
1080
|
+
protoOf(Expression).s33 = function () {
|
|
1081
|
+
return !(this.q33_1 == null);
|
|
981
1082
|
};
|
|
982
|
-
protoOf(Expression).
|
|
1083
|
+
protoOf(Expression).t33 = function (state) {
|
|
983
1084
|
// Inline function 'kotlin.checkNotNull' call
|
|
984
|
-
var value = this.
|
|
1085
|
+
var value = this.q33_1;
|
|
985
1086
|
// Inline function 'kotlin.contracts.contract' call
|
|
986
1087
|
var tmp$ret$1;
|
|
987
1088
|
$l$block: {
|
|
@@ -996,11 +1097,11 @@
|
|
|
996
1097
|
break $l$block;
|
|
997
1098
|
}
|
|
998
1099
|
}
|
|
999
|
-
return tmp$ret$1.
|
|
1100
|
+
return tmp$ret$1.a26((new StateExpressionEvaluator(state)).v33_1);
|
|
1000
1101
|
};
|
|
1001
|
-
protoOf(Expression).
|
|
1102
|
+
protoOf(Expression).x33 = function () {
|
|
1002
1103
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
1003
|
-
var tmp0_safe_receiver = this.
|
|
1104
|
+
var tmp0_safe_receiver = this.q33_1;
|
|
1004
1105
|
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : vars(tmp0_safe_receiver);
|
|
1005
1106
|
var tmp0_elvis_lhs = tmp1_safe_receiver == null ? null : toSet(tmp1_safe_receiver);
|
|
1006
1107
|
return tmp0_elvis_lhs == null ? emptySet() : tmp0_elvis_lhs;
|
|
@@ -1016,7 +1117,7 @@
|
|
|
1016
1117
|
if (!(other instanceof Expression)) {
|
|
1017
1118
|
tmp = false;
|
|
1018
1119
|
} else {
|
|
1019
|
-
if (!(this.
|
|
1120
|
+
if (!(this.r33_1 === other.r33_1)) {
|
|
1020
1121
|
tmp = false;
|
|
1021
1122
|
} else {
|
|
1022
1123
|
tmp = true;
|
|
@@ -1027,7 +1128,7 @@
|
|
|
1027
1128
|
return tmp;
|
|
1028
1129
|
};
|
|
1029
1130
|
protoOf(Expression).hashCode = function () {
|
|
1030
|
-
return getStringHashCode(this.
|
|
1131
|
+
return getStringHashCode(this.r33_1);
|
|
1031
1132
|
};
|
|
1032
1133
|
function toExpressionOrNull(_this__u8e3s4) {
|
|
1033
1134
|
// Inline function 'kotlin.text.isNullOrBlank' call
|
|
@@ -1036,12 +1137,12 @@
|
|
|
1036
1137
|
return null;
|
|
1037
1138
|
var tmp;
|
|
1038
1139
|
try {
|
|
1039
|
-
var tokens = new CommonTokenStream(new StateExpressionLexer(CharStreams_getInstance().
|
|
1140
|
+
var tokens = new CommonTokenStream(new StateExpressionLexer(CharStreams_getInstance().b1t(_this__u8e3s4)));
|
|
1040
1141
|
var parser = new StateExpressionParser(tokens);
|
|
1041
|
-
parser.
|
|
1042
|
-
var expr = parser.
|
|
1142
|
+
parser.l1t_1 = new BailErrorStrategy();
|
|
1143
|
+
var expr = parser.p33();
|
|
1043
1144
|
var tmp_0;
|
|
1044
|
-
var tmp_1 = tokens.b1(tokens.
|
|
1145
|
+
var tmp_1 = tokens.b1(tokens.p1v()).c1w();
|
|
1045
1146
|
if (tmp_1 === -1) {
|
|
1046
1147
|
tmp_0 = expr;
|
|
1047
1148
|
} else {
|
|
@@ -1064,7 +1165,7 @@
|
|
|
1064
1165
|
function vars(_this__u8e3s4) {
|
|
1065
1166
|
// Inline function 'kotlin.collections.flatMap' call
|
|
1066
1167
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
1067
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
1168
|
+
var tmp0_elvis_lhs = _this__u8e3s4.z1t_1;
|
|
1068
1169
|
// Inline function 'kotlin.collections.flatMapTo' call
|
|
1069
1170
|
var this_0 = tmp0_elvis_lhs == null ? emptyList() : tmp0_elvis_lhs;
|
|
1070
1171
|
var destination = ArrayList_init_$Create$();
|
|
@@ -1075,18 +1176,18 @@
|
|
|
1075
1176
|
var tmp;
|
|
1076
1177
|
if (isInterface(element, TerminalNode)) {
|
|
1077
1178
|
// Inline function 'kotlin.takeIf' call
|
|
1078
|
-
var this_1 = element.
|
|
1179
|
+
var this_1 = element.r2s();
|
|
1079
1180
|
// Inline function 'kotlin.contracts.contract' call
|
|
1080
1181
|
var tmp_0;
|
|
1081
1182
|
// Inline function 'org.cru.godtools.shared.tool.parser.expressions.vars.<anonymous>.<anonymous>' call
|
|
1082
|
-
var tmp_1 = this_1.
|
|
1183
|
+
var tmp_1 = this_1.c1w();
|
|
1083
1184
|
if (tmp_1 === 18) {
|
|
1084
1185
|
tmp_0 = this_1;
|
|
1085
1186
|
} else {
|
|
1086
1187
|
tmp_0 = null;
|
|
1087
1188
|
}
|
|
1088
1189
|
var tmp1_safe_receiver = tmp_0;
|
|
1089
|
-
tmp = listOfNotNull(tmp1_safe_receiver == null ? null : tmp1_safe_receiver.
|
|
1190
|
+
tmp = listOfNotNull(tmp1_safe_receiver == null ? null : tmp1_safe_receiver.l1w());
|
|
1090
1191
|
} else {
|
|
1091
1192
|
if (element instanceof ParserRuleContext) {
|
|
1092
1193
|
tmp = vars(element);
|
|
@@ -1099,24 +1200,28 @@
|
|
|
1099
1200
|
}
|
|
1100
1201
|
return destination;
|
|
1101
1202
|
}
|
|
1203
|
+
function unexpectedToken($this, token) {
|
|
1204
|
+
var message = 'Unexpected token: ' + token.l1w();
|
|
1205
|
+
throw IllegalStateException_init_$Create$(toString(message));
|
|
1206
|
+
}
|
|
1102
1207
|
function StateExpressionEvaluator$booleanExpr$1(this$0) {
|
|
1103
|
-
this.
|
|
1208
|
+
this.y33_1 = this$0;
|
|
1104
1209
|
StateExpressionBaseVisitor.call(this);
|
|
1105
1210
|
}
|
|
1106
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1107
|
-
return ensureNotNull(
|
|
1211
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).n2t = function (ctx) {
|
|
1212
|
+
return ensureNotNull(ctx.expr$).a26(this);
|
|
1108
1213
|
};
|
|
1109
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1110
|
-
return !ensureNotNull(
|
|
1214
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).q2t = function (ctx) {
|
|
1215
|
+
return !ensureNotNull(ctx.expr$).a26(this);
|
|
1111
1216
|
};
|
|
1112
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1113
|
-
return ensureNotNull(
|
|
1217
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).s2t = function (ctx) {
|
|
1218
|
+
return ensureNotNull(ctx.left$).a26(this) ? true : ensureNotNull(ctx.right$).a26(this);
|
|
1114
1219
|
};
|
|
1115
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1116
|
-
return ensureNotNull(
|
|
1220
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).t2t = function (ctx) {
|
|
1221
|
+
return ensureNotNull(ctx.left$).a26(this) ? ensureNotNull(ctx.right$).a26(this) : false;
|
|
1117
1222
|
};
|
|
1118
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1119
|
-
var tmp0_subject = ensureNotNull(ctx.
|
|
1223
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).o2t = function (ctx) {
|
|
1224
|
+
var tmp0_subject = ensureNotNull(ctx.atom$).c1w();
|
|
1120
1225
|
var tmp;
|
|
1121
1226
|
if (tmp0_subject === 12) {
|
|
1122
1227
|
tmp = true;
|
|
@@ -1124,38 +1229,38 @@
|
|
|
1124
1229
|
if (tmp0_subject === 13) {
|
|
1125
1230
|
tmp = false;
|
|
1126
1231
|
} else {
|
|
1127
|
-
|
|
1232
|
+
unexpectedToken(this.y33_1, ensureNotNull(ctx.atom$));
|
|
1128
1233
|
}
|
|
1129
1234
|
}
|
|
1130
1235
|
return tmp;
|
|
1131
1236
|
};
|
|
1132
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1133
|
-
var varName = ensureNotNull(ensureNotNull(ctx.
|
|
1237
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).p2t = function (ctx) {
|
|
1238
|
+
var varName = ensureNotNull(ensureNotNull(ctx.varName$).l1w());
|
|
1134
1239
|
// Inline function 'kotlin.run' call
|
|
1135
1240
|
// Inline function 'kotlin.contracts.contract' call
|
|
1136
1241
|
// Inline function 'org.cru.godtools.shared.tool.parser.expressions.grammar.<no name provided>.visitEqExpr.<anonymous>' call
|
|
1137
|
-
var $this$run = ensureNotNull(ensureNotNull(ctx.
|
|
1242
|
+
var $this$run = ensureNotNull(ensureNotNull(ctx.value$).l1w());
|
|
1138
1243
|
// Inline function 'kotlin.text.substring' call
|
|
1139
1244
|
var endIndex = $this$run.length - 1 | 0;
|
|
1140
1245
|
// Inline function 'kotlin.js.asDynamic' call
|
|
1141
1246
|
var value = $this$run.substring(1, endIndex);
|
|
1142
|
-
var tmp0_subject = ensureNotNull(ctx.
|
|
1247
|
+
var tmp0_subject = ensureNotNull(ctx.op$).c1w();
|
|
1143
1248
|
var tmp;
|
|
1144
1249
|
if (tmp0_subject === 1) {
|
|
1145
|
-
tmp = this.
|
|
1250
|
+
tmp = this.y33_1.u33_1.k1k(varName).v(value);
|
|
1146
1251
|
} else {
|
|
1147
1252
|
if (tmp0_subject === 2) {
|
|
1148
|
-
tmp = !this.
|
|
1253
|
+
tmp = !this.y33_1.u33_1.k1k(varName).v(value);
|
|
1149
1254
|
} else {
|
|
1150
|
-
|
|
1255
|
+
unexpectedToken(this.y33_1, ensureNotNull(ctx.op$));
|
|
1151
1256
|
}
|
|
1152
1257
|
}
|
|
1153
1258
|
return tmp;
|
|
1154
1259
|
};
|
|
1155
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1156
|
-
var left = ensureNotNull(
|
|
1157
|
-
var right = ensureNotNull(
|
|
1158
|
-
var tmp0_subject = ensureNotNull(ctx.
|
|
1260
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).m2t = function (ctx) {
|
|
1261
|
+
var left = ensureNotNull(ctx.left$).a26(this.y33_1.w33_1);
|
|
1262
|
+
var right = ensureNotNull(ctx.right$).a26(this.y33_1.w33_1);
|
|
1263
|
+
var tmp0_subject = ensureNotNull(ctx.op$).c1w();
|
|
1159
1264
|
var tmp;
|
|
1160
1265
|
if (tmp0_subject === 1) {
|
|
1161
1266
|
tmp = left === right;
|
|
@@ -1175,7 +1280,7 @@
|
|
|
1175
1280
|
if (tmp0_subject === 8) {
|
|
1176
1281
|
tmp = left <= right;
|
|
1177
1282
|
} else {
|
|
1178
|
-
|
|
1283
|
+
unexpectedToken(this.y33_1, ensureNotNull(ctx.op$));
|
|
1179
1284
|
}
|
|
1180
1285
|
}
|
|
1181
1286
|
}
|
|
@@ -1184,26 +1289,32 @@
|
|
|
1184
1289
|
}
|
|
1185
1290
|
return tmp;
|
|
1186
1291
|
};
|
|
1187
|
-
protoOf(StateExpressionEvaluator$booleanExpr$1).
|
|
1292
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).r2t = function (ctx) {
|
|
1188
1293
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1189
|
-
return !this.
|
|
1294
|
+
return !this.y33_1.u33_1.k1k(ensureNotNull(ensureNotNull(ctx.varName$).l1w())).x();
|
|
1295
|
+
};
|
|
1296
|
+
protoOf(StateExpressionEvaluator$booleanExpr$1).m2s = function () {
|
|
1297
|
+
return false;
|
|
1190
1298
|
};
|
|
1191
1299
|
function StateExpressionEvaluator$intExpr$1(this$0) {
|
|
1192
|
-
this.
|
|
1300
|
+
this.z33_1 = this$0;
|
|
1193
1301
|
StateExpressionBaseVisitor.call(this);
|
|
1194
1302
|
}
|
|
1195
|
-
protoOf(StateExpressionEvaluator$intExpr$1).
|
|
1196
|
-
return toInt(ensureNotNull(ensureNotNull(ctx.
|
|
1303
|
+
protoOf(StateExpressionEvaluator$intExpr$1).w2t = function (ctx) {
|
|
1304
|
+
return toInt(ensureNotNull(ensureNotNull(ctx.value$).l1w()));
|
|
1305
|
+
};
|
|
1306
|
+
protoOf(StateExpressionEvaluator$intExpr$1).v2t = function (ctx) {
|
|
1307
|
+
return this.z33_1.u33_1.k1k(ensureNotNull(ensureNotNull(ctx.varName$).l1w())).l();
|
|
1197
1308
|
};
|
|
1198
|
-
protoOf(StateExpressionEvaluator$intExpr$1).
|
|
1199
|
-
return
|
|
1309
|
+
protoOf(StateExpressionEvaluator$intExpr$1).m2s = function () {
|
|
1310
|
+
return 0;
|
|
1200
1311
|
};
|
|
1201
1312
|
function StateExpressionEvaluator(state) {
|
|
1202
|
-
this.
|
|
1313
|
+
this.u33_1 = state;
|
|
1203
1314
|
var tmp = this;
|
|
1204
|
-
tmp.
|
|
1315
|
+
tmp.v33_1 = new StateExpressionEvaluator$booleanExpr$1(this);
|
|
1205
1316
|
var tmp_0 = this;
|
|
1206
|
-
tmp_0.
|
|
1317
|
+
tmp_0.w33_1 = new StateExpressionEvaluator$intExpr$1(this);
|
|
1207
1318
|
}
|
|
1208
1319
|
//region block: init
|
|
1209
1320
|
Tokens_instance = new Tokens();
|