Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
js.lib.prompto.core.bundle.js Maven / Gradle / Ivy
!function(t){var e={};function i(s){if(e[s])return e[s].exports;var r=e[s]={i:s,l:!1,exports:{}};return t[s].call(r.exports,r,r.exports,i),r.l=!0,r.exports}i.m=t,i.c=e,i.d=function(t,e,s){i.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:s})},i.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var s=Object.create(null);if(i.r(s),Object.defineProperty(s,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)i.d(s,r,function(e){return t[e]}.bind(null,r));return s},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=282)}([function(t,e,i){e.atn=i(283),e.codepointat=i(179),e.dfa=i(289),e.fromcodepoint=i(180),e.tree=i(291),e.error=i(292),e.Token=i(36).Token,e.CharStreams=i(294),e.CommonToken=i(36).CommonToken,e.InputStream=i(128),e.FileStream=i(295),e.CommonTokenStream=i(296),e.Lexer=i(106),e.Parser=i(298);var s=i(61);e.PredictionContextCache=s.PredictionContextCache,e.ParserRuleContext=i(178),e.Interval=i(45).Interval,e.IntervalSet=i(45).IntervalSet,e.Utils=i(42),e.LL1Analyzer=i(170).LL1Analyzer},function(t,e,i){"use strict";i.r(e),i.d(e,"VoidType",(function(){return n})),i.d(e,"NullType",(function(){return o})),i.d(e,"DbIdType",(function(){return h})),i.d(e,"AnyType",(function(){return l.default})),i.d(e,"MissingType",(function(){return c.default})),i.d(e,"NativeType",(function(){return s.a})),i.d(e,"BooleanType",(function(){return f})),i.d(e,"IntegerType",(function(){return R})),i.d(e,"DecimalType",(function(){return T})),i.d(e,"CharacterType",(function(){return y})),i.d(e,"DateTimeType",(function(){return A})),i.d(e,"DateType",(function(){return L})),i.d(e,"TimeType",(function(){return I})),i.d(e,"PeriodType",(function(){return C})),i.d(e,"VersionType",(function(){return v})),i.d(e,"UUIDType",(function(){return b})),i.d(e,"TextType",(function(){return V})),i.d(e,"DocumentType",(function(){return J})),i.d(e,"BlobType",(function(){return q})),i.d(e,"ImageType",(function(){return X})),i.d(e,"ContainerType",(function(){return z})),i.d(e,"ListType",(function(){return ht})),i.d(e,"SetType",(function(){return ut})),i.d(e,"TupleType",(function(){return dt})),i.d(e,"RangeType",(function(){return pt})),i.d(e,"DictionaryType",(function(){return Et})),i.d(e,"EntryType",(function(){return mt})),i.d(e,"CategoryType",(function(){return Rt.default})),i.d(e,"ResourceType",(function(){return Tt})),i.d(e,"IterableType",(function(){return K})),i.d(e,"IteratorType",(function(){return gt})),i.d(e,"CursorType",(function(){return yt})),i.d(e,"MethodType",(function(){return At})),i.d(e,"CodeType",(function(){return Lt})),i.d(e,"JsxType",(function(){return It})),i.d(e,"CssType",(function(){return Ct})),i.d(e,"HtmlType",(function(){return vt})),i.d(e,"EnumeratedNativeType",(function(){return Nt})),i.d(e,"EnumeratedCategoryType",(function(){return Ot})),i.d(e,"TypeType",(function(){return Dt})),i.d(e,"PropertiesType",(function(){return Mt})),i.d(e,"TypeMap",(function(){return kt}));var s=i(21),r=i(2);class n extends s.a{constructor(){super(new r.Identifier("Void"))}isAssignableFrom(t,e){return!1}}n.instance=new n;var a=i(41);class o extends a.a{constructor(){super(new r.Identifier("Null"))}checkUnique(t){}checkExists(t){}isAssignableFrom(t,e){return!0}isMoreSpecificThan(t,e){return!1}equals(t){return t===this}}o.instance=new o;class h extends s.a{constructor(){super(new r.Identifier("DbId"))}isAssignableFrom(t,e){return super.isAssignableFrom(t,e)||e instanceof s.a}declare(t){}transpile(t){t.append("DbId")}}h.instance=new h;var l=i(145),c=i(146),u=i(4),d=i(12),p=i(15);class f extends s.a{constructor(){super(new r.Identifier("Boolean")),this.family=p.TypeFamily.BOOLEAN}checkAnd(t,e){return e instanceof f?f.instance:super.checkAnd(t,e)}checkOr(t,e){return e instanceof f?f.instance:super.checkOr(t,e)}checkNot(t){return f.instance}convertJavaScriptValueToPromptoValue(t,e,i){return"boolean"==typeof e?u.BooleanValue.ValueOf(e):super.convertJavaScriptValueToPromptoValue(t,e,i)}declare(t){t.require(d.isABoolean)}transpile(t){t.append('"Boolean"')}transpileSorted(t,e,i){e?t.append("function(o1, o2) { return o1 === o2 ? 0 : o1 > o2 ? -1 : 1; }"):t.append("function(o1, o2) { return o1 === o2 ? 0 : o1 > o2 ? 1 : -1; }")}}f.instance=new f;var _=i(27),x=i(13);class E extends _.a{constructor(){super("format",new x.CategoryParameter(V.instance,new r.Identifier("format")))}interpret(t){let e=this.getValue(t).getStorableData();const i=t.getValue(new r.Identifier("format")).getStorableData();return e=this.format(e,i),new u.TextValue(e)}check(t){return V.instance}format(t,e){return(t="000000000000"+t).substr(t.length-e.length)}transpileCall(t,e){t.append("formatInteger("),e[0].transpile(t),t.append(")")}}var m=i(7);class R extends s.a{constructor(){super(new r.Identifier("Integer")),this.family=p.TypeFamily.INTEGER}isAssignableFrom(t,e){return super.isAssignableFrom(t,e)||e===T.instance}declare(t){t.require(d.isAnInteger)}transpile(t){t.append('"Integer"')}checkAdd(t,e,i,s){return i===R.instance||i===T.instance?i:super.checkAdd(t,e,i,s)}declareAdd(t,e,i,s,r){if(e!==R.instance&&e!==T.instance)return super.declareAdd(t,e,i,s,r);s.declare(t),r.declare(t)}transpileAdd(t,e,i,s,r){if(e!==R.instance&&e!==T.instance)return super.transpileAdd(t,e,i,s,r);s.transpile(t),t.append(" + "),r.transpile(t)}checkSubtract(t,e){return e===R.instance?this:e===T.instance?e:super.checkSubtract(t,e)}declareSubtract(t,e,i,s){if(e!==R.instance&&e!==T.instance)return super.declareSubtract(t,e,i,s);i.declare(t),s.declare(t)}transpileSubtract(t,e,i,s){if(e!==R.instance&&e!==T.instance)return super.transpileSubtract(t,e,i,s);i.transpile(t),t.append(" - "),s.transpile(t)}checkMultiply(t,e,i){return e===R.instance?this:e===T.instance?e:e===y.instance?V.instance:e===V.instance||e===C.instance||e instanceof ht?e:super.checkMultiply(t,e,i)}declareMultiply(t,e,i,s,r){if(e!==R.instance&&e!==T.instance)return super.declareMultiply(t,e,i,s,r);s.declare(t),r.declare(t)}transpileMultiply(t,e,i,s,r){if(e!==R.instance&&e!==T.instance)return super.transpileMultiply(t,e,i,s,r);s.transpile(t),t.append(" * "),r.transpile(t)}checkDivide(t,e){return e===R.instance||e===T.instance?T.instance:super.checkDivide(t,e)}declareDivide(t,e,i,s){if(e!==R.instance&&e!==T.instance)return super.declareDivide(t,e,i,s);i.declare(t),s.declare(t)}transpileDivide(t,e,i,s){if(e!==R.instance&&e!==T.instance)return super.transpileDivide(t,e,i,s);t.append("divide("),i.transpile(t),t.append(", "),s.transpile(t),t.append(")")}checkIntDivide(t,e){return e===R.instance?this:super.checkIntDivide(t,e)}declareIntDivide(t,e,i,s){if(e!==R.instance)return super.declareIntDivide(t,e,i,s);i.declare(t),s.declare(t)}transpileIntDivide(t,e,i,s){if(e!==R.instance)return super.transpileIntDivide(t,e,i,s);t.append("Math.floor(divide("),i.transpile(t),t.append(", "),s.transpile(t),t.append("))")}checkModulo(t,e){return e===R.instance?this:super.checkModulo(t,e)}declareModulo(t,e,i,s){if(e!==R.instance)return super.declareModulo(t,e,i,s);i.declare(t),s.declare(t)}transpileModulo(t,e,i,s){if(e!==R.instance)return super.transpileModulo(t,e,i,s);i.transpile(t),t.append(" % "),s.transpile(t)}checkMinus(t){return this}declareMinus(t,e){}transpileMinus(t,e){t.append(" -"),e.transpile(t)}checkCompare(t,e,i){return i===R.instance||i===T.instance?f.instance:super.checkCompare(t,e,i)}declareCompare(t,e){}transpileCompare(t,e,i,s,r){s.transpile(t),t.append(" ").append(i.toString()).append(" "),r.transpile(t)}checkRange(t,e){return e===R.instance?new pt(this):super.checkRange(t,e)}declareRange(t,e){if(e!==R.instance)return super.declareRange(t,e);t.require(m.Range),t.require(m.IntegerRange)}transpileRange(t,e,i){t.append("new IntegerRange("),e.transpile(t),t.append(","),i.transpile(t),t.append(")")}newRange(t,e){return t instanceof u.IntegerValue&&e instanceof u.IntegerValue?new u.IntegerRangeValue(t,e):super.newRange(t,e)}convertJavaScriptValueToPromptoValue(t,e,i){return"number"==typeof e?new u.IntegerValue(e):super.convertJavaScriptValueToPromptoValue(t,e,i)}getMemberMethods(t,e){switch(e.name){case"format":return[new E];default:return super.getMemberMethods.call(t,e)}}}R.instance=new R;class T extends s.a{constructor(){super(new r.Identifier("Decimal"))}declare(t){t.require(d.isADecimal)}transpile(t){t.append('"Decimal"')}isAssignableFrom(t,e){return super.isAssignableFrom(t,e)||e===R.instance}checkAdd(t,e,i,s){return i===R.instance||i===T.instance?this:super.checkAdd(t,e,i,s)}declareAdd(t,e,i,s,r){if(e!==R.instance&&e!==T.instance)return super.declareAdd(t,e,i,s,r);s.declare(t),r.declare(t)}transpileAdd(t,e,i,s,r){if(e!==R.instance&&e!==T.instance)return super.transpileAdd(t,e,i,s,r);s.transpile(t),t.append(" + "),r.transpile(t)}checkSubtract(t,e){return e===R.instance||e===T.instance?this:super.checkSubtract(t,e)}declareSubtract(t,e,i,s){if(e!==R.instance&&e!==T.instance)return super.declareSubtract(t,e,i,s);i.declare(t),s.declare(t)}transpileSubtract(t,e,i,s){if(e!==R.instance&&e!==T.instance)return super.transpileSubtract(t,e,i,s);i.transpile(t),t.append(" - "),s.transpile(t)}checkMultiply(t,e,i){return e===R.instance||e===T.instance?this:super.checkMultiply(t,e,i)}declareMultiply(t,e,i,s,r){if(e!==R.instance&&e!==T.instance)return super.declareMultiply(t,e,i,s,r);s.declare(t),r.declare(t)}transpileMultiply(t,e,i,s,r){if(e!==R.instance&&e!==T.instance)return super.transpileMultiply(t,e,i,s,r);s.transpile(t),t.append(" * "),r.transpile(t)}checkDivide(t,e){return e===R.instance||e===T.instance?this:super.checkDivide(t,e)}declareDivide(t,e,i,s){if(e!==R.instance&&e!==T.instance)return super.declareDivide(t,e,i,s);i.declare(t),s.declare(t)}transpileDivide(t,e,i,s){if(e!==R.instance&&e!==T.instance)return super.transpileDivide(t,e,i,s);t.append("divide("),i.transpile(t),t.append(", "),s.transpile(t),t.append(")")}checkIntDivide(t,e){return e===R.instance?R.instance:super.checkIntDivide(t,e)}declareIntDivide(t,e,i,s){if(e!==R.instance)return super.declareIntDivide(t,e,i,s);i.declare(t),s.declare(t)}transpileIntDivide(t,e,i,s){if(e!==R.instance)return super.transpileIntDivide(t,e,i,s);t.append("Math.floor(divide("),i.transpile(t),t.append(", "),s.transpile(t),t.append("))")}checkModulo(t,e){return e===R.instance||e===T.instance?this:super.checkModulo(t,e)}declareModulo(t,e,i,s){return e===R.instance||e===T.instance?void 0:super.declareModulo(t,e,i,s)}transpileModulo(t,e,i,s){if(e!==R.instance&&e!==T.instance)return super.transpileModulo(t,e,i,s);i.transpile(t),t.append(" % "),s.transpile(t)}checkMinus(t){return this}declareMinus(t,e){}transpileMinus(t,e){t.append(" -"),e.transpile(t)}transpileMember(t,e){"text"===e?t.append("toDecimalString()"):super.transpileMember(t,e)}checkCompare(t,e,i){return i instanceof R||i instanceof T?f.instance:super.checkCompare(t,e,i)}declareCompare(t,e){}transpileCompare(t,e,i,s,r){s.transpile(t),t.append(" ").append(i.toString()).append(" "),r.transpile(t)}convertJavaScriptValueToPromptoValue(t,e,i){return"number"==typeof e?new u.DecimalValue(e):super.convertJavaScriptValueToPromptoValue(t,e,i)}}T.instance=new T;var g=i(3);class y extends s.a{constructor(){super(new r.Identifier("Character"))}declare(t){}nativeCast(t,e){if(e.type instanceof V&&e.value.length>=1)return new u.CharacterValue(e.value.substring(0,1));throw new g.InvalidDataError("Cannot convert "+e.toString()+" to CharacterValue")}checkMember(t,e,i){return"codePoint"===i.name?R.instance:super.checkMember(t,e,i)}declareMember(t,e,i){"codePoint"!==i.name&&super.declareMember(t,e,i)}transpileMember(t,e){"codePoint"===e.name?t.append("charCodeAt(0)"):super.transpileMember(t,e)}checkAdd(t,e,i){return V.instance}declareAdd(t,e,i,s,r){s.declare(t),r.declare(t)}transpileAdd(t,e,i,s,r){s.transpile(t),t.append(" + "),r.transpile(t)}checkMultiply(t,e,i){return e===R.instance?V.instance:super.checkMultiply.apply(this,t,e,i)}declareMultiply(t,e,i,s,r){if(e!==R.instance)return super.declareMultiply(t,e,i,s,r);s.declare(t),r.declare(t)}transpileMultiply(t,e,i,s,r){if(e!==R.instance)return super.transpileMultiply(t,e,i,s,r);s.transpile(t),t.append(".repeat("),r.transpile(t),t.append(")")}checkCompare(t,e,i){return i instanceof y||i instanceof V?f.instance:super.checkCompare.apply(this,t,e,i)}declareCompare(t,e){}transpileCompare(t,e,i,s,r){s.transpile(t),t.append(" ").append(i.toString()).append(" "),r.transpile(t)}checkRange(t,e){return e instanceof y?new pt(this):super.checkRange(t,e)}declareRange(t,e){if(e!==y.instance)return super.declareRange(t,e);t.require(m.Range),t.require(m.IntegerRange),t.require(m.CharacterRange)}transpileRange(t,e,i){t.append("new CharacterRange("),e.transpile(t),t.append(","),i.transpile(t),t.append(")")}newRange(t,e){return t instanceof u.CharacterValue&&e instanceof u.CharacterValue?new u.CharacterRangeValue(t,e):super.newRange(t,e)}}y.instance=new y;class A extends s.a{constructor(){super(new r.Identifier("DateTime"))}convertJavaScriptValueToPromptoValue(t,e,i){return e instanceof Date&&(e=new m.DateTime(e,0)),e instanceof m.DateTime?new u.DateTimeValue(e):super.convertJavaScriptValueToPromptoValue(t,e,i)}checkAdd(t,e,i,s){return i===C.instance?this:super.checkAdd(t,e,i,s)}declare(t){t.register(m.DateTime)}transpile(t){t.append("DateTime")}declareAdd(t,e,i,s,r){if(e!==C.instance)return super.declareAdd(t,e,i,s,r);s.declare(t),r.declare(t)}transpileAdd(t,e,i,s,r){if(e!==C.instance)return super.transpileAdd(t,e,i,s,r);s.transpile(t),t.append(".addPeriod("),r.transpile(t),t.append(")")}checkSubtract(t,e){return e===C.instance?this:e===A.instance?C.instance:super.checkSubtract(t,e)}declareSubtract(t,e,i,s){if(e!==C.instance&&e!==A.instance)return super.declareSubtract(t,e,i,s);i.declare(t),s.declare(t)}transpileSubtract(t,e,i,s){if(e===C.instance)i.transpile(t),t.append(".subtractPeriod("),s.transpile(t),t.append(")");else{if(e!==A.instance)return super.transpileSubtract(t,e,i,s);i.transpile(t),t.append(".subtractDateTime("),s.transpile(t),t.append(")")}}checkCompare(t,e,i){return i===A.instance||i instanceof L?f.instance:super.checkCompare(t,e,i)}declareCompare(t,e){}transpileCompare(t,e,i,s,r){s.transpile(t),t.append("."),i.transpile(t),t.append("("),r.transpile(t),t.append(")")}checkMember(t,e,i){switch(i.name){case"year":case"month":case"dayOfMonth":case"dayOfYear":case"hour":case"minute":case"second":case"millisecond":case"tzOffset":return R.instance;case"tzName":return V.instance;case"date":return L.instance;case"time":return I.instance;default:return super.checkMember(t,e,i)}}declareMember(t,e,i){switch(i.name){case"year":case"month":case"dayOfMonth":case"dayOfYear":case"hour":case"minute":case"second":case"millisecond":case"tzOffset":break;case"date":t.register(m.LocalDate);break;case"time":t.register(m.LocalTime);break;default:super.declareMember(t,e,i)}}transpileMember(t,e){const i=e.name;"year"===i?t.append("getYear()"):"month"===i?t.append("getMonth()"):"dayOfMonth"===i?t.append("getDayOfMonth()"):"dayOfYear"===i?t.append("getDayOfYear()"):"hour"===i?t.append("getHour()"):"minute"===i?t.append("getMinute()"):"second"===i?t.append("getSecond()"):"millisecond"===i?t.append("getMillisecond()"):"tzOffset"===i?t.append("getTzOffset()"):"tzName"===i?t.append("getTzName()"):"date"===i?t.append("getDate()"):"time"===i?t.append("getTime()"):super.transpileMember(t,e)}transpileJsxCode(t,e){t.append("StringOrNull("),e.transpile(t),t.append(")")}}A.instance=new A;class L extends s.a{constructor(){super(new r.Identifier("Date"))}isAssignableFrom(t,e){return super.isAssignableFrom(t,e)||e===A.instance}checkAdd(t,e,i,s){return i===C.instance?this:i===I.instance?A.instance:super.checkAdd(t,e,i,s)}convertJavaScriptValueToPromptoValue(t,e,i){return e instanceof m.LocalDate?new u.DateValue(e):super.convertJavaScriptValueToPromptoValue(t,e,i)}declare(t){t.register(m.LocalDate)}transpile(t){t.append("Date")}declareAdd(t,e,i,s,r){if(e!==C.instance&&e!==I.instance)return super.declareAdd(t,e,i,s,r);s.declare(t),r.declare(t),e===I.instance&&t.register(m.DateTime)}transpileAdd(t,e,i,s,r){if(e!==C.instance&&e!==I.instance)return super.transpileAdd(t,e,i,s,r);s.transpile(t),e===I.instance?t.append(".addTime("):t.append(".addPeriod("),r.transpile(t),t.append(")")}checkSubtract(t,e){return e===C.instance?this:e===L.instance?C.instance:super.checkSubtract(t,e)}declareSubtract(t,e,i,s){if(e!==C.instance&&e!==L.instance)return super.declareSubtract(t,e,i,s);i.declare(t),s.declare(t)}transpileSubtract(t,e,i,s){if(e===C.instance)i.transpile(t),t.append(".subtractPeriod("),s.transpile(t),t.append(")");else{if(e!==L.instance)return super.transpileSubtract(t,e,i,s);i.transpile(t),t.append(".subtractDate("),s.transpile(t),t.append(")")}}checkCompare(t,e,i){return i===L.instance||i instanceof A?f.instance:super.checkCompare(t,e,i)}declareCompare(t,e){}transpileCompare(t,e,i,s,r){s.transpile(t),t.append("."),i.transpile(t),t.append("("),r.transpile(t),t.append(")")}checkRange(t,e){return e===L.instance?new pt(this):super.checkRange(t,e)}declareRange(t,e){if(e!==L.instance)return super.declareRange(t,e);t.require(m.Range),t.require(m.DateRange)}transpileRange(t,e,i){t.append("new DateRange("),e.transpile(t),t.append(","),i.transpile(t),t.append(")")}checkMember(t,e,i){switch(i.name){case"year":case"month":case"dayOfMonth":case"dayOfYear":return R.instance;default:return super.checkMember(t,e,i)}}declareMember(t,e,i){switch(i.name){case"year":case"month":case"dayOfMonth":case"dayOfYear":break;default:super.declareMember(t,e,i)}}transpileMember(t,e){switch(e.name){case"year":t.append("getYear()");break;case"month":t.append("getMonth()");break;case"dayOfMonth":t.append("getDayOfMonth()");break;case"dayOfYear":t.append("getDayOfYear()");break;default:super.transpileMember(t,e)}}newRange(t,e){return t instanceof u.DateValue&&e instanceof u.DateValue?new u.DateRangeValue(t,e):super.newRange(t,e)}transpileJsxCode(t,e=e){t.append("StringOrNull("),e.transpile(t),t.append(")")}}L.instance=new L;class I extends s.a{constructor(){super(new r.Identifier("TimeValue"))}isAssignableFrom(t,e){return super.isAssignableFrom(t,e)||e==A.instance}convertJavaScriptValueToPromptoValue(t,e,i){return e instanceof m.LocalTime?new u.TimeValue(e):super.convertJavaScriptValueToPromptoValue(t,e,i)}checkAdd(t,e,i,s){return i===C.instance?this:super.checkAdd(t,e,i,s)}declare(t){t.register(m.LocalTime)}transpile(t){t.append("Time")}declareAdd(t,e,i,s,r){if(e!==C.instance)return super.declareAdd(t,e,i,s,r);s.declare(t),r.declare(t)}transpileAdd(t,e,i,s,r){if(e!==C.instance)return super.transpileAdd(t,e,i,s,r);s.transpile(t),t.append(".addPeriod("),r.transpile(t),t.append(")")}checkSubtract(t,e){return e===I.instance?C.instance:e===C.instance?this:super.checkSubtract(t,e)}declareSubtract(t,e,i,s){if(e!==I.instance&&e!==C.instance)return super.declareSubtract(t,e,i,s);i.declare(t),s.declare(t)}transpileSubtract(t,e,i,s){if(e===I.instance)i.transpile(t),t.append(".subtractTime("),s.transpile(t),t.append(")");else{if(e!==C.instance)return super.transpileSubtract(t,e,i,s);i.transpile(t),t.append(".subtractPeriod("),s.transpile(t),t.append(")")}}checkCompare(t,e,i){return i===I.instance?f.instance:super.checkCompare(t,e,i)}declareCompare(t,e){}transpileCompare(t,e,i,s,r){s.transpile(t),t.append("."),i.transpile(t),t.append("("),r.transpile(t),t.append(")")}checkRange(t,e){return e===I.instance?new pt(this):super.checkRange(t,e)}declareRange(t,e){if(e!==I.instance)return super.declareRange(t,e);t.require(m.Range),t.require(m.TimeRange)}transpileRange(t,e,i){t.append("new TimeRange("),e.transpile(t),t.append(","),i.transpile(t),t.append(")")}checkMember(t,e,i){switch(i.name){case"hour":case"minute":case"second":case"millisecond":return R.instance;default:return super.checkMember(t,e,i)}}declareMember(t,e,i){switch(i.name){case"hour":case"minute":case"second":case"millisecond":break;default:super.declareMember(t,e,i)}}transpileMember(t,e){switch(e.name){case"hour":t.append("getHour()");break;case"minute":t.append("getMinute()");break;case"second":t.append("getSecond()");break;case"millisecond":t.append("getMillisecond()");break;default:super.transpileMember(t,e)}}newRange(t,e){return t instanceof u.TimeValue&&e instanceof u.TimeValue?new u.TimeRangeValue(t,e):super.newRange(t,e)}toString(t){return"'"+t.toString()+"'"}transpileJsxCode(t,e=e){t.append("StringOrNull("),e.transpile(t),t.append(")")}}I.instance=new I;class C extends s.a{constructor(){super(new r.Identifier("Period"))}convertJavaScriptValueToPromptoValue(t,e,i){return e instanceof m.Period?new u.PeriodValue(e):super.convertJavaScriptValueToPromptoValue(t,e,i)}checkAdd(t,e,i,s){return i instanceof C?this:super.checkAdd(this,t,e,i,s)}declare(t){t.register(m.Period)}transpile(t){t.append("Period")}declareAdd(t,e,i,s,r){if(e!==C.instance)return super.declareAdd(t,e,i,s,r);s.declare(t),r.declare(t)}transpileAdd(t,e,i,s,r){if(e!==C.instance)return super.transpileAdd(t,e,i,s,r);s.transpile(t),t.append(".add("),r.transpile(t),t.append(")")}checkSubtract(t,e){return e===C.instance?this:super.checkSubtract(this,t,e)}declareSubtract(t,e,i,s){if(e!==C.instance)return super.declareSubtract(t,e,i,s);i.declare(t),s.declare(t)}transpileSubtract(t,e,i,s){if(e!==C.instance)return super.transpileSubtract(t,e,i,s);i.transpile(t),t.append(".subtract("),s.transpile(t),t.append(")")}checkMultiply(t,e,i){return e===R.instance?this:super.checkMultiply(this,t,e,i)}declareMultiply(t,e,i,s,r){if(e!==R.instance)return super.declareMultiply(t,e,i,s,r);s.declare(t),r.declare(t)}transpileMultiply(t,e,i,s,r){if(e!==R.instance)return super.transpileMultiply(t,e,i,s,r);s.transpile(t),t.append(".multiply("),r.transpile(t),t.append(")")}checkMinus(t){return this}declareMinus(t,e){}transpileMinus(t,e){e.transpile(t),t.append(".minus()")}checkMember(t,e,i){switch(i.name){case"years":case"months":case"weeks":case"days":case"hours":case"minutes":case"seconds":case"milliseconds":return R.instance;default:return super.checkMember(t,e,i)}}declareMember(t,e,i){switch(i.name){case"years":case"months":case"weeks":case"days":case"hours":case"minutes":case"seconds":case"milliseconds":break;default:super.declareMember(t,e,i)}}transpileMember(t,e){switch(e.name){case"years":case"months":case"weeks":case"days":case"hours":case"minutes":case"seconds":case"milliseconds":t.append(e.name);break;default:super.transpileMember(t,e)}}transpileJsxCode(t,e=e){t.append("StringOrNull("),e.transpile(t),t.append(")")}}C.instance=new C;class v extends s.a{constructor(){super(new r.Identifier("Version"))}convertJavaScriptValueToPromptoValue(t,e,i){return e instanceof m.Version?new u.VersionValue(e):super.convertJavaScriptValueToPromptoValue(t,e,i)}checkCompare(t,e,i){return i instanceof v?f.instance:super.checkCompare(t,e,i)}declareCompare(t,e){}transpileCompare(t,e,i,s,r){s.transpile(t),t.append("."),i.transpile(t),t.append("("),r.transpile(t),t.append(")")}checkMember(t,e,i){switch(i.name){case"major":case"minor":case"fix":return R.instance;case"qualifier":return V.instance;default:return super.checkMember(t,e,i)}}declareMember(t,e,i){switch(i.name){case"major":case"minor":case"fix":case"qualifier":break;default:super.declareMember(t,e,i)}}transpileMember(t,e){switch(e.name){case"major":case"minor":case"fix":t.append(e.name);break;case"qualifier":t.append("qualifierToString()");break;default:super.transpileMember(t,e)}}declare(t){t.register(m.Version)}transpile(t){t.append("Version")}transpileJsxCode(t,e=e){t.append("StringOrNull("),e.transpile(t),t.append(")")}}v.instance=new v;class b extends s.a{constructor(){super(new r.Identifier("Uuid"))}convertJavaScriptValueToPromptoValue(t,e,i){return e instanceof m.UUID||"string"==typeof e?new u.UUIDValue(e):super.convertJavaScriptValueToPromptoValue(t,e,i)}declare(t){t.register(m.UUID)}transpile(t){t.append("Uuid")}transpileJsxCode(t,e=e){t.append("StringOrNull("),e.transpile(t),t.append(")")}}b.instance=new b;var w=i(9);class N extends _.a{constructor(){super("toLowerCase")}interpret(t){const e=this.getValue(t).getStorableData();return new u.TextValue(e.toLowerCase())}check(t){return V.instance}transpileCall(t,e){t.append("toLowerCase()")}}class S extends _.a{constructor(){super("toUpperCase")}interpret(t){const e=this.getValue(t).getStorableData();return new u.TextValue(e.toUpperCase())}check(t){return V.instance}transpileCall(t,e){t.append("toUpperCase()")}}class O extends _.a{constructor(){super("trim")}interpret(t){let e=this.getValue(t).getStorableData();return e=e.trim(),new u.TextValue(e)}check(t){return V.instance}transpileCall(t,e){t.append("trim()")}}class D extends _.a{constructor(){super("toCapitalized")}interpret(t){let e=this.getValue(t).getStorableData();return e=e.replace(/(^|\s)([a-z])/g,((t,e,i)=>e+i.toUpperCase())),new u.TextValue(e)}transpileCall(t,e){t.append("replace( /(^|\\s)([a-z])/g , function(m, p1, p2){ return p1 + p2.toUpperCase(); } )")}check(t){return V.instance}}class M extends _.a{constructor(){super("split",new x.CategoryParameter(V.instance,new r.Identifier("separator"),new w.TextLiteral('" "')))}interpret(t){const e=this.getValue(t).getStorableData(),i=t.getValue(new r.Identifier("separator")).getStorableData(),s=e.split(i).map((t=>new u.TextValue(t)));return new u.ListValue(V.instance,s)}check(t){return new ht(V.instance)}declareCall(t){t.require(m.List)}transpileCall(t,e){t.append("splitToList("),e?e[0].transpile(t):t.append("' '"),t.append(")")}}class k extends _.a{constructor(){super("startsWith",new x.CategoryParameter(V.instance,new r.Identifier("value")))}interpret(t){const e=this.getValue(t).getStorableData(),i=t.getValue(new r.Identifier("value")).getStorableData(),s=0===e.indexOf(i);return u.BooleanValue.ValueOf(s)}check(t){return f.instance}transpileCall(t,e){t.append("startsWith("),e[0].transpile(t),t.append(")")}}class U extends _.a{constructor(){super("endsWith",new x.CategoryParameter(V.instance,new r.Identifier("value")))}interpret(t){const e=this.getValue(t).getStorableData(),i=t.getValue(new r.Identifier("value")).getStorableData(),s=e.indexOf(i)===e.length-i.length;return u.BooleanValue.ValueOf(s)}check(t){return f.instance}transpileCall(t,e){t.append("endsWith("),e[0].transpile(t),t.append(")")}}class P extends _.a{constructor(){super("replace",new x.CategoryParameter(V.instance,new r.Identifier("toReplace")),new x.CategoryParameter(V.instance,new r.Identifier("replaceWith")))}interpret(t){let e=this.getValue(t).getStorableData();const i=t.getValue(new r.Identifier("toReplace")).getStorableData(),s=t.getValue(new r.Identifier("replaceWith")).getStorableData();return e=e.replace(i,s),new u.TextValue(e)}check(t){return V.instance}transpileCall(t,e){t.append("replace("),e.find("toReplace").transpile(t),t.append(","),e.find("replaceWith").transpile(t),t.append(")")}}class F extends _.a{constructor(){super("replaceAll",new x.CategoryParameter(V.instance,new r.Identifier("toReplace")),new x.CategoryParameter(V.instance,new r.Identifier("replaceWith")))}interpret(t){let e=this.getValue(t).getStorableData();const i=t.getValue(new r.Identifier("toReplace")).getStorableData(),s=t.getValue(new r.Identifier("replaceWith")).getStorableData();return e=e.replace(new RegExp(i,"g"),s),new u.TextValue(e)}check(t){return V.instance}transpileCall(t,e){t.append("replace(new RegExp("),e.find("toReplace").transpile(t),t.append(", 'g'),"),e.find("replaceWith").transpile(t),t.append(")")}}class H extends _.a{constructor(){super("indexOf",new x.CategoryParameter(V.instance,new r.Identifier("value")),new x.CategoryParameter(R.instance,new r.Identifier("fromIndex"),new w.IntegerLiteral("1")))}interpret(t){const e=this.getValue(t).getStorableData(),i=t.getValue(new r.Identifier("value")).getStorableData(),s=t.getValue(new r.Identifier("fromIndex")).getStorableData(),n=e.indexOf(i,s-1);return new u.IntegerValue(n+1)}check(t){return R.instance}transpileCall(t,e){t.append("indexOf1Based("),e[0].transpile(t),e.length>1?(t.append(","),e[1].transpile(t),t.append(")")):t.append(",1)")}}class V extends s.a{constructor(){super(new r.Identifier("Text")),this.family=p.TypeFamily.TEXT}isAssignableFrom(t,e){return super.isAssignableFrom(t,e)||e==y.instance}declare(t){t.require(d.isAText)}transpile(t){t.append('"Text"')}checkAdd(t,e,i){return this}declareAdd(t,e,i,s,r){s.declare(t),r.declare(t)}transpileAdd(t,e,i,s,r){s.transpile(t),t.append(" + "),e===T.instance?(t.append("("),r.transpile(t),t.append(").toDecimalString()")):r.transpile(t)}checkMultiply(t,e,i){return e instanceof R?V.instance:super.checkMultiply(t,e,i)}declareMultiply(t,e,i,s,r){if(e!==R.instance)return super.declareMultiply(t,e,i,s,r);s.declare(t),r.declare(t)}transpileMultiply(t,e,i,s,r){if(e!==R.instance)return super.transpileMultiply(t,e,i,s,r);s.transpile(t),t.append(".repeat("),r.transpile(t),t.append(")")}checkCompare(t,e,i){return i instanceof V||i instanceof y?f.instance:super.checkCompare(t,e,i)}declareCompare(t,e){}transpileCompare(t,e,i,s,r){s.transpile(t),t.append(" ").append(i.toString()).append(" "),r.transpile(t)}checkItem(t,e,i){return e===R.instance?y.instance:(t.problemListener.reportIllegalItemType(i,e,[R.instance]),n.instance)}declareItem(t,e,i){}transpileItem(t,e,i){t.append("["),i.transpile(t),t.append("-1]")}checkMember(t,e,i){return"count"===i.name?R.instance:super.checkMember(t,e,i)}declareMember(t,e,i){"count"!==i.name&&super.declareMember(t,e,i)}transpileMember(t,e){"count"===e.name?t.append("length"):super.transpileMember(t,e)}checkContains(t,e,i){return i instanceof V||i instanceof y?f.instance:super.checkContains(t,e,i)}declareContains(t,e,i,s){i.declare(t),s.declare(t)}transpileContains(t,e,i,s){i.transpile(t),t.append(".includes("),s.transpile(t),t.append(")")}checkHasAllOrAny(t,e){return f.instance}declareHasAllOrAny(t,e,i,s){i.declare(t),s.declare(t)}transpileHasAllValue(t,e,i,s){i.transpile(t),t.append(".hasAll("),s.transpile(t),t.append(")")}transpileHasAnyValue(t,e,i,s){i.transpile(t),t.append(".hasAny("),s.transpile(t),t.append(")")}checkSlice(t){return this}declareSlice(t,e,i){e&&e.declare(t),i&&i.declare(t)}checkIterator(t,e){return y.instance}transpileSlice(t,e,i){t.append(".slice1Based("),e?e.transpile(t):t.append("null"),i&&(t.append(","),i.transpile(t)),t.append(")")}convertJavaScriptValueToPromptoValue(t,e,i){return"string"==typeof e?new u.TextValue(e):super.convertJavaScriptValueToPromptoValue(t,e,i)}getMemberMethods(t,e){switch(e.name){case"startsWith":return[new k];case"endsWith":return[new U];case"toLowerCase":return[new N];case"toUpperCase":return[new S];case"toCapitalized":return[new D];case"trim":return[new O];case"replace":return[new P];case"replaceAll":return[new F];case"split":return[new M];case"indexOf":return[new H];default:return super.getMemberMethods(t,e)}}}V.instance=new V;var B=i(5),G=i(6),j=i(11),W=i(88);const StrictSet=i(43).default,List=i(50).default,Document=i(69).default;class J extends s.a{constructor(){super(new r.Identifier("Document"))}withItemType(t){return this}isAssignableFrom(t,e){return super.isAssignableFrom(t,e)||e===l.default.instance||e instanceof Rt.default&&"Any"===e.name}isMoreSpecificThan(t,e){return e instanceof o||e instanceof l.default||e instanceof c.default||super.isMoreSpecificThan(t,e)}checkMember(t,e,i){switch(i.name){case"count":return R.instance;case"keys":return new ut(V.instance);case"values":return new ht(l.default.instance);case"text":case"json":return V.instance;default:return l.default.instance}}checkAdd(t,e,i,s){return i instanceof J?this:super.checkAdd(t,e,i,s)}declareAdd(t,e,i,s,r){if(!(e instanceof J))return super.declareAdd(t,e,i,s,r);s.declare(t),r.declare(t)}transpileAdd(t,e,i,s,r){if(!(e instanceof J))return super.transpileAdd(t,e,i,s,r);s.transpile(t),t.append(".$safe_add("),r.transpile(t),t.append(")")}convertJavaScriptValueToPromptoValue(t,e,i){if(e instanceof Document)return new u.DocumentValue(e);return new W.a(typeof e).convertDocument(t,e,typeof e,this)}declare(t){t.register(Document),t.register(List),t.require(d.equalArrays)}transpile(t){t.append("Document")}declareMember(t,e,i){switch(i.name){case"keys":t.require(StrictSet);break;case"values":t.require(List);break;case"json":t.require(d.convertToJson),t.require(d.convertToJsonNode)}}transpileMember(t,e){switch(e.name){case"count":t.append("$safe_length");break;case"keys":case"values":t.append("$safe_"+e.name);break;case"text":t.append("getText()");break;case"json":t.append("toJson()");break;default:t.append("$safe_getMember('").append(e.name).append("', false)")}}transpileAssignMember(t,e){t.append(".$safe_getMember('").append(e.name).append("', true)")}transpileAssignMemberValue(t,e,i){t.append(".$safe_setMember('").append(e.name).append("', "),i.transpile(t),t.append(")")}checkItem(t,e){return l.default.instance}declareItem(t,e,i){e.declare(t),i.declare(t),t.require(d.isANumber)}transpileItem(t,e,i){t.append(".$safe_getItem("),i.transpile(t),t.append(")")}transpileAssignItemValue(t,e,i){t.append(".$safe_setItem("),e.transpile(t),t.append(", "),i.transpile(t),t.append(")")}declareSorted(t,e){null==e&&(e=new w.TextLiteral('"key"'));const i=e instanceof r.Identifier?e:new r.Identifier(e.toString()),s=this.findGlobalMethod(t.context,i,!0);null!=s?s.declare(t):(t=t.newDocumentTranspiler(),e.declare(t))}transpileSortedComparator(t,e,i){null==e&&(e=new w.TextLiteral('"key"'));const s=e instanceof r.Identifier?e:new r.Identifier(e.toString()),n=this.findGlobalMethod(t.context,s,!1);null!=n?this.transpileGlobalMethodSortedComparator(t,n.getTranspiledName(t.context),i):e instanceof w.TextLiteral?this.transpileEntrySortedComparator(t,e,i):this.transpileExpressionSortedComparator(t,e,i)}transpileGlobalMethodSortedComparator(t,e,i){t.append("function(o1, o2) { return ").append(e).append("(o1) === ").append(e).append("(o2)").append(" ? 0 : ").append(e).append("(o1) > ").append(e).append("(o2)").append(" ? "),i?t.append("-1 : 1; }"):t.append("1 : -1; }")}transpileEntrySortedComparator(t,e,i){t.append("function(o1, o2) { return "),this.transpileEqualEntries(t,e),t.append(" ? 0 : "),this.transpileGreaterEntries(t,e),t.append(" ? "),i?t.append("-1 : 1; }"):t.append("1 : -1; }")}transpileEqualEntries(t,e){t.append("o1["),e.transpile(t),t.append("] === o2["),e.transpile(t),t.append("]")}transpileGreaterEntries(t,e){t.append("o1["),e.transpile(t),t.append("] > o2["),e.transpile(t),t.append("]")}transpileExpressionSortedComparator(t,e,i){(t=t.newDocumentTranspiler()).append("function(o1, o2) { var v1 = (function() { return "),e.transpile(t),t.append("; }).bind(o1)(); var v2 = (function() { return "),e.transpile(t),t.append("; }).bind(o2)(); return v1===v2 ? 0 : v1 > v2 ? "),i?t.append("-1 : 1; }"):t.append("1 : -1; }"),t.flush()}readJSONValue(t,e,i){const s=new u.DocumentValue;for(const r in e){const n=this.readJSONField(t,e[r],i);s.setMember(t,r,n)}return s}readJSONField(t,e,i){if(e){if("boolean"==typeof e)return Boolean.ValueOf(e);if("number"==typeof e)return new u.IntegerValue(e);if("number"==typeof e)return new u.DecimalValue(e);if("string"==typeof e)return new u.TextValue(e);throw typeof e==typeof[]?new Error("list"):typeof e==typeof{}?new Error("dict/object"):new Error(typeof e.toString())}return u.NullValue.instance}getSortedComparator(t,e,i){null==(e=e||null)&&(e=new w.TextLiteral('"key"'));const s=e instanceof r.Identifier?e:new r.Identifier(e.toString()),n=this.findGlobalMethod(t,s,!0);return n?this.getGlobalMethodSortedComparator(t,n,i):e instanceof w.TextLiteral?this.getEntrySortedComparator(t,e,i):this.getExpressionSortedComparator(t,e,i)}findGlobalMethod(t,e,i){const s=t.getRegisteredDeclaration(e);if(s instanceof G.MethodDeclarationMap){if(s.protos[J.instance.name]){if(i){const t=new B.ValueExpression(this,new u.DocumentValue),i=new r.Argument(null,t),s=new r.ArgumentList([i]);return new j.MethodCall(new B.MethodSelector(null,e),s)}return s.protos[J.instance.name]}return null}return null}getGlobalMethodSortedComparator(t,e,i){return function(i,s){const r=e.args[0];r._expression=new B.ValueExpression(this,i);const n=e.interpret(t);r._expression=new B.ValueExpression(this,s);const a=e.interpret(t);return Object(d.compareValues)(n,a)}.bind(this)}getEntrySortedComparator(t,e,i){const s=new r.Identifier(e.value.getStorableData());return(e,r)=>{const n=e.getMemberValue(t,s),a=r.getMemberValue(t,s);return i?Object(d.compareValues)(a,n):Object(d.compareValues)(n,a)}}getExpressionSortedComparator(t,e,i){return(s,r)=>{let n=t.newDocumentContext(s,!1);const a=e.interpret(n);n=t.newDocumentContext(r,!1);const o=e.interpret(n);return i?Object(d.compareValues)(o,a):Object(d.compareValues)(a,o)}}}J.instance=new J;class Y extends s.a{constructor(t){super(t)}checkMember(t,e,i){return"mimeType"===i.name||"url"===i.name?V.instance:super.checkMember(t,e,i)}}class q extends Y{constructor(){super(new r.Identifier("Blob"))}}q.instance=new q;class X extends Y{constructor(){super(new r.Identifier("Image"))}}X.instance=new X;class K extends s.a{constructor(t,e){super(t),this.itemType=e}checkExists(t){this.itemType.checkExists(t)}isMoreSpecificThan(t,e){return e instanceof K&&this.itemType.isMoreSpecificThan(t,e.itemType)}transpileJsxCode(t,e=e){t.append("ArrayOrNull("),e.transpile(t),t.append(")")}}class z extends K{constructor(t,e){super(t),this.itemType=e}checkContains(t,e,i){return i.isAssignableFrom(t,this.itemType)?f.instance:super.checkContains(t,e,i)}checkMember(t,e,i){return"count"===i.name?R.instance:super.checkMember(t,e,i)}declareMember(t,e,i){"count"!==i.name&&super.declareMember(t,e,i)}transpileMember(t,e){if("count"!==e.name)return super.transpileMember(t,e);t.append("length")}declareSorted(t,e){}declareIterator(t,e,i){(t=t.newChildTranspiler()).context.registerValue(new G.Variable(e,this.itemType)),i.declare(t)}transpileIterator(t,e,i){t.append(".iterate(function(").append(e).append(") { return "),(t=t.newChildTranspiler()).context.registerValue(new G.Variable(e,this.itemType)),i.transpile(t),t.append("; }, this)"),t.flush()}}class Q extends _.a{constructor(){super("join",new x.CategoryParameter(V.instance,new r.Identifier("delimiter"),new w.TextLiteral('","')))}interpret(t){const e=this.getItems(t).map((t=>t.toString())),i=t.getValue(new r.Identifier("delimiter")).getStorableData(),s=e.join(i);return new u.TextValue(s)}check(t){return V.instance}transpileCall(t,e){t.append("join("),e[0].transpile(t),t.append(")")}}class Z extends Q{constructor(){super()}getItems(t){return this.getValue(t).items}}class $ extends Q{constructor(){super()}getItems(t){return Array.from(this.getValue(t).items.set)}}class tt extends Q{constructor(){super()}getItems(t){return this.getValue(t).items}}class et extends _.a{constructor(){super("indexOf",new x.CategoryParameter(l.default.instance,new r.Identifier("value")))}interpret(t){const e=this.getValue(t),i=t.getValue(new r.Identifier("value"));return e.indexOfValue(i)}check(t){return R.instance}transpileCall(t,e){t.append("indexOfValue("),e[0].transpile(t,null),t.append(")")}}class it extends _.a{constructor(){super("removeItem",new x.CategoryParameter(R.instance,new r.Identifier("item")))}interpret(t){const e=this.getValue(t);e.mutable||t.problemListener.reportNotMutable(new r.Identifier("list"),"list");const i=t.getValue(new r.Identifier("item"));return e.removeItem(i),null}check(t){return n.instance}transpileCall(t,e){t.append("removeItem("),e[0].transpile(t,null),t.append(")")}}class st extends _.a{constructor(){super("removeValue",new x.CategoryParameter(l.default.instance,new r.Identifier("value")))}interpret(t){const e=this.getValue(t);e.mutable||t.problemListener.reportNotMutable(new r.Identifier("list"),"list");const i=t.getValue(new r.Identifier("value"));return e.removeValue(i),null}check(t){return n.instance}transpileCall(t,e){t.append("removeValue("),e[0].transpile(t,null),t.append(")")}}class rt extends _.a{constructor(){super("addValue",new x.CategoryParameter(l.default.instance,new r.Identifier("value")))}interpret(t){const e=this.getValue(t);e.mutable||t.problemListener.reportNotMutable(new r.Identifier("list"),"list");const i=t.getValue(new r.Identifier("value"));return e.addValue(i),null}check(t){return n.instance}transpileCall(t,e){t.append("addValue("),e[0].transpile(t,null),t.append(")")}}class nt extends _.a{constructor(){super("insertValue",new x.CategoryParameter(l.default.instance,new r.Identifier("value")),new x.CategoryParameter(R.instance,new r.Identifier("atIndex")))}interpret(t){const e=this.getValue(t);e.mutable||t.problemListener.reportNotMutable(new r.Identifier("list"),"list");const i=t.getValue(new r.Identifier("value")),s=t.getValue(new r.Identifier("atIndex"));return e.insertValue(i,s),null}check(t){return n.instance}transpileCall(t,e){t.append("insertValue("),e[0].transpile(t,null),t.append(", "),e[1].transpile(t,null),t.append(")")}}var at=i(43);class ot extends _.a{constructor(t){super("toSet"),this.itemType=t}interpret(t){return this.getValue(t).toSetValue()}check(t){return new ut(this.itemType)}declareCall(t){t.require(at.default)}transpileCall(t,e){t.append("toSet()")}}class ht extends z{constructor(t){super(new r.Identifier(t.name+"[]"),t)}withItemType(t){return new ht(t)}declare(t){t.register(m.List),this.itemType.declare(t)}transpile(t){t.append("List")}getTranspiledName(t){return this.itemType.getTranspiledName(t)+"_list"}convertJavaScriptValueToPromptoValue(t,e,i){const s=e.map((function(e){return this.itemType.convertJavaScriptValueToPromptoValue(t,e,null)}),this);return new u.ListValue(this.itemType,s)}isAssignableFrom(t,e){return super.isAssignableFrom(t,e)||e instanceof ht&&this.itemType.isAssignableFrom(t,e.itemType)}equals(t){return t===this||null!==t&&(t instanceof ht&&this.itemType.equals(t.itemType))}checkAdd(t,e,i,s){return(i instanceof ht||i instanceof ut)&&this.itemType.isAssignableFrom(t,i.itemType)?this:super.checkAdd(t,e,i,s)}declareAdd(t,e,i,s,r){if(!(e instanceof ht||e instanceof ut)||!this.itemType.isAssignableFrom(t.context,e.itemType))return super.declareAdd(t,e,i,s,r);s.declare(t),r.declare(t)}transpileAdd(t,e,i,s,r){if(!(e instanceof ht||e instanceof ut)||!this.itemType.isAssignableFrom(t.context,e.itemType))return super.transpileAdd(t,e,i,s,r);s.transpile(t),t.append(".add("),r.transpile(t),t.append(")")}checkSubtract(t,e){return(e instanceof ht||e instanceof ut)&&this.itemType.equals(e.itemType)?this:super.checkSubtract(t,e)}declareSubtract(t,e,i,s){if(!(e instanceof ht||e instanceof ut)||!this.itemType.equals(e.itemType))return super.declareSubtract(t,e,i,s);i.declare(t),s.declare(t)}transpileSubtract(t,e,i,s){if(!(e instanceof ht||e instanceof ut)||!this.itemType.equals(e.itemType))return super.transpileSubtract(t,e,i,s);i.transpile(t),t.append(".remove("),s.transpile(t),t.append(")")}checkItem(t,e,i){return e===R.instance?this.itemType:(t.problemListener.reportIllegalItemType(i,e,[R.instance]),n.instance)}declareItem(t,e,i){if(e!==R.instance)return super.declareItem(t,e,i);this.itemType.declare(t),i.declare(t)}transpileItem(t,e,i){if(e!==R.instance)return super.transpileItem(t,e,i);t.append(".getItem("),i.transpile(t),t.append(")")}transpileAssignItemValue(t,e,i){t.append(".setItem("),e.transpile(t),t.append(", "),i.transpile(t),t.append(")")}checkMultiply(t,e,i){return e===R.instance?this:super.checkMultiply(t,e,i)}declareMultiply(t,e,i,s,r){if(e!==R.instance)return super.declareMultiply(t,e,i,s,r);t.require(d.multiplyArray),s.declare(t),r.declare(t)}transpileMultiply(t,e,i,s,r){if(e!==R.instance)return super.transpileMultiply(t,e,i,s,r);t.append("multiplyArray("),s.transpile(t),t.append(","),r.transpile(t),t.append(")")}checkSlice(t){return this}declareSlice(t,e,i){}transpileSlice(t,e,i){t.append(".slice1Based("),e?e.transpile(t):t.append("null"),i&&(t.append(","),i.transpile(t)),t.append(")")}declareContains(t,e,i,s){i.declare(t),s.declare(t)}transpileContains(t,e,i,s){i.transpile(t),t.append(".includes("),s.transpile(t),t.append(")")}checkHasAllOrAny(t,e){return f.instance}declareHasAllOrAny(t,e,i,s){t.require(m.StrictSet),i.declare(t),s.declare(t)}transpileHasAllValue(t,e,i,s){i.transpile(t),t.append(".hasAll("),s.transpile(t),t.append(")")}transpileHasAnyValue(t,e,i,s){i.transpile(t),t.append(".hasAny("),s.transpile(t),t.append(")")}transpileHasAllPredicate(t,e,i){e.transpile(t),t.append(".every(");const s=i.toArrowExpression(),r=e.check(t.context).itemType;s.transpileFilter(t,r),t.append(")")}transpileHasAnyPredicate(t,e,i){e.transpile(t),t.append(".some(");const s=i.toArrowExpression(),r=e.check(t.context).itemType;s.transpileFilter(t,r),t.append(")")}checkIterator(t,e){return this.itemType}getMemberMethods(t,e){switch(e.name){case"toSet":return[new ot(this.itemType)];case"join":return[new Z];case"indexOf":return[new et];case"removeItem":return[new it];case"removeValue":return[new st];case"addValue":return[new rt];case"insertValue":return[new nt];default:return super.getMemberMethods.call(t,e)}}}var lt=i(50);class ct extends _.a{constructor(t){super("toList"),this.itemType=t}interpret(t){return this.getValue(t).toListValue()}check(t){return new ht(this.itemType)}declareCall(t){t.require(lt.default)}transpileCall(t,e){t.append("toList()")}}class ut extends z{constructor(t){super(new r.Identifier(t.name+"<>"),t),this.itemType=t}withItemType(t){return new ut(t)}declare(t){t.register(m.List),t.register(m.StrictSet),this.itemType.declare(t)}getTranspiledName(t){return this.itemType.getTranspiledName(t)+"_set"}equals(t){return t===this||null!==t&&(t instanceof ut&&this.itemType.equals(t.itemType))}checkAdd(t,e,i,s){return(i instanceof ut||i instanceof ht)&&this.itemType.isAssignableFrom(t,i.itemType)?this:super.checkAdd(t,e,i,s)}declareAdd(t,e,i,s,r){if(!(e instanceof ut||e instanceof ht)||!this.itemType.isAssignableFrom(t.context,e.itemType))return super.declareAdd(t,e,i,s,r);s.declare(t),r.declare(t)}transpileAdd(t,e,i,s,r){if(!(e instanceof ut||e instanceof ht)||!this.itemType.isAssignableFrom(t.context,e.itemType))return super.transpileAdd(t,e,i,s,r);s.transpile(t),t.append(".addAll("),r.transpile(t),t.append(")")}checkSubtract(t,e){return(e instanceof ut||e instanceof ht)&&this.itemType.equals(e.itemType)?this:super.checkSubtract(t,e)}declareSubtract(t,e,i,s){if(!(e instanceof ut||e instanceof ht)||!this.itemType.equals(e.itemType))return super.declareSubtract(t,e,i,s);i.declare(t),s.declare(t)}transpileSubtract(t,e,i,s){if(!(e instanceof ut||e instanceof ht)||!this.itemType.equals(e.itemType))return super.transpileSubtract(t,e,i,s);i.transpile(t),t.append(".remove("),s.transpile(t),t.append(")")}checkItem(t,e,i){return e===R.instance?this.itemType:super.checkItem(t,e,i)}declareItem(t,e,i){}transpileItem(t,e,i){t.append(".item("),i.transpile(t),t.append("-1)")}declareContains(t,e,i,s){i.declare(t),s.declare(t)}transpileContains(t,e,i,s){i.transpile(t),t.append(".has("),s.transpile(t),t.append(")")}checkHasAllOrAny(t,e){return f.instance}declareHasAllOrAny(t,e,i,s){t.require(m.StrictSet),i.declare(t),s.declare(t)}transpileHasAllValue(t,e,i,s){i.transpile(t),t.append(".hasAll("),s.transpile(t),t.append(")")}transpileHasAnyValue(t,e,i,s){i.transpile(t),t.append(".hasAny("),s.transpile(t),t.append(")")}transpileHasAllPredicate(t,e,i){t.append("("),e.transpile(t),t.append(").toArray().every(");const s=i.toArrowExpression(),r=e.check(t.context).itemType;s.transpileFilter(t,r),t.append(")")}transpileHasAnyPredicate(t,e,i){t.append("("),e.transpile(t),t.append(").toArray().some(");const s=i.toArrowExpression(),r=e.check(t.context).itemType;s.transpileFilter(t,r),t.append(")")}checkIterator(t,e){return this.itemType}getMemberMethods(t,e){switch(e.name){case"toList":return[new ct(this.itemType)];case"join":return[new $];default:return super.getMemberMethods.call(t,e)}}isAssignableFrom(t,e){return super.isAssignableFrom(t,e)||e instanceof ut&&this.itemType.isAssignableFrom(t,e.itemType)}}class dt extends s.a{constructor(){super(new r.Identifier("Tuple"))}withItemType(t){return this}isAssignableFrom(t,e){return super.isAssignableFrom(t,e)||e instanceof ht||e instanceof ut}checkItem(t,e){return e==R.instance?l.default.instance:super.checkItem(t,e)}declareItem(t,e,i){if(e!==R.instance)return super.declareItem(t,e,i);i.declare(t)}transpileItem(t,e,i){if(e!==R.instance)return super.transpileItem(t,e,i);t.append("["),i.transpile(t),t.append("-1]")}transpileAssignItemValue(t,e,i){t.append(".setItem("),e.transpile(t),t.append(", "),i.transpile(t),t.append(")")}checkMember(t,e,i){return"count"===i.name?R.instance:super.checkMember(t,e,i)}declareMember(t,e,i){if("count"!==i.name)return super.declareMember(t,e,i)}transpileMember(t,e){if("count"!==e.name)return super.transpileMember(t,e);t.append("length")}checkAdd(t,e,i,s){return i===dt.instance||i instanceof ht||i instanceof ut?this:super.checkAdd(t,e,i,s)}declareAdd(t,e,i,s,r){if(!(e===dt.instance||e instanceof ht||e instanceof ut))return super.declareAdd(t,e,i,s,r);s.declare(t),r.declare(t)}transpileAdd(t,e,i,s,r){if(!(e===dt.instance||e instanceof ht||e instanceof ut))return super.transpileAdd(t,e,i,s,r);s.transpile(t),t.append(".add("),r.transpile(t),t.append(")")}checkContains(t,e){return f.instance}declareContains(t,e,i,s){i.declare(t),s.declare(t)}transpileContains(t,e,i,s){i.transpile(t),t.append(".includes("),s.transpile(t),t.append(")")}declareHasAllOrAny(t,e,i,s){t.require(m.StrictSet),i.declare(t),s.declare(t)}transpileHasAllValue(t,e,i,s){i.transpile(t),t.append(".hasAll("),s.transpile(t),t.append(")")}transpileHasAnyValue(t,e,i,s){i.transpile(t),t.append(".hasAny("),s.transpile(t),t.append(")")}checkHasAllOrAny(t,e){return f.instance}getMemberMethods(t,e){switch(e.name){case"join":return[new tt];default:return super.getMemberMethods(t,e)}}}dt.instance=new dt;class pt extends z{constructor(t){super(new r.Identifier(t.name+"[..]"),t)}withItemType(t){return new pt(t)}checkItem(t,e,i){return e==R.instance?this.itemType:super.checkItem(t,e,i)}declareItem(t,e,i){}transpileItem(t,e,i){t.append(".item("),i.transpile(t),t.append(")")}checkSlice(t){return this}declareSlice(t,e,i){e&&e.declare(t),i&&i.declare(t)}transpileSlice(t,e,i){t.append(".slice1Based("),e?e.transpile(t):t.append("null"),i&&(t.append(","),i.transpile(t)),t.append(")")}checkIterator(t,e){return this.itemType}checkHasAllOrAny(t,e){return f.instance}declareContains(t,e,i,s){t.require(m.StrictSet),i.declare(t),s.declare(t)}transpileContains(t,e,i,s){i.transpile(t),t.append(".has("),s.transpile(t),t.append(")")}declareHasAllOrAny(t,e,i,s){t.require(m.StrictSet),i.declare(t),s.declare(t)}transpileHasAllValue(t,e,i,s){i.transpile(t),t.append(".hasAll("),s.transpile(t),t.append(")")}transpileHasAnyValue(t,e,i,s){i.transpile(t),t.append(".hasAny("),s.transpile(t),t.append(")")}}class ft extends _.a{constructor(){super("swap")}interpret(t){return this.getValue(t).swap(t)}check(t){return new Et(V.instance)}transpileCall(t,e){t.append("swap()")}}class _t extends _.a{constructor(){super("removeKey",new x.CategoryParameter(V.instance,new r.Identifier("key")))}interpret(t){const e=this.getValue(t);e.mutable||t.problemListener.reportNotMutable(new r.Identifier("dict"),"dict");const i=t.getValue(new r.Identifier("key"));return e.removeKey(i),null}check(t){return n.instance}transpileCall(t,e){t.append("removeKey("),e[0].transpile(t,null),t.append(")")}}class xt extends _.a{constructor(){super("removeValue",new x.CategoryParameter(l.default.instance,new r.Identifier("value")))}interpret(t){const e=this.getValue(t);e.mutable||t.problemListener.reportNotMutable(new r.Identifier("dict"),"dict");const i=t.getValue(new r.Identifier("value"));return e.removeValue(i),null}check(t){return n.instance}transpileCall(t,e){t.append("removeValue("),e[0].transpile(t,null),t.append(")")}}class Et extends z{constructor(t){super(new r.Identifier(t.name+"<:>"),t),this.itemType=t}withItemType(t){return new Et(t)}getTranspiledName(t){return this.itemType.getTranspiledName(t)+"_dict"}declare(t){t.require(m.Dictionary)}transpile(t){t.append("Dictionary")}isAssignableFrom(t,e){return super.isAssignableFrom(t,e)||e instanceof Et&&this.itemType.isAssignableFrom(t,e.itemType)}equals(t){return null!=t&&(t===this||t instanceof Et&&this.itemType.equals(t.itemType))}checkAdd(t,e,i,s){return i instanceof Et&&this.itemType.equals(i.itemType)?this:super.checkAdd(t,e,i,s)}declareAdd(t,e,i,s,r){if(!(e instanceof Et&&this.itemType.equals(e.itemType)))return super.declareAdd(t,e,i,s,r);s.declare(t),r.declare(t)}transpileAdd(t,e,i,s,r){if(!(e instanceof Et&&this.itemType.equals(e.itemType)))return super.transpileAdd(t,e,i,s,r);s.transpile(t),t.append(".add("),r.transpile(t),t.append(")")}checkContains(t,e,i){return i===V.instance?f.instance:super.checkContains(t,i)}declareContains(t,e,i,s){t.require(m.StrictSet),i.declare(t),s.declare(t)}transpileContains(t,e,i,s){i.transpile(t),t.append(".has("),s.transpile(t),t.append(")")}checkHasAllOrAny(t,e){return f.instance}declareHasAllOrAny(t,e,i,s){t.require(m.StrictSet),i.declare(t),s.declare(t)}transpileHasAllValue(t,e,i,s){i.transpile(t),t.append(".hasAll("),s.transpile(t),t.append(")")}transpileHasAnyValue(t,e,i,s){i.transpile(t),t.append(".hasAny("),s.transpile(t),t.append(")")}checkItem(t,e,i){return e===V.instance?this.itemType:(t.problemListener.reportIllegalItemType(i,e,[V.instance]),n.instance)}declareItem(t,e,i){}transpileItem(t,e,i){t.append(".getItem("),i.transpile(t),t.append(")")}transpileAssignItemValue(t,e,i){t.append(".setItem("),e.transpile(t),t.append(", "),i.transpile(t),t.append(")")}checkIterator(t,e){return new mt(this.itemType)}checkMember(t,e,i){switch(i.name){case"count":return R.instance;case"keys":return new ut(V.instance);case"values":return new ht(this.itemType);default:return super.checkMember(t,e,i)}}declareMember(t,e,i){switch(i.name){case"keys":t.require(m.StrictSet);break;case"values":t.require(m.List);break;case"json":t.require(d.convertToJson),t.require(d.convertToJsonNode),t.require(m.Document);break;case"count":break;default:super.declareMember(t,e,i)}}transpileMember(t,e){switch(e.name){case"count":t.append("length");break;case"keys":case"values":t.append(e.name);break;case"json":t.append("toJson()");break;default:super.transpileMember(t,e)}}getMemberMethods(t,e){switch(e.name){case"swap":return[new ft];case"removeKey":return[new _t];case"removeValue":return[new xt];default:return super.getMemberMethods.call(t,e)}}}class mt extends a.a{constructor(t){super(new r.Identifier(t.name+"{}[]")),this.itemType=t}checkMember(t,e,i){return"key"===i.name?V.instance:"value"===i.name?this.itemType:super.checkMember(t,e,i)}declareMember(t,e,i){if("key"!==i.name)return"value"!==i.name?super.declareMember(t,e,i):void this.itemType.declare(t)}transpileMember(t,e){t.append(e.name)}}var Rt=i(59);class Tt extends Rt.default{constructor(t){super(t)}equals(t){return t==this||t instanceof Tt&&this.name==t.name}asMutable(t,e){return this}}class gt extends K{constructor(t){super(new r.Identifier("Iterator<"+t.name+">"),t)}withItemType(t){return new gt(t)}isAssignableFrom(t,e){return super.isAssignableFrom(t,e)||e instanceof gt&&this.itemType.isAssignableFrom(t,e.itemType)}equals(t){return t==this||t instanceof gt&&this.itemType.equals(t.itemType)}checkIterator(t,e){return this.itemType}checkMember(t,e,i){return"count"===i.name?R.instance:super.checkMember(t,e,i)}declare(t){this.itemType.declare(t)}getMemberMethods(t,e){switch(e.name){case"toList":return[new ct(this.itemType)];case"toSet":return[new ot(this.itemType)];default:return super.getMemberMethods.call(t,e)}}}class yt extends K{constructor(t){super(new r.Identifier("Cursor<"+t.name+">"),t)}withItemType(t){return new yt(t)}isAssignableFrom(t,e){return super.isAssignableFrom(t,e)||e instanceof yt&&this.itemType.isAssignableFrom(t,e.itemType)}equals(t){return t==this||t instanceof yt&&this.itemType.equals(t.itemType)}checkIterator(t,e){return this.itemType}declareIterator(t,e,i){(t=t.newChildTranspiler(null)).context.registerValue(new G.Variable(e,this.itemType)),i.declare(t)}transpileIterator(t,e,i){t.append(".iterate(function(").append(e.name).append(") { return "),(t=t.newChildTranspiler(null)).context.registerValue(new G.Variable(e,this.itemType)),i.transpile(t),t.append("; }, this)"),t.flush()}checkMember(t,e,i){return"count"===i.name||"totalCount"===i.name?R.instance:super.checkMember(t,e,i)}declareMember(t,e,i){"count"!==i.name&&"totalCount"!==i.name&&super.declareMember(t,e,i)}transpileMember(t,e){"count"===e.name||"totalCount"===e.name?t.append(e.name):super.transpileMember(t,e)}getMemberMethods(t,e){switch(e.name){case"toList":return[new ct(this.itemType)];default:return super.getMemberMethods.call(t,e)}}}class At extends a.a{constructor(t){super(t.id),this.method=t}equals(t){return t===this||t instanceof At&&this.method.getProto()===t.method.getProto()}checkExists(t){}checkUnique(t){if(null!=t.getRegisteredDeclaration(this.name))throw new g.SyntaxError('Duplicate name: "'+this.name+'"')}isMoreSpecificThan(t,e){return!1}checkArrowExpression(t,e){return t=t.newChildContext(),this.method.registerParameters(t),e.check(t),this}declare(t){}declareArrowExpression(t,e){t=t.newChildTranspiler(null),this.method.registerParameters(t.context),e.declare(t)}transpileArrowExpression(t,e){(t=t.newChildTranspiler(null)).append("function("),this.method.parameters.transpile(t),t.append(") {"),this.method.registerParameters(t.context),e.transpile(t),t.append("}"),t.flush()}transpileMethodType(t){this.method.transpileMethodType(t)}}class Lt extends s.a{constructor(){super(new r.Identifier("Code"))}}Lt.instance=new Lt;class It extends s.a{constructor(){super(new r.Identifier("Jsx"))}}It.instance=new It;class Ct extends s.a{constructor(){super(new r.Identifier("Css"))}checkAdd(t,e,i,s){return i===Ct.instance?this:super.checkAdd(t,e,i,s)}declare(t){}transpile(t){t.append("Object")}declareAdd(t){t.require(m.Any)}transpileAdd(t,e,i,s,r){if(e!==Ct.instance)return super.transpileAdd(t,e,i,s,r);t.append("Object.assign(new Any(),"),s.transpile(t),t.append(","),r.transpile(t),t.append(")")}}Ct.instance=new Ct;class vt extends s.a{constructor(){super(new r.Identifier("Html"))}isAssignableFrom(t,e){return e===It.instance||super.isAssignableFrom(t,e)}declare(t){}transpile(t){t.append("Html")}}vt.instance=new vt;var bt=i(10);class wt extends _.a{constructor(t){super("symbolOf",new x.CategoryParameter(V.instance,new r.Identifier("name"))),this.enumType=t}check(t){return this.enumType}interpret(t){const e=t.getRegistered(this.enumType.id);if(!(e instanceof bt.EnumeratedNativeDeclaration))throw new g.SyntaxError(this.enumType.typeName+" is not an enumerated type!");const i=t.getValue(new r.Identifier("name")).getStorableData();return e.getSymbol(i)}transpileCall(t,e){t.append("symbolOf("),e[0].transpile(t),t.append(")")}}class Nt extends a.a{constructor(t,e){super(t),this.derivedFrom=e}checkExists(t){}checkMember(t,e,i){return"value"===i.name?this.derivedFrom:"name"===i.name?V.instance:super.checkMember(t,e,i.name)}checkStaticMember(t,e,i){return"symbols"===i.name?new ht(this):super.checkStaticMember(t,e,i.name)}isMoreSpecificThan(t,e){return!1}declare(t){const e=t.context.getRegisteredDeclaration(this.id);t.declare(e),t.require(m.List)}transpile(t){t.append(this.name)}declareMember(t,e,i){if("value"===i.name||"name"===i.name){const e=t.context.getRegisteredDeclaration(this.id);t.declare(e)}else super.declareMember(t,e,i.name)}transpileMember(t,e){if("value"!==e.name&&"name"!==e.name)return super.transpileMember(t,e);t.append(e.name)}declareStaticMember(t,e,i){if("symbols"===i.name){const e=t.context.getRegisteredDeclaration(this.id);t.declare(e)}else super.declareStaticMember(t,e,i)}transpileStaticMember(t,e){if("symbols"!==e.name)return super.transpileStaticMember(t,e);t.append(e.name)}getStaticMemberValue(t,e){const i=t.getRegisteredDeclaration(this.id);if(!i||!i.symbols)throw new g.SyntaxError(e.name+" is not an enumerated type!");if("symbols"===e.name)return i.symbols;throw new g.SyntaxError("Unknown member:"+e.name)}getStaticMemberMethods(t,e){switch(e.name){case"symbolOf":return[new wt(this)];default:return super.getStaticMemberMethods(t,e)}}}class St extends _.a{constructor(t){super("symbolOf",new x.CategoryParameter(V.instance,new r.Identifier("name"))),this.enumType=t}check(t){return this.enumType}interpret(t){const e=t.getRegistered(this.enumType.id);if(!(e instanceof bt.EnumeratedCategoryDeclaration))throw new g.SyntaxError(this.enumType.typeName+" is not an enumerated type!");const i=t.getValue(new r.Identifier("name")).getStorableData();return e.getSymbol(i)}transpileCall(t,e){t.append("symbolOf("),e[0].transpile(t),t.append(")")}}class Ot extends Rt.default{constructor(t){super(t)}asMutable(t,e){return this}checkExists(t){}checkMember(t,e,i){return"name"===i.name?V.instance:super.checkMember(t,e,i)}checkStaticMember(t,e,i){return"symbols"===i.name?new ht(this):super.checkStaticMember(t,e,i)}declareStaticMember(t,e,i){if("symbols"===i.name){const e=t.context.getRegisteredDeclaration(this.id);t.declare(e)}else super.declareStaticMember(t,e,i)}transpileStaticMember(t,e){if("symbols"!==e.name)return super.transpileStaticMember(t,e);t.append(e.name)}getStaticMemberValue(t,e){const i=t.getRegisteredDeclaration(this.id);if(!i||!i.symbols)throw new g.SyntaxError(e.name+" is not an enumerated type!");if("symbols"===e.name)return i.symbols;throw new g.SyntaxError("Unknown member:"+e.name)}getStaticMemberMethods(t,e){switch(e.name){case"symbolOf":return[new St(this)];default:return[]}}}class Dt extends a.a{constructor(t){super(new r.Identifier("Type")),this.type=t}toString(){return"Type<"+this.type.toString()+">"}toDialect(t){t.append("Type<"),this.type.toDialect(t),t.append(">")}checkMember(t,e,i){return this.type.checkStaticMember(t,e,i)}declareMember(t,e,i){this.type.declare(t),this.type.declareStaticMember(t,e,i)}transpileMember(t,e){this.type.transpileStaticMember(t,e)}getMemberMethods(t,e){return this.type.getStaticMemberMethods(t,e)}}class Mt extends a.a{constructor(t){super(new r.Identifier("Properties")),this.properties=t}isAssignableFrom(t,e){return e instanceof J||super.isAssignableFrom(t,e)}getMemberMethods(t,e){const i=this.properties.get(e.name);return i?i.validator.getMethodDeclarations(t):super.getMemberMethods(t,e)}checkMember(t,e,i){const s=this.properties.get(i.name);return s?s.validator.getType(t):super.checkMember(t,e,i)}declare(t){t.register(m.Document),t.register(m.List)}declareMember(t,e,i){const s=this.properties.get(i.name);s?s.validator.getType(t.context).declare(t):super.declareMember(t,e,i)}transpileMember(t,e){"text"===e.name?t.append("getText()"):t.append(e.name)}}class kt{add(t){this[t.name]=t}inferType(t,e){const i=Object.keys(this);switch(i.length){case 0:return n.instance;case 1:return this[i[0]];default:return this.doInferType(t,i,e)}}doInferType(t,e,i){let s=null;for(let r=0;rt.name))}hasAttribute(t){for(let e=0;e0&&(this.forEach((e=>{t.append(e.name),t.append(", ")})),t.trimLast(2))}toMDialect(t){this.toODialect(t)}}var a=i(25);class o extends a.a{constructor(t){super(),this.name=t}toString(){return this.name}equals(t){return!!(t&&t instanceof o)&&this.name===t.name}}class h extends s.a{constructor(t){super(null,t)}}var l=i(51);class c extends a.a{constructor(t,e){super(),this.id=t,this.entries=e||null}get name(){return this.id.name}getDefaultArgument(){return this.entries&&1===this.entries.items.length?this.entries.items[0].value:null}getArgument(t){if(!this.entries||!this.entries.items)return null;const e=this.entries.items.filter((e=>t===e.key&&e.key.toString()))[0];return e?e.value:null}toDialect(t){t.append(this.name),null!=this.entries&&this.entries.items.length>0&&(t.append("("),this.entries.items.forEach((e=>{e.key&&(t.append(e.key),t.append(" = ")),e.value.toDialect(t),t.append(", ")}),this),t.trimLast(", ".length),t.append(")")),t.newLine()}processCategory(t,e){const i=l.a.forId(this.id);i?i.processCategory(this,t,e):t.problemListener.reportUnknownAnnotation(this,this.name)}}class u{constructor(t){this.name=t}toString(){return this.name.toLowerCase().replace("_"," ")}toDialect(t){t.append(this.toString())}}u.IN=new u("IN"),u.HAS=new u("HAS"),u.HAS_ALL=new u("HAS_ALL"),u.HAS_ANY=new u("HAS_ANY"),u.NOT_IN=new u("NOT_IN"),u.NOT_HAS=new u("NOT_HAS"),u.NOT_HAS_ALL=new u("NOT_HAS_ALL"),u.NOT_HAS_ANY=new u("NOT_HAS_ANY");class d{toDialect(t){t.append(this.toString())}}d.GT=new d,d.GT.toString=()=>">",d.GT.transpile=t=>{t.append("gt")},d.GTE=new d,d.GTE.toString=()=>">=",d.GTE.transpile=t=>{t.append("gte")},d.LT=new d,d.LT.toString=()=>"<",d.LT.transpile=t=>{t.append("lt")},d.LTE=new d,d.LTE.toString=()=>"<=",d.LTE.transpile=t=>{t.append("lte")};class p{constructor(t){this.name=t}toDialect(t){t.toDialect(this)}toString(t){return t?t.toString(this):this.name}}p.IS=new p("IS"),p.IS.toDialect=t=>{t.append("is")},p.IS.toEString=()=>"is",p.IS.toOString=p.IS.toEString,p.IS.toMString=p.IS.toEString,p.IS_NOT=new p("IS_NOT"),p.IS_NOT.toDialect=t=>{t.append("is not")},p.IS_NOT.toEString=()=>"is not",p.IS_NOT.toOString=p.IS_NOT.toEString,p.IS_NOT.toMString=p.IS_NOT.toEString,p.IS_A=new p("IS_A"),p.IS_A.toDialect=t=>{t.append("is a")},p.IS_A.toEString=()=>"is a",p.IS_A.toOString=p.IS_A.toEString,p.IS_A.toMString=p.IS_A.toEString,p.IS_NOT_A=new p("IS_NOT_A"),p.IS_NOT_A.toDialect=t=>{t.append("is not a")},p.IS_NOT_A.toEString=t=>"is not a",p.IS_NOT_A.toOString=p.IS_NOT_A.toEString,p.IS_NOT_A.toMString=p.IS_NOT_A.toEString,p.EQUALS=new p("EQUALS"),p.EQUALS.toEDialect=t=>{t.append("=")},p.EQUALS.toODialect=t=>{t.append("==")},p.EQUALS.toMDialect=t=>{t.append("==")},p.EQUALS.toEString=()=>"=",p.EQUALS.toOString=()=>"==",p.EQUALS.toMString=()=>"==",p.NOT_EQUALS=new p("NOT_EQUALS"),p.NOT_EQUALS.toEDialect=t=>{t.append("<>")},p.NOT_EQUALS.toODialect=t=>{t.append("!=")},p.NOT_EQUALS.toMDialect=t=>{t.append("!=")},p.NOT_EQUALS.toEString=()=>"<>",p.NOT_EQUALS.toOString=()=>"!=",p.NOT_EQUALS.toMString=()=>"!=",p.ROUGHLY=new p("ROUGHLY"),p.ROUGHLY.toEDialect=t=>{t.append("~")},p.ROUGHLY.toODialect=t=>{t.append("~=")},p.ROUGHLY.toMDialect=t=>{t.append("~=")},p.ROUGHLY.toEString=()=>"~",p.ROUGHLY.toOString=()=>"~=",p.ROUGHLY.toMString=()=>"~=",p.CONTAINS=new p("CONTAINS"),p.CONTAINS.toEDialect=t=>{t.append("contains")},p.CONTAINS.toODialect=p.CONTAINS.toEDialect,p.CONTAINS.toMDialect=p.CONTAINS.toEDialect,p.CONTAINS.toEString=()=>"contains",p.CONTAINS.toOString=p.CONTAINS.toEString,p.CONTAINS.toMString=p.CONTAINS.toEString,p.NOT_CONTAINS=new p("NOT_CONTAINS"),p.NOT_CONTAINS.toEDialect=t=>{t.append("not contains")},p.NOT_CONTAINS.toODialect=p.NOT_CONTAINS.toEDialect,p.NOT_CONTAINS.toMDialect=p.NOT_CONTAINS.toEDialect,p.NOT_CONTAINS.toEString=()=>"not contains",p.NOT_CONTAINS.toOString=p.NOT_CONTAINS.toEString,p.NOT_CONTAINS.toMString=p.NOT_CONTAINS.toEString;class f extends a.a{constructor(t,e){super(),this.ids=t,this.descending=e||!1}toDialect(t){this.ids.forEach((e=>{t.append(e.toString()),t.append(".")})),t.trimLast(1),this.descending&&t.append(" descending")}checkQuery(t){const e=this.ids[0];null==t.findAttribute(e.name)&&t.problemListener.reportUnknownAttribute(e,e.name)}interpretQuery(t,e){const i=this.ids[0],s=t.findAttribute(i.name).getAttributeInfo();e.addOrderByClause(s,this.descending)}declare(t){}transpileQuery(t,e){const i=this.ids[0],s=t.context.findAttribute(i.name).getAttributeInfo();t.append(e).append(".addOrderByClause(").append(s.toTranspiled()).append(", ").append(this.descending).append(");").newLine()}}class _ extends s.a{constructor(t){super(null,t)}toDialect(t){t.append("order by "),t.dialect==r.Dialect.O&&t.append("( "),this.forEach((e=>{e.toDialect(t),t.append(", ")})),t.trimLast(2),t.dialect==r.Dialect.O&&t.append(" )")}checkQuery(t){this.forEach((e=>{e.checkQuery(t)}))}interpretQuery(t,e){this.forEach((i=>{i.interpretQuery(t,e)}))}declare(t){this.forEach((e=>{e.declare(t)}))}transpileQuery(t,e){this.forEach((i=>{i.transpileQuery(t,e)}))}}class x{constructor(t,e){this.name=t,this.token=e}toString(){return this.token}toDialect(t){t.append(this.token)}}x.PLUS=new x("PLUS","+"),x.MINUS=new x("MINUS","-"),x.MULTIPLY=new x("MULTIPLY","*"),x.DIVIDE=new x("DIVIDE","/"),x.IDIVIDE=new x("IDIVIDE","\\"),x.MODULO=new x("MODULO","%");var E=i(148),m=i(149),R=i(1);class T extends s.a{constructor(t){super(R.MissingType.instance),t&&this.add(t)}getIterator(t){return new g(this,t)}toString(){return"["+this.map((t=>t.name)).join(", ")+"]"}}class g{constructor(t,e){this.symbols=t,this.context=e,this.idx=0}hasNext(){return this.idx{e.toDialect(t),t.newLine()})),t.dedent()}toMDialect(t){t.append("def category bindings:").newLine().indent(),this.forEach((e=>{e.toDialect(t),t.newLine()})),t.dedent()}toODialect(t){t.append("category bindings {").newLine().indent(),this.forEach((e=>{e.toDialect(t),t.append(";").newLine()})),t.dedent().append("}")}}var I=i(66);class C{constructor(t,e){this.ordinal=t,this.name=e}moreSpecificThan(t){return this.ordinal>t.ordinal}toString(){return this.name}}C.INCOMPATIBLE=new C(0,"INCOMPATIBLE"),C.INHERITED=new C(1,"INHERITED"),C.EXACT=new C(2,"EXACT"),C.DERIVED=new C(3,"DERIVED");var v=i(6);class b{static OrEmpty(t){return t||new b(null,null)}constructor(t,e){this.name=t,this.statements=e}check(t,e){return(t=t.newChildContext()).registerValue(new v.Variable(this.name,e)),this.statements.check(t,null),R.VoidType.instance}interpret(t,e){return(t=t.newChildContext()).registerValue(new v.Variable(this.name,e.type)),t.setValue(this.name,e),this.statements.interpret(t),null}toDialect(t,e){t.append(" then with ").append(this.name.name),t.dialect===r.Dialect.O?t.append(" {"):t.append(":"),(t=t.newChildWriter()).context.registerValue(new v.Variable(this.name,e)),t.newLine().indent(),this.statements.toDialect(t),t.dedent(),t.dialect===r.Dialect.O&&t.append("}").newLine()}declare(t,e){(t=t.newChildTranspiler(t.context)).context.registerValue(new v.Variable(this.name,e)),this.statements.declare(t)}transpile(t,e){t.append("function(").append(this.name.name).append(") {").indent(),(t=t.newChildTranspiler(t.context)).context.registerValue(new v.Variable(this.name,e)),this.statements.transpile(t),t.dedent().append("}.bind(this)"),t.flush()}}},function(t,e,i){"use strict";i.r(e),i.d(e,"PromptoError",(function(){return s.a})),i.d(e,"UserError",(function(){return n})),i.d(e,"InternalError",(function(){return a})),i.d(e,"SyntaxError",(function(){return o})),i.d(e,"ReadWriteError",(function(){return h})),i.d(e,"NotStorableError",(function(){return l})),i.d(e,"ExecutionError",(function(){return r.a})),i.d(e,"InvalidDataError",(function(){return u})),i.d(e,"InvalidResourceError",(function(){return d})),i.d(e,"NotMutableError",(function(){return p.default})),i.d(e,"IndexOutOfRangeError",(function(){return _})),i.d(e,"DivideByZeroError",(function(){return x})),i.d(e,"NullReferenceError",(function(){return E}));var s=i(65),r=i(34);class n extends r.a{constructor(t){super(),this.expression=t}getExpression(t){return this.expression}}class a extends s.a{constructor(t){super(t)}}class o extends s.a{constructor(t){super(t)}}class h extends r.a{getExpression(t){return t.getRegisteredValue("READ_WRITE")}}class l extends r.a{getExpression(t){return t.getRegisteredValue("NOT_STORABLE")}}var c=i(9);class u extends r.a{constructor(t){super(t)}getExpression(t){return new c.TextLiteral("'"+this.message+"'")}}class d extends r.a{constructor(t){super(t)}etExpression(t){return new c.TextLiteral(this.message)}}var p=i(94),f=i(2);class _ extends r.a{getExpression(t){return t.getRegisteredValue(new f.Identifier("INDEX_OUT_OF_RANGE"))}}class x extends r.a{getExpression(t){return t.getRegisteredValue(new f.Identifier("DIVIDE_BY_ZERO"))}}class E extends r.a{getExpression(t){return t.getRegisteredValue(new f.Identifier("NULL_REFERENCE"))}}},function(t,e,i){"use strict";i.r(e),i.d(e,"Value",(function(){return s.a})),i.d(e,"DbIdValue",(function(){return n})),i.d(e,"NullValue",(function(){return a.default})),i.d(e,"AnyValue",(function(){return o})),i.d(e,"BooleanValue",(function(){return l})),i.d(e,"BlobValue",(function(){return u})),i.d(e,"ImageValue",(function(){return d})),i.d(e,"IntegerValue",(function(){return p})),i.d(e,"DecimalValue",(function(){return _})),i.d(e,"CharacterValue",(function(){return x})),i.d(e,"TextValue",(function(){return m})),i.d(e,"DateTimeValue",(function(){return T})),i.d(e,"DateValue",(function(){return g})),i.d(e,"TimeValue",(function(){return y})),i.d(e,"PeriodValue",(function(){return A})),i.d(e,"VersionValue",(function(){return L})),i.d(e,"UUIDValue",(function(){return C})),i.d(e,"Container",(function(){return v})),i.d(e,"ListValue",(function(){return S})),i.d(e,"SetValue",(function(){return O})),i.d(e,"TupleValue",(function(){return D})),i.d(e,"DictionaryValue",(function(){return M})),i.d(e,"DocumentValue",(function(){return P})),i.d(e,"IterableValue",(function(){return H})),i.d(e,"IteratorValue",(function(){return V})),i.d(e,"CursorValue",(function(){return G})),i.d(e,"TypeValue",(function(){return W})),i.d(e,"ClosureValue",(function(){return J})),i.d(e,"CssValue",(function(){return Y})),i.d(e,"JsxValue",(function(){return q})),i.d(e,"IntegerRangeValue",(function(){return z})),i.d(e,"DateRangeValue",(function(){return Q})),i.d(e,"TimeRangeValue",(function(){return Z})),i.d(e,"CharacterRangeValue",(function(){return $})),i.d(e,"Instance",(function(){return tt})),i.d(e,"NativeInstance",(function(){return it})),i.d(e,"NativeResource",(function(){return ot})),i.d(e,"ConcreteInstance",(function(){return ct})),i.d(e,"CodeValue",(function(){return _t})),i.d(e,"ArrowValue",(function(){return Et})),i.d(e,"ContextualExpression",(function(){return xt}));var s=i(16),r=i(1);class n extends s.a{constructor(t){super(r.DbIdType.instance),this.value=t}toString(){return this.value.toString()}toJsonNode(){return this.value.toString()}getStorableData(){return this.value}convertToJavaScript(){return this.value}toJson(t,e,i,s,n,a){const o=n?{type:r.DbIdType.instance.name,value:this.value}:this.value;Array.isArray(e)?e.push(o):e[s]=o}}var a=i(142);class o extends s.a{constructor(){super(r.AnyType.instance),this.text=null}toString(){return"{id:"+this.id+", text:"+this.text+"}"}}var h=i(3);class l extends s.a{constructor(t){super(r.BooleanType.instance),this.value=t}static init(){l.TRUE=new l(!0),l.FALSE=new l(!1),l.TRUE.not=l.FALSE,l.FALSE.not=l.TRUE}static ValueOf(t){return t?l.TRUE:l.FALSE}static Parse(t){const e="true"===t;return l.ValueOf(e)}convertToJavaScript(){return this.value}getStorableData(){return this.value}getValue(){return this.value}toJsonNode(){return this.value}And(t){if(t instanceof l)return l.ValueOf(this.value&&t.value);throw new h.SyntaxError("Illegal: Boolean and "+typeof t)}Or(t){if(t instanceof l)return l.ValueOf(this.value||t.value);throw new h.SyntaxError("Illegal: Boolean or "+typeof t)}Not(){return this.not}toString(){return this.value.toString()}equals(t){return t instanceof l&&this.value==t.value}toJson(t,e,i,s,r,n){Array.isArray(e)?e.push(this.value):e[s]=this.value}}class c extends s.a{constructor(t,e,i){super(t),this.mimeType=e,this.data=i}}class u extends c{constructor(t,e){super(r.BlobType.instance,t,e)}}class d extends c{constructor(t,e){super(r.ImageType.instance,t,e)}}class p extends s.a{constructor(t){super(r.IntegerType.instance),this.value=t>0?Math.floor(t):Math.ceil(t)}static Parse(t){return new p(parseInt(t))}toString(){return this.value.toString()}toJsonNode(){return this.value}getStorableData(){return this.value}convertToJavaScript(){return this.value}IntegerValue(){return this.value}DecimalValue(){return 1*this.value}Add(t,e){if(e instanceof p)return new p(this.value+e.value);if(e instanceof _)return new _(e.DecimalValue()+this.value);throw new h.SyntaxError("Illegal: IntegerValue + "+typeof e)}Subtract(t,e){if(e instanceof p)return new p(this.value-e.value);if(e instanceof _)return new _(this.value-e.DecimalValue());throw new h.SyntaxError("Illegal: IntegerValue - "+typeof e)}Multiply(t,e){if(e instanceof p)return new p(this.value*e.value);if(e instanceof _)return new _(e.value*this.value);if(e.Multiply)return e.Multiply(t,this);throw new h.SyntaxError("Illegal: IntegerValue * "+typeof e)}Divide(t,e){if(e instanceof p||e instanceof _){if(0===e.DecimalValue())throw new h.DivideByZeroError;return new _(this.DecimalValue()/e.DecimalValue())}throw new h.SyntaxError("Illegal: IntegerValue / "+typeof e)}IntDivide(t,e){if(e instanceof p){if(0===e.IntegerValue())throw new h.DivideByZeroError;return new p(this.IntegerValue()/e.IntegerValue())}throw new h.SyntaxError("Illegal: IntegerValue \\ "+typeof e)}Modulo(t,e){if(e instanceof p){if(0===e.IntegerValue())throw new h.DivideByZeroError;return new p(this.IntegerValue()%e.IntegerValue())}throw new h.SyntaxError("Illegal: IntegerValue \\ "+typeof e)}Minus(t){return new p(-this.value)}cmp(t){return this.value>t.IntegerValue()?1:this.value===t.IntegerValue()?0:-1}compareToValue(t,e){if(e instanceof p||e instanceof _)return this.value>e.value?1:this.value===e.value?0:-1;throw new h.SyntaxError("Illegal comparison: IntegerValue and "+typeof e)}equals(t){return(t instanceof p||t instanceof _||t instanceof n)&&this.value===t.value}toJson(t,e,i,s,r,n){Array.isArray(e)?e.push(this.value):e[s]=this.value}}var f=i(12);class _ extends s.a{constructor(t){super(r.DecimalType.instance),this.value=t}static Parse(t){return new _(parseFloat(t))}toString(){return Object(f.decimalToString)(this.value)}toJsonNode(){return this.value}convertToJavaScript(){return this.value}IntegerValue(){return Math.floor(this.value)}DecimalValue(){return this.value}getStorableData(){return this.value}Add(t,e){if(e instanceof p)return new _(this.value+e.IntegerValue());if(e instanceof _)return new _(this.value+e.DecimalValue());throw new h.SyntaxError("Illegal: DecimalValue + "+typeof e)}Subtract(t,e){if(e instanceof p)return new _(this.value-e.IntegerValue());if(e instanceof _)return new _(this.value-e.DecimalValue());throw new h.SyntaxError("Illegal: DecimalValue - "+typeof e)}Multiply(t,e){if(e instanceof p)return new _(this.value*e.IntegerValue());if(e instanceof _)return new _(this.value*e.DecimalValue());throw new h.SyntaxError("Illegal: DecimalValue * "+typeof e)}Divide(t,e){if(e instanceof p||e instanceof _){if(0===e.DecimalValue())throw new h.DivideByZeroError;return new _(this.DecimalValue()/e.DecimalValue())}throw new h.SyntaxError("Illegal: DecimalValue / "+typeof e)}IntDivide(t,e){if(e instanceof p){if(0===e.IntegerValue())throw new h.DivideByZeroError;return new p(this.DecimalValue()/e.IntegerValue())}throw new h.SyntaxError("Illegal: DecimalValue \\ "+typeof e)}Modulo(t,e){if(e instanceof p||e instanceof _){if(0===e.DecimalValue())throw new h.DivideByZeroError;return new _(this.DecimalValue()%e.DecimalValue())}throw new h.SyntaxError("Illegal: DecimalValue % "+typeof e)}Minus(t){return new _(-this.value)}compareToValue(t,e){if(e instanceof p||e instanceof _)return this.value>e.value?1:this.value===e.value?0:-1;throw new h.SyntaxError("Illegal comparison: IntegerValue and "+typeof e)}equals(t){return(t instanceof p||t instanceof _)&&this.value===t.value}toJson(t,e,i,s,r,n){Array.isArray(e)?e.push(this.value):e[s]=this.value}}class x extends s.a{constructor(t){super(r.CharacterType.instance),this.value=t}static isWhitespace(t){return!!E[t.charCodeAt(0)]}getMemberValue(t,e){return"codePoint"===e.name?new p(this.value.charCodeAt(0)):super.getMemberValue(t,e)}toJsonNode(){return this.value}Add(t,e){return new m(this.value+e.toString())}Multiply(t,e){if(!(e instanceof p))throw new h.SyntaxError("Illegal: Chararacter * "+typeof e);try{const t=this.value.repeat(e.value);return new m(t)}catch(t){throw new h.SyntaxError("Negative repeat count:"+e.value)}}cmp(t){return this.value>t.value?1:this.value==t.value?0:-1}compareToValue(t,e){if(e instanceof m||e instanceof x)return this.value>e.value?1:this.value==e.value?0:-1;throw new h.SyntaxError("Illegal: Compare CharacterValue with "+typeof e)}convertToJavaScript(){return this.value}getValue(){return this.value}toString(){return this.value}equals(t){return t instanceof x&&this.value==t.value}Roughly(t,e){return(e instanceof m||e instanceof x)&&Object(f.removeAccents)(this.value.toLowerCase())==Object(f.removeAccents)(e.value.toLowerCase())}}const E=[];E[" ".charCodeAt(0)]=!0,E["\t".charCodeAt(0)]=!0,E["\r".charCodeAt(0)]=!0,E["\n".charCodeAt(0)]=!0;class m extends s.a{constructor(t){super(r.TextType.instance),this.value=t}getStorableData(){return this.value}getValue(){return this.value}toString(){return this.value}toJsonNode(){return this.value}Add(t,e){return new m(this.value+e.toString())}Multiply(t,e){if(!(e instanceof p))throw new h.SyntaxError("Illegal: Chararacter * "+typeof e);try{const t=this.value.repeat(e.value);return new m(t)}catch(t){throw new h.SyntaxError("Negative repeat count:"+e.value)}}compareToValue(t,e){if(e instanceof m||e instanceof x)return this.value>e.value?1:this.value===e.value?0:-1;throw new h.SyntaxError("Illegal: Compare TextValue with "+typeof e)}hasItem(t,e){if(e instanceof x||e instanceof m)return this.value.indexOf(e.value)>=0;throw new h.SyntaxError("Illegal contains: TextValue + "+typeof e)}getMemberValue(t,e){return"count"===e.name?new p(this.value.length):super.getMemberValue(t,e)}getItemInContext(t,e){try{if(e instanceof p)return new x(this.value[e.IntegerValue()-1]);throw new h.InvalidDataError("No such item:"+e.toString())}catch(t){throw h.IndexOutOfRangeError,t}}getIterator(t){return new R(this.value)}convertToJavaScript(){return this.value}slice(t,e){const i=this.checkFirst(t),s=this.checkLast(e);return new m(this.value.slice(i-1,s))}checkFirst(t){const e=null==t?1:t.IntegerValue();if(e<1||e>this.value.length)throw new h.IndexOutOfRangeError;return e}checkLast(t){let e=null==t?this.value.length:t.IntegerValue();if(e<0&&(e=this.value.length+1+t.IntegerValue()),e<1||e>this.value.length)throw new h.IndexOutOfRangeError;return e}equals(t){return(t instanceof m||t instanceof n)&&this.value===t.value}Roughly(t,e){return(e instanceof m||e instanceof x)&&Object(f.removeAccents)(this.value.toLowerCase())===Object(f.removeAccents)(e.value.toLowerCase())}Contains(t,e){return(e instanceof m||e instanceof x)&&this.value.indexOf(e.value)>=0}toJson(t,e,i,s,r,n){Array.isArray(e)?e.push(this.value):e[s]=this.value}}class R{constructor(t){return this.index=-1,this.value=t,this}hasNext(){return this.indexi?1:e==i?0:-1}getMemberValue(t,e){switch(e.name){case"year":return new p(this.value.getYear());case"month":return new p(this.value.getMonth());case"dayOfMonth":return new p(this.value.getUTCDate());case"dayOfYear":return new p(this.value.getDayOfYear());default:return super.getMemberValue(t,e)}}equals(t){return t instanceof g&&this.value.equals(t.value)}toDocumentValue(t){return new m(this.toString())}toJson(t,e,i,s,n,a){const o=n?{type:r.DateType.instance.name,value:this.value.toString()}:this.value.toString();Array.isArray(e)?e.push(o):e[s]=o}}class y extends s.a{constructor(t){super(r.TimeType.instance),this.value=t}toString(){return this.value.toString()}toJsonNode(){return this.value.toString()}getStorableData(){return this.value}getValue(){return this.value}Add(t,e){if(e instanceof A)return new y(this.value.addPeriod(e));throw new h.SyntaxError("Illegal: TimeValue + "+typeof e)}Subtract(t,e){if(e instanceof A)return new y(this.value.subtractPeriod(e.value));if(e instanceof y)return new A(this.value.subtractTime(e.value));throw new h.SyntaxError("Illegal: TimeValue - "+typeof e)}compareToValue(t,e){if(e instanceof y)return this.cmp(e);throw new h.SyntaxError("Illegal comparison: TimeValue and "+typeof e)}getMemberValue(t,e){switch(e.name){case"hour":return new p(this.value.getHour());case"minute":return new p(this.value.getMinute());case"second":return new p(this.value.getSecond());case"millisecond":return new p(this.value.getMillisecond());default:return super.getMemberValue(t,e)}}cmp(t){const e=this.value.valueOf(),i=t.value.valueOf();return e>i?1:e===i?0:-1}equals(t){return t instanceof y&&this.value.equals(t.value)}toDocumentValue(t){return new m(this.toString())}toJson(t,e,i,s,n,a){const o=n?{type:r.TimeType.instance.name,value:this.value.toString()}:this.value.toString();Array.isArray(e)?e.push(o):e[s]=o}}class A extends s.a{constructor(t){super(r.PeriodType.instance),this.value=t,["years","months","weeks","days","hours","minutes","seconds","milliseconds"].forEach((function(t){Object.defineProperty(this,t,{get:function(){return this.value[t]}})}),this)}toJsonNode(){return this.value.toString()}totalMilliseconds(){return this.value.totalMilliseconds()}convertToJavaScript(){return this.value}Add(t,e){if(e instanceof A)return new A(this.value.add(e.value));throw new h.SyntaxError("Illegal: PeriodValue + "+typeof e)}Minus(t){return new A(this.value.minus())}Subtract(t,e){if(e instanceof A)return new A(this.value.subtract(e.value));throw new h.SyntaxError("Illegal: PeriodValue + "+typeof e)}Multiply(t,e){if(e instanceof p)return new A(this.value.multiply(e.value));throw new h.SyntaxError("Illegal: PeriodValue * "+typeof e)}toString(){return this.value.toString()}equals(t){return t instanceof A&&this.value.equals(t.value)}getMemberValue(t,e){switch(e.name){case"years":case"months":case"weeks":case"days":case"hours":case"minutes":case"seconds":case"milliseconds":return new p(this.value[e.name]);default:return super.getMemberValue(t,e)}}toDocumentValue(t){return new m(this.toString())}}class L extends s.a{constructor(t){super(r.VersionType.instance),this.version=t}get major(){return this.version.major}get minor(){return this.version.major}get fix(){return this.version.major}toString(){return this.version.toString()}toJsonNode(){return this.version.toString()}compareToValue(t,e){if(e instanceof L)return this.version.cmp(e.version);throw new h.SyntaxError("Illegal comparison: VersionValue and "+typeof e)}equals(t){return t instanceof L&&this.version.equals(t.version)}getMemberValue(t,e){switch(e.name){case"major":return new p(this.version.major);case"minor":return new p(this.version.minor);case"fix":return new p(this.version.fix);case"qualifier":return new m(this.version.qualifierToString());default:return super.getMemberValue(t,e)}}}var I=i(7);class C extends s.a{constructor(t){if("string"==typeof t&&(t=I.UUID.fromString(t)),!(t instanceof I.UUID))throw new h.InvalidDataError("Not a UUID: "+typeof t);super(r.UUIDType.instance),this.value=t}toString(){return this.value.toString()}toJsonNode(){return this.value.toString()}getStorableData(){return this.value.toString()}equals(t){return t instanceof C&&this.value.equals(t.value)}toDocumentValue(t){return new m(this.toString())}}class v extends s.a{constructor(t){super(t)}toDocumentValue(t){const e=this.items.map((e=>{e.toDocumentValue(t)}));return new S(r.AnyType.instance,e)}}class b extends v{constructor(t,e,i,s){super(t),this.items=e||[],null!==(i=i||null)&&this.add(i),this.mutable=s||!1}toArray(){return this.items}toString(){return"["+this.items.join(", ")+"]"}add(t){this.items.push(t)}setItem(t,e){this.items[t]=e}setItemInContext(t,e,i){if(!(e instanceof p))throw new h.SyntaxError("No such item:"+e.toString());{const t=e.IntegerValue()-1;if(t>this.items.length)throw new h.IndexOutOfRangeError;this.items[t]=i}}get(t){return this.items[t]}size(){return this.items.length}isEmpty(){return 0===this.items.length}slice(t,e){const i=this.checkFirst(t),s=this.checkLast(e),r=this.items.slice(i-1,s);return this.newInstance(r)}checkFirst(t){const e=null==t?1:t.IntegerValue();if(e<1||e>this.items.length)throw new h.IndexOutOfRangeError;return e}checkLast(t){let e=null==t?this.items.length:t.IntegerValue();if(e<0&&(e=this.items.length+1+t.IntegerValue()),e<1||e>this.items.length)throw new h.IndexOutOfRangeError;return e}hasItem(t,e){for(let t=0;tthis.items.length)throw new h.IndexOutOfRangeError;const i=this.items[t]||null;if(null==i)return null;if(i instanceof s.a)return i;throw new h.InternalError("Item not a value!")}catch(t){throw t instanceof h.PromptoError?t:new h.InternalError(t.toString())}}equals(t){if(t instanceof b){if(this.items.length!=t.items.length)return!1;for(let e=0;e0&&(this.items.forEach((e=>{e.toDialect?e.toDialect(t):t.append(e.toString()),t.append(", ")})),t.trimLast(2))}toJson(t,e,i,s,r,n){const a=[];this.items.map((e=>{e.toJson(t,a,i,s,r,n)})),Array.isArray(e)?e.push(a):e[s]=a}}class w{constructor(t,e){this.items=t,this.context=e,this.index=-1}hasNext(){return this.indext.getStorableData()))),this.storables}collectStorables(t){this.items.map((e=>{e.collectStorables(t)}))}convertToJavaScript(){const t=this.items.map((t=>t.convertToJavaScript()),this);return new I.List(this.mutable,t)}Add(t,e){if(e instanceof S){const t=this.items.concat(e.items);return new S(this.type.itemType,t)}if(e instanceof O){const t=Array.from(e.items.set.values()),i=this.items.concat(t);return new S(this.type.itemType,i)}return super.Add.apply(this,t,e)}Subtract(t,e){if(e instanceof S){const i=new O(this.type.itemType);e=i.Add(t,e)}if(e instanceof O){const t=this.items.filter((t=>!e.items.has(t)));return new S(this.type.itemType,t)}return super.Subtract.apply(this,t,e)}removeItem(t){this.items.splice(t.value-1,1)}removeValue(t){const e=this.findIndex(t);e>-1&&this.items.splice(e,1)}addValue(t){this.items.push(t)}insertValue(t,e){this.items.splice(e.value-1,0,t)}indexOfValue(t){const e=this.findIndex(t);return e<0?a.default.instance:new p(e+1)}findIndex(t){for(let e=0;et.add(e))),new O(this.type.itemType,t)}toJsonNode(){return this.items.map((t=>t.toJsonNode()))}}class O extends v{constructor(t,e){super(new r.SetType(t)),this.itemType=t,this.items=e instanceof I.StrictSet?e:new I.StrictSet(e)}toArray(){return this.items.toArray()}add(t){this.items.add(t)}toString(){return this.items.toString()}size(){return this.items.length}getMemberValue(t,e){return"count"===e.name?new p(this.items.length):super.getMemberValue(t,e)}isEmpty(){return 0===this.items.length}hasItem(t,e){return this.items.has(e)}getItemInContext(t,e){if(e instanceof p){const t=e.IntegerValue(),i=Array.from(this.items.set.values());if(t<1||t>i.length)throw new h.IndexOutOfRangeError;return i[t-1]}throw new h.SyntaxError("No such item:"+e.toString())}Add(t,e){if(e instanceof O||e instanceof S){const t=new I.StrictSet;return t.addItems(this.items),t.addItems(e.items),new O(this.type.itemType,t)}return super.Add.apply(this,t,e)}Subtract(t,e){if(e instanceof S){e=new O(this.type.itemType).Add(t,e)}if(e instanceof O){const t=new I.StrictSet,i=this.items.iterator();for(;i.hasNext();){const s=i.next();e.items.has(s)||t.set.add(s)}return new O(this.type.itemType,t)}return super.Subtract.apply(this,t,e)}filter(t){const e=Array.from(this.items.set).filter(t),i=new I.StrictSet(e);return new O(this.type.itemType,i)}getIterator(t){return this.items.iterator()}equals(t){return t instanceof O&&this.items.equals(t.items)}toListValue(){return new S(this.itemType,this.items.toArray())}toJsonNode(){return this.items.toArray().map((t=>t.toJsonNode()))}}class D extends b{constructor(t,e,i){super(r.TupleType.instance,t,e,i)}toString(){return"("+this.items.join(", ")+")"}toDialect(t){t.append("("),super.toDialect(t),t.append(")")}Add(t,e){if(e instanceof b){const t=this.items.concat(e.items);return new D(t)}if(e instanceof O){let t=Array.from(e.items.set.values());return t=this.items.concat(t),new D(t)}throw new h.SyntaxError("Illegal: Tuple + "+typeof e)}filter(t,e,i){const s=new D,r=this.getIterator(t);for(;r.hasNext();){const n=r.next();t.setValue(e,n);const a=i.interpret(t);if(!(a instanceof l))throw new h.InternalError("Illegal test result: "+a);a.value&&s.add(n)}return s}}class M extends s.a{constructor(t,e,i){super(new r.DictionaryType(t)),this.mutable=i||!1,this.dict=e||new I.Dictionary(this.mutable)}toString(){return this.dict.toString()}isEmpty(){return this.dict.isEmpty()}Add(t,e){if(e instanceof M)return new M(this.type.itemType,this.dict.add(e.dict));throw new h.SyntaxError("Illegal: Dict + "+typeof e)}hasItem(t,e){if(e instanceof m)return e.value in this.dict;throw new h.SyntaxError("Only TextValue key type supported by DictionaryValue")}getMemberValue(t,e){switch(e.name){case"count":return new p(this.dict.length);case"json":return super.getMemberValue(t,e);case"keys":{const t=new I.StrictSet,e=this.dict.keys.iterator();for(;e.hasNext();)t.add(new m(e.next()));return new O(r.TextType.instance,t)}case"values":{const t=this.dict.$keys.map((t=>this.dict[t]),this);return new S(this.type.itemType,t)}default:return super.getMemberValue(t,e)}}setItemInContext(t,e,i){if(!(e instanceof m))throw new h.SyntaxError("No such item:"+e.toString());this.dict[e]=i}getItemInContext(t,e){if(e instanceof m){const t=this.dict[e]||a.default.instance;if(t instanceof s.a)return t;throw new h.InternalError("Item not a value!")}throw new h.SyntaxError("No such item:"+e.toString())}convertToJavaScript(){const t={};return this.dict.$keys.forEach((function(e){t[e]=this.dict[e].convertToJavaScript()}),this),t}equals(t){return t instanceof M&&this.dict.equals(t.dict)}getIterator(t){return new k(t,this.dict)}swap(t){const e=new I.Dictionary(!0),i=this.dict.iterator();for(;i.hasNext();){const t=i.next();let s=t.value;s instanceof m&&(s=new m(s.toString())),e.setItem(s,t.key)}return e.mutable=!1,new M(r.TextType.instance,e,!1)}removeKey(t){this.dict.removeKey(t.value)}removeValue(t){this.dict.removeValue(t)}toJsonNode(){const t={};return this.dict.$keys.forEach((function(e){t[e]=this.dict[e].toJsonNode()}),this),t}}class k{constructor(t,e){this.context=t,this.dict=e,this.keys=this.dict.$keys,this.index=0}hasNext(){return this.index{t.add(new m(e))})),new O(r.TextType.instance,t)}case"values":{const t=this.getMemberNames().map((function(t){return this.values[t]}),this);return new S(r.AnyType.instance,t)}case"json":return super.getMemberValue(t,e,i);default:if(this.values.hasOwnProperty(e.name))return this.values[e.name]||null;if("text"===e.name)return new m(this.toString());if(i){const t=new P;return this.values[e.name]=t,t}return a.default.instance}}setMember(t,e,i){this.values[e]=i}getItemInContext(t,e){if(e instanceof m)return this.values[e.value]||a.default.instance;throw new h.SyntaxError("No such item:"+e.toString())}setItemInContext(t,e,i){if(!(e instanceof m))throw new h.SyntaxError("No such item:"+e.toString());this.values[e.value]=i}Add(t,e){if(e instanceof P)return new P(this.values.$safe_add(e.values));throw new h.SyntaxError("Illegal: Document + "+typeof e)}equals(t){if(this===t)return!0;if(!(t instanceof P))return!1;const e=Object.getOwnPropertyNames(this.values),i=Object.getOwnPropertyNames(t.values);return!!Object(f.equalArrays)(e,i)&&e.every((function(e){return this.values[e].equals(t.values[e])}),this)}toString(){const t={},e={};for(const i in this.values){const s=this.values[i];if("function"!=typeof s)if(null==s)e[i]=null;else{const r=this;s.toJson(null,e,r,i,!1,t)}}return JSON.stringify(e)}toJson(t,e,i,s,n,a){const o={};Object.getOwnPropertyNames(this.values).forEach((function(e){const i=this.values[e];if(null==i)o[e]=null;else{const s=this;i.toJson(t,o,s,e,n,a)}}),this);const h=n?{type:r.DocumentType.instance.name,value:o}:o;Array.isArray(e)?e.push(h):e[s]=h}declare(t){t.require(I.Document)}toJsonNode(){const t={};return Object.getOwnPropertyNames(this.values).forEach((function(e){const i=this.values[e];t[e]=i?i.toJsonNode():null}),this),t}}var F=i(6);class H extends s.a{constructor(t,e,i,s,n,a){super(new r.IteratorType(i)),this.context=t,this.name=e,this.itemType=i,this.source=s,this.count=n,this.expression=a}isEmpty(){return 0===this.count}length(){return this.count}getIterator(){return this}hasNext(){return this.source.hasNext()}next(){const t=this.context.newChildContext();return t.registerValue(new F.Variable(this.name,this.itemType)),t.setValue(this.name,this.source.next()),this.expression.interpret(t)}getMemberValue(t,e){return"count"===e.name?new p(this.count):super.getMemberValue(t,e)}filter(t){return this.toListValue().filter(t)}toString(){const t=[],e=this.getIterator();for(;e.hasNext();)t.push(e.next());return t.join(", ")}toListValue(){const t=[],e=this.getIterator();for(;e.hasNext();)t.push(e.next());return new S(this.itemType,t)}toSetValue(){const t=new I.StrictSet,e=this.getIterator();for(;e.hasNext();)t.add(e.next());return new O(this.itemType,t)}}class V extends s.a{constructor(t,e){super(new r.IteratorType(t)),this.iterator=e}hasNext(){return this.iterator.hasNext()}next(){return this.iterator.next()}toListValue(){const t=[];for(;this.hasNext();)t.push(this.next());return new S(this.itemType,t)}toSetValue(){const t=new I.StrictSet;for(;this.hasNext();)t.add(this.next());return new O(this.itemType,t)}}var B=i(2);class G extends s.a{constructor(t,e,i){super(new r.CursorType(e)),this.context=t,this.iterable=i,this.mutable=e.mutable||!1}isEmpty(){return 0===this.length()}count(){return this.iterable.count()}totalCount(){return this.iterable.totalCount()}toString(){const t=[];for(;this.hasNext();)t.push(this.next().toString());return"["+t.join(", ")+"]"}getIterator(){return new j(this)}readItemType(t){const e=t.category||null,i=e[e.length-1],s=new r.CategoryType(new B.Identifier(i));return s.mutable=this.mutable,s}getMemberValue(t,e){switch(e.name){case"count":return new p(this.count());case"totalCount":return new p(this.totalCount());default:return super.getMemberValue(t,e)}}filter(t){const e=new S(this.type.itemType),i=this.getIterator();for(;i.hasNext();){const s=i.next();t(s)&&e.add(s)}return e}toListValue(){const t=new S(this.type.itemType),e=this.getIterator();for(;e.hasNext();)t.add(e.next());return t}toSetValue(){return this.toListValue().toSetValue()}}class j extends V{constructor(t){super(t.type.itemType,t.iterable.iterator()),this.cursor=t}next(){const t=this.iterator.next();return this.cursor.readItemType(t).newInstanceFromStored(this.cursor.context,t)}}class W extends s.a{constructor(t){super(new r.TypeType(t)),this.value=t}toString(){return this.value.toString()}getMemberValue(t,e,i){return this.value.getStaticMemberValue(t,e)}}class J extends s.a{constructor(t,e){super(e),this.context=t}interpret(t){const e=this.context.getParentMostContext(),i=e.getParentContext();t.isChildOf(e)||e.setParentContext(t);try{const t=this.context.newChildContext();return this.doInterpret(t)}finally{e.setParentContext(i)}}doInterpret(t){return this.type.method.interpret(t)}convertToJavaScript(){return this}}class Y extends s.a{constructor(t){super(r.CssType.instance),this.expression=t}toString(){return this.expression.toString()}Add(t,e){if(e instanceof Y)return new Y(this.expression.plus(e.expression));throw new h.SyntaxError("Illegal: Css + "+typeof e)}}class q extends s.a{constructor(t){super(r.JsxType.instance),this.expression=t}}class X extends s.a{constructor(t,e,i){super(new r.RangeType(t));e.cmp(i)<0?(this.low=e,this.high=i):(this.low=i,this.high=e)}getMemberValue(t,e){return"count"===e.name?new p(this.size()):super.getMemberValue(t,e)}toString(){return"["+(null==this.low?"":this.low.toString())+".."+(null==this.high?"":this.high.toString())+"]"}equals(t){return t instanceof X&&(this.low.equals(t.low)&&this.high.equals(t.high))}hasItem(t,e){const i=e.cmp(this.low),s=this.high.cmp(e);return i>=0&&s>=0}getItemInContext(t,e){if(!(e instanceof p))throw new h.SyntaxError("No such item:"+e.toString());try{const t=this.getItem(e.IntegerValue());if(t instanceof s.a)return t;throw new h.InternalError("Item not a value!")}catch(t){throw new h.IndexOutOfRangeError}}slice(t,e){const i=this.size(),s=this.checkFirst(t,i),r=this.checkLast(e,i);return this.newInstance(this.getItem(s),this.getItem(r))}checkFirst(t,e){const i=null==t?1:t.IntegerValue();if(i<1||i>e)throw new h.IndexOutOfRangeError;return i}checkLast(t,e){let i=null==t?e:t.IntegerValue();if(i<0&&(i=e+1+t.IntegerValue()),i<1||i>e)throw new h.IndexOutOfRangeError;return i}getIterator(t){return new K(t,this)}}class K{constructor(t,e){this.context=t,this.range=e,this.index=0}hasNext(){return this.indexthis.high.IntegerValue())throw new h.IndexOutOfRangeError;return new p(e)}newInstance(t,e){return new z(t,e)}}class Q extends X{constructor(t,e){super(r.DateType.instance,t,e)}size(){return 1+(this.high.value.valueOf()-this.low.value.valueOf())/864e5}getItem(t){const e=this.low.value.valueOf()+864e5*(t-1);if(e>this.high.value.valueOf())throw new h.IndexOutOfRangeError;return new g(new I.LocalDate(e))}}class Z extends X{constructor(t,e){super(r.TimeType.instance,t,e)}size(){return 1+(this.high.value.valueOf()-this.low.value.valueOf())/1e3}compare(t,e){return t.cmp(e)}getItem(t){const e=this.low.value.valueOf()+1e3*(t-1);if(e>this.high.value.valueOf())throw new h.IndexOutOfRangeError;return new y(new I.LocalTime(e))}}class $ extends X{constructor(t,e){super(r.CharacterType.instance,t,e)}size(){return 1+this.high.value.charCodeAt(0)-this.low.value.charCodeAt(0)}getItem(t){const e=this.low.value.charCodeAt(0)+t-1;if(e>this.high.value.charCodeAt(0))throw new h.IndexOutOfRangeError;return new x(String.fromCharCode(e))}}class tt extends s.a{constructor(t){super(t)}}var et=i(15);class it extends tt{constructor(t,e,i){if(super(new r.CategoryType(e.id)),this.declaration=e,this.storable=!1,e.storable&&et.$DataStore.instance){const i=e.collectCategories(t);this.storable=et.$DataStore.instance.newStorableDocument(i,null)}this.instance=i||this.makeInstance()}makeInstance(){return new(this.declaration.getBoundFunction(!0))}getType(){return new r.CategoryType(this.declaration.id)}getMemberValue(t,e){if("category"===e.name)return this.getCategory(t);const i=null==(rt()[e.name]||null);i&&(rt()[e.name]=t);try{return this.doGetMember(t,e,i)}finally{i&&delete rt()[e.name]}}getCategory(t){const e=t.getRegisteredDeclaration(new B.Identifier("Category"));return new it(t,e,this.declaration)}doGetMember(t,e,i){const s=i?this.declaration.findGetter(t,e):null;if(null!=s)return t=t.newInstanceContext(this,null).newChildContext(),s.interpret(t);{const t=this.instance[e.name];return Object(f.convertFromJavaScript)(t)}}setMember(t,e,i){if(!this.mutable)throw new h.NotMutableError;const s=null==(at()[e.name]||null);s&&(at()[e.name]=t);try{this.doSetMember(t,e,i,s)}finally{s&&delete at()[e.name]}}doSetMember(t,e,i,s){const r=t.getRegisteredDeclaration(e),n=s?this.declaration.findSetter(t,e):null;null!=n&&((t=t.newInstanceContext(this,null).newChildContext()).registerValue(new F.Variable(e,r.getType())),t.setValue(e,i),i=n.interpret(t)),this.storable&&r.storable&&this.storable.setData(e.name,i.getStorableData(),null),this.instance[e.name]=i.convertToJavaScript()}}const st={};function rt(){return st}const nt={};function at(){return nt}class ot extends it{constructor(t,e){super(t,e)}isReadable(){return this.instance.isReadable()}isWritable(){return this.instance.isWritable()}readBinary(){return this.instance.readBinary()}readFully(){return this.instance.readFully()}writeFully(t,e){this.instance.writeFully(t,e)}readLine(){return this.instance.readLine()}writeLine(t){this.instance.writeLine(t)}close(){this.instance.close()}}var ht=i(10),lt=i(87);class ct extends tt{constructor(t,e){if(super(new r.CategoryType(e.id)),this.declaration=e,this.storable=null,e.storable){const i=e.collectCategories(t),s={provider:this.getDbId.bind(this),listener:this.setDbId.bind(this)};this.storable=et.$DataStore.instance.newStorableDocument(i,s)}this.mutable=!1,this.values={}}toMutable(){const t=Object.create(this);return t.type=new r.CategoryType(this.type.id,!0),t.mutable=!0,t}getType(){return this.type}convertToJavaScript(){return this}getDbId(){const t=this.values.dbId||null;return null==t?null:t.getStorableData()}getOrCreateDbId(){let t=this.getDbId();return null==t&&(t=this.storable.getOrCreateDbId(),this.setDbId(t)),t}setDbId(t){this.values.dbId=new n(t)}getAttributeNames(){return lt.a.prototype.getAttributeNames.bind(this.values)()}getStorableData(){if(this.declaration instanceof ht.EnumeratedNativeDeclaration||this.declaration instanceof ht.EnumeratedCategoryDeclaration)return this.values.name.getStorableData();if(null==this.storable)throw new h.NotStorableError;return this.getOrCreateDbId()}getMemberNames(){return Object.getOwnPropertyNames(this.values)}collectStorables(t){if(!(this.declaration instanceof ht.EnumeratedNativeDeclaration||this.declaration instanceof ht.EnumeratedCategoryDeclaration)){if(null==this.storable)throw new h.NotStorableError;this.storable.isDirty()&&(this.getOrCreateDbId(),t.add(this.storable)),this.getAttributeNames().forEach((e=>this.values[e].collectStorables(t)))}}getMemberValue(t,e){switch(e.name){case"category":return this.getCategory(t);case"json":return super.getMemberValue(t,e);default:return this.getAttributeValue(t,e)}}getAttributeValue(t,e){const i=null==(dt()[e.name]||null);i&&(dt()[e.name]=t);try{return this.doGetAttributeValue(t,e,i)}finally{i&&delete dt()[e.name]}}getCategory(t){const e=t.getRegisteredDeclaration(new B.Identifier("Category"));return new it(t,e,this.declaration)}doGetAttributeValue(t,e,i){const s=i?this.declaration.findGetter(t,e):null;return null!=s?(t=t.newInstanceContext(this,null).newChildContext(),s.interpret(t)):this.declaration.hasAttribute(t,e)||"dbId"===e.name?this.values[e.name]||a.default.instance:"text"===e.name?new m(this.toString()):a.default.instance}setMember(t,e,i){if(!this.mutable)throw new h.NotMutableError;const s=null==(ft()[e.name]||null);s&&(ft()[e.name]=t);try{this.doSetAttributeValue(t,e,i,s)}finally{s&&delete ft()[e.name]}}doSetAttributeValue(t,e,i,s){const r=t.getRegisteredDeclaration(e),n=s?this.declaration.findSetter(t,e):null;null!=n&&((t=t.newInstanceContext(this,null).newChildContext()).registerValue(new F.Variable(e,r.getType())),t.setValue(e,i),i=n.interpret(t)),i=this.autocast(r,i),this.values[e.name]=i,this.storable&&r.storable&&this.storable.setData(e.name,i.getStorableData(),this.getDbId())}autocast(t,e){return e instanceof p&&t.getType()===r.DecimalType.instance&&(e=new _(e.DecimalValue())),e}equals(t){if(t===this)return!0;if(t instanceof ct){if(this.declaration!==t.declaration)return!1;{const e=Object.getOwnPropertyNames(this.values),i=Object.getOwnPropertyNames(t.values);if(e.length!==i.length)return!1;for(let i=0;i{e.values[i]=this.values[i].toDocumentValue(t)}),this),e}toJsonNode(){const t={};return Object.getOwnPropertyNames(this.values).map((e=>{t[e]=this.values[e].toJsonNode()}),this),t}}const ut={};function dt(){return ut}const pt={};function ft(){return pt}class _t extends s.a{constructor(t){super(r.CodeType.instance),this.expression=t}check(t){return this.expression.checkCode(t)}interpret(t){return this.expression.interpretCode(t)}declareCode(t){this.expression.declareCode(t)}transpileCode(t){this.expression.transpileCode(t)}}class xt extends s.a{constructor(t,e){super(null),this.calling=t,this.expression=e}toDialect(t){return this.expression.toDialect(t)}check(t){return this.expression.check(this.calling)}checkReference(t){return this.expression.checkReference(this.calling)}interpret(t){return this.expression.interpret(this.calling)}interpretReference(t){return this.expression.interpretReference(this.calling)}transpile(t){t=t.newChildTranspiler(this.calling),this.expression.transpile(t),t.flush()}transpileReference(t,e){t=t.newChildTranspiler(this.calling),this.expression.transpileReference(t,e),t.flush()}transpileParent(t){this.transpile(t)}}class Et extends xt{constructor(t,e,i){super(e,i),this.method=t}interpret(t){const e=t.getParentContext();try{return t.setParentContext(this.calling),this.expression.interpret(t)}finally{t.setParentContext(e)}}}},function(t,e,i){"use strict";i.r(e),i.d(e,"Expression",(function(){return s.a})),i.d(e,"ExpressionList",(function(){return n})),i.d(e,"UnresolvedIdentifier",(function(){return d})),i.d(e,"InstanceExpression",(function(){return m})),i.d(e,"ItemSelector",(function(){return T})),i.d(e,"SliceSelector",(function(){return g})),i.d(e,"MemberSelector",(function(){return y})),i.d(e,"MethodSelector",(function(){return A})),i.d(e,"SelectorExpression",(function(){return R})),i.d(e,"PlusExpression",(function(){return L})),i.d(e,"SubtractExpression",(function(){return I})),i.d(e,"EqualsExpression",(function(){return b})),i.d(e,"FetchOneExpression",(function(){return w.a})),i.d(e,"FetchManyExpression",(function(){return N.a})),i.d(e,"ContainsExpression",(function(){return S})),i.d(e,"DivideExpression",(function(){return O})),i.d(e,"IntDivideExpression",(function(){return D})),i.d(e,"ModuloExpression",(function(){return M})),i.d(e,"MinusExpression",(function(){return k})),i.d(e,"MultiplyExpression",(function(){return U})),i.d(e,"AndExpression",(function(){return P})),i.d(e,"OrExpression",(function(){return F})),i.d(e,"NotExpression",(function(){return H})),i.d(e,"CompareExpression",(function(){return B})),i.d(e,"MethodExpression",(function(){return G})),i.d(e,"SymbolExpression",(function(){return j})),i.d(e,"FilteredExpression",(function(){return W})),i.d(e,"CodeExpression",(function(){return J})),i.d(e,"ExecuteExpression",(function(){return Y})),i.d(e,"BlobExpression",(function(){return q})),i.d(e,"DocumentExpression",(function(){return X})),i.d(e,"MutableExpression",(function(){return K})),i.d(e,"ConstructorExpression",(function(){return z.default})),i.d(e,"ParenthesisExpression",(function(){return Q})),i.d(e,"IteratorExpression",(function(){return Z})),i.d(e,"SortedExpression",(function(){return $})),i.d(e,"TernaryExpression",(function(){return tt})),i.d(e,"ReadAllExpression",(function(){return et.a})),i.d(e,"ReadBlobExpression",(function(){return it})),i.d(e,"ReadOneExpression",(function(){return st})),i.d(e,"TypeExpression",(function(){return rt})),i.d(e,"CastExpression",(function(){return at})),i.d(e,"ThisExpression",(function(){return ot})),i.d(e,"SuperExpression",(function(){return ht})),i.d(e,"NativeSymbol",(function(){return ct})),i.d(e,"CategorySymbol",(function(){return ut})),i.d(e,"UnresolvedSelector",(function(){return dt})),i.d(e,"ArrowExpression",(function(){return ft})),i.d(e,"ValueExpression",(function(){return xt})),i.d(e,"PredicateExpression",(function(){return pt})),i.d(e,"ExplicitPredicateExpression",(function(){return Et}));var s=i(14),r=i(28);class n extends r.a{constructor(t,e){super(t,e)}locateSectionAtLine(t){for(let e=0;e0){for(let e=0;e{e.declare(t)}))}transpile(t){if(this.length>0){for(let e=0;e=0&&t.append("n")}t.append(" "),this.right.toDialect(t)}check(t){const e=this.left.check(t),i=this.right.check(t);return this.checkOperator(t,e,i)}checkOperator(t,e,i){if((this.operator===x.EqOp.CONTAINS||this.operator===x.EqOp.NOT_CONTAINS)&&(e instanceof a.ContainerType&&(e=e.itemType),i instanceof a.ContainerType&&(i=i.itemType),e!==a.TextType.instance||i!==a.TextType.instance&&i!==a.CharacterType.instance))throw new h.SyntaxError("'contains' only operates on textual value!");return a.BooleanType.instance}interpret(t){const e=this.left.interpret(t)||_.NullValue.instance,i=this.right.interpret(t)||_.NullValue.instance;return this.interpretValues(t,e,i)}interpretValues(t,e,i){let s=!1;switch(this.operator){case x.EqOp.IS:s=e===i;break;case x.EqOp.IS_NOT:s=e!==i;break;case x.EqOp.IS_A:s=this.isA(t,e,i);break;case x.EqOp.IS_NOT_A:s=!this.isA(t,e,i);break;case x.EqOp.EQUALS:s=this.areEqual(t,e,i);break;case x.EqOp.NOT_EQUALS:s=!this.areEqual(t,e,i);break;case x.EqOp.ROUGHLY:s=this.roughly(t,e,i);break;case x.EqOp.CONTAINS:s=this.contains(t,e,i);break;case x.EqOp.NOT_CONTAINS:s=!this.contains(t,e,i)}return _.BooleanValue.ValueOf(s)}contains(t,e,i){return!(null==e||null==i||!e.Contains)&&e.Contains(t,i)}roughly(t,e,i){return null!=e&&null!=i&&e.Roughly?e.Roughly(t,i):this.areEqual(t,e,i)}areEqual(t,e,i){return e===i||e!==_.NullValue.instance&&i!==_.NullValue.instance&&e.equals(i)}isA(t,e,i){if(e instanceof _.Value&&i instanceof _.TypeValue){const s=e.type;if(s===a.NullType.instance)return!1;return i.value.resolve(t).isAssignableFrom(t,s)}return!1}downcast(t,e){if(this.operator===x.EqOp.IS_A){const i=this.readLeftId();if(null!=i){let s=this.right.value.resolve(t),r=t.getRegisteredValue(i);null!=r||e||(r=new p.Variable(i,s));r.getType(t).isMutable(t)&&(s=s.asMutable(t,!0));const n=t.newChildContext();r=new p.LinkedVariable(s,r),n.registerValue(r,!1),e&&n.setValue(i,new p.LinkedValue(t)),t=n}}return t}readLeftId(){return this.left instanceof m||this.left instanceof d?this.left.id:null}interpretAssert(t,e){const i=this.left.interpret(t)||_.NullValue.instance,s=this.right.interpret(t)||_.NullValue.instance;if(this.interpretValues(t,i,s)===_.BooleanValue.TRUE)return!0;const r=this.getExpected(t,e.dialect),n=i.toString()+" "+this.operator.toString(e.dialect)+" "+s.toString();return e.printFailedAssertion(t,r,n),!1}checkQuery(t){const e=this.left.checkAttribute(t);e&&!e.storable&&t.problemListener.reportNotStorable(this,e.name);const i=this.right.check(t);return this.checkOperator(t,e.getType(),i)}interpretQuery(t,e){const i=this.left.checkAttribute(t);if(!i||!i.storable)throw new h.SyntaxError("Unable to interpret predicate");let s=this.right.interpret(t);s instanceof _.Instance&&(s=s.getMemberValue(t,"dbId",!1));const r=i.getAttributeInfo(),n=s.getStorableData(),a=this.getMatchOp();e.verify(r,a,n),this.operator!==x.EqOp.NOT_EQUALS&&this.operator!==x.EqOp.IS_NOT&&this.operator!==x.EqOp.NOT_CONTAINS||e.not()}getMatchOp(){switch(this.operator){case x.EqOp.IS:case x.EqOp.IS_NOT:case x.EqOp.EQUALS:case x.EqOp.NOT_EQUALS:return C.MatchOp.EQUALS;case x.EqOp.ROUGHLY:return C.MatchOp.ROUGHLY;case x.EqOp.CONTAINS:case x.EqOp.NOT_CONTAINS:return C.MatchOp.CONTAINS;default:throw new Error("Not supported:"+this.operator.toString())}}declare(t){this.left.declare(t),this.right.declare(t),this.operator===x.EqOp.ROUGHLY?t.require(v.removeAccents):this.operator!==x.EqOp.IS_A&&this.operator!==x.EqOp.IS_NOT_A||(t.require(v.isAMethod),t.require(v.isInstanceOf))}transpile(t){switch(this.operator){case x.EqOp.EQUALS:this.transpileEquals(t);break;case x.EqOp.NOT_EQUALS:this.transpileNotEquals(t);break;case x.EqOp.ROUGHLY:this.transpileRoughly(t);break;case x.EqOp.CONTAINS:this.transpileContains(t);break;case x.EqOp.NOT_CONTAINS:this.transpileNotContains(t);break;case x.EqOp.IS:this.transpileIs(t);break;case x.EqOp.IS_NOT:this.transpileIsNot(t);break;case x.EqOp.IS_A:this.transpileIsA(t);break;case x.EqOp.IS_NOT_A:this.transpileIsNotA(t);break;default:throw new Error("Cannot transpile:"+this.operator.toString())}}transpileFound(t,e){t.append("("),this.left.transpile(t),t.append(") + ' ").append(this.operator.toString(e)).append(" ' + ("),this.right.transpile(t),t.append(")")}getExpected(t,e,i){const s=new v.CodeWriter(e,t);return s.escapeMode=i,this.toDialect(s),s.toString()}transpileRoughly(t){t.append("removeAccents("),this.left.transpile(t),t.append(").toLowerCase() === removeAccents("),this.right.transpile(t),t.append(").toLowerCase()")}transpileIs(t){this.left.transpile(t),t.append(" === "),this.right.transpile(t)}transpileIsNot(t){this.left.transpile(t),t.append(" !== "),this.right.transpile(t)}transpileEquals(t){const e=this.left.check(t.context);e===a.BooleanType.instance||e===a.IntegerType.instance||e===a.DecimalType.instance||e===a.CharacterType.instance||e===a.TextType.instance?(this.left.transpile(t),t.append(" === "),this.right.transpile(t)):(t.append("equalObjects("),this.left.transpile(t),t.append(", "),this.right.transpile(t),t.append(")"))}transpileNotEquals(t){const e=this.left.check(t.context);e===a.BooleanType.instance||e===a.IntegerType.instance||e===a.DecimalType.instance||e===a.CharacterType.instance||e===a.TextType.instance?(this.left.transpile(t),t.append(" !== "),this.right.transpile(t)):(t.append("!equalObjects("),this.left.transpile(t),t.append(", "),this.right.transpile(t),t.append(")"))}transpileContains(t){this.left.transpile(t),t.append(".contains("),this.right.transpile(t),t.append(")")}transpileNotContains(t){t.append("!"),this.transpileContains(t)}transpileIsNotA(t){t.append("!("),this.transpileIsA(t),t.append(")")}transpileIsA(t){const e=this.right.value.resolve(t.context);e===a.BooleanType.instance?(t.append("isABoolean("),this.left.transpile(t),t.append(")")):e===a.IntegerType.instance?(t.append("isAnInteger("),this.left.transpile(t),t.append(")")):e===a.DecimalType.instance?(t.append("isADecimal("),this.left.transpile(t),t.append(")")):e===a.TextType.instance?(t.append("isAText("),this.left.transpile(t),t.append(")")):e===a.CharacterType.instance?(t.append("isACharacter("),this.left.transpile(t),t.append(")")):e instanceof a.MethodType?(t.append("isAMethod("),this.left.transpile(t),t.append(", "),e.transpileMethodType(t),t.append(")")):e instanceof a.CategoryType?(t.append("isInstanceOf("),this.left.transpile(t),t.append(", "),this.right.transpile(t),t.append(")")):(this.left.transpile(t),t.append(" instanceof "),this.right.transpile(t))}declareQuery(t){t.require(C.MatchOp),this.left.declare(t),this.right.declare(t)}transpileQuery(t,e){const i=this.left.checkAttribute(t.context);if(!i||!i.storable)throw new h.SyntaxError("Unable to transpile predicate");const s=i.getAttributeInfo(),r=this.getMatchOp();t.append(e).append(".verify(").append(s.toTranspiled()).append(", MatchOp.").append(r.name).append(", "),this.right.transpile(t),t.append(");").newLine(),this.operator!==x.EqOp.NOT_EQUALS&&this.operator!==x.EqOp.IS_NOT&&this.operator!==x.EqOp.NOT_CONTAINS||t.append(e).append(".not();").newLine()}}var w=i(121),N=i(122);class S extends s.a{constructor(t,e,i){super(),this.left=t,this.operator=e,this.right=i}toString(){return this.left.toString()+" "+this.operator.toString()+" "+this.right.toString()}toDialect(t){this.left.toDialect(t),t.append(" "),this.operator.toDialect(t),t.append(" "),this.right instanceof pt?this.right.containsToDialect(t):this.right.toDialect(t)}check(t){return this.right instanceof pt?this.checkPredicate(t):this.checkValue(t)}checkPredicate(t){const e=this.left.check(t);if(e instanceof a.IterableType){const i=e.itemType;return this.right.toArrowExpression().checkFilter(t,i)}throw new h.SyntaxError("Expecting collection")}checkValue(t){const e=this.left.check(t),i=this.right.check(t);return this.checkOperator(t,e,i)}checkOperator(t,e,i){switch(this.operator){case x.ContOp.IN:case x.ContOp.NOT_IN:return i.checkContains(t,this,e);case x.ContOp.HAS:case x.ContOp.NOT_HAS:return e.checkContains(t,this,i);default:return e.checkHasAllOrAny(t,i)}}interpret(t){if(this.right instanceof pt)return this.interpretPredicate(t);{const e=this.left.interpret(t),i=this.right.interpret(t);return this.interpretValues(t,e,i)}}interpretPredicate(t){const e=this.left.interpret(t);if(!(e instanceof _.Container))throw new h.SyntaxError("Expecting a collection!");const i=e.type.itemType,s=this.right.toArrowExpression().getFilter(t,i);return this.interpretContainerPredicate(t,e,s)}interpretContainerPredicate(t,e,i){let s;switch(this.operator){case x.ContOp.HAS_ALL:case x.ContOp.NOT_HAS_ALL:s=this.allMatch(t,e,i);break;case x.ContOp.HAS_ANY:case x.ContOp.NOT_HAS_ANY:s=this.anyMatch(t,e,i)}if("boolean"==typeof s)return this.operator.name.startsWith("NOT_")&&(s=!s),_.BooleanValue.ValueOf(s);const r=this.operator.name.toLowerCase().replace(/_/g," ");throw new h.SyntaxError("Illegal filter: "+typeof e+" "+r)}allMatch(t,e,i){return e.toArray().every(i)}anyMatch(t,e,i){return e.toArray().some(i)}interpretValues(t,e,i){let s=null;switch(this.operator){case x.ContOp.IN:case x.ContOp.NOT_IN:i==_.NullValue.instance?s=!1:i.hasItem&&(s=i.hasItem(t,e));break;case x.ContOp.HAS:case x.ContOp.NOT_HAS:e==_.NullValue.instance?s=!1:e.hasItem&&(s=e.hasItem(t,i));break;case x.ContOp.HAS_ALL:case x.ContOp.NOT_HAS_ALL:e==_.NullValue.instance||i==_.NullValue.instance?s=!1:e.hasItem&&i.hasItem&&(s=this.containsAll(t,e,i));break;case x.ContOp.HAS_ANY:case x.ContOp.NOT_HAS_ANY:e==_.NullValue.instance||i==_.NullValue.instance?s=!1:e.hasItem&&i.hasItem&&(s=this.containsAny(t,e,i))}if(null!=s)return 0==this.operator.name.indexOf("NOT_")&&(s=!s),_.BooleanValue.ValueOf(s);if(this.operator.name.lastIndexOf("IN")==this.operator.name.length-"IN".length){const t=e;e=i,i=t}const r=this.operator.name.toLowerCase().replace("_"," ");throw new h.SyntaxError("Illegal comparison: "+e.type.toString()+" "+r+" "+i.type.toString())}containsAll(t,e,i){const s=i.getIterator(t);for(;s.hasNext();){const i=s.next();if(i instanceof _.Value){if(!e.hasItem(t,i))return!1}else t.problemListener.reportIllegalContains()}return!0}containsAny(t,e,i){const s=i.getIterator(t);for(;s.hasNext();){const i=s.next();if(i instanceof _.Value){if(e.hasItem(t,i))return!0}else t.problemListener.reportIllegalContains()}return!1}interpretAssert(t,e){const i=this.left.interpret(t),s=this.right.interpret(t);if(this.interpretValues(t,i,s)==_.BooleanValue.TRUE)return!0;const r=this.getExpected(t,e.dialect),n=i.toString()+" "+this.operator.toString()+" "+s.toString();return e.printFailedAssertion(t,r,n),!1}transpileFound(t,e){t.append("('"),this.left.transpile(t),t.append("') + '").append(this.operator.toString()).append("' + ('"),this.right.transpile(t),t.append("')")}getExpected(t,e,i){const s=new v.CodeWriter(e,t);return s.escapeMode=i,this.toDialect(s),s.toString()}checkQuery(t){const e=this.left.checkAttribute(t);e&&!e.storable&&t.problemListener.reportNotStorable(this,e.name);const i=this.right.check(t);return this.checkOperator(t,e.getType(),i)}interpretQuery(t,e){const i=this.left.checkAttribute(t);if(!i||!i.storable)throw new h.SyntaxError("Unable to interpret predicate");const s=i.getAttributeInfo();let r=this.right.interpret(t);r instanceof _.Instance&&(r=r.getMemberValue(t,"dbId",!1));const n=r.getStorableData(),a=this.getMatchOp(t,i.getType(),r.type,this.operator,!1);e.verify(s,a,n),0==this.operator.name.indexOf("NOT_")&&e.not()}transpileQuery(t,e){const i=this.left.checkAttribute(t.context);if(!i||!i.storable)throw new h.SyntaxError("Unable to transpile predicate");const s=i.getAttributeInfo(),r=this.right.check(t.context),n=this.getMatchOp(t.context,i.getType(),r,this.operator,!1);t.append(e).append(".verify(").append(s.toTranspiled()).append(", MatchOp.").append(n.name).append(", "),this.right.transpile(t),t.append(");").newLine(),0==this.operator.name.indexOf("NOT_")&&t.append(e).append(".not();").newLine()}getAttributeType(t,e){return t.getRegisteredDeclaration(e).getType()}getMatchOp(t,e,i,s,r){if(r){const r=s.reverse();if(null==r)throw new h.SyntaxError("Cannot reverse "+this.operator.toString());return this.getMatchOp(t,i,e,r,!1)}if(s==x.ContOp.HAS||s==x.ContOp.NOT_HAS)return C.MatchOp.HAS;if(s==x.ContOp.IN||s==x.ContOp.NOT_IN)return C.MatchOp.IN;throw new h.SyntaxError("Unsupported operator: "+s.toString())}readFieldName(t){return t instanceof d||t instanceof m||t instanceof y?t.toString():null}declare(t){return this.right instanceof pt?this.declarePredicate(t):this.declareValue(t)}declarePredicate(t){this.left.declare(t);const e=this.left.check(t.context).itemType;this.right.toArrowExpression().declareFilter(t,e)}declareValue(t){const e=this.left.check(t.context),i=this.right.check(t.context);switch(this.operator){case x.ContOp.IN:case x.ContOp.NOT_IN:return i.declareContains(t,e,this.right,this.left);case x.ContOp.HAS:case x.ContOp.NOT_HAS:return e.declareContains(t,i,this.left,this.right);default:return e.declareHasAllOrAny(t,i,this.left,this.right)}}transpile(t){return this.right instanceof pt?this.transpilePredicate(t):this.transpileValue(t)}transpilePredicate(t){const e=this.left.check(t.context);switch(this.operator){case x.ContOp.NOT_HAS_ALL:t.append("!");case x.ContOp.HAS_ALL:return e.transpileHasAllPredicate(t,this.left,this.right),!1;case x.ContOp.NOT_HAS_ANY:t.append("!");case x.ContOp.HAS_ANY:return e.transpileHasAnyPredicate(t,this.left,this.right),!1;default:throw new Error("Unsupported "+this.operator)}}transpileValue(t){const e=this.left.check(t.context),i=this.right.check(t.context);switch(this.operator){case x.ContOp.NOT_IN:t.append("!");case x.ContOp.IN:return i.transpileContains(t,e,this.right,this.left);case x.ContOp.NOT_HAS:t.append("!");case x.ContOp.HAS:return e.transpileContains(t,i,this.left,this.right);case x.ContOp.NOT_HAS_ALL:t.append("!");case x.ContOp.HAS_ALL:return e.transpileHasAllValue(t,i,this.left,this.right);case x.ContOp.NOT_HAS_ANY:t.append("!");case x.ContOp.HAS_ANY:return e.transpileHasAnyValue(t,i,this.left,this.right);default:throw new Error("Unsupported "+this.operator)}}}class O extends s.a{constructor(t,e){super(),this.left=t,this.right=e}toString(){return this.left.toString()+" / "+this.right.toString()}toDialect(t){this.left.toDialect(t),t.append(" / "),this.right.toDialect(t)}check(t){const e=this.left.check(t),i=this.right.check(t);return e.checkDivide(t,i)}interpret(t){const e=this.left.interpret(t),i=this.right.interpret(t);return e.Divide(t,i)}declare(t){const e=this.left.check(t.context),i=this.right.check(t.context);return e.declareDivide(t,i,this.left,this.right)}transpile(t){const e=this.left.check(t.context),i=this.right.check(t.context);return e.transpileDivide(t,i,this.left,this.right)}}class D extends s.a{constructor(t,e){super(),this.left=t,this.right=e}toString(){return this.left.toString()+" \\ "+this.right.toString()}toDialect(t){this.left.toDialect(t),t.append(" \\ "),this.right.toDialect(t)}check(t){const e=this.left.check(t),i=this.right.check(t);return e.checkIntDivide(t,i)}interpret(t){const e=this.left.interpret(t),i=this.right.interpret(t);return e.IntDivide(t,i)}declare(t){const e=this.left.check(t.context),i=this.right.check(t.context);return e.declareIntDivide(t,i,this.left,this.right)}transpile(t){const e=this.left.check(t.context),i=this.right.check(t.context);return e.transpileIntDivide(t,i,this.left,this.right)}}class M extends s.a{constructor(t,e){super(),this.left=t,this.right=e}toString(){return this.left.toString()+" % "+this.right.toString()}toDialect(t){this.left.toDialect(t),t.append(" % "),this.right.toDialect(t)}check(t){const e=this.left.check(t),i=this.right.check(t);return e.checkModulo(t,i)}interpret(t){const e=this.left.interpret(t),i=this.right.interpret(t);return e.Modulo(t,i)}declare(t){const e=this.left.check(t.context),i=this.right.check(t.context);return e.declareModulo(t,i,this.left,this.right)}transpile(t){const e=this.left.check(t.context),i=this.right.check(t.context);return e.transpileModulo(t,i,this.left,this.right)}}class k extends s.a{constructor(t){super(),this.expression=t}toString(){return"-"+this.expression.toString()}toDialect(t){t.append("-"),this.expression.toDialect(t)}check(t){return this.expression.check(t).checkMinus(t)}interpret(t){return this.expression.interpret(t).Minus(t)}declare(t){this.expression.declare(t);return this.expression.check(t.context).declareMinus(t,this.expression)}transpile(t){return this.expression.check(t.context).transpileMinus(t,this.expression)}}class U extends s.a{constructor(t,e){super(),this.left=t,this.right=e}toString(){return this.left.toString()+" * "+this.right.toString()}toDialect(t){this.left.toDialect(t),t.append(" * "),this.right.toDialect(t)}check(t){const e=this.left.check(t),i=this.right.check(t);return e.checkMultiply(t,i,!0)}interpret(t){const e=this.left.interpret(t),i=this.right.interpret(t);return e.Multiply(t,i)}declare(t){const e=this.left.check(t.context),i=this.right.check(t.context);return e.declareMultiply(t,i,!0,this.left,this.right)}transpile(t){const e=this.left.check(t.context),i=this.right.check(t.context);return e.transpileMultiply(t,i,!0,this.left,this.right)}}class P extends s.a{constructor(t,e){super(),this.left=t,this.right=e}toString(){return this.left.toString()+" and "+this.right.toString()}operatorToDialect(t){return t==u.Dialect.O?" && ":" and "}toEDialect(t){this.left.toDialect(t),t.append(" and "),this.right.toDialect(t)}toODialect(t){this.left.toDialect(t),t.append(" && "),this.right.toDialect(t)}toMDialect(t){this.left.toDialect(t),t.append(" and "),this.right.toDialect(t)}check(t){const e=this.left.check(t),i=this.right.check(t);return e.checkAnd(t,i)}checkQuery(t){this.left.checkQuery?(this.left.checkQuery(t),this.right.checkQuery?this.right.checkQuery(t):t.problemListener.reportIllegalOperation(this,"Not a predicate: "+this.right.toString())):t.problemListener.reportIllegalOperation(this,"Not a predicate: "+this.left.toString())}interpret(t){const e=this.left.interpret(t);if(e instanceof _.BooleanValue&&!e.value)return e;const i=this.right.interpret(t);return e.And(i)}declare(t){this.left.declare(t),this.right.declare(t)}transpile(t){this.left.transpile(t),t.append(" && "),this.right.transpile(t)}interpretAssert(t,e){const i=this.left.interpret(t);let s=i;if(i instanceof _.BooleanValue&&i.value&&(s=this.right.interpret(t)),s==_.BooleanValue.TRUE)return!0;const r=this.getExpected(t,e.dialect),n=i.toString()+this.operatorToDialect(e.dialect)+s.toString();return e.printFailedAssertion(t,r,n),!1}getExpected(t,e,i){const s=new v.CodeWriter(e,t);return s.escapeMode=i,this.toDialect(s),s.toString()}transpileFound(t,e){t.append("("),this.left.transpile(t),t.append(") + '").append(this.operatorToDialect(e)).append("' + ("),this.right.transpile(t),t.append(")")}interpretQuery(t,e){this.left.interpretQuery||t.problemListener.reportIllegalOperation(this,"Not a predicate: "+this.left.toString()),this.left.interpretQuery(t,e),this.right.interpretQuery||t.problemListener.reportIllegalOperation(this,"Not a predicate: "+this.right.toString()),this.right.interpretQuery(t,e),e.and()}declareQuery(t){this.left.declareQuery(t),this.right.declareQuery(t)}transpileQuery(t,e){this.left.transpileQuery(t,e),this.right.transpileQuery(t,e),t.append(e).append(".and();").newLine()}}class F extends s.a{constructor(t,e){super(),this.left=t,this.right=e}toString(){return this.left.toString()+" or "+this.right.toString()}toDialect(t){t.toDialect(this)}operatorToDialect(t){return t==u.Dialect.O?" || ":" or "}toEDialect(t){this.left.toDialect(t),t.append(this.operatorToDialect(t.dialect)),this.right.toDialect(t)}toODialect(t){this.left.toDialect(t),t.append(this.operatorToDialect(t.dialect)),this.right.toDialect(t)}toMDialect(t){this.left.toDialect(t),t.append(this.operatorToDialect(t.dialect)),this.right.toDialect(t)}check(t){const e=this.left.check(t),i=this.right.check(t);return e.checkOr(t,i)}checkQuery(t){this.left.checkQuery?(this.left.checkQuery(t),this.right.checkQuery?this.right.checkQuery(t):t.problemListener.reportIllegalOperation(this,"Not a predicate: "+this.right.toString())):t.problemListener.reportIllegalOperation(this,"Not a predicate: "+this.left.toString())}declare(t){this.left.declare(t),this.right.declare(t)}transpile(t){this.left.transpile(t),t.append(" || "),this.right.transpile(t)}interpret(t){const e=this.left.interpret(t),i=this.right.interpret(t);return e.Or(i)}interpretAssert(t,e){const i=this.left.interpret(t),s=this.right.interpret(t);if(i.Or(s)==_.BooleanValue.TRUE)return!0;const r=this.getExpected(t,e.dialect),n=i.toString()+this.operatorToDialect(e.dialect)+s.toString();return e.printFailedAssertion(t,r,n),!1}getExpected(t,e,i){const s=new v.CodeWriter(e,t);return s.escapeMode=i,this.toDialect(s),s.toString()}transpileFound(t,e){t.append("("),this.left.transpile(t),t.append(") + '").append(this.operatorToDialect(e)).append("' + ("),this.right.transpile(t),t.append(")")}interpretQuery(t,e){this.left.interpretQuery||t.problemListener.reportIllegalOperation(this,"Not a predicate: "+this.left.toString()),this.left.interpretQuery(t,e),this.right.interpretQuery||t.problemListener.reportIllegalOperation(this,"Not a predicate: "+this.right.toString()),this.right.interpretQuery(t,e),e.or()}declareQuery(t){this.left.declareQuery(t),this.right.declareQuery(t)}transpileQuery(t,e){this.left.transpileQuery(t,e),this.right.transpileQuery(t,e),t.append(e).append(".or();").newLine()}}class H extends s.a{constructor(t){super(),this.expression=t}toString(){return"not "+this.expression.toString()}operatorToDialect(t){return t==u.Dialect.O?"! ":"not "}toDialect(t){t.toDialect(this),this.expression.toDialect(t)}toEDialect(t){t.append("not ")}toMDialect(t){t.append("not ")}toODialect(t){t.append("!")}check(t){const e=this.expression.check(t);return e?e.checkNot(t):(t.problemListener.reportError(this,"Could not check expression to negate"),a.BooleanType.instance)}checkQuery(t){this.expression.checkQuery?this.expression.checkQuery(t):t.problemListener.reportIllegalOperation(this,"Not a predicate: "+this.expression.toString())}declare(t){this.expression.declare(t)}transpile(t){t.append("!("),this.expression.transpile(t),t.append(")")}interpret(t){return this.expression.interpret(t).Not()}interpretAssert(t,e){const i=this.interpret(t);if(i==_.BooleanValue.TRUE)return!0;const s=this.getExpected(t,e.dialect),r=this.operatorToDialect(e.dialect)+i.toString();return e.printFailedAssertion(t,s,r),!1}interpretQuery(t,e){this.expression.interpretQuery||t.problemListener.reportIllegalOperation(this,"Not a predicate: "+this.expression.toString()),this.expression.interpretQuery(t,e),e.not()}declareQuery(t){this.expression.declareQuery(t)}transpileQuery(t,e){this.expression.transpileQuery(t,e),t.append(e).append(".not();").newLine()}getExpected(t,e,i){const s=new v.CodeWriter(e,t);return s.escapeMode=i,this.toDialect(s),s.toString()}transpileFound(t,e){this.transpile(t)}}var V=i(7);class B extends s.a{constructor(t,e,i){super(),this.left=t,this.operator=e,this.right=i}toString(){return this.left.toString()+" "+this.operator.toString()+" "+this.right.toString()}toDialect(t){this.left.toDialect(t),t.append(" "),this.operator.toDialect(t),t.append(" "),this.right.toDialect(t)}check(t){const e=this.left.check(t),i=this.right.check(t);return this.checkOperator(t,e,i)}checkOperator(t,e,i){return e.checkCompare(t,this,i)}interpret(t){const e=this.left.interpret(t),i=this.right.interpret(t);return this.compare(t,e,i)}declare(t){this.left.declare(t),this.right.declare(t);const e=this.left.check(t.context),i=this.right.check(t.context);return e.declareCompare(t,i)}transpile(t){const e=this.left.check(t.context),i=this.right.check(t.context);return e.transpileCompare(t,i,this.operator,this.left,this.right)}compare(t,e,i){const s=e.compareToValue(t,i);switch(this.operator){case x.CmpOp.GT:return _.BooleanValue.ValueOf(s>0);case x.CmpOp.LT:return _.BooleanValue.ValueOf(s<0);case x.CmpOp.GTE:return _.BooleanValue.ValueOf(s>=0);case x.CmpOp.LTE:return _.BooleanValue.ValueOf(s<=0);default:t.problemListener.reportIllegalOperand()}}interpretAssert(t,e){const i=this.left.interpret(t),s=this.right.interpret(t);if(this.compare(t,i,s)==_.BooleanValue.TRUE)return!0;const r=this.getExpected(t,e.dialect),n=i.toString()+this.operator.toString()+s.toString();return e.printFailedAssertion(t,r,n),!1}getExpected(t,e,i){const s=new v.CodeWriter(e,t);return s.escapeMode=i,this.toDialect(s),s.toString()}transpileFound(t,e){t.append("("),this.left.transpile(t),t.append(") + '").append(this.operator.toString()).append("' + ("),this.right.transpile(t),t.append(")")}checkQuery(t){const e=this.left.checkAttribute(t);e&&!e.storable&&t.problemListener.reportNotStorable(this,e.name);const i=this.right.check(t);return this.checkOperator(t,e.getType(),i)}interpretQuery(t,e){const i=this.left.checkAttribute(t);if(!i.storable)throw new h.SyntaxError("Unable to interpret predicate");let s=this.right.interpret(t);const r=i.getAttributeInfo();s instanceof _.Instance&&(s=s.getMemberValue(t,"dbId",!1));let n=null==s?null:s.getStorableData();r.family===C.TypeFamily.DATETIME&&n instanceof V.LocalDate?n=V.DateTime.fromDateAndTime(n,null):r.family===C.TypeFamily.DATE&&n instanceof V.DateTime&&(n=n.getDate()),e.verify(r,this.getMatchOp(),n),this.operator!=x.CmpOp.GTE&&this.operator!=x.CmpOp.LTE||e.not()}transpileQuery(t,e){const i=this.left.checkAttribute(t.context);if(!i.storable)throw new h.SyntaxError("Unable to interpret predicate");const s=i.getAttributeInfo(),r=this.getMatchOp();t.append(e).append(".verify(").append(s.toTranspiled()).append(", MatchOp.").append(r.name).append(", "),this.right.transpile(t),t.append(");").newLine(),this.operator!=x.CmpOp.GTE&&this.operator!=x.CmpOp.LTE||t.append(e).append(".not();").newLine()}getMatchOp(){if(this.operator==x.CmpOp.GT||this.operator==x.CmpOp.LTE)return C.MatchOp.GREATER;if(this.operator==x.CmpOp.GTE||this.operator==x.CmpOp.LT)return C.MatchOp.LESSER;throw new h.InvalidDataError(this.operator.toString())}}class G extends s.a{constructor(t){super(),this.expression=t}toString(){return"Method: "+this.expression.toString()}toDialect(t){if(t.dialect===u.Dialect.E&&t.append("Method: "),this.expression instanceof dt)t.append(this.expression.toString());else{if(!(this.expression instanceof d))throw new Error("Unsupported!");t.append(this.expression.toString())}}check(t){const e=this.getDeclaration(t);if(null!=e)return new a.MethodType(e);t.problemListener.reportUnknownMethod(this,this.expression.toString())}getDeclaration(t){let e=this.expression;if(e instanceof dt){const i=e.parent;if(null!=i){const s=i.check(t);if(!(s instanceof a.CategoryType))return null;e=new d(e.id),t=t.newInstanceContext(null,s,!0)}}if(e instanceof d){const i=e.id,s=t.getRegistered(i);return s instanceof p.MethodDeclarationMap?s.getFirst():null}throw new Error("Unsupported!")}interpret(t,e){let i=this.expression;if(i instanceof dt){const e=i.parent;if(null!=e){const s=e.interpret(t);if(!(s instanceof _.Instance))return _.NullValue.instance();i=new d(i.id),t=t.newInstanceContext(s,null,!0)}}if(!(i instanceof d))throw new Error("Unsupported!");{const e=i.id;if(t.hasValue(e))return t.getValue(e);{const i=t.getRegistered(e);if(i instanceof p.MethodDeclarationMap){const e=i.getFirst();return new _.ClosureValue(t,new a.MethodType(e))}t.problemListener.reportUnknownMethod(e,e.name)}}}declare(t){let e=this.expression;if(e instanceof dt){const i=e.parent;if(null!=i){const s=i.check(t.context);if(!(s instanceof a.CategoryType))throw new Error("Unsupported!");i.declare(t),t=t.newInstanceTranspiler(s),e=new d(e.id)}}if(!(e instanceof d))throw new Error("Unsupported!");{const i=t.context.getRegistered(e.id).getFirst();i.declarationStatement||i.declare(t)}}transpile(t){let e=this.expression,i=null;if(e instanceof dt&&(i=e.parent,null!=i)){const s=i.check(t.context);if(!(s instanceof a.CategoryType))throw new Error("Unsupported!");t=t.newInstanceTranspiler(s),e=new d(e.id)}if(!(e instanceof d))throw new Error("Unsupported!");{const e=this.expression.id,s=t.context.getRegistered(e);if(s instanceof p.MethodDeclarationMap){const r=s.getFirst(),n=t.context.contextForValue(e);n instanceof p.InstanceContext&&(null!=i?i.transpile(t):n.instanceType.transpileInstance(t),t.append(".")),t.append(r.getTranspiledName(t.context)),n instanceof p.InstanceContext&&(t.append(".bind("),null!=i?i.transpile(t):n.instanceType.transpileInstance(t),t.append(")")),t.flush()}}}}class j extends s.a{constructor(t){super(),this.id=t}get name(){return this.id.name}toDialect(t){t.append(this.name)}check(t){const e=t.getRegisteredValue(this.id);return null==e?(t.problemListener.reportUnknownIdentifier(this,this.name),a.VoidType.instance):e.check(t)}interpret(t){const e=t.getRegisteredValue(this.id);return null==e?(t.problemListener.reportUnknownIdentifier(this,this.name),_.NullValue.instance):e.interpret(t)}declare(t){t.context.getRegisteredValue(this.id).declare(t)}transpile(t){t.context.getRegisteredValue(this.id).transpile(t)}}class W extends s.a{constructor(t,e){super(),this.source=t,this.predicate=e}toString(t){return this.source.toString()+" filtered with "+this.predicate.toString()}toDialect(t){this.predicate.filteredToDialect(t,this.source)}check(t){const e=this.source.check(t);if(!(e instanceof a.IterableType))return t.problemListener.reportError(this,"Expecting an iterable type as data source !"),new a.ListType(a.AnyType.instance);const i=e.itemType;return this.predicate.toArrowExpression().checkFilter(t,i)!=a.BooleanType.instance&&t.problemListener.reportError(this,"Filtering expression must return a boolean !"),new a.ListType(i)}interpret(t){const e=this.source.check(t);if(!(e instanceof a.IterableType))throw new h.InternalError("Illegal source type: "+e.name);const i=this.source.interpret(t);if(null==i)throw new h.NullReferenceError;if(!i.filter)throw new h.InternalError("Illegal fetch source: "+this.source);const s=e.itemType,r=this.predicate.toArrowExpression().getFilter(t,s);return i.filter(r)}declare(t){this.source.declare(t);const e=this.source.check(t.context).itemType;this.predicate.toArrowExpression().declareFilter(t,e)}transpile(t){const e=this.source.check(t.context).itemType;this.source.transpile(t),t.append(".filtered((");this.predicate.toArrowExpression().transpileFilter(t,e),t.append(")"),null!=t.context.getClosestInstanceContext()&&t.append(".bind(this)"),t.append(")"),t.flush()}}class J extends s.a{constructor(t){super(),this.expression=t}toString(){return"Code: "+this.expression.toString()}toDialect(t){t.toDialect(this)}toEDialect(t){t.append("Code: "),this.expression.toDialect(t)}toODialect(t){t.append("Code("),this.expression.toDialect(t),t.append(")")}toMDialect(t){this.toODialect(t)}check(t){return a.CodeType.instance}interpret(t){return new _.CodeValue(this)}declare(t){}transpile(t){}checkCode(t){return this.expression.check(t)}interpretCode(t){return this.expression.interpret(t)}declareCode(t){this.expression.declare(t)}transpileCode(t){this.expression.transpile(t)}}class Y extends s.a{constructor(t){super(),this.id=t}get name(){return this.id.name}toString(){return"execute: "+this.name}toDialect(t){t.toDialect(this)}toEDialect(t){t.append("execute: "),t.append(this.name)}toODialect(t){t.append("execute("),t.append(this.name),t.append(")")}toMDialect(t){this.toODialect(t)}check(t){try{const e=t.getValue(this.id);if(e instanceof _.CodeValue)return e.checkCode(t);throw new h.SyntaxError("Expected code, got:"+e.toString())}catch(t){if(t instanceof h.PromptoError)throw new h.SyntaxError(t.message)}}interpret(t){const e=t.getValue(this.id);if(e instanceof _.CodeValue)return e.interpret(t);throw new h.SyntaxError("Expected code, got:"+e.toString())}declare(t){t.context.getValue(this.id).declareCode(t)}transpile(t){t.append("(");t.context.getValue(this.id).transpileCode(t),t.append(")")}}class q extends s.a{constructor(t){super(),this.source=t}check(t){return this.source.check(t),a.BlobType.instance}interpret(t){const e=this.source.interpret(t);try{const i=q.collectDatas(t,e),s=V.BlobRef.zipDatas(i);return new _.BlobValue("application/zip",s)}catch(t){throw new h.ReadWriteError(t.message)}}declare(t){this.source.declare(t),t.require(V.BlobRef),t.require(V.Document),t.require(v.getUtf8CharLength),t.require(v.stringToUtf8Buffer),t.require(v.utf8BufferToString)}transpile(t){t.append("BlobRef.fromValue("),this.source.transpile(t),t.append(")")}static collectDatas(t,e){const i={},s={};e.toJson(t,s,null,"value",!0,i);const r=JSON.stringify(s.value);return i["value.json"]=Object(v.stringToUtf8Buffer)(r),i}toDialect(t){t.toDialect(this)}toEDialect(t){t.append("Blob from "),this.source.toDialect(t)}toODialect(t){t.append("Blob("),this.source.toDialect(t),t.append(")")}toMDialect(t){t.append("Blob("),this.source.toDialect(t),t.append(")")}}class X extends s.a{constructor(t){super(),this.source=t}check(t){return a.DocumentType.instance}toString(t){return"new Document()"}interpret(t){if(this.source){const e=this.source.interpret(t);return this.documentFromValue(t,e)}return new _.DocumentValue}declare(t){t.require(V.Document)}transpile(t){this.source?(this.source.transpile(t),t.append(".toDocument()")):t.append("new Document()")}documentFromValue(t,e){if(e instanceof _.BlobValue)return this.documentFromBlob(t,e);if(e instanceof _.ConcreteInstance)return e.toDocumentValue(t);throw new Error("documentFromValue not supported for "+typeof e)}documentFromBlob(t,e){if("application/zip"!==e.mimeType)throw new Error("documentFromBlob not supported for "+e.mimeType);try{const i=V.BlobRef.readParts(e.data),s=V.BlobRef.readValue(i);let r=s.type||null;if(null==r)throw new Error("Expecting a 'type' field!");const n=new u.ECleverParser(r).parse_standalone_type();if(n!==a.DocumentType.instance)throw new Error("Expecting a DocumentValue type!");if(r=s.value||null,null==r)throw new Error("Expecting a 'value' field!");return n.readJSONValue(t,r,i)}catch(t){throw new h.ReadWriteError(t.message)}}toDialect(t){t.toDialect(this)}toEDialect(t){t.append("Document"),this.source&&(t.append(" from "),this.source.toDialect(t))}toMDialect(t){t.append("Document("),this.source&&(t.append(" from = "),this.source.toDialect(t)),t.append(")")}toODialect(t){t.append("Document("),this.source&&(t.append(" from = "),this.source.toDialect(t)),t.append(")")}}class K extends s.a{constructor(t){super(),this.source=t}check(t){const e=this.source.check(t);return e instanceof a.CategoryType||t.problemListener.reportInvalidCopySource(this),new a.CategoryType(e,!0)}interpret(t){const e=this.source.interpret(t);return null==e||e==_.NullValue.instance?e:e instanceof _.ConcreteInstance||e instanceof _.NativeInstance?e.toMutable():void t.problemListener.reportInvalidCopySource(this)}declare(t){this.source.declare(t)}transpile(t){this.source.transpile(t),t.append(".toMutable()")}toDialect(t){t.append("mutable "),this.source.toDialect(t)}}var z=i(144);class Q extends s.a{constructor(t){super(),this.expression=t}toString(){return"("+this.expression.toString()+")"}toDialect(t){t.append("("),this.expression.toDialect(t),t.append(")")}declare(t){this.expression.declare(t)}transpile(t){t.append("("),this.expression.transpile(t),t.append(")")}check(t){return this.expression.check(t)}interpret(t){return this.expression.interpret(t)}checkQuery(t){this.expression.checkQuery?this.expression.checkQuery(t):t.problemListener.reportIllegalOperation(this,"Not a predicate: "+this.expression.toString())}interpretQuery(t,e){this.expression.interpretQuery||t.problemListener.reportIllegalOperation(this,"Not a predicate: "+this.expression.toString()),this.expression.interpretQuery(t,e),e.not()}transpileQuery(t,e){this.expression.transpileQuery(t,e)}}class Z extends s.a{constructor(t,e,i){super(),this.name=t,this.source=e,this.expression=i}check(t){const e=this.source.check(t).checkIterator(t,this.source),i=t.newChildContext();i.registerValue(new p.Variable(this.name,e));const s=this.expression.check(i);return new a.IteratorType(s)}interpret(t){const e=this.source.check(t).checkIterator(t,this.source),i=this.source.interpret(t),s=i.getMemberValue(t,new x.Identifier("count"),!1),r=this.getIterator(t,i);return new _.IterableValue(t,this.name,e,r,s,this.expression)}declare(t){this.source.declare(t);this.source.check(t.context).declareIterator(t,this.name,this.expression)}transpile(t){const e=this.source.check(t.context);e.checkIterator(t.context,this.source),this.source.transpile(t),t=t.newChildTranspiler(),e.transpileIterator(t,this.name,this.expression),t.flush()}getIterator(t,e){if(e.getIterator)return e.getIterator();throw new h.InternalError("Should never get there!")}toDialect(t){const e=this.source.check(t.context);t=t.newChildWriter();const i=e.checkIterator(t.context,this.source);t.context.registerValue(new p.Variable(this.name,i)),t.toDialect(this)}toMDialect(t){Z.extractFromParenthesisIfPossible(this.expression).toDialect(t),t.append(" for each "),t.append(this.name.toString()),t.append(" in "),this.source.toDialect(t)}toODialect(t){Z.extractFromParenthesisIfPossible(this.expression).toDialect(t),t.append(" for each ( "),t.append(this.name.toString()),t.append(" in "),this.source.toDialect(t),t.append(" )")}toEDialect(t){Z.encloseInParenthesisIfRequired(this.expression).toDialect(t),t.append(" for each "),t.append(this.name.toString()),t.append(" in "),this.source.toDialect(t)}static encloseInParenthesisIfRequired(t){return Z.mustBeEnclosedInParenthesis(t)?new Q(t):t}static extractFromParenthesisIfPossible(t){if(t instanceof Q){const e=t.expression;if(Z.mustBeEnclosedInParenthesis(e))return e}return t}static mustBeEnclosedInParenthesis(t){return t instanceof l.UnresolvedCall}}class $ extends s.a{constructor(t,e,i){super(),this.source=t,this.desc=e,this.key=i||null}toString(){return"sorted "+(this.desc?"descending ":"")+this.source.toString()+(null==this.key?"":" with "+this.key.toString()+" as key")}toDialect(t){t.toDialect(this)}toEDialect(t){if(t.append("sorted "),this.desc&&t.append("descending "),this.source.toDialect(t),null!=this.key){const e=this.source.check(t.context).itemType;(t=this.contextualizeWriter(t,e)).append(" with ");let i=this.key;if(i instanceof d)try{i=i.resolve(t.context,!1)}catch(t){}i instanceof ft?(i.registerArrowArgs(t.context,e),i.toDialect(t)):i instanceof m?i.toDialect(t,!1):i.toDialect(t),t.append(" as key")}}toODialect(t){if(t.append("sorted "),this.desc&&t.append("desc "),t.append("("),this.source.toDialect(t),null!=this.key){const e=this.source.check(t.context).itemType;(t=this.contextualizeWriter(t,e)).append(", key = "),this.key.toDialect(t)}t.append(")")}toMDialect(t){this.toODialect(t)}contextualizeWriter(t,e){return e instanceof a.CategoryType?t.newInstanceWriter(e):e instanceof a.DocumentType?t.newDocumentWriter():t}check(t){const e=this.source.check(t);return e instanceof a.ListType||e instanceof a.SetType||t.problemListener.reportCannotSort(this.source),e}interpret(t){const e=this.source.check(t);if(!(e instanceof a.ListType||e instanceof a.SetType))throw new h.SyntaxError("Unsupported type: "+e);const i=this.source.interpret(t);if(null==i)throw new h.NullReferenceError;if(!(i instanceof _.ListValue||i instanceof _.SetValue))throw new h.InternalError("Unexpected type:"+typeof i);let s=i instanceof _.ListValue?i.items:i.items.set.values();s=Array.from(s);const r=e.itemType;if(s.length>1){const e=r.getSortedComparator(t,this.key,this.desc);s.sort(e)}return new _.ListValue(r,s)}declare(t){t.require(V.List),this.source.declare(t);this.source.check(t.context).itemType.declareSorted(t,this.key)}transpile(t){const e=this.source.check(t.context);this.source.transpile(t),t.append(".sorted("),e.itemType.transpileSortedComparator(t,this.key,this.desc),t.append(")")}}class tt extends s.a{constructor(t,e,i){super(),this.condition=t,this.ifTrue=e,this.ifFalse=i}toDialect(t){t.dialect===u.Dialect.O?(this.condition.toDialect(t),t.append(" ? "),this.ifTrue.toDialect(t),t.append(" : "),this.ifFalse.toDialect(t)):(this.ifTrue.toDialect(t),t.append(" if "),this.condition.toDialect(t),t.append(" else "),this.ifFalse.toDialect(t))}check(t){const e=this.condition.check(t);e instanceof a.BooleanType||t.problemListener.reportIllegalAssignment(this.condition,a.BooleanType.instance,e),this.condition instanceof b&&(t=this.condition.downcast(t,!1));const i=new a.TypeMap;return i.add(this.ifTrue.check(t)),i.add(this.ifFalse.check(t)),i.inferType(t,this)}interpret(t){const e=this.condition.interpret(t);return this.condition instanceof b&&(t=this.condition.downcast(t,!0)),e===_.BooleanValue.TRUE?this.ifTrue.interpret(t):this.ifFalse.interpret(t)}declare(t){if(this.condition.declare(t),this.condition instanceof b){var e=this.condition.downcast(t.context,!1);t=t.newChildTranspiler(e)}this.ifTrue.declare(t),this.ifFalse.declare(t)}transpile(t){if(t.append("("),this.condition.transpile(t),this.condition instanceof b){var e=this.condition.downcast(t.context,!1);t=t.newChildTranspiler(e)}t.append(" ? "),this.ifTrue.transpile(t),t.append(" : "),this.ifFalse.transpile(t),t.append(")"),t.flush()}}var et=i(123);class it extends s.a{constructor(t){super(),this.resource=t}toString(){return"read Blob from "+this.resource.toString()}toDialect(t){t.append("read Blob from "),this.resource.toDialect(t)}check(t){t=t.newResourceContext();return this.resource.check(t)instanceof a.ResourceType||t.problemListener.reportNotAResource(this.resource),a.BlobType.instance}interpret(t){t=t.newResourceContext();const e=this.resource.interpret(t);if(null==e)throw new h.NullReferenceError;if(!e.isReadable||!e.isReadable())throw new h.InvalidResourceError("Not readable");try{const t=e.readBinary();return new _.BlobValue(t.mimeType,t.data)}finally{e.close()}}declare(t){this.resource.declare(t)}transpile(t){this.resource.transpile(t),t.append(".readBinary()")}}class st extends s.a{constructor(t){super(),this.resource=t}toString(){return"read one from "+this.resource.toString()}toDialect(t){t.append("read one from "),this.resource.toDialect(t)}check(t){t.isWithResourceContext()||t.problemListener.reportNotAResourceContext(this.resource);return this.resource.check(t)instanceof a.ResourceType||t.problemListener.reportNotAResource(this.resource),a.TextType.instance}interpret(t){t.isWithResourceContext()||t.problemListener.reportNotAResourceContext(this.resource);const e=this.resource.interpret(t);if(null==e)throw new h.NullReferenceError;if(!e.isReadable||!e.isReadable())throw new h.InvalidResourceError("Not readable");const i=e.readLine();return null==i?_.NullValue.instance:new _.TextValue(i)}declare(t){this.resource.declare(t)}transpile(t){this.resource.transpile(t),t.append(".readLine()")}}class rt extends s.a{constructor(t){super(),this.value=t}toDialect(t){t.append(this.value.toString())}toString(){return this.value.toString()}check(t){return this.value.checkExists(t),new a.TypeType(this.value)}interpret(t){return new _.TypeValue(this.value)}declare(t){this.value.declare(t)}transpile(t){this.value.transpile(t)}getMemberValue(t,e){return this.value.getStaticMemberValue(t,e)}}function nt(t,e,i){if(e instanceof a.IterableType){const s=nt(t,e.itemType);return s?e.withItemType(s).asMutable(t,i):(t.problemListener.reportUnknownCategory(e.itemType.id,e.itemType),null)}return e instanceof a.NativeType||null!=(e=function(t,e){const i=t.getRegisteredDeclaration(e.id);return null==i?(t.problemListener.reportUnknownCategory(e.id,e),null):i instanceof p.MethodDeclarationMap?1===i.size()?new a.MethodType(i.getFirst()):(t.problemListener.reportAmbiguousIdentifier(e.id,e),null):i.getType(t)}(t,e))?e.asMutable(t,i):null}class at extends s.a{constructor(t,e,i){super(),this.expression=t,this.type=e.anyfy(),this.mutable=i}check(t){let e=this.expression.check(t);if(!e)return t.problemListener.reportError(this,"Could not check expression type"),a.AnyType.instance;e=e.anyfy();const i=nt(t,this.type,this.mutable);return null===i?a.VoidType.instance:(e===a.AnyType.instance||i.isAssignableFrom(t,e)||e.isAssignableFrom(t,i)||t.problemListener.reportInvalidCast(this,this.type,e),i)}interpret(t){let e=this.expression.interpret(t);if(e&&e!==_.NullValue.instance){const i=nt(t,this.type);i.equals(e.type)||(e instanceof _.IntegerValue&&i===a.DecimalType.instance?e=new _.DecimalValue(e.DecimalValue()):e instanceof _.DecimalValue&&i===a.IntegerType.instance?e=new _.IntegerValue(e.IntegerValue()):e.type.isAssignableFrom(t,i)?e.type=this.type:i.isAssignableFrom(t,e.type)||t.problemListener.reportInvalidCast(this,this.type,e.type))}return e}declare(t){this.expression.declare(t);nt(t.context,this.type).declare(t)}transpile(t){this.expression.check(t.context)===a.DecimalType.instance&&this.type===a.IntegerType.instance?(t.append("Math.floor("),this.expression.transpile(t),t.append(")")):this.expression.transpile(t)}toDialect(t){t.toDialect(this)}toEDialect(t){this.expression.toDialect(t),t.append(" as "),this.mutable&&t.append("mutable "),this.type.toDialect(t)}toMDialect(t){this.toEDialect(t)}toODialect(t){t.append("("),this.mutable&&t.append("mutable "),this.type.toDialect(t),t.append(")"),this.expression.toDialect(t)}}class ot extends s.a{check(t){if(t instanceof p.DocumentContext)return a.DocumentType.instance;if(null==t||t instanceof p.InstanceContext||(t=t.getClosestInstanceContext()),t instanceof p.InstanceContext)return t.instanceType;throw new h.SyntaxError("Not in an instance context!")}interpret(t){if(t instanceof p.DocumentContext)return t.document;if(null==t||t instanceof p.InstanceContext||(t=t.getClosestInstanceContext()),t instanceof p.InstanceContext)return t.instance;throw new h.SyntaxError("Not in an instance context!")}toDialect(t){t.toDialect(this)}toEDialect(t){t.append("self")}toODialect(t){t.append("this")}toMDialect(t){t.append("self")}toString(){return"this"}declare(t){}transpile(t){t.append("this")}}class ht extends ot{check(t){return this.getSuperType(t)}getSuperType(t){if(null==t||t instanceof p.InstanceContext||(t=t.getClosestInstanceContext()),t instanceof p.InstanceContext){const e=t.instanceType;return e instanceof a.CategoryType?e.getSuperType(t,this):e}t.problemListener.reportNoSuperType(this,a.AnyType.instance)}toDialect(t){t.append("super")}transpile(t){const e=this.getSuperType(t.context);t.append(e.name).append(".prototype")}}class lt extends s.a{constructor(t){super(),this.id=t,this.mutable=!1}get name(){return this.id.name}register(t){t.registerValue(this)}unregister(t){t.unregisterValue(this)}getStorableData(){return this.id.name}collectStorables(t){}equals(t){return t instanceof lt&&this.name===t.name}}class ct extends lt{constructor(t,e){super(t),this.expression=e,this.type=null}toString(){return this.name}toDialect(t){switch(t.append(this.name),t.dialect){case u.Dialect.E:t.append(" with "),this.expression.toDialect(t),t.append(" as value");break;case u.Dialect.O:case u.Dialect.M:t.append(" = "),this.expression.toDialect(t)}}check(t){const e=this.expression.check(t);if(!this.type.derivedFrom.isAssignableFrom(t,e))throw new h.SyntaxError("Cannot assign "+e.name+" to "+this.type.derivedFrom.name);return this.type}interpret(t){return this}declare(t){this.type.declare(t)}transpile(t){t.append(this.name)}initialize(t){t.append("var ").append(this.name).append(" = new ").append(this.type.name).append("('").append(this.name).append("', "),this.expression.transpile(t),t.append(");"),t.newLine()}getMemberValue(t,e,i){return"name"===e.name?new _.TextValue(this.name):"value"===e.name?this.expression.interpret(t):super.getMemberValue(t,e.name,i)}}class ut extends lt{constructor(t,e){super(t),this.args=e,this.instance=null,this.type=null}toDialect(t){t.append(this.name),t.append(" "),this.args.toDialect(t)}getType(t){return this.type}toString(){return null!=this.args?this.args.toString():this.type.name}check(t){const e=t.getRegisteredDeclaration(this.type.id);if(null==e)throw new h.SyntaxError("Unknown category "+this.type.name);return null!=this.args&&(t=t.newLocalContext(),this.args.forEach((i=>{if(!e.hasAttribute(t,i.id))throw new h.SyntaxError("'"+i.name+"' is not an attribute of '"+this.type.name+"'");i.check(t)}),this)),this.type}interpret(t){return this.makeInstance(t)}makeInstance(t){if(null===this.instance){const e=this.type.newInstance(t);e.mutable=!0,null!=this.args&&(t=t.newLocalContext(),this.args.forEach((i=>{const s=i.expression.interpret(t);e.setMember(t,i.id,s)}))),e.setMember(t,new x.Identifier("name"),new _.TextValue(this.name)),e.mutable=!1,this.instance=e}return this.instance}getMemberValue(t,e,i){return this.makeInstance(t).getMemberValue(t,e,i)}declare(t){this.type.declare(t)}transpile(t){t.append(this.name)}initialize(t){t.append("var ").append(this.name).append(" = ");const e=new f.AttributeParameter(new x.Identifier("name")),i=new x.Argument(e,new E.TextLiteral('"'+this.name+'"')),s=new x.ArgumentList(this.args);s.add(i);new z.default(this.type,null,s).transpile(t),t.append(";").newLine()}initializeError(t){t.append("var ").append(this.name).append(" = new ").append(this.type.name).append("({"),t.append("name: '").append(this.name).append("', "),null!=this.args&&this.args.forEach((e=>{t.append(e.parameter.name).append(":"),e.expression.transpile(t),t.append(", ")}),this),t.trimLast(2),t.append("});").newLine()}}class dt extends R{constructor(t,e){super(t),this.id=e,this.copySectionFrom(e),this.resolved=null}get name(){return this.id.name}toString(){return this.parent?this.parent.toString()+"."+this.name:this.name}toDialect(t){try{this.resolve(t.context,!1)}catch(t){}this.resolved?this.resolved.toDialect(t):(this.parent&&this.parent.parentToDialect(t),t.append("."),t.append(this.name))}check(t){return this.resolveAndCheck(t,!1)}checkMember(t){return this.resolveAndCheck(t,!1)}interpret(t){return this.resolveAndCheck(t,!1),this.resolved.interpret(t)}resolveAndCheck(t,e){return this.resolve(t,e),this.resolved?this.resolved.check(t):a.AnyType.instance}resolve(t,e){if(this.resolved||(this.resolved=this.tryResolveMethod(t,null)),this.resolved||(this.resolved=this.tryResolveMember(t)),!this.resolved)throw new h.SyntaxError("Unknown identifier:"+this.name);return this.resolved}resolveMethod(t,e){this.resolved||(this.resolved=this.tryResolveMethod(t,e))}tryResolveMember(t){t.pushProblemListener(new o.ProblemRaiser);try{let e=this.parent;e instanceof d&&(e.checkMember(t),e=e.resolved);const i=new y(e,this.id);return i.check(t),i}catch(t){if(t instanceof h.SyntaxError)return null;throw t}finally{t.popProblemListener()}}tryResolveMethod(t,e){t.pushProblemListener(new o.ProblemRaiser);try{let i=this.parent;i instanceof d&&(i.checkMember(t),i=i.resolved);const s=new l.UnresolvedCall(new A(i,this.id),e);return s.check(t),s}catch(t){if(t instanceof h.SyntaxError)return null;throw t}finally{t.popProblemListener()}}declare(t){null==this.resolved&&this.resolve(t.context,!1),this.resolved.declare(t)}transpile(t){null==this.resolved&&this.resolve(t.context,!1),this.resolved.transpile(t)}}class pt extends s.a{toArrowExpression(){throw new Error("Override!")}checkFilter(t,e){throw new Error("Override!")}filteredToDialect(t,e){throw new Error("Override!")}containsToDialect(t){throw new Error("Override!")}}class ft extends pt{constructor(t,e,i){super(),this.args=t,this.argsSuite=e,this.arrowSuite=i,this.statements=null}toArrowExpression(){return this}toString(t){t||(t=new v.CodeWriter(u.Dialect.E,p.Context.newGlobalsContext()));try{return this.toDialect(t),t.toString()}catch(t){return""}}check(t,e){return this.statements.check(t,e||null)}interpret(t){return this.statements.interpret(t)}checkFilter(t,e){if(!this.args||1!==this.args.length)throw new h.SyntaxError("Expecting 1 parameter only!");return(t=t.newChildContext()).registerValue(new p.Variable(this.args[0],e)),this.statements.check(t,null)}declare(t){this.statements.declare(t)}transpile(t){return this.statements.transpile(t),!1}toDialect(t){this.argsToDialect(t),null!=this.argsSuite&&t.append(this.argsSuite),t.append("=>"),null!=this.arrowSuite&&t.append(this.arrowSuite),this.bodyToDialect(t)}filteredToDialect(t,e){if(null==this.args||1!==this.args.length)throw new h.SyntaxError("Expecting 1 parameter only!");const i=e.check(t.context).itemType;switch((t=t.newChildWriter()).context.registerValue(new p.Variable(this.args[0],i)),t.dialect){case u.Dialect.E:case u.Dialect.M:e.toDialect(t),t.append(" filtered where "),this.toDialect(t);break;case u.Dialect.O:t.append("filtered ("),e.toDialect(t),t.append(") where ("),this.toDialect(t),t.append(")")}}containsToDialect(t){t.append("where "),t.dialect===u.Dialect.O&&t.append("( "),this.toDialect(t),t.dialect===u.Dialect.O&&t.append(" ) ")}bodyToDialect(t){1===this.statements.length&&this.statements[0]instanceof l.ReturnStatement?this.statements[0].expression.toDialect(t):(t.append("{").newLine().indent(),this.statements.toDialect(t),t.newLine().dedent().append("}").newLine())}argsToDialect(t){null==this.args||0===this.args.length?t.append("()"):1===this.args.length?t.append(this.args[0].name):(t.append("("),t.append(this.args.join(", ")),t.append(")"))}setExpression(t){const e=new l.ReturnStatement(t,!0);this.statements=new l.StatementList(e)}registerArrowArgs(t,e){return this.args.forEach((i=>{const s=new p.Variable(i,e);t.registerValue(s)})),t}getFilter(t,e){const i=this.registerArrowArgs(t.newLocalContext(),e);return function(t){i.setValue(this.args[0],t);const e=this.statements.interpret(i);if(e instanceof _.BooleanValue)return e.value;throw new h.SyntaxError("Expecting a Boolean result!")}.bind(this)}declareFilter(t,e){if(1!==this.args.length)throw new h.SyntaxError("Expecting 1 parameter only!");(t=t.newChildTranspiler(null)).context.registerValue(new p.Variable(this.args[0],e)),this.statements.declare(t)}transpileFilter(t,e){if(1!==this.args.length)throw new h.SyntaxError("Expecting 1 parameter only!");(t=t.newChildTranspiler(null)).context.registerValue(new p.Variable(this.args[0],e)),t.append("function(").append(this.args[0]).append(") { "),this.statements.transpile(t),t.append(" }"),t.flush()}getSortedComparator(t,e,i){switch(this.args.length){case 1:return this.getSortedComparator1Arg(t,e,i);case 2:return this.getSortedComparator2Args(t,e,i);default:throw new Error("sorted arrow methods only support 1 or 2 arguments")}}getSortedComparator1Arg(t,e,i){const s=this.registerArrowArgs(t.newLocalContext(),e);return function(e,r){s.setValue(this.args[0],e);const n=this.statements.interpret(s);s.setValue(this.args[0],r);const a=this.statements.interpret(s);return i?a.compareToValue(t,n):n.compareToValue(t,a)}.bind(this)}getSortedComparator2Args(t,e,i){const s=this.registerArrowArgs(t.newLocalContext(),e);return function(t,e){s.setValue(this.args[0],t),s.setValue(this.args[1],e);const r=this.statements.interpret(s);if(!(r instanceof _.IntegerValue))throw new h.SyntaxError("Expecting an Integer as result of key body!");return i?-r.value:r.value}.bind(this)}transpileSortedComparator(t,e,i){switch(this.args.length){case 1:this.transpileSortedComparator1Arg(t,e,i);break;case 2:this.transpileSortedComparator2Args(t,e,i);break;default:throw new h.SyntaxError("Expecting 1 or 2 parameters only!")}}transpileSortedComparator1Arg(t,e,i){t=t.newLocalTranspiler(),this.registerArrowArgs(t.context,e),t.append("function(o1, o2) { "),t.append("var $key = function("),t.append(this.args[0]),t.append(") { "),this.statements.transpile(t),t.append(" }; "),t.append("o1 = $key(o1); "),t.append("o2 = $key(o2); "),i?t.append("return o1 === o2 ? 0 : o1 > o2 ? -1 : 1;"):t.append("return o1 === o2 ? 0 : o1 > o2 ? 1 : -1;"),t.append(" }"),t.flush()}transpileSortedComparator2Args(t,e,i){t=t.newLocalTranspiler(),this.registerArrowArgs(t.context,e),i&&(t.append("function("),t.append(this.args.join(", ")),t.append(") { return -(")),t.append("function("),t.append(this.args.join(", ")),t.append(") {"),this.statements.transpile(t),t.append("}"),i&&(t.append(")("),t.append(this.args.join(", ")),t.append("); }")),t.flush()}}var _t=i(16);class xt extends _t.a{constructor(t,e){super(t),this.value=e,this.sliceable=e.slice?e:null}check(t){return this.type}interpret(t){return this.value.interpret?this.value.interpret(t):this.value}declare(t){if(this.value.declare)return this.value.declare(t)}transpile(t){if(this.value.transpile)return this.value.transpile(t)}toString(){return this.value.toString()}toDialect(t){return this.value.toDialect(t)}}class Et extends pt{constructor(t,e){super(),this.itemId=t,this.predicate=e}toArrowExpression(){const t=new ft(new x.IdentifierList(this.itemId),null,null);return t.setExpression(this.predicate),t}toString(){return this.itemId+" where "+this.predicate.toString()}filteredToDialect(t,e){t=t.newChildWriter();const i=e.check(t.context).itemType;t.context.registerValue(new p.Variable(this.itemId,i)),t.dialect===u.Dialect.O?(t.append("filtered ("),e.toDialect(t),t.append(") with (").append(this.itemId.name).append(") where ("),this.predicate.toDialect(t),t.append(")")):(e.toDialect(t),t.append(" filtered with ").append(this.itemId.name).append(" where "),this.predicate.toDialect(t))}containsToDialect(t){t.dialect===u.Dialect.O?(t.append(" (").append(this.itemId.name).append(") where ("),this.predicate.toDialect(t),t.append(")")):(t.append(" ").append(this.itemId.name).append(" where "),this.predicate.toDialect(t))}checkFilter(t,e){const i=t.newChildContext();return i.registerValue(new p.Variable(this.itemId,e)),this.predicate.check(i)}interpret(t){return this.toArrowExpression().interpret(t)}}},function(t,e,i){"use strict";i.r(e),i.d(e,"Context",(function(){return h})),i.d(e,"BuiltInContext",(function(){return u})),i.d(e,"ResourceContext",(function(){return l})),i.d(e,"InstanceContext",(function(){return c})),i.d(e,"DocumentContext",(function(){return d})),i.d(e,"BreakResult",(function(){return p})),i.d(e,"VoidResult",(function(){return f})),i.d(e,"MethodDeclarationMap",(function(){return _})),i.d(e,"Interpreter",(function(){return v})),i.d(e,"locateMethod",(function(){return A})),i.d(e,"Transpiler",(function(){return b.a})),i.d(e,"Scheduler",(function(){return w})),i.d(e,"ApplicationContext",(function(){return N})),i.d(e,"Score",(function(){return S})),i.d(e,"Variable",(function(){return O.a})),i.d(e,"ErrorVariable",(function(){return D.default})),i.d(e,"MethodFinder",(function(){return M})),i.d(e,"LinkedValue",(function(){return k})),i.d(e,"LinkedVariable",(function(){return P})),i.d(e,"WidgetField",(function(){return F}));var s=i(33),r=i(10),n=i(1),a=i(4),o=i(3);class h{constructor(){this.globals=null,this.calling=null,this.parent=null,this.debugger=null,this.declarations={},this.tests={},this.instances={},this.values={},this.nativeBindings={},this.problemListener=new s.ProblemRaiser}static newGlobalsContext(){const t=new h;return t.globals=t,t.calling=null,t.parent=null,t.debugger=null,t}isGlobalContext(){return this===this.globals}getCallingContext(){return this.calling}getParentMostContext(){return null===this.parent?this:this.parent.getParentMostContext()}getClosestInstanceContext(){return null===this.parent?null:this.parent.getClosestInstanceContext()}getParentContext(){return this.parent}setParentContext(t){this.parent=t}isChildOf(t){return t===this.parent||this.parent&&this.parent.isChildOf(t)}isWithResourceContext(){return null!==this.parent&&this.parent!==this&&this.parent.isWithResourceContext()}newResourceContext(){const t=new l;return t.globals=this.globals,t.calling=this.calling,t.parent=this,t.debugger=this.debugger,t.problemListener=this.problemListener,t}newLocalContext(){const t=new h;return t.globals=this.globals,t.calling=this,t.parent=null,t.debugger=this.debugger,t.problemListener=this.problemListener,t}newDocumentContext(t,e){const i=new d(t);return i.globals=this.globals,i.calling=e?this.calling:this,i.parent=e?this:null,i.debugger=this.debugger,i.problemListener=this.problemListener,i}newBuiltInContext(t){const e=new u(t);return e.globals=this.globals,e.calling=this,e.parent=null,e.debugger=this.debugger,e.problemListener=this.problemListener,e}newInstanceContext(t,e,i){const s=new c(t,e);s.globals=this.globals,s.calling=i?this.calling:this,s.parent=i?this:null,s.debugger=this.debugger,s.problemListener=this.problemListener;const r=s.getDeclaration();return r&&r.processAnnotations(s,!0),s}newChildContext(){const t=new h;return t.globals=this.globals,t.calling=this.calling,t.parent=this,t.debugger=this.debugger,t.problemListener=this.problemListener,t}clone(){const t=new h;return t.globals=t,t.calling=null,t.parent=null,t.debugger=null,t.declarations=Object.create(this.declarations),t.tests=Object.create(this.tests),t.instances=Object.create(this.instances),t.values=Object.create(this.values),t.nativeBindings=Object.create(this.nativeBindings),t}pushProblemListener(t){this.problemListeners?this.problemListeners.push(this.problemListener):this.problemListeners=[this.problemListener],this.problemListener=t}popProblemListener(){this.problemListener=this.problemListeners.pop(),0===this.problemListeners.length&&delete this.problemListeners}getCatalog(){return this!==this.globals?this.globals.getCatalog():this.getLocalCatalog()}getLocalCatalog(){const t={attributes:[],methods:[],categories:[],enumerations:[],tests:[],widgets:[]};return Object.getOwnPropertyNames(this.declarations).forEach((e=>{const i=this.declarations[e];if(i instanceof r.AttributeDeclaration){const e={};e.dbId=i.dbId,e.name=i.name,e.dialect=i.dialect.name,t.attributes.push({type:"Document",value:e})}else if(i instanceof r.EnumeratedCategoryDeclaration||i instanceof r.EnumeratedNativeDeclaration){const e={};e.dbId=i.dbId,e.name=i.name,e.dialect=i.dialect.name,e.symbols=i.symbols.map((t=>t.name)),t.enumerations.push({type:"Document",value:e})}else if(i instanceof r.CategoryDeclaration){const e={};e.dbId=i.dbId,e.name=i.name,e.dialect=i.dialect.name,i.isWidget(this)?(e.pageWidgetOf=i.getPageWidgetOf(),t.widgets.push({type:"Document",value:e})):t.categories.push({type:"Document",value:e})}else if(i instanceof _){const e={};e.name=i.name,e.protos=[],Object.getOwnPropertyNames(i.protos).forEach((t=>{const s={};s.dbId=i.dbId,s.name=i.name,s.proto=t,s.dialect=i.protos[t].dialect.name,s.eligibleAsMain=i.protos[t].isEligibleAsMain(),e.protos.push({type:"Document",value:s})})),t.methods.push({type:"Document",value:e})}}),this),Object.getOwnPropertyNames(this.tests).forEach((e=>{const i=this.tests[e],s={};s.dbId=i.dbId,s.name=i.name,s.dialect=i.dialect.name,t.tests.push({type:"Document",value:s})}),this),t.attributes.length<=0&&delete t.attributes,t.categories.length<=0&&delete t.categories,t.widgets.length<=0&&delete t.widgets,t.enumerations.length<=0&&delete t.enumerations,t.methods.length<=0&&delete t.methods,t.tests.length<=0&&delete t.tests,{type:"Document",value:t}}findAttribute(t){return this===this.globals?this.declarations[t]||(this.parent?this.parent.findAttribute(t):null):this.globals.findAttribute(t)}getAllAttributes(){if(this===this.globals){let t=[];return Object.getOwnPropertyNames(this.declarations).forEach((e=>{this.declarations[e]instanceof r.AttributeDeclaration&&t.push(this.declarations[e])})),this.parent&&(t=t.concat(this.parent.getAllAttributes())),t}return this.globals.getAllAttributes()}getRegistered(t){let e=this.declarations[t.name]||null;return null!==e?e:(e=this.instances[t.name]||null,null!==e?e:null!==this.parent?this.parent.getRegistered(t):this.globals!==this?this.globals.getRegistered(t):null)}getRegisteredDeclaration(t){const e=this.declarations[t.name]||null;return null!==e?e:null!==this.parent?this.parent.getRegisteredDeclaration(t):this.globals!==this?this.globals.getRegisteredDeclaration(t):null}getTypedDeclaration(t,e){const i=this.getRegisteredDeclaration(e);return null!=i&&t.prototype.isPrototypeOf(i)?i:null}getLocalDeclaration(t){const e=this.declarations[t]||null;return null!==e?e:null!==this.parent?this.parent.getLocalDeclaration(t):null}registerDeclaration(t){this.checkDuplicate(t)&&(this.declarations[t.name]=t)}checkDuplicate(t){const e=this.getRegistered(t.id)||null;return null!==e&&e!==t&&this.problemListener.reportDuplicate(t.id),null===e}unregisterTestDeclaration(t){delete this.tests[t.name]}unregisterMethodDeclaration(t,e){const i=this.declarations[t.name];i&&i.unregister(e)&&delete this.declarations[t.name]}unregisterDeclaration(t){delete this.declarations[t.name]}registerMethodDeclaration(t){let e=this.checkDuplicateMethod(t);null===e&&(e=new _(t.id),this.declarations[t.name]=e),e.register(t,this.problemListener)}checkDuplicateMethod(t){const e=this.getRegistered(t.id)||null;return null===e||e instanceof _||this.problemListener.reportDuplicate(t.id),e}registerTestDeclaration(t){null!==(this.tests[t.name]||null)&&this.problemListener.reportDuplicate(t.id),this.tests[t.name]=t}getRegisteredTest(t){const e=this.tests[t]||null;return null!==e?e:null!==this.parent?this.parent.getRegisteredTest(t):this.globals!==this?this.globals.getRegisteredTest(t):null}hasTests(){return Object.getOwnPropertyNames(this.tests).length>0}getTestDeclaration(t){return this.tests[t]}registerNativeBinding(t,e){this===this.globals?this.nativeBindings[t]=e:this.globals.registerNativeBinding(t,e)}getNativeBinding(t){if(this===this.globals){const e=this.nativeBindings[t]||null;return null!==e?e:null!==this.parent?this.parent.getNativeBinding(t):null}return this.globals.getNativeBinding(t)}getRegisteredValue(t){const e=this.contextForValue(t);return null===e?null:e.readRegisteredValue(t)}readRegisteredValue(t){return this.instances[t.name]||null}registerValue(t,e){if(void 0===e&&(e=!0),e){null!==(this.instances[t.name]||null)&&this.problemListener.reportDuplicate(t.id)}this.instances[t.name]=t}unregisterValue(t){delete this.instances[t.name]}getInstance(t,e){const i=this.instances[t.name]||null;return null!==i?i:null!==this.parent&&e?this.parent.getInstance(t,!0):null}hasValue(t){return null!==this.contextForValue(t)}getValue(t){const e=this.contextForValue(t);return null===e&&this.problemListener.reportUnknownVariable(t,t.name),e.readValue(t)}readValue(t){const e=this.values[t.name]||null;return null===e&&this.problemListener.reportEmptyVariable(t),e instanceof k?e.context.getValue(t):e}setValue(t,e){const i=this.contextForValue(t);null===i&&this.problemListener.reportUnknownVariable(t,t.name),i.writeValue(t,e)}writeValue(t,e){e=this.autocast(t.name,e);const i=this.values[t.name];i instanceof k?i.context.setValue(t,e):this.values[t.name]=e}autocast(t,e){if(null!==e&&e instanceof a.IntegerValue){this.instances[t].getType(this)===n.DecimalType.instance&&(e=new a.DecimalValue(e.DecimalValue()))}return e}contextForValue(t){return null!==(this.instances[t.name]||null)?this:null!==this.parent?this.parent.contextForValue(t):this.globals!==this?this.globals.contextForValue(t):null}contextForDeclaration(t){return null!==(this.declarations[t]||null)?this:null!==this.parent?this.parent.contextForDeclaration(t):this.globals!==this?this.globals.contextForDeclaration(t):null}enterMethod(t){null!==this.debugger&&this.debugger.enterMethod(this,t)}leaveMethod(t){null!==this.debugger&&this.debugger.leaveMethod(this,t)}enterStatement(t){null!==this.debugger&&this.debugger.enterStatement(this,t)}leaveStatement(t){null!==this.debugger&&this.debugger.leaveStatement(this,t)}terminated(){null!==this.debugger&&this.debugger.terminated()}loadSingleton(t){if(this===this.globals){let e=this.values[t.name]||null;if(null===e){const i=this.declarations[t.name]||null;if(!(i instanceof r.ConcreteCategoryDeclaration))throw new o.InternalError("No such singleton:"+t.name);e=new a.ConcreteInstance(this,i),e.mutable=!0;const s=i.getInitializeMethod(this);if(null!=s){const t=this.newInstanceContext(e,!1).newChildContext();s.interpret(t)}this.values[t.name]=e}if(e instanceof a.ConcreteInstance)return e;throw new o.InternalError("Not a concrete instance:"+e)}return this.globals.loadSingleton(t)}}class l extends h{constructor(){super()}isWithResourceContext(){return!0}}class c extends h{constructor(t,e){super(),this.instance=t||null,this.instanceType=null!==e?e:t.type,this.widgetFields=null}getClosestInstanceContext(){return this}getRegistered(t){if(this.widgetFields){const e=this.widgetFields[t.name];if(e)return e}const e=super.getRegistered(t);if(e)return e;const i=this.getDeclaration();if(null==i)return null;const s=i.getMemberMethodsMap(this,t);return s&&!s.isEmpty()?s:i.hasAttribute(this,t)?this.getTypedDeclaration(typeof r.AttributeDeclaration,t):null}registerWidgetField(t,e,i){this.widgetFields||(this.widgetFields={});const s=this.widgetFields[t.name];if(s){if(s.createdBy===i)return;this.problemListener.reportDuplicate(t)}else this.widgetFields[t.name]=new F(t.name,e,i)}overrideWidgetFieldType(t,e,i){const s=this.widgetFields?this.widgetFields[t.name]:null;s?(s.type=e,s.updatedBy=i):this.problemListener.reportUnknownIdentifier(t,t.name)}getTypedDeclaration(t,e){if(t===_){const t=this.getDeclaration();if(t){const i=t.getMemberMethodsMap(this,e);if(i&&!i.isEmpty())return i}}return super.getTypedDeclaration(t,e)}readRegisteredValue(t){let e=this.instances[t]||null;if(null===e){const i=this.getRegisteredDeclaration(t);if(i instanceof r.AttributeDeclaration){const s=i.getType();e=new O.a(t,s),this.instances[t]=e}}return e}contextForValue(t){if("this"===t.name)return this;if(null!=this.widgetFields&&this.widgetFields[t.name])return this;const e=super.contextForValue(t);if(null!==e)return e;const i=this.getDeclaration();return i.hasAttribute(this,t)||i.hasMethod(this,t)?this:null}getDeclaration(){return null!==this.instance?this.instance.declaration:this.getTypedDeclaration(r.CategoryDeclaration,this.instanceType.id)}readValue(t){const e=this.getDeclaration();if(e.hasAttribute(this,t))return this.instance.getMemberValue(this.calling,t);if(e.hasMethod(this,t)){const i=e.getMemberMethodsMap(this,t).getFirst();return new a.ClosureValue(this,new n.MethodType(i))}return null}writeValue(t,e){this.instance.setMember(this.calling,t,e)}}class u extends h{constructor(t){super(),this.value=t}}class d extends h{constructor(t){super(),this.document=t}contextForValue(t){const e=super.contextForValue(t);return null!==e?e:this}readValue(t){return this.document.getMemberValue(this.calling,t)}writeValue(t,e){this.document.setMember(this.calling,t,e)}}class p{}p.instance=new p;class f{}f.instance=new f;class _{constructor(t){this.id=t,this.protos={}}get name(){return this.id.name}registerOrReplace(t){const e=t.getProto();this.protos[e]=t}register(t,e,i){const s=t.getProto();null===(this.protos[s]||null)||i||e.reportDuplicate(t.id),this.protos[s]=t}unregister(t){return delete this.protos[t],0===Object.getOwnPropertyNames(this.protos).length}hasProto(t){return!!this.protos[t]}registerIfMissing(t){const e=t.getProto();e in this.protos||(this.protos[e]=t)}getFirst(){const t=Object.getOwnPropertyNames(this.protos)[0];return t||""===t?this.protos[t]:null}getAll(){return Object.getOwnPropertyNames(this.protos).map((function(t){return this.protos[t]}),this)}isEmpty(){return 0===this.size()}size(){return Object.getOwnPropertyNames(this.protos).length}}var x=i(12),E=i(2),m=i(5),R=i(11),T=i(13),g=i(9);function y(t,e){const i=new E.ArgumentList;if(1===t.parameters.length){const s=t.parameters[0].id,r=function(t){try{const e=x.CmdLineParser.parse(t),i={};Object.keys(e).forEach((t=>{const s=new a.TextValue(t),r=new a.TextValue(e[t]);i[s]=r}));const s=new a.DictionaryValue(n.TextType.instance,i,!1),r=new n.DictionaryType(n.TextType.instance);return new m.ValueExpression(r,s)}catch(t){return new g.DictLiteral(!1)}}(e);i.add(new E.Argument(new T.UnresolvedParameter(s),r))}return i}function A(t,e,i){const s=t.getRegisteredDeclaration(new E.Identifier(e));if(null==s)throw new o.SyntaxError('Could not find a "'+e+'" method.');return function(t,e){return null==e||0===e.length?L(t):L(t,new n.DictionaryType(n.TextType.instance))}(s,i)}function L(t){const e=Object.keys(t.protos);for(let s=0;s{t.interpret(N.get())}:t,n=++w.lastJobId,a=e.date.valueOf()-(new Date).valueOf(),o=null!=i?w.makeRepeatingTask(r,n,i):w.makeSingleTask(r,n);return w.timers[n]={id:setTimeout(o,a),cancel:function(t){clearTimeout(t)}},n}static makeSingleTask(t,e){return()=>{try{t()}finally{delete w.timers[e]}}}static makeRepeatingTask(t,e,i){return()=>{try{t()}finally{const s=i.totalMilliseconds();w.timers[e]={id:setInterval((()=>{t()}),s),cancel:function(t){clearInterval(t)}}}}}static cancel(t){const e=w.timers[t];e?(delete w.timers[t],e.cancel(e.id)):console.log("Timer not found: "+t)}}w.lastJobId=0,w.timers=[];class N{static set(t){const e=N.instance;return N.instance=t,e}static get(){return N.instance}static init(){return N.set(h.newGlobalsContext())}}N.instance=null;class S{constructor(t,e){this.value=t,this.name=e}}S.BETTER=new S(1,"BETTER"),S.WORSE=new S(-1,"WORSE"),S.SIMILAR=new S(0,"SIMILAR");var O=i(86),D=i(129);class M{constructor(t,e){this.context=t,this.methodCall=e}findCandidates(t){return new Set([...this.findMemberCandidates(t),...this.findGlobalCandidates(t)])}findMemberCandidates(t){const e=this.methodCall.selector;if(null===e.parent){const t=this.context.getClosestInstanceContext();if(null!==t){const i=t.instanceType,s=this.context.getRegisteredDeclaration(i.id);if(s instanceof r.ConcreteCategoryDeclaration){const t=s.getMemberMethods(this.context,e.id,!0);if(null!==t)return new Set([...t.getAll()])}}return new Set}{const i=e.checkParentType(this.context,t);return null!==i?i.getMemberMethods(this.context,e.id):new Set}}findGlobalCandidates(t){const e=this.methodCall.selector;if(null!==e.parent)return new Set;const i=this.context.getRegisteredDeclaration(e.id),s=i instanceof _?i.getAll():[];return new Set([...s])}findBest(t){const e=new Set;let i=this.findBestReference(t,e);return null!==i?i:(i=this.findBestMethod(t,e),null!==i?i:(0===e.size?this.context.problemListener.reportUnknownMethod(this.methodCall.selector.id,this.methodCall.selector.name):this.context.problemListener.reportNoMatchingPrototype(this.methodCall,this.methodCall.toString(),[...e].map((t=>t.getSignature()))),null))}findBestReference(t,e){const i=this.findCandidateReference(t);if(null==i)return null;e.add(i);const s=this.filterCompatible(new Set([i]),t,!1);return s.size>0?[...s][0]:null}findCandidateReference(t){const e=this.methodCall.selector;if(null!==e.parent)return null;if(t){if(this.context.hasValue(e.id)){const t=this.context.getValue(e.id);if(t instanceof a.ClosureValue)return this.getClosureDeclaration(this.context,t);if(t instanceof a.ArrowValue)return this.getArrowDeclaration(t)}}else{const t=this.context.getInstance(e.id,!0);if(null===t)return null;const i=t.getType(this.context).resolve(this.context);if(i instanceof n.MethodType)return i.method.asReference()}return null}getArrowDeclaration(t){return new r.ArrowDeclaration(t)}getClosureDeclaration(t,e){const i=e.type.method;if(null!==i.memberOf){const t=this.methodCall.selector;if(this.context.contextForValue(t.id)===e.context)return i}return new r.ClosureDeclaration(e)}findBestMethod(t,e){const i=this.findCandidates(t);i.forEach((t=>e.add(t)));const s=this.filterCompatible(i,t,!1);switch(s.size){case 0:return null;case 1:return s.values().next().value;default:return this.findMostSpecific(s,t)}}findMostSpecific(t,e){let i=null,s=[];return t.forEach((function(t){if(null==i)i=t;else{switch(this.compareSpecifity(i,t,e)){case S.WORSE:i=t,s=[];break;case S.BETTER:break;case S.SIMILAR:s.push(t)}}}),this),s.length>0&&this.context.problemListener.reportTooManyPrototypes(this.methodCall),i}sortMostSpecificFirst(t){const e=this;return(t=Array.from(t)).sort(((t,i)=>e.compareSpecifity(i,t,!1,!0).value)),t}compareSpecifity(t,e,i,s){try{const r=this.context.newLocalContext();t.registerParameters(r);const a=this.context.newLocalContext();e.registerParameters(a);const o=this.methodCall.makeArguments(this.context,t),h=this.methodCall.makeArguments(this.context,e);for(let l=0;l{try{const r=this.methodCall.makeArguments(this.context,t);t.isAssignableTo(this.context,r,e,i)&&s.add(t)}catch(t){if(!(t instanceof o.SyntaxError))throw t}}),this),s}findPotential(t){const e=this.findCandidates(!1);return 0===e.length&&this.context.problemListener.reportUnknownMethod(this.methodCall.selector.id,this.methodCall.selector.name),this.filterPotential(e)}filterPotential(t){const e=new Set;return t.forEach((t=>{try{const i=this.methodCall.makeArguments(this.context,t);t.isAssignableFrom(this.context,i)&&e.add(t)}catch(t){if(!(t instanceof o.SyntaxError))throw t}}),this),e}}class k{constructor(t){this.context=t}}var U=i(66);class P extends U.a{constructor(t,e){super(),this.type=t,this.linked=e}getType(t){return this.type}get name(){return this.linked.name}}class F extends O.a{constructor(t,e,i,s){super(t,e),this.createdBy=i,this.updatedBy=s}}},function(t,e,i){"use strict";i.r(e),i.d(e,"$Root",(function(){return s.a})),i.d(e,"Any",(function(){return r.default})),i.d(e,"BlobRef",(function(){return n.a})),i.d(e,"Cursor",(function(){return a.a})),i.d(e,"DateTime",(function(){return DateTime.default})),i.d(e,"Dictionary",(function(){return Dictionary})),i.d(e,"Document",(function(){return h.default})),i.d(e,"List",(function(){return l.default})),i.d(e,"LocalDate",(function(){return LocalDate.default})),i.d(e,"LocalTime",(function(){return LocalTime.default})),i.d(e,"Period",(function(){return Period.default})),i.d(e,"Range",(function(){return _})),i.d(e,"CharacterRange",(function(){return E})),i.d(e,"DateRange",(function(){return m})),i.d(e,"IntegerRange",(function(){return x})),i.d(e,"TimeRange",(function(){return R})),i.d(e,"StrictSet",(function(){return T.default})),i.d(e,"Tuple",(function(){return L})),i.d(e,"UUID",(function(){return UUID})),i.d(e,"Version",(function(){return Version})),i.d(e,"Type",(function(){return I}));var s=i(87),r=i(130),n=i(181),a=i(207),DateTime=i(141);const List=i(50).default,StrictSet=i(43).default,Document=i(69).default,o=i(94).default;function Dictionary(t,e){return e&&Object.getOwnPropertyNames(e).forEach((function(t){this[t]=e[t]}),this),this.mutable=t||!1,this}Object.defineProperty(Dictionary.prototype,"$keys",{get:function(){return Object.getOwnPropertyNames(this).filter((function(t){return"mutable"!==t}))}}),Object.defineProperty(Dictionary.prototype,"length",{get:function(){return this.$keys.length}}),Object.defineProperty(Dictionary.prototype,"keys",{get:function(){return new StrictSet(this.$keys)}}),Object.defineProperty(Dictionary.prototype,"values",{get:function(){var t=this.$keys.map((function(t){return this[t]}),this);return new List(!1,t)}}),Dictionary.prototype.iterator=function(){var t=this,e=this.keys.iterator();return{hasNext:e.hasNext,next:function(){var i=e.next();return{key:i,value:t[i]}}}},Dictionary.prototype.swap=function(){var t=new Dictionary(!0);return this.$keys.forEach((function(e){var i=this[e];i&&(i=i.toString()),t[i]=e}),this),t.mutable=!1,t},Dictionary.prototype.removeKey=function(t){delete this[t]},Dictionary.prototype.removeValue=function(t){this.$keys.filter((function(e){return this[e].equals(t)}),this).forEach((function(t){delete this[t]}),this)},Dictionary.prototype.add=function(t){var e=Object.assign({},this,t);return e.__proto__=Dictionary.prototype,e},Dictionary.prototype.toString=function(){var t=this.$keys.map((function(t){return'"'+t+'":'+this[t]}),this);return"<"+(t.length?t.join(", "):":")+">"},Dictionary.prototype.getText=Dictionary.prototype.toString,Dictionary.prototype.toJson=function(){return new Document(this).toJson()},Dictionary.prototype.equals=function(t){var e=this.$keys;if(this.length!==t.length)return!1;for(var i=0;i0?this.item(e):this.item(this.length+1+e):this.last,i},_.prototype.checkRange=function(t,e){if(t&&(t<1||t>this.length))throw new RangeError;if(t||(t=1),e){if(e>=0&&(e<1||e>this.length))throw new RangeError;if(e<-this.length)throw new RangeError}},_.prototype.hasAny=function(t){void 0!==c&&t instanceof c&&(t=Array.from(t.set.values()));for(var e=0;e=this.first&&e<=this.last},E.prototype=Object.create(x.prototype),E.prototype.constructor=E,E.prototype.has=function(t){var e=t.charCodeAt(0);return e>=this.first&&e<=this.last},E.prototype.item=function(t){return String.fromCharCode(this.first+t-1)},m.prototype=Object.create(_.prototype),m.prototype.constructor=m,Object.defineProperty(m.prototype,"length",{get:function(){return 1+(this.last.valueOf()-this.first.valueOf())/864e5}}),m.prototype.item=function(t){var e=this.first.valueOf()+864e5*(t-1);if(e>this.last.valueOf())throw new RangeError;return new d(e)},m.prototype.has=function(t){var e=t.valueOf();return e>=this.first.valueOf()&&e<=this.last.valueOf()},R.prototype=Object.create(_.prototype),R.prototype.constructor=R,Object.defineProperty(R.prototype,"length",{get:function(){return 1+(this.last.valueOf()-this.first.valueOf())/1e3}}),R.prototype.item=function(t){var e=this.first.valueOf()+1e3*(t-1);if(e>this.last.valueOf())throw new RangeError;return new p(e)},R.prototype.has=function(t){var e=t.valueOf();return e>=this.first.valueOf()&&e<=this.last.valueOf()};var T=i(43);const g=i(50).default,y=i(43).default,A=i(22).equalObjects;function L(t,e){return g.call(this,t,e),this}function UUID(){return this}function Version(t,e,i,s){return this.major=t,this.minor=e,this.fix=i||0,this.qualifier=s||0,this}function I(t){return this.name=t,this}L.prototype=Object.create(g.prototype),L.prototype.constructor=L,L.prototype.add=function(t){void 0!==y&&t instanceof y&&(t=Array.from(t.set.values()));var e=new L(!1);return e.addItems(this),e.addItems(t),e},L.prototype.equals=function(t){if(this===(t=t||null))return!0;if(!(t instanceof L)||this.length!==t.length)return!1;for(var e=0;e0;s>>>=1,i+=i)1&s&&(t=i+t);return t},UUID.prototype.fromParts=function(t,e,i,s,r,n){return this.version=i>>12&15,this.hex=UUID.paddedString(t.toString(16),8)+"-"+UUID.paddedString(e.toString(16),4)+"-"+UUID.paddedString(i.toString(16),4)+"-"+UUID.paddedString(s.toString(16),2)+UUID.paddedString(r.toString(16),2)+"-"+UUID.paddedString(n.toString(16),12),this},UUID.prototype.toString=function(){return this.hex},UUID.prototype.getText=UUID.prototype.toString,UUID.prototype.toJson=function(){return JSON.stringify(this.toString())},UUID.prototype.toBytes=function(){for(var t=this.hex.split("-"),e=[],i=0,s=0;s>>16,timestamp:e}},UUID._create4=function(){return(new UUID).fromParts(UUID.randomUI32(),UUID.randomUI16(),16384|UUID.randomUI12(),128|UUID.randomUI06(),UUID.randomUI08(),UUID.randomUI48())},UUID._create1=function(){var t=(new Date).getTime(),e=UUID.randomUI14(),i=1099511627776*(1|UUID.randomUI08())+UUID.randomUI40(),s=UUID.randomUI04(),r=0;t!==r?(t>>8|128,l=255&e;return(new UUID).fromParts(a,n.mid,o,h,l,i)},UUID.create=function(t){return this["_create"+(t=t||4)]()},UUID.fromTime=function(t,e){e=e||!1;var i=UUID.getTimeFieldValues(t),s=i.low,r=4095&i.hi|4096;return!1===e?(new UUID).fromParts(s,i.mid,r,0,0,0):(new UUID).fromParts(s,i.mid,r,128|UUID.limitUI06,UUID.limitUI08-1,UUID.limitUI48-1)},UUID.firstFromTime=function(t){return UUID.fromTime(t,!1)},UUID.lastFromTime=function(t){return UUID.fromTime(t,!0)},UUID.fromString=function(t){var e=new RegExp("([0-9a-f]{8})-([0-9a-f]{4})-([0-9a-f]{4})-([0-9a-f]{2})([0-9a-f]{2})-([0-9a-f]{12})").exec(t);if(7===e.length){e.splice(0,1);var i=e.map((function(t){return parseInt(t,16)})),s=new UUID;return s.fromParts.apply(s,i)}throw new Error("Not a valid uuid: "+t)},UUID.fromBytes=function(t){var e="",i=0,s=[4,2,2,2,6],r=0;if(t.length<5)return null;for(;r255||e[i]<0)throw new Error("Unexpected byte in binary data.");return UUID.fromBytes(e)},Version.prototype.equals=function(t){return t instanceof Version&&this.asInt()===t.asInt()},Version.prototype.toString=function(){if(this===Version.LATEST)return"latest";if(this===Version.DEVELOPMENT)return"development";var t="v"+this.major+"."+this.minor;return this.fix&&(t=t+"."+this.fix),this.qualifier&&(t=t+"-"+this.qualifierToString()),t},Version.prototype.qualifierToString=function(){switch(this.qualifier){case 0:return"";case-3:return"alpha";case-2:return"beta";case-1:return"candidate";default:throw new Error("Unsupported qualifier: "+this.qualifier)}},Version.prototype.getText=Version.prototype.toString,Version.prototype.asInt=function(){return this.major<<24|this.minor<<16|this.fix<<8|this.qualifier},Version.prototype.gt=function(t){return t instanceof Version&&this.asInt()>t.asInt()},Version.prototype.gte=function(t){return t instanceof Version&&this.asInt()>=t.asInt()},Version.prototype.lt=function(t){return t instanceof Version&&this.asInt()i?1:e===i?0:-1},Version.prototype.toJson=function(){return JSON.stringify(this.toString())},Version.prototype.toTranspiled=function(){if(this===Version.LATEST)return"new Version(0xFF, 0xFF, 0xFF, 0xFF)";if(this===Version.DEVELOPMENT)return"new Version(0xFE, 0xFE, 0xFE, 0xFE)";throw new Error("Should never get there!")},Version.LATEST=new Version(255,255,255,255),Version.DEVELOPMENT=new Version(254,254,254,254),Version.parse=function(t){return"latest"===t?Version.LATEST:"development"===t?Version.DEVELOPMENT:Version.parsePrefixedSemanticVersion(t)},Version.parsePrefixedSemanticVersion=function(t){return t.startsWith("v")&&(t=t.substring(1)),Version.parseSemanticVersion(t)},Version.parseSemanticVersion=function(t){var e=t.split("-"),i=Version.parseVersionNumber(e[0]);return e.length>1&&(i.qualifier=Version.parseQualifier(e[1])),i},Version.parseVersionNumber=function(t){var e=t.split(".");return new Version(parseInt(e[0]),parseInt(e[1]),e.length>2?parseInt(e[2]):0)},Version.parseQualifier=function(t){switch(t){case"":return 0;case"alpha":return-3;case"beta":return-2;case"candidate":return-1;default:throw new Error("Version qualifier must be 'alpha', 'beta' or 'candidate'!")}},I.prototype.toString=function(){return this.name}},function(t,e,i){"use strict";i.r(e),i.d(e,"Location",(function(){return s})),i.d(e,"Section",(function(){return r.a})),i.d(e,"EParserListener",(function(){return o})),i.d(e,"OParserListener",(function(){return h})),i.d(e,"MParserListener",(function(){return l})),i.d(e,"EParser",(function(){return x})),i.d(e,"OParser",(function(){return kl})),i.d(e,"MParser",(function(){return FR})),i.d(e,"ELexer",(function(){return Ow})),i.d(e,"OLexer",(function(){return Pw})),i.d(e,"MLexer",(function(){return Gw})),i.d(e,"EIndentingLexer",(function(){return jw})),i.d(e,"ECleverParser",(function(){return Yw})),i.d(e,"ONamingLexer",(function(){return qw})),i.d(e,"OCleverParser",(function(){return Kw})),i.d(e,"MIndentingLexer",(function(){return zw})),i.d(e,"MCleverParser",(function(){return GN})),i.d(e,"EPromptoBuilder",(function(){return jN})),i.d(e,"OPromptoBuilder",(function(){return WN})),i.d(e,"MPromptoBuilder",(function(){return VN})),i.d(e,"Dialect",(function(){return JN})),i.d(e,"Assertion",(function(){return YN})),i.d(e,"EParserFactory",(function(){return qN})),i.d(e,"OParserFactory",(function(){return XN})),i.d(e,"MParserFactory",(function(){return KN})),i.d(e,"getFullText",(function(){return zN}));class s{static min(t,e){return t.tokenIndexe.tokenIndex?e:t}constructor(t,e){this.tokenIndex=t.tokenIndex,this.line=t.line,this.column=t.column,e&&t.text&&(this.column+=t.text.length)}serialize(){return{type:"Location",value:{tokenIndex:this.tokenIndex,line:this.line,column:this.column}}}}var r=i(25),n=i(0),a=i.n(n);class o extends a.a.tree.ParseTreeListener{enterEnum_category_declaration(t){}exitEnum_category_declaration(t){}enterEnum_native_declaration(t){}exitEnum_native_declaration(t){}enterNative_symbol(t){}exitNative_symbol(t){}enterCategory_symbol(t){}exitCategory_symbol(t){}enterAttribute_declaration(t){}exitAttribute_declaration(t){}enterConcrete_widget_declaration(t){}exitConcrete_widget_declaration(t){}enterNative_widget_declaration(t){}exitNative_widget_declaration(t){}enterConcrete_category_declaration(t){}exitConcrete_category_declaration(t){}enterSingleton_category_declaration(t){}exitSingleton_category_declaration(t){}enterDerivedList(t){}exitDerivedList(t){}enterDerivedListItem(t){}exitDerivedListItem(t){}enterOperator_method_declaration(t){}exitOperator_method_declaration(t){}enterSetter_method_declaration(t){}exitSetter_method_declaration(t){}enterNative_setter_declaration(t){}exitNative_setter_declaration(t){}enterGetter_method_declaration(t){}exitGetter_method_declaration(t){}enterNative_getter_declaration(t){}exitNative_getter_declaration(t){}enterNative_category_declaration(t){}exitNative_category_declaration(t){}enterNative_resource_declaration(t){}exitNative_resource_declaration(t){}enterNative_category_bindings(t){}exitNative_category_bindings(t){}enterNativeCategoryBindingListItem(t){}exitNativeCategoryBindingListItem(t){}enterNativeCategoryBindingList(t){}exitNativeCategoryBindingList(t){}enterAttributeList(t){}exitAttributeList(t){}enterAttributeListItem(t){}exitAttributeListItem(t){}enterAbstract_global_method_declaration(t){}exitAbstract_global_method_declaration(t){}enterAbstract_member_method_declaration(t){}exitAbstract_member_method_declaration(t){}enterConcrete_method_declaration(t){}exitConcrete_method_declaration(t){}enterNative_method_declaration(t){}exitNative_method_declaration(t){}enterTest_method_declaration(t){}exitTest_method_declaration(t){}enterAssertion(t){}exitAssertion(t){}enterFull_argument_list(t){}exitFull_argument_list(t){}enterTyped_argument(t){}exitTyped_argument(t){}enterAssignInstanceStatement(t){}exitAssignInstanceStatement(t){}enterMethodCallStatement(t){}exitMethodCallStatement(t){}enterAssignTupleStatement(t){}exitAssignTupleStatement(t){}enterStoreStatement(t){}exitStoreStatement(t){}enterFetchStatement(t){}exitFetchStatement(t){}enterReadStatement(t){}exitReadStatement(t){}enterFlushStatement(t){}exitFlushStatement(t){}enterBreakStatement(t){}exitBreakStatement(t){}enterReturnStatement(t){}exitReturnStatement(t){}enterIfStatement(t){}exitIfStatement(t){}enterSwitchStatement(t){}exitSwitchStatement(t){}enterForEachStatement(t){}exitForEachStatement(t){}enterWhileStatement(t){}exitWhileStatement(t){}enterDoWhileStatement(t){}exitDoWhileStatement(t){}enterRaiseStatement(t){}exitRaiseStatement(t){}enterTryStatement(t){}exitTryStatement(t){}enterWriteStatement(t){}exitWriteStatement(t){}enterWithResourceStatement(t){}exitWithResourceStatement(t){}enterWithSingletonStatement(t){}exitWithSingletonStatement(t){}enterClosureStatement(t){}exitClosureStatement(t){}enterCommentStatement(t){}exitCommentStatement(t){}enterFlush_statement(t){}exitFlush_statement(t){}enterStore_statement(t){}exitStore_statement(t){}enterUnresolvedWithArgsStatement(t){}exitUnresolvedWithArgsStatement(t){}enterInvokeStatement(t){}exitInvokeStatement(t){}enterWith_resource_statement(t){}exitWith_resource_statement(t){}enterWith_singleton_statement(t){}exitWith_singleton_statement(t){}enterSwitch_statement(t){}exitSwitch_statement(t){}enterAtomicSwitchCase(t){}exitAtomicSwitchCase(t){}enterCollectionSwitchCase(t){}exitCollectionSwitchCase(t){}enterFor_each_statement(t){}exitFor_each_statement(t){}enterDo_while_statement(t){}exitDo_while_statement(t){}enterWhile_statement(t){}exitWhile_statement(t){}enterIf_statement(t){}exitIf_statement(t){}enterElseIfStatementList(t){}exitElseIfStatementList(t){}enterElseIfStatementListItem(t){}exitElseIfStatementListItem(t){}enterRaise_statement(t){}exitRaise_statement(t){}enterTry_statement(t){}exitTry_statement(t){}enterCatchAtomicStatement(t){}exitCatchAtomicStatement(t){}enterCatchCollectionStatement(t){}exitCatchCollectionStatement(t){}enterBreak_statement(t){}exitBreak_statement(t){}enterReturn_statement(t){}exitReturn_statement(t){}enterIntDivideExpression(t){}exitIntDivideExpression(t){}enterHasAnyExpression(t){}exitHasAnyExpression(t){}enterHasExpression(t){}exitHasExpression(t){}enterTernaryExpression(t){}exitTernaryExpression(t){}enterInExpression(t){}exitInExpression(t){}enterDocumentExpression(t){}exitDocumentExpression(t){}enterJsxExpression(t){}exitJsxExpression(t){}enterNotExpression(t){}exitNotExpression(t){}enterInvocationExpression(t){}exitInvocationExpression(t){}enterCompareExpression(t){}exitCompareExpression(t){}enterOrExpression(t){}exitOrExpression(t){}enterCodeExpression(t){}exitCodeExpression(t){}enterAmbiguousExpression(t){}exitAmbiguousExpression(t){}enterReadOneExpression(t){}exitReadOneExpression(t){}enterAndExpression(t){}exitAndExpression(t){}enterArrowExpression(t){}exitArrowExpression(t){}enterMethodCallExpression(t){}exitMethodCallExpression(t){}enterFetchExpression(t){}exitFetchExpression(t){}enterClosureExpression(t){}exitClosureExpression(t){}enterSortedExpression(t){}exitSortedExpression(t){}enterBlobExpression(t){}exitBlobExpression(t){}enterContainsExpression(t){}exitContainsExpression(t){}enterFilteredListExpression(t){}exitFilteredListExpression(t){}enterConstructorExpression(t){}exitConstructorExpression(t){}enterReadBlobExpression(t){}exitReadBlobExpression(t){}enterMultiplyExpression(t){}exitMultiplyExpression(t){}enterExecuteExpression(t){}exitExecuteExpression(t){}enterIteratorExpression(t){}exitIteratorExpression(t){}enterUnresolvedExpression(t){}exitUnresolvedExpression(t){}enterDivideExpression(t){}exitDivideExpression(t){}enterIsExpression(t){}exitIsExpression(t){}enterMinusExpression(t){}exitMinusExpression(t){}enterAddExpression(t){}exitAddExpression(t){}enterHasAllExpression(t){}exitHasAllExpression(t){}enterInstanceExpression(t){}exitInstanceExpression(t){}enterMutableInstanceExpression(t){}exitMutableInstanceExpression(t){}enterReadAllExpression(t){}exitReadAllExpression(t){}enterCssExpression(t){}exitCssExpression(t){}enterCastExpression(t){}exitCastExpression(t){}enterModuloExpression(t){}exitModuloExpression(t){}enterEqualsExpression(t){}exitEqualsExpression(t){}enterArrowFilterExpression(t){}exitArrowFilterExpression(t){}enterExplicitFilterExpression(t){}exitExplicitFilterExpression(t){}enterOtherFilterExpression(t){}exitOtherFilterExpression(t){}enterUnresolvedSelector(t){}exitUnresolvedSelector(t){}enterUnresolvedIdentifier(t){}exitUnresolvedIdentifier(t){}enterUnresolved_selector(t){}exitUnresolved_selector(t){}enterInvocation_expression(t){}exitInvocation_expression(t){}enterInvocation_trailer(t){}exitInvocation_trailer(t){}enterParenthesisExpression(t){}exitParenthesisExpression(t){}enterLiteralExpression(t){}exitLiteralExpression(t){}enterIdentifierExpression(t){}exitIdentifierExpression(t){}enterThisExpression(t){}exitThisExpression(t){}enterSuperExpression(t){}exitSuperExpression(t){}enterSelectorExpression(t){}exitSelectorExpression(t){}enterSelectableExpression(t){}exitSelectableExpression(t){}enterMemberSelector(t){}exitMemberSelector(t){}enterSliceSelector(t){}exitSliceSelector(t){}enterItemSelector(t){}exitItemSelector(t){}enterMutableSelectableExpression(t){}exitMutableSelectableExpression(t){}enterMutableSelectorExpression(t){}exitMutableSelectorExpression(t){}enterDocument_expression(t){}exitDocument_expression(t){}enterBlob_expression(t){}exitBlob_expression(t){}enterConstructorFrom(t){}exitConstructorFrom(t){}enterConstructorNoFrom(t){}exitConstructorNoFrom(t){}enterWrite_statement(t){}exitWrite_statement(t){}enterAmbiguous_expression(t){}exitAmbiguous_expression(t){}enterFiltered_list_suffix(t){}exitFiltered_list_suffix(t){}enterFetchOne(t){}exitFetchOne(t){}enterFetchMany(t){}exitFetchMany(t){}enterFetchOneAsync(t){}exitFetchOneAsync(t){}enterFetchManyAsync(t){}exitFetchManyAsync(t){}enterInclude_list(t){}exitInclude_list(t){}enterThen(t){}exitThen(t){}enterRead_statement(t){}exitRead_statement(t){}enterSorted_expression(t){}exitSorted_expression(t){}enterArgumentAssignmentListExpression(t){}exitArgumentAssignmentListExpression(t){}enterArgumentAssignmentListNoExpression(t){}exitArgumentAssignmentListNoExpression(t){}enterArgumentAssignmentList(t){}exitArgumentAssignmentList(t){}enterArgumentAssignmentListItem(t){}exitArgumentAssignmentListItem(t){}enterArgument_assignment(t){}exitArgument_assignment(t){}enterAssign_instance_statement(t){}exitAssign_instance_statement(t){}enterMemberInstance(t){}exitMemberInstance(t){}enterItemInstance(t){}exitItemInstance(t){}enterAssign_tuple_statement(t){}exitAssign_tuple_statement(t){}enterLfs(t){}exitLfs(t){}enterLfp(t){}exitLfp(t){}enterWs_plus(t){}exitWs_plus(t){}enterIndent(t){}exitIndent(t){}enterDedent(t){}exitDedent(t){}enterType_literal(t){}exitType_literal(t){}enterNull_literal(t){}exitNull_literal(t){}enterRepl(t){}exitRepl(t){}enterFullDeclarationList(t){}exitFullDeclarationList(t){}enterDeclarations(t){}exitDeclarations(t){}enterDeclaration(t){}exitDeclaration(t){}enterAnnotation_constructor(t){}exitAnnotation_constructor(t){}enterAnnotation_identifier(t){}exitAnnotation_identifier(t){}enterAnnotation_argument(t){}exitAnnotation_argument(t){}enterAnnotation_argument_name(t){}exitAnnotation_argument_name(t){}enterAnnotationLiteralValue(t){}exitAnnotationLiteralValue(t){}enterAnnotationTypeValue(t){}exitAnnotationTypeValue(t){}enterResource_declaration(t){}exitResource_declaration(t){}enterEnum_declaration(t){}exitEnum_declaration(t){}enterNative_symbol_list(t){}exitNative_symbol_list(t){}enterCategory_symbol_list(t){}exitCategory_symbol_list(t){}enterSymbol_list(t){}exitSymbol_list(t){}enterMatchingList(t){}exitMatchingList(t){}enterMatchingSet(t){}exitMatchingSet(t){}enterMatchingRange(t){}exitMatchingRange(t){}enterMatchingPattern(t){}exitMatchingPattern(t){}enterMatchingExpression(t){}exitMatchingExpression(t){}enterList_literal(t){}exitList_literal(t){}enterSet_literal(t){}exitSet_literal(t){}enterExpression_list(t){}exitExpression_list(t){}enterRange_literal(t){}exitRange_literal(t){}enterIteratorType(t){}exitIteratorType(t){}enterSetType(t){}exitSetType(t){}enterListType(t){}exitListType(t){}enterDictType(t){}exitDictType(t){}enterCursorType(t){}exitCursorType(t){}enterTypeType(t){}exitTypeType(t){}enterPrimaryType(t){}exitPrimaryType(t){}enterNativeType(t){}exitNativeType(t){}enterCategoryType(t){}exitCategoryType(t){}enterBooleanType(t){}exitBooleanType(t){}enterCssType(t){}exitCssType(t){}enterCharacterType(t){}exitCharacterType(t){}enterTextType(t){}exitTextType(t){}enterImageType(t){}exitImageType(t){}enterIntegerType(t){}exitIntegerType(t){}enterDecimalType(t){}exitDecimalType(t){}enterDocumentType(t){}exitDocumentType(t){}enterDateType(t){}exitDateType(t){}enterDateTimeType(t){}exitDateTimeType(t){}enterTimeType(t){}exitTimeType(t){}enterPeriodType(t){}exitPeriodType(t){}enterVersionType(t){}exitVersionType(t){}enterCodeType(t){}exitCodeType(t){}enterBlobType(t){}exitBlobType(t){}enterUUIDType(t){}exitUUIDType(t){}enterDbIdType(t){}exitDbIdType(t){}enterHtmlType(t){}exitHtmlType(t){}enterCategory_type(t){}exitCategory_type(t){}enterMutable_category_type(t){}exitMutable_category_type(t){}enterCode_type(t){}exitCode_type(t){}enterConcreteCategoryDeclaration(t){}exitConcreteCategoryDeclaration(t){}enterNativeCategoryDeclaration(t){}exitNativeCategoryDeclaration(t){}enterSingletonCategoryDeclaration(t){}exitSingletonCategoryDeclaration(t){}enterConcreteWidgetDeclaration(t){}exitConcreteWidgetDeclaration(t){}enterNativeWidgetDeclaration(t){}exitNativeWidgetDeclaration(t){}enterType_identifier_list(t){}exitType_identifier_list(t){}enterMethod_identifier(t){}exitMethod_identifier(t){}enterIdentifier_or_keyword(t){}exitIdentifier_or_keyword(t){}enterNospace_hyphen_identifier_or_keyword(t){}exitNospace_hyphen_identifier_or_keyword(t){}enterNospace_identifier_or_keyword(t){}exitNospace_identifier_or_keyword(t){}enterVariableIdentifier(t){}exitVariableIdentifier(t){}enterTypeIdentifier(t){}exitTypeIdentifier(t){}enterSymbolIdentifier(t){}exitSymbolIdentifier(t){}enterMember_identifier(t){}exitMember_identifier(t){}enterVariable_identifier(t){}exitVariable_identifier(t){}enterAttribute_identifier(t){}exitAttribute_identifier(t){}enterType_identifier(t){}exitType_identifier(t){}enterSymbol_identifier(t){}exitSymbol_identifier(t){}enterArgument_list(t){}exitArgument_list(t){}enterCodeArgument(t){}exitCodeArgument(t){}enterOperatorArgument(t){}exitOperatorArgument(t){}enterOperator_argument(t){}exitOperator_argument(t){}enterNamed_argument(t){}exitNamed_argument(t){}enterCode_argument(t){}exitCode_argument(t){}enterCategory_or_any_type(t){}exitCategory_or_any_type(t){}enterAnyListType(t){}exitAnyListType(t){}enterAnyType(t){}exitAnyType(t){}enterAnyDictType(t){}exitAnyDictType(t){}enterMember_method_declaration_list(t){}exitMember_method_declaration_list(t){}enterMember_method_declaration(t){}exitMember_method_declaration(t){}enterNative_member_method_declaration_list(t){}exitNative_member_method_declaration_list(t){}enterNative_member_method_declaration(t){}exitNative_member_method_declaration(t){}enterJavaCategoryBinding(t){}exitJavaCategoryBinding(t){}enterCSharpCategoryBinding(t){}exitCSharpCategoryBinding(t){}enterPython2CategoryBinding(t){}exitPython2CategoryBinding(t){}enterPython3CategoryBinding(t){}exitPython3CategoryBinding(t){}enterJavascriptCategoryBinding(t){}exitJavascriptCategoryBinding(t){}enterPython_category_binding(t){}exitPython_category_binding(t){}enterPython_module(t){}exitPython_module(t){}enterJavascript_category_binding(t){}exitJavascript_category_binding(t){}enterJavascript_module(t){}exitJavascript_module(t){}enterVariable_identifier_list(t){}exitVariable_identifier_list(t){}enterAttribute_identifier_list(t){}exitAttribute_identifier_list(t){}enterMethod_declaration(t){}exitMethod_declaration(t){}enterComment_statement(t){}exitComment_statement(t){}enterNative_statement_list(t){}exitNative_statement_list(t){}enterJavaNativeStatement(t){}exitJavaNativeStatement(t){}enterCSharpNativeStatement(t){}exitCSharpNativeStatement(t){}enterPython2NativeStatement(t){}exitPython2NativeStatement(t){}enterPython3NativeStatement(t){}exitPython3NativeStatement(t){}enterJavascriptNativeStatement(t){}exitJavascriptNativeStatement(t){}enterPython_native_statement(t){}exitPython_native_statement(t){}enterJavascript_native_statement(t){}exitJavascript_native_statement(t){}enterStatement_list(t){}exitStatement_list(t){}enterAssertion_list(t){}exitAssertion_list(t){}enterSwitch_case_statement_list(t){}exitSwitch_case_statement_list(t){}enterCatch_statement_list(t){}exitCatch_statement_list(t){}enterLiteralRangeLiteral(t){}exitLiteralRangeLiteral(t){}enterLiteralListLiteral(t){}exitLiteralListLiteral(t){}enterLiteralSetLiteral(t){}exitLiteralSetLiteral(t){}enterMinIntegerLiteral(t){}exitMinIntegerLiteral(t){}enterMaxIntegerLiteral(t){}exitMaxIntegerLiteral(t){}enterIntegerLiteral(t){}exitIntegerLiteral(t){}enterHexadecimalLiteral(t){}exitHexadecimalLiteral(t){}enterCharacterLiteral(t){}exitCharacterLiteral(t){}enterDateLiteral(t){}exitDateLiteral(t){}enterTimeLiteral(t){}exitTimeLiteral(t){}enterTextLiteral(t){}exitTextLiteral(t){}enterDecimalLiteral(t){}exitDecimalLiteral(t){}enterDateTimeLiteral(t){}exitDateTimeLiteral(t){}enterBooleanLiteral(t){}exitBooleanLiteral(t){}enterPeriodLiteral(t){}exitPeriodLiteral(t){}enterVersionLiteral(t){}exitVersionLiteral(t){}enterUUIDLiteral(t){}exitUUIDLiteral(t){}enterSymbolLiteral(t){}exitSymbolLiteral(t){}enterTypeLiteral(t){}exitTypeLiteral(t){}enterNullLiteral(t){}exitNullLiteral(t){}enterLiteral_list_literal(t){}exitLiteral_list_literal(t){}enterThis_expression(t){}exitThis_expression(t){}enterSuper_expression(t){}exitSuper_expression(t){}enterParenthesis_expression(t){}exitParenthesis_expression(t){}enterLiteral_expression(t){}exitLiteral_expression(t){}enterCollection_literal(t){}exitCollection_literal(t){}enterTuple_literal(t){}exitTuple_literal(t){}enterDict_literal(t){}exitDict_literal(t){}enterDocument_literal(t){}exitDocument_literal(t){}enterExpression_tuple(t){}exitExpression_tuple(t){}enterDoc_entry_list(t){}exitDoc_entry_list(t){}enterDoc_entry(t){}exitDoc_entry(t){}enterDocKeyIdentifier(t){}exitDocKeyIdentifier(t){}enterDocKeyText(t){}exitDocKeyText(t){}enterDict_entry_list(t){}exitDict_entry_list(t){}enterDict_entry(t){}exitDict_entry(t){}enterDictKeyIdentifier(t){}exitDictKeyIdentifier(t){}enterDictKeyText(t){}exitDictKeyText(t){}enterSliceFirstAndLast(t){}exitSliceFirstAndLast(t){}enterSliceFirstOnly(t){}exitSliceFirstOnly(t){}enterSliceLastOnly(t){}exitSliceLastOnly(t){}enterAssign_variable_statement(t){}exitAssign_variable_statement(t){}enterChildInstance(t){}exitChildInstance(t){}enterRootInstance(t){}exitRootInstance(t){}enterIsATypeExpression(t){}exitIsATypeExpression(t){}enterIsOtherExpression(t){}exitIsOtherExpression(t){}enterMetadata(t){}exitMetadata(t){}enterArrowExpressionBody(t){}exitArrowExpressionBody(t){}enterArrowStatementsBody(t){}exitArrowStatementsBody(t){}enterArrow_prefix(t){}exitArrow_prefix(t){}enterArrowSingleArg(t){}exitArrowSingleArg(t){}enterArrowListArg(t){}exitArrowListArg(t){}enterSorted_key(t){}exitSorted_key(t){}enterRead_blob_expression(t){}exitRead_blob_expression(t){}enterRead_all_expression(t){}exitRead_all_expression(t){}enterRead_one_expression(t){}exitRead_one_expression(t){}enterOrder_by_list(t){}exitOrder_by_list(t){}enterOrder_by(t){}exitOrder_by(t){}enterOperatorPlus(t){}exitOperatorPlus(t){}enterOperatorMinus(t){}exitOperatorMinus(t){}enterOperatorMultiply(t){}exitOperatorMultiply(t){}enterOperatorDivide(t){}exitOperatorDivide(t){}enterOperatorIDivide(t){}exitOperatorIDivide(t){}enterOperatorModulo(t){}exitOperatorModulo(t){}enterKeyword(t){}exitKeyword(t){}enterNew_token(t){}exitNew_token(t){}enterKey_token(t){}exitKey_token(t){}enterModule_token(t){}exitModule_token(t){}enterValue_token(t){}exitValue_token(t){}enterSymbols_token(t){}exitSymbols_token(t){}enterAssign(t){}exitAssign(t){}enterMultiply(t){}exitMultiply(t){}enterDivide(t){}exitDivide(t){}enterIdivide(t){}exitIdivide(t){}enterModulo(t){}exitModulo(t){}enterJavascriptReturnStatement(t){}exitJavascriptReturnStatement(t){}enterJavascriptStatement(t){}exitJavascriptStatement(t){}enterJavascriptSelectorExpression(t){}exitJavascriptSelectorExpression(t){}enterJavascriptPrimaryExpression(t){}exitJavascriptPrimaryExpression(t){}enterJavascript_primary_expression(t){}exitJavascript_primary_expression(t){}enterJavascript_this_expression(t){}exitJavascript_this_expression(t){}enterJavascript_new_expression(t){}exitJavascript_new_expression(t){}enterJavascriptMethodExpression(t){}exitJavascriptMethodExpression(t){}enterJavascriptMemberExpression(t){}exitJavascriptMemberExpression(t){}enterJavascriptItemExpression(t){}exitJavascriptItemExpression(t){}enterJavascript_method_expression(t){}exitJavascript_method_expression(t){}enterJavascriptArgumentList(t){}exitJavascriptArgumentList(t){}enterJavascriptArgumentListItem(t){}exitJavascriptArgumentListItem(t){}enterJavascript_item_expression(t){}exitJavascript_item_expression(t){}enterJavascript_parenthesis_expression(t){}exitJavascript_parenthesis_expression(t){}enterJavascript_identifier_expression(t){}exitJavascript_identifier_expression(t){}enterJavascriptIntegerLiteral(t){}exitJavascriptIntegerLiteral(t){}enterJavascriptDecimalLiteral(t){}exitJavascriptDecimalLiteral(t){}enterJavascriptTextLiteral(t){}exitJavascriptTextLiteral(t){}enterJavascriptBooleanLiteral(t){}exitJavascriptBooleanLiteral(t){}enterJavascriptCharacterLiteral(t){}exitJavascriptCharacterLiteral(t){}enterJavascript_identifier(t){}exitJavascript_identifier(t){}enterPythonReturnStatement(t){}exitPythonReturnStatement(t){}enterPythonStatement(t){}exitPythonStatement(t){}enterPythonSelectorExpression(t){}exitPythonSelectorExpression(t){}enterPythonPrimaryExpression(t){}exitPythonPrimaryExpression(t){}enterPythonSelfExpression(t){}exitPythonSelfExpression(t){}enterPythonParenthesisExpression(t){}exitPythonParenthesisExpression(t){}enterPythonIdentifierExpression(t){}exitPythonIdentifierExpression(t){}enterPythonLiteralExpression(t){}exitPythonLiteralExpression(t){}enterPythonGlobalMethodExpression(t){}exitPythonGlobalMethodExpression(t){}enterPython_self_expression(t){}exitPython_self_expression(t){}enterPythonMethodExpression(t){}exitPythonMethodExpression(t){}enterPythonItemExpression(t){}exitPythonItemExpression(t){}enterPython_method_expression(t){}exitPython_method_expression(t){}enterPythonOrdinalOnlyArgumentList(t){}exitPythonOrdinalOnlyArgumentList(t){}enterPythonNamedOnlyArgumentList(t){}exitPythonNamedOnlyArgumentList(t){}enterPythonArgumentList(t){}exitPythonArgumentList(t){}enterPythonOrdinalArgumentList(t){}exitPythonOrdinalArgumentList(t){}enterPythonOrdinalArgumentListItem(t){}exitPythonOrdinalArgumentListItem(t){}enterPythonNamedArgumentList(t){}exitPythonNamedArgumentList(t){}enterPythonNamedArgumentListItem(t){}exitPythonNamedArgumentListItem(t){}enterPython_parenthesis_expression(t){}exitPython_parenthesis_expression(t){}enterPythonChildIdentifier(t){}exitPythonChildIdentifier(t){}enterPythonPromptoIdentifier(t){}exitPythonPromptoIdentifier(t){}enterPythonIdentifier(t){}exitPythonIdentifier(t){}enterPythonIntegerLiteral(t){}exitPythonIntegerLiteral(t){}enterPythonDecimalLiteral(t){}exitPythonDecimalLiteral(t){}enterPythonTextLiteral(t){}exitPythonTextLiteral(t){}enterPythonBooleanLiteral(t){}exitPythonBooleanLiteral(t){}enterPythonCharacterLiteral(t){}exitPythonCharacterLiteral(t){}enterPython_identifier(t){}exitPython_identifier(t){}enterJavaReturnStatement(t){}exitJavaReturnStatement(t){}enterJavaStatement(t){}exitJavaStatement(t){}enterJavaSelectorExpression(t){}exitJavaSelectorExpression(t){}enterJavaPrimaryExpression(t){}exitJavaPrimaryExpression(t){}enterJava_primary_expression(t){}exitJava_primary_expression(t){}enterJava_this_expression(t){}exitJava_this_expression(t){}enterJava_new_expression(t){}exitJava_new_expression(t){}enterJavaMethodExpression(t){}exitJavaMethodExpression(t){}enterJavaItemExpression(t){}exitJavaItemExpression(t){}enterJava_method_expression(t){}exitJava_method_expression(t){}enterJavaArgumentListItem(t){}exitJavaArgumentListItem(t){}enterJavaArgumentList(t){}exitJavaArgumentList(t){}enterJava_item_expression(t){}exitJava_item_expression(t){}enterJava_parenthesis_expression(t){}exitJava_parenthesis_expression(t){}enterJavaIdentifier(t){}exitJavaIdentifier(t){}enterJavaChildIdentifier(t){}exitJavaChildIdentifier(t){}enterJavaClassIdentifier(t){}exitJavaClassIdentifier(t){}enterJavaChildClassIdentifier(t){}exitJavaChildClassIdentifier(t){}enterJavaIntegerLiteral(t){}exitJavaIntegerLiteral(t){}enterJavaDecimalLiteral(t){}exitJavaDecimalLiteral(t){}enterJavaTextLiteral(t){}exitJavaTextLiteral(t){}enterJavaBooleanLiteral(t){}exitJavaBooleanLiteral(t){}enterJavaCharacterLiteral(t){}exitJavaCharacterLiteral(t){}enterJava_identifier(t){}exitJava_identifier(t){}enterCSharpReturnStatement(t){}exitCSharpReturnStatement(t){}enterCSharpStatement(t){}exitCSharpStatement(t){}enterCSharpSelectorExpression(t){}exitCSharpSelectorExpression(t){}enterCSharpPrimaryExpression(t){}exitCSharpPrimaryExpression(t){}enterCsharp_primary_expression(t){}exitCsharp_primary_expression(t){}enterCsharp_this_expression(t){}exitCsharp_this_expression(t){}enterCsharp_new_expression(t){}exitCsharp_new_expression(t){}enterCSharpMethodExpression(t){}exitCSharpMethodExpression(t){}enterCSharpItemExpression(t){}exitCSharpItemExpression(t){}enterCsharp_method_expression(t){}exitCsharp_method_expression(t){}enterCSharpArgumentList(t){}exitCSharpArgumentList(t){}enterCSharpArgumentListItem(t){}exitCSharpArgumentListItem(t){}enterCsharp_item_expression(t){}exitCsharp_item_expression(t){}enterCsharp_parenthesis_expression(t){}exitCsharp_parenthesis_expression(t){}enterCSharpIdentifier(t){}exitCSharpIdentifier(t){}enterCSharpChildIdentifier(t){}exitCSharpChildIdentifier(t){}enterCSharpPromptoIdentifier(t){}exitCSharpPromptoIdentifier(t){}enterCSharpIntegerLiteral(t){}exitCSharpIntegerLiteral(t){}enterCSharpDecimalLiteral(t){}exitCSharpDecimalLiteral(t){}enterCSharpTextLiteral(t){}exitCSharpTextLiteral(t){}enterCSharpBooleanLiteral(t){}exitCSharpBooleanLiteral(t){}enterCSharpCharacterLiteral(t){}exitCSharpCharacterLiteral(t){}enterCsharp_identifier(t){}exitCsharp_identifier(t){}enterJsx_expression(t){}exitJsx_expression(t){}enterJsxSelfClosing(t){}exitJsxSelfClosing(t){}enterJsxElement(t){}exitJsxElement(t){}enterJsx_fragment(t){}exitJsx_fragment(t){}enterJsx_fragment_start(t){}exitJsx_fragment_start(t){}enterJsx_fragment_end(t){}exitJsx_fragment_end(t){}enterJsx_self_closing(t){}exitJsx_self_closing(t){}enterJsx_opening(t){}exitJsx_opening(t){}enterJsx_closing(t){}exitJsx_closing(t){}enterJsx_element_name(t){}exitJsx_element_name(t){}enterJsx_identifier(t){}exitJsx_identifier(t){}enterJsx_attribute(t){}exitJsx_attribute(t){}enterJsxLiteral(t){}exitJsxLiteral(t){}enterJsxValue(t){}exitJsxValue(t){}enterJsx_children(t){}exitJsx_children(t){}enterJsxText(t){}exitJsxText(t){}enterJsxChild(t){}exitJsxChild(t){}enterJsxCode(t){}exitJsxCode(t){}enterJsx_text(t){}exitJsx_text(t){}enterJsx_char(t){}exitJsx_char(t){}enterCss_expression(t){}exitCss_expression(t){}enterCss_field(t){}exitCss_field(t){}enterCss_identifier(t){}exitCss_identifier(t){}enterCssValue(t){}exitCssValue(t){}enterCssText(t){}exitCssText(t){}enterCss_text(t){}exitCss_text(t){}}class h extends a.a.tree.ParseTreeListener{enterEnum_category_declaration(t){}exitEnum_category_declaration(t){}enterEnum_native_declaration(t){}exitEnum_native_declaration(t){}enterCategory_symbol(t){}exitCategory_symbol(t){}enterNative_symbol(t){}exitNative_symbol(t){}enterAttribute_declaration(t){}exitAttribute_declaration(t){}enterConcrete_widget_declaration(t){}exitConcrete_widget_declaration(t){}enterNative_widget_declaration(t){}exitNative_widget_declaration(t){}enterConcrete_category_declaration(t){}exitConcrete_category_declaration(t){}enterSingleton_category_declaration(t){}exitSingleton_category_declaration(t){}enterDerivedListItem(t){}exitDerivedListItem(t){}enterDerivedList(t){}exitDerivedList(t){}enterEmptyCategoryMethodList(t){}exitEmptyCategoryMethodList(t){}enterCurlyCategoryMethodList(t){}exitCurlyCategoryMethodList(t){}enterOperator_method_declaration(t){}exitOperator_method_declaration(t){}enterSetter_method_declaration(t){}exitSetter_method_declaration(t){}enterNative_setter_declaration(t){}exitNative_setter_declaration(t){}enterGetter_method_declaration(t){}exitGetter_method_declaration(t){}enterNative_getter_declaration(t){}exitNative_getter_declaration(t){}enterNative_resource_declaration(t){}exitNative_resource_declaration(t){}enterNative_category_declaration(t){}exitNative_category_declaration(t){}enterNative_category_bindings(t){}exitNative_category_bindings(t){}enterNativeCategoryBindingListItem(t){}exitNativeCategoryBindingListItem(t){}enterNativeCategoryBindingList(t){}exitNativeCategoryBindingList(t){}enterAbstract_global_method_declaration(t){}exitAbstract_global_method_declaration(t){}enterAbstract_member_method_declaration(t){}exitAbstract_member_method_declaration(t){}enterConcrete_method_declaration(t){}exitConcrete_method_declaration(t){}enterNative_method_declaration(t){}exitNative_method_declaration(t){}enterTest_method_declaration(t){}exitTest_method_declaration(t){}enterAssertion(t){}exitAssertion(t){}enterTyped_argument(t){}exitTyped_argument(t){}enterSingleStatement(t){}exitSingleStatement(t){}enterCurlyStatementList(t){}exitCurlyStatementList(t){}enterMethodCallStatement(t){}exitMethodCallStatement(t){}enterAssignInstanceStatement(t){}exitAssignInstanceStatement(t){}enterAssignTupleStatement(t){}exitAssignTupleStatement(t){}enterStoreStatement(t){}exitStoreStatement(t){}enterFetchStatement(t){}exitFetchStatement(t){}enterReadStatement(t){}exitReadStatement(t){}enterFlushStatement(t){}exitFlushStatement(t){}enterBreakStatement(t){}exitBreakStatement(t){}enterReturnStatement(t){}exitReturnStatement(t){}enterIfStatement(t){}exitIfStatement(t){}enterSwitchStatement(t){}exitSwitchStatement(t){}enterForEachStatement(t){}exitForEachStatement(t){}enterWhileStatement(t){}exitWhileStatement(t){}enterDoWhileStatement(t){}exitDoWhileStatement(t){}enterTryStatement(t){}exitTryStatement(t){}enterRaiseStatement(t){}exitRaiseStatement(t){}enterWriteStatement(t){}exitWriteStatement(t){}enterWithResourceStatement(t){}exitWithResourceStatement(t){}enterWithSingletonStatement(t){}exitWithSingletonStatement(t){}enterClosureStatement(t){}exitClosureStatement(t){}enterCommentStatement(t){}exitCommentStatement(t){}enterFlush_statement(t){}exitFlush_statement(t){}enterStore_statement(t){}exitStore_statement(t){}enterWith_resource_statement(t){}exitWith_resource_statement(t){}enterWith_singleton_statement(t){}exitWith_singleton_statement(t){}enterSwitch_statement(t){}exitSwitch_statement(t){}enterAtomicSwitchCase(t){}exitAtomicSwitchCase(t){}enterCollectionSwitchCase(t){}exitCollectionSwitchCase(t){}enterFor_each_statement(t){}exitFor_each_statement(t){}enterDo_while_statement(t){}exitDo_while_statement(t){}enterWhile_statement(t){}exitWhile_statement(t){}enterIf_statement(t){}exitIf_statement(t){}enterElseIfStatementList(t){}exitElseIfStatementList(t){}enterElseIfStatementListItem(t){}exitElseIfStatementListItem(t){}enterRaise_statement(t){}exitRaise_statement(t){}enterTry_statement(t){}exitTry_statement(t){}enterCatchAtomicStatement(t){}exitCatchAtomicStatement(t){}enterCatchCollectionStatement(t){}exitCatchCollectionStatement(t){}enterBreak_statement(t){}exitBreak_statement(t){}enterReturn_statement(t){}exitReturn_statement(t){}enterMethod_call_expression(t){}exitMethod_call_expression(t){}enterMethod_call_statement(t){}exitMethod_call_statement(t){}enterX_expression(t){}exitX_expression(t){}enterIntDivideExpression(t){}exitIntDivideExpression(t){}enterHasAnyExpression(t){}exitHasAnyExpression(t){}enterHasExpression(t){}exitHasExpression(t){}enterTernaryExpression(t){}exitTernaryExpression(t){}enterInExpression(t){}exitInExpression(t){}enterIsAnExpression(t){}exitIsAnExpression(t){}enterJsxExpression(t){}exitJsxExpression(t){}enterNotExpression(t){}exitNotExpression(t){}enterCompareExpression(t){}exitCompareExpression(t){}enterOrExpression(t){}exitOrExpression(t){}enterCodeExpression(t){}exitCodeExpression(t){}enterAndExpression(t){}exitAndExpression(t){}enterArrowExpression(t){}exitArrowExpression(t){}enterContainsExpression(t){}exitContainsExpression(t){}enterTypeExpression(t){}exitTypeExpression(t){}enterMultiplyExpression(t){}exitMultiplyExpression(t){}enterExecuteExpression(t){}exitExecuteExpression(t){}enterIteratorExpression(t){}exitIteratorExpression(t){}enterDivideExpression(t){}exitDivideExpression(t){}enterIsExpression(t){}exitIsExpression(t){}enterMinusExpression(t){}exitMinusExpression(t){}enterAddExpression(t){}exitAddExpression(t){}enterHasAllExpression(t){}exitHasAllExpression(t){}enterInstanceExpression(t){}exitInstanceExpression(t){}enterMutableInstanceExpression(t){}exitMutableInstanceExpression(t){}enterCssExpression(t){}exitCssExpression(t){}enterCastExpression(t){}exitCastExpression(t){}enterModuloExpression(t){}exitModuloExpression(t){}enterEqualsExpression(t){}exitEqualsExpression(t){}enterArrowFilterExpression(t){}exitArrowFilterExpression(t){}enterExplicitFilterExpression(t){}exitExplicitFilterExpression(t){}enterOtherFilterExpression(t){}exitOtherFilterExpression(t){}enterAn_expression(t){}exitAn_expression(t){}enterType_expression(t){}exitType_expression(t){}enterMethodExpression(t){}exitMethodExpression(t){}enterParenthesisExpression(t){}exitParenthesisExpression(t){}enterLiteralExpression(t){}exitLiteralExpression(t){}enterIdentifierExpression(t){}exitIdentifierExpression(t){}enterThisExpression(t){}exitThisExpression(t){}enterSuperExpression(t){}exitSuperExpression(t){}enterSelectorExpression(t){}exitSelectorExpression(t){}enterSelectableExpression(t){}exitSelectableExpression(t){}enterMutableSelectableExpression(t){}exitMutableSelectableExpression(t){}enterMutableSelectorExpression(t){}exitMutableSelectorExpression(t){}enterMethod_expression(t){}exitMethod_expression(t){}enterBlob_expression(t){}exitBlob_expression(t){}enterDocument_expression(t){}exitDocument_expression(t){}enterWrite_statement(t){}exitWrite_statement(t){}enterFiltered_list_expression(t){}exitFiltered_list_expression(t){}enterFetchOne(t){}exitFetchOne(t){}enterFetchMany(t){}exitFetchMany(t){}enterFetchOneAsync(t){}exitFetchOneAsync(t){}enterFetchManyAsync(t){}exitFetchManyAsync(t){}enterThen(t){}exitThen(t){}enterRead_statement(t){}exitRead_statement(t){}enterSorted_expression(t){}exitSorted_expression(t){}enterMemberSelector(t){}exitMemberSelector(t){}enterMethodSelector(t){}exitMethodSelector(t){}enterItemSelector(t){}exitItemSelector(t){}enterSliceSelector(t){}exitSliceSelector(t){}enterConstructorFrom(t){}exitConstructorFrom(t){}enterConstructorNoFrom(t){}exitConstructorNoFrom(t){}enterCopy_from(t){}exitCopy_from(t){}enterExpressionAssignmentList(t){}exitExpressionAssignmentList(t){}enterArgumentAssignmentList(t){}exitArgumentAssignmentList(t){}enterArgumentAssignmentListItem(t){}exitArgumentAssignmentListItem(t){}enterArgument_assignment(t){}exitArgument_assignment(t){}enterAssign_instance_statement(t){}exitAssign_instance_statement(t){}enterMemberInstance(t){}exitMemberInstance(t){}enterItemInstance(t){}exitItemInstance(t){}enterAssign_tuple_statement(t){}exitAssign_tuple_statement(t){}enterType_literal(t){}exitType_literal(t){}enterNull_literal(t){}exitNull_literal(t){}enterWs_plus(t){}exitWs_plus(t){}enterRepl(t){}exitRepl(t){}enterFullDeclarationList(t){}exitFullDeclarationList(t){}enterDeclarations(t){}exitDeclarations(t){}enterDeclaration(t){}exitDeclaration(t){}enterAnnotation_constructor(t){}exitAnnotation_constructor(t){}enterAnnotation_identifier(t){}exitAnnotation_identifier(t){}enterAnnotation_argument(t){}exitAnnotation_argument(t){}enterAnnotation_argument_name(t){}exitAnnotation_argument_name(t){}enterAnnotationLiteralValue(t){}exitAnnotationLiteralValue(t){}enterAnnotationTypeValue(t){}exitAnnotationTypeValue(t){}enterResource_declaration(t){}exitResource_declaration(t){}enterEnum_declaration(t){}exitEnum_declaration(t){}enterNative_symbol_list(t){}exitNative_symbol_list(t){}enterCategory_symbol_list(t){}exitCategory_symbol_list(t){}enterSymbol_list(t){}exitSymbol_list(t){}enterMatchingList(t){}exitMatchingList(t){}enterMatchingSet(t){}exitMatchingSet(t){}enterMatchingRange(t){}exitMatchingRange(t){}enterMatchingPattern(t){}exitMatchingPattern(t){}enterMatchingExpression(t){}exitMatchingExpression(t){}enterList_literal(t){}exitList_literal(t){}enterSet_literal(t){}exitSet_literal(t){}enterExpression_list(t){}exitExpression_list(t){}enterRange_literal(t){}exitRange_literal(t){}enterIteratorType(t){}exitIteratorType(t){}enterSetType(t){}exitSetType(t){}enterListType(t){}exitListType(t){}enterDictType(t){}exitDictType(t){}enterCursorType(t){}exitCursorType(t){}enterTypeType(t){}exitTypeType(t){}enterPrimaryType(t){}exitPrimaryType(t){}enterNativeType(t){}exitNativeType(t){}enterCategoryType(t){}exitCategoryType(t){}enterBooleanType(t){}exitBooleanType(t){}enterCssType(t){}exitCssType(t){}enterCharacterType(t){}exitCharacterType(t){}enterTextType(t){}exitTextType(t){}enterImageType(t){}exitImageType(t){}enterIntegerType(t){}exitIntegerType(t){}enterDecimalType(t){}exitDecimalType(t){}enterDocumentType(t){}exitDocumentType(t){}enterDateType(t){}exitDateType(t){}enterDateTimeType(t){}exitDateTimeType(t){}enterTimeType(t){}exitTimeType(t){}enterPeriodType(t){}exitPeriodType(t){}enterVersionType(t){}exitVersionType(t){}enterCodeType(t){}exitCodeType(t){}enterBlobType(t){}exitBlobType(t){}enterUUIDType(t){}exitUUIDType(t){}enterDbIdType(t){}exitDbIdType(t){}enterHtmlType(t){}exitHtmlType(t){}enterCategory_type(t){}exitCategory_type(t){}enterMutable_category_type(t){}exitMutable_category_type(t){}enterCode_type(t){}exitCode_type(t){}enterConcreteCategoryDeclaration(t){}exitConcreteCategoryDeclaration(t){}enterNativeCategoryDeclaration(t){}exitNativeCategoryDeclaration(t){}enterSingletonCategoryDeclaration(t){}exitSingletonCategoryDeclaration(t){}enterConcreteWidgetDeclaration(t){}exitConcreteWidgetDeclaration(t){}enterNativeWidgetDeclaration(t){}exitNativeWidgetDeclaration(t){}enterType_identifier_list(t){}exitType_identifier_list(t){}enterMethod_identifier(t){}exitMethod_identifier(t){}enterIdentifier_or_keyword(t){}exitIdentifier_or_keyword(t){}enterNospace_hyphen_identifier_or_keyword(t){}exitNospace_hyphen_identifier_or_keyword(t){}enterNospace_identifier_or_keyword(t){}exitNospace_identifier_or_keyword(t){}enterVariableIdentifier(t){}exitVariableIdentifier(t){}enterTypeIdentifier(t){}exitTypeIdentifier(t){}enterSymbolIdentifier(t){}exitSymbolIdentifier(t){}enterMember_identifier(t){}exitMember_identifier(t){}enterVariable_identifier(t){}exitVariable_identifier(t){}enterAttribute_identifier(t){}exitAttribute_identifier(t){}enterType_identifier(t){}exitType_identifier(t){}enterSymbol_identifier(t){}exitSymbol_identifier(t){}enterArgument_list(t){}exitArgument_list(t){}enterCodeArgument(t){}exitCodeArgument(t){}enterOperatorArgument(t){}exitOperatorArgument(t){}enterOperator_argument(t){}exitOperator_argument(t){}enterNamed_argument(t){}exitNamed_argument(t){}enterCode_argument(t){}exitCode_argument(t){}enterCategory_or_any_type(t){}exitCategory_or_any_type(t){}enterAnyListType(t){}exitAnyListType(t){}enterAnyType(t){}exitAnyType(t){}enterAnyDictType(t){}exitAnyDictType(t){}enterMember_method_declaration_list(t){}exitMember_method_declaration_list(t){}enterMember_method_declaration(t){}exitMember_method_declaration(t){}enterNative_member_method_declaration_list(t){}exitNative_member_method_declaration_list(t){}enterNative_member_method_declaration(t){}exitNative_member_method_declaration(t){}enterJavaCategoryBinding(t){}exitJavaCategoryBinding(t){}enterCSharpCategoryBinding(t){}exitCSharpCategoryBinding(t){}enterPython2CategoryBinding(t){}exitPython2CategoryBinding(t){}enterPython3CategoryBinding(t){}exitPython3CategoryBinding(t){}enterJavascriptCategoryBinding(t){}exitJavascriptCategoryBinding(t){}enterPython_category_binding(t){}exitPython_category_binding(t){}enterPython_module(t){}exitPython_module(t){}enterJavascript_category_binding(t){}exitJavascript_category_binding(t){}enterJavascript_module(t){}exitJavascript_module(t){}enterVariable_identifier_list(t){}exitVariable_identifier_list(t){}enterAttribute_identifier_list(t){}exitAttribute_identifier_list(t){}enterMethod_declaration(t){}exitMethod_declaration(t){}enterComment_statement(t){}exitComment_statement(t){}enterNative_statement_list(t){}exitNative_statement_list(t){}enterJavaNativeStatement(t){}exitJavaNativeStatement(t){}enterCSharpNativeStatement(t){}exitCSharpNativeStatement(t){}enterPython2NativeStatement(t){}exitPython2NativeStatement(t){}enterPython3NativeStatement(t){}exitPython3NativeStatement(t){}enterJavascriptNativeStatement(t){}exitJavascriptNativeStatement(t){}enterPython_native_statement(t){}exitPython_native_statement(t){}enterJavascript_native_statement(t){}exitJavascript_native_statement(t){}enterStatement_list(t){}exitStatement_list(t){}enterAssertion_list(t){}exitAssertion_list(t){}enterSwitch_case_statement_list(t){}exitSwitch_case_statement_list(t){}enterCatch_statement_list(t){}exitCatch_statement_list(t){}enterLiteralRangeLiteral(t){}exitLiteralRangeLiteral(t){}enterLiteralListLiteral(t){}exitLiteralListLiteral(t){}enterLiteralSetLiteral(t){}exitLiteralSetLiteral(t){}enterMinIntegerLiteral(t){}exitMinIntegerLiteral(t){}enterMaxIntegerLiteral(t){}exitMaxIntegerLiteral(t){}enterIntegerLiteral(t){}exitIntegerLiteral(t){}enterHexadecimalLiteral(t){}exitHexadecimalLiteral(t){}enterCharacterLiteral(t){}exitCharacterLiteral(t){}enterDateLiteral(t){}exitDateLiteral(t){}enterTimeLiteral(t){}exitTimeLiteral(t){}enterTextLiteral(t){}exitTextLiteral(t){}enterDecimalLiteral(t){}exitDecimalLiteral(t){}enterDateTimeLiteral(t){}exitDateTimeLiteral(t){}enterBooleanLiteral(t){}exitBooleanLiteral(t){}enterPeriodLiteral(t){}exitPeriodLiteral(t){}enterVersionLiteral(t){}exitVersionLiteral(t){}enterUUIDLiteral(t){}exitUUIDLiteral(t){}enterSymbolLiteral(t){}exitSymbolLiteral(t){}enterTypeLiteral(t){}exitTypeLiteral(t){}enterNullLiteral(t){}exitNullLiteral(t){}enterLiteral_list_literal(t){}exitLiteral_list_literal(t){}enterThis_expression(t){}exitThis_expression(t){}enterSuper_expression(t){}exitSuper_expression(t){}enterParenthesis_expression(t){}exitParenthesis_expression(t){}enterLiteral_expression(t){}exitLiteral_expression(t){}enterCollection_literal(t){}exitCollection_literal(t){}enterTuple_literal(t){}exitTuple_literal(t){}enterDict_literal(t){}exitDict_literal(t){}enterDocument_literal(t){}exitDocument_literal(t){}enterExpression_tuple(t){}exitExpression_tuple(t){}enterDoc_entry_list(t){}exitDoc_entry_list(t){}enterDoc_entry(t){}exitDoc_entry(t){}enterDocKeyIdentifier(t){}exitDocKeyIdentifier(t){}enterDocKeyText(t){}exitDocKeyText(t){}enterDict_entry_list(t){}exitDict_entry_list(t){}enterDict_entry(t){}exitDict_entry(t){}enterDictKeyIdentifier(t){}exitDictKeyIdentifier(t){}enterDictKeyText(t){}exitDictKeyText(t){}enterSliceFirstAndLast(t){}exitSliceFirstAndLast(t){}enterSliceFirstOnly(t){}exitSliceFirstOnly(t){}enterSliceLastOnly(t){}exitSliceLastOnly(t){}enterAssign_variable_statement(t){}exitAssign_variable_statement(t){}enterChildInstance(t){}exitChildInstance(t){}enterRootInstance(t){}exitRootInstance(t){}enterIsATypeExpression(t){}exitIsATypeExpression(t){}enterIsOtherExpression(t){}exitIsOtherExpression(t){}enterMetadata(t){}exitMetadata(t){}enterArrowExpressionBody(t){}exitArrowExpressionBody(t){}enterArrowStatementsBody(t){}exitArrowStatementsBody(t){}enterArrow_prefix(t){}exitArrow_prefix(t){}enterArrowSingleArg(t){}exitArrowSingleArg(t){}enterArrowListArg(t){}exitArrowListArg(t){}enterSorted_key(t){}exitSorted_key(t){}enterRead_blob_expression(t){}exitRead_blob_expression(t){}enterRead_all_expression(t){}exitRead_all_expression(t){}enterRead_one_expression(t){}exitRead_one_expression(t){}enterOrder_by_list(t){}exitOrder_by_list(t){}enterOrder_by(t){}exitOrder_by(t){}enterInclude_list(t){}exitInclude_list(t){}enterOperatorPlus(t){}exitOperatorPlus(t){}enterOperatorMinus(t){}exitOperatorMinus(t){}enterOperatorMultiply(t){}exitOperatorMultiply(t){}enterOperatorDivide(t){}exitOperatorDivide(t){}enterOperatorIDivide(t){}exitOperatorIDivide(t){}enterOperatorModulo(t){}exitOperatorModulo(t){}enterKeyword(t){}exitKeyword(t){}enterNew_token(t){}exitNew_token(t){}enterKey_token(t){}exitKey_token(t){}enterModule_token(t){}exitModule_token(t){}enterValue_token(t){}exitValue_token(t){}enterSymbols_token(t){}exitSymbols_token(t){}enterAssign(t){}exitAssign(t){}enterMultiply(t){}exitMultiply(t){}enterDivide(t){}exitDivide(t){}enterIdivide(t){}exitIdivide(t){}enterModulo(t){}exitModulo(t){}enterLfs(t){}exitLfs(t){}enterLfp(t){}exitLfp(t){}enterJavascriptReturnStatement(t){}exitJavascriptReturnStatement(t){}enterJavascriptStatement(t){}exitJavascriptStatement(t){}enterJavascriptSelectorExpression(t){}exitJavascriptSelectorExpression(t){}enterJavascriptPrimaryExpression(t){}exitJavascriptPrimaryExpression(t){}enterJavascript_primary_expression(t){}exitJavascript_primary_expression(t){}enterJavascript_this_expression(t){}exitJavascript_this_expression(t){}enterJavascript_new_expression(t){}exitJavascript_new_expression(t){}enterJavascriptMethodExpression(t){}exitJavascriptMethodExpression(t){}enterJavascriptMemberExpression(t){}exitJavascriptMemberExpression(t){}enterJavascriptItemExpression(t){}exitJavascriptItemExpression(t){}enterJavascript_method_expression(t){}exitJavascript_method_expression(t){}enterJavascriptArgumentList(t){}exitJavascriptArgumentList(t){}enterJavascriptArgumentListItem(t){}exitJavascriptArgumentListItem(t){}enterJavascript_item_expression(t){}exitJavascript_item_expression(t){}enterJavascript_parenthesis_expression(t){}exitJavascript_parenthesis_expression(t){}enterJavascript_identifier_expression(t){}exitJavascript_identifier_expression(t){}enterJavascriptIntegerLiteral(t){}exitJavascriptIntegerLiteral(t){}enterJavascriptDecimalLiteral(t){}exitJavascriptDecimalLiteral(t){}enterJavascriptTextLiteral(t){}exitJavascriptTextLiteral(t){}enterJavascriptBooleanLiteral(t){}exitJavascriptBooleanLiteral(t){}enterJavascriptCharacterLiteral(t){}exitJavascriptCharacterLiteral(t){}enterJavascript_identifier(t){}exitJavascript_identifier(t){}enterPythonReturnStatement(t){}exitPythonReturnStatement(t){}enterPythonStatement(t){}exitPythonStatement(t){}enterPythonSelectorExpression(t){}exitPythonSelectorExpression(t){}enterPythonPrimaryExpression(t){}exitPythonPrimaryExpression(t){}enterPythonSelfExpression(t){}exitPythonSelfExpression(t){}enterPythonParenthesisExpression(t){}exitPythonParenthesisExpression(t){}enterPythonIdentifierExpression(t){}exitPythonIdentifierExpression(t){}enterPythonLiteralExpression(t){}exitPythonLiteralExpression(t){}enterPythonGlobalMethodExpression(t){}exitPythonGlobalMethodExpression(t){}enterPython_self_expression(t){}exitPython_self_expression(t){}enterPythonMethodExpression(t){}exitPythonMethodExpression(t){}enterPythonItemExpression(t){}exitPythonItemExpression(t){}enterPython_method_expression(t){}exitPython_method_expression(t){}enterPythonOrdinalOnlyArgumentList(t){}exitPythonOrdinalOnlyArgumentList(t){}enterPythonNamedOnlyArgumentList(t){}exitPythonNamedOnlyArgumentList(t){}enterPythonArgumentList(t){}exitPythonArgumentList(t){}enterPythonOrdinalArgumentList(t){}exitPythonOrdinalArgumentList(t){}enterPythonOrdinalArgumentListItem(t){}exitPythonOrdinalArgumentListItem(t){}enterPythonNamedArgumentList(t){}exitPythonNamedArgumentList(t){}enterPythonNamedArgumentListItem(t){}exitPythonNamedArgumentListItem(t){}enterPython_parenthesis_expression(t){}exitPython_parenthesis_expression(t){}enterPythonChildIdentifier(t){}exitPythonChildIdentifier(t){}enterPythonPromptoIdentifier(t){}exitPythonPromptoIdentifier(t){}enterPythonIdentifier(t){}exitPythonIdentifier(t){}enterPythonIntegerLiteral(t){}exitPythonIntegerLiteral(t){}enterPythonDecimalLiteral(t){}exitPythonDecimalLiteral(t){}enterPythonTextLiteral(t){}exitPythonTextLiteral(t){}enterPythonBooleanLiteral(t){}exitPythonBooleanLiteral(t){}enterPythonCharacterLiteral(t){}exitPythonCharacterLiteral(t){}enterPython_identifier(t){}exitPython_identifier(t){}enterJavaReturnStatement(t){}exitJavaReturnStatement(t){}enterJavaStatement(t){}exitJavaStatement(t){}enterJavaSelectorExpression(t){}exitJavaSelectorExpression(t){}enterJavaPrimaryExpression(t){}exitJavaPrimaryExpression(t){}enterJava_primary_expression(t){}exitJava_primary_expression(t){}enterJava_this_expression(t){}exitJava_this_expression(t){}enterJava_new_expression(t){}exitJava_new_expression(t){}enterJavaMethodExpression(t){}exitJavaMethodExpression(t){}enterJavaItemExpression(t){}exitJavaItemExpression(t){}enterJava_method_expression(t){}exitJava_method_expression(t){}enterJavaArgumentListItem(t){}exitJavaArgumentListItem(t){}enterJavaArgumentList(t){}exitJavaArgumentList(t){}enterJava_item_expression(t){}exitJava_item_expression(t){}enterJava_parenthesis_expression(t){}exitJava_parenthesis_expression(t){}enterJavaIdentifier(t){}exitJavaIdentifier(t){}enterJavaChildIdentifier(t){}exitJavaChildIdentifier(t){}enterJavaClassIdentifier(t){}exitJavaClassIdentifier(t){}enterJavaChildClassIdentifier(t){}exitJavaChildClassIdentifier(t){}enterJavaIntegerLiteral(t){}exitJavaIntegerLiteral(t){}enterJavaDecimalLiteral(t){}exitJavaDecimalLiteral(t){}enterJavaTextLiteral(t){}exitJavaTextLiteral(t){}enterJavaBooleanLiteral(t){}exitJavaBooleanLiteral(t){}enterJavaCharacterLiteral(t){}exitJavaCharacterLiteral(t){}enterJava_identifier(t){}exitJava_identifier(t){}enterCSharpReturnStatement(t){}exitCSharpReturnStatement(t){}enterCSharpStatement(t){}exitCSharpStatement(t){}enterCSharpSelectorExpression(t){}exitCSharpSelectorExpression(t){}enterCSharpPrimaryExpression(t){}exitCSharpPrimaryExpression(t){}enterCsharp_primary_expression(t){}exitCsharp_primary_expression(t){}enterCsharp_this_expression(t){}exitCsharp_this_expression(t){}enterCsharp_new_expression(t){}exitCsharp_new_expression(t){}enterCSharpMethodExpression(t){}exitCSharpMethodExpression(t){}enterCSharpItemExpression(t){}exitCSharpItemExpression(t){}enterCsharp_method_expression(t){}exitCsharp_method_expression(t){}enterCSharpArgumentList(t){}exitCSharpArgumentList(t){}enterCSharpArgumentListItem(t){}exitCSharpArgumentListItem(t){}enterCsharp_item_expression(t){}exitCsharp_item_expression(t){}enterCsharp_parenthesis_expression(t){}exitCsharp_parenthesis_expression(t){}enterCSharpIdentifier(t){}exitCSharpIdentifier(t){}enterCSharpChildIdentifier(t){}exitCSharpChildIdentifier(t){}enterCSharpPromptoIdentifier(t){}exitCSharpPromptoIdentifier(t){}enterCSharpIntegerLiteral(t){}exitCSharpIntegerLiteral(t){}enterCSharpDecimalLiteral(t){}exitCSharpDecimalLiteral(t){}enterCSharpTextLiteral(t){}exitCSharpTextLiteral(t){}enterCSharpBooleanLiteral(t){}exitCSharpBooleanLiteral(t){}enterCSharpCharacterLiteral(t){}exitCSharpCharacterLiteral(t){}enterCsharp_identifier(t){}exitCsharp_identifier(t){}enterJsx_expression(t){}exitJsx_expression(t){}enterJsxSelfClosing(t){}exitJsxSelfClosing(t){}enterJsxElement(t){}exitJsxElement(t){}enterJsx_fragment(t){}exitJsx_fragment(t){}enterJsx_fragment_start(t){}exitJsx_fragment_start(t){}enterJsx_fragment_end(t){}exitJsx_fragment_end(t){}enterJsx_self_closing(t){}exitJsx_self_closing(t){}enterJsx_opening(t){}exitJsx_opening(t){}enterJsx_closing(t){}exitJsx_closing(t){}enterJsx_element_name(t){}exitJsx_element_name(t){}enterJsx_identifier(t){}exitJsx_identifier(t){}enterJsx_attribute(t){}exitJsx_attribute(t){}enterJsxLiteral(t){}exitJsxLiteral(t){}enterJsxValue(t){}exitJsxValue(t){}enterJsx_children(t){}exitJsx_children(t){}enterJsxText(t){}exitJsxText(t){}enterJsxChild(t){}exitJsxChild(t){}enterJsxCode(t){}exitJsxCode(t){}enterJsx_text(t){}exitJsx_text(t){}enterJsx_char(t){}exitJsx_char(t){}enterCss_expression(t){}exitCss_expression(t){}enterCss_field(t){}exitCss_field(t){}enterCss_identifier(t){}exitCss_identifier(t){}enterCssValue(t){}exitCssValue(t){}enterCssText(t){}exitCssText(t){}enterCss_text(t){}exitCss_text(t){}}class l extends a.a.tree.ParseTreeListener{enterEnum_category_declaration(t){}exitEnum_category_declaration(t){}enterEnum_native_declaration(t){}exitEnum_native_declaration(t){}enterNative_symbol(t){}exitNative_symbol(t){}enterCategory_symbol(t){}exitCategory_symbol(t){}enterAttribute_declaration(t){}exitAttribute_declaration(t){}enterIndex_clause(t){}exitIndex_clause(t){}enterConcrete_widget_declaration(t){}exitConcrete_widget_declaration(t){}enterNative_widget_declaration(t){}exitNative_widget_declaration(t){}enterConcrete_category_declaration(t){}exitConcrete_category_declaration(t){}enterSingleton_category_declaration(t){}exitSingleton_category_declaration(t){}enterDerived_list(t){}exitDerived_list(t){}enterOperator_method_declaration(t){}exitOperator_method_declaration(t){}enterSetter_method_declaration(t){}exitSetter_method_declaration(t){}enterNative_setter_declaration(t){}exitNative_setter_declaration(t){}enterGetter_method_declaration(t){}exitGetter_method_declaration(t){}enterNative_getter_declaration(t){}exitNative_getter_declaration(t){}enterNative_category_declaration(t){}exitNative_category_declaration(t){}enterNative_resource_declaration(t){}exitNative_resource_declaration(t){}enterNative_category_bindings(t){}exitNative_category_bindings(t){}enterNativeCategoryBindingListItem(t){}exitNativeCategoryBindingListItem(t){}enterNativeCategoryBindingList(t){}exitNativeCategoryBindingList(t){}enterAbstract_global_method_declaration(t){}exitAbstract_global_method_declaration(t){}enterAbstract_member_method_declaration(t){}exitAbstract_member_method_declaration(t){}enterConcrete_method_declaration(t){}exitConcrete_method_declaration(t){}enterNative_method_declaration(t){}exitNative_method_declaration(t){}enterTest_method_declaration(t){}exitTest_method_declaration(t){}enterAssertion(t){}exitAssertion(t){}enterTyped_argument(t){}exitTyped_argument(t){}enterMethodCallStatement(t){}exitMethodCallStatement(t){}enterAssignInstanceStatement(t){}exitAssignInstanceStatement(t){}enterAssignTupleStatement(t){}exitAssignTupleStatement(t){}enterStoreStatement(t){}exitStoreStatement(t){}enterFetchStatement(t){}exitFetchStatement(t){}enterReadStatement(t){}exitReadStatement(t){}enterFlushStatement(t){}exitFlushStatement(t){}enterBreakStatement(t){}exitBreakStatement(t){}enterReturnStatement(t){}exitReturnStatement(t){}enterIfStatement(t){}exitIfStatement(t){}enterSwitchStatement(t){}exitSwitchStatement(t){}enterForEachStatement(t){}exitForEachStatement(t){}enterWhileStatement(t){}exitWhileStatement(t){}enterDoWhileStatement(t){}exitDoWhileStatement(t){}enterRaiseStatement(t){}exitRaiseStatement(t){}enterTryStatement(t){}exitTryStatement(t){}enterWriteStatement(t){}exitWriteStatement(t){}enterWithResourceStatement(t){}exitWithResourceStatement(t){}enterWithSingletonStatement(t){}exitWithSingletonStatement(t){}enterClosureStatement(t){}exitClosureStatement(t){}enterCommentStatement(t){}exitCommentStatement(t){}enterFlush_statement(t){}exitFlush_statement(t){}enterStore_statement(t){}exitStore_statement(t){}enterMethod_call_expression(t){}exitMethod_call_expression(t){}enterMethod_call_statement(t){}exitMethod_call_statement(t){}enterWith_resource_statement(t){}exitWith_resource_statement(t){}enterWith_singleton_statement(t){}exitWith_singleton_statement(t){}enterSwitch_statement(t){}exitSwitch_statement(t){}enterAtomicSwitchCase(t){}exitAtomicSwitchCase(t){}enterCollectionSwitchCase(t){}exitCollectionSwitchCase(t){}enterFor_each_statement(t){}exitFor_each_statement(t){}enterDo_while_statement(t){}exitDo_while_statement(t){}enterWhile_statement(t){}exitWhile_statement(t){}enterIf_statement(t){}exitIf_statement(t){}enterElseIfStatementList(t){}exitElseIfStatementList(t){}enterElseIfStatementListItem(t){}exitElseIfStatementListItem(t){}enterRaise_statement(t){}exitRaise_statement(t){}enterTry_statement(t){}exitTry_statement(t){}enterCatchAtomicStatement(t){}exitCatchAtomicStatement(t){}enterCatchCollectionStatement(t){}exitCatchCollectionStatement(t){}enterBreak_statement(t){}exitBreak_statement(t){}enterReturn_statement(t){}exitReturn_statement(t){}enterIntDivideExpression(t){}exitIntDivideExpression(t){}enterHasAnyExpression(t){}exitHasAnyExpression(t){}enterHasExpression(t){}exitHasExpression(t){}enterTernaryExpression(t){}exitTernaryExpression(t){}enterInExpression(t){}exitInExpression(t){}enterJsxExpression(t){}exitJsxExpression(t){}enterNotExpression(t){}exitNotExpression(t){}enterCompareExpression(t){}exitCompareExpression(t){}enterOrExpression(t){}exitOrExpression(t){}enterCodeExpression(t){}exitCodeExpression(t){}enterAndExpression(t){}exitAndExpression(t){}enterArrowExpression(t){}exitArrowExpression(t){}enterContainsExpression(t){}exitContainsExpression(t){}enterFilteredListExpression(t){}exitFilteredListExpression(t){}enterTypeExpression(t){}exitTypeExpression(t){}enterMultiplyExpression(t){}exitMultiplyExpression(t){}enterExecuteExpression(t){}exitExecuteExpression(t){}enterIteratorExpression(t){}exitIteratorExpression(t){}enterDivideExpression(t){}exitDivideExpression(t){}enterIsExpression(t){}exitIsExpression(t){}enterMinusExpression(t){}exitMinusExpression(t){}enterAddExpression(t){}exitAddExpression(t){}enterHasAllExpression(t){}exitHasAllExpression(t){}enterInstanceExpression(t){}exitInstanceExpression(t){}enterMutableInstanceExpression(t){}exitMutableInstanceExpression(t){}enterCssExpression(t){}exitCssExpression(t){}enterCastExpression(t){}exitCastExpression(t){}enterModuloExpression(t){}exitModuloExpression(t){}enterEqualsExpression(t){}exitEqualsExpression(t){}enterArrowFilterExpression(t){}exitArrowFilterExpression(t){}enterExplicitFilterExpression(t){}exitExplicitFilterExpression(t){}enterOtherFilterExpression(t){}exitOtherFilterExpression(t){}enterType_expression(t){}exitType_expression(t){}enterMethodExpression(t){}exitMethodExpression(t){}enterParenthesisExpression(t){}exitParenthesisExpression(t){}enterLiteralExpression(t){}exitLiteralExpression(t){}enterIdentifierExpression(t){}exitIdentifierExpression(t){}enterThisExpression(t){}exitThisExpression(t){}enterSuperExpression(t){}exitSuperExpression(t){}enterSelectorExpression(t){}exitSelectorExpression(t){}enterSelectableExpression(t){}exitSelectableExpression(t){}enterMutableSelectableExpression(t){}exitMutableSelectableExpression(t){}enterMutableSelectorExpression(t){}exitMutableSelectorExpression(t){}enterMethod_expression(t){}exitMethod_expression(t){}enterMemberSelector(t){}exitMemberSelector(t){}enterMethodSelector(t){}exitMethodSelector(t){}enterSliceSelector(t){}exitSliceSelector(t){}enterItemSelector(t){}exitItemSelector(t){}enterBlob_expression(t){}exitBlob_expression(t){}enterDocument_expression(t){}exitDocument_expression(t){}enterConstructorFrom(t){}exitConstructorFrom(t){}enterConstructorNoFrom(t){}exitConstructorNoFrom(t){}enterCopy_from(t){}exitCopy_from(t){}enterExpressionAssignmentList(t){}exitExpressionAssignmentList(t){}enterArgumentAssignmentList(t){}exitArgumentAssignmentList(t){}enterArgumentAssignmentListItem(t){}exitArgumentAssignmentListItem(t){}enterArgument_assignment(t){}exitArgument_assignment(t){}enterWrite_statement(t){}exitWrite_statement(t){}enterFiltered_list_suffix(t){}exitFiltered_list_suffix(t){}enterFetchOne(t){}exitFetchOne(t){}enterFetchMany(t){}exitFetchMany(t){}enterFetchOneAsync(t){}exitFetchOneAsync(t){}enterFetchManyAsync(t){}exitFetchManyAsync(t){}enterThen(t){}exitThen(t){}enterRead_statement(t){}exitRead_statement(t){}enterSorted_expression(t){}exitSorted_expression(t){}enterAssign_instance_statement(t){}exitAssign_instance_statement(t){}enterMemberInstance(t){}exitMemberInstance(t){}enterItemInstance(t){}exitItemInstance(t){}enterAssign_tuple_statement(t){}exitAssign_tuple_statement(t){}enterLfs(t){}exitLfs(t){}enterLfp(t){}exitLfp(t){}enterWs_plus(t){}exitWs_plus(t){}enterIndent(t){}exitIndent(t){}enterDedent(t){}exitDedent(t){}enterType_literal(t){}exitType_literal(t){}enterNull_literal(t){}exitNull_literal(t){}enterComment_statement(t){}exitComment_statement(t){}enterRepl(t){}exitRepl(t){}enterFullDeclarationList(t){}exitFullDeclarationList(t){}enterDeclarations(t){}exitDeclarations(t){}enterDeclaration(t){}exitDeclaration(t){}enterAnnotation_constructor(t){}exitAnnotation_constructor(t){}enterAnnotation_identifier(t){}exitAnnotation_identifier(t){}enterAnnotation_argument(t){}exitAnnotation_argument(t){}enterAnnotation_argument_name(t){}exitAnnotation_argument_name(t){}enterAnnotationLiteralValue(t){}exitAnnotationLiteralValue(t){}enterAnnotationTypeValue(t){}exitAnnotationTypeValue(t){}enterResource_declaration(t){}exitResource_declaration(t){}enterEnum_declaration(t){}exitEnum_declaration(t){}enterNative_symbol_list(t){}exitNative_symbol_list(t){}enterCategory_symbol_list(t){}exitCategory_symbol_list(t){}enterSymbol_list(t){}exitSymbol_list(t){}enterMatchingList(t){}exitMatchingList(t){}enterMatchingSet(t){}exitMatchingSet(t){}enterMatchingRange(t){}exitMatchingRange(t){}enterMatchingPattern(t){}exitMatchingPattern(t){}enterMatchingExpression(t){}exitMatchingExpression(t){}enterList_literal(t){}exitList_literal(t){}enterSet_literal(t){}exitSet_literal(t){}enterExpression_list(t){}exitExpression_list(t){}enterRange_literal(t){}exitRange_literal(t){}enterIteratorType(t){}exitIteratorType(t){}enterSetType(t){}exitSetType(t){}enterListType(t){}exitListType(t){}enterDictType(t){}exitDictType(t){}enterCursorType(t){}exitCursorType(t){}enterTypeType(t){}exitTypeType(t){}enterPrimaryType(t){}exitPrimaryType(t){}enterNativeType(t){}exitNativeType(t){}enterCategoryType(t){}exitCategoryType(t){}enterBooleanType(t){}exitBooleanType(t){}enterCssType(t){}exitCssType(t){}enterCharacterType(t){}exitCharacterType(t){}enterTextType(t){}exitTextType(t){}enterImageType(t){}exitImageType(t){}enterIntegerType(t){}exitIntegerType(t){}enterDecimalType(t){}exitDecimalType(t){}enterDocumentType(t){}exitDocumentType(t){}enterDateType(t){}exitDateType(t){}enterDateTimeType(t){}exitDateTimeType(t){}enterTimeType(t){}exitTimeType(t){}enterPeriodType(t){}exitPeriodType(t){}enterVersionType(t){}exitVersionType(t){}enterCodeType(t){}exitCodeType(t){}enterBlobType(t){}exitBlobType(t){}enterUUIDType(t){}exitUUIDType(t){}enterDbIdType(t){}exitDbIdType(t){}enterHtmlType(t){}exitHtmlType(t){}enterCategory_type(t){}exitCategory_type(t){}enterMutable_category_type(t){}exitMutable_category_type(t){}enterCode_type(t){}exitCode_type(t){}enterConcreteCategoryDeclaration(t){}exitConcreteCategoryDeclaration(t){}enterNativeCategoryDeclaration(t){}exitNativeCategoryDeclaration(t){}enterSingletonCategoryDeclaration(t){}exitSingletonCategoryDeclaration(t){}enterConcreteWidgetDeclaration(t){}exitConcreteWidgetDeclaration(t){}enterNativeWidgetDeclaration(t){}exitNativeWidgetDeclaration(t){}enterType_identifier_list(t){}exitType_identifier_list(t){}enterMethod_identifier(t){}exitMethod_identifier(t){}enterIdentifier_or_keyword(t){}exitIdentifier_or_keyword(t){}enterNospace_hyphen_identifier_or_keyword(t){}exitNospace_hyphen_identifier_or_keyword(t){}enterNospace_identifier_or_keyword(t){}exitNospace_identifier_or_keyword(t){}enterVariableIdentifier(t){}exitVariableIdentifier(t){}enterTypeIdentifier(t){}exitTypeIdentifier(t){}enterSymbolIdentifier(t){}exitSymbolIdentifier(t){}enterMember_identifier(t){}exitMember_identifier(t){}enterVariable_identifier(t){}exitVariable_identifier(t){}enterAttribute_identifier(t){}exitAttribute_identifier(t){}enterType_identifier(t){}exitType_identifier(t){}enterSymbol_identifier(t){}exitSymbol_identifier(t){}enterArgument_list(t){}exitArgument_list(t){}enterCodeArgument(t){}exitCodeArgument(t){}enterOperatorArgument(t){}exitOperatorArgument(t){}enterOperator_argument(t){}exitOperator_argument(t){}enterNamed_argument(t){}exitNamed_argument(t){}enterCode_argument(t){}exitCode_argument(t){}enterCategory_or_any_type(t){}exitCategory_or_any_type(t){}enterAnyListType(t){}exitAnyListType(t){}enterAnyType(t){}exitAnyType(t){}enterAnyDictType(t){}exitAnyDictType(t){}enterMember_method_declaration_list(t){}exitMember_method_declaration_list(t){}enterMember_method_declaration(t){}exitMember_method_declaration(t){}enterNative_member_method_declaration_list(t){}exitNative_member_method_declaration_list(t){}enterNative_member_method_declaration(t){}exitNative_member_method_declaration(t){}enterJavaCategoryBinding(t){}exitJavaCategoryBinding(t){}enterCSharpCategoryBinding(t){}exitCSharpCategoryBinding(t){}enterPython2CategoryBinding(t){}exitPython2CategoryBinding(t){}enterPython3CategoryBinding(t){}exitPython3CategoryBinding(t){}enterJavascriptCategoryBinding(t){}exitJavascriptCategoryBinding(t){}enterPython_category_binding(t){}exitPython_category_binding(t){}enterPython_module(t){}exitPython_module(t){}enterJavascript_category_binding(t){}exitJavascript_category_binding(t){}enterJavascript_module(t){}exitJavascript_module(t){}enterVariable_identifier_list(t){}exitVariable_identifier_list(t){}enterAttribute_identifier_list(t){}exitAttribute_identifier_list(t){}enterMethod_declaration(t){}exitMethod_declaration(t){}enterNative_statement_list(t){}exitNative_statement_list(t){}enterJavaNativeStatement(t){}exitJavaNativeStatement(t){}enterCSharpNativeStatement(t){}exitCSharpNativeStatement(t){}enterPython2NativeStatement(t){}exitPython2NativeStatement(t){}enterPython3NativeStatement(t){}exitPython3NativeStatement(t){}enterJavascriptNativeStatement(t){}exitJavascriptNativeStatement(t){}enterPython_native_statement(t){}exitPython_native_statement(t){}enterJavascript_native_statement(t){}exitJavascript_native_statement(t){}enterStatement_list(t){}exitStatement_list(t){}enterAssertion_list(t){}exitAssertion_list(t){}enterSwitch_case_statement_list(t){}exitSwitch_case_statement_list(t){}enterCatch_statement_list(t){}exitCatch_statement_list(t){}enterLiteralRangeLiteral(t){}exitLiteralRangeLiteral(t){}enterLiteralListLiteral(t){}exitLiteralListLiteral(t){}enterLiteralSetLiteral(t){}exitLiteralSetLiteral(t){}enterMinIntegerLiteral(t){}exitMinIntegerLiteral(t){}enterMaxIntegerLiteral(t){}exitMaxIntegerLiteral(t){}enterIntegerLiteral(t){}exitIntegerLiteral(t){}enterHexadecimalLiteral(t){}exitHexadecimalLiteral(t){}enterCharacterLiteral(t){}exitCharacterLiteral(t){}enterDateLiteral(t){}exitDateLiteral(t){}enterTimeLiteral(t){}exitTimeLiteral(t){}enterTextLiteral(t){}exitTextLiteral(t){}enterDecimalLiteral(t){}exitDecimalLiteral(t){}enterDateTimeLiteral(t){}exitDateTimeLiteral(t){}enterBooleanLiteral(t){}exitBooleanLiteral(t){}enterPeriodLiteral(t){}exitPeriodLiteral(t){}enterVersionLiteral(t){}exitVersionLiteral(t){}enterUUIDLiteral(t){}exitUUIDLiteral(t){}enterSymbolLiteral(t){}exitSymbolLiteral(t){}enterTypeLiteral(t){}exitTypeLiteral(t){}enterNullLiteral(t){}exitNullLiteral(t){}enterLiteral_list_literal(t){}exitLiteral_list_literal(t){}enterThis_expression(t){}exitThis_expression(t){}enterSuper_expression(t){}exitSuper_expression(t){}enterParenthesis_expression(t){}exitParenthesis_expression(t){}enterLiteral_expression(t){}exitLiteral_expression(t){}enterCollection_literal(t){}exitCollection_literal(t){}enterTuple_literal(t){}exitTuple_literal(t){}enterDict_literal(t){}exitDict_literal(t){}enterDocument_literal(t){}exitDocument_literal(t){}enterExpression_tuple(t){}exitExpression_tuple(t){}enterDoc_entry_list(t){}exitDoc_entry_list(t){}enterDoc_entry(t){}exitDoc_entry(t){}enterDocKeyIdentifier(t){}exitDocKeyIdentifier(t){}enterDocKeyText(t){}exitDocKeyText(t){}enterDict_entry_list(t){}exitDict_entry_list(t){}enterDict_entry(t){}exitDict_entry(t){}enterDictKeyIdentifier(t){}exitDictKeyIdentifier(t){}enterDictKeyText(t){}exitDictKeyText(t){}enterSliceFirstAndLast(t){}exitSliceFirstAndLast(t){}enterSliceFirstOnly(t){}exitSliceFirstOnly(t){}enterSliceLastOnly(t){}exitSliceLastOnly(t){}enterAssign_variable_statement(t){}exitAssign_variable_statement(t){}enterChildInstance(t){}exitChildInstance(t){}enterRootInstance(t){}exitRootInstance(t){}enterIsATypeExpression(t){}exitIsATypeExpression(t){}enterIsOtherExpression(t){}exitIsOtherExpression(t){}enterMetadata(t){}exitMetadata(t){}enterArrowExpressionBody(t){}exitArrowExpressionBody(t){}enterArrowStatementsBody(t){}exitArrowStatementsBody(t){}enterArrow_prefix(t){}exitArrow_prefix(t){}enterArrowSingleArg(t){}exitArrowSingleArg(t){}enterArrowListArg(t){}exitArrowListArg(t){}enterSorted_key(t){}exitSorted_key(t){}enterRead_blob_expression(t){}exitRead_blob_expression(t){}enterRead_all_expression(t){}exitRead_all_expression(t){}enterRead_one_expression(t){}exitRead_one_expression(t){}enterOrder_by_list(t){}exitOrder_by_list(t){}enterOrder_by(t){}exitOrder_by(t){}enterInclude_list(t){}exitInclude_list(t){}enterOperatorPlus(t){}exitOperatorPlus(t){}enterOperatorMinus(t){}exitOperatorMinus(t){}enterOperatorMultiply(t){}exitOperatorMultiply(t){}enterOperatorDivide(t){}exitOperatorDivide(t){}enterOperatorIDivide(t){}exitOperatorIDivide(t){}enterOperatorModulo(t){}exitOperatorModulo(t){}enterKeyword(t){}exitKeyword(t){}enterNew_token(t){}exitNew_token(t){}enterKey_token(t){}exitKey_token(t){}enterModule_token(t){}exitModule_token(t){}enterValue_token(t){}exitValue_token(t){}enterSymbols_token(t){}exitSymbols_token(t){}enterAssign(t){}exitAssign(t){}enterMultiply(t){}exitMultiply(t){}enterDivide(t){}exitDivide(t){}enterIdivide(t){}exitIdivide(t){}enterModulo(t){}exitModulo(t){}enterJavascriptReturnStatement(t){}exitJavascriptReturnStatement(t){}enterJavascriptStatement(t){}exitJavascriptStatement(t){}enterJavascriptSelectorExpression(t){}exitJavascriptSelectorExpression(t){}enterJavascriptPrimaryExpression(t){}exitJavascriptPrimaryExpression(t){}enterJavascript_primary_expression(t){}exitJavascript_primary_expression(t){}enterJavascript_this_expression(t){}exitJavascript_this_expression(t){}enterJavascript_new_expression(t){}exitJavascript_new_expression(t){}enterJavascriptMethodExpression(t){}exitJavascriptMethodExpression(t){}enterJavascriptMemberExpression(t){}exitJavascriptMemberExpression(t){}enterJavascriptItemExpression(t){}exitJavascriptItemExpression(t){}enterJavascript_method_expression(t){}exitJavascript_method_expression(t){}enterJavascriptArgumentList(t){}exitJavascriptArgumentList(t){}enterJavascriptArgumentListItem(t){}exitJavascriptArgumentListItem(t){}enterJavascript_item_expression(t){}exitJavascript_item_expression(t){}enterJavascript_parenthesis_expression(t){}exitJavascript_parenthesis_expression(t){}enterJavascript_identifier_expression(t){}exitJavascript_identifier_expression(t){}enterJavascriptIntegerLiteral(t){}exitJavascriptIntegerLiteral(t){}enterJavascriptDecimalLiteral(t){}exitJavascriptDecimalLiteral(t){}enterJavascriptTextLiteral(t){}exitJavascriptTextLiteral(t){}enterJavascriptBooleanLiteral(t){}exitJavascriptBooleanLiteral(t){}enterJavascriptCharacterLiteral(t){}exitJavascriptCharacterLiteral(t){}enterJavascript_identifier(t){}exitJavascript_identifier(t){}enterPythonReturnStatement(t){}exitPythonReturnStatement(t){}enterPythonStatement(t){}exitPythonStatement(t){}enterPythonSelectorExpression(t){}exitPythonSelectorExpression(t){}enterPythonPrimaryExpression(t){}exitPythonPrimaryExpression(t){}enterPythonSelfExpression(t){}exitPythonSelfExpression(t){}enterPythonParenthesisExpression(t){}exitPythonParenthesisExpression(t){}enterPythonIdentifierExpression(t){}exitPythonIdentifierExpression(t){}enterPythonLiteralExpression(t){}exitPythonLiteralExpression(t){}enterPythonGlobalMethodExpression(t){}exitPythonGlobalMethodExpression(t){}enterPython_self_expression(t){}exitPython_self_expression(t){}enterPythonMethodExpression(t){}exitPythonMethodExpression(t){}enterPythonItemExpression(t){}exitPythonItemExpression(t){}enterPython_method_expression(t){}exitPython_method_expression(t){}enterPythonOrdinalOnlyArgumentList(t){}exitPythonOrdinalOnlyArgumentList(t){}enterPythonNamedOnlyArgumentList(t){}exitPythonNamedOnlyArgumentList(t){}enterPythonArgumentList(t){}exitPythonArgumentList(t){}enterPythonOrdinalArgumentList(t){}exitPythonOrdinalArgumentList(t){}enterPythonOrdinalArgumentListItem(t){}exitPythonOrdinalArgumentListItem(t){}enterPythonNamedArgumentList(t){}exitPythonNamedArgumentList(t){}enterPythonNamedArgumentListItem(t){}exitPythonNamedArgumentListItem(t){}enterPython_parenthesis_expression(t){}exitPython_parenthesis_expression(t){}enterPythonChildIdentifier(t){}exitPythonChildIdentifier(t){}enterPythonPromptoIdentifier(t){}exitPythonPromptoIdentifier(t){}enterPythonIdentifier(t){}exitPythonIdentifier(t){}enterPythonIntegerLiteral(t){}exitPythonIntegerLiteral(t){}enterPythonDecimalLiteral(t){}exitPythonDecimalLiteral(t){}enterPythonTextLiteral(t){}exitPythonTextLiteral(t){}enterPythonBooleanLiteral(t){}exitPythonBooleanLiteral(t){}enterPythonCharacterLiteral(t){}exitPythonCharacterLiteral(t){}enterPython_identifier(t){}exitPython_identifier(t){}enterJavaReturnStatement(t){}exitJavaReturnStatement(t){}enterJavaStatement(t){}exitJavaStatement(t){}enterJavaSelectorExpression(t){}exitJavaSelectorExpression(t){}enterJavaPrimaryExpression(t){}exitJavaPrimaryExpression(t){}enterJava_primary_expression(t){}exitJava_primary_expression(t){}enterJava_this_expression(t){}exitJava_this_expression(t){}enterJava_new_expression(t){}exitJava_new_expression(t){}enterJavaMethodExpression(t){}exitJavaMethodExpression(t){}enterJavaItemExpression(t){}exitJavaItemExpression(t){}enterJava_method_expression(t){}exitJava_method_expression(t){}enterJavaArgumentListItem(t){}exitJavaArgumentListItem(t){}enterJavaArgumentList(t){}exitJavaArgumentList(t){}enterJava_item_expression(t){}exitJava_item_expression(t){}enterJava_parenthesis_expression(t){}exitJava_parenthesis_expression(t){}enterJavaIdentifier(t){}exitJavaIdentifier(t){}enterJavaChildIdentifier(t){}exitJavaChildIdentifier(t){}enterJavaClassIdentifier(t){}exitJavaClassIdentifier(t){}enterJavaChildClassIdentifier(t){}exitJavaChildClassIdentifier(t){}enterJavaIntegerLiteral(t){}exitJavaIntegerLiteral(t){}enterJavaDecimalLiteral(t){}exitJavaDecimalLiteral(t){}enterJavaTextLiteral(t){}exitJavaTextLiteral(t){}enterJavaBooleanLiteral(t){}exitJavaBooleanLiteral(t){}enterJavaCharacterLiteral(t){}exitJavaCharacterLiteral(t){}enterJava_identifier(t){}exitJava_identifier(t){}enterCSharpReturnStatement(t){}exitCSharpReturnStatement(t){}enterCSharpStatement(t){}exitCSharpStatement(t){}enterCSharpSelectorExpression(t){}exitCSharpSelectorExpression(t){}enterCSharpPrimaryExpression(t){}exitCSharpPrimaryExpression(t){}enterCsharp_primary_expression(t){}exitCsharp_primary_expression(t){}enterCsharp_this_expression(t){}exitCsharp_this_expression(t){}enterCsharp_new_expression(t){}exitCsharp_new_expression(t){}enterCSharpMethodExpression(t){}exitCSharpMethodExpression(t){}enterCSharpItemExpression(t){}exitCSharpItemExpression(t){}enterCsharp_method_expression(t){}exitCsharp_method_expression(t){}enterCSharpArgumentList(t){}exitCSharpArgumentList(t){}enterCSharpArgumentListItem(t){}exitCSharpArgumentListItem(t){}enterCsharp_item_expression(t){}exitCsharp_item_expression(t){}enterCsharp_parenthesis_expression(t){}exitCsharp_parenthesis_expression(t){}enterCSharpIdentifier(t){}exitCSharpIdentifier(t){}enterCSharpChildIdentifier(t){}exitCSharpChildIdentifier(t){}enterCSharpPromptoIdentifier(t){}exitCSharpPromptoIdentifier(t){}enterCSharpIntegerLiteral(t){}exitCSharpIntegerLiteral(t){}enterCSharpDecimalLiteral(t){}exitCSharpDecimalLiteral(t){}enterCSharpTextLiteral(t){}exitCSharpTextLiteral(t){}enterCSharpBooleanLiteral(t){}exitCSharpBooleanLiteral(t){}enterCSharpCharacterLiteral(t){}exitCSharpCharacterLiteral(t){}enterCsharp_identifier(t){}exitCsharp_identifier(t){}enterJsx_expression(t){}exitJsx_expression(t){}enterJsxSelfClosing(t){}exitJsxSelfClosing(t){}enterJsxElement(t){}exitJsxElement(t){}enterJsx_fragment(t){}exitJsx_fragment(t){}enterJsx_fragment_start(t){}exitJsx_fragment_start(t){}enterJsx_fragment_end(t){}exitJsx_fragment_end(t){}enterJsx_self_closing(t){}exitJsx_self_closing(t){}enterJsx_opening(t){}exitJsx_opening(t){}enterJsx_closing(t){}exitJsx_closing(t){}enterJsx_element_name(t){}exitJsx_element_name(t){}enterJsx_identifier(t){}exitJsx_identifier(t){}enterJsx_attribute(t){}exitJsx_attribute(t){}enterJsxLiteral(t){}exitJsxLiteral(t){}enterJsxValue(t){}exitJsxValue(t){}enterJsx_children(t){}exitJsx_children(t){}enterJsxText(t){}exitJsxText(t){}enterJsxChild(t){}exitJsxChild(t){}enterJsxCode(t){}exitJsxCode(t){}enterJsx_text(t){}exitJsx_text(t){}enterJsx_char(t){}exitJsx_char(t){}enterCss_expression(t){}exitCss_expression(t){}enterCss_field(t){}exitCss_field(t){}enterCss_identifier(t){}exitCss_identifier(t){}enterCssValue(t){}exitCssValue(t){}enterCssText(t){}exitCssText(t){}enterCss_text(t){}exitCss_text(t){}}class c extends a.a.Parser{constructor(t){super(t)}isText(t,e){return e===t.text}was(t){return this.lastHiddenTokenType()===t}wasNot(t){return this.lastHiddenTokenType()!==t}wasNotWhiteSpace(){return this.lastHiddenTokenType()!==this.WS}willBe(t){return this.getTokenStream().LA(1)===t}willNotBe(t){return this.getTokenStream().LA(1)!==t}nextHiddenTokenType(){const t=this.getTokenStream(),e=t.getHiddenTokensToRight(t.index-1);return null===e||0===e.length?0:e[0].type}willBeAOrAn(){return this.willBeText("a")||this.willBeText("an")}willBeText(t){return t===this.getTokenStream().LT(1).text}lastHiddenTokenType(){const t=this.getTokenStream(),e=t.getHiddenTokensToLeft(t.index);return null===e||0===e.length?0:e[e.length-1].type}removeErrorListeners(){a.a.Parser.prototype.removeErrorListeners.call(this),this._input.tokenSource.removeErrorListeners()}addErrorListener(t){a.a.Parser.prototype.addErrorListener.call(this,t),this._input.tokenSource.addErrorListener(t)}}function u(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}const d=["悋Ꜫ脳맭䅼㯧瞆","奤½\t\t","\t\t\t\t","\b\t\b\t\t\t\n\t\n\v\t\v","\f\t\f\r\t\r\t\t","\t\t\t\t","\t\t\t","\t\t\t\t","\t\t\t",'\t\t \t !\t!"\t"#',"\t#$\t$%\t%&\t&'\t'(\t()\t)","*\t*+\t+,\t,-\t-.\t./\t/0\t0","1\t12\t23\t34\t45\t56\t67\t7","8\t89\t9:\t:;\t;<\t<=\t=>\t>","?\t?@\t@A\tAB\tBC\tCD\tDE\tE","F\tFG\tGH\tHI\tIJ\tJK\tKL\tL","M\tMN\tNO\tOP\tPQ\tQR\tRS\tS","T\tTU\tUV\tVW\tWX\tXY\tYZ\tZ","[\t[\\\t\\]\t]^\t^_\t_`\t`a\ta","b\tbc\tcd\tde\tef\tfg\tgh\th","i\tij\tjk\tkl\tlm\tmn\tno\to","p\tpq\tqr\trs\tst\ttu\tuv\tv","w\twx\txy\tyz\tz{\t{|\t|}\t}","~\t~\t\t\t","\t\t\t
\t","
\t\t\t","\t\t\t\t","\t\t\t","\t\t\t\t","\t\t\t","\t\t\t\t","\t\t\t","\t\t \t ¡\t","¡¢\t¢£\t£¤\t¤","¥\t¥¦\t¦§\t§¨\t","¨©\t©ª\tª«\t«","¬\t¬\t®\t®¯\t","¯°\t°±\t±²\t²","³\t³´\t´µ\tµ¶\t","¶·\t·¸\t¸¹\t¹","º\tº»\t»¼\t¼½\t","½¾\t¾¿\t¿À\tÀ","Á\tÁÂ\tÂÃ\tÃÄ\t","ÄÅ\tÅÆ\tÆÇ\tÇ","È\tÈÉ\tÉÊ\tÊË\t","ËÌ\tÌÍ\tÍÎ\tÎ","Ï\tÏÐ\tÐÑ\tÑÒ\t","ÒÓ\tÓÔ\tÔÕ\tÕ","Ö\tÖ×\tר\tØÙ\t","ÙÚ\tÚÛ\tÛÜ\tÜ","Ý\tÝÞ\tÞß\tßà\t","àá\táâ\tâã\tã","ä\täå\tåæ\tæç\t","çè\tèé\téê\tê","ë\tëì\tìí\tíî\t","îï\tïð\tðñ\tñ","ò\tòó\tóô\tôõ\t","õö\tö÷\t÷ø\tø","ù\tùú\túû\tûü\t","üý\týþ\tþÿ\tÿ","Ā\tĀā\tāĂ\tĂă\t","ăĄ\tĄą\tąĆ\tĆ","ć\tćĈ\tĈĉ\tĉĊ\t","Ċ","ț\n","Ȣ\n","","","","","ɀ\n","Ɇ\n","ɋ\n","ɑ\n","ɓ\nɖ\n","ɝ\n","","ɦ\n\b\b\b","\b\b\b\b\b\b\b\b","\b\b\b\b\b\b\b\b\t","\t\t\t\tɿ\n\t\t\t\tʃ\n","\t\t\t\t\t\t\t\t\t","\t\tʎ\n\t\t\t\t\t\t\t","\t\tʗ\n\t\n\n\n\n\n","\n\n\n\n\n\n\n\n\nʦ","\n\n\n\n\n\n\n\n\n\n","ʯ\n\n\v\v\v\v\v","\vʶ\n\v\f\f\f\f\f","\f\f\f\fˀ\n\f\f\f\f\f","\f\f\r\r\r\r\r\r","\r\r\r\r","˖\n","","","","˭\n","","˺\n","","̅\n","","̓\n","̙\n","","̤\n","","","̲\n","","","̈́\n\f͇\v","","͑\n͓","\n","͜\n","͠\nͣ\n","","ͬ\n","Ͱ\nͳ\n","","ͻ\nͿ\n","\n","Ή\n","Α","\nΖ\n","Κ\n","","","","","ε\n","μ\n","ρ\n","υ\n","","","Ϝ","\n "," ϥ\n ϩ\n "," ϰ\n "," ϸ\n !!!ϼ\n!!!Ͽ","\n!!!!!Є\n!!!!",'!!!Ћ\n!!!Ў\n!""','"""""""##',"#######$$$","$$$$$$$$$$","$Я\n$$$%%%%%%","%%%%%%%%%%т","\n%&&&&&&щ\n&&","&&&&&&''''","'''''(((","(((())))))","))))ѫ\n))))))",")))Ѵ\n)******","**********","****҉\n*\f**Ҍ\v*+","++,,,,,,,,",",,,қ\n,,,,,Ҡ\n,",",,,,,,,Ҩ\n,,,",",,,,,,ұ\n,,,-","----------","---------ӈ\n-","..///ӎ\n/0000","00000Ә\n00000","0000000000","0000000000","00ӳ\n00000000","0000000000","0000000000","0Ԑ\n000000Ԗ\n00","0000Ԝ\n000000","0000000000","0000000000Զ","\n000000Լ\n000","00Ձ\n0000000Ո\n","0000000Տ\n0\f00Ւ","\v011111111՛","\n1222222բ\n2\f22ե","\v233334444","55666666ն\n67","77777ս\n7\f77ր\v7","8888888888","8888֏\n899999","99֗\n9\f99֚\v9:::",":֟\n:;;;;<<<<","<֩\n<<<<<֮\n<<ְ\n<","<<<<<ֶ\n<<ָ\n<<ֺ","\n<======ׁ\n=>",">>>????\n???","?@@@@ג\n@@@@@","@ט\n@@@@@ם\n@@@","@ס\n@@@@@@@@@","@@\n@@@@װ\n@@@","@״\n@@@@@\n@@\n@","AAAA\nAAAAAA؆","\nAAAAAAA؍\nAA","AAؑ\nAAAAAAAA","AAA\nAAAAؠ\nAA","AAؤ\nAAAAAة\nAA","Aج\nABBBBر\nB\fBBش\v","BBBBظ\nBCCCCC","CCCDDDDDDE","EEي\nEEEEEEEEْ","\nEFFFFFFٙ\nFFٛ","\nFFFFF٠\nFF٢\nFG","GGGGGGG٫\nG\fGGٮ","\vGHHHHٳ\nHHHI","IIIJJJJJJJ","JJڃ\nJKKKKLLڊ\n","L\fLLڍ\vLMMڐ\nM\rMMڑ","NNڕ\nN\fNNژ\vNOOڛ\nO\rO","OڜOOPPڢ\nP\fPPڥ\vP","PPQQQQRRS","SSSڲ\nSTTTڶ\nTT","TTUUUUUڿ\nU\fUUۂ","\vUVVVVۇ\nV\fVVۊ\vV","VVVVۏ\nV\fVVے\vVV","VVVVVVۚ\nVWW","WWWWWۢ\nW\fWWۥ\vW","Wۧ\nWWWW۫\nWXXY","YYYZZ[[[۷\n[\\","\\]]]۽\n]^^^^","^܃\n^\f^^܆\v^____","_܌\n_\f__\v_````ܔ","\n`\f``ܗ\v`aaaaa","aaaaaaܣ\nabbܦ\n","bbbbܪ\nbbbccܯ\n","ccccܳ\ncccddd","dܺ\nd\fddܽ\vdeeee","eeffffffff","ffffffffffݖ","\nfffffffffݟ\n","f\fffݢ\vfgggݦ\ngh","hhhhhhhhhh","hhhhhhhhݺ\nhi","ijjݿ\njjjkkll","llވ\nlmmmތ\nmnn","nnޑ\nn\fnnޔ\vnoooޘ","\nopppޜ\npqqqq","rrrssssި\nstt","uuvvwwxxyy","yy\ny\fyy\vyzzz","\nzzz߁\nz{{{߅\n{|","|||ߊ\n|}}}~~~ߑ","\n~","ߜ\n","\fߟ\v","ߥ\n\fߨ","\v߭\n","\f߰\v","ߵ\n\f߸\v","","߿\n","ࠅ\n\fࠈ\v","ࠍ\n\f","ࠐ\v","ࠕ\n\f࠘\v","ࠝ\n","","ࠩ\n
","
࠭\n
","࠵\n\f","࠸\v","࠽\n\fࡀ\v","ࡃ\n","ࡉ\n","ࡎ\n\fࡑ\v","ࡕ\n","࡚\n\f\v","ࡢ\n","\fࡥ\v","\n","ࡳ\n","\fࡶ\v","","ࢂ\n","ࢆ\nࢉ\n","ࢍ\n","\n","\n\f࢙\v","࢟\n","\fࢢ\v","ࢨ\n\fࢫ","\v","ࢱ\n\fࢴ\v","","","ࣄ\n","ࣉ\n","࣒\n","","ࣝ\n","\n\f","ࣥ\v","࣬\n","","ࣶ\n","ࣾ\n","ँ\nअ\n","ऊ\n","","औ\n","घ\n "," ड\n ","\f त\v द\n ","¡¡¡¡फ\n¡\f¡","¡म\v¡¢¢¢¢","£££श\n£¤","¤¤¤ऻ\n¤\f¤¤ा","\v¤¥¥¥¥¦","¦¦ॆ\n¦§§","§§§§§§","§§॑\n§¨¨¨","¨©©©©©","©ड़\n©\f©©य़\v©","ªªªªª॥\nª","«««¬¬¬","¬¬¬¬¬¬","ॲ\n¬","®®®®ॼ\n®","®®ॿ\n®¯¯","¯ঃ\n¯°°°°","°±±±±±","²²²²²³","³³³গ\n³\f³³","চ\v³´´´´ট","\n´\f´´ঢ\v´´´","থ\n´µµµµ","µµµভ\nµ¶¶","···¸¸¸","¹¹¹ººº","»»»¼¼½","½¾¾¿¿À","ÀÁÁÁÁÁ","ÁÁÁ\nÁÂ","ÂÂÂÂÂ\nÂ","\fÂÂ\vÂÃÃ","ÃÃÃÃÃÃ","\nÃÄÄÅÅÅ","ÆÆÆÆÆÆ","ৰ\nÆÇÇÇÇ৵","\nÇÇÇÈÈÈ","ÈÈÈÈ\nÈ\fÈ","Èਂ\vÈÉÉÉ","ÉÊÊÊÊË","ËÌÌÌÌÌ","Ìਓ\nÌÍÍÍÍ","ÍÍਚ\nÍÎÎ","ÎÎਟ\nÎÏÏÏ","ÏÏÏਦ\nÏ\fÏÏ","\vÏÐÐÐÐ","ÐÐਰ\nÐÑÑÒ","ÒÒÒÒÒÒ","\nÒÓÓÓÓਿ","\nÓÓÓÔÔÔ","ÔÔÔÔ\nÔ","ÕÕÕÕÕÕ","Õੑ\nÕ\fÕÕ\vÕÖ","ÖÖÖÖÖÖ","ÖÖÖÖÖ\n","Ö\fÖÖ\vÖ××","××ØØØØ","੭\nØØØØØੲ","\nØ\fØØੵ\vØÙÙ","ÙÙÙÙ\nÙ","ÚÚÚÚÚÚઃ","\nÚÛÛÛÛÛ","ÛÛÛઌ\nÛÜ","ÜÜÜÜÜઓ\nÜ","\fÜÜખ\vÜÝÝ","ÝÝÝÝઝ\nÝÞ","Þßßßàà","ààધ\nàáá","ááબ\náááâ","ââââââ","શ\nâ\fââહ\vâã","ãããäää","äååååå","ååૉ\nå\fååૌ\vå","ææææææ","\næ\fææ\væç","ççççç\nç","èèèèèè","\nèéééé","éééé૭\néê","êêêêê\n","ê\fêê\vêëë","ëëëë૾\në","ììíííî","îîîଈ\nîïï","ïï\nïïï","ðððððð","ðଗ\nð\fððଚ\vðñ","ñññòòò","òóóóóଧ\n","óóóóóବ\nó","\fóóଯ\vóôô","ôôôôଶ\nôõ","õõõõõଽ\n","õöööୁ\nö÷","÷÷÷\n÷÷","÷÷\n÷øøø","ø\nøøøø","ùùùùୗ\nùú","úúúûûû","ûûୡ\nû\fûû\v","ûûûûüü","üüü୭\nü\füü୰","\vüüüýýý","ýýþþþþ","\nþ\fþþ\vþÿ","ÿÿஃ\nÿ\fÿÿஆ\vÿ","ĀĀĀĀ\nĀ","ĀĀāāāāஒ","\nāāāக\nāĂĂ","\nĂ\rĂĂஙăă","ăăă\năăă","ண\n㥥\nĄ\rĄĄ","ąąą\nąĆ","ĆĆர\nĆ\rĆĆற","ĆĆććććஹ","\nć\rććććĈ","ĈĈĈĈ\nĈ","ĈĈĈே\nĈ\rĈĈை","Ĉோ\nĈ\fĈĈ\vĈ","ĉĉĉĉĉĉ","\nĉĊĊ\nĊ\rĊĊ","Ċ&R^blpÊüŐƂƎƜ","ƨƪƮƶǂLjNJǒǞǤȎċ","\b\n\f",' "$&(*,.02468:<>@BDFHJLNPRTVXZ\\^`bdfhjlnprtvxz|~',""," ¢¤¦¨ª¬®°²","´¶¸º¼¾ÀÂÄÆÈÊ","ÌÎÐÒÔÖØÚÜÞàâ","äæèêìîðòôöøú","üþĀĂĄĆĈĊČĎĐĒ","ĔĖĘĚĜĞĠĢĤĦĨĪ","ĬĮİIJĴĶĸĺļľŀł","ńņňŊŌŎŐŒŔŖŘŚ","ŜŞŠŢŤŦŨŪŬŮŰŲ","ŴŶŸźżžƀƂƄƆƈƊ","ƌƎƐƒƔƖƘƚƜƞƠƢ","ƤƦƨƪƬƮưƲƴƶƸƺ","ƼƾǀǂDŽdžLjNJnjǎǐǒ","ǔǖǘǚǜǞǠǢǤǦǨǪ","ǬǮǰDzǴǶǸǺǼǾȀȂ","ȄȆȈȊȌȎȐȒ",'"#),--//33\t',"tt¯¯\\\\","¯¯\\\\¯¯","¯¯","SScc\n\v779ACKMwyy{","¨''))++","ಢȔ","ȩȵ","\bȻ\nɁ","\fɗɧ","ɺʘ","ʵʷ","ˇˑ","˞˨",' ˵"̔$̳',"&̼(͒","*͔,ͤ",".ʹ0Ό","2Ρ4ζ","6θ8ν:ϛ","<ϝ>Ϩ","@ЍBЏ","DИFС","HсJу","LёNњPѡ","RѵTҍ","VҐXӇ","ZӉ\\Ӌ","^Ӳ`՚","b՜dզfժ","hծjյ","lշn֎","pr֛","t֠vֹ","xֻzׂ|׆","~ث","حع","فه","١٣","ٲٶ","ڂڄ","ڋڏ","ږښ","ڣ ڨ","¢ڬ¤ڱ","¦ڳ¨ں","ªۈ¬ۛ","®۬°ۮ","²۲´۶","¶۸¸ۼ","º۾¼܇","¾ܐÀܢ","ÂܥÄܮ","ÆܶÈܾ","ÊݕÌݥ","ÎݹÐݻ","ÒݾÔނ","ÖއØދ","ÚލÜޗ","Þޛàޝ","âޡäާ","æީèޫ","êޭìޯ","îޱð","ò߀ô߄","ö߆øߋ","úߐüߒ","þߠĀ߮","ĂࠀĄࠎ","ĆࠨĈࠪ","ĊČ࠹","ĎࡄĐࡖ","Ē࡞Ĕࡪ","ĖĘ","ĚࢁĜࢃ","ĞࢊĠ","Ģ࢚Ĥࢣ","ĦࢬĨࣃ","ĪࣜĬࣞ","Įࣦİ࣫","IJ࣯Ĵࣵ","Ķࣽĸऀ","ĺउļक","ľछŀध","łयńव","ņषňि","ŊॅŌॐ","Ŏ॒Őॖ","Œ।Ŕ०","ŖॱŘॳ","ŚॾŜং","ŞŠউ","ŢŤও","ŦছŨব","ŪমŬর","ŮŰশ","ŲহŴ়","ŶিŸু","źৃż","žেƀ","ƂƄৣ","Ɔƈ১","Ɗ৯ƌৱ","Ǝ৸Ɛਃ","ƒਇƔ","ƖƘਙ","ƚਞƜਠ","ƞਯƠ","ƢਹƤ","Ʀੈƨ","ƪƬ","Ʈ੬ư","Ʋંƴઋ","ƶઍƸજ","ƺઞƼઠ","ƾદǀન","ǂયDŽ","džાLjૂ","NJ્nj","ǎૣǐ૬","ǒ૮ǔ૽","ǖ૿ǘଁ","ǚଇǜଉ","ǞଐǠଛ","ǢଟǤଦ","ǦଵǨ଼","ǪୀǬ","Ǯୋǰୖ","DzǴଡ଼","Ƕ୨Ǹ୳","ǺǼ","ǾஇȀஔ","ȂȄ","ȆȈ","ȊȌவ","ȎூȐ","ȒௗȔȕ","aȕȖìwȖȗ","RȗȚiȘț\\","șțìwȚȘ","Țșțȡ","Ȝȝ(ȝȞ","ȞȟPȟȢ","ȠȢ¤ȡȜ","ȡȠȢȣ","ȣȤŴ»Ȥȥ","ȥȦOȦȧ¼_","ȧȨPȨ","ȩȪaȪȫìwȫ","ȬRȬȭiȭȮ","ÎhȮȯ¤ȯȰ","Ŵ»ȰȱȱȲ","OȲȳº^ȳȴ","Pȴȵȶ","îxȶȷ¤ȷȸ","^0ȸȹRȹȺŲº","ȺȻȼîx","ȼȿGȽȾP","ȾɀHȿȽ","ȿɀɀ\t","ɁɂaɂɃêvɃ","ɅRɄɆɅ","ɄɅɆɆ","ɇɇɈÊfɈ","ɊUɉɋÀaɊɉ","Ɋɋɋɕ","Ɍɒ¤ɍɐ","ĐɎɏPɏɑ","èuɐɎɐɑ","ɑɓɒɍ","ɒɓɓɔ","ɔɖyɕɌ","ɕɖɖ\v","ɗɘaɘə","ìwəɜRɚɝ","£ɛɝìwɜɚ","ɜɛɝɥ","ɞɟ¤ɟɠ","~ɠɡɡɢ","Oɢɣþɣɤ","Pɤɦɥɞ","ɥɦɦ\r","ɧɨaɨɩ","ìwɩɪRɪɫ","ɫɬ£ɬɭ¤","ɭɮWɮɯ","ɯɰOɰɱ$","ɱɲPɲɳM","ɳɴPɴɵ~ɵ","ɶɶɷOɷ","ɸĂɸɹPɹ","ɺɻaɻ","ɼìwɼɾRɽɿ","ɾɽɾɿ","ɿʂʀʃ","\\ʁʃ\vʂʀ","ʂʁʃʖ","ʄʍ(ʅʆ","ʆʇPʇʈ","~ʈʉʉʊ","Oʊʋþʋʌ","Pʌʎʍʅ","ʍʎʎʗ","ʏʐ¤ʐʑ","~ʑʒʒʓ","Oʓʔþʔʕ","Pʕʗʖʄ","ʖʏʖʗ","ʗʘʙ","aʙʚìwʚʛ","Rʛʮʜʥ","(ʝʞʞʟ","Pʟʠ~ʠʡ","ʡʢOʢʣþ","ʣʤPʤʦ","ʥʝʥʦ","ʦʯʧʨ¤","ʨʩ~ʩʪ","ʪʫOʫʬþ","ʬʭPʭʯ","ʮʜʮʧ","ʮʯʯ","ʰʶÚnʱʲÚ","nʲʳPʳʴìw","ʴʶʵʰ","ʵʱʶ","ʷʸaʸʹŨµ","ʹʺRʺʻ","ʻʼʼʿô{","ʽʾʾˀÊf","ʿʽʿˀ","ˀˁˁ˂e","˂˃˃˄O","˄˅Ġ˅ˆP","ˆˇˈa","ˈˉèuˉˊRˊ","ˋˋˌeˌ","ˍˍˎOˎ","ˏĠˏːPː","ˑ˒a˒","˓èu˓˕R˔˖","˕˔˕˖","˖˗˗˘","˘˙e˙˚","˚˛O˛˜","Ę˜˝P˝","˞˟a˟ˠ","èuˠˡRˡˢ","tˢˣeˣˤ","ˤ˥O˥˦Ġ","˦˧P˧","˨˩a˩˪è","u˪ˬR˫˭","ˬ˫ˬ˭","˭ˮˮ˯t","˯˰e˰˱","˱˲O˲˳Ę","˳˴P˴","˵˶a˶˷ìw","˷˹R˸˺","˹˸˹˺","˺˻˻˼","˼̄\\˽˾(˾","˿˿̀P̀","́Ẃ̅̂","̃¤̃̅W̄","˽̄̂̅","̆̆̇̇","̈Ö̉$̉̒","P̊̋M̋̌","P̌̍~̍̎","̎̏Ȍ̐Ă","̐̑P̑̓","̒̊̒̓","̓!̔̕a","̖̕ìw̖̘R","̗̙̘̗","̘̙̙̚","̛̛̣̚","̜̝(̝̞","̞̟P̟̠W̠","̡̢̤¤̢","̤Ẉ̜̣","̡̤̥̥","̧̦̦O̧","̨$̨̱P̩̪","M̪̫P̫̬","~̬̭̭̮","O̮̯Ă̯̰","P̰̲̱̩","̱̲̲#","̴̳a̴̵","\\̵̶W̶̷R","̷̸̸̹O","̹̺&̺̻P","̻%̼̽\b̽","̾Ć̾̿ͅ","̀\f̀́Ḿ͂","Ć͂̈́̓̿","͇̈́̓ͅ","͆͆ͅ'","͇͈͉ͅ","¤͉͊U͓͊","êv͋͌¤͍͌","V͍͐Ē͎͏","P͏͑êv͎͐","͓͐͑͑","͈͒͒͋","͓)͔͕","a͕͖ìw͖͗R","͗͘M͛͘}","͙͚͚͜6","͙͛͛͜","͜͢͟͝","͟͞͠͞","͟͠͠͡","ͣ͡Êf͢͝","ͣͣ͢+","ͤͥaͥͦÜoͦ","ͧRͧͨMͨͫ","}ͩͪͪͬ","6ͫͩͫͬ","ͬͲͭͯ","ͮͰͯͮ","ͯͰͰͱ","ͱͳÊfͲͭ","Ͳͳͳ-","ʹ͵a͵Ͷ","ÜoͶͷRͷͺ","}ͻ","6ͺͺͻ","ͻͼ;","ͽͿ;ͽ",";ͿͿ","Êfͼ","","΄e΄΅","΅ΈOΆΉ","Ġ·ΉΈΆ","Έ·ΉΊ","ΊP/","ΌaΎÜ","oΎΐRΏΑ","ΐΏΐΑ","ΑΒΒΕ}","ΓΔΔΖ6","ΕΓΕΖ","ΖΙΗΘ","ΘΚú~ΙΗ","ΙΚΚΛ","ΛΜeΜΝ","ΝΞOΞΟĘ","ΟΠPΠ1","ΡaΣ³","ΣΤRΤΥ","ΥΦ}ΦΧeΧ","ΨΨΩOΩ","ΪĠΪΫPΫ","άMάέPέδ","¢ήίίΰ","OΰαĢαβ","Pβεγε","îxδήδγ","ε3ζη","^0η5θλð","yικPκμòz","λιλμ","μ7νξú~ξ","πèuορ(πο","πρρτ","ςσ/συ","Ĵτςτυ","υ9φϜ","IχϜ@!ψϜ","KωϜ> ϊϜAϋ","ϜDόϜ<ύϜ","Z.ώϜ\\/ϏϜP)","ϐϜF$ϑϜJ&ϒϜ","N(ϓϜL'ϔϜT+ϕ",'ϜV,ϖϜx=ϗϜB"',"ϘϜD#ϙϜ.Ϛ","ϜĖϛφϛ","χϛψϛ","ωϛϊϛ","ϋϛόϛ","ύϛώϛ","Ϗϛϐϛ","ϑϛϒϛ","ϓϛϔϛ","ϕϛϖϛ","ϗϛϘϛ","ϙϛϚϜ",";ϝϞqϞ=","ϟϠbϠϤ","ÆdϡϢPϢϣ","ϣϥÆdϤϡ","Ϥϥϥϩ","ϦϧϧϩÆ","dϨϟϨϦ","ϩϯϪϫ¤","ϫϬ^0ϬϭR","ϭϮŔ«Ϯϰ","ϯϪϯϰ","ϰϷϱϲ","ϲϳϳϴO","ϴϵĠϵ϶P","϶ϸϷϱ","Ϸϸϸ?","Ϲϼl7Ϻϼb2ϻϹ","ϻϺϼϾ","ϽϿFϾϽ","ϾϿϿЊ","ЀЃЁЂ","¤ЂЄèuЃЁ","ЃЄЄЅ","ЅІІЇ","OЇЈĠЈЉ","PЉЋЊЀ","ЊЋЋЎ","ЌЎf4Ѝϻ","ЍЌЎA","ЏА¤АБŎ","¨БВВГd","ГДДЕ","OЕЖĠЖЗ","PЗCИЙ¤","ЙКìwКЛ","ЛМdМН","НОOОПĠ","ПРPРE","СТТУ","УФ^0ФХХ","ЦOЦЮĤЧ","ШMШЩЩ","ЪЪЫOЫ","ЬĠЬЭPЭ","ЯЮЧЮ","ЯЯаа","бPбGвг","¥гдĪде","ежOжз","ĠзиPит","йк¥кл","wлмĨмн","ноOоп","ĠпрPрт","свсй","тIуф","rфхfхш","èuцччщ","èuшцшщ","щъъы","wыь^0ьэ","эюOюяĠ","яѐPѐK","ёђdђѓ","ѓєOєѕĠ","ѕіPіїMї","ј§јљ^0љM","њћ§ћќ","^0ќѝѝў","OўџĠџѠ","PѠOѡѢv","Ѣѣ^0ѣѤѤ","ѥOѥѦĠѦ","ѪPѧѨMѨѩ","R*ѩѫѪѧ","Ѫѫѫѳ","ѬѭMѭѮ","gѮѯѯѰ","OѰѱĠѱѲ","PѲѴѳѬ","ѳѴѴQ","ѵѶ\b*Ѷѷg","ѷѸvѸѹ^0ѹ","ѺѺѻOѻ","ѼĠѼѽPѽ","ҊѾѿ\fѿ","ҀMҀҁgҁ҂","v҂҃^0҃҄","҄҅O҅҆Ġ","҆҇P҇҉","҈Ѿ҉Ҍ","Ҋ҈Ҋҋ","ҋSҌҊ","ҍҎҎҏ^","0ҏUҐґ","ґҒҒғèu","ғҔeҔҕ","ҕҖOҖҗĠ","җҘPҘҚL","ҙқĦҚҙ","Қққҧ","ҜҠҝҞ¥","ҞҠQҟҜ","ҟҝҠҡ","ҡҢҢңO","ңҤĠҤҥP","ҥҦLҦҨ","ҧҟҧҨ","ҨҰҩҪO","ҪҫҫҬO","ҬҭĠҭҮP","ҮүLүұ","ҰҩҰұ","ұҲҲҳL","ҳWҴҵ¥","ҵҶîxҶҷ","ҷҸOҸҹĠ","ҹҺPҺһLһ","ӈҼҽ¥ҽ","ҾwҾҿҿ","Ӏ¾`ӀӁӁ","ӂӂӃOӃ","ӄĠӄӅPӅ","ӆLӆӈӇ","ҴӇҼӈ","YӉӊXӊ[","ӋӍӌӎ","^0ӍӌӍӎ","ӎ]ӏӐ\b0","ӐӳȊĆӑӳǪö","Ӓӳl7ӓӳŖ¬Ӕ","ӳb2ӕӘl7ӖӘb2","ӗӕӗӖ","ӘәәӚF","Ӛӳӛӳv<Ӝ","ӝ#ӝӳ^0$Ӟӟ","ӟӳ^0#ӠӡCӡ","ӢӢӳ^0ӣӤ","kӤӥӥӳ","èuӦӧBӧӳ","l7Өӳt;өӳr:Ӫӳ","p9ӫӳ~@Ӭӳް","ӭӳбӮӳŢ²","ӯӳEӰӳz>ӱ","ӳf4ӲӏӲӑ","ӲӒӲӓ","ӲӔӲӗ","ӲӛӲӜ","ӲӞӲӠ","ӲӣӲӦ","ӲӨӲө","ӲӪӲӫ","ӲӬӲӭ","ӲӮӲӯ","ӲӰӲӱ","ӳՐӴӵ","\f!ӵӶŸ½Ӷӷ",'^0"ӷՏӸӹ\f ',"ӹӺź¾Ӻӻ^0!ӻՏ","Ӽӽ\fӽӾ","žÀӾӿ^0 ӿՏ","Ԁԁ\fԁԂż","¿Ԃԃ^0ԃՏ","Ԅԅ\fԅԆ\t","ԆՏ^0ԇԈ\fԈԉ","\tԉՏ^0Ԋԋ\f","ԋԌ\tԌՏ^0ԍ","ԏ\fԎԐԏ","ԎԏԐԐ","ԑԑԒ^Ԓ","Տ^0ԓԕ\fԔԖ","ԕԔԕԖ","ԖԗԗԘ","wԘՏ^0ԙԛ\f","ԚԜԛԚ","ԛԜԜԝ","ԝԞuԞՏ^0ԟԠ","\fԠԡԡՏ","^0Ԣԣ\fԣԤP","ԤՏ^0ԥԦ\fԦ","ԧvԧԨ^0Ԩԩ","gԩԪ^0ԪՏ","ԫԬ\fԬԭr","ԭԮfԮԯèuԯ","wԱ^0ԱՏ",'ԲԳ\f"ԳԵR',"ԴԶԵԴ","ԵԶԶԷ","ԷՏú~ԸԹ\f","ԹԻ{ԺԼ","ԻԺԻԼ","ԼԽԽՏŒª","ԾՀ\fԿՁ","ՀԿՀՁ","ՁՂՂՃu","ՃՄNՄՏ`1ՅՇ","\fՆՈՇՆ","ՇՈՈՉ","ՉՊuՊՋ","QՋՏ`1ՌՍ\f\v","ՍՏ|?ՎӴ","ՎӸՎӼ","ՎԀՎԄ","ՎԇՎԊ","ՎԍՎԓ","ՎԙՎԟ","ՎԢՎԥ","ՎԫՎԲ","ՎԸՎԾ","ՎՅՎՌ","ՏՒՐՎ","ՐՑՑ_","ՒՐՓՔ¦","Ք՛Ŗ¬ՕՖèu","Ֆ¦^0","՛ՙ՛^0՚Փ","՚Օ՚ՙ","՛a՜՝","\b2՝՞äs՞գ","՟ՠ\fՠբd3","ա՟բե","գագդ","դcեգ","զէ3էը","ըթäsթeժ","իzիլb2լխ","h5խgծկ5","կiհնIJ","ձնĴղնäs","ճնĮմնİ","յհյձ","յղյճ","յմնk","շո\b7ոչj6չվ","պջ\fջս","n8ռպսր","վռվտ","տmրվ","ցւ8ւփ","փ֏ætքօ8","օֆֆևŌ§","ևֈֈ֏","։֊8֊","^0֍","֍֏֎ց","֎ք֎։","֏o֑\b9֑֒","֒֓äs֓֘","֔֕\f֕֗","n8֖֚֔֗","֖֘֘֙","֙q֚֘","֛֞D֜֝","s֝֟^0֞֜","֞֟֟s","֠֡E֢֡s","֢֣^0֣u֤֥","Òj֥֦s֦֯","^0֧֧֩֨","֪֨֩֩","֪֭G֫֬P","֮֬H֭֫","ְ֭֮֮","ְ֯֨֯","ְֱַֺÒj","ֲֵGֳִP","ִֶHֳֵ","ֵֶֶָ","ֲַַָ","ָֺֹ֤","ֱֹֺw","ֻּ¨ּֽ^0ֽ","־ ־׀^0ֿׁ","C׀ֿ׀ׁ","ׁyׂ׃","b2׃ׄ#ׅׄ^0","ׅ{׆oׇ","¤èu","ׇ","¦","^0}","nבאג","Òjבאבג","גדדה","¦הח^0וזx","זטBחו","חטט","יnךלN","כםÒjלכ","לםם","מנÒjןס","נןנס","סעעף^0ף","פ פץ^0ץ","צקקר","^0רש שת","^0תך","מצ","ׯ¦","װ^0ׯ","ׯװװ׳","ױײxײ״B","׳ױ׳״","״","YŤ³","","","י","n","Òj","","¦^0","x؆B","؆؆؇","؇؈C؈ج","؉؛n؊،","N؋؍Òj،؋","،؍؍","؎ؐÒj؏ؑ","ؐ؏ؐؑ","ؑؒؒؓ","^0ؓؔ ؔؕ^0","ؕؖؗ","ؘؗ^0ؘؙ ؙ","ؚ^0ؚ؛؊","؛؎؛ؖ","؟؝؞","¦؞ؠ^0؟؝","؟ؠؠأ","ءآxآؤ","Bأءأؤ","ؤبإئ","ئاYاة","Ť³بإبة","ةتتج","Cثث؉","جحز","èuخددر","èuذخرش","زذزس","سطشز","صضPضظ","èuطصطظ","ظعغ","غػ¤ػؼ","èuؼؽؽؾ","OؾؿĠؿـ","Pـ
فق","قكNكل","sلم^0منC","نهى","ويcىو","ىييً","ًّl7ٌٍ¤ٍ","َŜ¯َُRُ","ِٸِّْ","ٌّْْ","ٓٔFٔ","ٚ^0ٕ٘Gٖٗ","PٗٙHٖ٘","٘ٙٙٛ","ٕٚٚٛ","ٛ٢ٜٟ","GٝٞPٞ٠H","ٟٟٝ٠","٠٢١ٓ","١ٜ٢","٣٤\bG٤٥¤٥","٦H٦٬٧","٨\f٨٩٩","٫H٪٧٫","ٮ٬٪٬","٭٭ٮ","٬ٯٰ^0ٰٱ","Rٱٳٲٯ","ٲٳٳٴ","ٴٵèuٵ","ٶٷŐ©ٷٸ","Ŷ¼ٸٹ^0ٹ","ٺٻJ!ٻټ",'ټڃèuٽپJ"',"پٿٿڀ^0ڀ","ځځڃڂ","ٺڂٽڃ","ڄڅĐڅ","چŶ¼چڇ^0ڇ","ڈڊډڈ","ڊڍڋډ","ڋڌڌ","ڍڋڎڐ","ڏڎڐڑ","ڑڏڑڒ","ڒړڕ","\tڔړڕژ","ږڔږڗ","ڗژږ","ڙڛښڙ","ڛڜڜښ","ڜڝڝڞ","ڞڟڟ","ڠڢڡڠ","ڢڥڣڡ","ڣڤڤڦ","ڥڣڦڧ","ڧڨک","Lکڪڪګ","ú~ګ¡ڬڭ","ڭ£ڮڲ","ªVگڲ:ڰڲ","^0ڱڮڱگ","ڱڰڲ¥","ڳڵLڴڶ¨","Uڵڴڵڶ","ڶڷڷڸ","Lڸڹڹ§","ںۀªVڻڼ","MڼڽªVڽڿ","ھڻڿۂ","ۀھۀہ","ہ©ۂۀ","ۃۄĖۄۅM","ۅۇۆۃ","ۇۊۈۆ","ۈۉۉې","ۊۈۋی¬W","یۍMۍۏ","ێۋۏے","ېێېۑ","ۑۙےې","ۓۚ\n۔ۚÖl","ەۚ¶\\ۖۚ¸]ۗ","ۚØmۘۚĔۙ","ۓۙ۔ۙ","ەۙۖۙ","ۗۙۘۚ","«۪ۛ®Xۜ","ۦۧ´[۞","ۣ°Y۟۠۠","ۢ°Yۡ۟ۢ","ۥۣۣۡ","ۤۤۧۥ","ۣۦۦ","۞ۧۨۨ","۩۩۪۫","۪ۜ۫۫","ۭ۬²ۭ","¯ۮۯ²Zۯ","۰/۰۱´[۱±","۲۳\t۳³","۴۷Ĵ۵۷","Ìg۶۴۶۵","۷µ۸۹",'"۹·ۺ۽',"ۻ۽ۼۺ","ۼۻ۽¹","۾܄ۿ܀","M܀܁܁܃","܂ۿ܃܆","܄܂܄܅","܅»܆܄","܇܍\b܈܉","M܉܊\b܊܌","܋܈܌","܍܋܍","½܍","ܐܕîxܑܒ","ܒܔîxܓܑ","ܔܗܕܓ","ܕܖܖ¿","ܗܕܘܙ","wܙܣÂbܚܛw","ܛܣÄcܜܝw","ܝܣÈeܞܟ|ܟ","ܣ³ܠܡ|ܡ","ܣ^0ܢܘܢܚ","ܢܜܢܞ","ܢܠܣÁ","ܤܦܥܤ","ܥܦܦܧ","ܧܩܨܪ","Ædܩܨܩܪ","ܪܫܫܬ","ܬÃܭܯ","ܮܭܮܯ","ܯܰܰܲ","+ܱܳÆdܱܲ","ܴܲܳܳ","ܴܵ)ܵÅ","ܻܶ^0ܷܸ","ܸܺ^0ܹܷ","ܻܹܺܽ","ܻܼܼÇ","ܻܾܽܿ","ܿ݀^0݀݁","݂݁^0݂݃݃","É݄݅\bf݅ݖ","Ìg݆݇J݈݇","+݈݉Êf݉݊)","݊ݖI","ݍ+ݍݎÊf","ݎݏ)ݏݖ","ݐݑLݑݒ+ݒ","ݓÊfݓݔ)ݔݖ","ݕ݄ݕ݆","ݕݕݐ","ݖݠݗݘ","\f\bݘݟ-ݙݚ\f","ݚݛݛݟ","ݜݝ\fݝݟ.","ݞݗݞݙ","ݞݜݟݢ","ݠݞݠݡ","ݡËݢݠ","ݣݦÎhݤݦÐi","ݥݣݥݤ","ݦÍݧݺ7","ݨݺ8ݩݺ9ݪ","ݺ:ݫݺFݬݺ",";ݭݺ<ݮݺ","Dݯݺ=ݰݺ?","ݱݺ>ݲݺ@","ݳݺAݴݺCݵ","ݺEݶݺGݷݺ","HݸݺKݹݧ","ݹݨݹݩ","ݹݪݹݫ","ݹݬݹݭ","ݹݮݹݯ","ݹݰݹݱ","ݹݲݹݳ","ݹݴݹݵ","ݹݶݹݷ","ݹݸݺÏ","ݻݼ®ݼÑ","ݽݿݾݽ","ݾݿݿހ","ހށÐiށÓ","ނރCރÕ","ބވ\tޅވ"," ކވ\nއބ","އޅއކ","ވ×މތ\f","ފތ\bދމ","ދފތÙ","ލޒìwގޏ","ޏޑìwސގ","ޑޔޒސ","ޒޓޓÛ","ޔޒޕޘè","uޖޘìwޗޕ","ޗޖޘÝ","ޙޜäsޚޜŪ¶","ޛޙޛޚ","ޜßޝޞq&","ޞޟ#ޟޠârޠ","áޡޢr'ޢޣ","Þpޣãޤި","èuޥިìwަި","îxާޤާޥ","ާަިå","ީު\tުç","ޫެ\t\bެé","ޭޮ\t\tޮë","ޯް®ްí","ޱï","òz","òz","","ñ","߁ø}","","","߁ô{߀","߀߁ó","߂߅ö|߃߅8","߄߂߄߃","߅õ߆߉èu","߇߈/߈ߊĴ","߉߇߉ߊ","ߊ÷ߋߌÔk","ߌߍèuߍù","ߎߑÊfߏߑü","ߐߎߐߏ","ߑûߒߓ\b","ߓߔQߔߝ","ߕߖ\fߖߗ","ߗߜߘߙ\f","ߙߚߚߜ","ߛߕߛߘ","ߜߟߝߛ","ߝߞߞý","ߟߝߠߦĀ","ߡߢMߢߣĀ","ߣߥߤߡ","ߥߨߦߤ","ߦߧߧÿ","ߨߦߩߪĖ","ߪ߫M߫߭","߬ߩ߭߰","߮߬߮߯","߯߶߰߮","߲߱¬W߲߳M߳","ߵߴ߱ߵ","߸߶ߴ߶","߷߷߾߸","߶߹߿\rߺ","߿߿.","߿,߽߿\f߾߹","߾ߺ߾","߾߾߽","߿āࠀࠆ","ĄࠁࠂMࠂࠃ","Ąࠃࠅࠄࠁ","ࠅࠈࠆࠄ","ࠆࠇࠇă","ࠈࠆࠉࠊ","ĖࠊࠋMࠋࠍ","ࠌࠉࠍࠐ","ࠎࠌࠎࠏ","ࠏࠖࠐࠎ","ࠑࠒ¬Wࠒࠓ","Mࠓࠕࠔࠑ","ࠕ࠘ࠖࠔ","ࠖࠗࠗࠜ","࠘ࠖ࠙ࠝ","ࠚࠝࠛࠝ","0ࠜ࠙ࠜࠚ","ࠜࠛࠝą","ࠞࠟ\vࠟࠩ","NJæࠠࠡ\fࠡࠩ","Ǥóࠢࠣ\rࠣࠩ","Ĉ
ࠤࠥࠥࠩ","Ĉ
ࠦࠧࠧࠩ","Čࠨࠞࠨࠠ","ࠨࠢࠨࠤ","ࠨࠦࠩć","ࠪࠬäsࠫ࠭","Ċࠬࠫࠬ࠭","࠭ĉ","s࠰Ű¹࠰࠱","࠱࠶ƲÚ࠲࠳","࠳࠵ƲÚ࠴࠲","࠵࠸࠶࠴","࠶࠷࠷ċ","࠸࠶࠹࠾","ƘÍ࠺࠻࠻࠽","ƘÍ࠼࠺࠽ࡀ","࠾࠼࠾","ࡂࡀ࠾","ࡁࡃĎࡂࡁ","ࡂࡃࡃč","ࡄࡅsࡅࡆ","Ű¹ࡆࡈࡇࡉ","%ࡈࡇࡈࡉ","ࡉࡊࡊࡏ","ƘÍࡋࡌ%ࡌࡎ","ƘÍࡍࡋࡎࡑ","ࡏࡍࡏࡐ","ࡐࡔࡑࡏ","ࡒࡓࡓࡕ","ƘÍࡔࡒࡔࡕ","ࡕďࡖ࡛","èuࡗࡘࡘ࡚","èu࡙ࡗ࡚","࡛࡙࡛","đ࡛","࡞ࡣêvࡠ","ࡠࡢêvࡡ","ࡢࡥࡣࡡ","ࡣࡤࡤē","ࡥࡣࡦ","*ࡧ.ࡨ","0ࡩ2ࡪࡦ","ࡪࡧࡪࡨ","ࡪࡩĕ","\nė","ࡴĚࡰ","MࡰࡱĚࡱࡳ","ࡲࡳࡶ","ࡴࡲࡴࡵ","ࡵęࡶࡴ","ࡷࡸ\vࡸࢂƴ","Ûࡹࡺ\fࡺࢂǐ","éࡻࡼ\rࡼࢂĜ","ࡽࡾࡾࢂĜ","ࡿࢀࢀࢂĞ","ࢁࡷࢁࡹ","ࢁࡻࢁࡽ","ࢁࡿࢂě","ࢃࢅƚÎࢄࢆ","ࢅࢄࢅࢆ","ࢆ࢈ࢇࢉĊ","࢈ࢇ࢈ࢉ","ࢉĝࢊࢌƀ","Áࢋࢍࢌࢋ","ࢌࢍࢍ","ࢎĎࢎ","ğ",":","M:","࢙","࢘","࢘ġ࢙","࢚ࢠ4࢛࢜M","࢜࢝4࢝࢟","࢛࢞࢟ࢢ","ࢠ࢞ࢠࢡ","ࢡģࢢࢠ","ࢣࢩH%ࢤࢥMࢥࢦ","H%ࢦࢨࢧࢤ","ࢨࢫࢩࢧ","ࢩࢪࢪĥ","ࢫࢩࢬࢲ","X-ࢭࢮMࢮࢯX-ࢯ","ࢱࢰࢭࢱ","ࢴࢲࢰࢲ","ࢳࢳħࢴ","ࢲࢵࢶࢶ","ࢷĪࢷࢸࢸ","ࢹĪࢹࢺࢺ","ࣄࢻࢼࢼ","ࢽĬࢽࢾࢾ","ࣄࢿࣀ+ࣀ","ࣁĬࣁࣂ)ࣂ","ࣄࣃࢵࣃ","ࢻࣃࢿࣄ","ĩࣅࣝ«ࣆ","ࣝ¬ࣇࣉ#ࣈ","ࣇࣈࣉࣉ","࣊࣊ࣝ¶࣋","ࣝ·࣌ࣝª࣍","ࣝ»࣎ࣝº࣏","ࣝ³࣐࣒#࣑","࣐࣑࣒࣒","࣓࣓ࣝ¸ࣔ","ࣝ¹ࣕࣝ©ࣖ","ࣝ¼ࣗࣝµࣘ","ࣝ´ࣙࣝîxࣚ","ࣝ Qࣛࣝ¢Rࣜࣅ","ࣜࣆࣜࣈ","ࣜ࣋ࣜ࣌","ࣜ࣍ࣜ࣎","࣏࣑ࣜࣜ","ࣜࣔࣜࣕ","ࣜࣖࣜࣗ","ࣜࣘࣜࣙ","ࣜࣚࣜࣛ","ࣝīࣣࣞ","Īࣟ࣠࣠","Ī࣡ࣟࣥ","ࣣࣣ࣡ࣤ","ࣤĭࣣࣥ","ࣦࣧ\t\nࣧį","ࣩࣨÐiࣩ࣪","࣪࣬࣫ࣨ","࣭࣫࣬࣬","࣭࣮࣮ı","ࣰࣰࣱ࣯","^0ࣱࣲࣲij","ࣶࣳĪࣶࣴĶ","ࣵࣳࣵࣴ","ࣶĵࣷࣾÈ","eࣸࣾÂbࣹࣾÄc","ࣺࣾĺࣻࣾļ","ࣼࣾĸࣽࣷ","ࣹࣽࣸࣽ","ࣺࣽࣽࣻ","ࣽࣼࣾķ","ࣿँऀࣿ","ऀँँं","ंऄःअľ ","ऄःऄअ","अआआइ","इĹईऊ","उईउऊ","ऊओऋऌ+","ऌऍņ¤ऍऎ)","ऎऔएऔ.","ऐऑ+ऑऒ","ऒऔ)ओऋ","ओएओऐ","औĻकग","खघŀ¡गख","गघघङ","ङचचĽ","छज^0जथझ","ढ^0ञटटड","^0ठञडत","ढठढण","णदतढ","थझथद","दĿधब","ł¢नऩऩफ","ł¢पनफम","बपबभ","भŁमब","यरń£रऱ","ऱल^0लŃ","ळशÞpऴश³","वळवऴ","शŅष़ň","¥सहहऻň","¥ऺसऻा","़ऺ़ऽ","ऽŇा़","िीŊ¦ीु","ुू^0ूʼn","ृॆÞpॄॆ³","ॅृॅॄ","ॆŋेै^0","ैॉॉॊ^0ॊ","॑ोौ^0ौ्","्॑ॎॏ","ॏ॑^0ॐे","ॐोॐॎ","॑ō॒॓","èu॓॔Ŷ¼॔ॕ","^0ॕŏॖॗ\b©","ॗक़èuक़ढ़","ख़ग़\fग़ड़J","ज़ख़ड़य़","ढ़ज़ढ़फ़","फ़őय़ढ़","ॠॡª+ॡॢ¯","ॢ॥ú~ॣ॥^0।ॠ","।ॣ॥œ","०१«,१२","¯२ŕ३४","Ř४५^0५ॲ","६७Ř७८","८९Ġ९॰","॰ॲॱ३","ॱ६ॲŗ","ॳॴŚ®ॴॵ","Nॵॶ6ॶॷ","Nॷřॸॿè","uॹॻॺॼĐ","ॻॺॻॼ","ॼॽॽॿ","ॾॸॾॹ","ॿśঀঃl","7ঁঃŖ¬ংঀ","ংঁঃŝ","অঅআE","আইsইঈ^0","ঈşউঊ","ঊঋNঋঌsঌ","^0šএ","এঐঐ","s^0ţ","ওঘŦ´ঔক","কগŦ´খঔ","গচঘখ","ঘঙঙť","চঘছঠè","uজঝঝটè","uঞজটঢ","ঠঞঠড","ডতঢঠ","ণথ\t\vতণ","তথথŧ",'দভ"ধভ#',"নভŸ½ভź¾","পভż¿ফভžÀ","বদবধ","বনব","বপবফ","ভũময\t\f","যūর¯","ল·-লŭ","¯¸.","ůশষ¯","ষস¹/সű","হ¯º0","ų়ঽ¯","ঽা»1াŵ","িী/ীŷ","ুূ$ূŹ","ৃৄ%ৄŻ","&Ž","েৈ\t\rৈſ","োƂÂো","ৌৌ্","ৎƂÂৎ","","্Ɓ","\bÂƄÃ","\f","ƊÆৗ","ৗ","ƃ","ড়ƆÄঢ়","ƈŃÊয়","ƔËৠƖÌৡ","ƌÇৢƐÉৣ","ড়ৣঢ়ৣ","ৣয়ৣ","ৠৣৡৣ","ৢƅ","০Į০Ƈ১","২Ŭ·২৩ƌÇ৩","Ɖ৪৫৫","ৰƌÇ৬৭৭","ৰƘÍ৮ৰƐÉ৯","৪৯৬৯","৮ৰƋৱ","৲ƘÍ৲৴৳","৵ƎÈ৴৳৴","৵৵৶৶","৷৷ƍ৸","৹\bÈ৹৺ƂÂ৺","৻ৼ\fৼ","৽৽ƂÂ৾","৻ਂ","৾ਁਁ","Əਂਃ","ਅƂÂਅ","ਆਆƑਇ","ਈਈਉƂÂਉ","ਊਊƓ","ƘÍƕ","ਓ¶ਓ¸ਏ","ਓ³ਐਓ©","ਓª","ਏ","ਐਓ","Ɨਔਚ¯ਕ","ਚਖਚ±ਗ","ਚ®ਘਚŪ¶ਙ","ਔਙਕਙ","ਖਙਗਙ","ਘਚƙਛ","ਜਜਟƜÏਝ","ਟƜÏਞਛਞ","ਝਟƛਠ","ਡ\bÏਡਢƞÐਢ","ਧਣਤ\fਤ","ਦƢÒਥਣਦ","ਧਥਧ","ਨਨƝ","ਧਪਰƠÑਫ","ਰƬ×ਬਰƮØਭ","ਰưÙਮਰƤÓਯ","ਪਯਫਯ","ਬਯਭਯ","ਮਰƟ","ਲĮਲơਲ਼","ƤÓਵ","ਸ਼ਸ਼ƜÏ","ਸਸਹ","ਲ਼ਹਵ","ƣ਼ƲÚ਼","ਾਿƦÔਾ","ਾਿਿ","ੀੀੁੁ","ƥੂƨÕ","ƪÖƨÕ","ੇƪÖੇ","ੈੂੈ","ੈ","Ƨੋ\bÕੋ","ੌƜÏੌ੍","\f","ੑƜÏ੍ੑ","","Ʃ","\bÖ","ƲÚ/","ਖ਼ƜÏਖ਼ਗ਼","ਜ਼\fਜ਼ੜੜ","ƲÚਫ਼/ਫ਼","ƜÏ","ਗ਼","","ƫ","੦੦੧ƜÏ੧","੨੨ƭ੩","੪\bØ੪੭±੫","੭ƲÚ੬੩੬","੫੭ੳ੮","੯\f੯ੰੰ","ੲƲÚੱ੮ੲ","ੵੳੱੳ","ੴੴƯੵ","ੳ੶¶","¸³","©ª","੶","","Ʊ","ઃ¯ઃ","ઃ±ઃ®ઁ","ઃŪ¶ંં","ંં","ંઁઃ","Ƴઅઅ","આƶÜઆઇઇ","ઌઈઉƶÜઉ","ઊઊઌઋ","ઋઈઌ","Ƶઍ\bÜ","એƸÝએઔઐ","ઑ\fઑઓƾà","ઐઓખઔ","ઔકક","Ʒખઔગ","ઝƺÞઘઝƼßઙ","ઝdžäચઝLjåછ","ઝnjçજગજ","ઘજઙજ","ચજછઝ","ƹઞટĮટ","ƻઠડŬ·ડ","ઢǀáઢƽણ","તતધǀáથ","ધDŽãદણદ","થધƿન","ǎèફપ","બǂâફપફ","બબભભ","મમǁય","ર\bâરƶÜ","ષલળ\fળ","શƶÜવ","લશહષ","વષસસ","ǃહષ","઼ƶÜ઼","ઽઽDžા","િિીƶÜી","ુુLJૂ","ૃ\båૃૄǎèૄ","ૅ\f","ેેૉǎèૈ","ૅૉૌ","ૈોો","ljૌ્","\bæLjå","ૐ\f","±ૐ","","Nj","¶","¸³","©ª","","","Ǎ","¯ૠ","±ૡ®ૢ","Ū¶ૣૣ","ૣૠૣ","ૡૣૢ","Ǐ૦૦","૧ǒê૧૨૨","૭૩૪ǒê૪","૫૫૭૬","૬૩૭","Ǒ૮૯\bê૯","૰ǔë૰૱","\fǚî","૱","","Ǔ","૾ǖìૹ૾ǘíૺ","૾Ǣòૻ૾Ǥóૼ","૾Ǧô૽૽","ૹ૽ૺ૽","ૻ૽ૼ૾","Ǖ૿Į","ǗଁଂŬ·ଂ","ଃǜïଃǙ","ଅଅଈǜïଆ","ଈǠñଇଇ","ଆଈǛଉ","ଊǨõଊଌଋ","Ǟðଌଋଌ","","ଏଏǝଐ","\bðǒê","ଘଓଔ\fଔ","କକଗǒêଖ","ଓଗଚଘ","ଖଘଙଙ","ǟଚଘଛ","ଜଜଝǒêଝ","ଞଞǡଟ","ଠଠଡǒêଡ","ଢଢǣଣ","ତ\bóତଧ±ଥ","ଧǨõଦଣଦ","ଥଧଭନ","\fପପ","ବǨõଫନବ","ଯଭଫଭ","ମମǥଯ","ଭରଶ¶","ଶ¸ଲଶ³ଳ","ଶ©ଶªଵ","ରଵଵ","ଲଵଳଵ","ଶǧଷ","ଽ¯ସଽହ","ଽ±ଽ®","ଽŪ¶଼ଷ଼","ସ଼ହ଼","଼ଽ","ǩାୁǬ÷ି","ୁǮøୀାୀ","ିୁǫୂ","ǴûୃǶüୄ","ȂĂୄ","େେ","ୈǸýୈ","ୂୃ","ǭୋୌǰùୌ","N୍ȂĂ","୍","N","Dzúǯ","+ୗ)୕ୗ","-ୖୖ୕","ୗDZ","+%",")dzଡ଼ଢ଼","+ଢ଼Ǻþୢ","NୟୡǾĀୠୟ","ୡୢୠ","ୢୣୣ","ୢ୦","%୦୧)୧ǵ","୨୩+୩୪Ǻ","þ୪୮N୫୭Ǿ","Ā୬୫୭୰","୮୬୮୯","୯ୱ୰୮","ୱ୲)୲Ƿ","୳୴+୴୵%","୵୶Ǻþ୶୷)","୷ǹǼÿ","Ǽÿ","","","ǻ","Þpஃàq","ஂஃஆ","ஂஅ","அǽஆ","இஊǼÿஈஉ/","உȀāஊஈ","ஊ","Nǿ","எக³ஏ","ஐஒ^0ஐ","ஒஒஓஓ","கஔஎஔ","ஏகȁ","Ȅă","ஙஙங","சசȃ","ணȆĄஜணǬ÷","டஞ^0டஞ","ட","ண","ஜ","ணȅத","Ȉąத","ந","நȇன","\nப½ன","பȉ","யமர","Ȍćயமரற","றயறல","லளளழ","ழȋவஶ","ȎĈஶஸஷஹ","Ȑĉஸஷஹ","ஸ","","ȍாி","\bĈிÞpீு","#ுârூா","ூீௌ","ெ\fேà","qெேை","ைெை","ோொ","ோௌொ","ௌ்்ȏ","ௌௐ","ௐ^0","ȒĊ","","ȑ\n","ௗ","ௗ","ȓĥȚȡȿɅ","Ɋɐɒɕɜɥɾʂʍʖʥʮ","ʵʿ˕ˬ˹̘̣̱̄̒͐ͅ","͒͛ͫͯ͟͢Ͳͺ;Έΐ","ΕΙδλπτϛϤϨϯϷϻ","ϾЃЊЍЮсшѪѳҊҚҟ","ҧҰӇӍӗӲԏԕԛԵԻՀ","ՇՎՐ՚գյվ֎֭֘֞֨","ֵַֹ֯׀בחלנׯ","׳،ؐ؛؟أبث","زطىّٟ٘ٚ١٬ٲڂڋ","ڑږڜڣڱڵۀۈېۣۙۦ","۪۶ۼ܄܍ܕܢܥܩܮܻܲ","ݕݞݠݥݹݾއދޒޗޛާ","߀߄߉ߐߛߝߦ߮߶߾","ࠆࠎࠖࠜࠨࠬ࠶࠾ࡂࡈࡏࡔ","࡛ࡣࡪࡴࢁࢅ࢈ࢌࢠࢩ","ࢲࣃࣈ࣑ࣣࣜ࣫ࣵࣽऀऄउ","ओगढथबव़ॅॐढ़।ॱ","ॻॾংঘঠতবৣ৯৴","ਙਞਧਯਹਾੈ੬","ੳંઋઔજદફષ","ૣ૬૽ଇଌଘଦଭଵ଼ୀ","ୖୢ୮ஊஔங","டறூைௌ"].join(""),p=(new a.a.atn.ATNDeserializer).deserialize(d),f=p.decisionToState.map(((t,e)=>new a.a.dfa.DFA(t,e))),_=new a.a.PredictionContextCache;class x extends c{constructor(t){super(t),this._interp=new a.a.atn.ParserATNSimulator(this,p,f,_),this.ruleNames=x.ruleNames,this.literalNames=x.literalNames,this.symbolicNames=x.symbolicNames}get atn(){return p}sempred(t,e,i){switch(e){case 18:return this.native_category_binding_list_sempred(t,i);case 40:return this.else_if_statement_list_sempred(t,i);case 46:return this.expression_sempred(t,i);case 48:return this.unresolved_expression_sempred(t,i);case 49:return this.unresolved_selector_sempred(t,i);case 51:return this.invocation_trailer_sempred(t,i);case 53:return this.instance_expression_sempred(t,i);case 54:return this.instance_selector_sempred(t,i);case 55:return this.mutable_instance_expression_sempred(t,i);case 68:return this.argument_assignment_list_sempred(t,i);case 69:return this.with_argument_assignment_list_sempred(t,i);case 72:return this.child_instance_sempred(t,i);case 100:return this.typedef_sempred(t,i);case 111:return this.nospace_hyphen_identifier_or_keyword_sempred(t,i);case 112:return this.nospace_identifier_or_keyword_sempred(t,i);case 125:return this.any_type_sempred(t,i);case 167:return this.assignable_instance_sempred(t,i);case 168:return this.is_expression_sempred(t,i);case 169:return this.metadata_sempred(t,i);case 181:return this.new_token_sempred(t,i);case 182:return this.key_token_sempred(t,i);case 183:return this.module_token_sempred(t,i);case 184:return this.value_token_sempred(t,i);case 185:return this.symbols_token_sempred(t,i);case 192:return this.javascript_expression_sempred(t,i);case 198:return this.javascript_arguments_sempred(t,i);case 205:return this.python_expression_sempred(t,i);case 211:return this.python_ordinal_argument_list_sempred(t,i);case 212:return this.python_named_argument_list_sempred(t,i);case 214:return this.python_identifier_expression_sempred(t,i);case 218:return this.java_expression_sempred(t,i);case 224:return this.java_arguments_sempred(t,i);case 227:return this.java_identifier_expression_sempred(t,i);case 228:return this.java_class_identifier_expression_sempred(t,i);case 232:return this.csharp_expression_sempred(t,i);case 238:return this.csharp_arguments_sempred(t,i);case 241:return this.csharp_identifier_expression_sempred(t,i);case 262:return this.css_identifier_sempred(t,i);default:throw"No predicate with index:"+e}}native_category_binding_list_sempred(t,e){switch(e){case 0:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}else_if_statement_list_sempred(t,e){switch(e){case 1:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}expression_sempred(t,e){switch(e){case 2:return this.precpred(this._ctx,31);case 3:return this.precpred(this._ctx,30);case 4:return this.precpred(this._ctx,29);case 5:return this.precpred(this._ctx,28);case 6:return this.precpred(this._ctx,27);case 7:return this.precpred(this._ctx,26);case 8:return this.precpred(this._ctx,24);case 9:return this.precpred(this._ctx,23);case 10:return this.precpred(this._ctx,22);case 11:return this.precpred(this._ctx,21);case 12:return this.precpred(this._ctx,18);case 13:return this.precpred(this._ctx,17);case 14:return this.precpred(this._ctx,16);case 15:return this.precpred(this._ctx,1);case 16:return this.precpred(this._ctx,32);case 17:return this.precpred(this._ctx,25);case 18:return this.precpred(this._ctx,20);case 19:return this.precpred(this._ctx,19);case 20:return this.precpred(this._ctx,9);default:throw"No predicate with index:"+e}}unresolved_expression_sempred(t,e){switch(e){case 21:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}unresolved_selector_sempred(t,e){switch(e){case 22:return this.wasNot(x.WS);default:throw"No predicate with index:"+e}}invocation_trailer_sempred(t,e){switch(e){case 23:return this.willBe(x.LF);default:throw"No predicate with index:"+e}}instance_expression_sempred(t,e){switch(e){case 24:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}instance_selector_sempred(t,e){switch(e){case 25:case 26:case 27:return this.wasNot(x.WS);default:throw"No predicate with index:"+e}}mutable_instance_expression_sempred(t,e){switch(e){case 28:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}argument_assignment_list_sempred(t,e){switch(e){case 29:return this.was(x.WS);default:throw"No predicate with index:"+e}}with_argument_assignment_list_sempred(t,e){switch(e){case 30:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}child_instance_sempred(t,e){switch(e){case 31:case 32:return this.wasNot(x.WS);default:throw"No predicate with index:"+e}}typedef_sempred(t,e){switch(e){case 33:return this.precpred(this._ctx,6);case 34:return this.precpred(this._ctx,5);case 35:return this.precpred(this._ctx,4);default:throw"No predicate with index:"+e}}nospace_hyphen_identifier_or_keyword_sempred(t,e){switch(e){case 36:return this.wasNotWhiteSpace();default:throw"No predicate with index:"+e}}nospace_identifier_or_keyword_sempred(t,e){switch(e){case 37:return this.wasNotWhiteSpace();default:throw"No predicate with index:"+e}}any_type_sempred(t,e){switch(e){case 38:return this.precpred(this._ctx,2);case 39:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}assignable_instance_sempred(t,e){switch(e){case 40:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}is_expression_sempred(t,e){switch(e){case 41:return this.willBeAOrAn();default:throw"No predicate with index:"+e}}metadata_sempred(t,e){switch(e){case 42:return this.willBeText("metadata");default:throw"No predicate with index:"+e}}new_token_sempred(t,e){switch(e){case 43:return this.isText(t.i1,"new");default:throw"No predicate with index:"+e}}key_token_sempred(t,e){switch(e){case 44:return this.isText(t.i1,"key");default:throw"No predicate with index:"+e}}module_token_sempred(t,e){switch(e){case 45:return this.isText(t.i1,"module");default:throw"No predicate with index:"+e}}value_token_sempred(t,e){switch(e){case 46:return this.isText(t.i1,"value");default:throw"No predicate with index:"+e}}symbols_token_sempred(t,e){switch(e){case 47:return this.isText(t.i1,"symbols");default:throw"No predicate with index:"+e}}javascript_expression_sempred(t,e){switch(e){case 48:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}javascript_arguments_sempred(t,e){switch(e){case 49:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}python_expression_sempred(t,e){switch(e){case 50:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}python_ordinal_argument_list_sempred(t,e){switch(e){case 51:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}python_named_argument_list_sempred(t,e){switch(e){case 52:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}python_identifier_expression_sempred(t,e){switch(e){case 53:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}java_expression_sempred(t,e){switch(e){case 54:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}java_arguments_sempred(t,e){switch(e){case 55:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}java_identifier_expression_sempred(t,e){switch(e){case 56:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}java_class_identifier_expression_sempred(t,e){switch(e){case 57:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}csharp_expression_sempred(t,e){switch(e){case 58:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}csharp_arguments_sempred(t,e){switch(e){case 59:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}csharp_identifier_expression_sempred(t,e){switch(e){case 60:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}css_identifier_sempred(t,e){switch(e){case 61:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}enum_category_declaration(){let t=new E(this,this._ctx,this.state);this.enterRule(t,0,x.RULE_enum_category_declaration);try{switch(this.enterOuterAlt(t,1),this.state=530,this.match(x.DEFINE),this.state=531,t.name=this.type_identifier(),this.state=532,this.match(x.AS),this.state=533,this.match(x.ENUMERATED),this.state=536,this._errHandler.sync(this),this._input.LA(1)){case x.CATEGORY:this.state=534,this.match(x.CATEGORY);break;case x.TYPE_IDENTIFIER:this.state=535,t.derived=this.type_identifier();break;default:throw new a.a.error.NoViableAltException(this)}switch(this.state=543,this._errHandler.sync(this),this._interp.adaptivePredict(this._input,1,this._ctx)){case 1:this.state=538,t.attrs=this.attribute_list(),this.state=539,this.match(x.COMMA),this.state=540,this.match(x.AND);break;case 2:this.state=542,this.match(x.WITH)}this.state=545,this.symbols_token(),this.state=546,this.match(x.COLON),this.state=547,this.indent(),this.state=548,t.symbols=this.category_symbol_list(),this.state=549,this.dedent()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}enum_native_declaration(){let t=new m(this,this._ctx,this.state);this.enterRule(t,2,x.RULE_enum_native_declaration);try{this.enterOuterAlt(t,1),this.state=551,this.match(x.DEFINE),this.state=552,t.name=this.type_identifier(),this.state=553,this.match(x.AS),this.state=554,this.match(x.ENUMERATED),this.state=555,t.typ=this.native_type(),this.state=556,this.match(x.WITH),this.state=557,this.symbols_token(),this.state=558,this.match(x.COLON),this.state=559,this.indent(),this.state=560,t.symbols=this.native_symbol_list(),this.state=561,this.dedent()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}native_symbol(){let t=new R(this,this._ctx,this.state);this.enterRule(t,4,x.RULE_native_symbol);try{this.enterOuterAlt(t,1),this.state=563,t.name=this.symbol_identifier(),this.state=564,this.match(x.WITH),this.state=565,t.exp=this.expression(0),this.state=566,this.match(x.AS),this.state=567,this.value_token()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}category_symbol(){let t=new T(this,this._ctx,this.state);this.enterRule(t,6,x.RULE_category_symbol);try{this.enterOuterAlt(t,1),this.state=569,t.name=this.symbol_identifier(),this.state=570,t.args=this.with_argument_assignment_list(0),this.state=573,this._errHandler.sync(this),this._input.LA(1)===x.AND&&(this.state=571,this.match(x.AND),this.state=572,t.arg=this.argument_assignment())}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}attribute_declaration(){let t=new g(this,this._ctx,this.state);this.enterRule(t,8,x.RULE_attribute_declaration);var e=0;try{this.enterOuterAlt(t,1),this.state=575,this.match(x.DEFINE),this.state=576,t.name=this.attribute_identifier(),this.state=577,this.match(x.AS),this.state=579,this._errHandler.sync(this),(e=this._input.LA(1))===x.STORABLE&&(this.state=578,this.match(x.STORABLE)),this.state=581,t.typ=this.typedef(0),this.state=582,this.match(x.ATTRIBUTE),this.state=584,this._errHandler.sync(this),(e=this._input.LA(1))!==x.IN&&e!==x.MATCHING||(this.state=583,t.match=this.attribute_constraint()),this.state=595,this._errHandler.sync(this),(e=this._input.LA(1))===x.WITH&&(this.state=586,this.match(x.WITH),this.state=592,this._errHandler.sync(this),(e=this._input.LA(1))!==x.CATEGORY&&e!==x.RESOURCE&&e!==x.VARIABLE_IDENTIFIER||(this.state=587,t.indices=this.variable_identifier_list(),this.state=590,this._errHandler.sync(this),(e=this._input.LA(1))===x.AND&&(this.state=588,this.match(x.AND),this.state=589,t.index=this.variable_identifier())),this.state=594,this.match(x.INDEX))}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}concrete_widget_declaration(){let t=new y(this,this._ctx,this.state);this.enterRule(t,10,x.RULE_concrete_widget_declaration);try{switch(this.enterOuterAlt(t,1),this.state=597,this.match(x.DEFINE),this.state=598,t.name=this.type_identifier(),this.state=599,this.match(x.AS),this.state=602,this._errHandler.sync(this),this._input.LA(1)){case x.WIDGET:this.state=600,this.match(x.WIDGET);break;case x.TYPE_IDENTIFIER:this.state=601,t.derived=this.type_identifier();break;default:throw new a.a.error.NoViableAltException(this)}this.state=611,this._errHandler.sync(this),this._input.LA(1)===x.WITH&&(this.state=604,this.match(x.WITH),this.state=605,this.match(x.METHODS),this.state=606,this.match(x.COLON),this.state=607,this.indent(),this.state=608,t.methods=this.member_method_declaration_list(),this.state=609,this.dedent())}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}native_widget_declaration(){let t=new A(this,this._ctx,this.state);this.enterRule(t,12,x.RULE_native_widget_declaration);try{this.enterOuterAlt(t,1),this.state=613,this.match(x.DEFINE),this.state=614,t.name=this.type_identifier(),this.state=615,this.match(x.AS),this.state=616,this.match(x.NATIVE),this.state=617,this.match(x.WIDGET),this.state=618,this.match(x.WITH),this.state=619,this.match(x.BINDINGS),this.state=620,this.match(x.COLON),this.state=621,this.indent(),this.state=622,t.bindings=this.native_category_bindings(),this.state=623,this.dedent(),this.state=624,this.lfp(),this.state=625,this.match(x.AND),this.state=626,this.match(x.METHODS),this.state=627,this.match(x.COLON),this.state=628,this.indent(),this.state=629,t.methods=this.native_member_method_declaration_list(),this.state=630,this.dedent()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}concrete_category_declaration(){let t=new L(this,this._ctx,this.state);this.enterRule(t,14,x.RULE_concrete_category_declaration);try{switch(this.enterOuterAlt(t,1),this.state=632,this.match(x.DEFINE),this.state=633,t.name=this.type_identifier(),this.state=634,this.match(x.AS),this.state=636,this._errHandler.sync(this),this._input.LA(1)===x.STORABLE&&(this.state=635,this.match(x.STORABLE)),this.state=640,this._errHandler.sync(this),this._input.LA(1)){case x.CATEGORY:this.state=638,this.match(x.CATEGORY);break;case x.TYPE_IDENTIFIER:this.state=639,t.derived=this.derived_list();break;default:throw new a.a.error.NoViableAltException(this)}this.state=660,this._errHandler.sync(this);var e=this._interp.adaptivePredict(this._input,13,this._ctx);1===e?(this.state=642,t.attrs=this.attribute_list(),this.state=651,this._errHandler.sync(this),this._input.LA(1)===x.COMMA&&(this.state=643,this.match(x.COMMA),this.state=644,this.match(x.AND),this.state=645,this.match(x.METHODS),this.state=646,this.match(x.COLON),this.state=647,this.indent(),this.state=648,t.methods=this.member_method_declaration_list(),this.state=649,this.dedent())):2===e&&(this.state=653,this.match(x.WITH),this.state=654,this.match(x.METHODS),this.state=655,this.match(x.COLON),this.state=656,this.indent(),this.state=657,t.methods=this.member_method_declaration_list(),this.state=658,this.dedent())}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}singleton_category_declaration(){let t=new I(this,this._ctx,this.state);this.enterRule(t,16,x.RULE_singleton_category_declaration);try{this.enterOuterAlt(t,1),this.state=662,this.match(x.DEFINE),this.state=663,t.name=this.type_identifier(),this.state=664,this.match(x.AS),this.state=665,this.match(x.SINGLETON),this.state=684,this._errHandler.sync(this);var e=this._interp.adaptivePredict(this._input,15,this._ctx);1===e?(this.state=666,t.attrs=this.attribute_list(),this.state=675,this._errHandler.sync(this),this._input.LA(1)===x.COMMA&&(this.state=667,this.match(x.COMMA),this.state=668,this.match(x.AND),this.state=669,this.match(x.METHODS),this.state=670,this.match(x.COLON),this.state=671,this.indent(),this.state=672,t.methods=this.member_method_declaration_list(),this.state=673,this.dedent())):2===e&&(this.state=677,this.match(x.WITH),this.state=678,this.match(x.METHODS),this.state=679,this.match(x.COLON),this.state=680,this.indent(),this.state=681,t.methods=this.member_method_declaration_list(),this.state=682,this.dedent())}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}derived_list(){let t=new C(this,this._ctx,this.state);this.enterRule(t,18,x.RULE_derived_list);try{switch(this.state=691,this._errHandler.sync(this),this._interp.adaptivePredict(this._input,16,this._ctx)){case 1:t=new b(this,t),this.enterOuterAlt(t,1),this.state=686,t.items=this.type_identifier_list();break;case 2:t=new v(this,t),this.enterOuterAlt(t,2),this.state=687,t.items=this.type_identifier_list(),this.state=688,this.match(x.AND),this.state=689,t.item=this.type_identifier()}}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}operator_method_declaration(){let t=new w(this,this._ctx,this.state);this.enterRule(t,20,x.RULE_operator_method_declaration);try{this.enterOuterAlt(t,1),this.state=693,this.match(x.DEFINE),this.state=694,t.op=this.operator(),this.state=695,this.match(x.AS),this.state=696,this.match(x.OPERATOR),this.state=697,this.match(x.RECEIVING),this.state=698,t.arg=this.operator_argument(),this.state=701,this._errHandler.sync(this),this._input.LA(1)===x.RETURNING&&(this.state=699,this.match(x.RETURNING),this.state=700,t.typ=this.typedef(0)),this.state=703,this.match(x.DOING),this.state=704,this.match(x.COLON),this.state=705,this.indent(),this.state=706,t.stmts=this.statement_list(),this.state=707,this.dedent()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}setter_method_declaration(){let t=new N(this,this._ctx,this.state);this.enterRule(t,22,x.RULE_setter_method_declaration);try{this.enterOuterAlt(t,1),this.state=709,this.match(x.DEFINE),this.state=710,t.name=this.variable_identifier(),this.state=711,this.match(x.AS),this.state=712,this.match(x.SETTER),this.state=713,this.match(x.DOING),this.state=714,this.match(x.COLON),this.state=715,this.indent(),this.state=716,t.stmts=this.statement_list(),this.state=717,this.dedent()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}native_setter_declaration(){let t=new S(this,this._ctx,this.state);this.enterRule(t,24,x.RULE_native_setter_declaration);try{this.enterOuterAlt(t,1),this.state=719,this.match(x.DEFINE),this.state=720,t.name=this.variable_identifier(),this.state=721,this.match(x.AS),this.state=723,this._errHandler.sync(this),this._input.LA(1)===x.NATIVE&&(this.state=722,this.match(x.NATIVE)),this.state=725,this.match(x.SETTER),this.state=726,this.match(x.DOING),this.state=727,this.match(x.COLON),this.state=728,this.indent(),this.state=729,t.stmts=this.native_statement_list(),this.state=730,this.dedent()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}getter_method_declaration(){let t=new O(this,this._ctx,this.state);this.enterRule(t,26,x.RULE_getter_method_declaration);try{this.enterOuterAlt(t,1),this.state=732,this.match(x.DEFINE),this.state=733,t.name=this.variable_identifier(),this.state=734,this.match(x.AS),this.state=735,this.match(x.GETTER),this.state=736,this.match(x.DOING),this.state=737,this.match(x.COLON),this.state=738,this.indent(),this.state=739,t.stmts=this.statement_list(),this.state=740,this.dedent()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}native_getter_declaration(){let t=new D(this,this._ctx,this.state);this.enterRule(t,28,x.RULE_native_getter_declaration);try{this.enterOuterAlt(t,1),this.state=742,this.match(x.DEFINE),this.state=743,t.name=this.variable_identifier(),this.state=744,this.match(x.AS),this.state=746,this._errHandler.sync(this),this._input.LA(1)===x.NATIVE&&(this.state=745,this.match(x.NATIVE)),this.state=748,this.match(x.GETTER),this.state=749,this.match(x.DOING),this.state=750,this.match(x.COLON),this.state=751,this.indent(),this.state=752,t.stmts=this.native_statement_list(),this.state=753,this.dedent()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}native_category_declaration(){let t=new M(this,this._ctx,this.state);this.enterRule(t,30,x.RULE_native_category_declaration);try{switch(this.enterOuterAlt(t,1),this.state=755,this.match(x.DEFINE),this.state=756,t.name=this.type_identifier(),this.state=757,this.match(x.AS),this.state=759,this._errHandler.sync(this),this._input.LA(1)===x.STORABLE&&(this.state=758,this.match(x.STORABLE)),this.state=761,this.match(x.NATIVE),this.state=762,this.match(x.CATEGORY),this.state=770,this._errHandler.sync(this),this._interp.adaptivePredict(this._input,21,this._ctx)){case 1:this.state=763,t.attrs=this.attribute_list(),this.state=764,this.match(x.COMMA),this.state=765,this.match(x.AND),this.state=766,this.match(x.BINDINGS);break;case 2:this.state=768,this.match(x.WITH),this.state=769,this.match(x.BINDINGS)}this.state=772,this.match(x.COLON),this.state=773,this.indent(),this.state=774,t.bindings=this.native_category_bindings(),this.state=775,this.dedent(),this.state=784,this._errHandler.sync(this),1===this._interp.adaptivePredict(this._input,22,this._ctx)&&(this.state=776,this.lfp(),this.state=777,this.match(x.AND),this.state=778,this.match(x.METHODS),this.state=779,this.match(x.COLON),this.state=780,this.indent(),this.state=781,t.methods=this.native_member_method_declaration_list(),this.state=782,this.dedent())}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}native_resource_declaration(){let t=new k(this,this._ctx,this.state);this.enterRule(t,32,x.RULE_native_resource_declaration);try{switch(this.enterOuterAlt(t,1),this.state=786,this.match(x.DEFINE),this.state=787,t.name=this.type_identifier(),this.state=788,this.match(x.AS),this.state=790,this._errHandler.sync(this),this._input.LA(1)===x.STORABLE&&(this.state=789,this.match(x.STORABLE)),this.state=792,this.match(x.NATIVE),this.state=793,this.match(x.RESOURCE),this.state=801,this._errHandler.sync(this),this._interp.adaptivePredict(this._input,24,this._ctx)){case 1:this.state=794,t.attrs=this.attribute_list(),this.state=795,this.match(x.COMMA),this.state=796,this.match(x.AND),this.state=797,this.match(x.BINDINGS);break;case 2:this.state=799,this.match(x.WITH),this.state=800,this.match(x.BINDINGS)}this.state=803,this.match(x.COLON),this.state=804,this.indent(),this.state=805,t.bindings=this.native_category_bindings(),this.state=806,this.dedent(),this.state=815,this._errHandler.sync(this),1===this._interp.adaptivePredict(this._input,25,this._ctx)&&(this.state=807,this.lfp(),this.state=808,this.match(x.AND),this.state=809,this.match(x.METHODS),this.state=810,this.match(x.COLON),this.state=811,this.indent(),this.state=812,t.methods=this.native_member_method_declaration_list(),this.state=813,this.dedent())}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}native_category_bindings(){let t=new U(this,this._ctx,this.state);this.enterRule(t,34,x.RULE_native_category_bindings);try{this.enterOuterAlt(t,1),this.state=817,this.match(x.DEFINE),this.state=818,this.match(x.CATEGORY),this.state=819,this.match(x.BINDINGS),this.state=820,this.match(x.AS),this.state=821,this.match(x.COLON),this.state=822,this.indent(),this.state=823,t.items=this.native_category_binding_list(0),this.state=824,this.dedent()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}native_category_binding_list(t){void 0===t&&(t=0);const e=this._ctx,i=this.state;let s=new P(this,this._ctx,i),r=s;this.enterRecursionRule(s,36,x.RULE_native_category_binding_list,t);try{this.enterOuterAlt(s,1),s=new H(this,s),this._ctx=s,r=s,this.state=827,s.item=this.native_category_binding(),this._ctx.stop=this._input.LT(-1),this.state=835,this._errHandler.sync(this);for(var n=this._interp.adaptivePredict(this._input,26,this._ctx);2!=n&&n!=a.a.atn.ATN.INVALID_ALT_NUMBER;){if(1===n){if(null!==this._parseListeners&&this.triggerExitRuleEvent(),r=s,s=new F(this,new P(this,e,i)),s.items=r,this.pushNewRecursionContext(s,36,x.RULE_native_category_binding_list),this.state=829,!this.precpred(this._ctx,1))throw new a.a.error.FailedPredicateException(this,"this.precpred(this._ctx, 1)");this.state=830,this.lfp(),this.state=831,s.item=this.native_category_binding()}this.state=837,this._errHandler.sync(this),n=this._interp.adaptivePredict(this._input,26,this._ctx)}}catch(t){if(!(t instanceof a.a.error.RecognitionException))throw t;s.exception=t,this._errHandler.reportError(this,t),this._errHandler.recover(this,t)}finally{this.unrollRecursionContexts(e)}return s}attribute_list(){let t=new V(this,this._ctx,this.state);this.enterRule(t,38,x.RULE_attribute_list);try{switch(this.state=848,this._errHandler.sync(this),this._interp.adaptivePredict(this._input,28,this._ctx)){case 1:t=new B(this,t),this.enterOuterAlt(t,1),this.state=838,this.match(x.WITH),this.state=839,this.match(x.ATTRIBUTE),this.state=840,t.item=this.attribute_identifier();break;case 2:t=new G(this,t),this.enterOuterAlt(t,2),this.state=841,this.match(x.WITH),this.state=842,this.match(x.ATTRIBUTES),this.state=843,t.items=this.attribute_identifier_list(),this.state=846,this._errHandler.sync(this),1===this._interp.adaptivePredict(this._input,27,this._ctx)&&(this.state=844,this.match(x.AND),this.state=845,t.item=this.attribute_identifier())}}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}abstract_global_method_declaration(){let t=new j(this,this._ctx,this.state);this.enterRule(t,40,x.RULE_abstract_global_method_declaration);try{this.enterOuterAlt(t,1),this.state=850,this.match(x.DEFINE),this.state=851,t.name=this.type_identifier(),this.state=852,this.match(x.AS),this.state=853,this.match(x.ABSTRACT),this.state=854,this.match(x.METHOD),this.state=857,this._errHandler.sync(this),this._input.LA(1)===x.RECEIVING&&(this.state=855,this.match(x.RECEIVING),this.state=856,t.args=this.full_argument_list()),this.state=864,this._errHandler.sync(this),this._input.LA(1)===x.RETURNING&&(this.state=859,this.match(x.RETURNING),this.state=861,this._errHandler.sync(this),this._input.LA(1)===x.MUTABLE&&(this.state=860,this.match(x.MUTABLE)),this.state=863,t.typ=this.typedef(0))}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}abstract_member_method_declaration(){let t=new W(this,this._ctx,this.state);this.enterRule(t,42,x.RULE_abstract_member_method_declaration);try{this.enterOuterAlt(t,1),this.state=866,this.match(x.DEFINE),this.state=867,t.name=this.method_identifier(),this.state=868,this.match(x.AS),this.state=869,this.match(x.ABSTRACT),this.state=870,this.match(x.METHOD),this.state=873,this._errHandler.sync(this),this._input.LA(1)===x.RECEIVING&&(this.state=871,this.match(x.RECEIVING),this.state=872,t.args=this.full_argument_list()),this.state=880,this._errHandler.sync(this),this._input.LA(1)===x.RETURNING&&(this.state=875,this.match(x.RETURNING),this.state=877,this._errHandler.sync(this),this._input.LA(1)===x.MUTABLE&&(this.state=876,this.match(x.MUTABLE)),this.state=879,t.typ=this.typedef(0))}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}concrete_method_declaration(){let t=new J(this,this._ctx,this.state);this.enterRule(t,44,x.RULE_concrete_method_declaration);try{switch(this.enterOuterAlt(t,1),this.state=882,this.match(x.DEFINE),this.state=883,t.name=this.method_identifier(),this.state=884,this.match(x.AS),this.state=885,this.match(x.METHOD),this.state=888,this._errHandler.sync(this),this._input.LA(1)===x.RECEIVING&&(this.state=886,this.match(x.RECEIVING),this.state=887,t.args=this.full_argument_list()),this.state=895,this._errHandler.sync(this),this._input.LA(1)===x.RETURNING&&(this.state=890,this.match(x.RETURNING),this.state=892,this._errHandler.sync(this),this._input.LA(1)===x.MUTABLE&&(this.state=891,this.match(x.MUTABLE)),this.state=894,t.typ=this.typedef(0)),this.state=897,this.match(x.DOING),this.state=898,this.match(x.COLON),this.state=899,this.indent(),this.state=902,this._errHandler.sync(this),this._input.LA(1)){case x.COMMENT:case x.LPAR:case x.LBRAK:case x.LCURL:case x.MINUS:case x.LT:case x.LTCOLONGT:case x.TYPE:case x.BREAK:case x.CATEGORY:case x.DEFINE:case x.DELETE:case x.DO:case x.FETCH:case x.FLUSH:case x.FOR:case x.IF:case x.INVOKE_COLON:case x.MUTABLE:case x.NOTHING:case x.RAISE:case x.READ:case x.RESOURCE:case x.RETURN:case x.SELF:case x.STORE:case x.SUPER:case x.SWITCH:case x.THIS:case x.WITH:case x.WHILE:case x.WRITE:case x.BOOLEAN_LITERAL:case x.CHAR_LITERAL:case x.MIN_INTEGER:case x.MAX_INTEGER:case x.SYMBOL_IDENTIFIER:case x.TYPE_IDENTIFIER:case x.VARIABLE_IDENTIFIER:case x.TEXT_LITERAL:case x.UUID_LITERAL:case x.VERSION_LITERAL:case x.INTEGER_LITERAL:case x.HEXA_LITERAL:case x.DECIMAL_LITERAL:case x.DATETIME_LITERAL:case x.TIME_LITERAL:case x.DATE_LITERAL:case x.PERIOD_LITERAL:this.state=900,t.stmts=this.statement_list();break;case x.PASS:this.state=901,this.match(x.PASS);break;default:throw new a.a.error.NoViableAltException(this)}this.state=904,this.dedent()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}native_method_declaration(){let t=new Y(this,this._ctx,this.state);this.enterRule(t,46,x.RULE_native_method_declaration);try{this.enterOuterAlt(t,1),this.state=906,this.match(x.DEFINE),this.state=907,t.name=this.method_identifier(),this.state=908,this.match(x.AS),this.state=910,this._errHandler.sync(this),this._input.LA(1)===x.NATIVE&&(this.state=909,this.match(x.NATIVE)),this.state=912,this.match(x.METHOD),this.state=915,this._errHandler.sync(this),this._input.LA(1)===x.RECEIVING&&(this.state=913,this.match(x.RECEIVING),this.state=914,t.args=this.full_argument_list()),this.state=919,this._errHandler.sync(this),this._input.LA(1)===x.RETURNING&&(this.state=917,this.match(x.RETURNING),this.state=918,t.typ=this.category_or_any_type()),this.state=921,this.match(x.DOING),this.state=922,this.match(x.COLON),this.state=923,this.indent(),this.state=924,t.stmts=this.native_statement_list(),this.state=925,this.dedent()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}test_method_declaration(){let t=new q(this,this._ctx,this.state);this.enterRule(t,48,x.RULE_test_method_declaration);try{switch(this.enterOuterAlt(t,1),this.state=927,this.match(x.DEFINE),this.state=928,t.name=this.match(x.TEXT_LITERAL),this.state=929,this.match(x.AS),this.state=930,this.match(x.TEST),this.state=931,this.match(x.METHOD),this.state=932,this.match(x.DOING),this.state=933,this.match(x.COLON),this.state=934,this.indent(),this.state=935,t.stmts=this.statement_list(),this.state=936,this.dedent(),this.state=937,this.lfp(),this.state=938,this.match(x.AND),this.state=939,this.match(x.VERIFYING),this.state=946,this._errHandler.sync(this),this._input.LA(1)){case x.COLON:this.state=940,this.match(x.COLON),this.state=941,this.indent(),this.state=942,t.exps=this.assertion_list(),this.state=943,this.dedent();break;case x.SYMBOL_IDENTIFIER:this.state=945,t.error=this.symbol_identifier();break;default:throw new a.a.error.NoViableAltException(this)}}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}assertion(){let t=new X(this,this._ctx,this.state);this.enterRule(t,50,x.RULE_assertion);try{this.enterOuterAlt(t,1),this.state=948,t.exp=this.expression(0)}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}full_argument_list(){let t=new K(this,this._ctx,this.state);this.enterRule(t,52,x.RULE_full_argument_list);try{this.enterOuterAlt(t,1),this.state=950,t.items=this.argument_list(),this.state=953,this._errHandler.sync(this),this._input.LA(1)===x.AND&&(this.state=951,this.match(x.AND),this.state=952,t.item=this.argument())}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}typed_argument(){let t=new z(this,this._ctx,this.state);this.enterRule(t,54,x.RULE_typed_argument);try{this.enterOuterAlt(t,1),this.state=955,t.typ=this.category_or_any_type(),this.state=956,t.name=this.variable_identifier(),this.state=958,this._errHandler.sync(this),this._input.LA(1)===x.WITH&&(this.state=957,t.attrs=this.attribute_list()),this.state=962,this._errHandler.sync(this),this._input.LA(1)===x.EQ&&(this.state=960,this.match(x.EQ),this.state=961,t.value=this.literal_expression())}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}statement(){let t=new Q(this,this._ctx,this.state);this.enterRule(t,56,x.RULE_statement);try{switch(this.state=985,this._errHandler.sync(this),this._interp.adaptivePredict(this._input,46,this._ctx)){case 1:t=new ot(this,t),this.enterOuterAlt(t,1),this.state=964,t.stmt=this.assign_instance_statement();break;case 2:t=new dt(this,t),this.enterOuterAlt(t,2),this.state=965,t.stmt=this.method_call_statement();break;case 3:t=new ft(this,t),this.enterOuterAlt(t,3),this.state=966,t.stmt=this.assign_tuple_statement();break;case 4:t=new $(this,t),this.enterOuterAlt(t,4),this.state=967,t.stmt=this.store_statement();break;case 5:t=new nt(this,t),this.enterOuterAlt(t,5),this.state=968,t.stmt=this.fetch_statement();break;case 6:t=new ut(this,t),this.enterOuterAlt(t,6),this.state=969,t.stmt=this.read_statement();break;case 7:t=new xt(this,t),this.enterOuterAlt(t,7),this.state=970,t.stmt=this.flush_statement();break;case 8:t=new at(this,t),this.enterOuterAlt(t,8),this.state=971,t.stmt=this.break_statement();break;case 9:t=new pt(this,t),this.enterOuterAlt(t,9),this.state=972,t.stmt=this.return_statement();break;case 10:t=new ht(this,t),this.enterOuterAlt(t,10),this.state=973,t.stmt=this.if_statement();break;case 11:t=new lt(this,t),this.enterOuterAlt(t,11),this.state=974,t.stmt=this.switch_statement();break;case 12:t=new mt(this,t),this.enterOuterAlt(t,12),this.state=975,t.stmt=this.for_each_statement();break;case 13:t=new it(this,t),this.enterOuterAlt(t,13),this.state=976,t.stmt=this.while_statement();break;case 14:t=new Et(this,t),this.enterOuterAlt(t,14),this.state=977,t.stmt=this.do_while_statement();break;case 15:t=new rt(this,t),this.enterOuterAlt(t,15),this.state=978,t.stmt=this.raise_statement();break;case 16:t=new ct(this,t),this.enterOuterAlt(t,16),this.state=979,t.stmt=this.try_statement();break;case 17:t=new et(this,t),this.enterOuterAlt(t,17),this.state=980,t.stmt=this.write_statement();break;case 18:t=new st(this,t),this.enterOuterAlt(t,18),this.state=981,t.stmt=this.with_resource_statement();break;case 19:t=new tt(this,t),this.enterOuterAlt(t,19),this.state=982,t.stmt=this.with_singleton_statement();break;case 20:t=new _t(this,t),this.enterOuterAlt(t,20),this.state=983,t.decl=this.concrete_method_declaration();break;case 21:t=new Z(this,t),this.enterOuterAlt(t,21),this.state=984,t.decl=this.comment_statement()}}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}flush_statement(){let t=new Rt(this,this._ctx,this.state);this.enterRule(t,58,x.RULE_flush_statement);try{this.enterOuterAlt(t,1),this.state=987,this.match(x.FLUSH)}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}store_statement(){let t=new Tt(this,this._ctx,this.state);this.enterRule(t,60,x.RULE_store_statement);try{switch(this.enterOuterAlt(t,1),this.state=998,this._errHandler.sync(this),this._input.LA(1)){case x.DELETE:this.state=989,this.match(x.DELETE),this.state=990,t.to_del=this.expression_list(),this.state=994,this._errHandler.sync(this),this._input.LA(1)===x.AND&&(this.state=991,this.match(x.AND),this.state=992,this.match(x.STORE),this.state=993,t.to_add=this.expression_list());break;case x.STORE:this.state=996,this.match(x.STORE),this.state=997,t.to_add=this.expression_list();break;default:throw new a.a.error.NoViableAltException(this)}this.state=1005,this._errHandler.sync(this),this._input.LA(1)===x.WITH&&(this.state=1e3,this.match(x.WITH),this.state=1001,t.with_meta=this.expression(0),this.state=1002,this.match(x.AS),this.state=1003,this.metadata()),this.state=1013,this._errHandler.sync(this),this._input.LA(1)===x.THEN&&(this.state=1007,this.match(x.THEN),this.state=1008,this.match(x.COLON),this.state=1009,this.indent(),this.state=1010,t.stmts=this.statement_list(),this.state=1011,this.dedent())}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}method_call_statement(){let t=new gt(this,this._ctx,this.state);this.enterRule(t,62,x.RULE_method_call_statement);try{switch(this.state=1035,this._errHandler.sync(this),this._input.LA(1)){case x.LPAR:case x.LBRAK:case x.LCURL:case x.MINUS:case x.LT:case x.LTCOLONGT:case x.TYPE:case x.CATEGORY:case x.MUTABLE:case x.NOTHING:case x.RESOURCE:case x.SELF:case x.SUPER:case x.THIS:case x.BOOLEAN_LITERAL:case x.CHAR_LITERAL:case x.MIN_INTEGER:case x.MAX_INTEGER:case x.SYMBOL_IDENTIFIER:case x.TYPE_IDENTIFIER:case x.VARIABLE_IDENTIFIER:case x.TEXT_LITERAL:case x.UUID_LITERAL:case x.VERSION_LITERAL:case x.INTEGER_LITERAL:case x.HEXA_LITERAL:case x.DECIMAL_LITERAL:case x.DATETIME_LITERAL:case x.TIME_LITERAL:case x.DATE_LITERAL:case x.PERIOD_LITERAL:switch(t=new At(this,t),this.enterOuterAlt(t,1),this.state=1017,this._errHandler.sync(this),this._interp.adaptivePredict(this._input,51,this._ctx)){case 1:this.state=1015,t.exp1=this.instance_expression(0);break;case 2:this.state=1016,t.exp2=this.unresolved_expression(0)}this.state=1020,this._errHandler.sync(this),1===this._interp.adaptivePredict(this._input,52,this._ctx)&&(this.state=1019,t.args=this.argument_assignment_list()),this.state=1032,this._errHandler.sync(this),this._input.LA(1)===x.THEN&&(this.state=1022,this.match(x.THEN),this.state=1025,this._errHandler.sync(this),this._input.LA(1)===x.WITH&&(this.state=1023,this.match(x.WITH),this.state=1024,t.name=this.variable_identifier()),this.state=1027,this.match(x.COLON),this.state=1028,this.indent(),this.state=1029,t.stmts=this.statement_list(),this.state=1030,this.dedent());break;case x.INVOKE_COLON:t=new yt(this,t),this.enterOuterAlt(t,2),this.state=1034,t.exp=this.invocation_expression();break;default:throw new a.a.error.NoViableAltException(this)}}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}with_resource_statement(){let t=new Lt(this,this._ctx,this.state);this.enterRule(t,64,x.RULE_with_resource_statement);try{this.enterOuterAlt(t,1),this.state=1037,this.match(x.WITH),this.state=1038,t.stmt=this.assign_variable_statement(),this.state=1039,this.match(x.COMMA),this.state=1040,this.match(x.DO),this.state=1041,this.match(x.COLON),this.state=1042,this.indent(),this.state=1043,t.stmts=this.statement_list(),this.state=1044,this.dedent()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}with_singleton_statement(){let t=new It(this,this._ctx,this.state);this.enterRule(t,66,x.RULE_with_singleton_statement);try{this.enterOuterAlt(t,1),this.state=1046,this.match(x.WITH),this.state=1047,t.typ=this.type_identifier(),this.state=1048,this.match(x.COMMA),this.state=1049,this.match(x.DO),this.state=1050,this.match(x.COLON),this.state=1051,this.indent(),this.state=1052,t.stmts=this.statement_list(),this.state=1053,this.dedent()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}switch_statement(){let t=new Ct(this,this._ctx,this.state);this.enterRule(t,68,x.RULE_switch_statement);try{this.enterOuterAlt(t,1),this.state=1055,this.match(x.SWITCH),this.state=1056,this.match(x.ON),this.state=1057,t.exp=this.expression(0),this.state=1058,this.match(x.COLON),this.state=1059,this.indent(),this.state=1060,t.cases=this.switch_case_statement_list(),this.state=1068,this._errHandler.sync(this),1===this._interp.adaptivePredict(this._input,56,this._ctx)&&(this.state=1061,this.lfp(),this.state=1062,this.match(x.OTHERWISE),this.state=1063,this.match(x.COLON),this.state=1064,this.indent(),this.state=1065,t.stmts=this.statement_list(),this.state=1066,this.dedent()),this.state=1070,this.dedent()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}switch_case_statement(){let t=new vt(this,this._ctx,this.state);this.enterRule(t,70,x.RULE_switch_case_statement);try{switch(this.state=1087,this._errHandler.sync(this),this._interp.adaptivePredict(this._input,57,this._ctx)){case 1:t=new bt(this,t),this.enterOuterAlt(t,1),this.state=1072,this.match(x.WHEN),this.state=1073,t.exp=this.atomic_literal(),this.state=1074,this.match(x.COLON),this.state=1075,this.indent(),this.state=1076,t.stmts=this.statement_list(),this.state=1077,this.dedent();break;case 2:t=new wt(this,t),this.enterOuterAlt(t,2),this.state=1079,this.match(x.WHEN),this.state=1080,this.match(x.IN),this.state=1081,t.exp=this.literal_collection(),this.state=1082,this.match(x.COLON),this.state=1083,this.indent(),this.state=1084,t.stmts=this.statement_list(),this.state=1085,this.dedent()}}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}for_each_statement(){let t=new Nt(this,this._ctx,this.state);this.enterRule(t,72,x.RULE_for_each_statement);try{this.enterOuterAlt(t,1),this.state=1089,this.match(x.FOR),this.state=1090,this.match(x.EACH),this.state=1091,t.name1=this.variable_identifier(),this.state=1094,this._errHandler.sync(this),this._input.LA(1)===x.COMMA&&(this.state=1092,this.match(x.COMMA),this.state=1093,t.name2=this.variable_identifier()),this.state=1096,this.match(x.IN),this.state=1097,t.source=this.expression(0),this.state=1098,this.match(x.COLON),this.state=1099,this.indent(),this.state=1100,t.stmts=this.statement_list(),this.state=1101,this.dedent()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}do_while_statement(){let t=new St(this,this._ctx,this.state);this.enterRule(t,74,x.RULE_do_while_statement);try{this.enterOuterAlt(t,1),this.state=1103,this.match(x.DO),this.state=1104,this.match(x.COLON),this.state=1105,this.indent(),this.state=1106,t.stmts=this.statement_list(),this.state=1107,this.dedent(),this.state=1108,this.lfp(),this.state=1109,this.match(x.WHILE),this.state=1110,t.exp=this.expression(0)}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}while_statement(){let t=new Ot(this,this._ctx,this.state);this.enterRule(t,76,x.RULE_while_statement);try{this.enterOuterAlt(t,1),this.state=1112,this.match(x.WHILE),this.state=1113,t.exp=this.expression(0),this.state=1114,this.match(x.COLON),this.state=1115,this.indent(),this.state=1116,t.stmts=this.statement_list(),this.state=1117,this.dedent()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}if_statement(){let t=new Dt(this,this._ctx,this.state);this.enterRule(t,78,x.RULE_if_statement);try{this.enterOuterAlt(t,1),this.state=1119,this.match(x.IF),this.state=1120,t.exp=this.expression(0),this.state=1121,this.match(x.COLON),this.state=1122,this.indent(),this.state=1123,t.stmts=this.statement_list(),this.state=1124,this.dedent(),this.state=1128,this._errHandler.sync(this),1===this._interp.adaptivePredict(this._input,59,this._ctx)&&(this.state=1125,this.lfp(),this.state=1126,t.elseIfs=this.else_if_statement_list(0)),this.state=1137,this._errHandler.sync(this),1===this._interp.adaptivePredict(this._input,60,this._ctx)&&(this.state=1130,this.lfp(),this.state=1131,this.match(x.ELSE),this.state=1132,this.match(x.COLON),this.state=1133,this.indent(),this.state=1134,t.elseStmts=this.statement_list(),this.state=1135,this.dedent())}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}else_if_statement_list(t){void 0===t&&(t=0);const e=this._ctx,i=this.state;let s=new Mt(this,this._ctx,i),r=s;this.enterRecursionRule(s,80,x.RULE_else_if_statement_list,t);try{this.enterOuterAlt(s,1),s=new kt(this,s),this._ctx=s,r=s,this.state=1140,this.match(x.ELSE),this.state=1141,this.match(x.IF),this.state=1142,s.exp=this.expression(0),this.state=1143,this.match(x.COLON),this.state=1144,this.indent(),this.state=1145,s.stmts=this.statement_list(),this.state=1146,this.dedent(),this._ctx.stop=this._input.LT(-1),this.state=1160,this._errHandler.sync(this);for(var n=this._interp.adaptivePredict(this._input,61,this._ctx);2!=n&&n!=a.a.atn.ATN.INVALID_ALT_NUMBER;){if(1===n){if(null!==this._parseListeners&&this.triggerExitRuleEvent(),r=s,s=new Ut(this,new Mt(this,e,i)),s.items=r,this.pushNewRecursionContext(s,80,x.RULE_else_if_statement_list),this.state=1148,!this.precpred(this._ctx,1))throw new a.a.error.FailedPredicateException(this,"this.precpred(this._ctx, 1)");this.state=1149,this.lfp(),this.state=1150,this.match(x.ELSE),this.state=1151,this.match(x.IF),this.state=1152,s.exp=this.expression(0),this.state=1153,this.match(x.COLON),this.state=1154,this.indent(),this.state=1155,s.stmts=this.statement_list(),this.state=1156,this.dedent()}this.state=1162,this._errHandler.sync(this),n=this._interp.adaptivePredict(this._input,61,this._ctx)}}catch(t){if(!(t instanceof a.a.error.RecognitionException))throw t;s.exception=t,this._errHandler.reportError(this,t),this._errHandler.recover(this,t)}finally{this.unrollRecursionContexts(e)}return s}raise_statement(){let t=new Pt(this,this._ctx,this.state);this.enterRule(t,82,x.RULE_raise_statement);try{this.enterOuterAlt(t,1),this.state=1163,this.match(x.RAISE),this.state=1164,t.exp=this.expression(0)}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}try_statement(){let t=new Ft(this,this._ctx,this.state);this.enterRule(t,84,x.RULE_try_statement);var e=0;try{if(this.enterOuterAlt(t,1),this.state=1166,this.match(x.SWITCH),this.state=1167,this.match(x.ON),this.state=1168,t.name=this.variable_identifier(),this.state=1169,this.match(x.DOING),this.state=1170,this.match(x.COLON),this.state=1171,this.indent(),this.state=1172,t.stmts=this.statement_list(),this.state=1173,this.dedent(),this.state=1174,this.lfs(),this.state=1176,this._errHandler.sync(this),1===this._interp.adaptivePredict(this._input,62,this._ctx)&&(this.state=1175,t.handlers=this.catch_statement_list()),this.state=1189,this._errHandler.sync(this),(e=this._input.LA(1))===x.OTHERWISE||e===x.WHEN){switch(this.state=1181,this._errHandler.sync(this),this._input.LA(1)){case x.OTHERWISE:this.state=1178,this.match(x.OTHERWISE);break;case x.WHEN:this.state=1179,this.match(x.WHEN),this.state=1180,this.match(x.ANY);break;default:throw new a.a.error.NoViableAltException(this)}this.state=1183,this.match(x.COLON),this.state=1184,this.indent(),this.state=1185,t.anyStmts=this.statement_list(),this.state=1186,this.dedent(),this.state=1187,this.lfs()}this.state=1198,this._errHandler.sync(this),(e=this._input.LA(1))===x.ALWAYS&&(this.state=1191,this.match(x.ALWAYS),this.state=1192,this.match(x.COLON),this.state=1193,this.indent(),this.state=1194,t.finalStmts=this.statement_list(),this.state=1195,this.dedent(),this.state=1196,this.lfs()),this.state=1200,this.lfs()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}catch_statement(){let t=new Ht(this,this._ctx,this.state);this.enterRule(t,86,x.RULE_catch_statement);try{switch(this.state=1221,this._errHandler.sync(this),this._interp.adaptivePredict(this._input,66,this._ctx)){case 1:t=new Vt(this,t),this.enterOuterAlt(t,1),this.state=1202,this.match(x.WHEN),this.state=1203,t.name=this.symbol_identifier(),this.state=1204,this.match(x.COLON),this.state=1205,this.indent(),this.state=1206,t.stmts=this.statement_list(),this.state=1207,this.dedent(),this.state=1208,this.lfs();break;case 2:t=new Bt(this,t),this.enterOuterAlt(t,2),this.state=1210,this.match(x.WHEN),this.state=1211,this.match(x.IN),this.state=1212,this.match(x.LBRAK),this.state=1213,t.exp=this.symbol_list(),this.state=1214,this.match(x.RBRAK),this.state=1215,this.match(x.COLON),this.state=1216,this.indent(),this.state=1217,t.stmts=this.statement_list(),this.state=1218,this.dedent(),this.state=1219,this.lfs()}}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}break_statement(){let t=new Gt(this,this._ctx,this.state);this.enterRule(t,88,x.RULE_break_statement);try{this.enterOuterAlt(t,1),this.state=1223,this.match(x.BREAK)}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}return_statement(){let t=new jt(this,this._ctx,this.state);this.enterRule(t,90,x.RULE_return_statement);var e=0;try{this.enterOuterAlt(t,1),this.state=1225,this.match(x.RETURN),this.state=1227,this._errHandler.sync(this),(0==((e=this._input.LA(1))-20&-32)&&0!=(1<'","'>='","'<'","'<='","'<>'","'<:>'","'='","'!='","'=='","'~='","'~'","'<-'","'->'","'=>'","'Boolean'","'Css'","'Character'","'Text'","'Integer'","'Decimal'","'Date'","'Time'","'DateTime'","'Period'","'Version'","'Method:'","'Code'","'Document'","'Blob'","'Image'","'Uuid'","'DbId'","'Iterator'","'Cursor'","'Html'","'Type'","'abstract'","'all'","'always'","'and'","'any'","'as'",null,"'attr'","'attribute'","'attributes'","'bindings'","'break'","'by'","'case'","'catch'","'category'","'class'","'contains'","'def'","'default'","'define'","'delete'",null,"'do'","'doing'","'each'","'else'","'enum'","'enumerated'","'except'","'execute'","'expecting'","'extends'","'fetch'","'filtered'","'finally'","'flush'","'for'","'from'","'getter'","'has'","'if'","'in'","'include'","'index'","'invoke:'","'is'","'matching'","'method'","'methods'","'modulo'","'mutable'","'native'","'None'","'not'",null,"'null'","'on'","'one'","'operator'","'or'","'order'","'otherwise'","'pass'","'raise'","'read'","'receiving'","'resource'","'return'","'returning'","'rows'","'self'","'setter'","'singleton'","'sorted'","'storable'","'store'","'super'","'switch'","'test'","'then'","'this'","'throw'","'to'","'try'","'verifying'","'widget'","'with'","'when'","'where'","'while'","'write'",null,null,"'MIN_INTEGER'","'MAX_INTEGER'"]),u(x,"symbolicNames",[null,"INDENT","DEDENT","LF_TAB","LF_MORE","LF","TAB","WS","COMMENT","JAVA","CSHARP","PYTHON2","PYTHON3","JAVASCRIPT","SWIFT","COLON","SEMI","COMMA","RANGE","DOT","LPAR","RPAR","LBRAK","RBRAK","LCURL","RCURL","QMARK","XMARK","AMP","AMP2","PIPE","PIPE2","PLUS","MINUS","STAR","SLASH","BSLASH","PERCENT","SHARP","GT","GTE","LT","LTE","LTGT","LTCOLONGT","EQ","XEQ","EQ2","TEQ","TILDE","LARROW","RARROW","EGT","BOOLEAN","CSS","CHARACTER","TEXT","INTEGER","DECIMAL","DATE","TIME","DATETIME","PERIOD","VERSION","METHOD_COLON","CODE","DOCUMENT","BLOB","IMAGE","UUID","DBID","ITERATOR","CURSOR","HTML","TYPE","ABSTRACT","ALL","ALWAYS","AND","ANY","AS","ASC","ATTR","ATTRIBUTE","ATTRIBUTES","BINDINGS","BREAK","BY","CASE","CATCH","CATEGORY","CLASS","CONTAINS","DEF","DEFAULT","DEFINE","DELETE","DESC","DO","DOING","EACH","ELSE","ENUM","ENUMERATED","EXCEPT","EXECUTE","EXPECTING","EXTENDS","FETCH","FILTERED","FINALLY","FLUSH","FOR","FROM","GETTER","HAS","IF","IN","INCLUDE","INDEX","INVOKE_COLON","IS","MATCHING","METHOD","METHODS","MODULO","MUTABLE","NATIVE","NONE","NOT","NOTHING","NULL","ON","ONE","OPERATOR","OR","ORDER","OTHERWISE","PASS","RAISE","READ","RECEIVING","RESOURCE","RETURN","RETURNING","ROWS","SELF","SETTER","SINGLETON","SORTED","STORABLE","STORE","SUPER","SWITCH","TEST","THEN","THIS","THROW","TO","TRY","VERIFYING","WIDGET","WITH","WHEN","WHERE","WHILE","WRITE","BOOLEAN_LITERAL","CHAR_LITERAL","MIN_INTEGER","MAX_INTEGER","SYMBOL_IDENTIFIER","TYPE_IDENTIFIER","VARIABLE_IDENTIFIER","NATIVE_IDENTIFIER","DOLLAR_IDENTIFIER","ARONDBASE_IDENTIFIER","TEXT_LITERAL","UUID_LITERAL","VERSION_LITERAL","INTEGER_LITERAL","HEXA_LITERAL","DECIMAL_LITERAL","DATETIME_LITERAL","TIME_LITERAL","DATE_LITERAL","PERIOD_LITERAL","JSX_TEXT"]),u(x,"ruleNames",["enum_category_declaration","enum_native_declaration","native_symbol","category_symbol","attribute_declaration","concrete_widget_declaration","native_widget_declaration","concrete_category_declaration","singleton_category_declaration","derived_list","operator_method_declaration","setter_method_declaration","native_setter_declaration","getter_method_declaration","native_getter_declaration","native_category_declaration","native_resource_declaration","native_category_bindings","native_category_binding_list","attribute_list","abstract_global_method_declaration","abstract_member_method_declaration","concrete_method_declaration","native_method_declaration","test_method_declaration","assertion","full_argument_list","typed_argument","statement","flush_statement","store_statement","method_call_statement","with_resource_statement","with_singleton_statement","switch_statement","switch_case_statement","for_each_statement","do_while_statement","while_statement","if_statement","else_if_statement_list","raise_statement","try_statement","catch_statement","break_statement","return_statement","expression","filter_expression","unresolved_expression","unresolved_selector","invocation_expression","invocation_trailer","selectable_expression","instance_expression","instance_selector","mutable_instance_expression","document_expression","blob_expression","constructor_expression","write_statement","ambiguous_expression","filtered_list_suffix","fetch_expression","fetch_statement","include_list","then","read_statement","sorted_expression","argument_assignment_list","with_argument_assignment_list","argument_assignment","assign_instance_statement","child_instance","assign_tuple_statement","lfs","lfp","ws_plus","indent","dedent","type_literal","null_literal","repl","declaration_list","declarations","declaration","annotation_constructor","annotation_identifier","annotation_argument","annotation_argument_name","annotation_argument_value","resource_declaration","enum_declaration","native_symbol_list","category_symbol_list","symbol_list","attribute_constraint","list_literal","set_literal","expression_list","range_literal","typedef","primary_type","native_type","category_type","mutable_category_type","code_type","category_declaration","widget_declaration","type_identifier_list","method_identifier","identifier_or_keyword","nospace_hyphen_identifier_or_keyword","nospace_identifier_or_keyword","identifier","member_identifier","variable_identifier","attribute_identifier","type_identifier","symbol_identifier","argument_list","argument","operator_argument","named_argument","code_argument","category_or_any_type","any_type","member_method_declaration_list","member_method_declaration","native_member_method_declaration_list","native_member_method_declaration","native_category_binding","python_category_binding","python_module","javascript_category_binding","javascript_module","variable_identifier_list","attribute_identifier_list","method_declaration","comment_statement","native_statement_list","native_statement","python_native_statement","javascript_native_statement","statement_list","assertion_list","switch_case_statement_list","catch_statement_list","literal_collection","atomic_literal","literal_list_literal","this_expression","super_expression","parenthesis_expression","literal_expression","collection_literal","tuple_literal","dict_literal","document_literal","expression_tuple","doc_entry_list","doc_entry","doc_key","dict_entry_list","dict_entry","dict_key","slice_arguments","assign_variable_statement","assignable_instance","is_expression","metadata","arrow_expression","arrow_prefix","arrow_args","sorted_key","read_blob_expression","read_all_expression","read_one_expression","order_by_list","order_by","operator","keyword","new_token","key_token","module_token","value_token","symbols_token","assign","multiply","divide","idivide","modulo","javascript_statement","javascript_expression","javascript_primary_expression","javascript_this_expression","javascript_new_expression","javascript_selector_expression","javascript_method_expression","javascript_arguments","javascript_item_expression","javascript_parenthesis_expression","javascript_identifier_expression","javascript_literal_expression","javascript_identifier","python_statement","python_expression","python_primary_expression","python_self_expression","python_selector_expression","python_method_expression","python_argument_list","python_ordinal_argument_list","python_named_argument_list","python_parenthesis_expression","python_identifier_expression","python_literal_expression","python_identifier","java_statement","java_expression","java_primary_expression","java_this_expression","java_new_expression","java_selector_expression","java_method_expression","java_arguments","java_item_expression","java_parenthesis_expression","java_identifier_expression","java_class_identifier_expression","java_literal_expression","java_identifier","csharp_statement","csharp_expression","csharp_primary_expression","csharp_this_expression","csharp_new_expression","csharp_selector_expression","csharp_method_expression","csharp_arguments","csharp_item_expression","csharp_parenthesis_expression","csharp_identifier_expression","csharp_literal_expression","csharp_identifier","jsx_expression","jsx_element","jsx_fragment","jsx_fragment_start","jsx_fragment_end","jsx_self_closing","jsx_opening","jsx_closing","jsx_element_name","jsx_identifier","jsx_attribute","jsx_attribute_value","jsx_children","jsx_child","jsx_text","jsx_char","css_expression","css_field","css_identifier","css_value","css_text"]),x.EOF=a.a.Token.EOF,x.INDENT=1,x.DEDENT=2,x.LF_TAB=3,x.LF_MORE=4,x.LF=5,x.TAB=6,x.WS=7,x.COMMENT=8,x.JAVA=9,x.CSHARP=10,x.PYTHON2=11,x.PYTHON3=12,x.JAVASCRIPT=13,x.SWIFT=14,x.COLON=15,x.SEMI=16,x.COMMA=17,x.RANGE=18,x.DOT=19,x.LPAR=20,x.RPAR=21,x.LBRAK=22,x.RBRAK=23,x.LCURL=24,x.RCURL=25,x.QMARK=26,x.XMARK=27,x.AMP=28,x.AMP2=29,x.PIPE=30,x.PIPE2=31,x.PLUS=32,x.MINUS=33,x.STAR=34,x.SLASH=35,x.BSLASH=36,x.PERCENT=37,x.SHARP=38,x.GT=39,x.GTE=40,x.LT=41,x.LTE=42,x.LTGT=43,x.LTCOLONGT=44,x.EQ=45,x.XEQ=46,x.EQ2=47,x.TEQ=48,x.TILDE=49,x.LARROW=50,x.RARROW=51,x.EGT=52,x.BOOLEAN=53,x.CSS=54,x.CHARACTER=55,x.TEXT=56,x.INTEGER=57,x.DECIMAL=58,x.DATE=59,x.TIME=60,x.DATETIME=61,x.PERIOD=62,x.VERSION=63,x.METHOD_COLON=64,x.CODE=65,x.DOCUMENT=66,x.BLOB=67,x.IMAGE=68,x.UUID=69,x.DBID=70,x.ITERATOR=71,x.CURSOR=72,x.HTML=73,x.TYPE=74,x.ABSTRACT=75,x.ALL=76,x.ALWAYS=77,x.AND=78,x.ANY=79,x.AS=80,x.ASC=81,x.ATTR=82,x.ATTRIBUTE=83,x.ATTRIBUTES=84,x.BINDINGS=85,x.BREAK=86,x.BY=87,x.CASE=88,x.CATCH=89,x.CATEGORY=90,x.CLASS=91,x.CONTAINS=92,x.DEF=93,x.DEFAULT=94,x.DEFINE=95,x.DELETE=96,x.DESC=97,x.DO=98,x.DOING=99,x.EACH=100,x.ELSE=101,x.ENUM=102,x.ENUMERATED=103,x.EXCEPT=104,x.EXECUTE=105,x.EXPECTING=106,x.EXTENDS=107,x.FETCH=108,x.FILTERED=109,x.FINALLY=110,x.FLUSH=111,x.FOR=112,x.FROM=113,x.GETTER=114,x.HAS=115,x.IF=116,x.IN=117,x.INCLUDE=118,x.INDEX=119,x.INVOKE_COLON=120,x.IS=121,x.MATCHING=122,x.METHOD=123,x.METHODS=124,x.MODULO=125,x.MUTABLE=126,x.NATIVE=127,x.NONE=128,x.NOT=129,x.NOTHING=130,x.NULL=131,x.ON=132,x.ONE=133,x.OPERATOR=134,x.OR=135,x.ORDER=136,x.OTHERWISE=137,x.PASS=138,x.RAISE=139,x.READ=140,x.RECEIVING=141,x.RESOURCE=142,x.RETURN=143,x.RETURNING=144,x.ROWS=145,x.SELF=146,x.SETTER=147,x.SINGLETON=148,x.SORTED=149,x.STORABLE=150,x.STORE=151,x.SUPER=152,x.SWITCH=153,x.TEST=154,x.THEN=155,x.THIS=156,x.THROW=157,x.TO=158,x.TRY=159,x.VERIFYING=160,x.WIDGET=161,x.WITH=162,x.WHEN=163,x.WHERE=164,x.WHILE=165,x.WRITE=166,x.BOOLEAN_LITERAL=167,x.CHAR_LITERAL=168,x.MIN_INTEGER=169,x.MAX_INTEGER=170,x.SYMBOL_IDENTIFIER=171,x.TYPE_IDENTIFIER=172,x.VARIABLE_IDENTIFIER=173,x.NATIVE_IDENTIFIER=174,x.DOLLAR_IDENTIFIER=175,x.ARONDBASE_IDENTIFIER=176,x.TEXT_LITERAL=177,x.UUID_LITERAL=178,x.VERSION_LITERAL=179,x.INTEGER_LITERAL=180,x.HEXA_LITERAL=181,x.DECIMAL_LITERAL=182,x.DATETIME_LITERAL=183,x.TIME_LITERAL=184,x.DATE_LITERAL=185,x.PERIOD_LITERAL=186,x.JSX_TEXT=187,x.RULE_enum_category_declaration=0,x.RULE_enum_native_declaration=1,x.RULE_native_symbol=2,x.RULE_category_symbol=3,x.RULE_attribute_declaration=4,x.RULE_concrete_widget_declaration=5,x.RULE_native_widget_declaration=6,x.RULE_concrete_category_declaration=7,x.RULE_singleton_category_declaration=8,x.RULE_derived_list=9,x.RULE_operator_method_declaration=10,x.RULE_setter_method_declaration=11,x.RULE_native_setter_declaration=12,x.RULE_getter_method_declaration=13,x.RULE_native_getter_declaration=14,x.RULE_native_category_declaration=15,x.RULE_native_resource_declaration=16,x.RULE_native_category_bindings=17,x.RULE_native_category_binding_list=18,x.RULE_attribute_list=19,x.RULE_abstract_global_method_declaration=20,x.RULE_abstract_member_method_declaration=21,x.RULE_concrete_method_declaration=22,x.RULE_native_method_declaration=23,x.RULE_test_method_declaration=24,x.RULE_assertion=25,x.RULE_full_argument_list=26,x.RULE_typed_argument=27,x.RULE_statement=28,x.RULE_flush_statement=29,x.RULE_store_statement=30,x.RULE_method_call_statement=31,x.RULE_with_resource_statement=32,x.RULE_with_singleton_statement=33,x.RULE_switch_statement=34,x.RULE_switch_case_statement=35,x.RULE_for_each_statement=36,x.RULE_do_while_statement=37,x.RULE_while_statement=38,x.RULE_if_statement=39,x.RULE_else_if_statement_list=40,x.RULE_raise_statement=41,x.RULE_try_statement=42,x.RULE_catch_statement=43,x.RULE_break_statement=44,x.RULE_return_statement=45,x.RULE_expression=46,x.RULE_filter_expression=47,x.RULE_unresolved_expression=48,x.RULE_unresolved_selector=49,x.RULE_invocation_expression=50,x.RULE_invocation_trailer=51,x.RULE_selectable_expression=52,x.RULE_instance_expression=53,x.RULE_instance_selector=54,x.RULE_mutable_instance_expression=55,x.RULE_document_expression=56,x.RULE_blob_expression=57,x.RULE_constructor_expression=58,x.RULE_write_statement=59,x.RULE_ambiguous_expression=60,x.RULE_filtered_list_suffix=61,x.RULE_fetch_expression=62,x.RULE_fetch_statement=63,x.RULE_include_list=64,x.RULE_then=65,x.RULE_read_statement=66,x.RULE_sorted_expression=67,x.RULE_argument_assignment_list=68,x.RULE_with_argument_assignment_list=69,x.RULE_argument_assignment=70,x.RULE_assign_instance_statement=71,x.RULE_child_instance=72,x.RULE_assign_tuple_statement=73,x.RULE_lfs=74,x.RULE_lfp=75,x.RULE_ws_plus=76,x.RULE_indent=77,x.RULE_dedent=78,x.RULE_type_literal=79,x.RULE_null_literal=80,x.RULE_repl=81,x.RULE_declaration_list=82,x.RULE_declarations=83,x.RULE_declaration=84,x.RULE_annotation_constructor=85,x.RULE_annotation_identifier=86,x.RULE_annotation_argument=87,x.RULE_annotation_argument_name=88,x.RULE_annotation_argument_value=89,x.RULE_resource_declaration=90,x.RULE_enum_declaration=91,x.RULE_native_symbol_list=92,x.RULE_category_symbol_list=93,x.RULE_symbol_list=94,x.RULE_attribute_constraint=95,x.RULE_list_literal=96,x.RULE_set_literal=97,x.RULE_expression_list=98,x.RULE_range_literal=99,x.RULE_typedef=100,x.RULE_primary_type=101,x.RULE_native_type=102,x.RULE_category_type=103,x.RULE_mutable_category_type=104,x.RULE_code_type=105,x.RULE_category_declaration=106,x.RULE_widget_declaration=107,x.RULE_type_identifier_list=108,x.RULE_method_identifier=109,x.RULE_identifier_or_keyword=110,x.RULE_nospace_hyphen_identifier_or_keyword=111,x.RULE_nospace_identifier_or_keyword=112,x.RULE_identifier=113,x.RULE_member_identifier=114,x.RULE_variable_identifier=115,x.RULE_attribute_identifier=116,x.RULE_type_identifier=117,x.RULE_symbol_identifier=118,x.RULE_argument_list=119,x.RULE_argument=120,x.RULE_operator_argument=121,x.RULE_named_argument=122,x.RULE_code_argument=123,x.RULE_category_or_any_type=124,x.RULE_any_type=125,x.RULE_member_method_declaration_list=126,x.RULE_member_method_declaration=127,x.RULE_native_member_method_declaration_list=128,x.RULE_native_member_method_declaration=129,x.RULE_native_category_binding=130,x.RULE_python_category_binding=131,x.RULE_python_module=132,x.RULE_javascript_category_binding=133,x.RULE_javascript_module=134,x.RULE_variable_identifier_list=135,x.RULE_attribute_identifier_list=136,x.RULE_method_declaration=137,x.RULE_comment_statement=138,x.RULE_native_statement_list=139,x.RULE_native_statement=140,x.RULE_python_native_statement=141,x.RULE_javascript_native_statement=142,x.RULE_statement_list=143,x.RULE_assertion_list=144,x.RULE_switch_case_statement_list=145,x.RULE_catch_statement_list=146,x.RULE_literal_collection=147,x.RULE_atomic_literal=148,x.RULE_literal_list_literal=149,x.RULE_this_expression=150,x.RULE_super_expression=151,x.RULE_parenthesis_expression=152,x.RULE_literal_expression=153,x.RULE_collection_literal=154,x.RULE_tuple_literal=155,x.RULE_dict_literal=156,x.RULE_document_literal=157,x.RULE_expression_tuple=158,x.RULE_doc_entry_list=159,x.RULE_doc_entry=160,x.RULE_doc_key=161,x.RULE_dict_entry_list=162,x.RULE_dict_entry=163,x.RULE_dict_key=164,x.RULE_slice_arguments=165,x.RULE_assign_variable_statement=166,x.RULE_assignable_instance=167,x.RULE_is_expression=168,x.RULE_metadata=169,x.RULE_arrow_expression=170,x.RULE_arrow_prefix=171,x.RULE_arrow_args=172,x.RULE_sorted_key=173,x.RULE_read_blob_expression=174,x.RULE_read_all_expression=175,x.RULE_read_one_expression=176,x.RULE_order_by_list=177,x.RULE_order_by=178,x.RULE_operator=179,x.RULE_keyword=180,x.RULE_new_token=181,x.RULE_key_token=182,x.RULE_module_token=183,x.RULE_value_token=184,x.RULE_symbols_token=185,x.RULE_assign=186,x.RULE_multiply=187,x.RULE_divide=188,x.RULE_idivide=189,x.RULE_modulo=190,x.RULE_javascript_statement=191,x.RULE_javascript_expression=192,x.RULE_javascript_primary_expression=193,x.RULE_javascript_this_expression=194,x.RULE_javascript_new_expression=195,x.RULE_javascript_selector_expression=196,x.RULE_javascript_method_expression=197,x.RULE_javascript_arguments=198,x.RULE_javascript_item_expression=199,x.RULE_javascript_parenthesis_expression=200,x.RULE_javascript_identifier_expression=201,x.RULE_javascript_literal_expression=202,x.RULE_javascript_identifier=203,x.RULE_python_statement=204,x.RULE_python_expression=205,x.RULE_python_primary_expression=206,x.RULE_python_self_expression=207,x.RULE_python_selector_expression=208,x.RULE_python_method_expression=209,x.RULE_python_argument_list=210,x.RULE_python_ordinal_argument_list=211,x.RULE_python_named_argument_list=212,x.RULE_python_parenthesis_expression=213,x.RULE_python_identifier_expression=214,x.RULE_python_literal_expression=215,x.RULE_python_identifier=216,x.RULE_java_statement=217,x.RULE_java_expression=218,x.RULE_java_primary_expression=219,x.RULE_java_this_expression=220,x.RULE_java_new_expression=221,x.RULE_java_selector_expression=222,x.RULE_java_method_expression=223,x.RULE_java_arguments=224,x.RULE_java_item_expression=225,x.RULE_java_parenthesis_expression=226,x.RULE_java_identifier_expression=227,x.RULE_java_class_identifier_expression=228,x.RULE_java_literal_expression=229,x.RULE_java_identifier=230,x.RULE_csharp_statement=231,x.RULE_csharp_expression=232,x.RULE_csharp_primary_expression=233,x.RULE_csharp_this_expression=234,x.RULE_csharp_new_expression=235,x.RULE_csharp_selector_expression=236,x.RULE_csharp_method_expression=237,x.RULE_csharp_arguments=238,x.RULE_csharp_item_expression=239,x.RULE_csharp_parenthesis_expression=240,x.RULE_csharp_identifier_expression=241,x.RULE_csharp_literal_expression=242,x.RULE_csharp_identifier=243,x.RULE_jsx_expression=244,x.RULE_jsx_element=245,x.RULE_jsx_fragment=246,x.RULE_jsx_fragment_start=247,x.RULE_jsx_fragment_end=248,x.RULE_jsx_self_closing=249,x.RULE_jsx_opening=250,x.RULE_jsx_closing=251,x.RULE_jsx_element_name=252,x.RULE_jsx_identifier=253,x.RULE_jsx_attribute=254,x.RULE_jsx_attribute_value=255,x.RULE_jsx_children=256,x.RULE_jsx_child=257,x.RULE_jsx_text=258,x.RULE_jsx_char=259,x.RULE_css_expression=260,x.RULE_css_field=261,x.RULE_css_identifier=262,x.RULE_css_value=263,x.RULE_css_text=264;class E extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"type_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(dr):this.getTypedRuleContext(dr,t)})),this.parser=t,this.ruleIndex=x.RULE_enum_category_declaration,this.name=null,this.derived=null,this.attrs=null,this.symbols=null}DEFINE(){return this.getToken(x.DEFINE,0)}AS(){return this.getToken(x.AS,0)}ENUMERATED(){return this.getToken(x.ENUMERATED,0)}symbols_token(){return this.getTypedRuleContext(wa,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}category_symbol_list(){return this.getTypedRuleContext(is,0)}CATEGORY(){return this.getToken(x.CATEGORY,0)}WITH(){return this.getToken(x.WITH,0)}COMMA(){return this.getToken(x.COMMA,0)}AND(){return this.getToken(x.AND,0)}attribute_list(){return this.getTypedRuleContext(V,0)}enterRule(t){t instanceof o&&t.enterEnum_category_declaration(this)}exitRule(t){t instanceof o&&t.exitEnum_category_declaration(this)}}class m extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_enum_native_declaration,this.name=null,this.typ=null,this.symbols=null}DEFINE(){return this.getToken(x.DEFINE,0)}AS(){return this.getToken(x.AS,0)}ENUMERATED(){return this.getToken(x.ENUMERATED,0)}WITH(){return this.getToken(x.WITH,0)}symbols_token(){return this.getTypedRuleContext(wa,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}type_identifier(){return this.getTypedRuleContext(dr,0)}native_type(){return this.getTypedRuleContext(Is,0)}native_symbol_list(){return this.getTypedRuleContext(es,0)}enterRule(t){t instanceof o&&t.enterEnum_native_declaration(this)}exitRule(t){t instanceof o&&t.exitEnum_native_declaration(this)}}class R extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_native_symbol,this.name=null,this.exp=null}WITH(){return this.getToken(x.WITH,0)}AS(){return this.getToken(x.AS,0)}value_token(){return this.getTypedRuleContext(ba,0)}symbol_identifier(){return this.getTypedRuleContext(pr,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterNative_symbol(this)}exitRule(t){t instanceof o&&t.exitNative_symbol(this)}}class T extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_category_symbol,this.name=null,this.args=null,this.arg=null}symbol_identifier(){return this.getTypedRuleContext(pr,0)}with_argument_assignment_list(){return this.getTypedRuleContext(Ii,0)}AND(){return this.getToken(x.AND,0)}argument_assignment(){return this.getTypedRuleContext(bi,0)}enterRule(t){t instanceof o&&t.enterCategory_symbol(this)}exitRule(t){t instanceof o&&t.exitCategory_symbol(this)}}class g extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_attribute_declaration,this.name=null,this.typ=null,this.match=null,this.indices=null,this.index=null}DEFINE(){return this.getToken(x.DEFINE,0)}AS(){return this.getToken(x.AS,0)}ATTRIBUTE(){return this.getToken(x.ATTRIBUTE,0)}attribute_identifier(){return this.getTypedRuleContext(ur,0)}typedef(){return this.getTypedRuleContext(fs,0)}STORABLE(){return this.getToken(x.STORABLE,0)}WITH(){return this.getToken(x.WITH,0)}INDEX(){return this.getToken(x.INDEX,0)}attribute_constraint(){return this.getTypedRuleContext(rs,0)}variable_identifier_list(){return this.getTypedRuleContext(Vr,0)}AND(){return this.getToken(x.AND,0)}variable_identifier(){return this.getTypedRuleContext(cr,0)}enterRule(t){t instanceof o&&t.enterAttribute_declaration(this)}exitRule(t){t instanceof o&&t.exitAttribute_declaration(this)}}class y extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"type_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(dr):this.getTypedRuleContext(dr,t)})),this.parser=t,this.ruleIndex=x.RULE_concrete_widget_declaration,this.name=null,this.derived=null,this.methods=null}DEFINE(){return this.getToken(x.DEFINE,0)}AS(){return this.getToken(x.AS,0)}WIDGET(){return this.getToken(x.WIDGET,0)}WITH(){return this.getToken(x.WITH,0)}METHODS(){return this.getToken(x.METHODS,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}member_method_declaration_list(){return this.getTypedRuleContext(Cr,0)}enterRule(t){t instanceof o&&t.enterConcrete_widget_declaration(this)}exitRule(t){t instanceof o&&t.exitConcrete_widget_declaration(this)}}class A extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"COLON",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.COLON):this.getToken(x.COLON,t)})),u(this,"indent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Pi):this.getTypedRuleContext(Pi,t)})),u(this,"dedent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Fi):this.getTypedRuleContext(Fi,t)})),this.parser=t,this.ruleIndex=x.RULE_native_widget_declaration,this.name=null,this.bindings=null,this.methods=null}DEFINE(){return this.getToken(x.DEFINE,0)}AS(){return this.getToken(x.AS,0)}NATIVE(){return this.getToken(x.NATIVE,0)}WIDGET(){return this.getToken(x.WIDGET,0)}WITH(){return this.getToken(x.WITH,0)}BINDINGS(){return this.getToken(x.BINDINGS,0)}lfp(){return this.getTypedRuleContext(ki,0)}AND(){return this.getToken(x.AND,0)}METHODS(){return this.getToken(x.METHODS,0)}type_identifier(){return this.getTypedRuleContext(dr,0)}native_category_bindings(){return this.getTypedRuleContext(U,0)}native_member_method_declaration_list(){return this.getTypedRuleContext(br,0)}enterRule(t){t instanceof o&&t.enterNative_widget_declaration(this)}exitRule(t){t instanceof o&&t.exitNative_widget_declaration(this)}}class L extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_concrete_category_declaration,this.name=null,this.derived=null,this.attrs=null,this.methods=null}DEFINE(){return this.getToken(x.DEFINE,0)}AS(){return this.getToken(x.AS,0)}type_identifier(){return this.getTypedRuleContext(dr,0)}CATEGORY(){return this.getToken(x.CATEGORY,0)}STORABLE(){return this.getToken(x.STORABLE,0)}derived_list(){return this.getTypedRuleContext(C,0)}WITH(){return this.getToken(x.WITH,0)}METHODS(){return this.getToken(x.METHODS,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}attribute_list(){return this.getTypedRuleContext(V,0)}member_method_declaration_list(){return this.getTypedRuleContext(Cr,0)}COMMA(){return this.getToken(x.COMMA,0)}AND(){return this.getToken(x.AND,0)}enterRule(t){t instanceof o&&t.enterConcrete_category_declaration(this)}exitRule(t){t instanceof o&&t.exitConcrete_category_declaration(this)}}class I extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_singleton_category_declaration,this.name=null,this.attrs=null,this.methods=null}DEFINE(){return this.getToken(x.DEFINE,0)}AS(){return this.getToken(x.AS,0)}SINGLETON(){return this.getToken(x.SINGLETON,0)}type_identifier(){return this.getTypedRuleContext(dr,0)}WITH(){return this.getToken(x.WITH,0)}METHODS(){return this.getToken(x.METHODS,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}attribute_list(){return this.getTypedRuleContext(V,0)}member_method_declaration_list(){return this.getTypedRuleContext(Cr,0)}COMMA(){return this.getToken(x.COMMA,0)}AND(){return this.getToken(x.AND,0)}enterRule(t){t instanceof o&&t.enterSingleton_category_declaration(this)}exitRule(t){t instanceof o&&t.exitSingleton_category_declaration(this)}}class C extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_derived_list}copyFrom(t){super.copyFrom(t)}}class v extends C{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}AND(){return this.getToken(x.AND,0)}type_identifier_list(){return this.getTypedRuleContext(tr,0)}type_identifier(){return this.getTypedRuleContext(dr,0)}enterRule(t){t instanceof o&&t.enterDerivedListItem(this)}exitRule(t){t instanceof o&&t.exitDerivedListItem(this)}}x.DerivedListItemContext=v;class b extends C{constructor(t,e){super(t),this.items=null,super.copyFrom(e)}type_identifier_list(){return this.getTypedRuleContext(tr,0)}enterRule(t){t instanceof o&&t.enterDerivedList(this)}exitRule(t){t instanceof o&&t.exitDerivedList(this)}}x.DerivedListContext=b;class w extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_operator_method_declaration,this.op=null,this.arg=null,this.typ=null,this.stmts=null}DEFINE(){return this.getToken(x.DEFINE,0)}AS(){return this.getToken(x.AS,0)}OPERATOR(){return this.getToken(x.OPERATOR,0)}RECEIVING(){return this.getToken(x.RECEIVING,0)}DOING(){return this.getToken(x.DOING,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}operator(){return this.getTypedRuleContext(Ea,0)}operator_argument(){return this.getTypedRuleContext(mr,0)}statement_list(){return this.getTypedRuleContext($r,0)}RETURNING(){return this.getToken(x.RETURNING,0)}typedef(){return this.getTypedRuleContext(fs,0)}enterRule(t){t instanceof o&&t.enterOperator_method_declaration(this)}exitRule(t){t instanceof o&&t.exitOperator_method_declaration(this)}}class N extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_setter_method_declaration,this.name=null,this.stmts=null}DEFINE(){return this.getToken(x.DEFINE,0)}AS(){return this.getToken(x.AS,0)}SETTER(){return this.getToken(x.SETTER,0)}DOING(){return this.getToken(x.DOING,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}variable_identifier(){return this.getTypedRuleContext(cr,0)}statement_list(){return this.getTypedRuleContext($r,0)}enterRule(t){t instanceof o&&t.enterSetter_method_declaration(this)}exitRule(t){t instanceof o&&t.exitSetter_method_declaration(this)}}class S extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_native_setter_declaration,this.name=null,this.stmts=null}DEFINE(){return this.getToken(x.DEFINE,0)}AS(){return this.getToken(x.AS,0)}SETTER(){return this.getToken(x.SETTER,0)}DOING(){return this.getToken(x.DOING,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}variable_identifier(){return this.getTypedRuleContext(cr,0)}native_statement_list(){return this.getTypedRuleContext(Wr,0)}NATIVE(){return this.getToken(x.NATIVE,0)}enterRule(t){t instanceof o&&t.enterNative_setter_declaration(this)}exitRule(t){t instanceof o&&t.exitNative_setter_declaration(this)}}class O extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_getter_method_declaration,this.name=null,this.stmts=null}DEFINE(){return this.getToken(x.DEFINE,0)}AS(){return this.getToken(x.AS,0)}GETTER(){return this.getToken(x.GETTER,0)}DOING(){return this.getToken(x.DOING,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}variable_identifier(){return this.getTypedRuleContext(cr,0)}statement_list(){return this.getTypedRuleContext($r,0)}enterRule(t){t instanceof o&&t.enterGetter_method_declaration(this)}exitRule(t){t instanceof o&&t.exitGetter_method_declaration(this)}}class D extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_native_getter_declaration,this.name=null,this.stmts=null}DEFINE(){return this.getToken(x.DEFINE,0)}AS(){return this.getToken(x.AS,0)}GETTER(){return this.getToken(x.GETTER,0)}DOING(){return this.getToken(x.DOING,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}variable_identifier(){return this.getTypedRuleContext(cr,0)}native_statement_list(){return this.getTypedRuleContext(Wr,0)}NATIVE(){return this.getToken(x.NATIVE,0)}enterRule(t){t instanceof o&&t.enterNative_getter_declaration(this)}exitRule(t){t instanceof o&&t.exitNative_getter_declaration(this)}}class M extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"COLON",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.COLON):this.getToken(x.COLON,t)})),u(this,"indent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Pi):this.getTypedRuleContext(Pi,t)})),u(this,"dedent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Fi):this.getTypedRuleContext(Fi,t)})),u(this,"AND",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.AND):this.getToken(x.AND,t)})),this.parser=t,this.ruleIndex=x.RULE_native_category_declaration,this.name=null,this.attrs=null,this.bindings=null,this.methods=null}DEFINE(){return this.getToken(x.DEFINE,0)}AS(){return this.getToken(x.AS,0)}NATIVE(){return this.getToken(x.NATIVE,0)}CATEGORY(){return this.getToken(x.CATEGORY,0)}type_identifier(){return this.getTypedRuleContext(dr,0)}native_category_bindings(){return this.getTypedRuleContext(U,0)}WITH(){return this.getToken(x.WITH,0)}BINDINGS(){return this.getToken(x.BINDINGS,0)}STORABLE(){return this.getToken(x.STORABLE,0)}lfp(){return this.getTypedRuleContext(ki,0)}METHODS(){return this.getToken(x.METHODS,0)}COMMA(){return this.getToken(x.COMMA,0)}native_member_method_declaration_list(){return this.getTypedRuleContext(br,0)}attribute_list(){return this.getTypedRuleContext(V,0)}enterRule(t){t instanceof o&&t.enterNative_category_declaration(this)}exitRule(t){t instanceof o&&t.exitNative_category_declaration(this)}}class k extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"COLON",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.COLON):this.getToken(x.COLON,t)})),u(this,"indent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Pi):this.getTypedRuleContext(Pi,t)})),u(this,"dedent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Fi):this.getTypedRuleContext(Fi,t)})),u(this,"AND",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.AND):this.getToken(x.AND,t)})),this.parser=t,this.ruleIndex=x.RULE_native_resource_declaration,this.name=null,this.attrs=null,this.bindings=null,this.methods=null}DEFINE(){return this.getToken(x.DEFINE,0)}AS(){return this.getToken(x.AS,0)}NATIVE(){return this.getToken(x.NATIVE,0)}RESOURCE(){return this.getToken(x.RESOURCE,0)}type_identifier(){return this.getTypedRuleContext(dr,0)}native_category_bindings(){return this.getTypedRuleContext(U,0)}WITH(){return this.getToken(x.WITH,0)}BINDINGS(){return this.getToken(x.BINDINGS,0)}STORABLE(){return this.getToken(x.STORABLE,0)}lfp(){return this.getTypedRuleContext(ki,0)}METHODS(){return this.getToken(x.METHODS,0)}COMMA(){return this.getToken(x.COMMA,0)}native_member_method_declaration_list(){return this.getTypedRuleContext(br,0)}attribute_list(){return this.getTypedRuleContext(V,0)}enterRule(t){t instanceof o&&t.enterNative_resource_declaration(this)}exitRule(t){t instanceof o&&t.exitNative_resource_declaration(this)}}class U extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_native_category_bindings,this.items=null}DEFINE(){return this.getToken(x.DEFINE,0)}CATEGORY(){return this.getToken(x.CATEGORY,0)}BINDINGS(){return this.getToken(x.BINDINGS,0)}AS(){return this.getToken(x.AS,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}native_category_binding_list(){return this.getTypedRuleContext(P,0)}enterRule(t){t instanceof o&&t.enterNative_category_bindings(this)}exitRule(t){t instanceof o&&t.exitNative_category_bindings(this)}}class P extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_native_category_binding_list}copyFrom(t){super.copyFrom(t)}}class F extends P{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}lfp(){return this.getTypedRuleContext(ki,0)}native_category_binding_list(){return this.getTypedRuleContext(P,0)}native_category_binding(){return this.getTypedRuleContext(Nr,0)}enterRule(t){t instanceof o&&t.enterNativeCategoryBindingListItem(this)}exitRule(t){t instanceof o&&t.exitNativeCategoryBindingListItem(this)}}x.NativeCategoryBindingListItemContext=F;class H extends P{constructor(t,e){super(t),this.item=null,super.copyFrom(e)}native_category_binding(){return this.getTypedRuleContext(Nr,0)}enterRule(t){t instanceof o&&t.enterNativeCategoryBindingList(this)}exitRule(t){t instanceof o&&t.exitNativeCategoryBindingList(this)}}x.NativeCategoryBindingListContext=H;class V extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_attribute_list}copyFrom(t){super.copyFrom(t)}}class B extends V{constructor(t,e){super(t),this.item=null,super.copyFrom(e)}WITH(){return this.getToken(x.WITH,0)}ATTRIBUTE(){return this.getToken(x.ATTRIBUTE,0)}attribute_identifier(){return this.getTypedRuleContext(ur,0)}enterRule(t){t instanceof o&&t.enterAttributeList(this)}exitRule(t){t instanceof o&&t.exitAttributeList(this)}}x.AttributeListContext=B;class G extends V{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}WITH(){return this.getToken(x.WITH,0)}ATTRIBUTES(){return this.getToken(x.ATTRIBUTES,0)}attribute_identifier_list(){return this.getTypedRuleContext(Br,0)}AND(){return this.getToken(x.AND,0)}attribute_identifier(){return this.getTypedRuleContext(ur,0)}enterRule(t){t instanceof o&&t.enterAttributeListItem(this)}exitRule(t){t instanceof o&&t.exitAttributeListItem(this)}}x.AttributeListItemContext=G;class j extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_abstract_global_method_declaration,this.name=null,this.args=null,this.typ=null}DEFINE(){return this.getToken(x.DEFINE,0)}AS(){return this.getToken(x.AS,0)}ABSTRACT(){return this.getToken(x.ABSTRACT,0)}METHOD(){return this.getToken(x.METHOD,0)}type_identifier(){return this.getTypedRuleContext(dr,0)}RECEIVING(){return this.getToken(x.RECEIVING,0)}RETURNING(){return this.getToken(x.RETURNING,0)}full_argument_list(){return this.getTypedRuleContext(K,0)}typedef(){return this.getTypedRuleContext(fs,0)}MUTABLE(){return this.getToken(x.MUTABLE,0)}enterRule(t){t instanceof o&&t.enterAbstract_global_method_declaration(this)}exitRule(t){t instanceof o&&t.exitAbstract_global_method_declaration(this)}}class W extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_abstract_member_method_declaration,this.name=null,this.args=null,this.typ=null}DEFINE(){return this.getToken(x.DEFINE,0)}AS(){return this.getToken(x.AS,0)}ABSTRACT(){return this.getToken(x.ABSTRACT,0)}METHOD(){return this.getToken(x.METHOD,0)}method_identifier(){return this.getTypedRuleContext(er,0)}RECEIVING(){return this.getToken(x.RECEIVING,0)}RETURNING(){return this.getToken(x.RETURNING,0)}full_argument_list(){return this.getTypedRuleContext(K,0)}typedef(){return this.getTypedRuleContext(fs,0)}MUTABLE(){return this.getToken(x.MUTABLE,0)}enterRule(t){t instanceof o&&t.enterAbstract_member_method_declaration(this)}exitRule(t){t instanceof o&&t.exitAbstract_member_method_declaration(this)}}class J extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_concrete_method_declaration,this.name=null,this.args=null,this.typ=null,this.stmts=null}DEFINE(){return this.getToken(x.DEFINE,0)}AS(){return this.getToken(x.AS,0)}METHOD(){return this.getToken(x.METHOD,0)}DOING(){return this.getToken(x.DOING,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}method_identifier(){return this.getTypedRuleContext(er,0)}PASS(){return this.getToken(x.PASS,0)}RECEIVING(){return this.getToken(x.RECEIVING,0)}RETURNING(){return this.getToken(x.RETURNING,0)}statement_list(){return this.getTypedRuleContext($r,0)}full_argument_list(){return this.getTypedRuleContext(K,0)}typedef(){return this.getTypedRuleContext(fs,0)}MUTABLE(){return this.getToken(x.MUTABLE,0)}enterRule(t){t instanceof o&&t.enterConcrete_method_declaration(this)}exitRule(t){t instanceof o&&t.exitConcrete_method_declaration(this)}}class Y extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_native_method_declaration,this.name=null,this.args=null,this.typ=null,this.stmts=null}DEFINE(){return this.getToken(x.DEFINE,0)}AS(){return this.getToken(x.AS,0)}METHOD(){return this.getToken(x.METHOD,0)}DOING(){return this.getToken(x.DOING,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}method_identifier(){return this.getTypedRuleContext(er,0)}native_statement_list(){return this.getTypedRuleContext(Wr,0)}NATIVE(){return this.getToken(x.NATIVE,0)}RECEIVING(){return this.getToken(x.RECEIVING,0)}RETURNING(){return this.getToken(x.RETURNING,0)}full_argument_list(){return this.getTypedRuleContext(K,0)}category_or_any_type(){return this.getTypedRuleContext(gr,0)}enterRule(t){t instanceof o&&t.enterNative_method_declaration(this)}exitRule(t){t instanceof o&&t.exitNative_method_declaration(this)}}class q extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"COLON",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.COLON):this.getToken(x.COLON,t)})),u(this,"indent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Pi):this.getTypedRuleContext(Pi,t)})),u(this,"dedent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Fi):this.getTypedRuleContext(Fi,t)})),this.parser=t,this.ruleIndex=x.RULE_test_method_declaration,this.name=null,this.stmts=null,this.exps=null,this.error=null}DEFINE(){return this.getToken(x.DEFINE,0)}AS(){return this.getToken(x.AS,0)}TEST(){return this.getToken(x.TEST,0)}METHOD(){return this.getToken(x.METHOD,0)}DOING(){return this.getToken(x.DOING,0)}lfp(){return this.getTypedRuleContext(ki,0)}AND(){return this.getToken(x.AND,0)}VERIFYING(){return this.getToken(x.VERIFYING,0)}TEXT_LITERAL(){return this.getToken(x.TEXT_LITERAL,0)}statement_list(){return this.getTypedRuleContext($r,0)}symbol_identifier(){return this.getTypedRuleContext(pr,0)}assertion_list(){return this.getTypedRuleContext(tn,0)}enterRule(t){t instanceof o&&t.enterTest_method_declaration(this)}exitRule(t){t instanceof o&&t.exitTest_method_declaration(this)}}class X extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_assertion,this.exp=null}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterAssertion(this)}exitRule(t){t instanceof o&&t.exitAssertion(this)}}class K extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_full_argument_list,this.items=null,this.item=null}argument_list(){return this.getTypedRuleContext(fr,0)}AND(){return this.getToken(x.AND,0)}argument(){return this.getTypedRuleContext(_r,0)}enterRule(t){t instanceof o&&t.enterFull_argument_list(this)}exitRule(t){t instanceof o&&t.exitFull_argument_list(this)}}class z extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_typed_argument,this.typ=null,this.name=null,this.attrs=null,this.value=null}category_or_any_type(){return this.getTypedRuleContext(gr,0)}variable_identifier(){return this.getTypedRuleContext(cr,0)}EQ(){return this.getToken(x.EQ,0)}attribute_list(){return this.getTypedRuleContext(V,0)}literal_expression(){return this.getTypedRuleContext(Nn,0)}enterRule(t){t instanceof o&&t.enterTyped_argument(this)}exitRule(t){t instanceof o&&t.exitTyped_argument(this)}}class Q extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_statement}copyFrom(t){super.copyFrom(t)}}class Z extends Q{constructor(t,e){super(t),this.decl=null,super.copyFrom(e)}comment_statement(){return this.getTypedRuleContext(jr,0)}enterRule(t){t instanceof o&&t.enterCommentStatement(this)}exitRule(t){t instanceof o&&t.exitCommentStatement(this)}}x.CommentStatementContext=Z;class $ extends Q{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}store_statement(){return this.getTypedRuleContext(Tt,0)}enterRule(t){t instanceof o&&t.enterStoreStatement(this)}exitRule(t){t instanceof o&&t.exitStoreStatement(this)}}x.StoreStatementContext=$;class tt extends Q{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}with_singleton_statement(){return this.getTypedRuleContext(It,0)}enterRule(t){t instanceof o&&t.enterWithSingletonStatement(this)}exitRule(t){t instanceof o&&t.exitWithSingletonStatement(this)}}x.WithSingletonStatementContext=tt;class et extends Q{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}write_statement(){return this.getTypedRuleContext(li,0)}enterRule(t){t instanceof o&&t.enterWriteStatement(this)}exitRule(t){t instanceof o&&t.exitWriteStatement(this)}}x.WriteStatementContext=et;class it extends Q{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}while_statement(){return this.getTypedRuleContext(Ot,0)}enterRule(t){t instanceof o&&t.enterWhileStatement(this)}exitRule(t){t instanceof o&&t.exitWhileStatement(this)}}x.WhileStatementContext=it;class st extends Q{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}with_resource_statement(){return this.getTypedRuleContext(Lt,0)}enterRule(t){t instanceof o&&t.enterWithResourceStatement(this)}exitRule(t){t instanceof o&&t.exitWithResourceStatement(this)}}x.WithResourceStatementContext=st;class rt extends Q{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}raise_statement(){return this.getTypedRuleContext(Pt,0)}enterRule(t){t instanceof o&&t.enterRaiseStatement(this)}exitRule(t){t instanceof o&&t.exitRaiseStatement(this)}}x.RaiseStatementContext=rt;class nt extends Q{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}fetch_statement(){return this.getTypedRuleContext(_i,0)}enterRule(t){t instanceof o&&t.enterFetchStatement(this)}exitRule(t){t instanceof o&&t.exitFetchStatement(this)}}x.FetchStatementContext=nt;class at extends Q{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}break_statement(){return this.getTypedRuleContext(Gt,0)}enterRule(t){t instanceof o&&t.enterBreakStatement(this)}exitRule(t){t instanceof o&&t.exitBreakStatement(this)}}x.BreakStatementContext=at;class ot extends Q{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}assign_instance_statement(){return this.getTypedRuleContext(wi,0)}enterRule(t){t instanceof o&&t.enterAssignInstanceStatement(this)}exitRule(t){t instanceof o&&t.exitAssignInstanceStatement(this)}}x.AssignInstanceStatementContext=ot;class ht extends Q{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}if_statement(){return this.getTypedRuleContext(Dt,0)}enterRule(t){t instanceof o&&t.enterIfStatement(this)}exitRule(t){t instanceof o&&t.exitIfStatement(this)}}x.IfStatementContext=ht;class lt extends Q{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}switch_statement(){return this.getTypedRuleContext(Ct,0)}enterRule(t){t instanceof o&&t.enterSwitchStatement(this)}exitRule(t){t instanceof o&&t.exitSwitchStatement(this)}}x.SwitchStatementContext=lt;class ct extends Q{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}try_statement(){return this.getTypedRuleContext(Ft,0)}enterRule(t){t instanceof o&&t.enterTryStatement(this)}exitRule(t){t instanceof o&&t.exitTryStatement(this)}}x.TryStatementContext=ct;class ut extends Q{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}read_statement(){return this.getTypedRuleContext(Ti,0)}enterRule(t){t instanceof o&&t.enterReadStatement(this)}exitRule(t){t instanceof o&&t.exitReadStatement(this)}}x.ReadStatementContext=ut;class dt extends Q{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}method_call_statement(){return this.getTypedRuleContext(gt,0)}enterRule(t){t instanceof o&&t.enterMethodCallStatement(this)}exitRule(t){t instanceof o&&t.exitMethodCallStatement(this)}}x.MethodCallStatementContext=dt;class pt extends Q{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}return_statement(){return this.getTypedRuleContext(jt,0)}enterRule(t){t instanceof o&&t.enterReturnStatement(this)}exitRule(t){t instanceof o&&t.exitReturnStatement(this)}}x.ReturnStatementContext=pt;class ft extends Q{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}assign_tuple_statement(){return this.getTypedRuleContext(Di,0)}enterRule(t){t instanceof o&&t.enterAssignTupleStatement(this)}exitRule(t){t instanceof o&&t.exitAssignTupleStatement(this)}}x.AssignTupleStatementContext=ft;class _t extends Q{constructor(t,e){super(t),this.decl=null,super.copyFrom(e)}concrete_method_declaration(){return this.getTypedRuleContext(J,0)}enterRule(t){t instanceof o&&t.enterClosureStatement(this)}exitRule(t){t instanceof o&&t.exitClosureStatement(this)}}x.ClosureStatementContext=_t;class xt extends Q{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}flush_statement(){return this.getTypedRuleContext(Rt,0)}enterRule(t){t instanceof o&&t.enterFlushStatement(this)}exitRule(t){t instanceof o&&t.exitFlushStatement(this)}}x.FlushStatementContext=xt;class Et extends Q{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}do_while_statement(){return this.getTypedRuleContext(St,0)}enterRule(t){t instanceof o&&t.enterDoWhileStatement(this)}exitRule(t){t instanceof o&&t.exitDoWhileStatement(this)}}x.DoWhileStatementContext=Et;class mt extends Q{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}for_each_statement(){return this.getTypedRuleContext(Nt,0)}enterRule(t){t instanceof o&&t.enterForEachStatement(this)}exitRule(t){t instanceof o&&t.exitForEachStatement(this)}}x.ForEachStatementContext=mt;class Rt extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_flush_statement}FLUSH(){return this.getToken(x.FLUSH,0)}enterRule(t){t instanceof o&&t.enterFlush_statement(this)}exitRule(t){t instanceof o&&t.exitFlush_statement(this)}}class Tt extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"expression_list",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ds):this.getTypedRuleContext(ds,t)})),this.parser=t,this.ruleIndex=x.RULE_store_statement,this.to_del=null,this.to_add=null,this.with_meta=null,this.stmts=null}DELETE(){return this.getToken(x.DELETE,0)}STORE(){return this.getToken(x.STORE,0)}WITH(){return this.getToken(x.WITH,0)}AS(){return this.getToken(x.AS,0)}metadata(){return this.getTypedRuleContext(sa,0)}THEN(){return this.getToken(x.THEN,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}expression(){return this.getTypedRuleContext(Wt,0)}statement_list(){return this.getTypedRuleContext($r,0)}AND(){return this.getToken(x.AND,0)}enterRule(t){t instanceof o&&t.enterStore_statement(this)}exitRule(t){t instanceof o&&t.exitStore_statement(this)}}class gt extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_method_call_statement}copyFrom(t){super.copyFrom(t)}}class yt extends gt{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}invocation_expression(){return this.getTypedRuleContext(Ve,0)}enterRule(t){t instanceof o&&t.enterInvokeStatement(this)}exitRule(t){t instanceof o&&t.exitInvokeStatement(this)}}x.InvokeStatementContext=yt;class At extends gt{constructor(t,e){super(t),this.exp1=null,this.exp2=null,this.args=null,this.name=null,this.stmts=null,super.copyFrom(e)}instance_expression(){return this.getTypedRuleContext(Xe,0)}unresolved_expression(){return this.getTypedRuleContext(Ue,0)}THEN(){return this.getToken(x.THEN,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}argument_assignment_list(){return this.getTypedRuleContext(yi,0)}statement_list(){return this.getTypedRuleContext($r,0)}WITH(){return this.getToken(x.WITH,0)}variable_identifier(){return this.getTypedRuleContext(cr,0)}enterRule(t){t instanceof o&&t.enterUnresolvedWithArgsStatement(this)}exitRule(t){t instanceof o&&t.exitUnresolvedWithArgsStatement(this)}}x.UnresolvedWithArgsStatementContext=At;class Lt extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_with_resource_statement,this.stmt=null,this.stmts=null}WITH(){return this.getToken(x.WITH,0)}COMMA(){return this.getToken(x.COMMA,0)}DO(){return this.getToken(x.DO,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}assign_variable_statement(){return this.getTypedRuleContext(zn,0)}statement_list(){return this.getTypedRuleContext($r,0)}enterRule(t){t instanceof o&&t.enterWith_resource_statement(this)}exitRule(t){t instanceof o&&t.exitWith_resource_statement(this)}}class It extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_with_singleton_statement,this.typ=null,this.stmts=null}WITH(){return this.getToken(x.WITH,0)}COMMA(){return this.getToken(x.COMMA,0)}DO(){return this.getToken(x.DO,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}type_identifier(){return this.getTypedRuleContext(dr,0)}statement_list(){return this.getTypedRuleContext($r,0)}enterRule(t){t instanceof o&&t.enterWith_singleton_statement(this)}exitRule(t){t instanceof o&&t.exitWith_singleton_statement(this)}}class Ct extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"COLON",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.COLON):this.getToken(x.COLON,t)})),u(this,"indent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Pi):this.getTypedRuleContext(Pi,t)})),u(this,"dedent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Fi):this.getTypedRuleContext(Fi,t)})),this.parser=t,this.ruleIndex=x.RULE_switch_statement,this.exp=null,this.cases=null,this.stmts=null}SWITCH(){return this.getToken(x.SWITCH,0)}ON(){return this.getToken(x.ON,0)}expression(){return this.getTypedRuleContext(Wt,0)}switch_case_statement_list(){return this.getTypedRuleContext(en,0)}lfp(){return this.getTypedRuleContext(ki,0)}OTHERWISE(){return this.getToken(x.OTHERWISE,0)}statement_list(){return this.getTypedRuleContext($r,0)}enterRule(t){t instanceof o&&t.enterSwitch_statement(this)}exitRule(t){t instanceof o&&t.exitSwitch_statement(this)}}class vt extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_switch_case_statement}copyFrom(t){super.copyFrom(t)}}class bt extends vt{constructor(t,e){super(t),this.exp=null,this.stmts=null,super.copyFrom(e)}WHEN(){return this.getToken(x.WHEN,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}atomic_literal(){return this.getTypedRuleContext(hn,0)}statement_list(){return this.getTypedRuleContext($r,0)}enterRule(t){t instanceof o&&t.enterAtomicSwitchCase(this)}exitRule(t){t instanceof o&&t.exitAtomicSwitchCase(this)}}x.AtomicSwitchCaseContext=bt;class wt extends vt{constructor(t,e){super(t),this.exp=null,this.stmts=null,super.copyFrom(e)}WHEN(){return this.getToken(x.WHEN,0)}IN(){return this.getToken(x.IN,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}literal_collection(){return this.getTypedRuleContext(rn,0)}statement_list(){return this.getTypedRuleContext($r,0)}enterRule(t){t instanceof o&&t.enterCollectionSwitchCase(this)}exitRule(t){t instanceof o&&t.exitCollectionSwitchCase(this)}}x.CollectionSwitchCaseContext=wt;class Nt extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"variable_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(cr):this.getTypedRuleContext(cr,t)})),this.parser=t,this.ruleIndex=x.RULE_for_each_statement,this.name1=null,this.name2=null,this.source=null,this.stmts=null}FOR(){return this.getToken(x.FOR,0)}EACH(){return this.getToken(x.EACH,0)}IN(){return this.getToken(x.IN,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}expression(){return this.getTypedRuleContext(Wt,0)}statement_list(){return this.getTypedRuleContext($r,0)}COMMA(){return this.getToken(x.COMMA,0)}enterRule(t){t instanceof o&&t.enterFor_each_statement(this)}exitRule(t){t instanceof o&&t.exitFor_each_statement(this)}}class St extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_do_while_statement,this.stmts=null,this.exp=null}DO(){return this.getToken(x.DO,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}lfp(){return this.getTypedRuleContext(ki,0)}WHILE(){return this.getToken(x.WHILE,0)}statement_list(){return this.getTypedRuleContext($r,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterDo_while_statement(this)}exitRule(t){t instanceof o&&t.exitDo_while_statement(this)}}class Ot extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_while_statement,this.exp=null,this.stmts=null}WHILE(){return this.getToken(x.WHILE,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}expression(){return this.getTypedRuleContext(Wt,0)}statement_list(){return this.getTypedRuleContext($r,0)}enterRule(t){t instanceof o&&t.enterWhile_statement(this)}exitRule(t){t instanceof o&&t.exitWhile_statement(this)}}class Dt extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"COLON",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.COLON):this.getToken(x.COLON,t)})),u(this,"indent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Pi):this.getTypedRuleContext(Pi,t)})),u(this,"dedent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Fi):this.getTypedRuleContext(Fi,t)})),u(this,"statement_list",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts($r):this.getTypedRuleContext($r,t)})),u(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ki):this.getTypedRuleContext(ki,t)})),this.parser=t,this.ruleIndex=x.RULE_if_statement,this.exp=null,this.stmts=null,this.elseIfs=null,this.elseStmts=null}IF(){return this.getToken(x.IF,0)}expression(){return this.getTypedRuleContext(Wt,0)}ELSE(){return this.getToken(x.ELSE,0)}else_if_statement_list(){return this.getTypedRuleContext(Mt,0)}enterRule(t){t instanceof o&&t.enterIf_statement(this)}exitRule(t){t instanceof o&&t.exitIf_statement(this)}}class Mt extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_else_if_statement_list}copyFrom(t){super.copyFrom(t)}}class kt extends Mt{constructor(t,e){super(t),this.exp=null,this.stmts=null,super.copyFrom(e)}ELSE(){return this.getToken(x.ELSE,0)}IF(){return this.getToken(x.IF,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}expression(){return this.getTypedRuleContext(Wt,0)}statement_list(){return this.getTypedRuleContext($r,0)}enterRule(t){t instanceof o&&t.enterElseIfStatementList(this)}exitRule(t){t instanceof o&&t.exitElseIfStatementList(this)}}x.ElseIfStatementListContext=kt;class Ut extends Mt{constructor(t,e){super(t),this.items=null,this.exp=null,this.stmts=null,super.copyFrom(e)}lfp(){return this.getTypedRuleContext(ki,0)}ELSE(){return this.getToken(x.ELSE,0)}IF(){return this.getToken(x.IF,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}else_if_statement_list(){return this.getTypedRuleContext(Mt,0)}expression(){return this.getTypedRuleContext(Wt,0)}statement_list(){return this.getTypedRuleContext($r,0)}enterRule(t){t instanceof o&&t.enterElseIfStatementListItem(this)}exitRule(t){t instanceof o&&t.exitElseIfStatementListItem(this)}}x.ElseIfStatementListItemContext=Ut;class Pt extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_raise_statement,this.exp=null}RAISE(){return this.getToken(x.RAISE,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterRaise_statement(this)}exitRule(t){t instanceof o&&t.exitRaise_statement(this)}}class Ft extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"COLON",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.COLON):this.getToken(x.COLON,t)})),u(this,"indent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Pi):this.getTypedRuleContext(Pi,t)})),u(this,"dedent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Fi):this.getTypedRuleContext(Fi,t)})),u(this,"lfs",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Mi):this.getTypedRuleContext(Mi,t)})),u(this,"statement_list",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts($r):this.getTypedRuleContext($r,t)})),this.parser=t,this.ruleIndex=x.RULE_try_statement,this.name=null,this.stmts=null,this.handlers=null,this.anyStmts=null,this.finalStmts=null}SWITCH(){return this.getToken(x.SWITCH,0)}ON(){return this.getToken(x.ON,0)}DOING(){return this.getToken(x.DOING,0)}variable_identifier(){return this.getTypedRuleContext(cr,0)}ALWAYS(){return this.getToken(x.ALWAYS,0)}catch_statement_list(){return this.getTypedRuleContext(sn,0)}OTHERWISE(){return this.getToken(x.OTHERWISE,0)}WHEN(){return this.getToken(x.WHEN,0)}ANY(){return this.getToken(x.ANY,0)}enterRule(t){t instanceof o&&t.enterTry_statement(this)}exitRule(t){t instanceof o&&t.exitTry_statement(this)}}class Ht extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_catch_statement}copyFrom(t){super.copyFrom(t)}}class Vt extends Ht{constructor(t,e){super(t),this.name=null,this.stmts=null,super.copyFrom(e)}WHEN(){return this.getToken(x.WHEN,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}lfs(){return this.getTypedRuleContext(Mi,0)}symbol_identifier(){return this.getTypedRuleContext(pr,0)}statement_list(){return this.getTypedRuleContext($r,0)}enterRule(t){t instanceof o&&t.enterCatchAtomicStatement(this)}exitRule(t){t instanceof o&&t.exitCatchAtomicStatement(this)}}x.CatchAtomicStatementContext=Vt;class Bt extends Ht{constructor(t,e){super(t),this.exp=null,this.stmts=null,super.copyFrom(e)}WHEN(){return this.getToken(x.WHEN,0)}IN(){return this.getToken(x.IN,0)}LBRAK(){return this.getToken(x.LBRAK,0)}RBRAK(){return this.getToken(x.RBRAK,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}lfs(){return this.getTypedRuleContext(Mi,0)}symbol_list(){return this.getTypedRuleContext(ss,0)}statement_list(){return this.getTypedRuleContext($r,0)}enterRule(t){t instanceof o&&t.enterCatchCollectionStatement(this)}exitRule(t){t instanceof o&&t.exitCatchCollectionStatement(this)}}x.CatchCollectionStatementContext=Bt;class Gt extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_break_statement}BREAK(){return this.getToken(x.BREAK,0)}enterRule(t){t instanceof o&&t.enterBreak_statement(this)}exitRule(t){t instanceof o&&t.exitBreak_statement(this)}}class jt extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_return_statement,this.exp=null}RETURN(){return this.getToken(x.RETURN,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterReturn_statement(this)}exitRule(t){t instanceof o&&t.exitReturn_statement(this)}}class Wt extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_expression}copyFrom(t){super.copyFrom(t)}}class Jt extends Wt{constructor(t,e){super(t),u(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Wt):this.getTypedRuleContext(Wt,t)})),this.left=null,this.right=null,super.copyFrom(e)}idivide(){return this.getTypedRuleContext(Da,0)}enterRule(t){t instanceof o&&t.enterIntDivideExpression(this)}exitRule(t){t instanceof o&&t.exitIntDivideExpression(this)}}x.IntDivideExpressionContext=Jt;class Yt extends Wt{constructor(t,e){super(t),this.left=null,this.right=null,super.copyFrom(e)}HAS(){return this.getToken(x.HAS,0)}ANY(){return this.getToken(x.ANY,0)}expression(){return this.getTypedRuleContext(Wt,0)}filter_expression(){return this.getTypedRuleContext(Oe,0)}NOT(){return this.getToken(x.NOT,0)}enterRule(t){t instanceof o&&t.enterHasAnyExpression(this)}exitRule(t){t instanceof o&&t.exitHasAnyExpression(this)}}x.HasAnyExpressionContext=Yt;class qt extends Wt{constructor(t,e){super(t),u(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Wt):this.getTypedRuleContext(Wt,t)})),this.left=null,this.right=null,super.copyFrom(e)}HAS(){return this.getToken(x.HAS,0)}NOT(){return this.getToken(x.NOT,0)}enterRule(t){t instanceof o&&t.enterHasExpression(this)}exitRule(t){t instanceof o&&t.exitHasExpression(this)}}x.HasExpressionContext=qt;class Xt extends Wt{constructor(t,e){super(t),u(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Wt):this.getTypedRuleContext(Wt,t)})),this.ifTrue=null,this.test=null,this.ifFalse=null,super.copyFrom(e)}IF(){return this.getToken(x.IF,0)}ELSE(){return this.getToken(x.ELSE,0)}enterRule(t){t instanceof o&&t.enterTernaryExpression(this)}exitRule(t){t instanceof o&&t.exitTernaryExpression(this)}}x.TernaryExpressionContext=Xt;class Kt extends Wt{constructor(t,e){super(t),u(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Wt):this.getTypedRuleContext(Wt,t)})),this.left=null,this.right=null,super.copyFrom(e)}IN(){return this.getToken(x.IN,0)}NOT(){return this.getToken(x.NOT,0)}enterRule(t){t instanceof o&&t.enterInExpression(this)}exitRule(t){t instanceof o&&t.exitInExpression(this)}}x.InExpressionContext=Kt;class zt extends Wt{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}document_expression(){return this.getTypedRuleContext(ri,0)}enterRule(t){t instanceof o&&t.enterDocumentExpression(this)}exitRule(t){t instanceof o&&t.exitDocumentExpression(this)}}x.DocumentExpressionContext=zt;class Qt extends Wt{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}jsx_expression(){return this.getTypedRuleContext(tl,0)}enterRule(t){t instanceof o&&t.enterJsxExpression(this)}exitRule(t){t instanceof o&&t.exitJsxExpression(this)}}x.JsxExpressionContext=Qt;class Zt extends Wt{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}NOT(){return this.getToken(x.NOT,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterNotExpression(this)}exitRule(t){t instanceof o&&t.exitNotExpression(this)}}x.NotExpressionContext=Zt;class $t extends Wt{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}invocation_expression(){return this.getTypedRuleContext(Ve,0)}enterRule(t){t instanceof o&&t.enterInvocationExpression(this)}exitRule(t){t instanceof o&&t.exitInvocationExpression(this)}}x.InvocationExpressionContext=$t;class te extends Wt{constructor(t,e){super(t),u(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Wt):this.getTypedRuleContext(Wt,t)})),this.left=null,this.op=null,this.right=null,super.copyFrom(e)}LT(){return this.getToken(x.LT,0)}LTE(){return this.getToken(x.LTE,0)}GT(){return this.getToken(x.GT,0)}GTE(){return this.getToken(x.GTE,0)}enterRule(t){t instanceof o&&t.enterCompareExpression(this)}exitRule(t){t instanceof o&&t.exitCompareExpression(this)}}x.CompareExpressionContext=te;class ee extends Wt{constructor(t,e){super(t),u(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Wt):this.getTypedRuleContext(Wt,t)})),this.left=null,this.right=null,super.copyFrom(e)}OR(){return this.getToken(x.OR,0)}enterRule(t){t instanceof o&&t.enterOrExpression(this)}exitRule(t){t instanceof o&&t.exitOrExpression(this)}}x.OrExpressionContext=ee;class ie extends Wt{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}CODE(){return this.getToken(x.CODE,0)}COLON(){return this.getToken(x.COLON,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterCodeExpression(this)}exitRule(t){t instanceof o&&t.exitCodeExpression(this)}}x.CodeExpressionContext=ie;class se extends Wt{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}ambiguous_expression(){return this.getTypedRuleContext(ci,0)}enterRule(t){t instanceof o&&t.enterAmbiguousExpression(this)}exitRule(t){t instanceof o&&t.exitAmbiguousExpression(this)}}x.AmbiguousExpressionContext=se;class re extends Wt{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}read_one_expression(){return this.getTypedRuleContext(fa,0)}enterRule(t){t instanceof o&&t.enterReadOneExpression(this)}exitRule(t){t instanceof o&&t.exitReadOneExpression(this)}}x.ReadOneExpressionContext=re;class ne extends Wt{constructor(t,e){super(t),u(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Wt):this.getTypedRuleContext(Wt,t)})),this.left=null,this.right=null,super.copyFrom(e)}AND(){return this.getToken(x.AND,0)}enterRule(t){t instanceof o&&t.enterAndExpression(this)}exitRule(t){t instanceof o&&t.exitAndExpression(this)}}x.AndExpressionContext=ne;class ae extends Wt{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}arrow_expression(){return this.getTypedRuleContext(ra,0)}enterRule(t){t instanceof o&&t.enterArrowExpression(this)}exitRule(t){t instanceof o&&t.exitArrowExpression(this)}}x.ArrowExpressionContext=ae;class oe extends Wt{constructor(t,e){super(t),this.exp1=null,this.exp2=null,this.args=null,super.copyFrom(e)}argument_assignment_list(){return this.getTypedRuleContext(yi,0)}instance_expression(){return this.getTypedRuleContext(Xe,0)}unresolved_expression(){return this.getTypedRuleContext(Ue,0)}enterRule(t){t instanceof o&&t.enterMethodCallExpression(this)}exitRule(t){t instanceof o&&t.exitMethodCallExpression(this)}}x.MethodCallExpressionContext=oe;class he extends Wt{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}fetch_expression(){return this.getTypedRuleContext(di,0)}enterRule(t){t instanceof o&&t.enterFetchExpression(this)}exitRule(t){t instanceof o&&t.exitFetchExpression(this)}}x.FetchExpressionContext=he;class le extends Wt{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}METHOD_COLON(){return this.getToken(x.METHOD_COLON,0)}instance_expression(){return this.getTypedRuleContext(Xe,0)}enterRule(t){t instanceof o&&t.enterClosureExpression(this)}exitRule(t){t instanceof o&&t.exitClosureExpression(this)}}x.ClosureExpressionContext=le;class ce extends Wt{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}sorted_expression(){return this.getTypedRuleContext(gi,0)}enterRule(t){t instanceof o&&t.enterSortedExpression(this)}exitRule(t){t instanceof o&&t.exitSortedExpression(this)}}x.SortedExpressionContext=ce;class ue extends Wt{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}blob_expression(){return this.getTypedRuleContext(ni,0)}enterRule(t){t instanceof o&&t.enterBlobExpression(this)}exitRule(t){t instanceof o&&t.exitBlobExpression(this)}}x.BlobExpressionContext=ue;class de extends Wt{constructor(t,e){super(t),u(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Wt):this.getTypedRuleContext(Wt,t)})),this.left=null,this.right=null,super.copyFrom(e)}CONTAINS(){return this.getToken(x.CONTAINS,0)}NOT(){return this.getToken(x.NOT,0)}enterRule(t){t instanceof o&&t.enterContainsExpression(this)}exitRule(t){t instanceof o&&t.exitContainsExpression(this)}}x.ContainsExpressionContext=de;class pe extends Wt{constructor(t,e){super(t),this.src=null,super.copyFrom(e)}filtered_list_suffix(){return this.getTypedRuleContext(ui,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterFilteredListExpression(this)}exitRule(t){t instanceof o&&t.exitFilteredListExpression(this)}}x.FilteredListExpressionContext=pe;class fe extends Wt{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}constructor_expression(){return this.getTypedRuleContext(ai,0)}enterRule(t){t instanceof o&&t.enterConstructorExpression(this)}exitRule(t){t instanceof o&&t.exitConstructorExpression(this)}}x.ConstructorExpressionContext=fe;class _e extends Wt{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}read_blob_expression(){return this.getTypedRuleContext(da,0)}enterRule(t){t instanceof o&&t.enterReadBlobExpression(this)}exitRule(t){t instanceof o&&t.exitReadBlobExpression(this)}}x.ReadBlobExpressionContext=_e;class xe extends Wt{constructor(t,e){super(t),u(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Wt):this.getTypedRuleContext(Wt,t)})),this.left=null,this.right=null,super.copyFrom(e)}multiply(){return this.getTypedRuleContext(Sa,0)}enterRule(t){t instanceof o&&t.enterMultiplyExpression(this)}exitRule(t){t instanceof o&&t.exitMultiplyExpression(this)}}x.MultiplyExpressionContext=xe;class Ee extends Wt{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}EXECUTE(){return this.getToken(x.EXECUTE,0)}COLON(){return this.getToken(x.COLON,0)}variable_identifier(){return this.getTypedRuleContext(cr,0)}enterRule(t){t instanceof o&&t.enterExecuteExpression(this)}exitRule(t){t instanceof o&&t.exitExecuteExpression(this)}}x.ExecuteExpressionContext=Ee;class me extends Wt{constructor(t,e){super(t),u(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Wt):this.getTypedRuleContext(Wt,t)})),this.exp=null,this.name=null,this.source=null,super.copyFrom(e)}FOR(){return this.getToken(x.FOR,0)}EACH(){return this.getToken(x.EACH,0)}IN(){return this.getToken(x.IN,0)}variable_identifier(){return this.getTypedRuleContext(cr,0)}enterRule(t){t instanceof o&&t.enterIteratorExpression(this)}exitRule(t){t instanceof o&&t.exitIteratorExpression(this)}}x.IteratorExpressionContext=me;class Re extends Wt{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}unresolved_expression(){return this.getTypedRuleContext(Ue,0)}enterRule(t){t instanceof o&&t.enterUnresolvedExpression(this)}exitRule(t){t instanceof o&&t.exitUnresolvedExpression(this)}}x.UnresolvedExpressionContext=Re;class Te extends Wt{constructor(t,e){super(t),u(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Wt):this.getTypedRuleContext(Wt,t)})),this.left=null,this.right=null,super.copyFrom(e)}divide(){return this.getTypedRuleContext(Oa,0)}enterRule(t){t instanceof o&&t.enterDivideExpression(this)}exitRule(t){t instanceof o&&t.exitDivideExpression(this)}}x.DivideExpressionContext=Te;class ge extends Wt{constructor(t,e){super(t),this.left=null,this.right=null,super.copyFrom(e)}IS(){return this.getToken(x.IS,0)}expression(){return this.getTypedRuleContext(Wt,0)}is_expression(){return this.getTypedRuleContext(ta,0)}NOT(){return this.getToken(x.NOT,0)}enterRule(t){t instanceof o&&t.enterIsExpression(this)}exitRule(t){t instanceof o&&t.exitIsExpression(this)}}x.IsExpressionContext=ge;class ye extends Wt{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}MINUS(){return this.getToken(x.MINUS,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterMinusExpression(this)}exitRule(t){t instanceof o&&t.exitMinusExpression(this)}}x.MinusExpressionContext=ye;class Ae extends Wt{constructor(t,e){super(t),u(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Wt):this.getTypedRuleContext(Wt,t)})),this.left=null,this.op=null,this.right=null,super.copyFrom(e)}PLUS(){return this.getToken(x.PLUS,0)}MINUS(){return this.getToken(x.MINUS,0)}enterRule(t){t instanceof o&&t.enterAddExpression(this)}exitRule(t){t instanceof o&&t.exitAddExpression(this)}}x.AddExpressionContext=Ae;class Le extends Wt{constructor(t,e){super(t),this.left=null,this.right=null,super.copyFrom(e)}HAS(){return this.getToken(x.HAS,0)}ALL(){return this.getToken(x.ALL,0)}expression(){return this.getTypedRuleContext(Wt,0)}filter_expression(){return this.getTypedRuleContext(Oe,0)}NOT(){return this.getToken(x.NOT,0)}enterRule(t){t instanceof o&&t.enterHasAllExpression(this)}exitRule(t){t instanceof o&&t.exitHasAllExpression(this)}}x.HasAllExpressionContext=Le;class Ie extends Wt{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}instance_expression(){return this.getTypedRuleContext(Xe,0)}enterRule(t){t instanceof o&&t.enterInstanceExpression(this)}exitRule(t){t instanceof o&&t.exitInstanceExpression(this)}}x.InstanceExpressionContext=Ie;class Ce extends Wt{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}mutable_instance_expression(){return this.getTypedRuleContext(ei,0)}enterRule(t){t instanceof o&&t.enterMutableInstanceExpression(this)}exitRule(t){t instanceof o&&t.exitMutableInstanceExpression(this)}}x.MutableInstanceExpressionContext=Ce;class ve extends Wt{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}read_all_expression(){return this.getTypedRuleContext(pa,0)}enterRule(t){t instanceof o&&t.enterReadAllExpression(this)}exitRule(t){t instanceof o&&t.exitReadAllExpression(this)}}x.ReadAllExpressionContext=ve;class be extends Wt{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}css_expression(){return this.getTypedRuleContext(Al,0)}enterRule(t){t instanceof o&&t.enterCssExpression(this)}exitRule(t){t instanceof o&&t.exitCssExpression(this)}}x.CssExpressionContext=be;class we extends Wt{constructor(t,e){super(t),this.left=null,this.right=null,super.copyFrom(e)}AS(){return this.getToken(x.AS,0)}expression(){return this.getTypedRuleContext(Wt,0)}category_or_any_type(){return this.getTypedRuleContext(gr,0)}MUTABLE(){return this.getToken(x.MUTABLE,0)}enterRule(t){t instanceof o&&t.enterCastExpression(this)}exitRule(t){t instanceof o&&t.exitCastExpression(this)}}x.CastExpressionContext=we;class Ne extends Wt{constructor(t,e){super(t),u(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Wt):this.getTypedRuleContext(Wt,t)})),this.left=null,this.right=null,super.copyFrom(e)}modulo(){return this.getTypedRuleContext(Ma,0)}enterRule(t){t instanceof o&&t.enterModuloExpression(this)}exitRule(t){t instanceof o&&t.exitModuloExpression(this)}}x.ModuloExpressionContext=Ne;class Se extends Wt{constructor(t,e){super(t),u(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Wt):this.getTypedRuleContext(Wt,t)})),this.left=null,this.op=null,this.right=null,super.copyFrom(e)}EQ(){return this.getToken(x.EQ,0)}LTGT(){return this.getToken(x.LTGT,0)}TILDE(){return this.getToken(x.TILDE,0)}enterRule(t){t instanceof o&&t.enterEqualsExpression(this)}exitRule(t){t instanceof o&&t.exitEqualsExpression(this)}}x.EqualsExpressionContext=Se;class Oe extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_filter_expression}copyFrom(t){super.copyFrom(t)}}class De extends Oe{constructor(t,e){super(t),super.copyFrom(e)}variable_identifier(){return this.getTypedRuleContext(cr,0)}WHERE(){return this.getToken(x.WHERE,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterExplicitFilterExpression(this)}exitRule(t){t instanceof o&&t.exitExplicitFilterExpression(this)}}x.ExplicitFilterExpressionContext=De;class Me extends Oe{constructor(t,e){super(t),super.copyFrom(e)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterOtherFilterExpression(this)}exitRule(t){t instanceof o&&t.exitOtherFilterExpression(this)}}x.OtherFilterExpressionContext=Me;class ke extends Oe{constructor(t,e){super(t),super.copyFrom(e)}WHERE(){return this.getToken(x.WHERE,0)}arrow_expression(){return this.getTypedRuleContext(ra,0)}enterRule(t){t instanceof o&&t.enterArrowFilterExpression(this)}exitRule(t){t instanceof o&&t.exitArrowFilterExpression(this)}}x.ArrowFilterExpressionContext=ke;class Ue extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_unresolved_expression}copyFrom(t){super.copyFrom(t)}}class Pe extends Ue{constructor(t,e){super(t),this.parent=null,this.selector=null,super.copyFrom(e)}unresolved_expression(){return this.getTypedRuleContext(Ue,0)}unresolved_selector(){return this.getTypedRuleContext(He,0)}enterRule(t){t instanceof o&&t.enterUnresolvedSelector(this)}exitRule(t){t instanceof o&&t.exitUnresolvedSelector(this)}}x.UnresolvedSelectorContext=Pe;class Fe extends Ue{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}identifier(){return this.getTypedRuleContext(nr,0)}enterRule(t){t instanceof o&&t.enterUnresolvedIdentifier(this)}exitRule(t){t instanceof o&&t.exitUnresolvedIdentifier(this)}}x.UnresolvedIdentifierContext=Fe;class He extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_unresolved_selector,this.name=null}DOT(){return this.getToken(x.DOT,0)}identifier(){return this.getTypedRuleContext(nr,0)}enterRule(t){t instanceof o&&t.enterUnresolved_selector(this)}exitRule(t){t instanceof o&&t.exitUnresolved_selector(this)}}class Ve extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_invocation_expression,this.exp=null}INVOKE_COLON(){return this.getToken(x.INVOKE_COLON,0)}invocation_trailer(){return this.getTypedRuleContext(Be,0)}unresolved_expression(){return this.getTypedRuleContext(Ue,0)}enterRule(t){t instanceof o&&t.enterInvocation_expression(this)}exitRule(t){t instanceof o&&t.exitInvocation_expression(this)}}class Be extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_invocation_trailer}enterRule(t){t instanceof o&&t.enterInvocation_trailer(this)}exitRule(t){t instanceof o&&t.exitInvocation_trailer(this)}}class Ge extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_selectable_expression}copyFrom(t){super.copyFrom(t)}}class je extends Ge{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}this_expression(){return this.getTypedRuleContext(vn,0)}enterRule(t){t instanceof o&&t.enterThisExpression(this)}exitRule(t){t instanceof o&&t.exitThisExpression(this)}}x.ThisExpressionContext=je;class We extends Ge{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}parenthesis_expression(){return this.getTypedRuleContext(wn,0)}enterRule(t){t instanceof o&&t.enterParenthesisExpression(this)}exitRule(t){t instanceof o&&t.exitParenthesisExpression(this)}}x.ParenthesisExpressionContext=We;class Je extends Ge{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}literal_expression(){return this.getTypedRuleContext(Nn,0)}enterRule(t){t instanceof o&&t.enterLiteralExpression(this)}exitRule(t){t instanceof o&&t.exitLiteralExpression(this)}}x.LiteralExpressionContext=Je;class Ye extends Ge{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}super_expression(){return this.getTypedRuleContext(bn,0)}enterRule(t){t instanceof o&&t.enterSuperExpression(this)}exitRule(t){t instanceof o&&t.exitSuperExpression(this)}}x.SuperExpressionContext=Ye;class qe extends Ge{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}identifier(){return this.getTypedRuleContext(nr,0)}enterRule(t){t instanceof o&&t.enterIdentifierExpression(this)}exitRule(t){t instanceof o&&t.exitIdentifierExpression(this)}}x.IdentifierExpressionContext=qe;class Xe extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_instance_expression}copyFrom(t){super.copyFrom(t)}}class Ke extends Xe{constructor(t,e){super(t),this.parent=null,this.selector=null,super.copyFrom(e)}instance_expression(){return this.getTypedRuleContext(Xe,0)}instance_selector(){return this.getTypedRuleContext(Qe,0)}enterRule(t){t instanceof o&&t.enterSelectorExpression(this)}exitRule(t){t instanceof o&&t.exitSelectorExpression(this)}}x.SelectorExpressionContext=Ke;class ze extends Xe{constructor(t,e){super(t),this.parent=null,super.copyFrom(e)}selectable_expression(){return this.getTypedRuleContext(Ge,0)}enterRule(t){t instanceof o&&t.enterSelectableExpression(this)}exitRule(t){t instanceof o&&t.exitSelectableExpression(this)}}x.SelectableExpressionContext=ze;class Qe extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_instance_selector}copyFrom(t){super.copyFrom(t)}}class Ze extends Qe{constructor(t,e){super(t),this.xslice=null,super.copyFrom(e)}LBRAK(){return this.getToken(x.LBRAK,0)}RBRAK(){return this.getToken(x.RBRAK,0)}slice_arguments(){return this.getTypedRuleContext(Yn,0)}enterRule(t){t instanceof o&&t.enterSliceSelector(this)}exitRule(t){t instanceof o&&t.exitSliceSelector(this)}}x.SliceSelectorContext=Ze;class $e extends Qe{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}DOT(){return this.getToken(x.DOT,0)}member_identifier(){return this.getTypedRuleContext(lr,0)}enterRule(t){t instanceof o&&t.enterMemberSelector(this)}exitRule(t){t instanceof o&&t.exitMemberSelector(this)}}x.MemberSelectorContext=$e;class ti extends Qe{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}LBRAK(){return this.getToken(x.LBRAK,0)}RBRAK(){return this.getToken(x.RBRAK,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterItemSelector(this)}exitRule(t){t instanceof o&&t.exitItemSelector(this)}}x.ItemSelectorContext=ti;class ei extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_mutable_instance_expression}copyFrom(t){super.copyFrom(t)}}class ii extends ei{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}MUTABLE(){return this.getToken(x.MUTABLE,0)}identifier(){return this.getTypedRuleContext(nr,0)}enterRule(t){t instanceof o&&t.enterMutableSelectableExpression(this)}exitRule(t){t instanceof o&&t.exitMutableSelectableExpression(this)}}x.MutableSelectableExpressionContext=ii;class si extends ei{constructor(t,e){super(t),this.parent=null,this.selector=null,super.copyFrom(e)}mutable_instance_expression(){return this.getTypedRuleContext(ei,0)}instance_selector(){return this.getTypedRuleContext(Qe,0)}enterRule(t){t instanceof o&&t.enterMutableSelectorExpression(this)}exitRule(t){t instanceof o&&t.exitMutableSelectorExpression(this)}}x.MutableSelectorExpressionContext=si;class ri extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_document_expression,this.exp=null}DOCUMENT(){return this.getToken(x.DOCUMENT,0)}FROM(){return this.getToken(x.FROM,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterDocument_expression(this)}exitRule(t){t instanceof o&&t.exitDocument_expression(this)}}class ni extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_blob_expression}BLOB(){return this.getToken(x.BLOB,0)}FROM(){return this.getToken(x.FROM,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterBlob_expression(this)}exitRule(t){t instanceof o&&t.exitBlob_expression(this)}}class ai extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_constructor_expression}copyFrom(t){super.copyFrom(t)}}class oi extends ai{constructor(t,e){super(t),this.typ=null,this.copyExp=null,this.args=null,this.arg=null,super.copyFrom(e)}FROM(){return this.getToken(x.FROM,0)}mutable_category_type(){return this.getTypedRuleContext(Js,0)}expression(){return this.getTypedRuleContext(Wt,0)}with_argument_assignment_list(){return this.getTypedRuleContext(Ii,0)}COMMA(){return this.getToken(x.COMMA,0)}AND(){return this.getToken(x.AND,0)}argument_assignment(){return this.getTypedRuleContext(bi,0)}enterRule(t){t instanceof o&&t.enterConstructorFrom(this)}exitRule(t){t instanceof o&&t.exitConstructorFrom(this)}}x.ConstructorFromContext=oi;class hi extends ai{constructor(t,e){super(t),this.typ=null,this.args=null,this.arg=null,super.copyFrom(e)}mutable_category_type(){return this.getTypedRuleContext(Js,0)}with_argument_assignment_list(){return this.getTypedRuleContext(Ii,0)}AND(){return this.getToken(x.AND,0)}argument_assignment(){return this.getTypedRuleContext(bi,0)}enterRule(t){t instanceof o&&t.enterConstructorNoFrom(this)}exitRule(t){t instanceof o&&t.exitConstructorNoFrom(this)}}x.ConstructorNoFromContext=hi;class li extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Wt):this.getTypedRuleContext(Wt,t)})),this.parser=t,this.ruleIndex=x.RULE_write_statement,this.what=null,this.target=null}WRITE(){return this.getToken(x.WRITE,0)}TO(){return this.getToken(x.TO,0)}then(){return this.getTypedRuleContext(Ri,0)}enterRule(t){t instanceof o&&t.enterWrite_statement(this)}exitRule(t){t instanceof o&&t.exitWrite_statement(this)}}class ci extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_ambiguous_expression,this.method=null,this.exp=null}MINUS(){return this.getToken(x.MINUS,0)}unresolved_expression(){return this.getTypedRuleContext(Ue,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterAmbiguous_expression(this)}exitRule(t){t instanceof o&&t.exitAmbiguous_expression(this)}}class ui extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_filtered_list_suffix,this.name=null,this.predicate=null}FILTERED(){return this.getToken(x.FILTERED,0)}WHERE(){return this.getToken(x.WHERE,0)}expression(){return this.getTypedRuleContext(Wt,0)}WITH(){return this.getToken(x.WITH,0)}variable_identifier(){return this.getTypedRuleContext(cr,0)}enterRule(t){t instanceof o&&t.enterFiltered_list_suffix(this)}exitRule(t){t instanceof o&&t.exitFiltered_list_suffix(this)}}class di extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_fetch_expression}copyFrom(t){super.copyFrom(t)}}class pi extends di{constructor(t,e){super(t),this.typ=null,this.predicate=null,this.include=null,super.copyFrom(e)}FETCH(){return this.getToken(x.FETCH,0)}ONE(){return this.getToken(x.ONE,0)}WHERE(){return this.getToken(x.WHERE,0)}expression(){return this.getTypedRuleContext(Wt,0)}INCLUDE(){return this.getToken(x.INCLUDE,0)}include_list(){return this.getTypedRuleContext(mi,0)}mutable_category_type(){return this.getTypedRuleContext(Js,0)}enterRule(t){t instanceof o&&t.enterFetchOne(this)}exitRule(t){t instanceof o&&t.exitFetchOne(this)}}x.FetchOneContext=pi;class fi extends di{constructor(t,e){super(t),u(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Wt):this.getTypedRuleContext(Wt,t)})),this.typ=null,this.xstart=null,this.xstop=null,this.predicate=null,this.include=null,this.orderby=null,super.copyFrom(e)}FETCH(){return this.getToken(x.FETCH,0)}WHERE(){return this.getToken(x.WHERE,0)}INCLUDE(){return this.getToken(x.INCLUDE,0)}ORDER(){return this.getToken(x.ORDER,0)}BY(){return this.getToken(x.BY,0)}ALL(){return this.getToken(x.ALL,0)}TO(){return this.getToken(x.TO,0)}ROWS(){return this.getToken(x.ROWS,0)}include_list(){return this.getTypedRuleContext(mi,0)}order_by_list(){return this.getTypedRuleContext(_a,0)}mutable_category_type(){return this.getTypedRuleContext(Js,0)}enterRule(t){t instanceof o&&t.enterFetchMany(this)}exitRule(t){t instanceof o&&t.exitFetchMany(this)}}x.FetchManyContext=fi;class _i extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_fetch_statement}copyFrom(t){super.copyFrom(t)}}class xi extends _i{constructor(t,e){super(t),u(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Wt):this.getTypedRuleContext(Wt,t)})),this.typ=null,this.xstart=null,this.xstop=null,this.predicate=null,this.include=null,this.orderby=null,super.copyFrom(e)}FETCH(){return this.getToken(x.FETCH,0)}then(){return this.getTypedRuleContext(Ri,0)}WHERE(){return this.getToken(x.WHERE,0)}INCLUDE(){return this.getToken(x.INCLUDE,0)}ORDER(){return this.getToken(x.ORDER,0)}BY(){return this.getToken(x.BY,0)}ALL(){return this.getToken(x.ALL,0)}TO(){return this.getToken(x.TO,0)}ROWS(){return this.getToken(x.ROWS,0)}include_list(){return this.getTypedRuleContext(mi,0)}order_by_list(){return this.getTypedRuleContext(_a,0)}mutable_category_type(){return this.getTypedRuleContext(Js,0)}enterRule(t){t instanceof o&&t.enterFetchManyAsync(this)}exitRule(t){t instanceof o&&t.exitFetchManyAsync(this)}}x.FetchManyAsyncContext=xi;class Ei extends _i{constructor(t,e){super(t),this.typ=null,this.predicate=null,this.include=null,super.copyFrom(e)}FETCH(){return this.getToken(x.FETCH,0)}ONE(){return this.getToken(x.ONE,0)}WHERE(){return this.getToken(x.WHERE,0)}then(){return this.getTypedRuleContext(Ri,0)}expression(){return this.getTypedRuleContext(Wt,0)}INCLUDE(){return this.getToken(x.INCLUDE,0)}include_list(){return this.getTypedRuleContext(mi,0)}mutable_category_type(){return this.getTypedRuleContext(Js,0)}enterRule(t){t instanceof o&&t.enterFetchOneAsync(this)}exitRule(t){t instanceof o&&t.exitFetchOneAsync(this)}}x.FetchOneAsyncContext=Ei;class mi extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"variable_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(cr):this.getTypedRuleContext(cr,t)})),u(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.COMMA):this.getToken(x.COMMA,t)})),this.parser=t,this.ruleIndex=x.RULE_include_list}AND(){return this.getToken(x.AND,0)}enterRule(t){t instanceof o&&t.enterInclude_list(this)}exitRule(t){t instanceof o&&t.exitInclude_list(this)}}class Ri extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_then,this.name=null,this.stmts=null}THEN(){return this.getToken(x.THEN,0)}WITH(){return this.getToken(x.WITH,0)}COLON(){return this.getToken(x.COLON,0)}indent(){return this.getTypedRuleContext(Pi,0)}dedent(){return this.getTypedRuleContext(Fi,0)}variable_identifier(){return this.getTypedRuleContext(cr,0)}statement_list(){return this.getTypedRuleContext($r,0)}enterRule(t){t instanceof o&&t.enterThen(this)}exitRule(t){t instanceof o&&t.exitThen(this)}}class Ti extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_read_statement,this.source=null}READ(){return this.getToken(x.READ,0)}ALL(){return this.getToken(x.ALL,0)}FROM(){return this.getToken(x.FROM,0)}then(){return this.getTypedRuleContext(Ri,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterRead_statement(this)}exitRule(t){t instanceof o&&t.exitRead_statement(this)}}class gi extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_sorted_expression,this.source=null,this.key=null}SORTED(){return this.getToken(x.SORTED,0)}instance_expression(){return this.getTypedRuleContext(Xe,0)}DESC(){return this.getToken(x.DESC,0)}WITH(){return this.getToken(x.WITH,0)}AS(){return this.getToken(x.AS,0)}key_token(){return this.getTypedRuleContext(Ca,0)}sorted_key(){return this.getTypedRuleContext(ua,0)}enterRule(t){t instanceof o&&t.enterSorted_expression(this)}exitRule(t){t instanceof o&&t.exitSorted_expression(this)}}class yi extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_argument_assignment_list}copyFrom(t){super.copyFrom(t)}}class Ai extends yi{constructor(t,e){super(t),this.exp=null,this.items=null,this.item=null,super.copyFrom(e)}expression(){return this.getTypedRuleContext(Wt,0)}with_argument_assignment_list(){return this.getTypedRuleContext(Ii,0)}AND(){return this.getToken(x.AND,0)}argument_assignment(){return this.getTypedRuleContext(bi,0)}enterRule(t){t instanceof o&&t.enterArgumentAssignmentListExpression(this)}exitRule(t){t instanceof o&&t.exitArgumentAssignmentListExpression(this)}}x.ArgumentAssignmentListExpressionContext=Ai;class Li extends yi{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}with_argument_assignment_list(){return this.getTypedRuleContext(Ii,0)}AND(){return this.getToken(x.AND,0)}argument_assignment(){return this.getTypedRuleContext(bi,0)}enterRule(t){t instanceof o&&t.enterArgumentAssignmentListNoExpression(this)}exitRule(t){t instanceof o&&t.exitArgumentAssignmentListNoExpression(this)}}x.ArgumentAssignmentListNoExpressionContext=Li;class Ii extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_with_argument_assignment_list}copyFrom(t){super.copyFrom(t)}}class Ci extends Ii{constructor(t,e){super(t),this.item=null,super.copyFrom(e)}WITH(){return this.getToken(x.WITH,0)}argument_assignment(){return this.getTypedRuleContext(bi,0)}enterRule(t){t instanceof o&&t.enterArgumentAssignmentList(this)}exitRule(t){t instanceof o&&t.exitArgumentAssignmentList(this)}}x.ArgumentAssignmentListContext=Ci;class vi extends Ii{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}COMMA(){return this.getToken(x.COMMA,0)}with_argument_assignment_list(){return this.getTypedRuleContext(Ii,0)}argument_assignment(){return this.getTypedRuleContext(bi,0)}enterRule(t){t instanceof o&&t.enterArgumentAssignmentListItem(this)}exitRule(t){t instanceof o&&t.exitArgumentAssignmentListItem(this)}}x.ArgumentAssignmentListItemContext=vi;class bi extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_argument_assignment,this.exp=null,this.name=null}variable_identifier(){return this.getTypedRuleContext(cr,0)}AS(){return this.getToken(x.AS,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterArgument_assignment(this)}exitRule(t){t instanceof o&&t.exitArgument_assignment(this)}}class wi extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_assign_instance_statement,this.inst=null,this.exp=null}assign(){return this.getTypedRuleContext(Na,0)}assignable_instance(){return this.getTypedRuleContext(Qn,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterAssign_instance_statement(this)}exitRule(t){t instanceof o&&t.exitAssign_instance_statement(this)}}class Ni extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_child_instance}copyFrom(t){super.copyFrom(t)}}class Si extends Ni{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}DOT(){return this.getToken(x.DOT,0)}variable_identifier(){return this.getTypedRuleContext(cr,0)}enterRule(t){t instanceof o&&t.enterMemberInstance(this)}exitRule(t){t instanceof o&&t.exitMemberInstance(this)}}x.MemberInstanceContext=Si;class Oi extends Ni{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}LBRAK(){return this.getToken(x.LBRAK,0)}RBRAK(){return this.getToken(x.RBRAK,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterItemInstance(this)}exitRule(t){t instanceof o&&t.exitItemInstance(this)}}x.ItemInstanceContext=Oi;class Di extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_assign_tuple_statement,this.items=null,this.exp=null}assign(){return this.getTypedRuleContext(Na,0)}variable_identifier_list(){return this.getTypedRuleContext(Vr,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterAssign_tuple_statement(this)}exitRule(t){t instanceof o&&t.exitAssign_tuple_statement(this)}}class Mi extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"LF",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.LF):this.getToken(x.LF,t)})),this.parser=t,this.ruleIndex=x.RULE_lfs}enterRule(t){t instanceof o&&t.enterLfs(this)}exitRule(t){t instanceof o&&t.exitLfs(this)}}class ki extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"LF",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.LF):this.getToken(x.LF,t)})),this.parser=t,this.ruleIndex=x.RULE_lfp}enterRule(t){t instanceof o&&t.enterLfp(this)}exitRule(t){t instanceof o&&t.exitLfp(this)}}class Ui extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"LF",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.LF):this.getToken(x.LF,t)})),u(this,"TAB",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.TAB):this.getToken(x.TAB,t)})),u(this,"WS",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.WS):this.getToken(x.WS,t)})),u(this,"INDENT",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.INDENT):this.getToken(x.INDENT,t)})),this.parser=t,this.ruleIndex=x.RULE_ws_plus}enterRule(t){t instanceof o&&t.enterWs_plus(this)}exitRule(t){t instanceof o&&t.exitWs_plus(this)}}class Pi extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"LF",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.LF):this.getToken(x.LF,t)})),this.parser=t,this.ruleIndex=x.RULE_indent}INDENT(){return this.getToken(x.INDENT,0)}enterRule(t){t instanceof o&&t.enterIndent(this)}exitRule(t){t instanceof o&&t.exitIndent(this)}}class Fi extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"LF",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.LF):this.getToken(x.LF,t)})),this.parser=t,this.ruleIndex=x.RULE_dedent}DEDENT(){return this.getToken(x.DEDENT,0)}enterRule(t){t instanceof o&&t.enterDedent(this)}exitRule(t){t instanceof o&&t.exitDedent(this)}}class Hi extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_type_literal}TYPE(){return this.getToken(x.TYPE,0)}COLON(){return this.getToken(x.COLON,0)}category_or_any_type(){return this.getTypedRuleContext(gr,0)}enterRule(t){t instanceof o&&t.enterType_literal(this)}exitRule(t){t instanceof o&&t.exitType_literal(this)}}class Vi extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_null_literal}NOTHING(){return this.getToken(x.NOTHING,0)}enterRule(t){t instanceof o&&t.enterNull_literal(this)}exitRule(t){t instanceof o&&t.exitNull_literal(this)}}class Bi extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_repl}declaration(){return this.getTypedRuleContext(Ji,0)}statement(){return this.getTypedRuleContext(Q,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterRepl(this)}exitRule(t){t instanceof o&&t.exitRepl(this)}}class Gi extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_declaration_list}copyFrom(t){super.copyFrom(t)}}class ji extends Gi{constructor(t,e){super(t),u(this,"lfs",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Mi):this.getTypedRuleContext(Mi,t)})),super.copyFrom(e)}EOF(){return this.getToken(x.EOF,0)}declarations(){return this.getTypedRuleContext(Wi,0)}enterRule(t){t instanceof o&&t.enterFullDeclarationList(this)}exitRule(t){t instanceof o&&t.exitFullDeclarationList(this)}}x.FullDeclarationListContext=ji;class Wi extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"declaration",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Ji):this.getTypedRuleContext(Ji,t)})),u(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ki):this.getTypedRuleContext(ki,t)})),this.parser=t,this.ruleIndex=x.RULE_declarations}enterRule(t){t instanceof o&&t.enterDeclarations(this)}exitRule(t){t instanceof o&&t.exitDeclarations(this)}}class Ji extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"comment_statement",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(jr):this.getTypedRuleContext(jr,t)})),u(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ki):this.getTypedRuleContext(ki,t)})),u(this,"annotation_constructor",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Yi):this.getTypedRuleContext(Yi,t)})),this.parser=t,this.ruleIndex=x.RULE_declaration}attribute_declaration(){return this.getTypedRuleContext(g,0)}category_declaration(){return this.getTypedRuleContext(qs,0)}resource_declaration(){return this.getTypedRuleContext($i,0)}enum_declaration(){return this.getTypedRuleContext(ts,0)}widget_declaration(){return this.getTypedRuleContext(Qs,0)}method_declaration(){return this.getTypedRuleContext(Gr,0)}enterRule(t){t instanceof o&&t.enterDeclaration(this)}exitRule(t){t instanceof o&&t.exitDeclaration(this)}}class Yi extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"annotation_argument",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Xi):this.getTypedRuleContext(Xi,t)})),u(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.COMMA):this.getToken(x.COMMA,t)})),this.parser=t,this.ruleIndex=x.RULE_annotation_constructor,this.name=null,this.exp=null}annotation_identifier(){return this.getTypedRuleContext(qi,0)}LPAR(){return this.getToken(x.LPAR,0)}RPAR(){return this.getToken(x.RPAR,0)}annotation_argument_value(){return this.getTypedRuleContext(zi,0)}enterRule(t){t instanceof o&&t.enterAnnotation_constructor(this)}exitRule(t){t instanceof o&&t.exitAnnotation_constructor(this)}}class qi extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_annotation_identifier}ARONDBASE_IDENTIFIER(){return this.getToken(x.ARONDBASE_IDENTIFIER,0)}enterRule(t){t instanceof o&&t.enterAnnotation_identifier(this)}exitRule(t){t instanceof o&&t.exitAnnotation_identifier(this)}}class Xi extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_annotation_argument,this.name=null,this.exp=null}EQ(){return this.getToken(x.EQ,0)}annotation_argument_name(){return this.getTypedRuleContext(Ki,0)}annotation_argument_value(){return this.getTypedRuleContext(zi,0)}enterRule(t){t instanceof o&&t.enterAnnotation_argument(this)}exitRule(t){t instanceof o&&t.exitAnnotation_argument(this)}}class Ki extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_annotation_argument_name}VARIABLE_IDENTIFIER(){return this.getToken(x.VARIABLE_IDENTIFIER,0)}GETTER(){return this.getToken(x.GETTER,0)}SETTER(){return this.getToken(x.SETTER,0)}enterRule(t){t instanceof o&&t.enterAnnotation_argument_name(this)}exitRule(t){t instanceof o&&t.exitAnnotation_argument_name(this)}}class zi extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_annotation_argument_value}copyFrom(t){super.copyFrom(t)}}class Qi extends zi{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}literal_expression(){return this.getTypedRuleContext(Nn,0)}enterRule(t){t instanceof o&&t.enterAnnotationLiteralValue(this)}exitRule(t){t instanceof o&&t.exitAnnotationLiteralValue(this)}}x.AnnotationLiteralValueContext=Qi;class Zi extends zi{constructor(t,e){super(t),this.typ=null,super.copyFrom(e)}primary_type(){return this.getTypedRuleContext(ys,0)}enterRule(t){t instanceof o&&t.enterAnnotationTypeValue(this)}exitRule(t){t instanceof o&&t.exitAnnotationTypeValue(this)}}x.AnnotationTypeValueContext=Zi;class $i extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_resource_declaration}native_resource_declaration(){return this.getTypedRuleContext(k,0)}enterRule(t){t instanceof o&&t.enterResource_declaration(this)}exitRule(t){t instanceof o&&t.exitResource_declaration(this)}}class ts extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_enum_declaration}enum_category_declaration(){return this.getTypedRuleContext(E,0)}enum_native_declaration(){return this.getTypedRuleContext(m,0)}enterRule(t){t instanceof o&&t.enterEnum_declaration(this)}exitRule(t){t instanceof o&&t.exitEnum_declaration(this)}}class es extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"native_symbol",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(R):this.getTypedRuleContext(R,t)})),u(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ki):this.getTypedRuleContext(ki,t)})),this.parser=t,this.ruleIndex=x.RULE_native_symbol_list}enterRule(t){t instanceof o&&t.enterNative_symbol_list(this)}exitRule(t){t instanceof o&&t.exitNative_symbol_list(this)}}class is extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"category_symbol",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(T):this.getTypedRuleContext(T,t)})),u(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ki):this.getTypedRuleContext(ki,t)})),this.parser=t,this.ruleIndex=x.RULE_category_symbol_list}enterRule(t){t instanceof o&&t.enterCategory_symbol_list(this)}exitRule(t){t instanceof o&&t.exitCategory_symbol_list(this)}}class ss extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"symbol_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(pr):this.getTypedRuleContext(pr,t)})),u(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.COMMA):this.getToken(x.COMMA,t)})),this.parser=t,this.ruleIndex=x.RULE_symbol_list}enterRule(t){t instanceof o&&t.enterSymbol_list(this)}exitRule(t){t instanceof o&&t.exitSymbol_list(this)}}class rs extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_attribute_constraint}copyFrom(t){super.copyFrom(t)}}class ns extends rs{constructor(t,e){super(t),this.source=null,super.copyFrom(e)}IN(){return this.getToken(x.IN,0)}set_literal(){return this.getTypedRuleContext(us,0)}enterRule(t){t instanceof o&&t.enterMatchingSet(this)}exitRule(t){t instanceof o&&t.exitMatchingSet(this)}}x.MatchingSetContext=ns;class as extends rs{constructor(t,e){super(t),this.text=null,super.copyFrom(e)}MATCHING(){return this.getToken(x.MATCHING,0)}TEXT_LITERAL(){return this.getToken(x.TEXT_LITERAL,0)}enterRule(t){t instanceof o&&t.enterMatchingPattern(this)}exitRule(t){t instanceof o&&t.exitMatchingPattern(this)}}x.MatchingPatternContext=as;class os extends rs{constructor(t,e){super(t),this.source=null,super.copyFrom(e)}IN(){return this.getToken(x.IN,0)}list_literal(){return this.getTypedRuleContext(cs,0)}enterRule(t){t instanceof o&&t.enterMatchingList(this)}exitRule(t){t instanceof o&&t.exitMatchingList(this)}}x.MatchingListContext=os;class hs extends rs{constructor(t,e){super(t),this.source=null,super.copyFrom(e)}IN(){return this.getToken(x.IN,0)}range_literal(){return this.getTypedRuleContext(ps,0)}enterRule(t){t instanceof o&&t.enterMatchingRange(this)}exitRule(t){t instanceof o&&t.exitMatchingRange(this)}}x.MatchingRangeContext=hs;class ls extends rs{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}MATCHING(){return this.getToken(x.MATCHING,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterMatchingExpression(this)}exitRule(t){t instanceof o&&t.exitMatchingExpression(this)}}x.MatchingExpressionContext=ls;class cs extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_list_literal}LBRAK(){return this.getToken(x.LBRAK,0)}RBRAK(){return this.getToken(x.RBRAK,0)}MUTABLE(){return this.getToken(x.MUTABLE,0)}expression_list(){return this.getTypedRuleContext(ds,0)}enterRule(t){t instanceof o&&t.enterList_literal(this)}exitRule(t){t instanceof o&&t.exitList_literal(this)}}class us extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_set_literal}LT(){return this.getToken(x.LT,0)}GT(){return this.getToken(x.GT,0)}MUTABLE(){return this.getToken(x.MUTABLE,0)}expression_list(){return this.getTypedRuleContext(ds,0)}enterRule(t){t instanceof o&&t.enterSet_literal(this)}exitRule(t){t instanceof o&&t.exitSet_literal(this)}}class ds extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Wt):this.getTypedRuleContext(Wt,t)})),u(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.COMMA):this.getToken(x.COMMA,t)})),this.parser=t,this.ruleIndex=x.RULE_expression_list}enterRule(t){t instanceof o&&t.enterExpression_list(this)}exitRule(t){t instanceof o&&t.exitExpression_list(this)}}class ps extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Wt):this.getTypedRuleContext(Wt,t)})),this.parser=t,this.ruleIndex=x.RULE_range_literal,this.low=null,this.high=null}LBRAK(){return this.getToken(x.LBRAK,0)}RANGE(){return this.getToken(x.RANGE,0)}RBRAK(){return this.getToken(x.RBRAK,0)}enterRule(t){t instanceof o&&t.enterRange_literal(this)}exitRule(t){t instanceof o&&t.exitRange_literal(this)}}class fs extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_typedef}copyFrom(t){super.copyFrom(t)}}class _s extends fs{constructor(t,e){super(t),this.i=null,super.copyFrom(e)}ITERATOR(){return this.getToken(x.ITERATOR,0)}LT(){return this.getToken(x.LT,0)}GT(){return this.getToken(x.GT,0)}typedef(){return this.getTypedRuleContext(fs,0)}enterRule(t){t instanceof o&&t.enterIteratorType(this)}exitRule(t){t instanceof o&&t.exitIteratorType(this)}}x.IteratorTypeContext=_s;class xs extends fs{constructor(t,e){super(t),this.s=null,super.copyFrom(e)}LTGT(){return this.getToken(x.LTGT,0)}typedef(){return this.getTypedRuleContext(fs,0)}enterRule(t){t instanceof o&&t.enterSetType(this)}exitRule(t){t instanceof o&&t.exitSetType(this)}}x.SetTypeContext=xs;class Es extends fs{constructor(t,e){super(t),this.l=null,super.copyFrom(e)}LBRAK(){return this.getToken(x.LBRAK,0)}RBRAK(){return this.getToken(x.RBRAK,0)}typedef(){return this.getTypedRuleContext(fs,0)}enterRule(t){t instanceof o&&t.enterListType(this)}exitRule(t){t instanceof o&&t.exitListType(this)}}x.ListTypeContext=Es;class ms extends fs{constructor(t,e){super(t),this.d=null,super.copyFrom(e)}LTCOLONGT(){return this.getToken(x.LTCOLONGT,0)}typedef(){return this.getTypedRuleContext(fs,0)}enterRule(t){t instanceof o&&t.enterDictType(this)}exitRule(t){t instanceof o&&t.exitDictType(this)}}x.DictTypeContext=ms;class Rs extends fs{constructor(t,e){super(t),this.c=null,super.copyFrom(e)}CURSOR(){return this.getToken(x.CURSOR,0)}LT(){return this.getToken(x.LT,0)}GT(){return this.getToken(x.GT,0)}typedef(){return this.getTypedRuleContext(fs,0)}enterRule(t){t instanceof o&&t.enterCursorType(this)}exitRule(t){t instanceof o&&t.exitCursorType(this)}}x.CursorTypeContext=Rs;class Ts extends fs{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}TYPE(){return this.getToken(x.TYPE,0)}LT(){return this.getToken(x.LT,0)}GT(){return this.getToken(x.GT,0)}typedef(){return this.getTypedRuleContext(fs,0)}enterRule(t){t instanceof o&&t.enterTypeType(this)}exitRule(t){t instanceof o&&t.exitTypeType(this)}}x.TypeTypeContext=Ts;class gs extends fs{constructor(t,e){super(t),this.p=null,super.copyFrom(e)}primary_type(){return this.getTypedRuleContext(ys,0)}enterRule(t){t instanceof o&&t.enterPrimaryType(this)}exitRule(t){t instanceof o&&t.exitPrimaryType(this)}}x.PrimaryTypeContext=gs;class ys extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_primary_type}copyFrom(t){super.copyFrom(t)}}class As extends ys{constructor(t,e){super(t),this.n=null,super.copyFrom(e)}native_type(){return this.getTypedRuleContext(Is,0)}enterRule(t){t instanceof o&&t.enterNativeType(this)}exitRule(t){t instanceof o&&t.exitNativeType(this)}}x.NativeTypeContext=As;class Ls extends ys{constructor(t,e){super(t),this.c=null,super.copyFrom(e)}category_type(){return this.getTypedRuleContext(Ws,0)}enterRule(t){t instanceof o&&t.enterCategoryType(this)}exitRule(t){t instanceof o&&t.exitCategoryType(this)}}x.CategoryTypeContext=Ls;class Is extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_native_type}copyFrom(t){super.copyFrom(t)}}class Cs extends Is{constructor(t,e){super(t),super.copyFrom(e)}PERIOD(){return this.getToken(x.PERIOD,0)}enterRule(t){t instanceof o&&t.enterPeriodType(this)}exitRule(t){t instanceof o&&t.exitPeriodType(this)}}x.PeriodTypeContext=Cs;class vs extends Is{constructor(t,e){super(t),super.copyFrom(e)}HTML(){return this.getToken(x.HTML,0)}enterRule(t){t instanceof o&&t.enterHtmlType(this)}exitRule(t){t instanceof o&&t.exitHtmlType(this)}}x.HtmlTypeContext=vs;class bs extends Is{constructor(t,e){super(t),super.copyFrom(e)}CSS(){return this.getToken(x.CSS,0)}enterRule(t){t instanceof o&&t.enterCssType(this)}exitRule(t){t instanceof o&&t.exitCssType(this)}}x.CssTypeContext=bs;class ws extends Is{constructor(t,e){super(t),super.copyFrom(e)}BOOLEAN(){return this.getToken(x.BOOLEAN,0)}enterRule(t){t instanceof o&&t.enterBooleanType(this)}exitRule(t){t instanceof o&&t.exitBooleanType(this)}}x.BooleanTypeContext=ws;class Ns extends Is{constructor(t,e){super(t),super.copyFrom(e)}DOCUMENT(){return this.getToken(x.DOCUMENT,0)}enterRule(t){t instanceof o&&t.enterDocumentType(this)}exitRule(t){t instanceof o&&t.exitDocumentType(this)}}x.DocumentTypeContext=Ns;class Ss extends Is{constructor(t,e){super(t),super.copyFrom(e)}CHARACTER(){return this.getToken(x.CHARACTER,0)}enterRule(t){t instanceof o&&t.enterCharacterType(this)}exitRule(t){t instanceof o&&t.exitCharacterType(this)}}x.CharacterTypeContext=Ss;class Os extends Is{constructor(t,e){super(t),super.copyFrom(e)}VERSION(){return this.getToken(x.VERSION,0)}enterRule(t){t instanceof o&&t.enterVersionType(this)}exitRule(t){t instanceof o&&t.exitVersionType(this)}}x.VersionTypeContext=Os;class Ds extends Is{constructor(t,e){super(t),super.copyFrom(e)}TEXT(){return this.getToken(x.TEXT,0)}enterRule(t){t instanceof o&&t.enterTextType(this)}exitRule(t){t instanceof o&&t.exitTextType(this)}}x.TextTypeContext=Ds;class Ms extends Is{constructor(t,e){super(t),super.copyFrom(e)}IMAGE(){return this.getToken(x.IMAGE,0)}enterRule(t){t instanceof o&&t.enterImageType(this)}exitRule(t){t instanceof o&&t.exitImageType(this)}}x.ImageTypeContext=Ms;class ks extends Is{constructor(t,e){super(t),super.copyFrom(e)}TIME(){return this.getToken(x.TIME,0)}enterRule(t){t instanceof o&&t.enterTimeType(this)}exitRule(t){t instanceof o&&t.exitTimeType(this)}}x.TimeTypeContext=ks;class Us extends Is{constructor(t,e){super(t),super.copyFrom(e)}INTEGER(){return this.getToken(x.INTEGER,0)}enterRule(t){t instanceof o&&t.enterIntegerType(this)}exitRule(t){t instanceof o&&t.exitIntegerType(this)}}x.IntegerTypeContext=Us;class Ps extends Is{constructor(t,e){super(t),super.copyFrom(e)}DATETIME(){return this.getToken(x.DATETIME,0)}enterRule(t){t instanceof o&&t.enterDateTimeType(this)}exitRule(t){t instanceof o&&t.exitDateTimeType(this)}}x.DateTimeTypeContext=Ps;class Fs extends Is{constructor(t,e){super(t),super.copyFrom(e)}BLOB(){return this.getToken(x.BLOB,0)}enterRule(t){t instanceof o&&t.enterBlobType(this)}exitRule(t){t instanceof o&&t.exitBlobType(this)}}x.BlobTypeContext=Fs;class Hs extends Is{constructor(t,e){super(t),super.copyFrom(e)}UUID(){return this.getToken(x.UUID,0)}enterRule(t){t instanceof o&&t.enterUUIDType(this)}exitRule(t){t instanceof o&&t.exitUUIDType(this)}}x.UUIDTypeContext=Hs;class Vs extends Is{constructor(t,e){super(t),super.copyFrom(e)}DECIMAL(){return this.getToken(x.DECIMAL,0)}enterRule(t){t instanceof o&&t.enterDecimalType(this)}exitRule(t){t instanceof o&&t.exitDecimalType(this)}}x.DecimalTypeContext=Vs;class Bs extends Is{constructor(t,e){super(t),super.copyFrom(e)}CODE(){return this.getToken(x.CODE,0)}enterRule(t){t instanceof o&&t.enterCodeType(this)}exitRule(t){t instanceof o&&t.exitCodeType(this)}}x.CodeTypeContext=Bs;class Gs extends Is{constructor(t,e){super(t),super.copyFrom(e)}DATE(){return this.getToken(x.DATE,0)}enterRule(t){t instanceof o&&t.enterDateType(this)}exitRule(t){t instanceof o&&t.exitDateType(this)}}x.DateTypeContext=Gs;class js extends Is{constructor(t,e){super(t),super.copyFrom(e)}DBID(){return this.getToken(x.DBID,0)}enterRule(t){t instanceof o&&t.enterDbIdType(this)}exitRule(t){t instanceof o&&t.exitDbIdType(this)}}x.DbIdTypeContext=js;class Ws extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_category_type,this.t1=null}TYPE_IDENTIFIER(){return this.getToken(x.TYPE_IDENTIFIER,0)}enterRule(t){t instanceof o&&t.enterCategory_type(this)}exitRule(t){t instanceof o&&t.exitCategory_type(this)}}class Js extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_mutable_category_type}category_type(){return this.getTypedRuleContext(Ws,0)}MUTABLE(){return this.getToken(x.MUTABLE,0)}enterRule(t){t instanceof o&&t.enterMutable_category_type(this)}exitRule(t){t instanceof o&&t.exitMutable_category_type(this)}}class Ys extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_code_type,this.t1=null}CODE(){return this.getToken(x.CODE,0)}enterRule(t){t instanceof o&&t.enterCode_type(this)}exitRule(t){t instanceof o&&t.exitCode_type(this)}}class qs extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_category_declaration}copyFrom(t){super.copyFrom(t)}}class Xs extends qs{constructor(t,e){super(t),this.decl=null,super.copyFrom(e)}concrete_category_declaration(){return this.getTypedRuleContext(L,0)}enterRule(t){t instanceof o&&t.enterConcreteCategoryDeclaration(this)}exitRule(t){t instanceof o&&t.exitConcreteCategoryDeclaration(this)}}x.ConcreteCategoryDeclarationContext=Xs;class Ks extends qs{constructor(t,e){super(t),this.decl=null,super.copyFrom(e)}native_category_declaration(){return this.getTypedRuleContext(M,0)}enterRule(t){t instanceof o&&t.enterNativeCategoryDeclaration(this)}exitRule(t){t instanceof o&&t.exitNativeCategoryDeclaration(this)}}x.NativeCategoryDeclarationContext=Ks;class zs extends qs{constructor(t,e){super(t),this.decl=null,super.copyFrom(e)}singleton_category_declaration(){return this.getTypedRuleContext(I,0)}enterRule(t){t instanceof o&&t.enterSingletonCategoryDeclaration(this)}exitRule(t){t instanceof o&&t.exitSingletonCategoryDeclaration(this)}}x.SingletonCategoryDeclarationContext=zs;class Qs extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_widget_declaration}copyFrom(t){super.copyFrom(t)}}class Zs extends Qs{constructor(t,e){super(t),this.decl=null,super.copyFrom(e)}concrete_widget_declaration(){return this.getTypedRuleContext(y,0)}enterRule(t){t instanceof o&&t.enterConcreteWidgetDeclaration(this)}exitRule(t){t instanceof o&&t.exitConcreteWidgetDeclaration(this)}}x.ConcreteWidgetDeclarationContext=Zs;class $s extends Qs{constructor(t,e){super(t),this.decl=null,super.copyFrom(e)}native_widget_declaration(){return this.getTypedRuleContext(A,0)}enterRule(t){t instanceof o&&t.enterNativeWidgetDeclaration(this)}exitRule(t){t instanceof o&&t.exitNativeWidgetDeclaration(this)}}x.NativeWidgetDeclarationContext=$s;class tr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"type_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(dr):this.getTypedRuleContext(dr,t)})),u(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.COMMA):this.getToken(x.COMMA,t)})),this.parser=t,this.ruleIndex=x.RULE_type_identifier_list}enterRule(t){t instanceof o&&t.enterType_identifier_list(this)}exitRule(t){t instanceof o&&t.exitType_identifier_list(this)}}class er extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_method_identifier}variable_identifier(){return this.getTypedRuleContext(cr,0)}type_identifier(){return this.getTypedRuleContext(dr,0)}enterRule(t){t instanceof o&&t.enterMethod_identifier(this)}exitRule(t){t instanceof o&&t.exitMethod_identifier(this)}}class ir extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_identifier_or_keyword}identifier(){return this.getTypedRuleContext(nr,0)}keyword(){return this.getTypedRuleContext(La,0)}enterRule(t){t instanceof o&&t.enterIdentifier_or_keyword(this)}exitRule(t){t instanceof o&&t.exitIdentifier_or_keyword(this)}}class sr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_nospace_hyphen_identifier_or_keyword}MINUS(){return this.getToken(x.MINUS,0)}nospace_identifier_or_keyword(){return this.getTypedRuleContext(rr,0)}enterRule(t){t instanceof o&&t.enterNospace_hyphen_identifier_or_keyword(this)}exitRule(t){t instanceof o&&t.exitNospace_hyphen_identifier_or_keyword(this)}}class rr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_nospace_identifier_or_keyword}identifier_or_keyword(){return this.getTypedRuleContext(ir,0)}enterRule(t){t instanceof o&&t.enterNospace_identifier_or_keyword(this)}exitRule(t){t instanceof o&&t.exitNospace_identifier_or_keyword(this)}}class nr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_identifier}copyFrom(t){super.copyFrom(t)}}class ar extends nr{constructor(t,e){super(t),super.copyFrom(e)}type_identifier(){return this.getTypedRuleContext(dr,0)}enterRule(t){t instanceof o&&t.enterTypeIdentifier(this)}exitRule(t){t instanceof o&&t.exitTypeIdentifier(this)}}x.TypeIdentifierContext=ar;class or extends nr{constructor(t,e){super(t),super.copyFrom(e)}symbol_identifier(){return this.getTypedRuleContext(pr,0)}enterRule(t){t instanceof o&&t.enterSymbolIdentifier(this)}exitRule(t){t instanceof o&&t.exitSymbolIdentifier(this)}}x.SymbolIdentifierContext=or;class hr extends nr{constructor(t,e){super(t),super.copyFrom(e)}variable_identifier(){return this.getTypedRuleContext(cr,0)}enterRule(t){t instanceof o&&t.enterVariableIdentifier(this)}exitRule(t){t instanceof o&&t.exitVariableIdentifier(this)}}x.VariableIdentifierContext=hr;class lr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_member_identifier}VARIABLE_IDENTIFIER(){return this.getToken(x.VARIABLE_IDENTIFIER,0)}CATEGORY(){return this.getToken(x.CATEGORY,0)}MUTABLE(){return this.getToken(x.MUTABLE,0)}STORABLE(){return this.getToken(x.STORABLE,0)}RESOURCE(){return this.getToken(x.RESOURCE,0)}enterRule(t){t instanceof o&&t.enterMember_identifier(this)}exitRule(t){t instanceof o&&t.exitMember_identifier(this)}}class cr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_variable_identifier}VARIABLE_IDENTIFIER(){return this.getToken(x.VARIABLE_IDENTIFIER,0)}CATEGORY(){return this.getToken(x.CATEGORY,0)}RESOURCE(){return this.getToken(x.RESOURCE,0)}enterRule(t){t instanceof o&&t.enterVariable_identifier(this)}exitRule(t){t instanceof o&&t.exitVariable_identifier(this)}}class ur extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_attribute_identifier}VARIABLE_IDENTIFIER(){return this.getToken(x.VARIABLE_IDENTIFIER,0)}STORABLE(){return this.getToken(x.STORABLE,0)}RESOURCE(){return this.getToken(x.RESOURCE,0)}enterRule(t){t instanceof o&&t.enterAttribute_identifier(this)}exitRule(t){t instanceof o&&t.exitAttribute_identifier(this)}}class dr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_type_identifier}TYPE_IDENTIFIER(){return this.getToken(x.TYPE_IDENTIFIER,0)}enterRule(t){t instanceof o&&t.enterType_identifier(this)}exitRule(t){t instanceof o&&t.exitType_identifier(this)}}class pr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_symbol_identifier}SYMBOL_IDENTIFIER(){return this.getToken(x.SYMBOL_IDENTIFIER,0)}enterRule(t){t instanceof o&&t.enterSymbol_identifier(this)}exitRule(t){t instanceof o&&t.exitSymbol_identifier(this)}}class fr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"argument",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(_r):this.getTypedRuleContext(_r,t)})),u(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.COMMA):this.getToken(x.COMMA,t)})),this.parser=t,this.ruleIndex=x.RULE_argument_list}enterRule(t){t instanceof o&&t.enterArgument_list(this)}exitRule(t){t instanceof o&&t.exitArgument_list(this)}}class _r extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_argument}copyFrom(t){super.copyFrom(t)}}class xr extends _r{constructor(t,e){super(t),this.arg=null,super.copyFrom(e)}operator_argument(){return this.getTypedRuleContext(mr,0)}MUTABLE(){return this.getToken(x.MUTABLE,0)}enterRule(t){t instanceof o&&t.enterOperatorArgument(this)}exitRule(t){t instanceof o&&t.exitOperatorArgument(this)}}x.OperatorArgumentContext=xr;class Er extends _r{constructor(t,e){super(t),this.arg=null,super.copyFrom(e)}code_argument(){return this.getTypedRuleContext(Tr,0)}enterRule(t){t instanceof o&&t.enterCodeArgument(this)}exitRule(t){t instanceof o&&t.exitCodeArgument(this)}}x.CodeArgumentContext=Er;class mr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_operator_argument}named_argument(){return this.getTypedRuleContext(Rr,0)}typed_argument(){return this.getTypedRuleContext(z,0)}enterRule(t){t instanceof o&&t.enterOperator_argument(this)}exitRule(t){t instanceof o&&t.exitOperator_argument(this)}}class Rr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_named_argument}variable_identifier(){return this.getTypedRuleContext(cr,0)}EQ(){return this.getToken(x.EQ,0)}literal_expression(){return this.getTypedRuleContext(Nn,0)}enterRule(t){t instanceof o&&t.enterNamed_argument(this)}exitRule(t){t instanceof o&&t.exitNamed_argument(this)}}class Tr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_code_argument,this.name=null}code_type(){return this.getTypedRuleContext(Ys,0)}variable_identifier(){return this.getTypedRuleContext(cr,0)}enterRule(t){t instanceof o&&t.enterCode_argument(this)}exitRule(t){t instanceof o&&t.exitCode_argument(this)}}class gr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_category_or_any_type}typedef(){return this.getTypedRuleContext(fs,0)}any_type(){return this.getTypedRuleContext(yr,0)}enterRule(t){t instanceof o&&t.enterCategory_or_any_type(this)}exitRule(t){t instanceof o&&t.exitCategory_or_any_type(this)}}class yr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_any_type}copyFrom(t){super.copyFrom(t)}}class Ar extends yr{constructor(t,e){super(t),super.copyFrom(e)}any_type(){return this.getTypedRuleContext(yr,0)}LBRAK(){return this.getToken(x.LBRAK,0)}RBRAK(){return this.getToken(x.RBRAK,0)}enterRule(t){t instanceof o&&t.enterAnyListType(this)}exitRule(t){t instanceof o&&t.exitAnyListType(this)}}x.AnyListTypeContext=Ar;class Lr extends yr{constructor(t,e){super(t),super.copyFrom(e)}ANY(){return this.getToken(x.ANY,0)}enterRule(t){t instanceof o&&t.enterAnyType(this)}exitRule(t){t instanceof o&&t.exitAnyType(this)}}x.AnyTypeContext=Lr;class Ir extends yr{constructor(t,e){super(t),super.copyFrom(e)}any_type(){return this.getTypedRuleContext(yr,0)}LCURL(){return this.getToken(x.LCURL,0)}RCURL(){return this.getToken(x.RCURL,0)}enterRule(t){t instanceof o&&t.enterAnyDictType(this)}exitRule(t){t instanceof o&&t.exitAnyDictType(this)}}x.AnyDictTypeContext=Ir;class Cr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"member_method_declaration",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(vr):this.getTypedRuleContext(vr,t)})),u(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ki):this.getTypedRuleContext(ki,t)})),this.parser=t,this.ruleIndex=x.RULE_member_method_declaration_list}enterRule(t){t instanceof o&&t.enterMember_method_declaration_list(this)}exitRule(t){t instanceof o&&t.exitMember_method_declaration_list(this)}}class vr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"comment_statement",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(jr):this.getTypedRuleContext(jr,t)})),u(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ki):this.getTypedRuleContext(ki,t)})),u(this,"annotation_constructor",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Yi):this.getTypedRuleContext(Yi,t)})),this.parser=t,this.ruleIndex=x.RULE_member_method_declaration}setter_method_declaration(){return this.getTypedRuleContext(N,0)}getter_method_declaration(){return this.getTypedRuleContext(O,0)}concrete_method_declaration(){return this.getTypedRuleContext(J,0)}abstract_member_method_declaration(){return this.getTypedRuleContext(W,0)}operator_method_declaration(){return this.getTypedRuleContext(w,0)}enterRule(t){t instanceof o&&t.enterMember_method_declaration(this)}exitRule(t){t instanceof o&&t.exitMember_method_declaration(this)}}class br extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"native_member_method_declaration",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(wr):this.getTypedRuleContext(wr,t)})),u(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ki):this.getTypedRuleContext(ki,t)})),this.parser=t,this.ruleIndex=x.RULE_native_member_method_declaration_list}enterRule(t){t instanceof o&&t.enterNative_member_method_declaration_list(this)}exitRule(t){t instanceof o&&t.exitNative_member_method_declaration_list(this)}}class wr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"comment_statement",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(jr):this.getTypedRuleContext(jr,t)})),u(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ki):this.getTypedRuleContext(ki,t)})),u(this,"annotation_constructor",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Yi):this.getTypedRuleContext(Yi,t)})),this.parser=t,this.ruleIndex=x.RULE_native_member_method_declaration}native_getter_declaration(){return this.getTypedRuleContext(D,0)}native_setter_declaration(){return this.getTypedRuleContext(S,0)}native_method_declaration(){return this.getTypedRuleContext(Y,0)}enterRule(t){t instanceof o&&t.enterNative_member_method_declaration(this)}exitRule(t){t instanceof o&&t.exitNative_member_method_declaration(this)}}class Nr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_native_category_binding}copyFrom(t){super.copyFrom(t)}}class Sr extends Nr{constructor(t,e){super(t),this.binding=null,super.copyFrom(e)}PYTHON2(){return this.getToken(x.PYTHON2,0)}python_category_binding(){return this.getTypedRuleContext(Ur,0)}enterRule(t){t instanceof o&&t.enterPython2CategoryBinding(this)}exitRule(t){t instanceof o&&t.exitPython2CategoryBinding(this)}}x.Python2CategoryBindingContext=Sr;class Or extends Nr{constructor(t,e){super(t),this.binding=null,super.copyFrom(e)}PYTHON3(){return this.getToken(x.PYTHON3,0)}python_category_binding(){return this.getTypedRuleContext(Ur,0)}enterRule(t){t instanceof o&&t.enterPython3CategoryBinding(this)}exitRule(t){t instanceof o&&t.exitPython3CategoryBinding(this)}}x.Python3CategoryBindingContext=Or;class Dr extends Nr{constructor(t,e){super(t),this.binding=null,super.copyFrom(e)}JAVA(){return this.getToken(x.JAVA,0)}java_class_identifier_expression(){return this.getTypedRuleContext(_h,0)}enterRule(t){t instanceof o&&t.enterJavaCategoryBinding(this)}exitRule(t){t instanceof o&&t.exitJavaCategoryBinding(this)}}x.JavaCategoryBindingContext=Dr;class Mr extends Nr{constructor(t,e){super(t),this.binding=null,super.copyFrom(e)}CSHARP(){return this.getToken(x.CSHARP,0)}csharp_identifier_expression(){return this.getTypedRuleContext(jh,0)}enterRule(t){t instanceof o&&t.enterCSharpCategoryBinding(this)}exitRule(t){t instanceof o&&t.exitCSharpCategoryBinding(this)}}x.CSharpCategoryBindingContext=Mr;class kr extends Nr{constructor(t,e){super(t),this.binding=null,super.copyFrom(e)}JAVASCRIPT(){return this.getToken(x.JAVASCRIPT,0)}javascript_category_binding(){return this.getTypedRuleContext(Fr,0)}enterRule(t){t instanceof o&&t.enterJavascriptCategoryBinding(this)}exitRule(t){t instanceof o&&t.exitJavascriptCategoryBinding(this)}}x.JavascriptCategoryBindingContext=kr;class Ur extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_python_category_binding}identifier(){return this.getTypedRuleContext(nr,0)}python_module(){return this.getTypedRuleContext(Pr,0)}enterRule(t){t instanceof o&&t.enterPython_category_binding(this)}exitRule(t){t instanceof o&&t.exitPython_category_binding(this)}}class Pr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"python_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(qo):this.getTypedRuleContext(qo,t)})),u(this,"DOT",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.DOT):this.getToken(x.DOT,t)})),this.parser=t,this.ruleIndex=x.RULE_python_module}FROM(){return this.getToken(x.FROM,0)}module_token(){return this.getTypedRuleContext(va,0)}COLON(){return this.getToken(x.COLON,0)}enterRule(t){t instanceof o&&t.enterPython_module(this)}exitRule(t){t instanceof o&&t.exitPython_module(this)}}class Fr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"javascript_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(oo):this.getTypedRuleContext(oo,t)})),u(this,"DOT",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.DOT):this.getToken(x.DOT,t)})),this.parser=t,this.ruleIndex=x.RULE_javascript_category_binding}javascript_module(){return this.getTypedRuleContext(Hr,0)}enterRule(t){t instanceof o&&t.enterJavascript_category_binding(this)}exitRule(t){t instanceof o&&t.exitJavascript_category_binding(this)}}class Hr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"javascript_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(oo):this.getTypedRuleContext(oo,t)})),u(this,"SLASH",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.SLASH):this.getToken(x.SLASH,t)})),this.parser=t,this.ruleIndex=x.RULE_javascript_module}FROM(){return this.getToken(x.FROM,0)}module_token(){return this.getTypedRuleContext(va,0)}COLON(){return this.getToken(x.COLON,0)}DOT(){return this.getToken(x.DOT,0)}enterRule(t){t instanceof o&&t.enterJavascript_module(this)}exitRule(t){t instanceof o&&t.exitJavascript_module(this)}}class Vr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"variable_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(cr):this.getTypedRuleContext(cr,t)})),u(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.COMMA):this.getToken(x.COMMA,t)})),this.parser=t,this.ruleIndex=x.RULE_variable_identifier_list}enterRule(t){t instanceof o&&t.enterVariable_identifier_list(this)}exitRule(t){t instanceof o&&t.exitVariable_identifier_list(this)}}class Br extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"attribute_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ur):this.getTypedRuleContext(ur,t)})),u(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.COMMA):this.getToken(x.COMMA,t)})),this.parser=t,this.ruleIndex=x.RULE_attribute_identifier_list}enterRule(t){t instanceof o&&t.enterAttribute_identifier_list(this)}exitRule(t){t instanceof o&&t.exitAttribute_identifier_list(this)}}class Gr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_method_declaration}abstract_global_method_declaration(){return this.getTypedRuleContext(j,0)}concrete_method_declaration(){return this.getTypedRuleContext(J,0)}native_method_declaration(){return this.getTypedRuleContext(Y,0)}test_method_declaration(){return this.getTypedRuleContext(q,0)}enterRule(t){t instanceof o&&t.enterMethod_declaration(this)}exitRule(t){t instanceof o&&t.exitMethod_declaration(this)}}class jr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_comment_statement}COMMENT(){return this.getToken(x.COMMENT,0)}enterRule(t){t instanceof o&&t.enterComment_statement(this)}exitRule(t){t instanceof o&&t.exitComment_statement(this)}}class Wr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"native_statement",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Jr):this.getTypedRuleContext(Jr,t)})),u(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ki):this.getTypedRuleContext(ki,t)})),this.parser=t,this.ruleIndex=x.RULE_native_statement_list}enterRule(t){t instanceof o&&t.enterNative_statement_list(this)}exitRule(t){t instanceof o&&t.exitNative_statement_list(this)}}class Jr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_native_statement}copyFrom(t){super.copyFrom(t)}}class Yr extends Jr{constructor(t,e){super(t),super.copyFrom(e)}CSHARP(){return this.getToken(x.CSHARP,0)}csharp_statement(){return this.getTypedRuleContext(Ih,0)}enterRule(t){t instanceof o&&t.enterCSharpNativeStatement(this)}exitRule(t){t instanceof o&&t.exitCSharpNativeStatement(this)}}x.CSharpNativeStatementContext=Yr;class qr extends Jr{constructor(t,e){super(t),super.copyFrom(e)}JAVA(){return this.getToken(x.JAVA,0)}java_statement(){return this.getTypedRuleContext(Xo,0)}enterRule(t){t instanceof o&&t.enterJavaNativeStatement(this)}exitRule(t){t instanceof o&&t.exitJavaNativeStatement(this)}}x.JavaNativeStatementContext=qr;class Xr extends Jr{constructor(t,e){super(t),super.copyFrom(e)}JAVASCRIPT(){return this.getToken(x.JAVASCRIPT,0)}javascript_native_statement(){return this.getTypedRuleContext(Zr,0)}enterRule(t){t instanceof o&&t.enterJavascriptNativeStatement(this)}exitRule(t){t instanceof o&&t.exitJavascriptNativeStatement(this)}}x.JavascriptNativeStatementContext=Xr;class Kr extends Jr{constructor(t,e){super(t),super.copyFrom(e)}PYTHON2(){return this.getToken(x.PYTHON2,0)}python_native_statement(){return this.getTypedRuleContext(Qr,0)}enterRule(t){t instanceof o&&t.enterPython2NativeStatement(this)}exitRule(t){t instanceof o&&t.exitPython2NativeStatement(this)}}x.Python2NativeStatementContext=Kr;class zr extends Jr{constructor(t,e){super(t),super.copyFrom(e)}PYTHON3(){return this.getToken(x.PYTHON3,0)}python_native_statement(){return this.getTypedRuleContext(Qr,0)}enterRule(t){t instanceof o&&t.enterPython3NativeStatement(this)}exitRule(t){t instanceof o&&t.exitPython3NativeStatement(this)}}x.Python3NativeStatementContext=zr;class Qr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_python_native_statement}python_statement(){return this.getTypedRuleContext(ho,0)}SEMI(){return this.getToken(x.SEMI,0)}python_module(){return this.getTypedRuleContext(Pr,0)}enterRule(t){t instanceof o&&t.enterPython_native_statement(this)}exitRule(t){t instanceof o&&t.exitPython_native_statement(this)}}class Zr extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_javascript_native_statement}javascript_statement(){return this.getTypedRuleContext(ka,0)}SEMI(){return this.getToken(x.SEMI,0)}javascript_module(){return this.getTypedRuleContext(Hr,0)}enterRule(t){t instanceof o&&t.enterJavascript_native_statement(this)}exitRule(t){t instanceof o&&t.exitJavascript_native_statement(this)}}class $r extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"statement",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Q):this.getTypedRuleContext(Q,t)})),u(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ki):this.getTypedRuleContext(ki,t)})),this.parser=t,this.ruleIndex=x.RULE_statement_list}enterRule(t){t instanceof o&&t.enterStatement_list(this)}exitRule(t){t instanceof o&&t.exitStatement_list(this)}}class tn extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"assertion",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(X):this.getTypedRuleContext(X,t)})),u(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ki):this.getTypedRuleContext(ki,t)})),this.parser=t,this.ruleIndex=x.RULE_assertion_list}enterRule(t){t instanceof o&&t.enterAssertion_list(this)}exitRule(t){t instanceof o&&t.exitAssertion_list(this)}}class en extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"switch_case_statement",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(vt):this.getTypedRuleContext(vt,t)})),u(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ki):this.getTypedRuleContext(ki,t)})),this.parser=t,this.ruleIndex=x.RULE_switch_case_statement_list}enterRule(t){t instanceof o&&t.enterSwitch_case_statement_list(this)}exitRule(t){t instanceof o&&t.exitSwitch_case_statement_list(this)}}class sn extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"catch_statement",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Ht):this.getTypedRuleContext(Ht,t)})),u(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ki):this.getTypedRuleContext(ki,t)})),this.parser=t,this.ruleIndex=x.RULE_catch_statement_list}enterRule(t){t instanceof o&&t.enterCatch_statement_list(this)}exitRule(t){t instanceof o&&t.exitCatch_statement_list(this)}}class rn extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_literal_collection}copyFrom(t){super.copyFrom(t)}}class nn extends rn{constructor(t,e){super(t),super.copyFrom(e)}LBRAK(){return this.getToken(x.LBRAK,0)}literal_list_literal(){return this.getTypedRuleContext(Cn,0)}RBRAK(){return this.getToken(x.RBRAK,0)}enterRule(t){t instanceof o&&t.enterLiteralListLiteral(this)}exitRule(t){t instanceof o&&t.exitLiteralListLiteral(this)}}x.LiteralListLiteralContext=nn;class an extends rn{constructor(t,e){super(t),u(this,"atomic_literal",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(hn):this.getTypedRuleContext(hn,t)})),this.low=null,this.high=null,super.copyFrom(e)}LBRAK(){return this.getToken(x.LBRAK,0)}RANGE(){return this.getToken(x.RANGE,0)}RBRAK(){return this.getToken(x.RBRAK,0)}enterRule(t){t instanceof o&&t.enterLiteralRangeLiteral(this)}exitRule(t){t instanceof o&&t.exitLiteralRangeLiteral(this)}}x.LiteralRangeLiteralContext=an;class on extends rn{constructor(t,e){super(t),super.copyFrom(e)}LT(){return this.getToken(x.LT,0)}literal_list_literal(){return this.getTypedRuleContext(Cn,0)}GT(){return this.getToken(x.GT,0)}enterRule(t){t instanceof o&&t.enterLiteralSetLiteral(this)}exitRule(t){t instanceof o&&t.exitLiteralSetLiteral(this)}}x.LiteralSetLiteralContext=on;class hn extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_atomic_literal}copyFrom(t){super.copyFrom(t)}}class ln extends hn{constructor(t,e){super(t),super.copyFrom(e)}MIN_INTEGER(){return this.getToken(x.MIN_INTEGER,0)}enterRule(t){t instanceof o&&t.enterMinIntegerLiteral(this)}exitRule(t){t instanceof o&&t.exitMinIntegerLiteral(this)}}x.MinIntegerLiteralContext=ln;class cn extends hn{constructor(t,e){super(t),super.copyFrom(e)}DATE_LITERAL(){return this.getToken(x.DATE_LITERAL,0)}enterRule(t){t instanceof o&&t.enterDateLiteral(this)}exitRule(t){t instanceof o&&t.exitDateLiteral(this)}}x.DateLiteralContext=cn;class un extends hn{constructor(t,e){super(t),super.copyFrom(e)}symbol_identifier(){return this.getTypedRuleContext(pr,0)}enterRule(t){t instanceof o&&t.enterSymbolLiteral(this)}exitRule(t){t instanceof o&&t.exitSymbolLiteral(this)}}x.SymbolLiteralContext=un;class dn extends hn{constructor(t,e){super(t),super.copyFrom(e)}BOOLEAN_LITERAL(){return this.getToken(x.BOOLEAN_LITERAL,0)}enterRule(t){t instanceof o&&t.enterBooleanLiteral(this)}exitRule(t){t instanceof o&&t.exitBooleanLiteral(this)}}x.BooleanLiteralContext=dn;class pn extends hn{constructor(t,e){super(t),super.copyFrom(e)}VERSION_LITERAL(){return this.getToken(x.VERSION_LITERAL,0)}enterRule(t){t instanceof o&&t.enterVersionLiteral(this)}exitRule(t){t instanceof o&&t.exitVersionLiteral(this)}}x.VersionLiteralContext=pn;class fn extends hn{constructor(t,e){super(t),super.copyFrom(e)}HEXA_LITERAL(){return this.getToken(x.HEXA_LITERAL,0)}enterRule(t){t instanceof o&&t.enterHexadecimalLiteral(this)}exitRule(t){t instanceof o&&t.exitHexadecimalLiteral(this)}}x.HexadecimalLiteralContext=fn;class _n extends hn{constructor(t,e){super(t),super.copyFrom(e)}UUID_LITERAL(){return this.getToken(x.UUID_LITERAL,0)}enterRule(t){t instanceof o&&t.enterUUIDLiteral(this)}exitRule(t){t instanceof o&&t.exitUUIDLiteral(this)}}x.UUIDLiteralContext=_n;class xn extends hn{constructor(t,e){super(t),super.copyFrom(e)}MAX_INTEGER(){return this.getToken(x.MAX_INTEGER,0)}enterRule(t){t instanceof o&&t.enterMaxIntegerLiteral(this)}exitRule(t){t instanceof o&&t.exitMaxIntegerLiteral(this)}}x.MaxIntegerLiteralContext=xn;class En extends hn{constructor(t,e){super(t),super.copyFrom(e)}type_literal(){return this.getTypedRuleContext(Hi,0)}enterRule(t){t instanceof o&&t.enterTypeLiteral(this)}exitRule(t){t instanceof o&&t.exitTypeLiteral(this)}}x.TypeLiteralContext=En;class mn extends hn{constructor(t,e){super(t),super.copyFrom(e)}DATETIME_LITERAL(){return this.getToken(x.DATETIME_LITERAL,0)}enterRule(t){t instanceof o&&t.enterDateTimeLiteral(this)}exitRule(t){t instanceof o&&t.exitDateTimeLiteral(this)}}x.DateTimeLiteralContext=mn;class Rn extends hn{constructor(t,e){super(t),super.copyFrom(e)}PERIOD_LITERAL(){return this.getToken(x.PERIOD_LITERAL,0)}enterRule(t){t instanceof o&&t.enterPeriodLiteral(this)}exitRule(t){t instanceof o&&t.exitPeriodLiteral(this)}}x.PeriodLiteralContext=Rn;class Tn extends hn{constructor(t,e){super(t),super.copyFrom(e)}DECIMAL_LITERAL(){return this.getToken(x.DECIMAL_LITERAL,0)}MINUS(){return this.getToken(x.MINUS,0)}enterRule(t){t instanceof o&&t.enterDecimalLiteral(this)}exitRule(t){t instanceof o&&t.exitDecimalLiteral(this)}}x.DecimalLiteralContext=Tn;class gn extends hn{constructor(t,e){super(t),super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(x.TEXT_LITERAL,0)}enterRule(t){t instanceof o&&t.enterTextLiteral(this)}exitRule(t){t instanceof o&&t.exitTextLiteral(this)}}x.TextLiteralContext=gn;class yn extends hn{constructor(t,e){super(t),super.copyFrom(e)}null_literal(){return this.getTypedRuleContext(Vi,0)}enterRule(t){t instanceof o&&t.enterNullLiteral(this)}exitRule(t){t instanceof o&&t.exitNullLiteral(this)}}x.NullLiteralContext=yn;class An extends hn{constructor(t,e){super(t),super.copyFrom(e)}INTEGER_LITERAL(){return this.getToken(x.INTEGER_LITERAL,0)}MINUS(){return this.getToken(x.MINUS,0)}enterRule(t){t instanceof o&&t.enterIntegerLiteral(this)}exitRule(t){t instanceof o&&t.exitIntegerLiteral(this)}}x.IntegerLiteralContext=An;class Ln extends hn{constructor(t,e){super(t),super.copyFrom(e)}TIME_LITERAL(){return this.getToken(x.TIME_LITERAL,0)}enterRule(t){t instanceof o&&t.enterTimeLiteral(this)}exitRule(t){t instanceof o&&t.exitTimeLiteral(this)}}x.TimeLiteralContext=Ln;class In extends hn{constructor(t,e){super(t),super.copyFrom(e)}CHAR_LITERAL(){return this.getToken(x.CHAR_LITERAL,0)}enterRule(t){t instanceof o&&t.enterCharacterLiteral(this)}exitRule(t){t instanceof o&&t.exitCharacterLiteral(this)}}x.CharacterLiteralContext=In;class Cn extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"atomic_literal",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(hn):this.getTypedRuleContext(hn,t)})),u(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.COMMA):this.getToken(x.COMMA,t)})),this.parser=t,this.ruleIndex=x.RULE_literal_list_literal}enterRule(t){t instanceof o&&t.enterLiteral_list_literal(this)}exitRule(t){t instanceof o&&t.exitLiteral_list_literal(this)}}class vn extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_this_expression}SELF(){return this.getToken(x.SELF,0)}THIS(){return this.getToken(x.THIS,0)}enterRule(t){t instanceof o&&t.enterThis_expression(this)}exitRule(t){t instanceof o&&t.exitThis_expression(this)}}class bn extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_super_expression}SUPER(){return this.getToken(x.SUPER,0)}category_type(){return this.getTypedRuleContext(Ws,0)}DOT(){return this.getToken(x.DOT,0)}enterRule(t){t instanceof o&&t.enterSuper_expression(this)}exitRule(t){t instanceof o&&t.exitSuper_expression(this)}}class wn extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_parenthesis_expression}LPAR(){return this.getToken(x.LPAR,0)}expression(){return this.getTypedRuleContext(Wt,0)}RPAR(){return this.getToken(x.RPAR,0)}enterRule(t){t instanceof o&&t.enterParenthesis_expression(this)}exitRule(t){t instanceof o&&t.exitParenthesis_expression(this)}}class Nn extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_literal_expression}atomic_literal(){return this.getTypedRuleContext(hn,0)}collection_literal(){return this.getTypedRuleContext(Sn,0)}enterRule(t){t instanceof o&&t.enterLiteral_expression(this)}exitRule(t){t instanceof o&&t.exitLiteral_expression(this)}}class Sn extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_collection_literal}range_literal(){return this.getTypedRuleContext(ps,0)}list_literal(){return this.getTypedRuleContext(cs,0)}set_literal(){return this.getTypedRuleContext(us,0)}dict_literal(){return this.getTypedRuleContext(Dn,0)}document_literal(){return this.getTypedRuleContext(Mn,0)}tuple_literal(){return this.getTypedRuleContext(On,0)}enterRule(t){t instanceof o&&t.enterCollection_literal(this)}exitRule(t){t instanceof o&&t.exitCollection_literal(this)}}class On extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_tuple_literal}LPAR(){return this.getToken(x.LPAR,0)}RPAR(){return this.getToken(x.RPAR,0)}MUTABLE(){return this.getToken(x.MUTABLE,0)}expression_tuple(){return this.getTypedRuleContext(kn,0)}enterRule(t){t instanceof o&&t.enterTuple_literal(this)}exitRule(t){t instanceof o&&t.exitTuple_literal(this)}}class Dn extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_dict_literal}LTCOLONGT(){return this.getToken(x.LTCOLONGT,0)}MUTABLE(){return this.getToken(x.MUTABLE,0)}LT(){return this.getToken(x.LT,0)}dict_entry_list(){return this.getTypedRuleContext(Bn,0)}GT(){return this.getToken(x.GT,0)}COLON(){return this.getToken(x.COLON,0)}enterRule(t){t instanceof o&&t.enterDict_literal(this)}exitRule(t){t instanceof o&&t.exitDict_literal(this)}}class Mn extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_document_literal}LCURL(){return this.getToken(x.LCURL,0)}RCURL(){return this.getToken(x.RCURL,0)}doc_entry_list(){return this.getTypedRuleContext(Un,0)}enterRule(t){t instanceof o&&t.enterDocument_literal(this)}exitRule(t){t instanceof o&&t.exitDocument_literal(this)}}class kn extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Wt):this.getTypedRuleContext(Wt,t)})),u(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.COMMA):this.getToken(x.COMMA,t)})),this.parser=t,this.ruleIndex=x.RULE_expression_tuple}enterRule(t){t instanceof o&&t.enterExpression_tuple(this)}exitRule(t){t instanceof o&&t.exitExpression_tuple(this)}}class Un extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"doc_entry",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Pn):this.getTypedRuleContext(Pn,t)})),u(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.COMMA):this.getToken(x.COMMA,t)})),this.parser=t,this.ruleIndex=x.RULE_doc_entry_list}enterRule(t){t instanceof o&&t.enterDoc_entry_list(this)}exitRule(t){t instanceof o&&t.exitDoc_entry_list(this)}}class Pn extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_doc_entry,this.key=null,this.value=null}COLON(){return this.getToken(x.COLON,0)}doc_key(){return this.getTypedRuleContext(Fn,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterDoc_entry(this)}exitRule(t){t instanceof o&&t.exitDoc_entry(this)}}class Fn extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_doc_key}copyFrom(t){super.copyFrom(t)}}class Hn extends Fn{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}identifier_or_keyword(){return this.getTypedRuleContext(ir,0)}enterRule(t){t instanceof o&&t.enterDocKeyIdentifier(this)}exitRule(t){t instanceof o&&t.exitDocKeyIdentifier(this)}}x.DocKeyIdentifierContext=Hn;class Vn extends Fn{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(x.TEXT_LITERAL,0)}enterRule(t){t instanceof o&&t.enterDocKeyText(this)}exitRule(t){t instanceof o&&t.exitDocKeyText(this)}}x.DocKeyTextContext=Vn;class Bn extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"dict_entry",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Gn):this.getTypedRuleContext(Gn,t)})),u(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.COMMA):this.getToken(x.COMMA,t)})),this.parser=t,this.ruleIndex=x.RULE_dict_entry_list}enterRule(t){t instanceof o&&t.enterDict_entry_list(this)}exitRule(t){t instanceof o&&t.exitDict_entry_list(this)}}class Gn extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_dict_entry,this.key=null,this.value=null}COLON(){return this.getToken(x.COLON,0)}dict_key(){return this.getTypedRuleContext(jn,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterDict_entry(this)}exitRule(t){t instanceof o&&t.exitDict_entry(this)}}class jn extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_dict_key}copyFrom(t){super.copyFrom(t)}}class Wn extends jn{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}identifier_or_keyword(){return this.getTypedRuleContext(ir,0)}enterRule(t){t instanceof o&&t.enterDictKeyIdentifier(this)}exitRule(t){t instanceof o&&t.exitDictKeyIdentifier(this)}}x.DictKeyIdentifierContext=Wn;class Jn extends jn{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(x.TEXT_LITERAL,0)}enterRule(t){t instanceof o&&t.enterDictKeyText(this)}exitRule(t){t instanceof o&&t.exitDictKeyText(this)}}x.DictKeyTextContext=Jn;class Yn extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_slice_arguments}copyFrom(t){super.copyFrom(t)}}class qn extends Yn{constructor(t,e){super(t),u(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Wt):this.getTypedRuleContext(Wt,t)})),this.first=null,this.last=null,super.copyFrom(e)}COLON(){return this.getToken(x.COLON,0)}enterRule(t){t instanceof o&&t.enterSliceFirstAndLast(this)}exitRule(t){t instanceof o&&t.exitSliceFirstAndLast(this)}}x.SliceFirstAndLastContext=qn;class Xn extends Yn{constructor(t,e){super(t),this.last=null,super.copyFrom(e)}COLON(){return this.getToken(x.COLON,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterSliceLastOnly(this)}exitRule(t){t instanceof o&&t.exitSliceLastOnly(this)}}x.SliceLastOnlyContext=Xn;class Kn extends Yn{constructor(t,e){super(t),this.first=null,super.copyFrom(e)}COLON(){return this.getToken(x.COLON,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterSliceFirstOnly(this)}exitRule(t){t instanceof o&&t.exitSliceFirstOnly(this)}}x.SliceFirstOnlyContext=Kn;class zn extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_assign_variable_statement}variable_identifier(){return this.getTypedRuleContext(cr,0)}assign(){return this.getTypedRuleContext(Na,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterAssign_variable_statement(this)}exitRule(t){t instanceof o&&t.exitAssign_variable_statement(this)}}class Qn extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_assignable_instance}copyFrom(t){super.copyFrom(t)}}class Zn extends Qn{constructor(t,e){super(t),super.copyFrom(e)}assignable_instance(){return this.getTypedRuleContext(Qn,0)}child_instance(){return this.getTypedRuleContext(Ni,0)}enterRule(t){t instanceof o&&t.enterChildInstance(this)}exitRule(t){t instanceof o&&t.exitChildInstance(this)}}x.ChildInstanceContext=Zn;class $n extends Qn{constructor(t,e){super(t),super.copyFrom(e)}variable_identifier(){return this.getTypedRuleContext(cr,0)}enterRule(t){t instanceof o&&t.enterRootInstance(this)}exitRule(t){t instanceof o&&t.exitRootInstance(this)}}x.RootInstanceContext=$n;class ta extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_is_expression}copyFrom(t){super.copyFrom(t)}}class ea extends ta{constructor(t,e){super(t),super.copyFrom(e)}VARIABLE_IDENTIFIER(){return this.getToken(x.VARIABLE_IDENTIFIER,0)}category_or_any_type(){return this.getTypedRuleContext(gr,0)}enterRule(t){t instanceof o&&t.enterIsATypeExpression(this)}exitRule(t){t instanceof o&&t.exitIsATypeExpression(this)}}x.IsATypeExpressionContext=ea;class ia extends ta{constructor(t,e){super(t),super.copyFrom(e)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterIsOtherExpression(this)}exitRule(t){t instanceof o&&t.exitIsOtherExpression(this)}}x.IsOtherExpressionContext=ia;class sa extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_metadata}VARIABLE_IDENTIFIER(){return this.getToken(x.VARIABLE_IDENTIFIER,0)}enterRule(t){t instanceof o&&t.enterMetadata(this)}exitRule(t){t instanceof o&&t.exitMetadata(this)}}class ra extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_arrow_expression}copyFrom(t){super.copyFrom(t)}}class na extends ra{constructor(t,e){super(t),super.copyFrom(e)}arrow_prefix(){return this.getTypedRuleContext(oa,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterArrowExpressionBody(this)}exitRule(t){t instanceof o&&t.exitArrowExpressionBody(this)}}x.ArrowExpressionBodyContext=na;class aa extends ra{constructor(t,e){super(t),super.copyFrom(e)}arrow_prefix(){return this.getTypedRuleContext(oa,0)}LCURL(){return this.getToken(x.LCURL,0)}statement_list(){return this.getTypedRuleContext($r,0)}RCURL(){return this.getToken(x.RCURL,0)}enterRule(t){t instanceof o&&t.enterArrowStatementsBody(this)}exitRule(t){t instanceof o&&t.exitArrowStatementsBody(this)}}x.ArrowStatementsBodyContext=aa;class oa extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"ws_plus",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Ui):this.getTypedRuleContext(Ui,t)})),this.parser=t,this.ruleIndex=x.RULE_arrow_prefix,this.s1=null,this.s2=null}arrow_args(){return this.getTypedRuleContext(ha,0)}EGT(){return this.getToken(x.EGT,0)}enterRule(t){t instanceof o&&t.enterArrow_prefix(this)}exitRule(t){t instanceof o&&t.exitArrow_prefix(this)}}class ha extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_arrow_args}copyFrom(t){super.copyFrom(t)}}class la extends ha{constructor(t,e){super(t),super.copyFrom(e)}LPAR(){return this.getToken(x.LPAR,0)}RPAR(){return this.getToken(x.RPAR,0)}variable_identifier_list(){return this.getTypedRuleContext(Vr,0)}enterRule(t){t instanceof o&&t.enterArrowListArg(this)}exitRule(t){t instanceof o&&t.exitArrowListArg(this)}}x.ArrowListArgContext=la;class ca extends ha{constructor(t,e){super(t),super.copyFrom(e)}variable_identifier(){return this.getTypedRuleContext(cr,0)}enterRule(t){t instanceof o&&t.enterArrowSingleArg(this)}exitRule(t){t instanceof o&&t.exitArrowSingleArg(this)}}x.ArrowSingleArgContext=ca;class ua extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_sorted_key}instance_expression(){return this.getTypedRuleContext(Xe,0)}arrow_expression(){return this.getTypedRuleContext(ra,0)}enterRule(t){t instanceof o&&t.enterSorted_key(this)}exitRule(t){t instanceof o&&t.exitSorted_key(this)}}class da extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_read_blob_expression,this.source=null}READ(){return this.getToken(x.READ,0)}BLOB(){return this.getToken(x.BLOB,0)}FROM(){return this.getToken(x.FROM,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterRead_blob_expression(this)}exitRule(t){t instanceof o&&t.exitRead_blob_expression(this)}}class pa extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_read_all_expression,this.source=null}READ(){return this.getToken(x.READ,0)}ALL(){return this.getToken(x.ALL,0)}FROM(){return this.getToken(x.FROM,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterRead_all_expression(this)}exitRule(t){t instanceof o&&t.exitRead_all_expression(this)}}class fa extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_read_one_expression,this.source=null}READ(){return this.getToken(x.READ,0)}ONE(){return this.getToken(x.ONE,0)}FROM(){return this.getToken(x.FROM,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterRead_one_expression(this)}exitRule(t){t instanceof o&&t.exitRead_one_expression(this)}}class _a extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"order_by",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(xa):this.getTypedRuleContext(xa,t)})),u(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.COMMA):this.getToken(x.COMMA,t)})),this.parser=t,this.ruleIndex=x.RULE_order_by_list}enterRule(t){t instanceof o&&t.enterOrder_by_list(this)}exitRule(t){t instanceof o&&t.exitOrder_by_list(this)}}class xa extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"variable_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(cr):this.getTypedRuleContext(cr,t)})),u(this,"DOT",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.DOT):this.getToken(x.DOT,t)})),this.parser=t,this.ruleIndex=x.RULE_order_by}ASC(){return this.getToken(x.ASC,0)}DESC(){return this.getToken(x.DESC,0)}enterRule(t){t instanceof o&&t.enterOrder_by(this)}exitRule(t){t instanceof o&&t.exitOrder_by(this)}}class Ea extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_operator}copyFrom(t){super.copyFrom(t)}}class ma extends Ea{constructor(t,e){super(t),super.copyFrom(e)}PLUS(){return this.getToken(x.PLUS,0)}enterRule(t){t instanceof o&&t.enterOperatorPlus(this)}exitRule(t){t instanceof o&&t.exitOperatorPlus(this)}}x.OperatorPlusContext=ma;class Ra extends Ea{constructor(t,e){super(t),super.copyFrom(e)}divide(){return this.getTypedRuleContext(Oa,0)}enterRule(t){t instanceof o&&t.enterOperatorDivide(this)}exitRule(t){t instanceof o&&t.exitOperatorDivide(this)}}x.OperatorDivideContext=Ra;class Ta extends Ea{constructor(t,e){super(t),super.copyFrom(e)}idivide(){return this.getTypedRuleContext(Da,0)}enterRule(t){t instanceof o&&t.enterOperatorIDivide(this)}exitRule(t){t instanceof o&&t.exitOperatorIDivide(this)}}x.OperatorIDivideContext=Ta;class ga extends Ea{constructor(t,e){super(t),super.copyFrom(e)}multiply(){return this.getTypedRuleContext(Sa,0)}enterRule(t){t instanceof o&&t.enterOperatorMultiply(this)}exitRule(t){t instanceof o&&t.exitOperatorMultiply(this)}}x.OperatorMultiplyContext=ga;class ya extends Ea{constructor(t,e){super(t),super.copyFrom(e)}MINUS(){return this.getToken(x.MINUS,0)}enterRule(t){t instanceof o&&t.enterOperatorMinus(this)}exitRule(t){t instanceof o&&t.exitOperatorMinus(this)}}x.OperatorMinusContext=ya;class Aa extends Ea{constructor(t,e){super(t),super.copyFrom(e)}modulo(){return this.getTypedRuleContext(Ma,0)}enterRule(t){t instanceof o&&t.enterOperatorModulo(this)}exitRule(t){t instanceof o&&t.exitOperatorModulo(this)}}x.OperatorModuloContext=Aa;class La extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_keyword}JAVA(){return this.getToken(x.JAVA,0)}CSHARP(){return this.getToken(x.CSHARP,0)}PYTHON2(){return this.getToken(x.PYTHON2,0)}PYTHON3(){return this.getToken(x.PYTHON3,0)}JAVASCRIPT(){return this.getToken(x.JAVASCRIPT,0)}SWIFT(){return this.getToken(x.SWIFT,0)}BOOLEAN(){return this.getToken(x.BOOLEAN,0)}CHARACTER(){return this.getToken(x.CHARACTER,0)}TEXT(){return this.getToken(x.TEXT,0)}INTEGER(){return this.getToken(x.INTEGER,0)}DECIMAL(){return this.getToken(x.DECIMAL,0)}DATE(){return this.getToken(x.DATE,0)}TIME(){return this.getToken(x.TIME,0)}DATETIME(){return this.getToken(x.DATETIME,0)}PERIOD(){return this.getToken(x.PERIOD,0)}VERSION(){return this.getToken(x.VERSION,0)}CODE(){return this.getToken(x.CODE,0)}DOCUMENT(){return this.getToken(x.DOCUMENT,0)}BLOB(){return this.getToken(x.BLOB,0)}IMAGE(){return this.getToken(x.IMAGE,0)}DBID(){return this.getToken(x.DBID,0)}UUID(){return this.getToken(x.UUID,0)}ITERATOR(){return this.getToken(x.ITERATOR,0)}CURSOR(){return this.getToken(x.CURSOR,0)}HTML(){return this.getToken(x.HTML,0)}ABSTRACT(){return this.getToken(x.ABSTRACT,0)}ALL(){return this.getToken(x.ALL,0)}ALWAYS(){return this.getToken(x.ALWAYS,0)}AND(){return this.getToken(x.AND,0)}ANY(){return this.getToken(x.ANY,0)}AS(){return this.getToken(x.AS,0)}ASC(){return this.getToken(x.ASC,0)}ATTR(){return this.getToken(x.ATTR,0)}ATTRIBUTE(){return this.getToken(x.ATTRIBUTE,0)}ATTRIBUTES(){return this.getToken(x.ATTRIBUTES,0)}BINDINGS(){return this.getToken(x.BINDINGS,0)}BREAK(){return this.getToken(x.BREAK,0)}BY(){return this.getToken(x.BY,0)}CASE(){return this.getToken(x.CASE,0)}CATCH(){return this.getToken(x.CATCH,0)}CATEGORY(){return this.getToken(x.CATEGORY,0)}CLASS(){return this.getToken(x.CLASS,0)}CONTAINS(){return this.getToken(x.CONTAINS,0)}DEF(){return this.getToken(x.DEF,0)}DEFAULT(){return this.getToken(x.DEFAULT,0)}DEFINE(){return this.getToken(x.DEFINE,0)}DELETE(){return this.getToken(x.DELETE,0)}DESC(){return this.getToken(x.DESC,0)}DO(){return this.getToken(x.DO,0)}DOING(){return this.getToken(x.DOING,0)}EACH(){return this.getToken(x.EACH,0)}ELSE(){return this.getToken(x.ELSE,0)}ENUM(){return this.getToken(x.ENUM,0)}ENUMERATED(){return this.getToken(x.ENUMERATED,0)}EXCEPT(){return this.getToken(x.EXCEPT,0)}EXECUTE(){return this.getToken(x.EXECUTE,0)}EXPECTING(){return this.getToken(x.EXPECTING,0)}EXTENDS(){return this.getToken(x.EXTENDS,0)}FETCH(){return this.getToken(x.FETCH,0)}FILTERED(){return this.getToken(x.FILTERED,0)}FINALLY(){return this.getToken(x.FINALLY,0)}FLUSH(){return this.getToken(x.FLUSH,0)}FOR(){return this.getToken(x.FOR,0)}FROM(){return this.getToken(x.FROM,0)}GETTER(){return this.getToken(x.GETTER,0)}HAS(){return this.getToken(x.HAS,0)}IF(){return this.getToken(x.IF,0)}IN(){return this.getToken(x.IN,0)}INDEX(){return this.getToken(x.INDEX,0)}IS(){return this.getToken(x.IS,0)}MATCHING(){return this.getToken(x.MATCHING,0)}METHOD(){return this.getToken(x.METHOD,0)}METHODS(){return this.getToken(x.METHODS,0)}MODULO(){return this.getToken(x.MODULO,0)}MUTABLE(){return this.getToken(x.MUTABLE,0)}NATIVE(){return this.getToken(x.NATIVE,0)}NONE(){return this.getToken(x.NONE,0)}NOT(){return this.getToken(x.NOT,0)}NOTHING(){return this.getToken(x.NOTHING,0)}NULL(){return this.getToken(x.NULL,0)}ON(){return this.getToken(x.ON,0)}ONE(){return this.getToken(x.ONE,0)}OPERATOR(){return this.getToken(x.OPERATOR,0)}OR(){return this.getToken(x.OR,0)}ORDER(){return this.getToken(x.ORDER,0)}OTHERWISE(){return this.getToken(x.OTHERWISE,0)}PASS(){return this.getToken(x.PASS,0)}RAISE(){return this.getToken(x.RAISE,0)}READ(){return this.getToken(x.READ,0)}RECEIVING(){return this.getToken(x.RECEIVING,0)}RESOURCE(){return this.getToken(x.RESOURCE,0)}RETURN(){return this.getToken(x.RETURN,0)}RETURNING(){return this.getToken(x.RETURNING,0)}ROWS(){return this.getToken(x.ROWS,0)}SELF(){return this.getToken(x.SELF,0)}SETTER(){return this.getToken(x.SETTER,0)}SINGLETON(){return this.getToken(x.SINGLETON,0)}SORTED(){return this.getToken(x.SORTED,0)}SUPER(){return this.getToken(x.SUPER,0)}STORABLE(){return this.getToken(x.STORABLE,0)}STORE(){return this.getToken(x.STORE,0)}SWITCH(){return this.getToken(x.SWITCH,0)}TEST(){return this.getToken(x.TEST,0)}THIS(){return this.getToken(x.THIS,0)}THROW(){return this.getToken(x.THROW,0)}TO(){return this.getToken(x.TO,0)}TRY(){return this.getToken(x.TRY,0)}VERIFYING(){return this.getToken(x.VERIFYING,0)}WIDGET(){return this.getToken(x.WIDGET,0)}WITH(){return this.getToken(x.WITH,0)}WHEN(){return this.getToken(x.WHEN,0)}WHERE(){return this.getToken(x.WHERE,0)}WHILE(){return this.getToken(x.WHILE,0)}WRITE(){return this.getToken(x.WRITE,0)}enterRule(t){t instanceof o&&t.enterKeyword(this)}exitRule(t){t instanceof o&&t.exitKeyword(this)}}class Ia extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_new_token,this.i1=null}VARIABLE_IDENTIFIER(){return this.getToken(x.VARIABLE_IDENTIFIER,0)}enterRule(t){t instanceof o&&t.enterNew_token(this)}exitRule(t){t instanceof o&&t.exitNew_token(this)}}class Ca extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_key_token,this.i1=null}VARIABLE_IDENTIFIER(){return this.getToken(x.VARIABLE_IDENTIFIER,0)}enterRule(t){t instanceof o&&t.enterKey_token(this)}exitRule(t){t instanceof o&&t.exitKey_token(this)}}class va extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_module_token,this.i1=null}VARIABLE_IDENTIFIER(){return this.getToken(x.VARIABLE_IDENTIFIER,0)}enterRule(t){t instanceof o&&t.enterModule_token(this)}exitRule(t){t instanceof o&&t.exitModule_token(this)}}class ba extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_value_token,this.i1=null}VARIABLE_IDENTIFIER(){return this.getToken(x.VARIABLE_IDENTIFIER,0)}enterRule(t){t instanceof o&&t.enterValue_token(this)}exitRule(t){t instanceof o&&t.exitValue_token(this)}}class wa extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_symbols_token,this.i1=null}VARIABLE_IDENTIFIER(){return this.getToken(x.VARIABLE_IDENTIFIER,0)}enterRule(t){t instanceof o&&t.enterSymbols_token(this)}exitRule(t){t instanceof o&&t.exitSymbols_token(this)}}class Na extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_assign}EQ(){return this.getToken(x.EQ,0)}enterRule(t){t instanceof o&&t.enterAssign(this)}exitRule(t){t instanceof o&&t.exitAssign(this)}}class Sa extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_multiply}STAR(){return this.getToken(x.STAR,0)}enterRule(t){t instanceof o&&t.enterMultiply(this)}exitRule(t){t instanceof o&&t.exitMultiply(this)}}class Oa extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_divide}SLASH(){return this.getToken(x.SLASH,0)}enterRule(t){t instanceof o&&t.enterDivide(this)}exitRule(t){t instanceof o&&t.exitDivide(this)}}class Da extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_idivide}BSLASH(){return this.getToken(x.BSLASH,0)}enterRule(t){t instanceof o&&t.enterIdivide(this)}exitRule(t){t instanceof o&&t.exitIdivide(this)}}class Ma extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_modulo}PERCENT(){return this.getToken(x.PERCENT,0)}MODULO(){return this.getToken(x.MODULO,0)}enterRule(t){t instanceof o&&t.enterModulo(this)}exitRule(t){t instanceof o&&t.exitModulo(this)}}class ka extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_javascript_statement}copyFrom(t){super.copyFrom(t)}}class Ua extends ka{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}SEMI(){return this.getToken(x.SEMI,0)}javascript_expression(){return this.getTypedRuleContext(Fa,0)}enterRule(t){t instanceof o&&t.enterJavascriptStatement(this)}exitRule(t){t instanceof o&&t.exitJavascriptStatement(this)}}x.JavascriptStatementContext=Ua;class Pa extends ka{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}RETURN(){return this.getToken(x.RETURN,0)}SEMI(){return this.getToken(x.SEMI,0)}javascript_expression(){return this.getTypedRuleContext(Fa,0)}enterRule(t){t instanceof o&&t.enterJavascriptReturnStatement(this)}exitRule(t){t instanceof o&&t.exitJavascriptReturnStatement(this)}}x.JavascriptReturnStatementContext=Pa;class Fa extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_javascript_expression}copyFrom(t){super.copyFrom(t)}}class Ha extends Fa{constructor(t,e){super(t),this.parent=null,this.child=null,super.copyFrom(e)}javascript_expression(){return this.getTypedRuleContext(Fa,0)}javascript_selector_expression(){return this.getTypedRuleContext(Wa,0)}enterRule(t){t instanceof o&&t.enterJavascriptSelectorExpression(this)}exitRule(t){t instanceof o&&t.exitJavascriptSelectorExpression(this)}}x.JavascriptSelectorExpressionContext=Ha;class Va extends Fa{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}javascript_primary_expression(){return this.getTypedRuleContext(Ba,0)}enterRule(t){t instanceof o&&t.enterJavascriptPrimaryExpression(this)}exitRule(t){t instanceof o&&t.exitJavascriptPrimaryExpression(this)}}x.JavascriptPrimaryExpressionContext=Va;class Ba extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_javascript_primary_expression}javascript_this_expression(){return this.getTypedRuleContext(Ga,0)}javascript_new_expression(){return this.getTypedRuleContext(ja,0)}javascript_parenthesis_expression(){return this.getTypedRuleContext($a,0)}javascript_identifier_expression(){return this.getTypedRuleContext(to,0)}javascript_literal_expression(){return this.getTypedRuleContext(eo,0)}javascript_method_expression(){return this.getTypedRuleContext(Xa,0)}javascript_item_expression(){return this.getTypedRuleContext(Za,0)}enterRule(t){t instanceof o&&t.enterJavascript_primary_expression(this)}exitRule(t){t instanceof o&&t.exitJavascript_primary_expression(this)}}class Ga extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_javascript_this_expression}this_expression(){return this.getTypedRuleContext(vn,0)}enterRule(t){t instanceof o&&t.enterJavascript_this_expression(this)}exitRule(t){t instanceof o&&t.exitJavascript_this_expression(this)}}class ja extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_javascript_new_expression}new_token(){return this.getTypedRuleContext(Ia,0)}javascript_method_expression(){return this.getTypedRuleContext(Xa,0)}enterRule(t){t instanceof o&&t.enterJavascript_new_expression(this)}exitRule(t){t instanceof o&&t.exitJavascript_new_expression(this)}}class Wa extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_javascript_selector_expression}copyFrom(t){super.copyFrom(t)}}class Ja extends Wa{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}DOT(){return this.getToken(x.DOT,0)}javascript_identifier(){return this.getTypedRuleContext(oo,0)}enterRule(t){t instanceof o&&t.enterJavascriptMemberExpression(this)}exitRule(t){t instanceof o&&t.exitJavascriptMemberExpression(this)}}x.JavascriptMemberExpressionContext=Ja;class Ya extends Wa{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}javascript_item_expression(){return this.getTypedRuleContext(Za,0)}enterRule(t){t instanceof o&&t.enterJavascriptItemExpression(this)}exitRule(t){t instanceof o&&t.exitJavascriptItemExpression(this)}}x.JavascriptItemExpressionContext=Ya;class qa extends Wa{constructor(t,e){super(t),this.method=null,super.copyFrom(e)}DOT(){return this.getToken(x.DOT,0)}javascript_method_expression(){return this.getTypedRuleContext(Xa,0)}enterRule(t){t instanceof o&&t.enterJavascriptMethodExpression(this)}exitRule(t){t instanceof o&&t.exitJavascriptMethodExpression(this)}}x.JavascriptMethodExpressionContext=qa;class Xa extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_javascript_method_expression,this.name=null,this.args=null}LPAR(){return this.getToken(x.LPAR,0)}RPAR(){return this.getToken(x.RPAR,0)}javascript_identifier(){return this.getTypedRuleContext(oo,0)}javascript_arguments(){return this.getTypedRuleContext(Ka,0)}enterRule(t){t instanceof o&&t.enterJavascript_method_expression(this)}exitRule(t){t instanceof o&&t.exitJavascript_method_expression(this)}}class Ka extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_javascript_arguments}copyFrom(t){super.copyFrom(t)}}class za extends Ka{constructor(t,e){super(t),this.item=null,super.copyFrom(e)}javascript_expression(){return this.getTypedRuleContext(Fa,0)}enterRule(t){t instanceof o&&t.enterJavascriptArgumentList(this)}exitRule(t){t instanceof o&&t.exitJavascriptArgumentList(this)}}x.JavascriptArgumentListContext=za;class Qa extends Ka{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}COMMA(){return this.getToken(x.COMMA,0)}javascript_arguments(){return this.getTypedRuleContext(Ka,0)}javascript_expression(){return this.getTypedRuleContext(Fa,0)}enterRule(t){t instanceof o&&t.enterJavascriptArgumentListItem(this)}exitRule(t){t instanceof o&&t.exitJavascriptArgumentListItem(this)}}x.JavascriptArgumentListItemContext=Qa;class Za extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_javascript_item_expression,this.exp=null}LBRAK(){return this.getToken(x.LBRAK,0)}RBRAK(){return this.getToken(x.RBRAK,0)}javascript_expression(){return this.getTypedRuleContext(Fa,0)}enterRule(t){t instanceof o&&t.enterJavascript_item_expression(this)}exitRule(t){t instanceof o&&t.exitJavascript_item_expression(this)}}class $a extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_javascript_parenthesis_expression,this.exp=null}LPAR(){return this.getToken(x.LPAR,0)}RPAR(){return this.getToken(x.RPAR,0)}javascript_expression(){return this.getTypedRuleContext(Fa,0)}enterRule(t){t instanceof o&&t.enterJavascript_parenthesis_expression(this)}exitRule(t){t instanceof o&&t.exitJavascript_parenthesis_expression(this)}}class to extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_javascript_identifier_expression,this.name=null}javascript_identifier(){return this.getTypedRuleContext(oo,0)}enterRule(t){t instanceof o&&t.enterJavascript_identifier_expression(this)}exitRule(t){t instanceof o&&t.exitJavascript_identifier_expression(this)}}class eo extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_javascript_literal_expression}copyFrom(t){super.copyFrom(t)}}class io extends eo{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}INTEGER_LITERAL(){return this.getToken(x.INTEGER_LITERAL,0)}enterRule(t){t instanceof o&&t.enterJavascriptIntegerLiteral(this)}exitRule(t){t instanceof o&&t.exitJavascriptIntegerLiteral(this)}}x.JavascriptIntegerLiteralContext=io;class so extends eo{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}BOOLEAN_LITERAL(){return this.getToken(x.BOOLEAN_LITERAL,0)}enterRule(t){t instanceof o&&t.enterJavascriptBooleanLiteral(this)}exitRule(t){t instanceof o&&t.exitJavascriptBooleanLiteral(this)}}x.JavascriptBooleanLiteralContext=so;class ro extends eo{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}CHAR_LITERAL(){return this.getToken(x.CHAR_LITERAL,0)}enterRule(t){t instanceof o&&t.enterJavascriptCharacterLiteral(this)}exitRule(t){t instanceof o&&t.exitJavascriptCharacterLiteral(this)}}x.JavascriptCharacterLiteralContext=ro;class no extends eo{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(x.TEXT_LITERAL,0)}enterRule(t){t instanceof o&&t.enterJavascriptTextLiteral(this)}exitRule(t){t instanceof o&&t.exitJavascriptTextLiteral(this)}}x.JavascriptTextLiteralContext=no;class ao extends eo{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}DECIMAL_LITERAL(){return this.getToken(x.DECIMAL_LITERAL,0)}enterRule(t){t instanceof o&&t.enterJavascriptDecimalLiteral(this)}exitRule(t){t instanceof o&&t.exitJavascriptDecimalLiteral(this)}}x.JavascriptDecimalLiteralContext=ao;class oo extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_javascript_identifier}VARIABLE_IDENTIFIER(){return this.getToken(x.VARIABLE_IDENTIFIER,0)}SYMBOL_IDENTIFIER(){return this.getToken(x.SYMBOL_IDENTIFIER,0)}DOLLAR_IDENTIFIER(){return this.getToken(x.DOLLAR_IDENTIFIER,0)}TYPE_IDENTIFIER(){return this.getToken(x.TYPE_IDENTIFIER,0)}keyword(){return this.getTypedRuleContext(La,0)}enterRule(t){t instanceof o&&t.enterJavascript_identifier(this)}exitRule(t){t instanceof o&&t.exitJavascript_identifier(this)}}class ho extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_python_statement}copyFrom(t){super.copyFrom(t)}}class lo extends ho{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}python_expression(){return this.getTypedRuleContext(uo,0)}enterRule(t){t instanceof o&&t.enterPythonStatement(this)}exitRule(t){t instanceof o&&t.exitPythonStatement(this)}}x.PythonStatementContext=lo;class co extends ho{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}RETURN(){return this.getToken(x.RETURN,0)}python_expression(){return this.getTypedRuleContext(uo,0)}enterRule(t){t instanceof o&&t.enterPythonReturnStatement(this)}exitRule(t){t instanceof o&&t.exitPythonReturnStatement(this)}}x.PythonReturnStatementContext=co;class uo extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_python_expression}copyFrom(t){super.copyFrom(t)}}class po extends uo{constructor(t,e){super(t),this.parent=null,this.child=null,super.copyFrom(e)}python_expression(){return this.getTypedRuleContext(uo,0)}python_selector_expression(){return this.getTypedRuleContext(yo,0)}enterRule(t){t instanceof o&&t.enterPythonSelectorExpression(this)}exitRule(t){t instanceof o&&t.exitPythonSelectorExpression(this)}}x.PythonSelectorExpressionContext=po;class fo extends uo{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}python_primary_expression(){return this.getTypedRuleContext(_o,0)}enterRule(t){t instanceof o&&t.enterPythonPrimaryExpression(this)}exitRule(t){t instanceof o&&t.exitPythonPrimaryExpression(this)}}x.PythonPrimaryExpressionContext=fo;class _o extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_python_primary_expression}copyFrom(t){super.copyFrom(t)}}class xo extends _o{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}python_parenthesis_expression(){return this.getTypedRuleContext(Uo,0)}enterRule(t){t instanceof o&&t.enterPythonParenthesisExpression(this)}exitRule(t){t instanceof o&&t.exitPythonParenthesisExpression(this)}}x.PythonParenthesisExpressionContext=xo;class Eo extends _o{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}python_identifier_expression(){return this.getTypedRuleContext(Po,0)}enterRule(t){t instanceof o&&t.enterPythonIdentifierExpression(this)}exitRule(t){t instanceof o&&t.exitPythonIdentifierExpression(this)}}x.PythonIdentifierExpressionContext=Eo;class mo extends _o{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}python_self_expression(){return this.getTypedRuleContext(go,0)}enterRule(t){t instanceof o&&t.enterPythonSelfExpression(this)}exitRule(t){t instanceof o&&t.exitPythonSelfExpression(this)}}x.PythonSelfExpressionContext=mo;class Ro extends _o{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}python_literal_expression(){return this.getTypedRuleContext(Bo,0)}enterRule(t){t instanceof o&&t.enterPythonLiteralExpression(this)}exitRule(t){t instanceof o&&t.exitPythonLiteralExpression(this)}}x.PythonLiteralExpressionContext=Ro;class To extends _o{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}python_method_expression(){return this.getTypedRuleContext(Io,0)}enterRule(t){t instanceof o&&t.enterPythonGlobalMethodExpression(this)}exitRule(t){t instanceof o&&t.exitPythonGlobalMethodExpression(this)}}x.PythonGlobalMethodExpressionContext=To;class go extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_python_self_expression}this_expression(){return this.getTypedRuleContext(vn,0)}enterRule(t){t instanceof o&&t.enterPython_self_expression(this)}exitRule(t){t instanceof o&&t.exitPython_self_expression(this)}}class yo extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_python_selector_expression}copyFrom(t){super.copyFrom(t)}}class Ao extends yo{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}DOT(){return this.getToken(x.DOT,0)}python_method_expression(){return this.getTypedRuleContext(Io,0)}enterRule(t){t instanceof o&&t.enterPythonMethodExpression(this)}exitRule(t){t instanceof o&&t.exitPythonMethodExpression(this)}}x.PythonMethodExpressionContext=Ao;class Lo extends yo{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}LBRAK(){return this.getToken(x.LBRAK,0)}RBRAK(){return this.getToken(x.RBRAK,0)}python_expression(){return this.getTypedRuleContext(uo,0)}enterRule(t){t instanceof o&&t.enterPythonItemExpression(this)}exitRule(t){t instanceof o&&t.exitPythonItemExpression(this)}}x.PythonItemExpressionContext=Lo;class Io extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_python_method_expression,this.name=null,this.args=null}LPAR(){return this.getToken(x.LPAR,0)}RPAR(){return this.getToken(x.RPAR,0)}python_identifier(){return this.getTypedRuleContext(qo,0)}python_argument_list(){return this.getTypedRuleContext(Co,0)}enterRule(t){t instanceof o&&t.enterPython_method_expression(this)}exitRule(t){t instanceof o&&t.exitPython_method_expression(this)}}class Co extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_python_argument_list}copyFrom(t){super.copyFrom(t)}}class vo extends Co{constructor(t,e){super(t),this.ordinal=null,super.copyFrom(e)}python_ordinal_argument_list(){return this.getTypedRuleContext(No,0)}enterRule(t){t instanceof o&&t.enterPythonOrdinalOnlyArgumentList(this)}exitRule(t){t instanceof o&&t.exitPythonOrdinalOnlyArgumentList(this)}}x.PythonOrdinalOnlyArgumentListContext=vo;class bo extends Co{constructor(t,e){super(t),this.named=null,super.copyFrom(e)}python_named_argument_list(){return this.getTypedRuleContext(Do,0)}enterRule(t){t instanceof o&&t.enterPythonNamedOnlyArgumentList(this)}exitRule(t){t instanceof o&&t.exitPythonNamedOnlyArgumentList(this)}}x.PythonNamedOnlyArgumentListContext=bo;class wo extends Co{constructor(t,e){super(t),this.ordinal=null,this.named=null,super.copyFrom(e)}COMMA(){return this.getToken(x.COMMA,0)}python_ordinal_argument_list(){return this.getTypedRuleContext(No,0)}python_named_argument_list(){return this.getTypedRuleContext(Do,0)}enterRule(t){t instanceof o&&t.enterPythonArgumentList(this)}exitRule(t){t instanceof o&&t.exitPythonArgumentList(this)}}x.PythonArgumentListContext=wo;class No extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_python_ordinal_argument_list}copyFrom(t){super.copyFrom(t)}}class So extends No{constructor(t,e){super(t),this.item=null,super.copyFrom(e)}python_expression(){return this.getTypedRuleContext(uo,0)}enterRule(t){t instanceof o&&t.enterPythonOrdinalArgumentList(this)}exitRule(t){t instanceof o&&t.exitPythonOrdinalArgumentList(this)}}x.PythonOrdinalArgumentListContext=So;class Oo extends No{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}COMMA(){return this.getToken(x.COMMA,0)}python_ordinal_argument_list(){return this.getTypedRuleContext(No,0)}python_expression(){return this.getTypedRuleContext(uo,0)}enterRule(t){t instanceof o&&t.enterPythonOrdinalArgumentListItem(this)}exitRule(t){t instanceof o&&t.exitPythonOrdinalArgumentListItem(this)}}x.PythonOrdinalArgumentListItemContext=Oo;class Do extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_python_named_argument_list}copyFrom(t){super.copyFrom(t)}}class Mo extends Do{constructor(t,e){super(t),this.name=null,this.exp=null,super.copyFrom(e)}EQ(){return this.getToken(x.EQ,0)}python_identifier(){return this.getTypedRuleContext(qo,0)}python_expression(){return this.getTypedRuleContext(uo,0)}enterRule(t){t instanceof o&&t.enterPythonNamedArgumentList(this)}exitRule(t){t instanceof o&&t.exitPythonNamedArgumentList(this)}}x.PythonNamedArgumentListContext=Mo;class ko extends Do{constructor(t,e){super(t),this.items=null,this.name=null,this.exp=null,super.copyFrom(e)}COMMA(){return this.getToken(x.COMMA,0)}EQ(){return this.getToken(x.EQ,0)}python_named_argument_list(){return this.getTypedRuleContext(Do,0)}python_identifier(){return this.getTypedRuleContext(qo,0)}python_expression(){return this.getTypedRuleContext(uo,0)}enterRule(t){t instanceof o&&t.enterPythonNamedArgumentListItem(this)}exitRule(t){t instanceof o&&t.exitPythonNamedArgumentListItem(this)}}x.PythonNamedArgumentListItemContext=ko;class Uo extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_python_parenthesis_expression,this.exp=null}LPAR(){return this.getToken(x.LPAR,0)}RPAR(){return this.getToken(x.RPAR,0)}python_expression(){return this.getTypedRuleContext(uo,0)}enterRule(t){t instanceof o&&t.enterPython_parenthesis_expression(this)}exitRule(t){t instanceof o&&t.exitPython_parenthesis_expression(this)}}class Po extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_python_identifier_expression}copyFrom(t){super.copyFrom(t)}}class Fo extends Po{constructor(t,e){super(t),this.parent=null,this.name=null,super.copyFrom(e)}DOT(){return this.getToken(x.DOT,0)}python_identifier_expression(){return this.getTypedRuleContext(Po,0)}python_identifier(){return this.getTypedRuleContext(qo,0)}enterRule(t){t instanceof o&&t.enterPythonChildIdentifier(this)}exitRule(t){t instanceof o&&t.exitPythonChildIdentifier(this)}}x.PythonChildIdentifierContext=Fo;class Ho extends Po{constructor(t,e){super(t),super.copyFrom(e)}DOLLAR_IDENTIFIER(){return this.getToken(x.DOLLAR_IDENTIFIER,0)}enterRule(t){t instanceof o&&t.enterPythonPromptoIdentifier(this)}exitRule(t){t instanceof o&&t.exitPythonPromptoIdentifier(this)}}x.PythonPromptoIdentifierContext=Ho;class Vo extends Po{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}python_identifier(){return this.getTypedRuleContext(qo,0)}enterRule(t){t instanceof o&&t.enterPythonIdentifier(this)}exitRule(t){t instanceof o&&t.exitPythonIdentifier(this)}}x.PythonIdentifierContext=Vo;class Bo extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_python_literal_expression}copyFrom(t){super.copyFrom(t)}}class Go extends Bo{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}INTEGER_LITERAL(){return this.getToken(x.INTEGER_LITERAL,0)}enterRule(t){t instanceof o&&t.enterPythonIntegerLiteral(this)}exitRule(t){t instanceof o&&t.exitPythonIntegerLiteral(this)}}x.PythonIntegerLiteralContext=Go;class jo extends Bo{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}BOOLEAN_LITERAL(){return this.getToken(x.BOOLEAN_LITERAL,0)}enterRule(t){t instanceof o&&t.enterPythonBooleanLiteral(this)}exitRule(t){t instanceof o&&t.exitPythonBooleanLiteral(this)}}x.PythonBooleanLiteralContext=jo;class Wo extends Bo{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}CHAR_LITERAL(){return this.getToken(x.CHAR_LITERAL,0)}enterRule(t){t instanceof o&&t.enterPythonCharacterLiteral(this)}exitRule(t){t instanceof o&&t.exitPythonCharacterLiteral(this)}}x.PythonCharacterLiteralContext=Wo;class Jo extends Bo{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(x.TEXT_LITERAL,0)}enterRule(t){t instanceof o&&t.enterPythonTextLiteral(this)}exitRule(t){t instanceof o&&t.exitPythonTextLiteral(this)}}x.PythonTextLiteralContext=Jo;class Yo extends Bo{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}DECIMAL_LITERAL(){return this.getToken(x.DECIMAL_LITERAL,0)}enterRule(t){t instanceof o&&t.enterPythonDecimalLiteral(this)}exitRule(t){t instanceof o&&t.exitPythonDecimalLiteral(this)}}x.PythonDecimalLiteralContext=Yo;class qo extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_python_identifier}VARIABLE_IDENTIFIER(){return this.getToken(x.VARIABLE_IDENTIFIER,0)}SYMBOL_IDENTIFIER(){return this.getToken(x.SYMBOL_IDENTIFIER,0)}DOLLAR_IDENTIFIER(){return this.getToken(x.DOLLAR_IDENTIFIER,0)}TYPE_IDENTIFIER(){return this.getToken(x.TYPE_IDENTIFIER,0)}keyword(){return this.getTypedRuleContext(La,0)}enterRule(t){t instanceof o&&t.enterPython_identifier(this)}exitRule(t){t instanceof o&&t.exitPython_identifier(this)}}class Xo extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_java_statement}copyFrom(t){super.copyFrom(t)}}class Ko extends Xo{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}RETURN(){return this.getToken(x.RETURN,0)}SEMI(){return this.getToken(x.SEMI,0)}java_expression(){return this.getTypedRuleContext(Qo,0)}enterRule(t){t instanceof o&&t.enterJavaReturnStatement(this)}exitRule(t){t instanceof o&&t.exitJavaReturnStatement(this)}}x.JavaReturnStatementContext=Ko;class zo extends Xo{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}SEMI(){return this.getToken(x.SEMI,0)}java_expression(){return this.getTypedRuleContext(Qo,0)}enterRule(t){t instanceof o&&t.enterJavaStatement(this)}exitRule(t){t instanceof o&&t.exitJavaStatement(this)}}x.JavaStatementContext=zo;class Qo extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_java_expression}copyFrom(t){super.copyFrom(t)}}class Zo extends Qo{constructor(t,e){super(t),this.parent=null,this.child=null,super.copyFrom(e)}java_expression(){return this.getTypedRuleContext(Qo,0)}java_selector_expression(){return this.getTypedRuleContext(sh,0)}enterRule(t){t instanceof o&&t.enterJavaSelectorExpression(this)}exitRule(t){t instanceof o&&t.exitJavaSelectorExpression(this)}}x.JavaSelectorExpressionContext=Zo;class $o extends Qo{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}java_primary_expression(){return this.getTypedRuleContext(th,0)}enterRule(t){t instanceof o&&t.enterJavaPrimaryExpression(this)}exitRule(t){t instanceof o&&t.exitJavaPrimaryExpression(this)}}x.JavaPrimaryExpressionContext=$o;class th extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_java_primary_expression}java_this_expression(){return this.getTypedRuleContext(eh,0)}java_new_expression(){return this.getTypedRuleContext(ih,0)}java_parenthesis_expression(){return this.getTypedRuleContext(uh,0)}java_identifier_expression(){return this.getTypedRuleContext(dh,0)}java_literal_expression(){return this.getTypedRuleContext(mh,0)}enterRule(t){t instanceof o&&t.enterJava_primary_expression(this)}exitRule(t){t instanceof o&&t.exitJava_primary_expression(this)}}class eh extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_java_this_expression}this_expression(){return this.getTypedRuleContext(vn,0)}enterRule(t){t instanceof o&&t.enterJava_this_expression(this)}exitRule(t){t instanceof o&&t.exitJava_this_expression(this)}}class ih extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_java_new_expression}new_token(){return this.getTypedRuleContext(Ia,0)}java_method_expression(){return this.getTypedRuleContext(ah,0)}enterRule(t){t instanceof o&&t.enterJava_new_expression(this)}exitRule(t){t instanceof o&&t.exitJava_new_expression(this)}}class sh extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_java_selector_expression}copyFrom(t){super.copyFrom(t)}}class rh extends sh{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}java_item_expression(){return this.getTypedRuleContext(ch,0)}enterRule(t){t instanceof o&&t.enterJavaItemExpression(this)}exitRule(t){t instanceof o&&t.exitJavaItemExpression(this)}}x.JavaItemExpressionContext=rh;class nh extends sh{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}DOT(){return this.getToken(x.DOT,0)}java_method_expression(){return this.getTypedRuleContext(ah,0)}enterRule(t){t instanceof o&&t.enterJavaMethodExpression(this)}exitRule(t){t instanceof o&&t.exitJavaMethodExpression(this)}}x.JavaMethodExpressionContext=nh;class ah extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_java_method_expression,this.name=null,this.args=null}LPAR(){return this.getToken(x.LPAR,0)}RPAR(){return this.getToken(x.RPAR,0)}java_identifier(){return this.getTypedRuleContext(Lh,0)}java_arguments(){return this.getTypedRuleContext(oh,0)}enterRule(t){t instanceof o&&t.enterJava_method_expression(this)}exitRule(t){t instanceof o&&t.exitJava_method_expression(this)}}class oh extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_java_arguments}copyFrom(t){super.copyFrom(t)}}class hh extends oh{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}COMMA(){return this.getToken(x.COMMA,0)}java_arguments(){return this.getTypedRuleContext(oh,0)}java_expression(){return this.getTypedRuleContext(Qo,0)}enterRule(t){t instanceof o&&t.enterJavaArgumentListItem(this)}exitRule(t){t instanceof o&&t.exitJavaArgumentListItem(this)}}x.JavaArgumentListItemContext=hh;class lh extends oh{constructor(t,e){super(t),this.item=null,super.copyFrom(e)}java_expression(){return this.getTypedRuleContext(Qo,0)}enterRule(t){t instanceof o&&t.enterJavaArgumentList(this)}exitRule(t){t instanceof o&&t.exitJavaArgumentList(this)}}x.JavaArgumentListContext=lh;class ch extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_java_item_expression,this.exp=null}LBRAK(){return this.getToken(x.LBRAK,0)}RBRAK(){return this.getToken(x.RBRAK,0)}java_expression(){return this.getTypedRuleContext(Qo,0)}enterRule(t){t instanceof o&&t.enterJava_item_expression(this)}exitRule(t){t instanceof o&&t.exitJava_item_expression(this)}}class uh extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_java_parenthesis_expression,this.exp=null}LPAR(){return this.getToken(x.LPAR,0)}RPAR(){return this.getToken(x.RPAR,0)}java_expression(){return this.getTypedRuleContext(Qo,0)}enterRule(t){t instanceof o&&t.enterJava_parenthesis_expression(this)}exitRule(t){t instanceof o&&t.exitJava_parenthesis_expression(this)}}class dh extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_java_identifier_expression}copyFrom(t){super.copyFrom(t)}}class ph extends dh{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}java_identifier(){return this.getTypedRuleContext(Lh,0)}enterRule(t){t instanceof o&&t.enterJavaIdentifier(this)}exitRule(t){t instanceof o&&t.exitJavaIdentifier(this)}}x.JavaIdentifierContext=ph;class fh extends dh{constructor(t,e){super(t),this.parent=null,this.name=null,super.copyFrom(e)}DOT(){return this.getToken(x.DOT,0)}java_identifier_expression(){return this.getTypedRuleContext(dh,0)}java_identifier(){return this.getTypedRuleContext(Lh,0)}enterRule(t){t instanceof o&&t.enterJavaChildIdentifier(this)}exitRule(t){t instanceof o&&t.exitJavaChildIdentifier(this)}}x.JavaChildIdentifierContext=fh;class _h extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_java_class_identifier_expression}copyFrom(t){super.copyFrom(t)}}class xh extends _h{constructor(t,e){super(t),this.klass=null,super.copyFrom(e)}java_identifier_expression(){return this.getTypedRuleContext(dh,0)}enterRule(t){t instanceof o&&t.enterJavaClassIdentifier(this)}exitRule(t){t instanceof o&&t.exitJavaClassIdentifier(this)}}x.JavaClassIdentifierContext=xh;class Eh extends _h{constructor(t,e){super(t),this.parent=null,this.name=null,super.copyFrom(e)}java_class_identifier_expression(){return this.getTypedRuleContext(_h,0)}DOLLAR_IDENTIFIER(){return this.getToken(x.DOLLAR_IDENTIFIER,0)}enterRule(t){t instanceof o&&t.enterJavaChildClassIdentifier(this)}exitRule(t){t instanceof o&&t.exitJavaChildClassIdentifier(this)}}x.JavaChildClassIdentifierContext=Eh;class mh extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_java_literal_expression}copyFrom(t){super.copyFrom(t)}}class Rh extends mh{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}BOOLEAN_LITERAL(){return this.getToken(x.BOOLEAN_LITERAL,0)}enterRule(t){t instanceof o&&t.enterJavaBooleanLiteral(this)}exitRule(t){t instanceof o&&t.exitJavaBooleanLiteral(this)}}x.JavaBooleanLiteralContext=Rh;class Th extends mh{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}CHAR_LITERAL(){return this.getToken(x.CHAR_LITERAL,0)}enterRule(t){t instanceof o&&t.enterJavaCharacterLiteral(this)}exitRule(t){t instanceof o&&t.exitJavaCharacterLiteral(this)}}x.JavaCharacterLiteralContext=Th;class gh extends mh{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}INTEGER_LITERAL(){return this.getToken(x.INTEGER_LITERAL,0)}enterRule(t){t instanceof o&&t.enterJavaIntegerLiteral(this)}exitRule(t){t instanceof o&&t.exitJavaIntegerLiteral(this)}}x.JavaIntegerLiteralContext=gh;class yh extends mh{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(x.TEXT_LITERAL,0)}enterRule(t){t instanceof o&&t.enterJavaTextLiteral(this)}exitRule(t){t instanceof o&&t.exitJavaTextLiteral(this)}}x.JavaTextLiteralContext=yh;class Ah extends mh{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}DECIMAL_LITERAL(){return this.getToken(x.DECIMAL_LITERAL,0)}enterRule(t){t instanceof o&&t.enterJavaDecimalLiteral(this)}exitRule(t){t instanceof o&&t.exitJavaDecimalLiteral(this)}}x.JavaDecimalLiteralContext=Ah;class Lh extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_java_identifier}VARIABLE_IDENTIFIER(){return this.getToken(x.VARIABLE_IDENTIFIER,0)}SYMBOL_IDENTIFIER(){return this.getToken(x.SYMBOL_IDENTIFIER,0)}DOLLAR_IDENTIFIER(){return this.getToken(x.DOLLAR_IDENTIFIER,0)}TYPE_IDENTIFIER(){return this.getToken(x.TYPE_IDENTIFIER,0)}keyword(){return this.getTypedRuleContext(La,0)}enterRule(t){t instanceof o&&t.enterJava_identifier(this)}exitRule(t){t instanceof o&&t.exitJava_identifier(this)}}class Ih extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_csharp_statement}copyFrom(t){super.copyFrom(t)}}class Ch extends Ih{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}RETURN(){return this.getToken(x.RETURN,0)}SEMI(){return this.getToken(x.SEMI,0)}csharp_expression(){return this.getTypedRuleContext(bh,0)}enterRule(t){t instanceof o&&t.enterCSharpReturnStatement(this)}exitRule(t){t instanceof o&&t.exitCSharpReturnStatement(this)}}x.CSharpReturnStatementContext=Ch;class vh extends Ih{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}SEMI(){return this.getToken(x.SEMI,0)}csharp_expression(){return this.getTypedRuleContext(bh,0)}enterRule(t){t instanceof o&&t.enterCSharpStatement(this)}exitRule(t){t instanceof o&&t.exitCSharpStatement(this)}}x.CSharpStatementContext=vh;class bh extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_csharp_expression}copyFrom(t){super.copyFrom(t)}}class wh extends bh{constructor(t,e){super(t),this.parent=null,this.child=null,super.copyFrom(e)}csharp_expression(){return this.getTypedRuleContext(bh,0)}csharp_selector_expression(){return this.getTypedRuleContext(Mh,0)}enterRule(t){t instanceof o&&t.enterCSharpSelectorExpression(this)}exitRule(t){t instanceof o&&t.exitCSharpSelectorExpression(this)}}x.CSharpSelectorExpressionContext=wh;class Nh extends bh{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}csharp_primary_expression(){return this.getTypedRuleContext(Sh,0)}enterRule(t){t instanceof o&&t.enterCSharpPrimaryExpression(this)}exitRule(t){t instanceof o&&t.exitCSharpPrimaryExpression(this)}}x.CSharpPrimaryExpressionContext=Nh;class Sh extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_csharp_primary_expression}csharp_this_expression(){return this.getTypedRuleContext(Oh,0)}csharp_new_expression(){return this.getTypedRuleContext(Dh,0)}csharp_parenthesis_expression(){return this.getTypedRuleContext(Gh,0)}csharp_identifier_expression(){return this.getTypedRuleContext(jh,0)}csharp_literal_expression(){return this.getTypedRuleContext(qh,0)}enterRule(t){t instanceof o&&t.enterCsharp_primary_expression(this)}exitRule(t){t instanceof o&&t.exitCsharp_primary_expression(this)}}class Oh extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_csharp_this_expression}this_expression(){return this.getTypedRuleContext(vn,0)}enterRule(t){t instanceof o&&t.enterCsharp_this_expression(this)}exitRule(t){t instanceof o&&t.exitCsharp_this_expression(this)}}class Dh extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_csharp_new_expression}new_token(){return this.getTypedRuleContext(Ia,0)}csharp_method_expression(){return this.getTypedRuleContext(Ph,0)}enterRule(t){t instanceof o&&t.enterCsharp_new_expression(this)}exitRule(t){t instanceof o&&t.exitCsharp_new_expression(this)}}class Mh extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_csharp_selector_expression}copyFrom(t){super.copyFrom(t)}}class kh extends Mh{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}DOT(){return this.getToken(x.DOT,0)}csharp_method_expression(){return this.getTypedRuleContext(Ph,0)}enterRule(t){t instanceof o&&t.enterCSharpMethodExpression(this)}exitRule(t){t instanceof o&&t.exitCSharpMethodExpression(this)}}x.CSharpMethodExpressionContext=kh;class Uh extends Mh{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}csharp_item_expression(){return this.getTypedRuleContext(Bh,0)}enterRule(t){t instanceof o&&t.enterCSharpItemExpression(this)}exitRule(t){t instanceof o&&t.exitCSharpItemExpression(this)}}x.CSharpItemExpressionContext=Uh;class Ph extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_csharp_method_expression,this.name=null,this.args=null}LPAR(){return this.getToken(x.LPAR,0)}RPAR(){return this.getToken(x.RPAR,0)}csharp_identifier(){return this.getTypedRuleContext($h,0)}csharp_arguments(){return this.getTypedRuleContext(Fh,0)}enterRule(t){t instanceof o&&t.enterCsharp_method_expression(this)}exitRule(t){t instanceof o&&t.exitCsharp_method_expression(this)}}class Fh extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_csharp_arguments}copyFrom(t){super.copyFrom(t)}}class Hh extends Fh{constructor(t,e){super(t),this.item=null,super.copyFrom(e)}csharp_expression(){return this.getTypedRuleContext(bh,0)}enterRule(t){t instanceof o&&t.enterCSharpArgumentList(this)}exitRule(t){t instanceof o&&t.exitCSharpArgumentList(this)}}x.CSharpArgumentListContext=Hh;class Vh extends Fh{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}COMMA(){return this.getToken(x.COMMA,0)}csharp_arguments(){return this.getTypedRuleContext(Fh,0)}csharp_expression(){return this.getTypedRuleContext(bh,0)}enterRule(t){t instanceof o&&t.enterCSharpArgumentListItem(this)}exitRule(t){t instanceof o&&t.exitCSharpArgumentListItem(this)}}x.CSharpArgumentListItemContext=Vh;class Bh extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_csharp_item_expression,this.exp=null}LBRAK(){return this.getToken(x.LBRAK,0)}RBRAK(){return this.getToken(x.RBRAK,0)}csharp_expression(){return this.getTypedRuleContext(bh,0)}enterRule(t){t instanceof o&&t.enterCsharp_item_expression(this)}exitRule(t){t instanceof o&&t.exitCsharp_item_expression(this)}}class Gh extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_csharp_parenthesis_expression,this.exp=null}LPAR(){return this.getToken(x.LPAR,0)}RPAR(){return this.getToken(x.RPAR,0)}csharp_expression(){return this.getTypedRuleContext(bh,0)}enterRule(t){t instanceof o&&t.enterCsharp_parenthesis_expression(this)}exitRule(t){t instanceof o&&t.exitCsharp_parenthesis_expression(this)}}class jh extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_csharp_identifier_expression}copyFrom(t){super.copyFrom(t)}}class Wh extends jh{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}csharp_identifier(){return this.getTypedRuleContext($h,0)}enterRule(t){t instanceof o&&t.enterCSharpIdentifier(this)}exitRule(t){t instanceof o&&t.exitCSharpIdentifier(this)}}x.CSharpIdentifierContext=Wh;class Jh extends jh{constructor(t,e){super(t),this.parent=null,this.name=null,super.copyFrom(e)}DOT(){return this.getToken(x.DOT,0)}csharp_identifier_expression(){return this.getTypedRuleContext(jh,0)}csharp_identifier(){return this.getTypedRuleContext($h,0)}enterRule(t){t instanceof o&&t.enterCSharpChildIdentifier(this)}exitRule(t){t instanceof o&&t.exitCSharpChildIdentifier(this)}}x.CSharpChildIdentifierContext=Jh;class Yh extends jh{constructor(t,e){super(t),super.copyFrom(e)}DOLLAR_IDENTIFIER(){return this.getToken(x.DOLLAR_IDENTIFIER,0)}enterRule(t){t instanceof o&&t.enterCSharpPromptoIdentifier(this)}exitRule(t){t instanceof o&&t.exitCSharpPromptoIdentifier(this)}}x.CSharpPromptoIdentifierContext=Yh;class qh extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_csharp_literal_expression}copyFrom(t){super.copyFrom(t)}}class Xh extends qh{constructor(t,e){super(t),super.copyFrom(e)}BOOLEAN_LITERAL(){return this.getToken(x.BOOLEAN_LITERAL,0)}enterRule(t){t instanceof o&&t.enterCSharpBooleanLiteral(this)}exitRule(t){t instanceof o&&t.exitCSharpBooleanLiteral(this)}}x.CSharpBooleanLiteralContext=Xh;class Kh extends qh{constructor(t,e){super(t),super.copyFrom(e)}INTEGER_LITERAL(){return this.getToken(x.INTEGER_LITERAL,0)}enterRule(t){t instanceof o&&t.enterCSharpIntegerLiteral(this)}exitRule(t){t instanceof o&&t.exitCSharpIntegerLiteral(this)}}x.CSharpIntegerLiteralContext=Kh;class zh extends qh{constructor(t,e){super(t),super.copyFrom(e)}DECIMAL_LITERAL(){return this.getToken(x.DECIMAL_LITERAL,0)}enterRule(t){t instanceof o&&t.enterCSharpDecimalLiteral(this)}exitRule(t){t instanceof o&&t.exitCSharpDecimalLiteral(this)}}x.CSharpDecimalLiteralContext=zh;class Qh extends qh{constructor(t,e){super(t),super.copyFrom(e)}CHAR_LITERAL(){return this.getToken(x.CHAR_LITERAL,0)}enterRule(t){t instanceof o&&t.enterCSharpCharacterLiteral(this)}exitRule(t){t instanceof o&&t.exitCSharpCharacterLiteral(this)}}x.CSharpCharacterLiteralContext=Qh;class Zh extends qh{constructor(t,e){super(t),super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(x.TEXT_LITERAL,0)}enterRule(t){t instanceof o&&t.enterCSharpTextLiteral(this)}exitRule(t){t instanceof o&&t.exitCSharpTextLiteral(this)}}x.CSharpTextLiteralContext=Zh;class $h extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_csharp_identifier}VARIABLE_IDENTIFIER(){return this.getToken(x.VARIABLE_IDENTIFIER,0)}SYMBOL_IDENTIFIER(){return this.getToken(x.SYMBOL_IDENTIFIER,0)}DOLLAR_IDENTIFIER(){return this.getToken(x.DOLLAR_IDENTIFIER,0)}TYPE_IDENTIFIER(){return this.getToken(x.TYPE_IDENTIFIER,0)}keyword(){return this.getTypedRuleContext(La,0)}enterRule(t){t instanceof o&&t.enterCsharp_identifier(this)}exitRule(t){t instanceof o&&t.exitCsharp_identifier(this)}}class tl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_jsx_expression}jsx_element(){return this.getTypedRuleContext(el,0)}jsx_fragment(){return this.getTypedRuleContext(rl,0)}enterRule(t){t instanceof o&&t.enterJsx_expression(this)}exitRule(t){t instanceof o&&t.exitJsx_expression(this)}}class el extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_jsx_element}copyFrom(t){super.copyFrom(t)}}class il extends el{constructor(t,e){super(t),this.jsx=null,super.copyFrom(e)}jsx_self_closing(){return this.getTypedRuleContext(ol,0)}enterRule(t){t instanceof o&&t.enterJsxSelfClosing(this)}exitRule(t){t instanceof o&&t.exitJsxSelfClosing(this)}}x.JsxSelfClosingContext=il;class sl extends el{constructor(t,e){super(t),this.opening=null,this.children_=null,this.closing=null,super.copyFrom(e)}jsx_opening(){return this.getTypedRuleContext(hl,0)}jsx_closing(){return this.getTypedRuleContext(ll,0)}jsx_children(){return this.getTypedRuleContext(xl,0)}enterRule(t){t instanceof o&&t.enterJsxElement(this)}exitRule(t){t instanceof o&&t.exitJsxElement(this)}}x.JsxElementContext=sl;class rl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"ws_plus",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Ui):this.getTypedRuleContext(Ui,t)})),this.parser=t,this.ruleIndex=x.RULE_jsx_fragment,this.children_=null}jsx_fragment_start(){return this.getTypedRuleContext(nl,0)}jsx_fragment_end(){return this.getTypedRuleContext(al,0)}jsx_children(){return this.getTypedRuleContext(xl,0)}enterRule(t){t instanceof o&&t.enterJsx_fragment(this)}exitRule(t){t instanceof o&&t.exitJsx_fragment(this)}}class nl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_jsx_fragment_start}LT(){return this.getToken(x.LT,0)}GT(){return this.getToken(x.GT,0)}LTGT(){return this.getToken(x.LTGT,0)}enterRule(t){t instanceof o&&t.enterJsx_fragment_start(this)}exitRule(t){t instanceof o&&t.exitJsx_fragment_start(this)}}class al extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_jsx_fragment_end}LT(){return this.getToken(x.LT,0)}SLASH(){return this.getToken(x.SLASH,0)}GT(){return this.getToken(x.GT,0)}enterRule(t){t instanceof o&&t.enterJsx_fragment_end(this)}exitRule(t){t instanceof o&&t.exitJsx_fragment_end(this)}}class ol extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"jsx_attribute",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(dl):this.getTypedRuleContext(dl,t)})),this.parser=t,this.ruleIndex=x.RULE_jsx_self_closing,this.name=null,this.attributes=null}LT(){return this.getToken(x.LT,0)}ws_plus(){return this.getTypedRuleContext(Ui,0)}SLASH(){return this.getToken(x.SLASH,0)}GT(){return this.getToken(x.GT,0)}jsx_element_name(){return this.getTypedRuleContext(cl,0)}enterRule(t){t instanceof o&&t.enterJsx_self_closing(this)}exitRule(t){t instanceof o&&t.exitJsx_self_closing(this)}}class hl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"jsx_attribute",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(dl):this.getTypedRuleContext(dl,t)})),this.parser=t,this.ruleIndex=x.RULE_jsx_opening,this.name=null,this.attributes=null}LT(){return this.getToken(x.LT,0)}ws_plus(){return this.getTypedRuleContext(Ui,0)}GT(){return this.getToken(x.GT,0)}jsx_element_name(){return this.getTypedRuleContext(cl,0)}enterRule(t){t instanceof o&&t.enterJsx_opening(this)}exitRule(t){t instanceof o&&t.exitJsx_opening(this)}}class ll extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_jsx_closing,this.name=null}LT(){return this.getToken(x.LT,0)}SLASH(){return this.getToken(x.SLASH,0)}GT(){return this.getToken(x.GT,0)}jsx_element_name(){return this.getTypedRuleContext(cl,0)}enterRule(t){t instanceof o&&t.enterJsx_closing(this)}exitRule(t){t instanceof o&&t.exitJsx_closing(this)}}class cl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"jsx_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ul):this.getTypedRuleContext(ul,t)})),u(this,"DOT",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.DOT):this.getToken(x.DOT,t)})),this.parser=t,this.ruleIndex=x.RULE_jsx_element_name}enterRule(t){t instanceof o&&t.enterJsx_element_name(this)}exitRule(t){t instanceof o&&t.exitJsx_element_name(this)}}class ul extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"nospace_hyphen_identifier_or_keyword",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(sr):this.getTypedRuleContext(sr,t)})),this.parser=t,this.ruleIndex=x.RULE_jsx_identifier}identifier_or_keyword(){return this.getTypedRuleContext(ir,0)}enterRule(t){t instanceof o&&t.enterJsx_identifier(this)}exitRule(t){t instanceof o&&t.exitJsx_identifier(this)}}class dl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_jsx_attribute,this.name=null,this.value=null}ws_plus(){return this.getTypedRuleContext(Ui,0)}jsx_identifier(){return this.getTypedRuleContext(ul,0)}EQ(){return this.getToken(x.EQ,0)}jsx_attribute_value(){return this.getTypedRuleContext(pl,0)}enterRule(t){t instanceof o&&t.enterJsx_attribute(this)}exitRule(t){t instanceof o&&t.exitJsx_attribute(this)}}class pl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_jsx_attribute_value}copyFrom(t){super.copyFrom(t)}}class fl extends pl{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}LCURL(){return this.getToken(x.LCURL,0)}RCURL(){return this.getToken(x.RCURL,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterJsxValue(this)}exitRule(t){t instanceof o&&t.exitJsxValue(this)}}x.JsxValueContext=fl;class _l extends pl{constructor(t,e){super(t),super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(x.TEXT_LITERAL,0)}enterRule(t){t instanceof o&&t.enterJsxLiteral(this)}exitRule(t){t instanceof o&&t.exitJsxLiteral(this)}}x.JsxLiteralContext=_l;class xl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"jsx_child",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(El):this.getTypedRuleContext(El,t)})),this.parser=t,this.ruleIndex=x.RULE_jsx_children}enterRule(t){t instanceof o&&t.enterJsx_children(this)}exitRule(t){t instanceof o&&t.exitJsx_children(this)}}class El extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_jsx_child}copyFrom(t){super.copyFrom(t)}}class ml extends El{constructor(t,e){super(t),this.text=null,super.copyFrom(e)}jsx_text(){return this.getTypedRuleContext(gl,0)}enterRule(t){t instanceof o&&t.enterJsxText(this)}exitRule(t){t instanceof o&&t.exitJsxText(this)}}x.JsxTextContext=ml;class Rl extends El{constructor(t,e){super(t),this.jsx=null,super.copyFrom(e)}jsx_element(){return this.getTypedRuleContext(el,0)}enterRule(t){t instanceof o&&t.enterJsxChild(this)}exitRule(t){t instanceof o&&t.exitJsxChild(this)}}x.JsxChildContext=Rl;class Tl extends El{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}LCURL(){return this.getToken(x.LCURL,0)}RCURL(){return this.getToken(x.RCURL,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterJsxCode(this)}exitRule(t){t instanceof o&&t.exitJsxCode(this)}}x.JsxCodeContext=Tl;class gl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"jsx_char",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(yl):this.getTypedRuleContext(yl,t)})),this.parser=t,this.ruleIndex=x.RULE_jsx_text}enterRule(t){t instanceof o&&t.enterJsx_text(this)}exitRule(t){t instanceof o&&t.exitJsx_text(this)}}class yl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_jsx_char}LCURL(){return this.getToken(x.LCURL,0)}RCURL(){return this.getToken(x.RCURL,0)}LT(){return this.getToken(x.LT,0)}GT(){return this.getToken(x.GT,0)}JSX_TEXT(){return this.getToken(x.JSX_TEXT,0)}enterRule(t){t instanceof o&&t.enterJsx_char(this)}exitRule(t){t instanceof o&&t.exitJsx_char(this)}}class Al extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"css_field",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Ll):this.getTypedRuleContext(Ll,t)})),this.parser=t,this.ruleIndex=x.RULE_css_expression,this.field=null}LCURL(){return this.getToken(x.LCURL,0)}RCURL(){return this.getToken(x.RCURL,0)}enterRule(t){t instanceof o&&t.enterCss_expression(this)}exitRule(t){t instanceof o&&t.exitCss_expression(this)}}class Ll extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"css_value",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Cl):this.getTypedRuleContext(Cl,t)})),this.parser=t,this.ruleIndex=x.RULE_css_field,this.name=null,this.values=null}COLON(){return this.getToken(x.COLON,0)}SEMI(){return this.getToken(x.SEMI,0)}css_identifier(){return this.getTypedRuleContext(Il,0)}enterRule(t){t instanceof o&&t.enterCss_field(this)}exitRule(t){t instanceof o&&t.exitCss_field(this)}}class Il extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"nospace_hyphen_identifier_or_keyword",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(sr):this.getTypedRuleContext(sr,t)})),this.parser=t,this.ruleIndex=x.RULE_css_identifier}identifier_or_keyword(){return this.getTypedRuleContext(ir,0)}MINUS(){return this.getToken(x.MINUS,0)}nospace_identifier_or_keyword(){return this.getTypedRuleContext(rr,0)}css_identifier(){return this.getTypedRuleContext(Il,0)}enterRule(t){t instanceof o&&t.enterCss_identifier(this)}exitRule(t){t instanceof o&&t.exitCss_identifier(this)}}class Cl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_css_value}copyFrom(t){super.copyFrom(t)}}class vl extends Cl{constructor(t,e){super(t),this.text=null,super.copyFrom(e)}css_text(){return this.getTypedRuleContext(wl,0)}enterRule(t){t instanceof o&&t.enterCssText(this)}exitRule(t){t instanceof o&&t.exitCssText(this)}}x.CssTextContext=vl;class bl extends Cl{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}LCURL(){return this.getToken(x.LCURL,0)}RCURL(){return this.getToken(x.RCURL,0)}expression(){return this.getTypedRuleContext(Wt,0)}enterRule(t){t instanceof o&&t.enterCssValue(this)}exitRule(t){t instanceof o&&t.exitCssValue(this)}}x.CssValueContext=bl;class wl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"SEMI",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.SEMI):this.getToken(x.SEMI,t)})),u(this,"LCURL",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.LCURL):this.getToken(x.LCURL,t)})),u(this,"RCURL",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(x.RCURL):this.getToken(x.RCURL,t)})),this.parser=t,this.ruleIndex=x.RULE_css_text}enterRule(t){t instanceof o&&t.enterCss_text(this)}exitRule(t){t instanceof o&&t.exitCss_text(this)}}function Nl(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}x.Enum_category_declarationContext=E,x.Enum_native_declarationContext=m,x.Native_symbolContext=R,x.Category_symbolContext=T,x.Attribute_declarationContext=g,x.Concrete_widget_declarationContext=y,x.Native_widget_declarationContext=A,x.Concrete_category_declarationContext=L,x.Singleton_category_declarationContext=I,x.Derived_listContext=C,x.Operator_method_declarationContext=w,x.Setter_method_declarationContext=N,x.Native_setter_declarationContext=S,x.Getter_method_declarationContext=O,x.Native_getter_declarationContext=D,x.Native_category_declarationContext=M,x.Native_resource_declarationContext=k,x.Native_category_bindingsContext=U,x.Native_category_binding_listContext=P,x.Attribute_listContext=V,x.Abstract_global_method_declarationContext=j,x.Abstract_member_method_declarationContext=W,x.Concrete_method_declarationContext=J,x.Native_method_declarationContext=Y,x.Test_method_declarationContext=q,x.AssertionContext=X,x.Full_argument_listContext=K,x.Typed_argumentContext=z,x.StatementContext=Q,x.Flush_statementContext=Rt,x.Store_statementContext=Tt,x.Method_call_statementContext=gt,x.With_resource_statementContext=Lt,x.With_singleton_statementContext=It,x.Switch_statementContext=Ct,x.Switch_case_statementContext=vt,x.For_each_statementContext=Nt,x.Do_while_statementContext=St,x.While_statementContext=Ot,x.If_statementContext=Dt,x.Else_if_statement_listContext=Mt,x.Raise_statementContext=Pt,x.Try_statementContext=Ft,x.Catch_statementContext=Ht,x.Break_statementContext=Gt,x.Return_statementContext=jt,x.ExpressionContext=Wt,x.Filter_expressionContext=Oe,x.Unresolved_expressionContext=Ue,x.Unresolved_selectorContext=He,x.Invocation_expressionContext=Ve,x.Invocation_trailerContext=Be,x.Selectable_expressionContext=Ge,x.Instance_expressionContext=Xe,x.Instance_selectorContext=Qe,x.Mutable_instance_expressionContext=ei,x.Document_expressionContext=ri,x.Blob_expressionContext=ni,x.Constructor_expressionContext=ai,x.Write_statementContext=li,x.Ambiguous_expressionContext=ci,x.Filtered_list_suffixContext=ui,x.Fetch_expressionContext=di,x.Fetch_statementContext=_i,x.Include_listContext=mi,x.ThenContext=Ri,x.Read_statementContext=Ti,x.Sorted_expressionContext=gi,x.Argument_assignment_listContext=yi,x.With_argument_assignment_listContext=Ii,x.Argument_assignmentContext=bi,x.Assign_instance_statementContext=wi,x.Child_instanceContext=Ni,x.Assign_tuple_statementContext=Di,x.LfsContext=Mi,x.LfpContext=ki,x.Ws_plusContext=Ui,x.IndentContext=Pi,x.DedentContext=Fi,x.Type_literalContext=Hi,x.Null_literalContext=Vi,x.ReplContext=Bi,x.Declaration_listContext=Gi,x.DeclarationsContext=Wi,x.DeclarationContext=Ji,x.Annotation_constructorContext=Yi,x.Annotation_identifierContext=qi,x.Annotation_argumentContext=Xi,x.Annotation_argument_nameContext=Ki,x.Annotation_argument_valueContext=zi,x.Resource_declarationContext=$i,x.Enum_declarationContext=ts,x.Native_symbol_listContext=es,x.Category_symbol_listContext=is,x.Symbol_listContext=ss,x.Attribute_constraintContext=rs,x.List_literalContext=cs,x.Set_literalContext=us,x.Expression_listContext=ds,x.Range_literalContext=ps,x.TypedefContext=fs,x.Primary_typeContext=ys,x.Native_typeContext=Is,x.Category_typeContext=Ws,x.Mutable_category_typeContext=Js,x.Code_typeContext=Ys,x.Category_declarationContext=qs,x.Widget_declarationContext=Qs,x.Type_identifier_listContext=tr,x.Method_identifierContext=er,x.Identifier_or_keywordContext=ir,x.Nospace_hyphen_identifier_or_keywordContext=sr,x.Nospace_identifier_or_keywordContext=rr,x.IdentifierContext=nr,x.Member_identifierContext=lr,x.Variable_identifierContext=cr,x.Attribute_identifierContext=ur,x.Type_identifierContext=dr,x.Symbol_identifierContext=pr,x.Argument_listContext=fr,x.ArgumentContext=_r,x.Operator_argumentContext=mr,x.Named_argumentContext=Rr,x.Code_argumentContext=Tr,x.Category_or_any_typeContext=gr,x.Any_typeContext=yr,x.Member_method_declaration_listContext=Cr,x.Member_method_declarationContext=vr,x.Native_member_method_declaration_listContext=br,x.Native_member_method_declarationContext=wr,x.Native_category_bindingContext=Nr,x.Python_category_bindingContext=Ur,x.Python_moduleContext=Pr,x.Javascript_category_bindingContext=Fr,x.Javascript_moduleContext=Hr,x.Variable_identifier_listContext=Vr,x.Attribute_identifier_listContext=Br,x.Method_declarationContext=Gr,x.Comment_statementContext=jr,x.Native_statement_listContext=Wr,x.Native_statementContext=Jr,x.Python_native_statementContext=Qr,x.Javascript_native_statementContext=Zr,x.Statement_listContext=$r,x.Assertion_listContext=tn,x.Switch_case_statement_listContext=en,x.Catch_statement_listContext=sn,x.Literal_collectionContext=rn,x.Atomic_literalContext=hn,x.Literal_list_literalContext=Cn,x.This_expressionContext=vn,x.Super_expressionContext=bn,x.Parenthesis_expressionContext=wn,x.Literal_expressionContext=Nn,x.Collection_literalContext=Sn,x.Tuple_literalContext=On,x.Dict_literalContext=Dn,x.Document_literalContext=Mn,x.Expression_tupleContext=kn,x.Doc_entry_listContext=Un,x.Doc_entryContext=Pn,x.Doc_keyContext=Fn,x.Dict_entry_listContext=Bn,x.Dict_entryContext=Gn,x.Dict_keyContext=jn,x.Slice_argumentsContext=Yn,x.Assign_variable_statementContext=zn,x.Assignable_instanceContext=Qn,x.Is_expressionContext=ta,x.MetadataContext=sa,x.Arrow_expressionContext=ra,x.Arrow_prefixContext=oa,x.Arrow_argsContext=ha,x.Sorted_keyContext=ua,x.Read_blob_expressionContext=da,x.Read_all_expressionContext=pa,x.Read_one_expressionContext=fa,x.Order_by_listContext=_a,x.Order_byContext=xa,x.OperatorContext=Ea,x.KeywordContext=La,x.New_tokenContext=Ia,x.Key_tokenContext=Ca,x.Module_tokenContext=va,x.Value_tokenContext=ba,x.Symbols_tokenContext=wa,x.AssignContext=Na,x.MultiplyContext=Sa,x.DivideContext=Oa,x.IdivideContext=Da,x.ModuloContext=Ma,x.Javascript_statementContext=ka,x.Javascript_expressionContext=Fa,x.Javascript_primary_expressionContext=Ba,x.Javascript_this_expressionContext=Ga,x.Javascript_new_expressionContext=ja,x.Javascript_selector_expressionContext=Wa,x.Javascript_method_expressionContext=Xa,x.Javascript_argumentsContext=Ka,x.Javascript_item_expressionContext=Za,x.Javascript_parenthesis_expressionContext=$a,x.Javascript_identifier_expressionContext=to,x.Javascript_literal_expressionContext=eo,x.Javascript_identifierContext=oo,x.Python_statementContext=ho,x.Python_expressionContext=uo,x.Python_primary_expressionContext=_o,x.Python_self_expressionContext=go,x.Python_selector_expressionContext=yo,x.Python_method_expressionContext=Io,x.Python_argument_listContext=Co,x.Python_ordinal_argument_listContext=No,x.Python_named_argument_listContext=Do,x.Python_parenthesis_expressionContext=Uo,x.Python_identifier_expressionContext=Po,x.Python_literal_expressionContext=Bo,x.Python_identifierContext=qo,x.Java_statementContext=Xo,x.Java_expressionContext=Qo,x.Java_primary_expressionContext=th,x.Java_this_expressionContext=eh,x.Java_new_expressionContext=ih,x.Java_selector_expressionContext=sh,x.Java_method_expressionContext=ah,x.Java_argumentsContext=oh,x.Java_item_expressionContext=ch,x.Java_parenthesis_expressionContext=uh,x.Java_identifier_expressionContext=dh,x.Java_class_identifier_expressionContext=_h,x.Java_literal_expressionContext=mh,x.Java_identifierContext=Lh,x.Csharp_statementContext=Ih,x.Csharp_expressionContext=bh,x.Csharp_primary_expressionContext=Sh,x.Csharp_this_expressionContext=Oh,x.Csharp_new_expressionContext=Dh,x.Csharp_selector_expressionContext=Mh,x.Csharp_method_expressionContext=Ph,x.Csharp_argumentsContext=Fh,x.Csharp_item_expressionContext=Bh,x.Csharp_parenthesis_expressionContext=Gh,x.Csharp_identifier_expressionContext=jh,x.Csharp_literal_expressionContext=qh,x.Csharp_identifierContext=$h,x.Jsx_expressionContext=tl,x.Jsx_elementContext=el,x.Jsx_fragmentContext=rl,x.Jsx_fragment_startContext=nl,x.Jsx_fragment_endContext=al,x.Jsx_self_closingContext=ol,x.Jsx_openingContext=hl,x.Jsx_closingContext=ll,x.Jsx_element_nameContext=cl,x.Jsx_identifierContext=ul,x.Jsx_attributeContext=dl,x.Jsx_attribute_valueContext=pl,x.Jsx_childrenContext=xl,x.Jsx_childContext=El,x.Jsx_textContext=gl,x.Jsx_charContext=yl,x.Css_expressionContext=Al,x.Css_fieldContext=Ll,x.Css_identifierContext=Il,x.Css_valueContext=Cl,x.Css_textContext=wl;const Sl=["悋Ꜫ脳맭䅼㯧瞆","奤¹\t\t","\t\t\t\t","\b\t\b\t\t\t\n\t\n\v\t\v","\f\t\f\r\t\r\t\t","\t\t\t\t","\t\t\t","\t\t\t\t","\t\t\t",'\t\t \t !\t!"\t"#',"\t#$\t$%\t%&\t&'\t'(\t()\t)","*\t*+\t+,\t,-\t-.\t./\t/0\t0","1\t12\t23\t34\t45\t56\t67\t7","8\t89\t9:\t:;\t;<\t<=\t=>\t>","?\t?@\t@A\tAB\tBC\tCD\tDE\tE","F\tFG\tGH\tHI\tIJ\tJK\tKL\tL","M\tMN\tNO\tOP\tPQ\tQR\tRS\tS","T\tTU\tUV\tVW\tWX\tXY\tYZ\tZ","[\t[\\\t\\]\t]^\t^_\t_`\t`a\ta","b\tbc\tcd\tde\tef\tfg\tgh\th","i\tij\tjk\tkl\tlm\tmn\tno\to","p\tpq\tqr\trs\tst\ttu\tuv\tv","w\twx\txy\tyz\tz{\t{|\t|}\t}","~\t~\t\t\t","\t\t\t
\t","
\t\t\t","\t\t\t\t","\t\t\t","\t\t\t\t","\t\t\t","\t\t\t\t","\t\t\t","\t\t \t ¡\t","¡¢\t¢£\t£¤\t¤","¥\t¥¦\t¦§\t§¨\t","¨©\t©ª\tª«\t«","¬\t¬\t®\t®¯\t","¯°\t°±\t±²\t²","³\t³´\t´µ\tµ¶\t","¶·\t·¸\t¸¹\t¹","º\tº»\t»¼\t¼½\t","½¾\t¾¿\t¿À\tÀ","Á\tÁÂ\tÂÃ\tÃÄ\t","ÄÅ\tÅÆ\tÆÇ\tÇ","È\tÈÉ\tÉÊ\tÊË\t","ËÌ\tÌÍ\tÍÎ\tÎ","Ï\tÏÐ\tÐÑ\tÑÒ\t","ÒÓ\tÓÔ\tÔÕ\tÕ","Ö\tÖ×\tר\tØÙ\t","ÙÚ\tÚÛ\tÛÜ\tÜ","Ý\tÝÞ\tÞß\tßà\t","àá\táâ\tâã\tã","ä\täå\tåæ\tæç\t","çè\tèé\téê\tê","ë\tëì\tìí\tíî\t","îï\tïð\tðñ\tñ","ò\tòó\tóô\tôõ\t","õö\tö÷\t÷ø\tø","ù\tùú\túû\tûü\t","üý\týþ\tþÿ\tÿ","Ā\tĀā\tāĂ\tĂă\t","ăĄ\tĄą\tąĆ\tĆ","ć\tćĈ\tĈ","Ș\n","Ȝ\n","","","","","ȷ\n","Ⱦ\n","Ɇ\n","Ɉ\n","ɐ\n","\b\b\b\b\b\b","\b\b\t\tɝ\n\t\t\t\t\t","\t\t\tɥ\n\t\t\t\tɩ\n\t","\t\t\n\n\n\n\n\n","\nɳ\n\n\n\n\v\v\v","\v\v\v\vɽ\n\v\f\v","\vʀ\v\v\f\f\f\fʅ\n\f","\f\fʈ\n\f\r\rʋ\n\r\r\r","\r\r\r\r\r\rʔ\n\r\r\r","ʜ\n","ʡ\n","ʧ\n","","ʯ\n","ʴ\n","ʺ\n","ʿ\n","ˈ\n","ˍ\n","˒\n","","˛\n","ˠ\n","","","˲\n\f˵\v","˹\n","˼\n","̂\n","̉\ň","\n","̒\n","̘\n̛\n","̡\n","̦\n","̫\n","̮\n","̴\n","","","","͋\n","͕\n","͚\n","","͡\nͣ\n","","","","ͺ\n"," "," \n "," Β\n Κ","\n \n ",'!!!!!!""""','""#######',"###ι\n##λ\n###$","$$$$$$$$$$","$ϊ\n$%%%%%%%ϒ\n","%%%%%%&&&&Ϝ","\n&&&&&&&&''","''''(((((","((ϱ\n((((ϵ\n())",")))))))))","))))))Ї\n)\f))Њ\v",")****+++++","++Ж\n++++К\n+++","+++++Т\n+++Х\n+","++++Ъ\n+++Э\n+,",",,,,,,е\n,,,,",",,,,,,,р\n,,,",",ф\n,---...ы\n.","..////ђ\n///0","000љ\n000000џ\n","0000000Ѧ\n011","2222222222","222Ѷ\n2222222","2222222222҇","\n2222222222","2222222222","2222222Ң\n222","22222Ҫ\n22222","2Ұ\n222222Ҷ\n22","2222222222","2222222Ӊ\n222","22ӎ\n2222222ӕ\n","2222222222","2222ӣ\n2\f22Ӧ\v23","3333333333","3333Ӷ\n344445","56666666Ԅ\n67","77777ԋ\n7\f77Ԏ\v7","8888888Ԗ\n8\f88ԙ","\v899999999","999ԥ\n9:::::;",";;;;;Ա\n;;;<<","<<<<<<<Խ\n<==","========Ո\n==","====>>>>>>",">Օ\n>>>>>>>>>",">>ՠ\n>>>>>>>>ը","\n>>>>>>ծ\n>>>",">>>>>>շ\n>>>>",">>>վ\n>>>>>>>օ","\n>>>>>>>>֍\n>",">֏\n>???????֗\n","??????????","?֢\n?????????","?֬\n??????ֲ\n??","???????ֻ\n???","????ׂ\n??????","?\n????????ב\n","???ה\n?@@@@@@","@AAAAAABBBץ","\nBBBBBBBBB\n","BBBCCCCCCC","CCCCCC\nCDDD","DDD\nDDDDDDD،","\nDDDDؐ\nDEEEE","EFFFFFF\nFFF","FFء\nF\fFFؤ\vFGGG","GGت\nGHHHHHII","IIIIIط\nIJJJJ","JKKLLMMك\nM\fMMن","\vMNNNNً\nNOOOُ","\nOOOOPPPPP٘\n","P\fPPٛ\vPQQQQ٠\nQ\fQ","Q٣\vQQQQQ٨\nQ\fQQ٫","\vQQQQQQQQٳ\nQ","RRRRRRRٻ\nR\fRRپ","\vRRڀ\nRRRRڄ\nRSS","TTTTUUVVVڐ","\nVWWXXXږ\nXYY","YYYڜ\nY\fYYڟ\vYZZ","ZZZڥ\nZ\fZZڨ\vZ[[","[[ڭ\n[\f[[ڰ\v[\\\\\\","\\\\\\\\\\\\\\\\ڼ\n\\","]]ڿ\n]]]]ۃ\n]]]","^^ۈ\n^^^^ی\n^^^","____ۓ\n_\f__ۖ\v_`","`````aaaa","aaaaaaaaaa","aaaaۯ\naaaaaa","aaa۸\na\faaۻ\vabb","bۿ\nbcccccccc","cccccccccc","cܓ\ncddeeܘ\neee","ffggggܡ\nghhhܥ","\nhiiiiܪ\ni\fiiܭ\vi","jjjܱ\njkkkܵ\nkl","lllmmmnnnn݁","\nnooppqqrrs","sttttݐ\nt\fttݓ\vt","uuuݗ\nuuuݚ\nuvv","vݞ\nvwwwwݣ\nwxx","xyyyݪ\nyzzzzz","zzzzzݵ\nz\fzzݸ\vz","{{{{{ݾ\n{\f{{ށ\v{","||||ކ\n|\f||މ\v||","|||ގ\n|\f||ޑ\v|||","||||ޘ\n|}}}}}ޞ","\n}\f}}ޡ\v}~~~~ަ\n~\f~","~ީ\v~~~~~ޮ\n~\f~~ޱ","\v~~~~~\n~","","߂\n","߆\n","ߎ\n\f","ߑ\v","ߖ\n\fߙ\v","ߜ\n","ߢ\n","ߧ\n\fߪ\v","߮\n","߳\n\f߶\v","
\n
","\f
߾\v
","ࠄ\n","ࠌ\n","\fࠏ\v","","ࠛ\n","ࠟ\nࠢ\n","ࠦ\n","ࠩ\n","\n\f࠲\v","࠸\n","\f࠻\v","ࡁ\n\fࡄ","\v","ࡊ\n\fࡍ\v","","","\n","ࡢ\n","\n","","ࡶ\n","ࡻ\n\f","ࡾ\v","ࢅ\n","","\n","\n","࢚\n࢞\n","ࢣ\n","","ࢭ\n","ࢱ\n","ࢺ\n","\fࢽ\vࢿ\n","ࣄ\n\f","ࣇ\v","࣏\n","ࣔ\n\fࣗ","\v ¡","¡¡ࣟ\n¡¢¢","¢¢¢¢¢¢","¢¢࣪\n¢£££","£¤¤¤¤¤","¤ࣵ\n¤\f¤¤ࣸ\v¤","¥¥¥¥¥ࣾ\n¥","¦¦¦§§§","§§§§§§","ऋ\n§¨¨¨¨","¨©©©©क\n©","©©घ\n©ªª","ªज\nª««««","«¬¬¬¬¬","®","®®®र\n®\f®®","ळ\v®¯¯¯¯स","\n¯\f¯¯ऻ\v¯¯¯","ा\n¯°°°°ृ","\n°\f°°ॆ\v°±±","±±±±±ॎ\n","±²²³³³","´´´µµµ","¶¶¶···","¸¸¹¹ºº","»»¼¼½½","¾¾¿¿¿¿","¿¿¿¿ॶ\n¿À","ÀÀÀÀÀॽ\n","À\fÀÀঀ\vÀÁÁ","ÁÁÁÁÁÁ","উ\nÁÂÂÃÃ","ÃÄÄÄÄÄ","Äক\nÄÅÅÅÅ","চ\nÅÅÅÆÆ","ÆÆÆÆÆত\nÆ","\fÆÆধ\vÆÇÇ","ÇÇÈÈÈÈ","ÉÉÊÊÊÊ","ÊÊস\nÊËËË","ËËËি\nËÌ","ÌÌÌৄ\nÌÍÍ","ÍÍÍÍো\nÍ\fÍ","Íৎ\vÍÎÎÎ","ÎÎÎ\nÎÏÏ","ÐÐÐÐÐÐ","Ðয়\nÐÑÑÑ","Ñ\nÑÑÑÒÒ","ÒÒÒÒÒ৮\n","ÒÓÓÓÓÓ","ÓÓ৶\nÓ\fÓÓ৹\vÓ","ÔÔÔÔÔÔ","ÔÔÔÔÔÔ","ਆ\nÔ\fÔÔਉ\vÔÕ","ÕÕÕÖÖÖ","Ö\nÖÖÖÖÖ","ਗ\nÖ\fÖÖਚ\vÖ×","×××××ਡ\n×","ØØØØØØ","ਨ\nØÙÙÙÙ","ÙÙÙÙ\nÙÚ","ÚÚÚÚÚਸ\n","Ú\fÚÚ\vÚÛÛ","ÛÛÛÛੂ\nÛ","ÜÜÝÝÝÞ","ÞÞÞੌ\nÞßß","ßßੑ\nßßß","àààààà","àਜ਼\nà\fààਫ਼\vàá","áááâââ","âããããã","ãã੮\nã\fããੱ\v","ãäääää","ä\nä\fää\väå","åååååં\n","åæææææ","æઉ\næçççç","çççç\nç","èèèèèèઙ","\nè\fèèજ\vèéé","ééééણ\né","êêëëëì","ìììભ\nìíí","ííલ\nííí","îîîîîî","î઼\nî\fîîિ\vîï","ïïïððð","ðññññૌ\n","ñññññ\nñ","\fññ\vñòò","òòòò\nòó","óóóóóૢ\n","óôôô૦\nôõ","õõõ૫\nõõ","õõ૯\nõööö","ö\nöööö","÷÷÷÷ૼ\n÷ø","øøøùùù","ùùଆ\nù\fùùଉ\v","ùùùùúú","úúú\nú\fúúକ","\vúúúûûû","ûûüüüü","ଡ\nü\füüତ\vüý","ýýନ\ný\fýýଫ\vý","þþþþର\nþ","þþÿÿÿÿଷ","\nÿÿÿ\nÿĀĀ","ଽ\nĀ\rĀĀାāā","āāā\nāāā","ୈ\nāĂĂୋ\nĂ\rĂĂ","ୌăăă\năĄ","ĄĄ୕\nĄ\rĄĄୖ","ĄĄąąąą","\ną\rąąୟąąĆ","ĆĆĆĆ୨\nĆ","ĆĆĆ୬\nĆ\rĆĆ୭","Ć୰\nĆ\fĆĆ୳\vĆ","ćććććć","\nćĈĈ\nĈ\rĈĈ","Ĉ(PblnÀòņžƊ","ƘƤƦƪƲƾDŽdžǎǚǠȊ","ĉ\b\n\f",' "$&(*,.02468:<>@BDFHJLNPRTVXZ\\^`bdfhjlnprtvxz|~',""," ¢¤¦¨ª¬®°","²´¶¸º¼¾ÀÂÄÆÈ","ÊÌÎÐÒÔÖØÚÜÞà","âäæèêìîðòôöø","úüþĀĂĄĆĈĊČĎĐ","ĒĔĖĘĚĜĞĠĢĤĦĨ","ĪĬĮİIJĴĶĸĺļľŀ","łńņňŊŌŎŐŒŔŖŘ","ŚŜŞŠŢŤŦŨŪŬŮŰ","ŲŴŶŸźżžƀƂƄƆƈ","ƊƌƎƐƒƔƖƘƚƜƞƠ","ƢƤƦƨƪƬƮưƲƴƶƸ","ƺƼƾǀǂDŽdžLjNJnjǎǐ","ǒǔǖǘǚǜǞǠǢǤǦǨ","ǪǬǮǰDzǴǶǸǺǼǾȀ","ȂȄȆȈȊȌȎ","%(,.","pp««XX||«","«XX««","««","OO__\n\f335=?GIsuuw¤##{{","%%''ా","Ȑȡ","Ȫ\bȰ","\nȶ\fɋ","ɓɜ","ɬɶ","ʇʊ","ʗʠ",'ʪ ʳ"ʾ',"$ˑ&ˣ","(˩*˶",",̆.̚","0̪2̺","4͌6͏8͢",":<ͻ",">Α@Σ","BΩDί","FωHϋ","JϘLϤNϪ","P϶RЋ","TЏVу","XхZш","\\ю^ј","`ѧb҆dӵ","fӷhӻ","jԃlԅ","nԏpԤ","rԦtԫ","vԴxԾz֎","|ד~ו","לע","؏","ؑ؛","إث","ضظ","ؽؿ","لي","ٌٓ"," ١¢ٴ","¤څ¦ڇ","¨ڋªڏ","¬ڑ®ڕ","°ڗ²ڠ","´ک¶ڻ","¸ھºۇ","¼ۏ¾ۗ","ÀۮÂ۾","ÄܒÆܔ","ÈܗÊܛ","ÌܠÎܤ","ÐܦÒܰ","ÔܴÖܶ","ØܺÚ݀","Ü݂Þ݄","à݆â݈","ä݊æ","èݙêݝ","ìݟîݤ","ðݩòݫ","ôݹöއ","øޙúާ","ü߁þ߃","Ā߇Ăߒ","ĄߝĆ߯","Ĉ߷Ċࠃ","ČࠅĎࠇ","ĐࠚĒࠜ","ĔࠣĖࠪ","Ę࠳Ě࠼","ĜࡅĞ","ĠࡵĢࡷ","ĤࡿĦࢄ","Ĩ࢈Īࢎ","ĬĮ࢙","İࢢIJࢮ","ĴࢴĶࣀ","ĸࣈĺ࣎","ļ࣐ľࣘ","ŀࣞłࣩ","ń࣫ņ࣯","ňࣽŊࣿ","ŌऊŎऌ","ŐगŒछ","ŔझŖढ","ŘधŚब","ŜऴŞि","Š्Ţॏ","Ť॑Ŧ॔","ŨॗŪग़","Ŭढ़Ůॠ","ŰॢŲ।","Ŵ०Ŷ२","Ÿ४ź६","żॵžॷ","ƀঈƂঊ","ƄঌƆঔ","ƈখƊঝ","ƌনƎব","Ɛরƒষ","ƔাƖৃ","Ƙƚ","Ɯƞ","ƠৠƢ৭","Ƥ৯Ʀ৺","ƨਊƪ","ƬਠƮਧ","ưਰƲਲ","ƴੁƶ","Ƹƺੋ","Ƽ੍ƾ","ǀǂ","DŽ੧džੲ","LjઁNJઈ","njઑǎઓ","ǐઢǒત","ǔદǖબ","ǘમǚવ","ǜીǞૄ","ǠોǢ","ǤૡǦ","Ǩ૮Ǫ૰","ǬૻǮ૽","ǰଁDz","ǴଘǶଝ","ǸଥǺବ","ǼହǾ଼","ȀେȂ","ȄȆ","ȈȊ୧","ȌȎ","ȐȑeȑȒ","XȒȗârȓȔ","ȔȕĈ
ȕȖ","ȖȘȗȓ","ȗȘȘț","șȚiȚȜâ","rțșțȜ","ȜȝȝȞ","Ȟȟ²ZȟȠ","ȠȡȢe","ȢȣârȣȤ","ȤȥÄcȥȦ","ȦȧȧȨ°","YȨȩȩ","ȪȫäsȫȬ","ȬȭFȭȮ","Ȯȯȯ","ȰȱäsȱȲ+","Ȳȳb2ȳȴ","ȴ\tȵȷ","ȶȵȶȷ","ȷȸȸȹQ","ȹȺàqȺȻ\rȻ","ȽÀaȼȾ¶\\Ƚȼ","ȽȾȾɇ","ȿɀ ɀɅ","uɁɂɂɃ","ĆɃɄɄɆ","ɅɁɅɆ","ɆɈɇȿ","ɇɈɈɉ","ɉɊɊ\v","ɋɌɌɏ","ârɍɎiɎɐ","ârɏɍɏɐ","ɐɑɑɒ","\fɒ\rɓɔ}","ɔɕɕɖâr","ɖɗɗɘ&","ɘəø}əɚ","ɚɛɝ","ɜɛɜɝ","ɝɞɞɟX","ɟɤârɠɡ","ɡɢĈ
ɢɣ","ɣɥɤɠ","ɤɥɥɨ","ɦɧiɧɩ\v","ɨɦɨɩ","ɩɪɪɫ\f","ɫɬɭ","ɭɲârɮɯ","ɯɰĈ
ɰɱ","ɱɳɲɮ","ɲɳɳɴ","ɴɵ\fɵ","ɶɷ\b\vɷɸâr","ɸɾɹɺ\f","ɺɻɻɽâr","ɼɹɽʀ","ɾɼɾɿ","ɿʀɾ","ʁʈʂʄ","ʃʅô{ʄʃ","ʄʅʅʆ","ʆʈʇʁ","ʇʂʈ","ʉʋÀaʊʉ","ʊʋʋʌ","ʌʍʍʎб","ʎʏʏʐêv","ʐʑʑʓ","ʒʔĖʓʒ","ʓʔʔʕ","ʕʖʖ","ʗʘʘʙÞp","ʙʛʚʜĖ","ʛʚʛʜ","ʜʝʝʞ","ʞʟʡ}","ʠʟʠʡ","ʡʢʢʣ","ʣʤÞpʤʦ","ʥʧĎʦʥ","ʦʧʧʨ","ʨʩʩ","ʪʫpʫʬÞpʬ","ʮʭʯĖʮ","ʭʮʯʯ","ʰʰʱʱ","ʲʴ}ʳ","ʲʳʴʴ","ʵʵʶpʶ","ʷÞpʷʹʸ","ʺĎʹʸʹ","ʺʺʻʻ","ʼʼ!ʽ","ʿʾʽʾ","ʿʿˀˀ","ˁ}ˁ˂˂","ˇâr˃˄˄","˅Ĉ
˅ˆˆ","ˈˇ˃ˇ","ˈˈˉˉ","ˊˊˌ&ˋ","ˍø}ˌˋˌ","ˍˍˎˎ","ˏˏ#ː","˒ˑːˑ","˒˒˓˓","˔}˔˕X˕˚","âr˖˗˗˘","Ĉ
˘˙˙˛","˚˖˚˛","˛˜˜˝","˝˟&˞ˠ","ø}˟˞˟ˠ","ˠˡˡˢ","ˢ%ˣˤ","Xˤ˥S˥˦","˦˧(˧˨","˨'˩˪\b","˪˫ü˫ˬ","ˬ˳˭ˮ\f","ˮ˯ü˯˰","˰˲˱˭","˲˵˳˱","˳˴˴)","˵˳˶˻I","˷˹|˸˷","˸˹˹˺","˺˼Àa˻˸","˻˼˼˽","˽˾y˾˿â","r˿́̀̂æ","t́̀́̂","̂̃̃̄","̄̅̅+","̆̋İ̉|","̈̇̈̉","̉̊̊̌Àa","̋̈̋̌","̌̍̍̎y","̎̏Òj̏̑","̐̒æt̑̐","̑̒̒̓","̓̔̔̕","̕-̖̘|","̗̖̗̘","̛̘̙̙Àa","̛̗̚̚","̛̜̜̝y","̝̞Òj̞̠","̡̟æt̠̟","̡̡̢̠","̢̣̣̥","̤̦Ė̥̤","̧̥̦̦","̧̨̨/","̩̫ðy̪̩","̪̫̫̭","̬̮}̭̬","̭̮̮̯","̯̰y̰̱Òj̱","̴̳̲æt̳","̴̴̲̳","̵̵̶̶","̷̷̸Ď̸","̹̹1̺","̻̻̼y̼","̽¯̽̾̾","̿̿̀̀","́Ė́͂͂","͊̓̈́̈́","ͅĘ͆͆ͅ","͇͈͋äs͈","͉͉͋͊","͇̓͊͋","3͍͌b2͍͎","͎5͏͔","ðy͐͑͑͒","Ĉ
͓͓͕͒","͔͔͕͐","͕͖͖͙","Þp͗͘+͚͘Ī","͙͙͚͗","͚7͛ͣ:","͜͠͝͞Ė","͟͟͞͡","͠͝͠͡","ͣ͛͢͡","ͣ͢͜9","ͤͺ^0ͥͺHͦ","ͺJͧͺ> ͨͺ","|?ͩͺAͪͺ<","ͫͺX-ͬͺZ.ͭͺ","N(ͮͺD#ͯͺH%Ͱͺ","L'ͱͺJ&ͲͺT+","ͳͺR*ʹͺv<͵ͺ",'@!ͶͺB"ͷͺ.',"ͺČͤ","ͥͦ","ͧͨ","ͩͪ","ͫͬ","ͭͮ","ͯͰ","ͱͲ","ͳʹ","͵Ͷ","ͷͺ",";ͻͼmͼͽ","ͽ;;Ϳ","Ϳ=","^","¼_Ί΄΅","L΅ΆΆ·","·Έ¼_ΈΉ","ΉΊ΄","ΊΒ","ΌΎ","ΎΏ¼_Ώΐ","ΐΒΑ","ΑΌΒΙ","ΓΔ ΔΕ","Ŋ¦ΕΖΖΗ","b2ΗΘΘΚ","ΙΓΙΚ","ΚΡΛΜ","ΜΝΝΞ","ĖΞΟΟ","ΠΡΛ","ΡΠ?","ΣΤ ΤΥ","ΥΦń£ΦΧ","ΧΨ8ΨA","ΩΪ ΪΫ","Ϋάârάέ","έή8ήC","ίΰΰα","αβb2βγ","γδδκĚ","εζ\\ζθ\rη","ιĖθηθ","ιιλκ","εκλλ","μμνν","EξοVοπ","Ġπρ\rρς","Ėςϊστ","Vτυsυφ","Ğφχ\rχψ","Ėψϊωξ","ωσϊG","ϋόnόύ","bύώώϑ","ÞpϏϐϐϒ","ÞpϑϏϑϒ","ϒϓϓϔ","sϔϕb2ϕϖ","ϖϗ8ϗI","Ϙϙ`ϙϛ","ϚϜĖϛϚ","ϛϜϜϝ","ϝϞϞϟ£","ϟϠϠϡb2ϡ","ϢϢϣϣ","KϤϥ£ϥ","ϦϦϧb2ϧϨ","Ϩϩ8ϩM","ϪϫrϫϬ","Ϭϭb2ϭϮ","Ϯϰ8ϯϱP)","ϰϯϰϱ","ϱϴϲϳc","ϳϵ8ϴϲ","ϴϵϵO","϶Ϸ\b)ϷϸcϸϹ","rϹϺϺϻ","b2ϻϼϼϽ","8ϽЈϾϿ\f","ϿЀcЀЁr","ЁЂЂЃb2","ЃЄЄЅ8","ЅЇІϾ","ЇЊЈІ","ЈЉЉQ","ЊЈЋЌ","ЌЍb2ЍЎЎ","SЏАА","ББВÞpВ","ГГЕД","ЖĖЕДЕ","ЖЖЗЗ","ЙИКĜЙ","ИЙКК","ФЛМWМ","ННОMО","ППСР","ТĖСРС","ТТУУ","ХФЛФ","ХХЬЦ","ЧlЧЩШ","ЪĖЩШЩ","ЪЪЫЫ","ЭЬЦЬ","ЭЭUЮ","ЯWЯаа","бäsбвв","дгеĖд","гдее","жжзз","фийWй","кsклл","м´[мнн","порĖп","опрр","сстт","фуЮу","ифWх","цTцчч","Yшъщ","ыb2ъщъы","ыььэ","э[юя","Òjяёѐђ","Fёѐёђ","ђѓѓє","є]ѕі","l7іїїљ","јѕјљ","љњњѥ","\\/ћўќѝ ","ѝџÞpўќ","ўџџѠ","ѠѡѡѢĖ","ѢѣѣѦ","ѤѦѥћ","ѥѤѦ_","ѧѨȆĄѨa","ѩѪ\b2Ѫ҇ȆĄ","ѫ҇ǦôѬ҇l7","ѭ҇n8Ѯ҇Ō§ѯ","ѰѰ҇b2ѱѲ","Ѳ҇b2ѳѵ","ѴѶ|ѵѴ","ѵѶѶѷ","ѷѸðyѸѹ","ѹѺb2Ѻ҇","ѻѼ?Ѽѽ","ѽѾb2Ѿѿ","ѿ҇Ҁҁg","ҁ҂҂҃Þp","҃҄҄҇","҅҇h5҆ѩ","҆ѫ҆Ѭ","҆ѭ҆Ѯ","҆ѯ҆ѱ","҆ѳ҆ѻ","҆Ҁ҆҅","҇Ӥ҈҉\f","҉ҊŰ¹Ҋҋb2ҋ","ӣҌҍ\fҍ","ҎŲºҎҏb2ҏӣ","Ґґ\fґҒ","Ŷ¼Ғғb2ғӣ","Ҕҕ\fҕҖ","Ŵ»Җҗb2җӣ","Ҙҙ\fҙҚ\t","Қӣb2қҜ\fҜ","ҝ\tҝӣb2Ҟҟ\f","ҟҡwҠҢ","ҡҠҡҢ","Ңңңӣb","2Ҥҥ\fҥҦ\t","Ҧӣb2ҧҩ\fҨҪ","ҩҨҩҪ","ҪҫҫҬ","ZҬӣb2ҭү\f\r","ҮҰүҮ","үҰҰұ","ұҲsҲӣb2ҳ","ҵ\f\fҴҶҵҴ","ҵҶҶҷ","ҷҸqҸӣ","b2\rҹҺ\f\tҺһ","һӣb2\nҼҽ\f\bҽҾ","Ҿӣb2\tҿӀ\f","ӀӁӁӂb2","ӂӃ\rӃӄb2\bӄӣ","Ӆӆ\fӆӈ","wӇӉӈӇ","ӈӉӉӊ","ӊӣf4ӋӍ\f\v","ӌӎӍӌ","Ӎӎӎӏ","ӏӐqӐӑJ","ӑӣd3ӒӔ\f\nӓӕ","ӔӓӔӕ","ӕӖӖӗ","qӗӘMӘӣd3","әӚ\fӚӛnӛ","ӜbӜӝӝ","ӞÞpӞӟsӟӠ","b2Ӡӡӡӣ","Ӣ҈ӢҌ","ӢҐӢҔ","ӢҘӢқ","ӢҞӢҤ","ӢҧӢҭ","ӢҳӢҹ","ӢҼӢҿ","ӢӅӢӋ","ӢӒӢә","ӣӦӤӢ","Ӥӥӥc","ӦӤӧӨ","¢ӨөөӪ","Ō§ӪӫӫӶ","ӬӭӭӮ","ÞpӮӯӯӰ","¢ӰӱӱӲ","b2ӲӳӳӶ","ӴӶb2ӵӧ","ӵӬӵӴ","ӶeӷӸ4","Ӹӹ«ӹӺðy","ӺgӻӼârӼ","iӽԄp9ӾԄ","ĨӿԄĪԀԄ","ÚnԁԄĤԂԄ","ĦԃӽԃӾ","ԃӿԃԀ","ԃԁԃԂ","ԄkԅԆ\b7","Ԇԇj6ԇԌ","Ԉԉ\fԉԋCԊ","ԈԋԎԌ","ԊԌԍԍ","mԎԌԏ","Ԑ\b8Ԑԑ|ԑԒ","ÚnԒԗԓԔ\f","ԔԖCԕԓ","Ԗԙԗԕ","ԗԘԘo","ԙԗԚԥr",":ԛԥt;Ԝԥx=ԝԥ","z>ԞԥŔ«ԟԥ","Ŗ¬ԠԥŘԡԥ","BԢԥ\\/ԣԥD","ԤԚԤԛ","ԤԜԤԝ","ԤԞԤԟ","ԤԠԤԡ","ԤԢԤԣ","ԥqԦԧAԧ","ԨԨԩb2ԩԪ","ԪsԫԬ","@ԬԭԮ","oԮԯ+ԯԱ","b2ԭԱ","ԱԲԲԳ","ԳuԴԵ¤","ԵԶԶԷb","2ԷԸԸԹ","ԹԼb2ԺԽ~@Ի","ԽԼԺԼ","ԻԽwԾ","ԿkԿՀՀ","Ձb2ՁՇՂՃ"," ՃՄՄՅ","ÞpՅՆՆՈ","ՇՂՇՈ","ՈՉՉՊ","¢ՊՋՋՌ","b2ՌՍՍy","ՎՏjՏՔ","ՐՑՑՒÈ","eՒՓՓՕ","ՔՐՔՕ","ՕՖՖ¢","ՙb","2ՙ՟՚՛t","՛՜՜՝ް","՝՞՞ՠ","՟՚՟ՠ","ՠ֏անj","բէJգդ","դեÈeեզ","զըէգ","էըըշ","թժժիÈe","իլլծ","խթխծ","ծկկհ","հձձղb2","ղճճմb2մ","յյշն","բնխշ","սոչ¢չ","պպջb2ջռ","ռվսո","սվվք","տրtրց","ցւްւփ","փօքտ","քօօ","ֆևևֈ","Uֈ։։֊","Ś®֊֍","ֆ֍","֍֏֎Վ","֎ա֏{","֑j֑֖","֒֓֓֔","Èe֔֕֕֗","֖֖֒֗","֗֘֘֙","¢֛֚֚֙","b2֛֡֜֝","t֝֞֞֟","ް֢֟֠֠","֢֡֜֡","֢֣֣֤","~@֤הֺ֥j","֦֫J֧֨","֨֩Èe֪֩","֪֧֬֫","ֻ֫֬֬","֭֮֮֯Èe","ְְֲ֯","ֱֱֲ֭","ֲֳֳִ","ִֵֵֶb2","ֶַַָb2ָ","ֹֹֺֻ","ֱֺֻ֦","ּֽׁ¢ֽ","־־ֿb2ֿ׀","׀ּׁׂ","ׁׂׂ","׃ׄtׅׄ","ׅ׆ް׆ׇ","ׇ׃","א","","U","Ś®ב","אאב","בגגה","~@דד֥","ה}וז","זח חט","Þpטייך","Ėךככ","לםםמ","Jמןoןנb2","נס~@סע","פףץ_פ","ףפץץ","צצקק","l7רששת","Ŧ´ת+","Œªר","ׯ","ׯװװ","ױײײ","Üo׳״״","\\/","b2","ł","¢","ױ׳","","
È","e","E","F","؆؆؇","؇ؐ؈؉È","e؉؋؊،","F؋؊؋،","،؍؍؎","؎ؐ؏","؏؈ؐ","ؑؒoؒؓŮ","¸ؓؔb2ؔؕE","ؕؖؗ\bFؗ","ؘb2ؘؙFؙ","ؚG؛ؖ","؛ؚآ","؝؞\f؞؟","؟ءGؠ؝","ءؤآؠ","آأأ","ؤآإة","Þpئاٸاب","b2بتةئ","ةتت","ثجņ¤جحŮ","¸حخb2خد","دذر","رطÞpزس","سشb2شص","صطضذ","ضزط","ظعĆعغٸ","غػb2ػؼؼ","ؽؾðyؾ","ؿــ","فك\tق","فكنل","قلمم","نله","ً Qوً:ىً","b2يهيو","يىً","ٌَŸ½ٍُ","Pٍََُ","ُِِّ","Ÿ½ّْْ","ٓٙ Qٕٔ","ź¾ٕٖ Qٖ٘","ٗٔ٘ٛ","ٙٗٙٚ","ٚٛٙ","ٜٝČٝٞ","ź¾ٞ٠ٟٜ","٠٣١ٟ","١٢٢٩","٣١٤٥","¢R٥٦ź¾٦٨","٧٤٨٫","٩٧٩٪","٪ٲ٫٩","٬ٳ\n٭ٳ","Ìgٮٳ¬Wٯٳ®","XٰٳÎhٱٳĊ","ٲ٬ٲ٭","ٲٮٲٯ","ٲٰٲٱ","ٳ¡ٴڃ¤S","ٵٿٶڀªV","ٷټ¦Tٸٹ","ٹٻ¦Tٺٸ","ٻپټٺ","ټٽٽڀ","پټٿٶ","ٿٷڀځ","ځڂڂڄ","ڃٵڃڄ","ڄ£څچ®","چ¥ڇڈ¨U","ڈډ+ډڊªV","ڊ§ڋڌ\t","ڌ©ڍڐĪ","ڎڐÂbڏڍ","ڏڎڐ«",'ڑڒ"ڒ',"ړږڔږ","ڕړڕڔ","ږ¯ڗڝ\b","ژڙź¾ڙښ\b","ښڜڛژ","ڜڟڝڛ","ڝڞڞ±","ڟڝڠڦ","ڡڢź¾ڢڣ","ڣڥڤڡ","ڥڨڦڤ","ڦڧڧ³","ڨڦکڮäs","ڪګګڭäs","ڬڪڭڰ","ڮڬڮگ","گµڰڮ","ڱڲsڲڼ¸]ڳ","ڴsڴڼº^ڵڶ","sڶڼ¾`ڷڸ","xڸڼ¯ڹں","xںڼb2ڻڱ","ڻڳڻڵ","ڻڷڻڹ","ڼ·ڽڿ|","ھڽھڿ","ڿۀۀۂ","ہۃ¼_ۂہ","ۂۃۃۄ","ۄۅۅ¹","ۆۈ|ۇۆ","ۇۈۈۉ","ۉۋ'ۊی¼_","ۋۊۋی","یۍۍێ%","ێ»ۏ۔b2ې","ۑۑۓb2ےې","ۓۖ۔ے","۔ەە½","ۖ۔ۗۘ","ۘۙb2ۙۚ","ۚۛb2ۛۜ","ۜ¿۞\ba","۞ۯÂb۟۠F","۠ۡ'ۡۢÀaۢ","ۣ%ۣۯۤ","ۥEۥۦ'ۦۧ","Àaۧۨ%ۨۯ","۩۪H۪۫","'۫۬Àaۭ۬%","ۭۯۮ","ۮ۟ۮۤ","ۮ۩ۯ۹","۰۱\f\b۱۸)۲","۳\f۳۴۴","۸۵۶\f۶","۸*۷۰۷","۲۷۵۸","ۻ۹۷۹","ۺۺÁۻ","۹ۼۿÄc۽","ۿÆd۾ۼ۾","۽ۿÃ܀","ܓ3܁ܓ4܂ܓ","5܃ܓ6܄ܓ","B܅ܓ7܆ܓ8","܇ܓ@܈ܓ9","܉ܓ;܊ܓ:܋","ܓ<܌ܓ=܍ܓ","?ܓAܓ","CܐܓDܑܓG","ܒ܀ܒ܁","ܒ܂ܒ܃","ܒ܄ܒ܅","ܒ܆ܒ܇","ܒ܈ܒ܉","ܒ܊ܒ܋","ܒ܌ܒ܍","ܒܒ","ܒܐܒܑ","ܓÅܔܕª","ܕÇܖܘ|","ܗܖܗܘ","ܘܙܙܚÆd","ܚÉܛܜ?","ܜËܝܡ\t","ܞܡ$ܟܡ\n","ܠܝܠܞ","ܠܟܡÍ","ܢܥ\fܣܥ\bܤ","ܢܤܣܥ","Ïܦܫârܧ","ܨܨܪârܩ","ܧܪܭܫ","ܩܫܬܬ","Ñܭܫܮ","ܱÞpܯܱârܰܮ","ܰܯܱÓ","ܲܵÚnܳܵ","Ţ²ܴܴܲܳ","ܵÕܷܶ","l ܷܸܸܹ","Ømܹ×ܻܺ","m!ܻܼÔkܼÙ","ܽ݁Þpܾ݁âr","ܿ݁äs݀ܽ","ܾ݀݀ܿ","݁Û݂݃\t","݃Ý݄݅\t\b݅","ß݆݇\t\t݇á","݈݉ª݉ã","݊©å","ݑèuݍݎ","ݎݐèuݏݍ","ݐݓݑݏ","ݑݒݒç","ݓݑݔݚ","îxݕݗ|ݖݕ","ݖݗݗݘ","ݘݚêvݙݔ","ݙݖݚé","ݛݞìwݜݞ","6ݝݛݝݜ","ݞëݟݢ","Þpݠݡ+ݡݣĪ","ݢݠݢݣ","ݣíݤݥÊ","fݥݦÞpݦï","ݧݪÀaݨݪòz","ݩݧݩݨ","ݪñݫݬ\bzݬ","ݭMݭݶݮ","ݯ\fݯݰݰ","ݵݱݲ\fݲ","ݳݳݵݴ","ݮݴݱݵ","ݸݶݴݶ","ݷݷóݸ","ݶݹݿö|ݺ","ݻź¾ݻݼö|ݼ","ݾݽݺݾ","ށݿݽݿ","ހހõށ","ݿނރČރ","ބź¾ބކޅ","ނކމއ","ޅއވވ","ޏމއފ","ދ¢Rދތź¾ތ","ގލފގ","ޑޏލޏ","ސސޗޑ","ޏޒޘޓ","ޘޔޘ.ޕ","ޘ,ޖޘ\rޗޒ","ޗޓޗޔ","ޗޕޗޖ","ޘ÷ޙޟ","ú~ޚޛź¾ޛޜ","ú~ޜޞޝޚ","ޞޡޟޝ","ޟޠޠù","ޡޟޢޣ","Čޣޤź¾ޤަ","ޥޢަީ","ާޥާި","ިޯީާ","ުޫ¢Rޫެ","ź¾ެޮޭު","ޮޱޯޭ","ޯްް","ޱޯ"," ","0","û","߂","džä\b߂","Ǡñ\t߂","þ\n߂","þ߀\v߀߂","Ă߁߁","߁߁","߁߂ý","߃߅Ún߄߆","Ā߅߄߅߆","߆ÿ߇߈","o߈߉Ũµ߉ߊ","\rߊߏƮØߋߌ","ߌߎƮØߍߋ","ߎߑߏߍ","ߏߐߐā","ߑߏߒߗ","ƔËߓߔߔߖ","ƔËߕߓߖߙ","ߗߕߗߘ","ߘߛߙߗ","ߚߜĄߛߚ","ߛߜߜă","ߝߞoߞߟ","Ũµߟߡ\rߠߢ","!ߡߠߡߢ","ߢߣߣߨ","ƔËߤߥ!ߥߧ","ƔËߦߤߧߪ","ߨߦߨߩ","ߩ߭ߪߨ","߫߬߬߮","ƔË߭߫߭߮","߮ą߯ߴ","Þp߰߱߱߳","Þp߲߰߳߶","ߴ߲ߴߵ","ߵć߶ߴ","߷àq߸߹","߹àqߺ߸","߾ߺ","߽߽ĉ","߾߿ࠄ","*ࠀࠄ.ࠁࠄ","0ࠂࠄ2ࠃ߿","ࠃࠀࠃࠁ","ࠃࠂࠄċ","ࠅࠆࠆč","ࠇࠍĐࠈࠉź","¾ࠉࠊĐࠊࠌ","ࠋࠈࠌࠏ","ࠍࠋࠍࠎ","ࠎďࠏࠍ","ࠐࠑࠑࠛư","Ùࠒࠓ\bࠓࠛnj","çࠔࠕ\tࠕࠛĒ","ࠖࠗ\nࠗࠛĒ","࠘࠙\v࠙ࠛĔ","ࠚࠐࠚࠒ","ࠚࠔࠚࠖ","ࠚ࠘ࠛđ","ࠜࠞƖÌࠝࠟ","ࠞࠝࠞࠟ","ࠟࠡࠠࠢĀ","ࠡࠠࠡࠢ","ࠢēࠣࠥż","¿ࠤࠦࠥࠤ","ࠥࠦࠦࠨ","ࠧࠩĄࠨࠧ","ࠨࠩࠩĕ","ࠪ࠰:ࠫࠬź","¾ࠬ࠭:࠭","ࠫ࠲","࠰࠰࠱","࠱ė࠲࠰","࠳࠹4࠴࠵ź","¾࠵࠶4࠶࠸","࠷࠴࠸࠻","࠹࠷࠹࠺","࠺ę࠻࠹","࠼ࡂF$࠽࠾ź¾","࠾F$ࡁ","ࡀ࠽ࡁࡄ","ࡂࡀࡂࡃ","ࡃěࡄࡂ","ࡅࡋV,ࡆࡇź¾ࡇ","ࡈV,ࡈࡊࡉࡆ","ࡊࡍࡋࡉ","ࡋࡌࡌĝ","ࡍࡋࡎࡏ","ࡏࡐĠࡐࡑ","ࡑࡒĠࡒࡓ","ࡓࡔࡕ","ࡕࡖĢࡖࡗ","ࡗࡘ࡙","'࡙࡚Ģ࡚࡛","%࡛ࡎ","ࡔࡘ","ğ࡞ࡶ","§ࡶ¨ࡠࡢ","ࡡࡠࡡࡢ","ࡢࡣࡣࡶ","²ࡤࡶ³ࡥࡶ","¦ࡦࡶ·ࡧࡶ","¶ࡨࡶ¯ࡩ","ࡪࡩࡪ","ࡶ","´ࡶµࡶ","¥ࡶ¸ࡰࡶ","±ࡱࡶ°ࡲࡶ","äsࡳࡶKࡴࡶ","Lࡵ࡞ࡵ","ࡵࡡࡵࡤ","ࡵࡥࡵࡦ","ࡵࡧࡵࡨ","ࡵࡪࡵ","ࡵࡵ","ࡵࡰࡵࡱ","ࡵࡲࡵࡳ","ࡵࡴࡶġ","ࡷࡼĠࡸࡹ","ࡹࡻĠࡺࡸ","ࡻࡾࡼࡺ","ࡼࡽࡽģ","ࡾࡼࡿࢀ\t","\nࢀĥࢁࢂ","Ædࢂࢃࢃࢅ","ࢄࢁࢄࢅ","ࢅࢆࢆࢇ","ࢇħ࢈ࢉ","ࢉࢊb2ࢊࢋ","ࢋĩࢌĠ","ࢍĬࢎࢌ","ࢎࢍī","¾`¸","]º^İ","IJĮ","","","","ĭ࢚࢘|","࢙࢙࢚࢘","࢚࢛࢛࢝","࢜࢞Ĵ࢝࢜","࢝࢞࢞࢟","࢟ࢠࢠį","ࢡࢣ|ࢢࢡ","ࢢࢣࢣࢬ","ࢤࢥ'ࢥࢦļ","ࢦࢧ%ࢧࢭ","ࢨࢭ*ࢩࢪ'","ࢪࢫ\rࢫࢭ%ࢬ","ࢤࢬࢨࢬ","ࢩࢭıࢮ","ࢰࢯࢱĶࢰ","ࢯࢰࢱࢱ","ࢲࢲࢳࢳ","ijࢴࢵb2ࢵࢾ","ࢶࢻb2ࢷࢸ","ࢸࢺb2ࢹࢷ","ࢺࢽࢻࢹ","ࢻࢼࢼࢿ","ࢽࢻࢾࢶ","ࢾࢿࢿĵ","ࣀࣅĸࣁࣂ","ࣂࣄĸࣃࣁ","ࣄࣇࣅࣃ","ࣅࣆࣆķ","ࣇࣅࣈࣉĺ","ࣉ࣊\r࣊࣋b2","࣋Ĺ࣏࣌Ôk","࣏࣍¯࣎࣌","࣏࣎࣍Ļ","࣐ࣕľ ࣑࣒","࣒ࣔľ ࣓࣑","࣓ࣔࣗࣕ","ࣕࣖࣖĽ","ࣗࣕࣘࣙŀ¡","ࣙࣚ\rࣚࣛb2ࣛĿ","ࣜࣟÔkࣝࣟ","¯ࣞࣜࣞࣝ","ࣟŁ࣠࣡","b2࣡\rࣣb2","ࣣ࣪ࣤࣥb2ࣥ","ࣦ\rࣦ࣪ࣧ","ࣨ\rࣨ࣪b2ࣩ࣠","ࣩࣩࣤࣧ","࣪Ń࣫࣬","Þp࣭࣬ٸ࣭࣮","b2࣮Ņࣰ࣯\b¤","ࣰࣱÞpࣱࣶ","ࣲࣳ\fࣳࣵI","ࣲࣴࣵࣸ","ࣶࣶࣴࣷ","ࣷŇࣶࣸ","ࣹࣺ¥%ࣺࣻ«","ࣻࣾðyࣼࣾb2ࣹࣽ","ࣽࣼࣾʼn","ࣿऀ¦&ऀँ","«ँŋंः","Ŏ¨ःऄb2ऄऋ","अआŎ¨आइ","इईĖईउ","उऋऊं","ऊअऋō","ऌऍŐ©ऍऎ","Mऎए2एऐ","MऐŏऑघÞ","pऒऔओकĆ","औओऔक","कखखघ","गऑगऒ","घőङजl","7चजŌ§छङ","छचजœ","झञञटA","टठoठडb2","डŕढण","णतJतथoथ","दb2दŗधन","नऩऩप","oपफb2फř","बऱŜ¯भम","मरŜ¯यभ","रळऱय","ऱललś","ळऱऴहÞ","pवशशसÞ","pषवसऻ","हषहऺ","ऺऽऻह","़ा\t\vऽ़","ऽााŝ","िॄÞpीु","ुृÞpूी","ृॆॄू","ॄॅॅş","ॆॄेॎ","ैॎॉॎŰ","¹ॊॎŲºोॎŴ","»ौॎŶ¼्े","्ै्ॉ","्ॊ्ो","्ौॎš","ॏॐ\t\fॐţ","॒॑«॒॓³'","॓ť॔ॕ«","ॕॖ´(ॖŧ","ॗक़«क़ख़µ)","ख़ũग़ज़«","ज़ड़¶*ड़ū","ढ़फ़«फ़य़·+","य़ŭॠॡ+","ॡůॢॣ ","ॣű।॥!",'॥ų०१"',"१ŵ२३\t\r","३ŷ४५","५Ź६७","७Ż८९","९॰žÀ॰ॱ","ॱॶॲॳžÀ","ॳॴॴॶ","ॵ८ॵॲ","ॶŽॷॸ\bÀ","ॸॹƀÁॹॾ","ॺॻ\fॻॽƆÄ","ॼॺॽঀ","ॾॼॾॿ","ॿſঀॾ","ঁউƂÂংউƄÃ","ঃউƎÈউƐÉ","অউƒÊআউƈÅ","ইউƌÇঈঁ","ঈংঈঃ","ঈঈঅ","ঈআঈই","উƁঊঋĤ","ঋƃঌŤ³","ƈÅƅ","এঐঐকƈÅ","কƔË","ওকƌÇঔএ","ঔঔও","কƇখগƔË","গঙঘচƊÆ","ঙঘঙচ","চছছজ","জƉঝঞ\bÆ","ঞটžÀটথ","ঠড\fডঢ","ঢতžÀণঠ","তধথণ","থদদƋ","ধথন","পžÀপফ","ফƍবভ","ভমžÀময","যƏরƔË","Ƒলস²","স´স¯","স¥শস¦","ষলষ","ষষ","ষশসƓ","হি«ি©","ি়িª","ঽিŢ²াহ","াা","া়াঽ","িƕীু","ুৄƘÍূৄƘÍ","ৃীৃূ","ৄƗ\bÍ","েƚÎেৌ","ৈ\fোƞÐ","ৈোৎ","ৌৌ্","্ƙৎৌ","ƜÏƨÕ","ƪÖƬ×","ƠÑ","","","ƛৗĤ","ৗƝ","য়ƠÑ","ড়ƘÍড়ঢ়","ঢ়য়","য়Ɵ","ৠৡƮØৡৣ","ৢƢÒৣৢ","ৣ","০০ơ","১৮ƤÓ২৮ƦÔ","৩৪ƤÓ৪৫","৫৬ƦÔ৬৮","৭১৭২","৭৩৮ƣ","৯ৰ\bÓৰৱƘÍ","ৱ৷৲৳\f","৳৴৴৶ƘÍ","৵৲৶৹","৷৵৷৸","৸ƥ৹৷","৺৻\bÔ৻ৼƮØ","ৼ৽+৽৾ƘÍ","৾ਇ\f","ਁਁਂƮØ","ਂਃ+ਃƘÍ","ਆਅ","ਆਉਇਅ","ਇਈਈƧ","ਉਇਊ","ƘÍ","Ʃਏ\bÖ","ਏਐƮØ","ਐ","ਘਓਔ\f","ਔਕਕਗƮØ","ਖਓਗਚ","ਘਖਘਙ","ਙƫਚਘ","ਛਡ²ਜਡ´","ਝਡ¯ਞਡ¥","ਟਡ¦ਠਛ","ਠਜਠਝ","ਠਞਠਟ","ਡƭਢਨ«","ਣਨ©ਤਨ","ਥਨªਦਨŢ²","ਧਢਧਣ","ਧਤਧਥ","ਧਦਨƯ","ਪਪਫƲÚ","ਫਬਬ","ਭਮƲÚਮਯ","ਯਰ","ਰਭƱ","ਲਲ਼\bÚਲ਼ƴÛ","ਹਵਸ਼\f","ਸ਼ਸƺÞਵ","ਸਹ","ਹƳ","ਹ਼ੂƶÜ","ੂƸÝਾੂǂâ","ਿੂDŽãੀੂLjå","ੁ਼ੁ","ੁਾੁਿ","ੁੀੂƵ","ĤƷ","Ť³ੇƼß","ੇƹੈ","ੌƼßੌǀá","ੋੈੋ","ੌƻ੍NJæ","ੑƾà","ੑ","ੑ","ƽ\bà","ƲÚੜ","\fਖ਼","ਖ਼ਜ਼ƲÚਗ਼","ਜ਼ਫ਼ੜਗ਼","ੜƿ","ਫ਼ੜ","ƲÚ","ǁ","ƲÚ੦","੦ǃ੧੨\bã","੨੩NJæ੩੯","੪੫\f੫੬","੬੮NJæ੭੪","੮ੱ੯੭","੯ੰੰDž","ੱ੯ੲੳ\bä","ੳੴDŽãੴ","ੵ੶\f੶","ੵ","","LJ","ં²ં´","ં¯ં¥","ં¦ઁ","ઁઁ","ઁઁ","ંljઃઉ«","ઉ©અઉ","આઉªઇઉŢ²","ઈઃઈ","ઈઅઈઆ","ઈઇઉNj","ઊઋઋઌǎè","ઌઍઍ","એǎèએઐ","ઐઑઊ","ઑǍ","ઓઔ\bèઔકǐé","કચખગ\f","ગઙǖìઘખ","ઙજચઘ","ચછછǏ","જચઝણǒê","ઞણǔëટણǞð","ઠણǠñડણǢò","ઢઝઢઞ","ઢટઢઠ","ઢડણǑ","તથĤથǓ","દધŤ³ધનǘí","નǕપ","પભǘíફભǜï","બબફ","ભǗમયǤó","યરલǚî","રલ","લળળ","Ǚવશ\bî","શષǎèષઽ","સહ\fહ","઼ǎèસ","઼િઽ","ઽાાǛ","િઽીુ","ુૂǎèૂૃ","ૃǝૄૅ","ૅǎèે","ેǟૈૉ\bñ","ૉૌૌǤó","ોૈો","ૌ્\f","Ǥó","ૐ્","ૐ","ǡ","²´","¯¥","¦","","","ǣૢ«","ૢ©ૢ","ૢªૠૢŢ²","ૡૡ","ૡૡ","ૡૠૢǥ","ૣ૦Ǩõ૦Ǫö","ૣ","૦ǧ૧૯ǰù","૨૪Dzú૩૫ǾĀ","૪૩૪૫","૫૬૬૭Ǵû","૭૯૮૧","૮૨૯ǩ","૰૱Ǭ÷૱M","ǾĀ","","MǮø","ǫૹ'","ૹૼ%ૺૼ)ૻ","ૻૺૼ","ǭ૽૾'૾","૿!૿%ǯ","ଁଂ'ଂଃ","ǶüଃଇMଆ","Ǻþଅଆଉ","ଇଅଇଈ","ଈଊଉଇ","ଊଋ!ଋଌ","%ଌDZ","'ଏǶüଏଓ","MଐǺþଐ","କଓ","ଓଔଔଖ","କଓଖଗ","%ଗdzଘଙ","'ଙଚ!ଚଛ","Ƕüଛଜ%ଜǵ","ଝଢǸýଞଟ","ଟଡǸýଠଞ","ଡତଢଠ","ଢଣଣǷ","ତଢଥ","ÔkଦନÖlଧଦ","ନଫଧ","ପପǹ","ଫବଯǸ","ýଭମ+ମରǼ","ÿଯଭଯର","ରଲ","Mଲǻଳ¯","ଶଵଷb","2ଶଵଶଷ","ଷସସ","ହଳହ","ǽଽȀ","ā଼ଽା","ା଼ାି","ିǿୀୈȂ","ĂୁୈǨõୂୄ","ୃb2ୄୃ","ୄ","ୈେୀ","େୁେୂ","ୈȁୋȄă","ୋୌ","ୌୌ୍","୍ȃ\n","¹","ȅ","୕Ȉą","୕ୖ","ୖୖୗ","ୗ","ȇȊĆ","ଢ଼\rଡ଼Ȍć","ଢ଼ଡ଼ୟ","ୟଢ଼ୟୠ","ୠୡୡୢ","ୢȉୣ\bĆ","୨Ôk୦","୦୨Øm୧ୣ","୧୨ୱ","୩୫\f୪୬Öl","୫୪୬୭","୭୫୭୮","୮୰୯୩","୰୳ୱ୯","ୱ୲୲ȋ","୳ୱ୴୵","୵୶b2୶୷୷","ȎĈ","୴","ȍ\n","","","ȏĠȗțȶȽɅɇ","ɏɜɤɨɲɾʄʇʊʓʛʠ","ʦʮʳʹʾˇˌˑ˚˟˳˸","˻̗̠̥̪̭̳́̈̋̑̚","͔͙͊͢͠ΊΑΙΡθκ","ωϑϛϰϴЈЕЙСФЩЬ","дпуъёјўѥѵ҆ҡҩ","үҵӈӍӔӢӤӵԃԌԗԤ","ԼՇՔ՟էխնսք֎","ֱֺׁ֖֡֫אדפ","؋؏؛آةضليَٙ١","٩ٲټٿڃڏڕڝڦڮڻھ","ۂۇۋ۔ۮ۷۹۾ܒܗܠܤ","ܫܴܰ݀ݑݖݙݝݢݩݴݶ","ݿއޏޗޟާޯ߁߅ߏߗ","ߛߡߨ߭ߴࠃࠍࠚࠞࠡࠥ","ࠨ࠰࠹ࡂࡋࡡࡪࡵࡼࢄࢎ","࢙࢝ࢢࢬࢰࢻࢾࣅ࣎ࣕࣞ","ࣩࣶࣽऊऔगछऱहऽॄ्","ॵॾঈঔঙথষাৃৌ","ৣ৭৷ਇਘਠਧਰਹੁੋ","ੜ੯ઁઈઑચઢબઽ","ોૡ૪૮ૻଇଓଢ","ଯଶହାୄେୌୖୟ୧","୭ୱ"].join(""),Ol=(new a.a.atn.ATNDeserializer).deserialize(Sl),Dl=Ol.decisionToState.map(((t,e)=>new a.a.dfa.DFA(t,e))),Ml=new a.a.PredictionContextCache;class kl extends c{constructor(t){super(t),this._interp=new a.a.atn.ParserATNSimulator(this,Ol,Dl,Ml),this.ruleNames=kl.ruleNames,this.literalNames=kl.literalNames,this.symbolicNames=kl.symbolicNames}get atn(){return Ol}sempred(t,e,i){switch(e){case 9:return this.derived_list_sempred(t,i);case 19:return this.native_category_binding_list_sempred(t,i);case 39:return this.else_if_statement_list_sempred(t,i);case 48:return this.expression_sempred(t,i);case 50:return this.an_expression_sempred(t,i);case 53:return this.instance_expression_sempred(t,i);case 54:return this.mutable_instance_expression_sempred(t,i);case 67:return this.copy_from_sempred(t,i);case 68:return this.argument_assignment_list_sempred(t,i);case 95:return this.typedef_sempred(t,i);case 106:return this.nospace_hyphen_identifier_or_keyword_sempred(t,i);case 107:return this.nospace_identifier_or_keyword_sempred(t,i);case 120:return this.any_type_sempred(t,i);case 162:return this.assignable_instance_sempred(t,i);case 163:return this.is_expression_sempred(t,i);case 164:return this.metadata_sempred(t,i);case 177:return this.new_token_sempred(t,i);case 178:return this.key_token_sempred(t,i);case 179:return this.module_token_sempred(t,i);case 180:return this.value_token_sempred(t,i);case 181:return this.symbols_token_sempred(t,i);case 190:return this.javascript_expression_sempred(t,i);case 196:return this.javascript_arguments_sempred(t,i);case 203:return this.python_expression_sempred(t,i);case 209:return this.python_ordinal_argument_list_sempred(t,i);case 210:return this.python_named_argument_list_sempred(t,i);case 212:return this.python_identifier_expression_sempred(t,i);case 216:return this.java_expression_sempred(t,i);case 222:return this.java_arguments_sempred(t,i);case 225:return this.java_identifier_expression_sempred(t,i);case 226:return this.java_class_identifier_expression_sempred(t,i);case 230:return this.csharp_expression_sempred(t,i);case 236:return this.csharp_arguments_sempred(t,i);case 239:return this.csharp_identifier_expression_sempred(t,i);case 260:return this.css_identifier_sempred(t,i);default:throw"No predicate with index:"+e}}derived_list_sempred(t,e){switch(e){case 0:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}native_category_binding_list_sempred(t,e){switch(e){case 1:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}else_if_statement_list_sempred(t,e){switch(e){case 2:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}expression_sempred(t,e){switch(e){case 3:return this.precpred(this._ctx,21);case 4:return this.precpred(this._ctx,20);case 5:return this.precpred(this._ctx,19);case 6:return this.precpred(this._ctx,18);case 7:return this.precpred(this._ctx,17);case 8:return this.precpred(this._ctx,16);case 9:return this.precpred(this._ctx,14);case 10:return this.precpred(this._ctx,13);case 11:return this.precpred(this._ctx,12);case 12:return this.precpred(this._ctx,11);case 13:return this.precpred(this._ctx,10);case 14:return this.precpred(this._ctx,7);case 15:return this.precpred(this._ctx,6);case 16:return this.precpred(this._ctx,5);case 17:return this.precpred(this._ctx,15);case 18:return this.precpred(this._ctx,9);case 19:return this.precpred(this._ctx,8);case 20:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}an_expression_sempred(t,e){switch(e){case 21:return this.willBeAOrAn();default:throw"No predicate with index:"+e}}instance_expression_sempred(t,e){switch(e){case 22:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}mutable_instance_expression_sempred(t,e){switch(e){case 23:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}copy_from_sempred(t,e){switch(e){case 24:return this.willNotBe(this.equalToken());default:throw"No predicate with index:"+e}}argument_assignment_list_sempred(t,e){switch(e){case 25:return this.willNotBe(this.equalToken());case 26:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}typedef_sempred(t,e){switch(e){case 27:return this.precpred(this._ctx,6);case 28:return this.precpred(this._ctx,5);case 29:return this.precpred(this._ctx,4);default:throw"No predicate with index:"+e}}nospace_hyphen_identifier_or_keyword_sempred(t,e){switch(e){case 30:return this.wasNotWhiteSpace();default:throw"No predicate with index:"+e}}nospace_identifier_or_keyword_sempred(t,e){switch(e){case 31:return this.wasNotWhiteSpace();default:throw"No predicate with index:"+e}}any_type_sempred(t,e){switch(e){case 32:return this.precpred(this._ctx,2);case 33:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}assignable_instance_sempred(t,e){switch(e){case 34:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}is_expression_sempred(t,e){switch(e){case 35:return this.willBeAOrAn();default:throw"No predicate with index:"+e}}metadata_sempred(t,e){switch(e){case 36:return this.willBeText("metadata");default:throw"No predicate with index:"+e}}new_token_sempred(t,e){switch(e){case 37:return this.isText(t.i1,"new");default:throw"No predicate with index:"+e}}key_token_sempred(t,e){switch(e){case 38:return this.isText(t.i1,"key");default:throw"No predicate with index:"+e}}module_token_sempred(t,e){switch(e){case 39:return this.isText(t.i1,"module");default:throw"No predicate with index:"+e}}value_token_sempred(t,e){switch(e){case 40:return this.isText(t.i1,"value");default:throw"No predicate with index:"+e}}symbols_token_sempred(t,e){switch(e){case 41:return this.isText(t.i1,"symbols");default:throw"No predicate with index:"+e}}javascript_expression_sempred(t,e){switch(e){case 42:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}javascript_arguments_sempred(t,e){switch(e){case 43:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}python_expression_sempred(t,e){switch(e){case 44:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}python_ordinal_argument_list_sempred(t,e){switch(e){case 45:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}python_named_argument_list_sempred(t,e){switch(e){case 46:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}python_identifier_expression_sempred(t,e){switch(e){case 47:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}java_expression_sempred(t,e){switch(e){case 48:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}java_arguments_sempred(t,e){switch(e){case 49:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}java_identifier_expression_sempred(t,e){switch(e){case 50:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}java_class_identifier_expression_sempred(t,e){switch(e){case 51:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}csharp_expression_sempred(t,e){switch(e){case 52:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}csharp_arguments_sempred(t,e){switch(e){case 53:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}csharp_identifier_expression_sempred(t,e){switch(e){case 54:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}css_identifier_sempred(t,e){switch(e){case 55:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}enum_category_declaration(){let t=new Ul(this,this._ctx,this.state);this.enterRule(t,0,kl.RULE_enum_category_declaration);try{this.enterOuterAlt(t,1),this.state=526,this.match(kl.ENUMERATED),this.state=527,this.match(kl.CATEGORY),this.state=528,t.name=this.type_identifier(),this.state=533,this._errHandler.sync(this),this._input.LA(1)===kl.LPAR&&(this.state=529,this.match(kl.LPAR),this.state=530,t.attrs=this.attribute_identifier_list(),this.state=531,this.match(kl.RPAR)),this.state=537,this._errHandler.sync(this),this._input.LA(1)===kl.EXTENDS&&(this.state=535,this.match(kl.EXTENDS),this.state=536,t.derived=this.type_identifier()),this.state=539,this.match(kl.LCURL),this.state=540,t.symbols=this.category_symbol_list(),this.state=541,this.match(kl.RCURL)}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}enum_native_declaration(){let t=new Pl(this,this._ctx,this.state);this.enterRule(t,2,kl.RULE_enum_native_declaration);try{this.enterOuterAlt(t,1),this.state=543,this.match(kl.ENUMERATED),this.state=544,t.name=this.type_identifier(),this.state=545,this.match(kl.LPAR),this.state=546,t.typ=this.native_type(),this.state=547,this.match(kl.RPAR),this.state=548,this.match(kl.LCURL),this.state=549,t.symbols=this.native_symbol_list(),this.state=550,this.match(kl.RCURL)}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}category_symbol(){let t=new Fl(this,this._ctx,this.state);this.enterRule(t,4,kl.RULE_category_symbol);try{this.enterOuterAlt(t,1),this.state=552,t.name=this.symbol_identifier(),this.state=553,this.match(kl.LPAR),this.state=554,t.args=this.argument_assignment_list(0),this.state=555,this.match(kl.RPAR),this.state=556,this.match(kl.SEMI)}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}native_symbol(){let t=new Hl(this,this._ctx,this.state);this.enterRule(t,6,kl.RULE_native_symbol);try{this.enterOuterAlt(t,1),this.state=558,t.name=this.symbol_identifier(),this.state=559,this.match(kl.EQ),this.state=560,t.exp=this.expression(0),this.state=561,this.match(kl.SEMI)}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}attribute_declaration(){let t=new Vl(this,this._ctx,this.state);this.enterRule(t,8,kl.RULE_attribute_declaration);var e=0;try{this.enterOuterAlt(t,1),this.state=564,this._errHandler.sync(this),(e=this._input.LA(1))===kl.STORABLE&&(this.state=563,this.match(kl.STORABLE)),this.state=566,this.match(kl.ATTRIBUTE),this.state=567,t.name=this.attribute_identifier(),this.state=568,this.match(kl.COLON),this.state=569,t.typ=this.typedef(0),this.state=571,this._errHandler.sync(this),(e=this._input.LA(1))!==kl.IN&&e!==kl.MATCHING||(this.state=570,t.match=this.attribute_constraint()),this.state=581,this._errHandler.sync(this),(e=this._input.LA(1))===kl.WITH&&(this.state=573,this.match(kl.WITH),this.state=574,this.match(kl.INDEX),this.state=579,this._errHandler.sync(this),(e=this._input.LA(1))===kl.LPAR&&(this.state=575,this.match(kl.LPAR),this.state=576,t.indices=this.variable_identifier_list(),this.state=577,this.match(kl.RPAR))),this.state=583,this.match(kl.SEMI)}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}concrete_widget_declaration(){let t=new Bl(this,this._ctx,this.state);this.enterRule(t,10,kl.RULE_concrete_widget_declaration);try{this.enterOuterAlt(t,1),this.state=585,this.match(kl.WIDGET),this.state=586,t.name=this.type_identifier(),this.state=589,this._errHandler.sync(this),this._input.LA(1)===kl.EXTENDS&&(this.state=587,this.match(kl.EXTENDS),this.state=588,t.derived=this.type_identifier()),this.state=591,t.methods=this.category_method_list()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}native_widget_declaration(){let t=new Gl(this,this._ctx,this.state);this.enterRule(t,12,kl.RULE_native_widget_declaration);try{this.enterOuterAlt(t,1),this.state=593,this.match(kl.NATIVE),this.state=594,this.match(kl.WIDGET),this.state=595,t.name=this.type_identifier(),this.state=596,this.match(kl.LCURL),this.state=597,t.bindings=this.native_category_bindings(),this.state=598,t.methods=this.native_member_method_declaration_list(),this.state=599,this.match(kl.RCURL)}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}concrete_category_declaration(){let t=new jl(this,this._ctx,this.state);this.enterRule(t,14,kl.RULE_concrete_category_declaration);try{this.enterOuterAlt(t,1),this.state=602,this._errHandler.sync(this),this._input.LA(1)===kl.STORABLE&&(this.state=601,this.match(kl.STORABLE)),this.state=604,this.match(kl.CATEGORY),this.state=605,t.name=this.type_identifier(),this.state=610,this._errHandler.sync(this),this._input.LA(1)===kl.LPAR&&(this.state=606,this.match(kl.LPAR),this.state=607,t.attrs=this.attribute_identifier_list(),this.state=608,this.match(kl.RPAR)),this.state=614,this._errHandler.sync(this),this._input.LA(1)===kl.EXTENDS&&(this.state=612,this.match(kl.EXTENDS),this.state=613,t.derived=this.derived_list(0)),this.state=616,t.methods=this.category_method_list()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}singleton_category_declaration(){let t=new Wl(this,this._ctx,this.state);this.enterRule(t,16,kl.RULE_singleton_category_declaration);try{this.enterOuterAlt(t,1),this.state=618,this.match(kl.SINGLETON),this.state=619,t.name=this.type_identifier(),this.state=624,this._errHandler.sync(this),this._input.LA(1)===kl.LPAR&&(this.state=620,this.match(kl.LPAR),this.state=621,t.attrs=this.attribute_identifier_list(),this.state=622,this.match(kl.RPAR)),this.state=626,t.methods=this.category_method_list()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}derived_list(t){void 0===t&&(t=0);const e=this._ctx,i=this.state;let s=new Jl(this,this._ctx,i),r=s;this.enterRecursionRule(s,18,kl.RULE_derived_list,t);try{this.enterOuterAlt(s,1),s=new ql(this,s),this._ctx=s,r=s,this.state=629,s.item=this.type_identifier(),this._ctx.stop=this._input.LT(-1),this.state=636,this._errHandler.sync(this);for(var n=this._interp.adaptivePredict(this._input,11,this._ctx);2!=n&&n!=a.a.atn.ATN.INVALID_ALT_NUMBER;){if(1===n){if(null!==this._parseListeners&&this.triggerExitRuleEvent(),r=s,s=new Yl(this,new Jl(this,e,i)),s.items=r,this.pushNewRecursionContext(s,18,kl.RULE_derived_list),this.state=631,!this.precpred(this._ctx,1))throw new a.a.error.FailedPredicateException(this,"this.precpred(this._ctx, 1)");this.state=632,this.match(kl.COMMA),this.state=633,s.item=this.type_identifier()}this.state=638,this._errHandler.sync(this),n=this._interp.adaptivePredict(this._input,11,this._ctx)}}catch(t){if(!(t instanceof a.a.error.RecognitionException))throw t;s.exception=t,this._errHandler.reportError(this,t),this._errHandler.recover(this,t)}finally{this.unrollRecursionContexts(e)}return s}category_method_list(){let t=new Xl(this,this._ctx,this.state);this.enterRule(t,20,kl.RULE_category_method_list);var e=0;try{switch(this.state=645,this._errHandler.sync(this),this._input.LA(1)){case kl.SEMI:t=new Kl(this,t),this.enterOuterAlt(t,1),this.state=639,this.match(kl.SEMI);break;case kl.LCURL:t=new zl(this,t),this.enterOuterAlt(t,2),this.state=640,this.match(kl.LCURL),this.state=642,this._errHandler.sync(this),((e=this._input.LA(1))===kl.COMMENT||0==(e-49&-32)&&0!=(1<'","'>='","'<'","'<='","'<>'","'<:>'","'='","'!='","'=='","'~='","'~'","'<-'","'->'","'=>'","'Boolean'","'Css'","'Character'","'Text'","'Integer'","'Decimal'","'Date'","'Time'","'DateTime'","'Period'","'Version'","'Method:'","'Code'","'Document'","'Blob'","'Image'","'Uuid'","'DbId'","'Iterator'","'Cursor'","'Html'","'Type'","'abstract'","'all'","'always'","'and'","'any'","'as'",null,"'attr'","'attribute'","'attributes'","'bindings'","'break'","'by'","'case'","'catch'","'category'","'class'","'contains'","'def'","'default'","'define'","'delete'",null,"'do'","'doing'","'each'","'else'","'enum'","'enumerated'","'except'","'execute'","'expecting'","'extends'","'fetch'","'filtered'","'finally'","'flush'","'for'","'from'","'getter'","'has'","'if'","'in'","'include'","'index'","'invoke:'","'is'","'matching'","'method'","'methods'","'modulo'","'mutable'","'native'","'None'","'not'",null,"'null'","'on'","'one'","'operator'","'or'","'order'","'otherwise'","'pass'","'raise'","'read'","'receiving'","'resource'","'return'","'returning'","'rows'","'self'","'setter'","'singleton'","'sorted'","'storable'","'store'","'super'","'switch'","'test'","'then'","'this'","'throw'","'to'","'try'","'verifying'","'widget'","'with'","'when'","'where'","'while'","'write'",null,null,"'MIN_INTEGER'","'MAX_INTEGER'"]),Nl(kl,"symbolicNames",[null,"SPACE","WS","LF","COMMENT","JAVA","CSHARP","PYTHON2","PYTHON3","JAVASCRIPT","SWIFT","COLON","SEMI","COMMA","RANGE","DOT","LPAR","RPAR","LBRAK","RBRAK","LCURL","RCURL","QMARK","XMARK","AMP","AMP2","PIPE","PIPE2","PLUS","MINUS","STAR","SLASH","BSLASH","PERCENT","SHARP","GT","GTE","LT","LTE","LTGT","LTCOLONGT","EQ","XEQ","EQ2","TEQ","TILDE","LARROW","RARROW","EGT","BOOLEAN","CSS","CHARACTER","TEXT","INTEGER","DECIMAL","DATE","TIME","DATETIME","PERIOD","VERSION","METHOD_COLON","CODE","DOCUMENT","BLOB","IMAGE","UUID","DBID","ITERATOR","CURSOR","HTML","TYPE","ABSTRACT","ALL","ALWAYS","AND","ANY","AS","ASC","ATTR","ATTRIBUTE","ATTRIBUTES","BINDINGS","BREAK","BY","CASE","CATCH","CATEGORY","CLASS","CONTAINS","DEF","DEFAULT","DEFINE","DELETE","DESC","DO","DOING","EACH","ELSE","ENUM","ENUMERATED","EXCEPT","EXECUTE","EXPECTING","EXTENDS","FETCH","FILTERED","FINALLY","FLUSH","FOR","FROM","GETTER","HAS","IF","IN","INCLUDE","INDEX","INVOKE_COLON","IS","MATCHING","METHOD","METHODS","MODULO","MUTABLE","NATIVE","NONE","NOT","NOTHING","NULL","ON","ONE","OPERATOR","OR","ORDER","OTHERWISE","PASS","RAISE","READ","RECEIVING","RESOURCE","RETURN","RETURNING","ROWS","SELF","SETTER","SINGLETON","SORTED","STORABLE","STORE","SUPER","SWITCH","TEST","THEN","THIS","THROW","TO","TRY","VERIFYING","WIDGET","WITH","WHEN","WHERE","WHILE","WRITE","BOOLEAN_LITERAL","CHAR_LITERAL","MIN_INTEGER","MAX_INTEGER","SYMBOL_IDENTIFIER","TYPE_IDENTIFIER","VARIABLE_IDENTIFIER","NATIVE_IDENTIFIER","DOLLAR_IDENTIFIER","ARONDBASE_IDENTIFIER","TEXT_LITERAL","UUID_LITERAL","VERSION_LITERAL","INTEGER_LITERAL","HEXA_LITERAL","DECIMAL_LITERAL","DATETIME_LITERAL","TIME_LITERAL","DATE_LITERAL","PERIOD_LITERAL","JSX_TEXT"]),Nl(kl,"ruleNames",["enum_category_declaration","enum_native_declaration","category_symbol","native_symbol","attribute_declaration","concrete_widget_declaration","native_widget_declaration","concrete_category_declaration","singleton_category_declaration","derived_list","category_method_list","operator_method_declaration","setter_method_declaration","native_setter_declaration","getter_method_declaration","native_getter_declaration","native_resource_declaration","native_category_declaration","native_category_bindings","native_category_binding_list","abstract_global_method_declaration","abstract_member_method_declaration","concrete_method_declaration","native_method_declaration","test_method_declaration","assertion","typed_argument","statement_or_list","statement","flush_statement","store_statement","with_resource_statement","with_singleton_statement","switch_statement","switch_case_statement","for_each_statement","do_while_statement","while_statement","if_statement","else_if_statement_list","raise_statement","try_statement","catch_statement","break_statement","return_statement","method_call_expression","method_call_statement","x_expression","expression","filter_expression","an_expression","type_expression","selectable_expression","instance_expression","mutable_instance_expression","method_expression","blob_expression","document_expression","write_statement","filtered_list_expression","fetch_expression","fetch_statement","then","read_statement","sorted_expression","instance_selector","constructor_expression","copy_from","argument_assignment_list","argument_assignment","assign_instance_statement","child_instance","assign_tuple_statement","type_literal","null_literal","ws_plus","repl","declaration_list","declarations","declaration","annotation_constructor","annotation_identifier","annotation_argument","annotation_argument_name","annotation_argument_value","resource_declaration","enum_declaration","native_symbol_list","category_symbol_list","symbol_list","attribute_constraint","list_literal","set_literal","expression_list","range_literal","typedef","primary_type","native_type","category_type","mutable_category_type","code_type","category_declaration","widget_declaration","type_identifier_list","method_identifier","identifier_or_keyword","nospace_hyphen_identifier_or_keyword","nospace_identifier_or_keyword","identifier","member_identifier","variable_identifier","attribute_identifier","type_identifier","symbol_identifier","argument_list","argument","operator_argument","named_argument","code_argument","category_or_any_type","any_type","member_method_declaration_list","member_method_declaration","native_member_method_declaration_list","native_member_method_declaration","native_category_binding","python_category_binding","python_module","javascript_category_binding","javascript_module","variable_identifier_list","attribute_identifier_list","method_declaration","comment_statement","native_statement_list","native_statement","python_native_statement","javascript_native_statement","statement_list","assertion_list","switch_case_statement_list","catch_statement_list","literal_collection","atomic_literal","literal_list_literal","this_expression","super_expression","parenthesis_expression","literal_expression","collection_literal","tuple_literal","dict_literal","document_literal","expression_tuple","doc_entry_list","doc_entry","doc_key","dict_entry_list","dict_entry","dict_key","slice_arguments","assign_variable_statement","assignable_instance","is_expression","metadata","arrow_expression","arrow_prefix","arrow_args","sorted_key","read_blob_expression","read_all_expression","read_one_expression","order_by_list","order_by","include_list","operator","keyword","new_token","key_token","module_token","value_token","symbols_token","assign","multiply","divide","idivide","modulo","lfs","lfp","javascript_statement","javascript_expression","javascript_primary_expression","javascript_this_expression","javascript_new_expression","javascript_selector_expression","javascript_method_expression","javascript_arguments","javascript_item_expression","javascript_parenthesis_expression","javascript_identifier_expression","javascript_literal_expression","javascript_identifier","python_statement","python_expression","python_primary_expression","python_self_expression","python_selector_expression","python_method_expression","python_argument_list","python_ordinal_argument_list","python_named_argument_list","python_parenthesis_expression","python_identifier_expression","python_literal_expression","python_identifier","java_statement","java_expression","java_primary_expression","java_this_expression","java_new_expression","java_selector_expression","java_method_expression","java_arguments","java_item_expression","java_parenthesis_expression","java_identifier_expression","java_class_identifier_expression","java_literal_expression","java_identifier","csharp_statement","csharp_expression","csharp_primary_expression","csharp_this_expression","csharp_new_expression","csharp_selector_expression","csharp_method_expression","csharp_arguments","csharp_item_expression","csharp_parenthesis_expression","csharp_identifier_expression","csharp_literal_expression","csharp_identifier","jsx_expression","jsx_element","jsx_fragment","jsx_fragment_start","jsx_fragment_end","jsx_self_closing","jsx_opening","jsx_closing","jsx_element_name","jsx_identifier","jsx_attribute","jsx_attribute_value","jsx_children","jsx_child","jsx_text","jsx_char","css_expression","css_field","css_identifier","css_value","css_text"]),kl.EOF=a.a.Token.EOF,kl.SPACE=1,kl.WS=2,kl.LF=3,kl.COMMENT=4,kl.JAVA=5,kl.CSHARP=6,kl.PYTHON2=7,kl.PYTHON3=8,kl.JAVASCRIPT=9,kl.SWIFT=10,kl.COLON=11,kl.SEMI=12,kl.COMMA=13,kl.RANGE=14,kl.DOT=15,kl.LPAR=16,kl.RPAR=17,kl.LBRAK=18,kl.RBRAK=19,kl.LCURL=20,kl.RCURL=21,kl.QMARK=22,kl.XMARK=23,kl.AMP=24,kl.AMP2=25,kl.PIPE=26,kl.PIPE2=27,kl.PLUS=28,kl.MINUS=29,kl.STAR=30,kl.SLASH=31,kl.BSLASH=32,kl.PERCENT=33,kl.SHARP=34,kl.GT=35,kl.GTE=36,kl.LT=37,kl.LTE=38,kl.LTGT=39,kl.LTCOLONGT=40,kl.EQ=41,kl.XEQ=42,kl.EQ2=43,kl.TEQ=44,kl.TILDE=45,kl.LARROW=46,kl.RARROW=47,kl.EGT=48,kl.BOOLEAN=49,kl.CSS=50,kl.CHARACTER=51,kl.TEXT=52,kl.INTEGER=53,kl.DECIMAL=54,kl.DATE=55,kl.TIME=56,kl.DATETIME=57,kl.PERIOD=58,kl.VERSION=59,kl.METHOD_COLON=60,kl.CODE=61,kl.DOCUMENT=62,kl.BLOB=63,kl.IMAGE=64,kl.UUID=65,kl.DBID=66,kl.ITERATOR=67,kl.CURSOR=68,kl.HTML=69,kl.TYPE=70,kl.ABSTRACT=71,kl.ALL=72,kl.ALWAYS=73,kl.AND=74,kl.ANY=75,kl.AS=76,kl.ASC=77,kl.ATTR=78,kl.ATTRIBUTE=79,kl.ATTRIBUTES=80,kl.BINDINGS=81,kl.BREAK=82,kl.BY=83,kl.CASE=84,kl.CATCH=85,kl.CATEGORY=86,kl.CLASS=87,kl.CONTAINS=88,kl.DEF=89,kl.DEFAULT=90,kl.DEFINE=91,kl.DELETE=92,kl.DESC=93,kl.DO=94,kl.DOING=95,kl.EACH=96,kl.ELSE=97,kl.ENUM=98,kl.ENUMERATED=99,kl.EXCEPT=100,kl.EXECUTE=101,kl.EXPECTING=102,kl.EXTENDS=103,kl.FETCH=104,kl.FILTERED=105,kl.FINALLY=106,kl.FLUSH=107,kl.FOR=108,kl.FROM=109,kl.GETTER=110,kl.HAS=111,kl.IF=112,kl.IN=113,kl.INCLUDE=114,kl.INDEX=115,kl.INVOKE_COLON=116,kl.IS=117,kl.MATCHING=118,kl.METHOD=119,kl.METHODS=120,kl.MODULO=121,kl.MUTABLE=122,kl.NATIVE=123,kl.NONE=124,kl.NOT=125,kl.NOTHING=126,kl.NULL=127,kl.ON=128,kl.ONE=129,kl.OPERATOR=130,kl.OR=131,kl.ORDER=132,kl.OTHERWISE=133,kl.PASS=134,kl.RAISE=135,kl.READ=136,kl.RECEIVING=137,kl.RESOURCE=138,kl.RETURN=139,kl.RETURNING=140,kl.ROWS=141,kl.SELF=142,kl.SETTER=143,kl.SINGLETON=144,kl.SORTED=145,kl.STORABLE=146,kl.STORE=147,kl.SUPER=148,kl.SWITCH=149,kl.TEST=150,kl.THEN=151,kl.THIS=152,kl.THROW=153,kl.TO=154,kl.TRY=155,kl.VERIFYING=156,kl.WIDGET=157,kl.WITH=158,kl.WHEN=159,kl.WHERE=160,kl.WHILE=161,kl.WRITE=162,kl.BOOLEAN_LITERAL=163,kl.CHAR_LITERAL=164,kl.MIN_INTEGER=165,kl.MAX_INTEGER=166,kl.SYMBOL_IDENTIFIER=167,kl.TYPE_IDENTIFIER=168,kl.VARIABLE_IDENTIFIER=169,kl.NATIVE_IDENTIFIER=170,kl.DOLLAR_IDENTIFIER=171,kl.ARONDBASE_IDENTIFIER=172,kl.TEXT_LITERAL=173,kl.UUID_LITERAL=174,kl.VERSION_LITERAL=175,kl.INTEGER_LITERAL=176,kl.HEXA_LITERAL=177,kl.DECIMAL_LITERAL=178,kl.DATETIME_LITERAL=179,kl.TIME_LITERAL=180,kl.DATE_LITERAL=181,kl.PERIOD_LITERAL=182,kl.JSX_TEXT=183,kl.RULE_enum_category_declaration=0,kl.RULE_enum_native_declaration=1,kl.RULE_category_symbol=2,kl.RULE_native_symbol=3,kl.RULE_attribute_declaration=4,kl.RULE_concrete_widget_declaration=5,kl.RULE_native_widget_declaration=6,kl.RULE_concrete_category_declaration=7,kl.RULE_singleton_category_declaration=8,kl.RULE_derived_list=9,kl.RULE_category_method_list=10,kl.RULE_operator_method_declaration=11,kl.RULE_setter_method_declaration=12,kl.RULE_native_setter_declaration=13,kl.RULE_getter_method_declaration=14,kl.RULE_native_getter_declaration=15,kl.RULE_native_resource_declaration=16,kl.RULE_native_category_declaration=17,kl.RULE_native_category_bindings=18,kl.RULE_native_category_binding_list=19,kl.RULE_abstract_global_method_declaration=20,kl.RULE_abstract_member_method_declaration=21,kl.RULE_concrete_method_declaration=22,kl.RULE_native_method_declaration=23,kl.RULE_test_method_declaration=24,kl.RULE_assertion=25,kl.RULE_typed_argument=26,kl.RULE_statement_or_list=27,kl.RULE_statement=28,kl.RULE_flush_statement=29,kl.RULE_store_statement=30,kl.RULE_with_resource_statement=31,kl.RULE_with_singleton_statement=32,kl.RULE_switch_statement=33,kl.RULE_switch_case_statement=34,kl.RULE_for_each_statement=35,kl.RULE_do_while_statement=36,kl.RULE_while_statement=37,kl.RULE_if_statement=38,kl.RULE_else_if_statement_list=39,kl.RULE_raise_statement=40,kl.RULE_try_statement=41,kl.RULE_catch_statement=42,kl.RULE_break_statement=43,kl.RULE_return_statement=44,kl.RULE_method_call_expression=45,kl.RULE_method_call_statement=46,kl.RULE_x_expression=47,kl.RULE_expression=48,kl.RULE_filter_expression=49,kl.RULE_an_expression=50,kl.RULE_type_expression=51,kl.RULE_selectable_expression=52,kl.RULE_instance_expression=53,kl.RULE_mutable_instance_expression=54,kl.RULE_method_expression=55,kl.RULE_blob_expression=56,kl.RULE_document_expression=57,kl.RULE_write_statement=58,kl.RULE_filtered_list_expression=59,kl.RULE_fetch_expression=60,kl.RULE_fetch_statement=61,kl.RULE_then=62,kl.RULE_read_statement=63,kl.RULE_sorted_expression=64,kl.RULE_instance_selector=65,kl.RULE_constructor_expression=66,kl.RULE_copy_from=67,kl.RULE_argument_assignment_list=68,kl.RULE_argument_assignment=69,kl.RULE_assign_instance_statement=70,kl.RULE_child_instance=71,kl.RULE_assign_tuple_statement=72,kl.RULE_type_literal=73,kl.RULE_null_literal=74,kl.RULE_ws_plus=75,kl.RULE_repl=76,kl.RULE_declaration_list=77,kl.RULE_declarations=78,kl.RULE_declaration=79,kl.RULE_annotation_constructor=80,kl.RULE_annotation_identifier=81,kl.RULE_annotation_argument=82,kl.RULE_annotation_argument_name=83,kl.RULE_annotation_argument_value=84,kl.RULE_resource_declaration=85,kl.RULE_enum_declaration=86,kl.RULE_native_symbol_list=87,kl.RULE_category_symbol_list=88,kl.RULE_symbol_list=89,kl.RULE_attribute_constraint=90,kl.RULE_list_literal=91,kl.RULE_set_literal=92,kl.RULE_expression_list=93,kl.RULE_range_literal=94,kl.RULE_typedef=95,kl.RULE_primary_type=96,kl.RULE_native_type=97,kl.RULE_category_type=98,kl.RULE_mutable_category_type=99,kl.RULE_code_type=100,kl.RULE_category_declaration=101,kl.RULE_widget_declaration=102,kl.RULE_type_identifier_list=103,kl.RULE_method_identifier=104,kl.RULE_identifier_or_keyword=105,kl.RULE_nospace_hyphen_identifier_or_keyword=106,kl.RULE_nospace_identifier_or_keyword=107,kl.RULE_identifier=108,kl.RULE_member_identifier=109,kl.RULE_variable_identifier=110,kl.RULE_attribute_identifier=111,kl.RULE_type_identifier=112,kl.RULE_symbol_identifier=113,kl.RULE_argument_list=114,kl.RULE_argument=115,kl.RULE_operator_argument=116,kl.RULE_named_argument=117,kl.RULE_code_argument=118,kl.RULE_category_or_any_type=119,kl.RULE_any_type=120,kl.RULE_member_method_declaration_list=121,kl.RULE_member_method_declaration=122,kl.RULE_native_member_method_declaration_list=123,kl.RULE_native_member_method_declaration=124,kl.RULE_native_category_binding=125,kl.RULE_python_category_binding=126,kl.RULE_python_module=127,kl.RULE_javascript_category_binding=128,kl.RULE_javascript_module=129,kl.RULE_variable_identifier_list=130,kl.RULE_attribute_identifier_list=131,kl.RULE_method_declaration=132,kl.RULE_comment_statement=133,kl.RULE_native_statement_list=134,kl.RULE_native_statement=135,kl.RULE_python_native_statement=136,kl.RULE_javascript_native_statement=137,kl.RULE_statement_list=138,kl.RULE_assertion_list=139,kl.RULE_switch_case_statement_list=140,kl.RULE_catch_statement_list=141,kl.RULE_literal_collection=142,kl.RULE_atomic_literal=143,kl.RULE_literal_list_literal=144,kl.RULE_this_expression=145,kl.RULE_super_expression=146,kl.RULE_parenthesis_expression=147,kl.RULE_literal_expression=148,kl.RULE_collection_literal=149,kl.RULE_tuple_literal=150,kl.RULE_dict_literal=151,kl.RULE_document_literal=152,kl.RULE_expression_tuple=153,kl.RULE_doc_entry_list=154,kl.RULE_doc_entry=155,kl.RULE_doc_key=156,kl.RULE_dict_entry_list=157,kl.RULE_dict_entry=158,kl.RULE_dict_key=159,kl.RULE_slice_arguments=160,kl.RULE_assign_variable_statement=161,kl.RULE_assignable_instance=162,kl.RULE_is_expression=163,kl.RULE_metadata=164,kl.RULE_arrow_expression=165,kl.RULE_arrow_prefix=166,kl.RULE_arrow_args=167,kl.RULE_sorted_key=168,kl.RULE_read_blob_expression=169,kl.RULE_read_all_expression=170,kl.RULE_read_one_expression=171,kl.RULE_order_by_list=172,kl.RULE_order_by=173,kl.RULE_include_list=174,kl.RULE_operator=175,kl.RULE_keyword=176,kl.RULE_new_token=177,kl.RULE_key_token=178,kl.RULE_module_token=179,kl.RULE_value_token=180,kl.RULE_symbols_token=181,kl.RULE_assign=182,kl.RULE_multiply=183,kl.RULE_divide=184,kl.RULE_idivide=185,kl.RULE_modulo=186,kl.RULE_lfs=187,kl.RULE_lfp=188,kl.RULE_javascript_statement=189,kl.RULE_javascript_expression=190,kl.RULE_javascript_primary_expression=191,kl.RULE_javascript_this_expression=192,kl.RULE_javascript_new_expression=193,kl.RULE_javascript_selector_expression=194,kl.RULE_javascript_method_expression=195,kl.RULE_javascript_arguments=196,kl.RULE_javascript_item_expression=197,kl.RULE_javascript_parenthesis_expression=198,kl.RULE_javascript_identifier_expression=199,kl.RULE_javascript_literal_expression=200,kl.RULE_javascript_identifier=201,kl.RULE_python_statement=202,kl.RULE_python_expression=203,kl.RULE_python_primary_expression=204,kl.RULE_python_self_expression=205,kl.RULE_python_selector_expression=206,kl.RULE_python_method_expression=207,kl.RULE_python_argument_list=208,kl.RULE_python_ordinal_argument_list=209,kl.RULE_python_named_argument_list=210,kl.RULE_python_parenthesis_expression=211,kl.RULE_python_identifier_expression=212,kl.RULE_python_literal_expression=213,kl.RULE_python_identifier=214,kl.RULE_java_statement=215,kl.RULE_java_expression=216,kl.RULE_java_primary_expression=217,kl.RULE_java_this_expression=218,kl.RULE_java_new_expression=219,kl.RULE_java_selector_expression=220,kl.RULE_java_method_expression=221,kl.RULE_java_arguments=222,kl.RULE_java_item_expression=223,kl.RULE_java_parenthesis_expression=224,kl.RULE_java_identifier_expression=225,kl.RULE_java_class_identifier_expression=226,kl.RULE_java_literal_expression=227,kl.RULE_java_identifier=228,kl.RULE_csharp_statement=229,kl.RULE_csharp_expression=230,kl.RULE_csharp_primary_expression=231,kl.RULE_csharp_this_expression=232,kl.RULE_csharp_new_expression=233,kl.RULE_csharp_selector_expression=234,kl.RULE_csharp_method_expression=235,kl.RULE_csharp_arguments=236,kl.RULE_csharp_item_expression=237,kl.RULE_csharp_parenthesis_expression=238,kl.RULE_csharp_identifier_expression=239,kl.RULE_csharp_literal_expression=240,kl.RULE_csharp_identifier=241,kl.RULE_jsx_expression=242,kl.RULE_jsx_element=243,kl.RULE_jsx_fragment=244,kl.RULE_jsx_fragment_start=245,kl.RULE_jsx_fragment_end=246,kl.RULE_jsx_self_closing=247,kl.RULE_jsx_opening=248,kl.RULE_jsx_closing=249,kl.RULE_jsx_element_name=250,kl.RULE_jsx_identifier=251,kl.RULE_jsx_attribute=252,kl.RULE_jsx_attribute_value=253,kl.RULE_jsx_children=254,kl.RULE_jsx_child=255,kl.RULE_jsx_text=256,kl.RULE_jsx_char=257,kl.RULE_css_expression=258,kl.RULE_css_field=259,kl.RULE_css_identifier=260,kl.RULE_css_value=261,kl.RULE_css_text=262;class Ul extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"type_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ff):this.getTypedRuleContext(ff,t)})),this.parser=t,this.ruleIndex=kl.RULE_enum_category_declaration,this.name=null,this.attrs=null,this.derived=null,this.symbols=null}ENUMERATED(){return this.getToken(kl.ENUMERATED,0)}CATEGORY(){return this.getToken(kl.CATEGORY,0)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}category_symbol_list(){return this.getTypedRuleContext(sp,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}EXTENDS(){return this.getToken(kl.EXTENDS,0)}attribute_identifier_list(){return this.getTypedRuleContext(jf,0)}enterRule(t){t instanceof h&&t.enterEnum_category_declaration(this)}exitRule(t){t instanceof h&&t.exitEnum_category_declaration(this)}}class Pl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_enum_native_declaration,this.name=null,this.typ=null,this.symbols=null}ENUMERATED(){return this.getToken(kl.ENUMERATED,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}type_identifier(){return this.getTypedRuleContext(ff,0)}native_type(){return this.getTypedRuleContext(Cp,0)}native_symbol_list(){return this.getTypedRuleContext(ip,0)}enterRule(t){t instanceof h&&t.enterEnum_native_declaration(this)}exitRule(t){t instanceof h&&t.exitEnum_native_declaration(this)}}class Fl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_category_symbol,this.name=null,this.args=null}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}SEMI(){return this.getToken(kl.SEMI,0)}symbol_identifier(){return this.getTypedRuleContext(_f,0)}argument_assignment_list(){return this.getTypedRuleContext(wd,0)}enterRule(t){t instanceof h&&t.enterCategory_symbol(this)}exitRule(t){t instanceof h&&t.exitCategory_symbol(this)}}class Hl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_native_symbol,this.name=null,this.exp=null}EQ(){return this.getToken(kl.EQ,0)}SEMI(){return this.getToken(kl.SEMI,0)}symbol_identifier(){return this.getTypedRuleContext(_f,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterNative_symbol(this)}exitRule(t){t instanceof h&&t.exitNative_symbol(this)}}class Vl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_attribute_declaration,this.name=null,this.typ=null,this.match=null,this.indices=null}ATTRIBUTE(){return this.getToken(kl.ATTRIBUTE,0)}COLON(){return this.getToken(kl.COLON,0)}SEMI(){return this.getToken(kl.SEMI,0)}attribute_identifier(){return this.getTypedRuleContext(pf,0)}typedef(){return this.getTypedRuleContext(_p,0)}STORABLE(){return this.getToken(kl.STORABLE,0)}WITH(){return this.getToken(kl.WITH,0)}INDEX(){return this.getToken(kl.INDEX,0)}attribute_constraint(){return this.getTypedRuleContext(np,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}variable_identifier_list(){return this.getTypedRuleContext(Gf,0)}enterRule(t){t instanceof h&&t.enterAttribute_declaration(this)}exitRule(t){t instanceof h&&t.exitAttribute_declaration(this)}}class Bl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"type_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ff):this.getTypedRuleContext(ff,t)})),this.parser=t,this.ruleIndex=kl.RULE_concrete_widget_declaration,this.name=null,this.derived=null,this.methods=null}WIDGET(){return this.getToken(kl.WIDGET,0)}category_method_list(){return this.getTypedRuleContext(Xl,0)}EXTENDS(){return this.getToken(kl.EXTENDS,0)}enterRule(t){t instanceof h&&t.enterConcrete_widget_declaration(this)}exitRule(t){t instanceof h&&t.exitConcrete_widget_declaration(this)}}class Gl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_native_widget_declaration,this.name=null,this.bindings=null,this.methods=null}NATIVE(){return this.getToken(kl.NATIVE,0)}WIDGET(){return this.getToken(kl.WIDGET,0)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}type_identifier(){return this.getTypedRuleContext(ff,0)}native_category_bindings(){return this.getTypedRuleContext(rc,0)}native_member_method_declaration_list(){return this.getTypedRuleContext(Nf,0)}enterRule(t){t instanceof h&&t.enterNative_widget_declaration(this)}exitRule(t){t instanceof h&&t.exitNative_widget_declaration(this)}}class jl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_concrete_category_declaration,this.name=null,this.attrs=null,this.derived=null,this.methods=null}CATEGORY(){return this.getToken(kl.CATEGORY,0)}type_identifier(){return this.getTypedRuleContext(ff,0)}category_method_list(){return this.getTypedRuleContext(Xl,0)}STORABLE(){return this.getToken(kl.STORABLE,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}EXTENDS(){return this.getToken(kl.EXTENDS,0)}attribute_identifier_list(){return this.getTypedRuleContext(jf,0)}derived_list(){return this.getTypedRuleContext(Jl,0)}enterRule(t){t instanceof h&&t.enterConcrete_category_declaration(this)}exitRule(t){t instanceof h&&t.exitConcrete_category_declaration(this)}}class Wl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_singleton_category_declaration,this.name=null,this.attrs=null,this.methods=null}SINGLETON(){return this.getToken(kl.SINGLETON,0)}type_identifier(){return this.getTypedRuleContext(ff,0)}category_method_list(){return this.getTypedRuleContext(Xl,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}attribute_identifier_list(){return this.getTypedRuleContext(jf,0)}enterRule(t){t instanceof h&&t.enterSingleton_category_declaration(this)}exitRule(t){t instanceof h&&t.exitSingleton_category_declaration(this)}}class Jl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_derived_list}copyFrom(t){super.copyFrom(t)}}class Yl extends Jl{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}COMMA(){return this.getToken(kl.COMMA,0)}derived_list(){return this.getTypedRuleContext(Jl,0)}type_identifier(){return this.getTypedRuleContext(ff,0)}enterRule(t){t instanceof h&&t.enterDerivedListItem(this)}exitRule(t){t instanceof h&&t.exitDerivedListItem(this)}}kl.DerivedListItemContext=Yl;class ql extends Jl{constructor(t,e){super(t),this.item=null,super.copyFrom(e)}type_identifier(){return this.getTypedRuleContext(ff,0)}enterRule(t){t instanceof h&&t.enterDerivedList(this)}exitRule(t){t instanceof h&&t.exitDerivedList(this)}}kl.DerivedListContext=ql;class Xl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_category_method_list}copyFrom(t){super.copyFrom(t)}}class Kl extends Xl{constructor(t,e){super(t),super.copyFrom(e)}SEMI(){return this.getToken(kl.SEMI,0)}enterRule(t){t instanceof h&&t.enterEmptyCategoryMethodList(this)}exitRule(t){t instanceof h&&t.exitEmptyCategoryMethodList(this)}}kl.EmptyCategoryMethodListContext=Kl;class zl extends Xl{constructor(t,e){super(t),this.items=null,super.copyFrom(e)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}member_method_declaration_list(){return this.getTypedRuleContext(bf,0)}enterRule(t){t instanceof h&&t.enterCurlyCategoryMethodList(this)}exitRule(t){t instanceof h&&t.exitCurlyCategoryMethodList(this)}}kl.CurlyCategoryMethodListContext=zl;class Ql extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_operator_method_declaration,this.typ=null,this.op=null,this.arg=null,this.stmts=null}OPERATOR(){return this.getToken(kl.OPERATOR,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}operator(){return this.getTypedRuleContext(Rx,0)}operator_argument(){return this.getTypedRuleContext(Tf,0)}typedef(){return this.getTypedRuleContext(_p,0)}statement_list(){return this.getTypedRuleContext(e_,0)}enterRule(t){t instanceof h&&t.enterOperator_method_declaration(this)}exitRule(t){t instanceof h&&t.exitOperator_method_declaration(this)}}class Zl extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_setter_method_declaration,this.name=null,this.stmts=null}SETTER(){return this.getToken(kl.SETTER,0)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}variable_identifier(){return this.getTypedRuleContext(df,0)}statement_list(){return this.getTypedRuleContext(e_,0)}enterRule(t){t instanceof h&&t.enterSetter_method_declaration(this)}exitRule(t){t instanceof h&&t.exitSetter_method_declaration(this)}}class $l extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_native_setter_declaration,this.name=null,this.stmts=null}SETTER(){return this.getToken(kl.SETTER,0)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}variable_identifier(){return this.getTypedRuleContext(df,0)}NATIVE(){return this.getToken(kl.NATIVE,0)}native_statement_list(){return this.getTypedRuleContext(Yf,0)}enterRule(t){t instanceof h&&t.enterNative_setter_declaration(this)}exitRule(t){t instanceof h&&t.exitNative_setter_declaration(this)}}class tc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_getter_method_declaration,this.name=null,this.stmts=null}GETTER(){return this.getToken(kl.GETTER,0)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}variable_identifier(){return this.getTypedRuleContext(df,0)}statement_list(){return this.getTypedRuleContext(e_,0)}enterRule(t){t instanceof h&&t.enterGetter_method_declaration(this)}exitRule(t){t instanceof h&&t.exitGetter_method_declaration(this)}}class ec extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_native_getter_declaration,this.name=null,this.stmts=null}GETTER(){return this.getToken(kl.GETTER,0)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}variable_identifier(){return this.getTypedRuleContext(df,0)}NATIVE(){return this.getToken(kl.NATIVE,0)}native_statement_list(){return this.getTypedRuleContext(Yf,0)}enterRule(t){t instanceof h&&t.enterNative_getter_declaration(this)}exitRule(t){t instanceof h&&t.exitNative_getter_declaration(this)}}class ic extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_native_resource_declaration,this.name=null,this.attrs=null,this.bindings=null,this.methods=null}NATIVE(){return this.getToken(kl.NATIVE,0)}RESOURCE(){return this.getToken(kl.RESOURCE,0)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}type_identifier(){return this.getTypedRuleContext(ff,0)}native_category_bindings(){return this.getTypedRuleContext(rc,0)}STORABLE(){return this.getToken(kl.STORABLE,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}attribute_identifier_list(){return this.getTypedRuleContext(jf,0)}native_member_method_declaration_list(){return this.getTypedRuleContext(Nf,0)}enterRule(t){t instanceof h&&t.enterNative_resource_declaration(this)}exitRule(t){t instanceof h&&t.exitNative_resource_declaration(this)}}class sc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_native_category_declaration,this.name=null,this.attrs=null,this.bindings=null,this.methods=null}NATIVE(){return this.getToken(kl.NATIVE,0)}CATEGORY(){return this.getToken(kl.CATEGORY,0)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}type_identifier(){return this.getTypedRuleContext(ff,0)}native_category_bindings(){return this.getTypedRuleContext(rc,0)}STORABLE(){return this.getToken(kl.STORABLE,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}attribute_identifier_list(){return this.getTypedRuleContext(jf,0)}native_member_method_declaration_list(){return this.getTypedRuleContext(Nf,0)}enterRule(t){t instanceof h&&t.enterNative_category_declaration(this)}exitRule(t){t instanceof h&&t.exitNative_category_declaration(this)}}class rc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_native_category_bindings,this.items=null}CATEGORY(){return this.getToken(kl.CATEGORY,0)}BINDINGS(){return this.getToken(kl.BINDINGS,0)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}native_category_binding_list(){return this.getTypedRuleContext(nc,0)}enterRule(t){t instanceof h&&t.enterNative_category_bindings(this)}exitRule(t){t instanceof h&&t.exitNative_category_bindings(this)}}class nc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_native_category_binding_list}copyFrom(t){super.copyFrom(t)}}class ac extends nc{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}SEMI(){return this.getToken(kl.SEMI,0)}native_category_binding_list(){return this.getTypedRuleContext(nc,0)}native_category_binding(){return this.getTypedRuleContext(Of,0)}enterRule(t){t instanceof h&&t.enterNativeCategoryBindingListItem(this)}exitRule(t){t instanceof h&&t.exitNativeCategoryBindingListItem(this)}}kl.NativeCategoryBindingListItemContext=ac;class oc extends nc{constructor(t,e){super(t),this.item=null,super.copyFrom(e)}SEMI(){return this.getToken(kl.SEMI,0)}native_category_binding(){return this.getTypedRuleContext(Of,0)}enterRule(t){t instanceof h&&t.enterNativeCategoryBindingList(this)}exitRule(t){t instanceof h&&t.exitNativeCategoryBindingList(this)}}kl.NativeCategoryBindingListContext=oc;class hc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_abstract_global_method_declaration,this.typ=null,this.name=null,this.args=null}ABSTRACT(){return this.getToken(kl.ABSTRACT,0)}METHOD(){return this.getToken(kl.METHOD,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}SEMI(){return this.getToken(kl.SEMI,0)}type_identifier(){return this.getTypedRuleContext(ff,0)}typedef(){return this.getTypedRuleContext(_p,0)}argument_list(){return this.getTypedRuleContext(xf,0)}MUTABLE(){return this.getToken(kl.MUTABLE,0)}enterRule(t){t instanceof h&&t.enterAbstract_global_method_declaration(this)}exitRule(t){t instanceof h&&t.exitAbstract_global_method_declaration(this)}}class lc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_abstract_member_method_declaration,this.typ=null,this.name=null,this.args=null}ABSTRACT(){return this.getToken(kl.ABSTRACT,0)}METHOD(){return this.getToken(kl.METHOD,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}SEMI(){return this.getToken(kl.SEMI,0)}method_identifier(){return this.getTypedRuleContext(sf,0)}typedef(){return this.getTypedRuleContext(_p,0)}argument_list(){return this.getTypedRuleContext(xf,0)}MUTABLE(){return this.getToken(kl.MUTABLE,0)}enterRule(t){t instanceof h&&t.enterAbstract_member_method_declaration(this)}exitRule(t){t instanceof h&&t.exitAbstract_member_method_declaration(this)}}class cc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_concrete_method_declaration,this.typ=null,this.name=null,this.args=null,this.stmts=null}METHOD(){return this.getToken(kl.METHOD,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}method_identifier(){return this.getTypedRuleContext(sf,0)}typedef(){return this.getTypedRuleContext(_p,0)}argument_list(){return this.getTypedRuleContext(xf,0)}statement_list(){return this.getTypedRuleContext(e_,0)}MUTABLE(){return this.getToken(kl.MUTABLE,0)}enterRule(t){t instanceof h&&t.enterConcrete_method_declaration(this)}exitRule(t){t instanceof h&&t.exitConcrete_method_declaration(this)}}class uc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_native_method_declaration,this.typ=null,this.name=null,this.args=null,this.stmts=null}METHOD(){return this.getToken(kl.METHOD,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}method_identifier(){return this.getTypedRuleContext(sf,0)}native_statement_list(){return this.getTypedRuleContext(Yf,0)}NATIVE(){return this.getToken(kl.NATIVE,0)}category_or_any_type(){return this.getTypedRuleContext(Af,0)}argument_list(){return this.getTypedRuleContext(xf,0)}enterRule(t){t instanceof h&&t.enterNative_method_declaration(this)}exitRule(t){t instanceof h&&t.exitNative_method_declaration(this)}}class dc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"LCURL",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.LCURL):this.getToken(kl.LCURL,t)})),Nl(this,"RCURL",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.RCURL):this.getToken(kl.RCURL,t)})),this.parser=t,this.ruleIndex=kl.RULE_test_method_declaration,this.name=null,this.stmts=null,this.exps=null,this.error=null}TEST(){return this.getToken(kl.TEST,0)}METHOD(){return this.getToken(kl.METHOD,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}VERIFYING(){return this.getToken(kl.VERIFYING,0)}TEXT_LITERAL(){return this.getToken(kl.TEXT_LITERAL,0)}statement_list(){return this.getTypedRuleContext(e_,0)}SEMI(){return this.getToken(kl.SEMI,0)}assertion_list(){return this.getTypedRuleContext(i_,0)}symbol_identifier(){return this.getTypedRuleContext(_f,0)}enterRule(t){t instanceof h&&t.enterTest_method_declaration(this)}exitRule(t){t instanceof h&&t.exitTest_method_declaration(this)}}class pc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_assertion,this.exp=null}SEMI(){return this.getToken(kl.SEMI,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterAssertion(this)}exitRule(t){t instanceof h&&t.exitAssertion(this)}}class fc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_typed_argument,this.typ=null,this.attrs=null,this.name=null,this.value=null}category_or_any_type(){return this.getTypedRuleContext(Af,0)}variable_identifier(){return this.getTypedRuleContext(df,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}EQ(){return this.getToken(kl.EQ,0)}attribute_identifier_list(){return this.getTypedRuleContext(jf,0)}literal_expression(){return this.getTypedRuleContext(S_,0)}enterRule(t){t instanceof h&&t.enterTyped_argument(this)}exitRule(t){t instanceof h&&t.exitTyped_argument(this)}}class _c extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_statement_or_list}copyFrom(t){super.copyFrom(t)}}class xc extends _c{constructor(t,e){super(t),this.items=null,super.copyFrom(e)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}statement_list(){return this.getTypedRuleContext(e_,0)}enterRule(t){t instanceof h&&t.enterCurlyStatementList(this)}exitRule(t){t instanceof h&&t.exitCurlyStatementList(this)}}kl.CurlyStatementListContext=xc;class Ec extends _c{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}statement(){return this.getTypedRuleContext(mc,0)}enterRule(t){t instanceof h&&t.enterSingleStatement(this)}exitRule(t){t instanceof h&&t.exitSingleStatement(this)}}kl.SingleStatementContext=Ec;class mc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_statement}copyFrom(t){super.copyFrom(t)}}class Rc extends mc{constructor(t,e){super(t),this.decl=null,super.copyFrom(e)}comment_statement(){return this.getTypedRuleContext(Jf,0)}enterRule(t){t instanceof h&&t.enterCommentStatement(this)}exitRule(t){t instanceof h&&t.exitCommentStatement(this)}}kl.CommentStatementContext=Rc;class Tc extends mc{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}store_statement(){return this.getTypedRuleContext(Bc,0)}enterRule(t){t instanceof h&&t.enterStoreStatement(this)}exitRule(t){t instanceof h&&t.exitStoreStatement(this)}}kl.StoreStatementContext=Tc;class gc extends mc{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}with_singleton_statement(){return this.getTypedRuleContext(jc,0)}enterRule(t){t instanceof h&&t.enterWithSingletonStatement(this)}exitRule(t){t instanceof h&&t.exitWithSingletonStatement(this)}}kl.WithSingletonStatementContext=gc;class yc extends mc{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}write_statement(){return this.getTypedRuleContext(ld,0)}enterRule(t){t instanceof h&&t.enterWriteStatement(this)}exitRule(t){t instanceof h&&t.exitWriteStatement(this)}}kl.WriteStatementContext=yc;class Ac extends mc{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}while_statement(){return this.getTypedRuleContext(zc,0)}enterRule(t){t instanceof h&&t.enterWhileStatement(this)}exitRule(t){t instanceof h&&t.exitWhileStatement(this)}}kl.WhileStatementContext=Ac;class Lc extends mc{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}with_resource_statement(){return this.getTypedRuleContext(Gc,0)}enterRule(t){t instanceof h&&t.enterWithResourceStatement(this)}exitRule(t){t instanceof h&&t.exitWithResourceStatement(this)}}kl.WithResourceStatementContext=Lc;class Ic extends mc{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}raise_statement(){return this.getTypedRuleContext(eu,0)}enterRule(t){t instanceof h&&t.enterRaiseStatement(this)}exitRule(t){t instanceof h&&t.exitRaiseStatement(this)}}kl.RaiseStatementContext=Ic;class Cc extends mc{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}fetch_statement(){return this.getTypedRuleContext(fd,0)}enterRule(t){t instanceof h&&t.enterFetchStatement(this)}exitRule(t){t instanceof h&&t.exitFetchStatement(this)}}kl.FetchStatementContext=Cc;class vc extends mc{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}break_statement(){return this.getTypedRuleContext(au,0)}enterRule(t){t instanceof h&&t.enterBreakStatement(this)}exitRule(t){t instanceof h&&t.exitBreakStatement(this)}}kl.BreakStatementContext=vc;class bc extends mc{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}assign_instance_statement(){return this.getTypedRuleContext(Md,0)}enterRule(t){t instanceof h&&t.enterAssignInstanceStatement(this)}exitRule(t){t instanceof h&&t.exitAssignInstanceStatement(this)}}kl.AssignInstanceStatementContext=bc;class wc extends mc{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}if_statement(){return this.getTypedRuleContext(Qc,0)}enterRule(t){t instanceof h&&t.enterIfStatement(this)}exitRule(t){t instanceof h&&t.exitIfStatement(this)}}kl.IfStatementContext=wc;class Nc extends mc{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}switch_statement(){return this.getTypedRuleContext(Wc,0)}enterRule(t){t instanceof h&&t.enterSwitchStatement(this)}exitRule(t){t instanceof h&&t.exitSwitchStatement(this)}}kl.SwitchStatementContext=Nc;class Sc extends mc{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}try_statement(){return this.getTypedRuleContext(iu,0)}enterRule(t){t instanceof h&&t.enterTryStatement(this)}exitRule(t){t instanceof h&&t.exitTryStatement(this)}}kl.TryStatementContext=Sc;class Oc extends mc{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}read_statement(){return this.getTypedRuleContext(md,0)}enterRule(t){t instanceof h&&t.enterReadStatement(this)}exitRule(t){t instanceof h&&t.exitReadStatement(this)}}kl.ReadStatementContext=Oc;class Dc extends mc{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}method_call_statement(){return this.getTypedRuleContext(lu,0)}enterRule(t){t instanceof h&&t.enterMethodCallStatement(this)}exitRule(t){t instanceof h&&t.exitMethodCallStatement(this)}}kl.MethodCallStatementContext=Dc;class Mc extends mc{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}return_statement(){return this.getTypedRuleContext(ou,0)}enterRule(t){t instanceof h&&t.enterReturnStatement(this)}exitRule(t){t instanceof h&&t.exitReturnStatement(this)}}kl.ReturnStatementContext=Mc;class kc extends mc{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}assign_tuple_statement(){return this.getTypedRuleContext(Fd,0)}enterRule(t){t instanceof h&&t.enterAssignTupleStatement(this)}exitRule(t){t instanceof h&&t.exitAssignTupleStatement(this)}}kl.AssignTupleStatementContext=kc;class Uc extends mc{constructor(t,e){super(t),this.decl=null,super.copyFrom(e)}concrete_method_declaration(){return this.getTypedRuleContext(cc,0)}enterRule(t){t instanceof h&&t.enterClosureStatement(this)}exitRule(t){t instanceof h&&t.exitClosureStatement(this)}}kl.ClosureStatementContext=Uc;class Pc extends mc{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}flush_statement(){return this.getTypedRuleContext(Vc,0)}enterRule(t){t instanceof h&&t.enterFlushStatement(this)}exitRule(t){t instanceof h&&t.exitFlushStatement(this)}}kl.FlushStatementContext=Pc;class Fc extends mc{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}do_while_statement(){return this.getTypedRuleContext(Kc,0)}enterRule(t){t instanceof h&&t.enterDoWhileStatement(this)}exitRule(t){t instanceof h&&t.exitDoWhileStatement(this)}}kl.DoWhileStatementContext=Fc;class Hc extends mc{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}for_each_statement(){return this.getTypedRuleContext(Xc,0)}enterRule(t){t instanceof h&&t.enterForEachStatement(this)}exitRule(t){t instanceof h&&t.exitForEachStatement(this)}}kl.ForEachStatementContext=Hc;class Vc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_flush_statement}FLUSH(){return this.getToken(kl.FLUSH,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}SEMI(){return this.getToken(kl.SEMI,0)}enterRule(t){t instanceof h&&t.enterFlush_statement(this)}exitRule(t){t instanceof h&&t.exitFlush_statement(this)}}class Bc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"LPAR",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.LPAR):this.getToken(kl.LPAR,t)})),Nl(this,"RPAR",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.RPAR):this.getToken(kl.RPAR,t)})),Nl(this,"expression_list",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(pp):this.getTypedRuleContext(pp,t)})),this.parser=t,this.ruleIndex=kl.RULE_store_statement,this.to_del=null,this.to_add=null,this.with_meta=null,this.stmts=null}DELETE(){return this.getToken(kl.DELETE,0)}STORE(){return this.getToken(kl.STORE,0)}SEMI(){return this.getToken(kl.SEMI,0)}WITH(){return this.getToken(kl.WITH,0)}metadata(){return this.getTypedRuleContext(rx,0)}expression(){return this.getTypedRuleContext(uu,0)}THEN(){return this.getToken(kl.THEN,0)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}AND(){return this.getToken(kl.AND,0)}statement_list(){return this.getTypedRuleContext(e_,0)}enterRule(t){t instanceof h&&t.enterStore_statement(this)}exitRule(t){t instanceof h&&t.exitStore_statement(this)}}class Gc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_with_resource_statement,this.stmt=null,this.stmts=null}WITH(){return this.getToken(kl.WITH,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}assign_variable_statement(){return this.getTypedRuleContext(Q_,0)}statement_or_list(){return this.getTypedRuleContext(_c,0)}enterRule(t){t instanceof h&&t.enterWith_resource_statement(this)}exitRule(t){t instanceof h&&t.exitWith_resource_statement(this)}}class jc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_with_singleton_statement,this.typ=null,this.stmts=null}WITH(){return this.getToken(kl.WITH,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}type_identifier(){return this.getTypedRuleContext(ff,0)}statement_or_list(){return this.getTypedRuleContext(_c,0)}enterRule(t){t instanceof h&&t.enterWith_singleton_statement(this)}exitRule(t){t instanceof h&&t.exitWith_singleton_statement(this)}}class Wc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_switch_statement,this.exp=null,this.cases=null,this.stmts=null}SWITCH(){return this.getToken(kl.SWITCH,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}expression(){return this.getTypedRuleContext(uu,0)}switch_case_statement_list(){return this.getTypedRuleContext(s_,0)}DEFAULT(){return this.getToken(kl.DEFAULT,0)}COLON(){return this.getToken(kl.COLON,0)}statement_list(){return this.getTypedRuleContext(e_,0)}enterRule(t){t instanceof h&&t.enterSwitch_statement(this)}exitRule(t){t instanceof h&&t.exitSwitch_statement(this)}}class Jc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_switch_case_statement}copyFrom(t){super.copyFrom(t)}}class Yc extends Jc{constructor(t,e){super(t),this.exp=null,this.stmts=null,super.copyFrom(e)}CASE(){return this.getToken(kl.CASE,0)}COLON(){return this.getToken(kl.COLON,0)}atomic_literal(){return this.getTypedRuleContext(l_,0)}statement_list(){return this.getTypedRuleContext(e_,0)}enterRule(t){t instanceof h&&t.enterAtomicSwitchCase(this)}exitRule(t){t instanceof h&&t.exitAtomicSwitchCase(this)}}kl.AtomicSwitchCaseContext=Yc;class qc extends Jc{constructor(t,e){super(t),this.exp=null,this.stmts=null,super.copyFrom(e)}CASE(){return this.getToken(kl.CASE,0)}IN(){return this.getToken(kl.IN,0)}COLON(){return this.getToken(kl.COLON,0)}literal_collection(){return this.getTypedRuleContext(n_,0)}statement_list(){return this.getTypedRuleContext(e_,0)}enterRule(t){t instanceof h&&t.enterCollectionSwitchCase(this)}exitRule(t){t instanceof h&&t.exitCollectionSwitchCase(this)}}kl.CollectionSwitchCaseContext=qc;class Xc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"variable_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(df):this.getTypedRuleContext(df,t)})),this.parser=t,this.ruleIndex=kl.RULE_for_each_statement,this.name1=null,this.name2=null,this.source=null,this.stmts=null}FOR(){return this.getToken(kl.FOR,0)}EACH(){return this.getToken(kl.EACH,0)}LPAR(){return this.getToken(kl.LPAR,0)}IN(){return this.getToken(kl.IN,0)}RPAR(){return this.getToken(kl.RPAR,0)}expression(){return this.getTypedRuleContext(uu,0)}statement_or_list(){return this.getTypedRuleContext(_c,0)}COMMA(){return this.getToken(kl.COMMA,0)}enterRule(t){t instanceof h&&t.enterFor_each_statement(this)}exitRule(t){t instanceof h&&t.exitFor_each_statement(this)}}class Kc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_do_while_statement,this.stmts=null,this.exp=null}DO(){return this.getToken(kl.DO,0)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}WHILE(){return this.getToken(kl.WHILE,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}SEMI(){return this.getToken(kl.SEMI,0)}expression(){return this.getTypedRuleContext(uu,0)}statement_list(){return this.getTypedRuleContext(e_,0)}enterRule(t){t instanceof h&&t.enterDo_while_statement(this)}exitRule(t){t instanceof h&&t.exitDo_while_statement(this)}}class zc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_while_statement,this.exp=null,this.stmts=null}WHILE(){return this.getToken(kl.WHILE,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}expression(){return this.getTypedRuleContext(uu,0)}statement_or_list(){return this.getTypedRuleContext(_c,0)}enterRule(t){t instanceof h&&t.enterWhile_statement(this)}exitRule(t){t instanceof h&&t.exitWhile_statement(this)}}class Qc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"statement_or_list",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(_c):this.getTypedRuleContext(_c,t)})),this.parser=t,this.ruleIndex=kl.RULE_if_statement,this.exp=null,this.stmts=null,this.elseIfs=null,this.elseStmts=null}IF(){return this.getToken(kl.IF,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}expression(){return this.getTypedRuleContext(uu,0)}ELSE(){return this.getToken(kl.ELSE,0)}else_if_statement_list(){return this.getTypedRuleContext(Zc,0)}enterRule(t){t instanceof h&&t.enterIf_statement(this)}exitRule(t){t instanceof h&&t.exitIf_statement(this)}}class Zc extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_else_if_statement_list}copyFrom(t){super.copyFrom(t)}}class $c extends Zc{constructor(t,e){super(t),this.exp=null,this.stmts=null,super.copyFrom(e)}ELSE(){return this.getToken(kl.ELSE,0)}IF(){return this.getToken(kl.IF,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}expression(){return this.getTypedRuleContext(uu,0)}statement_or_list(){return this.getTypedRuleContext(_c,0)}enterRule(t){t instanceof h&&t.enterElseIfStatementList(this)}exitRule(t){t instanceof h&&t.exitElseIfStatementList(this)}}kl.ElseIfStatementListContext=$c;class tu extends Zc{constructor(t,e){super(t),this.items=null,this.exp=null,this.stmts=null,super.copyFrom(e)}ELSE(){return this.getToken(kl.ELSE,0)}IF(){return this.getToken(kl.IF,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}else_if_statement_list(){return this.getTypedRuleContext(Zc,0)}expression(){return this.getTypedRuleContext(uu,0)}statement_or_list(){return this.getTypedRuleContext(_c,0)}enterRule(t){t instanceof h&&t.enterElseIfStatementListItem(this)}exitRule(t){t instanceof h&&t.exitElseIfStatementListItem(this)}}kl.ElseIfStatementListItemContext=tu;class eu extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_raise_statement,this.exp=null}THROW(){return this.getToken(kl.THROW,0)}SEMI(){return this.getToken(kl.SEMI,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterRaise_statement(this)}exitRule(t){t instanceof h&&t.exitRaise_statement(this)}}class iu extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"LPAR",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.LPAR):this.getToken(kl.LPAR,t)})),Nl(this,"RPAR",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.RPAR):this.getToken(kl.RPAR,t)})),Nl(this,"LCURL",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.LCURL):this.getToken(kl.LCURL,t)})),Nl(this,"RCURL",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.RCURL):this.getToken(kl.RCURL,t)})),Nl(this,"statement_list",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(e_):this.getTypedRuleContext(e_,t)})),this.parser=t,this.ruleIndex=kl.RULE_try_statement,this.name=null,this.stmts=null,this.handlers=null,this.anyStmts=null,this.finalStmts=null}TRY(){return this.getToken(kl.TRY,0)}variable_identifier(){return this.getTypedRuleContext(df,0)}CATCH(){return this.getToken(kl.CATCH,0)}ANY(){return this.getToken(kl.ANY,0)}FINALLY(){return this.getToken(kl.FINALLY,0)}catch_statement_list(){return this.getTypedRuleContext(r_,0)}enterRule(t){t instanceof h&&t.enterTry_statement(this)}exitRule(t){t instanceof h&&t.exitTry_statement(this)}}class su extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_catch_statement}copyFrom(t){super.copyFrom(t)}}class ru extends su{constructor(t,e){super(t),this.name=null,this.stmts=null,super.copyFrom(e)}CATCH(){return this.getToken(kl.CATCH,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}symbol_identifier(){return this.getTypedRuleContext(_f,0)}statement_list(){return this.getTypedRuleContext(e_,0)}enterRule(t){t instanceof h&&t.enterCatchAtomicStatement(this)}exitRule(t){t instanceof h&&t.exitCatchAtomicStatement(this)}}kl.CatchAtomicStatementContext=ru;class nu extends su{constructor(t,e){super(t),this.exp=null,this.stmts=null,super.copyFrom(e)}CATCH(){return this.getToken(kl.CATCH,0)}IN(){return this.getToken(kl.IN,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}symbol_list(){return this.getTypedRuleContext(rp,0)}statement_list(){return this.getTypedRuleContext(e_,0)}enterRule(t){t instanceof h&&t.enterCatchCollectionStatement(this)}exitRule(t){t instanceof h&&t.exitCatchCollectionStatement(this)}}kl.CatchCollectionStatementContext=nu;class au extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_break_statement}BREAK(){return this.getToken(kl.BREAK,0)}SEMI(){return this.getToken(kl.SEMI,0)}enterRule(t){t instanceof h&&t.enterBreak_statement(this)}exitRule(t){t instanceof h&&t.exitBreak_statement(this)}}class ou extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_return_statement,this.exp=null}RETURN(){return this.getToken(kl.RETURN,0)}SEMI(){return this.getToken(kl.SEMI,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterReturn_statement(this)}exitRule(t){t instanceof h&&t.exitReturn_statement(this)}}class hu extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_method_call_expression,this.name=null,this.args=null}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}method_identifier(){return this.getTypedRuleContext(sf,0)}argument_assignment_list(){return this.getTypedRuleContext(wd,0)}enterRule(t){t instanceof h&&t.enterMethod_call_expression(this)}exitRule(t){t instanceof h&&t.exitMethod_call_expression(this)}}class lu extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_method_call_statement,this.parent=null,this.method=null,this.name=null,this.stmts=null}method_call_expression(){return this.getTypedRuleContext(hu,0)}SEMI(){return this.getToken(kl.SEMI,0)}DOT(){return this.getToken(kl.DOT,0)}instance_expression(){return this.getTypedRuleContext(td,0)}THEN(){return this.getToken(kl.THEN,0)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}statement_list(){return this.getTypedRuleContext(e_,0)}WITH(){return this.getToken(kl.WITH,0)}variable_identifier(){return this.getTypedRuleContext(df,0)}enterRule(t){t instanceof h&&t.enterMethod_call_statement(this)}exitRule(t){t instanceof h&&t.exitMethod_call_statement(this)}}class cu extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_x_expression}css_expression(){return this.getTypedRuleContext(CR,0)}enterRule(t){t instanceof h&&t.enterX_expression(this)}exitRule(t){t instanceof h&&t.exitX_expression(this)}}class uu extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_expression}copyFrom(t){super.copyFrom(t)}}class du extends uu{constructor(t,e){super(t),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),this.left=null,this.right=null,super.copyFrom(e)}idivide(){return this.getTypedRuleContext(kx,0)}enterRule(t){t instanceof h&&t.enterIntDivideExpression(this)}exitRule(t){t instanceof h&&t.exitIntDivideExpression(this)}}kl.IntDivideExpressionContext=du;class pu extends uu{constructor(t,e){super(t),this.left=null,this.right=null,super.copyFrom(e)}HAS(){return this.getToken(kl.HAS,0)}ANY(){return this.getToken(kl.ANY,0)}expression(){return this.getTypedRuleContext(uu,0)}filter_expression(){return this.getTypedRuleContext(Bu,0)}NOT(){return this.getToken(kl.NOT,0)}enterRule(t){t instanceof h&&t.enterHasAnyExpression(this)}exitRule(t){t instanceof h&&t.exitHasAnyExpression(this)}}kl.HasAnyExpressionContext=pu;class fu extends uu{constructor(t,e){super(t),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),this.left=null,this.right=null,super.copyFrom(e)}HAS(){return this.getToken(kl.HAS,0)}NOT(){return this.getToken(kl.NOT,0)}enterRule(t){t instanceof h&&t.enterHasExpression(this)}exitRule(t){t instanceof h&&t.exitHasExpression(this)}}kl.HasExpressionContext=fu;class _u extends uu{constructor(t,e){super(t),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),this.test=null,this.ifTrue=null,this.ifFalse=null,super.copyFrom(e)}QMARK(){return this.getToken(kl.QMARK,0)}COLON(){return this.getToken(kl.COLON,0)}enterRule(t){t instanceof h&&t.enterTernaryExpression(this)}exitRule(t){t instanceof h&&t.exitTernaryExpression(this)}}kl.TernaryExpressionContext=_u;class xu extends uu{constructor(t,e){super(t),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),this.left=null,this.right=null,super.copyFrom(e)}IN(){return this.getToken(kl.IN,0)}NOT(){return this.getToken(kl.NOT,0)}enterRule(t){t instanceof h&&t.enterInExpression(this)}exitRule(t){t instanceof h&&t.exitInExpression(this)}}kl.InExpressionContext=xu;class Eu extends uu{constructor(t,e){super(t),this.left=null,this.right=null,super.copyFrom(e)}IS(){return this.getToken(kl.IS,0)}expression(){return this.getTypedRuleContext(uu,0)}an_expression(){return this.getTypedRuleContext(Ju,0)}NOT(){return this.getToken(kl.NOT,0)}enterRule(t){t instanceof h&&t.enterIsAnExpression(this)}exitRule(t){t instanceof h&&t.exitIsAnExpression(this)}}kl.IsAnExpressionContext=Eu;class mu extends uu{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}jsx_expression(){return this.getTypedRuleContext(sR,0)}enterRule(t){t instanceof h&&t.enterJsxExpression(this)}exitRule(t){t instanceof h&&t.exitJsxExpression(this)}}kl.JsxExpressionContext=mu;class Ru extends uu{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}XMARK(){return this.getToken(kl.XMARK,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterNotExpression(this)}exitRule(t){t instanceof h&&t.exitNotExpression(this)}}kl.NotExpressionContext=Ru;class Tu extends uu{constructor(t,e){super(t),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),this.left=null,this.op=null,this.right=null,super.copyFrom(e)}LT(){return this.getToken(kl.LT,0)}LTE(){return this.getToken(kl.LTE,0)}GT(){return this.getToken(kl.GT,0)}GTE(){return this.getToken(kl.GTE,0)}enterRule(t){t instanceof h&&t.enterCompareExpression(this)}exitRule(t){t instanceof h&&t.exitCompareExpression(this)}}kl.CompareExpressionContext=Tu;class gu extends uu{constructor(t,e){super(t),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),this.left=null,this.right=null,super.copyFrom(e)}PIPE2(){return this.getToken(kl.PIPE2,0)}enterRule(t){t instanceof h&&t.enterOrExpression(this)}exitRule(t){t instanceof h&&t.exitOrExpression(this)}}kl.OrExpressionContext=gu;class yu extends uu{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}CODE(){return this.getToken(kl.CODE,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterCodeExpression(this)}exitRule(t){t instanceof h&&t.exitCodeExpression(this)}}kl.CodeExpressionContext=yu;class Au extends uu{constructor(t,e){super(t),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),this.left=null,this.right=null,super.copyFrom(e)}AMP2(){return this.getToken(kl.AMP2,0)}enterRule(t){t instanceof h&&t.enterAndExpression(this)}exitRule(t){t instanceof h&&t.exitAndExpression(this)}}kl.AndExpressionContext=Au;class Lu extends uu{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}arrow_expression(){return this.getTypedRuleContext(nx,0)}enterRule(t){t instanceof h&&t.enterArrowExpression(this)}exitRule(t){t instanceof h&&t.exitArrowExpression(this)}}kl.ArrowExpressionContext=Lu;class Iu extends uu{constructor(t,e){super(t),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),this.left=null,this.right=null,super.copyFrom(e)}CONTAINS(){return this.getToken(kl.CONTAINS,0)}NOT(){return this.getToken(kl.NOT,0)}enterRule(t){t instanceof h&&t.enterContainsExpression(this)}exitRule(t){t instanceof h&&t.exitContainsExpression(this)}}kl.ContainsExpressionContext=Iu;class Cu extends uu{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}type_expression(){return this.getTypedRuleContext(Yu,0)}enterRule(t){t instanceof h&&t.enterTypeExpression(this)}exitRule(t){t instanceof h&&t.exitTypeExpression(this)}}kl.TypeExpressionContext=Cu;class vu extends uu{constructor(t,e){super(t),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),this.left=null,this.right=null,super.copyFrom(e)}multiply(){return this.getTypedRuleContext(Dx,0)}enterRule(t){t instanceof h&&t.enterMultiplyExpression(this)}exitRule(t){t instanceof h&&t.exitMultiplyExpression(this)}}kl.MultiplyExpressionContext=vu;class bu extends uu{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}EXECUTE(){return this.getToken(kl.EXECUTE,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}variable_identifier(){return this.getTypedRuleContext(df,0)}enterRule(t){t instanceof h&&t.enterExecuteExpression(this)}exitRule(t){t instanceof h&&t.exitExecuteExpression(this)}}kl.ExecuteExpressionContext=bu;class wu extends uu{constructor(t,e){super(t),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),this.exp=null,this.name=null,this.source=null,super.copyFrom(e)}FOR(){return this.getToken(kl.FOR,0)}EACH(){return this.getToken(kl.EACH,0)}LPAR(){return this.getToken(kl.LPAR,0)}IN(){return this.getToken(kl.IN,0)}RPAR(){return this.getToken(kl.RPAR,0)}variable_identifier(){return this.getTypedRuleContext(df,0)}enterRule(t){t instanceof h&&t.enterIteratorExpression(this)}exitRule(t){t instanceof h&&t.exitIteratorExpression(this)}}kl.IteratorExpressionContext=wu;class Nu extends uu{constructor(t,e){super(t),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),this.left=null,this.right=null,super.copyFrom(e)}divide(){return this.getTypedRuleContext(Mx,0)}enterRule(t){t instanceof h&&t.enterDivideExpression(this)}exitRule(t){t instanceof h&&t.exitDivideExpression(this)}}kl.DivideExpressionContext=Nu;class Su extends uu{constructor(t,e){super(t),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),this.left=null,this.right=null,super.copyFrom(e)}IS(){return this.getToken(kl.IS,0)}NOT(){return this.getToken(kl.NOT,0)}enterRule(t){t instanceof h&&t.enterIsExpression(this)}exitRule(t){t instanceof h&&t.exitIsExpression(this)}}kl.IsExpressionContext=Su;class Ou extends uu{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}MINUS(){return this.getToken(kl.MINUS,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterMinusExpression(this)}exitRule(t){t instanceof h&&t.exitMinusExpression(this)}}kl.MinusExpressionContext=Ou;class Du extends uu{constructor(t,e){super(t),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),this.left=null,this.op=null,this.right=null,super.copyFrom(e)}PLUS(){return this.getToken(kl.PLUS,0)}MINUS(){return this.getToken(kl.MINUS,0)}enterRule(t){t instanceof h&&t.enterAddExpression(this)}exitRule(t){t instanceof h&&t.exitAddExpression(this)}}kl.AddExpressionContext=Du;class Mu extends uu{constructor(t,e){super(t),this.left=null,this.right=null,super.copyFrom(e)}HAS(){return this.getToken(kl.HAS,0)}ALL(){return this.getToken(kl.ALL,0)}expression(){return this.getTypedRuleContext(uu,0)}filter_expression(){return this.getTypedRuleContext(Bu,0)}NOT(){return this.getToken(kl.NOT,0)}enterRule(t){t instanceof h&&t.enterHasAllExpression(this)}exitRule(t){t instanceof h&&t.exitHasAllExpression(this)}}kl.HasAllExpressionContext=Mu;class ku extends uu{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}instance_expression(){return this.getTypedRuleContext(td,0)}enterRule(t){t instanceof h&&t.enterInstanceExpression(this)}exitRule(t){t instanceof h&&t.exitInstanceExpression(this)}}kl.InstanceExpressionContext=ku;class Uu extends uu{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}mutable_instance_expression(){return this.getTypedRuleContext(sd,0)}enterRule(t){t instanceof h&&t.enterMutableInstanceExpression(this)}exitRule(t){t instanceof h&&t.exitMutableInstanceExpression(this)}}kl.MutableInstanceExpressionContext=Uu;class Pu extends uu{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}css_expression(){return this.getTypedRuleContext(CR,0)}enterRule(t){t instanceof h&&t.enterCssExpression(this)}exitRule(t){t instanceof h&&t.exitCssExpression(this)}}kl.CssExpressionContext=Pu;class Fu extends uu{constructor(t,e){super(t),this.right=null,this.left=null,super.copyFrom(e)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}category_or_any_type(){return this.getTypedRuleContext(Af,0)}expression(){return this.getTypedRuleContext(uu,0)}MUTABLE(){return this.getToken(kl.MUTABLE,0)}enterRule(t){t instanceof h&&t.enterCastExpression(this)}exitRule(t){t instanceof h&&t.exitCastExpression(this)}}kl.CastExpressionContext=Fu;class Hu extends uu{constructor(t,e){super(t),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),this.left=null,this.right=null,super.copyFrom(e)}modulo(){return this.getTypedRuleContext(Ux,0)}enterRule(t){t instanceof h&&t.enterModuloExpression(this)}exitRule(t){t instanceof h&&t.exitModuloExpression(this)}}kl.ModuloExpressionContext=Hu;class Vu extends uu{constructor(t,e){super(t),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),this.left=null,this.op=null,this.right=null,super.copyFrom(e)}EQ2(){return this.getToken(kl.EQ2,0)}XEQ(){return this.getToken(kl.XEQ,0)}TEQ(){return this.getToken(kl.TEQ,0)}enterRule(t){t instanceof h&&t.enterEqualsExpression(this)}exitRule(t){t instanceof h&&t.exitEqualsExpression(this)}}kl.EqualsExpressionContext=Vu;class Bu extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_filter_expression}copyFrom(t){super.copyFrom(t)}}class Gu extends Bu{constructor(t,e){super(t),Nl(this,"LPAR",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.LPAR):this.getToken(kl.LPAR,t)})),Nl(this,"RPAR",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.RPAR):this.getToken(kl.RPAR,t)})),super.copyFrom(e)}variable_identifier(){return this.getTypedRuleContext(df,0)}WHERE(){return this.getToken(kl.WHERE,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterExplicitFilterExpression(this)}exitRule(t){t instanceof h&&t.exitExplicitFilterExpression(this)}}kl.ExplicitFilterExpressionContext=Gu;class ju extends Bu{constructor(t,e){super(t),super.copyFrom(e)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterOtherFilterExpression(this)}exitRule(t){t instanceof h&&t.exitOtherFilterExpression(this)}}kl.OtherFilterExpressionContext=ju;class Wu extends Bu{constructor(t,e){super(t),super.copyFrom(e)}WHERE(){return this.getToken(kl.WHERE,0)}LPAR(){return this.getToken(kl.LPAR,0)}arrow_expression(){return this.getTypedRuleContext(nx,0)}RPAR(){return this.getToken(kl.RPAR,0)}enterRule(t){t instanceof h&&t.enterArrowFilterExpression(this)}exitRule(t){t instanceof h&&t.exitArrowFilterExpression(this)}}kl.ArrowFilterExpressionContext=Wu;class Ju extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_an_expression,this.typ=null}VARIABLE_IDENTIFIER(){return this.getToken(kl.VARIABLE_IDENTIFIER,0)}category_or_any_type(){return this.getTypedRuleContext(Af,0)}enterRule(t){t instanceof h&&t.enterAn_expression(this)}exitRule(t){t instanceof h&&t.exitAn_expression(this)}}class Yu extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_type_expression,this.name=null}type_identifier(){return this.getTypedRuleContext(ff,0)}enterRule(t){t instanceof h&&t.enterType_expression(this)}exitRule(t){t instanceof h&&t.exitType_expression(this)}}class qu extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_selectable_expression}copyFrom(t){super.copyFrom(t)}}class Xu extends qu{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}this_expression(){return this.getTypedRuleContext(b_,0)}enterRule(t){t instanceof h&&t.enterThisExpression(this)}exitRule(t){t instanceof h&&t.exitThisExpression(this)}}kl.ThisExpressionContext=Xu;class Ku extends qu{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}parenthesis_expression(){return this.getTypedRuleContext(N_,0)}enterRule(t){t instanceof h&&t.enterParenthesisExpression(this)}exitRule(t){t instanceof h&&t.exitParenthesisExpression(this)}}kl.ParenthesisExpressionContext=Ku;class zu extends qu{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}literal_expression(){return this.getTypedRuleContext(S_,0)}enterRule(t){t instanceof h&&t.enterLiteralExpression(this)}exitRule(t){t instanceof h&&t.exitLiteralExpression(this)}}kl.LiteralExpressionContext=zu;class Qu extends qu{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}method_expression(){return this.getTypedRuleContext(ad,0)}enterRule(t){t instanceof h&&t.enterMethodExpression(this)}exitRule(t){t instanceof h&&t.exitMethodExpression(this)}}kl.MethodExpressionContext=Qu;class Zu extends qu{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}super_expression(){return this.getTypedRuleContext(w_,0)}enterRule(t){t instanceof h&&t.enterSuperExpression(this)}exitRule(t){t instanceof h&&t.exitSuperExpression(this)}}kl.SuperExpressionContext=Zu;class $u extends qu{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}identifier(){return this.getTypedRuleContext(of,0)}enterRule(t){t instanceof h&&t.enterIdentifierExpression(this)}exitRule(t){t instanceof h&&t.exitIdentifierExpression(this)}}kl.IdentifierExpressionContext=$u;class td extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_instance_expression}copyFrom(t){super.copyFrom(t)}}class ed extends td{constructor(t,e){super(t),this.parent=null,this.selector=null,super.copyFrom(e)}instance_expression(){return this.getTypedRuleContext(td,0)}instance_selector(){return this.getTypedRuleContext(Td,0)}enterRule(t){t instanceof h&&t.enterSelectorExpression(this)}exitRule(t){t instanceof h&&t.exitSelectorExpression(this)}}kl.SelectorExpressionContext=ed;class id extends td{constructor(t,e){super(t),this.parent=null,super.copyFrom(e)}selectable_expression(){return this.getTypedRuleContext(qu,0)}enterRule(t){t instanceof h&&t.enterSelectableExpression(this)}exitRule(t){t instanceof h&&t.exitSelectableExpression(this)}}kl.SelectableExpressionContext=id;class sd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_mutable_instance_expression}copyFrom(t){super.copyFrom(t)}}class rd extends sd{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}MUTABLE(){return this.getToken(kl.MUTABLE,0)}identifier(){return this.getTypedRuleContext(of,0)}enterRule(t){t instanceof h&&t.enterMutableSelectableExpression(this)}exitRule(t){t instanceof h&&t.exitMutableSelectableExpression(this)}}kl.MutableSelectableExpressionContext=rd;class nd extends sd{constructor(t,e){super(t),this.parent=null,this.selector=null,super.copyFrom(e)}mutable_instance_expression(){return this.getTypedRuleContext(sd,0)}instance_selector(){return this.getTypedRuleContext(Td,0)}enterRule(t){t instanceof h&&t.enterMutableSelectorExpression(this)}exitRule(t){t instanceof h&&t.exitMutableSelectorExpression(this)}}kl.MutableSelectorExpressionContext=nd;class ad extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_method_expression}blob_expression(){return this.getTypedRuleContext(od,0)}document_expression(){return this.getTypedRuleContext(hd,0)}filtered_list_expression(){return this.getTypedRuleContext(cd,0)}fetch_expression(){return this.getTypedRuleContext(ud,0)}read_blob_expression(){return this.getTypedRuleContext(px,0)}read_all_expression(){return this.getTypedRuleContext(fx,0)}read_one_expression(){return this.getTypedRuleContext(_x,0)}sorted_expression(){return this.getTypedRuleContext(Rd,0)}method_call_expression(){return this.getTypedRuleContext(hu,0)}constructor_expression(){return this.getTypedRuleContext(Id,0)}enterRule(t){t instanceof h&&t.enterMethod_expression(this)}exitRule(t){t instanceof h&&t.exitMethod_expression(this)}}class od extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_blob_expression}BLOB(){return this.getToken(kl.BLOB,0)}LPAR(){return this.getToken(kl.LPAR,0)}expression(){return this.getTypedRuleContext(uu,0)}RPAR(){return this.getToken(kl.RPAR,0)}enterRule(t){t instanceof h&&t.enterBlob_expression(this)}exitRule(t){t instanceof h&&t.exitBlob_expression(this)}}class hd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_document_expression,this.exp=null}DOCUMENT(){return this.getToken(kl.DOCUMENT,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}FROM(){return this.getToken(kl.FROM,0)}EQ(){return this.getToken(kl.EQ,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterDocument_expression(this)}exitRule(t){t instanceof h&&t.exitDocument_expression(this)}}class ld extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),this.parser=t,this.ruleIndex=kl.RULE_write_statement,this.what=null,this.target=null}WRITE(){return this.getToken(kl.WRITE,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}TO(){return this.getToken(kl.TO,0)}then(){return this.getTypedRuleContext(Ed,0)}SEMI(){return this.getToken(kl.SEMI,0)}enterRule(t){t instanceof h&&t.enterWrite_statement(this)}exitRule(t){t instanceof h&&t.exitWrite_statement(this)}}class cd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"LPAR",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.LPAR):this.getToken(kl.LPAR,t)})),Nl(this,"RPAR",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.RPAR):this.getToken(kl.RPAR,t)})),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),this.parser=t,this.ruleIndex=kl.RULE_filtered_list_expression,this.source=null,this.name=null,this.predicate=null}FILTERED(){return this.getToken(kl.FILTERED,0)}WHERE(){return this.getToken(kl.WHERE,0)}WITH(){return this.getToken(kl.WITH,0)}variable_identifier(){return this.getTypedRuleContext(df,0)}enterRule(t){t instanceof h&&t.enterFiltered_list_expression(this)}exitRule(t){t instanceof h&&t.exitFiltered_list_expression(this)}}class ud extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_fetch_expression}copyFrom(t){super.copyFrom(t)}}class dd extends ud{constructor(t,e){super(t),Nl(this,"LPAR",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.LPAR):this.getToken(kl.LPAR,t)})),Nl(this,"RPAR",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.RPAR):this.getToken(kl.RPAR,t)})),this.typ=null,this.predicate=null,this.include=null,super.copyFrom(e)}FETCH(){return this.getToken(kl.FETCH,0)}ONE(){return this.getToken(kl.ONE,0)}WHERE(){return this.getToken(kl.WHERE,0)}expression(){return this.getTypedRuleContext(uu,0)}INCLUDE(){return this.getToken(kl.INCLUDE,0)}mutable_category_type(){return this.getTypedRuleContext(Yp,0)}include_list(){return this.getTypedRuleContext(mx,0)}enterRule(t){t instanceof h&&t.enterFetchOne(this)}exitRule(t){t instanceof h&&t.exitFetchOne(this)}}kl.FetchOneContext=dd;class pd extends ud{constructor(t,e){super(t),Nl(this,"LPAR",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.LPAR):this.getToken(kl.LPAR,t)})),Nl(this,"RPAR",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.RPAR):this.getToken(kl.RPAR,t)})),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),this.typ=null,this.xstart=null,this.xstop=null,this.predicate=null,this.include=null,this.orderby=null,super.copyFrom(e)}FETCH(){return this.getToken(kl.FETCH,0)}WHERE(){return this.getToken(kl.WHERE,0)}INCLUDE(){return this.getToken(kl.INCLUDE,0)}ORDER(){return this.getToken(kl.ORDER,0)}BY(){return this.getToken(kl.BY,0)}ALL(){return this.getToken(kl.ALL,0)}ROWS(){return this.getToken(kl.ROWS,0)}TO(){return this.getToken(kl.TO,0)}include_list(){return this.getTypedRuleContext(mx,0)}order_by_list(){return this.getTypedRuleContext(xx,0)}mutable_category_type(){return this.getTypedRuleContext(Yp,0)}enterRule(t){t instanceof h&&t.enterFetchMany(this)}exitRule(t){t instanceof h&&t.exitFetchMany(this)}}kl.FetchManyContext=pd;class fd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_fetch_statement}copyFrom(t){super.copyFrom(t)}}class _d extends fd{constructor(t,e){super(t),Nl(this,"LPAR",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.LPAR):this.getToken(kl.LPAR,t)})),Nl(this,"RPAR",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.RPAR):this.getToken(kl.RPAR,t)})),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),this.typ=null,this.xstart=null,this.xstop=null,this.predicate=null,this.include=null,this.orderby=null,super.copyFrom(e)}FETCH(){return this.getToken(kl.FETCH,0)}then(){return this.getTypedRuleContext(Ed,0)}WHERE(){return this.getToken(kl.WHERE,0)}INCLUDE(){return this.getToken(kl.INCLUDE,0)}ORDER(){return this.getToken(kl.ORDER,0)}BY(){return this.getToken(kl.BY,0)}ALL(){return this.getToken(kl.ALL,0)}ROWS(){return this.getToken(kl.ROWS,0)}TO(){return this.getToken(kl.TO,0)}include_list(){return this.getTypedRuleContext(mx,0)}order_by_list(){return this.getTypedRuleContext(xx,0)}mutable_category_type(){return this.getTypedRuleContext(Yp,0)}enterRule(t){t instanceof h&&t.enterFetchManyAsync(this)}exitRule(t){t instanceof h&&t.exitFetchManyAsync(this)}}kl.FetchManyAsyncContext=_d;class xd extends fd{constructor(t,e){super(t),Nl(this,"LPAR",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.LPAR):this.getToken(kl.LPAR,t)})),Nl(this,"RPAR",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.RPAR):this.getToken(kl.RPAR,t)})),this.typ=null,this.predicate=null,this.include=null,super.copyFrom(e)}FETCH(){return this.getToken(kl.FETCH,0)}ONE(){return this.getToken(kl.ONE,0)}WHERE(){return this.getToken(kl.WHERE,0)}then(){return this.getTypedRuleContext(Ed,0)}expression(){return this.getTypedRuleContext(uu,0)}INCLUDE(){return this.getToken(kl.INCLUDE,0)}mutable_category_type(){return this.getTypedRuleContext(Yp,0)}include_list(){return this.getTypedRuleContext(mx,0)}enterRule(t){t instanceof h&&t.enterFetchOneAsync(this)}exitRule(t){t instanceof h&&t.exitFetchOneAsync(this)}}kl.FetchOneAsyncContext=xd;class Ed extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_then,this.name=null,this.stmts=null}THEN(){return this.getToken(kl.THEN,0)}WITH(){return this.getToken(kl.WITH,0)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}variable_identifier(){return this.getTypedRuleContext(df,0)}statement_list(){return this.getTypedRuleContext(e_,0)}enterRule(t){t instanceof h&&t.enterThen(this)}exitRule(t){t instanceof h&&t.exitThen(this)}}class md extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_read_statement,this.source=null}READ(){return this.getToken(kl.READ,0)}ALL(){return this.getToken(kl.ALL,0)}FROM(){return this.getToken(kl.FROM,0)}then(){return this.getTypedRuleContext(Ed,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterRead_statement(this)}exitRule(t){t instanceof h&&t.exitRead_statement(this)}}class Rd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_sorted_expression,this.source=null,this.key=null}SORTED(){return this.getToken(kl.SORTED,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}instance_expression(){return this.getTypedRuleContext(td,0)}DESC(){return this.getToken(kl.DESC,0)}COMMA(){return this.getToken(kl.COMMA,0)}key_token(){return this.getTypedRuleContext(bx,0)}EQ(){return this.getToken(kl.EQ,0)}sorted_key(){return this.getTypedRuleContext(dx,0)}enterRule(t){t instanceof h&&t.enterSorted_expression(this)}exitRule(t){t instanceof h&&t.exitSorted_expression(this)}}class Td extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_instance_selector}copyFrom(t){super.copyFrom(t)}}class gd extends Td{constructor(t,e){super(t),this.xslice=null,super.copyFrom(e)}LBRAK(){return this.getToken(kl.LBRAK,0)}RBRAK(){return this.getToken(kl.RBRAK,0)}slice_arguments(){return this.getTypedRuleContext(q_,0)}enterRule(t){t instanceof h&&t.enterSliceSelector(this)}exitRule(t){t instanceof h&&t.exitSliceSelector(this)}}kl.SliceSelectorContext=gd;class yd extends Td{constructor(t,e){super(t),this.method=null,super.copyFrom(e)}DOT(){return this.getToken(kl.DOT,0)}method_call_expression(){return this.getTypedRuleContext(hu,0)}enterRule(t){t instanceof h&&t.enterMethodSelector(this)}exitRule(t){t instanceof h&&t.exitMethodSelector(this)}}kl.MethodSelectorContext=yd;class Ad extends Td{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}DOT(){return this.getToken(kl.DOT,0)}member_identifier(){return this.getTypedRuleContext(uf,0)}enterRule(t){t instanceof h&&t.enterMemberSelector(this)}exitRule(t){t instanceof h&&t.exitMemberSelector(this)}}kl.MemberSelectorContext=Ad;class Ld extends Td{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}LBRAK(){return this.getToken(kl.LBRAK,0)}RBRAK(){return this.getToken(kl.RBRAK,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterItemSelector(this)}exitRule(t){t instanceof h&&t.exitItemSelector(this)}}kl.ItemSelectorContext=Ld;class Id extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_constructor_expression}copyFrom(t){super.copyFrom(t)}}class Cd extends Id{constructor(t,e){super(t),this.typ=null,this.copyExp=null,this.args=null,super.copyFrom(e)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}mutable_category_type(){return this.getTypedRuleContext(Yp,0)}copy_from(){return this.getTypedRuleContext(bd,0)}COMMA(){return this.getToken(kl.COMMA,0)}argument_assignment_list(){return this.getTypedRuleContext(wd,0)}enterRule(t){t instanceof h&&t.enterConstructorFrom(this)}exitRule(t){t instanceof h&&t.exitConstructorFrom(this)}}kl.ConstructorFromContext=Cd;class vd extends Id{constructor(t,e){super(t),this.typ=null,this.args=null,super.copyFrom(e)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}mutable_category_type(){return this.getTypedRuleContext(Yp,0)}argument_assignment_list(){return this.getTypedRuleContext(wd,0)}enterRule(t){t instanceof h&&t.enterConstructorNoFrom(this)}exitRule(t){t instanceof h&&t.exitConstructorNoFrom(this)}}kl.ConstructorNoFromContext=vd;class bd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_copy_from,this.exp=null}FROM(){return this.getToken(kl.FROM,0)}assign(){return this.getTypedRuleContext(Ox,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterCopy_from(this)}exitRule(t){t instanceof h&&t.exitCopy_from(this)}}class wd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_argument_assignment_list}copyFrom(t){super.copyFrom(t)}}class Nd extends wd{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterExpressionAssignmentList(this)}exitRule(t){t instanceof h&&t.exitExpressionAssignmentList(this)}}kl.ExpressionAssignmentListContext=Nd;class Sd extends wd{constructor(t,e){super(t),this.item=null,super.copyFrom(e)}argument_assignment(){return this.getTypedRuleContext(Dd,0)}enterRule(t){t instanceof h&&t.enterArgumentAssignmentList(this)}exitRule(t){t instanceof h&&t.exitArgumentAssignmentList(this)}}kl.ArgumentAssignmentListContext=Sd;class Od extends wd{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}COMMA(){return this.getToken(kl.COMMA,0)}argument_assignment_list(){return this.getTypedRuleContext(wd,0)}argument_assignment(){return this.getTypedRuleContext(Dd,0)}enterRule(t){t instanceof h&&t.enterArgumentAssignmentListItem(this)}exitRule(t){t instanceof h&&t.exitArgumentAssignmentListItem(this)}}kl.ArgumentAssignmentListItemContext=Od;class Dd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_argument_assignment,this.name=null,this.exp=null}variable_identifier(){return this.getTypedRuleContext(df,0)}assign(){return this.getTypedRuleContext(Ox,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterArgument_assignment(this)}exitRule(t){t instanceof h&&t.exitArgument_assignment(this)}}class Md extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_assign_instance_statement,this.inst=null,this.exp=null}assign(){return this.getTypedRuleContext(Ox,0)}SEMI(){return this.getToken(kl.SEMI,0)}assignable_instance(){return this.getTypedRuleContext(Z_,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterAssign_instance_statement(this)}exitRule(t){t instanceof h&&t.exitAssign_instance_statement(this)}}class kd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_child_instance}copyFrom(t){super.copyFrom(t)}}class Ud extends kd{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}DOT(){return this.getToken(kl.DOT,0)}variable_identifier(){return this.getTypedRuleContext(df,0)}enterRule(t){t instanceof h&&t.enterMemberInstance(this)}exitRule(t){t instanceof h&&t.exitMemberInstance(this)}}kl.MemberInstanceContext=Ud;class Pd extends kd{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}LBRAK(){return this.getToken(kl.LBRAK,0)}RBRAK(){return this.getToken(kl.RBRAK,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterItemInstance(this)}exitRule(t){t instanceof h&&t.exitItemInstance(this)}}kl.ItemInstanceContext=Pd;class Fd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_assign_tuple_statement,this.items=null,this.exp=null}assign(){return this.getTypedRuleContext(Ox,0)}SEMI(){return this.getToken(kl.SEMI,0)}variable_identifier_list(){return this.getTypedRuleContext(Gf,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterAssign_tuple_statement(this)}exitRule(t){t instanceof h&&t.exitAssign_tuple_statement(this)}}class Hd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_type_literal}category_or_any_type(){return this.getTypedRuleContext(Af,0)}enterRule(t){t instanceof h&&t.enterType_literal(this)}exitRule(t){t instanceof h&&t.exitType_literal(this)}}class Vd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_null_literal}NULL(){return this.getToken(kl.NULL,0)}enterRule(t){t instanceof h&&t.enterNull_literal(this)}exitRule(t){t instanceof h&&t.exitNull_literal(this)}}class Bd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"LF",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.LF):this.getToken(kl.LF,t)})),Nl(this,"WS",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.WS):this.getToken(kl.WS,t)})),this.parser=t,this.ruleIndex=kl.RULE_ws_plus}enterRule(t){t instanceof h&&t.enterWs_plus(this)}exitRule(t){t instanceof h&&t.exitWs_plus(this)}}class Gd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_repl}declaration(){return this.getTypedRuleContext(Yd,0)}statement(){return this.getTypedRuleContext(mc,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterRepl(this)}exitRule(t){t instanceof h&&t.exitRepl(this)}}class jd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_declaration_list}copyFrom(t){super.copyFrom(t)}}class Wd extends jd{constructor(t,e){super(t),Nl(this,"lfs",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Px):this.getTypedRuleContext(Px,t)})),super.copyFrom(e)}EOF(){return this.getToken(kl.EOF,0)}declarations(){return this.getTypedRuleContext(Jd,0)}enterRule(t){t instanceof h&&t.enterFullDeclarationList(this)}exitRule(t){t instanceof h&&t.exitFullDeclarationList(this)}}kl.FullDeclarationListContext=Wd;class Jd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"declaration",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Yd):this.getTypedRuleContext(Yd,t)})),Nl(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Fx):this.getTypedRuleContext(Fx,t)})),this.parser=t,this.ruleIndex=kl.RULE_declarations}enterRule(t){t instanceof h&&t.enterDeclarations(this)}exitRule(t){t instanceof h&&t.exitDeclarations(this)}}class Yd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"comment_statement",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Jf):this.getTypedRuleContext(Jf,t)})),Nl(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Fx):this.getTypedRuleContext(Fx,t)})),Nl(this,"annotation_constructor",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(qd):this.getTypedRuleContext(qd,t)})),this.parser=t,this.ruleIndex=kl.RULE_declaration}attribute_declaration(){return this.getTypedRuleContext(Vl,0)}category_declaration(){return this.getTypedRuleContext(Xp,0)}resource_declaration(){return this.getTypedRuleContext(tp,0)}enum_declaration(){return this.getTypedRuleContext(ep,0)}widget_declaration(){return this.getTypedRuleContext(Zp,0)}method_declaration(){return this.getTypedRuleContext(Wf,0)}enterRule(t){t instanceof h&&t.enterDeclaration(this)}exitRule(t){t instanceof h&&t.exitDeclaration(this)}}class qd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"annotation_argument",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Kd):this.getTypedRuleContext(Kd,t)})),Nl(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.COMMA):this.getToken(kl.COMMA,t)})),this.parser=t,this.ruleIndex=kl.RULE_annotation_constructor,this.name=null,this.exp=null}annotation_identifier(){return this.getTypedRuleContext(Xd,0)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}annotation_argument_value(){return this.getTypedRuleContext(Qd,0)}enterRule(t){t instanceof h&&t.enterAnnotation_constructor(this)}exitRule(t){t instanceof h&&t.exitAnnotation_constructor(this)}}class Xd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_annotation_identifier}ARONDBASE_IDENTIFIER(){return this.getToken(kl.ARONDBASE_IDENTIFIER,0)}enterRule(t){t instanceof h&&t.enterAnnotation_identifier(this)}exitRule(t){t instanceof h&&t.exitAnnotation_identifier(this)}}class Kd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_annotation_argument,this.name=null,this.exp=null}EQ(){return this.getToken(kl.EQ,0)}annotation_argument_name(){return this.getTypedRuleContext(zd,0)}annotation_argument_value(){return this.getTypedRuleContext(Qd,0)}enterRule(t){t instanceof h&&t.enterAnnotation_argument(this)}exitRule(t){t instanceof h&&t.exitAnnotation_argument(this)}}class zd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_annotation_argument_name}VARIABLE_IDENTIFIER(){return this.getToken(kl.VARIABLE_IDENTIFIER,0)}GETTER(){return this.getToken(kl.GETTER,0)}SETTER(){return this.getToken(kl.SETTER,0)}enterRule(t){t instanceof h&&t.enterAnnotation_argument_name(this)}exitRule(t){t instanceof h&&t.exitAnnotation_argument_name(this)}}class Qd extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_annotation_argument_value}copyFrom(t){super.copyFrom(t)}}class Zd extends Qd{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}literal_expression(){return this.getTypedRuleContext(S_,0)}enterRule(t){t instanceof h&&t.enterAnnotationLiteralValue(this)}exitRule(t){t instanceof h&&t.exitAnnotationLiteralValue(this)}}kl.AnnotationLiteralValueContext=Zd;class $d extends Qd{constructor(t,e){super(t),this.typ=null,super.copyFrom(e)}primary_type(){return this.getTypedRuleContext(Ap,0)}enterRule(t){t instanceof h&&t.enterAnnotationTypeValue(this)}exitRule(t){t instanceof h&&t.exitAnnotationTypeValue(this)}}kl.AnnotationTypeValueContext=$d;class tp extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_resource_declaration}native_resource_declaration(){return this.getTypedRuleContext(ic,0)}enterRule(t){t instanceof h&&t.enterResource_declaration(this)}exitRule(t){t instanceof h&&t.exitResource_declaration(this)}}class ep extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_enum_declaration}enum_category_declaration(){return this.getTypedRuleContext(Ul,0)}enum_native_declaration(){return this.getTypedRuleContext(Pl,0)}enterRule(t){t instanceof h&&t.enterEnum_declaration(this)}exitRule(t){t instanceof h&&t.exitEnum_declaration(this)}}class ip extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"native_symbol",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Hl):this.getTypedRuleContext(Hl,t)})),Nl(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Fx):this.getTypedRuleContext(Fx,t)})),this.parser=t,this.ruleIndex=kl.RULE_native_symbol_list}enterRule(t){t instanceof h&&t.enterNative_symbol_list(this)}exitRule(t){t instanceof h&&t.exitNative_symbol_list(this)}}class sp extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"category_symbol",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Fl):this.getTypedRuleContext(Fl,t)})),Nl(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Fx):this.getTypedRuleContext(Fx,t)})),this.parser=t,this.ruleIndex=kl.RULE_category_symbol_list}enterRule(t){t instanceof h&&t.enterCategory_symbol_list(this)}exitRule(t){t instanceof h&&t.exitCategory_symbol_list(this)}}class rp extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"symbol_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(_f):this.getTypedRuleContext(_f,t)})),Nl(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.COMMA):this.getToken(kl.COMMA,t)})),this.parser=t,this.ruleIndex=kl.RULE_symbol_list}enterRule(t){t instanceof h&&t.enterSymbol_list(this)}exitRule(t){t instanceof h&&t.exitSymbol_list(this)}}class np extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_attribute_constraint}copyFrom(t){super.copyFrom(t)}}class ap extends np{constructor(t,e){super(t),this.source=null,super.copyFrom(e)}IN(){return this.getToken(kl.IN,0)}set_literal(){return this.getTypedRuleContext(dp,0)}enterRule(t){t instanceof h&&t.enterMatchingSet(this)}exitRule(t){t instanceof h&&t.exitMatchingSet(this)}}kl.MatchingSetContext=ap;class op extends np{constructor(t,e){super(t),this.text=null,super.copyFrom(e)}MATCHING(){return this.getToken(kl.MATCHING,0)}TEXT_LITERAL(){return this.getToken(kl.TEXT_LITERAL,0)}enterRule(t){t instanceof h&&t.enterMatchingPattern(this)}exitRule(t){t instanceof h&&t.exitMatchingPattern(this)}}kl.MatchingPatternContext=op;class hp extends np{constructor(t,e){super(t),this.source=null,super.copyFrom(e)}IN(){return this.getToken(kl.IN,0)}list_literal(){return this.getTypedRuleContext(up,0)}enterRule(t){t instanceof h&&t.enterMatchingList(this)}exitRule(t){t instanceof h&&t.exitMatchingList(this)}}kl.MatchingListContext=hp;class lp extends np{constructor(t,e){super(t),this.source=null,super.copyFrom(e)}IN(){return this.getToken(kl.IN,0)}range_literal(){return this.getTypedRuleContext(fp,0)}enterRule(t){t instanceof h&&t.enterMatchingRange(this)}exitRule(t){t instanceof h&&t.exitMatchingRange(this)}}kl.MatchingRangeContext=lp;class cp extends np{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}MATCHING(){return this.getToken(kl.MATCHING,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterMatchingExpression(this)}exitRule(t){t instanceof h&&t.exitMatchingExpression(this)}}kl.MatchingExpressionContext=cp;class up extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_list_literal}LBRAK(){return this.getToken(kl.LBRAK,0)}RBRAK(){return this.getToken(kl.RBRAK,0)}MUTABLE(){return this.getToken(kl.MUTABLE,0)}expression_list(){return this.getTypedRuleContext(pp,0)}enterRule(t){t instanceof h&&t.enterList_literal(this)}exitRule(t){t instanceof h&&t.exitList_literal(this)}}class dp extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_set_literal}LT(){return this.getToken(kl.LT,0)}GT(){return this.getToken(kl.GT,0)}MUTABLE(){return this.getToken(kl.MUTABLE,0)}expression_list(){return this.getTypedRuleContext(pp,0)}enterRule(t){t instanceof h&&t.enterSet_literal(this)}exitRule(t){t instanceof h&&t.exitSet_literal(this)}}class pp extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),Nl(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.COMMA):this.getToken(kl.COMMA,t)})),this.parser=t,this.ruleIndex=kl.RULE_expression_list}enterRule(t){t instanceof h&&t.enterExpression_list(this)}exitRule(t){t instanceof h&&t.exitExpression_list(this)}}class fp extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),this.parser=t,this.ruleIndex=kl.RULE_range_literal,this.low=null,this.high=null}LBRAK(){return this.getToken(kl.LBRAK,0)}RANGE(){return this.getToken(kl.RANGE,0)}RBRAK(){return this.getToken(kl.RBRAK,0)}enterRule(t){t instanceof h&&t.enterRange_literal(this)}exitRule(t){t instanceof h&&t.exitRange_literal(this)}}class _p extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_typedef}copyFrom(t){super.copyFrom(t)}}class xp extends _p{constructor(t,e){super(t),this.i=null,super.copyFrom(e)}ITERATOR(){return this.getToken(kl.ITERATOR,0)}LT(){return this.getToken(kl.LT,0)}GT(){return this.getToken(kl.GT,0)}typedef(){return this.getTypedRuleContext(_p,0)}enterRule(t){t instanceof h&&t.enterIteratorType(this)}exitRule(t){t instanceof h&&t.exitIteratorType(this)}}kl.IteratorTypeContext=xp;class Ep extends _p{constructor(t,e){super(t),this.s=null,super.copyFrom(e)}LTGT(){return this.getToken(kl.LTGT,0)}typedef(){return this.getTypedRuleContext(_p,0)}enterRule(t){t instanceof h&&t.enterSetType(this)}exitRule(t){t instanceof h&&t.exitSetType(this)}}kl.SetTypeContext=Ep;class mp extends _p{constructor(t,e){super(t),this.l=null,super.copyFrom(e)}LBRAK(){return this.getToken(kl.LBRAK,0)}RBRAK(){return this.getToken(kl.RBRAK,0)}typedef(){return this.getTypedRuleContext(_p,0)}enterRule(t){t instanceof h&&t.enterListType(this)}exitRule(t){t instanceof h&&t.exitListType(this)}}kl.ListTypeContext=mp;class Rp extends _p{constructor(t,e){super(t),this.d=null,super.copyFrom(e)}LTCOLONGT(){return this.getToken(kl.LTCOLONGT,0)}typedef(){return this.getTypedRuleContext(_p,0)}enterRule(t){t instanceof h&&t.enterDictType(this)}exitRule(t){t instanceof h&&t.exitDictType(this)}}kl.DictTypeContext=Rp;class Tp extends _p{constructor(t,e){super(t),this.c=null,super.copyFrom(e)}CURSOR(){return this.getToken(kl.CURSOR,0)}LT(){return this.getToken(kl.LT,0)}GT(){return this.getToken(kl.GT,0)}typedef(){return this.getTypedRuleContext(_p,0)}enterRule(t){t instanceof h&&t.enterCursorType(this)}exitRule(t){t instanceof h&&t.exitCursorType(this)}}kl.CursorTypeContext=Tp;class gp extends _p{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}TYPE(){return this.getToken(kl.TYPE,0)}LT(){return this.getToken(kl.LT,0)}GT(){return this.getToken(kl.GT,0)}typedef(){return this.getTypedRuleContext(_p,0)}enterRule(t){t instanceof h&&t.enterTypeType(this)}exitRule(t){t instanceof h&&t.exitTypeType(this)}}kl.TypeTypeContext=gp;class yp extends _p{constructor(t,e){super(t),this.p=null,super.copyFrom(e)}primary_type(){return this.getTypedRuleContext(Ap,0)}enterRule(t){t instanceof h&&t.enterPrimaryType(this)}exitRule(t){t instanceof h&&t.exitPrimaryType(this)}}kl.PrimaryTypeContext=yp;class Ap extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_primary_type}copyFrom(t){super.copyFrom(t)}}class Lp extends Ap{constructor(t,e){super(t),this.n=null,super.copyFrom(e)}native_type(){return this.getTypedRuleContext(Cp,0)}enterRule(t){t instanceof h&&t.enterNativeType(this)}exitRule(t){t instanceof h&&t.exitNativeType(this)}}kl.NativeTypeContext=Lp;class Ip extends Ap{constructor(t,e){super(t),this.c=null,super.copyFrom(e)}category_type(){return this.getTypedRuleContext(Jp,0)}enterRule(t){t instanceof h&&t.enterCategoryType(this)}exitRule(t){t instanceof h&&t.exitCategoryType(this)}}kl.CategoryTypeContext=Ip;class Cp extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_native_type}copyFrom(t){super.copyFrom(t)}}class vp extends Cp{constructor(t,e){super(t),super.copyFrom(e)}PERIOD(){return this.getToken(kl.PERIOD,0)}enterRule(t){t instanceof h&&t.enterPeriodType(this)}exitRule(t){t instanceof h&&t.exitPeriodType(this)}}kl.PeriodTypeContext=vp;class bp extends Cp{constructor(t,e){super(t),super.copyFrom(e)}HTML(){return this.getToken(kl.HTML,0)}enterRule(t){t instanceof h&&t.enterHtmlType(this)}exitRule(t){t instanceof h&&t.exitHtmlType(this)}}kl.HtmlTypeContext=bp;class wp extends Cp{constructor(t,e){super(t),super.copyFrom(e)}CSS(){return this.getToken(kl.CSS,0)}enterRule(t){t instanceof h&&t.enterCssType(this)}exitRule(t){t instanceof h&&t.exitCssType(this)}}kl.CssTypeContext=wp;class Np extends Cp{constructor(t,e){super(t),super.copyFrom(e)}BOOLEAN(){return this.getToken(kl.BOOLEAN,0)}enterRule(t){t instanceof h&&t.enterBooleanType(this)}exitRule(t){t instanceof h&&t.exitBooleanType(this)}}kl.BooleanTypeContext=Np;class Sp extends Cp{constructor(t,e){super(t),super.copyFrom(e)}DOCUMENT(){return this.getToken(kl.DOCUMENT,0)}enterRule(t){t instanceof h&&t.enterDocumentType(this)}exitRule(t){t instanceof h&&t.exitDocumentType(this)}}kl.DocumentTypeContext=Sp;class Op extends Cp{constructor(t,e){super(t),super.copyFrom(e)}CHARACTER(){return this.getToken(kl.CHARACTER,0)}enterRule(t){t instanceof h&&t.enterCharacterType(this)}exitRule(t){t instanceof h&&t.exitCharacterType(this)}}kl.CharacterTypeContext=Op;class Dp extends Cp{constructor(t,e){super(t),super.copyFrom(e)}VERSION(){return this.getToken(kl.VERSION,0)}enterRule(t){t instanceof h&&t.enterVersionType(this)}exitRule(t){t instanceof h&&t.exitVersionType(this)}}kl.VersionTypeContext=Dp;class Mp extends Cp{constructor(t,e){super(t),super.copyFrom(e)}TEXT(){return this.getToken(kl.TEXT,0)}enterRule(t){t instanceof h&&t.enterTextType(this)}exitRule(t){t instanceof h&&t.exitTextType(this)}}kl.TextTypeContext=Mp;class kp extends Cp{constructor(t,e){super(t),super.copyFrom(e)}IMAGE(){return this.getToken(kl.IMAGE,0)}enterRule(t){t instanceof h&&t.enterImageType(this)}exitRule(t){t instanceof h&&t.exitImageType(this)}}kl.ImageTypeContext=kp;class Up extends Cp{constructor(t,e){super(t),super.copyFrom(e)}TIME(){return this.getToken(kl.TIME,0)}enterRule(t){t instanceof h&&t.enterTimeType(this)}exitRule(t){t instanceof h&&t.exitTimeType(this)}}kl.TimeTypeContext=Up;class Pp extends Cp{constructor(t,e){super(t),super.copyFrom(e)}INTEGER(){return this.getToken(kl.INTEGER,0)}enterRule(t){t instanceof h&&t.enterIntegerType(this)}exitRule(t){t instanceof h&&t.exitIntegerType(this)}}kl.IntegerTypeContext=Pp;class Fp extends Cp{constructor(t,e){super(t),super.copyFrom(e)}DATETIME(){return this.getToken(kl.DATETIME,0)}enterRule(t){t instanceof h&&t.enterDateTimeType(this)}exitRule(t){t instanceof h&&t.exitDateTimeType(this)}}kl.DateTimeTypeContext=Fp;class Hp extends Cp{constructor(t,e){super(t),super.copyFrom(e)}BLOB(){return this.getToken(kl.BLOB,0)}enterRule(t){t instanceof h&&t.enterBlobType(this)}exitRule(t){t instanceof h&&t.exitBlobType(this)}}kl.BlobTypeContext=Hp;class Vp extends Cp{constructor(t,e){super(t),super.copyFrom(e)}UUID(){return this.getToken(kl.UUID,0)}enterRule(t){t instanceof h&&t.enterUUIDType(this)}exitRule(t){t instanceof h&&t.exitUUIDType(this)}}kl.UUIDTypeContext=Vp;class Bp extends Cp{constructor(t,e){super(t),super.copyFrom(e)}DECIMAL(){return this.getToken(kl.DECIMAL,0)}enterRule(t){t instanceof h&&t.enterDecimalType(this)}exitRule(t){t instanceof h&&t.exitDecimalType(this)}}kl.DecimalTypeContext=Bp;class Gp extends Cp{constructor(t,e){super(t),super.copyFrom(e)}CODE(){return this.getToken(kl.CODE,0)}enterRule(t){t instanceof h&&t.enterCodeType(this)}exitRule(t){t instanceof h&&t.exitCodeType(this)}}kl.CodeTypeContext=Gp;class jp extends Cp{constructor(t,e){super(t),super.copyFrom(e)}DATE(){return this.getToken(kl.DATE,0)}enterRule(t){t instanceof h&&t.enterDateType(this)}exitRule(t){t instanceof h&&t.exitDateType(this)}}kl.DateTypeContext=jp;class Wp extends Cp{constructor(t,e){super(t),super.copyFrom(e)}DBID(){return this.getToken(kl.DBID,0)}enterRule(t){t instanceof h&&t.enterDbIdType(this)}exitRule(t){t instanceof h&&t.exitDbIdType(this)}}kl.DbIdTypeContext=Wp;class Jp extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_category_type,this.t1=null}TYPE_IDENTIFIER(){return this.getToken(kl.TYPE_IDENTIFIER,0)}enterRule(t){t instanceof h&&t.enterCategory_type(this)}exitRule(t){t instanceof h&&t.exitCategory_type(this)}}class Yp extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_mutable_category_type}category_type(){return this.getTypedRuleContext(Jp,0)}MUTABLE(){return this.getToken(kl.MUTABLE,0)}enterRule(t){t instanceof h&&t.enterMutable_category_type(this)}exitRule(t){t instanceof h&&t.exitMutable_category_type(this)}}class qp extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_code_type,this.t1=null}CODE(){return this.getToken(kl.CODE,0)}enterRule(t){t instanceof h&&t.enterCode_type(this)}exitRule(t){t instanceof h&&t.exitCode_type(this)}}class Xp extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_category_declaration}copyFrom(t){super.copyFrom(t)}}class Kp extends Xp{constructor(t,e){super(t),this.decl=null,super.copyFrom(e)}concrete_category_declaration(){return this.getTypedRuleContext(jl,0)}enterRule(t){t instanceof h&&t.enterConcreteCategoryDeclaration(this)}exitRule(t){t instanceof h&&t.exitConcreteCategoryDeclaration(this)}}kl.ConcreteCategoryDeclarationContext=Kp;class zp extends Xp{constructor(t,e){super(t),this.decl=null,super.copyFrom(e)}native_category_declaration(){return this.getTypedRuleContext(sc,0)}enterRule(t){t instanceof h&&t.enterNativeCategoryDeclaration(this)}exitRule(t){t instanceof h&&t.exitNativeCategoryDeclaration(this)}}kl.NativeCategoryDeclarationContext=zp;class Qp extends Xp{constructor(t,e){super(t),this.decl=null,super.copyFrom(e)}singleton_category_declaration(){return this.getTypedRuleContext(Wl,0)}enterRule(t){t instanceof h&&t.enterSingletonCategoryDeclaration(this)}exitRule(t){t instanceof h&&t.exitSingletonCategoryDeclaration(this)}}kl.SingletonCategoryDeclarationContext=Qp;class Zp extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_widget_declaration}copyFrom(t){super.copyFrom(t)}}class $p extends Zp{constructor(t,e){super(t),this.decl=null,super.copyFrom(e)}concrete_widget_declaration(){return this.getTypedRuleContext(Bl,0)}enterRule(t){t instanceof h&&t.enterConcreteWidgetDeclaration(this)}exitRule(t){t instanceof h&&t.exitConcreteWidgetDeclaration(this)}}kl.ConcreteWidgetDeclarationContext=$p;class tf extends Zp{constructor(t,e){super(t),this.decl=null,super.copyFrom(e)}native_widget_declaration(){return this.getTypedRuleContext(Gl,0)}enterRule(t){t instanceof h&&t.enterNativeWidgetDeclaration(this)}exitRule(t){t instanceof h&&t.exitNativeWidgetDeclaration(this)}}kl.NativeWidgetDeclarationContext=tf;class ef extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"type_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ff):this.getTypedRuleContext(ff,t)})),Nl(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.COMMA):this.getToken(kl.COMMA,t)})),this.parser=t,this.ruleIndex=kl.RULE_type_identifier_list}enterRule(t){t instanceof h&&t.enterType_identifier_list(this)}exitRule(t){t instanceof h&&t.exitType_identifier_list(this)}}class sf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_method_identifier}variable_identifier(){return this.getTypedRuleContext(df,0)}type_identifier(){return this.getTypedRuleContext(ff,0)}enterRule(t){t instanceof h&&t.enterMethod_identifier(this)}exitRule(t){t instanceof h&&t.exitMethod_identifier(this)}}class rf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_identifier_or_keyword}identifier(){return this.getTypedRuleContext(of,0)}keyword(){return this.getTypedRuleContext(Cx,0)}enterRule(t){t instanceof h&&t.enterIdentifier_or_keyword(this)}exitRule(t){t instanceof h&&t.exitIdentifier_or_keyword(this)}}class nf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_nospace_hyphen_identifier_or_keyword}MINUS(){return this.getToken(kl.MINUS,0)}nospace_identifier_or_keyword(){return this.getTypedRuleContext(af,0)}enterRule(t){t instanceof h&&t.enterNospace_hyphen_identifier_or_keyword(this)}exitRule(t){t instanceof h&&t.exitNospace_hyphen_identifier_or_keyword(this)}}class af extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_nospace_identifier_or_keyword}identifier_or_keyword(){return this.getTypedRuleContext(rf,0)}enterRule(t){t instanceof h&&t.enterNospace_identifier_or_keyword(this)}exitRule(t){t instanceof h&&t.exitNospace_identifier_or_keyword(this)}}class of extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_identifier}copyFrom(t){super.copyFrom(t)}}class hf extends of{constructor(t,e){super(t),super.copyFrom(e)}type_identifier(){return this.getTypedRuleContext(ff,0)}enterRule(t){t instanceof h&&t.enterTypeIdentifier(this)}exitRule(t){t instanceof h&&t.exitTypeIdentifier(this)}}kl.TypeIdentifierContext=hf;class lf extends of{constructor(t,e){super(t),super.copyFrom(e)}symbol_identifier(){return this.getTypedRuleContext(_f,0)}enterRule(t){t instanceof h&&t.enterSymbolIdentifier(this)}exitRule(t){t instanceof h&&t.exitSymbolIdentifier(this)}}kl.SymbolIdentifierContext=lf;class cf extends of{constructor(t,e){super(t),super.copyFrom(e)}variable_identifier(){return this.getTypedRuleContext(df,0)}enterRule(t){t instanceof h&&t.enterVariableIdentifier(this)}exitRule(t){t instanceof h&&t.exitVariableIdentifier(this)}}kl.VariableIdentifierContext=cf;class uf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_member_identifier}VARIABLE_IDENTIFIER(){return this.getToken(kl.VARIABLE_IDENTIFIER,0)}CATEGORY(){return this.getToken(kl.CATEGORY,0)}MUTABLE(){return this.getToken(kl.MUTABLE,0)}STORABLE(){return this.getToken(kl.STORABLE,0)}RESOURCE(){return this.getToken(kl.RESOURCE,0)}enterRule(t){t instanceof h&&t.enterMember_identifier(this)}exitRule(t){t instanceof h&&t.exitMember_identifier(this)}}class df extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_variable_identifier}VARIABLE_IDENTIFIER(){return this.getToken(kl.VARIABLE_IDENTIFIER,0)}CATEGORY(){return this.getToken(kl.CATEGORY,0)}RESOURCE(){return this.getToken(kl.RESOURCE,0)}enterRule(t){t instanceof h&&t.enterVariable_identifier(this)}exitRule(t){t instanceof h&&t.exitVariable_identifier(this)}}class pf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_attribute_identifier}VARIABLE_IDENTIFIER(){return this.getToken(kl.VARIABLE_IDENTIFIER,0)}STORABLE(){return this.getToken(kl.STORABLE,0)}RESOURCE(){return this.getToken(kl.RESOURCE,0)}enterRule(t){t instanceof h&&t.enterAttribute_identifier(this)}exitRule(t){t instanceof h&&t.exitAttribute_identifier(this)}}class ff extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_type_identifier}TYPE_IDENTIFIER(){return this.getToken(kl.TYPE_IDENTIFIER,0)}enterRule(t){t instanceof h&&t.enterType_identifier(this)}exitRule(t){t instanceof h&&t.exitType_identifier(this)}}class _f extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_symbol_identifier}SYMBOL_IDENTIFIER(){return this.getToken(kl.SYMBOL_IDENTIFIER,0)}enterRule(t){t instanceof h&&t.enterSymbol_identifier(this)}exitRule(t){t instanceof h&&t.exitSymbol_identifier(this)}}class xf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"argument",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Ef):this.getTypedRuleContext(Ef,t)})),Nl(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.COMMA):this.getToken(kl.COMMA,t)})),this.parser=t,this.ruleIndex=kl.RULE_argument_list}enterRule(t){t instanceof h&&t.enterArgument_list(this)}exitRule(t){t instanceof h&&t.exitArgument_list(this)}}class Ef extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_argument}copyFrom(t){super.copyFrom(t)}}class mf extends Ef{constructor(t,e){super(t),this.arg=null,super.copyFrom(e)}operator_argument(){return this.getTypedRuleContext(Tf,0)}MUTABLE(){return this.getToken(kl.MUTABLE,0)}enterRule(t){t instanceof h&&t.enterOperatorArgument(this)}exitRule(t){t instanceof h&&t.exitOperatorArgument(this)}}kl.OperatorArgumentContext=mf;class Rf extends Ef{constructor(t,e){super(t),this.arg=null,super.copyFrom(e)}code_argument(){return this.getTypedRuleContext(yf,0)}enterRule(t){t instanceof h&&t.enterCodeArgument(this)}exitRule(t){t instanceof h&&t.exitCodeArgument(this)}}kl.CodeArgumentContext=Rf;class Tf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_operator_argument}named_argument(){return this.getTypedRuleContext(gf,0)}typed_argument(){return this.getTypedRuleContext(fc,0)}enterRule(t){t instanceof h&&t.enterOperator_argument(this)}exitRule(t){t instanceof h&&t.exitOperator_argument(this)}}class gf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_named_argument}variable_identifier(){return this.getTypedRuleContext(df,0)}EQ(){return this.getToken(kl.EQ,0)}literal_expression(){return this.getTypedRuleContext(S_,0)}enterRule(t){t instanceof h&&t.enterNamed_argument(this)}exitRule(t){t instanceof h&&t.exitNamed_argument(this)}}class yf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_code_argument,this.name=null}code_type(){return this.getTypedRuleContext(qp,0)}variable_identifier(){return this.getTypedRuleContext(df,0)}enterRule(t){t instanceof h&&t.enterCode_argument(this)}exitRule(t){t instanceof h&&t.exitCode_argument(this)}}class Af extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_category_or_any_type}typedef(){return this.getTypedRuleContext(_p,0)}any_type(){return this.getTypedRuleContext(Lf,0)}enterRule(t){t instanceof h&&t.enterCategory_or_any_type(this)}exitRule(t){t instanceof h&&t.exitCategory_or_any_type(this)}}class Lf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_any_type}copyFrom(t){super.copyFrom(t)}}class If extends Lf{constructor(t,e){super(t),super.copyFrom(e)}any_type(){return this.getTypedRuleContext(Lf,0)}LBRAK(){return this.getToken(kl.LBRAK,0)}RBRAK(){return this.getToken(kl.RBRAK,0)}enterRule(t){t instanceof h&&t.enterAnyListType(this)}exitRule(t){t instanceof h&&t.exitAnyListType(this)}}kl.AnyListTypeContext=If;class Cf extends Lf{constructor(t,e){super(t),super.copyFrom(e)}ANY(){return this.getToken(kl.ANY,0)}enterRule(t){t instanceof h&&t.enterAnyType(this)}exitRule(t){t instanceof h&&t.exitAnyType(this)}}kl.AnyTypeContext=Cf;class vf extends Lf{constructor(t,e){super(t),super.copyFrom(e)}any_type(){return this.getTypedRuleContext(Lf,0)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}enterRule(t){t instanceof h&&t.enterAnyDictType(this)}exitRule(t){t instanceof h&&t.exitAnyDictType(this)}}kl.AnyDictTypeContext=vf;class bf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"member_method_declaration",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(wf):this.getTypedRuleContext(wf,t)})),Nl(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Fx):this.getTypedRuleContext(Fx,t)})),this.parser=t,this.ruleIndex=kl.RULE_member_method_declaration_list}enterRule(t){t instanceof h&&t.enterMember_method_declaration_list(this)}exitRule(t){t instanceof h&&t.exitMember_method_declaration_list(this)}}class wf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"comment_statement",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Jf):this.getTypedRuleContext(Jf,t)})),Nl(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Fx):this.getTypedRuleContext(Fx,t)})),Nl(this,"annotation_constructor",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(qd):this.getTypedRuleContext(qd,t)})),this.parser=t,this.ruleIndex=kl.RULE_member_method_declaration}setter_method_declaration(){return this.getTypedRuleContext(Zl,0)}getter_method_declaration(){return this.getTypedRuleContext(tc,0)}concrete_method_declaration(){return this.getTypedRuleContext(cc,0)}abstract_member_method_declaration(){return this.getTypedRuleContext(lc,0)}operator_method_declaration(){return this.getTypedRuleContext(Ql,0)}enterRule(t){t instanceof h&&t.enterMember_method_declaration(this)}exitRule(t){t instanceof h&&t.exitMember_method_declaration(this)}}class Nf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"native_member_method_declaration",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Sf):this.getTypedRuleContext(Sf,t)})),Nl(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Fx):this.getTypedRuleContext(Fx,t)})),this.parser=t,this.ruleIndex=kl.RULE_native_member_method_declaration_list}enterRule(t){t instanceof h&&t.enterNative_member_method_declaration_list(this)}exitRule(t){t instanceof h&&t.exitNative_member_method_declaration_list(this)}}class Sf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"comment_statement",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Jf):this.getTypedRuleContext(Jf,t)})),Nl(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Fx):this.getTypedRuleContext(Fx,t)})),Nl(this,"annotation_constructor",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(qd):this.getTypedRuleContext(qd,t)})),this.parser=t,this.ruleIndex=kl.RULE_native_member_method_declaration}native_getter_declaration(){return this.getTypedRuleContext(ec,0)}native_setter_declaration(){return this.getTypedRuleContext($l,0)}native_method_declaration(){return this.getTypedRuleContext(uc,0)}enterRule(t){t instanceof h&&t.enterNative_member_method_declaration(this)}exitRule(t){t instanceof h&&t.exitNative_member_method_declaration(this)}}class Of extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_native_category_binding}copyFrom(t){super.copyFrom(t)}}class Df extends Of{constructor(t,e){super(t),this.binding=null,super.copyFrom(e)}PYTHON2(){return this.getToken(kl.PYTHON2,0)}python_category_binding(){return this.getTypedRuleContext(Ff,0)}enterRule(t){t instanceof h&&t.enterPython2CategoryBinding(this)}exitRule(t){t instanceof h&&t.exitPython2CategoryBinding(this)}}kl.Python2CategoryBindingContext=Df;class Mf extends Of{constructor(t,e){super(t),this.binding=null,super.copyFrom(e)}PYTHON3(){return this.getToken(kl.PYTHON3,0)}python_category_binding(){return this.getTypedRuleContext(Ff,0)}enterRule(t){t instanceof h&&t.enterPython3CategoryBinding(this)}exitRule(t){t instanceof h&&t.exitPython3CategoryBinding(this)}}kl.Python3CategoryBindingContext=Mf;class kf extends Of{constructor(t,e){super(t),this.binding=null,super.copyFrom(e)}JAVA(){return this.getToken(kl.JAVA,0)}java_class_identifier_expression(){return this.getTypedRuleContext(mm,0)}enterRule(t){t instanceof h&&t.enterJavaCategoryBinding(this)}exitRule(t){t instanceof h&&t.exitJavaCategoryBinding(this)}}kl.JavaCategoryBindingContext=kf;class Uf extends Of{constructor(t,e){super(t),this.binding=null,super.copyFrom(e)}CSHARP(){return this.getToken(kl.CSHARP,0)}csharp_identifier_expression(){return this.getTypedRuleContext(Ym,0)}enterRule(t){t instanceof h&&t.enterCSharpCategoryBinding(this)}exitRule(t){t instanceof h&&t.exitCSharpCategoryBinding(this)}}kl.CSharpCategoryBindingContext=Uf;class Pf extends Of{constructor(t,e){super(t),this.binding=null,super.copyFrom(e)}JAVASCRIPT(){return this.getToken(kl.JAVASCRIPT,0)}javascript_category_binding(){return this.getTypedRuleContext(Vf,0)}enterRule(t){t instanceof h&&t.enterJavascriptCategoryBinding(this)}exitRule(t){t instanceof h&&t.exitJavascriptCategoryBinding(this)}}kl.JavascriptCategoryBindingContext=Pf;class Ff extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_python_category_binding}identifier(){return this.getTypedRuleContext(of,0)}python_module(){return this.getTypedRuleContext(Hf,0)}enterRule(t){t instanceof h&&t.enterPython_category_binding(this)}exitRule(t){t instanceof h&&t.exitPython_category_binding(this)}}class Hf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"python_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(zE):this.getTypedRuleContext(zE,t)})),Nl(this,"DOT",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.DOT):this.getToken(kl.DOT,t)})),this.parser=t,this.ruleIndex=kl.RULE_python_module}FROM(){return this.getToken(kl.FROM,0)}module_token(){return this.getTypedRuleContext(wx,0)}COLON(){return this.getToken(kl.COLON,0)}enterRule(t){t instanceof h&&t.enterPython_module(this)}exitRule(t){t instanceof h&&t.exitPython_module(this)}}class Vf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"javascript_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uE):this.getTypedRuleContext(uE,t)})),Nl(this,"DOT",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.DOT):this.getToken(kl.DOT,t)})),this.parser=t,this.ruleIndex=kl.RULE_javascript_category_binding}javascript_module(){return this.getTypedRuleContext(Bf,0)}enterRule(t){t instanceof h&&t.enterJavascript_category_binding(this)}exitRule(t){t instanceof h&&t.exitJavascript_category_binding(this)}}class Bf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"javascript_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uE):this.getTypedRuleContext(uE,t)})),Nl(this,"SLASH",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.SLASH):this.getToken(kl.SLASH,t)})),this.parser=t,this.ruleIndex=kl.RULE_javascript_module}FROM(){return this.getToken(kl.FROM,0)}module_token(){return this.getTypedRuleContext(wx,0)}COLON(){return this.getToken(kl.COLON,0)}DOT(){return this.getToken(kl.DOT,0)}enterRule(t){t instanceof h&&t.enterJavascript_module(this)}exitRule(t){t instanceof h&&t.exitJavascript_module(this)}}class Gf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"variable_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(df):this.getTypedRuleContext(df,t)})),Nl(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.COMMA):this.getToken(kl.COMMA,t)})),this.parser=t,this.ruleIndex=kl.RULE_variable_identifier_list}enterRule(t){t instanceof h&&t.enterVariable_identifier_list(this)}exitRule(t){t instanceof h&&t.exitVariable_identifier_list(this)}}class jf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"attribute_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(pf):this.getTypedRuleContext(pf,t)})),Nl(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.COMMA):this.getToken(kl.COMMA,t)})),this.parser=t,this.ruleIndex=kl.RULE_attribute_identifier_list}enterRule(t){t instanceof h&&t.enterAttribute_identifier_list(this)}exitRule(t){t instanceof h&&t.exitAttribute_identifier_list(this)}}class Wf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_method_declaration}abstract_global_method_declaration(){return this.getTypedRuleContext(hc,0)}concrete_method_declaration(){return this.getTypedRuleContext(cc,0)}native_method_declaration(){return this.getTypedRuleContext(uc,0)}test_method_declaration(){return this.getTypedRuleContext(dc,0)}enterRule(t){t instanceof h&&t.enterMethod_declaration(this)}exitRule(t){t instanceof h&&t.exitMethod_declaration(this)}}class Jf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_comment_statement}COMMENT(){return this.getToken(kl.COMMENT,0)}enterRule(t){t instanceof h&&t.enterComment_statement(this)}exitRule(t){t instanceof h&&t.exitComment_statement(this)}}class Yf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"native_statement",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(qf):this.getTypedRuleContext(qf,t)})),Nl(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Fx):this.getTypedRuleContext(Fx,t)})),this.parser=t,this.ruleIndex=kl.RULE_native_statement_list}enterRule(t){t instanceof h&&t.enterNative_statement_list(this)}exitRule(t){t instanceof h&&t.exitNative_statement_list(this)}}class qf extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_native_statement}copyFrom(t){super.copyFrom(t)}}class Xf extends qf{constructor(t,e){super(t),super.copyFrom(e)}CSHARP(){return this.getToken(kl.CSHARP,0)}csharp_statement(){return this.getTypedRuleContext(bm,0)}enterRule(t){t instanceof h&&t.enterCSharpNativeStatement(this)}exitRule(t){t instanceof h&&t.exitCSharpNativeStatement(this)}}kl.CSharpNativeStatementContext=Xf;class Kf extends qf{constructor(t,e){super(t),super.copyFrom(e)}JAVA(){return this.getToken(kl.JAVA,0)}java_statement(){return this.getTypedRuleContext(QE,0)}enterRule(t){t instanceof h&&t.enterJavaNativeStatement(this)}exitRule(t){t instanceof h&&t.exitJavaNativeStatement(this)}}kl.JavaNativeStatementContext=Kf;class zf extends qf{constructor(t,e){super(t),super.copyFrom(e)}JAVASCRIPT(){return this.getToken(kl.JAVASCRIPT,0)}javascript_native_statement(){return this.getTypedRuleContext(t_,0)}enterRule(t){t instanceof h&&t.enterJavascriptNativeStatement(this)}exitRule(t){t instanceof h&&t.exitJavascriptNativeStatement(this)}}kl.JavascriptNativeStatementContext=zf;class Qf extends qf{constructor(t,e){super(t),super.copyFrom(e)}PYTHON2(){return this.getToken(kl.PYTHON2,0)}python_native_statement(){return this.getTypedRuleContext($f,0)}enterRule(t){t instanceof h&&t.enterPython2NativeStatement(this)}exitRule(t){t instanceof h&&t.exitPython2NativeStatement(this)}}kl.Python2NativeStatementContext=Qf;class Zf extends qf{constructor(t,e){super(t),super.copyFrom(e)}PYTHON3(){return this.getToken(kl.PYTHON3,0)}python_native_statement(){return this.getTypedRuleContext($f,0)}enterRule(t){t instanceof h&&t.enterPython3NativeStatement(this)}exitRule(t){t instanceof h&&t.exitPython3NativeStatement(this)}}kl.Python3NativeStatementContext=Zf;class $f extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_python_native_statement}python_statement(){return this.getTypedRuleContext(dE,0)}SEMI(){return this.getToken(kl.SEMI,0)}python_module(){return this.getTypedRuleContext(Hf,0)}enterRule(t){t instanceof h&&t.enterPython_native_statement(this)}exitRule(t){t instanceof h&&t.exitPython_native_statement(this)}}class t_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_javascript_native_statement}javascript_statement(){return this.getTypedRuleContext(Hx,0)}SEMI(){return this.getToken(kl.SEMI,0)}javascript_module(){return this.getTypedRuleContext(Bf,0)}enterRule(t){t instanceof h&&t.enterJavascript_native_statement(this)}exitRule(t){t instanceof h&&t.exitJavascript_native_statement(this)}}class e_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"statement",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(mc):this.getTypedRuleContext(mc,t)})),Nl(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Fx):this.getTypedRuleContext(Fx,t)})),this.parser=t,this.ruleIndex=kl.RULE_statement_list}enterRule(t){t instanceof h&&t.enterStatement_list(this)}exitRule(t){t instanceof h&&t.exitStatement_list(this)}}class i_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"assertion",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(pc):this.getTypedRuleContext(pc,t)})),Nl(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Fx):this.getTypedRuleContext(Fx,t)})),this.parser=t,this.ruleIndex=kl.RULE_assertion_list}enterRule(t){t instanceof h&&t.enterAssertion_list(this)}exitRule(t){t instanceof h&&t.exitAssertion_list(this)}}class s_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"switch_case_statement",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Jc):this.getTypedRuleContext(Jc,t)})),Nl(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Fx):this.getTypedRuleContext(Fx,t)})),this.parser=t,this.ruleIndex=kl.RULE_switch_case_statement_list}enterRule(t){t instanceof h&&t.enterSwitch_case_statement_list(this)}exitRule(t){t instanceof h&&t.exitSwitch_case_statement_list(this)}}class r_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"catch_statement",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(su):this.getTypedRuleContext(su,t)})),Nl(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Fx):this.getTypedRuleContext(Fx,t)})),this.parser=t,this.ruleIndex=kl.RULE_catch_statement_list}enterRule(t){t instanceof h&&t.enterCatch_statement_list(this)}exitRule(t){t instanceof h&&t.exitCatch_statement_list(this)}}class n_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_literal_collection}copyFrom(t){super.copyFrom(t)}}class a_ extends n_{constructor(t,e){super(t),super.copyFrom(e)}LBRAK(){return this.getToken(kl.LBRAK,0)}literal_list_literal(){return this.getTypedRuleContext(v_,0)}RBRAK(){return this.getToken(kl.RBRAK,0)}enterRule(t){t instanceof h&&t.enterLiteralListLiteral(this)}exitRule(t){t instanceof h&&t.exitLiteralListLiteral(this)}}kl.LiteralListLiteralContext=a_;class o_ extends n_{constructor(t,e){super(t),Nl(this,"atomic_literal",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(l_):this.getTypedRuleContext(l_,t)})),this.low=null,this.high=null,super.copyFrom(e)}LBRAK(){return this.getToken(kl.LBRAK,0)}RANGE(){return this.getToken(kl.RANGE,0)}RBRAK(){return this.getToken(kl.RBRAK,0)}enterRule(t){t instanceof h&&t.enterLiteralRangeLiteral(this)}exitRule(t){t instanceof h&&t.exitLiteralRangeLiteral(this)}}kl.LiteralRangeLiteralContext=o_;class h_ extends n_{constructor(t,e){super(t),super.copyFrom(e)}LT(){return this.getToken(kl.LT,0)}literal_list_literal(){return this.getTypedRuleContext(v_,0)}GT(){return this.getToken(kl.GT,0)}enterRule(t){t instanceof h&&t.enterLiteralSetLiteral(this)}exitRule(t){t instanceof h&&t.exitLiteralSetLiteral(this)}}kl.LiteralSetLiteralContext=h_;class l_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_atomic_literal}copyFrom(t){super.copyFrom(t)}}class c_ extends l_{constructor(t,e){super(t),super.copyFrom(e)}MIN_INTEGER(){return this.getToken(kl.MIN_INTEGER,0)}enterRule(t){t instanceof h&&t.enterMinIntegerLiteral(this)}exitRule(t){t instanceof h&&t.exitMinIntegerLiteral(this)}}kl.MinIntegerLiteralContext=c_;class u_ extends l_{constructor(t,e){super(t),super.copyFrom(e)}DATE_LITERAL(){return this.getToken(kl.DATE_LITERAL,0)}enterRule(t){t instanceof h&&t.enterDateLiteral(this)}exitRule(t){t instanceof h&&t.exitDateLiteral(this)}}kl.DateLiteralContext=u_;class d_ extends l_{constructor(t,e){super(t),super.copyFrom(e)}symbol_identifier(){return this.getTypedRuleContext(_f,0)}enterRule(t){t instanceof h&&t.enterSymbolLiteral(this)}exitRule(t){t instanceof h&&t.exitSymbolLiteral(this)}}kl.SymbolLiteralContext=d_;class p_ extends l_{constructor(t,e){super(t),super.copyFrom(e)}BOOLEAN_LITERAL(){return this.getToken(kl.BOOLEAN_LITERAL,0)}enterRule(t){t instanceof h&&t.enterBooleanLiteral(this)}exitRule(t){t instanceof h&&t.exitBooleanLiteral(this)}}kl.BooleanLiteralContext=p_;class f_ extends l_{constructor(t,e){super(t),super.copyFrom(e)}VERSION_LITERAL(){return this.getToken(kl.VERSION_LITERAL,0)}enterRule(t){t instanceof h&&t.enterVersionLiteral(this)}exitRule(t){t instanceof h&&t.exitVersionLiteral(this)}}kl.VersionLiteralContext=f_;class __ extends l_{constructor(t,e){super(t),super.copyFrom(e)}HEXA_LITERAL(){return this.getToken(kl.HEXA_LITERAL,0)}enterRule(t){t instanceof h&&t.enterHexadecimalLiteral(this)}exitRule(t){t instanceof h&&t.exitHexadecimalLiteral(this)}}kl.HexadecimalLiteralContext=__;class x_ extends l_{constructor(t,e){super(t),super.copyFrom(e)}UUID_LITERAL(){return this.getToken(kl.UUID_LITERAL,0)}enterRule(t){t instanceof h&&t.enterUUIDLiteral(this)}exitRule(t){t instanceof h&&t.exitUUIDLiteral(this)}}kl.UUIDLiteralContext=x_;class E_ extends l_{constructor(t,e){super(t),super.copyFrom(e)}MAX_INTEGER(){return this.getToken(kl.MAX_INTEGER,0)}enterRule(t){t instanceof h&&t.enterMaxIntegerLiteral(this)}exitRule(t){t instanceof h&&t.exitMaxIntegerLiteral(this)}}kl.MaxIntegerLiteralContext=E_;class m_ extends l_{constructor(t,e){super(t),super.copyFrom(e)}type_literal(){return this.getTypedRuleContext(Hd,0)}enterRule(t){t instanceof h&&t.enterTypeLiteral(this)}exitRule(t){t instanceof h&&t.exitTypeLiteral(this)}}kl.TypeLiteralContext=m_;class R_ extends l_{constructor(t,e){super(t),super.copyFrom(e)}DATETIME_LITERAL(){return this.getToken(kl.DATETIME_LITERAL,0)}enterRule(t){t instanceof h&&t.enterDateTimeLiteral(this)}exitRule(t){t instanceof h&&t.exitDateTimeLiteral(this)}}kl.DateTimeLiteralContext=R_;class T_ extends l_{constructor(t,e){super(t),super.copyFrom(e)}PERIOD_LITERAL(){return this.getToken(kl.PERIOD_LITERAL,0)}enterRule(t){t instanceof h&&t.enterPeriodLiteral(this)}exitRule(t){t instanceof h&&t.exitPeriodLiteral(this)}}kl.PeriodLiteralContext=T_;class g_ extends l_{constructor(t,e){super(t),super.copyFrom(e)}DECIMAL_LITERAL(){return this.getToken(kl.DECIMAL_LITERAL,0)}MINUS(){return this.getToken(kl.MINUS,0)}enterRule(t){t instanceof h&&t.enterDecimalLiteral(this)}exitRule(t){t instanceof h&&t.exitDecimalLiteral(this)}}kl.DecimalLiteralContext=g_;class y_ extends l_{constructor(t,e){super(t),super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(kl.TEXT_LITERAL,0)}enterRule(t){t instanceof h&&t.enterTextLiteral(this)}exitRule(t){t instanceof h&&t.exitTextLiteral(this)}}kl.TextLiteralContext=y_;class A_ extends l_{constructor(t,e){super(t),super.copyFrom(e)}null_literal(){return this.getTypedRuleContext(Vd,0)}enterRule(t){t instanceof h&&t.enterNullLiteral(this)}exitRule(t){t instanceof h&&t.exitNullLiteral(this)}}kl.NullLiteralContext=A_;class L_ extends l_{constructor(t,e){super(t),super.copyFrom(e)}INTEGER_LITERAL(){return this.getToken(kl.INTEGER_LITERAL,0)}MINUS(){return this.getToken(kl.MINUS,0)}enterRule(t){t instanceof h&&t.enterIntegerLiteral(this)}exitRule(t){t instanceof h&&t.exitIntegerLiteral(this)}}kl.IntegerLiteralContext=L_;class I_ extends l_{constructor(t,e){super(t),super.copyFrom(e)}TIME_LITERAL(){return this.getToken(kl.TIME_LITERAL,0)}enterRule(t){t instanceof h&&t.enterTimeLiteral(this)}exitRule(t){t instanceof h&&t.exitTimeLiteral(this)}}kl.TimeLiteralContext=I_;class C_ extends l_{constructor(t,e){super(t),super.copyFrom(e)}CHAR_LITERAL(){return this.getToken(kl.CHAR_LITERAL,0)}enterRule(t){t instanceof h&&t.enterCharacterLiteral(this)}exitRule(t){t instanceof h&&t.exitCharacterLiteral(this)}}kl.CharacterLiteralContext=C_;class v_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"atomic_literal",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(l_):this.getTypedRuleContext(l_,t)})),Nl(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.COMMA):this.getToken(kl.COMMA,t)})),this.parser=t,this.ruleIndex=kl.RULE_literal_list_literal}enterRule(t){t instanceof h&&t.enterLiteral_list_literal(this)}exitRule(t){t instanceof h&&t.exitLiteral_list_literal(this)}}class b_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_this_expression}SELF(){return this.getToken(kl.SELF,0)}THIS(){return this.getToken(kl.THIS,0)}enterRule(t){t instanceof h&&t.enterThis_expression(this)}exitRule(t){t instanceof h&&t.exitThis_expression(this)}}class w_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_super_expression}SUPER(){return this.getToken(kl.SUPER,0)}category_type(){return this.getTypedRuleContext(Jp,0)}DOT(){return this.getToken(kl.DOT,0)}enterRule(t){t instanceof h&&t.enterSuper_expression(this)}exitRule(t){t instanceof h&&t.exitSuper_expression(this)}}class N_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_parenthesis_expression}LPAR(){return this.getToken(kl.LPAR,0)}expression(){return this.getTypedRuleContext(uu,0)}RPAR(){return this.getToken(kl.RPAR,0)}enterRule(t){t instanceof h&&t.enterParenthesis_expression(this)}exitRule(t){t instanceof h&&t.exitParenthesis_expression(this)}}class S_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_literal_expression}atomic_literal(){return this.getTypedRuleContext(l_,0)}collection_literal(){return this.getTypedRuleContext(O_,0)}enterRule(t){t instanceof h&&t.enterLiteral_expression(this)}exitRule(t){t instanceof h&&t.exitLiteral_expression(this)}}class O_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_collection_literal}range_literal(){return this.getTypedRuleContext(fp,0)}list_literal(){return this.getTypedRuleContext(up,0)}set_literal(){return this.getTypedRuleContext(dp,0)}dict_literal(){return this.getTypedRuleContext(M_,0)}document_literal(){return this.getTypedRuleContext(k_,0)}tuple_literal(){return this.getTypedRuleContext(D_,0)}enterRule(t){t instanceof h&&t.enterCollection_literal(this)}exitRule(t){t instanceof h&&t.exitCollection_literal(this)}}class D_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_tuple_literal}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}MUTABLE(){return this.getToken(kl.MUTABLE,0)}expression_tuple(){return this.getTypedRuleContext(U_,0)}enterRule(t){t instanceof h&&t.enterTuple_literal(this)}exitRule(t){t instanceof h&&t.exitTuple_literal(this)}}class M_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_dict_literal}LTCOLONGT(){return this.getToken(kl.LTCOLONGT,0)}MUTABLE(){return this.getToken(kl.MUTABLE,0)}LT(){return this.getToken(kl.LT,0)}dict_entry_list(){return this.getTypedRuleContext(G_,0)}GT(){return this.getToken(kl.GT,0)}COLON(){return this.getToken(kl.COLON,0)}enterRule(t){t instanceof h&&t.enterDict_literal(this)}exitRule(t){t instanceof h&&t.exitDict_literal(this)}}class k_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_document_literal}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}doc_entry_list(){return this.getTypedRuleContext(P_,0)}enterRule(t){t instanceof h&&t.enterDocument_literal(this)}exitRule(t){t instanceof h&&t.exitDocument_literal(this)}}class U_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),Nl(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.COMMA):this.getToken(kl.COMMA,t)})),this.parser=t,this.ruleIndex=kl.RULE_expression_tuple}enterRule(t){t instanceof h&&t.enterExpression_tuple(this)}exitRule(t){t instanceof h&&t.exitExpression_tuple(this)}}class P_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"doc_entry",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(F_):this.getTypedRuleContext(F_,t)})),Nl(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.COMMA):this.getToken(kl.COMMA,t)})),this.parser=t,this.ruleIndex=kl.RULE_doc_entry_list}enterRule(t){t instanceof h&&t.enterDoc_entry_list(this)}exitRule(t){t instanceof h&&t.exitDoc_entry_list(this)}}class F_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_doc_entry,this.key=null,this.value=null}COLON(){return this.getToken(kl.COLON,0)}doc_key(){return this.getTypedRuleContext(H_,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterDoc_entry(this)}exitRule(t){t instanceof h&&t.exitDoc_entry(this)}}class H_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_doc_key}copyFrom(t){super.copyFrom(t)}}class V_ extends H_{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}identifier_or_keyword(){return this.getTypedRuleContext(rf,0)}enterRule(t){t instanceof h&&t.enterDocKeyIdentifier(this)}exitRule(t){t instanceof h&&t.exitDocKeyIdentifier(this)}}kl.DocKeyIdentifierContext=V_;class B_ extends H_{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(kl.TEXT_LITERAL,0)}enterRule(t){t instanceof h&&t.enterDocKeyText(this)}exitRule(t){t instanceof h&&t.exitDocKeyText(this)}}kl.DocKeyTextContext=B_;class G_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"dict_entry",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(j_):this.getTypedRuleContext(j_,t)})),Nl(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.COMMA):this.getToken(kl.COMMA,t)})),this.parser=t,this.ruleIndex=kl.RULE_dict_entry_list}enterRule(t){t instanceof h&&t.enterDict_entry_list(this)}exitRule(t){t instanceof h&&t.exitDict_entry_list(this)}}class j_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_dict_entry,this.key=null,this.value=null}COLON(){return this.getToken(kl.COLON,0)}dict_key(){return this.getTypedRuleContext(W_,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterDict_entry(this)}exitRule(t){t instanceof h&&t.exitDict_entry(this)}}class W_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_dict_key}copyFrom(t){super.copyFrom(t)}}class J_ extends W_{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}identifier_or_keyword(){return this.getTypedRuleContext(rf,0)}enterRule(t){t instanceof h&&t.enterDictKeyIdentifier(this)}exitRule(t){t instanceof h&&t.exitDictKeyIdentifier(this)}}kl.DictKeyIdentifierContext=J_;class Y_ extends W_{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(kl.TEXT_LITERAL,0)}enterRule(t){t instanceof h&&t.enterDictKeyText(this)}exitRule(t){t instanceof h&&t.exitDictKeyText(this)}}kl.DictKeyTextContext=Y_;class q_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_slice_arguments}copyFrom(t){super.copyFrom(t)}}class X_ extends q_{constructor(t,e){super(t),Nl(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uu):this.getTypedRuleContext(uu,t)})),this.first=null,this.last=null,super.copyFrom(e)}COLON(){return this.getToken(kl.COLON,0)}enterRule(t){t instanceof h&&t.enterSliceFirstAndLast(this)}exitRule(t){t instanceof h&&t.exitSliceFirstAndLast(this)}}kl.SliceFirstAndLastContext=X_;class K_ extends q_{constructor(t,e){super(t),this.last=null,super.copyFrom(e)}COLON(){return this.getToken(kl.COLON,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterSliceLastOnly(this)}exitRule(t){t instanceof h&&t.exitSliceLastOnly(this)}}kl.SliceLastOnlyContext=K_;class z_ extends q_{constructor(t,e){super(t),this.first=null,super.copyFrom(e)}COLON(){return this.getToken(kl.COLON,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterSliceFirstOnly(this)}exitRule(t){t instanceof h&&t.exitSliceFirstOnly(this)}}kl.SliceFirstOnlyContext=z_;class Q_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_assign_variable_statement}variable_identifier(){return this.getTypedRuleContext(df,0)}assign(){return this.getTypedRuleContext(Ox,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterAssign_variable_statement(this)}exitRule(t){t instanceof h&&t.exitAssign_variable_statement(this)}}class Z_ extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_assignable_instance}copyFrom(t){super.copyFrom(t)}}class $_ extends Z_{constructor(t,e){super(t),super.copyFrom(e)}assignable_instance(){return this.getTypedRuleContext(Z_,0)}child_instance(){return this.getTypedRuleContext(kd,0)}enterRule(t){t instanceof h&&t.enterChildInstance(this)}exitRule(t){t instanceof h&&t.exitChildInstance(this)}}kl.ChildInstanceContext=$_;class tx extends Z_{constructor(t,e){super(t),super.copyFrom(e)}variable_identifier(){return this.getTypedRuleContext(df,0)}enterRule(t){t instanceof h&&t.enterRootInstance(this)}exitRule(t){t instanceof h&&t.exitRootInstance(this)}}kl.RootInstanceContext=tx;class ex extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_is_expression}copyFrom(t){super.copyFrom(t)}}class ix extends ex{constructor(t,e){super(t),super.copyFrom(e)}VARIABLE_IDENTIFIER(){return this.getToken(kl.VARIABLE_IDENTIFIER,0)}category_or_any_type(){return this.getTypedRuleContext(Af,0)}enterRule(t){t instanceof h&&t.enterIsATypeExpression(this)}exitRule(t){t instanceof h&&t.exitIsATypeExpression(this)}}kl.IsATypeExpressionContext=ix;class sx extends ex{constructor(t,e){super(t),super.copyFrom(e)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterIsOtherExpression(this)}exitRule(t){t instanceof h&&t.exitIsOtherExpression(this)}}kl.IsOtherExpressionContext=sx;class rx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_metadata}VARIABLE_IDENTIFIER(){return this.getToken(kl.VARIABLE_IDENTIFIER,0)}enterRule(t){t instanceof h&&t.enterMetadata(this)}exitRule(t){t instanceof h&&t.exitMetadata(this)}}class nx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_arrow_expression}copyFrom(t){super.copyFrom(t)}}class ax extends nx{constructor(t,e){super(t),super.copyFrom(e)}arrow_prefix(){return this.getTypedRuleContext(hx,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterArrowExpressionBody(this)}exitRule(t){t instanceof h&&t.exitArrowExpressionBody(this)}}kl.ArrowExpressionBodyContext=ax;class ox extends nx{constructor(t,e){super(t),super.copyFrom(e)}arrow_prefix(){return this.getTypedRuleContext(hx,0)}LCURL(){return this.getToken(kl.LCURL,0)}statement_list(){return this.getTypedRuleContext(e_,0)}RCURL(){return this.getToken(kl.RCURL,0)}enterRule(t){t instanceof h&&t.enterArrowStatementsBody(this)}exitRule(t){t instanceof h&&t.exitArrowStatementsBody(this)}}kl.ArrowStatementsBodyContext=ox;class hx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"ws_plus",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Bd):this.getTypedRuleContext(Bd,t)})),this.parser=t,this.ruleIndex=kl.RULE_arrow_prefix,this.s1=null,this.s2=null}arrow_args(){return this.getTypedRuleContext(lx,0)}EGT(){return this.getToken(kl.EGT,0)}enterRule(t){t instanceof h&&t.enterArrow_prefix(this)}exitRule(t){t instanceof h&&t.exitArrow_prefix(this)}}class lx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_arrow_args}copyFrom(t){super.copyFrom(t)}}class cx extends lx{constructor(t,e){super(t),super.copyFrom(e)}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}variable_identifier_list(){return this.getTypedRuleContext(Gf,0)}enterRule(t){t instanceof h&&t.enterArrowListArg(this)}exitRule(t){t instanceof h&&t.exitArrowListArg(this)}}kl.ArrowListArgContext=cx;class ux extends lx{constructor(t,e){super(t),super.copyFrom(e)}variable_identifier(){return this.getTypedRuleContext(df,0)}enterRule(t){t instanceof h&&t.enterArrowSingleArg(this)}exitRule(t){t instanceof h&&t.exitArrowSingleArg(this)}}kl.ArrowSingleArgContext=ux;class dx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_sorted_key}instance_expression(){return this.getTypedRuleContext(td,0)}arrow_expression(){return this.getTypedRuleContext(nx,0)}enterRule(t){t instanceof h&&t.enterSorted_key(this)}exitRule(t){t instanceof h&&t.exitSorted_key(this)}}class px extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_read_blob_expression,this.source=null}READ(){return this.getToken(kl.READ,0)}BLOB(){return this.getToken(kl.BLOB,0)}FROM(){return this.getToken(kl.FROM,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterRead_blob_expression(this)}exitRule(t){t instanceof h&&t.exitRead_blob_expression(this)}}class fx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_read_all_expression,this.source=null}READ(){return this.getToken(kl.READ,0)}ALL(){return this.getToken(kl.ALL,0)}FROM(){return this.getToken(kl.FROM,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterRead_all_expression(this)}exitRule(t){t instanceof h&&t.exitRead_all_expression(this)}}class _x extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_read_one_expression,this.source=null}READ(){return this.getToken(kl.READ,0)}ONE(){return this.getToken(kl.ONE,0)}FROM(){return this.getToken(kl.FROM,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterRead_one_expression(this)}exitRule(t){t instanceof h&&t.exitRead_one_expression(this)}}class xx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"order_by",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Ex):this.getTypedRuleContext(Ex,t)})),Nl(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.COMMA):this.getToken(kl.COMMA,t)})),this.parser=t,this.ruleIndex=kl.RULE_order_by_list}enterRule(t){t instanceof h&&t.enterOrder_by_list(this)}exitRule(t){t instanceof h&&t.exitOrder_by_list(this)}}class Ex extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"variable_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(df):this.getTypedRuleContext(df,t)})),Nl(this,"DOT",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.DOT):this.getToken(kl.DOT,t)})),this.parser=t,this.ruleIndex=kl.RULE_order_by}ASC(){return this.getToken(kl.ASC,0)}DESC(){return this.getToken(kl.DESC,0)}enterRule(t){t instanceof h&&t.enterOrder_by(this)}exitRule(t){t instanceof h&&t.exitOrder_by(this)}}class mx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"variable_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(df):this.getTypedRuleContext(df,t)})),Nl(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.COMMA):this.getToken(kl.COMMA,t)})),this.parser=t,this.ruleIndex=kl.RULE_include_list}enterRule(t){t instanceof h&&t.enterInclude_list(this)}exitRule(t){t instanceof h&&t.exitInclude_list(this)}}class Rx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_operator}copyFrom(t){super.copyFrom(t)}}class Tx extends Rx{constructor(t,e){super(t),super.copyFrom(e)}PLUS(){return this.getToken(kl.PLUS,0)}enterRule(t){t instanceof h&&t.enterOperatorPlus(this)}exitRule(t){t instanceof h&&t.exitOperatorPlus(this)}}kl.OperatorPlusContext=Tx;class gx extends Rx{constructor(t,e){super(t),super.copyFrom(e)}divide(){return this.getTypedRuleContext(Mx,0)}enterRule(t){t instanceof h&&t.enterOperatorDivide(this)}exitRule(t){t instanceof h&&t.exitOperatorDivide(this)}}kl.OperatorDivideContext=gx;class yx extends Rx{constructor(t,e){super(t),super.copyFrom(e)}idivide(){return this.getTypedRuleContext(kx,0)}enterRule(t){t instanceof h&&t.enterOperatorIDivide(this)}exitRule(t){t instanceof h&&t.exitOperatorIDivide(this)}}kl.OperatorIDivideContext=yx;class Ax extends Rx{constructor(t,e){super(t),super.copyFrom(e)}multiply(){return this.getTypedRuleContext(Dx,0)}enterRule(t){t instanceof h&&t.enterOperatorMultiply(this)}exitRule(t){t instanceof h&&t.exitOperatorMultiply(this)}}kl.OperatorMultiplyContext=Ax;class Lx extends Rx{constructor(t,e){super(t),super.copyFrom(e)}MINUS(){return this.getToken(kl.MINUS,0)}enterRule(t){t instanceof h&&t.enterOperatorMinus(this)}exitRule(t){t instanceof h&&t.exitOperatorMinus(this)}}kl.OperatorMinusContext=Lx;class Ix extends Rx{constructor(t,e){super(t),super.copyFrom(e)}modulo(){return this.getTypedRuleContext(Ux,0)}enterRule(t){t instanceof h&&t.enterOperatorModulo(this)}exitRule(t){t instanceof h&&t.exitOperatorModulo(this)}}kl.OperatorModuloContext=Ix;class Cx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_keyword}JAVA(){return this.getToken(kl.JAVA,0)}CSHARP(){return this.getToken(kl.CSHARP,0)}PYTHON2(){return this.getToken(kl.PYTHON2,0)}PYTHON3(){return this.getToken(kl.PYTHON3,0)}JAVASCRIPT(){return this.getToken(kl.JAVASCRIPT,0)}SWIFT(){return this.getToken(kl.SWIFT,0)}BOOLEAN(){return this.getToken(kl.BOOLEAN,0)}CHARACTER(){return this.getToken(kl.CHARACTER,0)}TEXT(){return this.getToken(kl.TEXT,0)}INTEGER(){return this.getToken(kl.INTEGER,0)}DECIMAL(){return this.getToken(kl.DECIMAL,0)}DATE(){return this.getToken(kl.DATE,0)}TIME(){return this.getToken(kl.TIME,0)}DATETIME(){return this.getToken(kl.DATETIME,0)}PERIOD(){return this.getToken(kl.PERIOD,0)}VERSION(){return this.getToken(kl.VERSION,0)}CODE(){return this.getToken(kl.CODE,0)}DOCUMENT(){return this.getToken(kl.DOCUMENT,0)}BLOB(){return this.getToken(kl.BLOB,0)}IMAGE(){return this.getToken(kl.IMAGE,0)}DBID(){return this.getToken(kl.DBID,0)}UUID(){return this.getToken(kl.UUID,0)}ITERATOR(){return this.getToken(kl.ITERATOR,0)}CURSOR(){return this.getToken(kl.CURSOR,0)}HTML(){return this.getToken(kl.HTML,0)}ABSTRACT(){return this.getToken(kl.ABSTRACT,0)}ALL(){return this.getToken(kl.ALL,0)}ALWAYS(){return this.getToken(kl.ALWAYS,0)}AND(){return this.getToken(kl.AND,0)}ANY(){return this.getToken(kl.ANY,0)}AS(){return this.getToken(kl.AS,0)}ASC(){return this.getToken(kl.ASC,0)}ATTR(){return this.getToken(kl.ATTR,0)}ATTRIBUTE(){return this.getToken(kl.ATTRIBUTE,0)}ATTRIBUTES(){return this.getToken(kl.ATTRIBUTES,0)}BINDINGS(){return this.getToken(kl.BINDINGS,0)}BREAK(){return this.getToken(kl.BREAK,0)}BY(){return this.getToken(kl.BY,0)}CASE(){return this.getToken(kl.CASE,0)}CATCH(){return this.getToken(kl.CATCH,0)}CATEGORY(){return this.getToken(kl.CATEGORY,0)}CLASS(){return this.getToken(kl.CLASS,0)}CONTAINS(){return this.getToken(kl.CONTAINS,0)}DEF(){return this.getToken(kl.DEF,0)}DEFAULT(){return this.getToken(kl.DEFAULT,0)}DEFINE(){return this.getToken(kl.DEFINE,0)}DELETE(){return this.getToken(kl.DELETE,0)}DESC(){return this.getToken(kl.DESC,0)}DO(){return this.getToken(kl.DO,0)}DOING(){return this.getToken(kl.DOING,0)}EACH(){return this.getToken(kl.EACH,0)}ELSE(){return this.getToken(kl.ELSE,0)}ENUM(){return this.getToken(kl.ENUM,0)}ENUMERATED(){return this.getToken(kl.ENUMERATED,0)}EXCEPT(){return this.getToken(kl.EXCEPT,0)}EXECUTE(){return this.getToken(kl.EXECUTE,0)}EXPECTING(){return this.getToken(kl.EXPECTING,0)}EXTENDS(){return this.getToken(kl.EXTENDS,0)}FETCH(){return this.getToken(kl.FETCH,0)}FILTERED(){return this.getToken(kl.FILTERED,0)}FINALLY(){return this.getToken(kl.FINALLY,0)}FLUSH(){return this.getToken(kl.FLUSH,0)}FOR(){return this.getToken(kl.FOR,0)}FROM(){return this.getToken(kl.FROM,0)}GETTER(){return this.getToken(kl.GETTER,0)}HAS(){return this.getToken(kl.HAS,0)}IF(){return this.getToken(kl.IF,0)}IN(){return this.getToken(kl.IN,0)}INDEX(){return this.getToken(kl.INDEX,0)}IS(){return this.getToken(kl.IS,0)}MATCHING(){return this.getToken(kl.MATCHING,0)}METHOD(){return this.getToken(kl.METHOD,0)}METHODS(){return this.getToken(kl.METHODS,0)}MODULO(){return this.getToken(kl.MODULO,0)}MUTABLE(){return this.getToken(kl.MUTABLE,0)}NATIVE(){return this.getToken(kl.NATIVE,0)}NONE(){return this.getToken(kl.NONE,0)}NOT(){return this.getToken(kl.NOT,0)}NOTHING(){return this.getToken(kl.NOTHING,0)}NULL(){return this.getToken(kl.NULL,0)}ON(){return this.getToken(kl.ON,0)}ONE(){return this.getToken(kl.ONE,0)}OPERATOR(){return this.getToken(kl.OPERATOR,0)}OR(){return this.getToken(kl.OR,0)}ORDER(){return this.getToken(kl.ORDER,0)}OTHERWISE(){return this.getToken(kl.OTHERWISE,0)}PASS(){return this.getToken(kl.PASS,0)}RAISE(){return this.getToken(kl.RAISE,0)}READ(){return this.getToken(kl.READ,0)}RECEIVING(){return this.getToken(kl.RECEIVING,0)}RESOURCE(){return this.getToken(kl.RESOURCE,0)}RETURN(){return this.getToken(kl.RETURN,0)}RETURNING(){return this.getToken(kl.RETURNING,0)}ROWS(){return this.getToken(kl.ROWS,0)}SELF(){return this.getToken(kl.SELF,0)}SETTER(){return this.getToken(kl.SETTER,0)}SINGLETON(){return this.getToken(kl.SINGLETON,0)}SORTED(){return this.getToken(kl.SORTED,0)}SUPER(){return this.getToken(kl.SUPER,0)}STORABLE(){return this.getToken(kl.STORABLE,0)}STORE(){return this.getToken(kl.STORE,0)}SWITCH(){return this.getToken(kl.SWITCH,0)}TEST(){return this.getToken(kl.TEST,0)}THIS(){return this.getToken(kl.THIS,0)}THROW(){return this.getToken(kl.THROW,0)}TO(){return this.getToken(kl.TO,0)}TRY(){return this.getToken(kl.TRY,0)}VERIFYING(){return this.getToken(kl.VERIFYING,0)}WIDGET(){return this.getToken(kl.WIDGET,0)}WITH(){return this.getToken(kl.WITH,0)}WHEN(){return this.getToken(kl.WHEN,0)}WHERE(){return this.getToken(kl.WHERE,0)}WHILE(){return this.getToken(kl.WHILE,0)}WRITE(){return this.getToken(kl.WRITE,0)}enterRule(t){t instanceof h&&t.enterKeyword(this)}exitRule(t){t instanceof h&&t.exitKeyword(this)}}class vx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_new_token,this.i1=null}VARIABLE_IDENTIFIER(){return this.getToken(kl.VARIABLE_IDENTIFIER,0)}enterRule(t){t instanceof h&&t.enterNew_token(this)}exitRule(t){t instanceof h&&t.exitNew_token(this)}}class bx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_key_token,this.i1=null}VARIABLE_IDENTIFIER(){return this.getToken(kl.VARIABLE_IDENTIFIER,0)}enterRule(t){t instanceof h&&t.enterKey_token(this)}exitRule(t){t instanceof h&&t.exitKey_token(this)}}class wx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_module_token,this.i1=null}VARIABLE_IDENTIFIER(){return this.getToken(kl.VARIABLE_IDENTIFIER,0)}enterRule(t){t instanceof h&&t.enterModule_token(this)}exitRule(t){t instanceof h&&t.exitModule_token(this)}}class Nx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_value_token,this.i1=null}VARIABLE_IDENTIFIER(){return this.getToken(kl.VARIABLE_IDENTIFIER,0)}enterRule(t){t instanceof h&&t.enterValue_token(this)}exitRule(t){t instanceof h&&t.exitValue_token(this)}}class Sx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_symbols_token,this.i1=null}VARIABLE_IDENTIFIER(){return this.getToken(kl.VARIABLE_IDENTIFIER,0)}enterRule(t){t instanceof h&&t.enterSymbols_token(this)}exitRule(t){t instanceof h&&t.exitSymbols_token(this)}}class Ox extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_assign}EQ(){return this.getToken(kl.EQ,0)}enterRule(t){t instanceof h&&t.enterAssign(this)}exitRule(t){t instanceof h&&t.exitAssign(this)}}class Dx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_multiply}STAR(){return this.getToken(kl.STAR,0)}enterRule(t){t instanceof h&&t.enterMultiply(this)}exitRule(t){t instanceof h&&t.exitMultiply(this)}}class Mx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_divide}SLASH(){return this.getToken(kl.SLASH,0)}enterRule(t){t instanceof h&&t.enterDivide(this)}exitRule(t){t instanceof h&&t.exitDivide(this)}}class kx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_idivide}BSLASH(){return this.getToken(kl.BSLASH,0)}enterRule(t){t instanceof h&&t.enterIdivide(this)}exitRule(t){t instanceof h&&t.exitIdivide(this)}}class Ux extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_modulo}PERCENT(){return this.getToken(kl.PERCENT,0)}MODULO(){return this.getToken(kl.MODULO,0)}enterRule(t){t instanceof h&&t.enterModulo(this)}exitRule(t){t instanceof h&&t.exitModulo(this)}}class Px extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_lfs}enterRule(t){t instanceof h&&t.enterLfs(this)}exitRule(t){t instanceof h&&t.exitLfs(this)}}class Fx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_lfp}enterRule(t){t instanceof h&&t.enterLfp(this)}exitRule(t){t instanceof h&&t.exitLfp(this)}}class Hx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_javascript_statement}copyFrom(t){super.copyFrom(t)}}class Vx extends Hx{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}SEMI(){return this.getToken(kl.SEMI,0)}javascript_expression(){return this.getTypedRuleContext(Gx,0)}enterRule(t){t instanceof h&&t.enterJavascriptStatement(this)}exitRule(t){t instanceof h&&t.exitJavascriptStatement(this)}}kl.JavascriptStatementContext=Vx;class Bx extends Hx{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}RETURN(){return this.getToken(kl.RETURN,0)}SEMI(){return this.getToken(kl.SEMI,0)}javascript_expression(){return this.getTypedRuleContext(Gx,0)}enterRule(t){t instanceof h&&t.enterJavascriptReturnStatement(this)}exitRule(t){t instanceof h&&t.exitJavascriptReturnStatement(this)}}kl.JavascriptReturnStatementContext=Bx;class Gx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_javascript_expression}copyFrom(t){super.copyFrom(t)}}class jx extends Gx{constructor(t,e){super(t),this.parent=null,this.child=null,super.copyFrom(e)}javascript_expression(){return this.getTypedRuleContext(Gx,0)}javascript_selector_expression(){return this.getTypedRuleContext(Xx,0)}enterRule(t){t instanceof h&&t.enterJavascriptSelectorExpression(this)}exitRule(t){t instanceof h&&t.exitJavascriptSelectorExpression(this)}}kl.JavascriptSelectorExpressionContext=jx;class Wx extends Gx{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}javascript_primary_expression(){return this.getTypedRuleContext(Jx,0)}enterRule(t){t instanceof h&&t.enterJavascriptPrimaryExpression(this)}exitRule(t){t instanceof h&&t.exitJavascriptPrimaryExpression(this)}}kl.JavascriptPrimaryExpressionContext=Wx;class Jx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_javascript_primary_expression}javascript_this_expression(){return this.getTypedRuleContext(Yx,0)}javascript_new_expression(){return this.getTypedRuleContext(qx,0)}javascript_parenthesis_expression(){return this.getTypedRuleContext(sE,0)}javascript_identifier_expression(){return this.getTypedRuleContext(rE,0)}javascript_literal_expression(){return this.getTypedRuleContext(nE,0)}javascript_method_expression(){return this.getTypedRuleContext(Zx,0)}javascript_item_expression(){return this.getTypedRuleContext(iE,0)}enterRule(t){t instanceof h&&t.enterJavascript_primary_expression(this)}exitRule(t){t instanceof h&&t.exitJavascript_primary_expression(this)}}class Yx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_javascript_this_expression}this_expression(){return this.getTypedRuleContext(b_,0)}enterRule(t){t instanceof h&&t.enterJavascript_this_expression(this)}exitRule(t){t instanceof h&&t.exitJavascript_this_expression(this)}}class qx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_javascript_new_expression}new_token(){return this.getTypedRuleContext(vx,0)}javascript_method_expression(){return this.getTypedRuleContext(Zx,0)}enterRule(t){t instanceof h&&t.enterJavascript_new_expression(this)}exitRule(t){t instanceof h&&t.exitJavascript_new_expression(this)}}class Xx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_javascript_selector_expression}copyFrom(t){super.copyFrom(t)}}class Kx extends Xx{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}DOT(){return this.getToken(kl.DOT,0)}javascript_identifier(){return this.getTypedRuleContext(uE,0)}enterRule(t){t instanceof h&&t.enterJavascriptMemberExpression(this)}exitRule(t){t instanceof h&&t.exitJavascriptMemberExpression(this)}}kl.JavascriptMemberExpressionContext=Kx;class zx extends Xx{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}javascript_item_expression(){return this.getTypedRuleContext(iE,0)}enterRule(t){t instanceof h&&t.enterJavascriptItemExpression(this)}exitRule(t){t instanceof h&&t.exitJavascriptItemExpression(this)}}kl.JavascriptItemExpressionContext=zx;class Qx extends Xx{constructor(t,e){super(t),this.method=null,super.copyFrom(e)}DOT(){return this.getToken(kl.DOT,0)}javascript_method_expression(){return this.getTypedRuleContext(Zx,0)}enterRule(t){t instanceof h&&t.enterJavascriptMethodExpression(this)}exitRule(t){t instanceof h&&t.exitJavascriptMethodExpression(this)}}kl.JavascriptMethodExpressionContext=Qx;class Zx extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_javascript_method_expression,this.name=null,this.args=null}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}javascript_identifier(){return this.getTypedRuleContext(uE,0)}javascript_arguments(){return this.getTypedRuleContext($x,0)}enterRule(t){t instanceof h&&t.enterJavascript_method_expression(this)}exitRule(t){t instanceof h&&t.exitJavascript_method_expression(this)}}class $x extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_javascript_arguments}copyFrom(t){super.copyFrom(t)}}class tE extends $x{constructor(t,e){super(t),this.item=null,super.copyFrom(e)}javascript_expression(){return this.getTypedRuleContext(Gx,0)}enterRule(t){t instanceof h&&t.enterJavascriptArgumentList(this)}exitRule(t){t instanceof h&&t.exitJavascriptArgumentList(this)}}kl.JavascriptArgumentListContext=tE;class eE extends $x{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}COMMA(){return this.getToken(kl.COMMA,0)}javascript_arguments(){return this.getTypedRuleContext($x,0)}javascript_expression(){return this.getTypedRuleContext(Gx,0)}enterRule(t){t instanceof h&&t.enterJavascriptArgumentListItem(this)}exitRule(t){t instanceof h&&t.exitJavascriptArgumentListItem(this)}}kl.JavascriptArgumentListItemContext=eE;class iE extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_javascript_item_expression,this.exp=null}LBRAK(){return this.getToken(kl.LBRAK,0)}RBRAK(){return this.getToken(kl.RBRAK,0)}javascript_expression(){return this.getTypedRuleContext(Gx,0)}enterRule(t){t instanceof h&&t.enterJavascript_item_expression(this)}exitRule(t){t instanceof h&&t.exitJavascript_item_expression(this)}}class sE extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_javascript_parenthesis_expression,this.exp=null}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}javascript_expression(){return this.getTypedRuleContext(Gx,0)}enterRule(t){t instanceof h&&t.enterJavascript_parenthesis_expression(this)}exitRule(t){t instanceof h&&t.exitJavascript_parenthesis_expression(this)}}class rE extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_javascript_identifier_expression,this.name=null}javascript_identifier(){return this.getTypedRuleContext(uE,0)}enterRule(t){t instanceof h&&t.enterJavascript_identifier_expression(this)}exitRule(t){t instanceof h&&t.exitJavascript_identifier_expression(this)}}class nE extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_javascript_literal_expression}copyFrom(t){super.copyFrom(t)}}class aE extends nE{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}INTEGER_LITERAL(){return this.getToken(kl.INTEGER_LITERAL,0)}enterRule(t){t instanceof h&&t.enterJavascriptIntegerLiteral(this)}exitRule(t){t instanceof h&&t.exitJavascriptIntegerLiteral(this)}}kl.JavascriptIntegerLiteralContext=aE;class oE extends nE{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}BOOLEAN_LITERAL(){return this.getToken(kl.BOOLEAN_LITERAL,0)}enterRule(t){t instanceof h&&t.enterJavascriptBooleanLiteral(this)}exitRule(t){t instanceof h&&t.exitJavascriptBooleanLiteral(this)}}kl.JavascriptBooleanLiteralContext=oE;class hE extends nE{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}CHAR_LITERAL(){return this.getToken(kl.CHAR_LITERAL,0)}enterRule(t){t instanceof h&&t.enterJavascriptCharacterLiteral(this)}exitRule(t){t instanceof h&&t.exitJavascriptCharacterLiteral(this)}}kl.JavascriptCharacterLiteralContext=hE;class lE extends nE{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(kl.TEXT_LITERAL,0)}enterRule(t){t instanceof h&&t.enterJavascriptTextLiteral(this)}exitRule(t){t instanceof h&&t.exitJavascriptTextLiteral(this)}}kl.JavascriptTextLiteralContext=lE;class cE extends nE{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}DECIMAL_LITERAL(){return this.getToken(kl.DECIMAL_LITERAL,0)}enterRule(t){t instanceof h&&t.enterJavascriptDecimalLiteral(this)}exitRule(t){t instanceof h&&t.exitJavascriptDecimalLiteral(this)}}kl.JavascriptDecimalLiteralContext=cE;class uE extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_javascript_identifier}VARIABLE_IDENTIFIER(){return this.getToken(kl.VARIABLE_IDENTIFIER,0)}SYMBOL_IDENTIFIER(){return this.getToken(kl.SYMBOL_IDENTIFIER,0)}DOLLAR_IDENTIFIER(){return this.getToken(kl.DOLLAR_IDENTIFIER,0)}TYPE_IDENTIFIER(){return this.getToken(kl.TYPE_IDENTIFIER,0)}keyword(){return this.getTypedRuleContext(Cx,0)}enterRule(t){t instanceof h&&t.enterJavascript_identifier(this)}exitRule(t){t instanceof h&&t.exitJavascript_identifier(this)}}class dE extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_python_statement}copyFrom(t){super.copyFrom(t)}}class pE extends dE{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}python_expression(){return this.getTypedRuleContext(_E,0)}enterRule(t){t instanceof h&&t.enterPythonStatement(this)}exitRule(t){t instanceof h&&t.exitPythonStatement(this)}}kl.PythonStatementContext=pE;class fE extends dE{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}RETURN(){return this.getToken(kl.RETURN,0)}python_expression(){return this.getTypedRuleContext(_E,0)}enterRule(t){t instanceof h&&t.enterPythonReturnStatement(this)}exitRule(t){t instanceof h&&t.exitPythonReturnStatement(this)}}kl.PythonReturnStatementContext=fE;class _E extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_python_expression}copyFrom(t){super.copyFrom(t)}}class xE extends _E{constructor(t,e){super(t),this.parent=null,this.child=null,super.copyFrom(e)}python_expression(){return this.getTypedRuleContext(_E,0)}python_selector_expression(){return this.getTypedRuleContext(IE,0)}enterRule(t){t instanceof h&&t.enterPythonSelectorExpression(this)}exitRule(t){t instanceof h&&t.exitPythonSelectorExpression(this)}}kl.PythonSelectorExpressionContext=xE;class EE extends _E{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}python_primary_expression(){return this.getTypedRuleContext(mE,0)}enterRule(t){t instanceof h&&t.enterPythonPrimaryExpression(this)}exitRule(t){t instanceof h&&t.exitPythonPrimaryExpression(this)}}kl.PythonPrimaryExpressionContext=EE;class mE extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_python_primary_expression}copyFrom(t){super.copyFrom(t)}}class RE extends mE{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}python_parenthesis_expression(){return this.getTypedRuleContext(HE,0)}enterRule(t){t instanceof h&&t.enterPythonParenthesisExpression(this)}exitRule(t){t instanceof h&&t.exitPythonParenthesisExpression(this)}}kl.PythonParenthesisExpressionContext=RE;class TE extends mE{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}python_identifier_expression(){return this.getTypedRuleContext(VE,0)}enterRule(t){t instanceof h&&t.enterPythonIdentifierExpression(this)}exitRule(t){t instanceof h&&t.exitPythonIdentifierExpression(this)}}kl.PythonIdentifierExpressionContext=TE;class gE extends mE{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}python_self_expression(){return this.getTypedRuleContext(LE,0)}enterRule(t){t instanceof h&&t.enterPythonSelfExpression(this)}exitRule(t){t instanceof h&&t.exitPythonSelfExpression(this)}}kl.PythonSelfExpressionContext=gE;class yE extends mE{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}python_literal_expression(){return this.getTypedRuleContext(WE,0)}enterRule(t){t instanceof h&&t.enterPythonLiteralExpression(this)}exitRule(t){t instanceof h&&t.exitPythonLiteralExpression(this)}}kl.PythonLiteralExpressionContext=yE;class AE extends mE{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}python_method_expression(){return this.getTypedRuleContext(bE,0)}enterRule(t){t instanceof h&&t.enterPythonGlobalMethodExpression(this)}exitRule(t){t instanceof h&&t.exitPythonGlobalMethodExpression(this)}}kl.PythonGlobalMethodExpressionContext=AE;class LE extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_python_self_expression}this_expression(){return this.getTypedRuleContext(b_,0)}enterRule(t){t instanceof h&&t.enterPython_self_expression(this)}exitRule(t){t instanceof h&&t.exitPython_self_expression(this)}}class IE extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_python_selector_expression}copyFrom(t){super.copyFrom(t)}}class CE extends IE{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}DOT(){return this.getToken(kl.DOT,0)}python_method_expression(){return this.getTypedRuleContext(bE,0)}enterRule(t){t instanceof h&&t.enterPythonMethodExpression(this)}exitRule(t){t instanceof h&&t.exitPythonMethodExpression(this)}}kl.PythonMethodExpressionContext=CE;class vE extends IE{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}LBRAK(){return this.getToken(kl.LBRAK,0)}RBRAK(){return this.getToken(kl.RBRAK,0)}python_expression(){return this.getTypedRuleContext(_E,0)}enterRule(t){t instanceof h&&t.enterPythonItemExpression(this)}exitRule(t){t instanceof h&&t.exitPythonItemExpression(this)}}kl.PythonItemExpressionContext=vE;class bE extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_python_method_expression,this.name=null,this.args=null}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}python_identifier(){return this.getTypedRuleContext(zE,0)}python_argument_list(){return this.getTypedRuleContext(wE,0)}enterRule(t){t instanceof h&&t.enterPython_method_expression(this)}exitRule(t){t instanceof h&&t.exitPython_method_expression(this)}}class wE extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_python_argument_list}copyFrom(t){super.copyFrom(t)}}class NE extends wE{constructor(t,e){super(t),this.ordinal=null,super.copyFrom(e)}python_ordinal_argument_list(){return this.getTypedRuleContext(DE,0)}enterRule(t){t instanceof h&&t.enterPythonOrdinalOnlyArgumentList(this)}exitRule(t){t instanceof h&&t.exitPythonOrdinalOnlyArgumentList(this)}}kl.PythonOrdinalOnlyArgumentListContext=NE;class SE extends wE{constructor(t,e){super(t),this.named=null,super.copyFrom(e)}python_named_argument_list(){return this.getTypedRuleContext(UE,0)}enterRule(t){t instanceof h&&t.enterPythonNamedOnlyArgumentList(this)}exitRule(t){t instanceof h&&t.exitPythonNamedOnlyArgumentList(this)}}kl.PythonNamedOnlyArgumentListContext=SE;class OE extends wE{constructor(t,e){super(t),this.ordinal=null,this.named=null,super.copyFrom(e)}COMMA(){return this.getToken(kl.COMMA,0)}python_ordinal_argument_list(){return this.getTypedRuleContext(DE,0)}python_named_argument_list(){return this.getTypedRuleContext(UE,0)}enterRule(t){t instanceof h&&t.enterPythonArgumentList(this)}exitRule(t){t instanceof h&&t.exitPythonArgumentList(this)}}kl.PythonArgumentListContext=OE;class DE extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_python_ordinal_argument_list}copyFrom(t){super.copyFrom(t)}}class ME extends DE{constructor(t,e){super(t),this.item=null,super.copyFrom(e)}python_expression(){return this.getTypedRuleContext(_E,0)}enterRule(t){t instanceof h&&t.enterPythonOrdinalArgumentList(this)}exitRule(t){t instanceof h&&t.exitPythonOrdinalArgumentList(this)}}kl.PythonOrdinalArgumentListContext=ME;class kE extends DE{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}COMMA(){return this.getToken(kl.COMMA,0)}python_ordinal_argument_list(){return this.getTypedRuleContext(DE,0)}python_expression(){return this.getTypedRuleContext(_E,0)}enterRule(t){t instanceof h&&t.enterPythonOrdinalArgumentListItem(this)}exitRule(t){t instanceof h&&t.exitPythonOrdinalArgumentListItem(this)}}kl.PythonOrdinalArgumentListItemContext=kE;class UE extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_python_named_argument_list}copyFrom(t){super.copyFrom(t)}}class PE extends UE{constructor(t,e){super(t),this.name=null,this.exp=null,super.copyFrom(e)}EQ(){return this.getToken(kl.EQ,0)}python_identifier(){return this.getTypedRuleContext(zE,0)}python_expression(){return this.getTypedRuleContext(_E,0)}enterRule(t){t instanceof h&&t.enterPythonNamedArgumentList(this)}exitRule(t){t instanceof h&&t.exitPythonNamedArgumentList(this)}}kl.PythonNamedArgumentListContext=PE;class FE extends UE{constructor(t,e){super(t),this.items=null,this.name=null,this.exp=null,super.copyFrom(e)}COMMA(){return this.getToken(kl.COMMA,0)}EQ(){return this.getToken(kl.EQ,0)}python_named_argument_list(){return this.getTypedRuleContext(UE,0)}python_identifier(){return this.getTypedRuleContext(zE,0)}python_expression(){return this.getTypedRuleContext(_E,0)}enterRule(t){t instanceof h&&t.enterPythonNamedArgumentListItem(this)}exitRule(t){t instanceof h&&t.exitPythonNamedArgumentListItem(this)}}kl.PythonNamedArgumentListItemContext=FE;class HE extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_python_parenthesis_expression,this.exp=null}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}python_expression(){return this.getTypedRuleContext(_E,0)}enterRule(t){t instanceof h&&t.enterPython_parenthesis_expression(this)}exitRule(t){t instanceof h&&t.exitPython_parenthesis_expression(this)}}class VE extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_python_identifier_expression}copyFrom(t){super.copyFrom(t)}}class BE extends VE{constructor(t,e){super(t),this.parent=null,this.name=null,super.copyFrom(e)}DOT(){return this.getToken(kl.DOT,0)}python_identifier_expression(){return this.getTypedRuleContext(VE,0)}python_identifier(){return this.getTypedRuleContext(zE,0)}enterRule(t){t instanceof h&&t.enterPythonChildIdentifier(this)}exitRule(t){t instanceof h&&t.exitPythonChildIdentifier(this)}}kl.PythonChildIdentifierContext=BE;class GE extends VE{constructor(t,e){super(t),super.copyFrom(e)}DOLLAR_IDENTIFIER(){return this.getToken(kl.DOLLAR_IDENTIFIER,0)}enterRule(t){t instanceof h&&t.enterPythonPromptoIdentifier(this)}exitRule(t){t instanceof h&&t.exitPythonPromptoIdentifier(this)}}kl.PythonPromptoIdentifierContext=GE;class jE extends VE{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}python_identifier(){return this.getTypedRuleContext(zE,0)}enterRule(t){t instanceof h&&t.enterPythonIdentifier(this)}exitRule(t){t instanceof h&&t.exitPythonIdentifier(this)}}kl.PythonIdentifierContext=jE;class WE extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_python_literal_expression}copyFrom(t){super.copyFrom(t)}}class JE extends WE{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}INTEGER_LITERAL(){return this.getToken(kl.INTEGER_LITERAL,0)}enterRule(t){t instanceof h&&t.enterPythonIntegerLiteral(this)}exitRule(t){t instanceof h&&t.exitPythonIntegerLiteral(this)}}kl.PythonIntegerLiteralContext=JE;class YE extends WE{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}BOOLEAN_LITERAL(){return this.getToken(kl.BOOLEAN_LITERAL,0)}enterRule(t){t instanceof h&&t.enterPythonBooleanLiteral(this)}exitRule(t){t instanceof h&&t.exitPythonBooleanLiteral(this)}}kl.PythonBooleanLiteralContext=YE;class qE extends WE{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}CHAR_LITERAL(){return this.getToken(kl.CHAR_LITERAL,0)}enterRule(t){t instanceof h&&t.enterPythonCharacterLiteral(this)}exitRule(t){t instanceof h&&t.exitPythonCharacterLiteral(this)}}kl.PythonCharacterLiteralContext=qE;class XE extends WE{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(kl.TEXT_LITERAL,0)}enterRule(t){t instanceof h&&t.enterPythonTextLiteral(this)}exitRule(t){t instanceof h&&t.exitPythonTextLiteral(this)}}kl.PythonTextLiteralContext=XE;class KE extends WE{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}DECIMAL_LITERAL(){return this.getToken(kl.DECIMAL_LITERAL,0)}enterRule(t){t instanceof h&&t.enterPythonDecimalLiteral(this)}exitRule(t){t instanceof h&&t.exitPythonDecimalLiteral(this)}}kl.PythonDecimalLiteralContext=KE;class zE extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_python_identifier}VARIABLE_IDENTIFIER(){return this.getToken(kl.VARIABLE_IDENTIFIER,0)}SYMBOL_IDENTIFIER(){return this.getToken(kl.SYMBOL_IDENTIFIER,0)}DOLLAR_IDENTIFIER(){return this.getToken(kl.DOLLAR_IDENTIFIER,0)}TYPE_IDENTIFIER(){return this.getToken(kl.TYPE_IDENTIFIER,0)}keyword(){return this.getTypedRuleContext(Cx,0)}enterRule(t){t instanceof h&&t.enterPython_identifier(this)}exitRule(t){t instanceof h&&t.exitPython_identifier(this)}}class QE extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_java_statement}copyFrom(t){super.copyFrom(t)}}class ZE extends QE{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}RETURN(){return this.getToken(kl.RETURN,0)}SEMI(){return this.getToken(kl.SEMI,0)}java_expression(){return this.getTypedRuleContext(tm,0)}enterRule(t){t instanceof h&&t.enterJavaReturnStatement(this)}exitRule(t){t instanceof h&&t.exitJavaReturnStatement(this)}}kl.JavaReturnStatementContext=ZE;class $E extends QE{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}SEMI(){return this.getToken(kl.SEMI,0)}java_expression(){return this.getTypedRuleContext(tm,0)}enterRule(t){t instanceof h&&t.enterJavaStatement(this)}exitRule(t){t instanceof h&&t.exitJavaStatement(this)}}kl.JavaStatementContext=$E;class tm extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_java_expression}copyFrom(t){super.copyFrom(t)}}class em extends tm{constructor(t,e){super(t),this.parent=null,this.child=null,super.copyFrom(e)}java_expression(){return this.getTypedRuleContext(tm,0)}java_selector_expression(){return this.getTypedRuleContext(am,0)}enterRule(t){t instanceof h&&t.enterJavaSelectorExpression(this)}exitRule(t){t instanceof h&&t.exitJavaSelectorExpression(this)}}kl.JavaSelectorExpressionContext=em;class im extends tm{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}java_primary_expression(){return this.getTypedRuleContext(sm,0)}enterRule(t){t instanceof h&&t.enterJavaPrimaryExpression(this)}exitRule(t){t instanceof h&&t.exitJavaPrimaryExpression(this)}}kl.JavaPrimaryExpressionContext=im;class sm extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_java_primary_expression}java_this_expression(){return this.getTypedRuleContext(rm,0)}java_new_expression(){return this.getTypedRuleContext(nm,0)}java_parenthesis_expression(){return this.getTypedRuleContext(fm,0)}java_identifier_expression(){return this.getTypedRuleContext(_m,0)}java_literal_expression(){return this.getTypedRuleContext(gm,0)}enterRule(t){t instanceof h&&t.enterJava_primary_expression(this)}exitRule(t){t instanceof h&&t.exitJava_primary_expression(this)}}class rm extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_java_this_expression}this_expression(){return this.getTypedRuleContext(b_,0)}enterRule(t){t instanceof h&&t.enterJava_this_expression(this)}exitRule(t){t instanceof h&&t.exitJava_this_expression(this)}}class nm extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_java_new_expression}new_token(){return this.getTypedRuleContext(vx,0)}java_method_expression(){return this.getTypedRuleContext(lm,0)}enterRule(t){t instanceof h&&t.enterJava_new_expression(this)}exitRule(t){t instanceof h&&t.exitJava_new_expression(this)}}class am extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_java_selector_expression}copyFrom(t){super.copyFrom(t)}}class om extends am{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}java_item_expression(){return this.getTypedRuleContext(pm,0)}enterRule(t){t instanceof h&&t.enterJavaItemExpression(this)}exitRule(t){t instanceof h&&t.exitJavaItemExpression(this)}}kl.JavaItemExpressionContext=om;class hm extends am{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}DOT(){return this.getToken(kl.DOT,0)}java_method_expression(){return this.getTypedRuleContext(lm,0)}enterRule(t){t instanceof h&&t.enterJavaMethodExpression(this)}exitRule(t){t instanceof h&&t.exitJavaMethodExpression(this)}}kl.JavaMethodExpressionContext=hm;class lm extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_java_method_expression,this.name=null,this.args=null}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}java_identifier(){return this.getTypedRuleContext(vm,0)}java_arguments(){return this.getTypedRuleContext(cm,0)}enterRule(t){t instanceof h&&t.enterJava_method_expression(this)}exitRule(t){t instanceof h&&t.exitJava_method_expression(this)}}class cm extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_java_arguments}copyFrom(t){super.copyFrom(t)}}class um extends cm{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}COMMA(){return this.getToken(kl.COMMA,0)}java_arguments(){return this.getTypedRuleContext(cm,0)}java_expression(){return this.getTypedRuleContext(tm,0)}enterRule(t){t instanceof h&&t.enterJavaArgumentListItem(this)}exitRule(t){t instanceof h&&t.exitJavaArgumentListItem(this)}}kl.JavaArgumentListItemContext=um;class dm extends cm{constructor(t,e){super(t),this.item=null,super.copyFrom(e)}java_expression(){return this.getTypedRuleContext(tm,0)}enterRule(t){t instanceof h&&t.enterJavaArgumentList(this)}exitRule(t){t instanceof h&&t.exitJavaArgumentList(this)}}kl.JavaArgumentListContext=dm;class pm extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_java_item_expression,this.exp=null}LBRAK(){return this.getToken(kl.LBRAK,0)}RBRAK(){return this.getToken(kl.RBRAK,0)}java_expression(){return this.getTypedRuleContext(tm,0)}enterRule(t){t instanceof h&&t.enterJava_item_expression(this)}exitRule(t){t instanceof h&&t.exitJava_item_expression(this)}}class fm extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_java_parenthesis_expression,this.exp=null}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}java_expression(){return this.getTypedRuleContext(tm,0)}enterRule(t){t instanceof h&&t.enterJava_parenthesis_expression(this)}exitRule(t){t instanceof h&&t.exitJava_parenthesis_expression(this)}}class _m extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_java_identifier_expression}copyFrom(t){super.copyFrom(t)}}class xm extends _m{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}java_identifier(){return this.getTypedRuleContext(vm,0)}enterRule(t){t instanceof h&&t.enterJavaIdentifier(this)}exitRule(t){t instanceof h&&t.exitJavaIdentifier(this)}}kl.JavaIdentifierContext=xm;class Em extends _m{constructor(t,e){super(t),this.parent=null,this.name=null,super.copyFrom(e)}DOT(){return this.getToken(kl.DOT,0)}java_identifier_expression(){return this.getTypedRuleContext(_m,0)}java_identifier(){return this.getTypedRuleContext(vm,0)}enterRule(t){t instanceof h&&t.enterJavaChildIdentifier(this)}exitRule(t){t instanceof h&&t.exitJavaChildIdentifier(this)}}kl.JavaChildIdentifierContext=Em;class mm extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_java_class_identifier_expression}copyFrom(t){super.copyFrom(t)}}class Rm extends mm{constructor(t,e){super(t),this.klass=null,super.copyFrom(e)}java_identifier_expression(){return this.getTypedRuleContext(_m,0)}enterRule(t){t instanceof h&&t.enterJavaClassIdentifier(this)}exitRule(t){t instanceof h&&t.exitJavaClassIdentifier(this)}}kl.JavaClassIdentifierContext=Rm;class Tm extends mm{constructor(t,e){super(t),this.parent=null,this.name=null,super.copyFrom(e)}java_class_identifier_expression(){return this.getTypedRuleContext(mm,0)}DOLLAR_IDENTIFIER(){return this.getToken(kl.DOLLAR_IDENTIFIER,0)}enterRule(t){t instanceof h&&t.enterJavaChildClassIdentifier(this)}exitRule(t){t instanceof h&&t.exitJavaChildClassIdentifier(this)}}kl.JavaChildClassIdentifierContext=Tm;class gm extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_java_literal_expression}copyFrom(t){super.copyFrom(t)}}class ym extends gm{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}BOOLEAN_LITERAL(){return this.getToken(kl.BOOLEAN_LITERAL,0)}enterRule(t){t instanceof h&&t.enterJavaBooleanLiteral(this)}exitRule(t){t instanceof h&&t.exitJavaBooleanLiteral(this)}}kl.JavaBooleanLiteralContext=ym;class Am extends gm{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}CHAR_LITERAL(){return this.getToken(kl.CHAR_LITERAL,0)}enterRule(t){t instanceof h&&t.enterJavaCharacterLiteral(this)}exitRule(t){t instanceof h&&t.exitJavaCharacterLiteral(this)}}kl.JavaCharacterLiteralContext=Am;class Lm extends gm{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}INTEGER_LITERAL(){return this.getToken(kl.INTEGER_LITERAL,0)}enterRule(t){t instanceof h&&t.enterJavaIntegerLiteral(this)}exitRule(t){t instanceof h&&t.exitJavaIntegerLiteral(this)}}kl.JavaIntegerLiteralContext=Lm;class Im extends gm{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(kl.TEXT_LITERAL,0)}enterRule(t){t instanceof h&&t.enterJavaTextLiteral(this)}exitRule(t){t instanceof h&&t.exitJavaTextLiteral(this)}}kl.JavaTextLiteralContext=Im;class Cm extends gm{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}DECIMAL_LITERAL(){return this.getToken(kl.DECIMAL_LITERAL,0)}enterRule(t){t instanceof h&&t.enterJavaDecimalLiteral(this)}exitRule(t){t instanceof h&&t.exitJavaDecimalLiteral(this)}}kl.JavaDecimalLiteralContext=Cm;class vm extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_java_identifier}VARIABLE_IDENTIFIER(){return this.getToken(kl.VARIABLE_IDENTIFIER,0)}SYMBOL_IDENTIFIER(){return this.getToken(kl.SYMBOL_IDENTIFIER,0)}DOLLAR_IDENTIFIER(){return this.getToken(kl.DOLLAR_IDENTIFIER,0)}TYPE_IDENTIFIER(){return this.getToken(kl.TYPE_IDENTIFIER,0)}keyword(){return this.getTypedRuleContext(Cx,0)}enterRule(t){t instanceof h&&t.enterJava_identifier(this)}exitRule(t){t instanceof h&&t.exitJava_identifier(this)}}class bm extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_csharp_statement}copyFrom(t){super.copyFrom(t)}}class wm extends bm{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}RETURN(){return this.getToken(kl.RETURN,0)}SEMI(){return this.getToken(kl.SEMI,0)}csharp_expression(){return this.getTypedRuleContext(Sm,0)}enterRule(t){t instanceof h&&t.enterCSharpReturnStatement(this)}exitRule(t){t instanceof h&&t.exitCSharpReturnStatement(this)}}kl.CSharpReturnStatementContext=wm;class Nm extends bm{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}SEMI(){return this.getToken(kl.SEMI,0)}csharp_expression(){return this.getTypedRuleContext(Sm,0)}enterRule(t){t instanceof h&&t.enterCSharpStatement(this)}exitRule(t){t instanceof h&&t.exitCSharpStatement(this)}}kl.CSharpStatementContext=Nm;class Sm extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_csharp_expression}copyFrom(t){super.copyFrom(t)}}class Om extends Sm{constructor(t,e){super(t),this.parent=null,this.child=null,super.copyFrom(e)}csharp_expression(){return this.getTypedRuleContext(Sm,0)}csharp_selector_expression(){return this.getTypedRuleContext(Pm,0)}enterRule(t){t instanceof h&&t.enterCSharpSelectorExpression(this)}exitRule(t){t instanceof h&&t.exitCSharpSelectorExpression(this)}}kl.CSharpSelectorExpressionContext=Om;class Dm extends Sm{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}csharp_primary_expression(){return this.getTypedRuleContext(Mm,0)}enterRule(t){t instanceof h&&t.enterCSharpPrimaryExpression(this)}exitRule(t){t instanceof h&&t.exitCSharpPrimaryExpression(this)}}kl.CSharpPrimaryExpressionContext=Dm;class Mm extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_csharp_primary_expression}csharp_this_expression(){return this.getTypedRuleContext(km,0)}csharp_new_expression(){return this.getTypedRuleContext(Um,0)}csharp_parenthesis_expression(){return this.getTypedRuleContext(Jm,0)}csharp_identifier_expression(){return this.getTypedRuleContext(Ym,0)}csharp_literal_expression(){return this.getTypedRuleContext(zm,0)}enterRule(t){t instanceof h&&t.enterCsharp_primary_expression(this)}exitRule(t){t instanceof h&&t.exitCsharp_primary_expression(this)}}class km extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_csharp_this_expression}this_expression(){return this.getTypedRuleContext(b_,0)}enterRule(t){t instanceof h&&t.enterCsharp_this_expression(this)}exitRule(t){t instanceof h&&t.exitCsharp_this_expression(this)}}class Um extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_csharp_new_expression}new_token(){return this.getTypedRuleContext(vx,0)}csharp_method_expression(){return this.getTypedRuleContext(Vm,0)}enterRule(t){t instanceof h&&t.enterCsharp_new_expression(this)}exitRule(t){t instanceof h&&t.exitCsharp_new_expression(this)}}class Pm extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_csharp_selector_expression}copyFrom(t){super.copyFrom(t)}}class Fm extends Pm{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}DOT(){return this.getToken(kl.DOT,0)}csharp_method_expression(){return this.getTypedRuleContext(Vm,0)}enterRule(t){t instanceof h&&t.enterCSharpMethodExpression(this)}exitRule(t){t instanceof h&&t.exitCSharpMethodExpression(this)}}kl.CSharpMethodExpressionContext=Fm;class Hm extends Pm{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}csharp_item_expression(){return this.getTypedRuleContext(Wm,0)}enterRule(t){t instanceof h&&t.enterCSharpItemExpression(this)}exitRule(t){t instanceof h&&t.exitCSharpItemExpression(this)}}kl.CSharpItemExpressionContext=Hm;class Vm extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_csharp_method_expression,this.name=null,this.args=null}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}csharp_identifier(){return this.getTypedRuleContext(iR,0)}csharp_arguments(){return this.getTypedRuleContext(Bm,0)}enterRule(t){t instanceof h&&t.enterCsharp_method_expression(this)}exitRule(t){t instanceof h&&t.exitCsharp_method_expression(this)}}class Bm extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_csharp_arguments}copyFrom(t){super.copyFrom(t)}}class Gm extends Bm{constructor(t,e){super(t),this.item=null,super.copyFrom(e)}csharp_expression(){return this.getTypedRuleContext(Sm,0)}enterRule(t){t instanceof h&&t.enterCSharpArgumentList(this)}exitRule(t){t instanceof h&&t.exitCSharpArgumentList(this)}}kl.CSharpArgumentListContext=Gm;class jm extends Bm{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}COMMA(){return this.getToken(kl.COMMA,0)}csharp_arguments(){return this.getTypedRuleContext(Bm,0)}csharp_expression(){return this.getTypedRuleContext(Sm,0)}enterRule(t){t instanceof h&&t.enterCSharpArgumentListItem(this)}exitRule(t){t instanceof h&&t.exitCSharpArgumentListItem(this)}}kl.CSharpArgumentListItemContext=jm;class Wm extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_csharp_item_expression,this.exp=null}LBRAK(){return this.getToken(kl.LBRAK,0)}RBRAK(){return this.getToken(kl.RBRAK,0)}csharp_expression(){return this.getTypedRuleContext(Sm,0)}enterRule(t){t instanceof h&&t.enterCsharp_item_expression(this)}exitRule(t){t instanceof h&&t.exitCsharp_item_expression(this)}}class Jm extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_csharp_parenthesis_expression,this.exp=null}LPAR(){return this.getToken(kl.LPAR,0)}RPAR(){return this.getToken(kl.RPAR,0)}csharp_expression(){return this.getTypedRuleContext(Sm,0)}enterRule(t){t instanceof h&&t.enterCsharp_parenthesis_expression(this)}exitRule(t){t instanceof h&&t.exitCsharp_parenthesis_expression(this)}}class Ym extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_csharp_identifier_expression}copyFrom(t){super.copyFrom(t)}}class qm extends Ym{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}csharp_identifier(){return this.getTypedRuleContext(iR,0)}enterRule(t){t instanceof h&&t.enterCSharpIdentifier(this)}exitRule(t){t instanceof h&&t.exitCSharpIdentifier(this)}}kl.CSharpIdentifierContext=qm;class Xm extends Ym{constructor(t,e){super(t),this.parent=null,this.name=null,super.copyFrom(e)}DOT(){return this.getToken(kl.DOT,0)}csharp_identifier_expression(){return this.getTypedRuleContext(Ym,0)}csharp_identifier(){return this.getTypedRuleContext(iR,0)}enterRule(t){t instanceof h&&t.enterCSharpChildIdentifier(this)}exitRule(t){t instanceof h&&t.exitCSharpChildIdentifier(this)}}kl.CSharpChildIdentifierContext=Xm;class Km extends Ym{constructor(t,e){super(t),super.copyFrom(e)}DOLLAR_IDENTIFIER(){return this.getToken(kl.DOLLAR_IDENTIFIER,0)}enterRule(t){t instanceof h&&t.enterCSharpPromptoIdentifier(this)}exitRule(t){t instanceof h&&t.exitCSharpPromptoIdentifier(this)}}kl.CSharpPromptoIdentifierContext=Km;class zm extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_csharp_literal_expression}copyFrom(t){super.copyFrom(t)}}class Qm extends zm{constructor(t,e){super(t),super.copyFrom(e)}BOOLEAN_LITERAL(){return this.getToken(kl.BOOLEAN_LITERAL,0)}enterRule(t){t instanceof h&&t.enterCSharpBooleanLiteral(this)}exitRule(t){t instanceof h&&t.exitCSharpBooleanLiteral(this)}}kl.CSharpBooleanLiteralContext=Qm;class Zm extends zm{constructor(t,e){super(t),super.copyFrom(e)}INTEGER_LITERAL(){return this.getToken(kl.INTEGER_LITERAL,0)}enterRule(t){t instanceof h&&t.enterCSharpIntegerLiteral(this)}exitRule(t){t instanceof h&&t.exitCSharpIntegerLiteral(this)}}kl.CSharpIntegerLiteralContext=Zm;class $m extends zm{constructor(t,e){super(t),super.copyFrom(e)}DECIMAL_LITERAL(){return this.getToken(kl.DECIMAL_LITERAL,0)}enterRule(t){t instanceof h&&t.enterCSharpDecimalLiteral(this)}exitRule(t){t instanceof h&&t.exitCSharpDecimalLiteral(this)}}kl.CSharpDecimalLiteralContext=$m;class tR extends zm{constructor(t,e){super(t),super.copyFrom(e)}CHAR_LITERAL(){return this.getToken(kl.CHAR_LITERAL,0)}enterRule(t){t instanceof h&&t.enterCSharpCharacterLiteral(this)}exitRule(t){t instanceof h&&t.exitCSharpCharacterLiteral(this)}}kl.CSharpCharacterLiteralContext=tR;class eR extends zm{constructor(t,e){super(t),super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(kl.TEXT_LITERAL,0)}enterRule(t){t instanceof h&&t.enterCSharpTextLiteral(this)}exitRule(t){t instanceof h&&t.exitCSharpTextLiteral(this)}}kl.CSharpTextLiteralContext=eR;class iR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_csharp_identifier}VARIABLE_IDENTIFIER(){return this.getToken(kl.VARIABLE_IDENTIFIER,0)}SYMBOL_IDENTIFIER(){return this.getToken(kl.SYMBOL_IDENTIFIER,0)}DOLLAR_IDENTIFIER(){return this.getToken(kl.DOLLAR_IDENTIFIER,0)}TYPE_IDENTIFIER(){return this.getToken(kl.TYPE_IDENTIFIER,0)}keyword(){return this.getTypedRuleContext(Cx,0)}enterRule(t){t instanceof h&&t.enterCsharp_identifier(this)}exitRule(t){t instanceof h&&t.exitCsharp_identifier(this)}}class sR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_jsx_expression}jsx_element(){return this.getTypedRuleContext(rR,0)}jsx_fragment(){return this.getTypedRuleContext(oR,0)}enterRule(t){t instanceof h&&t.enterJsx_expression(this)}exitRule(t){t instanceof h&&t.exitJsx_expression(this)}}class rR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_jsx_element}copyFrom(t){super.copyFrom(t)}}class nR extends rR{constructor(t,e){super(t),this.jsx=null,super.copyFrom(e)}jsx_self_closing(){return this.getTypedRuleContext(cR,0)}enterRule(t){t instanceof h&&t.enterJsxSelfClosing(this)}exitRule(t){t instanceof h&&t.exitJsxSelfClosing(this)}}kl.JsxSelfClosingContext=nR;class aR extends rR{constructor(t,e){super(t),this.opening=null,this.children_=null,this.closing=null,super.copyFrom(e)}jsx_opening(){return this.getTypedRuleContext(uR,0)}jsx_closing(){return this.getTypedRuleContext(dR,0)}jsx_children(){return this.getTypedRuleContext(RR,0)}enterRule(t){t instanceof h&&t.enterJsxElement(this)}exitRule(t){t instanceof h&&t.exitJsxElement(this)}}kl.JsxElementContext=aR;class oR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"ws_plus",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Bd):this.getTypedRuleContext(Bd,t)})),this.parser=t,this.ruleIndex=kl.RULE_jsx_fragment,this.children_=null}jsx_fragment_start(){return this.getTypedRuleContext(hR,0)}jsx_fragment_end(){return this.getTypedRuleContext(lR,0)}jsx_children(){return this.getTypedRuleContext(RR,0)}enterRule(t){t instanceof h&&t.enterJsx_fragment(this)}exitRule(t){t instanceof h&&t.exitJsx_fragment(this)}}class hR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_jsx_fragment_start}LT(){return this.getToken(kl.LT,0)}GT(){return this.getToken(kl.GT,0)}LTGT(){return this.getToken(kl.LTGT,0)}enterRule(t){t instanceof h&&t.enterJsx_fragment_start(this)}exitRule(t){t instanceof h&&t.exitJsx_fragment_start(this)}}class lR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_jsx_fragment_end}LT(){return this.getToken(kl.LT,0)}SLASH(){return this.getToken(kl.SLASH,0)}GT(){return this.getToken(kl.GT,0)}enterRule(t){t instanceof h&&t.enterJsx_fragment_end(this)}exitRule(t){t instanceof h&&t.exitJsx_fragment_end(this)}}class cR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"jsx_attribute",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(_R):this.getTypedRuleContext(_R,t)})),this.parser=t,this.ruleIndex=kl.RULE_jsx_self_closing,this.name=null,this.attributes=null}LT(){return this.getToken(kl.LT,0)}ws_plus(){return this.getTypedRuleContext(Bd,0)}SLASH(){return this.getToken(kl.SLASH,0)}GT(){return this.getToken(kl.GT,0)}jsx_element_name(){return this.getTypedRuleContext(pR,0)}enterRule(t){t instanceof h&&t.enterJsx_self_closing(this)}exitRule(t){t instanceof h&&t.exitJsx_self_closing(this)}}class uR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"jsx_attribute",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(_R):this.getTypedRuleContext(_R,t)})),this.parser=t,this.ruleIndex=kl.RULE_jsx_opening,this.name=null,this.attributes=null}LT(){return this.getToken(kl.LT,0)}ws_plus(){return this.getTypedRuleContext(Bd,0)}GT(){return this.getToken(kl.GT,0)}jsx_element_name(){return this.getTypedRuleContext(pR,0)}enterRule(t){t instanceof h&&t.enterJsx_opening(this)}exitRule(t){t instanceof h&&t.exitJsx_opening(this)}}class dR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_jsx_closing,this.name=null}LT(){return this.getToken(kl.LT,0)}SLASH(){return this.getToken(kl.SLASH,0)}GT(){return this.getToken(kl.GT,0)}jsx_element_name(){return this.getTypedRuleContext(pR,0)}enterRule(t){t instanceof h&&t.enterJsx_closing(this)}exitRule(t){t instanceof h&&t.exitJsx_closing(this)}}class pR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"jsx_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(fR):this.getTypedRuleContext(fR,t)})),Nl(this,"DOT",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.DOT):this.getToken(kl.DOT,t)})),this.parser=t,this.ruleIndex=kl.RULE_jsx_element_name}enterRule(t){t instanceof h&&t.enterJsx_element_name(this)}exitRule(t){t instanceof h&&t.exitJsx_element_name(this)}}class fR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"nospace_hyphen_identifier_or_keyword",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(nf):this.getTypedRuleContext(nf,t)})),this.parser=t,this.ruleIndex=kl.RULE_jsx_identifier}identifier_or_keyword(){return this.getTypedRuleContext(rf,0)}enterRule(t){t instanceof h&&t.enterJsx_identifier(this)}exitRule(t){t instanceof h&&t.exitJsx_identifier(this)}}class _R extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_jsx_attribute,this.name=null,this.value=null}ws_plus(){return this.getTypedRuleContext(Bd,0)}jsx_identifier(){return this.getTypedRuleContext(fR,0)}EQ(){return this.getToken(kl.EQ,0)}jsx_attribute_value(){return this.getTypedRuleContext(xR,0)}enterRule(t){t instanceof h&&t.enterJsx_attribute(this)}exitRule(t){t instanceof h&&t.exitJsx_attribute(this)}}class xR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_jsx_attribute_value}copyFrom(t){super.copyFrom(t)}}class ER extends xR{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterJsxValue(this)}exitRule(t){t instanceof h&&t.exitJsxValue(this)}}kl.JsxValueContext=ER;class mR extends xR{constructor(t,e){super(t),super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(kl.TEXT_LITERAL,0)}enterRule(t){t instanceof h&&t.enterJsxLiteral(this)}exitRule(t){t instanceof h&&t.exitJsxLiteral(this)}}kl.JsxLiteralContext=mR;class RR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"jsx_child",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(TR):this.getTypedRuleContext(TR,t)})),this.parser=t,this.ruleIndex=kl.RULE_jsx_children}enterRule(t){t instanceof h&&t.enterJsx_children(this)}exitRule(t){t instanceof h&&t.exitJsx_children(this)}}class TR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_jsx_child}copyFrom(t){super.copyFrom(t)}}class gR extends TR{constructor(t,e){super(t),this.text=null,super.copyFrom(e)}jsx_text(){return this.getTypedRuleContext(LR,0)}enterRule(t){t instanceof h&&t.enterJsxText(this)}exitRule(t){t instanceof h&&t.exitJsxText(this)}}kl.JsxTextContext=gR;class yR extends TR{constructor(t,e){super(t),this.jsx=null,super.copyFrom(e)}jsx_element(){return this.getTypedRuleContext(rR,0)}enterRule(t){t instanceof h&&t.enterJsxChild(this)}exitRule(t){t instanceof h&&t.exitJsxChild(this)}}kl.JsxChildContext=yR;class AR extends TR{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterJsxCode(this)}exitRule(t){t instanceof h&&t.exitJsxCode(this)}}kl.JsxCodeContext=AR;class LR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"jsx_char",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(IR):this.getTypedRuleContext(IR,t)})),this.parser=t,this.ruleIndex=kl.RULE_jsx_text}enterRule(t){t instanceof h&&t.enterJsx_text(this)}exitRule(t){t instanceof h&&t.exitJsx_text(this)}}class IR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_jsx_char}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}LT(){return this.getToken(kl.LT,0)}GT(){return this.getToken(kl.GT,0)}JSX_TEXT(){return this.getToken(kl.JSX_TEXT,0)}enterRule(t){t instanceof h&&t.enterJsx_char(this)}exitRule(t){t instanceof h&&t.exitJsx_char(this)}}class CR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"css_field",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(vR):this.getTypedRuleContext(vR,t)})),this.parser=t,this.ruleIndex=kl.RULE_css_expression,this.field=null}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}enterRule(t){t instanceof h&&t.enterCss_expression(this)}exitRule(t){t instanceof h&&t.exitCss_expression(this)}}class vR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"css_value",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(wR):this.getTypedRuleContext(wR,t)})),this.parser=t,this.ruleIndex=kl.RULE_css_field,this.name=null,this.values=null}COLON(){return this.getToken(kl.COLON,0)}SEMI(){return this.getToken(kl.SEMI,0)}css_identifier(){return this.getTypedRuleContext(bR,0)}enterRule(t){t instanceof h&&t.enterCss_field(this)}exitRule(t){t instanceof h&&t.exitCss_field(this)}}class bR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"nospace_hyphen_identifier_or_keyword",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(nf):this.getTypedRuleContext(nf,t)})),this.parser=t,this.ruleIndex=kl.RULE_css_identifier}identifier_or_keyword(){return this.getTypedRuleContext(rf,0)}MINUS(){return this.getToken(kl.MINUS,0)}nospace_identifier_or_keyword(){return this.getTypedRuleContext(af,0)}css_identifier(){return this.getTypedRuleContext(bR,0)}enterRule(t){t instanceof h&&t.enterCss_identifier(this)}exitRule(t){t instanceof h&&t.exitCss_identifier(this)}}class wR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=kl.RULE_css_value}copyFrom(t){super.copyFrom(t)}}class NR extends wR{constructor(t,e){super(t),this.text=null,super.copyFrom(e)}css_text(){return this.getTypedRuleContext(OR,0)}enterRule(t){t instanceof h&&t.enterCssText(this)}exitRule(t){t instanceof h&&t.exitCssText(this)}}kl.CssTextContext=NR;class SR extends wR{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}LCURL(){return this.getToken(kl.LCURL,0)}RCURL(){return this.getToken(kl.RCURL,0)}expression(){return this.getTypedRuleContext(uu,0)}enterRule(t){t instanceof h&&t.enterCssValue(this)}exitRule(t){t instanceof h&&t.exitCssValue(this)}}kl.CssValueContext=SR;class OR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),Nl(this,"SEMI",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.SEMI):this.getToken(kl.SEMI,t)})),Nl(this,"LCURL",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.LCURL):this.getToken(kl.LCURL,t)})),Nl(this,"RCURL",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(kl.RCURL):this.getToken(kl.RCURL,t)})),this.parser=t,this.ruleIndex=kl.RULE_css_text}enterRule(t){t instanceof h&&t.enterCss_text(this)}exitRule(t){t instanceof h&&t.exitCss_text(this)}}function DR(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}kl.Enum_category_declarationContext=Ul,kl.Enum_native_declarationContext=Pl,kl.Category_symbolContext=Fl,kl.Native_symbolContext=Hl,kl.Attribute_declarationContext=Vl,kl.Concrete_widget_declarationContext=Bl,kl.Native_widget_declarationContext=Gl,kl.Concrete_category_declarationContext=jl,kl.Singleton_category_declarationContext=Wl,kl.Derived_listContext=Jl,kl.Category_method_listContext=Xl,kl.Operator_method_declarationContext=Ql,kl.Setter_method_declarationContext=Zl,kl.Native_setter_declarationContext=$l,kl.Getter_method_declarationContext=tc,kl.Native_getter_declarationContext=ec,kl.Native_resource_declarationContext=ic,kl.Native_category_declarationContext=sc,kl.Native_category_bindingsContext=rc,kl.Native_category_binding_listContext=nc,kl.Abstract_global_method_declarationContext=hc,kl.Abstract_member_method_declarationContext=lc,kl.Concrete_method_declarationContext=cc,kl.Native_method_declarationContext=uc,kl.Test_method_declarationContext=dc,kl.AssertionContext=pc,kl.Typed_argumentContext=fc,kl.Statement_or_listContext=_c,kl.StatementContext=mc,kl.Flush_statementContext=Vc,kl.Store_statementContext=Bc,kl.With_resource_statementContext=Gc,kl.With_singleton_statementContext=jc,kl.Switch_statementContext=Wc,kl.Switch_case_statementContext=Jc,kl.For_each_statementContext=Xc,kl.Do_while_statementContext=Kc,kl.While_statementContext=zc,kl.If_statementContext=Qc,kl.Else_if_statement_listContext=Zc,kl.Raise_statementContext=eu,kl.Try_statementContext=iu,kl.Catch_statementContext=su,kl.Break_statementContext=au,kl.Return_statementContext=ou,kl.Method_call_expressionContext=hu,kl.Method_call_statementContext=lu,kl.X_expressionContext=cu,kl.ExpressionContext=uu,kl.Filter_expressionContext=Bu,kl.An_expressionContext=Ju,kl.Type_expressionContext=Yu,kl.Selectable_expressionContext=qu,kl.Instance_expressionContext=td,kl.Mutable_instance_expressionContext=sd,kl.Method_expressionContext=ad,kl.Blob_expressionContext=od,kl.Document_expressionContext=hd,kl.Write_statementContext=ld,kl.Filtered_list_expressionContext=cd,kl.Fetch_expressionContext=ud,kl.Fetch_statementContext=fd,kl.ThenContext=Ed,kl.Read_statementContext=md,kl.Sorted_expressionContext=Rd,kl.Instance_selectorContext=Td,kl.Constructor_expressionContext=Id,kl.Copy_fromContext=bd,kl.Argument_assignment_listContext=wd,kl.Argument_assignmentContext=Dd,kl.Assign_instance_statementContext=Md,kl.Child_instanceContext=kd,kl.Assign_tuple_statementContext=Fd,kl.Type_literalContext=Hd,kl.Null_literalContext=Vd,kl.Ws_plusContext=Bd,kl.ReplContext=Gd,kl.Declaration_listContext=jd,kl.DeclarationsContext=Jd,kl.DeclarationContext=Yd,kl.Annotation_constructorContext=qd,kl.Annotation_identifierContext=Xd,kl.Annotation_argumentContext=Kd,kl.Annotation_argument_nameContext=zd,kl.Annotation_argument_valueContext=Qd,kl.Resource_declarationContext=tp,kl.Enum_declarationContext=ep,kl.Native_symbol_listContext=ip,kl.Category_symbol_listContext=sp,kl.Symbol_listContext=rp,kl.Attribute_constraintContext=np,kl.List_literalContext=up,kl.Set_literalContext=dp,kl.Expression_listContext=pp,kl.Range_literalContext=fp,kl.TypedefContext=_p,kl.Primary_typeContext=Ap,kl.Native_typeContext=Cp,kl.Category_typeContext=Jp,kl.Mutable_category_typeContext=Yp,kl.Code_typeContext=qp,kl.Category_declarationContext=Xp,kl.Widget_declarationContext=Zp,kl.Type_identifier_listContext=ef,kl.Method_identifierContext=sf,kl.Identifier_or_keywordContext=rf,kl.Nospace_hyphen_identifier_or_keywordContext=nf,kl.Nospace_identifier_or_keywordContext=af,kl.IdentifierContext=of,kl.Member_identifierContext=uf,kl.Variable_identifierContext=df,kl.Attribute_identifierContext=pf,kl.Type_identifierContext=ff,kl.Symbol_identifierContext=_f,kl.Argument_listContext=xf,kl.ArgumentContext=Ef,kl.Operator_argumentContext=Tf,kl.Named_argumentContext=gf,kl.Code_argumentContext=yf,kl.Category_or_any_typeContext=Af,kl.Any_typeContext=Lf,kl.Member_method_declaration_listContext=bf,kl.Member_method_declarationContext=wf,kl.Native_member_method_declaration_listContext=Nf,kl.Native_member_method_declarationContext=Sf,kl.Native_category_bindingContext=Of,kl.Python_category_bindingContext=Ff,kl.Python_moduleContext=Hf,kl.Javascript_category_bindingContext=Vf,kl.Javascript_moduleContext=Bf,kl.Variable_identifier_listContext=Gf,kl.Attribute_identifier_listContext=jf,kl.Method_declarationContext=Wf,kl.Comment_statementContext=Jf,kl.Native_statement_listContext=Yf,kl.Native_statementContext=qf,kl.Python_native_statementContext=$f,kl.Javascript_native_statementContext=t_,kl.Statement_listContext=e_,kl.Assertion_listContext=i_,kl.Switch_case_statement_listContext=s_,kl.Catch_statement_listContext=r_,kl.Literal_collectionContext=n_,kl.Atomic_literalContext=l_,kl.Literal_list_literalContext=v_,kl.This_expressionContext=b_,kl.Super_expressionContext=w_,kl.Parenthesis_expressionContext=N_,kl.Literal_expressionContext=S_,kl.Collection_literalContext=O_,kl.Tuple_literalContext=D_,kl.Dict_literalContext=M_,kl.Document_literalContext=k_,kl.Expression_tupleContext=U_,kl.Doc_entry_listContext=P_,kl.Doc_entryContext=F_,kl.Doc_keyContext=H_,kl.Dict_entry_listContext=G_,kl.Dict_entryContext=j_,kl.Dict_keyContext=W_,kl.Slice_argumentsContext=q_,kl.Assign_variable_statementContext=Q_,kl.Assignable_instanceContext=Z_,kl.Is_expressionContext=ex,kl.MetadataContext=rx,kl.Arrow_expressionContext=nx,kl.Arrow_prefixContext=hx,kl.Arrow_argsContext=lx,kl.Sorted_keyContext=dx,kl.Read_blob_expressionContext=px,kl.Read_all_expressionContext=fx,kl.Read_one_expressionContext=_x,kl.Order_by_listContext=xx,kl.Order_byContext=Ex,kl.Include_listContext=mx,kl.OperatorContext=Rx,kl.KeywordContext=Cx,kl.New_tokenContext=vx,kl.Key_tokenContext=bx,kl.Module_tokenContext=wx,kl.Value_tokenContext=Nx,kl.Symbols_tokenContext=Sx,kl.AssignContext=Ox,kl.MultiplyContext=Dx,kl.DivideContext=Mx,kl.IdivideContext=kx,kl.ModuloContext=Ux,kl.LfsContext=Px,kl.LfpContext=Fx,kl.Javascript_statementContext=Hx,kl.Javascript_expressionContext=Gx,kl.Javascript_primary_expressionContext=Jx,kl.Javascript_this_expressionContext=Yx,kl.Javascript_new_expressionContext=qx,kl.Javascript_selector_expressionContext=Xx,kl.Javascript_method_expressionContext=Zx,kl.Javascript_argumentsContext=$x,kl.Javascript_item_expressionContext=iE,kl.Javascript_parenthesis_expressionContext=sE,kl.Javascript_identifier_expressionContext=rE,kl.Javascript_literal_expressionContext=nE,kl.Javascript_identifierContext=uE,kl.Python_statementContext=dE,kl.Python_expressionContext=_E,kl.Python_primary_expressionContext=mE,kl.Python_self_expressionContext=LE,kl.Python_selector_expressionContext=IE,kl.Python_method_expressionContext=bE,kl.Python_argument_listContext=wE,kl.Python_ordinal_argument_listContext=DE,kl.Python_named_argument_listContext=UE,kl.Python_parenthesis_expressionContext=HE,kl.Python_identifier_expressionContext=VE,kl.Python_literal_expressionContext=WE,kl.Python_identifierContext=zE,kl.Java_statementContext=QE,kl.Java_expressionContext=tm,kl.Java_primary_expressionContext=sm,kl.Java_this_expressionContext=rm,kl.Java_new_expressionContext=nm,kl.Java_selector_expressionContext=am,kl.Java_method_expressionContext=lm,kl.Java_argumentsContext=cm,kl.Java_item_expressionContext=pm,kl.Java_parenthesis_expressionContext=fm,kl.Java_identifier_expressionContext=_m,kl.Java_class_identifier_expressionContext=mm,kl.Java_literal_expressionContext=gm,kl.Java_identifierContext=vm,kl.Csharp_statementContext=bm,kl.Csharp_expressionContext=Sm,kl.Csharp_primary_expressionContext=Mm,kl.Csharp_this_expressionContext=km,kl.Csharp_new_expressionContext=Um,kl.Csharp_selector_expressionContext=Pm,kl.Csharp_method_expressionContext=Vm,kl.Csharp_argumentsContext=Bm,kl.Csharp_item_expressionContext=Wm,kl.Csharp_parenthesis_expressionContext=Jm,kl.Csharp_identifier_expressionContext=Ym,kl.Csharp_literal_expressionContext=zm,kl.Csharp_identifierContext=iR,kl.Jsx_expressionContext=sR,kl.Jsx_elementContext=rR,kl.Jsx_fragmentContext=oR,kl.Jsx_fragment_startContext=hR,kl.Jsx_fragment_endContext=lR,kl.Jsx_self_closingContext=cR,kl.Jsx_openingContext=uR,kl.Jsx_closingContext=dR,kl.Jsx_element_nameContext=pR,kl.Jsx_identifierContext=fR,kl.Jsx_attributeContext=_R,kl.Jsx_attribute_valueContext=xR,kl.Jsx_childrenContext=RR,kl.Jsx_childContext=TR,kl.Jsx_textContext=LR,kl.Jsx_charContext=IR,kl.Css_expressionContext=CR,kl.Css_fieldContext=vR,kl.Css_identifierContext=bR,kl.Css_valueContext=wR,kl.Css_textContext=OR;const MR=["悋Ꜫ脳맭䅼㯧瞆","奤¾୯\t\t","\t\t\t\t","\b\t\b\t\t\t\n\t\n\v\t\v","\f\t\f\r\t\r\t\t","\t\t\t\t","\t\t\t","\t\t\t\t","\t\t\t",'\t\t \t !\t!"\t"#',"\t#$\t$%\t%&\t&'\t'(\t()\t)","*\t*+\t+,\t,-\t-.\t./\t/0\t0","1\t12\t23\t34\t45\t56\t67\t7","8\t89\t9:\t:;\t;<\t<=\t=>\t>","?\t?@\t@A\tAB\tBC\tCD\tDE\tE","F\tFG\tGH\tHI\tIJ\tJK\tKL\tL","M\tMN\tNO\tOP\tPQ\tQR\tRS\tS","T\tTU\tUV\tVW\tWX\tXY\tYZ\tZ","[\t[\\\t\\]\t]^\t^_\t_`\t`a\ta","b\tbc\tcd\tde\tef\tfg\tgh\th","i\tij\tjk\tkl\tlm\tmn\tno\to","p\tpq\tqr\trs\tst\ttu\tuv\tv","w\twx\txy\tyz\tz{\t{|\t|}\t}","~\t~\t\t\t","\t\t\t
\t","
\t\t\t","\t\t\t\t","\t\t\t","\t\t\t\t","\t\t\t","\t\t\t\t","\t\t\t","\t\t \t ¡\t","¡¢\t¢£\t£¤\t¤","¥\t¥¦\t¦§\t§¨\t","¨©\t©ª\tª«\t«","¬\t¬\t®\t®¯\t","¯°\t°±\t±²\t²","³\t³´\t´µ\tµ¶\t","¶·\t·¸\t¸¹\t¹","º\tº»\t»¼\t¼½\t","½¾\t¾¿\t¿À\tÀ","Á\tÁÂ\tÂÃ\tÃÄ\t","ÄÅ\tÅÆ\tÆÇ\tÇ","È\tÈÉ\tÉÊ\tÊË\t","ËÌ\tÌÍ\tÍÎ\tÎ","Ï\tÏÐ\tÐÑ\tÑÒ\t","ÒÓ\tÓÔ\tÔÕ\tÕ","Ö\tÖ×\tר\tØÙ\t","ÙÚ\tÚÛ\tÛÜ\tÜ","Ý\tÝÞ\tÞß\tßà\t","àá\táâ\tâã\tã","ä\täå\tåæ\tæç\t","çè\tèé\téê\tê","ë\tëì\tìí\tíî\t","îï\tïð\tðñ\tñ","ò\tòó\tóô\tôõ\t","õö\tö÷\t÷ø\tø","ù\tùú\túû\tûü\t","üý\týþ\tþÿ\tÿ","Ā\tĀā\tāĂ\tĂă\t","ăĄ\tĄą\tąĆ\tĆ","ć\tć","ȕ\n","Ș\n","","","","ȱ\n","ȶ\n","","Ʉ\n","Ɋ\n","Ɍ\nɎ\n","ɒ\n","ɗ\n\b\b\b","\b\bɟ\n\b\b\b\b\b\b","\bɦ\n\b\b\b\t\t\t\t\t","\t\t\t\t\t\t\t\n","\nɷ\n\n\n\n\n\n\n\n\n","\n\n\nʂ\n\n\n\n\n\n","\n\nʉ\n\n\n\n\nʍ\n\n\v","\v\v\v\v\v\v","\v\v\vʘ\n\v\v\v","\f\f\r\r\r\r\r\r","\r\r\rʦ\n\r\r\r\r\r\r","","","ʺ\n","","","","ˑ\n","","˜\n","ˣ\n","","ˬ\n˱","\n","˸\n","́\n","","","","̔\n\f̗\v","̞\n","̣\n","̦\n","̭\n","̲\n","̵\n","̻\n","̀\n̓\n","͉\n","͏\n","͔\n","͙\n","","","","ͱ\n","","ͼ\n","\n","","","","Η\n","","Χ","\n","ή\n","ζ\n","","ξ\n σ\n ","!!!!ϊ\n!!!!!!ϐ",'\n!!!!!!!ϗ\n!"','""""""###',"####$$$$$$","$$$$$$$$ϴ\n$$","$%%%%%%%%%","%%%%%%%Ї\n%&&","&&&Ѝ\n&&&&&&&","&''''''''","'((((((())","))))))))Я\n))",")))))))и\n)**","**********","********э\n*\f*","*ѐ\v*+++,,,,",",,,,,ѝ\n,,,,,",",,,,Ѧ\n,,,,,,",",,,ѯ\n,,,----","----------","------҆\n-../","//Ҍ\n/0000000","0000000000","00000ң\n00000","0000000000","0000000000","0000Ӏ\n000000ӆ","\n000000ӌ\n000","0000000000","0000000000","00000Ө\n00000","0Ӯ\n00000ӳ\n000","0000Ӻ\n00000ӿ\n","0\f00Ԃ\v0111111","11ԋ\n12233333","33ԕ\n3444444Ԝ\n","4\f44ԟ\v4555555","5ԧ\n5\f55Ԫ\v56666","666666Ե\n6777","7777777777Ճ","\n78888Ո\n8889","99999Ց\n999::","::::՚\n::::::",":ա\n::::ե\n:;;;",";;<<<<<<ձ\n<<","<<<ն\n<\f<<չ\v<==","===տ\n=>>>>>>ֆ","\n>????\n????","@@@@֓\n@@@@@@֙","\n@@@@@@@@@֢\n","@@@@֦\n@@@@@֫\n","@@@@֯\n@@@@@ִ\n","@@ֶ\n@AAAAֻ\nAA","AAAAׁ\nAAAAAA","AAAAA\nAAAAא\n","AAAAAו\nAAAAי\n","AAAAAמ\nAAAס\nA","BBBBBBBBCC","CCCCDDD׳\nDDD","DDDDDD\nDDDE","EEEFFFFFFF","FF،\nFGGGGHHؓ\n","H\fHHؖ\vHIIؙ\nI\rIIؚ","JJ؞\nJ\fJJء\vJKKؤ\nK\rK","KإKKLLث\nL\fLLخ\vL","LLMMNNOOOظ","\nO\rOOعPPPPؿ\nPQ","QQك\nQQQQRRRR","Rٌ\nR\fRRُ\vRSSSSٔ","\nS\fSSٗ\vSSSSSٜ\nS\fS","Sٟ\vSSSSSSSS٧","\nSTTTTTTTٯ\nT\fT","Tٲ\vTTٴ\nTTTTٸ\nTU","UVVVVWWXX","Xڄ\nXYYZZZڊ\nZ[","[[[[ڐ\n[\f[[ړ\v[\\","\\\\\\\\ڙ\n\\\f\\\\ڜ\v\\","]]]]ڡ\n]\f]]ڤ\v]^","^^^^^^^^^^ڰ","\n^__ڳ\n____ڷ\n__","_``ڼ\n````ۀ\n``","`aaaaۇ\na\faaۊ\va","bbbbbbcccc","cccccccccc","ccccۣ\ncccccc","ccc۬\nc\fccۯ\vcdd","d۳\ndeeeeeeee","eeeeeeeeee","e܇\neffgg܌\nggg","hhiiiiܕ\nijjjܙ","\njkkkkܞ\nk\fkkܡ\vk","lllܥ\nlmmmܩ\nmn","nnnoooppppܵ","\npqqrrssttu","uvvvv݄\nv\fvv݇\vv","www\nwwwݎ\nwxx","xݒ\nxyyyyݗ\nyzz","z{{{ݞ\n{|||||","|||||ݩ\n|\f||ݬ\v|","}}}}}ݲ\n}\f}}ݵ\v}","~~~~ݺ\n~\f~~ݽ\v~~","~~~ނ\n~\f~~ޅ\v~~~","~~~~ތ\n~","ޒ\n\fޕ\v","ޚ\n","\fޝ\v","ޢ\n\fޥ\v","ު\n","","\n","\n","߂","\n\f߅\v","ߊ\n\fߍ\v","ߐ\n
","
ߖ\n
","
ߛ\n
\f
ߞ","\v
ߢ\n
","ߧ\n\f","ߪ\v","߯\n\f߲\v","߸\n","߾\n\f","ࠁ\v","","ࠍ\n","ࠑ\nࠔ\n","࠘\nࠛ\n","ࠡ\n","\fࠤ\v","ࠪ\n\f","࠭\v","࠳\n\f࠶\v","࠼\n\f","\v","","ࡏ","\nࡔ\n","","\n","","ࡨ\n","\n\fࡰ\v","ࡷ","\n","ࢁ\n","","ࢉ\nࢌ\n","\n","\n","","࢟\nࢣ\n","","ࢬ\n\fࢯ\v","ࢱ\n","ࢶ\n\fࢹ\v","","ࣁ\n ࣆ","\n \f ࣉ\v ¡¡","¡¡¢¢¢࣑\n","¢£££££","£££££ࣜ\n£","¤¤¤¤¥¥","¥¥¥¥ࣧ\n¥\f¥","¥࣪\v¥¦¦¦","¦¦ࣰ\n¦§§§","¨¨¨¨¨¨","¨¨¨ࣽ\n¨©","©©©©ªª","ªªइ\nªªªऊ\nª","«««ऎ\n«¬","¬¬¬¬","®®®","®®¯¯¯¯ढ","\n¯\f¯¯थ\v¯°°","°°प\n°\f°°भ\v","°°°र\n°±±","±±व\n±\f±±स\v","±²²²²²","²²ी\n²³³´","´´µµµ¶","¶¶···¸","¸¸¹¹ºº","»»¼¼½½","¾¾¾¾¾¾","¾¾।\n¾¿¿","¿¿¿¿५\n¿\f¿","¿८\v¿ÀÀÀÀ","ÀÀÀÀॷ\nÀ","ÁÁÂÂÂÃ","ÃÃÃÃÃঃ\nÃ","ÄÄÄÄঈ\nÄ","ÄÄÅÅÅÅ","ÅÅÅ\nÅ\fÅÅক","\vÅÆÆÆÆÇ","ÇÇÇÈÈÉ","ÉÉÉÉÉদ\n","ÉÊÊÊÊÊ","Êভ\nÊËËËË","ল\nËÌÌÌÌ","ÌÌহ\nÌ\fÌÌ়\vÌ","ÍÍÍÍÍÍ","ৃ\nÍÎÎÏÏ","ÏÏÏÏÏ্\nÏ","ÐÐÐÐ\nÐ","ÐÐÑÑÑÑ","ÑÑÑড়\nÑÒÒ","ÒÒÒÒÒ\n","Ò\fÒÒ১\vÒÓÓ","ÓÓÓÓÓÓ","ÓÓÓÓ৴\nÓ\fÓ","Ó৷\vÓÔÔÔ","ÔÕÕÕÕ\nÕ","ÕÕÕÕਅ\nÕ\fÕ","Õਈ\vÕÖÖÖ","ÖÖÖਏ\nÖ××","××××ਖ\n×","ØØØØØØ","ØØਟ\nØÙÙÙ","ÙÙÙਦ\nÙ\fÙÙ","\vÙÚÚÚÚ","ÚÚਰ\nÚÛÛÜ","ÜÜÝÝÝÝ","\nÝÞÞÞÞਿ","\nÞÞÞßßß","ßßßß\nß\fß","ßੌ\vßààà","àááááâ","ââââââੜ","\nâ\fââ\vâãã","ãããã੦\nã\fã","ã੩\vãäää","äääੰ\näåå","åååå\nå","ææææææ","ææ\næççç","çççઇ\nç\fçç","ઊ\vçèèèè","èèઑ\nèééê","êêëëëë","છ\nëììììઠ","\nìììííí","ííííપ\ní\fí","íભ\víîîî","îïïïïð","ððð\nððð","ððિ\nð\fððૂ\v","ðñññññ","ñૉ\nñòòòò","òòૐ\nòóó","ó\nóôôôô","\nôôôô\nô","õõõõૢ\nõõ","õõöööö","૪\nö÷÷÷÷","øøøøø\nø","\føø\vøøø","øùùùùù","\nù\fùùଃ\vùùù","úúúúúû","ûûûଏ\nû\fûû","\vûüüüଖ\nü","\füüଙ\vüýý","ýýଞ\nýýýþ","þþþଥ\nþþ","þନ\nþÿÿଫ\nÿ\rÿ","ÿବĀĀĀĀĀ","ଳ\nĀĀĀଶ\nĀā","āହ\nā\rāāĂĂ","Ăି\nĂăăăୃ","\nă\răăୄăăĄ","ĄĄĄୌ\nĄ\rĄĄ","୍ĄĄąąą","ąąୖ\nąąąą","\ną\rąąą\ną\f","ąąୡ\vąĆĆĆ","ĆĆĆ୨\nĆć","ć୫\nć\rćć୬ćع","(R^fhvÄöňżƈƖƢƤƨư","ƼǂDŽnjǘǞȈĈ\b",'\n\f "$&(*,.',"02468:<>@BDFHJLNPRTVXZ\\^`bdfhjlnprtvxz|~"," ","¢¤¦¨ª¬®°²´¶¸","º¼¾ÀÂÄÆÈÊÌÎÐ","ÒÔÖØÚÜÞàâäæè","êìîðòôöøúüþĀ","ĂĄĆĈĊČĎĐĒĔĖĘ","ĚĜĞĠĢĤĦĨĪĬĮİ","IJĴĶĸĺļľŀłńņň","ŊŌŎŐŒŔŖŘŚŜŞŠ","ŢŤŦŨŪŬŮŰŲŴŶŸ","źżžƀƂƄƆƈƊƌƎƐ","ƒƔƖƘƚƜƞƠƢƤƦƨ","ƪƬƮưƲƴƶƸƺƼƾǀ","ǂDŽdžLjNJnjǎǐǒǔǖǘ","ǚǜǞǠǢǤǦǨǪǬǮǰ","DzǴǶǸǺǼǾȀȂȄȆȈ","ȊȌ]^#$*-","13\t\n\v","uu°°]]","°°]]°°","°°","TTdd\n\f88:BDLNxzz|©","((**,,","దȎȟ","ȩ\bȭ","\nȵ\fɓ","ɚɩ","ɶʎ","ʛʝ","ʬʶ","˃ ˍ",'"˛$˰',"&̄(̌","*̘,̧",".̶0͌2͟","4Ͳ6ʹ","8Ζ:Θ","<έ>ο","@ωBϘ","DϟFϦHІ","JЈLЕ","NОPХ","RйTё","VєX҅","Z҇\\҉^Ң","`ԊbԌ","dԔfԖ","hԠjԴ","lՂnՄ","pՋrդtզ","vհxպ","zր|և","~ֵנ","עת","װ","؋؍","ؘؔ","؟أ","جر","سص","ؾ ـ","¢ه¤ٕ","¦٨¨ٹ","ªٻ¬ٿ","®ڃ°څ","²ډ´ڋ","¶ڔ¸ڝ","ºگ¼ڲ","¾ڻÀۃ","ÂۋÄۢ","Æ۲È܆","Ê܈Ì܋","ÎÐܔ","ÒܘÔܚ","ÖܤØܨ","ÚܪÜܮ","Þܴàܶ","âܸäܺ","æܼèܾ","ê݀ìݍ","îݑðݓ","òݘôݝ","öݟøݭ","úݻüލ","þޛĀ","ĂĄ","Ć߆Ĉߑ","ĊߣČ߫","Ď߷Đ߹","ĒࠌĔࠎ","ĖࠕĘࠜ","ĚࠥĜ","Ğ࠷Ġࡎ","ĢࡧĤࡩ","ĦࡱĨࡶ","ĪࡺĬࢀ","Į࢈İࢋ","IJĴࢠ","Ķࢦĸࢲ","ĺࢺļࣀ","ľࣂŀ࣊","ł࣐ńࣛ","ņࣝň࣡","Ŋ࣯Ōࣱ","ŎࣼŐࣾ","ŒउŔऍ","ŖएŘऔ","ŚङŜञ","ŞदŠऱ","ŢिŤु","ŦृŨॆ","ŪॉŬौ","ŮॏŰ॒","Ų॔Ŵॖ","Ŷक़Ÿग़","źॣż॥","žॶƀॸ","ƂॺƄং","Ɔƈঋ","Ɗখƌচ","ƎঞƐথ","ƒবƔ","ƖƘূ","ƚৄƜৌ","ƞৎƠ","Ƣঢ়Ƥ২","Ʀ৸ƨ","ƪƬਕ","Ʈਞưਠ","Ʋਯƴ","ƶਲ਼Ƹਹ","ƺƼੂ","ƾ੍ǀੑ","ǂDŽ","dž੯Lj੶","NJnjઁ","ǎઐǐ","ǒઔǔચ","ǖજǘણ","ǚમǜલ","ǞહǠૈ","ǢǤ","ǦǨ","Ǫ૩Ǭ૫","Ǯ૯ǰૻ","DzଆǴଋ","ǶଓǸଚ","ǺଧǼପ","ǾଵȀସ","ȂାȄୀ","ȆୈȈ୕","Ȋ୧Ȍ୪","ȎȏiȏȐæ","tȐȗȑȔæ","tȒȓȓȕČ","ȔȒȔȕ","ȕȘȖȘČ","ȗȑȗȖ","ȘșșȚ","ȚțțȜ","KȜȝ¶\\ȝȞL","ȞȟȠi","ȠȡætȡȢ","ȢȣÈeȣȤ","ȤȥȥȦK","Ȧȧ´[ȧȨLȨ","ȩȪèuȪ","ȫ0ȫȬ^0Ȭ","ȭȮèuȮȰ","ȯȱv<Ȱȯ","ȰȱȱȲ","Ȳȳȳ\t","ȴȶȵȴ","ȵȶȶȷ","ȷȸUȸȹä","sȹȺȺȻÄ","cȻɑȼȽ","ȽɍKȾɎ","ȿɃº^ɀɁ","IɁɂ\fɂɄ","ɃɀɃɄ","ɄɌɅɉ\f","ɆɇIɇɈº^","ɈɊɉɆ","ɉɊɊɌ","ɋȿɋɅ","ɌɎɍȾ","ɍɋɎɏ","ɏɐLɐɒ","ɑȼɑɒ","ɒ\vɓɔz","ɔɖɕɗĊ","ɖɕɖɗ","ɗɘɘə","ə\rɚɛ¤","ɛɜætɜɞ","ɝɟætɞɝ","ɞɟɟɠ","ɠɡɡɢ","ɢɥKɣɦø}ɤ","ɦɥɣɥ","ɤɦɧɧ","ɨLɨɩ","ɪɪɫ¤ɫ","ɬætɬɭɭ","ɮɮɯɯ","ɰKɰɱ&ɱɲ","Iɲɳüɳɴ","Lɴɵɷ","ɶɵɶɷ","ɷɸɸɹ","\tɹɺætɺʁ","ɻʂ\fɼʂ","Čɽɾ\fɾɿ","ɿʀČʀʂ","ʁɻʁɼ","ʁɽʁʂ","ʂʃʃʌ","ʄʅʅʈ","Kʆʉø}ʇʉ","ʈʆʈʇ","ʉʊʊʋ","Lʋʍʌʄ","ʌʍʍ","ʎʏʏʐæ","tʐʑʑʒČ","ʒʓʓʔ","ʔʗKʕʘø","}ʖʘʗʕ","ʗʖʘʙ","ʙʚLʚ","ʛʜÔkʜ","ʝʞ`ʞʟ","ʟʠŢ²ʠʡ","ʡʢîxʢʥ","ʣʤ6ʤʦÄ","cʥʣʥʦ","ʦʧʧʨ","ʨʩKʩʪĘ","ʪʫLʫ","ʬʭ`ʭʮâ","rʮʯʯʰ","ʰʱʱʲ","ʲʳKʳʴĘ","ʴʵLʵ","ʶʷ`ʷʹâ","rʸʺʹʸ","ʹʺʺʻ","ʻʼʼʽ","ʽʾʾʿ","ʿˀKˀˁĐ","ˁ˂L˂","˃˄`˄˅â","r˅ˆuˆˇ","ˇˈˈˉ","ˉˊKˊˋĘ","ˋˌLˌ","ˍˎ`ˎːâr","ˏˑːˏ","ːˑˑ˒","˒˓u˓˔","˔˕˕˖","˖˗K˗˘Đ","˘˙L˙!˚","˜˛˚˛","˜˜˝˝","˞˞˟\t˟","ˠætˠˢˡ","ˣČˢˡˢ","ˣˣˤˤ","˥˥˦˦","˧K˧˫&˨˩","I˩˪ü˪ˬ","˫˨˫ˬ","ˬ˭˭ˮ","Lˮ#˯˱","˰˯˰˱","˱˲˲˳","˳˴˴˵","æt˵˷˶˸","Č˷˶˷˸","˸˹˹˺","˺˻˻˼","K˼̀&˽˾","I˾˿ü˿́","̀˽̀́","́̂̂̃","L̃%̄̅`","̅̆\t̆̇Ẋ","̈̈̉K̉","̊(̊̋L̋'","̌̍\b̍̎","Ā̎̏̐̕\f","̐̑Ȋ̒","Ā̒̔̓̏","̗̔̓̕","̖̖̕)","̗̘̙̕","N̙̚`̛̚æ","t̛̝̜̞ê","v̝̜̝̞","̞̟̟̥","̢̠6̡̣","̢̡̢̣","̣̤̤̦Ä","c̥̠̥̦","̦+̧̨N","̨̩`̩̪Öl","̪̬̫̭êv","̬̫̬̭","̴̭̮̮","̯̱6̰̲","̱̰̱̲","̵̲̳̳Äc","̴̴̵̯","̵-̶̷`̷","̸Öl̸̺̹","̻êv̺̹̺","̻̻̼̼","͂̽̿6̾","̀̿̾̿","̀̀́́","̓Äc͂̽͂","̓̓̈́̈́","͈ͅͅK͆","͉Ę͇͉͈","͈͇͉͆","͊͊͋L͋","/͎͌`͍͏","͎͍͎͏","͏͐͐͑","Öl͓͔͑͒","êv͓͓͔͒","͔͕͕͘","͖͗6͙͗","ô{͖͙͘͘","͙͚͚͛","͛͜K͜͝","Đ͝͞L͞1","͟͠`͠͡","͢͡´ͣ͢","ͣͤͤͥ","ͥͦKͦͧ","ĘͧͨLͨͩ","Iͩͪ£ͪͰ","ͫͬKͬͭ","ĚͭͮLͮͱ","ͯͱèuͰͫ","Ͱͯͱ3","Ͳͳ^0ͳ5","ʹ͵âr͵Ͷ","Ͷͻô{ͷ","Čͺ","ͺͼͻͷ","ͻͼͼͿ","ͽ;0;Ĭ","ͿͽͿ","7Η@!","ΗEΗG΄Η","<΅ΗAΆΗ","C·Η:ΈΗZ.","ΉΗ\\/ΊΗP)Η","F$ΌΗJ&ΗN(ΎΗ","L'ΏΗT+ΐΗV,",'ΑΗz>ΒΗB"ΓΗ',"D#ΔΗ.ΕΗO","ΖΖ","ΖΖ΄","Ζ΅ΖΆ","Ζ·ΖΈ","ΖΉΖΊ","ΖΖΌ","ΖΖΎ","ΖΏΖΐ","ΖΑΖΒ","ΖΓΖΔ","ΖΕΗ9","ΘΙrΙΚ","ΚΛΛ;","ΜΝcΝΞ","ΞΟÀaΟΦ","ΠΡQΡ","ΣΣΤÀa","ΤΥΥΧ","ΦΠΦΧ","ΧήΨΩ","ΩΪΪΫÀa","Ϋάάή","έΜέΨ","ήείΰ¥","ΰαŌ§αβ","βγ^0γδδ","ζείε","ζζνη","θθιι","κKκλĘλ","μLμξν","ηνξξ","=οπÖlπς","ρσv<ςρ","ςσστ","τυυ?","φχf4χψ","ψϊωφ","ωϊϊϋ","ϋϖ> όϏ","ύώ¥ώϐâr","ϏύϏϐ","ϐϑϑϒ","ϒϓKϓϔĘ","ϔϕLϕϗ","ϖόϖϗ","ϗAϘϙ¥","ϙϚņ¤Ϛϛ","ϛϜKϜϝĘ","ϝϞLϞC","ϟϠ¥Ϡϡæt","ϡϢϢϣK","ϣϤĘϤϥL","ϥEϦϧ","ϧϨϨϩ^0ϩ","ϪϪϫKϫ","ϳĜϬϭIϭ","ϮϮϯϯ","ϰKϰϱĘϱ","ϲLϲϴϳ","Ϭϳϴϴ","ϵϵ϶L϶","GϷϸ¦ϸ","ϹĢϹϺϺ","ϻKϻϼĘϼ","ϽLϽЇϾ","Ͽ¦ϿЀxЀ","ЁĠЁЂЂ","ЃKЃЄĘЄ","ЅLЅЇІ","ϷІϾЇ","IЈЉsЉЌ","ârЊЋЋЍ","ârЌЊЌЍ","ЍЎЎЏ","xЏА^0АБ","БВKВГĘ","ГДLДK","ЕЖeЖЗ","ЗИKИЙĘ","ЙКLКЛI","ЛМ¨МН^0Н","MОП¨П","Р^0РССТ","KТУĘУФ","LФOХЦ","wЦЧ^0ЧШ","ШЩKЩЪĘ","ЪЮLЫЬI","ЬЭR*ЭЯЮ","ЫЮЯЯ","забIб","вhвгг","дKдеĘе","жLжиз","азии","Qйк\b*кл","hлмwмн^0","ноопK","прĘрсL","сюту\f","уфIфхhх","цwцч^0чш","шщKщъ","ĘъыLыэ","ьтэѐ","юьюя","яSѐю","ёђђѓ","^0ѓUєѕ¢","ѕіârії","їјKјљĘ","љњLњќH","ћѝĞќћ","ќѝѝѥ","ўџkџѠ","ѠѡKѡѢĘ","ѢѣLѣѤHѤ","Ѧѥўѥ","ѦѦѮѧ","ѨqѨѩѩ","ѪKѪѫĘѫ","ѬLѬѭHѭѯ","ѮѧѮѯ","ѯѰѰѱ","HѱWѲѳ","kѳѴèuѴѵ","ѵѶKѶѷĘ","ѷѸLѸѹ","Hѹ҆Ѻѻk","ѻѼxѼѽ","ѽѾ¸]Ѿѿ","ѿҀҀҁK","ҁ҂Ę҂҃L","҃҄H҄҆","҅Ѳ҅Ѻ","҆Y҇҈Y","҈[҉ҋ","ҊҌ^0ҋҊҋ","ҌҌ]ҍ","Ҏ\b0ҎңȄăҏң","ǤóҐңf4ґң","h5ҒңŎ¨ғҔ$","Ҕң^0ҕҖ","Җң^0җҘDҘҙ","ҙҚ^0Ққ","қңҜҝ","lҝҞҞҟ","ârҟҠҠң","ҡңb2Ңҍ","ҢҏҢҐ","ҢґҢҒ","ҢғҢҕ","ҢҗҢҜ","ҢҡңԀ","Ҥҥ\fҥҦŲ","ºҦҧ^0ҧӿ","Ҩҩ\fҩҪŴ»","Ҫҫ^0ҫӿ","Ҭҭ\fҭҮŸ½","Үү^0үӿҰ","ұ\fұҲŶ¼Ҳ","ҳ^0ҳӿҴҵ","\fҵҶ\tҶӿ","^0ҷҸ\fҸҹ\t","ҹӿ^0Һһ\fһҼ","\tҼӿ^0ҽҿ\f","ҾӀҿҾ","ҿӀӀӁ","Ӂӂ_ӂӿ^0Ӄ","Ӆ\f\rӄӆӅӄ","ӅӆӆӇ","Ӈӈxӈӿ","^0ӉӋ\f\fӊӌ","ӋӊӋӌ","ӌӍӍӎv","ӎӿ^0\rӏӐ\f\tӐӑ","ӑӿ^0\nӒӓ\f\b","ӓӔQӔӿ^0\tӕӖ","\fӖӗwӗӘ","^0ӘәhәӚ^0\bӚ","ӿӛӜ\fӜ","ӝsӝӞgӞӟ","ârӟӠxӠӡ","^0ӡӿӢӣ\f","ӣӿ|?Ӥӥ\fӥ","ӧSӦӨӧ","ӦӧӨӨ","өөӿô{Ӫ","ӫ\fӫӭ|ӬӮ","ӭӬӭӮ","Ӯӯӯӿ","Ŋ¦ӰӲ\f\vӱӳ","ӲӱӲӳ","ӳӴӴӵ","vӵӶOӶӿ","`1ӷӹ\f\nӸӺ","ӹӸӹӺ","ӺӻӻӼv","ӼӽRӽӿ`1ӾҤ","ӾҨӾҬ","ӾҰӾҴ","ӾҷӾҺ","ӾҽӾӃ","ӾӉӾӏ","ӾӒӾӕ","ӾӛӾӢ","ӾӤӾӪ","ӾӰӾӷ","ӿԂԀӾ","Ԁԁԁ_","ԂԀԃԄ","§ԄԋŎ¨ԅԆ","ârԆԇ§ԇԈ","^0Ԉԋԉԋ","^0ԊԃԊԅ","Ԋԉԋa","Ԍԍætԍc","Ԏԕj6ԏԕĪ","ԐԕĬԑԕÞp","ԒԕĦԓԕĨ","ԔԎԔԏ","ԔԐԔԑ","ԔԒԔԓ","ԕeԖԗ\b4ԗԘ","d3ԘԝԙԚ\f","ԚԜl7ԛԙ","Ԝԟԝԛ","ԝԞԞg","ԟԝԠԡ\b5","ԡԢԢԣÞp","ԣԨԤԥ\f","ԥԧl7ԦԤԧ","ԪԨԦԨ","ԩԩiԪ","ԨԫԵn8ԬԵ","p9ԭԵ~@ԮԵŖ¬","ԯԵŘԵŚ®","ԱԵDԲԵ> Գ","Եr:ԴԫԴԬ","ԴԭԴԮ","ԴԯԴ","ԴԱԴԲ","ԴԳԵk","ԶԷԷՃ","àqԸԹԹՃ","> ԺԻԻԼ","ń£ԼԽԽՃ","ԾԿԿՀ","^0ՀՁՁՃ","ՂԶՂԸ","ՂԺՂԾ","ՃmՄՅF","ՅՇՆՈ^0","ՇՆՇՈ","ՈՉՉՊ","ՊoՋՌEՌ","ՐՍՎtՎ","Տ0ՏՑ^0ՐՍ","ՐՑՑՒ","ՒՓՓq","ՔՕÌgՕՖ","Ֆՙt;","՚v<ՙ","ՙ՚՚՛","՛՜՜ե","՝՞Ìg՞ՠ","՟աv<ՠ՟","ՠաաբ","բգգե","դՔդ՝","եsզէtէ","ըŰ¹ըթ^0թժ",";ժuիլ\b<","լխ^0խծ<ծ","ձկձx=հի","հկձշ","ղճ\fճմ","մնx=յղ","նչշյ","շոոw","չշպվ","ârջռŰ¹ռս","^0ստվջ","վտտy","րց©ցւ^","0ւփ¡փօ^0","քֆBօք","օֆֆ{","և֊pֈ։¥","։âr֊ֈ","֊","֍§֍֎^0֎","}֏o֒","֑֓Ìg֑֒","֒֓֓֔","֔֕§֕֘","^0֖֗y֗֙Š","±֖֘֘֙","ֶ֚֙֡o","֛֢O֜֝","֝֞^0֞֟¡","֟֠^0֢֠","֛֡֡֜","֢֣֣֥","֤֦Ìg֥֤","֥֦֦֧","֧֪֨֩§","֩֫^0֪֪֨","֮֫֫֬","֭y֭֯б֮","֮֬֯֯","ְֱֱֳ","ֲZֲִŜ¯ֳ","ְֳִִ","ֵֶ֏ֵ","ֶַ֚","ָoָֺֹ","ֻÌgֺֹֺ","ֻֻּּ","ֽ§ֽ׀^0־ֿ","yֿׁб׀־","׀ׁׁׂ","ׂ׃B׃ס","ׄoׅ","O׆ׇׇ","^0¡","^0ׅ","׆","אÌ","gא","אבבה","גד§דו^","0הגהו","וטזחy","חיбטז","טיים","ךככלZ","למŜ¯םך","םממן","ןסBנַ","נׄס","עףףפ¥","פץârץצ","צקKקרĘ","רשLש","תO","t^0","ׯBׯ
","װײױ׳d","ײױײ׳","׳״״","f4","Ũµ0","Ŕ«","","","ň¥","Ű¹^0","F","،âr؆؇","F؇؈؈؉","^0؉؊؊،","؋؋؆","،؍؎","Ċ؎؏Ű¹؏ؐ","^0ؐؑؓ","ؒؑؓؖ","ؔؒؔؕ","ؕؖؔ","ؘؙؗؗ","ؘؙؚؚ","ؚ؛؛","؞\t؝","؞ء؟؝","؟ؠؠ","ء؟آؤ","أآؤإ","إأإئ","ئااب","بةث","تةثخ","جتجح","حدخج","دذذ","رزô{ز","سشش","صط\tضظ\v","طضظع","عغعط","غػؿ¤","Sؼؿ8ؽؿ^0ؾ","ػؾؼؾ","ؽؿـ","قHفك¢Rقف","قككل","لمHمن","ن¡هٍ","¤SوىIىي","¤Sيًٌو","ًٌٍُ","ٍََ£","ٍُِّ","OّْIْٔ","ِٓٔٗ","ٕٕٖٓ","ٖٕٝٗ","٘ٙ¦Tٙٚ","Iٜٚٛ٘","ٜٟٝٛ","ٝٞٞ٦","ٟٝ٠٧\n","١٧Ði٢٧°","Y٣٧²Z٤٧Òj","٥٧Ď٦٠","٦١٦٢","٦٣٦٤","٦٥٧¥","٨ٷ¨U٩ٳ","٪ٴ®X٫ٰªV٬","٭٭ٯªVٮ","٬ٯٲٰ","ٮٰٱٱ","ٴٲٰٳ","٪ٳ٫ٴ","ٵٵٶٶ","ٸٷ٩ٷ","ٸٸ§ٹ","ٺ³ٺ©ٻ","ټ¬Wټٽ0ٽپ","®Xپ«ٿڀ","\t\bڀځڄ","ĬڂڄÆdڃځ","ڃڂڄ¯","څچ$چ±","ڇڊڈڊ","ډڇډڈ","ڊ³ڋڑ","ڌڍIڍڎ","ڎڐڏڌ","ڐړڑڏ","ڑڒڒµ","ړڑڔښ","\bڕږIږڗ\b","ڗڙژڕ","ڙڜښژ","ښڛڛ·","ڜښڝڢèu","ڞڟڟڡèu","ڠڞڡڤ","ڢڠڢڣ","ڣ¹ڤڢ","ڥڦxڦڰ¼_","ڧڨxڨڰ¾`ک","ڪxڪڰÂbګڬ","}ڬڰ´ڭڮ","}ڮڰ^0گڥ","گڧگک","گګگڭ","ڰ»ڱڳ","ڲڱڲڳ","ڳڴڴڶ","ڵڷÀaڶڵ","ڶڷڷڸ","ڸڹڹ½","ںڼڻں","ڻڼڼڽ","ڽڿ,ھۀÀ","aڿھڿۀ","ۀہہۂ*","ۂ¿ۃۈ^","0ۄۅۅۇ^0","ۆۄۇۊ","ۈۆۈۉ","ۉÁۊۈ","ۋییۍ^0ۍ","ێێۏ^0ۏې","ېÃۑے","\bcےۣÆdۓ۔K","۔ە,ەۖÄc","ۖۗ*ۣۗ","ۘۙJۙۚ,ۚ","ۛÄcۛۜ*ۣۜ","۞M۞۟",",۟۠Äc۠ۡ","*ۣۡۢۑ","ۢۓۢۘ","ۣۭۢ","ۤۥ\f\bۥ۬.","ۦۧ\fۧۨ","ۨ۬۩۪\f","۪۬/۫ۤ","۫ۦ۫۩","۬ۯۭ۫","ۭۮۮÅ","ۯۭ۰۳Èe","۱۳Êf۲۰","۲۱۳Ç","۴܇8۵܇9","۶܇:۷܇;۸","܇G۹܇<ۺ܇","=ۻ܇Eۼ܇",">۽܇@۾܇?","ۿ܇A܀܇B","܁܇D܂܇F܃","܇H܄܇I܅܇","L܆۴܆۵","܆۶܆۷","܆۸܆۹","܆ۺ܆ۻ","܆ۼ܆۽","܆۾܆ۿ","܆܀܆܁","܆܂܆܃","܆܄܆܅","܇É܈܉","¯܉Ë܊܌","܋܊܋܌","܌܍܍","ÊfÍܐ","DܐÏܑܕ",'\nܒܕ"ܓܕ',"\vܔܑܔܒ","ܔܓܕÑ","ܖܙ\bܗܙ","\tܘܖܘܗ","ܙÓܚܟ","ætܛܜܜܞ","ætܝܛܞܡ","ܟܝܟܠ","ܠÕܡܟ","ܢܥârܣܥ","ætܤܢܤܣ","ܥ×ܦܩ","ÞpܧܩŤ³ܨܦ","ܨܧܩÙ","ܪܫn!ܫܬ$","ܬܭÜoܭÛ",'ܮܯo"ܯܰØmܰ',"Ýܱܵârܲ","ܵætܳܵèuܴܱ","ܴܴܲܳ","ܵßܷܶ","\t\tܷáܸܹ\t\n","ܹãܻܺ\t\v","ܻåܼܽ¯","ܽçܾܿ®","ܿé݀݅ì","w݂݂݄݁ì","w݄݃݁݇","݆݅݃݅","݆ë݇݅","݈ݎòz݉","݊݉݊","ݎî","xݍ݈ݍ݊","ݎíݏݒð","yݐݒ6ݑݏ","ݑݐݒï","ݓݖârݔݕ0","ݕݗĬݖݔ","ݖݗݗñ","ݘݙÎhݙݚârݚ","óݛݞÄcݜ","ݞö|ݝݛݝ","ݜݞõݟ","ݠ\b|ݠݡRݡݪ","ݢݣ\fݣݤ","ݤݩݥݦ\f","ݦݧݧݩ","ݨݢݨݥ","ݩݬݪݨ","ݪݫݫ÷","ݬݪݭݳ","ú~ݮݯIݯݰú","~ݰݲݱݮ","ݲݵݳݱ","ݳݴݴù","ݵݳݶݷ","OݷݸIݸݺ","ݹݶݺݽ","ݻݹݻݼ","ݼރݽݻ","ݾݿ¦TݿހI","ހނށݾ","ނޅރށ","ރބބދ","ޅރކތ","އތވތ.","މތ,ފތ\rދ","ކދއދ","ވދމދ","ފތûލ","ޓþގޏIޏ","ސþސޒޑ","ގޒޕޓ","ޑޓޔޔ","ýޕޓޖ","ޗOޗޘIޘޚ","ޙޖޚޝ","ޛޙޛޜ","ޜޣޝޛ","ޞޟ¦Tޟޠ","Iޠޢޡޞ","ޢޥޣޡ","ޣޤޤީ","ޥޣަު"," ާުިު","0ީަީާ","ީިުÿ","ޫެ\fެ","DŽãޭޮ\rޮ","Ǟðޯްް","Ăޱ","Ă","Ćޫޭ","ޯޱ","ā","Þp","Ą","ă","tŪ¶","߃Ƭ×߀","߀߂Ƭ×߁","߂߅߃߁","߃߄߄ą","߅߃߆ߋ","ƒÊ߇߈߈ߊ","ƒÊ߉߇ߊߍ","ߋ߉ߋߌ","ߌߏߍߋ","ߎߐĈ
ߏߎ","ߏߐߐć","ߑߒtߒߓ","Ū¶ߓߕߔߖ","&ߕߔߕߖ","ߖߗߗߜ","ƒÊߘߙ&ߙߛ","ƒÊߚߘߛߞ","ߜߚߜߝ","ߝߡߞߜ","ߟߠߠߢ","ƒÊߡߟߡߢ","ߢĉߣߨ","ârߤߥߥߧ","ârߦߤߧߪ","ߨߦߨߩ","ߩċߪߨ","߫߰äs߬߭","߭߯äs߮߬","߲߯߰߮","߰߱߱č","߲߰߳߸","*ߴ߸.ߵ߸","0߶߸2߷߳","߷ߴ߷ߵ","߷߶߸ď","߹߿Ēߺ","IĒ߾","߽ߺ߾ࠁ","߿߽߿ࠀ","ࠀđࠁ߿","ࠂࠃ\fࠃࠍƮ","Øࠄࠅ\rࠅࠍNJ","æࠆࠇࠇࠍĔ","ࠈࠉࠉࠍĔ","ࠊࠋࠋࠍĖ","ࠌࠂࠌࠄ","ࠌࠆࠌࠈ","ࠌࠊࠍē","ࠎࠐƔËࠏࠑ","ࠐࠏࠐࠑ","ࠑࠓࠒࠔĄ","ࠓࠒࠓࠔ","ࠔĕࠕࠗź","¾ࠖ࠘ࠗࠖ","ࠗ࠘࠘ࠚ","࠙ࠛĈ
ࠚ࠙","ࠚࠛࠛė","ࠜࠢ8ࠝࠞ","Iࠞࠟ8ࠟࠡ","ࠠࠝࠡࠤ","ࠢࠠࠢࠣ","ࠣęࠤࠢ","ࠥࠫ4ࠦࠧI","ࠧࠨ4ࠨࠪ","ࠩࠦࠪ࠭","ࠫࠩࠫࠬ","ࠬě࠭ࠫ","࠴H%࠰I࠰࠱","H%࠱࠳࠲","࠳࠶࠴࠲","࠴࠵࠵ĝ","࠶࠴࠷࠽","X-࠸࠹I࠹࠺X-࠺","࠼࠻࠸࠼","࠽࠻࠽","࠾࠾ğ","࠽ࡀࡁࡁ","ࡂĢࡂࡃࡃ","ࡄĢࡄࡅࡅ","ࡏࡆࡇࡇ","ࡈĤࡈࡉࡉ","ࡏࡊࡋ,ࡋ","ࡌĤࡌࡍ*ࡍ","ࡏࡎࡀࡎ","ࡆࡎࡊࡏ","ġࡐࡨ¬ࡑ","ࡨࡒࡔ$ࡓ","ࡒࡓࡔࡔ","ࡕࡕࡨ·ࡖ","ࡨ¸ࡗࡨ«ࡘ","ࡨ¼࡙ࡨ»࡚","ࡨ´࡛$","࡛","࡞࡞ࡨ¹","ࡨºࡠࡨªࡡ","ࡨ½ࡢࡨ¶ࡣ","ࡨµࡤࡨèuࡥ","ࡨMࡦࡨNࡧࡐ","ࡧࡑࡧࡓ","ࡧࡖࡧࡗ","ࡧࡘࡧ࡙","ࡧ࡚ࡧ","ࡧࡧࡠ","ࡧࡡࡧࡢ","ࡧࡣࡧࡤ","ࡧࡥࡧࡦ","ࡨģࡩ","Ģࡪ","Ģࡪࡰ","","ĥࡰ","ࡱࡲ\t\fࡲħ","ࡳࡴÊfࡴࡵ","ࡵࡷࡶࡳ","ࡶࡷࡷࡸ","ࡸࡹࡹĩ","ࡺࡻࡻࡼ","^0ࡼࡽࡽī","ࡾࢁĢࡿࢁĮ","ࢀࡾࢀࡿ","ࢁĭࢂࢉÂ","bࢃࢉ¼_ࢄࢉ¾`","ࢅࢉIJࢆࢉĴ","ࢇࢉİ࢈ࢂ","࢈ࢃ࢈ࢄ","࢈ࢅ࢈ࢆ","࢈ࢇࢉį","ࢊࢌࢋࢊ","ࢋࢌࢌࢍ","ࢍࢎĶ","ࢎ","","ı","","࢞,","࢘ľ ࢙࢘*","࢙࢚࢟࢟/","࢛࢜,࢜࢝","࢝࢟*࢞","࢚࢛࢞࢞","࢟ijࢠࢢ","ࢡࢣĸࢢࢡ","ࢢࢣࢣࢤ","ࢤࢥࢥĵ","ࢦࢧ^0ࢧࢰࢨ","ࢭ^0ࢩࢪࢪࢬ","^0ࢫࢩࢬࢯ","ࢭࢫࢭࢮ","ࢮࢱࢯࢭ","ࢰࢨࢰࢱ","ࢱķࢲࢷ","ĺࢳࢴࢴࢶ","ĺࢵࢳࢶࢹ","ࢷࢵࢷࢸ","ࢸĹࢹࢷ","ࢺࢻļࢻࢼ","ࢼࢽ^0ࢽĻ","ࢾࣁØmࢿࣁ´","ࣀࢾࣀࢿ","ࣁĽࣂࣇŀ","¡ࣃࣄࣄࣆŀ","¡ࣅࣃࣆࣉ","ࣇࣅࣇࣈ","ࣈĿࣉࣇ","࣊࣋ł¢࣋࣌","࣌࣍^0࣍Ł","࣑࣎Øm࣏࣑´","࣐࣐࣏࣎","࣑Ń࣒࣓^0","࣓ࣔࣔࣕ^0ࣕ","ࣜࣖࣗ^0ࣗࣘ","ࣘࣜࣙࣚ","ࣚࣜ^0࣒ࣛ","ࣛࣖࣛࣙ","ࣜŅࣝࣞ","ârࣞࣟŰ¹ࣟ࣠","^0࣠Ň࣡\b¥","ࣣârࣣࣨ","ࣤࣥ\fࣥࣧF","ࣦࣤࣧ࣪","ࣦࣩࣨࣨ","ࣩʼn࣪ࣨ","࣫࣬¦&࣭࣬°","ࣰ࣭ô{ࣰ࣮^0࣯࣫","ࣰ࣯࣮ŋ","ࣱࣲ§'ࣲࣳ","°ࣳōࣴࣵ","Ő©ࣶࣵ^0ࣶࣽ","ࣷࣸŐ©ࣹࣸ","ࣹࣺĘࣺࣻ","ࣻࣽࣼࣴ","ࣼࣷࣽŏ","ࣾࣿŒªࣿऀ","Jऀँ7ँं","Jंőःऊâ","rऄआअइĊ","आअआइ","इईईऊ","उःउऄ","ऊœऋऎf","4ऌऎŎ¨ऍऋ","ऍऌऎŕ","एऐऐऑF","ऑऒtऒओ^0","ओŗऔक","कखOखगtग","घ^0घřङच","चछछज","tजझ^0झś","ञणްटठ","ठढްडट","ढथणड","णततŝ","थणदफâ","rधननपâ","rऩधपभ","फऩफब","बयभफ","मर\t\rयम","यररş","ऱशârलळ","ळवârऴल","वसशऴ","शषषš","सशही#","ऺी$ऻीŲº","़ीŴ»ऽीŶ¼","ाीŸ½िह","िऺिऻ","ि़िऽ","िाीţ","ुू\tूť","ृॄ°ॄॅ´(","ॅŧॆे°","ेैµ)ैũ","ॉॊ°ॊो¶*","ोūौ्°","्ॎ·+ॎŭ","ॏॐ°ॐ॑¸,","॑ů॒॓0","॓ű॔ॕ%","ॕųॖॗ&","ॗŵक़ख़'","ख़ŷग़ज़\t","ज़Źड़ढ़","ढ़फ़ż¿फ़य़","य़।ॠॡż¿","ॡॢॢ।","ॣड़ॣॠ","।Ż॥०\b¿","०१žÀ१६","२३\f३५ƄÃ","४२५८","६४६७","७Ž८६","९ॷƀÁ॰ॷƂÂ","ॱॷƌÇॲॷƎÈ","ॳॷƐÉॴॷƆÄ","ॵॷƊÆॶ९","ॶ॰ॶॱ","ॶॲॶॳ","ॶॴॶॵ","ॷſॸॹĦ","ॹƁॺॻŦ´","ॻॼƆÄॼƃ","ॽॾॾঃƆÄ","ॿঀঀঃƒÊ","ঁঃƊÆংॽ","ংॿংঁ","ঃƅঅƒÊ","অইআঈƈÅ","ইআইঈ","ঈউউঊ","ঊƇঋঌ\bÅ","ঌż¿ও","এ\fএঐ","ঐż¿","কও","ওঔঔƉ","কওখগ","গঘż¿ঘঙ","ঙƋচছ","ছজż¿জঝ","ঝƍঞটƒÊ","টƏঠদ·","ডদ¹ঢদ´","ণদªতদ«","থঠথড","থঢথণ","থতদƑ","ধভ°নভ®","ভ²পভ¯","ফভŤ³বধ","বনব","বপবফ","ভƓময","যলƖÌরলƖÌ","মর","লƕ\bÌ","ƘÍ","শষ\fষহƜÏ","সশহ়","স","Ɨ়","ঽৃƚÎাৃƦÔ","িৃƨÕীৃƪÖ","ুৃƞÐূঽ","ূাূি","ূীূু","ৃƙৄĦ","ƛে","ে্ƞÐৈ","ƖÌো","ো্ৌ","ৌৈ্Ɲ","ৎƬ×","ƠÑ","","Ɵ","ড়ƢÒড়ƤÓ","ৗƢÒ","ƤÓড়","","ৗড়ơ","ঢ়\bÒয়ƖÌ","য়ৠৡ\f","ৡৢৢƖÌ","ৣৠ১","ৣ০","০ƣ১","২৩\bÓ৩৪Ƭ×","৪৫0৫৬ƖÌ","৬৵৭৮\f","৮৯৯ৰƬ×","ৰৱ0ৱ৲ƖÌ","৲৴৳৭","৴৷৵৳","৵৶৶ƥ","৷৵৸৹","৹৺ƖÌ৺৻","৻Ƨৼ৽\bÕ","৽²৾Ƭ×","ৼ৾","ਆਁਂ\f","ਂਃਃਅƬ×","ਁਅਈ","ਆਆਇ","ਇƩਈਆ","ਉਏ·ਊਏ¹","ਏ´ਏª","ਏ«ਉ","ਊ","","ਏƫਐਖ°","ਖ®ਖ²","ਓਖ¯ਔਖŤ³","ਕਐਕ","ਕਕਓ","ਕਔਖƭ","ਗਘਘਙưÙ","ਙਚਚਟ","ਛਜưÙਜਝ","ਝਟਞਗ","ਞਛਟƯ","ਠਡ\bÙਡਢƲÚ","ਢਧਣਤ\f","ਤਦƸÝਥਣ","ਦਧਥ","ਧਨਨƱ","ਧਪਰƴÛ","ਫਰƶÜਬਰǀá","ਭਰǂâਮਰdžä","ਯਪਯਫ","ਯਬਯਭ","ਯਮਰƳ","ਲĦਲƵ","ਲ਼Ŧ´ਵƺÞ","ਵƷਸ਼","ƺÞਸƾà","ਹਸ਼ਹਸ","ƹ਼Ljå","਼ਾਿƼß","ਾਾਿ","ਿੀੀੁ","ੁƻੂ\bß","ưÙ","\fੇ","ੇưÙੈ","ੌੈ","ੋੋƽ","ੌ੍","ưÙ","ƿੑ","ưÙ","ǁ\bâ","Ljå","ਖ਼\fਖ਼ਗ਼","ਗ਼ੜLjåਜ਼","ੜਜ਼","ਫ਼ਫ਼ǃ","\bã","ǂâ੧","\f੦²","੦੩","੧੧੨","੨Dž੩੧","੪ੰ·੫ੰ¹","੬ੰ´੭ੰª","੮ੰ«੯੪","੯੫੯੬","੯੭੯੮","ੰLJੱ°","ੲ®ੳ²","ੴ¯ੵŤ³","੶ੱ੶ੲ","੶ੳ੶ੴ","੶ੵlj","njç","","njç","","Nj","ઁં\bçંઃǎè","ઃઈઅ\f","અઇǔëઆ","ઇઊઈઆ","ઈઉઉǍ","ઊઈઋઑǐé","ઌઑǒêઍઑǜï","ઑǞðએઑǠñ","ઐઋઐઌ","ઐઍઐ","ઐએઑǏ","ઓĦઓǑ","ઔકŦ´કખǖì","ખǓગઘ","ઘછǖìઙછǚî","ચગચઙ","છǕજઝǢò","ઝટઞઠǘí","ટઞટઠ","ઠડડઢ","ઢǗણત\bí","તથnjçથફ","દધ\fધન","નપnjçદ","પભફ","ફબબǙ","ભફમય","યરnjçર","Ǜલળ","ળnjçવ","વǝશષ\bð","ષ²સǢò","હશહસ","ી઼\f","઼ઽઽિǢò","ાિૂ","ીાીુ","ુǟૂી","ૃૉ·ૄૉ¹","ૅૉ´ૉª","ેૉ«ૈૃ","ૈૄૈૅ","ૈૈે","ૉǡૐ°","ોૐ®ૌૐ²","્ૐ¯ૐŤ³","ો","ૌ્","ૐǣ","ǦôǨõ","","ǥǮø","ǰùǼÿ","","Dzú","","ǧ","ǪöૡJ","ૠૢǼÿૡૠ","ૡૢૢૣ","ૣJǬ÷","ǩ૦૧,","૧૪*૨૪.","૩૦૩૨","૪ǫ૫૬,","૬૭&૭૮*૮","ǭ૯૰,૰","૱Ǵû૱J","Ǹý","","","ૹ&ૹ","ૺ*ૺǯૻ","ૼ,ૼ૽Ǵû૽","ଁJ૾Ǹý૿","૾ଃଁ","૿ଁଂଂ","ଃଁ","ଅ*ଅDZଆ","ଇ,ଇଈ&ଈଉ","Ǵûଉଊ*ଊdz","ଋଐǶüଌ","ଏǶüଌ","ଏଐ","ଐǵ","ଐଓଗ","ØmଔଖÚnକଔ","ଖଙଗକ","ଗଘଘǷ","ଙଗଚଝ","Ƕüଛଜ0ଜଞ","Ǻþଝଛଝଞ","ଞଟଟଠ","Jଠǹଡନ","´ଢତଣଥ","^0ତଣତଥ","ଥଦଦନ","ଧଡଧଢ","ନǻଫǾ","Āପଫବ","ବପବଭ","ଭǽମଶȀ","āଯଶǦôରଲ","ଳ^0ଲ","ଲଳଳ","ଶଵମ","ଵଯଵର","ଶǿଷହȂĂ","ସଷହ","ସ","ȁ଼ି\n","ଽି¾ା଼","ାଽିȃ","ୀୂୁୃȆĄ","ୂୁୃୄ","ୄୂୄ","େ","େȅୈȈą","ୋୌȊĆ","ୋୌ୍","୍ୋ୍","","ȇ\bą","ୖØm$","ୖÜo୕","୕ୖୟ","ୗ\fÚn","","ଡ଼ଡ଼","ଢ଼ୗ","ୡୟଢ଼ୟ","ୠୠȉୡ","ୟୢୣୣ","^0୨","୦୨Ȍć୧ୢ","୧୦୨ȋ","୩୫\n୪୩","୫୬୬୪","୬୭୭ȍ","ĘȔȗȰȵɃɉɋ","ɍɑɖɞɥɶʁʈʌʗʥʹ","ː˛ˢ˫˰˷̢̝̥̬̀̕","̴̱̺͈͎͓̿͂͘ͰͻͿ","ΖΦέενςωϏϖϳІЌ","ЮзюќѥѮ҅ҋҢҿӅӋ","ӧӭӲӹӾԀԊԔԝԨԴՂ","ՇՐՙՠդհշվօ֊֒֘","ֳֵֺ֥֪֮֡׀הט","םנײ؋ؚؔ؟إجعؾ","قٍٕٝ٦ٰٳٷڃډڑښ","ڢگڲڶڻڿۈۭۢ۫۲܆","܋ܔܘܟܤܨܴ݅݊ݍݑݖ","ݝݨݪݳݻރދޓޛޣީ","߃ߋߏߕߜߡߨ߰߷߿ࠌ","ࠐࠓࠗࠚࠢࠫ࠴࠽ࡎࡓࡧ","ࡶࢀ࢈ࢋ࢞ࢢࢭࢰࢷ","ࣀࣇ࣐࣯ࣛࣨࣼआउऍणफ","यशिॣ६ॶংইওথব","ূৌ৵ਆਕਞ","ਧਯਹਾ੧੯੶ઈઐ","ચટફહીૈૡ૩","ଁଐଗଝତଧବଲଵା","ୄ୍୕ୟ୧୬"].join(""),kR=(new a.a.atn.ATNDeserializer).deserialize(MR),UR=kR.decisionToState.map(((t,e)=>new a.a.dfa.DFA(t,e))),PR=new a.a.PredictionContextCache;class FR extends c{constructor(t){super(t),this._interp=new a.a.atn.ParserATNSimulator(this,kR,UR,PR),this.ruleNames=FR.ruleNames,this.literalNames=FR.literalNames,this.symbolicNames=FR.symbolicNames}get atn(){return kR}sempred(t,e,i){switch(e){case 19:return this.native_category_binding_list_sempred(t,i);case 40:return this.else_if_statement_list_sempred(t,i);case 46:return this.expression_sempred(t,i);case 50:return this.instance_expression_sempred(t,i);case 51:return this.mutable_instance_expression_sempred(t,i);case 57:return this.copy_from_sempred(t,i);case 58:return this.argument_assignment_list_sempred(t,i);case 68:return this.child_instance_sempred(t,i);case 97:return this.typedef_sempred(t,i);case 108:return this.nospace_hyphen_identifier_or_keyword_sempred(t,i);case 109:return this.nospace_identifier_or_keyword_sempred(t,i);case 122:return this.any_type_sempred(t,i);case 163:return this.assignable_instance_sempred(t,i);case 164:return this.is_expression_sempred(t,i);case 165:return this.metadata_sempred(t,i);case 178:return this.new_token_sempred(t,i);case 179:return this.key_token_sempred(t,i);case 180:return this.module_token_sempred(t,i);case 181:return this.value_token_sempred(t,i);case 182:return this.symbols_token_sempred(t,i);case 189:return this.javascript_expression_sempred(t,i);case 195:return this.javascript_arguments_sempred(t,i);case 202:return this.python_expression_sempred(t,i);case 208:return this.python_ordinal_argument_list_sempred(t,i);case 209:return this.python_named_argument_list_sempred(t,i);case 211:return this.python_identifier_expression_sempred(t,i);case 215:return this.java_expression_sempred(t,i);case 221:return this.java_arguments_sempred(t,i);case 224:return this.java_identifier_expression_sempred(t,i);case 225:return this.java_class_identifier_expression_sempred(t,i);case 229:return this.csharp_expression_sempred(t,i);case 235:return this.csharp_arguments_sempred(t,i);case 238:return this.csharp_identifier_expression_sempred(t,i);case 259:return this.css_identifier_sempred(t,i);default:throw"No predicate with index:"+e}}native_category_binding_list_sempred(t,e){switch(e){case 0:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}else_if_statement_list_sempred(t,e){switch(e){case 1:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}expression_sempred(t,e){switch(e){case 2:return this.precpred(this._ctx,20);case 3:return this.precpred(this._ctx,19);case 4:return this.precpred(this._ctx,18);case 5:return this.precpred(this._ctx,17);case 6:return this.precpred(this._ctx,16);case 7:return this.precpred(this._ctx,15);case 8:return this.precpred(this._ctx,13);case 9:return this.precpred(this._ctx,12);case 10:return this.precpred(this._ctx,11);case 11:return this.precpred(this._ctx,10);case 12:return this.precpred(this._ctx,7);case 13:return this.precpred(this._ctx,6);case 14:return this.precpred(this._ctx,5);case 15:return this.precpred(this._ctx,1);case 16:return this.precpred(this._ctx,24);case 17:return this.precpred(this._ctx,21);case 18:return this.precpred(this._ctx,14);case 19:return this.precpred(this._ctx,9);case 20:return this.precpred(this._ctx,8);default:throw"No predicate with index:"+e}}instance_expression_sempred(t,e){switch(e){case 21:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}mutable_instance_expression_sempred(t,e){switch(e){case 22:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}copy_from_sempred(t,e){switch(e){case 23:return this.willNotBe(this.equalToken());default:throw"No predicate with index:"+e}}argument_assignment_list_sempred(t,e){switch(e){case 24:return this.willNotBe(this.equalToken());case 25:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}child_instance_sempred(t,e){switch(e){case 26:case 27:return this.wasNot(FR.WS);default:throw"No predicate with index:"+e}}typedef_sempred(t,e){switch(e){case 28:return this.precpred(this._ctx,6);case 29:return this.precpred(this._ctx,5);case 30:return this.precpred(this._ctx,4);default:throw"No predicate with index:"+e}}nospace_hyphen_identifier_or_keyword_sempred(t,e){switch(e){case 31:return this.wasNotWhiteSpace();default:throw"No predicate with index:"+e}}nospace_identifier_or_keyword_sempred(t,e){switch(e){case 32:return this.wasNotWhiteSpace();default:throw"No predicate with index:"+e}}any_type_sempred(t,e){switch(e){case 33:return this.precpred(this._ctx,2);case 34:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}assignable_instance_sempred(t,e){switch(e){case 35:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}is_expression_sempred(t,e){switch(e){case 36:return this.willBeAOrAn();default:throw"No predicate with index:"+e}}metadata_sempred(t,e){switch(e){case 37:return this.willBeText("metadata");default:throw"No predicate with index:"+e}}new_token_sempred(t,e){switch(e){case 38:return this.isText(t.i1,"new");default:throw"No predicate with index:"+e}}key_token_sempred(t,e){switch(e){case 39:return this.isText(t.i1,"key");default:throw"No predicate with index:"+e}}module_token_sempred(t,e){switch(e){case 40:return this.isText(t.i1,"module");default:throw"No predicate with index:"+e}}value_token_sempred(t,e){switch(e){case 41:return this.isText(t.i1,"value");default:throw"No predicate with index:"+e}}symbols_token_sempred(t,e){switch(e){case 42:return this.isText(t.i1,"symbols");default:throw"No predicate with index:"+e}}javascript_expression_sempred(t,e){switch(e){case 43:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}javascript_arguments_sempred(t,e){switch(e){case 44:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}python_expression_sempred(t,e){switch(e){case 45:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}python_ordinal_argument_list_sempred(t,e){switch(e){case 46:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}python_named_argument_list_sempred(t,e){switch(e){case 47:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}python_identifier_expression_sempred(t,e){switch(e){case 48:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}java_expression_sempred(t,e){switch(e){case 49:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}java_arguments_sempred(t,e){switch(e){case 50:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}java_identifier_expression_sempred(t,e){switch(e){case 51:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}java_class_identifier_expression_sempred(t,e){switch(e){case 52:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}csharp_expression_sempred(t,e){switch(e){case 53:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}csharp_arguments_sempred(t,e){switch(e){case 54:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}csharp_identifier_expression_sempred(t,e){switch(e){case 55:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}css_identifier_sempred(t,e){switch(e){case 56:return this.precpred(this._ctx,1);default:throw"No predicate with index:"+e}}enum_category_declaration(){let t=new HR(this,this._ctx,this.state);this.enterRule(t,0,FR.RULE_enum_category_declaration);try{switch(this.enterOuterAlt(t,1),this.state=524,this.match(FR.ENUM),this.state=525,t.name=this.type_identifier(),this.state=526,this.match(FR.LPAR),this.state=533,this._errHandler.sync(this),this._input.LA(1)){case FR.TYPE_IDENTIFIER:this.state=527,t.derived=this.type_identifier(),this.state=530,this._errHandler.sync(this),this._input.LA(1)===FR.COMMA&&(this.state=528,this.match(FR.COMMA),this.state=529,t.attrs=this.attribute_identifier_list());break;case FR.RESOURCE:case FR.STORABLE:case FR.VARIABLE_IDENTIFIER:this.state=532,t.attrs=this.attribute_identifier_list();break;default:throw new a.a.error.NoViableAltException(this)}this.state=535,this.match(FR.RPAR),this.state=536,this.match(FR.COLON),this.state=537,this.indent(),this.state=538,t.symbols=this.category_symbol_list(),this.state=539,this.dedent()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}enum_native_declaration(){let t=new VR(this,this._ctx,this.state);this.enterRule(t,2,FR.RULE_enum_native_declaration);try{this.enterOuterAlt(t,1),this.state=541,this.match(FR.ENUM),this.state=542,t.name=this.type_identifier(),this.state=543,this.match(FR.LPAR),this.state=544,t.typ=this.native_type(),this.state=545,this.match(FR.RPAR),this.state=546,this.match(FR.COLON),this.state=547,this.indent(),this.state=548,t.symbols=this.native_symbol_list(),this.state=549,this.dedent()}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}native_symbol(){let t=new BR(this,this._ctx,this.state);this.enterRule(t,4,FR.RULE_native_symbol);try{this.enterOuterAlt(t,1),this.state=551,t.name=this.symbol_identifier(),this.state=552,this.match(FR.EQ),this.state=553,t.exp=this.expression(0)}catch(e){if(!(e instanceof a.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}category_symbol(){let t=new GR(this,this._ctx,this.state);this.enterRule(t,6,FR.RULE_category_symbol);var e=0;try{this.enterOuterAlt(t,1),this.state=555,t.name=this.symbol_identifier(),this.state=556,this.match(FR.LPAR),this.state=558,this._errHandler.sync(this),(0==((e=this._input.LA(1))-21&-32)&&0!=(1<'","'>='","'<'","'<='","'<>'","'<:>'","'='","'!='","'=='","'~='","'~'","'<-'","'->'","'=>'","'Boolean'","'Css'","'Character'","'Text'","'Integer'","'Decimal'","'Date'","'Time'","'DateTime'","'Period'","'Version'","'Method:'","'Code'","'Document'","'Blob'","'Image'","'Uuid'","'DbId'","'Iterator'","'Cursor'","'Html'","'Type'","'abstract'","'all'","'always'","'and'","'any'","'as'",null,"'attr'","'attribute'","'attributes'","'bindings'","'break'","'by'","'case'","'catch'","'category'","'class'","'contains'","'def'","'default'","'define'","'delete'",null,"'do'","'doing'","'each'","'else'","'enum'","'enumerated'","'except'","'execute'","'expecting'","'extends'","'fetch'","'filtered'","'finally'","'flush'","'for'","'from'","'getter'","'has'","'if'","'in'","'include'","'index'","'invoke:'","'is'","'matching'","'method'","'methods'","'modulo'","'mutable'","'native'","'None'","'not'",null,"'null'","'on'","'one'","'operator'","'or'","'order'","'otherwise'","'pass'","'raise'","'read'","'receiving'","'resource'","'return'","'returning'","'rows'","'self'","'setter'","'singleton'","'sorted'","'storable'","'store'","'super'","'switch'","'test'","'then'","'this'","'throw'","'to'","'try'","'verifying'","'widget'","'with'","'when'","'where'","'while'","'write'",null,null,"'MIN_INTEGER'","'MAX_INTEGER'"]),DR(FR,"symbolicNames",[null,"INDENT","DEDENT","LF_TAB","LF_MORE","LF","TAB","WS","CSS_DATA","COMMENT","JAVA","CSHARP","PYTHON2","PYTHON3","JAVASCRIPT","SWIFT","COLON","SEMI","COMMA","RANGE","DOT","LPAR","RPAR","LBRAK","RBRAK","LCURL","RCURL","QMARK","XMARK","AMP","AMP2","PIPE","PIPE2","PLUS","MINUS","STAR","SLASH","BSLASH","PERCENT","SHARP","GT","GTE","LT","LTE","LTGT","LTCOLONGT","EQ","XEQ","EQ2","TEQ","TILDE","LARROW","RARROW","EGT","BOOLEAN","CSS","CHARACTER","TEXT","INTEGER","DECIMAL","DATE","TIME","DATETIME","PERIOD","VERSION","METHOD_COLON","CODE","DOCUMENT","BLOB","IMAGE","UUID","DBID","ITERATOR","CURSOR","HTML","TYPE","ABSTRACT","ALL","ALWAYS","AND","ANY","AS","ASC","ATTR","ATTRIBUTE","ATTRIBUTES","BINDINGS","BREAK","BY","CASE","CATCH","CATEGORY","CLASS","CONTAINS","DEF","DEFAULT","DEFINE","DELETE","DESC","DO","DOING","EACH","ELSE","ENUM","ENUMERATED","EXCEPT","EXECUTE","EXPECTING","EXTENDS","FETCH","FILTERED","FINALLY","FLUSH","FOR","FROM","GETTER","HAS","IF","IN","INCLUDE","INDEX","INVOKE_COLON","IS","MATCHING","METHOD","METHODS","MODULO","MUTABLE","NATIVE","NONE","NOT","NOTHING","NULL","ON","ONE","OPERATOR","OR","ORDER","OTHERWISE","PASS","RAISE","READ","RECEIVING","RESOURCE","RETURN","RETURNING","ROWS","SELF","SETTER","SINGLETON","SORTED","STORABLE","STORE","SUPER","SWITCH","TEST","THEN","THIS","THROW","TO","TRY","VERIFYING","WIDGET","WITH","WHEN","WHERE","WHILE","WRITE","BOOLEAN_LITERAL","CHAR_LITERAL","MIN_INTEGER","MAX_INTEGER","SYMBOL_IDENTIFIER","TYPE_IDENTIFIER","VARIABLE_IDENTIFIER","NATIVE_IDENTIFIER","DOLLAR_IDENTIFIER","ARONDBASE_IDENTIFIER","TEXT_LITERAL","UUID_LITERAL","VERSION_LITERAL","INTEGER_LITERAL","HEXA_LITERAL","DECIMAL_LITERAL","DATETIME_LITERAL","TIME_LITERAL","DATE_LITERAL","PERIOD_LITERAL","JSX_TEXT"]),DR(FR,"ruleNames",["enum_category_declaration","enum_native_declaration","native_symbol","category_symbol","attribute_declaration","index_clause","concrete_widget_declaration","native_widget_declaration","concrete_category_declaration","singleton_category_declaration","derived_list","operator_method_declaration","setter_method_declaration","native_setter_declaration","getter_method_declaration","native_getter_declaration","native_category_declaration","native_resource_declaration","native_category_bindings","native_category_binding_list","abstract_global_method_declaration","abstract_member_method_declaration","concrete_method_declaration","native_method_declaration","test_method_declaration","assertion","typed_argument","statement","flush_statement","store_statement","method_call_expression","method_call_statement","with_resource_statement","with_singleton_statement","switch_statement","switch_case_statement","for_each_statement","do_while_statement","while_statement","if_statement","else_if_statement_list","raise_statement","try_statement","catch_statement","break_statement","return_statement","expression","filter_expression","type_expression","selectable_expression","instance_expression","mutable_instance_expression","method_expression","instance_selector","blob_expression","document_expression","constructor_expression","copy_from","argument_assignment_list","argument_assignment","write_statement","filtered_list_suffix","fetch_expression","fetch_statement","then","read_statement","sorted_expression","assign_instance_statement","child_instance","assign_tuple_statement","lfs","lfp","ws_plus","indent","dedent","type_literal","null_literal","comment_statement","repl","declaration_list","declarations","declaration","annotation_constructor","annotation_identifier","annotation_argument","annotation_argument_name","annotation_argument_value","resource_declaration","enum_declaration","native_symbol_list","category_symbol_list","symbol_list","attribute_constraint","list_literal","set_literal","expression_list","range_literal","typedef","primary_type","native_type","category_type","mutable_category_type","code_type","category_declaration","widget_declaration","type_identifier_list","method_identifier","identifier_or_keyword","nospace_hyphen_identifier_or_keyword","nospace_identifier_or_keyword","identifier","member_identifier","variable_identifier","attribute_identifier","type_identifier","symbol_identifier","argument_list","argument","operator_argument","named_argument","code_argument","category_or_any_type","any_type","member_method_declaration_list","member_method_declaration","native_member_method_declaration_list","native_member_method_declaration","native_category_binding","python_category_binding","python_module","javascript_category_binding","javascript_module","variable_identifier_list","attribute_identifier_list","method_declaration","native_statement_list","native_statement","python_native_statement","javascript_native_statement","statement_list","assertion_list","switch_case_statement_list","catch_statement_list","literal_collection","atomic_literal","literal_list_literal","this_expression","super_expression","parenthesis_expression","literal_expression","collection_literal","tuple_literal","dict_literal","document_literal","expression_tuple","doc_entry_list","doc_entry","doc_key","dict_entry_list","dict_entry","dict_key","slice_arguments","assign_variable_statement","assignable_instance","is_expression","metadata","arrow_expression","arrow_prefix","arrow_args","sorted_key","read_blob_expression","read_all_expression","read_one_expression","order_by_list","order_by","include_list","operator","keyword","new_token","key_token","module_token","value_token","symbols_token","assign","multiply","divide","idivide","modulo","javascript_statement","javascript_expression","javascript_primary_expression","javascript_this_expression","javascript_new_expression","javascript_selector_expression","javascript_method_expression","javascript_arguments","javascript_item_expression","javascript_parenthesis_expression","javascript_identifier_expression","javascript_literal_expression","javascript_identifier","python_statement","python_expression","python_primary_expression","python_self_expression","python_selector_expression","python_method_expression","python_argument_list","python_ordinal_argument_list","python_named_argument_list","python_parenthesis_expression","python_identifier_expression","python_literal_expression","python_identifier","java_statement","java_expression","java_primary_expression","java_this_expression","java_new_expression","java_selector_expression","java_method_expression","java_arguments","java_item_expression","java_parenthesis_expression","java_identifier_expression","java_class_identifier_expression","java_literal_expression","java_identifier","csharp_statement","csharp_expression","csharp_primary_expression","csharp_this_expression","csharp_new_expression","csharp_selector_expression","csharp_method_expression","csharp_arguments","csharp_item_expression","csharp_parenthesis_expression","csharp_identifier_expression","csharp_literal_expression","csharp_identifier","jsx_expression","jsx_element","jsx_fragment","jsx_fragment_start","jsx_fragment_end","jsx_self_closing","jsx_opening","jsx_closing","jsx_element_name","jsx_identifier","jsx_attribute","jsx_attribute_value","jsx_children","jsx_child","jsx_text","jsx_char","css_expression","css_field","css_identifier","css_value","css_text"]),FR.EOF=a.a.Token.EOF,FR.INDENT=1,FR.DEDENT=2,FR.LF_TAB=3,FR.LF_MORE=4,FR.LF=5,FR.TAB=6,FR.WS=7,FR.CSS_DATA=8,FR.COMMENT=9,FR.JAVA=10,FR.CSHARP=11,FR.PYTHON2=12,FR.PYTHON3=13,FR.JAVASCRIPT=14,FR.SWIFT=15,FR.COLON=16,FR.SEMI=17,FR.COMMA=18,FR.RANGE=19,FR.DOT=20,FR.LPAR=21,FR.RPAR=22,FR.LBRAK=23,FR.RBRAK=24,FR.LCURL=25,FR.RCURL=26,FR.QMARK=27,FR.XMARK=28,FR.AMP=29,FR.AMP2=30,FR.PIPE=31,FR.PIPE2=32,FR.PLUS=33,FR.MINUS=34,FR.STAR=35,FR.SLASH=36,FR.BSLASH=37,FR.PERCENT=38,FR.SHARP=39,FR.GT=40,FR.GTE=41,FR.LT=42,FR.LTE=43,FR.LTGT=44,FR.LTCOLONGT=45,FR.EQ=46,FR.XEQ=47,FR.EQ2=48,FR.TEQ=49,FR.TILDE=50,FR.LARROW=51,FR.RARROW=52,FR.EGT=53,FR.BOOLEAN=54,FR.CSS=55,FR.CHARACTER=56,FR.TEXT=57,FR.INTEGER=58,FR.DECIMAL=59,FR.DATE=60,FR.TIME=61,FR.DATETIME=62,FR.PERIOD=63,FR.VERSION=64,FR.METHOD_COLON=65,FR.CODE=66,FR.DOCUMENT=67,FR.BLOB=68,FR.IMAGE=69,FR.UUID=70,FR.DBID=71,FR.ITERATOR=72,FR.CURSOR=73,FR.HTML=74,FR.TYPE=75,FR.ABSTRACT=76,FR.ALL=77,FR.ALWAYS=78,FR.AND=79,FR.ANY=80,FR.AS=81,FR.ASC=82,FR.ATTR=83,FR.ATTRIBUTE=84,FR.ATTRIBUTES=85,FR.BINDINGS=86,FR.BREAK=87,FR.BY=88,FR.CASE=89,FR.CATCH=90,FR.CATEGORY=91,FR.CLASS=92,FR.CONTAINS=93,FR.DEF=94,FR.DEFAULT=95,FR.DEFINE=96,FR.DELETE=97,FR.DESC=98,FR.DO=99,FR.DOING=100,FR.EACH=101,FR.ELSE=102,FR.ENUM=103,FR.ENUMERATED=104,FR.EXCEPT=105,FR.EXECUTE=106,FR.EXPECTING=107,FR.EXTENDS=108,FR.FETCH=109,FR.FILTERED=110,FR.FINALLY=111,FR.FLUSH=112,FR.FOR=113,FR.FROM=114,FR.GETTER=115,FR.HAS=116,FR.IF=117,FR.IN=118,FR.INCLUDE=119,FR.INDEX=120,FR.INVOKE_COLON=121,FR.IS=122,FR.MATCHING=123,FR.METHOD=124,FR.METHODS=125,FR.MODULO=126,FR.MUTABLE=127,FR.NATIVE=128,FR.NONE=129,FR.NOT=130,FR.NOTHING=131,FR.NULL=132,FR.ON=133,FR.ONE=134,FR.OPERATOR=135,FR.OR=136,FR.ORDER=137,FR.OTHERWISE=138,FR.PASS=139,FR.RAISE=140,FR.READ=141,FR.RECEIVING=142,FR.RESOURCE=143,FR.RETURN=144,FR.RETURNING=145,FR.ROWS=146,FR.SELF=147,FR.SETTER=148,FR.SINGLETON=149,FR.SORTED=150,FR.STORABLE=151,FR.STORE=152,FR.SUPER=153,FR.SWITCH=154,FR.TEST=155,FR.THEN=156,FR.THIS=157,FR.THROW=158,FR.TO=159,FR.TRY=160,FR.VERIFYING=161,FR.WIDGET=162,FR.WITH=163,FR.WHEN=164,FR.WHERE=165,FR.WHILE=166,FR.WRITE=167,FR.BOOLEAN_LITERAL=168,FR.CHAR_LITERAL=169,FR.MIN_INTEGER=170,FR.MAX_INTEGER=171,FR.SYMBOL_IDENTIFIER=172,FR.TYPE_IDENTIFIER=173,FR.VARIABLE_IDENTIFIER=174,FR.NATIVE_IDENTIFIER=175,FR.DOLLAR_IDENTIFIER=176,FR.ARONDBASE_IDENTIFIER=177,FR.TEXT_LITERAL=178,FR.UUID_LITERAL=179,FR.VERSION_LITERAL=180,FR.INTEGER_LITERAL=181,FR.HEXA_LITERAL=182,FR.DECIMAL_LITERAL=183,FR.DATETIME_LITERAL=184,FR.TIME_LITERAL=185,FR.DATE_LITERAL=186,FR.PERIOD_LITERAL=187,FR.JSX_TEXT=188,FR.RULE_enum_category_declaration=0,FR.RULE_enum_native_declaration=1,FR.RULE_native_symbol=2,FR.RULE_category_symbol=3,FR.RULE_attribute_declaration=4,FR.RULE_index_clause=5,FR.RULE_concrete_widget_declaration=6,FR.RULE_native_widget_declaration=7,FR.RULE_concrete_category_declaration=8,FR.RULE_singleton_category_declaration=9,FR.RULE_derived_list=10,FR.RULE_operator_method_declaration=11,FR.RULE_setter_method_declaration=12,FR.RULE_native_setter_declaration=13,FR.RULE_getter_method_declaration=14,FR.RULE_native_getter_declaration=15,FR.RULE_native_category_declaration=16,FR.RULE_native_resource_declaration=17,FR.RULE_native_category_bindings=18,FR.RULE_native_category_binding_list=19,FR.RULE_abstract_global_method_declaration=20,FR.RULE_abstract_member_method_declaration=21,FR.RULE_concrete_method_declaration=22,FR.RULE_native_method_declaration=23,FR.RULE_test_method_declaration=24,FR.RULE_assertion=25,FR.RULE_typed_argument=26,FR.RULE_statement=27,FR.RULE_flush_statement=28,FR.RULE_store_statement=29,FR.RULE_method_call_expression=30,FR.RULE_method_call_statement=31,FR.RULE_with_resource_statement=32,FR.RULE_with_singleton_statement=33,FR.RULE_switch_statement=34,FR.RULE_switch_case_statement=35,FR.RULE_for_each_statement=36,FR.RULE_do_while_statement=37,FR.RULE_while_statement=38,FR.RULE_if_statement=39,FR.RULE_else_if_statement_list=40,FR.RULE_raise_statement=41,FR.RULE_try_statement=42,FR.RULE_catch_statement=43,FR.RULE_break_statement=44,FR.RULE_return_statement=45,FR.RULE_expression=46,FR.RULE_filter_expression=47,FR.RULE_type_expression=48,FR.RULE_selectable_expression=49,FR.RULE_instance_expression=50,FR.RULE_mutable_instance_expression=51,FR.RULE_method_expression=52,FR.RULE_instance_selector=53,FR.RULE_blob_expression=54,FR.RULE_document_expression=55,FR.RULE_constructor_expression=56,FR.RULE_copy_from=57,FR.RULE_argument_assignment_list=58,FR.RULE_argument_assignment=59,FR.RULE_write_statement=60,FR.RULE_filtered_list_suffix=61,FR.RULE_fetch_expression=62,FR.RULE_fetch_statement=63,FR.RULE_then=64,FR.RULE_read_statement=65,FR.RULE_sorted_expression=66,FR.RULE_assign_instance_statement=67,FR.RULE_child_instance=68,FR.RULE_assign_tuple_statement=69,FR.RULE_lfs=70,FR.RULE_lfp=71,FR.RULE_ws_plus=72,FR.RULE_indent=73,FR.RULE_dedent=74,FR.RULE_type_literal=75,FR.RULE_null_literal=76,FR.RULE_comment_statement=77,FR.RULE_repl=78,FR.RULE_declaration_list=79,FR.RULE_declarations=80,FR.RULE_declaration=81,FR.RULE_annotation_constructor=82,FR.RULE_annotation_identifier=83,FR.RULE_annotation_argument=84,FR.RULE_annotation_argument_name=85,FR.RULE_annotation_argument_value=86,FR.RULE_resource_declaration=87,FR.RULE_enum_declaration=88,FR.RULE_native_symbol_list=89,FR.RULE_category_symbol_list=90,FR.RULE_symbol_list=91,FR.RULE_attribute_constraint=92,FR.RULE_list_literal=93,FR.RULE_set_literal=94,FR.RULE_expression_list=95,FR.RULE_range_literal=96,FR.RULE_typedef=97,FR.RULE_primary_type=98,FR.RULE_native_type=99,FR.RULE_category_type=100,FR.RULE_mutable_category_type=101,FR.RULE_code_type=102,FR.RULE_category_declaration=103,FR.RULE_widget_declaration=104,FR.RULE_type_identifier_list=105,FR.RULE_method_identifier=106,FR.RULE_identifier_or_keyword=107,FR.RULE_nospace_hyphen_identifier_or_keyword=108,FR.RULE_nospace_identifier_or_keyword=109,FR.RULE_identifier=110,FR.RULE_member_identifier=111,FR.RULE_variable_identifier=112,FR.RULE_attribute_identifier=113,FR.RULE_type_identifier=114,FR.RULE_symbol_identifier=115,FR.RULE_argument_list=116,FR.RULE_argument=117,FR.RULE_operator_argument=118,FR.RULE_named_argument=119,FR.RULE_code_argument=120,FR.RULE_category_or_any_type=121,FR.RULE_any_type=122,FR.RULE_member_method_declaration_list=123,FR.RULE_member_method_declaration=124,FR.RULE_native_member_method_declaration_list=125,FR.RULE_native_member_method_declaration=126,FR.RULE_native_category_binding=127,FR.RULE_python_category_binding=128,FR.RULE_python_module=129,FR.RULE_javascript_category_binding=130,FR.RULE_javascript_module=131,FR.RULE_variable_identifier_list=132,FR.RULE_attribute_identifier_list=133,FR.RULE_method_declaration=134,FR.RULE_native_statement_list=135,FR.RULE_native_statement=136,FR.RULE_python_native_statement=137,FR.RULE_javascript_native_statement=138,FR.RULE_statement_list=139,FR.RULE_assertion_list=140,FR.RULE_switch_case_statement_list=141,FR.RULE_catch_statement_list=142,FR.RULE_literal_collection=143,FR.RULE_atomic_literal=144,FR.RULE_literal_list_literal=145,FR.RULE_this_expression=146,FR.RULE_super_expression=147,FR.RULE_parenthesis_expression=148,FR.RULE_literal_expression=149,FR.RULE_collection_literal=150,FR.RULE_tuple_literal=151,FR.RULE_dict_literal=152,FR.RULE_document_literal=153,FR.RULE_expression_tuple=154,FR.RULE_doc_entry_list=155,FR.RULE_doc_entry=156,FR.RULE_doc_key=157,FR.RULE_dict_entry_list=158,FR.RULE_dict_entry=159,FR.RULE_dict_key=160,FR.RULE_slice_arguments=161,FR.RULE_assign_variable_statement=162,FR.RULE_assignable_instance=163,FR.RULE_is_expression=164,FR.RULE_metadata=165,FR.RULE_arrow_expression=166,FR.RULE_arrow_prefix=167,FR.RULE_arrow_args=168,FR.RULE_sorted_key=169,FR.RULE_read_blob_expression=170,FR.RULE_read_all_expression=171,FR.RULE_read_one_expression=172,FR.RULE_order_by_list=173,FR.RULE_order_by=174,FR.RULE_include_list=175,FR.RULE_operator=176,FR.RULE_keyword=177,FR.RULE_new_token=178,FR.RULE_key_token=179,FR.RULE_module_token=180,FR.RULE_value_token=181,FR.RULE_symbols_token=182,FR.RULE_assign=183,FR.RULE_multiply=184,FR.RULE_divide=185,FR.RULE_idivide=186,FR.RULE_modulo=187,FR.RULE_javascript_statement=188,FR.RULE_javascript_expression=189,FR.RULE_javascript_primary_expression=190,FR.RULE_javascript_this_expression=191,FR.RULE_javascript_new_expression=192,FR.RULE_javascript_selector_expression=193,FR.RULE_javascript_method_expression=194,FR.RULE_javascript_arguments=195,FR.RULE_javascript_item_expression=196,FR.RULE_javascript_parenthesis_expression=197,FR.RULE_javascript_identifier_expression=198,FR.RULE_javascript_literal_expression=199,FR.RULE_javascript_identifier=200,FR.RULE_python_statement=201,FR.RULE_python_expression=202,FR.RULE_python_primary_expression=203,FR.RULE_python_self_expression=204,FR.RULE_python_selector_expression=205,FR.RULE_python_method_expression=206,FR.RULE_python_argument_list=207,FR.RULE_python_ordinal_argument_list=208,FR.RULE_python_named_argument_list=209,FR.RULE_python_parenthesis_expression=210,FR.RULE_python_identifier_expression=211,FR.RULE_python_literal_expression=212,FR.RULE_python_identifier=213,FR.RULE_java_statement=214,FR.RULE_java_expression=215,FR.RULE_java_primary_expression=216,FR.RULE_java_this_expression=217,FR.RULE_java_new_expression=218,FR.RULE_java_selector_expression=219,FR.RULE_java_method_expression=220,FR.RULE_java_arguments=221,FR.RULE_java_item_expression=222,FR.RULE_java_parenthesis_expression=223,FR.RULE_java_identifier_expression=224,FR.RULE_java_class_identifier_expression=225,FR.RULE_java_literal_expression=226,FR.RULE_java_identifier=227,FR.RULE_csharp_statement=228,FR.RULE_csharp_expression=229,FR.RULE_csharp_primary_expression=230,FR.RULE_csharp_this_expression=231,FR.RULE_csharp_new_expression=232,FR.RULE_csharp_selector_expression=233,FR.RULE_csharp_method_expression=234,FR.RULE_csharp_arguments=235,FR.RULE_csharp_item_expression=236,FR.RULE_csharp_parenthesis_expression=237,FR.RULE_csharp_identifier_expression=238,FR.RULE_csharp_literal_expression=239,FR.RULE_csharp_identifier=240,FR.RULE_jsx_expression=241,FR.RULE_jsx_element=242,FR.RULE_jsx_fragment=243,FR.RULE_jsx_fragment_start=244,FR.RULE_jsx_fragment_end=245,FR.RULE_jsx_self_closing=246,FR.RULE_jsx_opening=247,FR.RULE_jsx_closing=248,FR.RULE_jsx_element_name=249,FR.RULE_jsx_identifier=250,FR.RULE_jsx_attribute=251,FR.RULE_jsx_attribute_value=252,FR.RULE_jsx_children=253,FR.RULE_jsx_child=254,FR.RULE_jsx_text=255,FR.RULE_jsx_char=256,FR.RULE_css_expression=257,FR.RULE_css_field=258,FR.RULE_css_identifier=259,FR.RULE_css_value=260,FR.RULE_css_text=261;class HR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"type_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(dL):this.getTypedRuleContext(dL,t)})),this.parser=t,this.ruleIndex=FR.RULE_enum_category_declaration,this.name=null,this.derived=null,this.attrs=null,this.symbols=null}ENUM(){return this.getToken(FR.ENUM,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}category_symbol_list(){return this.getTypedRuleContext(iA,0)}attribute_identifier_list(){return this.getTypedRuleContext(BL,0)}COMMA(){return this.getToken(FR.COMMA,0)}enterRule(t){t instanceof l&&t.enterEnum_category_declaration(this)}exitRule(t){t instanceof l&&t.exitEnum_category_declaration(this)}}class VR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_enum_native_declaration,this.name=null,this.typ=null,this.symbols=null}ENUM(){return this.getToken(FR.ENUM,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}type_identifier(){return this.getTypedRuleContext(dL,0)}native_type(){return this.getTypedRuleContext(IA,0)}native_symbol_list(){return this.getTypedRuleContext(eA,0)}enterRule(t){t instanceof l&&t.enterEnum_native_declaration(this)}exitRule(t){t instanceof l&&t.exitEnum_native_declaration(this)}}class BR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_native_symbol,this.name=null,this.exp=null}EQ(){return this.getToken(FR.EQ,0)}symbol_identifier(){return this.getTypedRuleContext(pL,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterNative_symbol(this)}exitRule(t){t instanceof l&&t.exitNative_symbol(this)}}class GR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_category_symbol,this.name=null,this.args=null}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}symbol_identifier(){return this.getTypedRuleContext(pL,0)}argument_assignment_list(){return this.getTypedRuleContext(dy,0)}enterRule(t){t instanceof l&&t.enterCategory_symbol(this)}exitRule(t){t instanceof l&&t.exitCategory_symbol(this)}}class jR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_attribute_declaration,this.name=null,this.typ=null,this.match=null,this.indices=null}ATTR(){return this.getToken(FR.ATTR,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}attribute_identifier(){return this.getTypedRuleContext(uL,0)}typedef(){return this.getTypedRuleContext(fA,0)}STORABLE(){return this.getToken(FR.STORABLE,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}PASS(){return this.getToken(FR.PASS,0)}attribute_constraint(){return this.getTypedRuleContext(rA,0)}index_clause(){return this.getTypedRuleContext(WR,0)}lfp(){return this.getTypedRuleContext(My,0)}enterRule(t){t instanceof l&&t.enterAttribute_declaration(this)}exitRule(t){t instanceof l&&t.exitAttribute_declaration(this)}}class WR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_index_clause,this.indices=null}INDEX(){return this.getToken(FR.INDEX,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}variable_identifier_list(){return this.getTypedRuleContext(VL,0)}enterRule(t){t instanceof l&&t.enterIndex_clause(this)}exitRule(t){t instanceof l&&t.exitIndex_clause(this)}}class JR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"type_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(dL):this.getTypedRuleContext(dL,t)})),this.parser=t,this.ruleIndex=FR.RULE_concrete_widget_declaration,this.name=null,this.derived=null,this.methods=null}WIDGET(){return this.getToken(FR.WIDGET,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}PASS(){return this.getToken(FR.PASS,0)}member_method_declaration_list(){return this.getTypedRuleContext(CL,0)}enterRule(t){t instanceof l&&t.enterConcrete_widget_declaration(this)}exitRule(t){t instanceof l&&t.exitConcrete_widget_declaration(this)}}class YR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_native_widget_declaration,this.name=null,this.bindings=null,this.methods=null}NATIVE(){return this.getToken(FR.NATIVE,0)}WIDGET(){return this.getToken(FR.WIDGET,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}lfp(){return this.getTypedRuleContext(My,0)}dedent(){return this.getTypedRuleContext(Py,0)}type_identifier(){return this.getTypedRuleContext(dL,0)}native_category_bindings(){return this.getTypedRuleContext(sT,0)}native_member_method_declaration_list(){return this.getTypedRuleContext(bL,0)}enterRule(t){t instanceof l&&t.enterNative_widget_declaration(this)}exitRule(t){t instanceof l&&t.exitNative_widget_declaration(this)}}class qR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_concrete_category_declaration,this.name=null,this.derived=null,this.attrs=null,this.methods=null}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}CLASS(){return this.getToken(FR.CLASS,0)}CATEGORY(){return this.getToken(FR.CATEGORY,0)}type_identifier(){return this.getTypedRuleContext(dL,0)}STORABLE(){return this.getToken(FR.STORABLE,0)}COMMA(){return this.getToken(FR.COMMA,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}derived_list(){return this.getTypedRuleContext(KR,0)}attribute_identifier_list(){return this.getTypedRuleContext(BL,0)}PASS(){return this.getToken(FR.PASS,0)}member_method_declaration_list(){return this.getTypedRuleContext(CL,0)}enterRule(t){t instanceof l&&t.enterConcrete_category_declaration(this)}exitRule(t){t instanceof l&&t.exitConcrete_category_declaration(this)}}class XR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_singleton_category_declaration,this.name=null,this.attrs=null,this.methods=null}SINGLETON(){return this.getToken(FR.SINGLETON,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}type_identifier(){return this.getTypedRuleContext(dL,0)}attribute_identifier_list(){return this.getTypedRuleContext(BL,0)}PASS(){return this.getToken(FR.PASS,0)}member_method_declaration_list(){return this.getTypedRuleContext(CL,0)}enterRule(t){t instanceof l&&t.enterSingleton_category_declaration(this)}exitRule(t){t instanceof l&&t.exitSingleton_category_declaration(this)}}class KR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_derived_list,this.items=null}type_identifier_list(){return this.getTypedRuleContext(tL,0)}enterRule(t){t instanceof l&&t.enterDerived_list(this)}exitRule(t){t instanceof l&&t.exitDerived_list(this)}}class zR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_operator_method_declaration,this.op=null,this.arg=null,this.typ=null,this.stmts=null}DEF(){return this.getToken(FR.DEF,0)}OPERATOR(){return this.getToken(FR.OPERATOR,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}operator(){return this.getTypedRuleContext(xC,0)}operator_argument(){return this.getTypedRuleContext(mL,0)}statement_list(){return this.getTypedRuleContext(ZL,0)}RARROW(){return this.getToken(FR.RARROW,0)}typedef(){return this.getTypedRuleContext(fA,0)}enterRule(t){t instanceof l&&t.enterOperator_method_declaration(this)}exitRule(t){t instanceof l&&t.exitOperator_method_declaration(this)}}class QR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_setter_method_declaration,this.name=null,this.stmts=null}DEF(){return this.getToken(FR.DEF,0)}SETTER(){return this.getToken(FR.SETTER,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}variable_identifier(){return this.getTypedRuleContext(cL,0)}statement_list(){return this.getTypedRuleContext(ZL,0)}enterRule(t){t instanceof l&&t.enterSetter_method_declaration(this)}exitRule(t){t instanceof l&&t.exitSetter_method_declaration(this)}}class ZR extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_native_setter_declaration,this.name=null,this.stmts=null}DEF(){return this.getToken(FR.DEF,0)}SETTER(){return this.getToken(FR.SETTER,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}variable_identifier(){return this.getTypedRuleContext(cL,0)}native_statement_list(){return this.getTypedRuleContext(jL,0)}NATIVE(){return this.getToken(FR.NATIVE,0)}enterRule(t){t instanceof l&&t.enterNative_setter_declaration(this)}exitRule(t){t instanceof l&&t.exitNative_setter_declaration(this)}}class $R extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_getter_method_declaration,this.name=null,this.stmts=null}DEF(){return this.getToken(FR.DEF,0)}GETTER(){return this.getToken(FR.GETTER,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}variable_identifier(){return this.getTypedRuleContext(cL,0)}statement_list(){return this.getTypedRuleContext(ZL,0)}enterRule(t){t instanceof l&&t.enterGetter_method_declaration(this)}exitRule(t){t instanceof l&&t.exitGetter_method_declaration(this)}}class tT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_native_getter_declaration,this.name=null,this.stmts=null}DEF(){return this.getToken(FR.DEF,0)}GETTER(){return this.getToken(FR.GETTER,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}variable_identifier(){return this.getTypedRuleContext(cL,0)}native_statement_list(){return this.getTypedRuleContext(jL,0)}NATIVE(){return this.getToken(FR.NATIVE,0)}enterRule(t){t instanceof l&&t.enterNative_getter_declaration(this)}exitRule(t){t instanceof l&&t.exitNative_getter_declaration(this)}}class eT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_native_category_declaration,this.name=null,this.attrs=null,this.bindings=null,this.methods=null}NATIVE(){return this.getToken(FR.NATIVE,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}CLASS(){return this.getToken(FR.CLASS,0)}CATEGORY(){return this.getToken(FR.CATEGORY,0)}type_identifier(){return this.getTypedRuleContext(dL,0)}native_category_bindings(){return this.getTypedRuleContext(sT,0)}STORABLE(){return this.getToken(FR.STORABLE,0)}lfp(){return this.getTypedRuleContext(My,0)}attribute_identifier_list(){return this.getTypedRuleContext(BL,0)}native_member_method_declaration_list(){return this.getTypedRuleContext(bL,0)}enterRule(t){t instanceof l&&t.enterNative_category_declaration(this)}exitRule(t){t instanceof l&&t.exitNative_category_declaration(this)}}class iT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_native_resource_declaration,this.name=null,this.attrs=null,this.bindings=null,this.methods=null}NATIVE(){return this.getToken(FR.NATIVE,0)}RESOURCE(){return this.getToken(FR.RESOURCE,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}type_identifier(){return this.getTypedRuleContext(dL,0)}native_category_bindings(){return this.getTypedRuleContext(sT,0)}STORABLE(){return this.getToken(FR.STORABLE,0)}lfp(){return this.getTypedRuleContext(My,0)}attribute_identifier_list(){return this.getTypedRuleContext(BL,0)}native_member_method_declaration_list(){return this.getTypedRuleContext(bL,0)}enterRule(t){t instanceof l&&t.enterNative_resource_declaration(this)}exitRule(t){t instanceof l&&t.exitNative_resource_declaration(this)}}class sT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_native_category_bindings,this.items=null}DEF(){return this.getToken(FR.DEF,0)}BINDINGS(){return this.getToken(FR.BINDINGS,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}CLASS(){return this.getToken(FR.CLASS,0)}CATEGORY(){return this.getToken(FR.CATEGORY,0)}native_category_binding_list(){return this.getTypedRuleContext(rT,0)}enterRule(t){t instanceof l&&t.enterNative_category_bindings(this)}exitRule(t){t instanceof l&&t.exitNative_category_bindings(this)}}class rT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_native_category_binding_list}copyFrom(t){super.copyFrom(t)}}class nT extends rT{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}lfp(){return this.getTypedRuleContext(My,0)}native_category_binding_list(){return this.getTypedRuleContext(rT,0)}native_category_binding(){return this.getTypedRuleContext(NL,0)}enterRule(t){t instanceof l&&t.enterNativeCategoryBindingListItem(this)}exitRule(t){t instanceof l&&t.exitNativeCategoryBindingListItem(this)}}FR.NativeCategoryBindingListItemContext=nT;class aT extends rT{constructor(t,e){super(t),this.item=null,super.copyFrom(e)}native_category_binding(){return this.getTypedRuleContext(NL,0)}enterRule(t){t instanceof l&&t.enterNativeCategoryBindingList(this)}exitRule(t){t instanceof l&&t.exitNativeCategoryBindingList(this)}}FR.NativeCategoryBindingListContext=aT;class oT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_abstract_global_method_declaration,this.name=null,this.args=null,this.typ=null}ABSTRACT(){return this.getToken(FR.ABSTRACT,0)}DEF(){return this.getToken(FR.DEF,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}type_identifier(){return this.getTypedRuleContext(dL,0)}RARROW(){return this.getToken(FR.RARROW,0)}argument_list(){return this.getTypedRuleContext(fL,0)}typedef(){return this.getTypedRuleContext(fA,0)}MUTABLE(){return this.getToken(FR.MUTABLE,0)}enterRule(t){t instanceof l&&t.enterAbstract_global_method_declaration(this)}exitRule(t){t instanceof l&&t.exitAbstract_global_method_declaration(this)}}class hT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_abstract_member_method_declaration,this.name=null,this.args=null,this.typ=null}ABSTRACT(){return this.getToken(FR.ABSTRACT,0)}DEF(){return this.getToken(FR.DEF,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}method_identifier(){return this.getTypedRuleContext(eL,0)}RARROW(){return this.getToken(FR.RARROW,0)}argument_list(){return this.getTypedRuleContext(fL,0)}typedef(){return this.getTypedRuleContext(fA,0)}MUTABLE(){return this.getToken(FR.MUTABLE,0)}enterRule(t){t instanceof l&&t.enterAbstract_member_method_declaration(this)}exitRule(t){t instanceof l&&t.exitAbstract_member_method_declaration(this)}}class lT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_concrete_method_declaration,this.name=null,this.args=null,this.typ=null,this.stmts=null}DEF(){return this.getToken(FR.DEF,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}method_identifier(){return this.getTypedRuleContext(eL,0)}PASS(){return this.getToken(FR.PASS,0)}RARROW(){return this.getToken(FR.RARROW,0)}statement_list(){return this.getTypedRuleContext(ZL,0)}argument_list(){return this.getTypedRuleContext(fL,0)}typedef(){return this.getTypedRuleContext(fA,0)}MUTABLE(){return this.getToken(FR.MUTABLE,0)}enterRule(t){t instanceof l&&t.enterConcrete_method_declaration(this)}exitRule(t){t instanceof l&&t.exitConcrete_method_declaration(this)}}class cT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_native_method_declaration,this.name=null,this.args=null,this.typ=null,this.stmts=null}DEF(){return this.getToken(FR.DEF,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}method_identifier(){return this.getTypedRuleContext(eL,0)}native_statement_list(){return this.getTypedRuleContext(jL,0)}NATIVE(){return this.getToken(FR.NATIVE,0)}RARROW(){return this.getToken(FR.RARROW,0)}argument_list(){return this.getTypedRuleContext(fL,0)}category_or_any_type(){return this.getTypedRuleContext(gL,0)}enterRule(t){t instanceof l&&t.enterNative_method_declaration(this)}exitRule(t){t instanceof l&&t.exitNative_method_declaration(this)}}class uT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"COLON",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.COLON):this.getToken(FR.COLON,t)})),DR(this,"indent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Uy):this.getTypedRuleContext(Uy,t)})),DR(this,"dedent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Py):this.getTypedRuleContext(Py,t)})),this.parser=t,this.ruleIndex=FR.RULE_test_method_declaration,this.name=null,this.stmts=null,this.exps=null,this.error=null}DEF(){return this.getToken(FR.DEF,0)}TEST(){return this.getToken(FR.TEST,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}lfp(){return this.getTypedRuleContext(My,0)}VERIFYING(){return this.getToken(FR.VERIFYING,0)}TEXT_LITERAL(){return this.getToken(FR.TEXT_LITERAL,0)}statement_list(){return this.getTypedRuleContext(ZL,0)}assertion_list(){return this.getTypedRuleContext($L,0)}symbol_identifier(){return this.getTypedRuleContext(pL,0)}enterRule(t){t instanceof l&&t.enterTest_method_declaration(this)}exitRule(t){t instanceof l&&t.exitTest_method_declaration(this)}}class dT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_assertion,this.exp=null}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterAssertion(this)}exitRule(t){t instanceof l&&t.exitAssertion(this)}}class pT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_typed_argument,this.name=null,this.typ=null,this.attrs=null,this.value=null}COLON(){return this.getToken(FR.COLON,0)}variable_identifier(){return this.getTypedRuleContext(cL,0)}category_or_any_type(){return this.getTypedRuleContext(gL,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}EQ(){return this.getToken(FR.EQ,0)}attribute_identifier_list(){return this.getTypedRuleContext(BL,0)}literal_expression(){return this.getTypedRuleContext(bI,0)}enterRule(t){t instanceof l&&t.enterTyped_argument(this)}exitRule(t){t instanceof l&&t.exitTyped_argument(this)}}class fT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_statement}copyFrom(t){super.copyFrom(t)}}class _T extends fT{constructor(t,e){super(t),this.decl=null,super.copyFrom(e)}comment_statement(){return this.getTypedRuleContext(Vy,0)}enterRule(t){t instanceof l&&t.enterCommentStatement(this)}exitRule(t){t instanceof l&&t.exitCommentStatement(this)}}FR.CommentStatementContext=_T;class xT extends fT{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}store_statement(){return this.getTypedRuleContext(PT,0)}enterRule(t){t instanceof l&&t.enterStoreStatement(this)}exitRule(t){t instanceof l&&t.exitStoreStatement(this)}}FR.StoreStatementContext=xT;class ET extends fT{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}with_singleton_statement(){return this.getTypedRuleContext(BT,0)}enterRule(t){t instanceof l&&t.enterWithSingletonStatement(this)}exitRule(t){t instanceof l&&t.exitWithSingletonStatement(this)}}FR.WithSingletonStatementContext=ET;class mT extends fT{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}write_statement(){return this.getTypedRuleContext(Ey,0)}enterRule(t){t instanceof l&&t.enterWriteStatement(this)}exitRule(t){t instanceof l&&t.exitWriteStatement(this)}}FR.WriteStatementContext=mT;class RT extends fT{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}while_statement(){return this.getTypedRuleContext(XT,0)}enterRule(t){t instanceof l&&t.enterWhileStatement(this)}exitRule(t){t instanceof l&&t.exitWhileStatement(this)}}FR.WhileStatementContext=RT;class TT extends fT{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}with_resource_statement(){return this.getTypedRuleContext(VT,0)}enterRule(t){t instanceof l&&t.enterWithResourceStatement(this)}exitRule(t){t instanceof l&&t.exitWithResourceStatement(this)}}FR.WithResourceStatementContext=TT;class gT extends fT{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}raise_statement(){return this.getTypedRuleContext($T,0)}enterRule(t){t instanceof l&&t.enterRaiseStatement(this)}exitRule(t){t instanceof l&&t.exitRaiseStatement(this)}}FR.RaiseStatementContext=gT;class yT extends fT{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}fetch_statement(){return this.getTypedRuleContext(yy,0)}enterRule(t){t instanceof l&&t.enterFetchStatement(this)}exitRule(t){t instanceof l&&t.exitFetchStatement(this)}}FR.FetchStatementContext=yT;class AT extends fT{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}break_statement(){return this.getTypedRuleContext(rg,0)}enterRule(t){t instanceof l&&t.enterBreakStatement(this)}exitRule(t){t instanceof l&&t.exitBreakStatement(this)}}FR.BreakStatementContext=AT;class LT extends fT{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}assign_instance_statement(){return this.getTypedRuleContext(by,0)}enterRule(t){t instanceof l&&t.enterAssignInstanceStatement(this)}exitRule(t){t instanceof l&&t.exitAssignInstanceStatement(this)}}FR.AssignInstanceStatementContext=LT;class IT extends fT{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}if_statement(){return this.getTypedRuleContext(KT,0)}enterRule(t){t instanceof l&&t.enterIfStatement(this)}exitRule(t){t instanceof l&&t.exitIfStatement(this)}}FR.IfStatementContext=IT;class CT extends fT{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}switch_statement(){return this.getTypedRuleContext(GT,0)}enterRule(t){t instanceof l&&t.enterSwitchStatement(this)}exitRule(t){t instanceof l&&t.exitSwitchStatement(this)}}FR.SwitchStatementContext=CT;class vT extends fT{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}try_statement(){return this.getTypedRuleContext(tg,0)}enterRule(t){t instanceof l&&t.enterTryStatement(this)}exitRule(t){t instanceof l&&t.exitTryStatement(this)}}FR.TryStatementContext=vT;class bT extends fT{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}read_statement(){return this.getTypedRuleContext(Cy,0)}enterRule(t){t instanceof l&&t.enterReadStatement(this)}exitRule(t){t instanceof l&&t.exitReadStatement(this)}}FR.ReadStatementContext=bT;class wT extends fT{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}method_call_statement(){return this.getTypedRuleContext(HT,0)}enterRule(t){t instanceof l&&t.enterMethodCallStatement(this)}exitRule(t){t instanceof l&&t.exitMethodCallStatement(this)}}FR.MethodCallStatementContext=wT;class NT extends fT{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}return_statement(){return this.getTypedRuleContext(ng,0)}enterRule(t){t instanceof l&&t.enterReturnStatement(this)}exitRule(t){t instanceof l&&t.exitReturnStatement(this)}}FR.ReturnStatementContext=NT;class ST extends fT{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}assign_tuple_statement(){return this.getTypedRuleContext(Oy,0)}enterRule(t){t instanceof l&&t.enterAssignTupleStatement(this)}exitRule(t){t instanceof l&&t.exitAssignTupleStatement(this)}}FR.AssignTupleStatementContext=ST;class OT extends fT{constructor(t,e){super(t),this.decl=null,super.copyFrom(e)}concrete_method_declaration(){return this.getTypedRuleContext(lT,0)}enterRule(t){t instanceof l&&t.enterClosureStatement(this)}exitRule(t){t instanceof l&&t.exitClosureStatement(this)}}FR.ClosureStatementContext=OT;class DT extends fT{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}flush_statement(){return this.getTypedRuleContext(UT,0)}enterRule(t){t instanceof l&&t.enterFlushStatement(this)}exitRule(t){t instanceof l&&t.exitFlushStatement(this)}}FR.FlushStatementContext=DT;class MT extends fT{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}do_while_statement(){return this.getTypedRuleContext(qT,0)}enterRule(t){t instanceof l&&t.enterDoWhileStatement(this)}exitRule(t){t instanceof l&&t.exitDoWhileStatement(this)}}FR.DoWhileStatementContext=MT;class kT extends fT{constructor(t,e){super(t),this.stmt=null,super.copyFrom(e)}for_each_statement(){return this.getTypedRuleContext(YT,0)}enterRule(t){t instanceof l&&t.enterForEachStatement(this)}exitRule(t){t instanceof l&&t.exitForEachStatement(this)}}FR.ForEachStatementContext=kT;class UT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_flush_statement}FLUSH(){return this.getToken(FR.FLUSH,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}enterRule(t){t instanceof l&&t.enterFlush_statement(this)}exitRule(t){t instanceof l&&t.exitFlush_statement(this)}}class PT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"LPAR",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.LPAR):this.getToken(FR.LPAR,t)})),DR(this,"RPAR",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.RPAR):this.getToken(FR.RPAR,t)})),DR(this,"expression_list",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(dA):this.getTypedRuleContext(dA,t)})),this.parser=t,this.ruleIndex=FR.RULE_store_statement,this.to_del=null,this.to_add=null,this.with_meta=null,this.stmts=null}DELETE(){return this.getToken(FR.DELETE,0)}STORE(){return this.getToken(FR.STORE,0)}WITH(){return this.getToken(FR.WITH,0)}metadata(){return this.getTypedRuleContext(eC,0)}THEN(){return this.getToken(FR.THEN,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}expression(){return this.getTypedRuleContext(ag,0)}statement_list(){return this.getTypedRuleContext(ZL,0)}AND(){return this.getToken(FR.AND,0)}enterRule(t){t instanceof l&&t.enterStore_statement(this)}exitRule(t){t instanceof l&&t.exitStore_statement(this)}}class FT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_method_call_expression,this.name=null,this.args=null}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}method_identifier(){return this.getTypedRuleContext(eL,0)}argument_assignment_list(){return this.getTypedRuleContext(dy,0)}enterRule(t){t instanceof l&&t.enterMethod_call_expression(this)}exitRule(t){t instanceof l&&t.exitMethod_call_expression(this)}}class HT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_method_call_statement,this.parent=null,this.method=null,this.name=null,this.stmts=null}method_call_expression(){return this.getTypedRuleContext(FT,0)}DOT(){return this.getToken(FR.DOT,0)}THEN(){return this.getToken(FR.THEN,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}instance_expression(){return this.getTypedRuleContext(Xg,0)}statement_list(){return this.getTypedRuleContext(ZL,0)}WITH(){return this.getToken(FR.WITH,0)}variable_identifier(){return this.getTypedRuleContext(cL,0)}enterRule(t){t instanceof l&&t.enterMethod_call_statement(this)}exitRule(t){t instanceof l&&t.exitMethod_call_statement(this)}}class VT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_with_resource_statement,this.stmt=null,this.stmts=null}WITH(){return this.getToken(FR.WITH,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}assign_variable_statement(){return this.getTypedRuleContext(XI,0)}statement_list(){return this.getTypedRuleContext(ZL,0)}enterRule(t){t instanceof l&&t.enterWith_resource_statement(this)}exitRule(t){t instanceof l&&t.exitWith_resource_statement(this)}}class BT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_with_singleton_statement,this.typ=null,this.stmts=null}WITH(){return this.getToken(FR.WITH,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}type_identifier(){return this.getTypedRuleContext(dL,0)}statement_list(){return this.getTypedRuleContext(ZL,0)}enterRule(t){t instanceof l&&t.enterWith_singleton_statement(this)}exitRule(t){t instanceof l&&t.exitWith_singleton_statement(this)}}class GT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"COLON",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.COLON):this.getToken(FR.COLON,t)})),DR(this,"indent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Uy):this.getTypedRuleContext(Uy,t)})),DR(this,"dedent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Py):this.getTypedRuleContext(Py,t)})),this.parser=t,this.ruleIndex=FR.RULE_switch_statement,this.exp=null,this.cases=null,this.stmts=null}SWITCH(){return this.getToken(FR.SWITCH,0)}ON(){return this.getToken(FR.ON,0)}expression(){return this.getTypedRuleContext(ag,0)}switch_case_statement_list(){return this.getTypedRuleContext(tI,0)}lfp(){return this.getTypedRuleContext(My,0)}OTHERWISE(){return this.getToken(FR.OTHERWISE,0)}statement_list(){return this.getTypedRuleContext(ZL,0)}enterRule(t){t instanceof l&&t.enterSwitch_statement(this)}exitRule(t){t instanceof l&&t.exitSwitch_statement(this)}}class jT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_switch_case_statement}copyFrom(t){super.copyFrom(t)}}class WT extends jT{constructor(t,e){super(t),this.exp=null,this.stmts=null,super.copyFrom(e)}WHEN(){return this.getToken(FR.WHEN,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}atomic_literal(){return this.getTypedRuleContext(aI,0)}statement_list(){return this.getTypedRuleContext(ZL,0)}enterRule(t){t instanceof l&&t.enterAtomicSwitchCase(this)}exitRule(t){t instanceof l&&t.exitAtomicSwitchCase(this)}}FR.AtomicSwitchCaseContext=WT;class JT extends jT{constructor(t,e){super(t),this.exp=null,this.stmts=null,super.copyFrom(e)}WHEN(){return this.getToken(FR.WHEN,0)}IN(){return this.getToken(FR.IN,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}literal_collection(){return this.getTypedRuleContext(iI,0)}statement_list(){return this.getTypedRuleContext(ZL,0)}enterRule(t){t instanceof l&&t.enterCollectionSwitchCase(this)}exitRule(t){t instanceof l&&t.exitCollectionSwitchCase(this)}}FR.CollectionSwitchCaseContext=JT;class YT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"variable_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(cL):this.getTypedRuleContext(cL,t)})),this.parser=t,this.ruleIndex=FR.RULE_for_each_statement,this.name1=null,this.name2=null,this.source=null,this.stmts=null}FOR(){return this.getToken(FR.FOR,0)}IN(){return this.getToken(FR.IN,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}expression(){return this.getTypedRuleContext(ag,0)}statement_list(){return this.getTypedRuleContext(ZL,0)}COMMA(){return this.getToken(FR.COMMA,0)}enterRule(t){t instanceof l&&t.enterFor_each_statement(this)}exitRule(t){t instanceof l&&t.exitFor_each_statement(this)}}class qT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_do_while_statement,this.stmts=null,this.exp=null}DO(){return this.getToken(FR.DO,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}lfp(){return this.getTypedRuleContext(My,0)}WHILE(){return this.getToken(FR.WHILE,0)}statement_list(){return this.getTypedRuleContext(ZL,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterDo_while_statement(this)}exitRule(t){t instanceof l&&t.exitDo_while_statement(this)}}class XT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_while_statement,this.exp=null,this.stmts=null}WHILE(){return this.getToken(FR.WHILE,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}expression(){return this.getTypedRuleContext(ag,0)}statement_list(){return this.getTypedRuleContext(ZL,0)}enterRule(t){t instanceof l&&t.enterWhile_statement(this)}exitRule(t){t instanceof l&&t.exitWhile_statement(this)}}class KT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"COLON",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.COLON):this.getToken(FR.COLON,t)})),DR(this,"indent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Uy):this.getTypedRuleContext(Uy,t)})),DR(this,"dedent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Py):this.getTypedRuleContext(Py,t)})),DR(this,"statement_list",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ZL):this.getTypedRuleContext(ZL,t)})),DR(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(My):this.getTypedRuleContext(My,t)})),this.parser=t,this.ruleIndex=FR.RULE_if_statement,this.exp=null,this.stmts=null,this.elseIfs=null,this.elseStmts=null}IF(){return this.getToken(FR.IF,0)}expression(){return this.getTypedRuleContext(ag,0)}ELSE(){return this.getToken(FR.ELSE,0)}else_if_statement_list(){return this.getTypedRuleContext(zT,0)}enterRule(t){t instanceof l&&t.enterIf_statement(this)}exitRule(t){t instanceof l&&t.exitIf_statement(this)}}class zT extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_else_if_statement_list}copyFrom(t){super.copyFrom(t)}}class QT extends zT{constructor(t,e){super(t),this.exp=null,this.stmts=null,super.copyFrom(e)}ELSE(){return this.getToken(FR.ELSE,0)}IF(){return this.getToken(FR.IF,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}expression(){return this.getTypedRuleContext(ag,0)}statement_list(){return this.getTypedRuleContext(ZL,0)}enterRule(t){t instanceof l&&t.enterElseIfStatementList(this)}exitRule(t){t instanceof l&&t.exitElseIfStatementList(this)}}FR.ElseIfStatementListContext=QT;class ZT extends zT{constructor(t,e){super(t),this.items=null,this.exp=null,this.stmts=null,super.copyFrom(e)}lfp(){return this.getTypedRuleContext(My,0)}ELSE(){return this.getToken(FR.ELSE,0)}IF(){return this.getToken(FR.IF,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}else_if_statement_list(){return this.getTypedRuleContext(zT,0)}expression(){return this.getTypedRuleContext(ag,0)}statement_list(){return this.getTypedRuleContext(ZL,0)}enterRule(t){t instanceof l&&t.enterElseIfStatementListItem(this)}exitRule(t){t instanceof l&&t.exitElseIfStatementListItem(this)}}FR.ElseIfStatementListItemContext=ZT;class $T extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_raise_statement,this.exp=null}RAISE(){return this.getToken(FR.RAISE,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterRaise_statement(this)}exitRule(t){t instanceof l&&t.exitRaise_statement(this)}}class tg extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"COLON",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.COLON):this.getToken(FR.COLON,t)})),DR(this,"indent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Uy):this.getTypedRuleContext(Uy,t)})),DR(this,"dedent",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Py):this.getTypedRuleContext(Py,t)})),DR(this,"lfs",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Dy):this.getTypedRuleContext(Dy,t)})),DR(this,"statement_list",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ZL):this.getTypedRuleContext(ZL,t)})),this.parser=t,this.ruleIndex=FR.RULE_try_statement,this.name=null,this.stmts=null,this.handlers=null,this.anyStmts=null,this.finalStmts=null}TRY(){return this.getToken(FR.TRY,0)}variable_identifier(){return this.getTypedRuleContext(cL,0)}EXCEPT(){return this.getToken(FR.EXCEPT,0)}FINALLY(){return this.getToken(FR.FINALLY,0)}catch_statement_list(){return this.getTypedRuleContext(eI,0)}enterRule(t){t instanceof l&&t.enterTry_statement(this)}exitRule(t){t instanceof l&&t.exitTry_statement(this)}}class eg extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_catch_statement}copyFrom(t){super.copyFrom(t)}}class ig extends eg{constructor(t,e){super(t),this.name=null,this.stmts=null,super.copyFrom(e)}EXCEPT(){return this.getToken(FR.EXCEPT,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}lfs(){return this.getTypedRuleContext(Dy,0)}symbol_identifier(){return this.getTypedRuleContext(pL,0)}statement_list(){return this.getTypedRuleContext(ZL,0)}enterRule(t){t instanceof l&&t.enterCatchAtomicStatement(this)}exitRule(t){t instanceof l&&t.exitCatchAtomicStatement(this)}}FR.CatchAtomicStatementContext=ig;class sg extends eg{constructor(t,e){super(t),this.exp=null,this.stmts=null,super.copyFrom(e)}EXCEPT(){return this.getToken(FR.EXCEPT,0)}IN(){return this.getToken(FR.IN,0)}LBRAK(){return this.getToken(FR.LBRAK,0)}RBRAK(){return this.getToken(FR.RBRAK,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}lfs(){return this.getTypedRuleContext(Dy,0)}symbol_list(){return this.getTypedRuleContext(sA,0)}statement_list(){return this.getTypedRuleContext(ZL,0)}enterRule(t){t instanceof l&&t.enterCatchCollectionStatement(this)}exitRule(t){t instanceof l&&t.exitCatchCollectionStatement(this)}}FR.CatchCollectionStatementContext=sg;class rg extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_break_statement}BREAK(){return this.getToken(FR.BREAK,0)}enterRule(t){t instanceof l&&t.enterBreak_statement(this)}exitRule(t){t instanceof l&&t.exitBreak_statement(this)}}class ng extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_return_statement,this.exp=null}RETURN(){return this.getToken(FR.RETURN,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterReturn_statement(this)}exitRule(t){t instanceof l&&t.exitReturn_statement(this)}}class ag extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_expression}copyFrom(t){super.copyFrom(t)}}class og extends ag{constructor(t,e){super(t),DR(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ag):this.getTypedRuleContext(ag,t)})),this.left=null,this.right=null,super.copyFrom(e)}idivide(){return this.getTypedRuleContext(OC,0)}enterRule(t){t instanceof l&&t.enterIntDivideExpression(this)}exitRule(t){t instanceof l&&t.exitIntDivideExpression(this)}}FR.IntDivideExpressionContext=og;class hg extends ag{constructor(t,e){super(t),this.left=null,this.right=null,super.copyFrom(e)}HAS(){return this.getToken(FR.HAS,0)}ANY(){return this.getToken(FR.ANY,0)}expression(){return this.getTypedRuleContext(ag,0)}filter_expression(){return this.getTypedRuleContext(Ug,0)}NOT(){return this.getToken(FR.NOT,0)}enterRule(t){t instanceof l&&t.enterHasAnyExpression(this)}exitRule(t){t instanceof l&&t.exitHasAnyExpression(this)}}FR.HasAnyExpressionContext=hg;class lg extends ag{constructor(t,e){super(t),DR(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ag):this.getTypedRuleContext(ag,t)})),this.left=null,this.right=null,super.copyFrom(e)}HAS(){return this.getToken(FR.HAS,0)}NOT(){return this.getToken(FR.NOT,0)}enterRule(t){t instanceof l&&t.enterHasExpression(this)}exitRule(t){t instanceof l&&t.exitHasExpression(this)}}FR.HasExpressionContext=lg;class cg extends ag{constructor(t,e){super(t),DR(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ag):this.getTypedRuleContext(ag,t)})),this.ifTrue=null,this.test=null,this.ifFalse=null,super.copyFrom(e)}IF(){return this.getToken(FR.IF,0)}ELSE(){return this.getToken(FR.ELSE,0)}enterRule(t){t instanceof l&&t.enterTernaryExpression(this)}exitRule(t){t instanceof l&&t.exitTernaryExpression(this)}}FR.TernaryExpressionContext=cg;class ug extends ag{constructor(t,e){super(t),DR(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ag):this.getTypedRuleContext(ag,t)})),this.left=null,this.right=null,super.copyFrom(e)}IN(){return this.getToken(FR.IN,0)}NOT(){return this.getToken(FR.NOT,0)}enterRule(t){t instanceof l&&t.enterInExpression(this)}exitRule(t){t instanceof l&&t.exitInExpression(this)}}FR.InExpressionContext=ug;class dg extends ag{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}jsx_expression(){return this.getTypedRuleContext(Zb,0)}enterRule(t){t instanceof l&&t.enterJsxExpression(this)}exitRule(t){t instanceof l&&t.exitJsxExpression(this)}}FR.JsxExpressionContext=dg;class pg extends ag{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}NOT(){return this.getToken(FR.NOT,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterNotExpression(this)}exitRule(t){t instanceof l&&t.exitNotExpression(this)}}FR.NotExpressionContext=pg;class fg extends ag{constructor(t,e){super(t),DR(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ag):this.getTypedRuleContext(ag,t)})),this.left=null,this.op=null,this.right=null,super.copyFrom(e)}LT(){return this.getToken(FR.LT,0)}LTE(){return this.getToken(FR.LTE,0)}GT(){return this.getToken(FR.GT,0)}GTE(){return this.getToken(FR.GTE,0)}enterRule(t){t instanceof l&&t.enterCompareExpression(this)}exitRule(t){t instanceof l&&t.exitCompareExpression(this)}}FR.CompareExpressionContext=fg;class _g extends ag{constructor(t,e){super(t),DR(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ag):this.getTypedRuleContext(ag,t)})),this.left=null,this.right=null,super.copyFrom(e)}OR(){return this.getToken(FR.OR,0)}enterRule(t){t instanceof l&&t.enterOrExpression(this)}exitRule(t){t instanceof l&&t.exitOrExpression(this)}}FR.OrExpressionContext=_g;class xg extends ag{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}CODE(){return this.getToken(FR.CODE,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterCodeExpression(this)}exitRule(t){t instanceof l&&t.exitCodeExpression(this)}}FR.CodeExpressionContext=xg;class Eg extends ag{constructor(t,e){super(t),DR(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ag):this.getTypedRuleContext(ag,t)})),this.left=null,this.right=null,super.copyFrom(e)}AND(){return this.getToken(FR.AND,0)}enterRule(t){t instanceof l&&t.enterAndExpression(this)}exitRule(t){t instanceof l&&t.exitAndExpression(this)}}FR.AndExpressionContext=Eg;class mg extends ag{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}arrow_expression(){return this.getTypedRuleContext(iC,0)}enterRule(t){t instanceof l&&t.enterArrowExpression(this)}exitRule(t){t instanceof l&&t.exitArrowExpression(this)}}FR.ArrowExpressionContext=mg;class Rg extends ag{constructor(t,e){super(t),DR(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ag):this.getTypedRuleContext(ag,t)})),this.left=null,this.right=null,super.copyFrom(e)}CONTAINS(){return this.getToken(FR.CONTAINS,0)}NOT(){return this.getToken(FR.NOT,0)}enterRule(t){t instanceof l&&t.enterContainsExpression(this)}exitRule(t){t instanceof l&&t.exitContainsExpression(this)}}FR.ContainsExpressionContext=Rg;class Tg extends ag{constructor(t,e){super(t),this.src=null,super.copyFrom(e)}filtered_list_suffix(){return this.getTypedRuleContext(my,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterFilteredListExpression(this)}exitRule(t){t instanceof l&&t.exitFilteredListExpression(this)}}FR.FilteredListExpressionContext=Tg;class gg extends ag{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}type_expression(){return this.getTypedRuleContext(Vg,0)}enterRule(t){t instanceof l&&t.enterTypeExpression(this)}exitRule(t){t instanceof l&&t.exitTypeExpression(this)}}FR.TypeExpressionContext=gg;class yg extends ag{constructor(t,e){super(t),DR(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ag):this.getTypedRuleContext(ag,t)})),this.left=null,this.right=null,super.copyFrom(e)}multiply(){return this.getTypedRuleContext(NC,0)}enterRule(t){t instanceof l&&t.enterMultiplyExpression(this)}exitRule(t){t instanceof l&&t.exitMultiplyExpression(this)}}FR.MultiplyExpressionContext=yg;class Ag extends ag{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}EXECUTE(){return this.getToken(FR.EXECUTE,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}variable_identifier(){return this.getTypedRuleContext(cL,0)}enterRule(t){t instanceof l&&t.enterExecuteExpression(this)}exitRule(t){t instanceof l&&t.exitExecuteExpression(this)}}FR.ExecuteExpressionContext=Ag;class Lg extends ag{constructor(t,e){super(t),DR(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ag):this.getTypedRuleContext(ag,t)})),this.exp=null,this.name=null,this.source=null,super.copyFrom(e)}FOR(){return this.getToken(FR.FOR,0)}EACH(){return this.getToken(FR.EACH,0)}IN(){return this.getToken(FR.IN,0)}variable_identifier(){return this.getTypedRuleContext(cL,0)}enterRule(t){t instanceof l&&t.enterIteratorExpression(this)}exitRule(t){t instanceof l&&t.exitIteratorExpression(this)}}FR.IteratorExpressionContext=Lg;class Ig extends ag{constructor(t,e){super(t),DR(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ag):this.getTypedRuleContext(ag,t)})),this.left=null,this.right=null,super.copyFrom(e)}divide(){return this.getTypedRuleContext(SC,0)}enterRule(t){t instanceof l&&t.enterDivideExpression(this)}exitRule(t){t instanceof l&&t.exitDivideExpression(this)}}FR.DivideExpressionContext=Ig;class Cg extends ag{constructor(t,e){super(t),this.left=null,this.right=null,super.copyFrom(e)}IS(){return this.getToken(FR.IS,0)}expression(){return this.getTypedRuleContext(ag,0)}is_expression(){return this.getTypedRuleContext(ZI,0)}NOT(){return this.getToken(FR.NOT,0)}enterRule(t){t instanceof l&&t.enterIsExpression(this)}exitRule(t){t instanceof l&&t.exitIsExpression(this)}}FR.IsExpressionContext=Cg;class vg extends ag{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}MINUS(){return this.getToken(FR.MINUS,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterMinusExpression(this)}exitRule(t){t instanceof l&&t.exitMinusExpression(this)}}FR.MinusExpressionContext=vg;class bg extends ag{constructor(t,e){super(t),DR(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ag):this.getTypedRuleContext(ag,t)})),this.left=null,this.op=null,this.right=null,super.copyFrom(e)}PLUS(){return this.getToken(FR.PLUS,0)}MINUS(){return this.getToken(FR.MINUS,0)}enterRule(t){t instanceof l&&t.enterAddExpression(this)}exitRule(t){t instanceof l&&t.exitAddExpression(this)}}FR.AddExpressionContext=bg;class wg extends ag{constructor(t,e){super(t),this.left=null,this.right=null,super.copyFrom(e)}HAS(){return this.getToken(FR.HAS,0)}ALL(){return this.getToken(FR.ALL,0)}expression(){return this.getTypedRuleContext(ag,0)}filter_expression(){return this.getTypedRuleContext(Ug,0)}NOT(){return this.getToken(FR.NOT,0)}enterRule(t){t instanceof l&&t.enterHasAllExpression(this)}exitRule(t){t instanceof l&&t.exitHasAllExpression(this)}}FR.HasAllExpressionContext=wg;class Ng extends ag{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}instance_expression(){return this.getTypedRuleContext(Xg,0)}enterRule(t){t instanceof l&&t.enterInstanceExpression(this)}exitRule(t){t instanceof l&&t.exitInstanceExpression(this)}}FR.InstanceExpressionContext=Ng;class Sg extends ag{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}mutable_instance_expression(){return this.getTypedRuleContext(Qg,0)}enterRule(t){t instanceof l&&t.enterMutableInstanceExpression(this)}exitRule(t){t instanceof l&&t.exitMutableInstanceExpression(this)}}FR.MutableInstanceExpressionContext=Sg;class Og extends ag{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}css_expression(){return this.getTypedRuleContext(gw,0)}enterRule(t){t instanceof l&&t.enterCssExpression(this)}exitRule(t){t instanceof l&&t.exitCssExpression(this)}}FR.CssExpressionContext=Og;class Dg extends ag{constructor(t,e){super(t),this.left=null,this.right=null,super.copyFrom(e)}AS(){return this.getToken(FR.AS,0)}expression(){return this.getTypedRuleContext(ag,0)}category_or_any_type(){return this.getTypedRuleContext(gL,0)}MUTABLE(){return this.getToken(FR.MUTABLE,0)}enterRule(t){t instanceof l&&t.enterCastExpression(this)}exitRule(t){t instanceof l&&t.exitCastExpression(this)}}FR.CastExpressionContext=Dg;class Mg extends ag{constructor(t,e){super(t),DR(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ag):this.getTypedRuleContext(ag,t)})),this.left=null,this.right=null,super.copyFrom(e)}modulo(){return this.getTypedRuleContext(DC,0)}enterRule(t){t instanceof l&&t.enterModuloExpression(this)}exitRule(t){t instanceof l&&t.exitModuloExpression(this)}}FR.ModuloExpressionContext=Mg;class kg extends ag{constructor(t,e){super(t),DR(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ag):this.getTypedRuleContext(ag,t)})),this.left=null,this.op=null,this.right=null,super.copyFrom(e)}EQ2(){return this.getToken(FR.EQ2,0)}XEQ(){return this.getToken(FR.XEQ,0)}TEQ(){return this.getToken(FR.TEQ,0)}enterRule(t){t instanceof l&&t.enterEqualsExpression(this)}exitRule(t){t instanceof l&&t.exitEqualsExpression(this)}}FR.EqualsExpressionContext=kg;class Ug extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_filter_expression}copyFrom(t){super.copyFrom(t)}}class Pg extends Ug{constructor(t,e){super(t),super.copyFrom(e)}variable_identifier(){return this.getTypedRuleContext(cL,0)}WHERE(){return this.getToken(FR.WHERE,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterExplicitFilterExpression(this)}exitRule(t){t instanceof l&&t.exitExplicitFilterExpression(this)}}FR.ExplicitFilterExpressionContext=Pg;class Fg extends Ug{constructor(t,e){super(t),super.copyFrom(e)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterOtherFilterExpression(this)}exitRule(t){t instanceof l&&t.exitOtherFilterExpression(this)}}FR.OtherFilterExpressionContext=Fg;class Hg extends Ug{constructor(t,e){super(t),super.copyFrom(e)}WHERE(){return this.getToken(FR.WHERE,0)}arrow_expression(){return this.getTypedRuleContext(iC,0)}enterRule(t){t instanceof l&&t.enterArrowFilterExpression(this)}exitRule(t){t instanceof l&&t.exitArrowFilterExpression(this)}}FR.ArrowFilterExpressionContext=Hg;class Vg extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_type_expression,this.name=null}type_identifier(){return this.getTypedRuleContext(dL,0)}enterRule(t){t instanceof l&&t.enterType_expression(this)}exitRule(t){t instanceof l&&t.exitType_expression(this)}}class Bg extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_selectable_expression}copyFrom(t){super.copyFrom(t)}}class Gg extends Bg{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}this_expression(){return this.getTypedRuleContext(II,0)}enterRule(t){t instanceof l&&t.enterThisExpression(this)}exitRule(t){t instanceof l&&t.exitThisExpression(this)}}FR.ThisExpressionContext=Gg;class jg extends Bg{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}parenthesis_expression(){return this.getTypedRuleContext(vI,0)}enterRule(t){t instanceof l&&t.enterParenthesisExpression(this)}exitRule(t){t instanceof l&&t.exitParenthesisExpression(this)}}FR.ParenthesisExpressionContext=jg;class Wg extends Bg{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}literal_expression(){return this.getTypedRuleContext(bI,0)}enterRule(t){t instanceof l&&t.enterLiteralExpression(this)}exitRule(t){t instanceof l&&t.exitLiteralExpression(this)}}FR.LiteralExpressionContext=Wg;class Jg extends Bg{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}method_expression(){return this.getTypedRuleContext(ty,0)}enterRule(t){t instanceof l&&t.enterMethodExpression(this)}exitRule(t){t instanceof l&&t.exitMethodExpression(this)}}FR.MethodExpressionContext=Jg;class Yg extends Bg{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}super_expression(){return this.getTypedRuleContext(CI,0)}enterRule(t){t instanceof l&&t.enterSuperExpression(this)}exitRule(t){t instanceof l&&t.exitSuperExpression(this)}}FR.SuperExpressionContext=Yg;class qg extends Bg{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}identifier(){return this.getTypedRuleContext(nL,0)}enterRule(t){t instanceof l&&t.enterIdentifierExpression(this)}exitRule(t){t instanceof l&&t.exitIdentifierExpression(this)}}FR.IdentifierExpressionContext=qg;class Xg extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_instance_expression}copyFrom(t){super.copyFrom(t)}}class Kg extends Xg{constructor(t,e){super(t),this.parent=null,this.selector=null,super.copyFrom(e)}instance_expression(){return this.getTypedRuleContext(Xg,0)}instance_selector(){return this.getTypedRuleContext(ey,0)}enterRule(t){t instanceof l&&t.enterSelectorExpression(this)}exitRule(t){t instanceof l&&t.exitSelectorExpression(this)}}FR.SelectorExpressionContext=Kg;class zg extends Xg{constructor(t,e){super(t),this.parent=null,super.copyFrom(e)}selectable_expression(){return this.getTypedRuleContext(Bg,0)}enterRule(t){t instanceof l&&t.enterSelectableExpression(this)}exitRule(t){t instanceof l&&t.exitSelectableExpression(this)}}FR.SelectableExpressionContext=zg;class Qg extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_mutable_instance_expression}copyFrom(t){super.copyFrom(t)}}class Zg extends Qg{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}MUTABLE(){return this.getToken(FR.MUTABLE,0)}identifier(){return this.getTypedRuleContext(nL,0)}enterRule(t){t instanceof l&&t.enterMutableSelectableExpression(this)}exitRule(t){t instanceof l&&t.exitMutableSelectableExpression(this)}}FR.MutableSelectableExpressionContext=Zg;class $g extends Qg{constructor(t,e){super(t),this.parent=null,this.selector=null,super.copyFrom(e)}mutable_instance_expression(){return this.getTypedRuleContext(Qg,0)}instance_selector(){return this.getTypedRuleContext(ey,0)}enterRule(t){t instanceof l&&t.enterMutableSelectorExpression(this)}exitRule(t){t instanceof l&&t.exitMutableSelectorExpression(this)}}FR.MutableSelectorExpressionContext=$g;class ty extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_method_expression}blob_expression(){return this.getTypedRuleContext(ay,0)}document_expression(){return this.getTypedRuleContext(oy,0)}fetch_expression(){return this.getTypedRuleContext(Ry,0)}read_blob_expression(){return this.getTypedRuleContext(cC,0)}read_all_expression(){return this.getTypedRuleContext(uC,0)}read_one_expression(){return this.getTypedRuleContext(dC,0)}sorted_expression(){return this.getTypedRuleContext(vy,0)}method_call_expression(){return this.getTypedRuleContext(FT,0)}constructor_expression(){return this.getTypedRuleContext(hy,0)}enterRule(t){t instanceof l&&t.enterMethod_expression(this)}exitRule(t){t instanceof l&&t.exitMethod_expression(this)}}class ey extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_instance_selector}copyFrom(t){super.copyFrom(t)}}class iy extends ey{constructor(t,e){super(t),this.xslice=null,super.copyFrom(e)}LBRAK(){return this.getToken(FR.LBRAK,0)}RBRAK(){return this.getToken(FR.RBRAK,0)}slice_arguments(){return this.getTypedRuleContext(WI,0)}enterRule(t){t instanceof l&&t.enterSliceSelector(this)}exitRule(t){t instanceof l&&t.exitSliceSelector(this)}}FR.SliceSelectorContext=iy;class sy extends ey{constructor(t,e){super(t),this.method=null,super.copyFrom(e)}DOT(){return this.getToken(FR.DOT,0)}method_call_expression(){return this.getTypedRuleContext(FT,0)}enterRule(t){t instanceof l&&t.enterMethodSelector(this)}exitRule(t){t instanceof l&&t.exitMethodSelector(this)}}FR.MethodSelectorContext=sy;class ry extends ey{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}DOT(){return this.getToken(FR.DOT,0)}member_identifier(){return this.getTypedRuleContext(lL,0)}enterRule(t){t instanceof l&&t.enterMemberSelector(this)}exitRule(t){t instanceof l&&t.exitMemberSelector(this)}}FR.MemberSelectorContext=ry;class ny extends ey{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}LBRAK(){return this.getToken(FR.LBRAK,0)}RBRAK(){return this.getToken(FR.RBRAK,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterItemSelector(this)}exitRule(t){t instanceof l&&t.exitItemSelector(this)}}FR.ItemSelectorContext=ny;class ay extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_blob_expression}BLOB(){return this.getToken(FR.BLOB,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterBlob_expression(this)}exitRule(t){t instanceof l&&t.exitBlob_expression(this)}}class oy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_document_expression,this.exp=null}DOCUMENT(){return this.getToken(FR.DOCUMENT,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}FROM(){return this.getToken(FR.FROM,0)}EQ(){return this.getToken(FR.EQ,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterDocument_expression(this)}exitRule(t){t instanceof l&&t.exitDocument_expression(this)}}class hy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_constructor_expression}copyFrom(t){super.copyFrom(t)}}class ly extends hy{constructor(t,e){super(t),this.typ=null,this.copyExp=null,this.args=null,super.copyFrom(e)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}mutable_category_type(){return this.getTypedRuleContext(JA,0)}copy_from(){return this.getTypedRuleContext(uy,0)}COMMA(){return this.getToken(FR.COMMA,0)}argument_assignment_list(){return this.getTypedRuleContext(dy,0)}enterRule(t){t instanceof l&&t.enterConstructorFrom(this)}exitRule(t){t instanceof l&&t.exitConstructorFrom(this)}}FR.ConstructorFromContext=ly;class cy extends hy{constructor(t,e){super(t),this.typ=null,this.args=null,super.copyFrom(e)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}mutable_category_type(){return this.getTypedRuleContext(JA,0)}argument_assignment_list(){return this.getTypedRuleContext(dy,0)}enterRule(t){t instanceof l&&t.enterConstructorNoFrom(this)}exitRule(t){t instanceof l&&t.exitConstructorNoFrom(this)}}FR.ConstructorNoFromContext=cy;class uy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_copy_from,this.exp=null}FROM(){return this.getToken(FR.FROM,0)}assign(){return this.getTypedRuleContext(wC,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterCopy_from(this)}exitRule(t){t instanceof l&&t.exitCopy_from(this)}}class dy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_argument_assignment_list}copyFrom(t){super.copyFrom(t)}}class py extends dy{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterExpressionAssignmentList(this)}exitRule(t){t instanceof l&&t.exitExpressionAssignmentList(this)}}FR.ExpressionAssignmentListContext=py;class fy extends dy{constructor(t,e){super(t),this.item=null,super.copyFrom(e)}argument_assignment(){return this.getTypedRuleContext(xy,0)}enterRule(t){t instanceof l&&t.enterArgumentAssignmentList(this)}exitRule(t){t instanceof l&&t.exitArgumentAssignmentList(this)}}FR.ArgumentAssignmentListContext=fy;class _y extends dy{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}COMMA(){return this.getToken(FR.COMMA,0)}argument_assignment_list(){return this.getTypedRuleContext(dy,0)}argument_assignment(){return this.getTypedRuleContext(xy,0)}enterRule(t){t instanceof l&&t.enterArgumentAssignmentListItem(this)}exitRule(t){t instanceof l&&t.exitArgumentAssignmentListItem(this)}}FR.ArgumentAssignmentListItemContext=_y;class xy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_argument_assignment,this.name=null,this.exp=null}variable_identifier(){return this.getTypedRuleContext(cL,0)}assign(){return this.getTypedRuleContext(wC,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterArgument_assignment(this)}exitRule(t){t instanceof l&&t.exitArgument_assignment(this)}}class Ey extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ag):this.getTypedRuleContext(ag,t)})),this.parser=t,this.ruleIndex=FR.RULE_write_statement,this.what=null,this.target=null}WRITE(){return this.getToken(FR.WRITE,0)}TO(){return this.getToken(FR.TO,0)}then(){return this.getTypedRuleContext(Iy,0)}enterRule(t){t instanceof l&&t.enterWrite_statement(this)}exitRule(t){t instanceof l&&t.exitWrite_statement(this)}}class my extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_filtered_list_suffix,this.name=null,this.predicate=null}FILTERED(){return this.getToken(FR.FILTERED,0)}WHERE(){return this.getToken(FR.WHERE,0)}expression(){return this.getTypedRuleContext(ag,0)}WITH(){return this.getToken(FR.WITH,0)}variable_identifier(){return this.getTypedRuleContext(cL,0)}enterRule(t){t instanceof l&&t.enterFiltered_list_suffix(this)}exitRule(t){t instanceof l&&t.exitFiltered_list_suffix(this)}}class Ry extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_fetch_expression}copyFrom(t){super.copyFrom(t)}}class Ty extends Ry{constructor(t,e){super(t),this.typ=null,this.predicate=null,this.include=null,super.copyFrom(e)}FETCH(){return this.getToken(FR.FETCH,0)}ONE(){return this.getToken(FR.ONE,0)}WHERE(){return this.getToken(FR.WHERE,0)}expression(){return this.getTypedRuleContext(ag,0)}INCLUDE(){return this.getToken(FR.INCLUDE,0)}mutable_category_type(){return this.getTypedRuleContext(JA,0)}include_list(){return this.getTypedRuleContext(_C,0)}enterRule(t){t instanceof l&&t.enterFetchOne(this)}exitRule(t){t instanceof l&&t.exitFetchOne(this)}}FR.FetchOneContext=Ty;class gy extends Ry{constructor(t,e){super(t),DR(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ag):this.getTypedRuleContext(ag,t)})),this.xstart=null,this.xstop=null,this.typ=null,this.predicate=null,this.include=null,this.orderby=null,super.copyFrom(e)}FETCH(){return this.getToken(FR.FETCH,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}ALL(){return this.getToken(FR.ALL,0)}ROWS(){return this.getToken(FR.ROWS,0)}TO(){return this.getToken(FR.TO,0)}WHERE(){return this.getToken(FR.WHERE,0)}INCLUDE(){return this.getToken(FR.INCLUDE,0)}ORDER(){return this.getToken(FR.ORDER,0)}BY(){return this.getToken(FR.BY,0)}mutable_category_type(){return this.getTypedRuleContext(JA,0)}include_list(){return this.getTypedRuleContext(_C,0)}order_by_list(){return this.getTypedRuleContext(pC,0)}enterRule(t){t instanceof l&&t.enterFetchMany(this)}exitRule(t){t instanceof l&&t.exitFetchMany(this)}}FR.FetchManyContext=gy;class yy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_fetch_statement}copyFrom(t){super.copyFrom(t)}}class Ay extends yy{constructor(t,e){super(t),DR(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ag):this.getTypedRuleContext(ag,t)})),this.xstart=null,this.xstop=null,this.typ=null,this.predicate=null,this.include=null,this.orderby=null,super.copyFrom(e)}FETCH(){return this.getToken(FR.FETCH,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}then(){return this.getTypedRuleContext(Iy,0)}ALL(){return this.getToken(FR.ALL,0)}ROWS(){return this.getToken(FR.ROWS,0)}TO(){return this.getToken(FR.TO,0)}WHERE(){return this.getToken(FR.WHERE,0)}INCLUDE(){return this.getToken(FR.INCLUDE,0)}ORDER(){return this.getToken(FR.ORDER,0)}BY(){return this.getToken(FR.BY,0)}mutable_category_type(){return this.getTypedRuleContext(JA,0)}include_list(){return this.getTypedRuleContext(_C,0)}order_by_list(){return this.getTypedRuleContext(pC,0)}enterRule(t){t instanceof l&&t.enterFetchManyAsync(this)}exitRule(t){t instanceof l&&t.exitFetchManyAsync(this)}}FR.FetchManyAsyncContext=Ay;class Ly extends yy{constructor(t,e){super(t),this.typ=null,this.predicate=null,this.include=null,super.copyFrom(e)}FETCH(){return this.getToken(FR.FETCH,0)}ONE(){return this.getToken(FR.ONE,0)}WHERE(){return this.getToken(FR.WHERE,0)}then(){return this.getTypedRuleContext(Iy,0)}expression(){return this.getTypedRuleContext(ag,0)}INCLUDE(){return this.getToken(FR.INCLUDE,0)}mutable_category_type(){return this.getTypedRuleContext(JA,0)}include_list(){return this.getTypedRuleContext(_C,0)}enterRule(t){t instanceof l&&t.enterFetchOneAsync(this)}exitRule(t){t instanceof l&&t.exitFetchOneAsync(this)}}FR.FetchOneAsyncContext=Ly;class Iy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_then,this.name=null,this.stmts=null}THEN(){return this.getToken(FR.THEN,0)}WITH(){return this.getToken(FR.WITH,0)}COLON(){return this.getToken(FR.COLON,0)}indent(){return this.getTypedRuleContext(Uy,0)}dedent(){return this.getTypedRuleContext(Py,0)}variable_identifier(){return this.getTypedRuleContext(cL,0)}statement_list(){return this.getTypedRuleContext(ZL,0)}enterRule(t){t instanceof l&&t.enterThen(this)}exitRule(t){t instanceof l&&t.exitThen(this)}}class Cy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_read_statement,this.source=null}READ(){return this.getToken(FR.READ,0)}ALL(){return this.getToken(FR.ALL,0)}FROM(){return this.getToken(FR.FROM,0)}then(){return this.getTypedRuleContext(Iy,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterRead_statement(this)}exitRule(t){t instanceof l&&t.exitRead_statement(this)}}class vy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_sorted_expression,this.source=null,this.key=null}SORTED(){return this.getToken(FR.SORTED,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}instance_expression(){return this.getTypedRuleContext(Xg,0)}DESC(){return this.getToken(FR.DESC,0)}COMMA(){return this.getToken(FR.COMMA,0)}key_token(){return this.getTypedRuleContext(IC,0)}EQ(){return this.getToken(FR.EQ,0)}sorted_key(){return this.getTypedRuleContext(lC,0)}enterRule(t){t instanceof l&&t.enterSorted_expression(this)}exitRule(t){t instanceof l&&t.exitSorted_expression(this)}}class by extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_assign_instance_statement,this.inst=null,this.exp=null}assign(){return this.getTypedRuleContext(wC,0)}assignable_instance(){return this.getTypedRuleContext(KI,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterAssign_instance_statement(this)}exitRule(t){t instanceof l&&t.exitAssign_instance_statement(this)}}class wy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_child_instance}copyFrom(t){super.copyFrom(t)}}class Ny extends wy{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}DOT(){return this.getToken(FR.DOT,0)}variable_identifier(){return this.getTypedRuleContext(cL,0)}enterRule(t){t instanceof l&&t.enterMemberInstance(this)}exitRule(t){t instanceof l&&t.exitMemberInstance(this)}}FR.MemberInstanceContext=Ny;class Sy extends wy{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}LBRAK(){return this.getToken(FR.LBRAK,0)}RBRAK(){return this.getToken(FR.RBRAK,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterItemInstance(this)}exitRule(t){t instanceof l&&t.exitItemInstance(this)}}FR.ItemInstanceContext=Sy;class Oy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_assign_tuple_statement,this.items=null,this.exp=null}assign(){return this.getTypedRuleContext(wC,0)}variable_identifier_list(){return this.getTypedRuleContext(VL,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterAssign_tuple_statement(this)}exitRule(t){t instanceof l&&t.exitAssign_tuple_statement(this)}}class Dy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"LF",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.LF):this.getToken(FR.LF,t)})),this.parser=t,this.ruleIndex=FR.RULE_lfs}enterRule(t){t instanceof l&&t.enterLfs(this)}exitRule(t){t instanceof l&&t.exitLfs(this)}}class My extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"LF",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.LF):this.getToken(FR.LF,t)})),this.parser=t,this.ruleIndex=FR.RULE_lfp}enterRule(t){t instanceof l&&t.enterLfp(this)}exitRule(t){t instanceof l&&t.exitLfp(this)}}class ky extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"LF",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.LF):this.getToken(FR.LF,t)})),DR(this,"TAB",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.TAB):this.getToken(FR.TAB,t)})),DR(this,"WS",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.WS):this.getToken(FR.WS,t)})),DR(this,"INDENT",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.INDENT):this.getToken(FR.INDENT,t)})),this.parser=t,this.ruleIndex=FR.RULE_ws_plus}enterRule(t){t instanceof l&&t.enterWs_plus(this)}exitRule(t){t instanceof l&&t.exitWs_plus(this)}}class Uy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"LF",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.LF):this.getToken(FR.LF,t)})),this.parser=t,this.ruleIndex=FR.RULE_indent}INDENT(){return this.getToken(FR.INDENT,0)}enterRule(t){t instanceof l&&t.enterIndent(this)}exitRule(t){t instanceof l&&t.exitIndent(this)}}class Py extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"LF",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.LF):this.getToken(FR.LF,t)})),this.parser=t,this.ruleIndex=FR.RULE_dedent}DEDENT(){return this.getToken(FR.DEDENT,0)}enterRule(t){t instanceof l&&t.enterDedent(this)}exitRule(t){t instanceof l&&t.exitDedent(this)}}class Fy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_type_literal}category_or_any_type(){return this.getTypedRuleContext(gL,0)}enterRule(t){t instanceof l&&t.enterType_literal(this)}exitRule(t){t instanceof l&&t.exitType_literal(this)}}class Hy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_null_literal}NONE(){return this.getToken(FR.NONE,0)}enterRule(t){t instanceof l&&t.enterNull_literal(this)}exitRule(t){t instanceof l&&t.exitNull_literal(this)}}class Vy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_comment_statement}COMMENT(){return this.getToken(FR.COMMENT,0)}CSS_DATA(){return this.getToken(FR.CSS_DATA,0)}enterRule(t){t instanceof l&&t.enterComment_statement(this)}exitRule(t){t instanceof l&&t.exitComment_statement(this)}}class By extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_repl}declaration(){return this.getTypedRuleContext(Jy,0)}statement(){return this.getTypedRuleContext(fT,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterRepl(this)}exitRule(t){t instanceof l&&t.exitRepl(this)}}class Gy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_declaration_list}copyFrom(t){super.copyFrom(t)}}class jy extends Gy{constructor(t,e){super(t),DR(this,"lfs",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Dy):this.getTypedRuleContext(Dy,t)})),super.copyFrom(e)}EOF(){return this.getToken(FR.EOF,0)}declarations(){return this.getTypedRuleContext(Wy,0)}enterRule(t){t instanceof l&&t.enterFullDeclarationList(this)}exitRule(t){t instanceof l&&t.exitFullDeclarationList(this)}}FR.FullDeclarationListContext=jy;class Wy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"declaration",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Jy):this.getTypedRuleContext(Jy,t)})),DR(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(My):this.getTypedRuleContext(My,t)})),this.parser=t,this.ruleIndex=FR.RULE_declarations}enterRule(t){t instanceof l&&t.enterDeclarations(this)}exitRule(t){t instanceof l&&t.exitDeclarations(this)}}class Jy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"comment_statement",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Vy):this.getTypedRuleContext(Vy,t)})),DR(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(My):this.getTypedRuleContext(My,t)})),DR(this,"annotation_constructor",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Yy):this.getTypedRuleContext(Yy,t)})),this.parser=t,this.ruleIndex=FR.RULE_declaration}attribute_declaration(){return this.getTypedRuleContext(jR,0)}category_declaration(){return this.getTypedRuleContext(qA,0)}resource_declaration(){return this.getTypedRuleContext($y,0)}enum_declaration(){return this.getTypedRuleContext(tA,0)}widget_declaration(){return this.getTypedRuleContext(QA,0)}method_declaration(){return this.getTypedRuleContext(GL,0)}enterRule(t){t instanceof l&&t.enterDeclaration(this)}exitRule(t){t instanceof l&&t.exitDeclaration(this)}}class Yy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"annotation_argument",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Xy):this.getTypedRuleContext(Xy,t)})),DR(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.COMMA):this.getToken(FR.COMMA,t)})),this.parser=t,this.ruleIndex=FR.RULE_annotation_constructor,this.name=null,this.exp=null}annotation_identifier(){return this.getTypedRuleContext(qy,0)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}annotation_argument_value(){return this.getTypedRuleContext(zy,0)}enterRule(t){t instanceof l&&t.enterAnnotation_constructor(this)}exitRule(t){t instanceof l&&t.exitAnnotation_constructor(this)}}class qy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_annotation_identifier}ARONDBASE_IDENTIFIER(){return this.getToken(FR.ARONDBASE_IDENTIFIER,0)}enterRule(t){t instanceof l&&t.enterAnnotation_identifier(this)}exitRule(t){t instanceof l&&t.exitAnnotation_identifier(this)}}class Xy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_annotation_argument,this.name=null,this.exp=null}EQ(){return this.getToken(FR.EQ,0)}annotation_argument_name(){return this.getTypedRuleContext(Ky,0)}annotation_argument_value(){return this.getTypedRuleContext(zy,0)}enterRule(t){t instanceof l&&t.enterAnnotation_argument(this)}exitRule(t){t instanceof l&&t.exitAnnotation_argument(this)}}class Ky extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_annotation_argument_name}VARIABLE_IDENTIFIER(){return this.getToken(FR.VARIABLE_IDENTIFIER,0)}GETTER(){return this.getToken(FR.GETTER,0)}SETTER(){return this.getToken(FR.SETTER,0)}enterRule(t){t instanceof l&&t.enterAnnotation_argument_name(this)}exitRule(t){t instanceof l&&t.exitAnnotation_argument_name(this)}}class zy extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_annotation_argument_value}copyFrom(t){super.copyFrom(t)}}class Qy extends zy{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}literal_expression(){return this.getTypedRuleContext(bI,0)}enterRule(t){t instanceof l&&t.enterAnnotationLiteralValue(this)}exitRule(t){t instanceof l&&t.exitAnnotationLiteralValue(this)}}FR.AnnotationLiteralValueContext=Qy;class Zy extends zy{constructor(t,e){super(t),this.typ=null,super.copyFrom(e)}primary_type(){return this.getTypedRuleContext(yA,0)}enterRule(t){t instanceof l&&t.enterAnnotationTypeValue(this)}exitRule(t){t instanceof l&&t.exitAnnotationTypeValue(this)}}FR.AnnotationTypeValueContext=Zy;class $y extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_resource_declaration}native_resource_declaration(){return this.getTypedRuleContext(iT,0)}enterRule(t){t instanceof l&&t.enterResource_declaration(this)}exitRule(t){t instanceof l&&t.exitResource_declaration(this)}}class tA extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_enum_declaration}enum_category_declaration(){return this.getTypedRuleContext(HR,0)}enum_native_declaration(){return this.getTypedRuleContext(VR,0)}enterRule(t){t instanceof l&&t.enterEnum_declaration(this)}exitRule(t){t instanceof l&&t.exitEnum_declaration(this)}}class eA extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"native_symbol",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(BR):this.getTypedRuleContext(BR,t)})),DR(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(My):this.getTypedRuleContext(My,t)})),this.parser=t,this.ruleIndex=FR.RULE_native_symbol_list}enterRule(t){t instanceof l&&t.enterNative_symbol_list(this)}exitRule(t){t instanceof l&&t.exitNative_symbol_list(this)}}class iA extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"category_symbol",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(GR):this.getTypedRuleContext(GR,t)})),DR(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(My):this.getTypedRuleContext(My,t)})),this.parser=t,this.ruleIndex=FR.RULE_category_symbol_list}enterRule(t){t instanceof l&&t.enterCategory_symbol_list(this)}exitRule(t){t instanceof l&&t.exitCategory_symbol_list(this)}}class sA extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"symbol_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(pL):this.getTypedRuleContext(pL,t)})),DR(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.COMMA):this.getToken(FR.COMMA,t)})),this.parser=t,this.ruleIndex=FR.RULE_symbol_list}enterRule(t){t instanceof l&&t.enterSymbol_list(this)}exitRule(t){t instanceof l&&t.exitSymbol_list(this)}}class rA extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_attribute_constraint}copyFrom(t){super.copyFrom(t)}}class nA extends rA{constructor(t,e){super(t),this.source=null,super.copyFrom(e)}IN(){return this.getToken(FR.IN,0)}set_literal(){return this.getTypedRuleContext(uA,0)}enterRule(t){t instanceof l&&t.enterMatchingSet(this)}exitRule(t){t instanceof l&&t.exitMatchingSet(this)}}FR.MatchingSetContext=nA;class aA extends rA{constructor(t,e){super(t),this.text=null,super.copyFrom(e)}MATCHING(){return this.getToken(FR.MATCHING,0)}TEXT_LITERAL(){return this.getToken(FR.TEXT_LITERAL,0)}enterRule(t){t instanceof l&&t.enterMatchingPattern(this)}exitRule(t){t instanceof l&&t.exitMatchingPattern(this)}}FR.MatchingPatternContext=aA;class oA extends rA{constructor(t,e){super(t),this.source=null,super.copyFrom(e)}IN(){return this.getToken(FR.IN,0)}list_literal(){return this.getTypedRuleContext(cA,0)}enterRule(t){t instanceof l&&t.enterMatchingList(this)}exitRule(t){t instanceof l&&t.exitMatchingList(this)}}FR.MatchingListContext=oA;class hA extends rA{constructor(t,e){super(t),this.source=null,super.copyFrom(e)}IN(){return this.getToken(FR.IN,0)}range_literal(){return this.getTypedRuleContext(pA,0)}enterRule(t){t instanceof l&&t.enterMatchingRange(this)}exitRule(t){t instanceof l&&t.exitMatchingRange(this)}}FR.MatchingRangeContext=hA;class lA extends rA{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}MATCHING(){return this.getToken(FR.MATCHING,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterMatchingExpression(this)}exitRule(t){t instanceof l&&t.exitMatchingExpression(this)}}FR.MatchingExpressionContext=lA;class cA extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_list_literal}LBRAK(){return this.getToken(FR.LBRAK,0)}RBRAK(){return this.getToken(FR.RBRAK,0)}MUTABLE(){return this.getToken(FR.MUTABLE,0)}expression_list(){return this.getTypedRuleContext(dA,0)}enterRule(t){t instanceof l&&t.enterList_literal(this)}exitRule(t){t instanceof l&&t.exitList_literal(this)}}class uA extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_set_literal}LT(){return this.getToken(FR.LT,0)}GT(){return this.getToken(FR.GT,0)}MUTABLE(){return this.getToken(FR.MUTABLE,0)}expression_list(){return this.getTypedRuleContext(dA,0)}enterRule(t){t instanceof l&&t.enterSet_literal(this)}exitRule(t){t instanceof l&&t.exitSet_literal(this)}}class dA extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ag):this.getTypedRuleContext(ag,t)})),DR(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.COMMA):this.getToken(FR.COMMA,t)})),this.parser=t,this.ruleIndex=FR.RULE_expression_list}enterRule(t){t instanceof l&&t.enterExpression_list(this)}exitRule(t){t instanceof l&&t.exitExpression_list(this)}}class pA extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ag):this.getTypedRuleContext(ag,t)})),this.parser=t,this.ruleIndex=FR.RULE_range_literal,this.low=null,this.high=null}LBRAK(){return this.getToken(FR.LBRAK,0)}RANGE(){return this.getToken(FR.RANGE,0)}RBRAK(){return this.getToken(FR.RBRAK,0)}enterRule(t){t instanceof l&&t.enterRange_literal(this)}exitRule(t){t instanceof l&&t.exitRange_literal(this)}}class fA extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_typedef}copyFrom(t){super.copyFrom(t)}}class _A extends fA{constructor(t,e){super(t),this.i=null,super.copyFrom(e)}ITERATOR(){return this.getToken(FR.ITERATOR,0)}LT(){return this.getToken(FR.LT,0)}GT(){return this.getToken(FR.GT,0)}typedef(){return this.getTypedRuleContext(fA,0)}enterRule(t){t instanceof l&&t.enterIteratorType(this)}exitRule(t){t instanceof l&&t.exitIteratorType(this)}}FR.IteratorTypeContext=_A;class xA extends fA{constructor(t,e){super(t),this.s=null,super.copyFrom(e)}LTGT(){return this.getToken(FR.LTGT,0)}typedef(){return this.getTypedRuleContext(fA,0)}enterRule(t){t instanceof l&&t.enterSetType(this)}exitRule(t){t instanceof l&&t.exitSetType(this)}}FR.SetTypeContext=xA;class EA extends fA{constructor(t,e){super(t),this.l=null,super.copyFrom(e)}LBRAK(){return this.getToken(FR.LBRAK,0)}RBRAK(){return this.getToken(FR.RBRAK,0)}typedef(){return this.getTypedRuleContext(fA,0)}enterRule(t){t instanceof l&&t.enterListType(this)}exitRule(t){t instanceof l&&t.exitListType(this)}}FR.ListTypeContext=EA;class mA extends fA{constructor(t,e){super(t),this.d=null,super.copyFrom(e)}LTCOLONGT(){return this.getToken(FR.LTCOLONGT,0)}typedef(){return this.getTypedRuleContext(fA,0)}enterRule(t){t instanceof l&&t.enterDictType(this)}exitRule(t){t instanceof l&&t.exitDictType(this)}}FR.DictTypeContext=mA;class RA extends fA{constructor(t,e){super(t),this.c=null,super.copyFrom(e)}CURSOR(){return this.getToken(FR.CURSOR,0)}LT(){return this.getToken(FR.LT,0)}GT(){return this.getToken(FR.GT,0)}typedef(){return this.getTypedRuleContext(fA,0)}enterRule(t){t instanceof l&&t.enterCursorType(this)}exitRule(t){t instanceof l&&t.exitCursorType(this)}}FR.CursorTypeContext=RA;class TA extends fA{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}TYPE(){return this.getToken(FR.TYPE,0)}LT(){return this.getToken(FR.LT,0)}GT(){return this.getToken(FR.GT,0)}typedef(){return this.getTypedRuleContext(fA,0)}enterRule(t){t instanceof l&&t.enterTypeType(this)}exitRule(t){t instanceof l&&t.exitTypeType(this)}}FR.TypeTypeContext=TA;class gA extends fA{constructor(t,e){super(t),this.p=null,super.copyFrom(e)}primary_type(){return this.getTypedRuleContext(yA,0)}enterRule(t){t instanceof l&&t.enterPrimaryType(this)}exitRule(t){t instanceof l&&t.exitPrimaryType(this)}}FR.PrimaryTypeContext=gA;class yA extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_primary_type}copyFrom(t){super.copyFrom(t)}}class AA extends yA{constructor(t,e){super(t),this.n=null,super.copyFrom(e)}native_type(){return this.getTypedRuleContext(IA,0)}enterRule(t){t instanceof l&&t.enterNativeType(this)}exitRule(t){t instanceof l&&t.exitNativeType(this)}}FR.NativeTypeContext=AA;class LA extends yA{constructor(t,e){super(t),this.c=null,super.copyFrom(e)}category_type(){return this.getTypedRuleContext(WA,0)}enterRule(t){t instanceof l&&t.enterCategoryType(this)}exitRule(t){t instanceof l&&t.exitCategoryType(this)}}FR.CategoryTypeContext=LA;class IA extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_native_type}copyFrom(t){super.copyFrom(t)}}class CA extends IA{constructor(t,e){super(t),super.copyFrom(e)}PERIOD(){return this.getToken(FR.PERIOD,0)}enterRule(t){t instanceof l&&t.enterPeriodType(this)}exitRule(t){t instanceof l&&t.exitPeriodType(this)}}FR.PeriodTypeContext=CA;class vA extends IA{constructor(t,e){super(t),super.copyFrom(e)}HTML(){return this.getToken(FR.HTML,0)}enterRule(t){t instanceof l&&t.enterHtmlType(this)}exitRule(t){t instanceof l&&t.exitHtmlType(this)}}FR.HtmlTypeContext=vA;class bA extends IA{constructor(t,e){super(t),super.copyFrom(e)}CSS(){return this.getToken(FR.CSS,0)}enterRule(t){t instanceof l&&t.enterCssType(this)}exitRule(t){t instanceof l&&t.exitCssType(this)}}FR.CssTypeContext=bA;class wA extends IA{constructor(t,e){super(t),super.copyFrom(e)}BOOLEAN(){return this.getToken(FR.BOOLEAN,0)}enterRule(t){t instanceof l&&t.enterBooleanType(this)}exitRule(t){t instanceof l&&t.exitBooleanType(this)}}FR.BooleanTypeContext=wA;class NA extends IA{constructor(t,e){super(t),super.copyFrom(e)}DOCUMENT(){return this.getToken(FR.DOCUMENT,0)}enterRule(t){t instanceof l&&t.enterDocumentType(this)}exitRule(t){t instanceof l&&t.exitDocumentType(this)}}FR.DocumentTypeContext=NA;class SA extends IA{constructor(t,e){super(t),super.copyFrom(e)}CHARACTER(){return this.getToken(FR.CHARACTER,0)}enterRule(t){t instanceof l&&t.enterCharacterType(this)}exitRule(t){t instanceof l&&t.exitCharacterType(this)}}FR.CharacterTypeContext=SA;class OA extends IA{constructor(t,e){super(t),super.copyFrom(e)}VERSION(){return this.getToken(FR.VERSION,0)}enterRule(t){t instanceof l&&t.enterVersionType(this)}exitRule(t){t instanceof l&&t.exitVersionType(this)}}FR.VersionTypeContext=OA;class DA extends IA{constructor(t,e){super(t),super.copyFrom(e)}TEXT(){return this.getToken(FR.TEXT,0)}enterRule(t){t instanceof l&&t.enterTextType(this)}exitRule(t){t instanceof l&&t.exitTextType(this)}}FR.TextTypeContext=DA;class MA extends IA{constructor(t,e){super(t),super.copyFrom(e)}IMAGE(){return this.getToken(FR.IMAGE,0)}enterRule(t){t instanceof l&&t.enterImageType(this)}exitRule(t){t instanceof l&&t.exitImageType(this)}}FR.ImageTypeContext=MA;class kA extends IA{constructor(t,e){super(t),super.copyFrom(e)}TIME(){return this.getToken(FR.TIME,0)}enterRule(t){t instanceof l&&t.enterTimeType(this)}exitRule(t){t instanceof l&&t.exitTimeType(this)}}FR.TimeTypeContext=kA;class UA extends IA{constructor(t,e){super(t),super.copyFrom(e)}INTEGER(){return this.getToken(FR.INTEGER,0)}enterRule(t){t instanceof l&&t.enterIntegerType(this)}exitRule(t){t instanceof l&&t.exitIntegerType(this)}}FR.IntegerTypeContext=UA;class PA extends IA{constructor(t,e){super(t),super.copyFrom(e)}DATETIME(){return this.getToken(FR.DATETIME,0)}enterRule(t){t instanceof l&&t.enterDateTimeType(this)}exitRule(t){t instanceof l&&t.exitDateTimeType(this)}}FR.DateTimeTypeContext=PA;class FA extends IA{constructor(t,e){super(t),super.copyFrom(e)}BLOB(){return this.getToken(FR.BLOB,0)}enterRule(t){t instanceof l&&t.enterBlobType(this)}exitRule(t){t instanceof l&&t.exitBlobType(this)}}FR.BlobTypeContext=FA;class HA extends IA{constructor(t,e){super(t),super.copyFrom(e)}UUID(){return this.getToken(FR.UUID,0)}enterRule(t){t instanceof l&&t.enterUUIDType(this)}exitRule(t){t instanceof l&&t.exitUUIDType(this)}}FR.UUIDTypeContext=HA;class VA extends IA{constructor(t,e){super(t),super.copyFrom(e)}DECIMAL(){return this.getToken(FR.DECIMAL,0)}enterRule(t){t instanceof l&&t.enterDecimalType(this)}exitRule(t){t instanceof l&&t.exitDecimalType(this)}}FR.DecimalTypeContext=VA;class BA extends IA{constructor(t,e){super(t),super.copyFrom(e)}CODE(){return this.getToken(FR.CODE,0)}enterRule(t){t instanceof l&&t.enterCodeType(this)}exitRule(t){t instanceof l&&t.exitCodeType(this)}}FR.CodeTypeContext=BA;class GA extends IA{constructor(t,e){super(t),super.copyFrom(e)}DATE(){return this.getToken(FR.DATE,0)}enterRule(t){t instanceof l&&t.enterDateType(this)}exitRule(t){t instanceof l&&t.exitDateType(this)}}FR.DateTypeContext=GA;class jA extends IA{constructor(t,e){super(t),super.copyFrom(e)}DBID(){return this.getToken(FR.DBID,0)}enterRule(t){t instanceof l&&t.enterDbIdType(this)}exitRule(t){t instanceof l&&t.exitDbIdType(this)}}FR.DbIdTypeContext=jA;class WA extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_category_type,this.t1=null}TYPE_IDENTIFIER(){return this.getToken(FR.TYPE_IDENTIFIER,0)}enterRule(t){t instanceof l&&t.enterCategory_type(this)}exitRule(t){t instanceof l&&t.exitCategory_type(this)}}class JA extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_mutable_category_type}category_type(){return this.getTypedRuleContext(WA,0)}MUTABLE(){return this.getToken(FR.MUTABLE,0)}enterRule(t){t instanceof l&&t.enterMutable_category_type(this)}exitRule(t){t instanceof l&&t.exitMutable_category_type(this)}}class YA extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_code_type,this.t1=null}CODE(){return this.getToken(FR.CODE,0)}enterRule(t){t instanceof l&&t.enterCode_type(this)}exitRule(t){t instanceof l&&t.exitCode_type(this)}}class qA extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_category_declaration}copyFrom(t){super.copyFrom(t)}}class XA extends qA{constructor(t,e){super(t),this.decl=null,super.copyFrom(e)}concrete_category_declaration(){return this.getTypedRuleContext(qR,0)}enterRule(t){t instanceof l&&t.enterConcreteCategoryDeclaration(this)}exitRule(t){t instanceof l&&t.exitConcreteCategoryDeclaration(this)}}FR.ConcreteCategoryDeclarationContext=XA;class KA extends qA{constructor(t,e){super(t),this.decl=null,super.copyFrom(e)}native_category_declaration(){return this.getTypedRuleContext(eT,0)}enterRule(t){t instanceof l&&t.enterNativeCategoryDeclaration(this)}exitRule(t){t instanceof l&&t.exitNativeCategoryDeclaration(this)}}FR.NativeCategoryDeclarationContext=KA;class zA extends qA{constructor(t,e){super(t),this.decl=null,super.copyFrom(e)}singleton_category_declaration(){return this.getTypedRuleContext(XR,0)}enterRule(t){t instanceof l&&t.enterSingletonCategoryDeclaration(this)}exitRule(t){t instanceof l&&t.exitSingletonCategoryDeclaration(this)}}FR.SingletonCategoryDeclarationContext=zA;class QA extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_widget_declaration}copyFrom(t){super.copyFrom(t)}}class ZA extends QA{constructor(t,e){super(t),this.decl=null,super.copyFrom(e)}concrete_widget_declaration(){return this.getTypedRuleContext(JR,0)}enterRule(t){t instanceof l&&t.enterConcreteWidgetDeclaration(this)}exitRule(t){t instanceof l&&t.exitConcreteWidgetDeclaration(this)}}FR.ConcreteWidgetDeclarationContext=ZA;class $A extends QA{constructor(t,e){super(t),this.decl=null,super.copyFrom(e)}native_widget_declaration(){return this.getTypedRuleContext(YR,0)}enterRule(t){t instanceof l&&t.enterNativeWidgetDeclaration(this)}exitRule(t){t instanceof l&&t.exitNativeWidgetDeclaration(this)}}FR.NativeWidgetDeclarationContext=$A;class tL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"type_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(dL):this.getTypedRuleContext(dL,t)})),DR(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.COMMA):this.getToken(FR.COMMA,t)})),this.parser=t,this.ruleIndex=FR.RULE_type_identifier_list}enterRule(t){t instanceof l&&t.enterType_identifier_list(this)}exitRule(t){t instanceof l&&t.exitType_identifier_list(this)}}class eL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_method_identifier}variable_identifier(){return this.getTypedRuleContext(cL,0)}type_identifier(){return this.getTypedRuleContext(dL,0)}enterRule(t){t instanceof l&&t.enterMethod_identifier(this)}exitRule(t){t instanceof l&&t.exitMethod_identifier(this)}}class iL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_identifier_or_keyword}identifier(){return this.getTypedRuleContext(nL,0)}keyword(){return this.getTypedRuleContext(AC,0)}enterRule(t){t instanceof l&&t.enterIdentifier_or_keyword(this)}exitRule(t){t instanceof l&&t.exitIdentifier_or_keyword(this)}}class sL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_nospace_hyphen_identifier_or_keyword}MINUS(){return this.getToken(FR.MINUS,0)}nospace_identifier_or_keyword(){return this.getTypedRuleContext(rL,0)}enterRule(t){t instanceof l&&t.enterNospace_hyphen_identifier_or_keyword(this)}exitRule(t){t instanceof l&&t.exitNospace_hyphen_identifier_or_keyword(this)}}class rL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_nospace_identifier_or_keyword}identifier_or_keyword(){return this.getTypedRuleContext(iL,0)}enterRule(t){t instanceof l&&t.enterNospace_identifier_or_keyword(this)}exitRule(t){t instanceof l&&t.exitNospace_identifier_or_keyword(this)}}class nL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_identifier}copyFrom(t){super.copyFrom(t)}}class aL extends nL{constructor(t,e){super(t),super.copyFrom(e)}type_identifier(){return this.getTypedRuleContext(dL,0)}enterRule(t){t instanceof l&&t.enterTypeIdentifier(this)}exitRule(t){t instanceof l&&t.exitTypeIdentifier(this)}}FR.TypeIdentifierContext=aL;class oL extends nL{constructor(t,e){super(t),super.copyFrom(e)}symbol_identifier(){return this.getTypedRuleContext(pL,0)}enterRule(t){t instanceof l&&t.enterSymbolIdentifier(this)}exitRule(t){t instanceof l&&t.exitSymbolIdentifier(this)}}FR.SymbolIdentifierContext=oL;class hL extends nL{constructor(t,e){super(t),super.copyFrom(e)}variable_identifier(){return this.getTypedRuleContext(cL,0)}enterRule(t){t instanceof l&&t.enterVariableIdentifier(this)}exitRule(t){t instanceof l&&t.exitVariableIdentifier(this)}}FR.VariableIdentifierContext=hL;class lL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_member_identifier}VARIABLE_IDENTIFIER(){return this.getToken(FR.VARIABLE_IDENTIFIER,0)}CATEGORY(){return this.getToken(FR.CATEGORY,0)}MUTABLE(){return this.getToken(FR.MUTABLE,0)}STORABLE(){return this.getToken(FR.STORABLE,0)}RESOURCE(){return this.getToken(FR.RESOURCE,0)}enterRule(t){t instanceof l&&t.enterMember_identifier(this)}exitRule(t){t instanceof l&&t.exitMember_identifier(this)}}class cL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_variable_identifier}VARIABLE_IDENTIFIER(){return this.getToken(FR.VARIABLE_IDENTIFIER,0)}CATEGORY(){return this.getToken(FR.CATEGORY,0)}RESOURCE(){return this.getToken(FR.RESOURCE,0)}enterRule(t){t instanceof l&&t.enterVariable_identifier(this)}exitRule(t){t instanceof l&&t.exitVariable_identifier(this)}}class uL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_attribute_identifier}VARIABLE_IDENTIFIER(){return this.getToken(FR.VARIABLE_IDENTIFIER,0)}STORABLE(){return this.getToken(FR.STORABLE,0)}RESOURCE(){return this.getToken(FR.RESOURCE,0)}enterRule(t){t instanceof l&&t.enterAttribute_identifier(this)}exitRule(t){t instanceof l&&t.exitAttribute_identifier(this)}}class dL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_type_identifier}TYPE_IDENTIFIER(){return this.getToken(FR.TYPE_IDENTIFIER,0)}enterRule(t){t instanceof l&&t.enterType_identifier(this)}exitRule(t){t instanceof l&&t.exitType_identifier(this)}}class pL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_symbol_identifier}SYMBOL_IDENTIFIER(){return this.getToken(FR.SYMBOL_IDENTIFIER,0)}enterRule(t){t instanceof l&&t.enterSymbol_identifier(this)}exitRule(t){t instanceof l&&t.exitSymbol_identifier(this)}}class fL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"argument",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(_L):this.getTypedRuleContext(_L,t)})),DR(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.COMMA):this.getToken(FR.COMMA,t)})),this.parser=t,this.ruleIndex=FR.RULE_argument_list}enterRule(t){t instanceof l&&t.enterArgument_list(this)}exitRule(t){t instanceof l&&t.exitArgument_list(this)}}class _L extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_argument}copyFrom(t){super.copyFrom(t)}}class xL extends _L{constructor(t,e){super(t),this.arg=null,super.copyFrom(e)}operator_argument(){return this.getTypedRuleContext(mL,0)}MUTABLE(){return this.getToken(FR.MUTABLE,0)}enterRule(t){t instanceof l&&t.enterOperatorArgument(this)}exitRule(t){t instanceof l&&t.exitOperatorArgument(this)}}FR.OperatorArgumentContext=xL;class EL extends _L{constructor(t,e){super(t),this.arg=null,super.copyFrom(e)}code_argument(){return this.getTypedRuleContext(TL,0)}enterRule(t){t instanceof l&&t.enterCodeArgument(this)}exitRule(t){t instanceof l&&t.exitCodeArgument(this)}}FR.CodeArgumentContext=EL;class mL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_operator_argument}named_argument(){return this.getTypedRuleContext(RL,0)}typed_argument(){return this.getTypedRuleContext(pT,0)}enterRule(t){t instanceof l&&t.enterOperator_argument(this)}exitRule(t){t instanceof l&&t.exitOperator_argument(this)}}class RL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_named_argument}variable_identifier(){return this.getTypedRuleContext(cL,0)}EQ(){return this.getToken(FR.EQ,0)}literal_expression(){return this.getTypedRuleContext(bI,0)}enterRule(t){t instanceof l&&t.enterNamed_argument(this)}exitRule(t){t instanceof l&&t.exitNamed_argument(this)}}class TL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_code_argument,this.name=null}code_type(){return this.getTypedRuleContext(YA,0)}variable_identifier(){return this.getTypedRuleContext(cL,0)}enterRule(t){t instanceof l&&t.enterCode_argument(this)}exitRule(t){t instanceof l&&t.exitCode_argument(this)}}class gL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_category_or_any_type}typedef(){return this.getTypedRuleContext(fA,0)}any_type(){return this.getTypedRuleContext(yL,0)}enterRule(t){t instanceof l&&t.enterCategory_or_any_type(this)}exitRule(t){t instanceof l&&t.exitCategory_or_any_type(this)}}class yL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_any_type}copyFrom(t){super.copyFrom(t)}}class AL extends yL{constructor(t,e){super(t),super.copyFrom(e)}any_type(){return this.getTypedRuleContext(yL,0)}LBRAK(){return this.getToken(FR.LBRAK,0)}RBRAK(){return this.getToken(FR.RBRAK,0)}enterRule(t){t instanceof l&&t.enterAnyListType(this)}exitRule(t){t instanceof l&&t.exitAnyListType(this)}}FR.AnyListTypeContext=AL;class LL extends yL{constructor(t,e){super(t),super.copyFrom(e)}ANY(){return this.getToken(FR.ANY,0)}enterRule(t){t instanceof l&&t.enterAnyType(this)}exitRule(t){t instanceof l&&t.exitAnyType(this)}}FR.AnyTypeContext=LL;class IL extends yL{constructor(t,e){super(t),super.copyFrom(e)}any_type(){return this.getTypedRuleContext(yL,0)}LCURL(){return this.getToken(FR.LCURL,0)}RCURL(){return this.getToken(FR.RCURL,0)}enterRule(t){t instanceof l&&t.enterAnyDictType(this)}exitRule(t){t instanceof l&&t.exitAnyDictType(this)}}FR.AnyDictTypeContext=IL;class CL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"member_method_declaration",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(vL):this.getTypedRuleContext(vL,t)})),DR(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(My):this.getTypedRuleContext(My,t)})),this.parser=t,this.ruleIndex=FR.RULE_member_method_declaration_list}enterRule(t){t instanceof l&&t.enterMember_method_declaration_list(this)}exitRule(t){t instanceof l&&t.exitMember_method_declaration_list(this)}}class vL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"comment_statement",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Vy):this.getTypedRuleContext(Vy,t)})),DR(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(My):this.getTypedRuleContext(My,t)})),DR(this,"annotation_constructor",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Yy):this.getTypedRuleContext(Yy,t)})),this.parser=t,this.ruleIndex=FR.RULE_member_method_declaration}setter_method_declaration(){return this.getTypedRuleContext(QR,0)}getter_method_declaration(){return this.getTypedRuleContext($R,0)}concrete_method_declaration(){return this.getTypedRuleContext(lT,0)}abstract_member_method_declaration(){return this.getTypedRuleContext(hT,0)}operator_method_declaration(){return this.getTypedRuleContext(zR,0)}enterRule(t){t instanceof l&&t.enterMember_method_declaration(this)}exitRule(t){t instanceof l&&t.exitMember_method_declaration(this)}}class bL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"native_member_method_declaration",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(wL):this.getTypedRuleContext(wL,t)})),DR(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(My):this.getTypedRuleContext(My,t)})),this.parser=t,this.ruleIndex=FR.RULE_native_member_method_declaration_list}enterRule(t){t instanceof l&&t.enterNative_member_method_declaration_list(this)}exitRule(t){t instanceof l&&t.exitNative_member_method_declaration_list(this)}}class wL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"comment_statement",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Vy):this.getTypedRuleContext(Vy,t)})),DR(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(My):this.getTypedRuleContext(My,t)})),DR(this,"annotation_constructor",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Yy):this.getTypedRuleContext(Yy,t)})),this.parser=t,this.ruleIndex=FR.RULE_native_member_method_declaration}native_getter_declaration(){return this.getTypedRuleContext(tT,0)}native_setter_declaration(){return this.getTypedRuleContext(ZR,0)}native_method_declaration(){return this.getTypedRuleContext(cT,0)}enterRule(t){t instanceof l&&t.enterNative_member_method_declaration(this)}exitRule(t){t instanceof l&&t.exitNative_member_method_declaration(this)}}class NL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_native_category_binding}copyFrom(t){super.copyFrom(t)}}class SL extends NL{constructor(t,e){super(t),this.binding=null,super.copyFrom(e)}PYTHON2(){return this.getToken(FR.PYTHON2,0)}python_category_binding(){return this.getTypedRuleContext(UL,0)}enterRule(t){t instanceof l&&t.enterPython2CategoryBinding(this)}exitRule(t){t instanceof l&&t.exitPython2CategoryBinding(this)}}FR.Python2CategoryBindingContext=SL;class OL extends NL{constructor(t,e){super(t),this.binding=null,super.copyFrom(e)}PYTHON3(){return this.getToken(FR.PYTHON3,0)}python_category_binding(){return this.getTypedRuleContext(UL,0)}enterRule(t){t instanceof l&&t.enterPython3CategoryBinding(this)}exitRule(t){t instanceof l&&t.exitPython3CategoryBinding(this)}}FR.Python3CategoryBindingContext=OL;class DL extends NL{constructor(t,e){super(t),this.binding=null,super.copyFrom(e)}JAVA(){return this.getToken(FR.JAVA,0)}java_class_identifier_expression(){return this.getTypedRuleContext(pb,0)}enterRule(t){t instanceof l&&t.enterJavaCategoryBinding(this)}exitRule(t){t instanceof l&&t.exitJavaCategoryBinding(this)}}FR.JavaCategoryBindingContext=DL;class ML extends NL{constructor(t,e){super(t),this.binding=null,super.copyFrom(e)}CSHARP(){return this.getToken(FR.CSHARP,0)}csharp_identifier_expression(){return this.getTypedRuleContext(Bb,0)}enterRule(t){t instanceof l&&t.enterCSharpCategoryBinding(this)}exitRule(t){t instanceof l&&t.exitCSharpCategoryBinding(this)}}FR.CSharpCategoryBindingContext=ML;class kL extends NL{constructor(t,e){super(t),this.binding=null,super.copyFrom(e)}JAVASCRIPT(){return this.getToken(FR.JAVASCRIPT,0)}javascript_category_binding(){return this.getTypedRuleContext(FL,0)}enterRule(t){t instanceof l&&t.enterJavascriptCategoryBinding(this)}exitRule(t){t instanceof l&&t.exitJavascriptCategoryBinding(this)}}FR.JavascriptCategoryBindingContext=kL;class UL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_python_category_binding}identifier(){return this.getTypedRuleContext(nL,0)}python_module(){return this.getTypedRuleContext(PL,0)}enterRule(t){t instanceof l&&t.enterPython_category_binding(this)}exitRule(t){t instanceof l&&t.exitPython_category_binding(this)}}class PL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"python_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Jv):this.getTypedRuleContext(Jv,t)})),DR(this,"DOT",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.DOT):this.getToken(FR.DOT,t)})),this.parser=t,this.ruleIndex=FR.RULE_python_module}FROM(){return this.getToken(FR.FROM,0)}module_token(){return this.getTypedRuleContext(CC,0)}COLON(){return this.getToken(FR.COLON,0)}enterRule(t){t instanceof l&&t.enterPython_module(this)}exitRule(t){t instanceof l&&t.exitPython_module(this)}}class FL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"javascript_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(av):this.getTypedRuleContext(av,t)})),DR(this,"DOT",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.DOT):this.getToken(FR.DOT,t)})),this.parser=t,this.ruleIndex=FR.RULE_javascript_category_binding}javascript_module(){return this.getTypedRuleContext(HL,0)}enterRule(t){t instanceof l&&t.enterJavascript_category_binding(this)}exitRule(t){t instanceof l&&t.exitJavascript_category_binding(this)}}class HL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"javascript_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(av):this.getTypedRuleContext(av,t)})),DR(this,"SLASH",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.SLASH):this.getToken(FR.SLASH,t)})),this.parser=t,this.ruleIndex=FR.RULE_javascript_module}FROM(){return this.getToken(FR.FROM,0)}module_token(){return this.getTypedRuleContext(CC,0)}COLON(){return this.getToken(FR.COLON,0)}DOT(){return this.getToken(FR.DOT,0)}enterRule(t){t instanceof l&&t.enterJavascript_module(this)}exitRule(t){t instanceof l&&t.exitJavascript_module(this)}}class VL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"variable_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(cL):this.getTypedRuleContext(cL,t)})),DR(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.COMMA):this.getToken(FR.COMMA,t)})),this.parser=t,this.ruleIndex=FR.RULE_variable_identifier_list}enterRule(t){t instanceof l&&t.enterVariable_identifier_list(this)}exitRule(t){t instanceof l&&t.exitVariable_identifier_list(this)}}class BL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"attribute_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(uL):this.getTypedRuleContext(uL,t)})),DR(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.COMMA):this.getToken(FR.COMMA,t)})),this.parser=t,this.ruleIndex=FR.RULE_attribute_identifier_list}enterRule(t){t instanceof l&&t.enterAttribute_identifier_list(this)}exitRule(t){t instanceof l&&t.exitAttribute_identifier_list(this)}}class GL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_method_declaration}abstract_global_method_declaration(){return this.getTypedRuleContext(oT,0)}concrete_method_declaration(){return this.getTypedRuleContext(lT,0)}native_method_declaration(){return this.getTypedRuleContext(cT,0)}test_method_declaration(){return this.getTypedRuleContext(uT,0)}enterRule(t){t instanceof l&&t.enterMethod_declaration(this)}exitRule(t){t instanceof l&&t.exitMethod_declaration(this)}}class jL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"native_statement",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(WL):this.getTypedRuleContext(WL,t)})),DR(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(My):this.getTypedRuleContext(My,t)})),this.parser=t,this.ruleIndex=FR.RULE_native_statement_list}enterRule(t){t instanceof l&&t.enterNative_statement_list(this)}exitRule(t){t instanceof l&&t.exitNative_statement_list(this)}}class WL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_native_statement}copyFrom(t){super.copyFrom(t)}}class JL extends WL{constructor(t,e){super(t),super.copyFrom(e)}CSHARP(){return this.getToken(FR.CSHARP,0)}csharp_statement(){return this.getTypedRuleContext(Ab,0)}enterRule(t){t instanceof l&&t.enterCSharpNativeStatement(this)}exitRule(t){t instanceof l&&t.exitCSharpNativeStatement(this)}}FR.CSharpNativeStatementContext=JL;class YL extends WL{constructor(t,e){super(t),super.copyFrom(e)}JAVA(){return this.getToken(FR.JAVA,0)}java_statement(){return this.getTypedRuleContext(Yv,0)}enterRule(t){t instanceof l&&t.enterJavaNativeStatement(this)}exitRule(t){t instanceof l&&t.exitJavaNativeStatement(this)}}FR.JavaNativeStatementContext=YL;class qL extends WL{constructor(t,e){super(t),super.copyFrom(e)}JAVASCRIPT(){return this.getToken(FR.JAVASCRIPT,0)}javascript_native_statement(){return this.getTypedRuleContext(QL,0)}enterRule(t){t instanceof l&&t.enterJavascriptNativeStatement(this)}exitRule(t){t instanceof l&&t.exitJavascriptNativeStatement(this)}}FR.JavascriptNativeStatementContext=qL;class XL extends WL{constructor(t,e){super(t),super.copyFrom(e)}PYTHON2(){return this.getToken(FR.PYTHON2,0)}python_native_statement(){return this.getTypedRuleContext(zL,0)}enterRule(t){t instanceof l&&t.enterPython2NativeStatement(this)}exitRule(t){t instanceof l&&t.exitPython2NativeStatement(this)}}FR.Python2NativeStatementContext=XL;class KL extends WL{constructor(t,e){super(t),super.copyFrom(e)}PYTHON3(){return this.getToken(FR.PYTHON3,0)}python_native_statement(){return this.getTypedRuleContext(zL,0)}enterRule(t){t instanceof l&&t.enterPython3NativeStatement(this)}exitRule(t){t instanceof l&&t.exitPython3NativeStatement(this)}}FR.Python3NativeStatementContext=KL;class zL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_python_native_statement}python_statement(){return this.getTypedRuleContext(ov,0)}SEMI(){return this.getToken(FR.SEMI,0)}python_module(){return this.getTypedRuleContext(PL,0)}enterRule(t){t instanceof l&&t.enterPython_native_statement(this)}exitRule(t){t instanceof l&&t.exitPython_native_statement(this)}}class QL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_javascript_native_statement}javascript_statement(){return this.getTypedRuleContext(MC,0)}SEMI(){return this.getToken(FR.SEMI,0)}javascript_module(){return this.getTypedRuleContext(HL,0)}enterRule(t){t instanceof l&&t.enterJavascript_native_statement(this)}exitRule(t){t instanceof l&&t.exitJavascript_native_statement(this)}}class ZL extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"statement",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(fT):this.getTypedRuleContext(fT,t)})),DR(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(My):this.getTypedRuleContext(My,t)})),this.parser=t,this.ruleIndex=FR.RULE_statement_list}enterRule(t){t instanceof l&&t.enterStatement_list(this)}exitRule(t){t instanceof l&&t.exitStatement_list(this)}}class $L extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"assertion",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(dT):this.getTypedRuleContext(dT,t)})),DR(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(My):this.getTypedRuleContext(My,t)})),this.parser=t,this.ruleIndex=FR.RULE_assertion_list}enterRule(t){t instanceof l&&t.enterAssertion_list(this)}exitRule(t){t instanceof l&&t.exitAssertion_list(this)}}class tI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"switch_case_statement",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(jT):this.getTypedRuleContext(jT,t)})),DR(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(My):this.getTypedRuleContext(My,t)})),this.parser=t,this.ruleIndex=FR.RULE_switch_case_statement_list}enterRule(t){t instanceof l&&t.enterSwitch_case_statement_list(this)}exitRule(t){t instanceof l&&t.exitSwitch_case_statement_list(this)}}class eI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"catch_statement",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(eg):this.getTypedRuleContext(eg,t)})),DR(this,"lfp",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(My):this.getTypedRuleContext(My,t)})),this.parser=t,this.ruleIndex=FR.RULE_catch_statement_list}enterRule(t){t instanceof l&&t.enterCatch_statement_list(this)}exitRule(t){t instanceof l&&t.exitCatch_statement_list(this)}}class iI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_literal_collection}copyFrom(t){super.copyFrom(t)}}class sI extends iI{constructor(t,e){super(t),super.copyFrom(e)}LBRAK(){return this.getToken(FR.LBRAK,0)}literal_list_literal(){return this.getTypedRuleContext(LI,0)}RBRAK(){return this.getToken(FR.RBRAK,0)}enterRule(t){t instanceof l&&t.enterLiteralListLiteral(this)}exitRule(t){t instanceof l&&t.exitLiteralListLiteral(this)}}FR.LiteralListLiteralContext=sI;class rI extends iI{constructor(t,e){super(t),DR(this,"atomic_literal",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(aI):this.getTypedRuleContext(aI,t)})),this.low=null,this.high=null,super.copyFrom(e)}LBRAK(){return this.getToken(FR.LBRAK,0)}RANGE(){return this.getToken(FR.RANGE,0)}RBRAK(){return this.getToken(FR.RBRAK,0)}enterRule(t){t instanceof l&&t.enterLiteralRangeLiteral(this)}exitRule(t){t instanceof l&&t.exitLiteralRangeLiteral(this)}}FR.LiteralRangeLiteralContext=rI;class nI extends iI{constructor(t,e){super(t),super.copyFrom(e)}LT(){return this.getToken(FR.LT,0)}literal_list_literal(){return this.getTypedRuleContext(LI,0)}GT(){return this.getToken(FR.GT,0)}enterRule(t){t instanceof l&&t.enterLiteralSetLiteral(this)}exitRule(t){t instanceof l&&t.exitLiteralSetLiteral(this)}}FR.LiteralSetLiteralContext=nI;class aI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_atomic_literal}copyFrom(t){super.copyFrom(t)}}class oI extends aI{constructor(t,e){super(t),super.copyFrom(e)}MIN_INTEGER(){return this.getToken(FR.MIN_INTEGER,0)}enterRule(t){t instanceof l&&t.enterMinIntegerLiteral(this)}exitRule(t){t instanceof l&&t.exitMinIntegerLiteral(this)}}FR.MinIntegerLiteralContext=oI;class hI extends aI{constructor(t,e){super(t),super.copyFrom(e)}DATE_LITERAL(){return this.getToken(FR.DATE_LITERAL,0)}enterRule(t){t instanceof l&&t.enterDateLiteral(this)}exitRule(t){t instanceof l&&t.exitDateLiteral(this)}}FR.DateLiteralContext=hI;class lI extends aI{constructor(t,e){super(t),super.copyFrom(e)}symbol_identifier(){return this.getTypedRuleContext(pL,0)}enterRule(t){t instanceof l&&t.enterSymbolLiteral(this)}exitRule(t){t instanceof l&&t.exitSymbolLiteral(this)}}FR.SymbolLiteralContext=lI;class cI extends aI{constructor(t,e){super(t),super.copyFrom(e)}BOOLEAN_LITERAL(){return this.getToken(FR.BOOLEAN_LITERAL,0)}enterRule(t){t instanceof l&&t.enterBooleanLiteral(this)}exitRule(t){t instanceof l&&t.exitBooleanLiteral(this)}}FR.BooleanLiteralContext=cI;class uI extends aI{constructor(t,e){super(t),super.copyFrom(e)}VERSION_LITERAL(){return this.getToken(FR.VERSION_LITERAL,0)}enterRule(t){t instanceof l&&t.enterVersionLiteral(this)}exitRule(t){t instanceof l&&t.exitVersionLiteral(this)}}FR.VersionLiteralContext=uI;class dI extends aI{constructor(t,e){super(t),super.copyFrom(e)}HEXA_LITERAL(){return this.getToken(FR.HEXA_LITERAL,0)}enterRule(t){t instanceof l&&t.enterHexadecimalLiteral(this)}exitRule(t){t instanceof l&&t.exitHexadecimalLiteral(this)}}FR.HexadecimalLiteralContext=dI;class pI extends aI{constructor(t,e){super(t),super.copyFrom(e)}UUID_LITERAL(){return this.getToken(FR.UUID_LITERAL,0)}enterRule(t){t instanceof l&&t.enterUUIDLiteral(this)}exitRule(t){t instanceof l&&t.exitUUIDLiteral(this)}}FR.UUIDLiteralContext=pI;class fI extends aI{constructor(t,e){super(t),super.copyFrom(e)}MAX_INTEGER(){return this.getToken(FR.MAX_INTEGER,0)}enterRule(t){t instanceof l&&t.enterMaxIntegerLiteral(this)}exitRule(t){t instanceof l&&t.exitMaxIntegerLiteral(this)}}FR.MaxIntegerLiteralContext=fI;class _I extends aI{constructor(t,e){super(t),super.copyFrom(e)}type_literal(){return this.getTypedRuleContext(Fy,0)}enterRule(t){t instanceof l&&t.enterTypeLiteral(this)}exitRule(t){t instanceof l&&t.exitTypeLiteral(this)}}FR.TypeLiteralContext=_I;class xI extends aI{constructor(t,e){super(t),super.copyFrom(e)}DATETIME_LITERAL(){return this.getToken(FR.DATETIME_LITERAL,0)}enterRule(t){t instanceof l&&t.enterDateTimeLiteral(this)}exitRule(t){t instanceof l&&t.exitDateTimeLiteral(this)}}FR.DateTimeLiteralContext=xI;class EI extends aI{constructor(t,e){super(t),super.copyFrom(e)}PERIOD_LITERAL(){return this.getToken(FR.PERIOD_LITERAL,0)}enterRule(t){t instanceof l&&t.enterPeriodLiteral(this)}exitRule(t){t instanceof l&&t.exitPeriodLiteral(this)}}FR.PeriodLiteralContext=EI;class mI extends aI{constructor(t,e){super(t),super.copyFrom(e)}DECIMAL_LITERAL(){return this.getToken(FR.DECIMAL_LITERAL,0)}MINUS(){return this.getToken(FR.MINUS,0)}enterRule(t){t instanceof l&&t.enterDecimalLiteral(this)}exitRule(t){t instanceof l&&t.exitDecimalLiteral(this)}}FR.DecimalLiteralContext=mI;class RI extends aI{constructor(t,e){super(t),super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(FR.TEXT_LITERAL,0)}enterRule(t){t instanceof l&&t.enterTextLiteral(this)}exitRule(t){t instanceof l&&t.exitTextLiteral(this)}}FR.TextLiteralContext=RI;class TI extends aI{constructor(t,e){super(t),super.copyFrom(e)}null_literal(){return this.getTypedRuleContext(Hy,0)}enterRule(t){t instanceof l&&t.enterNullLiteral(this)}exitRule(t){t instanceof l&&t.exitNullLiteral(this)}}FR.NullLiteralContext=TI;class gI extends aI{constructor(t,e){super(t),super.copyFrom(e)}INTEGER_LITERAL(){return this.getToken(FR.INTEGER_LITERAL,0)}MINUS(){return this.getToken(FR.MINUS,0)}enterRule(t){t instanceof l&&t.enterIntegerLiteral(this)}exitRule(t){t instanceof l&&t.exitIntegerLiteral(this)}}FR.IntegerLiteralContext=gI;class yI extends aI{constructor(t,e){super(t),super.copyFrom(e)}TIME_LITERAL(){return this.getToken(FR.TIME_LITERAL,0)}enterRule(t){t instanceof l&&t.enterTimeLiteral(this)}exitRule(t){t instanceof l&&t.exitTimeLiteral(this)}}FR.TimeLiteralContext=yI;class AI extends aI{constructor(t,e){super(t),super.copyFrom(e)}CHAR_LITERAL(){return this.getToken(FR.CHAR_LITERAL,0)}enterRule(t){t instanceof l&&t.enterCharacterLiteral(this)}exitRule(t){t instanceof l&&t.exitCharacterLiteral(this)}}FR.CharacterLiteralContext=AI;class LI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"atomic_literal",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(aI):this.getTypedRuleContext(aI,t)})),DR(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.COMMA):this.getToken(FR.COMMA,t)})),this.parser=t,this.ruleIndex=FR.RULE_literal_list_literal}enterRule(t){t instanceof l&&t.enterLiteral_list_literal(this)}exitRule(t){t instanceof l&&t.exitLiteral_list_literal(this)}}class II extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_this_expression}SELF(){return this.getToken(FR.SELF,0)}THIS(){return this.getToken(FR.THIS,0)}enterRule(t){t instanceof l&&t.enterThis_expression(this)}exitRule(t){t instanceof l&&t.exitThis_expression(this)}}class CI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_super_expression}SUPER(){return this.getToken(FR.SUPER,0)}category_type(){return this.getTypedRuleContext(WA,0)}DOT(){return this.getToken(FR.DOT,0)}enterRule(t){t instanceof l&&t.enterSuper_expression(this)}exitRule(t){t instanceof l&&t.exitSuper_expression(this)}}class vI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_parenthesis_expression}LPAR(){return this.getToken(FR.LPAR,0)}expression(){return this.getTypedRuleContext(ag,0)}RPAR(){return this.getToken(FR.RPAR,0)}enterRule(t){t instanceof l&&t.enterParenthesis_expression(this)}exitRule(t){t instanceof l&&t.exitParenthesis_expression(this)}}class bI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_literal_expression}atomic_literal(){return this.getTypedRuleContext(aI,0)}collection_literal(){return this.getTypedRuleContext(wI,0)}enterRule(t){t instanceof l&&t.enterLiteral_expression(this)}exitRule(t){t instanceof l&&t.exitLiteral_expression(this)}}class wI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_collection_literal}range_literal(){return this.getTypedRuleContext(pA,0)}list_literal(){return this.getTypedRuleContext(cA,0)}set_literal(){return this.getTypedRuleContext(uA,0)}dict_literal(){return this.getTypedRuleContext(SI,0)}document_literal(){return this.getTypedRuleContext(OI,0)}tuple_literal(){return this.getTypedRuleContext(NI,0)}enterRule(t){t instanceof l&&t.enterCollection_literal(this)}exitRule(t){t instanceof l&&t.exitCollection_literal(this)}}class NI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_tuple_literal}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}MUTABLE(){return this.getToken(FR.MUTABLE,0)}expression_tuple(){return this.getTypedRuleContext(DI,0)}enterRule(t){t instanceof l&&t.enterTuple_literal(this)}exitRule(t){t instanceof l&&t.exitTuple_literal(this)}}class SI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_dict_literal}LTCOLONGT(){return this.getToken(FR.LTCOLONGT,0)}MUTABLE(){return this.getToken(FR.MUTABLE,0)}LT(){return this.getToken(FR.LT,0)}dict_entry_list(){return this.getTypedRuleContext(HI,0)}GT(){return this.getToken(FR.GT,0)}COLON(){return this.getToken(FR.COLON,0)}enterRule(t){t instanceof l&&t.enterDict_literal(this)}exitRule(t){t instanceof l&&t.exitDict_literal(this)}}class OI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_document_literal}LCURL(){return this.getToken(FR.LCURL,0)}RCURL(){return this.getToken(FR.RCURL,0)}doc_entry_list(){return this.getTypedRuleContext(MI,0)}enterRule(t){t instanceof l&&t.enterDocument_literal(this)}exitRule(t){t instanceof l&&t.exitDocument_literal(this)}}class DI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ag):this.getTypedRuleContext(ag,t)})),DR(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.COMMA):this.getToken(FR.COMMA,t)})),this.parser=t,this.ruleIndex=FR.RULE_expression_tuple}enterRule(t){t instanceof l&&t.enterExpression_tuple(this)}exitRule(t){t instanceof l&&t.exitExpression_tuple(this)}}class MI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"doc_entry",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(kI):this.getTypedRuleContext(kI,t)})),DR(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.COMMA):this.getToken(FR.COMMA,t)})),this.parser=t,this.ruleIndex=FR.RULE_doc_entry_list}enterRule(t){t instanceof l&&t.enterDoc_entry_list(this)}exitRule(t){t instanceof l&&t.exitDoc_entry_list(this)}}class kI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_doc_entry,this.key=null,this.value=null}COLON(){return this.getToken(FR.COLON,0)}doc_key(){return this.getTypedRuleContext(UI,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterDoc_entry(this)}exitRule(t){t instanceof l&&t.exitDoc_entry(this)}}class UI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_doc_key}copyFrom(t){super.copyFrom(t)}}class PI extends UI{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}identifier_or_keyword(){return this.getTypedRuleContext(iL,0)}enterRule(t){t instanceof l&&t.enterDocKeyIdentifier(this)}exitRule(t){t instanceof l&&t.exitDocKeyIdentifier(this)}}FR.DocKeyIdentifierContext=PI;class FI extends UI{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(FR.TEXT_LITERAL,0)}enterRule(t){t instanceof l&&t.enterDocKeyText(this)}exitRule(t){t instanceof l&&t.exitDocKeyText(this)}}FR.DocKeyTextContext=FI;class HI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"dict_entry",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(VI):this.getTypedRuleContext(VI,t)})),DR(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.COMMA):this.getToken(FR.COMMA,t)})),this.parser=t,this.ruleIndex=FR.RULE_dict_entry_list}enterRule(t){t instanceof l&&t.enterDict_entry_list(this)}exitRule(t){t instanceof l&&t.exitDict_entry_list(this)}}class VI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_dict_entry,this.key=null,this.value=null}COLON(){return this.getToken(FR.COLON,0)}dict_key(){return this.getTypedRuleContext(BI,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterDict_entry(this)}exitRule(t){t instanceof l&&t.exitDict_entry(this)}}class BI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_dict_key}copyFrom(t){super.copyFrom(t)}}class GI extends BI{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}identifier_or_keyword(){return this.getTypedRuleContext(iL,0)}enterRule(t){t instanceof l&&t.enterDictKeyIdentifier(this)}exitRule(t){t instanceof l&&t.exitDictKeyIdentifier(this)}}FR.DictKeyIdentifierContext=GI;class jI extends BI{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(FR.TEXT_LITERAL,0)}enterRule(t){t instanceof l&&t.enterDictKeyText(this)}exitRule(t){t instanceof l&&t.exitDictKeyText(this)}}FR.DictKeyTextContext=jI;class WI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_slice_arguments}copyFrom(t){super.copyFrom(t)}}class JI extends WI{constructor(t,e){super(t),DR(this,"expression",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ag):this.getTypedRuleContext(ag,t)})),this.first=null,this.last=null,super.copyFrom(e)}COLON(){return this.getToken(FR.COLON,0)}enterRule(t){t instanceof l&&t.enterSliceFirstAndLast(this)}exitRule(t){t instanceof l&&t.exitSliceFirstAndLast(this)}}FR.SliceFirstAndLastContext=JI;class YI extends WI{constructor(t,e){super(t),this.last=null,super.copyFrom(e)}COLON(){return this.getToken(FR.COLON,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterSliceLastOnly(this)}exitRule(t){t instanceof l&&t.exitSliceLastOnly(this)}}FR.SliceLastOnlyContext=YI;class qI extends WI{constructor(t,e){super(t),this.first=null,super.copyFrom(e)}COLON(){return this.getToken(FR.COLON,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterSliceFirstOnly(this)}exitRule(t){t instanceof l&&t.exitSliceFirstOnly(this)}}FR.SliceFirstOnlyContext=qI;class XI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_assign_variable_statement}variable_identifier(){return this.getTypedRuleContext(cL,0)}assign(){return this.getTypedRuleContext(wC,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterAssign_variable_statement(this)}exitRule(t){t instanceof l&&t.exitAssign_variable_statement(this)}}class KI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_assignable_instance}copyFrom(t){super.copyFrom(t)}}class zI extends KI{constructor(t,e){super(t),super.copyFrom(e)}assignable_instance(){return this.getTypedRuleContext(KI,0)}child_instance(){return this.getTypedRuleContext(wy,0)}enterRule(t){t instanceof l&&t.enterChildInstance(this)}exitRule(t){t instanceof l&&t.exitChildInstance(this)}}FR.ChildInstanceContext=zI;class QI extends KI{constructor(t,e){super(t),super.copyFrom(e)}variable_identifier(){return this.getTypedRuleContext(cL,0)}enterRule(t){t instanceof l&&t.enterRootInstance(this)}exitRule(t){t instanceof l&&t.exitRootInstance(this)}}FR.RootInstanceContext=QI;class ZI extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_is_expression}copyFrom(t){super.copyFrom(t)}}class $I extends ZI{constructor(t,e){super(t),super.copyFrom(e)}VARIABLE_IDENTIFIER(){return this.getToken(FR.VARIABLE_IDENTIFIER,0)}category_or_any_type(){return this.getTypedRuleContext(gL,0)}enterRule(t){t instanceof l&&t.enterIsATypeExpression(this)}exitRule(t){t instanceof l&&t.exitIsATypeExpression(this)}}FR.IsATypeExpressionContext=$I;class tC extends ZI{constructor(t,e){super(t),super.copyFrom(e)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterIsOtherExpression(this)}exitRule(t){t instanceof l&&t.exitIsOtherExpression(this)}}FR.IsOtherExpressionContext=tC;class eC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_metadata}VARIABLE_IDENTIFIER(){return this.getToken(FR.VARIABLE_IDENTIFIER,0)}enterRule(t){t instanceof l&&t.enterMetadata(this)}exitRule(t){t instanceof l&&t.exitMetadata(this)}}class iC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_arrow_expression}copyFrom(t){super.copyFrom(t)}}class sC extends iC{constructor(t,e){super(t),super.copyFrom(e)}arrow_prefix(){return this.getTypedRuleContext(nC,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterArrowExpressionBody(this)}exitRule(t){t instanceof l&&t.exitArrowExpressionBody(this)}}FR.ArrowExpressionBodyContext=sC;class rC extends iC{constructor(t,e){super(t),super.copyFrom(e)}arrow_prefix(){return this.getTypedRuleContext(nC,0)}LCURL(){return this.getToken(FR.LCURL,0)}statement_list(){return this.getTypedRuleContext(ZL,0)}RCURL(){return this.getToken(FR.RCURL,0)}enterRule(t){t instanceof l&&t.enterArrowStatementsBody(this)}exitRule(t){t instanceof l&&t.exitArrowStatementsBody(this)}}FR.ArrowStatementsBodyContext=rC;class nC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"ws_plus",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ky):this.getTypedRuleContext(ky,t)})),this.parser=t,this.ruleIndex=FR.RULE_arrow_prefix,this.s1=null,this.s2=null}arrow_args(){return this.getTypedRuleContext(aC,0)}EGT(){return this.getToken(FR.EGT,0)}enterRule(t){t instanceof l&&t.enterArrow_prefix(this)}exitRule(t){t instanceof l&&t.exitArrow_prefix(this)}}class aC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_arrow_args}copyFrom(t){super.copyFrom(t)}}class oC extends aC{constructor(t,e){super(t),super.copyFrom(e)}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}variable_identifier_list(){return this.getTypedRuleContext(VL,0)}enterRule(t){t instanceof l&&t.enterArrowListArg(this)}exitRule(t){t instanceof l&&t.exitArrowListArg(this)}}FR.ArrowListArgContext=oC;class hC extends aC{constructor(t,e){super(t),super.copyFrom(e)}variable_identifier(){return this.getTypedRuleContext(cL,0)}enterRule(t){t instanceof l&&t.enterArrowSingleArg(this)}exitRule(t){t instanceof l&&t.exitArrowSingleArg(this)}}FR.ArrowSingleArgContext=hC;class lC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_sorted_key}instance_expression(){return this.getTypedRuleContext(Xg,0)}arrow_expression(){return this.getTypedRuleContext(iC,0)}enterRule(t){t instanceof l&&t.enterSorted_key(this)}exitRule(t){t instanceof l&&t.exitSorted_key(this)}}class cC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_read_blob_expression,this.source=null}READ(){return this.getToken(FR.READ,0)}BLOB(){return this.getToken(FR.BLOB,0)}FROM(){return this.getToken(FR.FROM,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterRead_blob_expression(this)}exitRule(t){t instanceof l&&t.exitRead_blob_expression(this)}}class uC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_read_all_expression,this.source=null}READ(){return this.getToken(FR.READ,0)}ALL(){return this.getToken(FR.ALL,0)}FROM(){return this.getToken(FR.FROM,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterRead_all_expression(this)}exitRule(t){t instanceof l&&t.exitRead_all_expression(this)}}class dC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_read_one_expression,this.source=null}READ(){return this.getToken(FR.READ,0)}ONE(){return this.getToken(FR.ONE,0)}FROM(){return this.getToken(FR.FROM,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterRead_one_expression(this)}exitRule(t){t instanceof l&&t.exitRead_one_expression(this)}}class pC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"order_by",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(fC):this.getTypedRuleContext(fC,t)})),DR(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.COMMA):this.getToken(FR.COMMA,t)})),this.parser=t,this.ruleIndex=FR.RULE_order_by_list}enterRule(t){t instanceof l&&t.enterOrder_by_list(this)}exitRule(t){t instanceof l&&t.exitOrder_by_list(this)}}class fC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"variable_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(cL):this.getTypedRuleContext(cL,t)})),DR(this,"DOT",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.DOT):this.getToken(FR.DOT,t)})),this.parser=t,this.ruleIndex=FR.RULE_order_by}ASC(){return this.getToken(FR.ASC,0)}DESC(){return this.getToken(FR.DESC,0)}enterRule(t){t instanceof l&&t.enterOrder_by(this)}exitRule(t){t instanceof l&&t.exitOrder_by(this)}}class _C extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"variable_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(cL):this.getTypedRuleContext(cL,t)})),DR(this,"COMMA",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.COMMA):this.getToken(FR.COMMA,t)})),this.parser=t,this.ruleIndex=FR.RULE_include_list}enterRule(t){t instanceof l&&t.enterInclude_list(this)}exitRule(t){t instanceof l&&t.exitInclude_list(this)}}class xC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_operator}copyFrom(t){super.copyFrom(t)}}class EC extends xC{constructor(t,e){super(t),super.copyFrom(e)}PLUS(){return this.getToken(FR.PLUS,0)}enterRule(t){t instanceof l&&t.enterOperatorPlus(this)}exitRule(t){t instanceof l&&t.exitOperatorPlus(this)}}FR.OperatorPlusContext=EC;class mC extends xC{constructor(t,e){super(t),super.copyFrom(e)}divide(){return this.getTypedRuleContext(SC,0)}enterRule(t){t instanceof l&&t.enterOperatorDivide(this)}exitRule(t){t instanceof l&&t.exitOperatorDivide(this)}}FR.OperatorDivideContext=mC;class RC extends xC{constructor(t,e){super(t),super.copyFrom(e)}idivide(){return this.getTypedRuleContext(OC,0)}enterRule(t){t instanceof l&&t.enterOperatorIDivide(this)}exitRule(t){t instanceof l&&t.exitOperatorIDivide(this)}}FR.OperatorIDivideContext=RC;class TC extends xC{constructor(t,e){super(t),super.copyFrom(e)}multiply(){return this.getTypedRuleContext(NC,0)}enterRule(t){t instanceof l&&t.enterOperatorMultiply(this)}exitRule(t){t instanceof l&&t.exitOperatorMultiply(this)}}FR.OperatorMultiplyContext=TC;class gC extends xC{constructor(t,e){super(t),super.copyFrom(e)}MINUS(){return this.getToken(FR.MINUS,0)}enterRule(t){t instanceof l&&t.enterOperatorMinus(this)}exitRule(t){t instanceof l&&t.exitOperatorMinus(this)}}FR.OperatorMinusContext=gC;class yC extends xC{constructor(t,e){super(t),super.copyFrom(e)}modulo(){return this.getTypedRuleContext(DC,0)}enterRule(t){t instanceof l&&t.enterOperatorModulo(this)}exitRule(t){t instanceof l&&t.exitOperatorModulo(this)}}FR.OperatorModuloContext=yC;class AC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_keyword}JAVA(){return this.getToken(FR.JAVA,0)}CSHARP(){return this.getToken(FR.CSHARP,0)}PYTHON2(){return this.getToken(FR.PYTHON2,0)}PYTHON3(){return this.getToken(FR.PYTHON3,0)}JAVASCRIPT(){return this.getToken(FR.JAVASCRIPT,0)}SWIFT(){return this.getToken(FR.SWIFT,0)}BOOLEAN(){return this.getToken(FR.BOOLEAN,0)}CHARACTER(){return this.getToken(FR.CHARACTER,0)}TEXT(){return this.getToken(FR.TEXT,0)}INTEGER(){return this.getToken(FR.INTEGER,0)}DECIMAL(){return this.getToken(FR.DECIMAL,0)}DATE(){return this.getToken(FR.DATE,0)}TIME(){return this.getToken(FR.TIME,0)}DATETIME(){return this.getToken(FR.DATETIME,0)}PERIOD(){return this.getToken(FR.PERIOD,0)}VERSION(){return this.getToken(FR.VERSION,0)}CODE(){return this.getToken(FR.CODE,0)}DOCUMENT(){return this.getToken(FR.DOCUMENT,0)}BLOB(){return this.getToken(FR.BLOB,0)}IMAGE(){return this.getToken(FR.IMAGE,0)}DBID(){return this.getToken(FR.DBID,0)}UUID(){return this.getToken(FR.UUID,0)}ITERATOR(){return this.getToken(FR.ITERATOR,0)}CURSOR(){return this.getToken(FR.CURSOR,0)}HTML(){return this.getToken(FR.HTML,0)}ABSTRACT(){return this.getToken(FR.ABSTRACT,0)}ALL(){return this.getToken(FR.ALL,0)}ALWAYS(){return this.getToken(FR.ALWAYS,0)}AND(){return this.getToken(FR.AND,0)}ANY(){return this.getToken(FR.ANY,0)}AS(){return this.getToken(FR.AS,0)}ASC(){return this.getToken(FR.ASC,0)}ATTR(){return this.getToken(FR.ATTR,0)}ATTRIBUTE(){return this.getToken(FR.ATTRIBUTE,0)}ATTRIBUTES(){return this.getToken(FR.ATTRIBUTES,0)}BINDINGS(){return this.getToken(FR.BINDINGS,0)}BREAK(){return this.getToken(FR.BREAK,0)}BY(){return this.getToken(FR.BY,0)}CASE(){return this.getToken(FR.CASE,0)}CATCH(){return this.getToken(FR.CATCH,0)}CATEGORY(){return this.getToken(FR.CATEGORY,0)}CLASS(){return this.getToken(FR.CLASS,0)}CONTAINS(){return this.getToken(FR.CONTAINS,0)}DEF(){return this.getToken(FR.DEF,0)}DEFAULT(){return this.getToken(FR.DEFAULT,0)}DEFINE(){return this.getToken(FR.DEFINE,0)}DELETE(){return this.getToken(FR.DELETE,0)}DESC(){return this.getToken(FR.DESC,0)}DO(){return this.getToken(FR.DO,0)}DOING(){return this.getToken(FR.DOING,0)}EACH(){return this.getToken(FR.EACH,0)}ELSE(){return this.getToken(FR.ELSE,0)}ENUM(){return this.getToken(FR.ENUM,0)}ENUMERATED(){return this.getToken(FR.ENUMERATED,0)}EXCEPT(){return this.getToken(FR.EXCEPT,0)}EXECUTE(){return this.getToken(FR.EXECUTE,0)}EXPECTING(){return this.getToken(FR.EXPECTING,0)}EXTENDS(){return this.getToken(FR.EXTENDS,0)}FETCH(){return this.getToken(FR.FETCH,0)}FILTERED(){return this.getToken(FR.FILTERED,0)}FINALLY(){return this.getToken(FR.FINALLY,0)}FLUSH(){return this.getToken(FR.FLUSH,0)}FOR(){return this.getToken(FR.FOR,0)}FROM(){return this.getToken(FR.FROM,0)}GETTER(){return this.getToken(FR.GETTER,0)}HAS(){return this.getToken(FR.HAS,0)}IF(){return this.getToken(FR.IF,0)}IN(){return this.getToken(FR.IN,0)}INDEX(){return this.getToken(FR.INDEX,0)}IS(){return this.getToken(FR.IS,0)}MATCHING(){return this.getToken(FR.MATCHING,0)}METHOD(){return this.getToken(FR.METHOD,0)}METHODS(){return this.getToken(FR.METHODS,0)}MODULO(){return this.getToken(FR.MODULO,0)}MUTABLE(){return this.getToken(FR.MUTABLE,0)}NATIVE(){return this.getToken(FR.NATIVE,0)}NONE(){return this.getToken(FR.NONE,0)}NOT(){return this.getToken(FR.NOT,0)}NOTHING(){return this.getToken(FR.NOTHING,0)}NULL(){return this.getToken(FR.NULL,0)}ON(){return this.getToken(FR.ON,0)}ONE(){return this.getToken(FR.ONE,0)}OPERATOR(){return this.getToken(FR.OPERATOR,0)}OR(){return this.getToken(FR.OR,0)}ORDER(){return this.getToken(FR.ORDER,0)}OTHERWISE(){return this.getToken(FR.OTHERWISE,0)}PASS(){return this.getToken(FR.PASS,0)}RAISE(){return this.getToken(FR.RAISE,0)}READ(){return this.getToken(FR.READ,0)}RECEIVING(){return this.getToken(FR.RECEIVING,0)}RESOURCE(){return this.getToken(FR.RESOURCE,0)}RETURN(){return this.getToken(FR.RETURN,0)}RETURNING(){return this.getToken(FR.RETURNING,0)}ROWS(){return this.getToken(FR.ROWS,0)}SELF(){return this.getToken(FR.SELF,0)}SETTER(){return this.getToken(FR.SETTER,0)}SINGLETON(){return this.getToken(FR.SINGLETON,0)}SORTED(){return this.getToken(FR.SORTED,0)}SUPER(){return this.getToken(FR.SUPER,0)}STORABLE(){return this.getToken(FR.STORABLE,0)}STORE(){return this.getToken(FR.STORE,0)}SWITCH(){return this.getToken(FR.SWITCH,0)}TEST(){return this.getToken(FR.TEST,0)}THIS(){return this.getToken(FR.THIS,0)}THROW(){return this.getToken(FR.THROW,0)}TO(){return this.getToken(FR.TO,0)}TRY(){return this.getToken(FR.TRY,0)}VERIFYING(){return this.getToken(FR.VERIFYING,0)}WIDGET(){return this.getToken(FR.WIDGET,0)}WITH(){return this.getToken(FR.WITH,0)}WHEN(){return this.getToken(FR.WHEN,0)}WHERE(){return this.getToken(FR.WHERE,0)}WHILE(){return this.getToken(FR.WHILE,0)}WRITE(){return this.getToken(FR.WRITE,0)}enterRule(t){t instanceof l&&t.enterKeyword(this)}exitRule(t){t instanceof l&&t.exitKeyword(this)}}class LC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_new_token,this.i1=null}VARIABLE_IDENTIFIER(){return this.getToken(FR.VARIABLE_IDENTIFIER,0)}enterRule(t){t instanceof l&&t.enterNew_token(this)}exitRule(t){t instanceof l&&t.exitNew_token(this)}}class IC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_key_token,this.i1=null}VARIABLE_IDENTIFIER(){return this.getToken(FR.VARIABLE_IDENTIFIER,0)}enterRule(t){t instanceof l&&t.enterKey_token(this)}exitRule(t){t instanceof l&&t.exitKey_token(this)}}class CC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_module_token,this.i1=null}VARIABLE_IDENTIFIER(){return this.getToken(FR.VARIABLE_IDENTIFIER,0)}enterRule(t){t instanceof l&&t.enterModule_token(this)}exitRule(t){t instanceof l&&t.exitModule_token(this)}}class vC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_value_token,this.i1=null}VARIABLE_IDENTIFIER(){return this.getToken(FR.VARIABLE_IDENTIFIER,0)}enterRule(t){t instanceof l&&t.enterValue_token(this)}exitRule(t){t instanceof l&&t.exitValue_token(this)}}class bC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_symbols_token,this.i1=null}VARIABLE_IDENTIFIER(){return this.getToken(FR.VARIABLE_IDENTIFIER,0)}enterRule(t){t instanceof l&&t.enterSymbols_token(this)}exitRule(t){t instanceof l&&t.exitSymbols_token(this)}}class wC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_assign}EQ(){return this.getToken(FR.EQ,0)}enterRule(t){t instanceof l&&t.enterAssign(this)}exitRule(t){t instanceof l&&t.exitAssign(this)}}class NC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_multiply}STAR(){return this.getToken(FR.STAR,0)}enterRule(t){t instanceof l&&t.enterMultiply(this)}exitRule(t){t instanceof l&&t.exitMultiply(this)}}class SC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_divide}SLASH(){return this.getToken(FR.SLASH,0)}enterRule(t){t instanceof l&&t.enterDivide(this)}exitRule(t){t instanceof l&&t.exitDivide(this)}}class OC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_idivide}BSLASH(){return this.getToken(FR.BSLASH,0)}enterRule(t){t instanceof l&&t.enterIdivide(this)}exitRule(t){t instanceof l&&t.exitIdivide(this)}}class DC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_modulo}PERCENT(){return this.getToken(FR.PERCENT,0)}MODULO(){return this.getToken(FR.MODULO,0)}enterRule(t){t instanceof l&&t.enterModulo(this)}exitRule(t){t instanceof l&&t.exitModulo(this)}}class MC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_javascript_statement}copyFrom(t){super.copyFrom(t)}}class kC extends MC{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}SEMI(){return this.getToken(FR.SEMI,0)}javascript_expression(){return this.getTypedRuleContext(PC,0)}enterRule(t){t instanceof l&&t.enterJavascriptStatement(this)}exitRule(t){t instanceof l&&t.exitJavascriptStatement(this)}}FR.JavascriptStatementContext=kC;class UC extends MC{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}RETURN(){return this.getToken(FR.RETURN,0)}SEMI(){return this.getToken(FR.SEMI,0)}javascript_expression(){return this.getTypedRuleContext(PC,0)}enterRule(t){t instanceof l&&t.enterJavascriptReturnStatement(this)}exitRule(t){t instanceof l&&t.exitJavascriptReturnStatement(this)}}FR.JavascriptReturnStatementContext=UC;class PC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_javascript_expression}copyFrom(t){super.copyFrom(t)}}class FC extends PC{constructor(t,e){super(t),this.parent=null,this.child=null,super.copyFrom(e)}javascript_expression(){return this.getTypedRuleContext(PC,0)}javascript_selector_expression(){return this.getTypedRuleContext(jC,0)}enterRule(t){t instanceof l&&t.enterJavascriptSelectorExpression(this)}exitRule(t){t instanceof l&&t.exitJavascriptSelectorExpression(this)}}FR.JavascriptSelectorExpressionContext=FC;class HC extends PC{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}javascript_primary_expression(){return this.getTypedRuleContext(VC,0)}enterRule(t){t instanceof l&&t.enterJavascriptPrimaryExpression(this)}exitRule(t){t instanceof l&&t.exitJavascriptPrimaryExpression(this)}}FR.JavascriptPrimaryExpressionContext=HC;class VC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_javascript_primary_expression}javascript_this_expression(){return this.getTypedRuleContext(BC,0)}javascript_new_expression(){return this.getTypedRuleContext(GC,0)}javascript_parenthesis_expression(){return this.getTypedRuleContext(ZC,0)}javascript_identifier_expression(){return this.getTypedRuleContext($C,0)}javascript_literal_expression(){return this.getTypedRuleContext(tv,0)}javascript_method_expression(){return this.getTypedRuleContext(qC,0)}javascript_item_expression(){return this.getTypedRuleContext(QC,0)}enterRule(t){t instanceof l&&t.enterJavascript_primary_expression(this)}exitRule(t){t instanceof l&&t.exitJavascript_primary_expression(this)}}class BC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_javascript_this_expression}this_expression(){return this.getTypedRuleContext(II,0)}enterRule(t){t instanceof l&&t.enterJavascript_this_expression(this)}exitRule(t){t instanceof l&&t.exitJavascript_this_expression(this)}}class GC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_javascript_new_expression}new_token(){return this.getTypedRuleContext(LC,0)}javascript_method_expression(){return this.getTypedRuleContext(qC,0)}enterRule(t){t instanceof l&&t.enterJavascript_new_expression(this)}exitRule(t){t instanceof l&&t.exitJavascript_new_expression(this)}}class jC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_javascript_selector_expression}copyFrom(t){super.copyFrom(t)}}class WC extends jC{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}DOT(){return this.getToken(FR.DOT,0)}javascript_identifier(){return this.getTypedRuleContext(av,0)}enterRule(t){t instanceof l&&t.enterJavascriptMemberExpression(this)}exitRule(t){t instanceof l&&t.exitJavascriptMemberExpression(this)}}FR.JavascriptMemberExpressionContext=WC;class JC extends jC{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}javascript_item_expression(){return this.getTypedRuleContext(QC,0)}enterRule(t){t instanceof l&&t.enterJavascriptItemExpression(this)}exitRule(t){t instanceof l&&t.exitJavascriptItemExpression(this)}}FR.JavascriptItemExpressionContext=JC;class YC extends jC{constructor(t,e){super(t),this.method=null,super.copyFrom(e)}DOT(){return this.getToken(FR.DOT,0)}javascript_method_expression(){return this.getTypedRuleContext(qC,0)}enterRule(t){t instanceof l&&t.enterJavascriptMethodExpression(this)}exitRule(t){t instanceof l&&t.exitJavascriptMethodExpression(this)}}FR.JavascriptMethodExpressionContext=YC;class qC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_javascript_method_expression,this.name=null,this.args=null}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}javascript_identifier(){return this.getTypedRuleContext(av,0)}javascript_arguments(){return this.getTypedRuleContext(XC,0)}enterRule(t){t instanceof l&&t.enterJavascript_method_expression(this)}exitRule(t){t instanceof l&&t.exitJavascript_method_expression(this)}}class XC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_javascript_arguments}copyFrom(t){super.copyFrom(t)}}class KC extends XC{constructor(t,e){super(t),this.item=null,super.copyFrom(e)}javascript_expression(){return this.getTypedRuleContext(PC,0)}enterRule(t){t instanceof l&&t.enterJavascriptArgumentList(this)}exitRule(t){t instanceof l&&t.exitJavascriptArgumentList(this)}}FR.JavascriptArgumentListContext=KC;class zC extends XC{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}COMMA(){return this.getToken(FR.COMMA,0)}javascript_arguments(){return this.getTypedRuleContext(XC,0)}javascript_expression(){return this.getTypedRuleContext(PC,0)}enterRule(t){t instanceof l&&t.enterJavascriptArgumentListItem(this)}exitRule(t){t instanceof l&&t.exitJavascriptArgumentListItem(this)}}FR.JavascriptArgumentListItemContext=zC;class QC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_javascript_item_expression,this.exp=null}LBRAK(){return this.getToken(FR.LBRAK,0)}RBRAK(){return this.getToken(FR.RBRAK,0)}javascript_expression(){return this.getTypedRuleContext(PC,0)}enterRule(t){t instanceof l&&t.enterJavascript_item_expression(this)}exitRule(t){t instanceof l&&t.exitJavascript_item_expression(this)}}class ZC extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_javascript_parenthesis_expression,this.exp=null}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}javascript_expression(){return this.getTypedRuleContext(PC,0)}enterRule(t){t instanceof l&&t.enterJavascript_parenthesis_expression(this)}exitRule(t){t instanceof l&&t.exitJavascript_parenthesis_expression(this)}}class $C extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_javascript_identifier_expression,this.name=null}javascript_identifier(){return this.getTypedRuleContext(av,0)}enterRule(t){t instanceof l&&t.enterJavascript_identifier_expression(this)}exitRule(t){t instanceof l&&t.exitJavascript_identifier_expression(this)}}class tv extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_javascript_literal_expression}copyFrom(t){super.copyFrom(t)}}class ev extends tv{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}INTEGER_LITERAL(){return this.getToken(FR.INTEGER_LITERAL,0)}enterRule(t){t instanceof l&&t.enterJavascriptIntegerLiteral(this)}exitRule(t){t instanceof l&&t.exitJavascriptIntegerLiteral(this)}}FR.JavascriptIntegerLiteralContext=ev;class iv extends tv{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}BOOLEAN_LITERAL(){return this.getToken(FR.BOOLEAN_LITERAL,0)}enterRule(t){t instanceof l&&t.enterJavascriptBooleanLiteral(this)}exitRule(t){t instanceof l&&t.exitJavascriptBooleanLiteral(this)}}FR.JavascriptBooleanLiteralContext=iv;class sv extends tv{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}CHAR_LITERAL(){return this.getToken(FR.CHAR_LITERAL,0)}enterRule(t){t instanceof l&&t.enterJavascriptCharacterLiteral(this)}exitRule(t){t instanceof l&&t.exitJavascriptCharacterLiteral(this)}}FR.JavascriptCharacterLiteralContext=sv;class rv extends tv{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(FR.TEXT_LITERAL,0)}enterRule(t){t instanceof l&&t.enterJavascriptTextLiteral(this)}exitRule(t){t instanceof l&&t.exitJavascriptTextLiteral(this)}}FR.JavascriptTextLiteralContext=rv;class nv extends tv{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}DECIMAL_LITERAL(){return this.getToken(FR.DECIMAL_LITERAL,0)}enterRule(t){t instanceof l&&t.enterJavascriptDecimalLiteral(this)}exitRule(t){t instanceof l&&t.exitJavascriptDecimalLiteral(this)}}FR.JavascriptDecimalLiteralContext=nv;class av extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_javascript_identifier}VARIABLE_IDENTIFIER(){return this.getToken(FR.VARIABLE_IDENTIFIER,0)}SYMBOL_IDENTIFIER(){return this.getToken(FR.SYMBOL_IDENTIFIER,0)}DOLLAR_IDENTIFIER(){return this.getToken(FR.DOLLAR_IDENTIFIER,0)}TYPE_IDENTIFIER(){return this.getToken(FR.TYPE_IDENTIFIER,0)}keyword(){return this.getTypedRuleContext(AC,0)}enterRule(t){t instanceof l&&t.enterJavascript_identifier(this)}exitRule(t){t instanceof l&&t.exitJavascript_identifier(this)}}class ov extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_python_statement}copyFrom(t){super.copyFrom(t)}}class hv extends ov{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}python_expression(){return this.getTypedRuleContext(cv,0)}enterRule(t){t instanceof l&&t.enterPythonStatement(this)}exitRule(t){t instanceof l&&t.exitPythonStatement(this)}}FR.PythonStatementContext=hv;class lv extends ov{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}RETURN(){return this.getToken(FR.RETURN,0)}python_expression(){return this.getTypedRuleContext(cv,0)}enterRule(t){t instanceof l&&t.enterPythonReturnStatement(this)}exitRule(t){t instanceof l&&t.exitPythonReturnStatement(this)}}FR.PythonReturnStatementContext=lv;class cv extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_python_expression}copyFrom(t){super.copyFrom(t)}}class uv extends cv{constructor(t,e){super(t),this.parent=null,this.child=null,super.copyFrom(e)}python_expression(){return this.getTypedRuleContext(cv,0)}python_selector_expression(){return this.getTypedRuleContext(Tv,0)}enterRule(t){t instanceof l&&t.enterPythonSelectorExpression(this)}exitRule(t){t instanceof l&&t.exitPythonSelectorExpression(this)}}FR.PythonSelectorExpressionContext=uv;class dv extends cv{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}python_primary_expression(){return this.getTypedRuleContext(pv,0)}enterRule(t){t instanceof l&&t.enterPythonPrimaryExpression(this)}exitRule(t){t instanceof l&&t.exitPythonPrimaryExpression(this)}}FR.PythonPrimaryExpressionContext=dv;class pv extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_python_primary_expression}copyFrom(t){super.copyFrom(t)}}class fv extends pv{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}python_parenthesis_expression(){return this.getTypedRuleContext(Mv,0)}enterRule(t){t instanceof l&&t.enterPythonParenthesisExpression(this)}exitRule(t){t instanceof l&&t.exitPythonParenthesisExpression(this)}}FR.PythonParenthesisExpressionContext=fv;class _v extends pv{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}python_identifier_expression(){return this.getTypedRuleContext(kv,0)}enterRule(t){t instanceof l&&t.enterPythonIdentifierExpression(this)}exitRule(t){t instanceof l&&t.exitPythonIdentifierExpression(this)}}FR.PythonIdentifierExpressionContext=_v;class xv extends pv{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}python_self_expression(){return this.getTypedRuleContext(Rv,0)}enterRule(t){t instanceof l&&t.enterPythonSelfExpression(this)}exitRule(t){t instanceof l&&t.exitPythonSelfExpression(this)}}FR.PythonSelfExpressionContext=xv;class Ev extends pv{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}python_literal_expression(){return this.getTypedRuleContext(Hv,0)}enterRule(t){t instanceof l&&t.enterPythonLiteralExpression(this)}exitRule(t){t instanceof l&&t.exitPythonLiteralExpression(this)}}FR.PythonLiteralExpressionContext=Ev;class mv extends pv{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}python_method_expression(){return this.getTypedRuleContext(Av,0)}enterRule(t){t instanceof l&&t.enterPythonGlobalMethodExpression(this)}exitRule(t){t instanceof l&&t.exitPythonGlobalMethodExpression(this)}}FR.PythonGlobalMethodExpressionContext=mv;class Rv extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_python_self_expression}this_expression(){return this.getTypedRuleContext(II,0)}enterRule(t){t instanceof l&&t.enterPython_self_expression(this)}exitRule(t){t instanceof l&&t.exitPython_self_expression(this)}}class Tv extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_python_selector_expression}copyFrom(t){super.copyFrom(t)}}class gv extends Tv{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}DOT(){return this.getToken(FR.DOT,0)}python_method_expression(){return this.getTypedRuleContext(Av,0)}enterRule(t){t instanceof l&&t.enterPythonMethodExpression(this)}exitRule(t){t instanceof l&&t.exitPythonMethodExpression(this)}}FR.PythonMethodExpressionContext=gv;class yv extends Tv{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}LBRAK(){return this.getToken(FR.LBRAK,0)}RBRAK(){return this.getToken(FR.RBRAK,0)}python_expression(){return this.getTypedRuleContext(cv,0)}enterRule(t){t instanceof l&&t.enterPythonItemExpression(this)}exitRule(t){t instanceof l&&t.exitPythonItemExpression(this)}}FR.PythonItemExpressionContext=yv;class Av extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_python_method_expression,this.name=null,this.args=null}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}python_identifier(){return this.getTypedRuleContext(Jv,0)}python_argument_list(){return this.getTypedRuleContext(Lv,0)}enterRule(t){t instanceof l&&t.enterPython_method_expression(this)}exitRule(t){t instanceof l&&t.exitPython_method_expression(this)}}class Lv extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_python_argument_list}copyFrom(t){super.copyFrom(t)}}class Iv extends Lv{constructor(t,e){super(t),this.ordinal=null,super.copyFrom(e)}python_ordinal_argument_list(){return this.getTypedRuleContext(bv,0)}enterRule(t){t instanceof l&&t.enterPythonOrdinalOnlyArgumentList(this)}exitRule(t){t instanceof l&&t.exitPythonOrdinalOnlyArgumentList(this)}}FR.PythonOrdinalOnlyArgumentListContext=Iv;class Cv extends Lv{constructor(t,e){super(t),this.named=null,super.copyFrom(e)}python_named_argument_list(){return this.getTypedRuleContext(Sv,0)}enterRule(t){t instanceof l&&t.enterPythonNamedOnlyArgumentList(this)}exitRule(t){t instanceof l&&t.exitPythonNamedOnlyArgumentList(this)}}FR.PythonNamedOnlyArgumentListContext=Cv;class vv extends Lv{constructor(t,e){super(t),this.ordinal=null,this.named=null,super.copyFrom(e)}COMMA(){return this.getToken(FR.COMMA,0)}python_ordinal_argument_list(){return this.getTypedRuleContext(bv,0)}python_named_argument_list(){return this.getTypedRuleContext(Sv,0)}enterRule(t){t instanceof l&&t.enterPythonArgumentList(this)}exitRule(t){t instanceof l&&t.exitPythonArgumentList(this)}}FR.PythonArgumentListContext=vv;class bv extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_python_ordinal_argument_list}copyFrom(t){super.copyFrom(t)}}class wv extends bv{constructor(t,e){super(t),this.item=null,super.copyFrom(e)}python_expression(){return this.getTypedRuleContext(cv,0)}enterRule(t){t instanceof l&&t.enterPythonOrdinalArgumentList(this)}exitRule(t){t instanceof l&&t.exitPythonOrdinalArgumentList(this)}}FR.PythonOrdinalArgumentListContext=wv;class Nv extends bv{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}COMMA(){return this.getToken(FR.COMMA,0)}python_ordinal_argument_list(){return this.getTypedRuleContext(bv,0)}python_expression(){return this.getTypedRuleContext(cv,0)}enterRule(t){t instanceof l&&t.enterPythonOrdinalArgumentListItem(this)}exitRule(t){t instanceof l&&t.exitPythonOrdinalArgumentListItem(this)}}FR.PythonOrdinalArgumentListItemContext=Nv;class Sv extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_python_named_argument_list}copyFrom(t){super.copyFrom(t)}}class Ov extends Sv{constructor(t,e){super(t),this.name=null,this.exp=null,super.copyFrom(e)}EQ(){return this.getToken(FR.EQ,0)}python_identifier(){return this.getTypedRuleContext(Jv,0)}python_expression(){return this.getTypedRuleContext(cv,0)}enterRule(t){t instanceof l&&t.enterPythonNamedArgumentList(this)}exitRule(t){t instanceof l&&t.exitPythonNamedArgumentList(this)}}FR.PythonNamedArgumentListContext=Ov;class Dv extends Sv{constructor(t,e){super(t),this.items=null,this.name=null,this.exp=null,super.copyFrom(e)}COMMA(){return this.getToken(FR.COMMA,0)}EQ(){return this.getToken(FR.EQ,0)}python_named_argument_list(){return this.getTypedRuleContext(Sv,0)}python_identifier(){return this.getTypedRuleContext(Jv,0)}python_expression(){return this.getTypedRuleContext(cv,0)}enterRule(t){t instanceof l&&t.enterPythonNamedArgumentListItem(this)}exitRule(t){t instanceof l&&t.exitPythonNamedArgumentListItem(this)}}FR.PythonNamedArgumentListItemContext=Dv;class Mv extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_python_parenthesis_expression,this.exp=null}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}python_expression(){return this.getTypedRuleContext(cv,0)}enterRule(t){t instanceof l&&t.enterPython_parenthesis_expression(this)}exitRule(t){t instanceof l&&t.exitPython_parenthesis_expression(this)}}class kv extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_python_identifier_expression}copyFrom(t){super.copyFrom(t)}}class Uv extends kv{constructor(t,e){super(t),this.parent=null,this.name=null,super.copyFrom(e)}DOT(){return this.getToken(FR.DOT,0)}python_identifier_expression(){return this.getTypedRuleContext(kv,0)}python_identifier(){return this.getTypedRuleContext(Jv,0)}enterRule(t){t instanceof l&&t.enterPythonChildIdentifier(this)}exitRule(t){t instanceof l&&t.exitPythonChildIdentifier(this)}}FR.PythonChildIdentifierContext=Uv;class Pv extends kv{constructor(t,e){super(t),super.copyFrom(e)}DOLLAR_IDENTIFIER(){return this.getToken(FR.DOLLAR_IDENTIFIER,0)}enterRule(t){t instanceof l&&t.enterPythonPromptoIdentifier(this)}exitRule(t){t instanceof l&&t.exitPythonPromptoIdentifier(this)}}FR.PythonPromptoIdentifierContext=Pv;class Fv extends kv{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}python_identifier(){return this.getTypedRuleContext(Jv,0)}enterRule(t){t instanceof l&&t.enterPythonIdentifier(this)}exitRule(t){t instanceof l&&t.exitPythonIdentifier(this)}}FR.PythonIdentifierContext=Fv;class Hv extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_python_literal_expression}copyFrom(t){super.copyFrom(t)}}class Vv extends Hv{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}INTEGER_LITERAL(){return this.getToken(FR.INTEGER_LITERAL,0)}enterRule(t){t instanceof l&&t.enterPythonIntegerLiteral(this)}exitRule(t){t instanceof l&&t.exitPythonIntegerLiteral(this)}}FR.PythonIntegerLiteralContext=Vv;class Bv extends Hv{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}BOOLEAN_LITERAL(){return this.getToken(FR.BOOLEAN_LITERAL,0)}enterRule(t){t instanceof l&&t.enterPythonBooleanLiteral(this)}exitRule(t){t instanceof l&&t.exitPythonBooleanLiteral(this)}}FR.PythonBooleanLiteralContext=Bv;class Gv extends Hv{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}CHAR_LITERAL(){return this.getToken(FR.CHAR_LITERAL,0)}enterRule(t){t instanceof l&&t.enterPythonCharacterLiteral(this)}exitRule(t){t instanceof l&&t.exitPythonCharacterLiteral(this)}}FR.PythonCharacterLiteralContext=Gv;class jv extends Hv{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(FR.TEXT_LITERAL,0)}enterRule(t){t instanceof l&&t.enterPythonTextLiteral(this)}exitRule(t){t instanceof l&&t.exitPythonTextLiteral(this)}}FR.PythonTextLiteralContext=jv;class Wv extends Hv{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}DECIMAL_LITERAL(){return this.getToken(FR.DECIMAL_LITERAL,0)}enterRule(t){t instanceof l&&t.enterPythonDecimalLiteral(this)}exitRule(t){t instanceof l&&t.exitPythonDecimalLiteral(this)}}FR.PythonDecimalLiteralContext=Wv;class Jv extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_python_identifier}VARIABLE_IDENTIFIER(){return this.getToken(FR.VARIABLE_IDENTIFIER,0)}SYMBOL_IDENTIFIER(){return this.getToken(FR.SYMBOL_IDENTIFIER,0)}DOLLAR_IDENTIFIER(){return this.getToken(FR.DOLLAR_IDENTIFIER,0)}TYPE_IDENTIFIER(){return this.getToken(FR.TYPE_IDENTIFIER,0)}keyword(){return this.getTypedRuleContext(AC,0)}enterRule(t){t instanceof l&&t.enterPython_identifier(this)}exitRule(t){t instanceof l&&t.exitPython_identifier(this)}}class Yv extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_java_statement}copyFrom(t){super.copyFrom(t)}}class qv extends Yv{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}RETURN(){return this.getToken(FR.RETURN,0)}SEMI(){return this.getToken(FR.SEMI,0)}java_expression(){return this.getTypedRuleContext(Kv,0)}enterRule(t){t instanceof l&&t.enterJavaReturnStatement(this)}exitRule(t){t instanceof l&&t.exitJavaReturnStatement(this)}}FR.JavaReturnStatementContext=qv;class Xv extends Yv{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}SEMI(){return this.getToken(FR.SEMI,0)}java_expression(){return this.getTypedRuleContext(Kv,0)}enterRule(t){t instanceof l&&t.enterJavaStatement(this)}exitRule(t){t instanceof l&&t.exitJavaStatement(this)}}FR.JavaStatementContext=Xv;class Kv extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_java_expression}copyFrom(t){super.copyFrom(t)}}class zv extends Kv{constructor(t,e){super(t),this.parent=null,this.child=null,super.copyFrom(e)}java_expression(){return this.getTypedRuleContext(Kv,0)}java_selector_expression(){return this.getTypedRuleContext(eb,0)}enterRule(t){t instanceof l&&t.enterJavaSelectorExpression(this)}exitRule(t){t instanceof l&&t.exitJavaSelectorExpression(this)}}FR.JavaSelectorExpressionContext=zv;class Qv extends Kv{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}java_primary_expression(){return this.getTypedRuleContext(Zv,0)}enterRule(t){t instanceof l&&t.enterJavaPrimaryExpression(this)}exitRule(t){t instanceof l&&t.exitJavaPrimaryExpression(this)}}FR.JavaPrimaryExpressionContext=Qv;class Zv extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_java_primary_expression}java_this_expression(){return this.getTypedRuleContext($v,0)}java_new_expression(){return this.getTypedRuleContext(tb,0)}java_parenthesis_expression(){return this.getTypedRuleContext(lb,0)}java_identifier_expression(){return this.getTypedRuleContext(cb,0)}java_literal_expression(){return this.getTypedRuleContext(xb,0)}enterRule(t){t instanceof l&&t.enterJava_primary_expression(this)}exitRule(t){t instanceof l&&t.exitJava_primary_expression(this)}}class $v extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_java_this_expression}this_expression(){return this.getTypedRuleContext(II,0)}enterRule(t){t instanceof l&&t.enterJava_this_expression(this)}exitRule(t){t instanceof l&&t.exitJava_this_expression(this)}}class tb extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_java_new_expression}new_token(){return this.getTypedRuleContext(LC,0)}java_method_expression(){return this.getTypedRuleContext(rb,0)}enterRule(t){t instanceof l&&t.enterJava_new_expression(this)}exitRule(t){t instanceof l&&t.exitJava_new_expression(this)}}class eb extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_java_selector_expression}copyFrom(t){super.copyFrom(t)}}class ib extends eb{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}java_item_expression(){return this.getTypedRuleContext(hb,0)}enterRule(t){t instanceof l&&t.enterJavaItemExpression(this)}exitRule(t){t instanceof l&&t.exitJavaItemExpression(this)}}FR.JavaItemExpressionContext=ib;class sb extends eb{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}DOT(){return this.getToken(FR.DOT,0)}java_method_expression(){return this.getTypedRuleContext(rb,0)}enterRule(t){t instanceof l&&t.enterJavaMethodExpression(this)}exitRule(t){t instanceof l&&t.exitJavaMethodExpression(this)}}FR.JavaMethodExpressionContext=sb;class rb extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_java_method_expression,this.name=null,this.args=null}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}java_identifier(){return this.getTypedRuleContext(yb,0)}java_arguments(){return this.getTypedRuleContext(nb,0)}enterRule(t){t instanceof l&&t.enterJava_method_expression(this)}exitRule(t){t instanceof l&&t.exitJava_method_expression(this)}}class nb extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_java_arguments}copyFrom(t){super.copyFrom(t)}}class ab extends nb{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}COMMA(){return this.getToken(FR.COMMA,0)}java_arguments(){return this.getTypedRuleContext(nb,0)}java_expression(){return this.getTypedRuleContext(Kv,0)}enterRule(t){t instanceof l&&t.enterJavaArgumentListItem(this)}exitRule(t){t instanceof l&&t.exitJavaArgumentListItem(this)}}FR.JavaArgumentListItemContext=ab;class ob extends nb{constructor(t,e){super(t),this.item=null,super.copyFrom(e)}java_expression(){return this.getTypedRuleContext(Kv,0)}enterRule(t){t instanceof l&&t.enterJavaArgumentList(this)}exitRule(t){t instanceof l&&t.exitJavaArgumentList(this)}}FR.JavaArgumentListContext=ob;class hb extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_java_item_expression,this.exp=null}LBRAK(){return this.getToken(FR.LBRAK,0)}RBRAK(){return this.getToken(FR.RBRAK,0)}java_expression(){return this.getTypedRuleContext(Kv,0)}enterRule(t){t instanceof l&&t.enterJava_item_expression(this)}exitRule(t){t instanceof l&&t.exitJava_item_expression(this)}}class lb extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_java_parenthesis_expression,this.exp=null}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}java_expression(){return this.getTypedRuleContext(Kv,0)}enterRule(t){t instanceof l&&t.enterJava_parenthesis_expression(this)}exitRule(t){t instanceof l&&t.exitJava_parenthesis_expression(this)}}class cb extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_java_identifier_expression}copyFrom(t){super.copyFrom(t)}}class ub extends cb{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}java_identifier(){return this.getTypedRuleContext(yb,0)}enterRule(t){t instanceof l&&t.enterJavaIdentifier(this)}exitRule(t){t instanceof l&&t.exitJavaIdentifier(this)}}FR.JavaIdentifierContext=ub;class db extends cb{constructor(t,e){super(t),this.parent=null,this.name=null,super.copyFrom(e)}DOT(){return this.getToken(FR.DOT,0)}java_identifier_expression(){return this.getTypedRuleContext(cb,0)}java_identifier(){return this.getTypedRuleContext(yb,0)}enterRule(t){t instanceof l&&t.enterJavaChildIdentifier(this)}exitRule(t){t instanceof l&&t.exitJavaChildIdentifier(this)}}FR.JavaChildIdentifierContext=db;class pb extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_java_class_identifier_expression}copyFrom(t){super.copyFrom(t)}}class fb extends pb{constructor(t,e){super(t),this.klass=null,super.copyFrom(e)}java_identifier_expression(){return this.getTypedRuleContext(cb,0)}enterRule(t){t instanceof l&&t.enterJavaClassIdentifier(this)}exitRule(t){t instanceof l&&t.exitJavaClassIdentifier(this)}}FR.JavaClassIdentifierContext=fb;class _b extends pb{constructor(t,e){super(t),this.parent=null,this.name=null,super.copyFrom(e)}java_class_identifier_expression(){return this.getTypedRuleContext(pb,0)}DOLLAR_IDENTIFIER(){return this.getToken(FR.DOLLAR_IDENTIFIER,0)}enterRule(t){t instanceof l&&t.enterJavaChildClassIdentifier(this)}exitRule(t){t instanceof l&&t.exitJavaChildClassIdentifier(this)}}FR.JavaChildClassIdentifierContext=_b;class xb extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_java_literal_expression}copyFrom(t){super.copyFrom(t)}}class Eb extends xb{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}BOOLEAN_LITERAL(){return this.getToken(FR.BOOLEAN_LITERAL,0)}enterRule(t){t instanceof l&&t.enterJavaBooleanLiteral(this)}exitRule(t){t instanceof l&&t.exitJavaBooleanLiteral(this)}}FR.JavaBooleanLiteralContext=Eb;class mb extends xb{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}CHAR_LITERAL(){return this.getToken(FR.CHAR_LITERAL,0)}enterRule(t){t instanceof l&&t.enterJavaCharacterLiteral(this)}exitRule(t){t instanceof l&&t.exitJavaCharacterLiteral(this)}}FR.JavaCharacterLiteralContext=mb;class Rb extends xb{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}INTEGER_LITERAL(){return this.getToken(FR.INTEGER_LITERAL,0)}enterRule(t){t instanceof l&&t.enterJavaIntegerLiteral(this)}exitRule(t){t instanceof l&&t.exitJavaIntegerLiteral(this)}}FR.JavaIntegerLiteralContext=Rb;class Tb extends xb{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(FR.TEXT_LITERAL,0)}enterRule(t){t instanceof l&&t.enterJavaTextLiteral(this)}exitRule(t){t instanceof l&&t.exitJavaTextLiteral(this)}}FR.JavaTextLiteralContext=Tb;class gb extends xb{constructor(t,e){super(t),this.t=null,super.copyFrom(e)}DECIMAL_LITERAL(){return this.getToken(FR.DECIMAL_LITERAL,0)}enterRule(t){t instanceof l&&t.enterJavaDecimalLiteral(this)}exitRule(t){t instanceof l&&t.exitJavaDecimalLiteral(this)}}FR.JavaDecimalLiteralContext=gb;class yb extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_java_identifier}VARIABLE_IDENTIFIER(){return this.getToken(FR.VARIABLE_IDENTIFIER,0)}SYMBOL_IDENTIFIER(){return this.getToken(FR.SYMBOL_IDENTIFIER,0)}DOLLAR_IDENTIFIER(){return this.getToken(FR.DOLLAR_IDENTIFIER,0)}TYPE_IDENTIFIER(){return this.getToken(FR.TYPE_IDENTIFIER,0)}keyword(){return this.getTypedRuleContext(AC,0)}enterRule(t){t instanceof l&&t.enterJava_identifier(this)}exitRule(t){t instanceof l&&t.exitJava_identifier(this)}}class Ab extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_csharp_statement}copyFrom(t){super.copyFrom(t)}}class Lb extends Ab{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}RETURN(){return this.getToken(FR.RETURN,0)}SEMI(){return this.getToken(FR.SEMI,0)}csharp_expression(){return this.getTypedRuleContext(Cb,0)}enterRule(t){t instanceof l&&t.enterCSharpReturnStatement(this)}exitRule(t){t instanceof l&&t.exitCSharpReturnStatement(this)}}FR.CSharpReturnStatementContext=Lb;class Ib extends Ab{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}SEMI(){return this.getToken(FR.SEMI,0)}csharp_expression(){return this.getTypedRuleContext(Cb,0)}enterRule(t){t instanceof l&&t.enterCSharpStatement(this)}exitRule(t){t instanceof l&&t.exitCSharpStatement(this)}}FR.CSharpStatementContext=Ib;class Cb extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_csharp_expression}copyFrom(t){super.copyFrom(t)}}class vb extends Cb{constructor(t,e){super(t),this.parent=null,this.child=null,super.copyFrom(e)}csharp_expression(){return this.getTypedRuleContext(Cb,0)}csharp_selector_expression(){return this.getTypedRuleContext(Ob,0)}enterRule(t){t instanceof l&&t.enterCSharpSelectorExpression(this)}exitRule(t){t instanceof l&&t.exitCSharpSelectorExpression(this)}}FR.CSharpSelectorExpressionContext=vb;class bb extends Cb{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}csharp_primary_expression(){return this.getTypedRuleContext(wb,0)}enterRule(t){t instanceof l&&t.enterCSharpPrimaryExpression(this)}exitRule(t){t instanceof l&&t.exitCSharpPrimaryExpression(this)}}FR.CSharpPrimaryExpressionContext=bb;class wb extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_csharp_primary_expression}csharp_this_expression(){return this.getTypedRuleContext(Nb,0)}csharp_new_expression(){return this.getTypedRuleContext(Sb,0)}csharp_parenthesis_expression(){return this.getTypedRuleContext(Vb,0)}csharp_identifier_expression(){return this.getTypedRuleContext(Bb,0)}csharp_literal_expression(){return this.getTypedRuleContext(Jb,0)}enterRule(t){t instanceof l&&t.enterCsharp_primary_expression(this)}exitRule(t){t instanceof l&&t.exitCsharp_primary_expression(this)}}class Nb extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_csharp_this_expression}this_expression(){return this.getTypedRuleContext(II,0)}enterRule(t){t instanceof l&&t.enterCsharp_this_expression(this)}exitRule(t){t instanceof l&&t.exitCsharp_this_expression(this)}}class Sb extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_csharp_new_expression}new_token(){return this.getTypedRuleContext(LC,0)}csharp_method_expression(){return this.getTypedRuleContext(kb,0)}enterRule(t){t instanceof l&&t.enterCsharp_new_expression(this)}exitRule(t){t instanceof l&&t.exitCsharp_new_expression(this)}}class Ob extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_csharp_selector_expression}copyFrom(t){super.copyFrom(t)}}class Db extends Ob{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}DOT(){return this.getToken(FR.DOT,0)}csharp_method_expression(){return this.getTypedRuleContext(kb,0)}enterRule(t){t instanceof l&&t.enterCSharpMethodExpression(this)}exitRule(t){t instanceof l&&t.exitCSharpMethodExpression(this)}}FR.CSharpMethodExpressionContext=Db;class Mb extends Ob{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}csharp_item_expression(){return this.getTypedRuleContext(Hb,0)}enterRule(t){t instanceof l&&t.enterCSharpItemExpression(this)}exitRule(t){t instanceof l&&t.exitCSharpItemExpression(this)}}FR.CSharpItemExpressionContext=Mb;class kb extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_csharp_method_expression,this.name=null,this.args=null}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}csharp_identifier(){return this.getTypedRuleContext(Qb,0)}csharp_arguments(){return this.getTypedRuleContext(Ub,0)}enterRule(t){t instanceof l&&t.enterCsharp_method_expression(this)}exitRule(t){t instanceof l&&t.exitCsharp_method_expression(this)}}class Ub extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_csharp_arguments}copyFrom(t){super.copyFrom(t)}}class Pb extends Ub{constructor(t,e){super(t),this.item=null,super.copyFrom(e)}csharp_expression(){return this.getTypedRuleContext(Cb,0)}enterRule(t){t instanceof l&&t.enterCSharpArgumentList(this)}exitRule(t){t instanceof l&&t.exitCSharpArgumentList(this)}}FR.CSharpArgumentListContext=Pb;class Fb extends Ub{constructor(t,e){super(t),this.items=null,this.item=null,super.copyFrom(e)}COMMA(){return this.getToken(FR.COMMA,0)}csharp_arguments(){return this.getTypedRuleContext(Ub,0)}csharp_expression(){return this.getTypedRuleContext(Cb,0)}enterRule(t){t instanceof l&&t.enterCSharpArgumentListItem(this)}exitRule(t){t instanceof l&&t.exitCSharpArgumentListItem(this)}}FR.CSharpArgumentListItemContext=Fb;class Hb extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_csharp_item_expression,this.exp=null}LBRAK(){return this.getToken(FR.LBRAK,0)}RBRAK(){return this.getToken(FR.RBRAK,0)}csharp_expression(){return this.getTypedRuleContext(Cb,0)}enterRule(t){t instanceof l&&t.enterCsharp_item_expression(this)}exitRule(t){t instanceof l&&t.exitCsharp_item_expression(this)}}class Vb extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_csharp_parenthesis_expression,this.exp=null}LPAR(){return this.getToken(FR.LPAR,0)}RPAR(){return this.getToken(FR.RPAR,0)}csharp_expression(){return this.getTypedRuleContext(Cb,0)}enterRule(t){t instanceof l&&t.enterCsharp_parenthesis_expression(this)}exitRule(t){t instanceof l&&t.exitCsharp_parenthesis_expression(this)}}class Bb extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_csharp_identifier_expression}copyFrom(t){super.copyFrom(t)}}class Gb extends Bb{constructor(t,e){super(t),this.name=null,super.copyFrom(e)}csharp_identifier(){return this.getTypedRuleContext(Qb,0)}enterRule(t){t instanceof l&&t.enterCSharpIdentifier(this)}exitRule(t){t instanceof l&&t.exitCSharpIdentifier(this)}}FR.CSharpIdentifierContext=Gb;class jb extends Bb{constructor(t,e){super(t),this.parent=null,this.name=null,super.copyFrom(e)}DOT(){return this.getToken(FR.DOT,0)}csharp_identifier_expression(){return this.getTypedRuleContext(Bb,0)}csharp_identifier(){return this.getTypedRuleContext(Qb,0)}enterRule(t){t instanceof l&&t.enterCSharpChildIdentifier(this)}exitRule(t){t instanceof l&&t.exitCSharpChildIdentifier(this)}}FR.CSharpChildIdentifierContext=jb;class Wb extends Bb{constructor(t,e){super(t),super.copyFrom(e)}DOLLAR_IDENTIFIER(){return this.getToken(FR.DOLLAR_IDENTIFIER,0)}enterRule(t){t instanceof l&&t.enterCSharpPromptoIdentifier(this)}exitRule(t){t instanceof l&&t.exitCSharpPromptoIdentifier(this)}}FR.CSharpPromptoIdentifierContext=Wb;class Jb extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_csharp_literal_expression}copyFrom(t){super.copyFrom(t)}}class Yb extends Jb{constructor(t,e){super(t),super.copyFrom(e)}BOOLEAN_LITERAL(){return this.getToken(FR.BOOLEAN_LITERAL,0)}enterRule(t){t instanceof l&&t.enterCSharpBooleanLiteral(this)}exitRule(t){t instanceof l&&t.exitCSharpBooleanLiteral(this)}}FR.CSharpBooleanLiteralContext=Yb;class qb extends Jb{constructor(t,e){super(t),super.copyFrom(e)}INTEGER_LITERAL(){return this.getToken(FR.INTEGER_LITERAL,0)}enterRule(t){t instanceof l&&t.enterCSharpIntegerLiteral(this)}exitRule(t){t instanceof l&&t.exitCSharpIntegerLiteral(this)}}FR.CSharpIntegerLiteralContext=qb;class Xb extends Jb{constructor(t,e){super(t),super.copyFrom(e)}DECIMAL_LITERAL(){return this.getToken(FR.DECIMAL_LITERAL,0)}enterRule(t){t instanceof l&&t.enterCSharpDecimalLiteral(this)}exitRule(t){t instanceof l&&t.exitCSharpDecimalLiteral(this)}}FR.CSharpDecimalLiteralContext=Xb;class Kb extends Jb{constructor(t,e){super(t),super.copyFrom(e)}CHAR_LITERAL(){return this.getToken(FR.CHAR_LITERAL,0)}enterRule(t){t instanceof l&&t.enterCSharpCharacterLiteral(this)}exitRule(t){t instanceof l&&t.exitCSharpCharacterLiteral(this)}}FR.CSharpCharacterLiteralContext=Kb;class zb extends Jb{constructor(t,e){super(t),super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(FR.TEXT_LITERAL,0)}enterRule(t){t instanceof l&&t.enterCSharpTextLiteral(this)}exitRule(t){t instanceof l&&t.exitCSharpTextLiteral(this)}}FR.CSharpTextLiteralContext=zb;class Qb extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_csharp_identifier}VARIABLE_IDENTIFIER(){return this.getToken(FR.VARIABLE_IDENTIFIER,0)}SYMBOL_IDENTIFIER(){return this.getToken(FR.SYMBOL_IDENTIFIER,0)}DOLLAR_IDENTIFIER(){return this.getToken(FR.DOLLAR_IDENTIFIER,0)}TYPE_IDENTIFIER(){return this.getToken(FR.TYPE_IDENTIFIER,0)}keyword(){return this.getTypedRuleContext(AC,0)}enterRule(t){t instanceof l&&t.enterCsharp_identifier(this)}exitRule(t){t instanceof l&&t.exitCsharp_identifier(this)}}class Zb extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_jsx_expression}jsx_element(){return this.getTypedRuleContext($b,0)}jsx_fragment(){return this.getTypedRuleContext(iw,0)}enterRule(t){t instanceof l&&t.enterJsx_expression(this)}exitRule(t){t instanceof l&&t.exitJsx_expression(this)}}class $b extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_jsx_element}copyFrom(t){super.copyFrom(t)}}class tw extends $b{constructor(t,e){super(t),this.jsx=null,super.copyFrom(e)}jsx_self_closing(){return this.getTypedRuleContext(nw,0)}enterRule(t){t instanceof l&&t.enterJsxSelfClosing(this)}exitRule(t){t instanceof l&&t.exitJsxSelfClosing(this)}}FR.JsxSelfClosingContext=tw;class ew extends $b{constructor(t,e){super(t),this.opening=null,this.children_=null,this.closing=null,super.copyFrom(e)}jsx_opening(){return this.getTypedRuleContext(aw,0)}jsx_closing(){return this.getTypedRuleContext(ow,0)}jsx_children(){return this.getTypedRuleContext(fw,0)}enterRule(t){t instanceof l&&t.enterJsxElement(this)}exitRule(t){t instanceof l&&t.exitJsxElement(this)}}FR.JsxElementContext=ew;class iw extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"ws_plus",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(ky):this.getTypedRuleContext(ky,t)})),this.parser=t,this.ruleIndex=FR.RULE_jsx_fragment,this.children_=null}jsx_fragment_start(){return this.getTypedRuleContext(sw,0)}jsx_fragment_end(){return this.getTypedRuleContext(rw,0)}jsx_children(){return this.getTypedRuleContext(fw,0)}enterRule(t){t instanceof l&&t.enterJsx_fragment(this)}exitRule(t){t instanceof l&&t.exitJsx_fragment(this)}}class sw extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_jsx_fragment_start}LT(){return this.getToken(FR.LT,0)}GT(){return this.getToken(FR.GT,0)}LTGT(){return this.getToken(FR.LTGT,0)}enterRule(t){t instanceof l&&t.enterJsx_fragment_start(this)}exitRule(t){t instanceof l&&t.exitJsx_fragment_start(this)}}class rw extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_jsx_fragment_end}LT(){return this.getToken(FR.LT,0)}SLASH(){return this.getToken(FR.SLASH,0)}GT(){return this.getToken(FR.GT,0)}enterRule(t){t instanceof l&&t.enterJsx_fragment_end(this)}exitRule(t){t instanceof l&&t.exitJsx_fragment_end(this)}}class nw extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"jsx_attribute",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(cw):this.getTypedRuleContext(cw,t)})),this.parser=t,this.ruleIndex=FR.RULE_jsx_self_closing,this.name=null,this.attributes=null}LT(){return this.getToken(FR.LT,0)}ws_plus(){return this.getTypedRuleContext(ky,0)}SLASH(){return this.getToken(FR.SLASH,0)}GT(){return this.getToken(FR.GT,0)}jsx_element_name(){return this.getTypedRuleContext(hw,0)}enterRule(t){t instanceof l&&t.enterJsx_self_closing(this)}exitRule(t){t instanceof l&&t.exitJsx_self_closing(this)}}class aw extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"jsx_attribute",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(cw):this.getTypedRuleContext(cw,t)})),this.parser=t,this.ruleIndex=FR.RULE_jsx_opening,this.name=null,this.attributes=null}LT(){return this.getToken(FR.LT,0)}ws_plus(){return this.getTypedRuleContext(ky,0)}GT(){return this.getToken(FR.GT,0)}jsx_element_name(){return this.getTypedRuleContext(hw,0)}enterRule(t){t instanceof l&&t.enterJsx_opening(this)}exitRule(t){t instanceof l&&t.exitJsx_opening(this)}}class ow extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_jsx_closing,this.name=null}LT(){return this.getToken(FR.LT,0)}SLASH(){return this.getToken(FR.SLASH,0)}GT(){return this.getToken(FR.GT,0)}jsx_element_name(){return this.getTypedRuleContext(hw,0)}enterRule(t){t instanceof l&&t.enterJsx_closing(this)}exitRule(t){t instanceof l&&t.exitJsx_closing(this)}}class hw extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"jsx_identifier",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(lw):this.getTypedRuleContext(lw,t)})),DR(this,"DOT",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.DOT):this.getToken(FR.DOT,t)})),this.parser=t,this.ruleIndex=FR.RULE_jsx_element_name}enterRule(t){t instanceof l&&t.enterJsx_element_name(this)}exitRule(t){t instanceof l&&t.exitJsx_element_name(this)}}class lw extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"nospace_hyphen_identifier_or_keyword",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(sL):this.getTypedRuleContext(sL,t)})),this.parser=t,this.ruleIndex=FR.RULE_jsx_identifier}identifier_or_keyword(){return this.getTypedRuleContext(iL,0)}enterRule(t){t instanceof l&&t.enterJsx_identifier(this)}exitRule(t){t instanceof l&&t.exitJsx_identifier(this)}}class cw extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_jsx_attribute,this.name=null,this.value=null}ws_plus(){return this.getTypedRuleContext(ky,0)}jsx_identifier(){return this.getTypedRuleContext(lw,0)}EQ(){return this.getToken(FR.EQ,0)}jsx_attribute_value(){return this.getTypedRuleContext(uw,0)}enterRule(t){t instanceof l&&t.enterJsx_attribute(this)}exitRule(t){t instanceof l&&t.exitJsx_attribute(this)}}class uw extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_jsx_attribute_value}copyFrom(t){super.copyFrom(t)}}class dw extends uw{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}LCURL(){return this.getToken(FR.LCURL,0)}RCURL(){return this.getToken(FR.RCURL,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterJsxValue(this)}exitRule(t){t instanceof l&&t.exitJsxValue(this)}}FR.JsxValueContext=dw;class pw extends uw{constructor(t,e){super(t),super.copyFrom(e)}TEXT_LITERAL(){return this.getToken(FR.TEXT_LITERAL,0)}enterRule(t){t instanceof l&&t.enterJsxLiteral(this)}exitRule(t){t instanceof l&&t.exitJsxLiteral(this)}}FR.JsxLiteralContext=pw;class fw extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"jsx_child",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(_w):this.getTypedRuleContext(_w,t)})),this.parser=t,this.ruleIndex=FR.RULE_jsx_children}enterRule(t){t instanceof l&&t.enterJsx_children(this)}exitRule(t){t instanceof l&&t.exitJsx_children(this)}}class _w extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_jsx_child}copyFrom(t){super.copyFrom(t)}}class xw extends _w{constructor(t,e){super(t),this.text=null,super.copyFrom(e)}jsx_text(){return this.getTypedRuleContext(Rw,0)}enterRule(t){t instanceof l&&t.enterJsxText(this)}exitRule(t){t instanceof l&&t.exitJsxText(this)}}FR.JsxTextContext=xw;class Ew extends _w{constructor(t,e){super(t),this.jsx=null,super.copyFrom(e)}jsx_element(){return this.getTypedRuleContext($b,0)}enterRule(t){t instanceof l&&t.enterJsxChild(this)}exitRule(t){t instanceof l&&t.exitJsxChild(this)}}FR.JsxChildContext=Ew;class mw extends _w{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}LCURL(){return this.getToken(FR.LCURL,0)}RCURL(){return this.getToken(FR.RCURL,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterJsxCode(this)}exitRule(t){t instanceof l&&t.exitJsxCode(this)}}FR.JsxCodeContext=mw;class Rw extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"jsx_char",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Tw):this.getTypedRuleContext(Tw,t)})),this.parser=t,this.ruleIndex=FR.RULE_jsx_text}enterRule(t){t instanceof l&&t.enterJsx_text(this)}exitRule(t){t instanceof l&&t.exitJsx_text(this)}}class Tw extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_jsx_char}LCURL(){return this.getToken(FR.LCURL,0)}RCURL(){return this.getToken(FR.RCURL,0)}LT(){return this.getToken(FR.LT,0)}GT(){return this.getToken(FR.GT,0)}JSX_TEXT(){return this.getToken(FR.JSX_TEXT,0)}enterRule(t){t instanceof l&&t.enterJsx_char(this)}exitRule(t){t instanceof l&&t.exitJsx_char(this)}}class gw extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"css_field",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(yw):this.getTypedRuleContext(yw,t)})),this.parser=t,this.ruleIndex=FR.RULE_css_expression,this.field=null}LCURL(){return this.getToken(FR.LCURL,0)}RCURL(){return this.getToken(FR.RCURL,0)}enterRule(t){t instanceof l&&t.enterCss_expression(this)}exitRule(t){t instanceof l&&t.exitCss_expression(this)}}class yw extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"css_value",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(Lw):this.getTypedRuleContext(Lw,t)})),this.parser=t,this.ruleIndex=FR.RULE_css_field,this.name=null,this.values=null}COLON(){return this.getToken(FR.COLON,0)}SEMI(){return this.getToken(FR.SEMI,0)}css_identifier(){return this.getTypedRuleContext(Aw,0)}enterRule(t){t instanceof l&&t.enterCss_field(this)}exitRule(t){t instanceof l&&t.exitCss_field(this)}}class Aw extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"nospace_hyphen_identifier_or_keyword",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(sL):this.getTypedRuleContext(sL,t)})),this.parser=t,this.ruleIndex=FR.RULE_css_identifier}identifier_or_keyword(){return this.getTypedRuleContext(iL,0)}MINUS(){return this.getToken(FR.MINUS,0)}nospace_identifier_or_keyword(){return this.getTypedRuleContext(rL,0)}css_identifier(){return this.getTypedRuleContext(Aw,0)}enterRule(t){t instanceof l&&t.enterCss_identifier(this)}exitRule(t){t instanceof l&&t.exitCss_identifier(this)}}class Lw extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=FR.RULE_css_value}copyFrom(t){super.copyFrom(t)}}class Iw extends Lw{constructor(t,e){super(t),this.text=null,super.copyFrom(e)}css_text(){return this.getTypedRuleContext(vw,0)}enterRule(t){t instanceof l&&t.enterCssText(this)}exitRule(t){t instanceof l&&t.exitCssText(this)}}FR.CssTextContext=Iw;class Cw extends Lw{constructor(t,e){super(t),this.exp=null,super.copyFrom(e)}LCURL(){return this.getToken(FR.LCURL,0)}RCURL(){return this.getToken(FR.RCURL,0)}expression(){return this.getTypedRuleContext(ag,0)}enterRule(t){t instanceof l&&t.enterCssValue(this)}exitRule(t){t instanceof l&&t.exitCssValue(this)}}FR.CssValueContext=Cw;class vw extends a.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),DR(this,"SEMI",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.SEMI):this.getToken(FR.SEMI,t)})),DR(this,"LCURL",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.LCURL):this.getToken(FR.LCURL,t)})),DR(this,"RCURL",(function(t){return void 0===t&&(t=null),null===t?this.getTokens(FR.RCURL):this.getToken(FR.RCURL,t)})),this.parser=t,this.ruleIndex=FR.RULE_css_text}enterRule(t){t instanceof l&&t.enterCss_text(this)}exitRule(t){t instanceof l&&t.exitCss_text(this)}}function bw(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}FR.Enum_category_declarationContext=HR,FR.Enum_native_declarationContext=VR,FR.Native_symbolContext=BR,FR.Category_symbolContext=GR,FR.Attribute_declarationContext=jR,FR.Index_clauseContext=WR,FR.Concrete_widget_declarationContext=JR,FR.Native_widget_declarationContext=YR,FR.Concrete_category_declarationContext=qR,FR.Singleton_category_declarationContext=XR,FR.Derived_listContext=KR,FR.Operator_method_declarationContext=zR,FR.Setter_method_declarationContext=QR,FR.Native_setter_declarationContext=ZR,FR.Getter_method_declarationContext=$R,FR.Native_getter_declarationContext=tT,FR.Native_category_declarationContext=eT,FR.Native_resource_declarationContext=iT,FR.Native_category_bindingsContext=sT,FR.Native_category_binding_listContext=rT,FR.Abstract_global_method_declarationContext=oT,FR.Abstract_member_method_declarationContext=hT,FR.Concrete_method_declarationContext=lT,FR.Native_method_declarationContext=cT,FR.Test_method_declarationContext=uT,FR.AssertionContext=dT,FR.Typed_argumentContext=pT,FR.StatementContext=fT,FR.Flush_statementContext=UT,FR.Store_statementContext=PT,FR.Method_call_expressionContext=FT,FR.Method_call_statementContext=HT,FR.With_resource_statementContext=VT,FR.With_singleton_statementContext=BT,FR.Switch_statementContext=GT,FR.Switch_case_statementContext=jT,FR.For_each_statementContext=YT,FR.Do_while_statementContext=qT,FR.While_statementContext=XT,FR.If_statementContext=KT,FR.Else_if_statement_listContext=zT,FR.Raise_statementContext=$T,FR.Try_statementContext=tg,FR.Catch_statementContext=eg,FR.Break_statementContext=rg,FR.Return_statementContext=ng,FR.ExpressionContext=ag,FR.Filter_expressionContext=Ug,FR.Type_expressionContext=Vg,FR.Selectable_expressionContext=Bg,FR.Instance_expressionContext=Xg,FR.Mutable_instance_expressionContext=Qg,FR.Method_expressionContext=ty,FR.Instance_selectorContext=ey,FR.Blob_expressionContext=ay,FR.Document_expressionContext=oy,FR.Constructor_expressionContext=hy,FR.Copy_fromContext=uy,FR.Argument_assignment_listContext=dy,FR.Argument_assignmentContext=xy,FR.Write_statementContext=Ey,FR.Filtered_list_suffixContext=my,FR.Fetch_expressionContext=Ry,FR.Fetch_statementContext=yy,FR.ThenContext=Iy,FR.Read_statementContext=Cy,FR.Sorted_expressionContext=vy,FR.Assign_instance_statementContext=by,FR.Child_instanceContext=wy,FR.Assign_tuple_statementContext=Oy,FR.LfsContext=Dy,FR.LfpContext=My,FR.Ws_plusContext=ky,FR.IndentContext=Uy,FR.DedentContext=Py,FR.Type_literalContext=Fy,FR.Null_literalContext=Hy,FR.Comment_statementContext=Vy,FR.ReplContext=By,FR.Declaration_listContext=Gy,FR.DeclarationsContext=Wy,FR.DeclarationContext=Jy,FR.Annotation_constructorContext=Yy,FR.Annotation_identifierContext=qy,FR.Annotation_argumentContext=Xy,FR.Annotation_argument_nameContext=Ky,FR.Annotation_argument_valueContext=zy,FR.Resource_declarationContext=$y,FR.Enum_declarationContext=tA,FR.Native_symbol_listContext=eA,FR.Category_symbol_listContext=iA,FR.Symbol_listContext=sA,FR.Attribute_constraintContext=rA,FR.List_literalContext=cA,FR.Set_literalContext=uA,FR.Expression_listContext=dA,FR.Range_literalContext=pA,FR.TypedefContext=fA,FR.Primary_typeContext=yA,FR.Native_typeContext=IA,FR.Category_typeContext=WA,FR.Mutable_category_typeContext=JA,FR.Code_typeContext=YA,FR.Category_declarationContext=qA,FR.Widget_declarationContext=QA,FR.Type_identifier_listContext=tL,FR.Method_identifierContext=eL,FR.Identifier_or_keywordContext=iL,FR.Nospace_hyphen_identifier_or_keywordContext=sL,FR.Nospace_identifier_or_keywordContext=rL,FR.IdentifierContext=nL,FR.Member_identifierContext=lL,FR.Variable_identifierContext=cL,FR.Attribute_identifierContext=uL,FR.Type_identifierContext=dL,FR.Symbol_identifierContext=pL,FR.Argument_listContext=fL,FR.ArgumentContext=_L,FR.Operator_argumentContext=mL,FR.Named_argumentContext=RL,FR.Code_argumentContext=TL,FR.Category_or_any_typeContext=gL,FR.Any_typeContext=yL,FR.Member_method_declaration_listContext=CL,FR.Member_method_declarationContext=vL,FR.Native_member_method_declaration_listContext=bL,FR.Native_member_method_declarationContext=wL,FR.Native_category_bindingContext=NL,FR.Python_category_bindingContext=UL,FR.Python_moduleContext=PL,FR.Javascript_category_bindingContext=FL,FR.Javascript_moduleContext=HL,FR.Variable_identifier_listContext=VL,FR.Attribute_identifier_listContext=BL,FR.Method_declarationContext=GL,FR.Native_statement_listContext=jL,FR.Native_statementContext=WL,FR.Python_native_statementContext=zL,FR.Javascript_native_statementContext=QL,FR.Statement_listContext=ZL,FR.Assertion_listContext=$L,FR.Switch_case_statement_listContext=tI,FR.Catch_statement_listContext=eI,FR.Literal_collectionContext=iI,FR.Atomic_literalContext=aI,FR.Literal_list_literalContext=LI,FR.This_expressionContext=II,FR.Super_expressionContext=CI,FR.Parenthesis_expressionContext=vI,FR.Literal_expressionContext=bI,FR.Collection_literalContext=wI,FR.Tuple_literalContext=NI,FR.Dict_literalContext=SI,FR.Document_literalContext=OI,FR.Expression_tupleContext=DI,FR.Doc_entry_listContext=MI,FR.Doc_entryContext=kI,FR.Doc_keyContext=UI,FR.Dict_entry_listContext=HI,FR.Dict_entryContext=VI,FR.Dict_keyContext=BI,FR.Slice_argumentsContext=WI,FR.Assign_variable_statementContext=XI,FR.Assignable_instanceContext=KI,FR.Is_expressionContext=ZI,FR.MetadataContext=eC,FR.Arrow_expressionContext=iC,FR.Arrow_prefixContext=nC,FR.Arrow_argsContext=aC,FR.Sorted_keyContext=lC,FR.Read_blob_expressionContext=cC,FR.Read_all_expressionContext=uC,FR.Read_one_expressionContext=dC,FR.Order_by_listContext=pC,FR.Order_byContext=fC,FR.Include_listContext=_C,FR.OperatorContext=xC,FR.KeywordContext=AC,FR.New_tokenContext=LC,FR.Key_tokenContext=IC,FR.Module_tokenContext=CC,FR.Value_tokenContext=vC,FR.Symbols_tokenContext=bC,FR.AssignContext=wC,FR.MultiplyContext=NC,FR.DivideContext=SC,FR.IdivideContext=OC,FR.ModuloContext=DC,FR.Javascript_statementContext=MC,FR.Javascript_expressionContext=PC,FR.Javascript_primary_expressionContext=VC,FR.Javascript_this_expressionContext=BC,FR.Javascript_new_expressionContext=GC,FR.Javascript_selector_expressionContext=jC,FR.Javascript_method_expressionContext=qC,FR.Javascript_argumentsContext=XC,FR.Javascript_item_expressionContext=QC,FR.Javascript_parenthesis_expressionContext=ZC,FR.Javascript_identifier_expressionContext=$C,FR.Javascript_literal_expressionContext=tv,FR.Javascript_identifierContext=av,FR.Python_statementContext=ov,FR.Python_expressionContext=cv,FR.Python_primary_expressionContext=pv,FR.Python_self_expressionContext=Rv,FR.Python_selector_expressionContext=Tv,FR.Python_method_expressionContext=Av,FR.Python_argument_listContext=Lv,FR.Python_ordinal_argument_listContext=bv,FR.Python_named_argument_listContext=Sv,FR.Python_parenthesis_expressionContext=Mv,FR.Python_identifier_expressionContext=kv,FR.Python_literal_expressionContext=Hv,FR.Python_identifierContext=Jv,FR.Java_statementContext=Yv,FR.Java_expressionContext=Kv,FR.Java_primary_expressionContext=Zv,FR.Java_this_expressionContext=$v,FR.Java_new_expressionContext=tb,FR.Java_selector_expressionContext=eb,FR.Java_method_expressionContext=rb,FR.Java_argumentsContext=nb,FR.Java_item_expressionContext=hb,FR.Java_parenthesis_expressionContext=lb,FR.Java_identifier_expressionContext=cb,FR.Java_class_identifier_expressionContext=pb,FR.Java_literal_expressionContext=xb,FR.Java_identifierContext=yb,FR.Csharp_statementContext=Ab,FR.Csharp_expressionContext=Cb,FR.Csharp_primary_expressionContext=wb,FR.Csharp_this_expressionContext=Nb,FR.Csharp_new_expressionContext=Sb,FR.Csharp_selector_expressionContext=Ob,FR.Csharp_method_expressionContext=kb,FR.Csharp_argumentsContext=Ub,FR.Csharp_item_expressionContext=Hb,FR.Csharp_parenthesis_expressionContext=Vb,FR.Csharp_identifier_expressionContext=Bb,FR.Csharp_literal_expressionContext=Jb,FR.Csharp_identifierContext=Qb,FR.Jsx_expressionContext=Zb,FR.Jsx_elementContext=$b,FR.Jsx_fragmentContext=iw,FR.Jsx_fragment_startContext=sw,FR.Jsx_fragment_endContext=rw,FR.Jsx_self_closingContext=nw,FR.Jsx_openingContext=aw,FR.Jsx_closingContext=ow,FR.Jsx_element_nameContext=hw,FR.Jsx_identifierContext=lw,FR.Jsx_attributeContext=cw,FR.Jsx_attribute_valueContext=uw,FR.Jsx_childrenContext=fw,FR.Jsx_childContext=_w,FR.Jsx_textContext=Rw,FR.Jsx_charContext=Tw,FR.Css_expressionContext=gw,FR.Css_fieldContext=yw,FR.Css_identifierContext=Aw,FR.Css_valueContext=Lw,FR.Css_textContext=vw;const ww=["悋Ꜫ脳맭䅼㯧瞆","奤½܆\b\t\t","\t\t\t","\t\b\t\b\t\t\t\n\t\n\v\t\v","\f\t\f\r\t\r\t\t","\t\t\t\t","\t\t\t","\t\t\t\t","\t\t\t",'\t\t \t !\t!"\t"#',"\t#$\t$%\t%&\t&'\t'(\t()\t)","*\t*+\t+,\t,-\t-.\t./\t/0\t0","1\t12\t23\t34\t45\t56\t67\t7","8\t89\t9:\t:;\t;<\t<=\t=>\t>","?\t?@\t@A\tAB\tBC\tCD\tDE\tE","F\tFG\tGH\tHI\tIJ\tJK\tKL\tL","M\tMN\tNO\tOP\tPQ\tQR\tRS\tS","T\tTU\tUV\tVW\tWX\tXY\tYZ\tZ","[\t[\\\t\\]\t]^\t^_\t_`\t`a\ta","b\tbc\tcd\tde\tef\tfg\tgh\th","i\tij\tjk\tkl\tlm\tmn\tno\to","p\tpq\tqr\trs\tst\ttu\tuv\tv","w\twx\txy\tyz\tz{\t{|\t|}\t}","~\t~\t\t\t","\t\t\t
\t","
\t\t\t","\t\t\t\t","\t\t\t","\t\t\t\t","\t\t\t","\t\t\t\t","\t\t\t","\t\t \t ¡\t","¡¢\t¢£\t£¤\t¤","¥\t¥¦\t¦§\t§¨\t","¨©\t©ª\tª«\t«","¬\t¬\t®\t®¯\t","¯°\t°±\t±²\t²","³\t³´\t´µ\tµ¶\t","¶·\t·¸\t¸¹\t¹","º\tº»\t»¼\t¼½\t","½¾\t¾¿\t¿À\tÀ","Á\tÁÂ\tÂÃ\tÃÄ\t","ÄÅ\tÅÆ\tÆÇ\tÇ","È\tÈÉ\tÉÊ\tÊË\t","ËÌ\tÌÍ\tÍÎ\tÎ","Ï\tÏƢ\n\f","ƥ\v","ƫ\n","","","ƻ\n\fƾ\v","dž","\n\flj\vNj\n","\b\b\b\b\b\b\t\t","\t\t\n\n\n\n\n\n\n","\n\n\v\v\v\v\v","\v\v\v\v\f\f","\f\f\f\f\f\f\f\f\f","\f\r\r\r\r\r\r\r","","Ȃ\n","ȉ\n","ȍ\nȑ\n\f","Ȕ\vȖ\n","Ȝ\n","Ƞ\n\fȣ","\vȥ\n","ȫ\n","ȯ\n\fȲ\v","ȴ\n","Ⱥ\n","","Ɋ",'\n !!""##',"$$%%&&'''(","()))***++","++,,---...","///0011122","2333444444","4455556666","6666667777","7888888889","9999999:::","::;;;;;<<<","<<<<<<====","===>>>>>>>",">????????@","@@@@AAAAAA","AAABBBBBCC","CCCCDDDDDE","EEEEFFFFFF","FFFGGGGGGG","HHHHHIIIII","JJJJJJJJJK","KKKLLLLLLL","MMMMNNNNOO","OPPPPPPPPP","PPPP̼\nPQQQQQ","RRRRRRRRRR","SSSSSSSSSS","STTTTTTTTT","UUUUUUVVVW","WWWWXXXXXX","YYYYYYYYYZ","ZZZZZ[[[[[","[[[[\\\\\\\\]","]]]]]]]^^^","^^^^______","_`````````","``````ε\n`aaa","bbbbbbcccc","cdddddeeee","efffffffff","ffgggggggh","hhhhhhhiii","iiiiiiijjj","jjjjjkkkkk","klllllllll","mmmmmmmmnn","nnnnoooopp","pppqqqqqqq","rrrrsssttt","uuuuuuuuvv","vvvvwwwwww","wwxxxyyyyy","yyyyzzzzzz","z{{{{{{{{|","||||||}}}}","}}}}~~~~~~","~","","","","Ґ\n","","
","
","","","","","","","","","","","","","","","","","","","","","","","","","","","",""," "," ¡¡¡","¡¡¢¢¢¢","¢£££££","£¤¤¤¤¤","¤¥¥¥¥¥","¥¦¦¦¦¦","¦¦¦¦¦¦","¦¦¦¦¦¦","¦¦և\n¦§§","§§\n§§§¨","¨¨¨¨¨¨","¨¨¨¨¨©","©©©©©©","©©©©©ª","ªª֪\nª\fªª֭\v","ª«««ֱ\n«\f«","«ִ\v«¬¬¬ָ\n","¬\f¬¬ֻ\v¬","ֿ\n\fׂ\v","®®®׆\n®\r®®ׇ","¯¯¯\n¯\r¯¯","°°°ג\n°±","±²²³³³","³כ\n³\f³³מ\v³","³³´´´´","´´´´´´","´´´´´´","´´´´´´","´µµµµµ","µµµµµ\nµ","µµµµ؇\nµ","µµµµµµ","µµµµµµ","µµµµµµ","µµµµµµؠ","\nµ¶¶··¸","¸¹¹¹¹ث\n","¹\f¹¹خ\v¹¹ذ\n¹","ººººص\nº\rº","ºضººغ\nº»","»»ؾ\n»»»ف","\n»\r»»ق¼¼¼","¼¼ى\n¼¼¼ٌ","\n¼\r¼¼ٍ½½¾","¾¾¾¾ٖ\n¾\r¾","¾ٗ¾ٚ\n¾¿¿","¿¿¿¿١\n¿","¿¿ÀÀÀÀ","ÁÁÁÁÁÁ","ÁÁÁÁÁÁ","Áٵ\nÁÁٷ\nÁÁٹ\nÁ","Áٻ\nÁÂÂÂ","ÂÃÃÃÃÃ","ÃÃÃÃÃÃ","ÄÄÄÄÄÄ","ÄÄړ\nÄÅÅÅ","Åژ\nÅÅÅڛ\nÅ","ÅÅڞ\nÅÅÅڡ\nÅ","ÅÅÅÅڦ\nÅ","ÅÅک\nÅÅÅÅ","Åڮ\nÅÅÅÅڲ","\nÅÅÅÆÆڷ\nÆ","ÆÆÆÇÇڽ\n","ÇÇÇÇÈÈۃ","\nÈÈÈÈÉÉ","ۉ\nÉÉÉÉÊ","Êۏ\nÊÊÊÊË","Ëە\nËËËË","ÌÌۛ\nÌÌÌÌ","Ì۠\nÌ\fÌÌۣ\vÌ","ÌÌÌۧ\nÌÌÌ","ÍÍÍÎÎÎ","ÎÎÎÎÎÎ","ÎÎÎÎÎÎ","ÎÎÎÎ܀\nÎ","ÏÏ܃\nÏ\rÏÏ܄Ƽ","܄Ð\t\b\v\t\r","\n\v\f\r","!#%')+","-/13579 ;!=\"?#A$C%E&G'I","(K)M*O+Q,S-U.W/Y0[1]2_3a4c5e6g7i8k9m:o;qw?y@{A}BCD","E
FGHIJKLM","NOPQRS¡T£U¥V§W©","X«YZ¯[±\\³]µ^·_¹`»a½","b¿cÁdÃeÅfÇgÉhËiÍjÏkÑ","lÓmÕn×oÙpÛqÝrßsátãuå","vçwéxëyízï{ñ|ó}õ~÷","ùûýÿāă
","ąćĉċčď","đēĕėęě","ĝğġģĥħ","ĩīĭįıij","ĵķĹ Ļ¡Ľ¢Ŀ£","Ł¤Ń¥Ņ¦Ň§ʼn¨ŋ©","ōªŏ«ő¬œŕ®ŗ¯","ř°ś±ŝ²şšţ","ť³ŧ´ũµū¶ŭ·ů¸","űųŵŷŹŻ","޹ſºƁƃ»ƅƇ","Ɖ¼ƋƍƏƑƓ","ƕƗƙƛƝ½",'\v\v""\f\f',"\f\f))^^C\\2;C\\aa","c|2;C\\aac|C\\aac|2;","\f\f$$^^3;GGgg--//","2;CHch\n$$))^^ddhhppttvv>>@@}}","ܼ","\t","\v\r","","","","","!","#%","')","+-/","13","57","9;","=?","ACE","GI","KM","OQ","SU","WY[","]_","ac","eg","ik","moq","su","wy","{}","","
","","","","","","","¡","£¥","§©","«","¯±","³µ","·¹","»½","¿Á","ÃÅ","ÇÉ","ËÍ","ÏÑ","ÓÕ","×Ù","ÛÝ","ßá","ãå","çé","ëí","ïñ","óõ","÷ù","ûý","ÿā","ăą","ćĉ","ċč","ďđ","ēĕ","ėę","ěĝ","ğġ","ģĥ","ħĩ","īĭ","įı","ijĵ","ķĹ","ĻĽ","ĿŁ","ŃŅ","Ňʼn","ŋō","ŏő","œŕ","ŗř","śŝ","ťŧ","ũū","ŭů","Žſ","ƃƉ","ƝƟ","Ʀƪ","\tƮ\vƲ","\rNJnj","ǒǖ","ǟǨ","Ǵǻ","ǽǿ","!ȃ#Ȇ%Ȋ","'ȕ)ș","+Ȥ-Ȩ","/ȳ1ȷ","3Ȼ5Ƚ","7ȿ9ɂ;Ʉ","=ɇ?ɋ","AɍCɏ","EɑGɓ","IɕKɗ","MəOɜQɞ","SɡUɤ","WɨYɪ","[ɭ]ɰ","_ɳaɵ","cɸeɻgɾ","iʆkʊ","mʔoʙ","qʡsʩ","uʮwʳ","yʼ{˃}ˋ","˓˘","ˡ
˦","ˬ˱","˶˿","̆̋","̙̐","̝̤","̨̬","̻¡̽","£͂¥͌","§͗©͠","«ͦͩ","¯ͮ±ʹ","³ͽµ","·Ό¹ΐ","»Θ½Ο","¿δÁζ","ÃιÅο","ÇτÉω","ËώÍϙ","ÏϠÑϨ","ÓϲÕϺ","×ЀÙЉ","ÛБÝЗ","ßЛáР","ãЧåЫ","çЮéб","ëйíп","ïчñъ","óѓõњ","÷Ѣùѩ","ûѱýѸ","ÿѽāҏ","ăґąҖ","ćҙĉҝ","ċҦčҩ","ďүđҹ","ēҾĕӄ","ėӉęӓ","ěӜĝӣ","ğӭġӲ","ģӷĥӾ","ħԈĩԏ","īԘĭԞ","įԤıԫ","ijĵԵ","ķԺĹՀ","ĻՃĽՇ","ĿՑŁ","Ń՝Ņբ","Ňըʼnծ","ŋֆōֈ","ŏ֏ő֛","œ֧ŕ֮","ŗֵřּ","ś׃ŝ","şבšד","ţוťח","ŧסũ؟","ūءŭأ","ůإűد","ųرŵػ","ŷوŹُ","ŻّŽٛ","ſ٤Ɓ٨","ƃټƅڀ","ƇڒƉڔ","Ƌڶƍڼ","ƏۂƑۈ","Ɠێƕ۔","Ɨۚƙ۪","ƛۿƝ܂","ƟƣƠƢ","\tơƠƢƥ","ƣơƣƤ","Ƥƥƣ","ƦƧ^Ƨƨ","ƨƩƫ","ƪƩƪƫ","ƫƬƬƭ","\fƭ\bƮƯ","\vƯưưƱ\b","Ʊ\nƲƳ",'"ƳƴƴƵ\b',"Ƶ\fƶƷ1","ƷƸ,ƸƼ","ƹƻ\vƺƹ","ƻƾƼƽ","Ƽƺƽƿ","ƾƼƿǀ,","ǀNj1ǁǂ1","ǂǃ1ǃLJ","DŽdž\nDžDŽ","džljLJDž","LJLjLjNj","ljLJNJƶ","NJǁNj","njǍLǍǎcǎ","ǏxǏǐcǐǑ","<ǑǒǓ","EǓǔ%ǔǕ","<ǕǖǗ","RǗǘ{ǘǙv","ǙǚjǚǛq","Ǜǜpǜǝ4ǝ","Ǟ<Ǟǟ","ǠRǠǡ{ǡǢ","vǢǣjǣǤ","qǤǥpǥǦ5","Ǧǧ<ǧ","ǨǩLǩǪc","ǪǫxǫǬcǬ","ǭUǭǮeǮǯ","tǯǰkǰDZ","rDZDzvDzdz<","dzǴǵU","ǵǶyǶǷk","ǷǸhǸǹvǹ","Ǻ<Ǻǻ","Ǽ<Ǽǽ","Ǿ=Ǿǿ","ȁ.ȀȂ\fȁȀ","ȁȂȂ ","ȃȄ0Ȅȅ",'0ȅ"ȆȈ',"0ȇȉ\fȈȇ","Ȉȉȉ$","ȊȌ*ȋȍ\f","ȌȋȌȍ","ȍ&ȎȒ\f","ȏȑ\tȐȏ","ȑȔȒȐ","ȒȓȓȖ","ȔȒȕȎ","ȕȖȖȗ","ȗȘ+Ș(ș","ț]ȚȜ\fțȚ","țȜȜ*","ȝȡ\fȞȠ","\tȟȞȠȣ","ȡȟȡȢ","Ȣȥȣȡ","ȤȝȤȥ","ȥȦȦȧ","_ȧ,ȨȪ","}ȩȫ\fȪȩ","Ȫȫȫ.","ȬȰ\fȭȯ\t","ȮȭȯȲ","ȰȮȰȱ","ȱȴȲȰ","ȳȬȳȴ","ȴȵȵȶ","ȶ0ȷȹA","ȸȺ\fȹȸ","ȹȺȺ2","Ȼȼ#ȼ4Ƚ","Ⱦ(Ⱦ6ȿɀ","(ɀɁ(Ɂ8","ɂɃ~Ƀ:","ɄɅ~ɅɆ~","Ɇ<ɇɉ-Ɉ","Ɋ\fɉɈɉ","ɊɊ>ɋ","Ɍ/Ɍ@ɍɎ",",ɎBɏɐ","1ɐDɑɒ^","ɒFɓɔ'","ɔHɕɖ%ɖ","Jɗɘ@ɘL","əɚ@ɚɛ","?ɛNɜɝ>","ɝPɞɟ>","ɟɠ?ɠRɡ","ɢ>ɢɣ@ɣT","ɤɥ>ɥɦ","<ɦɧ@ɧV","ɨɩ?ɩX","ɪɫ#ɫɬ?ɬ","Zɭɮ?ɮɯ","?ɯ\\ɰɱ","ɱɲ?ɲ^","ɳɴɴ`","ɵɶ>ɶɷ/","ɷbɸɹ/","ɹɺ@ɺdɻ","ɼ?ɼɽ@ɽf","ɾɿDɿʀ","qʀʁqʁʂn","ʂʃgʃʄc","ʄʅpʅhʆ","ʇEʇʈuʈʉ","uʉjʊʋ","Eʋʌjʌʍc","ʍʎtʎʏc","ʏʐeʐʑvʑ","ʒgʒʓtʓl","ʔʕVʕʖ","gʖʗzʗʘv","ʘnʙʚK","ʚʛpʛʜvʜ","ʝgʝʞiʞʟ","gʟʠtʠp","ʡʢFʢʣg","ʣʤeʤʥk","ʥʦoʦʧcʧ","ʨnʨrʩʪ","Fʪʫcʫʬ","vʬʭgʭt","ʮʯVʯʰk","ʰʱoʱʲgʲ","vʳʴFʴʵ","cʵʶvʶʷ","gʷʸVʸʹk","ʹʺoʺʻg","ʻxʼʽRʽ","ʾgʾʿtʿˀ","kˀˁqˁ˂","f˂z˃˄X","˄˅g˅ˆt","ˆˇuˇˈkˈ","ˉqˉˊpˊ|","ˋˌOˌˍ","gˍˎvˎˏj","ˏːqːˑf","ˑ˒<˒~˓","˔E˔˕q˕˖","f˖˗g˗","˘˙F˙˚","q˚˛e˛˜w","˜˝o˝˞g","˞˟p˟ˠvˠ","ˡˢDˢ","ˣnˣˤqˤ˥","d˥˦˧","K˧˨o˨˩","c˩˪i˪˫g","˫ˬ˭W","˭ˮwˮ˯k","˯˰f˰","˱˲F˲˳d˳","˴K˴˵f˵","˶˷K˷˸","v˸˹g˹˺","t˺˻c˻˼v","˼˽q˽˾t","˾˿̀E","̀́ẃ̂t̂","̃ũ̄q̄̅","t̅̆̇","J̇̈v̈̉","ỏ̊n̊","̋̌V̌̍{","̍̎r̎̏g","̏̐̑c","̑̒d̒̓u̓","̔v̔̕t̖̕","c̖̗e̗̘","v̘̙̚","c̛̚n̛̜n","̜̝̞c","̞̟n̟̠y","̡̠c̡̢{̢","̣ụ̤","̥c̥̦p̧̦","f̧̨̩","c̩̪p̪̫","{̫̬̭","c̭̮u̮","̯̰c̰̱u","̱̼e̲̳c","̴̳u̴̵e̵","̶g̶̷p̷̸","f̸̹k̹̺","p̺̼i̻̯","̻̲̼ ","̽̾c̾̿v","̿̀v̀́t","́¢͂̓c","̓̈́v̈́ͅvͅ","͆t͇͆k͇͈","d͈͉w͉͊","v͊͋g͋¤","͍͌c͍͎v","͎͏v͏͐t","͐͑k͑͒d͒","͓w͓͔v͔͕","g͕͖u͖¦","͗͘d͙͘","k͙͚p͚͛f","͛͜k͜͝p","͝͞i͟͞u͟","¨͠͡d͡","͢tͣ͢gͣͤ","cͤͥmͥª","ͦͧdͧͨ","{ͨ¬ͩͪ","eͪͫcͫͬu","ͬͭgͭ®","ͮͯeͯͰc","ͰͱvͱͲeͲ","ͳjͳ°ʹ","͵e͵ͶcͶͷ","vͷg","iͺqͺͻt","ͻͼ{ͼ²","ͽ;e;Ϳn","Ϳcu","u´","΄e΄΅q΅Ά","pΆ·v·Έ","cΈΉkΉΊp","Ίu¶","ΌfΎg","ΎΏhΏ¸","ΐΑfΑΒgΒ","ΓhΓΔcΔΕ","wΕΖnΖΗ","vΗºΘΙ","fΙΚgΚΛh","ΛΜkΜΝp","ΝΞgΞ¼","ΟΠfΠΡgΡ","nΣgΣΤ","vΤΥgΥ¾","ΦΧfΧΨ","gΨΩuΩεe","ΪΫfΫάg","άέuέήeή","ίgίΰpΰα","fαβkβγ","pγεiδΦ","δΪεÀ","ζηfηθq","θÂικf","κλqλμk","μνpνξiξ","Äοπgπ","ρcρςeςσ","jσÆτυ","gυφnφχ","uχψgψÈ","ωϊgϊϋp","ϋόwόύo","ύÊώϏg","Ϗϐpϐϑwϑ","ϒoϒϓgϓϔ","tϔϕcϕϖ","vϖϗgϗϘf","ϘÌϙϚg","ϚϛzϛϜe","ϜϝgϝϞrϞ","ϟvϟÎϠ","ϡgϡϢzϢϣ","gϣϤeϤϥ","wϥϦvϦϧg","ϧÐϨϩg","ϩϪzϪϫr","ϫϬgϬϭeϭ","ϮvϮϯkϯϰ","pϰϱiϱÒ","ϲϳgϳϴ","zϴϵvϵ϶g","϶ϷpϷϸf","ϸϹuϹÔ","Ϻϻhϻϼgϼ","ϽvϽϾeϾϿ","jϿÖЀЁ","hЁЂkЂЃ","nЃЄvЄЅg","ЅІtІЇg","ЇЈfЈØ","ЉЊhЊЋkЋ","ЌpЌЍcЍЎ","nЎЏnЏА","{АÚБВ","hВГnГДw","ДЕuЕЖj","ЖÜЗИh","ИЙqЙКtК","ÞЛМhМ","НtНОqОП","oПàРС","iСТgТУ","vУФvФХg","ХЦtЦâ","ЧШjШЩc","ЩЪuЪä","ЫЬkЬЭhЭ","æЮЯkЯ","аpаèб","вkвгpгд","eдеnеж","wжзfзиg","иêйкk","клpлмf","мнgноzо","ìпрkр","сpстxту","qуфmфх","gхц<цî","чшkшщu","щðъыo","ыьcьэv","эюeюяjя","ѐkѐёpёђ","iђòѓє","oєѕgѕі","vіїjїјq","јљfљô","њћoћќg","ќѝvѝўjў","џqџѠfѠѡ","uѡöѢѣ","oѣѤqѤѥ","fѥѦwѦѧn","ѧѨqѨø","ѩѪoѪѫw","ѫѬvѬѭcѭ","ѮdѮѯnѯѰ","gѰúѱѲ","pѲѳcѳѴ","vѴѵkѵѶx","Ѷѷgѷü","ѸѹPѹѺq","ѺѻpѻѼgѼ","þѽѾpѾ","ѿqѿҀvҀĀ","ҁ҂p҂҃","q҃҄v҄҅","j҅҆k҆҇p","҇Ґi҈҉P","҉ҊqҊҋvҋ","ҌjҌҍkҍҎ","pҎҐiҏҁ","ҏ҈ҐĂ","ґҒpҒғ","wғҔnҔҕn","ҕĄҖҗq","җҘpҘĆ","ҙҚqҚқp","қҜgҜĈ","ҝҞqҞҟrҟ","ҠgҠҡtҡҢ","cҢңvңҤ","qҤҥtҥĊ","ҦҧqҧҨt","ҨČҩҪq","ҪҫtҫҬf","ҬҭgҭҮtҮ","ĎүҰqҰ","ұvұҲjҲҳ","gҳҴtҴҵ","yҵҶkҶҷu","ҷҸgҸĐ","ҹҺrҺһc","һҼuҼҽuҽ","ĒҾҿtҿ","ӀcӀӁkӁӂ","uӂӃgӃĔ","ӄӅtӅӆ","gӆӇcӇӈf","ӈĖӉӊt","ӊӋgӋӌe","ӌӍgӍӎkӎ","ӏxӏӐkӐӑ","pӑӒiӒĘ","ӓӔtӔӕ","gӕӖuӖӗq","ӗӘwӘәt","әӚeӚӛgӛ","ĚӜӝtӝ","ӞgӞӟvӟӠ","wӠӡtӡӢ","pӢĜӣӤ","tӤӥgӥӦv","ӦӧwӧӨt","ӨөpөӪkӪ","ӫpӫӬiӬĞ","ӭӮtӮӯ","qӯӰyӰӱ","uӱĠӲӳ","uӳӴgӴӵn","ӵӶhӶĢ","ӷӸuӸӹg","ӹӺvӺӻvӻ","ӼgӼӽtӽĤ","ӾӿuӿԀ","kԀԁpԁԂ","iԂԃnԃԄg","ԄԅvԅԆq","ԆԇpԇĦ","ԈԉuԉԊqԊ","ԋtԋԌvԌԍ","gԍԎfԎĨ","ԏԐuԐԑ","vԑԒqԒԓt","ԓԔcԔԕd","ԕԖnԖԗgԗ","ĪԘԙuԙ","ԚvԚԛqԛԜ","tԜԝgԝĬ","ԞԟuԟԠ","wԠԡrԡԢg","ԢԣtԣĮ","ԤԥuԥԦy","ԦԧkԧԨvԨ","ԩeԩԪjԪİ","ԫԬvԬԭ","gԭԮuԮԯ","vԯIJԱ","vԱԲjԲԳg","ԳԴpԴĴ","ԵԶvԶԷj","ԷԸkԸԹuԹ","ĶԺԻvԻ","ԼjԼԽtԽԾ","qԾԿyԿĸ","ՀՁvՁՂ","qՂĺՃՄ","vՄՅtՅՆ{","ՆļՇՈx","ՈՉgՉՊt","ՊՋkՋՌhՌ","Ս{ՍՎkՎՏ","pՏՐiՐľ","ՑՒyՒՓ","kՓՔfՔՕi","ՕՖgՖv","ŀՙy","ՙ՚k՚՛v՛","՜j՜ł՝","՞y՞՟j՟ՠ","gՠաpաń","բգyգդ","jդեgեզt","զէgէņ","ըթyթժj","ժիkիլnլ","խgխňծ","կyկհtհձ","kձղvղճ","gճŊմյ","vյնtնշw","շևgոչV","չպtպջwջ","ևgռսhսվ","cվտnտր","uրևgցւH","ւփcփքn","քօuօևgֆ","մֆոֆ","ռֆցև","Ōֈ)։","ݾ֊\n","։֊","֍֍֎)֎","Ŏ֏O","֑K֑֒P֒֓","a֓֔K֔֕","P֖֕V֖֗G","֗֘I֘֙G","֚֙T֚Ő","֛֜O֜֝C֝","֞Z֞֟a֟֠","K֠֡P֢֡","V֢֣G֣֤I","֤֥G֥֦T","֦Œ֧֫\t","֪֨\t֩֨","֪֭֫֩","֫֬֬Ŕ","ֲ֭֮֫\t","ֱ֯ş°ְ֯","ְֱֲִ","ֲֳֳŖ","ֲִֵֹ\t","ֶָş°ֶַ","ַָֹֻ","ֹֺֺŘ","ֹֻּ׀a","ֽֿş°־ֽ","ֿׂ׀־","׀ׁׁŚ","ׂ׀׃ׅ&","ׄ׆ş°ׅׄ","׆ׇׇׅ","ׇŜ","B\t\b","","Ş","גš±אג","ţ²בבא","גŠדה","\t\tהŢוז\t\n","זŤחל$","טכݾיכ\n\v","ךטךי","כמלך","לםםן","מלןנ$","נŦסע)","עףƙÍףפƙ","ÍפץƙÍץצƙ","Íצק/קרƙ","ÍרשƙÍשת/","תƙÍƙ","Í/ƙ","ÍׯƙÍׯװ/","װױƙÍױײƙ","Íײ׳ƙÍ׳״ƙ","Í״ƙÍƙ","Í)Ũ",")x","ű¹","#ű¹","#ű¹","","؆","? ƛÎ","؇؆","؆؇؇؈","؈؉)؉ؠ","؊؋)؋،n،","؍c؍؎v؎؏","g؏ؐuؐؑ","vؑؠ)ؒؓ)","ؓؔfؔؕg","ؕؖxؖؗgؗ","ؘnؘؙqؙؚ","rؚ؛o؛","g؝p؝؞v","؞ؠ)؟","؟؊؟ؒ","ؠŪءآű¹","آŬأؤŷ¼","ؤŮإئųº","ئŰاذ2","بج\t\fةث\t\nت","ةثخج","تجحح","ذخجد","ادبذ","Ųرزű¹ز","ش#سص\t\nشس","صضضش","ضططع","ظغŵ»عظ","عغغŴ","ػؽ\t\rؼؾ\t","ؽؼؽؾ","ؾـؿف2;","ـؿفق","قـقك","كŶلم2","مىzنه2ه","ىZولو","نىًي","ٌʽًيٌ","ًٍٍٍ","ََŸُ","ِ\tِźّ","ٙ^ْٚ\tٕٓ","wٖٔ\tٕٔ","ٖٕٗٗ","ٗ٘٘ٚ","ْٙٙٓ","ٚżٜٛ",")ٜٝƅÃٝٞ","Vٞ٠ƁÁٟ١","ƇÄ٠ٟ٠١","١٢٢٣",")٣ž٤٥",")٥٦ƁÁ٦٧",")٧ƀ٨٩","24٩٪2;٪٫<٫","٬27٬ٺ2;٭ٮ<","ٮٯ27ٯٸ2;ٰٱ","#ٱٶ2;ٲٴ2;","ٳٵ2;ٴٳٴ","ٵٵٷٶ","ٲٶٷٷ","ٹٸٰٸ","ٹٹٻٺ","٭ٺٻٻ","Ƃټٽ)ٽ","پƅÃپٿ)ٿ","Ƅڀځ2;ځڂ","2;ڂڃ2;ڃڄ2;ڄ","څ/څچ23چڇ","2;ڇڈ/ڈډ25ډ","ڊ2;ڊƆڋړ","\\ڌڍ\tڍڎ","23ڎڏ2;ڏڐ<ڐ","ڑ2;ڑړ2;ڒڋ","ڒڌړƈ","ڔڕ)ڕڗR","ږژƋÆڗږ","ڗژژښ","ڙڛƍÇښڙ","ښڛڛڝ","ڜڞƏÈڝڜ","ڝڞڞڠ","ڟڡƑÉڠڟ","ڠڡڡڱ","ڢڣVڣڥƓÊ","ڤڦƕËڥڤ","ڥڦڦڨ","ڧکƗÌڨڧ","ڨککڲ","ڪګVګڭƕË","ڬڮƗÌڭڬ","ڭڮڮڲ","گڰVڰڲƗÌ","ڱڢڱڪ","ڱگڱڲ","ڲڳڳڴ)","ڴƊڵڷ/","ڶڵڶڷ","ڷڸڸڹű¹","ڹں[ںƌ","ڻڽ/ڼڻ","ڼڽڽھ","ھڿű¹ڿۀO","ۀƎہۃ/","ۂہۂۃ","ۃۄۄۅű¹","ۅۆYۆƐ","ۇۉ/ۈۇ","ۈۉۉۊ","ۊۋű¹ۋیF","یƒۍۏ/","ێۍێۏ","ۏېېۑű¹","ۑےJےƔ","ۓە/۔ۓ","۔ەەۖ","ۖۗű¹ۗۘO","ۘƖۙۛ/","ۚۙۚۛ","ۛۜۜۦű¹","ۡ#۞۠2","۟۞ۣ۠","ۡ۟ۡۢ","ۣۢۤۡ","ۤۥű¹ۥۧ","ۦۦۧ","ۧۨۨ۩U","۩Ƙ۪۫ʽ","۫۬ʽ۬ƚ","ۭۮcۮۯnۯ","۰r۰۱j۱܀","c۲۳d۳۴","g۴۵v۵܀c","۶۷e۷۸c","۸۹p۹ۺfۺ","ۻkۻۼfۼ۽","c۽۾v۾܀","gۿۭۿ۲","ۿ۶܀Ɯ","܁܃\n܂܁","܃܄܄܅","܄܂܅ƞ","IƣƪƼLJNJȁȈ","ȌȒȕțȡȤȪȰȳȹɉ̻","δҏֆֲֹ֫׀ׇבך","ל؆؟جدضعؽقوٍ","ٗٙ٠ٴٶٸٺڒڗښڝڠ","ڥڨڭڱڶڼۂۈێ۔ۚۡ","ۦۿ܄"].join(""),Nw=(new a.a.atn.ATNDeserializer).deserialize(ww),Sw=Nw.decisionToState.map(((t,e)=>new a.a.dfa.DFA(t,e)));class Ow extends a.a.Lexer{constructor(t){super(t),this._interp=new a.a.atn.LexerATNSimulator(this,Nw,Sw,new a.a.PredictionContextCache)}get atn(){return Nw}}function Dw(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}bw(Ow,"grammarFileName","ELexer.g4"),bw(Ow,"channelNames",["DEFAULT_TOKEN_CHANNEL","HIDDEN"]),bw(Ow,"modeNames",["DEFAULT_MODE"]),bw(Ow,"literalNames",[null,null,null,null,null,null,"'\t'","' '",null,"'Java:'","'C#:'","'Python2:'","'Python3:'","'JavaScript:'","'Swift:'","':'","';'",null,"'..'",null,null,null,null,null,null,null,null,"'!'","'&'","'&&'","'|'","'||'",null,"'-'","'*'","'/'","'\\'","'%'","'#'","'>'","'>='","'<'","'<='","'<>'","'<:>'","'='","'!='","'=='","'~='","'~'","'<-'","'->'","'=>'","'Boolean'","'Css'","'Character'","'Text'","'Integer'","'Decimal'","'Date'","'Time'","'DateTime'","'Period'","'Version'","'Method:'","'Code'","'Document'","'Blob'","'Image'","'Uuid'","'DbId'","'Iterator'","'Cursor'","'Html'","'Type'","'abstract'","'all'","'always'","'and'","'any'","'as'",null,"'attr'","'attribute'","'attributes'","'bindings'","'break'","'by'","'case'","'catch'","'category'","'class'","'contains'","'def'","'default'","'define'","'delete'",null,"'do'","'doing'","'each'","'else'","'enum'","'enumerated'","'except'","'execute'","'expecting'","'extends'","'fetch'","'filtered'","'finally'","'flush'","'for'","'from'","'getter'","'has'","'if'","'in'","'include'","'index'","'invoke:'","'is'","'matching'","'method'","'methods'","'modulo'","'mutable'","'native'","'None'","'not'",null,"'null'","'on'","'one'","'operator'","'or'","'order'","'otherwise'","'pass'","'raise'","'read'","'receiving'","'resource'","'return'","'returning'","'rows'","'self'","'setter'","'singleton'","'sorted'","'storable'","'store'","'super'","'switch'","'test'","'then'","'this'","'throw'","'to'","'try'","'verifying'","'widget'","'with'","'when'","'where'","'while'","'write'",null,null,"'MIN_INTEGER'","'MAX_INTEGER'"]),bw(Ow,"symbolicNames",[null,"INDENT","DEDENT","LF_TAB","LF_MORE","LF","TAB","WS","COMMENT","JAVA","CSHARP","PYTHON2","PYTHON3","JAVASCRIPT","SWIFT","COLON","SEMI","COMMA","RANGE","DOT","LPAR","RPAR","LBRAK","RBRAK","LCURL","RCURL","QMARK","XMARK","AMP","AMP2","PIPE","PIPE2","PLUS","MINUS","STAR","SLASH","BSLASH","PERCENT","SHARP","GT","GTE","LT","LTE","LTGT","LTCOLONGT","EQ","XEQ","EQ2","TEQ","TILDE","LARROW","RARROW","EGT","BOOLEAN","CSS","CHARACTER","TEXT","INTEGER","DECIMAL","DATE","TIME","DATETIME","PERIOD","VERSION","METHOD_COLON","CODE","DOCUMENT","BLOB","IMAGE","UUID","DBID","ITERATOR","CURSOR","HTML","TYPE","ABSTRACT","ALL","ALWAYS","AND","ANY","AS","ASC","ATTR","ATTRIBUTE","ATTRIBUTES","BINDINGS","BREAK","BY","CASE","CATCH","CATEGORY","CLASS","CONTAINS","DEF","DEFAULT","DEFINE","DELETE","DESC","DO","DOING","EACH","ELSE","ENUM","ENUMERATED","EXCEPT","EXECUTE","EXPECTING","EXTENDS","FETCH","FILTERED","FINALLY","FLUSH","FOR","FROM","GETTER","HAS","IF","IN","INCLUDE","INDEX","INVOKE_COLON","IS","MATCHING","METHOD","METHODS","MODULO","MUTABLE","NATIVE","NONE","NOT","NOTHING","NULL","ON","ONE","OPERATOR","OR","ORDER","OTHERWISE","PASS","RAISE","READ","RECEIVING","RESOURCE","RETURN","RETURNING","ROWS","SELF","SETTER","SINGLETON","SORTED","STORABLE","STORE","SUPER","SWITCH","TEST","THEN","THIS","THROW","TO","TRY","VERIFYING","WIDGET","WITH","WHEN","WHERE","WHILE","WRITE","BOOLEAN_LITERAL","CHAR_LITERAL","MIN_INTEGER","MAX_INTEGER","SYMBOL_IDENTIFIER","TYPE_IDENTIFIER","VARIABLE_IDENTIFIER","NATIVE_IDENTIFIER","DOLLAR_IDENTIFIER","ARONDBASE_IDENTIFIER","TEXT_LITERAL","UUID_LITERAL","VERSION_LITERAL","INTEGER_LITERAL","HEXA_LITERAL","DECIMAL_LITERAL","DATETIME_LITERAL","TIME_LITERAL","DATE_LITERAL","PERIOD_LITERAL","JSX_TEXT"]),bw(Ow,"ruleNames",["LF_TAB","LF_MORE","LF","TAB","WS","COMMENT","JAVA","CSHARP","PYTHON2","PYTHON3","JAVASCRIPT","SWIFT","COLON","SEMI","COMMA","RANGE","DOT","LPAR","RPAR","LBRAK","RBRAK","LCURL","RCURL","QMARK","XMARK","AMP","AMP2","PIPE","PIPE2","PLUS","MINUS","STAR","SLASH","BSLASH","PERCENT","SHARP","GT","GTE","LT","LTE","LTGT","LTCOLONGT","EQ","XEQ","EQ2","TEQ","TILDE","LARROW","RARROW","EGT","BOOLEAN","CSS","CHARACTER","TEXT","INTEGER","DECIMAL","DATE","TIME","DATETIME","PERIOD","VERSION","METHOD_COLON","CODE","DOCUMENT","BLOB","IMAGE","UUID","DBID","ITERATOR","CURSOR","HTML","TYPE","ABSTRACT","ALL","ALWAYS","AND","ANY","AS","ASC","ATTR","ATTRIBUTE","ATTRIBUTES","BINDINGS","BREAK","BY","CASE","CATCH","CATEGORY","CLASS","CONTAINS","DEF","DEFAULT","DEFINE","DELETE","DESC","DO","DOING","EACH","ELSE","ENUM","ENUMERATED","EXCEPT","EXECUTE","EXPECTING","EXTENDS","FETCH","FILTERED","FINALLY","FLUSH","FOR","FROM","GETTER","HAS","IF","IN","INCLUDE","INDEX","INVOKE_COLON","IS","MATCHING","METHOD","METHODS","MODULO","MUTABLE","NATIVE","NONE","NOT","NOTHING","NULL","ON","ONE","OPERATOR","OR","ORDER","OTHERWISE","PASS","RAISE","READ","RECEIVING","RESOURCE","RETURN","RETURNING","ROWS","SELF","SETTER","SINGLETON","SORTED","STORABLE","STORE","SUPER","SWITCH","TEST","THEN","THIS","THROW","TO","TRY","VERIFYING","WIDGET","WITH","WHEN","WHERE","WHILE","WRITE","BOOLEAN_LITERAL","CHAR_LITERAL","MIN_INTEGER","MAX_INTEGER","SYMBOL_IDENTIFIER","TYPE_IDENTIFIER","VARIABLE_IDENTIFIER","NATIVE_IDENTIFIER","DOLLAR_IDENTIFIER","ARONDBASE_IDENTIFIER","LetterOrDigit","Letter","Digit","TEXT_LITERAL","UUID_LITERAL","VERSION_LITERAL","INTEGER_LITERAL","HEXA_LITERAL","DECIMAL_LITERAL","Integer","Decimal","Exponent","Hexadecimal","HexNibble","EscapeSequence","DATETIME_LITERAL","TIME_LITERAL","Time","DATE_LITERAL","Date","TimeZone","PERIOD_LITERAL","Years","Months","Weeks","Days","Hours","Minutes","Seconds","HexByte","VersionQualifier","JSX_TEXT"]),Ow.EOF=a.a.Token.EOF,Ow.INDENT=1,Ow.DEDENT=2,Ow.LF_TAB=3,Ow.LF_MORE=4,Ow.LF=5,Ow.TAB=6,Ow.WS=7,Ow.COMMENT=8,Ow.JAVA=9,Ow.CSHARP=10,Ow.PYTHON2=11,Ow.PYTHON3=12,Ow.JAVASCRIPT=13,Ow.SWIFT=14,Ow.COLON=15,Ow.SEMI=16,Ow.COMMA=17,Ow.RANGE=18,Ow.DOT=19,Ow.LPAR=20,Ow.RPAR=21,Ow.LBRAK=22,Ow.RBRAK=23,Ow.LCURL=24,Ow.RCURL=25,Ow.QMARK=26,Ow.XMARK=27,Ow.AMP=28,Ow.AMP2=29,Ow.PIPE=30,Ow.PIPE2=31,Ow.PLUS=32,Ow.MINUS=33,Ow.STAR=34,Ow.SLASH=35,Ow.BSLASH=36,Ow.PERCENT=37,Ow.SHARP=38,Ow.GT=39,Ow.GTE=40,Ow.LT=41,Ow.LTE=42,Ow.LTGT=43,Ow.LTCOLONGT=44,Ow.EQ=45,Ow.XEQ=46,Ow.EQ2=47,Ow.TEQ=48,Ow.TILDE=49,Ow.LARROW=50,Ow.RARROW=51,Ow.EGT=52,Ow.BOOLEAN=53,Ow.CSS=54,Ow.CHARACTER=55,Ow.TEXT=56,Ow.INTEGER=57,Ow.DECIMAL=58,Ow.DATE=59,Ow.TIME=60,Ow.DATETIME=61,Ow.PERIOD=62,Ow.VERSION=63,Ow.METHOD_COLON=64,Ow.CODE=65,Ow.DOCUMENT=66,Ow.BLOB=67,Ow.IMAGE=68,Ow.UUID=69,Ow.DBID=70,Ow.ITERATOR=71,Ow.CURSOR=72,Ow.HTML=73,Ow.TYPE=74,Ow.ABSTRACT=75,Ow.ALL=76,Ow.ALWAYS=77,Ow.AND=78,Ow.ANY=79,Ow.AS=80,Ow.ASC=81,Ow.ATTR=82,Ow.ATTRIBUTE=83,Ow.ATTRIBUTES=84,Ow.BINDINGS=85,Ow.BREAK=86,Ow.BY=87,Ow.CASE=88,Ow.CATCH=89,Ow.CATEGORY=90,Ow.CLASS=91,Ow.CONTAINS=92,Ow.DEF=93,Ow.DEFAULT=94,Ow.DEFINE=95,Ow.DELETE=96,Ow.DESC=97,Ow.DO=98,Ow.DOING=99,Ow.EACH=100,Ow.ELSE=101,Ow.ENUM=102,Ow.ENUMERATED=103,Ow.EXCEPT=104,Ow.EXECUTE=105,Ow.EXPECTING=106,Ow.EXTENDS=107,Ow.FETCH=108,Ow.FILTERED=109,Ow.FINALLY=110,Ow.FLUSH=111,Ow.FOR=112,Ow.FROM=113,Ow.GETTER=114,Ow.HAS=115,Ow.IF=116,Ow.IN=117,Ow.INCLUDE=118,Ow.INDEX=119,Ow.INVOKE_COLON=120,Ow.IS=121,Ow.MATCHING=122,Ow.METHOD=123,Ow.METHODS=124,Ow.MODULO=125,Ow.MUTABLE=126,Ow.NATIVE=127,Ow.NONE=128,Ow.NOT=129,Ow.NOTHING=130,Ow.NULL=131,Ow.ON=132,Ow.ONE=133,Ow.OPERATOR=134,Ow.OR=135,Ow.ORDER=136,Ow.OTHERWISE=137,Ow.PASS=138,Ow.RAISE=139,Ow.READ=140,Ow.RECEIVING=141,Ow.RESOURCE=142,Ow.RETURN=143,Ow.RETURNING=144,Ow.ROWS=145,Ow.SELF=146,Ow.SETTER=147,Ow.SINGLETON=148,Ow.SORTED=149,Ow.STORABLE=150,Ow.STORE=151,Ow.SUPER=152,Ow.SWITCH=153,Ow.TEST=154,Ow.THEN=155,Ow.THIS=156,Ow.THROW=157,Ow.TO=158,Ow.TRY=159,Ow.VERIFYING=160,Ow.WIDGET=161,Ow.WITH=162,Ow.WHEN=163,Ow.WHERE=164,Ow.WHILE=165,Ow.WRITE=166,Ow.BOOLEAN_LITERAL=167,Ow.CHAR_LITERAL=168,Ow.MIN_INTEGER=169,Ow.MAX_INTEGER=170,Ow.SYMBOL_IDENTIFIER=171,Ow.TYPE_IDENTIFIER=172,Ow.VARIABLE_IDENTIFIER=173,Ow.NATIVE_IDENTIFIER=174,Ow.DOLLAR_IDENTIFIER=175,Ow.ARONDBASE_IDENTIFIER=176,Ow.TEXT_LITERAL=177,Ow.UUID_LITERAL=178,Ow.VERSION_LITERAL=179,Ow.INTEGER_LITERAL=180,Ow.HEXA_LITERAL=181,Ow.DECIMAL_LITERAL=182,Ow.DATETIME_LITERAL=183,Ow.TIME_LITERAL=184,Ow.DATE_LITERAL=185,Ow.PERIOD_LITERAL=186,Ow.JSX_TEXT=187;const Mw=["悋Ꜫ脳맭䅼㯧瞆","奤¹ۺ\b\t\t","\t\t\t","\t\b\t\b\t\t\t\n\t\n\v\t\v","\f\t\f\r\t\r\t\t","\t\t\t\t","\t\t\t","\t\t\t\t","\t\t\t",'\t\t \t !\t!"\t"#',"\t#$\t$%\t%&\t&'\t'(\t()\t)","*\t*+\t+,\t,-\t-.\t./\t/0\t0","1\t12\t23\t34\t45\t56\t67\t7","8\t89\t9:\t:;\t;<\t<=\t=>\t>","?\t?@\t@A\tAB\tBC\tCD\tDE\tE","F\tFG\tGH\tHI\tIJ\tJK\tKL\tL","M\tMN\tNO\tOP\tPQ\tQR\tRS\tS","T\tTU\tUV\tVW\tWX\tXY\tYZ\tZ","[\t[\\\t\\]\t]^\t^_\t_`\t`a\ta","b\tbc\tcd\tde\tef\tfg\tgh\th","i\tij\tjk\tkl\tlm\tmn\tno\to","p\tpq\tqr\trs\tst\ttu\tuv\tv","w\twx\txy\tyz\tz{\t{|\t|}\t}","~\t~\t\t\t","\t\t\t
\t","
\t\t\t","\t\t\t\t","\t\t\t","\t\t\t\t","\t\t\t","\t\t\t\t","\t\t\t","\t\t \t ¡\t","¡¢\t¢£\t£¤\t¤","¥\t¥¦\t¦§\t§¨\t","¨©\t©ª\tª«\t«","¬\t¬\t®\t®¯\t","¯°\t°±\t±²\t²","³\t³´\t´µ\tµ¶\t","¶·\t·¸\t¸¹\t¹","º\tº»\t»¼\t¼½\t","½¾\t¾¿\t¿À\tÀ","Á\tÁÂ\tÂÃ\tÃÄ\t","ÄÅ\tÅÆ\tÆÇ\tÇ","È\tÈÉ\tÉÊ\tÊË\t","ËÌ\tÌÍ\tÍ","","ƥ\n","","Ư\n\fƲ\v","","ƺ\n\fƽ\vƿ","\n","\b","\b\b\b\b\b\b\b\b","\t\t\t\t\t\t\t\t\t","\n\n\n\n\n\n\n\n\n","\n\n\n\v\v\v\v","\v\v\v\f\f\r\r","Ƕ\n","ǽ\n","ȁ\n","ȅ\n\fȈ\v","Ȋ\n","Ȑ\nȔ","\n\fȗ\vș\n","ȟ\n","ȣ\n\f","Ȧ\vȨ\n","Ȯ\n","","","Ⱦ\n",' !!""',"##$$%%%&&'","''((())))*","*+++,,,---","..///00011","1222222223","3334444444","4445555566","6666667777","7777888889","9999::::::",":::;;;;;;;","<<<<<<<<==","======>>>>",">?????????","@@@@@AAAAA","ABBBBBCCCC","CDDDDDDDDD","EEEEEEEFFF","FFGGGGGHHH","HHHHHHIIII","JJJJJJJKKK","KLLLLMMMNN","NNNNNNNNNN","N̰\nNOOOOOPPP","PPPPPPPQQQ","QQQQQQQQRR","RRRRRRRSSS","SSSTTTUUUU","UVVVVVVWWW","WWWWWWXXXX","XXYYYYYYYY","YZZZZ[[[[[","[[[\\\\\\\\\\\\","\\]]]]]]]^^","^^^^^^^^^^","^^^Ω\n^___```","```aaaaabb","bbbcccccdd","ddddddddde","eeeeeeffff","ffffgggggg","gggghhhhhh","hhiiiiiijj","jjjjjjjkkk","kkkkklllll","lmmmmnnnnn","oooooooppp","pqqqrrrsss","sssssttttt","tuuuuuuuuv","vvwwwwwwww","wxxxxxxxyy","yyyyyyzzzz","zzz{{{{{{{","{|||||||}}","}}}~~~~","","","҄\n","","","","
","
","","","","","","","","","","","","","","","","","","","","","","","","","","","",""," "," ¡¡¡¡","¡¡¢¢¢¢","¢¢££££","££¤¤¤¤","¤¤¤¤¤¤","¤¤¤¤¤¤","¤¤¤ջ\n¤¥¥","¥¥ր\n¥¥¥","¦¦¦¦¦¦","¦¦¦¦¦¦","§§§§§§","§§§§§§","¨¨¨֞\n¨\f¨¨֡","\v¨©©©֥\n©\f©","©֨\v©ªªª֬","\nª\fªª֯\vª««","«ֳ\n«\f««ֶ\v«","¬¬¬ֺ\n¬\r¬¬ֻ","׀\n\r","ׁ®®®׆\n®¯","¯°°±±±","±\n±\f±±ג\v±","±±²²²²","²²²²²²","²²²²²²","²²²²²²","²³³³³³","³³³³³\n³","³³³³\n³","³³³³³³","³³³³³³","³³³³³³","³³³³³³ؔ","\n³´´µµ¶","¶····؟\n","·\f··آ\v··ؤ\n·","¸¸¸¸ة\n¸\r¸","¸ت¸¸خ\n¸¹","¹¹ز\n¹¹¹ص","\n¹\r¹¹ضººº","ººؽ\nºººـ","\nº\rººف»»¼","¼¼¼¼ي\n¼\r¼","¼ً¼َ\n¼½½","½½½½ٕ\n½","½½¾¾¾¾","¿¿¿¿¿¿","¿¿¿¿¿¿","¿٩\n¿¿٫\n¿¿٭\n¿","¿ٯ\n¿ÀÀÀ","ÀÁÁÁÁÁ","ÁÁÁÁÁÁ","ÂÂÂÂÂÂ","ÂÂڇ\nÂÃÃÃ","Ãڌ\nÃÃÃڏ\nÃ","ÃÃڒ\nÃÃÃڕ\nÃ","ÃÃÃÃښ\nÃ","ÃÃڝ\nÃÃÃÃ","Ãڢ\nÃÃÃÃڦ","\nÃÃÃÄÄګ\nÄ","ÄÄÄÅÅڱ\n","ÅÅÅÅÆÆڷ","\nÆÆÆÆÇÇ","ڽ\nÇÇÇÇÈ","Èۃ\nÈÈÈÈÉ","Éۉ\nÉÉÉÉ","ÊÊۏ\nÊÊÊÊ","Ê۔\nÊ\fÊÊۗ\vÊ","ÊÊÊۛ\nÊÊÊ","ËËËÌÌÌ","ÌÌÌÌÌÌ","ÌÌÌÌÌÌ","ÌÌÌÌ۴\nÌ","ÍÍ۷\nÍ\rÍÍ۸ư","۸Î\t\v","\r\b\t\n\v\f\r","!#%')+","-/13579;= ?!A","\"C#E$G%I&K'M(O)Q*S+U,W-Y.[/]0_1a2c3e4g5i6k7m8o9q:s;u{?}@","ABC
DEFGHIJ","KLMNOPQ¡R£S¥T§","U©V«WX¯Y±Z³[µ\\·]¹^»","_½`¿aÁbÃcÅdÇeÉfËgÍhÏ","iÑjÓkÕl×mÙnÛoÝpßqárã","såtçuévëwíxïyñzó{õ|÷","}ù~ûýÿāă","ąć
ĉċčď","đēĕėęě","ĝğġģĥħ","ĩīĭįıij","ĵķĹĻĽ Ŀ¡","Ł¢Ń£Ņ¤Ň¥ʼn¦ŋ§","ō¨ŏ©őªœ«ŕ¬ŗ","ř®śŝşš¯ţ°","ť±ŧ²ũ³ū´ŭů","űųŵŷʵݶ","Žſ·Ɓƃƅ¸Ƈ","ƉƋƍƏƑƓ","ƕƗƙ¹\v","\v\f\f\v\v",'""\f\f))^^C\\2;C\\',"aac|2;C\\aac|C\\aac|","2;\f\f$$^^3;GGgg","--//2;CHch\n$$))^^ddhhppttvv>>@","@}}ܯ","","\t\v","\r","","","","","!#%","')","+-","/1","35","79;","=?","AC","EG","IK","MOQ","SU","WY","[]","_a","ceg","ik","mo","qs","uw","y{}","","
","","","","","","","¡","£¥","§©","«","¯±","³µ","·¹","»½","¿Á","ÃÅ","ÇÉ","ËÍ","ÏÑ","ÓÕ","×Ù","ÛÝ","ßá","ãå","çé","ëí","ïñ","óõ","÷ù","ûý","ÿā","ăą","ćĉ","ċč","ďđ","ēĕ","ėę","ěĝ","ğġ","ģĥ","ħĩ","īĭ","įı","ijĵ","ķĹ","ĻĽ","ĿŁ","ŃŅ","Ňʼn","ŋō","ŏő","œŕ","ŗř","šţ","ťŧ","ũū","ŹŻ","ſƅ","ƙƛ","ƟƤ","\tƾ\vǀ","\rdžNJ","Ǔǜ","Ǩǯ","DZdz","ǷǺ","!Ǿ#ȉ","%ȍ'Ș",")Ȝ+ȧ","-ȫ/ȯ1ȱ","3ȳ5ȶ","7ȸ9Ȼ",";ȿ=Ɂ","?ɃAɅ","CɇEɉGɋ","IɍKɐ","MɒOɕ","QɘSɜ","UɞWɡ","Yɤ[ɧ]ɩ","_ɬaɯ","cɲeɺ","gɾiʈ","kʍmʕ","oʝqʢsʧ","uʰwʷ","yʿ{ˇ","}ˌ˕","˚ˠ","
˥˪","˳˺","˿̄","̍̑","̘̜","̠̯","̶̱","¡̀£͋","¥͔§͚","©͝«͢","ͨ¯ͱ","±ͷ³","µ΄·Ό","¹Γ»Ψ","½Ϊ¿έ","ÁγÃθ","ÅνÇς","ÉύËϔ","ÍϜÏϦ","ÑϮÓϴ","ÕϽ×Ѕ","ÙЋÛЏ","ÝДßЛ","áПãТ","åХçЭ","éгëл","íоïч","ñюóі","õѝ÷ѥ","ùѬûѱ","ý҃ÿ҅","āҊăҍ","ąґćҚ","ĉҝċң","čҭďҲ","đҸēҽ","ĕӇėӐ","ęӗěӡ","ĝӦğӫ","ġӲģӼ","ĥԃħԌ","ĩԒīԘ","ĭԟįԤ","ıԩijԮ","ĵԴķԷ","ĹԻĻՅ","ĽՌĿՑ","ŁՖŃ՜","ŅբŇպ","ʼnռŋփ","ō֏ŏ֛","ő֢œ֩","ŕְŗַ","řֽśׅ","ŝׇş","šţו","ťؓŧؕ","ũؗūؙ","ŭأůإ","űدųؼ","ŵكŷم","ŹُŻ٘","Žٜſٰ","Ɓٴƃچ","ƅڈƇڪ","ƉڰƋڶ","ƍڼƏۂ","ƑۈƓێ","ƕ۞Ɨ۳",'ƙ۶ƛƜ"',"ƜƝƝƞ\b","ƞƟƠ\t","ƠơơƢ\b","Ƣƣƥ","ƤƣƤƥ","ƥƦƦƧ\f","ƧƨƨƩ\b","Ʃ\bƪƫ1","ƫƬ,Ƭư","ƭƯ\vƮƭ","ƯƲưƱ","ưƮƱƳ","ƲưƳƴ,","ƴƿ1Ƶƶ1","ƶƷ1Ʒƻ","Ƹƺ\nƹƸ","ƺƽƻƹ","ƻƼƼƿ","ƽƻƾƪ","ƾƵƿ\n","ǀǁLǁǂcǂ","ǃxǃDŽcDŽDž","<Dž\fdžLJ","ELJLj%Ljlj<","ljNJNjR","Njnj{njǍv","ǍǎjǎǏqǏ","ǐpǐǑ4Ǒǒ","<ǒǓǔ","RǔǕ{Ǖǖ","vǖǗjǗǘq","ǘǙpǙǚ5","ǚǛ<Ǜ","ǜǝLǝǞcǞ","ǟxǟǠcǠǡ","UǡǢeǢǣ","tǣǤkǤǥr","ǥǦvǦǧ<","ǧǨǩU","ǩǪyǪǫkǫ","ǬhǬǭvǭǮ","<Ǯǯǰ","<ǰDZDz","=Dzdzǵ",".ǴǶ\fǵǴ","ǵǶǶ","ǷǸ0Ǹǹ","0ǹǺǼ","0ǻǽ\fǼǻ","Ǽǽǽ ","ǾȀ*ǿȁ\f","ȀǿȀȁ",'ȁ"ȂȆ\f',"ȃȅ\tȄȃ","ȅȈȆȄ","ȆȇȇȊ","ȈȆȉȂ","ȉȊȊȋ","ȋȌ+Ȍ$ȍ","ȏ]ȎȐ\fȏȎ","ȏȐȐ&","ȑȕ\fȒȔ","\tȓȒȔȗ","ȕȓȕȖ","Ȗșȗȕ","ȘȑȘș","șȚȚț","_ț(ȜȞ","}ȝȟ\fȞȝ","Ȟȟȟ*","ȠȤ\fȡȣ\t","ȢȡȣȦ","ȤȢȤȥ","ȥȨȦȤ","ȧȠȧȨ","ȨȩȩȪ","Ȫ,ȫȭA","ȬȮ\fȭȬ","ȭȮȮ.","ȯȰ#Ȱ0ȱ","Ȳ(Ȳ2ȳȴ","(ȴȵ(ȵ4","ȶȷ~ȷ6","ȸȹ~ȹȺ~","Ⱥ8ȻȽ-ȼ","Ⱦ\fȽȼȽ","ȾȾ:ȿ","ɀ/ɀ<Ɂɂ",",ɂ>ɃɄ","1Ʉ@ɅɆ^","ɆBɇɈ'","ɈDɉɊ%Ɋ","FɋɌ@ɌH","ɍɎ@Ɏɏ","?ɏJɐɑ>","ɑLɒɓ>","ɓɔ?ɔNɕ","ɖ>ɖɗ@ɗP","ɘə>əɚ","<ɚɛ@ɛR","ɜɝ?ɝT","ɞɟ#ɟɠ?ɠ","Vɡɢ?ɢɣ","?ɣXɤɥ","ɥɦ?ɦZ","ɧɨɨ\\","ɩɪ>ɪɫ/","ɫ^ɬɭ/","ɭɮ@ɮ`ɯ","ɰ?ɰɱ@ɱb","ɲɳDɳɴ","qɴɵqɵɶn","ɶɷgɷɸc","ɸɹpɹdɺ","ɻEɻɼuɼɽ","uɽfɾɿ","Eɿʀjʀʁc","ʁʂtʂʃc","ʃʄeʄʅvʅ","ʆgʆʇtʇh","ʈʉVʉʊ","gʊʋzʋʌv","ʌjʍʎK","ʎʏpʏʐvʐ","ʑgʑʒiʒʓ","gʓʔtʔl","ʕʖFʖʗg","ʗʘeʘʙk","ʙʚoʚʛcʛ","ʜnʜnʝʞ","Fʞʟcʟʠ","vʠʡgʡp","ʢʣVʣʤk","ʤʥoʥʦgʦ","rʧʨFʨʩ","cʩʪvʪʫ","gʫʬVʬʭk","ʭʮoʮʯg","ʯtʰʱRʱ","ʲgʲʳtʳʴ","kʴʵqʵʶ","fʶvʷʸX","ʸʹgʹʺt","ʺʻuʻʼkʼ","ʽqʽʾpʾx","ʿˀOˀˁ","gˁ˂v˂˃j","˃˄q˄˅f","˅ˆ<ˆzˇ","ˈEˈˉqˉˊ","fˊˋgˋ|","ˌˍFˍˎq","ˎˏeˏːw","ːˑoˑ˒g˒","˓p˓˔v˔~","˕˖D˖˗","n˗˘q˘˙d","˙˚˛K","˛˜o˜˝c","˝˞i˞˟g˟","ˠˡWˡ","ˢwˢˣkˣˤ","fˤ˥˦","F˦˧d˧˨","K˨˩f˩","˪˫K˫ˬv","ˬ˭g˭ˮt","ˮ˯c˯˰v˰","˱q˱˲t˲","˳˴E˴˵","w˵˶t˶˷","u˷˸q˸˹t","˹˺˻J","˻˼v˼˽o","˽˾n˾","˿̀V̀́{́","̂r̂̃g̃","̄̅c̅̆","d̆̇u̇̈","v̈̉t̉̊c","̊̋e̋̌v","̌̍̎c","̎̏n̏̐n̐","̑̒c̒","̓n̓̔y̔̕","c̖̕{̖̗","u̗̘̙","c̙̚p̛̚f","̛̜̝c","̝̞p̞̟{","̡̟̠c","̡̢u̢","̣̤c̤̥u̥","̰ȩ̦ç̨","ų̩e̩̪","g̪̫p̫̬f","̬̭k̭̮p","̮̰i̯̣","̯̦̰","̱̲c̲̳v̳","̴v̴̵t̵","̶̷c̷̸","v̸̹v̹̺","t̺̻k̻̼d","̼̽w̽̾v","̾̿g̿ ","̀́ć͂v͂","̓v̓̈́ẗ́ͅ","k͆ͅd͇͆","w͇͈v͈͉g","͉͊u͊¢","͋͌d͍͌k","͍͎p͎͏f͏","͐k͐͑p͑͒","i͓͒u͓¤","͔͕d͕͖","t͖͗g͗͘c","͙͘m͙¦","͚͛d͛͜{","͜¨͝͞e","͟͞c͟͠u͠","͡g͡ª͢","ͣeͣͤcͤͥ","vͥͦeͦͧ","jͧ¬ͨͩ","eͩͪcͪͫv","ͫͬgͬͭi","ͭͮqͮͯtͯ","Ͱ{Ͱ®ͱ","ͲeͲͳnͳʹ","cʹ͵u͵Ͷ","uͶ°ͷ","eqͺp","ͺͻvͻͼc","ͼͽkͽ;p;","ͿuͿ²","fg","h´΄΅","f΅ΆgΆ·","h·ΈcΈΉw","ΉΊnΊv","¶Όf","ΎgΎΏhΏ","ΐkΐΑpΑΒ","gΒ¸ΓΔ","fΔΕgΕΖ","nΖΗgΗΘv","ΘΙgΙº","ΚΛfΛΜg","ΜΝuΝΩeΞ","ΟfΟΠgΠΡ","uΡeΣ","gΣΤpΤΥf","ΥΦkΦΧp","ΧΩiΨΚ","ΨΞΩ¼","ΪΫfΫάqά","¾έήfή","ίqίΰkΰα","pαβiβÀ","γδgδε","cεζeζηj","ηÂθιg","ικnκλu","λμgμÄ","νξgξοpο","πwπρoρÆ","ςσgστ","pτυwυφ","oφχgχψt","ψωcωϊv","ϊϋgϋόfό","Èύώgώ","ϏzϏϐeϐϑ","gϑϒrϒϓ","vϓÊϔϕ","gϕϖzϖϗg","ϗϘeϘϙw","ϙϚvϚϛgϛ","ÌϜϝgϝ","ϞzϞϟrϟϠ","gϠϡeϡϢ","vϢϣkϣϤp","ϤϥiϥÎ","ϦϧgϧϨz","ϨϩvϩϪgϪ","ϫpϫϬfϬϭ","uϭÐϮϯ","hϯϰgϰϱ","vϱϲeϲϳj","ϳÒϴϵh","ϵ϶k϶Ϸn","ϷϸvϸϹgϹ","ϺtϺϻgϻϼ","fϼÔϽϾ","hϾϿkϿЀ","pЀЁcЁЂn","ЂЃnЃЄ{","ЄÖЅІh","ІЇnЇЈwЈ","ЉuЉЊjЊØ","ЋЌhЌЍ","qЍЎtЎÚ","ЏАhАБ","tБВqВГo","ГÜДЕi","ЕЖgЖЗv","ЗИvИЙgЙ","КtКÞЛ","МjМНcНО","uОàПР","kРСhСâ","ТУkУФ","pФäХЦ","kЦЧpЧШe","ШЩnЩЪw","ЪЫfЫЬgЬ","æЭЮkЮ","ЯpЯаfаб","gбвzвè","гдkде","pежxжзq","зиmийg","йк<кê","лмkмнuн","ìопoп","рcрсvст","eтуjуф","kфхpхцi","цîчшo","шщgщъv","ъыjыьqь","эfэðю","яoяѐgѐё","vёђjђѓ","qѓєfєѕu","ѕòіїo","їјqјљf","љњwњћnћ","ќqќôѝ","ўoўџwџѠ","vѠѡcѡѢ","dѢѣnѣѤg","ѤöѥѦp","ѦѧcѧѨv","ѨѩkѩѪxѪ","ѫgѫøѬ","ѭPѭѮqѮѯ","pѯѰgѰú","ѱѲpѲѳ","qѳѴvѴü","ѵѶpѶѷq","ѷѸvѸѹj","ѹѺkѺѻpѻ","҄iѼѽPѽѾ","qѾѿvѿҀ","jҀҁkҁ҂p","҂҄i҃ѵ","҃Ѽ҄þ","҅҆p҆҇w","҇҈n҈҉n҉","ĀҊҋqҋ","ҌpҌĂҍ","ҎqҎҏpҏҐ","gҐĄґҒ","qҒғrғҔ","gҔҕtҕҖc","ҖҗvҗҘq","ҘҙtҙĆ","ҚқqқҜtҜ","ĈҝҞqҞ","ҟtҟҠfҠҡ","gҡҢtҢĊ","ңҤqҤҥ","vҥҦjҦҧg","ҧҨtҨҩy","ҩҪkҪҫuҫ","ҬgҬČҭ","ҮrҮүcүҰ","uҰұuұĎ","ҲҳtҳҴ","cҴҵkҵҶu","ҶҷgҷĐ","ҸҹtҹҺg","ҺһcһҼfҼ","ĒҽҾtҾ","ҿgҿӀeӀӁ","gӁӂkӂӃ","xӃӄkӄӅp","ӅӆiӆĔ","ӇӈtӈӉg","ӉӊuӊӋqӋ","ӌwӌӍtӍӎ","eӎӏgӏĖ","ӐӑtӑӒ","gӒӓvӓӔw","ӔӕtӕӖp","ӖĘӗӘt","ӘәgәӚvӚ","ӛwӛӜtӜӝ","pӝӞkӞӟ","pӟӠiӠĚ","ӡӢtӢӣq","ӣӤyӤӥu","ӥĜӦӧu","ӧӨgӨөnө","ӪhӪĞӫ","ӬuӬӭgӭӮ","vӮӯvӯӰ","gӰӱtӱĠ","ӲӳuӳӴk","ӴӵpӵӶi","ӶӷnӷӸgӸ","ӹvӹӺqӺӻ","pӻĢӼӽ","uӽӾqӾӿ","tӿԀvԀԁg","ԁԂfԂĤ","ԃԄuԄԅv","ԅԆqԆԇtԇ","ԈcԈԉdԉԊ","nԊԋgԋĦ","ԌԍuԍԎ","vԎԏqԏԐt","ԐԑgԑĨ","ԒԓuԓԔw","ԔԕrԕԖgԖ","ԗtԗĪԘ","ԙuԙԚyԚԛ","kԛԜvԜԝ","eԝԞjԞĬ","ԟԠvԠԡg","ԡԢuԢԣv","ԣĮԤԥv","ԥԦjԦԧgԧ","ԨpԨİԩ","ԪvԪԫjԫԬ","kԬԭuԭIJ","Ԯԯvԯ","jԱtԱԲq","ԲԳyԳĴ","ԴԵvԵԶq","ԶĶԷԸv","ԸԹtԹԺ{Ժ","ĸԻԼxԼ","ԽgԽԾtԾԿ","kԿՀhՀՁ","{ՁՂkՂՃp","ՃՄiՄĺ","ՅՆyՆՇk","ՇՈfՈՉiՉ","ՊgՊՋvՋļ","ՌՍyՍՎ","kՎՏvՏՐ","jՐľՑՒ","yՒՓjՓՔg","ՔՕpՕŀ","Ֆyj","ՙgՙ՚t՚","՛g՛ł՜","՝y՝՞j՞՟","k՟ՠnՠա","gաńբգ","yգդtդեk","եզvզէg","էņըթv","թժtժիwի","ջgլխVխծ","tծկwկջ","gհձhձղc","ղճnճմu","մջgյնHն","շcշոnոչ","uչջgպը","պլպհ","պյջň","ռտ)սր","ŷ¼վր\nտս","տվրց","ցւ)ւŊ","փքOքօ","KօֆPֆևa","ևֈKֈ։P","։֊V֊G","I֍G֍֎","T֎Ō֏","O֑C֑֒","Z֒֓a֓֔K","֔֕P֖֕V","֖֗G֗֘I֘","֙G֚֙T֚Ŏ","֛֟\t֜֞","\t֝֜֞֡","֟֝֟֠","֠Ő֡֟","֢֦\t֣֥","ś®֤֣֥֨","֦֤֦֧","֧Œ֦֨","֭֩\t\b֪֬","ś®֪֫֬֯","֭֭֮֫","֮Ŕ֭֯","ְִaֱֳ","ś®ֱֲֳֶ","ֲִִֵ","ֵŖִֶ","ַֹ&ָֺ","ś®ָֹֺֻ","ֹֻֻּ","ּŘֽֿ","B־׀\t\tֿ־","׀ֿׁׁ","ׁׂׂŚ","׃׆ŝ¯ׄ׆ş°","ׅ׃ׅׄ","׆Ŝׇ\t\n","Ş\t\v","Šא$","ŷ¼\n\f","","גאא","בבדג","אדה$ה","Ţוז)ז","חƕËחטƕËט","יƕËיךƕËך","כ/כלƕËל","םƕËםמ/מ","ןƕËןנƕËנ","ס/סעƕËע","ףƕËףפ/פ","ץƕËץצƕËצ","קƕËקרƕËר","שƕËשתƕËת",")Ť",")xׯ","ׯװŭ·װױ","ױŭ·ײ׳","׳״ŭ·״","ײ","",";ƗÌ","","",")ؔ",")n","cvg","uv","ؔ)؆؇)؇","؈f؈؉g؉؊","x؊؋g؋،","n،؍q؍؎r","؎؏o؏ؐg","ؐؑpؑؒvؒ","ؔ)ؓؓ","ؓ؆ؔ","Ŧؕؖŭ·ؖ","Ũؘؗųºؘ","Ūؙؚů¸ؚ","Ŭ؛ؤ2","ؠ\t\r؝؟\t\v؞؝","؟آؠ؞","ؠءءؤ","آؠأ؛","أؤŮ","إئŭ·ئب","اة\t\vبا","ةتتب","تثثح","جخű¹حج","حخخŰ","در\tذز\t","رذرز","زشسص2",";شسصض","ضشضط","طŲظع2","عؽzغػ2","ػؽZؼظ","ؼغؽؿ","ؾـŵ»ؿؾ","ـففؿ","فققŴ","كل\tلŶ","مٍ^نَ\t","هىwوي\tى","ويًً","ىًٌٌ","ٍَنٍ","هَŸُ","ِ)ِّƁÁّ","ْVْٔŽ¿ٓ","ٕƃÂٔٓٔ","ٕٕٖٖ","ٗ)ٗź٘","ٙ)ٙٚŽ¿ٚ","ٛ)ٛżٜ","ٝ24ٝٞ2;ٟٞ<","ٟ٠27٠ٮ2;١٢","<٢٣27٣٬2;","٤٥٥٪2;٦","٨2;٧٩2;٨٧","٨٩٩٫","٪٦٪٫","٫٭٬٤","٬٭٭ٯ","ٮ١ٮٯ","ٯžٰٱ)","ٱٲƁÁٲٳ)","ٳƀٴٵ2",";ٵٶ2;ٶٷ2;ٷٸ","2;ٸٹ/ٹٺ23","ٺٻ2;ٻټ/ټٽ","25ٽپ2;پƂ","ٿڇ\\ڀځ\t","ځڂ23ڂڃ2;ڃڄ","<ڄڅ2;څڇ2;چ","ٿچڀڇ","Ƅڈډ)ډ","ڋRڊڌƇÄڋ","ڊڋڌڌ","ڎڍڏƉÅڎ","ڍڎڏڏ","ڑڐڒƋÆڑ","ڐڑڒڒ","ڔړڕƍÇڔ","ړڔڕڕ","ڥږڗVڗ","ڙƏÈژښƑÉڙ","ژڙښښ","ڜڛڝƓÊڜ","ڛڜڝڝ","ڦڞڟVڟ","ڡƑÉڠڢƓÊڡ","ڠڡڢڢ","ڦڣڤVڤ","ڦƓÊڥږڥ","ڞڥڣڥ","ڦڦڧڧ","ڨ)ڨƆک","ګ/ڪکڪ","ګګڬڬ","ڭŭ·ڭڮ[ڮ","ƈگڱ/ڰ","گڰڱڱ","ڲڲڳŭ·ڳ","ڴOڴƊڵ","ڷ/ڶڵڶ","ڷڷڸڸ","ڹŭ·ڹںYں","ƌڻڽ/ڼ","ڻڼڽڽ","ھھڿŭ·ڿ","ۀFۀƎہ","ۃ/ۂہۂ","ۃۃۄۄ","ۅŭ·ۅۆJۆ","Ɛۇۉ/ۈ","ۇۈۉۉ","ۊۊۋŭ·ۋ","یOیƒۍ","ۏ/ێۍێ","ۏۏېې","ۚŭ·ۑەے","۔2ۓے۔","ۗەۓە","ۖۖۘۗ","ەۘۙŭ·ۙ","ۛۚۑۚ","ۛۛۜۜ","UƔ۞","۟ŵ»۟۠ŵ»۠","Ɩۡۢcۢ","ۣnۣۤrۤۥ","jۥ۴cۦۧ","dۧۨgۨ۩v","۩۴c۪۫e","۫۬cۭ۬pۭ","ۮfۮۯkۯ۰","f۰۱c۱۲","v۲۴g۳ۡ","۳ۦ۳۪","۴Ƙ۵۷\n","۶۵۷۸","۸۹۸۶","۹ƚHƤư","ƻƾǵǼȀȆȉȏȕȘȞȤ","ȧȭȽ̯Ψ҃պտִ֦֭֟","ֻׁׅאؓؠأتح","رضؼفًٍٔ٨٪٬ٮچ","ڋڎڑڔڙڜڡڥڪڰڶڼ","ۂۈێەۚ۳۸"].join(""),kw=(new a.a.atn.ATNDeserializer).deserialize(Mw),Uw=kw.decisionToState.map(((t,e)=>new a.a.dfa.DFA(t,e)));class Pw extends a.a.Lexer{constructor(t){super(t),this._interp=new a.a.atn.LexerATNSimulator(this,kw,Uw,new a.a.PredictionContextCache)}get atn(){return kw}}function Fw(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}Dw(Pw,"grammarFileName","OLexer.g4"),Dw(Pw,"channelNames",["DEFAULT_TOKEN_CHANNEL","HIDDEN"]),Dw(Pw,"modeNames",["DEFAULT_MODE"]),Dw(Pw,"literalNames",[null,"' '",null,null,null,"'Java:'","'C#:'","'Python2:'","'Python3:'","'JavaScript:'","'Swift:'","':'","';'",null,"'..'",null,null,null,null,null,null,null,null,"'!'","'&'","'&&'","'|'","'||'",null,"'-'","'*'","'/'","'\\'","'%'","'#'","'>'","'>='","'<'","'<='","'<>'","'<:>'","'='","'!='","'=='","'~='","'~'","'<-'","'->'","'=>'","'Boolean'","'Css'","'Character'","'Text'","'Integer'","'Decimal'","'Date'","'Time'","'DateTime'","'Period'","'Version'","'Method:'","'Code'","'Document'","'Blob'","'Image'","'Uuid'","'DbId'","'Iterator'","'Cursor'","'Html'","'Type'","'abstract'","'all'","'always'","'and'","'any'","'as'",null,"'attr'","'attribute'","'attributes'","'bindings'","'break'","'by'","'case'","'catch'","'category'","'class'","'contains'","'def'","'default'","'define'","'delete'",null,"'do'","'doing'","'each'","'else'","'enum'","'enumerated'","'except'","'execute'","'expecting'","'extends'","'fetch'","'filtered'","'finally'","'flush'","'for'","'from'","'getter'","'has'","'if'","'in'","'include'","'index'","'invoke:'","'is'","'matching'","'method'","'methods'","'modulo'","'mutable'","'native'","'None'","'not'",null,"'null'","'on'","'one'","'operator'","'or'","'order'","'otherwise'","'pass'","'raise'","'read'","'receiving'","'resource'","'return'","'returning'","'rows'","'self'","'setter'","'singleton'","'sorted'","'storable'","'store'","'super'","'switch'","'test'","'then'","'this'","'throw'","'to'","'try'","'verifying'","'widget'","'with'","'when'","'where'","'while'","'write'",null,null,"'MIN_INTEGER'","'MAX_INTEGER'"]),Dw(Pw,"symbolicNames",[null,"SPACE","WS","LF","COMMENT","JAVA","CSHARP","PYTHON2","PYTHON3","JAVASCRIPT","SWIFT","COLON","SEMI","COMMA","RANGE","DOT","LPAR","RPAR","LBRAK","RBRAK","LCURL","RCURL","QMARK","XMARK","AMP","AMP2","PIPE","PIPE2","PLUS","MINUS","STAR","SLASH","BSLASH","PERCENT","SHARP","GT","GTE","LT","LTE","LTGT","LTCOLONGT","EQ","XEQ","EQ2","TEQ","TILDE","LARROW","RARROW","EGT","BOOLEAN","CSS","CHARACTER","TEXT","INTEGER","DECIMAL","DATE","TIME","DATETIME","PERIOD","VERSION","METHOD_COLON","CODE","DOCUMENT","BLOB","IMAGE","UUID","DBID","ITERATOR","CURSOR","HTML","TYPE","ABSTRACT","ALL","ALWAYS","AND","ANY","AS","ASC","ATTR","ATTRIBUTE","ATTRIBUTES","BINDINGS","BREAK","BY","CASE","CATCH","CATEGORY","CLASS","CONTAINS","DEF","DEFAULT","DEFINE","DELETE","DESC","DO","DOING","EACH","ELSE","ENUM","ENUMERATED","EXCEPT","EXECUTE","EXPECTING","EXTENDS","FETCH","FILTERED","FINALLY","FLUSH","FOR","FROM","GETTER","HAS","IF","IN","INCLUDE","INDEX","INVOKE_COLON","IS","MATCHING","METHOD","METHODS","MODULO","MUTABLE","NATIVE","NONE","NOT","NOTHING","NULL","ON","ONE","OPERATOR","OR","ORDER","OTHERWISE","PASS","RAISE","READ","RECEIVING","RESOURCE","RETURN","RETURNING","ROWS","SELF","SETTER","SINGLETON","SORTED","STORABLE","STORE","SUPER","SWITCH","TEST","THEN","THIS","THROW","TO","TRY","VERIFYING","WIDGET","WITH","WHEN","WHERE","WHILE","WRITE","BOOLEAN_LITERAL","CHAR_LITERAL","MIN_INTEGER","MAX_INTEGER","SYMBOL_IDENTIFIER","TYPE_IDENTIFIER","VARIABLE_IDENTIFIER","NATIVE_IDENTIFIER","DOLLAR_IDENTIFIER","ARONDBASE_IDENTIFIER","TEXT_LITERAL","UUID_LITERAL","VERSION_LITERAL","INTEGER_LITERAL","HEXA_LITERAL","DECIMAL_LITERAL","DATETIME_LITERAL","TIME_LITERAL","DATE_LITERAL","PERIOD_LITERAL","JSX_TEXT"]),Dw(Pw,"ruleNames",["SPACE","WS","LF","COMMENT","JAVA","CSHARP","PYTHON2","PYTHON3","JAVASCRIPT","SWIFT","COLON","SEMI","COMMA","RANGE","DOT","LPAR","RPAR","LBRAK","RBRAK","LCURL","RCURL","QMARK","XMARK","AMP","AMP2","PIPE","PIPE2","PLUS","MINUS","STAR","SLASH","BSLASH","PERCENT","SHARP","GT","GTE","LT","LTE","LTGT","LTCOLONGT","EQ","XEQ","EQ2","TEQ","TILDE","LARROW","RARROW","EGT","BOOLEAN","CSS","CHARACTER","TEXT","INTEGER","DECIMAL","DATE","TIME","DATETIME","PERIOD","VERSION","METHOD_COLON","CODE","DOCUMENT","BLOB","IMAGE","UUID","DBID","ITERATOR","CURSOR","HTML","TYPE","ABSTRACT","ALL","ALWAYS","AND","ANY","AS","ASC","ATTR","ATTRIBUTE","ATTRIBUTES","BINDINGS","BREAK","BY","CASE","CATCH","CATEGORY","CLASS","CONTAINS","DEF","DEFAULT","DEFINE","DELETE","DESC","DO","DOING","EACH","ELSE","ENUM","ENUMERATED","EXCEPT","EXECUTE","EXPECTING","EXTENDS","FETCH","FILTERED","FINALLY","FLUSH","FOR","FROM","GETTER","HAS","IF","IN","INCLUDE","INDEX","INVOKE_COLON","IS","MATCHING","METHOD","METHODS","MODULO","MUTABLE","NATIVE","NONE","NOT","NOTHING","NULL","ON","ONE","OPERATOR","OR","ORDER","OTHERWISE","PASS","RAISE","READ","RECEIVING","RESOURCE","RETURN","RETURNING","ROWS","SELF","SETTER","SINGLETON","SORTED","STORABLE","STORE","SUPER","SWITCH","TEST","THEN","THIS","THROW","TO","TRY","VERIFYING","WIDGET","WITH","WHEN","WHERE","WHILE","WRITE","BOOLEAN_LITERAL","CHAR_LITERAL","MIN_INTEGER","MAX_INTEGER","SYMBOL_IDENTIFIER","TYPE_IDENTIFIER","VARIABLE_IDENTIFIER","NATIVE_IDENTIFIER","DOLLAR_IDENTIFIER","ARONDBASE_IDENTIFIER","LetterOrDigit","Letter","Digit","TEXT_LITERAL","UUID_LITERAL","VERSION_LITERAL","INTEGER_LITERAL","HEXA_LITERAL","DECIMAL_LITERAL","Integer","Decimal","Exponent","Hexadecimal","HexNibble","EscapeSequence","DATETIME_LITERAL","TIME_LITERAL","Time","DATE_LITERAL","Date","TimeZone","PERIOD_LITERAL","Years","Months","Weeks","Days","Hours","Minutes","Seconds","HexByte","VersionQualifier","JSX_TEXT"]),Pw.EOF=a.a.Token.EOF,Pw.SPACE=1,Pw.WS=2,Pw.LF=3,Pw.COMMENT=4,Pw.JAVA=5,Pw.CSHARP=6,Pw.PYTHON2=7,Pw.PYTHON3=8,Pw.JAVASCRIPT=9,Pw.SWIFT=10,Pw.COLON=11,Pw.SEMI=12,Pw.COMMA=13,Pw.RANGE=14,Pw.DOT=15,Pw.LPAR=16,Pw.RPAR=17,Pw.LBRAK=18,Pw.RBRAK=19,Pw.LCURL=20,Pw.RCURL=21,Pw.QMARK=22,Pw.XMARK=23,Pw.AMP=24,Pw.AMP2=25,Pw.PIPE=26,Pw.PIPE2=27,Pw.PLUS=28,Pw.MINUS=29,Pw.STAR=30,Pw.SLASH=31,Pw.BSLASH=32,Pw.PERCENT=33,Pw.SHARP=34,Pw.GT=35,Pw.GTE=36,Pw.LT=37,Pw.LTE=38,Pw.LTGT=39,Pw.LTCOLONGT=40,Pw.EQ=41,Pw.XEQ=42,Pw.EQ2=43,Pw.TEQ=44,Pw.TILDE=45,Pw.LARROW=46,Pw.RARROW=47,Pw.EGT=48,Pw.BOOLEAN=49,Pw.CSS=50,Pw.CHARACTER=51,Pw.TEXT=52,Pw.INTEGER=53,Pw.DECIMAL=54,Pw.DATE=55,Pw.TIME=56,Pw.DATETIME=57,Pw.PERIOD=58,Pw.VERSION=59,Pw.METHOD_COLON=60,Pw.CODE=61,Pw.DOCUMENT=62,Pw.BLOB=63,Pw.IMAGE=64,Pw.UUID=65,Pw.DBID=66,Pw.ITERATOR=67,Pw.CURSOR=68,Pw.HTML=69,Pw.TYPE=70,Pw.ABSTRACT=71,Pw.ALL=72,Pw.ALWAYS=73,Pw.AND=74,Pw.ANY=75,Pw.AS=76,Pw.ASC=77,Pw.ATTR=78,Pw.ATTRIBUTE=79,Pw.ATTRIBUTES=80,Pw.BINDINGS=81,Pw.BREAK=82,Pw.BY=83,Pw.CASE=84,Pw.CATCH=85,Pw.CATEGORY=86,Pw.CLASS=87,Pw.CONTAINS=88,Pw.DEF=89,Pw.DEFAULT=90,Pw.DEFINE=91,Pw.DELETE=92,Pw.DESC=93,Pw.DO=94,Pw.DOING=95,Pw.EACH=96,Pw.ELSE=97,Pw.ENUM=98,Pw.ENUMERATED=99,Pw.EXCEPT=100,Pw.EXECUTE=101,Pw.EXPECTING=102,Pw.EXTENDS=103,Pw.FETCH=104,Pw.FILTERED=105,Pw.FINALLY=106,Pw.FLUSH=107,Pw.FOR=108,Pw.FROM=109,Pw.GETTER=110,Pw.HAS=111,Pw.IF=112,Pw.IN=113,Pw.INCLUDE=114,Pw.INDEX=115,Pw.INVOKE_COLON=116,Pw.IS=117,Pw.MATCHING=118,Pw.METHOD=119,Pw.METHODS=120,Pw.MODULO=121,Pw.MUTABLE=122,Pw.NATIVE=123,Pw.NONE=124,Pw.NOT=125,Pw.NOTHING=126,Pw.NULL=127,Pw.ON=128,Pw.ONE=129,Pw.OPERATOR=130,Pw.OR=131,Pw.ORDER=132,Pw.OTHERWISE=133,Pw.PASS=134,Pw.RAISE=135,Pw.READ=136,Pw.RECEIVING=137,Pw.RESOURCE=138,Pw.RETURN=139,Pw.RETURNING=140,Pw.ROWS=141,Pw.SELF=142,Pw.SETTER=143,Pw.SINGLETON=144,Pw.SORTED=145,Pw.STORABLE=146,Pw.STORE=147,Pw.SUPER=148,Pw.SWITCH=149,Pw.TEST=150,Pw.THEN=151,Pw.THIS=152,Pw.THROW=153,Pw.TO=154,Pw.TRY=155,Pw.VERIFYING=156,Pw.WIDGET=157,Pw.WITH=158,Pw.WHEN=159,Pw.WHERE=160,Pw.WHILE=161,Pw.WRITE=162,Pw.BOOLEAN_LITERAL=163,Pw.CHAR_LITERAL=164,Pw.MIN_INTEGER=165,Pw.MAX_INTEGER=166,Pw.SYMBOL_IDENTIFIER=167,Pw.TYPE_IDENTIFIER=168,Pw.VARIABLE_IDENTIFIER=169,Pw.NATIVE_IDENTIFIER=170,Pw.DOLLAR_IDENTIFIER=171,Pw.ARONDBASE_IDENTIFIER=172,Pw.TEXT_LITERAL=173,Pw.UUID_LITERAL=174,Pw.VERSION_LITERAL=175,Pw.INTEGER_LITERAL=176,Pw.HEXA_LITERAL=177,Pw.DECIMAL_LITERAL=178,Pw.DATETIME_LITERAL=179,Pw.TIME_LITERAL=180,Pw.DATE_LITERAL=181,Pw.PERIOD_LITERAL=182,Pw.JSX_TEXT=183;const Hw=["悋Ꜫ脳맭䅼㯧瞆","奤¾܀\b\t\t","\t\t\t","\t\b\t\b\t\t\t\n\t\n\v\t\v","\f\t\f\r\t\r\t\t","\t\t\t\t","\t\t\t","\t\t\t\t","\t\t\t",'\t\t \t !\t!"\t"#',"\t#$\t$%\t%&\t&'\t'(\t()\t)","*\t*+\t+,\t,-\t-.\t./\t/0\t0","1\t12\t23\t34\t45\t56\t67\t7","8\t89\t9:\t:;\t;<\t<=\t=>\t>","?\t?@\t@A\tAB\tBC\tCD\tDE\tE","F\tFG\tGH\tHI\tIJ\tJK\tKL\tL","M\tMN\tNO\tOP\tPQ\tQR\tRS\tS","T\tTU\tUV\tVW\tWX\tXY\tYZ\tZ","[\t[\\\t\\]\t]^\t^_\t_`\t`a\ta","b\tbc\tcd\tde\tef\tfg\tgh\th","i\tij\tjk\tkl\tlm\tmn\tno\to","p\tpq\tqr\trs\tst\ttu\tuv\tv","w\twx\txy\tyz\tz{\t{|\t|}\t}","~\t~\t\t\t","\t\t\t
\t","
\t\t\t","\t\t\t\t","\t\t\t","\t\t\t\t","\t\t\t","\t\t\t\t","\t\t\t","\t\t \t ¡\t","¡¢\t¢£\t£¤\t¤","¥\t¥¦\t¦§\t§¨\t","¨©\t©ª\tª«\t«","¬\t¬\t®\t®¯\t","¯°\t°±\t±²\t²","³\t³´\t´µ\tµ¶\t","¶·\t·¸\t¸¹\t¹","º\tº»\t»¼\t¼½\t","½¾\t¾¿\t¿À\tÀ","Á\tÁÂ\tÂÃ\tÃÄ\t","ÄÅ\tÅÆ\tÆÇ\tÇ","È\tÈÉ\tÉÊ\tÊË\t","ËÌ\tÌÍ\tÍÎ\tÎ","Ï\tÏÐ\tÐ","Ƥ\n\fƧ\v","ƭ\n","","","ƻ\n\fƾ\v\b\b","\bǂ\n\b\f\b\bDž\v\b\t\t\t","\t\t\t\n\n\n\n\v","\v\v\v\v\v\v","\v\v\f\f\f\f\f","\f\f\f\f\r\r\r\r\r","\r\r\r\r\r\r\r","","","Ǽ\n","ȃ\n","ȇ\nȋ\n","\fȎ\vȐ\n","Ȗ\n","Ț\n\f","ȝ\vȟ\n","ȥ\n","ȩ\n\fȬ\v","Ȯ\n","ȴ\n",""," Ʉ\n ",'!!""##$$%%',"&&''((())*","**+++,,,,-","-...///000","1122233344","4555555556","6667777777","7778888899","999999::::","::::;;;;;<","<<<<======","===>>>>>>>","????????@@","@@@@@@AAAA","ABBBBBBBBB","CCCCCDDDDD","DEEEEEFFFF","FGGGGGGGGG","HHHHHHHIII","IIJJJJJKKK","KKKKKKLLLL","MMMMMMMNNN","NOOOOPPPQQ","QQQQQQQQQQ","Q̶\nQRRRRRSSS","SSSSSSSTTT","TTTTTTTTUU","UUUUUUUVVV","VVVWWWXXXX","XYYYYYYZZZ","ZZZZZZ[[[[","[[\\\\\\\\\\\\\\","\\\\]]]]^^^^","^^^^______","_```````aa","aaaaaaaaaa","aaaί\nabbbccc","cccdddddee","eeefffffgg","gggggggggh","hhhhhhiiii","iiiijjjjjj","jjjjkkkkkk","kkllllllmm","mmmmmmmnnn","nnnnnooooo","oppppqqqqq","rrrrrrrsss","stttuuuvvv","vvvvvwwwww","wxxxxxxxxy","yyzzzzzzzz","z{{{{{{{||","||||||}}}}","}}}~~~~~~~","~","","","","","Ҋ\n","
","
","","","","","","","","","","","","","","","","","","","","","","","","","","",""," "," "," ¡¡¡","¡¡¡¡¢¢","¢¢¢£££","££¤¤¤¤","¤¤¥¥¥¥","¥¥¦¦¦¦","¦¦§§§§","§§§§§§","§§§§§§","§§§ց\n§¨","¨¨¨ֆ\n¨¨¨","©©©©©©","©©©©©©","ªªªªªª","ªªªªªª","«««֤\n«\f««","֧\v«¬¬¬֫\n¬","\f¬¬֮\v¬","ֲ\n\fֵ\v®","®®ֹ\n®\f®®ּ\v","®¯¯¯׀\n¯\r¯","¯ׁ°°°׆\n°\r°","°ׇ±±±\n±","²²³³´´","´´ו\n´\f´´ט\v","´´´µµµ","µµµµµµ","µµµµµµ","µµµµµµ","µµ¶¶¶¶","¶¶¶¶¶¶","\n¶¶¶¶¶\n¶","¶¶¶¶¶¶","¶¶¶¶¶¶","¶¶¶¶¶¶","¶¶¶¶¶¶","ؚ\n¶··¸¸","¹¹ººººإ","\nº\fººب\vººت\nº","»»»»د\n»\r»","»ذ»»ش\n»¼","¼¼ظ\n¼¼¼ػ","\n¼\r¼¼ؼ½½½","½½ك\n½½½ن","\n½\r½½ه¾¾¿","¿¿¿¿ِ\n¿\r¿","¿ّ¿ٔ\n¿ÀÀ","ÀÀÀÀٛ\nÀ","ÀÀÁÁÁÁ","ÂÂÂÂÂÂ","ÂÂÂÂÂÂ","Âٯ\nÂÂٱ\nÂÂٳ\nÂ","Âٵ\nÂÃÃÃ","ÃÄÄÄÄÄ","ÄÄÄÄÄÄ","ÅÅÅÅÅÅ","ÅÅڍ\nÅÆÆÆ","Æڒ\nÆÆÆڕ\nÆ","ÆÆژ\nÆÆÆڛ\nÆ","ÆÆÆÆڠ\nÆ","ÆÆڣ\nÆÆÆÆ","Æڨ\nÆÆÆÆڬ","\nÆÆÆÇÇڱ\nÇ","ÇÇÇÈÈڷ\n","ÈÈÈÈÉÉڽ","\nÉÉÉÉÊÊ","ۃ\nÊÊÊÊË","Ëۉ\nËËËËÌ","Ìۏ\nÌÌÌÌ","ÍÍە\nÍÍÍÍ","Íۚ\nÍ\fÍÍ\vÍ","ÍÍÍۡ\nÍÍÍ","ÎÎÎÏÏÏ","ÏÏÏÏÏÏ","ÏÏÏÏÏÏ","ÏÏÏÏۺ\nÏ","ÐÐ۽\nÐ\rÐÐ۾Ƽ","ǃ۾Ñ\t\b\v","\t\r\n\v\f\r","!#%')","+-/13579 ;!=\"?#A$C%E&G'","I(K)M*O+Q,S-U.W/Y0[1]2_3a4c5e6g7i8k9m:o;qw?y@{A}BC","DE
FGHIJKLM","NOPQRS¡T£U¥V§W©","X«YZ¯[±\\³]µ^·_¹`»a½","b¿cÁdÃeÅfÇgÉhËiÍjÏkÑ","lÓmÕn×oÙpÛqÝrßsátãuå","vçwéxëyízï{ñ|ó}õ~÷","ùûýÿāă
","ąćĉċčď","đēĕėęě","ĝğġģĥħ","ĩīĭįıij","ĵķĹ Ļ¡Ľ¢Ŀ£","Ł¤Ń¥Ņ¦Ň§ʼn¨ŋ©","ōªŏ«ő¬œŕ®ŗ¯","ř°ś±ŝ²ş³šţ","ťŧ´ũµū¶ŭ·ů¸","ű¹ųŵŷŹŻ","ŽſºƁ»ƃƅ¼Ƈ","ƉƋ½ƍƏƑƓ","ƕƗƙƛƝƟ¾",'\v\v""\f\f',"==\f\f\f\f))^","^C\\2;C\\aac|2;C\\a","ac|C\\aac|2;\f\f$$^","^3;GGgg--//2;CHch\n","$$))^^ddhhppttvv>>@@}}ܵ","","\t","\v\r","","","","","!","#%'",")+","-/","13","57","9;=","?A","CE","GI","KM","OQS","UW","Y[","]_","ac","egi","km","oq","su","wy","{}","","
","","","","","","","¡£","¥§","©«","¯","±³","µ·","¹»","½¿","ÁÃ","ÅÇ","ÉË","ÍÏ","ÑÓ","Õ×","ÙÛ","Ýß","áã","åç","éë","íï","ñó","õ÷","ùû","ýÿ","āă","ąć","ĉċ","čď","đē","ĕė","ęě","ĝğ","ġģ","ĥħ","ĩī","ĭį","ıij","ĵķ","ĹĻ","ĽĿ","ŁŃ","ŅŇ","ʼnŋ","ōŏ","őœ","ŕŗ","řś","ŝş","ŧũ","ūŭ","ůű","ſƁ","ƅƋ","Ɵơ","ƨƬ","\tư\vƴ","\rƸƿ","džnj","ǐǙ","ǢǮ","ǵǷ","!ǹ#ǽ","%Ȁ'Ȅ",")ȏ+ȓ","-Ȟ/Ȣ","1ȭ3ȱ5ȵ","7ȷ9ȹ",";ȼ=Ⱦ","?ɁAɅ","CɇEɉ","GɋIɍKɏ","MɑOɓ","QɖSɘ","UɛWɞ","Yɢ[ɤ","]ɧ_ɪaɭ","cɯeɲ","gɵiɸ","kʀmʄ","oʎqʓ","sʛuʣwʨ","yʭ{ʶ","}ʽ˅","ˍ˒","
˛ˠ","˦˫","˰˹","̀̅","̊̓","̗̞","̢̦","¡̵£̷","¥̼§͆","©͑«͚","͠¯ͣ","±ͨ³ͮ","µͷ·ͽ","¹Ά»Ί","½Β¿Ι","ÁήÃΰ","ÅγÇι","ÉξËσ","ÍψÏϓ","ÑϚÓϢ","ÕϬ×ϴ","ÙϺÛЃ","ÝЋßБ","áЕãК","åСçХ","éШëЫ","íгïй","ñсóф","õэ÷є","ùќûѣ","ýѫÿѲ","āѷă҉","ąҋćҐ","ĉғċҗ","čҠďң","đҩēҳ","ĕҸėҾ","ęӃěӍ","ĝӖğӝ","ġӧģӬ","ĥӱħӸ","ĩԂīԉ","ĭԒįԘ","ıԞijԥ","ĵԪķԯ","ĹԴĻԺ","ĽԽĿՁ","ŁՋŃՒ","ŅŇ՜","ʼnբŋը","ōրŏւ","ő։œ֕","ŕ֡ŗ֨","ř֯śֶ","ŝֽş׃","šţ","ťŧב","ũכūؙ","ŭ؛ů؝","ű؟ųة","ŵثŷص","ŹقŻى","Žًſٕ","Ɓٞƃ٢","ƅٶƇٺ","ƉڌƋڎ","ƍڰƏڶ","ƑڼƓۂ","ƕۈƗێ","ƙ۔ƛۤ","Ɲ۹Ɵۼ","ơƥƢƤ\t","ƣƢƤƧ","ƥƣƥƦ","ƦƧƥ","ƨƩ^Ʃƪ","ƪƫƭ","ƬƫƬƭ","ƭƮƮƯ","\fƯ\bưƱ\v","ƱƲƲƳ\b",'Ƴ\nƴƵ"',"ƵƶƶƷ\b","Ʒ\fƸƼ%","ƹƻ\nƺƹ","ƻƾƼƽ","Ƽƺƽ","ƾƼƿǃ%","ǀǂ\nǁǀ","ǂDžǃDŽ","ǃǁDŽ","DžǃdžLJL","LJLjcLjljxlj","NJcNJNj<Nj","njǍEǍǎ","%ǎǏ<Ǐ","ǐǑRǑǒ","{ǒǓvǓǔj","ǔǕqǕǖp","ǖǗ4Ǘǘ<ǘ","ǙǚRǚ","Ǜ{Ǜǜvǜǝ","jǝǞqǞǟ","pǟǠ5Ǡǡ<","ǡǢǣL","ǣǤcǤǥx","ǥǦcǦǧUǧ","ǨeǨǩtǩǪ","kǪǫrǫǬ","vǬǭ<ǭ","ǮǯUǯǰy","ǰDZkDZDzh","DzdzvdzǴ<Ǵ","ǵǶ<Ƕ","ǷǸ=Ǹ"," ǹǻ.ǺǼ","\fǻǺǻǼ",'Ǽ"ǽǾ',"0Ǿǿ0ǿ$","ȀȂ0ȁȃ\f","ȂȁȂȃ","ȃ&ȄȆ*","ȅȇ\fȆȅ","Ȇȇȇ(","ȈȌ\fȉȋ\tȊ","ȉȋȎȌ","ȊȌȍȍ","ȐȎȌȏ","ȈȏȐȐ","ȑȑȒ+Ȓ","*ȓȕ]ȔȖ","\fȕȔȕȖ","Ȗ,ȗț","\fȘȚ\tșȘ","Țȝțș","țȜȜȟ","ȝțȞȗ","ȞȟȟȠ","Ƞȡ_ȡ.","ȢȤ}ȣȥ\f","ȤȣȤȥ","ȥ0ȦȪ\f","ȧȩ\tȨȧ","ȩȬȪȨ","ȪȫȫȮ","ȬȪȭȦ","ȭȮȮȯ","ȯȰȰ2","ȱȳAȲȴ\fȳ","Ȳȳȴȴ","4ȵȶ#ȶ6","ȷȸ(ȸ8","ȹȺ(ȺȻ(","Ȼ:ȼȽ~","Ƚ<Ⱦȿ~ȿ","ɀ~ɀ>ɁɃ","-ɂɄ\fɃɂ","ɃɄɄ@","ɅɆ/ɆB","ɇɈ,ɈD","ɉɊ1ɊF","ɋɌ^ɌHɍ","Ɏ'ɎJɏɐ","%ɐLɑɒ","@ɒNɓɔ@","ɔɕ?ɕP","ɖɗ>ɗRɘ","ə>əɚ?ɚT","ɛɜ>ɜɝ","@ɝVɞɟ>","ɟɠ<ɠɡ@","ɡXɢɣ?ɣ","Zɤɥ#ɥɦ","?ɦ\\ɧɨ","?ɨɩ?ɩ^","ɪɫɫɬ?","ɬ`ɭɮ","ɮbɯɰ>","ɰɱ/ɱdɲ","ɳ/ɳɴ@ɴf","ɵɶ?ɶɷ","@ɷhɸɹD","ɹɺqɺɻq","ɻɼnɼɽgɽ","ɾcɾɿpɿj","ʀʁEʁʂ","uʂʃuʃl","ʄʅEʅʆj","ʆʇcʇʈtʈ","ʉcʉʊeʊʋ","vʋʌgʌʍ","tʍnʎʏV","ʏʐgʐʑz","ʑʒvʒpʓ","ʔKʔʕpʕʖ","vʖʗgʗʘ","iʘʙgʙʚt","ʚrʛʜF","ʜʝgʝʞeʞ","ʟkʟʠoʠʡ","cʡʢnʢt","ʣʤFʤʥc","ʥʦvʦʧg","ʧvʨʩVʩ","ʪkʪʫoʫʬ","gʬxʭʮ","Fʮʯcʯʰv","ʰʱgʱʲV","ʲʳkʳʴoʴ","ʵgʵzʶʷ","Rʷʸgʸʹ","tʹʺkʺʻq","ʻʼfʼ|","ʽʾXʾʿgʿ","ˀtˀˁuˁ˂","k˂˃q˃˄","p˄~˅ˆO","ˆˇgˇˈv","ˈˉjˉˊqˊ","ˋfˋˌ<ˌ","ˍˎEˎˏ","qˏːfːˑ","gˑ˒˓","F˓˔q˔˕e","˕˖w˖˗o","˗˘g˘˙p˙","˚v˚˛","˜D˜˝n˝˞","q˞˟d˟","ˠˡKˡˢ","oˢˣcˣˤi","ˤ˥g˥","˦˧W˧˨w","˨˩k˩˪f˪","˫ˬFˬ","˭d˭ˮKˮ˯","f˯˰˱","K˱˲v˲˳","g˳˴t˴˵c","˵˶v˶˷q","˷˸t˸","˹˺E˺˻w˻","˼t˼˽u˽˾","q˾˿t˿","̀́J́̂","v̂̃ȭn","̄̅̆V","̆̇{̇̈r","̈̉g̉","̊̋c̋̌ď","̍u̍̎v̎̏","t̏̐c̐̑","ȇ̒v̒","̓̔c̔̕n","̖̕n̖","̗̘c̘̙n","̙̚y̛̚c̛","̜{̜̝u̝","̞̟c̟̠","p̡̠f̡","̢̣c̣̤","p̤̥{̥","̧̦ç̨u","̨ ̩̪c","̪̫u̶̫e","̬̭c̭̮u̮","̯e̯̰g̰̱","p̱̲f̲̳","k̴̳p̴̶i","̵̵̩̬","̶¢̷̸c","̸̹v̹̺v","̺̻t̻¤","̼̽c̽̾v̾","̿v̿̀t̀́","ḱ͂d͂̓","w̓̈́v̈́ͅg","ͅ¦͇͆c","͇͈v͈͉v","͉͊t͊͋k͋","͌d͍͌w͍͎","v͎͏g͏͐","u͐¨͑͒","d͓͒k͓͔p","͔͕f͕͖k","͖͗p͗͘i͘","͙u͙ª͚","͛d͛͜t͜͝","g͝͞c͟͞","m͟¬͠͡","d͢͡{͢®","ͣͤeͤͥc","ͥͦuͦͧg","ͧ°ͨͩe","ͩͪcͪͫvͫ","ͬeͬͭjͭ²","ͮͯeͯͰ","cͰͱvͱͲ","gͲͳiͳʹq","ʹ͵t͵Ͷ{","Ͷ´ͷe","nͺcͺ","ͻuͻͼuͼ¶","ͽ;e;Ϳ","qͿp","vck","΄p΄΅u","΅¸Ά·f","·ΈgΈΉhΉ","ºΊf","ΌgΌhΎ","cΎΏwΏΐ","nΐΑvΑ¼","ΒΓfΓΔg","ΔΕhΕΖk","ΖΗpΗΘgΘ","¾ΙΚfΚ","ΛgΛΜnΜΝ","gΝΞvΞΟ","gΟÀΠΡ","fΡgΣu","ΣίeΤΥf","ΥΦgΦΧuΧ","ΨeΨΩgΩΪ","pΪΫfΫά","kάέpέίi","ήΠήΤ","ίÂΰαf","αβqβÄ","γδfδεq","εζkζηpη","θiθÆι","κgκλcλμ","eμνjνÈ","ξοgοπ","nπρuρςg","ςÊστg","τυpυφw","φχoχÌ","ψωgωϊpϊ","ϋwϋόoόύ","gύώtώϏ","cϏϐvϐϑg","ϑϒfϒÎ","ϓϔgϔϕz","ϕϖeϖϗgϗ","ϘrϘϙvϙÐ","ϚϛgϛϜ","zϜϝgϝϞ","eϞϟwϟϠv","ϠϡgϡÒ","ϢϣgϣϤz","ϤϥrϥϦgϦ","ϧeϧϨvϨϩ","kϩϪpϪϫ","iϫÔϬϭ","gϭϮzϮϯv","ϯϰgϰϱp","ϱϲfϲϳuϳ","Öϴϵhϵ","϶g϶ϷvϷϸ","eϸϹjϹØ","Ϻϻhϻϼ","kϼϽnϽϾv","ϾϿgϿЀt","ЀЁgЁЂfЂ","ÚЃЄhЄ","ЅkЅІpІЇ","cЇЈnЈЉ","nЉЊ{ЊÜ","ЋЌhЌЍn","ЍЎwЎЏu","ЏАjАÞ","БВhВГqГ","ДtДàЕ","ЖhЖЗtЗИ","qИЙoЙâ","КЛiЛМ","gМНvНОv","ОПgПРt","РäСТj","ТУcУФuФ","æХЦkЦ","ЧhЧèШ","ЩkЩЪpЪê","ЫЬkЬЭ","pЭЮeЮЯ","nЯаwабf","бвgвì","гдkдеp","ежfжзgз","иzиîй","кkклpлм","xмнqно","mопgпр<","рðстk","туuуò","фхoхцc","цчvчшeш","щjщъkъы","pыьiьô","эюoюя","gяѐvѐёj","ёђqђѓf","ѓöєѕo","ѕіgіїvї","јjјљqљњ","fњћuћø","ќѝoѝў","qўџfџѠw","ѠѡnѡѢq","ѢúѣѤo","ѤѥwѥѦvѦ","ѧcѧѨdѨѩ","nѩѪgѪü","ѫѬpѬѭ","cѭѮvѮѯk","ѯѰxѰѱg","ѱþѲѳP","ѳѴqѴѵpѵ","ѶgѶĀѷ","ѸpѸѹqѹѺ","vѺĂѻѼ","pѼѽqѽѾ","vѾѿjѿҀk","ҀҁpҁҊi","҂҃P҃҄q҄","҅v҅҆j҆҇","k҇҈p҈Ҋ","i҉ѻ҉҂","ҊĄҋҌ","pҌҍwҍҎn","ҎҏnҏĆ","ҐґqґҒp","ҒĈғҔq","ҔҕpҕҖgҖ","ĊҗҘqҘ","ҙrҙҚgҚқ","tқҜcҜҝ","vҝҞqҞҟt","ҟČҠҡq","ҡҢtҢĎ","ңҤqҤҥt","ҥҦfҦҧgҧ","ҨtҨĐҩ","ҪqҪҫvҫҬ","jҬҭgҭҮ","tҮүyүҰk","ҰұuұҲg","ҲĒҳҴr","ҴҵcҵҶuҶ","ҷuҷĔҸ","ҹtҹҺcҺһ","kһҼuҼҽ","gҽĖҾҿ","tҿӀgӀӁc","ӁӂfӂĘ","ӃӄtӄӅg","ӅӆeӆӇgӇ","ӈkӈӉxӉӊ","kӊӋpӋӌ","iӌĚӍӎ","tӎӏgӏӐu","ӐӑqӑӒw","ӒӓtӓӔeӔ","ӕgӕĜӖ","ӗtӗӘgӘә","vәӚwӚӛ","tӛӜpӜĞ","ӝӞtӞӟg","ӟӠvӠӡw","ӡӢtӢӣpӣ","ӤkӤӥpӥӦ","iӦĠӧӨ","tӨөqөӪ","yӪӫuӫĢ","ӬӭuӭӮg","ӮӯnӯӰh","ӰĤӱӲu","ӲӳgӳӴvӴ","ӵvӵӶgӶӷ","tӷĦӸӹ","uӹӺkӺӻ","pӻӼiӼӽn","ӽӾgӾӿv","ӿԀqԀԁpԁ","ĨԂԃuԃ","ԄqԄԅtԅԆ","vԆԇgԇԈ","fԈĪԉԊ","uԊԋvԋԌq","ԌԍtԍԎc","ԎԏdԏԐnԐ","ԑgԑĬԒ","ԓuԓԔvԔԕ","qԕԖtԖԗ","gԗĮԘԙ","uԙԚwԚԛr","ԛԜgԜԝt","ԝİԞԟu","ԟԠyԠԡkԡ","ԢvԢԣeԣԤ","jԤIJԥԦ","vԦԧgԧԨ","uԨԩvԩĴ","ԪԫvԫԬj","ԬԭgԭԮp","ԮĶԯv","ԱjԱԲkԲ","ԳuԳĸԴ","ԵvԵԶjԶԷ","tԷԸqԸԹ","yԹĺԺԻ","vԻԼqԼļ","ԽԾvԾԿt","ԿՀ{Հľ","ՁՂxՂՃg","ՃՄtՄՅkՅ","ՆhՆՇ{ՇՈ","kՈՉpՉՊ","iՊŀՋՌ","yՌՍkՍՎf","ՎՏiՏՐg","ՐՑvՑł","ՒՓyՓՔkՔ","ՕvՕՖjՖń","yՙ","jՙ՚g՚՛","p՛ņ՜՝","y՝՞j՞՟g","՟ՠtՠաg","աňբգy","գդjդեkե","զnզէgէŊ","ըթyթժ","tժիkիլ","vլխgխŌ","ծկvկհt","հձwձցg","ղճVճմtմ","յwյցgնշ","hշոcոչ","nչպuպցg","ջռHռսc","սվnվտuտ","ցgրծր","ղրնր","ջցŎւ","օ)փֆŽ¿ք","ֆ\nօփօ","քֆևև","ֈ)ֈŐ։","֊O֊K","P֍a֍֎","K֎֏P֏V","֑G֑֒I","֒֓G֓֔T֔","Œ֖֕O֖","֗C֗֘Z֘֙","a֚֙K֛֚","P֛֜V֜֝G","֝֞I֞֟G","֟֠T֠Ŕ","֥֡\t֢֤\t֣","֢֤֧֥","֣֥֦֦","Ŗ֧֥֨","֬\t֩֫š±֪","֮֩֫֬","֪֭֭֬","Ř֮֬֯","ֳ\t\bְֲš±ְֱ","ֱֲֳֵ","ֳִִŚ","ֳֵֶֺ","aַֹš±ַָ","ָֹֺּ","ֺֻֻŜ","ֺּֽֿ","&־׀š±ֿ־","׀ֿׁׁ","ׁׂׂŞ","׃ׅBׄ׆","\t\tׅׄ׆ׇ","ׇׇׅ","Š","ţ²ť³","Ţ","\t\nŤ","א\t\vאŦ","בז$גוŽ","¿דו\n\fהג","הדוט","זהזח","חיטז","יך$ךŨ","כל)לםƛÎ","םמƛÎמןƛÎ","ןנƛÎנס/","סעƛÎעףƛÎ","ףפ/פץƛÎ","ץצƛÎצק/","קרƛÎרשƛÎ","שת/תƛÎ","ƛÎƛÎ","ƛÎׯƛÎ","ׯװƛÎװױ)","ױŪײ׳)","׳״x״","ųº%","ųº%","ųº","","A!","ƝÏ","",")","ؚ)","؆n؆؇c؇","؈v؈؉g؉؊","u؊؋v؋ؚ",")،؍)؍؎f","؎؏g؏ؐx","ؐؑgؑؒnؒ","ؓqؓؔrؔؕ","oؕؖgؖؗ","pؘؗvؘؚ)","ؙײؙ","ؙ،ؚŬ","؛ųºŮ","؝؞ʽ؞Ű","؟ؠŵ»ؠŲ","ءت2آئ\t\rأ","إ\t\vؤأإ","بئؤئ","ااتب","ئةءة","آتŴث","جųºجخ%ح","د\t\vخحد","ذذخذ","ررسز","شŷ¼سزس","ششŶص","ط\tضظ\tطض","طظظغ","عػ2;غع","ػؼؼغ","ؼؽؽŸ","ؾؿ2ؿك","zـف2فكZ","قؾقـ","كملنݾ","ملنه","همهو","وźىي\t","يżًٓ^","ٌٔ\tٍُw","َِ\tَُ","ُِّّ","ّْْٔ","ٌٍٓٓ","ٔžٕٖ)","ٖٗƇÄٗ٘V","٘ٚƃÂٙٛƉÅ","ٚٙٚٛ","ٜٜٛٝ)","ٝƀٟٞ)","ٟ٠ƃÂ٠١)","١Ƃ٢٣24٣","٤2;٤٥<٥٦","27٦ٴ2;٧٨<٨","٩27٩ٲ2;٪٫%","٫ٰ2;٬ٮ2;٭ٯ","2;ٮ٭ٮٯ","ٯٱٰ٬","ٰٱٱٳ","ٲ٪ٲٳ","ٳٵٴ٧","ٴٵٵƄ","ٶٷ)ٷٸ","ƇÄٸٹ)ٹƆ","ٺٻ2;ٻټ2;","ټٽ2;ٽپ2;پٿ","/ٿڀ23ڀځ2;ځ","ڂ/ڂڃ25ڃڄ","2;ڄƈڅڍ\\","چڇ\tڇڈ23ڈ","ډ2;ډڊ<ڊڋ","2;ڋڍ2;ڌڅ","ڌچڍƊ","ڎڏ)ڏڑRڐ","ڒƍÇڑڐڑ","ڒڒڔړ","ڕƏÈڔړڔ","ڕڕڗږ","ژƑÉڗږڗ","ژژښڙ","ڛƓÊښڙښ","ڛڛګڜ","ڝVڝڟƕËڞ","ڠƗÌڟڞڟ","ڠڠڢڡ","ڣƙÍڢڡڢ","ڣڣڬڤ","ڥVڥڧƗÌڦ","ڨƙÍڧڦڧ","ڨڨڬک","ڪVڪڬƙÍګ","ڜګڤګ","کګڬڬ","ڭڭڮ)ڮ","ƌگڱ/ڰ","گڰڱڱ","ڲڲڳųºڳ","ڴ[ڴƎڵ","ڷ/ڶڵڶ","ڷڷڸڸ","ڹųºڹںOں","Ɛڻڽ/ڼ","ڻڼڽڽ","ھھڿųºڿ","ۀYۀƒہ","ۃ/ۂہۂ","ۃۃۄۄ","ۅųºۅۆFۆ","Ɣۇۉ/ۈ","ۇۈۉۉ","ۊۊۋųºۋ","یJیƖۍ","ۏ/ێۍێ","ۏۏېې","ۑųºۑےOے","Ƙۓە/۔","ۓ۔ەە","ۖۖ۠ųºۗ","ۛ%ۘۚ2ۙۘ","ۚۛۙ","ۛۜۜ۞","ۛ۞۟","ųº۟ۡ۠ۗ","۠ۡۡۢ","ۣۢUۣƚ","ۤۥݾۥۦ","ݾۦƜۧۨ","cۨ۩n۩۪","r۪۫j۫ۺc","ۭ۬dۭۮg","ۮۯvۯۺc۰","۱e۱۲c۲۳","p۳۴f۴۵","k۵۶f۶۷c","۷۸v۸ۺg","۹ۧ۹۬","۹۰ۺƞ","ۻ۽\nۼۻ","۽۾۾ۿ","۾ۼۿƠ","HƥƬƼǃǻȂȆȌȏȕ","țȞȤȪȭȳɃ̵ή҉րօ","ֳׇֺׁ֥֬הזؙ","ئةذسطؼقهّٓٚٮ","ٰٲٴڌڑڔڗښڟڢڧګ","ڰڶڼۂۈێ۔ۛ۠۹۾",""].join(""),Vw=(new a.a.atn.ATNDeserializer).deserialize(Hw),Bw=Vw.decisionToState.map(((t,e)=>new a.a.dfa.DFA(t,e)));class Gw extends a.a.Lexer{constructor(t){super(t),this._interp=new a.a.atn.LexerATNSimulator(this,Vw,Bw,new a.a.PredictionContextCache)}get atn(){return Vw}}Fw(Gw,"grammarFileName","MLexer.g4"),Fw(Gw,"channelNames",["DEFAULT_TOKEN_CHANNEL","HIDDEN"]),Fw(Gw,"modeNames",["DEFAULT_MODE"]),Fw(Gw,"literalNames",[null,null,null,null,null,null,"'\t'","' '",null,null,"'Java:'","'C#:'","'Python2:'","'Python3:'","'JavaScript:'","'Swift:'","':'","';'",null,"'..'",null,null,null,null,null,null,null,null,"'!'","'&'","'&&'","'|'","'||'",null,"'-'","'*'","'/'","'\\'","'%'","'#'","'>'","'>='","'<'","'<='","'<>'","'<:>'","'='","'!='","'=='","'~='","'~'","'<-'","'->'","'=>'","'Boolean'","'Css'","'Character'","'Text'","'Integer'","'Decimal'","'Date'","'Time'","'DateTime'","'Period'","'Version'","'Method:'","'Code'","'Document'","'Blob'","'Image'","'Uuid'","'DbId'","'Iterator'","'Cursor'","'Html'","'Type'","'abstract'","'all'","'always'","'and'","'any'","'as'",null,"'attr'","'attribute'","'attributes'","'bindings'","'break'","'by'","'case'","'catch'","'category'","'class'","'contains'","'def'","'default'","'define'","'delete'",null,"'do'","'doing'","'each'","'else'","'enum'","'enumerated'","'except'","'execute'","'expecting'","'extends'","'fetch'","'filtered'","'finally'","'flush'","'for'","'from'","'getter'","'has'","'if'","'in'","'include'","'index'","'invoke:'","'is'","'matching'","'method'","'methods'","'modulo'","'mutable'","'native'","'None'","'not'",null,"'null'","'on'","'one'","'operator'","'or'","'order'","'otherwise'","'pass'","'raise'","'read'","'receiving'","'resource'","'return'","'returning'","'rows'","'self'","'setter'","'singleton'","'sorted'","'storable'","'store'","'super'","'switch'","'test'","'then'","'this'","'throw'","'to'","'try'","'verifying'","'widget'","'with'","'when'","'where'","'while'","'write'",null,null,"'MIN_INTEGER'","'MAX_INTEGER'"]),Fw(Gw,"symbolicNames",[null,"INDENT","DEDENT","LF_TAB","LF_MORE","LF","TAB","WS","CSS_DATA","COMMENT","JAVA","CSHARP","PYTHON2","PYTHON3","JAVASCRIPT","SWIFT","COLON","SEMI","COMMA","RANGE","DOT","LPAR","RPAR","LBRAK","RBRAK","LCURL","RCURL","QMARK","XMARK","AMP","AMP2","PIPE","PIPE2","PLUS","MINUS","STAR","SLASH","BSLASH","PERCENT","SHARP","GT","GTE","LT","LTE","LTGT","LTCOLONGT","EQ","XEQ","EQ2","TEQ","TILDE","LARROW","RARROW","EGT","BOOLEAN","CSS","CHARACTER","TEXT","INTEGER","DECIMAL","DATE","TIME","DATETIME","PERIOD","VERSION","METHOD_COLON","CODE","DOCUMENT","BLOB","IMAGE","UUID","DBID","ITERATOR","CURSOR","HTML","TYPE","ABSTRACT","ALL","ALWAYS","AND","ANY","AS","ASC","ATTR","ATTRIBUTE","ATTRIBUTES","BINDINGS","BREAK","BY","CASE","CATCH","CATEGORY","CLASS","CONTAINS","DEF","DEFAULT","DEFINE","DELETE","DESC","DO","DOING","EACH","ELSE","ENUM","ENUMERATED","EXCEPT","EXECUTE","EXPECTING","EXTENDS","FETCH","FILTERED","FINALLY","FLUSH","FOR","FROM","GETTER","HAS","IF","IN","INCLUDE","INDEX","INVOKE_COLON","IS","MATCHING","METHOD","METHODS","MODULO","MUTABLE","NATIVE","NONE","NOT","NOTHING","NULL","ON","ONE","OPERATOR","OR","ORDER","OTHERWISE","PASS","RAISE","READ","RECEIVING","RESOURCE","RETURN","RETURNING","ROWS","SELF","SETTER","SINGLETON","SORTED","STORABLE","STORE","SUPER","SWITCH","TEST","THEN","THIS","THROW","TO","TRY","VERIFYING","WIDGET","WITH","WHEN","WHERE","WHILE","WRITE","BOOLEAN_LITERAL","CHAR_LITERAL","MIN_INTEGER","MAX_INTEGER","SYMBOL_IDENTIFIER","TYPE_IDENTIFIER","VARIABLE_IDENTIFIER","NATIVE_IDENTIFIER","DOLLAR_IDENTIFIER","ARONDBASE_IDENTIFIER","TEXT_LITERAL","UUID_LITERAL","VERSION_LITERAL","INTEGER_LITERAL","HEXA_LITERAL","DECIMAL_LITERAL","DATETIME_LITERAL","TIME_LITERAL","DATE_LITERAL","PERIOD_LITERAL","JSX_TEXT"]),Fw(Gw,"ruleNames",["LF_TAB","LF_MORE","LF","TAB","WS","CSS_DATA","COMMENT","JAVA","CSHARP","PYTHON2","PYTHON3","JAVASCRIPT","SWIFT","COLON","SEMI","COMMA","RANGE","DOT","LPAR","RPAR","LBRAK","RBRAK","LCURL","RCURL","QMARK","XMARK","AMP","AMP2","PIPE","PIPE2","PLUS","MINUS","STAR","SLASH","BSLASH","PERCENT","SHARP","GT","GTE","LT","LTE","LTGT","LTCOLONGT","EQ","XEQ","EQ2","TEQ","TILDE","LARROW","RARROW","EGT","BOOLEAN","CSS","CHARACTER","TEXT","INTEGER","DECIMAL","DATE","TIME","DATETIME","PERIOD","VERSION","METHOD_COLON","CODE","DOCUMENT","BLOB","IMAGE","UUID","DBID","ITERATOR","CURSOR","HTML","TYPE","ABSTRACT","ALL","ALWAYS","AND","ANY","AS","ASC","ATTR","ATTRIBUTE","ATTRIBUTES","BINDINGS","BREAK","BY","CASE","CATCH","CATEGORY","CLASS","CONTAINS","DEF","DEFAULT","DEFINE","DELETE","DESC","DO","DOING","EACH","ELSE","ENUM","ENUMERATED","EXCEPT","EXECUTE","EXPECTING","EXTENDS","FETCH","FILTERED","FINALLY","FLUSH","FOR","FROM","GETTER","HAS","IF","IN","INCLUDE","INDEX","INVOKE_COLON","IS","MATCHING","METHOD","METHODS","MODULO","MUTABLE","NATIVE","NONE","NOT","NOTHING","NULL","ON","ONE","OPERATOR","OR","ORDER","OTHERWISE","PASS","RAISE","READ","RECEIVING","RESOURCE","RETURN","RETURNING","ROWS","SELF","SETTER","SINGLETON","SORTED","STORABLE","STORE","SUPER","SWITCH","TEST","THEN","THIS","THROW","TO","TRY","VERIFYING","WIDGET","WITH","WHEN","WHERE","WHILE","WRITE","BOOLEAN_LITERAL","CHAR_LITERAL","MIN_INTEGER","MAX_INTEGER","SYMBOL_IDENTIFIER","TYPE_IDENTIFIER","VARIABLE_IDENTIFIER","NATIVE_IDENTIFIER","DOLLAR_IDENTIFIER","ARONDBASE_IDENTIFIER","LetterOrDigit","Letter","Digit","TEXT_LITERAL","UUID_LITERAL","VERSION_LITERAL","INTEGER_LITERAL","HEXA_LITERAL","DECIMAL_LITERAL","Integer","Decimal","Exponent","Hexadecimal","HexNibble","EscapeSequence","DATETIME_LITERAL","TIME_LITERAL","Time","DATE_LITERAL","Date","TimeZone","PERIOD_LITERAL","Years","Months","Weeks","Days","Hours","Minutes","Seconds","HexByte","VersionQualifier","JSX_TEXT"]),Gw.EOF=a.a.Token.EOF,Gw.INDENT=1,Gw.DEDENT=2,Gw.LF_TAB=3,Gw.LF_MORE=4,Gw.LF=5,Gw.TAB=6,Gw.WS=7,Gw.CSS_DATA=8,Gw.COMMENT=9,Gw.JAVA=10,Gw.CSHARP=11,Gw.PYTHON2=12,Gw.PYTHON3=13,Gw.JAVASCRIPT=14,Gw.SWIFT=15,Gw.COLON=16,Gw.SEMI=17,Gw.COMMA=18,Gw.RANGE=19,Gw.DOT=20,Gw.LPAR=21,Gw.RPAR=22,Gw.LBRAK=23,Gw.RBRAK=24,Gw.LCURL=25,Gw.RCURL=26,Gw.QMARK=27,Gw.XMARK=28,Gw.AMP=29,Gw.AMP2=30,Gw.PIPE=31,Gw.PIPE2=32,Gw.PLUS=33,Gw.MINUS=34,Gw.STAR=35,Gw.SLASH=36,Gw.BSLASH=37,Gw.PERCENT=38,Gw.SHARP=39,Gw.GT=40,Gw.GTE=41,Gw.LT=42,Gw.LTE=43,Gw.LTGT=44,Gw.LTCOLONGT=45,Gw.EQ=46,Gw.XEQ=47,Gw.EQ2=48,Gw.TEQ=49,Gw.TILDE=50,Gw.LARROW=51,Gw.RARROW=52,Gw.EGT=53,Gw.BOOLEAN=54,Gw.CSS=55,Gw.CHARACTER=56,Gw.TEXT=57,Gw.INTEGER=58,Gw.DECIMAL=59,Gw.DATE=60,Gw.TIME=61,Gw.DATETIME=62,Gw.PERIOD=63,Gw.VERSION=64,Gw.METHOD_COLON=65,Gw.CODE=66,Gw.DOCUMENT=67,Gw.BLOB=68,Gw.IMAGE=69,Gw.UUID=70,Gw.DBID=71,Gw.ITERATOR=72,Gw.CURSOR=73,Gw.HTML=74,Gw.TYPE=75,Gw.ABSTRACT=76,Gw.ALL=77,Gw.ALWAYS=78,Gw.AND=79,Gw.ANY=80,Gw.AS=81,Gw.ASC=82,Gw.ATTR=83,Gw.ATTRIBUTE=84,Gw.ATTRIBUTES=85,Gw.BINDINGS=86,Gw.BREAK=87,Gw.BY=88,Gw.CASE=89,Gw.CATCH=90,Gw.CATEGORY=91,Gw.CLASS=92,Gw.CONTAINS=93,Gw.DEF=94,Gw.DEFAULT=95,Gw.DEFINE=96,Gw.DELETE=97,Gw.DESC=98,Gw.DO=99,Gw.DOING=100,Gw.EACH=101,Gw.ELSE=102,Gw.ENUM=103,Gw.ENUMERATED=104,Gw.EXCEPT=105,Gw.EXECUTE=106,Gw.EXPECTING=107,Gw.EXTENDS=108,Gw.FETCH=109,Gw.FILTERED=110,Gw.FINALLY=111,Gw.FLUSH=112,Gw.FOR=113,Gw.FROM=114,Gw.GETTER=115,Gw.HAS=116,Gw.IF=117,Gw.IN=118,Gw.INCLUDE=119,Gw.INDEX=120,Gw.INVOKE_COLON=121,Gw.IS=122,Gw.MATCHING=123,Gw.METHOD=124,Gw.METHODS=125,Gw.MODULO=126,Gw.MUTABLE=127,Gw.NATIVE=128,Gw.NONE=129,Gw.NOT=130,Gw.NOTHING=131,Gw.NULL=132,Gw.ON=133,Gw.ONE=134,Gw.OPERATOR=135,Gw.OR=136,Gw.ORDER=137,Gw.OTHERWISE=138,Gw.PASS=139,Gw.RAISE=140,Gw.READ=141,Gw.RECEIVING=142,Gw.RESOURCE=143,Gw.RETURN=144,Gw.RETURNING=145,Gw.ROWS=146,Gw.SELF=147,Gw.SETTER=148,Gw.SINGLETON=149,Gw.SORTED=150,Gw.STORABLE=151,Gw.STORE=152,Gw.SUPER=153,Gw.SWITCH=154,Gw.TEST=155,Gw.THEN=156,Gw.THIS=157,Gw.THROW=158,Gw.TO=159,Gw.TRY=160,Gw.VERIFYING=161,Gw.WIDGET=162,Gw.WITH=163,Gw.WHEN=164,Gw.WHERE=165,Gw.WHILE=166,Gw.WRITE=167,Gw.BOOLEAN_LITERAL=168,Gw.CHAR_LITERAL=169,Gw.MIN_INTEGER=170,Gw.MAX_INTEGER=171,Gw.SYMBOL_IDENTIFIER=172,Gw.TYPE_IDENTIFIER=173,Gw.VARIABLE_IDENTIFIER=174,Gw.NATIVE_IDENTIFIER=175,Gw.DOLLAR_IDENTIFIER=176,Gw.ARONDBASE_IDENTIFIER=177,Gw.TEXT_LITERAL=178,Gw.UUID_LITERAL=179,Gw.VERSION_LITERAL=180,Gw.INTEGER_LITERAL=181,Gw.HEXA_LITERAL=182,Gw.DECIMAL_LITERAL=183,Gw.DATETIME_LITERAL=184,Gw.TIME_LITERAL=185,Gw.DATE_LITERAL=186,Gw.PERIOD_LITERAL=187,Gw.JSX_TEXT=188;class jw extends Ow{constructor(t){super(t),this.tokens=[],this.indents=[0],this.wasLF=!1,this.addLF=!0,this.dialect=JN.BOA,this.nextLexerToken=this.nextToken,this.nextToken=this.indentedNextToken}indentedNextToken(){const t=this.getNextToken();return this.wasLF=t.type===Ow.LF,t}getNextToken(){return this.tokens.length>0?this.tokens.shift():(this.interpret(this.nextLexerToken()),this.nextToken())}interpret(t){switch(t.type){case Ow.EOF:this.interpretEOF(t);break;case Ow.LF_TAB:this.interpretLFTAB(t);break;default:this.interpretAnyToken(t)}}interpretEOF(t){for(;this.indents.length>1;)this.tokens.push(this.deriveToken(t,Ow.DEDENT)),this.tokens.push(this.deriveToken(t,Ow.LF)),this.wasLF=!0,this.indents.pop();!this.wasLF&&this.addLF&&this.tokens.push(this.deriveToken(t,Ow.LF)),this.tokens.push(t)}interpretLFTAB(t){const e=this.countIndents(t.text),i=this.nextLexerToken();if(i.type===Ow.EOF||i.type===Ow.LF_TAB)this.tokens.push(this.deriveToken(t,Ow.LF)),this.interpret(i);else if(e===this.indents[this.indents.length-1])this.tokens.push(this.deriveToken(t,Ow.LF)),this.interpret(i);else if(e>this.indents[this.indents.length-1])this.tokens.push(this.deriveToken(t,Ow.LF)),this.tokens.push(this.deriveToken(t,Ow.INDENT)),this.indents.push(e),this.interpret(i);else{for(;this.indents.length>1&&e0?this.tokens.shift():(this.interpret(this.nextLexerToken()),this.nextToken())}interpret(t){switch(t.type){case Gw.EOF:this.interpretEOF(t);break;case Gw.LF_TAB:this.interpretLFTAB(t);break;default:this.interpretAnyToken(t)}}interpretEOF(t){for(;this.indents.length>1;)this.tokens.push(this.deriveToken(t,Gw.DEDENT)),this.tokens.push(this.deriveToken(t,Gw.LF)),this.wasLF=!0,this.indents.pop();!this.wasLF&&this.addLF&&this.tokens.push(this.deriveToken(t,Gw.LF)),this.tokens.push(t)}interpretLFTAB(t){const e=this.countIndents(t.text),i=this.nextLexerToken();if(i.type===Gw.EOF||i.type===Gw.LF_TAB)this.tokens.push(this.deriveToken(t,Gw.LF)),this.interpret(i);else if(e===this.indents[this.indents.length-1])this.tokens.push(this.deriveToken(t,Gw.LF)),this.interpret(i);else if(e>this.indents[this.indents.length-1])this.tokens.push(this.deriveToken(t,Gw.LF)),this.tokens.push(this.deriveToken(t,Gw.INDENT)),this.indents.push(e),this.interpret(i);else{for(;this.indents.length>1&&ee.toDialect(t))),t.append(";")}declare(t){this.values.forEach((e=>e.declare(t)))}transpile(t){t.append("'").append(this.name).append("':"),1===this.values.length?this.values[0].transpile(t):(t.append('"" + '),this.values.forEach((e=>{e.transpile(t),t.append(" + ")})),t.trimLast(" + ".length))}valuesToString(){return this.values.map((t=>t.toString())).join("")}}var uN=i(4);class dN{constructor(t){this.fields=t||[]}toString(){return"{ "+this.fields.map((t=>t.toString())).join(", ")+" }"}check(t){return aN.CssType.instance}interpret(t){return new uN.CssValue(this)}toDialect(t){t.append("{"),this.fields.forEach((e=>{e.toDialect(t)}),this),t.append("}")}addField(t){this.fields.push(t)}plus(t){const e=new Set(t.fields.map((t=>t.name))),i=this.fields.filter((t=>!e.has(t.name))).concat(t.fields);return new dN(i)}declare(t){this.fields.forEach((e=>{e.declare(t)}),this)}transpile(t){return t.append("{"),this.fields.forEach((e=>{e.transpile(t),t.append(", ")}),this),t.trimLast(", ".length),t.append("}"),!1}}var pN=i(18),fN=i(20);class _N{constructor(t,e){this.expression=t,this.isReturn=e,this.module=null}toString(){return(this.isReturn?"return ":"")+this.expression.toString()+";"}toDialect(t){this.isReturn&&t.append("return "),this.expression.toDialect(t),null!=this.module&&this.module.toDialect(t)}}var xN=i(54);class EN extends xN.a{constructor(t){super(),this.statement=t}toDialect(t){this.statement.toDialect(t)}}class mN extends EN{constructor(t,e){super(t,e)}toDialect(t){t.append("Python2: "),super.toDialect(t)}}class RN extends EN{constructor(t,e){super(t,e)}toDialect(t){t.append("Python3: "),super.toDialect(t)}}class TN{}class gN extends TN{toString(){return"self"}toDialect(t){t.append("self")}}class yN extends TN{constructor(t,e){super(),this.parent=t,this.identifier=e}toString(){return null===this.parent?this.identifier:this.parent.toString()+"."+this.identifier}static parse(t){let e=null;return t.split("\\.").forEach((t=>{e=new yN(e,t)})),e}toDialect(t){null!=this.parent&&(this.parent.toDialect(t),t.append(".")),t.append(this.identifier)}}class AN{constructor(t){this.text=t}toString(){return this.text}toDialect(t){t.append(this.text)}}class LN extends AN{constructor(t){super(t)}}class IN extends AN{constructor(t){super(t)}}class CN extends AN{constructor(t){super(t)}}class vN extends AN{constructor(t){super(t)}}class bN extends TN{constructor(t){super(),this.parent=t||null}}class wN extends bN{constructor(t,e){super(),this.name=t,this.args=e||new kN}toString(){return this.parent.toString()+"."+this.name+"("+this.args.toString()+")"}toDialect(t){null!=this.parent&&(this.parent.toDialect(t),t.append(".")),t.append(this.name),t.append("("),this.args.toDialect(t),t.append(")")}}class NN extends AN{constructor(t){super(t)}}class SN{constructor(t){this.ids=t}toDialect(t){t.append(" from module: "),this.ids.forEach((e=>{t.append(e),t.append(".")})),t.trimLast(1)}}class ON{constructor(t,e){this.name=t,this.expression=e}toDialect(t){t.append(this.name),t.append(" = "),this.expression.toDialect(t)}}class DN{constructor(t){this.expression=t}toDialect(t){this.expression.toDialect(t)}}var MN=i(28);class kN extends MN.a{constructor(t){super(),null!==(t=t||null)&&this.add(t)}toDialect(t){this.length>0&&(this.forEach((e=>{e.toDialect(t),t.append(", ")})),t.trimLast(2))}}var UN=i(68);class PN extends UN.a{constructor(t,e){super(),this.identifier=t,this.module=e}}class FN extends PN{constructor(t){super(t.identifier,t.module)}toDialect(t){t.append("Python2: "),t.append(this.identifier),null!=this.module&&this.module.toDialect(t)}}class HN extends PN{constructor(t){super(t.identifier,t.module)}toDialect(t){t.append("Python3: "),t.append(this.identifier),null!=this.module&&this.module.toDialect(t)}}class VN extends l{constructor(t){var e,i,s;super(),s=function(t){const e=this.getNodeValue(t.op),i=this.getNodeValue(t.arg),s=this.getNodeValue(t.typ),r=this.getNodeValue(t.stmts),n=new $w.OperatorMethodDeclaration(e,i,s,r);this.setNodeValue(t,n)},(i="exitOperator_method_declaration")in(e=this)?Object.defineProperty(e,i,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[i]=s,this.input=t.getTokenStream(),this.path=t.path,this.nodeValues={},this.nextNodeId=0}setNodeValue(t,e){void 0===t["%id"]&&(t["%id"]=this.nextNodeId++),this.nodeValues[t["%id"]]=e,e instanceof r.a&&this.buildSection(t,e)}getNodeValue(t){return null==t||void 0===t||null===t["%id"]||void 0===t["%id"]?null:this.nodeValues[t["%id"]]}getHiddenTokensBefore(t){const e=this.input.getHiddenTokensToLeft(t.tokenIndex);return this.getHiddenTokensText(e)}getHiddenTokensAfter(t){if(t.tokenIndex<0)return null;const e=this.input.getHiddenTokensToRight(t.tokenIndex);return this.getHiddenTokensText(e)}getHiddenTokensText(t){return null==t||0===t.length?null:t.map((t=>t.text)).join("")}getWhiteSpacePlus(t){let e=null==t.children?null:t.children.filter((function(t){return this.isNotIndent(t)}),this).map((t=>t.getText()),this).join("");if(null==e||0===e.length)return null;const i=this.getHiddenTokensBefore(t.start);null!=i&&(e=i+e);const s=this.getHiddenTokensAfter(t.stop);return null!=s&&(e+=s),e}isNotIndent(t){return!t.symbol||t.symbol.type!=FR.INDENT}readAnnotations(t){const e=t.map((function(t){return this.getNodeValue(t)}),this);return 0==e.length?null:e}readComments(t){const e=t.map((function(t){return this.getNodeValue(t)}),this);return 0==e.length?null:e}exitSelectableExpression(t){const e=this.getNodeValue(t.parent);this.setNodeValue(t,e)}exitSelectorExpression(t){const e=this.getNodeValue(t.selector);if(e){const i=this.getNodeValue(t.parent);e instanceof iN.UnresolvedCall?e.setParent(i):e.parent=i,this.setNodeValue(t,e)}}exitSet_literal(t){const e=this.getNodeValue(t.expression_list()),i=new sN.SetLiteral(e);this.setNodeValue(t,i)}exitStoreStatement(t){this.setNodeValue(t,this.getNodeValue(t.stmt))}exitStore_statement(t){const e=this.getNodeValue(t.to_del),i=this.getNodeValue(t.to_add),s=this.getNodeValue(t.with_meta),r=this.getNodeValue(t.stmts),n=new iN.DeleteAndStoreStatement(e,i,s,r);this.setNodeValue(t,n)}exitAtomicLiteral(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitCollectionLiteral(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitCommentStatement(t){this.setNodeValue(t,this.getNodeValue(t.comment_statement()))}exitComment_statement(t){this.setNodeValue(t,new iN.CommentStatement(t.getText()))}exitListLiteral(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitBlob_expression(t){const e=this.getNodeValue(t.expression());this.setNodeValue(t,new tN.BlobExpression(e))}exitBooleanLiteral(t){this.setNodeValue(t,new sN.BooleanLiteral(t.getText()))}exitBreakStatement(t){this.setNodeValue(t,new iN.BreakStatement)}exitMinIntegerLiteral(t){this.setNodeValue(t,new sN.MinIntegerLiteral)}exitMaxIntegerLiteral(t){this.setNodeValue(t,new sN.MaxIntegerLiteral)}exitInclude_list(t){const e=t.variable_identifier().map((t=>this.getNodeValue(t)),this);this.setNodeValue(t,e)}exitIntegerLiteral(t){this.setNodeValue(t,new sN.IntegerLiteral(t.getText()))}exitDecimalLiteral(t){this.setNodeValue(t,new sN.DecimalLiteral(t.getText()))}exitHexadecimalLiteral(t){this.setNodeValue(t,new sN.HexaLiteral(t.getText()))}exitCharacterLiteral(t){this.setNodeValue(t,new sN.CharacterLiteral(t.getText()))}exitDateLiteral(t){this.setNodeValue(t,new sN.DateLiteral(t.getText()))}exitDateTimeLiteral(t){this.setNodeValue(t,new sN.DateTimeLiteral(t.getText()))}exitDbIdType(t){this.setNodeValue(t,aN.DbIdType.instance)}exitTernaryExpression(t){const e=this.getNodeValue(t.test),i=this.getNodeValue(t.ifTrue),s=this.getNodeValue(t.ifFalse),r=new tN.TernaryExpression(e,i,s);this.setNodeValue(t,r)}exitTest_method_declaration(t){const e=new rN.Identifier(t.name.text);e.setSectionFrom(this.path,t.name,t.name,JN.M);const i=this.getNodeValue(t.stmts),s=this.getNodeValue(t.exps),r=this.getNodeValue(t.error),n=null==r?null:new tN.SymbolExpression(r);this.setNodeValue(t,new $w.TestMethodDeclaration(e,i,s,n))}exitTextLiteral(t){this.setNodeValue(t,new sN.TextLiteral(t.getText()))}exitTimeLiteral(t){this.setNodeValue(t,new sN.TimeLiteral(t.getText()))}exitPeriodLiteral(t){this.setNodeValue(t,new sN.PeriodLiteral(t.getText()))}exitPeriodType(t){this.setNodeValue(t,aN.PeriodType.instance)}exitVersionLiteral(t){this.setNodeValue(t,new sN.VersionLiteral(t.getText()))}exitVersionType(t){this.setNodeValue(t,aN.VersionType.instance)}exitAttribute_identifier(t){const e=new rN.Identifier(t.getText());this.setNodeValue(t,e)}exitVariable_identifier(t){const e=new rN.Identifier(t.getText());this.setNodeValue(t,e)}exitList_literal(t){const e=null!==t.MUTABLE(),i=this.getNodeValue(t.expression_list())||null,s=new sN.ListLiteral(e,i);this.setNodeValue(t,s)}exitDict_literal(t){const e=null!==t.MUTABLE(),i=this.getNodeValue(t.dict_entry_list())||null,s=new sN.DictLiteral(e,i);this.setNodeValue(t,s)}exitTuple_literal(t){const e=null!==t.MUTABLE(),i=this.getNodeValue(t.expression_tuple())||null,s=new sN.TupleLiteral(e,i);this.setNodeValue(t,s)}exitRange_literal(t){const e=this.getNodeValue(t.low),i=this.getNodeValue(t.high);this.setNodeValue(t,new sN.RangeLiteral(e,i))}exitRangeLiteral(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitDict_entry_list(t){const e=new sN.DictEntryList(null,null);t.dict_entry().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitDict_entry(t){const e=this.getNodeValue(t.key),i=this.getNodeValue(t.value),s=new sN.DictEntry(e,i);this.setNodeValue(t,s)}exitDoc_entry_list(t){const e=new sN.DocEntryList(null,null);t.doc_entry().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitDoc_entry(t){const e=this.getNodeValue(t.key),i=this.getNodeValue(t.value),s=new sN.DocEntry(e,i);this.setNodeValue(t,s)}exitDocKeyIdentifier(t){const e=t.name.getText();this.setNodeValue(t,new sN.DocIdentifierKey(new rN.Identifier(e)))}exitDocKeyText(t){const e=t.name.text;this.setNodeValue(t,new sN.DocTextKey(e))}exitLiteral_expression(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitLiteralExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitIdentifierExpression(t){const e=this.getNodeValue(t.exp),i=new tN.UnresolvedIdentifier(e);this.setNodeValue(t,i)}exitVariableIdentifier(t){const e=this.getNodeValue(t.variable_identifier());this.setNodeValue(t,new tN.InstanceExpression(e))}exitInstanceExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitSymbol_identifier(t){const e=new rN.Identifier(t.getText());this.setNodeValue(t,e)}exitNative_symbol(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.NativeSymbol(e,i))}exitTypeIdentifier(t){const e=this.getNodeValue(t.type_identifier());this.setNodeValue(t,e)}exitSymbolIdentifier(t){const e=this.getNodeValue(t.symbol_identifier());this.setNodeValue(t,e)}exitSymbolLiteral(t){const e=t.getText();this.setNodeValue(t,new tN.SymbolExpression(new rN.Identifier(e)))}exitBlobType(t){this.setNodeValue(t,aN.BlobType.instance)}exitBooleanType(t){this.setNodeValue(t,aN.BooleanType.instance)}exitCharacterType(t){this.setNodeValue(t,aN.CharacterType.instance)}exitImageType(t){this.setNodeValue(t,aN.ImageType.instance)}exitTextType(t){this.setNodeValue(t,aN.TextType.instance)}exitHtmlType(t){this.setNodeValue(t,aN.HtmlType.instance)}exitThisExpression(t){this.setNodeValue(t,new tN.ThisExpression)}exitIntegerType(t){this.setNodeValue(t,aN.IntegerType.instance)}exitDecimalType(t){this.setNodeValue(t,aN.DecimalType.instance)}exitDateType(t){this.setNodeValue(t,aN.DateType.instance)}exitDateTimeType(t){this.setNodeValue(t,aN.DateTimeType.instance)}exitTimeType(t){this.setNodeValue(t,aN.TimeType.instance)}exitCodeType(t){this.setNodeValue(t,aN.CodeType.instance)}exitPrimaryType(t){const e=this.getNodeValue(t.p);this.setNodeValue(t,e)}exitAttribute_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.typ),s=this.getNodeValue(t.match),r=null==t.index_clause()?null:this.getNodeValue(t.index_clause()),n=new $w.AttributeDeclaration(e,i,s,r);n.storable=null!=t.STORABLE(),this.setNodeValue(t,n)}exitIndex_clause(t){const e=null==t.indices?new rN.IdentifierList:this.getNodeValue(t.indices);this.setNodeValue(t,e)}exitNativeType(t){const e=this.getNodeValue(t.n);this.setNodeValue(t,e)}exitCategoryType(t){const e=this.getNodeValue(t.c);this.setNodeValue(t,e)}exitCategory_type(t){const e=new rN.Identifier(t.getText());this.buildSection(t,e),this.setNodeValue(t,new aN.CategoryType(e))}exitListType(t){const e=this.getNodeValue(t.l);this.setNodeValue(t,new aN.ListType(e))}exitDictKeyIdentifier(t){const e=t.name.getText();this.setNodeValue(t,new sN.DictIdentifierKey(new rN.Identifier(e)))}exitDictKeyText(t){const e=t.name.text;this.setNodeValue(t,new sN.DictTextKey(e))}exitDictType(t){const e=this.getNodeValue(t.d);this.setNodeValue(t,new aN.DictionaryType(e))}exitAttribute_identifier_list(t){const e=new rN.IdentifierList;t.attribute_identifier().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitVariable_identifier_list(t){const e=new rN.IdentifierList;t.variable_identifier().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitConcrete_category_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.attrs),s=this.getNodeValue(t.derived),r=this.getNodeValue(t.methods),n=new $w.ConcreteCategoryDeclaration(e,i,s,r);n.storable=null!=t.STORABLE(),this.setNodeValue(t,n)}exitConcrete_widget_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.derived),s=this.getNodeValue(t.methods),r=new $w.ConcreteWidgetDeclaration(e,i,s);this.setNodeValue(t,r)}exitConcreteCategoryDeclaration(t){const e=this.getNodeValue(t.decl);this.setNodeValue(t,e)}exitConcreteWidgetDeclaration(t){const e=this.getNodeValue(t.decl);this.setNodeValue(t,e)}exitNativeWidgetDeclaration(t){const e=this.getNodeValue(t.decl);this.setNodeValue(t,e)}exitDerived_list(t){const e=this.getNodeValue(t.items);this.setNodeValue(t,e)}exitType_identifier(t){const e=new rN.Identifier(t.getText());this.setNodeValue(t,e)}exitType_identifier_list(t){const e=new rN.IdentifierList;t.type_identifier().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitType_literal(t){const e=this.getNodeValue(t.category_or_any_type());this.setNodeValue(t,new sN.TypeLiteral(e))}exitTypeLiteral(t){this.setNodeValue(t,this.getNodeValue(t.type_literal()))}exitTypeType(t){const e=this.getNodeValue(t.t);this.setNodeValue(t,new aN.TypeType(e))}exitMember_identifier(t){const e=new rN.Identifier(t.getText());this.setNodeValue(t,e)}exitMemberSelector(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new tN.MemberSelector(null,e))}exitIsATypeExpression(t){const e=this.getNodeValue(t.category_or_any_type()),i=new tN.TypeExpression(e);this.setNodeValue(t,i)}exitIsOtherExpression(t){const e=this.getNodeValue(t.expression());this.setNodeValue(t,e)}exitIsExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);let s;s=t.NOT()?i instanceof tN.TypeExpression?rN.EqOp.IS_NOT_A:rN.EqOp.IS_NOT:i instanceof tN.TypeExpression?rN.EqOp.IS_A:rN.EqOp.IS,this.setNodeValue(t,new tN.EqualsExpression(e,s,i))}exitItemSelector(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.ItemSelector(null,e))}exitSliceSelector(t){const e=this.getNodeValue(t.xslice);this.setNodeValue(t,e)}exitTyped_argument(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.name),s=this.getNodeValue(t.attrs),r=s?new nN.ExtendedParameter(e,i,s):new nN.CategoryParameter(e,i),n=this.getNodeValue(t.value);r.defaultExpression=n||null,this.setNodeValue(t,r)}exitCodeArgument(t){const e=this.getNodeValue(t.arg);this.setNodeValue(t,e)}exitArgument_list(t){const e=new nN.ParameterList;t.argument().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitMethodName(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new tN.UnresolvedIdentifier(e))}exitMethodParent(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.name);this.setNodeValue(t,new tN.MethodSelector(e,i))}exitExpressionAssignmentList(t){const e=this.getNodeValue(t.exp),i=new rN.Argument(null,e);e instanceof r.a&&i.copySectionFrom(e),this.setNodeValue(t,new rN.ArgumentList([i]))}exitArgument_assignment(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.exp),s=new nN.UnresolvedParameter(e);this.setNodeValue(t,new rN.Argument(s,i))}exitArgumentAssignmentList(t){const e=this.getNodeValue(t.item);this.setNodeValue(t,new rN.ArgumentList([e]))}exitArgumentAssignmentListItem(t){const e=this.getNodeValue(t.item),i=this.getNodeValue(t.items);i.add(e),this.setNodeValue(t,i)}exitArrow_prefix(t){const e=this.getNodeValue(t.arrow_args());let i=this.getWhiteSpacePlus(t.s1);null==i&&(i=this.getHiddenTokensBefore(t.EGT().getSymbol()));let s=this.getWhiteSpacePlus(t.s2);null==s&&(s=this.getHiddenTokensAfter(t.EGT().getSymbol())),this.setNodeValue(t,new tN.ArrowExpression(e,i,s))}exitArrowExpression(t){this.setNodeValue(t,this.getNodeValue(t.exp))}exitArrowExpressionBody(t){const e=this.getNodeValue(t.arrow_prefix()),i=this.getNodeValue(t.expression());e.setExpression(i),this.setNodeValue(t,e)}exitArrowListArg(t){const e=this.getNodeValue(t.variable_identifier_list());this.setNodeValue(t,e)}exitArrowSingleArg(t){const e=this.getNodeValue(t.variable_identifier());this.setNodeValue(t,new rN.IdentifierList(e))}exitArrowStatementsBody(t){const e=this.getNodeValue(t.arrow_prefix()),i=this.getNodeValue(t.statement_list());e.setStatements(i),this.setNodeValue(t,e)}exitMethod_call_expression(t){const e=this.getNodeValue(t.name),i=new tN.UnresolvedIdentifier(e);i.copySectionFrom(e);const s=this.getNodeValue(t.args);this.setNodeValue(t,new iN.UnresolvedCall(i,s))}exitMethod_call_statement(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.method);i&&i.setParent(e);const s=this.getNodeValue(t.name),r=this.getNodeValue(t.stmts);i&&null!=s||null!=r?this.setNodeValue(t,new iN.RemoteCall(i.callable,i.args,s,r)):this.setNodeValue(t,i)}exitMethodSelector(t){const e=this.getNodeValue(t.method);if(e.callable instanceof tN.UnresolvedIdentifier){const t=new tN.UnresolvedSelector(null,e.callable.id);t.copySectionFrom(e.callable),e.callable=t}this.setNodeValue(t,e)}exitAddExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right),s=t.op.type==FR.PLUS?new tN.PlusExpression(e,i):new tN.SubtractExpression(e,i);this.setNodeValue(t,s)}exitMember_method_declaration_list(t){const e=new rN.MethodDeclarationList;t.member_method_declaration().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitNative_member_method_declaration_list(t){const e=new rN.MethodDeclarationList;t.native_member_method_declaration().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitSetter_method_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new $w.SetterMethodDeclaration(e,i))}exitSetType(t){const e=this.getNodeValue(t.s);this.setNodeValue(t,new aN.SetType(e))}exitGetter_method_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new $w.GetterMethodDeclaration(e,i))}exitNative_setter_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new $w.NativeSetterMethodDeclaration(e,i))}exitNative_getter_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new $w.NativeGetterMethodDeclaration(e,i))}exitMember_method_declaration(t){const e=this.readComments(t.comment_statement()),i=this.readAnnotations(t.annotation_constructor()),s=t.children[t.getChildCount()-1],r=this.getNodeValue(s);null!=r&&(r.comments=e,r.annotations=i,this.setNodeValue(t,r))}exitStatement_list(t){const e=new iN.StatementList;t.statement().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitAbstract_global_method_declaration(t){const e=this.getNodeValue(t.typ);e instanceof aN.CategoryType&&(e.mutable=null!=t.MUTABLE());const i=this.getNodeValue(t.name),s=this.getNodeValue(t.args);this.setNodeValue(t,new $w.AbstractMethodDeclaration(i,s,e))}exitAbstract_member_method_declaration(t){const e=this.getNodeValue(t.typ);e instanceof aN.CategoryType&&(e.mutable=null!=t.MUTABLE());const i=this.getNodeValue(t.name),s=this.getNodeValue(t.args);this.setNodeValue(t,new $w.AbstractMethodDeclaration(i,s,e))}exitConcrete_method_declaration(t){const e=this.getNodeValue(t.typ);e instanceof aN.CategoryType&&(e.mutable=null!=t.MUTABLE());const i=this.getNodeValue(t.name),s=this.getNodeValue(t.args),r=this.getNodeValue(t.stmts);this.setNodeValue(t,new $w.ConcreteMethodDeclaration(i,s,e,r))}exitMethod_declaration(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitMethodCallStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitMethod_identifier(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitMethod_Expression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitConstructorFrom(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.copyExp)||null,s=this.getNodeValue(t.args)||null;this.setNodeValue(t,new tN.ConstructorExpression(e,i,s,!0))}exitConstructorNoFrom(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.args)||null;this.setNodeValue(t,new tN.ConstructorExpression(e,null,i,!0))}exitCopy_from(t){this.setNodeValue(t,this.getNodeValue(t.exp))}exitAssertion(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new YN(e))}exitAssertion_list(t){const e=new tN.ExpressionList;t.assertion().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitAssign_instance_statement(t){const e=this.getNodeValue(t.inst),i=this.getNodeValue(t.exp);this.setNodeValue(t,new iN.AssignInstanceStatement(e,i))}exitAssignInstanceStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitAssign_variable_statement(t){const e=this.getNodeValue(t.variable_identifier()),i=this.getNodeValue(t.expression());this.setNodeValue(t,new iN.AssignVariableStatement(e,i))}exitAssign_tuple_statement(t){const e=this.getNodeValue(t.items),i=this.getNodeValue(t.exp);this.setNodeValue(t,new iN.AssignTupleStatement(e,i))}exitRootInstance(t){const e=this.getNodeValue(t.variable_identifier());this.setNodeValue(t,new Zw.VariableInstance(e))}exitChildInstance(t){const e=this.getNodeValue(t.assignable_instance()),i=this.getNodeValue(t.child_instance());i.parent=e,this.setNodeValue(t,i)}exitMemberInstance(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new Zw.MemberInstance(e))}exitItemInstance(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new Zw.ItemInstance(e))}exitMethod_expression(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitMethodExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitConstructorExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitNative_statement_list(t){const e=new iN.StatementList;t.native_statement().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitJava_identifier(t){this.setNodeValue(t,t.getText())}exitJavascript_identifier(t){const e=new rN.Identifier(t.getText());this.setNodeValue(t,e)}exitJavascript_member_expression(t){const e=t.name.getText();this.setNodeValue(t,new eN.h(e))}exitJavascript_primary_expression(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitJavascript_new_expression(t){const e=this.getNodeValue(t.javascript_method_expression());this.setNodeValue(t,new eN.m(e))}exitJavascript_this_expression(t){this.setNodeValue(t,new eN.p)}exitJavaIdentifier(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new pN.JavaIdentifierExpression(null,e))}exitJavaIdentifierExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitJavaChildIdentifier(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.name),s=new pN.JavaIdentifierExpression(e,i);this.setNodeValue(t,s)}exitJavascriptBooleanLiteral(t){this.setNodeValue(t,new eN.a(t.getText()))}exitJavascriptCharacterLiteral(t){this.setNodeValue(t,new eN.b(t.getText()))}exitJavascriptTextLiteral(t){this.setNodeValue(t,new eN.o(t.getText()))}exitJavascriptIntegerLiteral(t){this.setNodeValue(t,new eN.f(t.getText()))}exitJavascriptDecimalLiteral(t){this.setNodeValue(t,new eN.c(t.getText()))}exitJavaClassIdentifier(t){const e=this.getNodeValue(t.klass);this.setNodeValue(t,e)}exitJavaChildClassIdentifier(t){const e=this.getNodeValue(t.parent),i=new pN.JavaIdentifierExpression(e,t.name.getText());this.setNodeValue(t,i)}exitJavaPrimaryExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitJavascriptPrimaryExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitJavascript_identifier_expression(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new eN.e(e))}exitJavaSelectorExpression(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.child);i.parent=e,this.setNodeValue(t,i)}exitJavascriptSelectorExpression(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.child);i.parent=e,this.setNodeValue(t,i)}exitJavascriptMemberExpression(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new eN.h(e))}exitJava_primary_expression(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitJava_item_expression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new pN.JavaItemExpression(e))}exitJavascript_item_expression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new eN.g(e))}exitJavascriptItemExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitJavaStatement(t){const e=this.getNodeValue(t.exp),i=new pN.JavaStatement(e,!1);this.setNodeValue(t,i)}exitJavascriptStatement(t){const e=this.getNodeValue(t.exp),i=new eN.n(e,!1);this.setNodeValue(t,i)}exitJavaReturnStatement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new pN.JavaStatement(e,!0))}exitJavascriptReturnStatement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new eN.n(e,!0))}exitJavaNativeStatement(t){const e=this.getNodeValue(t.java_statement());this.setNodeValue(t,new pN.JavaNativeCall(e))}exitJavascriptNativeStatement(t){const e=this.getNodeValue(t.javascript_native_statement());this.setNodeValue(t,e)}exitJavascript_native_statement(t){const e=this.getNodeValue(t.javascript_statement()),i=this.getNodeValue(t.javascript_module());e.module=i||null,this.setNodeValue(t,new eN.k(e))}exitNative_method_declaration(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.name),s=this.getNodeValue(t.args),r=this.getNodeValue(t.stmts);this.setNodeValue(t,new $w.NativeMethodDeclaration(i,s,e,r))}exitJavaArgumentList(t){const e=this.getNodeValue(t.item);this.setNodeValue(t,new pN.JavaExpressionList(e))}exitJavascriptArgumentList(t){const e=this.getNodeValue(t.item);this.setNodeValue(t,new eN.d(e))}exitJavaArgumentListItem(t){const e=this.getNodeValue(t.item),i=this.getNodeValue(t.items);i.add(e),this.setNodeValue(t,i)}exitJavascriptArgumentListItem(t){const e=this.getNodeValue(t.item),i=this.getNodeValue(t.items);i.add(e),this.setNodeValue(t,i)}exitJava_method_expression(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.args);this.setNodeValue(t,new pN.JavaMethodExpression(e,i))}exitJava_this_expression(t){this.setNodeValue(t,new pN.JavaThisExpression)}exitJavascriptMethodExpression(t){const e=this.getNodeValue(t.method);this.setNodeValue(t,e)}exitJavascript_method_expression(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.args);this.setNodeValue(t,new eN.i(e,i))}exitJavaMethodExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitFlush_statement(t){this.setNodeValue(t,new iN.FlushStatement)}exitFlushStatement(t){this.setNodeValue(t,this.getNodeValue(t.stmt))}exitFullDeclarationList(t){const e=this.getNodeValue(t.declarations())||new $w.DeclarationList;this.setNodeValue(t,e)}exitDeclaration(t){const e=this.readComments(t.comment_statement()),i=this.readAnnotations(t.annotation_constructor()),s=t.children[t.getChildCount()-1],r=this.getNodeValue(s);null!=r&&(r.comments=e,r.annotations=i,this.setNodeValue(t,r))}exitDeclarations(t){const e=new $w.DeclarationList;t.declaration().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitIteratorExpression(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.name),s=this.getNodeValue(t.source);this.setNodeValue(t,new tN.IteratorExpression(i,s,e))}exitIteratorType(t){const e=this.getNodeValue(t.i);this.setNodeValue(t,new aN.IteratorType(e))}exitJavaBooleanLiteral(t){this.setNodeValue(t,new pN.JavaBooleanLiteral(t.getText()))}exitJavaIntegerLiteral(t){this.setNodeValue(t,new pN.JavaIntegerLiteral(t.getText()))}exitJavaDecimalLiteral(t){this.setNodeValue(t,new pN.JavaDecimalLiteral(t.getText()))}exitJavaCharacterLiteral(t){this.setNodeValue(t,new pN.JavaCharacterLiteral(t.getText()))}exitJavaTextLiteral(t){this.setNodeValue(t,new pN.JavaTextLiteral(t.getText()))}exitJavaCategoryBinding(t){const e=this.getNodeValue(t.binding);this.setNodeValue(t,new pN.JavaNativeCategoryBinding(e))}exitJavascriptCategoryBinding(t){this.setNodeValue(t,this.getNodeValue(t.binding))}exitJavascript_category_binding(t){const e=t.javascript_identifier().map((t=>t.getText())).join("."),i=this.getNodeValue(t.javascript_module()),s=new eN.l(e,i);this.setNodeValue(t,s)}exitJavascript_module(t){const e=t.javascript_identifier().map((t=>t.getText())),i=new eN.j(e);this.setNodeValue(t,i)}exitNativeCategoryBindingList(t){const e=this.getNodeValue(t.item),i=new rN.NativeCategoryBindingList(e);this.setNodeValue(t,i)}exitNativeCategoryBindingListItem(t){const e=this.getNodeValue(t.item),i=this.getNodeValue(t.items);i.add(e),this.setNodeValue(t,i)}exitNative_category_bindings(t){const e=this.getNodeValue(t.items);this.setNodeValue(t,e)}exitNative_category_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.attrs),s=this.getNodeValue(t.bindings),r=this.getNodeValue(t.methods),n=new $w.NativeCategoryDeclaration(e,i,s,null,r);n.storable=null!=t.STORABLE(),this.setNodeValue(t,n)}exitNative_widget_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.bindings),s=this.getNodeValue(t.methods),r=new $w.NativeWidgetDeclaration(e,i,s);this.setNodeValue(t,r)}exitNativeCategoryDeclaration(t){const e=this.getNodeValue(t.decl);this.setNodeValue(t,e)}exitNative_resource_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.attrs),s=this.getNodeValue(t.bindings),r=this.getNodeValue(t.methods),n=new $w.NativeResourceDeclaration(e,i,s,null,r);n.storable=null!=t.STORABLE(),this.setNodeValue(t,n)}exitResource_declaration(t){const e=this.getNodeValue(t.native_resource_declaration());this.setNodeValue(t,e)}exitParenthesis_expression(t){const e=this.getNodeValue(t.expression());this.setNodeValue(t,new tN.ParenthesisExpression(e))}exitParenthesisExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitNative_symbol_list(t){const e=new rN.NativeSymbolList;t.native_symbol().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitEnum_native_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.typ),s=this.getNodeValue(t.symbols);this.setNodeValue(t,new $w.EnumeratedNativeDeclaration(e,i,s))}exitFor_each_statement(t){const e=this.getNodeValue(t.name1),i=this.getNodeValue(t.name2),s=this.getNodeValue(t.source),r=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.ForEachStatement(e,i,s,r))}exitForEachStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitKey_token(t){this.setNodeValue(t,t.getText())}exitUUIDLiteral(t){this.setNodeValue(t,new sN.UUIDLiteral(t.getText()))}exitUUIDType(t){this.setNodeValue(t,aN.UUIDType.instance)}exitValue_token(t){this.setNodeValue(t,t.getText())}exitNamed_argument(t){const e=this.getNodeValue(t.variable_identifier()),i=new nN.UnresolvedParameter(e),s=this.getNodeValue(t.literal_expression());i.defaultExpression=s||null,this.setNodeValue(t,i)}exitClosureStatement(t){const e=this.getNodeValue(t.decl);this.setNodeValue(t,new iN.DeclarationStatement(e))}exitReturn_statement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new iN.ReturnStatement(e))}exitReturnStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitType_expression(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new tN.TypeExpression(new aN.CategoryType(e)))}exitTypeExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitIf_statement(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.stmts),s=this.getNodeValue(t.elseIfs),r=this.getNodeValue(t.elseStmts);this.setNodeValue(t,new iN.IfStatement(e,i,s,r))}exitElseIfStatementList(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.stmts),s=new iN.IfElement(e,i);this.setNodeValue(t,new iN.IfElementList(s))}exitElseIfStatementListItem(t){const e=this.getNodeValue(t.items),i=this.getNodeValue(t.exp),s=this.getNodeValue(t.stmts),r=new iN.IfElement(i,s);e.add(r),this.setNodeValue(t,e)}exitIfStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitSuperExpression(t){this.setNodeValue(t,new tN.SuperExpression)}exitSwitchStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitAssignTupleStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitRaiseStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitWriteStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitWithResourceStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitWhileStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitDoWhileStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitTryStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitEqualsExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);let s=null;switch(t.op.type){case Gw.EQ2:s=rN.EqOp.EQUALS;break;case Gw.XEQ:s=rN.EqOp.NOT_EQUALS;break;case Gw.TEQ:s=rN.EqOp.ROUGHLY;break;default:throw new Error("Operator "+t.op.type)}this.setNodeValue(t,new tN.EqualsExpression(e,s,i))}exitCompareExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);let s=null;switch(t.op.type){case Gw.LT:s=rN.CmpOp.LT;break;case Gw.LTE:s=rN.CmpOp.LTE;break;case Gw.GT:s=rN.CmpOp.GT;break;case Gw.GTE:s=rN.CmpOp.GTE;break;default:throw new Error("Operator "+t.op.type)}this.setNodeValue(t,new tN.CompareExpression(e,s,i))}exitAtomicSwitchCase(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.AtomicSwitchCase(e,i))}exitCollection_literal(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitCollectionSwitchCase(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.CollectionSwitchCase(e,i))}exitSwitch_case_statement_list(t){const e=new iN.SwitchCaseList;t.switch_case_statement().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitSwitch_statement(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.cases),s=this.getNodeValue(t.stmts),r=new iN.SwitchStatement(e,i,s);this.setNodeValue(t,r)}exitLiteralRangeLiteral(t){const e=this.getNodeValue(t.low),i=this.getNodeValue(t.high);this.setNodeValue(t,new sN.RangeLiteral(e,i))}exitLiteralListLiteral(t){const e=this.getNodeValue(t.literal_list_literal());this.setNodeValue(t,new sN.ListLiteral(!1,e))}exitLiteral_list_literal(t){const e=new tN.ExpressionList;t.atomic_literal().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitInExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right),s=t.NOT()?rN.ContOp.NOT_IN:rN.ContOp.IN;this.setNodeValue(t,new tN.ContainsExpression(e,s,i))}exitCssType(t){this.setNodeValue(t,aN.CssType.instance)}exitHasExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right),s=t.NOT()?rN.ContOp.NOT_HAS:rN.ContOp.HAS;this.setNodeValue(t,new tN.ContainsExpression(e,s,i))}exitHasAllExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right),s=t.NOT()?rN.ContOp.NOT_HAS_ALL:rN.ContOp.HAS_ALL;this.setNodeValue(t,new tN.ContainsExpression(e,s,i))}exitHasAnyExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right),s=t.NOT()?rN.ContOp.NOT_HAS_ANY:rN.ContOp.HAS_ANY;this.setNodeValue(t,new tN.ContainsExpression(e,s,i))}exitContainsExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right),s=t.NOT()?rN.EqOp.NOT_CONTAINS:rN.EqOp.CONTAINS;this.setNodeValue(t,new tN.EqualsExpression(e,s,i))}exitDivideExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);this.setNodeValue(t,new tN.DivideExpression(e,i))}exitIntDivideExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);this.setNodeValue(t,new tN.IntDivideExpression(e,i))}exitModuloExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);this.setNodeValue(t,new tN.ModuloExpression(e,i))}exitAnnotation_constructor(t){const e=this.getNodeValue(t.name),i=new sN.DocEntryList,s=this.getNodeValue(t.exp);null!=s&&i.add(new sN.DocEntry(null,s)),t.annotation_argument().map((function(t){const e=this.getNodeValue(t);i.add(e)}),this),this.setNodeValue(t,new rN.Annotation(e,i))}exitAnnotation_argument(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.exp);this.setNodeValue(t,new sN.DocEntry(e,i))}exitAnnotation_identifier(t){this.setNodeValue(t,new rN.Identifier(t.getText()))}exitAnnotation_argument_name(t){this.setNodeValue(t,t.getText())}exitAnnotationLiteralValue(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitAnnotationTypeValue(t){const e=this.getNodeValue(t.typ);this.setNodeValue(t,new tN.TypeExpression(e))}exitAndExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);this.setNodeValue(t,new tN.AndExpression(e,i))}exitNullLiteral(t){this.setNodeValue(t,sN.NullLiteral.instance)}exitOperator_argument(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitOperatorArgument(t){const e=this.getNodeValue(t.arg);e.setMutable(null!=t.MUTABLE()),this.setNodeValue(t,e)}exitOperatorPlus(t){this.setNodeValue(t,rN.Operator.PLUS)}exitOperatorMinus(t){this.setNodeValue(t,rN.Operator.MINUS)}exitOperatorMultiply(t){this.setNodeValue(t,rN.Operator.MULTIPLY)}exitOperatorDivide(t){this.setNodeValue(t,rN.Operator.DIVIDE)}exitOperatorIDivide(t){this.setNodeValue(t,rN.Operator.IDIVIDE)}exitOperatorModulo(t){this.setNodeValue(t,rN.Operator.MODULO)}exitNative_member_method_declaration(t){const e=this.readComments(t.comment_statement()),i=this.readAnnotations(t.annotation_constructor()),s=t.children[t.getChildCount()-1],r=this.getNodeValue(s);null!=r&&(r.comments=e,r.annotations=i,this.setNodeValue(t,r))}exitOrder_by(t){const e=new rN.IdentifierList;t.variable_identifier().map((function(t){e.push(this.getNodeValue(t))}),this);const i=new rN.OrderByClause(e,null!=t.DESC());this.setNodeValue(t,i)}exitOrder_by_list(t){const e=new rN.OrderByClauseList;t.order_by().map((function(t){e.add(this.getNodeValue(t))}),this),this.setNodeValue(t,e)}exitOrExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);this.setNodeValue(t,new tN.OrExpression(e,i))}exitMultiplyExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);this.setNodeValue(t,new tN.MultiplyExpression(e,i))}exitMutable_category_type(t){const e=this.getNodeValue(t.category_type());e.mutable=null!=t.MUTABLE(),this.setNodeValue(t,e)}exitMutableInstanceExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.MutableExpression(e))}exitMutableSelectableExpression(t){this.setNodeValue(t,this.getNodeValue(t.exp))}exitMutableSelectorExpression(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.selector);i.parent=e,this.setNodeValue(t,i)}exitMinusExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.MinusExpression(e))}exitNotExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.NotExpression(e))}exitWhile_statement(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.WhileStatement(e,i))}exitDo_while_statement(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.DoWhileStatement(e,i))}exitSingleton_category_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.attrs),s=this.getNodeValue(t.methods);this.setNodeValue(t,new $w.SingletonCategoryDeclaration(e,i,s))}exitSingletonCategoryDeclaration(t){const e=this.getNodeValue(t.decl);this.setNodeValue(t,e)}exitSliceFirstAndLast(t){const e=this.getNodeValue(t.first),i=this.getNodeValue(t.last);this.setNodeValue(t,new tN.SliceSelector(null,e,i))}exitSliceFirstOnly(t){const e=this.getNodeValue(t.first);this.setNodeValue(t,new tN.SliceSelector(null,e,null))}exitSliceLastOnly(t){const e=this.getNodeValue(t.last);this.setNodeValue(t,new tN.SliceSelector(null,null,e))}exitSorted_expression(t){const e=this.getNodeValue(t.source),i=null!=t.DESC(),s=this.getNodeValue(t.key);this.setNodeValue(t,new tN.SortedExpression(e,i,s))}exitSorted_key(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitDocument_expression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.DocumentExpression(e))}exitDocumentType(t){this.setNodeValue(t,aN.DocumentType.instance)}exitDocument_literal(t){const e=this.getNodeValue(t.doc_entry_list())||new sN.DocEntryList;this.setNodeValue(t,new sN.DocumentLiteral(e))}exitFetchStatement(t){this.setNodeValue(t,this.getNodeValue(t.stmt))}exitFetchMany(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.predicate),s=this.getNodeValue(t.xstart),r=this.getNodeValue(t.xstop),n=this.getNodeValue(t.include),a=this.getNodeValue(t.orderby);this.setNodeValue(t,new tN.FetchManyExpression(e,s,r,i,n,a))}exitFetchManyAsync(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.predicate),s=this.getNodeValue(t.xstart),r=this.getNodeValue(t.xstop),n=this.getNodeValue(t.include),a=this.getNodeValue(t.orderby),o=rN.ThenWith.OrEmpty(this.getNodeValue(t.then()));this.setNodeValue(t,new iN.FetchManyStatement(e,s,r,i,n,a,o))}exitFetchOne(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.predicate),s=this.getNodeValue(t.include);this.setNodeValue(t,new tN.FetchOneExpression(e,i,s))}exitFetchOneAsync(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.predicate),s=this.getNodeValue(t.include),r=rN.ThenWith.OrEmpty(this.getNodeValue(t.then()));this.setNodeValue(t,new iN.FetchOneStatement(e,i,s,r))}exitThen(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new rN.ThenWith(e,i))}exitFilteredListExpression(t){const e=this.getNodeValue(t.filtered_list_suffix()),i=this.getNodeValue(t.src);e.source=i,this.setNodeValue(t,e)}exitFiltered_list_suffix(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.predicate);let s;if(e)s=new tN.ExplicitPredicateExpression(e,i);else{if(!(i instanceof tN.PredicateExpression))throw new Error("What?");s=i}this.setNodeValue(t,new tN.FilteredExpression(null,s))}exitArrowFilterExpression(t){this.setNodeValue(t,this.getNodeValue(t.arrow_expression()))}exitExplicitFilterExpression(t){const e=this.getNodeValue(t.variable_identifier()),i=this.getNodeValue(t.expression());this.setNodeValue(t,new tN.ExplicitPredicateExpression(e,i))}exitOtherFilterExpression(t){this.setNodeValue(t,this.getNodeValue(t.expression()))}exitCode_type(t){this.setNodeValue(t,aN.CodeType.instance)}exitExecuteExpression(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new tN.ExecuteExpression(e))}exitExpression_list(t){const e=new tN.ExpressionList;t.expression().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitExpression_tuple(t){const e=new tN.ExpressionList;t.expression().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitCodeExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.CodeExpression(e))}exitCategory_or_any_type(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitCode_argument(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new nN.CodeParameter(e))}exitCategory_symbol(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.args);this.setNodeValue(t,new tN.CategorySymbol(e,i))}exitCategory_symbol_list(t){const e=new rN.CategorySymbolList;t.category_symbol().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitEnum_category_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.attrs),s=this.getNodeValue(t.derived),r=null==s?null:new rN.IdentifierList(s),n=this.getNodeValue(t.symbols);this.setNodeValue(t,new $w.EnumeratedCategoryDeclaration(e,i,r,n))}exitEnum_declaration(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitRead_all_expression(t){const e=this.getNodeValue(t.source);this.setNodeValue(t,new tN.ReadAllExpression(e))}exitRead_blob_expression(t){const e=this.getNodeValue(t.source);this.setNodeValue(t,new tN.ReadBlobExpression(e))}exitRead_one_expression(t){const e=this.getNodeValue(t.source);this.setNodeValue(t,new tN.ReadOneExpression(e))}exitRead_statement(t){const e=this.getNodeValue(t.source),i=rN.ThenWith.OrEmpty(this.getNodeValue(t.then()));this.setNodeValue(t,new iN.ReadStatement(e,i))}exitReadStatement(t){this.setNodeValue(t,this.getNodeValue(t.stmt))}exitRepl(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitWith_singleton_statement(t){const e=this.getNodeValue(t.typ),i=new aN.CategoryType(e),s=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.WithSingletonStatement(i,s))}exitWithSingletonStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitWrite_statement(t){const e=this.getNodeValue(t.what),i=this.getNodeValue(t.target),s=this.getNodeValue(t.then());this.setNodeValue(t,new iN.WriteStatement(e,i,s))}exitWith_resource_statement(t){const e=this.getNodeValue(t.stmt),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.WithResourceStatement(e,i))}exitAnyType(t){this.setNodeValue(t,aN.AnyType.instance)}exitAnyListType(t){const e=this.getNodeValue(t.any_type());this.setNodeValue(t,new aN.ListType(e))}exitAnyDictType(t){const e=this.getNodeValue(t.any_type());this.setNodeValue(t,new aN.DictionaryType(e))}exitCastExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);this.setNodeValue(t,new tN.CastExpression(e,i,null!=t.MUTABLE()))}exitCatchAtomicStatement(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.stmts),s=new tN.SymbolExpression(e);s.copySectionFrom(e),this.setNodeValue(t,new iN.AtomicSwitchCase(s,i))}exitCatchCollectionStatement(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.CollectionSwitchCase(e,i))}exitCatch_statement_list(t){const e=new iN.SwitchCaseList;t.catch_statement().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitTry_statement(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.stmts),s=this.getNodeValue(t.handlers),r=this.getNodeValue(t.anyStmts),n=this.getNodeValue(t.finalStmts),a=new iN.SwitchErrorStatement(e,i,s,r,n);this.setNodeValue(t,a)}exitRaise_statement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new iN.RaiseStatement(e))}exitMatchingList(t){const e=this.getNodeValue(t.source);this.setNodeValue(t,new Qw.MatchingCollectionConstraint(e))}exitMatchingRange(t){const e=this.getNodeValue(t.source);this.setNodeValue(t,new Qw.MatchingCollectionConstraint(e))}exitMatchingExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new Qw.MatchingExpressionConstraint(e))}exitMatchingPattern(t){this.setNodeValue(t,new Qw.MatchingPatternConstraint(new sN.TextLiteral(t.text.text)))}exitLiteralSetLiteral(t){const e=this.getNodeValue(t.literal_list_literal());this.setNodeValue(t,new sN.SetLiteral(e))}exitCsharp_identifier(t){this.setNodeValue(t,t.getText())}exitCSharpIdentifier(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new fN.CSharpIdentifierExpression(null,e))}exitCSharpChildIdentifier(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.name),s=new fN.CSharpIdentifierExpression(e,i);this.setNodeValue(t,s)}exitCSharpBooleanLiteral(t){this.setNodeValue(t,new fN.CSharpBooleanLiteral(t.getText()))}exitCSharpIntegerLiteral(t){this.setNodeValue(t,new fN.CSharpIntegerLiteral(t.getText()))}exitCSharpDecimalLiteral(t){this.setNodeValue(t,new fN.CSharpDecimalLiteral(t.getText()))}exitCSharpCharacterLiteral(t){this.setNodeValue(t,new fN.CSharpCharacterLiteral(t.getText()))}exitCSharpTextLiteral(t){this.setNodeValue(t,new fN.CSharpTextLiteral(t.getText()))}exitCSharpCategoryBinding(t){const e=this.getNodeValue(t.binding);this.setNodeValue(t,new fN.CSharpNativeCategoryBinding(e))}exitCsharp_primary_expression(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitCsharp_this_expression(t){this.setNodeValue(t,new fN.CSharpThisExpression)}exitCsharp_method_expression(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.args);this.setNodeValue(t,new fN.CSharpMethodExpression(e,i))}exitCSharpMethodExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitCSharpArgumentList(t){const e=this.getNodeValue(t.item);this.setNodeValue(t,new fN.CSharpExpressionList(e))}exitCSharpArgumentListItem(t){const e=this.getNodeValue(t.item),i=this.getNodeValue(t.items);i.add(e),this.setNodeValue(t,i)}exitCSharpNativeStatement(t){const e=this.getNodeValue(t.csharp_statement()),i=new fN.CSharpNativeCall(e);this.setNodeValue(t,i)}exitCSharpPromptoIdentifier(t){const e=t.DOLLAR_IDENTIFIER().getText();this.setNodeValue(t,new fN.CSharpIdentifierExpression(null,e))}exitCSharpPrimaryExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitCSharpSelectorExpression(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.child);i.parent=e,this.setNodeValue(t,i)}exitCSharpStatement(t){const e=this.getNodeValue(t.exp),i=new fN.CSharpStatement(e,!1);this.setNodeValue(t,i)}exitCSharpReturnStatement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new fN.CSharpStatement(e,!0))}exitPythonStatement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new _N(e,!1))}exitPythonReturnStatement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new _N(e,!0))}exitPython2CategoryBinding(t){const e=this.getNodeValue(t.binding);this.setNodeValue(t,new FN(e))}exitPython3CategoryBinding(t){const e=this.getNodeValue(t.binding);this.setNodeValue(t,new HN(e))}exitPython_category_binding(t){const e=t.identifier().getText(),i=this.getNodeValue(t.python_module()),s=new PN(e,i);this.setNodeValue(t,s)}exitPython_method_expression(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.args),s=new wN(e,i);this.setNodeValue(t,s)}exitPythonGlobalMethodExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitPythonMethodExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitPython_module(t){const e=t.python_identifier().map((t=>t.getText())),i=new SN(e);this.setNodeValue(t,i)}exitPython2NativeStatement(t){const e=this.getNodeValue(t.python_native_statement());this.setNodeValue(t,new mN(e))}exitPython3NativeStatement(t){const e=this.getNodeValue(t.python_native_statement());this.setNodeValue(t,new RN(e))}exitPython_native_statement(t){const e=this.getNodeValue(t.python_statement()),i=this.getNodeValue(t.python_module());e.module=i||null,this.setNodeValue(t,new EN(e))}exitPython_identifier(t){this.setNodeValue(t,t.getText())}exitPythonIdentifier(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new yN(null,e))}exitPythonIdentifierExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitPythonChildIdentifier(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.name),s=new yN(e,i);this.setNodeValue(t,s)}exitPythonBooleanLiteral(t){this.setNodeValue(t,new LN(t.getText()))}exitPythonIntegerLiteral(t){this.setNodeValue(t,new CN(t.getText()))}exitPythonDecimalLiteral(t){this.setNodeValue(t,new vN(t.getText()))}exitPythonCharacterLiteral(t){this.setNodeValue(t,new IN(t.getText()))}exitPythonTextLiteral(t){this.setNodeValue(t,new NN(t.getText()))}exitPythonLiteralExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitPythonPromptoIdentifier(t){const e=t.DOLLAR_IDENTIFIER().getText();this.setNodeValue(t,new yN(null,e))}exitPythonPrimaryExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitPythonArgumentList(t){const e=this.getNodeValue(t.ordinal),i=this.getNodeValue(t.named);e.addAll(i),this.setNodeValue(t,e)}exitPythonNamedOnlyArgumentList(t){const e=this.getNodeValue(t.named);this.setNodeValue(t,e)}exitPythonNamedArgumentList(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.exp),s=new ON(e,i);this.setNodeValue(t,new kN(s))}exitPythonNamedArgumentListItem(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.exp),s=new ON(e,i),r=this.getNodeValue(t.items);r.add(s),this.setNodeValue(t,r)}exitPythonOrdinalOnlyArgumentList(t){const e=this.getNodeValue(t.ordinal);this.setNodeValue(t,e)}exitPythonOrdinalArgumentList(t){const e=this.getNodeValue(t.item),i=new DN(e);this.setNodeValue(t,new kN(i))}exitPythonOrdinalArgumentListItem(t){const e=this.getNodeValue(t.item),i=new DN(e),s=this.getNodeValue(t.items);s.add(i),this.setNodeValue(t,s)}exitPythonSelectorExpression(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.child);i.parent=e,this.setNodeValue(t,i)}exitPythonSelfExpression(t){this.setNodeValue(t,new gN)}exitJsxChild(t){this.setNodeValue(t,this.getNodeValue(t.jsx))}exitJsxCode(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new oN.JsxCode(e))}exitJsxExpression(t){this.setNodeValue(t,this.getNodeValue(t.exp))}exitJsxElement(t){const e=this.getNodeValue(t.opening),i=this.getNodeValue(t.closing);e.setClosing(i);const s=this.getNodeValue(t.children_);e.setChildren(s),this.setNodeValue(t,e)}exitJsxSelfClosing(t){this.setNodeValue(t,this.getNodeValue(t.jsx))}exitJsxText(t){const e=zN(t.text);this.setNodeValue(t,new oN.JsxText(e))}exitJsxValue(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new oN.JsxExpression(e))}exitJsx_attribute(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.value),s=this.getWhiteSpacePlus(t.ws_plus());this.setNodeValue(t,new oN.JsxProperty(e,i,s))}exitJsx_children(t){const e=t.jsx_child().map((t=>this.getNodeValue(t)),this);this.setNodeValue(t,e)}exitJsx_element_name(t){const e=t.getText();this.setNodeValue(t,new rN.Identifier(e))}exitJsx_expression(t){this.setNodeValue(t,this.getNodeValue(t.getChild(0)))}exitJsx_identifier(t){const e=t.getText();this.setNodeValue(t,new rN.Identifier(e))}exitJsx_fragment(t){const e=this.getWhiteSpacePlus(t.ws_plus(0)),i=new oN.JsxFragment(e);i.children=this.getNodeValue(t.children_),this.setNodeValue(t,i)}exitJsxLiteral(t){const e=t.getText();this.setNodeValue(t,new oN.JsxLiteral(e))}exitJsx_opening(t){const e=this.getNodeValue(t.name),i=this.getWhiteSpacePlus(t.ws_plus()),s=t.jsx_attribute().map((function(t){return this.getNodeValue(t)}),this);this.setNodeValue(t,new oN.JsxElement(e,i,s,null))}exitJsx_closing(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new oN.JsxClosing(e,null))}exitJsx_self_closing(t){const e=this.getNodeValue(t.name),i=this.getWhiteSpacePlus(t.ws_plus()),s=t.jsx_attribute().map((function(t){return this.getNodeValue(t)}),this);this.setNodeValue(t,new oN.JsxSelfClosing(e,i,s,null))}exitCssExpression(t){this.setNodeValue(t,this.getNodeValue(t.exp))}exitCss_expression(t){const e=new dN;t.css_field().forEach((function(t){const i=this.getNodeValue(t);e.addField(i)}),this),this.setNodeValue(t,e)}exitCss_field(t){const e=t.name.getText(),i=t.css_value().map((t=>this.getNodeValue(t)),this);this.setNodeValue(t,new cN(e,i))}exitCssText(t){const e=this.input.getText({start:t.text.start,stop:t.text.stop});this.setNodeValue(t,new lN(e))}exitCssValue(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new hN(e))}buildSection(t,e){if(!e.dialect){const i=this.findFirstValidToken(t.start.tokenIndex,e instanceof oN.JsxText),s=this.findLastValidToken(t.stop.tokenIndex,e instanceof oN.JsxText);e.setSectionFrom(this.path,i,s,JN.M)}}findFirstValidToken(t,e){-1===t&&(t=0);do{const i=this.readValidToken(t++,e);if(null!==i)return i}while(t=0;){const i=this.readValidToken(t--,e);if(null!==i)return i}return null}readValidToken(t,e){const i=this.input.get(t),s=i.text;return null!==s&&(e||s.replace(/(\n|\r|\t| )/g,"").length>0)?i:null}}const BN=Object(Ww.importFsIfNode)();class GN extends FR{constructor(t){return super(function(t){return("string"==typeof t||t instanceof String)&&(t=BN&&BN.existsSync&&BN.existsSync(t)?new a.a.FileStream(t):new a.a.InputStream(t)),t instanceof a.a.InputStream&&(t=new zw(t)),t instanceof a.a.Lexer&&(t=new a.a.CommonTokenStream(t)),t}(t)),this.path="",this}parse(){return this.parse_declaration_list()}parse_declaration_list(){return this.doParse(this.declaration_list,!0)}parse_repl_input(){return this.doParse(this.repl,!0)}equalToken(){return FR.EQUAL}doParse(t,e){this.getTokenStream().tokenSource.addLF=e;const i=t.bind(this)(),s=new VN(this);return(new a.a.tree.ParseTreeWalker).walk(s,i),s.getNodeValue(i)}}class jN extends o{constructor(t){var e,i,s;super(),s=function(t){const e=this.getNodeValue(t.op),i=this.getNodeValue(t.arg),s=this.getNodeValue(t.typ),r=this.getNodeValue(t.stmts),n=new $w.OperatorMethodDeclaration(e,i,s,r);this.setNodeValue(t,n)},(i="exitOperator_method_declaration")in(e=this)?Object.defineProperty(e,i,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[i]=s,this.input=t.getTokenStream(),this.path=t.path,this.nodeValues={},this.nextNodeId=0}setNodeValue(t,e){void 0===t["%id"]&&(t["%id"]=this.nextNodeId++),this.nodeValues[t["%id"]]=e,e instanceof r.a&&this.buildSection(t,e)}getNodeValue(t){return null==t||void 0===t||null===t["%id"]||void 0===t["%id"]?null:this.nodeValues[t["%id"]]}getHiddenTokensBefore(t){const e=this.input.getHiddenTokensToLeft(t.tokenIndex);return this.getHiddenTokensText(e)}getHiddenTokensAfter(t){if(t.tokenIndex<0)return null;const e=this.input.getHiddenTokensToRight(t.tokenIndex);return this.getHiddenTokensText(e)}getHiddenTokensText(t){return null==t||0===t.length?null:t.map((t=>t.text)).join("")}getWhiteSpacePlus(t){let e=null==t.children?null:t.children.filter((function(t){return this.isNotIndent(t)}),this).map((t=>t.getText()),this).join("");if(null==e||0===e.length)return null;const i=this.getHiddenTokensBefore(t.start);null!=i&&(e=i+e);const s=this.getHiddenTokensAfter(t.stop);return null!=s&&(e+=s),e}isNotIndent(t){return!t.symbol||t.symbol.type!=x.INDENT}readAnnotations(t){const e=t.map((function(t){return this.getNodeValue(t)}),this);return 0==e.length?null:e}readComments(t){const e=t.map((function(t){return this.getNodeValue(t)}),this);return 0===e.length?null:e}exitIdentifierExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.UnresolvedIdentifier(e))}exitTypeIdentifier(t){const e=this.getNodeValue(t.type_identifier());this.setNodeValue(t,e)}exitMethodCallExpression(t){const e=this.getNodeValue(t.exp1||t.exp2),i=this.getNodeValue(t.args),s=new iN.UnresolvedCall(e,i);this.setNodeValue(t,s)}exitUnresolvedExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitUnresolvedIdentifier(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new tN.UnresolvedIdentifier(e))}exitUnresolvedSelector(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.selector);i.parent=e,this.setNodeValue(t,i)}exitUnresolved_selector(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new tN.MemberSelector(null,e))}exitUUIDLiteral(t){this.setNodeValue(t,new sN.UUIDLiteral(t.getText()))}exitUUIDType(t){this.setNodeValue(t,aN.UUIDType.instance)}exitCommentStatement(t){this.setNodeValue(t,this.getNodeValue(t.comment_statement()))}exitComment_statement(t){this.setNodeValue(t,new iN.CommentStatement(t.getText()))}exitBlob_expression(t){const e=this.getNodeValue(t.expression());this.setNodeValue(t,new tN.BlobExpression(e))}exitBlobExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitBooleanLiteral(t){this.setNodeValue(t,new sN.BooleanLiteral(t.getText()))}exitBreakStatement(t){this.setNodeValue(t,new iN.BreakStatement)}exitMinIntegerLiteral(t){this.setNodeValue(t,new sN.MinIntegerLiteral)}exitMaxIntegerLiteral(t){this.setNodeValue(t,new sN.MaxIntegerLiteral)}exitIntegerLiteral(t){this.setNodeValue(t,new sN.IntegerLiteral(t.getText()))}exitDecimalLiteral(t){this.setNodeValue(t,new sN.DecimalLiteral(t.getText()))}exitHexadecimalLiteral(t){this.setNodeValue(t,new sN.HexaLiteral(t.getText()))}exitCharacterLiteral(t){this.setNodeValue(t,new sN.CharacterLiteral(t.getText()))}exitDateLiteral(t){this.setNodeValue(t,new sN.DateLiteral(t.getText()))}exitDateTimeLiteral(t){this.setNodeValue(t,new sN.DateTimeLiteral(t.getText()))}exitDbIdType(t){this.setNodeValue(t,aN.DbIdType.instance)}exitTernaryExpression(t){const e=this.getNodeValue(t.test),i=this.getNodeValue(t.ifTrue),s=this.getNodeValue(t.ifFalse),r=new tN.TernaryExpression(e,i,s);this.setNodeValue(t,r)}exitTest_method_declaration(t){const e=new rN.Identifier(t.name.text);e.setSectionFrom(this.path,t.name,t.name,JN.E);const i=this.getNodeValue(t.stmts),s=this.getNodeValue(t.exps),r=this.getNodeValue(t.error),n=null==r?null:new tN.SymbolExpression(r);this.setNodeValue(t,new $w.TestMethodDeclaration(e,i,s,n))}exitTextLiteral(t){this.setNodeValue(t,new sN.TextLiteral(t.getText()))}exitTimeLiteral(t){this.setNodeValue(t,new sN.TimeLiteral(t.getText()))}exitPeriodLiteral(t){this.setNodeValue(t,new sN.PeriodLiteral(t.getText()))}exitPeriodType(t){this.setNodeValue(t,aN.PeriodType.instance)}exitVersionLiteral(t){this.setNodeValue(t,new sN.VersionLiteral(t.getText()))}exitVersionType(t){this.setNodeValue(t,aN.VersionType.instance)}exitAttribute_identifier(t){const e=new rN.Identifier(t.getText());this.setNodeValue(t,e)}exitVariable_identifier(t){const e=new rN.Identifier(t.getText());this.setNodeValue(t,e)}exitList_literal(t){const e=null!==t.MUTABLE(),i=this.getNodeValue(t.expression_list())||null,s=new sN.ListLiteral(e,i);this.setNodeValue(t,s)}exitDict_literal(t){const e=null!==t.MUTABLE(),i=this.getNodeValue(t.dict_entry_list())||null,s=new sN.DictLiteral(e,i);this.setNodeValue(t,s)}exitTuple_literal(t){const e=null!==t.MUTABLE(),i=this.getNodeValue(t.expression_tuple())||null,s=new sN.TupleLiteral(e,i);this.setNodeValue(t,s)}exitRange_literal(t){const e=this.getNodeValue(t.low),i=this.getNodeValue(t.high);this.setNodeValue(t,new sN.RangeLiteral(e,i))}exitDict_entry_list(t){const e=new sN.DictEntryList(null,null);t.dict_entry().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitDict_entry(t){const e=this.getNodeValue(t.key),i=this.getNodeValue(t.value),s=new sN.DictEntry(e,i);this.setNodeValue(t,s)}exitDoc_entry_list(t){const e=new sN.DocEntryList(null,null);t.doc_entry().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitDoc_entry(t){const e=this.getNodeValue(t.key),i=this.getNodeValue(t.value),s=new sN.DocEntry(e,i);this.setNodeValue(t,s)}exitDocKeyIdentifier(t){const e=t.name.getText();this.setNodeValue(t,new sN.DocIdentifierKey(new rN.Identifier(e)))}exitDocKeyText(t){const e=t.name.text;this.setNodeValue(t,new sN.DocTextKey(e))}exitLiteral_expression(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitLiteralExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitVariableIdentifier(t){const e=this.getNodeValue(t.variable_identifier());this.setNodeValue(t,e)}exitSymbol_identifier(t){const e=new rN.Identifier(t.getText());this.setNodeValue(t,e)}exitNative_symbol(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.NativeSymbol(e,i))}exitSymbolIdentifier(t){const e=this.getNodeValue(t.symbol_identifier());this.setNodeValue(t,e)}exitSymbolLiteral(t){const e=t.getText();this.setNodeValue(t,new tN.SymbolExpression(new rN.Identifier(e)))}exitBlobType(t){this.setNodeValue(t,aN.BlobType.instance)}exitBooleanType(t){this.setNodeValue(t,aN.BooleanType.instance)}exitCharacterType(t){this.setNodeValue(t,aN.CharacterType.instance)}exitImageType(t){this.setNodeValue(t,aN.ImageType.instance)}exitTextType(t){this.setNodeValue(t,aN.TextType.instance)}exitHtmlType(t){this.setNodeValue(t,aN.HtmlType.instance)}exitThisExpression(t){this.setNodeValue(t,new tN.ThisExpression)}exitIntegerType(t){this.setNodeValue(t,aN.IntegerType.instance)}exitDecimalType(t){this.setNodeValue(t,aN.DecimalType.instance)}exitDateType(t){this.setNodeValue(t,aN.DateType.instance)}exitDateTimeType(t){this.setNodeValue(t,aN.DateTimeType.instance)}exitTimeType(t){this.setNodeValue(t,aN.TimeType.instance)}exitCodeType(t){this.setNodeValue(t,aN.CodeType.instance)}exitPrimaryType(t){const e=this.getNodeValue(t.p);this.setNodeValue(t,e)}exitAttribute_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.typ),s=this.getNodeValue(t.match);let r=null;null!=t.indices?r=r=this.getNodeValue(t.indices):null!=t.INDEX()&&(r=new rN.IdentifierList),null!=t.index&&r.push(this.getNodeValue(t.index));const n=new $w.AttributeDeclaration(e,i,s,r);n.storable=null!=t.STORABLE(),this.setNodeValue(t,n)}exitNativeType(t){const e=this.getNodeValue(t.n);this.setNodeValue(t,e)}exitCategoryType(t){const e=this.getNodeValue(t.c);this.setNodeValue(t,e)}exitCategory_type(t){const e=new rN.Identifier(t.getText());this.buildSection(t,e),this.setNodeValue(t,new aN.CategoryType(e))}exitListType(t){const e=this.getNodeValue(t.l);this.setNodeValue(t,new aN.ListType(e))}exitDictKeyIdentifier(t){const e=t.name.getText();this.setNodeValue(t,new sN.DictIdentifierKey(new rN.Identifier(e)))}exitDictKeyText(t){const e=t.name.text;this.setNodeValue(t,new sN.DictTextKey(e))}exitDictType(t){const e=this.getNodeValue(t.d);this.setNodeValue(t,new aN.DictionaryType(e))}exitAttributeList(t){const e=this.getNodeValue(t.item);this.setNodeValue(t,new rN.IdentifierList(e))}exitAttributeListItem(t){const e=this.getNodeValue(t.items),i=this.getNodeValue(t.item);e.add(i),this.setNodeValue(t,e)}exitAttribute_identifier_list(t){const e=new rN.IdentifierList;t.attribute_identifier().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitVariable_identifier_list(t){const e=new rN.IdentifierList;t.variable_identifier().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitConcrete_category_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.attrs)||null,s=this.getNodeValue(t.derived)||null,r=this.getNodeValue(t.methods)||null,n=new $w.ConcreteCategoryDeclaration(e,i,s,r);n.storable=null!=t.STORABLE(),this.setNodeValue(t,n)}exitConcrete_widget_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.derived),s=this.getNodeValue(t.methods),r=new $w.ConcreteWidgetDeclaration(e,i,s);this.setNodeValue(t,r)}exitConcreteCategoryDeclaration(t){const e=this.getNodeValue(t.decl);this.setNodeValue(t,e)}exitConcreteWidgetDeclaration(t){const e=this.getNodeValue(t.decl);this.setNodeValue(t,e)}exitNativeWidgetDeclaration(t){const e=this.getNodeValue(t.decl);this.setNodeValue(t,e)}exitDerivedList(t){const e=this.getNodeValue(t.items);this.setNodeValue(t,e)}exitDerivedListItem(t){const e=this.getNodeValue(t.items),i=this.getNodeValue(t.item);e.add(i),this.setNodeValue(t,e)}exitType_identifier(t){const e=new rN.Identifier(t.getText());this.setNodeValue(t,e)}exitType_identifier_list(t){const e=new rN.IdentifierList;t.type_identifier().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitType_literal(t){const e=this.getNodeValue(t.category_or_any_type());this.setNodeValue(t,new sN.TypeLiteral(e))}exitTypeLiteral(t){this.setNodeValue(t,this.getNodeValue(t.type_literal()))}exitTypeType(t){const e=this.getNodeValue(t.t);this.setNodeValue(t,new aN.TypeType(e))}exitInstanceExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitSelectableExpression(t){const e=this.getNodeValue(t.parent);this.setNodeValue(t,e)}exitSelectorExpression(t){const e=this.getNodeValue(t.selector);e&&(e.parent=this.getNodeValue(t.parent),this.setNodeValue(t,e))}exitSet_literal(t){const e=this.getNodeValue(t.expression_list()),i=new sN.SetLiteral(e);this.setNodeValue(t,i)}exitStoreStatement(t){this.setNodeValue(t,this.getNodeValue(t.stmt))}exitStore_statement(t){const e=this.getNodeValue(t.to_del),i=this.getNodeValue(t.to_add),s=this.getNodeValue(t.with_meta),r=this.getNodeValue(t.stmts),n=new iN.DeleteAndStoreStatement(e,i,s,r);this.setNodeValue(t,n)}exitMember_identifier(t){const e=new rN.Identifier(t.getText());this.setNodeValue(t,e)}exitMemberSelector(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new tN.UnresolvedSelector(null,e))}exitItemSelector(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.ItemSelector(null,e))}exitSliceSelector(t){const e=this.getNodeValue(t.xslice);this.setNodeValue(t,e)}exitTyped_argument(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.name),s=this.getNodeValue(t.attrs),r=s?new nN.ExtendedParameter(e,i,s):new nN.CategoryParameter(e,i),n=this.getNodeValue(t.value);r.defaultExpression=n||null,this.setNodeValue(t,r)}exitCodeArgument(t){const e=this.getNodeValue(t.arg);this.setNodeValue(t,e)}exitArgument_list(t){const e=new nN.ParameterList;t.argument().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitFlush_statement(t){this.setNodeValue(t,new iN.FlushStatement)}exitFlushStatement(t){this.setNodeValue(t,this.getNodeValue(t.stmt))}exitFull_argument_list(t){const e=this.getNodeValue(t.items),i=this.getNodeValue(t.item)||null;null!==i&&e.add(i),this.setNodeValue(t,e)}exitArgument_assignment(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.exp),s=new nN.UnresolvedParameter(e);this.setNodeValue(t,new rN.Argument(s,i))}exitArgumentAssignmentListExpression(t){const e=this.getNodeValue(t.exp);let i=this.getNodeValue(t.items)||null;null===i&&(i=new rN.ArgumentList);let s=new rN.Argument(null,e);e instanceof r.a&&s.copySectionFrom(e),i.insert(0,s),s=this.getNodeValue(t.item)||null,null!==s?i.add(s):i.checkLastAnd(),this.setNodeValue(t,i)}exitArgumentAssignmentListNoExpression(t){const e=this.getNodeValue(t.items),i=this.getNodeValue(t.item)||null;null!==i?e.add(i):e.checkLastAnd(),this.setNodeValue(t,e)}exitArgumentAssignmentList(t){const e=this.getNodeValue(t.item),i=new rN.ArgumentList([e]);this.setNodeValue(t,i)}exitArgumentAssignmentListItem(t){const e=this.getNodeValue(t.item),i=this.getNodeValue(t.items);i.add(e),this.setNodeValue(t,i)}exitArrow_prefix(t){const e=this.getNodeValue(t.arrow_args());let i=this.getWhiteSpacePlus(t.s1);null==i&&(i=this.getHiddenTokensBefore(t.EGT().getSymbol()));let s=this.getWhiteSpacePlus(t.s2);null==s&&(s=this.getHiddenTokensAfter(t.EGT().getSymbol())),this.setNodeValue(t,new tN.ArrowExpression(e,i,s))}exitArrowExpression(t){this.setNodeValue(t,this.getNodeValue(t.exp))}exitArrowExpressionBody(t){const e=this.getNodeValue(t.arrow_prefix()),i=this.getNodeValue(t.expression());e.setExpression(i),this.setNodeValue(t,e)}exitArrowListArg(t){const e=this.getNodeValue(t.variable_identifier_list());this.setNodeValue(t,e)}exitArrowSingleArg(t){const e=this.getNodeValue(t.variable_identifier());this.setNodeValue(t,new rN.IdentifierList(e))}exitArrowStatementsBody(t){const e=this.getNodeValue(t.arrow_prefix()),i=this.getNodeValue(t.statement_list());e.setStatements(i),this.setNodeValue(t,e)}exitUnresolvedWithArgsStatement(t){const e=t.exp1?this.getNodeValue(t.exp1):this.getNodeValue(t.exp2),i=this.getNodeValue(t.args),s=this.getNodeValue(t.name),r=this.getNodeValue(t.stmts);null!=s||null!=r?this.setNodeValue(t,new iN.RemoteCall(e,i,s,r)):this.setNodeValue(t,new iN.UnresolvedCall(e,i))}exitAddExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right),s=t.op.type===x.PLUS?new tN.PlusExpression(e,i):new tN.SubtractExpression(e,i);this.setNodeValue(t,s)}exitMember_method_declaration_list(t){const e=new rN.MethodDeclarationList;t.member_method_declaration().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitNative_member_method_declaration_list(t){const e=new rN.MethodDeclarationList;t.native_member_method_declaration().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitGetter_method_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new $w.GetterMethodDeclaration(e,i))}exitNative_setter_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new $w.NativeSetterMethodDeclaration(e,i))}exitNative_getter_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new $w.NativeGetterMethodDeclaration(e,i))}exitSetter_method_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new $w.SetterMethodDeclaration(e,i))}exitSetType(t){const e=this.getNodeValue(t.s);this.setNodeValue(t,new aN.SetType(e))}exitMember_method_declaration(t){const e=this.readComments(t.comment_statement()),i=this.readAnnotations(t.annotation_constructor()),s=t.children[t.getChildCount()-1],r=this.getNodeValue(s);null!=r&&(r.comments=e,r.annotations=i,this.setNodeValue(t,r))}exitStatement_list(t){const e=new iN.StatementList;t.statement().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitAbstract_global_method_declaration(t){const e=this.getNodeValue(t.typ);e instanceof aN.CategoryType&&(e.mutable=null!=t.MUTABLE());const i=this.getNodeValue(t.name),s=this.getNodeValue(t.args);this.setNodeValue(t,new $w.AbstractMethodDeclaration(i,s,e))}exitAbstract_member_method_declaration(t){const e=this.getNodeValue(t.typ);e instanceof aN.CategoryType&&(e.mutable=null!=t.MUTABLE());const i=this.getNodeValue(t.name),s=this.getNodeValue(t.args);this.setNodeValue(t,new $w.AbstractMethodDeclaration(i,s,e))}exitConcrete_method_declaration(t){const e=this.getNodeValue(t.typ);e instanceof aN.CategoryType&&(e.mutable=null!=t.MUTABLE());const i=this.getNodeValue(t.name),s=this.getNodeValue(t.args),r=this.getNodeValue(t.stmts);this.setNodeValue(t,new $w.ConcreteMethodDeclaration(i,s,e,r))}exitMethod_declaration(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitMethodCallStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitMethod_identifier(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitConstructorFrom(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.copyExp)||null;let s=this.getNodeValue(t.args)||null;const r=this.getNodeValue(t.arg)||null;null!==r?(null===s&&(s=new rN.ArgumentList),s.add(r)):null!==s&&s.checkLastAnd(),this.setNodeValue(t,new tN.ConstructorExpression(e,i,s,!0))}exitConstructorNoFrom(t){const e=this.getNodeValue(t.typ);let i=this.getNodeValue(t.args)||null;const s=this.getNodeValue(t.arg)||null;null!==s?(null===i&&(i=new rN.ArgumentList),i.add(s)):null!==i&&i.checkLastAnd(),this.setNodeValue(t,new tN.ConstructorExpression(e,null,i,!0))}exitAssertion(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new YN(e))}exitAssertion_list(t){const e=new tN.ExpressionList;t.assertion().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitAssignInstanceStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitAssign_instance_statement(t){const e=this.getNodeValue(t.inst),i=this.getNodeValue(t.exp);this.setNodeValue(t,new iN.AssignInstanceStatement(e,i))}exitAssign_variable_statement(t){const e=this.getNodeValue(t.variable_identifier()),i=this.getNodeValue(t.expression());this.setNodeValue(t,new iN.AssignVariableStatement(e,i))}exitAssign_tuple_statement(t){const e=this.getNodeValue(t.items),i=this.getNodeValue(t.exp);this.setNodeValue(t,new iN.AssignTupleStatement(e,i))}exitRootInstance(t){const e=this.getNodeValue(t.variable_identifier());this.setNodeValue(t,new Zw.VariableInstance(e))}exitChildInstance(t){const e=this.getNodeValue(t.assignable_instance()),i=this.getNodeValue(t.child_instance());i.parent=e,this.setNodeValue(t,i)}exitMemberInstance(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new Zw.MemberInstance(e))}exitIsATypeExpression(t){const e=this.getNodeValue(t.category_or_any_type()),i=new tN.TypeExpression(e);this.setNodeValue(t,i)}exitIsOtherExpression(t){const e=this.getNodeValue(t.expression());this.setNodeValue(t,e)}exitIsExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);let s;s=t.NOT()?i instanceof tN.TypeExpression?rN.EqOp.IS_NOT_A:rN.EqOp.IS_NOT:i instanceof tN.TypeExpression?rN.EqOp.IS_A:rN.EqOp.IS,this.setNodeValue(t,new tN.EqualsExpression(e,s,i))}exitItemInstance(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new Zw.ItemInstance(e))}exitConstructorExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitNative_statement_list(t){const e=new iN.StatementList;t.native_statement().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitJava_identifier(t){this.setNodeValue(t,t.getText())}exitJavascript_identifier(t){const e=new rN.Identifier(t.getText());this.setNodeValue(t,e)}exitJavascript_member_expression(t){const e=t.name.getText();this.setNodeValue(t,new eN.h(e))}exitJavascript_new_expression(t){const e=this.getNodeValue(t.javascript_method_expression());this.setNodeValue(t,new eN.m(e))}exitJavascript_primary_expression(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitJavascript_this_expression(t){this.setNodeValue(t,new eN.p)}exitJavaIdentifier(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new pN.JavaIdentifierExpression(null,e))}exitJavaIdentifierExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitJavaChildIdentifier(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.name),s=new pN.JavaIdentifierExpression(e,i);this.setNodeValue(t,s)}exitJavaClassIdentifier(t){const e=this.getNodeValue(t.klass);this.setNodeValue(t,e)}exitJavaChildClassIdentifier(t){const e=this.getNodeValue(t.parent),i=new pN.JavaIdentifierExpression(e,t.name.text);this.setNodeValue(t,i)}exitJavaPrimaryExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitJavascriptBooleanLiteral(t){this.setNodeValue(t,new eN.a(t.getText()))}exitJavascriptCharacterLiteral(t){this.setNodeValue(t,new eN.b(t.getText()))}exitJavascriptTextLiteral(t){this.setNodeValue(t,new eN.o(t.getText()))}exitJavascriptIntegerLiteral(t){this.setNodeValue(t,new eN.f(t.getText()))}exitJavascriptDecimalLiteral(t){this.setNodeValue(t,new eN.c(t.getText()))}exitJavascriptPrimaryExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitJavascript_identifier_expression(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new eN.e(e))}exitJavaSelectorExpression(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.child);i.parent=e,this.setNodeValue(t,i)}exitJavascriptSelectorExpression(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.child);i.parent=e,this.setNodeValue(t,i)}exitJavascriptMemberExpression(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new eN.h(e))}exitJava_primary_expression(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitJava_item_expression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new pN.JavaItemExpression(e))}exitJavascript_item_expression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new eN.g(e))}exitJavascriptItemExpression(t){this.setNodeValue(t,this.getNodeValue(t.exp))}exitJavaItemExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitJavaStatement(t){const e=this.getNodeValue(t.exp),i=new pN.JavaStatement(e,!1);this.setNodeValue(t,i)}exitJavascriptStatement(t){const e=this.getNodeValue(t.exp),i=new eN.n(e,!1);this.setNodeValue(t,i)}exitJavaReturnStatement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new pN.JavaStatement(e,!0))}exitJavascriptReturnStatement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new eN.n(e,!0))}exitJavaNativeStatement(t){const e=this.getNodeValue(t.java_statement()),i=new pN.JavaNativeCall(e);this.setNodeValue(t,i)}exitJavascriptNativeStatement(t){const e=this.getNodeValue(t.javascript_native_statement());this.setNodeValue(t,e)}exitJavascript_native_statement(t){const e=this.getNodeValue(t.javascript_statement()),i=this.getNodeValue(t.javascript_module());e.module=i||null,this.setNodeValue(t,new eN.k(e))}exitNative_method_declaration(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.name),s=this.getNodeValue(t.args),r=this.getNodeValue(t.stmts),n=new $w.NativeMethodDeclaration(i,s,e,r);this.setNodeValue(t,n)}exitJavaArgumentList(t){const e=this.getNodeValue(t.item);this.setNodeValue(t,new pN.JavaExpressionList(e))}exitJavascriptArgumentList(t){const e=this.getNodeValue(t.item);this.setNodeValue(t,new eN.d(e))}exitJavaArgumentListItem(t){const e=this.getNodeValue(t.item),i=this.getNodeValue(t.items);i.add(e),this.setNodeValue(t,i)}exitJavascriptArgumentListItem(t){const e=this.getNodeValue(t.item),i=this.getNodeValue(t.items);i.add(e),this.setNodeValue(t,i)}exitJava_method_expression(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.args);this.setNodeValue(t,new pN.JavaMethodExpression(e,i))}exitJava_this_expression(t){this.setNodeValue(t,new pN.JavaThisExpression)}exitJavascriptMethodExpression(t){const e=this.getNodeValue(t.method);this.setNodeValue(t,e)}exitJavascript_method_expression(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.args);this.setNodeValue(t,new eN.i(e,i))}exitJavaMethodExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitFullDeclarationList(t){const e=this.getNodeValue(t.declarations())||new $w.DeclarationList;this.setNodeValue(t,e)}exitDeclaration(t){const e=this.readComments(t.comment_statement()),i=this.readAnnotations(t.annotation_constructor()),s=t.children[t.getChildCount()-1],r=this.getNodeValue(s);null!=r&&(r.comments=e,r.annotations=i,this.setNodeValue(t,r))}exitDeclarations(t){const e=new $w.DeclarationList;t.declaration().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitIteratorExpression(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.name),s=this.getNodeValue(t.source);this.setNodeValue(t,new tN.IteratorExpression(i,s,e))}exitIteratorType(t){const e=this.getNodeValue(t.i);this.setNodeValue(t,new aN.IteratorType(e))}exitJavaBooleanLiteral(t){this.setNodeValue(t,new pN.JavaBooleanLiteral(t.getText()))}exitJavaIntegerLiteral(t){this.setNodeValue(t,new pN.JavaIntegerLiteral(t.getText()))}exitJavaDecimalLiteral(t){this.setNodeValue(t,new pN.JavaDecimalLiteral(t.getText()))}exitJavaCharacterLiteral(t){this.setNodeValue(t,new pN.JavaCharacterLiteral(t.getText()))}exitJavaTextLiteral(t){this.setNodeValue(t,new pN.JavaTextLiteral(t.getText()))}exitJavaCategoryBinding(t){const e=this.getNodeValue(t.binding);this.setNodeValue(t,new pN.JavaNativeCategoryBinding(e))}exitJavascriptCategoryBinding(t){this.setNodeValue(t,this.getNodeValue(t.binding))}exitJavascript_category_binding(t){const e=t.javascript_identifier().map((t=>t.getText())).join("."),i=this.getNodeValue(t.javascript_module())||null,s=new eN.l(e,i);this.setNodeValue(t,s)}exitJavascript_module(t){const e=t.javascript_identifier().map((t=>t.getText())),i=new eN.j(e);this.setNodeValue(t,i)}exitNativeCategoryBindingList(t){const e=this.getNodeValue(t.item),i=new rN.NativeCategoryBindingList(e);this.setNodeValue(t,i)}exitNativeCategoryBindingListItem(t){const e=this.getNodeValue(t.item),i=this.getNodeValue(t.items);i.add(e),this.setNodeValue(t,i)}exitNative_category_bindings(t){const e=this.getNodeValue(t.items);this.setNodeValue(t,e)}exitNative_category_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.attrs),s=this.getNodeValue(t.bindings),r=this.getNodeValue(t.methods),n=new $w.NativeCategoryDeclaration(e,i,s,null,r);n.storable=null!=t.STORABLE(),this.setNodeValue(t,n)}exitNative_widget_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.bindings),s=this.getNodeValue(t.methods),r=new $w.NativeWidgetDeclaration(e,i,s);this.setNodeValue(t,r)}exitNativeCategoryDeclaration(t){const e=this.getNodeValue(t.decl);this.setNodeValue(t,e)}exitNative_resource_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.attrs),s=this.getNodeValue(t.bindings),r=this.getNodeValue(t.methods),n=new $w.NativeResourceDeclaration(e,i,s,null,r);n.storable=null!=t.STORABLE(),this.setNodeValue(t,n)}exitResource_declaration(t){const e=this.getNodeValue(t.native_resource_declaration());this.setNodeValue(t,e)}exitParenthesis_expression(t){const e=this.getNodeValue(t.expression());this.setNodeValue(t,new tN.ParenthesisExpression(e))}exitParenthesisExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitNative_symbol_list(t){const e=new rN.NativeSymbolList;t.native_symbol().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitEnum_native_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.typ),s=this.getNodeValue(t.symbols);this.setNodeValue(t,new $w.EnumeratedNativeDeclaration(e,i,s))}exitFor_each_statement(t){const e=this.getNodeValue(t.name1),i=this.getNodeValue(t.name2),s=this.getNodeValue(t.source),r=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.ForEachStatement(e,i,s,r))}exitForEachStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitSymbols_token(t){this.setNodeValue(t,t.getText())}exitKey_token(t){this.setNodeValue(t,t.getText())}exitValue_token(t){this.setNodeValue(t,t.getText())}exitNamed_argument(t){const e=this.getNodeValue(t.variable_identifier()),i=new nN.UnresolvedParameter(e),s=this.getNodeValue(t.literal_expression());i.defaultExpression=s||null,this.setNodeValue(t,i)}exitClosureStatement(t){const e=this.getNodeValue(t.decl);this.setNodeValue(t,new iN.DeclarationStatement(e))}exitReturn_statement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new iN.ReturnStatement(e))}exitReturnStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitClosureExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.MethodExpression(e))}exitIf_statement(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.stmts),s=this.getNodeValue(t.elseIfs),r=this.getNodeValue(t.elseStmts);this.setNodeValue(t,new iN.IfStatement(e,i,s,r))}exitElseIfStatementList(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.stmts),s=new iN.IfElement(e,i);this.setNodeValue(t,new iN.IfElementList(s))}exitElseIfStatementListItem(t){const e=this.getNodeValue(t.items),i=this.getNodeValue(t.exp),s=this.getNodeValue(t.stmts),r=new iN.IfElement(i,s);e.add(r),this.setNodeValue(t,e)}exitIfStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitSuperExpression(t){this.setNodeValue(t,new tN.SuperExpression)}exitSwitchStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitAssignTupleStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitRaiseStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitWriteStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitWithResourceStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitWhileStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitDoWhileStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitTryStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitEqualsExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);let s=null;switch(t.op.type){case Ow.EQ:s=rN.EqOp.EQUALS;break;case Ow.LTGT:s=rN.EqOp.NOT_EQUALS;break;case Ow.TILDE:s=rN.EqOp.ROUGHLY;break;default:throw new Error("Operator "+t.op.type)}this.setNodeValue(t,new tN.EqualsExpression(e,s,i))}exitCompareExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);let s=null;switch(t.op.type){case Ow.LT:s=rN.CmpOp.LT;break;case Ow.LTE:s=rN.CmpOp.LTE;break;case Ow.GT:s=rN.CmpOp.GT;break;case Ow.GTE:s=rN.CmpOp.GTE;break;default:throw new Error("Operator "+t.op.type)}this.setNodeValue(t,new tN.CompareExpression(e,s,i))}exitAtomicSwitchCase(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.AtomicSwitchCase(e,i))}exitCollection_literal(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitCollectionSwitchCase(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.CollectionSwitchCase(e,i))}exitSwitch_case_statement_list(t){const e=new iN.SwitchCaseList;t.switch_case_statement().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitSwitch_statement(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.cases),s=this.getNodeValue(t.stmts),r=new iN.SwitchStatement(e,i,s);this.setNodeValue(t,r)}exitLiteralRangeLiteral(t){const e=this.getNodeValue(t.low),i=this.getNodeValue(t.high);this.setNodeValue(t,new sN.RangeLiteral(e,i))}exitLiteralListLiteral(t){const e=this.getNodeValue(t.literal_list_literal());this.setNodeValue(t,new sN.ListLiteral(!1,e))}exitLiteral_list_literal(t){const e=new tN.ExpressionList;t.atomic_literal().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitInExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right),s=t.NOT()?rN.ContOp.NOT_IN:rN.ContOp.IN;this.setNodeValue(t,new tN.ContainsExpression(e,s,i))}exitCssType(t){this.setNodeValue(t,aN.CssType.instance)}exitHasExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right),s=t.NOT()?rN.ContOp.NOT_HAS:rN.ContOp.HAS;this.setNodeValue(t,new tN.ContainsExpression(e,s,i))}exitHasAllExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right),s=t.NOT()?rN.ContOp.NOT_HAS_ALL:rN.ContOp.HAS_ALL;this.setNodeValue(t,new tN.ContainsExpression(e,s,i))}exitHasAnyExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right),s=t.NOT()?rN.ContOp.NOT_HAS_ANY:rN.ContOp.HAS_ANY;this.setNodeValue(t,new tN.ContainsExpression(e,s,i))}exitContainsExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right),s=t.NOT()?rN.EqOp.NOT_CONTAINS:rN.EqOp.CONTAINS;this.setNodeValue(t,new tN.EqualsExpression(e,s,i))}exitDivideExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);this.setNodeValue(t,new tN.DivideExpression(e,i))}exitIntDivideExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);this.setNodeValue(t,new tN.IntDivideExpression(e,i))}exitModuloExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);this.setNodeValue(t,new tN.ModuloExpression(e,i))}exitAnnotation_constructor(t){const e=this.getNodeValue(t.name),i=new sN.DocEntryList,s=this.getNodeValue(t.exp);null!=s&&i.add(new sN.DocEntry(null,s)),t.annotation_argument().map((function(t){const e=this.getNodeValue(t);i.add(e)}),this),this.setNodeValue(t,new rN.Annotation(e,i))}exitAnnotation_argument(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.exp);this.setNodeValue(t,new sN.DocEntry(e,i))}exitAnnotation_identifier(t){this.setNodeValue(t,new rN.Identifier(t.getText()))}exitAnnotation_argument_name(t){this.setNodeValue(t,t.getText())}exitAnnotationLiteralValue(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitAnnotationTypeValue(t){const e=this.getNodeValue(t.typ);this.setNodeValue(t,new tN.TypeExpression(e))}exitAndExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);this.setNodeValue(t,new tN.AndExpression(e,i))}exitNullLiteral(t){this.setNodeValue(t,sN.NullLiteral.instance)}exitOperator_argument(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitOperatorArgument(t){const e=this.getNodeValue(t.arg);e.setMutable(null!=t.MUTABLE()),this.setNodeValue(t,e)}exitOperatorPlus(t){this.setNodeValue(t,rN.Operator.PLUS)}exitOperatorMinus(t){this.setNodeValue(t,rN.Operator.MINUS)}exitOperatorMultiply(t){this.setNodeValue(t,rN.Operator.MULTIPLY)}exitOperatorDivide(t){this.setNodeValue(t,rN.Operator.DIVIDE)}exitOperatorIDivide(t){this.setNodeValue(t,rN.Operator.IDIVIDE)}exitOperatorModulo(t){this.setNodeValue(t,rN.Operator.MODULO)}exitNative_member_method_declaration(t){const e=this.readComments(t.comment_statement()),i=this.readAnnotations(t.annotation_constructor()),s=t.children[t.getChildCount()-1],r=this.getNodeValue(s);null!=r&&(r.comments=e,r.annotations=i,this.setNodeValue(t,r))}exitOrder_by(t){const e=new rN.IdentifierList;t.variable_identifier().map((function(t){e.push(this.getNodeValue(t))}),this);const i=new rN.OrderByClause(e,null!=t.DESC());this.setNodeValue(t,i)}exitOrder_by_list(t){const e=new rN.OrderByClauseList;t.order_by().map((function(t){e.add(this.getNodeValue(t))}),this),this.setNodeValue(t,e)}exitOrExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);this.setNodeValue(t,new tN.OrExpression(e,i))}exitMultiplyExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);this.setNodeValue(t,new tN.MultiplyExpression(e,i))}exitMutable_category_type(t){const e=this.getNodeValue(t.category_type());e.mutable=null!=t.MUTABLE(),this.setNodeValue(t,e)}exitMutableInstanceExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.MutableExpression(e))}exitMutableSelectableExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.InstanceExpression(e))}exitMutableSelectorExpression(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.selector);i.parent=e,this.setNodeValue(t,i)}exitMinusExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.MinusExpression(e))}exitNotExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.NotExpression(e))}exitWhile_statement(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.WhileStatement(e,i))}exitDo_while_statement(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.DoWhileStatement(e,i))}exitSingleton_category_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.attrs),s=this.getNodeValue(t.methods);this.setNodeValue(t,new $w.SingletonCategoryDeclaration(e,i,s))}exitSingletonCategoryDeclaration(t){const e=this.getNodeValue(t.decl);this.setNodeValue(t,e)}exitSliceFirstAndLast(t){const e=this.getNodeValue(t.first),i=this.getNodeValue(t.last);this.setNodeValue(t,new tN.SliceSelector(null,e,i))}exitSliceFirstOnly(t){const e=this.getNodeValue(t.first);this.setNodeValue(t,new tN.SliceSelector(null,e,null))}exitSliceLastOnly(t){const e=this.getNodeValue(t.last);this.setNodeValue(t,new tN.SliceSelector(null,null,e))}exitSorted_expression(t){const e=this.getNodeValue(t.source),i=null!=t.DESC(),s=this.getNodeValue(t.key);this.setNodeValue(t,new tN.SortedExpression(e,i,s))}exitSorted_key(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitSortedExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitDocumentExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitDocument_expression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.DocumentExpression(e))}exitDocumentType(t){this.setNodeValue(t,aN.DocumentType.instance)}exitDocument_literal(t){const e=this.getNodeValue(t.doc_entry_list())||new sN.DocEntryList;this.setNodeValue(t,new sN.DocumentLiteral(e))}exitFetchExpression(t){this.setNodeValue(t,this.getNodeValue(t.exp))}exitFetchStatement(t){this.setNodeValue(t,this.getNodeValue(t.stmt))}exitFetchMany(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.predicate),s=this.getNodeValue(t.xstart),r=this.getNodeValue(t.xstop),n=this.getNodeValue(t.include),a=this.getNodeValue(t.orderby);this.setNodeValue(t,new tN.FetchManyExpression(e,s,r,i,n,a))}exitFetchManyAsync(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.predicate),s=this.getNodeValue(t.xstart),r=this.getNodeValue(t.xstop),n=this.getNodeValue(t.orderby),a=this.getNodeValue(t.include),o=rN.ThenWith.OrEmpty(this.getNodeValue(t.then()));this.setNodeValue(t,new iN.FetchManyStatement(e,s,r,i,a,n,o))}exitFetchOne(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.predicate),s=this.getNodeValue(t.include);this.setNodeValue(t,new tN.FetchOneExpression(e,i,s))}exitFetchOneAsync(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.predicate),s=this.getNodeValue(t.include),r=rN.ThenWith.OrEmpty(this.getNodeValue(t.then()));this.setNodeValue(t,new iN.FetchOneStatement(e,i,s,r))}exitThen(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new rN.ThenWith(e,i))}exitFilteredListExpression(t){const e=this.getNodeValue(t.filtered_list_suffix()),i=this.getNodeValue(t.src);e.source=i,this.setNodeValue(t,e)}exitFiltered_list_suffix(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.predicate);let s;if(e)s=new tN.ExplicitPredicateExpression(e,i);else{if(!(i instanceof tN.PredicateExpression))throw new Error("What?");s=i}this.setNodeValue(t,new tN.FilteredExpression(null,s))}exitArrowFilterExpression(t){this.setNodeValue(t,this.getNodeValue(t.arrow_expression()))}exitExplicitFilterExpression(t){const e=this.getNodeValue(t.variable_identifier()),i=this.getNodeValue(t.expression());this.setNodeValue(t,new tN.ExplicitPredicateExpression(e,i))}exitOtherFilterExpression(t){this.setNodeValue(t,this.getNodeValue(t.expression()))}exitCode_type(t){this.setNodeValue(t,aN.CodeType.instance)}exitExecuteExpression(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new tN.ExecuteExpression(e))}exitExpression_list(t){const e=new tN.ExpressionList;t.expression().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitExpression_tuple(t){const e=new tN.ExpressionList;t.expression().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitCodeExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.CodeExpression(e))}exitCode_argument(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new nN.CodeParameter(e))}exitCategory_or_any_type(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitCategory_symbol(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.args),s=this.getNodeValue(t.arg)||null;null!==s&&i.add(s),this.setNodeValue(t,new tN.CategorySymbol(e,i))}exitCategory_symbol_list(t){const e=new rN.CategorySymbolList;t.category_symbol().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitEnum_category_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.attrs),s=this.getNodeValue(t.derived),r=null==s?null:new rN.IdentifierList(s),n=this.getNodeValue(t.symbols);this.setNodeValue(t,new $w.EnumeratedCategoryDeclaration(e,i,r,n))}exitEnum_declaration(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitRead_all_expression(t){const e=this.getNodeValue(t.source);this.setNodeValue(t,new tN.ReadAllExpression(e))}exitRead_blob_expression(t){const e=this.getNodeValue(t.source);this.setNodeValue(t,new tN.ReadBlobExpression(e))}exitRead_one_expression(t){const e=this.getNodeValue(t.source);this.setNodeValue(t,new tN.ReadOneExpression(e))}exitRead_statement(t){const e=this.getNodeValue(t.source),i=rN.ThenWith.OrEmpty(this.getNodeValue(t.then()));this.setNodeValue(t,new iN.ReadStatement(e,i))}exitReadAllExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitReadBlobExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitReadOneExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitReadStatement(t){this.setNodeValue(t,this.getNodeValue(t.stmt))}exitRepl(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitWith_singleton_statement(t){const e=this.getNodeValue(t.typ),i=new aN.CategoryType(e),s=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.WithSingletonStatement(i,s))}exitWithSingletonStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitWrite_statement(t){const e=this.getNodeValue(t.what),i=this.getNodeValue(t.target),s=this.getNodeValue(t.then());this.setNodeValue(t,new iN.WriteStatement(e,i,s))}exitWith_resource_statement(t){const e=this.getNodeValue(t.stmt),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.WithResourceStatement(e,i))}exitAnyType(t){this.setNodeValue(t,aN.AnyType.instance)}exitAnyListType(t){const e=this.getNodeValue(t.any_type());this.setNodeValue(t,new aN.ListType(e))}exitAnyDictType(t){const e=this.getNodeValue(t.any_type());this.setNodeValue(t,new aN.DictionaryType(e))}exitCastExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);this.setNodeValue(t,new tN.CastExpression(e,i,null!=t.MUTABLE()))}exitCatchAtomicStatement(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.stmts),s=new tN.SymbolExpression(e);s.copySectionFrom(e),this.setNodeValue(t,new iN.AtomicSwitchCase(s,i))}exitCatchCollectionStatement(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.CollectionSwitchCase(e,i))}exitCatch_statement_list(t){const e=new iN.SwitchCaseList;t.catch_statement().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitTry_statement(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.stmts),s=this.getNodeValue(t.handlers),r=this.getNodeValue(t.anyStmts),n=this.getNodeValue(t.finalStmts),a=new iN.SwitchErrorStatement(e,i,s,r,n);this.setNodeValue(t,a)}exitRaise_statement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new iN.RaiseStatement(e))}exitMatchingList(t){const e=this.getNodeValue(t.source);this.setNodeValue(t,new Qw.MatchingCollectionConstraint(e))}exitMatchingRange(t){const e=this.getNodeValue(t.source);this.setNodeValue(t,new Qw.MatchingCollectionConstraint(e))}exitMatchingExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new Qw.MatchingExpressionConstraint(e))}exitMatchingPattern(t){this.setNodeValue(t,new Qw.MatchingPatternConstraint(new sN.TextLiteral(t.text.text)))}exitLiteralSetLiteral(t){const e=this.getNodeValue(t.literal_list_literal());this.setNodeValue(t,new sN.SetLiteral(e))}exitInclude_list(t){const e=t.variable_identifier().map((t=>this.getNodeValue(t)),this);this.setNodeValue(t,e)}exitInvocation_expression(t){let e=null;const i=this.getNodeValue(t.exp);i instanceof tN.UnresolvedIdentifier?e=new tN.MethodSelector(null,i.id):i instanceof tN.MemberSelector&&(e=new tN.MethodSelector(i.parent,i.id)),null!==e&&this.setNodeValue(t,new iN.MethodCall(e))}exitInvocationExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitInvokeStatement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitCsharp_identifier(t){this.setNodeValue(t,t.getText())}exitCSharpIdentifier(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new fN.CSharpIdentifierExpression(null,e))}exitCSharpChildIdentifier(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.name),s=new fN.CSharpIdentifierExpression(e,i);this.setNodeValue(t,s)}exitCSharpBooleanLiteral(t){this.setNodeValue(t,new fN.CSharpBooleanLiteral(t.getText()))}exitCSharpIntegerLiteral(t){this.setNodeValue(t,new fN.CSharpIntegerLiteral(t.getText()))}exitCSharpDecimalLiteral(t){this.setNodeValue(t,new fN.CSharpDecimalLiteral(t.getText()))}exitCSharpCharacterLiteral(t){this.setNodeValue(t,new fN.CSharpCharacterLiteral(t.getText()))}exitCSharpTextLiteral(t){this.setNodeValue(t,new fN.CSharpTextLiteral(t.getText()))}exitCSharpCategoryBinding(t){const e=this.getNodeValue(t.binding);this.setNodeValue(t,new fN.CSharpNativeCategoryBinding(e))}exitCsharp_primary_expression(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitCsharp_this_expression(t){this.setNodeValue(t,new fN.CSharpThisExpression)}exitCsharp_method_expression(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.args);this.setNodeValue(t,new fN.CSharpMethodExpression(e,i))}exitCSharpMethodExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitCSharpArgumentList(t){const e=this.getNodeValue(t.item);this.setNodeValue(t,new fN.CSharpExpressionList(e))}exitCSharpArgumentListItem(t){const e=this.getNodeValue(t.item),i=this.getNodeValue(t.items);i.add(e),this.setNodeValue(t,i)}exitCSharpNativeStatement(t){const e=this.getNodeValue(t.csharp_statement()),i=new fN.CSharpNativeCall(e);this.setNodeValue(t,i)}exitCSharpPromptoIdentifier(t){const e=t.DOLLAR_IDENTIFIER().getText();this.setNodeValue(t,new fN.CSharpIdentifierExpression(null,e))}exitCSharpPrimaryExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitCSharpSelectorExpression(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.child);i.parent=e,this.setNodeValue(t,i)}exitCSharpStatement(t){const e=this.getNodeValue(t.exp),i=new fN.CSharpStatement(e,!1);this.setNodeValue(t,i)}exitCSharpReturnStatement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new fN.CSharpStatement(e,!0))}exitPythonStatement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new _N(e,!1))}exitPythonReturnStatement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new _N(e,!0))}exitPython2CategoryBinding(t){const e=this.getNodeValue(t.binding);this.setNodeValue(t,new FN(e))}exitPython3CategoryBinding(t){const e=this.getNodeValue(t.binding);this.setNodeValue(t,new HN(e))}exitPython_category_binding(t){const e=t.identifier().getText(),i=this.getNodeValue(t.python_module())||null,s=new PN(e,i);this.setNodeValue(t,s)}exitPython_method_expression(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.args),s=new wN(e,i);this.setNodeValue(t,s)}exitPythonGlobalMethodExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitPythonMethodExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitPython_module(t){const e=t.python_identifier().map((t=>t.getText())),i=new SN(e);this.setNodeValue(t,i)}exitPython2NativeStatement(t){const e=this.getNodeValue(t.python_native_statement());this.setNodeValue(t,new mN(e))}exitPython3NativeStatement(t){const e=this.getNodeValue(t.python_native_statement());this.setNodeValue(t,new RN(e))}exitPython_native_statement(t){const e=this.getNodeValue(t.python_statement()),i=this.getNodeValue(t.python_module());e.module=i||null,this.setNodeValue(t,new EN(e))}exitPython_identifier(t){this.setNodeValue(t,t.getText())}exitPythonIdentifier(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new yN(null,e))}exitPythonIdentifierExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitPythonChildIdentifier(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.name),s=new yN(e,i);this.setNodeValue(t,s)}exitPythonBooleanLiteral(t){this.setNodeValue(t,new LN(t.getText()))}exitPythonIntegerLiteral(t){this.setNodeValue(t,new CN(t.getText()))}exitPythonDecimalLiteral(t){this.setNodeValue(t,new vN(t.getText()))}exitPythonCharacterLiteral(t){this.setNodeValue(t,new IN(t.getText()))}exitPythonTextLiteral(t){this.setNodeValue(t,new NN(t.getText()))}exitPythonLiteralExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitPythonPromptoIdentifier(t){const e=t.DOLLAR_IDENTIFIER().getText();this.setNodeValue(t,new yN(null,e))}exitPythonPrimaryExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitPythonArgumentList(t){const e=this.getNodeValue(t.ordinal),i=this.getNodeValue(t.named);e.addAll(i),this.setNodeValue(t,e)}exitPythonNamedOnlyArgumentList(t){const e=this.getNodeValue(t.named);this.setNodeValue(t,e)}exitPythonNamedArgumentList(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.exp),s=new ON(e,i);this.setNodeValue(t,new kN(s))}exitPythonNamedArgumentListItem(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.exp),s=new ON(e,i),r=this.getNodeValue(t.items);r.add(s),this.setNodeValue(t,r)}exitPythonOrdinalOnlyArgumentList(t){const e=this.getNodeValue(t.ordinal);this.setNodeValue(t,e)}exitPythonOrdinalArgumentList(t){const e=this.getNodeValue(t.item),i=new DN(e);this.setNodeValue(t,new kN(i))}exitPythonOrdinalArgumentListItem(t){const e=this.getNodeValue(t.item),i=new DN(e),s=this.getNodeValue(t.items);s.add(i),this.setNodeValue(t,s)}exitPythonSelectorExpression(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.child);i.parent=e,this.setNodeValue(t,i)}exitPythonSelfExpression(t){this.setNodeValue(t,new gN)}exitJsxChild(t){this.setNodeValue(t,this.getNodeValue(t.jsx))}exitJsxCode(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new oN.JsxCode(e))}exitJsxExpression(t){this.setNodeValue(t,this.getNodeValue(t.exp))}exitJsxElement(t){const e=this.getNodeValue(t.opening),i=this.getNodeValue(t.closing);e.setClosing(i);const s=this.getNodeValue(t.children_);e.setChildren(s),this.setNodeValue(t,e)}exitJsxSelfClosing(t){this.setNodeValue(t,this.getNodeValue(t.jsx))}exitJsxText(t){const e=zN(t.text);this.setNodeValue(t,new oN.JsxText(e))}exitJsxValue(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new oN.JsxExpression(e))}exitJsx_attribute(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.value),s=this.getWhiteSpacePlus(t.ws_plus());this.setNodeValue(t,new oN.JsxProperty(e,i,s))}exitJsx_children(t){const e=t.jsx_child().map((function(t){return this.getNodeValue(t)}),this);this.setNodeValue(t,e)}exitJsx_element_name(t){const e=t.getText();this.setNodeValue(t,new rN.Identifier(e))}exitJsx_expression(t){this.setNodeValue(t,this.getNodeValue(t.getChild(0)))}exitJsx_identifier(t){const e=t.getText();this.setNodeValue(t,new rN.Identifier(e))}exitJsx_fragment(t){const e=this.getWhiteSpacePlus(t.ws_plus(0)),i=new oN.JsxFragment(e);i.children=this.getNodeValue(t.children_),this.setNodeValue(t,i)}exitJsxLiteral(t){const e=t.getText();this.setNodeValue(t,new oN.JsxLiteral(e))}exitJsx_opening(t){const e=this.getNodeValue(t.name),i=this.getWhiteSpacePlus(t.ws_plus()),s=t.jsx_attribute().map((function(t){return this.getNodeValue(t)}),this);this.setNodeValue(t,new oN.JsxElement(e,i,s,null))}exitJsx_closing(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new oN.JsxClosing(e,null))}exitJsx_self_closing(t){const e=this.getNodeValue(t.name),i=this.getWhiteSpacePlus(t.ws_plus()),s=t.jsx_attribute().map((function(t){return this.getNodeValue(t)}),this);this.setNodeValue(t,new oN.JsxSelfClosing(e,i,s,null))}exitCssExpression(t){this.setNodeValue(t,this.getNodeValue(t.exp))}exitCss_expression(t){const e=new dN;t.css_field().forEach((function(t){const i=this.getNodeValue(t);e.addField(i)}),this),this.setNodeValue(t,e)}exitCss_field(t){const e=t.name.getText(),i=t.css_value().map((t=>this.getNodeValue(t)),this);this.setNodeValue(t,new cN(e,i))}exitCssText(t){const e=this.input.getText({start:t.text.start,stop:t.text.stop});this.setNodeValue(t,new lN(e))}exitCssValue(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new hN(e))}buildSection(t,e){if(!e.dialect){const i=this.findFirstValidToken(t.start.tokenIndex,e instanceof oN.JsxText),s=this.findLastValidToken(t.stop.tokenIndex,e instanceof oN.JsxText);e.setSectionFrom(this.path,i,s,JN.E)}}findFirstValidToken(t,e){-1===t&&(t=0);do{const i=this.readValidToken(t++,e);if(null!==i)return i}while(t=0;){const i=this.readValidToken(t--,e);if(null!==i)return i}return null}readValidToken(t,e){const i=this.input.get(t),s=i.text;return null!==s&&(e||s.replace(/(\n|\r|\t| )/g,"").length>0)?i:null}}class WN extends h{constructor(t){super(),this.input=t.getTokenStream(),this.path=t.path,this.nodeValues={},this.nextNodeId=0}setNodeValue(t,e){void 0===t["%id"]&&(t["%id"]=this.nextNodeId++),this.nodeValues[t["%id"]]=e,e instanceof r.a&&this.buildSection(t,e)}getNodeValue(t){return null==t||void 0===t||null===t["%id"]||void 0===t["%id"]?null:this.nodeValues[t["%id"]]}getHiddenTokensBeforeNode(t){return t?this.getHiddenTokensBeforeToken(t.symbol):null}getHiddenTokensBeforeToken(t){return this.getHiddenTokens(t,this.input.getHiddenTokensToLeft)}getHiddenTokensAfterNode(t){return t?this.getHiddenTokensAfterToken(t.symbol):null}getHiddenTokensAfterToken(t){return this.getHiddenTokens(t,this.input.getHiddenTokensToRight)}getHiddenTokens(t,e){if(t.tokenIndex<0)return null;const i=(e=e.bind(this.input))(t.tokenIndex);return null==i||0===i.length?null:i.map((t=>t.text)).join("")}readAnnotations(t){const e=t.map((function(t){return this.getNodeValue(t)}),this);return 0===e.length?null:e}readComments(t){const e=t.map((function(t){return this.getNodeValue(t)}),this);return 0===e.length?null:e}exitSelectableExpression(t){const e=this.getNodeValue(t.parent);this.setNodeValue(t,e)}exitSelectorExpression(t){const e=this.getNodeValue(t.selector);if(e){const i=this.getNodeValue(t.parent);e instanceof iN.UnresolvedCall?e.setParent(i):e.parent=i,this.setNodeValue(t,e)}}exitSet_literal(t){const e=this.getNodeValue(t.expression_list()),i=new sN.SetLiteral(e);this.setNodeValue(t,i)}exitStoreStatement(t){this.setNodeValue(t,this.getNodeValue(t.stmt))}exitStore_statement(t){const e=this.getNodeValue(t.to_del),i=this.getNodeValue(t.to_add),s=this.getNodeValue(t.with_meta),r=this.getNodeValue(t.stmts),n=new iN.DeleteAndStoreStatement(e,i,s,r);this.setNodeValue(t,n)}exitAtomicLiteral(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitCollectionLiteral(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitCommentStatement(t){this.setNodeValue(t,this.getNodeValue(t.comment_statement()))}exitComment_statement(t){this.setNodeValue(t,new iN.CommentStatement(t.getText()))}exitListLiteral(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitBlob_expression(t){const e=this.getNodeValue(t.expression());this.setNodeValue(t,new tN.BlobExpression(e))}exitBooleanLiteral(t){this.setNodeValue(t,new sN.BooleanLiteral(t.getText()))}exitBreakStatement(t){this.setNodeValue(t,new iN.BreakStatement)}exitMinIntegerLiteral(t){this.setNodeValue(t,new sN.MinIntegerLiteral)}exitMaxIntegerLiteral(t){this.setNodeValue(t,new sN.MaxIntegerLiteral)}exitInclude_list(t){const e=t.variable_identifier().map((t=>this.getNodeValue(t)),this);this.setNodeValue(t,e)}exitIntegerLiteral(t){this.setNodeValue(t,new sN.IntegerLiteral(t.getText()))}exitDecimalLiteral(t){this.setNodeValue(t,new sN.DecimalLiteral(t.getText()))}exitHexadecimalLiteral(t){this.setNodeValue(t,new sN.HexaLiteral(t.getText()))}exitCharacterLiteral(t){this.setNodeValue(t,new sN.CharacterLiteral(t.getText()))}exitDateLiteral(t){this.setNodeValue(t,new sN.DateLiteral(t.getText()))}exitDateTimeLiteral(t){this.setNodeValue(t,new sN.DateTimeLiteral(t.getText()))}exitDbIdType(t){this.setNodeValue(t,aN.DbIdType.instance)}exitTernaryExpression(t){const e=this.getNodeValue(t.test),i=this.getNodeValue(t.ifTrue),s=this.getNodeValue(t.ifFalse),r=new tN.TernaryExpression(e,i,s);this.setNodeValue(t,r)}exitTest_method_declaration(t){const e=new rN.Identifier(t.name.text);e.setSectionFrom(this.path,t.name,t.name,JN.O);const i=this.getNodeValue(t.stmts),s=this.getNodeValue(t.exps),r=this.getNodeValue(t.error),n=null==r?null:new tN.SymbolExpression(r);this.setNodeValue(t,new $w.TestMethodDeclaration(e,i,s,n))}exitTextLiteral(t){this.setNodeValue(t,new sN.TextLiteral(t.getText()))}exitTimeLiteral(t){this.setNodeValue(t,new sN.TimeLiteral(t.getText()))}exitPeriodLiteral(t){this.setNodeValue(t,new sN.PeriodLiteral(t.getText()))}exitPeriodType(t){this.setNodeValue(t,aN.PeriodType.instance)}exitVersionLiteral(t){this.setNodeValue(t,new sN.VersionLiteral(t.getText()))}exitVersionType(t){this.setNodeValue(t,aN.VersionType.instance)}exitAttribute_identifier(t){const e=new rN.Identifier(t.getText());this.setNodeValue(t,e)}exitVariable_identifier(t){const e=new rN.Identifier(t.getText());this.setNodeValue(t,e)}exitList_literal(t){const e=null!==t.MUTABLE(),i=this.getNodeValue(t.expression_list())||null,s=new sN.ListLiteral(e,i);this.setNodeValue(t,s)}exitDict_literal(t){const e=null!==t.MUTABLE(),i=this.getNodeValue(t.dict_entry_list())||null,s=new sN.DictLiteral(e,i);this.setNodeValue(t,s)}exitTuple_literal(t){const e=null!==t.MUTABLE(),i=this.getNodeValue(t.expression_tuple())||null,s=new sN.TupleLiteral(e,i);this.setNodeValue(t,s)}exitRange_literal(t){const e=this.getNodeValue(t.low),i=this.getNodeValue(t.high);this.setNodeValue(t,new sN.RangeLiteral(e,i))}exitRangeLiteral(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitDict_entry_list(t){const e=new sN.DictEntryList(null,null);t.dict_entry().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitDict_entry(t){const e=this.getNodeValue(t.key),i=this.getNodeValue(t.value),s=new sN.DictEntry(e,i);this.setNodeValue(t,s)}exitDoc_entry_list(t){const e=new sN.DocEntryList(null,null);t.doc_entry().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitDoc_entry(t){const e=this.getNodeValue(t.key),i=this.getNodeValue(t.value),s=new sN.DocEntry(e,i);this.setNodeValue(t,s)}exitDocKeyIdentifier(t){const e=t.name.getText();this.setNodeValue(t,new sN.DocIdentifierKey(new rN.Identifier(e)))}exitDocKeyText(t){const e=t.name.text;this.setNodeValue(t,new sN.DocTextKey(e))}exitLiteral_expression(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitLiteralExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitIdentifierExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitVariableIdentifier(t){const e=this.getNodeValue(t.variable_identifier());this.setNodeValue(t,new tN.InstanceExpression(e))}exitInstanceExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitSymbol_identifier(t){const e=new rN.Identifier(t.getText());this.setNodeValue(t,e)}exitNative_symbol(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.NativeSymbol(e,i))}exitTypeIdentifier(t){const e=this.getNodeValue(t.type_identifier());this.setNodeValue(t,new tN.UnresolvedIdentifier(e))}exitSymbolIdentifier(t){const e=this.getNodeValue(t.symbol_identifier());this.setNodeValue(t,new tN.SymbolExpression(e))}exitSymbolLiteral(t){const e=t.getText();this.setNodeValue(t,new tN.SymbolExpression(new rN.Identifier(e)))}exitBlobType(t){this.setNodeValue(t,aN.BlobType.instance)}exitBooleanType(t){this.setNodeValue(t,aN.BooleanType.instance)}exitCharacterType(t){this.setNodeValue(t,aN.CharacterType.instance)}exitImageType(t){this.setNodeValue(t,aN.ImageType.instance)}exitTextType(t){this.setNodeValue(t,aN.TextType.instance)}exitHtmlType(t){this.setNodeValue(t,aN.HtmlType.instance)}exitThisExpression(t){this.setNodeValue(t,new tN.ThisExpression)}exitIntegerType(t){this.setNodeValue(t,aN.IntegerType.instance)}exitDecimalType(t){this.setNodeValue(t,aN.DecimalType.instance)}exitDateType(t){this.setNodeValue(t,aN.DateType.instance)}exitDateTimeType(t){this.setNodeValue(t,aN.DateTimeType.instance)}exitTimeType(t){this.setNodeValue(t,aN.TimeType.instance)}exitCodeType(t){this.setNodeValue(t,aN.CodeType.instance)}exitPrimaryType(t){const e=this.getNodeValue(t.p);this.setNodeValue(t,e)}exitAttribute_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.typ),s=this.getNodeValue(t.match);let r=null;null!=t.indices?r=r=this.getNodeValue(t.indices):null!=t.INDEX()&&(r=new rN.IdentifierList);const n=new $w.AttributeDeclaration(e,i,s,r);n.storable=null!=t.STORABLE(),this.setNodeValue(t,n)}exitNativeType(t){const e=this.getNodeValue(t.n);this.setNodeValue(t,e)}exitCategoryType(t){const e=this.getNodeValue(t.c);this.setNodeValue(t,e)}exitCategory_type(t){const e=new rN.Identifier(t.getText());this.buildSection(t,e),this.setNodeValue(t,new aN.CategoryType(e))}exitListType(t){const e=this.getNodeValue(t.l);this.setNodeValue(t,new aN.ListType(e))}exitDictKeyIdentifier(t){const e=t.name.getText();this.setNodeValue(t,new sN.DictIdentifierKey(new rN.Identifier(e)))}exitDictKeyText(t){const e=t.name.text;this.setNodeValue(t,new sN.DictTextKey(e))}exitDictType(t){const e=this.getNodeValue(t.d);this.setNodeValue(t,new aN.DictionaryType(e))}exitAttribute_identifier_list(t){const e=new rN.IdentifierList;t.attribute_identifier().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitVariable_identifier_list(t){const e=new rN.IdentifierList;t.variable_identifier().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitConcrete_category_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.attrs),s=this.getNodeValue(t.derived),r=this.getNodeValue(t.methods),n=new $w.ConcreteCategoryDeclaration(e,i,s,r);n.storable=null!=t.STORABLE(),this.setNodeValue(t,n)}exitConcrete_widget_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.derived),s=this.getNodeValue(t.methods),r=new $w.ConcreteWidgetDeclaration(e,i,s);this.setNodeValue(t,r)}exitConcreteCategoryDeclaration(t){const e=this.getNodeValue(t.decl);this.setNodeValue(t,e)}exitConcreteWidgetDeclaration(t){const e=this.getNodeValue(t.decl);this.setNodeValue(t,e)}exitNativeWidgetDeclaration(t){const e=this.getNodeValue(t.decl);this.setNodeValue(t,e)}exitDerivedList(t){const e=this.getNodeValue(t.item);this.setNodeValue(t,new rN.IdentifierList(e))}exitDerivedListItem(t){const e=this.getNodeValue(t.items),i=this.getNodeValue(t.item);e.add(i),this.setNodeValue(t,e)}exitType_identifier(t){const e=new rN.Identifier(t.getText());this.setNodeValue(t,e)}exitType_identifier_list(t){const e=new rN.IdentifierList;t.type_identifier().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitType_literal(t){const e=this.getNodeValue(t.category_or_any_type());this.setNodeValue(t,new sN.TypeLiteral(e))}exitTypeLiteral(t){this.setNodeValue(t,this.getNodeValue(t.type_literal()))}exitTypeType(t){const e=this.getNodeValue(t.t);this.setNodeValue(t,new aN.TypeType(e))}exitMember_identifier(t){const e=new rN.Identifier(t.getText());this.setNodeValue(t,e)}exitMemberSelector(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new tN.MemberSelector(null,e))}exitAn_expression(t){const e=this.getNodeValue(t.typ);this.setNodeValue(t,e)}exitIsAnExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right),s=new tN.TypeExpression(i),r=t.NOT()?rN.EqOp.IS_NOT_A:rN.EqOp.IS_A;this.setNodeValue(t,new tN.EqualsExpression(e,r,s))}exitIsExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right),s=t.NOT()?rN.EqOp.IS_NOT:rN.EqOp.IS;this.setNodeValue(t,new tN.EqualsExpression(e,s,i))}exitItemSelector(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.ItemSelector(null,e))}exitSliceSelector(t){const e=this.getNodeValue(t.xslice);this.setNodeValue(t,e)}exitTyped_argument(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.name),s=this.getNodeValue(t.attrs),r=s?new nN.ExtendedParameter(e,i,s):new nN.CategoryParameter(e,i),n=this.getNodeValue(t.value);r.defaultExpression=n||null,this.setNodeValue(t,r)}exitCodeArgument(t){const e=this.getNodeValue(t.arg);this.setNodeValue(t,e)}exitArgument_list(t){const e=new nN.ParameterList;t.argument().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitExpressionAssignmentList(t){const e=this.getNodeValue(t.exp),i=new rN.Argument(null,e);e instanceof r.a&&i.copySectionFrom(e),this.setNodeValue(t,new rN.ArgumentList([i]))}exitArgument_assignment(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.exp),s=new nN.UnresolvedParameter(e);this.setNodeValue(t,new rN.Argument(s,i))}exitArgumentAssignmentList(t){const e=this.getNodeValue(t.item);this.setNodeValue(t,new rN.ArgumentList([e]))}exitArgumentAssignmentListItem(t){const e=this.getNodeValue(t.item),i=this.getNodeValue(t.items);i.add(e),this.setNodeValue(t,i)}exitArrow_prefix(t){const e=this.getNodeValue(t.arrow_args()),i=this.getHiddenTokensBeforeNode(t.EGT()),s=this.getHiddenTokensAfterNode(t.EGT());this.setNodeValue(t,new tN.ArrowExpression(e,i,s))}exitArrowExpression(t){this.setNodeValue(t,this.getNodeValue(t.exp))}exitArrowExpressionBody(t){const e=this.getNodeValue(t.arrow_prefix()),i=this.getNodeValue(t.expression());e.setExpression(i),this.setNodeValue(t,e)}exitArrowListArg(t){const e=this.getNodeValue(t.variable_identifier_list());this.setNodeValue(t,e)}exitArrowSingleArg(t){const e=this.getNodeValue(t.variable_identifier());this.setNodeValue(t,new rN.IdentifierList(e))}exitArrowStatementsBody(t){const e=this.getNodeValue(t.arrow_prefix()),i=this.getNodeValue(t.statement_list());e.setStatements(i),this.setNodeValue(t,e)}exitMethod_call_expression(t){const e=this.getNodeValue(t.name),i=new tN.UnresolvedIdentifier(e);i.copySectionFrom(e);const s=this.getNodeValue(t.args);this.setNodeValue(t,new iN.UnresolvedCall(i,s))}exitMethod_call_statement(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.method);i&&i.setParent(e);const s=this.getNodeValue(t.name),r=this.getNodeValue(t.stmts);i&&null!=s||null!=r?this.setNodeValue(t,new iN.RemoteCall(i.callable,i.args,s,r)):this.setNodeValue(t,i)}exitMethodSelector(t){const e=this.getNodeValue(t.method);if(e.callable instanceof tN.UnresolvedIdentifier){const t=new tN.UnresolvedSelector(null,e.callable.id);t.copySectionFrom(e.callable),e.callable=t}this.setNodeValue(t,e)}exitAddExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right),s=t.op.type==kl.PLUS?new tN.PlusExpression(e,i):new tN.SubtractExpression(e,i);this.setNodeValue(t,s)}exitMember_method_declaration_list(t){const e=new rN.MethodDeclarationList;t.member_method_declaration().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitNative_member_method_declaration_list(t){const e=new rN.MethodDeclarationList;t.native_member_method_declaration().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitEmptyCategoryMethodList(t){this.setNodeValue(t,new rN.MethodDeclarationList)}exitCurlyCategoryMethodList(t){const e=this.getNodeValue(t.items);this.setNodeValue(t,e)}exitSetter_method_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new $w.SetterMethodDeclaration(e,i))}exitSetType(t){const e=this.getNodeValue(t.s);this.setNodeValue(t,new aN.SetType(e))}exitGetter_method_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new $w.GetterMethodDeclaration(e,i))}exitNative_setter_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new $w.NativeSetterMethodDeclaration(e,i))}exitNative_getter_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new $w.NativeGetterMethodDeclaration(e,i))}exitMember_method_declaration(t){const e=this.readComments(t.comment_statement()),i=this.readAnnotations(t.annotation_constructor()),s=t.children[t.getChildCount()-1],r=this.getNodeValue(s);null!=r&&(r.comments=e,r.annotations=i,this.setNodeValue(t,r))}exitConcreteMemberMethod(t){const e=this.getNodeValue(t.decl);this.setNodeValue(t,e)}exitSingleStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,new iN.StatementList(e))}exitCurlyStatementList(t){const e=this.getNodeValue(t.items);this.setNodeValue(t,e)}exitStatement_list(t){const e=new iN.StatementList;t.statement().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitAbstract_global_method_declaration(t){const e=this.getNodeValue(t.typ);e instanceof aN.CategoryType&&(e.mutable=null!=t.MUTABLE());const i=this.getNodeValue(t.name),s=this.getNodeValue(t.args);this.setNodeValue(t,new $w.AbstractMethodDeclaration(i,s,e))}exitAbstract_member_method_declaration(t){const e=this.getNodeValue(t.typ);e instanceof aN.CategoryType&&(e.mutable=null!=t.MUTABLE());const i=this.getNodeValue(t.name),s=this.getNodeValue(t.args);this.setNodeValue(t,new $w.AbstractMethodDeclaration(i,s,e))}exitConcrete_method_declaration(t){const e=this.getNodeValue(t.typ);e instanceof aN.CategoryType&&(e.mutable=null!=t.MUTABLE());const i=this.getNodeValue(t.name),s=this.getNodeValue(t.args),r=this.getNodeValue(t.stmts);this.setNodeValue(t,new $w.ConcreteMethodDeclaration(i,s,e,r))}exitMethod_declaration(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitMethodCallStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitMethod_identifier(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitConstructorFrom(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.copyExp)||null,s=this.getNodeValue(t.args)||null;this.setNodeValue(t,new tN.ConstructorExpression(e,i,s,!0))}exitConstructorNoFrom(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.args)||null;this.setNodeValue(t,new tN.ConstructorExpression(e,null,i,!0))}exitCopy_from(t){this.setNodeValue(t,this.getNodeValue(t.exp))}exitAssertion(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new YN(e))}exitAssertion_list(t){const e=new tN.ExpressionList;t.assertion().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitAssign_instance_statement(t){const e=this.getNodeValue(t.inst),i=this.getNodeValue(t.exp);this.setNodeValue(t,new iN.AssignInstanceStatement(e,i))}exitAssignInstanceStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitAssign_variable_statement(t){const e=this.getNodeValue(t.variable_identifier()),i=this.getNodeValue(t.expression());this.setNodeValue(t,new iN.AssignVariableStatement(e,i))}exitAssign_tuple_statement(t){const e=this.getNodeValue(t.items),i=this.getNodeValue(t.exp);this.setNodeValue(t,new iN.AssignTupleStatement(e,i))}exitRootInstance(t){const e=this.getNodeValue(t.variable_identifier());this.setNodeValue(t,new Zw.VariableInstance(e))}exitChildInstance(t){const e=this.getNodeValue(t.assignable_instance()),i=this.getNodeValue(t.child_instance());i.parent=e,this.setNodeValue(t,i)}exitMemberInstance(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new Zw.MemberInstance(e))}exitItemInstance(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new Zw.ItemInstance(e))}exitMethod_expression(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitMethodExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitNative_statement_list(t){const e=new iN.StatementList;t.native_statement().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitJava_identifier(t){this.setNodeValue(t,t.getText())}exitJavascript_identifier(t){const e=new rN.Identifier(t.getText());this.setNodeValue(t,e)}exitJavascript_member_expression(t){const e=t.name.getText();this.setNodeValue(t,new eN.h(e))}exitJavascript_primary_expression(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitJavascript_new_expression(t){const e=this.getNodeValue(t.javascript_method_expression());this.setNodeValue(t,new eN.m(e))}exitJavascript_this_expression(t){this.setNodeValue(t,new eN.p)}exitJavaIdentifier(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new pN.JavaIdentifierExpression(null,e))}exitJavaIdentifierExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitJavaChildIdentifier(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.name),s=new pN.JavaIdentifierExpression(e,i);this.setNodeValue(t,s)}exitJavascriptBooleanLiteral(t){this.setNodeValue(t,new eN.a(t.getText()))}exitJavascriptCharacterLiteral(t){this.setNodeValue(t,new eN.b(t.getText()))}exitJavascriptTextLiteral(t){this.setNodeValue(t,new eN.o(t.getText()))}exitJavascriptIntegerLiteral(t){this.setNodeValue(t,new eN.f(t.getText()))}exitJavascriptDecimalLiteral(t){this.setNodeValue(t,new eN.c(t.getText()))}exitJavaClassIdentifier(t){const e=this.getNodeValue(t.klass);this.setNodeValue(t,e)}exitJavaChildClassIdentifier(t){const e=this.getNodeValue(t.parent),i=new pN.JavaIdentifierExpression(e,t.name.getText());this.setNodeValue(t,i)}exitJavaPrimaryExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitJavascriptPrimaryExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitJavascript_identifier_expression(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new eN.e(e))}exitJavaSelectorExpression(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.child);i.parent=e,this.setNodeValue(t,i)}exitJavascriptSelectorExpression(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.child);i.parent=e,this.setNodeValue(t,i)}exitJavascriptMemberExpression(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new eN.h(e))}exitJava_primary_expression(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitJava_item_expression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new pN.JavaItemExpression(e))}exitJavascript_item_expression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new eN.g(e))}exitJavascriptItemExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitJavaStatement(t){const e=this.getNodeValue(t.exp),i=new pN.JavaStatement(e,!1);this.setNodeValue(t,i)}exitJavascriptStatement(t){const e=this.getNodeValue(t.exp),i=new eN.n(e,!1);this.setNodeValue(t,i)}exitJavaReturnStatement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new pN.JavaStatement(e,!0))}exitJavascriptReturnStatement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new eN.n(e,!0))}exitJavaNativeStatement(t){const e=this.getNodeValue(t.java_statement());this.setNodeValue(t,new pN.JavaNativeCall(e))}exitJavascriptNativeStatement(t){const e=this.getNodeValue(t.javascript_native_statement());this.setNodeValue(t,e)}exitJavascript_native_statement(t){const e=this.getNodeValue(t.javascript_statement()),i=this.getNodeValue(t.javascript_module());e.module=i||null,this.setNodeValue(t,new eN.k(e))}exitNative_method_declaration(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.name),s=this.getNodeValue(t.args),r=this.getNodeValue(t.stmts);this.setNodeValue(t,new $w.NativeMethodDeclaration(i,s,e,r))}exitJavaArgumentList(t){const e=this.getNodeValue(t.item);this.setNodeValue(t,new pN.JavaExpressionList(e))}exitJavascriptArgumentList(t){const e=this.getNodeValue(t.item);this.setNodeValue(t,new eN.d(e))}exitJavaArgumentListItem(t){const e=this.getNodeValue(t.item),i=this.getNodeValue(t.items);i.add(e),this.setNodeValue(t,i)}exitJavascriptArgumentListItem(t){const e=this.getNodeValue(t.item),i=this.getNodeValue(t.items);i.add(e),this.setNodeValue(t,i)}exitJava_method_expression(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.args);this.setNodeValue(t,new pN.JavaMethodExpression(e,i))}exitJava_this_expression(t){this.setNodeValue(t,new pN.JavaThisExpression)}exitJavascriptMethodExpression(t){const e=this.getNodeValue(t.method);this.setNodeValue(t,e)}exitJavascript_method_expression(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.args);this.setNodeValue(t,new eN.i(e,i))}exitJavaMethodExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitFlush_statement(t){this.setNodeValue(t,new iN.FlushStatement)}exitFlushStatement(t){this.setNodeValue(t,this.getNodeValue(t.stmt))}exitFullDeclarationList(t){const e=this.getNodeValue(t.declarations())||new $w.DeclarationList;this.setNodeValue(t,e)}exitDeclaration(t){const e=this.readComments(t.comment_statement()),i=this.readAnnotations(t.annotation_constructor()),s=t.children[t.getChildCount()-1],r=this.getNodeValue(s);null!=r&&(r.comments=e,r.annotations=i,this.setNodeValue(t,r))}exitDeclarations(t){const e=new $w.DeclarationList;t.declaration().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitIteratorExpression(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.name),s=this.getNodeValue(t.source);this.setNodeValue(t,new tN.IteratorExpression(i,s,e))}exitIteratorType(t){const e=this.getNodeValue(t.i);this.setNodeValue(t,new aN.IteratorType(e))}exitJavaBooleanLiteral(t){this.setNodeValue(t,new pN.JavaBooleanLiteral(t.getText()))}exitJavaIntegerLiteral(t){this.setNodeValue(t,new pN.JavaIntegerLiteral(t.getText()))}exitJavaDecimalLiteral(t){this.setNodeValue(t,new pN.JavaDecimalLiteral(t.getText()))}exitJavaCharacterLiteral(t){this.setNodeValue(t,new pN.JavaCharacterLiteral(t.getText()))}exitJavaTextLiteral(t){this.setNodeValue(t,new pN.JavaTextLiteral(t.getText()))}exitJavaCategoryBinding(t){const e=this.getNodeValue(t.binding);this.setNodeValue(t,new pN.JavaNativeCategoryBinding(e))}exitJavascriptCategoryBinding(t){this.setNodeValue(t,this.getNodeValue(t.binding))}exitJavascript_category_binding(t){const e=t.javascript_identifier().map((t=>t.getText())).join("."),i=this.getNodeValue(t.javascript_module())||null,s=new eN.l(e,i);this.setNodeValue(t,s)}exitJavascript_module(t){const e=t.javascript_identifier().map((t=>t.getText())),i=new eN.j(e);this.setNodeValue(t,i)}exitNativeCategoryBindingList(t){const e=this.getNodeValue(t.item),i=new rN.NativeCategoryBindingList(e);this.setNodeValue(t,i)}exitNativeCategoryBindingListItem(t){const e=this.getNodeValue(t.item),i=this.getNodeValue(t.items);i.add(e),this.setNodeValue(t,i)}exitNative_category_bindings(t){const e=this.getNodeValue(t.items);this.setNodeValue(t,e)}exitNative_category_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.attrs),s=this.getNodeValue(t.bindings),r=this.getNodeValue(t.methods),n=new $w.NativeCategoryDeclaration(e,i,s,null,r);n.storable=null!=t.STORABLE(),this.setNodeValue(t,n)}exitNative_widget_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.bindings),s=this.getNodeValue(t.methods),r=new $w.NativeWidgetDeclaration(e,i,s);this.setNodeValue(t,r)}exitNativeCategoryDeclaration(t){const e=this.getNodeValue(t.decl);this.setNodeValue(t,e)}exitNative_resource_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.attrs),s=this.getNodeValue(t.bindings),r=this.getNodeValue(t.methods),n=new $w.NativeResourceDeclaration(e,i,s,null,r);n.storable=null!=t.STORABLE(),this.setNodeValue(t,n)}exitResource_declaration(t){const e=this.getNodeValue(t.native_resource_declaration());this.setNodeValue(t,e)}exitParenthesis_expression(t){const e=this.getNodeValue(t.expression());this.setNodeValue(t,new tN.ParenthesisExpression(e))}exitParenthesisExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitNative_symbol_list(t){const e=new rN.NativeSymbolList;t.native_symbol().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitEnum_native_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.typ),s=this.getNodeValue(t.symbols);this.setNodeValue(t,new $w.EnumeratedNativeDeclaration(e,i,s))}exitFor_each_statement(t){const e=this.getNodeValue(t.name1),i=this.getNodeValue(t.name2),s=this.getNodeValue(t.source),r=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.ForEachStatement(e,i,s,r))}exitForEachStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitKey_token(t){this.setNodeValue(t,t.getText())}exitUUIDLiteral(t){this.setNodeValue(t,new sN.UUIDLiteral(t.getText()))}exitUUIDType(t){this.setNodeValue(t,aN.UUIDType.instance)}exitValue_token(t){this.setNodeValue(t,t.getText())}exitNamed_argument(t){const e=this.getNodeValue(t.variable_identifier()),i=new nN.UnresolvedParameter(e),s=this.getNodeValue(t.literal_expression());i.defaultExpression=s||null,this.setNodeValue(t,i)}exitClosureStatement(t){const e=this.getNodeValue(t.decl);this.setNodeValue(t,new iN.DeclarationStatement(e))}exitReturn_statement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new iN.ReturnStatement(e))}exitReturnStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitType_expression(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new tN.TypeExpression(new aN.CategoryType(e)))}exitTypeExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitIf_statement(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.stmts),s=this.getNodeValue(t.elseIfs),r=this.getNodeValue(t.elseStmts);this.setNodeValue(t,new iN.IfStatement(e,i,s,r))}exitElseIfStatementList(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.stmts),s=new iN.IfElement(e,i);this.setNodeValue(t,new iN.IfElementList(s))}exitElseIfStatementListItem(t){const e=this.getNodeValue(t.items),i=this.getNodeValue(t.exp),s=this.getNodeValue(t.stmts),r=new iN.IfElement(i,s);e.add(r),this.setNodeValue(t,e)}exitIfStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitSuperExpression(t){this.setNodeValue(t,new tN.SuperExpression)}exitSwitchStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitAssignTupleStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitRaiseStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitWriteStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitWithResourceStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitWhileStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitDoWhileStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitTryStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitEqualsExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);let s=null;switch(t.op.type){case Pw.EQ2:s=rN.EqOp.EQUALS;break;case Pw.XEQ:s=rN.EqOp.NOT_EQUALS;break;case Pw.TEQ:s=rN.EqOp.ROUGHLY;break;default:throw new Error("Operator "+t.op.type)}this.setNodeValue(t,new tN.EqualsExpression(e,s,i))}exitCompareExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);let s=null;switch(t.op.type){case Pw.LT:s=rN.CmpOp.LT;break;case Pw.LTE:s=rN.CmpOp.LTE;break;case Pw.GT:s=rN.CmpOp.GT;break;case Pw.GTE:s=rN.CmpOp.GTE;break;default:throw new Error("Operator "+t.op.type)}this.setNodeValue(t,new tN.CompareExpression(e,s,i))}exitAtomicSwitchCase(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.AtomicSwitchCase(e,i))}exitCollection_literal(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitCollectionSwitchCase(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.CollectionSwitchCase(e,i))}exitSwitch_case_statement_list(t){const e=new iN.SwitchCaseList;t.switch_case_statement().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitSwitch_statement(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.cases),s=this.getNodeValue(t.stmts),r=new iN.SwitchStatement(e,i,s);this.setNodeValue(t,r)}exitLiteralRangeLiteral(t){const e=this.getNodeValue(t.low),i=this.getNodeValue(t.high);this.setNodeValue(t,new sN.RangeLiteral(e,i))}exitLiteralListLiteral(t){const e=this.getNodeValue(t.literal_list_literal());this.setNodeValue(t,new sN.ListLiteral(!1,e))}exitLiteral_list_literal(t){const e=new tN.ExpressionList;t.atomic_literal().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitInExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right),s=t.NOT()?rN.ContOp.NOT_IN:rN.ContOp.IN;this.setNodeValue(t,new tN.ContainsExpression(e,s,i))}exitCssType(t){this.setNodeValue(t,aN.CssType.instance)}exitHasExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right),s=t.NOT()?rN.ContOp.NOT_HAS:rN.ContOp.HAS;this.setNodeValue(t,new tN.ContainsExpression(e,s,i))}exitHasAllExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right),s=t.NOT()?rN.ContOp.NOT_HAS_ALL:rN.ContOp.HAS_ALL;this.setNodeValue(t,new tN.ContainsExpression(e,s,i))}exitHasAnyExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right),s=t.NOT()?rN.ContOp.NOT_HAS_ANY:rN.ContOp.HAS_ANY;this.setNodeValue(t,new tN.ContainsExpression(e,s,i))}exitContainsExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right),s=t.NOT()?rN.EqOp.NOT_CONTAINS:rN.EqOp.CONTAINS;this.setNodeValue(t,new tN.EqualsExpression(e,s,i))}exitDivideExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);this.setNodeValue(t,new tN.DivideExpression(e,i))}exitIntDivideExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);this.setNodeValue(t,new tN.IntDivideExpression(e,i))}exitModuloExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);this.setNodeValue(t,new tN.ModuloExpression(e,i))}exitAnnotation_constructor(t){const e=this.getNodeValue(t.name),i=new sN.DocEntryList,s=this.getNodeValue(t.exp);null!=s&&i.add(new sN.DocEntry(null,s)),t.annotation_argument().map((function(t){const e=this.getNodeValue(t);i.add(e)}),this),this.setNodeValue(t,new rN.Annotation(e,i))}exitAnnotation_argument(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.exp);this.setNodeValue(t,new sN.DocEntry(e,i))}exitAnnotation_identifier(t){this.setNodeValue(t,new rN.Identifier(t.getText()))}exitAnnotation_argument_name(t){this.setNodeValue(t,t.getText())}exitAnnotationLiteralValue(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitAnnotationTypeValue(t){const e=this.getNodeValue(t.typ);this.setNodeValue(t,new tN.TypeExpression(e))}exitAndExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);this.setNodeValue(t,new tN.AndExpression(e,i))}exitNullLiteral(t){this.setNodeValue(t,sN.NullLiteral.instance)}exitOperator_argument(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitOperatorArgument(t){const e=this.getNodeValue(t.arg);e.setMutable(null!=t.MUTABLE()),this.setNodeValue(t,e)}exitOperatorPlus(t){this.setNodeValue(t,rN.Operator.PLUS)}exitOperatorMinus(t){this.setNodeValue(t,rN.Operator.MINUS)}exitOperatorMultiply(t){this.setNodeValue(t,rN.Operator.MULTIPLY)}exitOperatorDivide(t){this.setNodeValue(t,rN.Operator.DIVIDE)}exitOperatorIDivide(t){this.setNodeValue(t,rN.Operator.IDIVIDE)}exitOperatorModulo(t){this.setNodeValue(t,rN.Operator.MODULO)}exitNative_member_method_declaration(t){const e=this.readComments(t.comment_statement()),i=this.readAnnotations(t.annotation_constructor()),s=t.children[t.getChildCount()-1],r=this.getNodeValue(s);null!=r&&(r.comments=e,r.annotations=i,this.setNodeValue(t,r))}exitOperator_method_declaration(t){const e=this.getNodeValue(t.op),i=this.getNodeValue(t.arg),s=this.getNodeValue(t.typ),r=this.getNodeValue(t.stmts),n=new $w.OperatorMethodDeclaration(e,i,s,r);this.setNodeValue(t,n)}exitOrder_by(t){const e=new rN.IdentifierList;t.variable_identifier().map((function(t){e.push(this.getNodeValue(t))}),this);const i=new rN.OrderByClause(e,null!=t.DESC());this.setNodeValue(t,i)}exitOrder_by_list(t){const e=new rN.OrderByClauseList;t.order_by().map((function(t){e.add(this.getNodeValue(t))}),this),this.setNodeValue(t,e)}exitOrExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);this.setNodeValue(t,new tN.OrExpression(e,i))}exitMultiplyExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);this.setNodeValue(t,new tN.MultiplyExpression(e,i))}exitMutable_category_type(t){const e=this.getNodeValue(t.category_type());e.mutable=null!=t.MUTABLE(),this.setNodeValue(t,e)}exitMutableInstanceExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.MutableExpression(e))}exitMutableSelectableExpression(t){this.setNodeValue(t,this.getNodeValue(t.exp))}exitMutableSelectorExpression(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.selector);i.parent=e,this.setNodeValue(t,i)}exitMinusExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.MinusExpression(e))}exitNotExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.NotExpression(e))}exitWhile_statement(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.WhileStatement(e,i))}exitDo_while_statement(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.DoWhileStatement(e,i))}exitSingleton_category_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.attrs),s=this.getNodeValue(t.methods);this.setNodeValue(t,new $w.SingletonCategoryDeclaration(e,i,s))}exitSingletonCategoryDeclaration(t){const e=this.getNodeValue(t.decl);this.setNodeValue(t,e)}exitSliceFirstAndLast(t){const e=this.getNodeValue(t.first),i=this.getNodeValue(t.last);this.setNodeValue(t,new tN.SliceSelector(null,e,i))}exitSliceFirstOnly(t){const e=this.getNodeValue(t.first);this.setNodeValue(t,new tN.SliceSelector(null,e,null))}exitSliceLastOnly(t){const e=this.getNodeValue(t.last);this.setNodeValue(t,new tN.SliceSelector(null,null,e))}exitSorted_expression(t){const e=this.getNodeValue(t.source),i=null!=t.DESC(),s=this.getNodeValue(t.key);this.setNodeValue(t,new tN.SortedExpression(e,i,s))}exitSorted_key(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitDocument_expression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.DocumentExpression(e))}exitDocumentType(t){this.setNodeValue(t,aN.DocumentType.instance)}exitDocument_literal(t){const e=this.getNodeValue(t.doc_entry_list())||new sN.DocEntryList;this.setNodeValue(t,new sN.DocumentLiteral(e))}exitFetchStatement(t){this.setNodeValue(t,this.getNodeValue(t.stmt))}exitFetchMany(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.predicate),s=this.getNodeValue(t.xstart),r=this.getNodeValue(t.xstop),n=this.getNodeValue(t.include),a=this.getNodeValue(t.orderby);this.setNodeValue(t,new tN.FetchManyExpression(e,s,r,i,n,a))}exitFetchManyAsync(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.predicate),s=this.getNodeValue(t.xstart),r=this.getNodeValue(t.xstop),n=this.getNodeValue(t.include),a=this.getNodeValue(t.orderby),o=rN.ThenWith.OrEmpty(this.getNodeValue(t.then()));this.setNodeValue(t,new iN.FetchManyStatement(e,s,r,i,n,a,o))}exitFetchOne(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.predicate),s=this.getNodeValue(t.include);this.setNodeValue(t,new tN.FetchOneExpression(e,i,s))}exitFetchOneAsync(t){const e=this.getNodeValue(t.typ),i=this.getNodeValue(t.predicate),s=this.getNodeValue(t.include),r=rN.ThenWith.OrEmpty(this.getNodeValue(t.then()));this.setNodeValue(t,new iN.FetchOneStatement(e,i,s,r))}exitThen(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new rN.ThenWith(e,i))}exitFiltered_list_expression(t){const e=this.getNodeValue(t.source),i=this.getNodeValue(t.name),s=this.getNodeValue(t.predicate);let r;if(i)r=new tN.ExplicitPredicateExpression(i,s);else{if(!(s instanceof tN.PredicateExpression))throw new Error("What?");r=s}this.setNodeValue(t,new tN.FilteredExpression(e,r))}exitArrowFilterExpression(t){this.setNodeValue(t,this.getNodeValue(t.arrow_expression()))}exitExplicitFilterExpression(t){const e=this.getNodeValue(t.variable_identifier()),i=this.getNodeValue(t.expression());this.setNodeValue(t,new tN.ExplicitPredicateExpression(e,i))}exitOtherFilterExpression(t){this.setNodeValue(t,this.getNodeValue(t.expression()))}exitCode_type(t){this.setNodeValue(t,aN.CodeType.instance)}exitExecuteExpression(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new tN.ExecuteExpression(e))}exitExpression_list(t){const e=new tN.ExpressionList;t.expression().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitExpression_tuple(t){const e=new tN.ExpressionList;t.expression().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitCodeExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new tN.CodeExpression(e))}exitCategory_or_any_type(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitCode_argument(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new nN.CodeParameter(e))}exitCategory_symbol(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.args);this.setNodeValue(t,new tN.CategorySymbol(e,i))}exitCategory_symbol_list(t){const e=new rN.CategorySymbolList;t.category_symbol().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitEnum_category_declaration(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.attrs),s=this.getNodeValue(t.derived),r=null==s?null:new rN.IdentifierList(s),n=this.getNodeValue(t.symbols);this.setNodeValue(t,new $w.EnumeratedCategoryDeclaration(e,i,r,n))}exitEnum_declaration(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitRead_all_expression(t){const e=this.getNodeValue(t.source);this.setNodeValue(t,new tN.ReadAllExpression(e))}exitRead_blob_expression(t){const e=this.getNodeValue(t.source);this.setNodeValue(t,new tN.ReadBlobExpression(e))}exitRead_one_expression(t){const e=this.getNodeValue(t.source);this.setNodeValue(t,new tN.ReadOneExpression(e))}exitRead_statement(t){const e=this.getNodeValue(t.source),i=rN.ThenWith.OrEmpty(this.getNodeValue(t.then()));this.setNodeValue(t,new iN.ReadStatement(e,i))}exitReadStatement(t){this.setNodeValue(t,this.getNodeValue(t.stmt))}exitRepl(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitWith_singleton_statement(t){const e=this.getNodeValue(t.typ),i=new aN.CategoryType(e),s=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.WithSingletonStatement(i,s))}exitWithSingletonStatement(t){const e=this.getNodeValue(t.stmt);this.setNodeValue(t,e)}exitWrite_statement(t){const e=this.getNodeValue(t.what),i=this.getNodeValue(t.target),s=this.getNodeValue(t.then());this.setNodeValue(t,new iN.WriteStatement(e,i,s))}exitWith_resource_statement(t){const e=this.getNodeValue(t.stmt),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.WithResourceStatement(e,i))}exitAnyType(t){this.setNodeValue(t,aN.AnyType.instance)}exitAnyListType(t){const e=this.getNodeValue(t.any_type());this.setNodeValue(t,new aN.ListType(e))}exitAnyDictType(t){const e=this.getNodeValue(t.any_type());this.setNodeValue(t,new aN.DictionaryType(e))}exitCastExpression(t){const e=this.getNodeValue(t.left),i=this.getNodeValue(t.right);this.setNodeValue(t,new tN.CastExpression(e,i,null!=t.MUTABLE()))}exitCatchAtomicStatement(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.stmts),s=new tN.SymbolExpression(e);s.copySectionFrom(e),this.setNodeValue(t,new iN.AtomicSwitchCase(s,i))}exitCatchCollectionStatement(t){const e=this.getNodeValue(t.exp),i=this.getNodeValue(t.stmts);this.setNodeValue(t,new iN.CollectionSwitchCase(e,i))}exitCatch_statement_list(t){const e=new iN.SwitchCaseList;t.catch_statement().forEach((function(t){const i=this.getNodeValue(t);e.add(i)}),this),this.setNodeValue(t,e)}exitTry_statement(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.stmts),s=this.getNodeValue(t.handlers),r=this.getNodeValue(t.anyStmts),n=this.getNodeValue(t.finalStmts),a=new iN.SwitchErrorStatement(e,i,s,r,n);this.setNodeValue(t,a)}exitRaise_statement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new iN.RaiseStatement(e))}exitMatchingList(t){const e=this.getNodeValue(t.source);this.setNodeValue(t,new Qw.MatchingCollectionConstraint(e))}exitMatchingRange(t){const e=this.getNodeValue(t.source);this.setNodeValue(t,new Qw.MatchingCollectionConstraint(e))}exitMatchingExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new Qw.MatchingExpressionConstraint(e))}exitMatchingPattern(t){this.setNodeValue(t,new Qw.MatchingPatternConstraint(new sN.TextLiteral(t.text.text)))}exitLiteralSetLiteral(t){const e=this.getNodeValue(t.literal_list_literal());this.setNodeValue(t,new sN.SetLiteral(e))}exitCsharp_identifier(t){this.setNodeValue(t,t.getText())}exitCSharpIdentifier(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new fN.CSharpIdentifierExpression(null,e))}exitCSharpChildIdentifier(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.name),s=new fN.CSharpIdentifierExpression(e,i);this.setNodeValue(t,s)}exitCSharpBooleanLiteral(t){this.setNodeValue(t,new fN.CSharpBooleanLiteral(t.getText()))}exitCSharpIntegerLiteral(t){this.setNodeValue(t,new fN.CSharpIntegerLiteral(t.getText()))}exitCSharpDecimalLiteral(t){this.setNodeValue(t,new fN.CSharpDecimalLiteral(t.getText()))}exitCSharpCharacterLiteral(t){this.setNodeValue(t,new fN.CSharpCharacterLiteral(t.getText()))}exitCSharpTextLiteral(t){this.setNodeValue(t,new fN.CSharpTextLiteral(t.getText()))}exitCSharpCategoryBinding(t){const e=this.getNodeValue(t.binding);this.setNodeValue(t,new fN.CSharpNativeCategoryBinding(e))}exitCsharp_primary_expression(t){const e=this.getNodeValue(t.getChild(0));this.setNodeValue(t,e)}exitCsharp_this_expression(t){this.setNodeValue(t,new fN.CSharpThisExpression)}exitCsharp_method_expression(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.args);this.setNodeValue(t,new fN.CSharpMethodExpression(e,i))}exitCSharpMethodExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitCSharpArgumentList(t){const e=this.getNodeValue(t.item);this.setNodeValue(t,new fN.CSharpExpressionList(e))}exitCSharpArgumentListItem(t){const e=this.getNodeValue(t.item),i=this.getNodeValue(t.items);i.add(e),this.setNodeValue(t,i)}exitCSharpNativeStatement(t){const e=this.getNodeValue(t.csharp_statement()),i=new fN.CSharpNativeCall(e);this.setNodeValue(t,i)}exitCSharpPromptoIdentifier(t){const e=t.DOLLAR_IDENTIFIER().getText();this.setNodeValue(t,new fN.CSharpIdentifierExpression(null,e))}exitCSharpPrimaryExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitCSharpSelectorExpression(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.child);i.parent=e,this.setNodeValue(t,i)}exitCSharpStatement(t){const e=this.getNodeValue(t.exp),i=new fN.CSharpStatement(e,!1);this.setNodeValue(t,i)}exitCSharpReturnStatement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new fN.CSharpStatement(e,!0))}exitPythonStatement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new _N(e,!1))}exitPythonReturnStatement(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new _N(e,!0))}exitPython2CategoryBinding(t){const e=this.getNodeValue(t.binding);this.setNodeValue(t,new FN(e))}exitPython3CategoryBinding(t){const e=this.getNodeValue(t.binding);this.setNodeValue(t,new HN(e))}exitPython_category_binding(t){const e=t.identifier().getText(),i=this.getNodeValue(t.python_module()),s=new PN(e,i);this.setNodeValue(t,s)}exitPython_method_expression(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.args),s=new wN(e,i);this.setNodeValue(t,s)}exitPythonGlobalMethodExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitPythonMethodExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitPython_module(t){const e=t.python_identifier().map((t=>t.getText())),i=new SN(e);this.setNodeValue(t,i)}exitPython2NativeStatement(t){const e=this.getNodeValue(t.python_native_statement());this.setNodeValue(t,new mN(e))}exitPython3NativeStatement(t){const e=this.getNodeValue(t.python_native_statement());this.setNodeValue(t,new RN(e))}exitPython_native_statement(t){const e=this.getNodeValue(t.python_statement()),i=this.getNodeValue(t.python_module());e.module=i||null,this.setNodeValue(t,new EN(e))}exitPython_identifier(t){this.setNodeValue(t,t.getText())}exitPythonIdentifier(t){const e=this.getNodeValue(t.name);this.setNodeValue(t,new yN(null,e))}exitPythonIdentifierExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitPythonChildIdentifier(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.name),s=new yN(e,i);this.setNodeValue(t,s)}exitPythonBooleanLiteral(t){this.setNodeValue(t,new LN(t.getText()))}exitPythonIntegerLiteral(t){this.setNodeValue(t,new CN(t.getText()))}exitPythonDecimalLiteral(t){this.setNodeValue(t,new vN(t.getText()))}exitPythonCharacterLiteral(t){this.setNodeValue(t,new IN(t.getText()))}exitPythonTextLiteral(t){this.setNodeValue(t,new NN(t.getText()))}exitPythonLiteralExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitPythonPromptoIdentifier(t){const e=t.DOLLAR_IDENTIFIER().getText();this.setNodeValue(t,new yN(null,e))}exitPythonPrimaryExpression(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,e)}exitPythonArgumentList(t){const e=this.getNodeValue(t.ordinal),i=this.getNodeValue(t.named);e.addAll(i),this.setNodeValue(t,e)}exitPythonNamedOnlyArgumentList(t){const e=this.getNodeValue(t.named);this.setNodeValue(t,e)}exitPythonNamedArgumentList(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.exp),s=new ON(e,i);this.setNodeValue(t,new kN(s))}exitPythonNamedArgumentListItem(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.exp),s=new ON(e,i),r=this.getNodeValue(t.items);r.add(s),this.setNodeValue(t,r)}exitPythonOrdinalOnlyArgumentList(t){const e=this.getNodeValue(t.ordinal);this.setNodeValue(t,e)}exitPythonOrdinalArgumentList(t){const e=this.getNodeValue(t.item),i=new DN(e);this.setNodeValue(t,new kN(i))}exitPythonOrdinalArgumentListItem(t){const e=this.getNodeValue(t.item),i=new DN(e),s=this.getNodeValue(t.items);s.add(i),this.setNodeValue(t,s)}exitPythonSelectorExpression(t){const e=this.getNodeValue(t.parent),i=this.getNodeValue(t.child);i.parent=e,this.setNodeValue(t,i)}exitPythonSelfExpression(t){this.setNodeValue(t,new gN)}exitJsxChild(t){this.setNodeValue(t,this.getNodeValue(t.jsx))}exitJsxCode(t){const e=this.getNodeValue(t.exp),i=this.getHiddenTokensAfterNode(t.RCURL());this.setNodeValue(t,new oN.JsxCode(e,i))}exitJsxExpression(t){this.setNodeValue(t,this.getNodeValue(t.exp))}exitJsxElement(t){const e=this.getNodeValue(t.opening),i=this.getNodeValue(t.closing);e.setClosing(i);const s=this.getNodeValue(t.children_);e.setChildren(s),this.setNodeValue(t,e)}exitJsxSelfClosing(t){this.setNodeValue(t,this.getNodeValue(t.jsx))}exitJsxText(t){const e=zN(t.text);this.setNodeValue(t,new oN.JsxText(e))}exitJsxValue(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new oN.JsxExpression(e))}exitJsx_attribute(t){const e=this.getNodeValue(t.name),i=this.getNodeValue(t.value),s=null!=i?t.value.stop:t.name.stop,r=null==i?null:this.getHiddenTokensAfterToken(s);this.setNodeValue(t,new oN.JsxProperty(e,i,r))}exitJsx_children(t){const e=t.jsx_child().map((t=>this.getNodeValue(t)),this);this.setNodeValue(t,e)}exitJsx_element_name(t){const e=t.getText();this.setNodeValue(t,new rN.Identifier(e))}exitJsx_expression(t){this.setNodeValue(t,this.getNodeValue(t.getChild(0)))}exitJsx_identifier(t){const e=t.getText();this.setNodeValue(t,new rN.Identifier(e))}exitJsx_fragment(t){const e=this.getHiddenTokensAfterToken(t.jsx_fragment_start().stop),i=new oN.JsxFragment(e);i.children=this.getNodeValue(t.children_),this.setNodeValue(t,i)}exitJsxLiteral(t){const e=t.getText();this.setNodeValue(t,new oN.JsxLiteral(e))}exitJsx_opening(t){const e=this.getNodeValue(t.name),i=this.getHiddenTokensAfterToken(t.name.stop),s=t.jsx_attribute().map((t=>this.getNodeValue(t)),this),r=this.getHiddenTokensAfterNode(t.GT());this.setNodeValue(t,new oN.JsxElement(e,i,s,r))}exitJsx_closing(t){const e=this.getNodeValue(t.name),i=this.getHiddenTokensAfterNode(t.GT());this.setNodeValue(t,new oN.JsxClosing(e,i))}exitJsx_self_closing(t){const e=this.getNodeValue(t.name),i=this.getHiddenTokensAfterToken(t.name.stop),s=t.jsx_attribute().map((t=>this.getNodeValue(t)),this),r=this.getHiddenTokensAfterNode(t.GT());this.setNodeValue(t,new oN.JsxSelfClosing(e,i,s,r))}exitCssExpression(t){this.setNodeValue(t,this.getNodeValue(t.exp))}exitCss_expression(t){const e=new dN;t.css_field().forEach((function(t){const i=this.getNodeValue(t);e.addField(i)}),this),this.setNodeValue(t,e)}exitCss_field(t){const e=t.name.getText(),i=t.css_value().map((t=>this.getNodeValue(t)),this);this.setNodeValue(t,new cN(e,i))}exitCssText(t){const e=this.input.getText({start:t.text.start,stop:t.text.stop});this.setNodeValue(t,new lN(e))}exitCssValue(t){const e=this.getNodeValue(t.exp);this.setNodeValue(t,new hN(e))}buildSection(t,e){if(!e.dialect){const i=this.findFirstValidToken(t.start.tokenIndex),s=this.findLastValidToken(t.stop.tokenIndex);e.setSectionFrom(this.path,i,s,JN.O)}}findFirstValidToken(t){-1===t&&(t=0);do{const e=this.readValidToken(t++);if(null!==e)return e}while(t=0;){const e=this.readValidToken(t--);if(null!==e)return e}return null}readValidToken(t){const e=this.input.get(t),i=e.text;return null!==i&&i.replace(/(\n|\r|\t| )/g,"").length>0?e:null}}function JN(t){return this.name=t,this}JN.E=new JN("E"),JN.E.getParserFactory=()=>new qN,JN.E.toDialect=(t,e)=>{e.toEDialect(t)},JN.E.toString=t=>t.toEString(),JN.O=new JN("O"),JN.O.getParserFactory=()=>new XN,JN.O.toDialect=(t,e)=>{e.toODialect(t)},JN.O.toString=t=>t.toOString(),JN.M=new JN("M"),JN.M.getParserFactory=()=>new KN,JN.M.toDialect=(t,e)=>{e.toMDialect(t)},JN.M.toString=t=>t.toMString();class YN{constructor(t){this.expression=t}locateSectionAtLine(t){return this.expression.locateSectionAtLine(t)}check(t){const e=this.expression.check(t);return e!==aN.BooleanType.instance&&t.problemListener.reportIllegalNonBoolean(this.expression,e),this.expression instanceof tN.EqualsExpression&&(t=this.expression.downcast(t,!1)),t}interpretAssert(t,e){return this.expression.interpretAssert(t,e)}declare(t){this.expression.declare(t)}transpile(t){this.expression.transpile(t)}transpileFound(t,e){this.expression.transpileFound(t,e)}toDialect(t){this.expression.toDialect(t)}getExpected(t,e,i){return this.expression.getExpected(t,e,i)}}function qN(){this.newLexer=t=>new jw(new a.a.InputStream(t)),this.newParser=(t,e)=>new Yw(t,e)}function XN(){this.newLexer=t=>new qw(new a.a.InputStream(t)),this.newParser=(t,e)=>new Kw(t,e)}function KN(){this.newLexer=t=>new zw(new a.a.InputStream(t)),this.newParser=(t,e)=>new GN(t,e)}function zN(t){const e=t.start,i=t.stop;return null==e||null==i||e.start<0||i.stop<0?t.getText():e.getInputStream().getText(e.start,i.stop)}},function(t,e,i){"use strict";i.r(e),i.d(e,"Literal",(function(){return s.a})),i.d(e,"NullLiteral",(function(){return a})),i.d(e,"BooleanLiteral",(function(){return o})),i.d(e,"CharacterLiteral",(function(){return h.a})),i.d(e,"IntegerLiteral",(function(){return l})),i.d(e,"MinIntegerLiteral",(function(){return c})),i.d(e,"MaxIntegerLiteral",(function(){return u})),i.d(e,"HexaLiteral",(function(){return p})),i.d(e,"DecimalLiteral",(function(){return f})),i.d(e,"TextLiteral",(function(){return _.default})),i.d(e,"TupleLiteral",(function(){return m})),i.d(e,"ListLiteral",(function(){return T})),i.d(e,"SetLiteral",(function(){return g})),i.d(e,"RangeLiteral",(function(){return y})),i.d(e,"DocumentLiteral",(function(){return A})),i.d(e,"DocEntryList",(function(){return L})),i.d(e,"DocEntry",(function(){return I})),i.d(e,"DocTextKey",(function(){return C.a})),i.d(e,"DocIdentifierKey",(function(){return v})),i.d(e,"DictLiteral",(function(){return b})),i.d(e,"DictEntry",(function(){return w})),i.d(e,"DictTextKey",(function(){return N.a})),i.d(e,"DictIdentifierKey",(function(){return O})),i.d(e,"DictEntryList",(function(){return D})),i.d(e,"DateLiteral",(function(){return M})),i.d(e,"TimeLiteral",(function(){return k})),i.d(e,"DateTimeLiteral",(function(){return U})),i.d(e,"PeriodLiteral",(function(){return P})),i.d(e,"VersionLiteral",(function(){return F})),i.d(e,"UUIDLiteral",(function(){return H.a})),i.d(e,"TypeLiteral",(function(){return G}));var s=i(23),r=i(1),n=i(4);class a extends s.a{check(t){return r.NullType.instance}interpret(t){return n.NullValue.instance}declare(t){}transpile(t){t.append("null")}toDialect(t){t.toDialect(this)}toEDialect(t){t.append("nothing")}toODialect(t){t.append("null")}toMDialect(t){t.append("None")}}a.instance=new a;class o extends s.a{constructor(t){super(t,n.BooleanValue.Parse(t))}check(t){return r.BooleanType.instance}declare(t){}transpile(t){t.append(this.text)}}var h=i(214);class l extends s.a{constructor(t,e){super(t,new n.IntegerValue(e||function(t){return parseInt(t)}(t)))}check(t){return r.IntegerType.instance}declare(t){}transpile(t){t.append(this.text)}}class c extends l{constructor(){super("MIN_INTEGER",-9007199254740992)}transpile(t){t.append("-0x20000000000000")}}class u extends l{constructor(){super("MAX_INTEGER",9007199254740992)}transpile(t){t.append("0x20000000000000")}}function d(t){let e=0;for(let i=2;i="0"&&s<="9")e+=s.charCodeAt(0)-"0".charCodeAt(0);else if(s>="a"&&s<="f")e+=s.charCodeAt(0)-"a".charCodeAt(0);else{if(!(s>="A"&&s<="F"))throw t+" is not a valid hexadecimal number";e+=s.charCodeAt(0)-"A".charCodeAt(0)+10}}return new n.IntegerValue(e)}class p extends s.a{constructor(t){super(t,d(t))}check(t){return r.IntegerType.instance}}p.parseHexa=d;class f extends s.a{constructor(t){super(t,n.DecimalValue.Parse(t))}check(t){return r.DecimalType.instance}declare(t){}transpile(t){t.append(this.text)}}var _=i(147),x=i(7),E=i(5);class m extends s.a{constructor(t,e){if("boolean"!=typeof t)throw"mutable!";super("("+(e=e||new E.ExpressionList).toString()+")",new n.TupleValue),this.mutable=t,this.expressions=e}check(t){return r.TupleType.instance}declare(t){t.require(x.List),t.require(x.Tuple),this.expressions.declare(t)}transpile(t){t.append("new Tuple(").append(this.mutable).append(", ["),this.expressions.transpile(t),t.append("])")}interpret(t){if(this.expressions.length>0){const e=new n.TupleValue;return this.expressions.forEach((i=>{const s=i.interpret(t);e.add(s)})),e.mutable=this.mutable,e}return this.value}toDialect(t){this.mutable&&t.append("mutable "),null!=this.expressions?(t.append("("),this.expressions.toDialect(t),1==this.expressions.length&&t.append(","),t.append(")")):t.append("()")}}var R=i(12);class T extends s.a{constructor(t,e){if("boolean"!=typeof t)throw"mutable!";super("["+(e=e||new E.ExpressionList).toString()+"]",new n.ListValue(r.MissingType.instance)),this.itemType=null,this.mutable=t,this.expressions=e}check(t){return null==this.itemType&&(this.itemType=Object(R.inferExpressionsType)(t,this.expressions),this.type=new r.ListType(this.itemType)),this.type}interpret(t){if(this.expressions.length){const e=this;this.check(t);const i=new n.ListValue(this.itemType,null,null,this.mutable);return this.expressions.forEach((s=>{let r=s.interpret(t);r=e.interpretPromotion(r),i.add(r)})),i}return this.value}interpretPromotion(t){return null==t?t:r.DecimalType.instance==this.itemType&&t.type==r.IntegerType.instance?new n.DecimalValue(t.DecimalValue()):r.TextType.instance==this.itemType&&t.type==r.CharacterType.instance?new n.TextValue(t.value):t}toDialect(t){this.mutable&&t.append("mutable "),null!=this.expressions?(t.append("["),this.expressions.toDialect(t),t.append("]")):t.append("[]")}declare(t){t.require(x.List),null!=this.expressions&&this.expressions.declare(t)}transpile(t){t.append("new List(").append(this.mutable).append(", ["),null!=this.expressions?(this.expressions.transpile(t),t.append("])")):t.append("])")}}var StrictSet=i(43);class g extends s.a{constructor(t){super("<"+(t=t||new E.ExpressionList).toString()+">",new n.SetValue(r.MissingType.instance)),this.itemType=null,this.expressions=t}check(t){return null==this.itemType&&(this.itemType=Object(R.inferExpressionsType)(t,this.expressions),this.type=new r.SetType(this.itemType)),this.type}declare(t){t.require(StrictSet.default),this.expressions.declare(t)}transpile(t){t.append("new StrictSet(["),this.expressions.transpile(t),t.append("])")}interpret(t){const e=this;this.check(t);const i=new n.SetValue(this.itemType);return this.expressions.forEach((s=>{let r=s.interpret(t);r=e.interpretPromotion(r),i.add(r)})),i}interpretPromotion(t){return null==t?t:r.DecimalType.instance==this.itemType&&t.type==r.IntegerType.instance?new n.DecimalValue(t.DecimalValue()):r.TextType.instance==this.itemType&&t.type==r.CharacterType.instance?new n.TextValue(t.value):t}toDialect(t){null!=this.expressions?(t.append("<"),this.expressions.toDialect(t),t.append(">")):t.append("< >")}}class y{constructor(t,e){this.first=t,this.last=e}toString(){return"["+this.first.toString()+".."+this.last.toString()+"]"}toDialect(t){t.append("["),this.first.toDialect(t),t.append(".."),this.last.toDialect(t),t.append("]")}check(t){const e=this.first.check(t),i=this.last.check(t);return e.checkRange(t,i)}interpret(t){let e=this.first.check(t);"IntegerLimits"==e.name&&(e=r.IntegerType.instance);const i=this.first.interpret(t),s=this.last.interpret(t);return e.newRange(i,s)}declare(t){this.first.declare(t);const e=this.first.check(t.context);e.declare(t),this.last.declare(t);const i=this.last.check(t.context);return i.declare(t),e.declareRange(t,i)}transpile(t){return this.first.check(t.context).transpileRange(t,this.first,this.last)}}class A extends s.a{constructor(t){super("{}",new n.DocumentValue(new x.Document)),this.entries=t||new L}toDialect(t){this.entries.toDialect(t)}declare(t){t.require(x.Document),this.entries.declare(t)}transpile(t){t.append("new Document("),this.entries.transpile(t),t.append(")")}check(t){return this.entries.check(t),r.DocumentType.instance}interpret(t){if(this.entries.items.length>0){this.check(t);const e=new x.Document;return this.entries.items.forEach((function(i){const s=i.key.interpret(t);let r=i.value.interpret(t);r=this.interpretPromotion(r),e[s]=r}),this),new n.DocumentValue(e)}return this.value}interpretPromotion(t){return null==t?t:r.DecimalType.instance==this.itemType&&t.type==r.IntegerType.instance?new n.DecimalValue(t.DecimalValue()):r.TextType.instance==this.itemType&&t.type==r.CharacterType.instance?new n.TextValue(t.value):t}}class L{constructor(t,e){this.items=t||[],null!==(e=e||null)&&this.items.push(e)}toDialect(t){t.append("{"),this.items.length>0&&(this.items.forEach((e=>{e.toDialect(t),t.append(", ")})),t.trimLast(2)),t.append("}")}check(t){this.items.forEach((e=>{e.check(t)}))}declare(t){this.items.forEach((e=>{e.declare(t)}))}transpile(t){t.append("{"),this.items.length>0&&(this.items.forEach((e=>{e.transpile(t),t.append(",")})),t.trimLast(1)),t.append("}")}toString(){return"{"+this.items.join(", ")+">"}add(t){this.items.push(t)}}class I{constructor(t,e){this.key=t,this.value=e}toString(){return this.key.toString()+":"+this.value.toString()}toDialect(t){t.append(this.key.toString()).append(":"),this.value.toDialect(t)}check(t){this.key.check(t),this.value.check(t)}declare(t){this.value.declare(t)}transpile(t){this.key.transpile(t),t.append(":"),this.value.transpile(t)}}var C=i(215);class v{constructor(t){this.id=t}toString(){return this.id.name}stringValue(){return this.id.name}check(t){}interpret(t){return new n.TextValue(this.stringValue())}transpile(t){t.append(this.id.name)}}class b extends s.a{constructor(t,e){super("<:>",new n.DictionaryValue(r.MissingType.instance,new x.Dictionary,t)),this.mutable=t,this.entries=e||new D,this.itemType=null}toDialect(t){this.mutable&&t.append("mutable "),this.entries.toDialect(t)}declare(t){t.require(x.Dictionary),this.entries.declare(t)}transpile(t){t.append("new Dictionary(").append(this.mutable).append(", "),this.entries.transpile(t),t.append(")")}check(t){return null==this.itemType&&(this.itemType=this.inferElementType(t)),new r.DictionaryType(this.itemType)}inferElementType(t){if(0===this.entries.items.length)return r.MissingType.instance;const e=new r.TypeMap;return this.entries.items.forEach((i=>{const s=i.value.check(t);e.add(s)})),e.inferType(t,this)}interpret(t){if(this.entries.items.length>0){this.check(t);const e=new x.Dictionary;return this.entries.items.forEach((function(i){const s=i.key.interpret(t);let r=i.value.interpret(t);r=this.interpretPromotion(r),e[s]=r}),this),new n.DictionaryValue(this.itemType,e,this.mutable)}return this.value}interpretPromotion(t){return null==t?t:r.DecimalType.instance==this.itemType&&t.type==r.IntegerType.instance?new n.DecimalValue(t.DecimalValue()):r.TextType.instance==this.itemType&&t.type==r.CharacterType.instance?new n.TextValue(t.value):t}}class w{constructor(t,e){this.key=t,this.value=e}toString(){return this.key.toString()+":"+this.value.toString()}toDialect(t){t.append(this.key.toString()).append(":"),this.value.toDialect(t)}declare(t){this.value.declare(t)}transpile(t){this.key.transpile(t),t.append(":"),this.value.transpile(t)}}var N=i(216),S=i(25);class O extends S.a{constructor(t){super(),this.id=t}toString(){return this.id.toString()}check(t){const e=t.getRegisteredValue(this.id.toString());null===e?t.problemListener.reportUnknownIdentifier(this.id,this.id.name):e.getType(t)!==r.TextType.instance&&t.problemListener.reportIllegalValue(this,"Expected a Text, got "+e.getType(t).typeName)}interpret(t){const e=new E.InstanceExpression(this.id).interpret(t);return e instanceof n.TextValue?e:(t.problemListener.reportIllegalValue(this,"Expected a Text, got "+e.type.typeName),null)}transpile(t){t.append("[").append(this.id.name).append("]")}}class D{constructor(t,e){this.items=t||[],null!==(e=e||null)&&this.items.push(e)}toDialect(t){t.append("<"),this.items.length>0?(this.items.forEach((e=>{e.toDialect(t),t.append(", ")})),t.trimLast(2)):t.append(":"),t.append(">")}declare(t){this.items.forEach((e=>{e.declare(t)}))}transpile(t){t.append("{"),this.items.length>0&&(this.items.forEach((e=>{e.transpile(t),t.append(",")})),t.trimLast(1)),t.append("}")}toString(){return"<"+(this.items.length?this.items.join(", "):":")+">"}add(t){this.items.push(t)}}class M extends s.a{constructor(t){super(t,new n.DateValue(x.LocalDate.parse(t.substring(1,t.length-1))))}check(t){return r.DateType.instance}declare(t){t.require(x.LocalDate)}transpile(t){t.append("LocalDate.parse(").append(this.text).append(")")}}class k extends s.a{constructor(t){const e=x.LocalTime.parse(t.substring(1,t.length-1));super(t,new n.TimeValue(e))}check(t){return r.TimeType.instance}declare(t){t.require(x.LocalTime)}transpile(t){t.append("LocalTime.parse(").append(this.text).append(")")}}class U extends s.a{constructor(t){const e=x.DateTime.parse(t.substring(1,t.length-1));super(t,new n.DateTimeValue(e))}check(t){return r.DateTimeType.instance}declare(t){t.require(x.DateTime)}transpile(t){t.append("DateTime.parse(").append(this.text).append(")")}}class P extends s.a{constructor(t){super(t,new n.PeriodValue(x.Period.parse(t.substring(1,t.length-1))))}check(t){return r.PeriodType.instance}declare(t){t.require(x.Period)}transpile(t){t.append("Period.parse(").append(this.text).append(")")}}class F extends s.a{constructor(t){const e=x.Version.parse(t.substring(1,t.length-1));super(t,new n.VersionValue(e))}check(t){return r.VersionType.instance}declare(t){t.require(x.Version)}transpile(t){t.append("Version.parse(").append(this.text).append(")")}}var H=i(217),V=i(8),B=i(6);class G extends s.a{constructor(t){super(t.toString(),t)}check(t){return new r.TypeType(this.value)}interpret(t){return new n.TypeValue(this.value)}toDialect(t){if(t.dialect===V.Dialect.E){t.context.getRegisteredDeclaration(this.value.id)instanceof B.MethodDeclarationMap?t.append("Method: "):t.append("Type: ")}this.value.toDialect(t)}parentToDialect(t){this.value.toDialect(t)}declare(t){t.require(x.Type)}transpile(t){return t.append("new Type('").append(this.value.toString()).append("')"),!1}declareParent(t){this.value.declare(t)}transpileParent(t){return t.append(this.value.toString()),!1}}},function(t,e,i){"use strict";i.r(e),i.d(e,"Declaration",(function(){return r})),i.d(e,"AttributeDeclaration",(function(){return h})),i.d(e,"CategoryDeclaration",(function(){return c})),i.d(e,"ConcreteCategoryDeclaration",(function(){return _})),i.d(e,"ConcreteWidgetDeclaration",(function(){return E})),i.d(e,"DeclarationList",(function(){return R})),i.d(e,"BaseMethodDeclaration",(function(){return T.a})),i.d(e,"AbstractMethodDeclaration",(function(){return g})),i.d(e,"ConcreteMethodDeclaration",(function(){return I})),i.d(e,"NativeMethodDeclaration",(function(){return C})),i.d(e,"TestMethodDeclaration",(function(){return v.a})),i.d(e,"EnumeratedCategoryDeclaration",(function(){return b})),i.d(e,"SingletonCategoryDeclaration",(function(){return w})),i.d(e,"NativeCategoryDeclaration",(function(){return O})),i.d(e,"NativeResourceDeclaration",(function(){return D})),i.d(e,"NativeWidgetDeclaration",(function(){return M})),i.d(e,"EnumeratedNativeDeclaration",(function(){return k})),i.d(e,"OperatorMethodDeclaration",(function(){return U})),i.d(e,"GetterMethodDeclaration",(function(){return P})),i.d(e,"SetterMethodDeclaration",(function(){return F})),i.d(e,"NativeGetterMethodDeclaration",(function(){return H})),i.d(e,"NativeSetterMethodDeclaration",(function(){return V})),i.d(e,"AnyNativeCategoryDeclaration",(function(){return B})),i.d(e,"DispatchMethodDeclaration",(function(){return j})),i.d(e,"BuiltInMethodDeclaration",(function(){return W.a})),i.d(e,"ArrowDeclaration",(function(){return J})),i.d(e,"ClosureDeclaration",(function(){return Y}));var s=i(25);class r extends s.a{}var n=i(57),a=i(15),o=i(1);class h extends n.a{constructor(t,e,i,s){super(t),this.type=e,this.constraint=i,this.indexTypes=s,this.storable=!1}getDeclarationType(){return"Attribute"}getType(){return this.type}toString(){return this.name+":"+this.type.toString()}toDialect(t){t.toDialect(this)}toEDialect(t){t.append("define "),t.append(this.name),t.append(" as "),this.storable&&t.append("storable "),this.type.toDialect(t),t.append(" attribute"),null!=this.constraint&&this.constraint.toDialect(t),null!=this.indexTypes&&(t.append(" with "),this.indexTypes.toDialect(t,!0),t.append(" index"))}toODialect(t){this.storable&&t.append("storable "),t.append("attribute "),t.append(this.name),t.append(" : "),this.type.toDialect(t),null!=this.constraint&&this.constraint.toDialect(t),null!=this.indexTypes&&(t.append(" with index"),this.indexTypes.length>0&&(t.append(" ("),this.indexTypes.toDialect(t,!1),t.append(")"))),t.append(";")}toMDialect(t){this.storable&&t.append("storable "),t.append("attr "),t.append(this.name),t.append(" ( "),this.type.toDialect(t),t.append(" ):").newLine(),t.indent(),null!=this.constraint&&this.constraint.toDialect(t),null!=this.indexTypes&&(null!=this.constraint&&t.newLine(),t.append("index ("),this.indexTypes.toDialect(t,!1),t.append(")")),null==this.constraint&&null==this.indexTypes&&t.append("pass"),t.dedent()}register(t){t.registerDeclaration(this)}check(t){return this.type.checkExists(t),this.type}checkValue(t,e){const i=e.interpret(t);return null==this.constraint||this.constraint.checkValue(t,i),i}getAttributeInfo(){const t=this.type instanceof o.ContainerType,e=t?this.type.itemType.family:this.type.family;return new a.AttributeInfo(this.name,e,t,this.indexTypes)}declare(t){this.type.declare(t),this.constraint&&this.constraint.declare(t,this.name,this.type)}}var l=i(6);class c extends n.a{constructor(t,e){super(t),this.attributes=e||null,this.derivedFrom=null,this.storable=!1}getDeclarationType(){return"Category"}isWidget(t){return!1}isStorable(t){return this.storable||this.isDerivedFromStorable(t)}isDerivedFromStorable(t){return null!=this.derivedFrom&&this.derivedFrom.find((e=>{const i=t.getRegisteredDeclaration(e);return i&&i.isStorable(t)}))}newInstanceFromStored(t,e){const i=this.newInstance(t);i.mutable=!0;try{i.setDbId(e.dbId);this.getAllAttributes(t).forEach((s=>{const r=t.getRegisteredDeclaration(s);if(r.storable&&e.hasData(s)){const n=e.getData(s),a=r.getType(t).convertJavaScriptValueToPromptoValue(t,n,null);i.setMember(t,s,a)}}),this)}finally{i.mutable=!1}return i}getLocalAttributes(){return this.attributes}getAllAttributes(t){const e=this.getLocalAttributes();return e?new Set(e):null}getLocalMethods(){throw new Error("Should never get there!")}getAllMethods(t,e){const i=new Map;return this.collectAllMethods(t,e,i),i}collectAllMethods(t,e,i){this.collectInheritedMethods(t,e,i),this.collectLocalMethods(t,i)}collectInheritedMethods(t,e,i){this.derivedFrom&&this.derivedFrom.forEach((s=>{const r=t.getRegisteredDeclaration(s);null===r?t.problemListener.reportInconsistentHierarchy(e,this.name,s):r.collectAllMethods(t,e,i)}))}collectLocalMethods(t,e){this.getLocalMethods().forEach((t=>{let i=e.get(t.name);i||(i=new l.MethodDeclarationMap(t.id),e.set(t.name,i)),i.registerOrReplace(t)}))}getAbstractMethods(t,e){let i=[];return this.getAllMethods(t,e).forEach(((t,e)=>{const s=t.getAll().filter((t=>t.isAbstract()));i=i.concat(s)})),i}register(t){t.registerDeclaration(this),this.registerMethods(t)}check(t){return null!=this.attributes&&this.attributes.forEach((e=>{const i=t.getRegisteredDeclaration(e);null===i?"text"!==e.name&&t.problemListener.reportUnknownAttribute(e,e.name):i instanceof h||t.problemListener.reportInvalidAttribute(e)})),new o.CategoryType(this.id)}getType(t){return new o.CategoryType(this.id)}hasAttribute(t,e){if("dbId"===e.name)return this.storable;if(null==this.attributes)return!1;{const t=e.name;for(let e=0;e{const s=t.getRegisteredDeclaration(i);s instanceof c&&(e=e.concat(s.getAllAnnotations(t)))}),this),this.annotations&&(e=e.concat(this.annotations)),e}processAnnotations(t,e){(e?this.getAllAnnotations(t):this.annotations||[]).forEach((function(e){e.processCategory(t,this)}),this)}checkConstructorContext(t){}toDialect(t){const e=this.getType(t.context);(t=t.newInstanceWriter(e)).toDialect(this)}protoToEDialect(t,e,i){const s=null!=this.attributes&&this.attributes.length>0;t.append("define "),t.append(this.name),t.append(" as "),this.storable&&t.append("storable "),this.categoryTypeToEDialect(t),s&&(1===this.attributes.length?t.append(" with attribute "):t.append(" with attributes "),this.attributes.toDialect(t,!0)),e?s?t.append(", and methods:"):t.append(" with methods:"):i&&(s?t.append(", and bindings:"):t.append(" with bindings:")),t.newLine()}methodsToEDialect(t,e){t.indent(),e.forEach((e=>{t.newLine(),e.comments&&e.comments.forEach((e=>{e.toDialect(t)})),e.annotations&&e.annotations.forEach((e=>{e.toDialect(t)}));const i=t.newMemberWriter();e.toDialect(i)})),t.dedent()}methodsToODialect(t,e){e.forEach((e=>{e.comments&&e.comments.forEach((e=>{e.toDialect(t)})),e.annotations&&e.annotations.forEach((e=>{e.toDialect(t)}));const i=t.newMemberWriter();e.toDialect(i),i.newLine()}))}allToODialect(t,e){this.storable&&t.append("storable "),this.categoryTypeToODialect(t),t.append(" ").append(this.name),null!=this.attributes&&(t.append("("),this.attributes.toDialect(t,!0),t.append(")")),this.categoryExtensionToODialect(t),e?(t.append(" {").newLine().newLine().indent(),this.bodyToODialect(t),t.dedent().append("}").newLine()):t.append(";")}categoryExtensionToODialect(t){}protoToMDialect(t,e){this.storable&&t.append("storable "),this.categoryTypeToMDialect(t),t.append(" ").append(this.name).append("("),null!=this.derivedFrom&&(this.derivedFrom.toDialect(t,!1),null!=this.attributes&&t.append(", ")),null!=this.attributes&&this.attributes.toDialect(t,!1),t.append("):").newLine()}}var u=i(7),d=i(4),p=i(12),f=i(2);class _ extends c{constructor(t,e,i,s){super(t,e),this.derivedFrom=i||null,this.methodsMap=null,this.methods=s||[]}isWidget(t){if(null==this.derivedFrom||1!==this.derivedFrom.length)return!1;const e=t.getRegisteredDeclaration(this.derivedFrom[0]);return e&&e.isWidget(t)}toEDialect(t){const e=null!=this.methods&&this.methods.length>0;this.protoToEDialect(t,e,!1),e&&this.methodsToEDialect(t,this.methods)}categoryTypeToEDialect(t){null==this.derivedFrom?t.append("category"):this.derivedFrom.toDialect(t,!0)}toODialect(t){const e=null!=this.methods&&this.methods.length>0;this.allToODialect(t,e)}categoryTypeToODialect(t){this.isWidget(t.context)?t.append("widget"):t.append("category")}categoryExtensionToODialect(t){null!=this.derivedFrom&&(t.append(" extends "),this.derivedFrom.toDialect(t,!0))}bodyToODialect(t){this.methodsToODialect(t,this.methods)}toMDialect(t){this.protoToMDialect(t,this.derivedFrom),this.methodsToMDialect(t)}categoryTypeToMDialect(t){t.append("class")}methodsToMDialect(t){t.indent(),null==this.methods||0===this.methods.length?t.append("pass").newLine():(t.newLine(),this.methods.forEach((e=>{e.comments&&e.comments.forEach((e=>{e.toDialect(t)})),e.annotations&&e.annotations.forEach((e=>{e.toDialect(t)}));const i=t.newMemberWriter();e.toDialect(i),t.newLine()}))),t.dedent()}hasAttribute(t,e){return!!super.hasAttribute(t,e)||this.hasDerivedAttribute(t,e)}hasDerivedAttribute(t,e){if(null==this.derivedFrom)return!1;for(let i=0;ie.checkChild(t)))}registerMethods(t){null==this.methodsMap&&(this.methodsMap={},this.methods.forEach((function(e){e.memberOf=this,this.registerMethod(e,t)}),this))}registerMethod(t,e){let i;if(t instanceof F){const s="setter:"+t.name;i=this.methodsMap[s]||null,null!=i&&e.problemListener.reportDuplicateSetter(t.id),this.methodsMap[s]=t}else if(t instanceof P){const s="getter:"+t.name;i=this.methodsMap[s]||null,null!=i&&e.problemListener.reportDuplicateGetter(t.id),this.methodsMap[s]=t}else{const s=this.getMethodKey(t.name);i=this.methodsMap[s]||null,null==i&&(i=new l.MethodDeclarationMap(t.id),this.methodsMap[s]=i),i.register(t,e.problemListener)}}getMethodKey(t){return"constructor"===t?"$constructor":t}getLocalMethods(){return this.methods}getMemberMethods(t,e,i){this.registerMethods(t);const s=new l.MethodDeclarationMap(e);return this.collectMemberMethods(t,s,i),s}collectMemberMethods(t,e,i){this.collectInheritedMemberMethods(t,e,i),this.collectThisMemberMethods(t,e,i)}collectInheritedMemberMethods(t,e,i){null!==this.derivedFrom&&this.derivedFrom.forEach((s=>this.collectInheritedMemberMethod(s,t,e,i)),this)}collectInheritedMemberMethod(t,e,i,s){const r=e.getRegisteredDeclaration(t);null!==r&&r instanceof _&&(r.registerMethods(e),r.collectMemberMethods(e,i,s))}collectThisMemberMethods(t,e,i){if(null===this.methodsMap)return;const s=this.methodsMap[e.id.name]||null;if(null!==s){if(!(s instanceof l.MethodDeclarationMap))throw new SyntaxError("Not a member method!");s.getAll().forEach((s=>{!i&&s.isAbstract()||e.register(s,t,!0)}),this)}}checkDerived(t){null!=this.derivedFrom&&this.derivedFrom.map((e=>{const i=t.getRegisteredDeclaration(e)||null;null==i?t.problemListener.reportUnknownCategory(e,e.name):i instanceof c||t.problemListener.reportInvalidCategory(e)}))}isDerivedFrom(t,e){if(null==this.derivedFrom)return!1;for(let i=0;i{e.add(t)}),this)}),this),e.size>0?e:null}getAncestorAttributes(t,e){const i=t.getRegisteredDeclaration(e);return null==i?null:i.getAllAttributes(t)}findGetter(t,e){if(null==this.methodsMap)return null;const i=this.methodsMap["getter:"+e]||null;return i instanceof P?i:(null!=i&&t.problemListener.reportBadGetter(i.id),this.findDerivedGetter(t,e))}findDerivedGetter(t,e){if(null==this.derivedFrom)return null;for(let i=0;i{const i=s.protos[t];e.registerIfMissing(i)}))}registerDerivedMemberMethods(t,e){null!=this.derivedFrom&&this.derivedFrom.forEach((function(i){this.registerAncestorMemberMethods(i,t,e)}),this)}registerAncestorMemberMethods(t,e,i){const s=e.getRegisteredDeclaration(t);s instanceof _&&s.registerMemberMethods(e,i)}getOperatorMethod(t,e,i){const s="operator_"+e.name,r=this.getMemberMethodsMap(t,new f.Identifier(s));if(null==r)return null;let n=null;return r.getAll().forEach((e=>{const s=e.parameters[0].getType(t);if(s.isAssignableFrom(t,i))if(null==n)n=e;else{const i=n.parameters[0].getType(t);s.isAssignableFrom(t,i)&&(n=e)}})),n}collectCategories(t){const e=[];return this.doCollectCategories(t,{},e),e}doCollectCategories(t,e,i){null!=this.derivedFrom&&this.derivedFrom.forEach((s=>{t.getRegisteredDeclaration(s).doCollectCategories(t,e,i)})),this.name in e||(e[this.name]=this.name,i.push(this.name))}declare(t){t.require(p.equalArrays),t.declare(this),t=t.newInstanceTranspiler(this.getType(t.context)),null!=this.derivedFrom?this.derivedFrom.forEach((e=>{t.context.getRegisteredDeclaration(e).declare(t)})):this.declareRoot(t),this.storable&&t.require(a.$DataStore),this.declareMethods(t)}declareMethods(t){this.methods.filter((t=>!(t instanceof F||t instanceof P))).forEach((e=>{const i=t.newChildTranspiler();e.declare(i,!1),i.flush()}),this)}declareRoot(t){t.require(u.$Root)}ensureDeclarationOrder(t,e,i){i.has(this)||(null!=this.derivedFrom&&this.derivedFrom.forEach((s=>{t.getRegisteredDeclaration(s).ensureDeclarationOrder(t,e,i)})),e.push(this),i.add(this))}transpile(t){this.transpileConstructor(t),t=t.newInstanceTranspiler(new o.CategoryType(this.id)),this.transpileLoaders(t),this.transpileMethods(t),this.transpileGetterSetters(t),t.flush()}transpileConstructor(t){t.append("function ").append(this.name).append("(copyFrom, values, mutable) {"),t.indent();const e=this.collectCategories(t.context);this.storable&&t.append("if(!this.$storable) {").indent().append("var dbIdFactory = { provider: this.getDbId.bind(this), listener: this.setDbId.bind(this) };").newLine().append("this.$storable = $DataStore.instance.newStorableDocument(['").append(e.join("', '")).append("'], dbIdFactory);").newLine().dedent().append("}").newLine(),this.transpileGetterSetterAttributes(t),this.transpileSuperConstructor(t),t.append("this.$categories = [").append(e.join(", ")).append("];").newLine(),this.transpileLocalAttributes(t),t.append("this.$mutable = mutable;").newLine(),t.append("return this;"),t.dedent(),t.append("}"),t.newLine();const i=this.derivedFrom&&this.derivedFrom.length?this.derivedFrom[0]:null;i?t.append(this.name).append(".prototype = Object.create(").append(i).append(".prototype);").newLine():t.append(this.name).append(".prototype = Object.create($Root.prototype);").newLine(),t.append(this.name).append(".prototype.constructor = ").append(this.name).append(";").newLine()}transpileLoaders(t){const e=this.getLocalAttributes();e&&e.filter((function(e){return this.isEnumeratedAttribute(t.context,e)}),this).forEach((function(e){t.append(this.name).append(".prototype.load$").append(e.name).append(" = function(name) {").indent(),t.append("return eval(name);").dedent(),t.append("};").newLine()}),this)}isEnumeratedAttribute(t,e){let i=t.getRegisteredDeclaration(e);return null!==i&&(i=t.getRegisteredDeclaration(i.type.id)),i instanceof b||i instanceof k}transpileLocalAttributes(t){const e=this.getLocalAttributes();e&&(t.append("this.$mutable = true;").newLine(),t.append("values = Object.assign({}, copyFrom, values);").newLine(),e.forEach((e=>{const i=this.isEnumeratedAttribute(t.context,e),s=t.context.getRegisteredDeclaration(e);t.append("this.setMember('").append(e.name).append("', values.hasOwnProperty('").append(e.name).append("') ? values.").append(e.name).append(" : null").append(", ").append(s.storable).append(", mutable").append(", ").append(i).append(");").newLine()}),this))}transpileSuperConstructor(t){this.derivedFrom&&this.derivedFrom.length?this.derivedFrom.forEach((e=>{t.append(e).append(".call(this, copyFrom, values, mutable);").newLine()})):this.transpileRootConstructor(t).newLine()}transpileRootConstructor(t){return t.append("$Root.call(this);").newLine()}transpileGetterSetterAttributes(t){const e=this.getAllAttributes(t.context);e&&e.forEach((function(e){(this.findGetter(t.context,e.name)||this.findSetter(t.context,e.name))&&t.append("this.$").append(e.name).append(" = null;").newLine()}),this)}transpileMethods(t){this.methods.filter((t=>!(t instanceof F||t instanceof P))).forEach((e=>{const i=t.newChildTranspiler();e.transpile(i),i.flush()}),this)}transpileGetterSetters(t){const e=this.methods.filter((t=>t instanceof F||t instanceof P),this);new Set(e.map((t=>t.id.name))).forEach((function(e){this.transpileGetterSetter(t,e)}),this)}transpileGetterSetter(t,e){const i=this.findGetter(t.context,e),s=this.findSetter(t.context,e);if(t.append("Object.defineProperty(").append(this.name).append(".prototype, '").append(e).append("', {").indent(),t.append("get: function() {").indent(),i){const s=t.newGetterTranspiler(e);i.transpile(s),s.flush()}else t.append("return this.$").append(e).append(";").newLine();if(t.dedent().append("}"),t.append(",").newLine(),t.append("set: function(").append(e).append(") {").indent(),s){const i=t.newSetterTranspiler(e);i.append(e).append(" = (function(").append(e).append(") {").indent(),s.transpile(i),i.append(";").dedent().append("})(name);").newLine(),i.flush()}t.append("this.$").append(e).append(" = ").append(e).append(";").newLine(),t.dedent().append("}"),t.dedent().append("});").newLine()}locateSectionAtLine(t){for(let e=0;e0){var t=e[0].getDefaultArgument();if(t instanceof x.TextLiteral)return t.value.toString()}return null}}getProperties(t){if(void 0===this.properties){this.properties=null;const e=t.problemListener.problems;t.problemListener.problems=[];try{this.check(t)}finally{t.problemListener.problems=e}}return this.properties}getDeclarationType(){return"Widget"}categoryTypeToEDialect(t){null==this.derivedFrom?t.append("widget"):this.derivedFrom.toDialect(t,!0)}categoryTypeToODialect(t){t.append("widget")}categoryTypeToMDialect(t){t.append("widget")}declareRoot(t){}transpile(t){const e=null!=this.derivedFrom&&this.derivedFrom.length>0?this.derivedFrom[0]:null;return t.append("function ").append(this.name).append("() {"),t.indent(),this.transpileGetterSetterAttributes(t),this.transpileSuperConstructor(t),this.transpileLocalAttributes(t),t.append("return this;"),t.dedent(),t.append("}"),t.newLine(),null!=e?t.append(this.name).append(".prototype = Object.create(").append(e.toString()).append(".prototype);").newLine():t.append(this.name).append(".prototype = Object.create(React.Component.prototype);").newLine(),t.append(this.name).append(".prototype.constructor = ").append(this.name).append(";").newLine(),t=t.newInstanceTranspiler(new o.CategoryType(this.id)),this.transpileLoaders(t),this.transpileMethods(t),this.transpileGetterSetters(t),t.flush(),!0}transpileRootConstructor(t){return t.append("React.Component.call(this);")}}var m=i(28);class R extends m.a{constructor(t,e){super(t=t||[]),null!==(e=e||null)&&this.add(e)}register(t){this.registerAttributes(t),this.registerCategories(t),this.registerEnumerated(t),this.registerMethods(t),this.registerTests(t)}registerAttributes(t){this.forEach((e=>{e instanceof h&&e.register(t)}))}registerCategories(t){this.forEach((e=>{e instanceof c&&e.register(t)}))}registerEnumerated(t){this.forEach((e=>{e instanceof k&&e.register(t)}))}registerMethods(t){this.forEach((e=>{e instanceof T.a&&e.register(t)}))}registerTests(t){this.forEach((e=>{e instanceof v.a&&e.register(t)}))}unregister(t){this.forEach((e=>{e.unregister(t)}))}check(t){this.forEach((e=>{e instanceof T.a?e.check(t,!0):e.check(t)}))}toDialect(t){this.forEach((e=>{e.comments&&e.comments.forEach((e=>{e.toDialect(t)})),e.annotations&&e.annotations.forEach((e=>{e.toDialect(t)})),e.toDialect(t),t.newLine()}))}}var T=i(55);class g extends T.a{constructor(t,e,i){super(t,e,i),this.returnType=i||o.VoidType.instance}isAbstract(){return!0}interpret(t){throw"Should never get there!"}check(t,e){if(null!=this.parameters&&this.parameters.check(t),e){const e=t.newLocalContext();this.registerParameters(e)}return this.returnType}checkChild(t){return null!=this.parameters&&this.parameters.check(t),this.returnType}declare(t){this.declareParameters(t)}transpile(t){}toMDialect(t){t.append("abstract def "),t.append(this.name),t.append(" ("),this.parameters.toDialect(t),t.append(")"),null!=this.returnType&&this.returnType!==o.VoidType.instance&&(t.append("->"),this.returnType.toDialect(t))}toEDialect(t){t.append("define "),t.append(this.name),t.append(" as abstract method "),this.parameters.toDialect(t),null!=this.returnType&&this.returnType!==o.VoidType.instance&&(t.append("returning "),this.returnType.toDialect(t))}toODialect(t){t.append("abstract "),null!=this.returnType&&this.returnType!==o.VoidType.instance&&(this.returnType.toDialect(t),t.append(" ")),t.append("method "),t.append(this.name),t.append(" ("),this.parameters.toDialect(t),t.append(");")}}var y=i(13),A=i(11),L=i(3);class I extends T.a{constructor(t,e,i,s){super(t,e,i),this.statements=s||new A.StatementList,this.declarationOf=null,this.beingChecked=!1,this.statements.forEach((function(t){t instanceof A.DeclarationStatement&&(t.declaration.closureOf=this)}),this)}locateSectionAtLine(t){return this.statements.locateSectionAtLine(t)}check(t,e){return this.canBeChecked(t,e)?this.recursiveCheck(t,e):o.VoidType.instance}canBeChecked(t,e){return!e||!this.mustBeCheckedInCallContext(t)}mustBeCheckedInCallContext(t){if(null===this.parameters)return!1;for(let t=0;t0&&t.problemListener.reportIllegalInitializeParameters(this)}checkSingletonInitializeContext(t){t instanceof l.InstanceContext&&t.getDeclaration()instanceof w||t.problemListener.reportIllegalInitialize(this.id)}checkStatements(t){try{return this.statements.check(t,this.returnType)}catch(t){throw t instanceof L.SyntaxError?new L.SyntaxError(t.message+" in method '"+this.name+"'"):t}}interpret(t){t.enterMethod(this);try{return this.statements.interpret(t)}finally{t.leaveMethod(this)}}toDialect(t){t.context.isGlobalContext()&&(t=t.newLocalWriter()),this.registerParameters(t.context),t.toDialect(this)}isEligibleAsMain(){if(0===this.parameters.length)return!0;if(1===this.parameters.length){const t=this.parameters[0];if(t instanceof y.CategoryParameter&&t.type instanceof o.DictionaryType&&t.type.itemType===o.TextType.instance)return!0}return!1}toMDialect(t){t.append("def ").append(this.name).append(" ("),this.parameters.toDialect(t),t.append(")"),null!=this.returnType&&this.returnType!==o.VoidType.instance&&(t.append("->"),this.returnType.toDialect(t)),t.append(":").newLine().indent(),this.statements.toDialect(t),t.dedent()}toEDialect(t){t.append("define ").append(this.name).append(" as method "),this.parameters.toDialect(t),null!=this.returnType&&this.returnType!==o.VoidType.instance&&(t.append("returning "),this.returnType.toDialect(t),t.append(" ")),t.append("doing:").newLine().indent(),this.statements.toDialect(t),t.dedent()}toODialect(t){null!=this.returnType&&this.returnType!==o.VoidType.instance&&(this.returnType.toDialect(t),t.append(" ")),t.append("method ").append(this.name).append(" ("),this.parameters.toDialect(t),t.append(") {").newLine().indent(),this.statements.toDialect(t),t.dedent().append("}").newLine()}declare(t){if(!this.declaring){this.declaring=!0;try{this.doDeclare(t)}finally{this.declaring=!1}}}doDeclare(t){this.returnType&&this.returnType.declare(t),this.memberOf?this.memberOf.declare(t):((t=t.newLocalTranspiler()).declare(this),this.declareParameters(t)),this.registerParameters(t.context),this.statements.declare(t)}transpile(t){this.registerParameters(t.context),this.registerCodeArguments(t.context),this.transpileProlog(t),this.statements.transpile(t),this.transpileEpilog(t)}declareChild(t){return this.declareParameters(t),t=t.newChildTranspiler(),this.registerParameters(t.context),this.statements.declare(t)}registerCodeArguments(t){this.codeArguments&&Object.getOwnPropertyNames(this.codeArguments).forEach((function(e){const i=this.codeArguments[e];t.setValue(i.id,i.value)}),this)}fullDeclare(t,e){const i=new I(e,this.parameters,this.returnType,this.statements);i.memberOf=this.memberOf,t.declare(i),this.statements.declare(t),i.codeArguments={},this.parameters.filter((t=>t instanceof y.CodeParameter)).forEach((e=>{i.codeArguments[e.name]={id:e.id,value:t.context.getValue(e.id)}}))}}class C extends I{constructor(t,e,i,s){super(t,e,i,s)}check(t,e){i(7);e&&(t=t.newLocalContext(),this.registerParameters(t)),null!==this.parameters&&this.parameters.check(t);const s=this.statements.checkNative(t,this.returnType).anyfy();return null==this.returnType?s:this.returnType}interpret(t){i(7);t.enterMethod(this);try{const e=this.statements.interpretNative(t,this.returnType);return this.castToReturnType(t,e)}finally{t.leaveMethod(this)}}castToReturnType(t,e){return null==e?e=d.NullValue.instance:this.returnType==o.IntegerType.instance&&e instanceof d.DecimalValue?e=new d.IntegerValue(e.IntegerValue()):this.returnType==o.DecimalType.instance&&e instanceof d.IntegerValue?e=new d.DecimalValue(e.DecimalValue()):null==this.returnType||this.returnType.isAssignableFrom(t,e.type)||this.returnType.nativeCast&&(e=this.returnType.nativeCast(t,e)),e}toMDialect(t){t.append("def "),null==this.memberOf&&t.append("native "),t.append(this.name).append(" ("),this.parameters.toDialect(t),t.append(")"),null!=this.returnType&&this.returnType!=o.VoidType.instance&&(t.append("->"),this.returnType.toDialect(t)),t.append(":").newLine().indent(),this.statements.toDialect(t),t.dedent()}toODialect(t){null!=this.returnType&&this.returnType!=o.VoidType.instance&&(this.returnType.toDialect(t),t.append(" ")),null==this.memberOf&&t.append("native "),t.append("method ").append(this.name).append(" ("),this.parameters.toDialect(t),t.append(") {").newLine().indent(),this.statements.forEach((e=>{e.toDialect(t),t.newLine()})),t.dedent().append("}").newLine()}toEDialect(t){t.append("define ").append(this.name).append(" as "),null==this.memberOf&&t.append("native "),t.append("method "),this.parameters.toDialect(t),null!=this.returnType&&this.returnType!=o.VoidType.instance&&(t.append("returning "),this.returnType.toDialect(t),t.append(" ")),t.append("doing:").newLine().indent(),this.statements.toDialect(t),t.dedent().newLine()}}var v=i(210);class b extends _{constructor(t,e,i,s){super(t,e,i,null),this.setSymbols(s)}getDeclarationType(){return"Enumerated"}getSymbol(t){return this.symbols.filter((e=>e.name===t))[0]||null}unregister(t){t.unregisterDeclaration(this),this.symbols.forEach((e=>{e.unregister(t)}))}getLocalAttributes(){let t=super.getLocalAttributes();return t||(t=new f.IdentifierList),t.hasAttribute("name")||t.add(new f.Identifier("name")),t}hasAttribute(t,e){return"name"===e.name||super.hasAttribute(t,e)}setSymbols(t){this.symbols=t||[];const e=new o.EnumeratedCategoryType(this.id);this.symbols.forEach((t=>{t.type=e}))}register(t){t.registerDeclaration(this),this.symbols.forEach((e=>{e.register(t)}))}check(t){return super.check(t),this.symbols.forEach((e=>{e.check(t)})),this.getType(t)}getType(t){return new o.EnumeratedCategoryType(this.id)}toODialect(t){t.append("enumerated category ").append(this.name),null!=this.attributes&&(t.append("("),this.attributes.toDialect(t,!0),t.append(")")),null!=this.derivedFrom&&(t.append(" extends "),this.derivedFrom.toDialect(t,!0)),t.append(" {").newLine().indent(),this.symbols.forEach((e=>{e.toDialect(t),t.append(";").newLine()})),t.dedent().append("}").newLine()}toEDialect(t){t.append("define ").append(this.name).append(" as enumerated "),null!=this.derivedFrom?this.derivedFrom.toDialect(t,!0):t.append("category"),null!=this.attributes&&this.attributes.length>0?(1===this.attributes.length?t.append(" with attribute "):t.append(" with attributes "),this.attributes.toDialect(t,!0),null!=this.symbols&&this.symbols.length>0&&t.append(", and symbols:").newLine()):t.append(" with symbols:").newLine(),t.indent(),this.symbols.forEach((e=>{e.toDialect(t),t.newLine()})),t.dedent()}toMDialect(t){t.append("enum ").append(this.name).append("("),null!=this.derivedFrom&&(this.derivedFrom.toDialect(t,!1),null!=this.attributes&&this.attributes.length>0&&t.append(", ")),null!=this.attributes&&this.attributes.length>0&&this.attributes.toDialect(t,!1),t.append("):").newLine().indent(),this.symbols.forEach((e=>{e.toDialect(t),t.newLine()})),t.dedent()}isUserError(t){return this.derivedFrom&&1===this.derivedFrom.length&&"Error"===this.derivedFrom[0].name}ensureDeclarationOrder(t,e,i){i.has(this)||(this.isUserError(t)?(e.push(this),i.add(this)):super.ensureDeclarationOrder(t,e,i))}declare(t){"Error"!==this.name&&(t.require(u.List),super.declare(t))}transpile(t){this.isUserError(t.context)?this.transpileUserError(t):this.transpileEnumerated(t)}transpileUserError(t){t.append("class ").append(this.name).append(" extends Error {").indent(),t.newLine(),t.append("constructor(values) {").indent(),t.append("super(values.text);").newLine(),t.append("this.name = '").append(this.name).append("';").newLine(),t.append("this.promptoName = values.name;").newLine(),t.append("return this;").dedent(),t.append("}").newLine(),t.append("toString() {").indent().append("return this.message;").dedent().append("}").newLine(),t.append("getText() {").indent().append("return this.message;").dedent().append("}").newLine(),t.dedent().append("}").newLine(),this.symbols.forEach((e=>{e.initializeError(t)})),this.transpileSymbols(t)}transpileSymbols(t){const e=this.symbols.map((t=>t.name));t.append(this.name).append(".symbols = new List(false, [").append(e.join(", ")).append("]);").newLine(),t.append(this.name).append(".symbolOf = function(name) { return eval(name); };").newLine()}transpileEnumerated(t){super.transpile(t),t.newLine(),t.append(this.name).append(".prototype.toString = function() { return this.name; };").newLine(),t.append(this.name).append(".prototype.equals = function(other) { return this==other; };").newLine(),this.hasAttribute(t.context,new f.Identifier("text"))?t.append(this.name).append(".prototype.getText = function() { return this.text; };").newLine():t.append(this.name).append(".prototype.getText = ").append(this.name).append(".prototype.toString;").newLine(),this.symbols.forEach((e=>{e.initialize(t)})),this.transpileSymbols(t)}}class w extends _{constructor(t,e,i){super(t,e,null,i)}categoryTypeToEDialect(t){t.append("singleton")}categoryTypeToODialect(t){t.append("singleton")}categoryTypeToMDialect(t){t.append("singleton")}getInitializeMethod(t){this.registerMethods(t);const e=this.methodsMap.initialize;if(e instanceof l.MethodDeclarationMap){const t=e.getFirst();if(t instanceof I)return t}return null}transpile(t){t.append("function ").append(this.name).append("() {").indent(),t.append("$Root.call(this);").newLine(),t.append("this.$mutable = true;").newLine(),t.append("return this;").dedent(),t.append("};").newLine(),t.append(this.name).append(".prototype = Object.create($Root.prototype);").newLine(),t.append(this.name).append(".prototype.constructor = ").append(this.name).append(";").newLine(),t.append(this.name).append(".instance = new ").append(this.name).append("();").newLine(),this.attributes&&this.attributes.forEach((function(e){t.append(this.name).append(".instance.").append(e.name).append(" = null;").newLine()}),this);const e=new o.CategoryType(this.id),i=t.newInstanceTranspiler(e);this.methods.forEach((t=>{const e=i.newChildTranspiler();t.transpile(e),e.flush()}),this),null!=this.getInitializeMethod(t.context)&&t.addInitializer(this.name+".instance.initialize();"),i.flush(),t.flush()}}var N=i(17);const S=i(130).default;class O extends _{constructor(t,e,i,s,r){super(t,e,null,r),this.categoryBindings=i,this.attributeBindings=s,this.bound=null}register(t){super.register(t);const e=this.getBoundFunction(!1);if(null!=e){const i=Object(p.getTypeName)(e);t.registerNativeBinding(i,this)}}toEDialect(t){this.protoToEDialect(t,!1,!0),this.bindingsToEDialect(t),this.methods.length>0&&(t.append("and methods:"),t.newLine(),this.methodsToEDialect(t,this.methods))}categoryTypeToEDialect(t){t.append("native category")}bindingsToEDialect(t){t.indent(),this.categoryBindings.toDialect(t),t.dedent(),t.newLine()}toODialect(t){this.allToODialect(t,!0)}categoryTypeToODialect(t){t.append("native category")}bodyToODialect(t){this.categoryBindings.toDialect(t),this.methods.length>0&&(t.newLine(),t.newLine(),this.methodsToODialect(t,this.methods))}toMDialect(t){this.protoToMDialect(t,null),t.indent(),t.newLine(),this.categoryBindings.toDialect(t),this.methods.forEach((e=>{e.comments&&e.comments.forEach((e=>{e.toDialect(t)})),e.annotations&&e.annotations.forEach((e=>{e.toDialect(t)}));const i=t.newMemberWriter();e.toDialect(i),t.newLine()})),t.dedent(),t.newLine()}categoryTypeToMDialect(t){t.append("native category")}newInstance(t){return new d.NativeInstance(t,this)}getBoundFunction(t){if(null==this.bound){const e=this.getBinding(t);if(null!=e&&(this.bound=e.resolve(),t&&null==this.bound))throw new L.SyntaxError("No JavaScript function:"+e.toString())}return this.bound}getBinding(t){for(let t=0;t{t.append("value.").append(e.name).append(" = values.hasOwnProperty('").append(e.name).append("') ? values.").append(e.name).append(" : null;").newLine()}),this),t.append("return value;").newLine(),t.dedent().append("}").newLine(),t=t.newInstanceTranspiler(new o.CategoryType(this.id)),this.transpileMethods(t),this.transpileGetterSetters(t),t.flush()}locateSectionAtLine(t){for(let e=0;ee.name===t))[0]||null}unregister(t){t.unregisterDeclaration(this),this.symbols.forEach((e=>{e.unregister(t)}))}toDialect(t){t.toDialect(this)}toMDialect(t){t.append("enum ").append(this.name).append("("),this.type.derivedFrom.toDialect(t),t.append("):").newLine().indent(),this.symbols.forEach((e=>{e.toDialect(t),t.newLine()})),t.dedent()}toODialect(t){t.append("enumerated ").append(this.name).append("("),this.type.derivedFrom.toDialect(t),t.append(") {").newLine().indent(),this.symbols.forEach((e=>{e.toDialect(t),t.append(";").newLine()})),t.dedent().append("}").newLine()}toEDialect(t){t.append("define ").append(this.name).append(" as enumerated "),this.type.derivedFrom.toDialect(t),t.append(" with symbols:").newLine().indent(),this.symbols.forEach((e=>{e.toDialect(t),t.newLine()})),t.dedent()}register(t){t.registerDeclaration(this),this.symbols.forEach((e=>{e.register(t)}))}check(t){return this.symbols.forEach((e=>{e.check(t)})),this.type}transpile(t){t.append("function "+this.name+"(name, value) { this.name = name; this.value = value; return this; };").newLine(),t.append(this.name).append(".prototype.toString = function() { return this.name; };").newLine(),t.append(this.name).append(".prototype.equals = function(other) { return this==other; };").newLine(),this.symbols.forEach((e=>{e.initialize(t)}));const e=this.symbols.map((t=>t.name));t.append(this.name).append(".symbols = new List(false, [").append(e.join(", ")).append("]);").newLine(),t.append(this.name).append(".symbolOf = function(name) { return eval(name); };").newLine()}getType(t){return this.type}declare(t){t.require(u.List),t.declare(this)}}class U extends I{constructor(t,e,i,s){super(new f.Identifier("operator_"+t.name),new y.ParameterList(e),i,s),this.operator=t}memberCheck(t,e){}toMDialect(t){t.append("def operator ").append(this.operator.token).append(" ("),this.parameters.toDialect(t),t.append(")"),null!=this.returnType&&this.returnType!=o.VoidType.instance&&(t.append("->"),this.returnType.toDialect(t)),t.append(":").newLine().indent(),this.statements.toDialect(t),t.dedent()}toEDialect(t){t.append("define ").append(this.operator.token).append(" as operator "),this.parameters.toDialect(t),null!=this.returnType&&this.returnType!=o.VoidType.instance&&(t.append("returning "),this.returnType.toDialect(t),t.append(" ")),t.append("doing:").newLine().indent(),this.statements.toDialect(t),t.dedent()}toODialect(t){null!=this.returnType&&this.returnType!=o.VoidType.instance&&(this.returnType.toDialect(t),t.append(" ")),t.append("operator ").append(this.operator.token).append(" ("),this.parameters.toDialect(t),t.append(") {").newLine().indent(),this.statements.toDialect(t),t.dedent().append("}").newLine()}}class P extends I{constructor(t,e){super(t,null,null,e)}toODialect(t){t.append("getter ").append(this.name).append(" {").newLine().indent(),this.statements.toDialect(t),t.dedent().append("}").newLine()}toEDialect(t){t.append("define ").append(this.name).append(" as getter doing:").newLine().indent(),this.statements.toDialect(t),t.dedent()}toMDialect(t){t.append("def ").append(this.name).append(" getter():").newLine().indent(),this.statements.toDialect(t),t.dedent()}transpile(t){this.statements.transpile(t)}}class F extends I{constructor(t,e){super(t,null,null,e)}toODialect(t){t.append("setter ").append(this.name).append(" {").newLine().indent(),this.statements.toDialect(t),t.dedent().append("}").newLine()}toEDialect(t){t.append("define ").append(this.name).append(" as setter doing:").newLine().indent(),this.statements.toDialect(t),t.dedent()}toMDialect(t){t.append("def ").append(this.name).append(" setter():").newLine().indent(),this.statements.toDialect(t),t.dedent()}transpile(t){new y.AttributeParameter(this.id).register(t.context),this.statements.transpile(t)}}class H extends P{constructor(t,e){super(t,e)}interpret(t){t.enterMethod(this);try{const e=this.statements.interpretNative(t,this.returnType);return this.castToReturnType(t,e)}finally{t.leaveMethod(this)}}castToReturnType(t,e){return null==this.returnType||this.returnType.isAssignableFrom(t,e.type)||this.returnType.nativeCast&&(e=this.returnType.nativeCast(t,e)),e}}class V extends F{constructor(t,e){super(t,e)}}class B extends O{constructor(){super(new f.Identifier("Any"),[],[],[],[])}}B.instance=new B;var G=i(5);class j extends T.a{constructor(t,e,i,s){super(i.id,i.parameters,i.returnType),this.context=t,this.call=e,this.declaration=i,this.declarations=s}getTranspiledName(t){return"$dispatch$"+this.declaration.getTranspiledName(t)}replaceLocalsWithArguments(t){const e=t.map((t=>{const e=t.parameter;let i=t.expression;return i instanceof d.ContextualExpression&&(i=i.expression),i&&i.name?(i=new G.UnresolvedIdentifier(e.id),new f.Argument(e,i)):t}));return new f.ArgumentList(e)}transpile(t){this.registerParameters(t.context),this.transpileProlog(t),this.transpileDispatch(t),this.transpileEpilog(t)}transpileDispatch(t){const e=this.collectCommonArgs();for(let i=0;i0&&t.append("else "),i{t.append(e.name),t.append(", ")}),this),t.trimLast(2),t.append(")")}transpileTest(t,e,i){for(let s=0,r=0;sfunction(t){return 0===t.indexOf("#")?t.substring(1):0===t.indexOf("//")?t.substring(2):t}(t))),t.dialect){case a.Dialect.E:case a.Dialect.O:e.length>1?(t.append("/*"),e.forEach((e=>{t.append(e),t.newLine()})),t.trimLast(1),t.append("*/"),t.newLine()):(t.append("//"),t.append(e[0]),t.newLine());break;case a.Dialect.M:e.forEach((e=>{t.append("#"),t.append(e),t.newLine()}))}}}var h=i(28),l=i(3),c=i(17);class u extends h.a{constructor(t){super(null,t)}asSection(){switch(this.length){case 0:return n.MissingType.instance;case 1:return this[0];default:return a.Section.merge(this[0],this[this.length-1])}}locateSectionAtLine(t){for(let e=0;et instanceof c.k),this).forEach((function(e){this.checkStatement(t,e)}),this):this.forEach((function(e){this.checkStatement(t,e)}),this),n.VoidType.instance;{let s=null;const r=i?this.filter((t=>t instanceof c.k),this):this,a=new n.TypeMap;null!==e&&a.add(e),r.forEach((function(e){let i=this.checkStatement(t,e);e.canReturn()||(i=n.VoidType.instance),i!==n.VoidType.instance&&(s=e,a.add(i))}),this);let o=a.inferType(t,s);return null!==e?e:o}}interpret(t){try{return this.doInterpret(t)}catch(t){throw t instanceof ReferenceError?new l.NullReferenceError:(t instanceof l.PromptoError||console.trace(),t)}}interpretNative(t,e){try{return this.doInterpretNative(t,e)}catch(t){throw t instanceof ReferenceError?new l.NullReferenceError:(t instanceof l.PromptoError||console.trace(),t)}}doInterpret(t){for(let e=0;e{e.toDialect(t),e.isSimple()&&(t.dialect!==a.Dialect.O||e instanceof y.a||t.append(";"),t.newLine())}))}declare(t){this.forEach((e=>{e.declare(t)}))}transpile(t){this.forEach((e=>{e.transpile(t)||t.append(";").newLine()}))}}var d=i(2),p=i(6),f=i(10),_=i(5),x=i(13),E=i(4),m=i(12),R=i(33);class T extends r.a{constructor(t,e){super(),this.selector=t,this.args=e||null}toDialect(t){this.requiresInvoke(t)&&t.append("invoke: "),this.selector.toDialect(t),null!=this.args?this.args.toDialect(t):t.dialect!==a.Dialect.E&&t.append("()")}requiresInvoke(t){if(t.dialect!==a.Dialect.E||null!=this.args&&this.args.length>0)return!1;try{const e=new p.MethodFinder(t.context,this).findBest(!1);return e instanceof f.AbstractMethodDeclaration||null!==e.closureOf}catch(t){}return!1}toString(){return this.selector.toString()+"("+(null!==this.args?this.args.toString():"")+")"}check(t,e){const i=new p.MethodFinder(t,this).findBest(!1);if(!i)return n.VoidType.instance;if(e&&i.memberOf&&!this.selector.parent&&(this.selector.parent=new _.ThisExpression),i.isAbstract())return this.checkAbstractOnly(t,i),i.returnType||n.VoidType.instance;{const e=this.isLocalClosure(t)?t:this.selector.newLocalCheckContext(t,i);let s=e.problemListener;s instanceof R.ProblemCollector&&(s=new R.ProblemCollector),e.pushProblemListener(s);try{return this.checkDeclaration(i,t,e)}finally{e.popProblemListener()}}}checkAbstractOnly(t,e){if(e.isReference())return;if(null!==e.memberOf)return;let i=new p.MethodFinder(t,this).findPotential();i=[...i].filter((t=>!t.isAbstract())),0===i.length&&t.problemListener.reportIllegalAbstractMethodCall(this,e.getSignature())}checkReference(t){const e=new p.MethodFinder(t,this).findBest(!1);return e?new n.MethodType(e):null}isLocalClosure(t){if(null!==this.selector.parent)return!1;return t.getLocalDeclaration(this.selector.name)instanceof p.MethodDeclarationMap}checkDeclaration(t,e,i){return t instanceof f.ConcreteMethodDeclaration&&t.mustBeCheckedInCallContext(e)?this.fullCheck(t,e,i):this.lightCheck(t,i)}lightCheck(t,e){return t.registerParameters(e),t.check(e,!1)}fullCheck(t,e,i){try{const s=this.makeArguments(e,t);return t.registerParameters(i),s.forEach((s=>{const r=s.resolve(i,t,!0),n=s.parameter.checkValue(e,r);i.setValue(s.id,n)})),t.check(i,!1)}catch(t){if(t instanceof l.PromptoError)throw new l.SyntaxError(t.message)}}declare(t){t.context.pushProblemListener(new R.ProblemCollector);try{this.doDeclare(t)}finally{t.context.popProblemListener()}}doDeclare(t){const e=new p.MethodFinder(t.context,this);if(null!==e.findBestReference(!1,new Set))return;const i=e.findCandidates(!1);if(0===i.length)t.context.problemListener.reportUnknownMethod(this.selector.id,this.selector.name);else{const s=e.filterCompatible(i,!1,!0),r=1===s.size?s.values().next().value:null;if(1===s.size&&r instanceof f.BuiltInMethodDeclaration)r.declareCall&&r.declareCall(t);else if(this.isLocalClosure(t.context)||s.forEach((function(e){const i=this.selector.newLocalCheckContext(t.context,e);this.declareDeclaration(t,e,i)}),this),s.size>1&&!this.dispatcher){const i=e.findBest(!1),r=e.sortMostSpecificFirst(s);this.dispatcher=new f.DispatchMethodDeclaration(t.context,this,i,r),t.declare(this.dispatcher)}}}declareDeclaration(t,e,i){null!=this.args&&this.args.declare(t,e),e instanceof f.ConcreteMethodDeclaration&&e.mustBeCheckedInCallContext(t.context)?this.fullDeclareDeclaration(e,t,i):this.lightDeclareDeclaration(e,t,i)}lightDeclareDeclaration(t,e,i){e=e.copyTranspiler(i),t.declare(e)}fullDeclareDeclaration(t,e,i){if(!this.fullSelector){const s=this.makeArguments(e.context,t);t.registerParameters(i),s.forEach((s=>{const r=s.resolve(i,t,!0),n=s.parameter.checkValue(e.context,r);i.setValue(s.id,n)})),e=e.copyTranspiler(i),this.fullSelector=this.selector.newFullSelector(++g),t.fullDeclare(e,this.fullSelector.id)}}transpile(t){this.doTranspile(t,!1)}transpileReference(t,e){this.doTranspile(t,!0)}doTranspile(t,e){const i=new p.MethodFinder(t.context,this),s=i.findBestReference(!1,new Set);if(null!=s)return this.transpileSelector(t,s),void this.transpileAssignments(t,s,!1);const r=i.findCandidates(!1);if(0===r.length)t.context.problemListener.reportUnknownMethod(this.selector.id,this.selector.name);else{const s=i.filterCompatible(r,!1,!0);switch(s.size){case 0:t.context.problemListener.reportUnknownMethod(this.selector.id,this.selector.name);break;case 1:this.transpileSingle(t,s.values().next().value,!1,e);break;default:this.transpileMultiple(t,s,e)}}}transpileSingle(t,e,i,s){e instanceof f.BuiltInMethodDeclaration?this.transpileBuiltin(t,e,s):(this.transpileSelector(t,e),s||this.transpileAssignments(t,e,i))}transpileMultiple(t,e,i){const s=this.dispatcher.getTranspiledName(t.context);let r=this.selector.resolveParent(t.context);const n=e.values().next().value;null==r&&n.memberOf&&t.context.parent instanceof p.InstanceContext&&(r=new _.ThisExpression);new _.MethodSelector(r,new d.Identifier(s)).transpile(t),i||this.transpileAssignments(t,this.dispatcher)}transpileBuiltin(t,e,i){this.selector.resolveParent(t.context).transpileParent(t),t.append("."),i?t.append(e.name):e.transpileCall(t,this.args,i)}transpileSelector(t,e){let i=this.fullSelector||this.selector,s=i.resolveParent(t.context);null==s&&e.memberOf&&t.context.parent instanceof p.InstanceContext&&(s=new _.ThisExpression);let r=null;r=this.variableName?this.variableName:this.fullSelector?this.fullSelector.name:i.name!==e.name?i.name:e.getTranspiledName(t.context),i=new _.MethodSelector(s,new d.Identifier(r)),i.transpile(t)}transpileAssignments(t,e,i){let s=this.makeArguments(t.context,e);s=s.filter((t=>!(t.parameter instanceof x.CodeParameter))),s.length>0?(t.append("("),s.forEach((s=>{const r=s.parameter,n=s.resolve(t.context,e,!1,i);r.transpileCall(t,n),t.append(", ")})),t.trimLast(2),t.append(")")):t.append("()")}makeArguments(t,e){return(this.args||new d.ArgumentList).makeArguments(t,e)}interpret(t){const e=new p.MethodFinder(t,this).findBest(!0);e||t.problemListener.reportUnknownMethod(this,this.toString());const i=this.selector.newLocalContext(t,e);return e.registerParameters(i),this.assignArguments(t,i,e),e.interpret(i,!0)}assignArguments(t,e,i){this.makeArguments(t,i).forEach((s=>{const r=s.resolve(e,i,!0),n=s.parameter,a=n.checkValue(t,r);if(null!=a&&n.mutable&&!a.mutable)throw new l.NotMutableError;e.setValue(s.id,a)}))}interpretReference(t){const e=this.findDeclaration(t);return new E.ClosureValue(t,new n.MethodType(e))}interpretAssert(t,e){const i=this.interpret(t);if(i instanceof E.BooleanValue)return i.value;{const e=this.getExpected(t,this.dialect);throw new l.SyntaxError("Cannot test '"+e+"'")}}getExpected(t,e,i){const s=new m.CodeWriter(this.dialect,t);return s.escapeMode=i,this.toDialect(s),s.toString()}transpileFound(t,e){t.append("''")}findDeclaration(t){const e=this.findRegistered(t);if(e)return e;return new p.MethodFinder(t,this).findBest(!0)}findRegistered(t){if(!this.selector.parent)try{const e=t.getValue(this.selector.id);if(e instanceof E.ClosureValue)return this.getClosureDeclaration(t,e);if(e instanceof E.ArrowValue)return new f.ArrowDeclaration(e)}catch(t){if(!(t instanceof l.PromptoError))throw t}return null}getClosureDeclaration(t,e){const i=e.type.method;if(null!=i.memberOf){if(t.contextForValue(this.selector.name)===e.context)return i}return new f.ClosureDeclaration(e)}}var g=0,y=i(54);class A extends r.a{toString(){return"break"}toDialect(t){t.append("break")}equals(t){return t instanceof A}check(t){return n.VoidType.instance}interpret(t){return p.BreakResult.instance}declare(t){}transpile(t){t.append("break")}canReturn(){return!0}}class L extends r.a{constructor(t,e){super(),this.expression=t||null,this.fromArrowExpression=e||!1}toString(){return"return "+this.expression==null?"":this.expression.toString()}toDialect(t){t.append("return"),null!=this.expression&&(t.append(" "),this.expression.toDialect(t))}equals(t){return t==this||null!=t&&(t instanceof L&&(this.expression==t.expression||null!=this.expression&&null!=t.expression&&this.expression.equals(t.expression)))}declare(t){this.expression&&this.expression.declare(t)}transpile(t){t.append("return"),this.expression&&(t.append(" "),this.expression.transpile(t))}check(t){if(null==this.expression)return n.VoidType.instance;const e=this.expression.check(t);return e!=n.VoidType.instance||this.fromArrowExpression||t.problemListener.reportReturningVoidType(this.expression),e}interpret(t){return null==this.expression?p.VoidResult.instance:this.expression.interpret(t)||E.NullValue.instance}canReturn(){return!0}}class I extends s.a{constructor(t,e,i,s){super(),this.elements=new v,this.elements.add(new C(t,e)),null!=(i=i||null)&&this.elements.addAll(i),null!=(s=s||null)&&this.elements.add(new C(null,s))}locateSectionAtLine(t){for(let e=0;e{const r=s.check(t);r!==n.VoidType.instance&&(i=s,e.add(r))})),e.inferType(t,i)}interpret(t){for(let e=0;e{e.declare(t)}))}transpile(t){for(let e=0;e0&&t.append(" else "),i.condition&&(t.append("if ("),i.condition.transpile(t),t.append(") ")),t.append("{"),t.indent(),i.transpile(t),t.dedent(),t.append("}")}return t.newLine(),!0}toDialect(t){t.toDialect(this)}toMDialect(t){this.toEDialect(t)}toODialect(t){let e=!1;for(let i=0;i0&&(e&&t.append(" "),t.append("else ")),e=this.elements[i].toODialect(t);e&&t.newLine()}toEDialect(t){for(let e=0;e0&&t.append("else "),this.elements[e].toEDialect(t)}canReturn(){return!0}}class C extends s.a{constructor(t,e){super(),this.condition=t,this.statements=e,null==t?this.copySectionFrom(e.asSection()):this.copySectionFrom(a.Section.merge(t,e.asSection()))}locateSectionAtLine(t){if(this.condition instanceof a.Section){const e=this.condition.locateSectionAtLine(t);if(null!==e)return e}return this.statements instanceof u?this.statements.locateSectionAtLine(t):null}check(t){if(this.condition){this.condition.check(t)!=n.BooleanType.instance&&t.problemListener.reportError(this,"Expected a Boolean condition!")}t=this.downcast(t,!1);let e=this.statements;return e||(t.problemListener.reportError(this,"Expected a statement!"),e=new u),e.check(t,null)}declare(t){this.condition&&this.condition.declare(t);let e=t.context;this.condition instanceof _.EqualsExpression&&(e=this.condition.downcast(t.context,!1)),t=e!=t.context?t.newChildTranspiler(e):t.newChildTranspiler(),this.statements.declare(t)}transpile(t){let e=t.context;this.condition instanceof _.EqualsExpression&&(e=this.condition.downcast(e,!1)),t=e!=t.context?t.newChildTranspiler(e):t.newChildTranspiler(),this.statements.transpile(t),t.flush()}downcast(t,e){const i=t;return this.condition instanceof _.EqualsExpression&&(t=this.condition.downcast(t,e)),t=i!=t?t:t.newChildContext()}interpret(t){return t=this.downcast(t,!0),this.statements.interpret(t)}toMDialect(t){this.toEDialect(t)}toEDialect(t){let e=t.context;null!=this.condition&&(t.append("if "),this.condition.toDialect(t),e=this.downcast(e,!1),e!==t.context&&(t=t.newChildWriter(e))),t.append(":").newLine().indent(),this.statements.toDialect(t),t.dedent()}toODialect(t){let e=t.context;null!=this.condition&&(t.append("if ("),this.condition.toDialect(t),t.append(") "),e=this.downcast(e,!1),e!==t.context&&(t=t.newChildWriter(e)));const i=this.needsCurlyBraces();return i?t.append("{").newLine():t.newLine(),t.indent(),this.statements.toDialect(t),t.dedent(),i&&t.append("}"),i}needsCurlyBraces(){return!(!this.statements||0===this.statements.length)&&(this.statements.length>1||!this.statements[0].isSimple())}}class v extends h.a{constructor(t){super(),null!=(t=t||null)&&this.add(t)}}var b=i(25);class w extends b.a{constructor(t,e){super(),this.expression=t,this.statements=e}locateSectionAtLine(t,e){if(e&&this.expression instanceof b.a){const e=this.expression.locateSectionAtLine(t);if(null!==e)return e}return this.statements instanceof u?this.statements.locateSectionAtLine(t):null}checkReturnType(t){if(this.statements)return this.statements.check(t,null);t.problemListener.reportSwitchMissingStatement(this)}interpret(t){return this.statements.interpret(t)}declare(t){this.expression&&this.expression.declare(t),this.statements&&this.statements.declare(t)}}class N extends h.a{constructor(t){super(),null!=(t=t||null)&&this.add(t)}locateSectionAtLine(t,e){for(let i=0;i{t.append("case "),e.transpile(t),t.append(":").newLine()}),this),t.indent(!0),this.statements&&this.statements.transpile(t),t.append("break;").dedent()}}class D extends s.a{constructor(t,e){super(),this.switchCases=t||new N,this.defaultCase=e||null}check(t){return this.checkSwitchCasesType(t),this.checkReturnType(t)}checkSwitchCasesType(t){const e=this.checkSwitchType(t);this.switchCases.forEach((i=>{i.checkSwitchType(t,e)}))}checkReturnType(t){const e=new n.TypeMap,i=this.collectReturnTypes(t,e);return e.inferType(t,i)}collectReturnTypes(t,e){let i=null;if(this.switchCases.forEach((s=>{const r=s.checkReturnType(t);r!==n.VoidType.instance&&(i=s,e.add(r))})),null!=this.defaultCase){const s=this.defaultCase.check(t,null);s!==n.VoidType.instance&&(i=this.defaultCase,e.add(s))}return i}interpretSwitch(t,e,i){for(let i=0;i{e.declare(t)})),null!=this.defaultCase&&this.defaultCase.declare(t)}toDialect(t){t.toDialect(this)}canReturn(){return!0}}class M extends D{constructor(t,e,i){super(e,i),this.expression=t}canReturn(){return!0}locateSectionAtLine(t){if(t===this.start.line)return this;{let e=this.switchCases.locateSectionAtLine(t,!0);return null!==e?e:this.defaultCase instanceof u?this.defaultCase.locateSectionAtLine(t):null}}checkSwitchType(t){return this.expression.check(t)}interpret(t){const e=this.expression.interpret(t);return this.interpretSwitch(t,e,null)}toODialect(t){t.append("switch("),this.expression.toDialect(t),t.append(") {").newLine(),this.switchCases.forEach((e=>{e.caseToODialect(t)})),null!=this.defaultCase&&(t.append("default:").newLine().indent(),this.defaultCase.toDialect(t),t.dedent()),t.append("}").newLine()}toEDialect(t){t.append("switch on "),this.expression.toDialect(t),t.append(":").newLine().indent(),this.switchCases.forEach((e=>{e.caseToEDialect(t)})),null!=this.defaultCase&&(t.append("otherwise:").newLine().indent(),this.defaultCase.toDialect(t),t.dedent()),t.dedent()}toMDialect(t){t.append("switch on "),this.expression.toDialect(t),t.append(":").newLine().indent(),this.switchCases.forEach((e=>{e.caseToMDialect(t)})),null!=this.defaultCase&&(t.append("otherwise:").newLine().indent(),this.defaultCase.toDialect(t),t.dedent()),t.dedent()}declare(t){this.expression.declare(t),this.declareSwitch(t)}transpile(t){return t.append("switch ("),this.expression.transpile(t),t.append(") {").newLine(),this.switchCases.forEach((e=>{e.transpile(t)})),null!=this.defaultCase&&(t.append("default:").indent(),this.defaultCase.transpile(t),t.dedent()),t.append("}").newLine(),!0}}var k=i(9);class U extends D{constructor(t,e,i,s,r){super(i,s),this.errorId=t,this.statements=e||null,this.alwaysInstructions=r||null}locateSectionAtLine(t){let e;return this.statements instanceof u&&(e=this.statements.locateSectionAtLine(t),null!==e)?e:(e=this.switchCases.locateSectionAtLine(t,!1),null!==e||this.defaultCase instanceof u&&(e=this.defaultCase.locateSectionAtLine(t),null!==e)?e:this.alwaysInstructions instanceof u?this.alwaysInstructions.locateSectionAtLine(t):null)}checkSwitchCasesType(t){const e=t.newChildContext();e.registerValue(new p.ErrorVariable(this.errorId)),super.checkSwitchCasesType(e)}checkSwitchType(t){return new n.EnumeratedCategoryType(new d.Identifier("Error"))}collectReturnTypes(t,e){let i=this.statements.check(t,null);i!==n.VoidType.instance&&(e[i.name]=i);const s=t.newChildContext();s.registerValue(new p.ErrorVariable(this.errorId));const r=super.collectReturnTypes(s,e);return null!=this.alwaysInstructions&&(i=this.alwaysInstructions.check(t,null),i!==n.VoidType.instance&&(e[i.name]=i)),r}interpret(t){let e=null;try{e=this.statements.interpret(t)}catch(i){if(!(i instanceof l.ExecutionError))throw i;{const s=this.populateError(i,t);e=this.interpretSwitch(t,s,i)}}finally{null!=this.alwaysInstructions&&this.alwaysInstructions.interpret(t)}return e}populateError(t,e){let i=t.getExpression(e);if(null==i){const e=new d.ArgumentList;e.add(new d.Argument(new x.UnresolvedParameter("name"),new k.TextLiteral(typeof t))),e.add(new d.Argument(new x.UnresolvedParameter("text"),new k.TextLiteral(t.message))),i=new _.ConstructorExpression(new n.CategoryType("Error"),e,null)}return null==e.getRegisteredValue(this.errorId)&&e.registerValue(new p.ErrorVariable(this.errorId)),i.interpret&&(i=i.interpret(e)),e.setValue(this.errorId,i),i}toDialect(t){(t=t.newLocalWriter()).context.registerValue(new p.ErrorVariable(this.errorId)),super.toDialect(t)}toODialect(t){t.append("try (").append(this.errorId.name).append(") {").newLine().indent(),this.statements.toDialect(t),t.dedent().append("} "),this.switchCases.forEach((e=>{e.catchToODialect(t)})),null!=this.defaultCase&&(t.append("catch(any) {").newLine().indent(),this.defaultCase.toDialect(t),t.dedent().append("}")),null!=this.alwaysInstructions&&(t.append("finally {").newLine().indent(),this.alwaysInstructions.toDialect(t),t.dedent().append("}")),t.newLine()}toMDialect(t){t.append("try ").append(this.errorId.name).append(":").newLine().indent(),this.statements.toDialect(t),t.dedent(),this.switchCases.forEach((e=>{e.catchToPDialect(t)})),null!=this.defaultCase&&(t.append("except:").newLine().indent(),this.defaultCase.toDialect(t),t.dedent()),null!=this.alwaysInstructions&&(t.append("finally:").newLine().indent(),this.alwaysInstructions.toDialect(t),t.dedent()),t.newLine()}toEDialect(t){t.append("switch on ").append(this.errorId.name).append(" doing:").newLine().indent(),this.statements.toDialect(t),t.dedent(),this.switchCases.forEach((e=>{e.catchToEDialect(t)})),null!=this.defaultCase&&(t.append("when any:").newLine().indent(),this.defaultCase.toDialect(t),t.dedent()),null!=this.alwaysInstructions&&(t.append("always:").newLine().indent(),this.alwaysInstructions.toDialect(t),t.dedent())}declare(t){this.statements.declare(t);const e=t.newChildTranspiler();e.context.registerValue(new p.ErrorVariable(this.errorId)),this.declareSwitch(e)}transpile(t){t.append("try {").indent(),this.statements.transpile(t),t.dedent().append("} catch(").append(this.errorId.name).append(") {").indent();const e=t.newChildTranspiler();return e.context.registerValue(new p.ErrorVariable(this.errorId)),e.append("switch(translateError(").append(this.errorId.name).append(")) {").indent(),this.switchCases.forEach((t=>{t.transpileError(e)}),this),null!=this.defaultCase&&(e.append("default:").indent(),this.defaultCase.transpile(e),e.dedent()),e.dedent().append("}"),this.alwaysInstructions&&(e.append(" finally {").indent(),this.alwaysInstructions.transpile(e),e.dedent().append("}")),e.dedent().append("}"),e.flush(),!0}}class P extends r.a{constructor(t){super(),this.expression=t}toString(){return"raise "+this.expression.toString()}equals(t){return t==this||t instanceof P&&this.expression.equals(t.expression)}check(t){const e=this.expression.check(t);if(!new n.CategoryType(new d.Identifier("Error")).isAssignableFrom(t,e))throw new l.SyntaxError(e.name+" does not extend Error");return n.VoidType.instance}interpret(t){throw new l.UserError(this.expression)}declare(t){this.expression.declare(t)}transpile(t){t.append("throw "),this.expression.transpile(t)}toDialect(t){switch(t.dialect){case a.Dialect.E:case a.Dialect.M:t.append("raise ");break;case a.Dialect.O:t.append("throw ")}this.expression.toDialect(t)}}var F=i(15);class H extends r.a{check(t){return n.VoidType.instance}interpret(t){F.$DataStore.instance.flush()}declare(t){t.require(F.$DataStore)}transpile(t){t.append("$DataStore.instance.flush()")}toDialect(t){t.toDialect(this)}toEDialect(t){t.append("flush")}toMDialect(t){t.append("flush()")}toODialect(t){t.append("flush()")}}const Document=i(69).default,V=new d.Identifier("dbId");class B extends s.a{constructor(t,e,i,s){super(),this.del=t,this.add=e,this.meta=i,this.andThen=s}locateSectionAtLine(t){return t===this.start.line?this:this.andThen instanceof u?this.andThen.locateSectionAtLine(t):null}isSimple(){return null==this.andThen}toDialect(t){this.del&&(t.append("delete "),t.dialect===a.Dialect.E?this.del.toDialect(t):(t.append("("),this.del.toDialect(t),t.append(")")),this.add&&t.append(" and ")),this.add&&(t.append("store "),t.dialect===a.Dialect.E?this.add.toDialect(t):(t.append("("),this.add.toDialect(t),t.append(")"))),this.meta&&(t.dialect===a.Dialect.E?(t.append(" with "),this.meta.toDialect(t),t.append(" as metadata")):(t.append(" with metadata("),this.meta.toDialect(t),t.append(")"))),this.andThen&&(t.dialect===a.Dialect.O?(t.append(" then {").newLine().indent(),this.andThen.toDialect(t),t.dedent().append("}").newLine()):(t.append(" then:").newLine().indent(),this.andThen.toDialect(t),t.dedent()))}toString(){return"store "+this.add.toString()}equals(t){return t===this||null!=t&&(t instanceof B&&this.add.equals(t.add))}check(t){return this.checkDeletables(t),this.checkStorables(t),this.checkFuture(t),n.VoidType.instance}checkDeletables(t){this.del&&this.del.forEach((e=>this.checkStorable(t,e)),this)}checkStorables(t){this.add&&this.add.forEach((e=>this.checkStorable(t,e)),this)}checkStorable(t,e){let i=e.check(t);if(i.itemType&&(i=i.itemType),i!==n.AnyType.instance&&!i.isStorable(t)){let s=e.toString();(s.indexOf(" ")>0||s.indexOf(",")>0)&&(s=i.typename),t.problemListener.reportNotStorable(this,s)}}checkFuture(t){this.andThen&&(t=t.newChildContext(),this.andThen.check(t,null))}interpret(t){const e=this.getIdsToDelete(t),i=this.getStorablesToAdd(t);let s=null;if(this.meta){const e=this.meta.interpret(t);e instanceof E.DocumentValue&&(s=e.getStorableData())}(e||i)&&F.$DataStore.instance.deleteAndStore(e,i,s),this.andThen&&this.andThen.interpret(t)}declare(t){t.require(F.$DataStore),this.andThen&&this.andThen.declare(t),this.meta&&t.require(Document)}transpile(t){t.append("$DataStore.instance.deleteAndStore").append(this.andThen?"Async":"").append("("),this.transpileIdsToDelete(t),t.append(", "),this.transpileStorablesToAdd(t),t.append(", "),this.transpileMetadata(t),this.transpileFuture(t),t.append(")")}transpileIdsToDelete(t){this.del?(t.append("(function() { ").indent(),t.append("var idsToDelete = new Set();").newLine(),this.del.forEach((e=>{e.transpile(t),t.append(".collectDbIds(idsToDelete);").newLine()}),this),t.append("return Array.from(idsToDelete);").newLine(),t.dedent().append("}).bind(this)()")):t.append("null")}transpileStorablesToAdd(t){this.add?(t.append("(function() { ").indent(),t.append("var storablesToAdd = new Set();").newLine(),this.add.forEach((e=>{e.transpile(t),t.append(".collectStorables(storablesToAdd);").newLine()}),this),t.append("return Array.from(storablesToAdd);").newLine(),t.dedent().append("}).bind(this)()")):t.append("null")}transpileMetadata(t){this.meta?this.meta.transpile(t):t.append("null")}transpileFuture(t){this.andThen&&(t.append(", (function() {").indent(),this.andThen.transpile(t),t.dedent().append("}).bind(this)"))}getIdsToDelete(t){if(!this.del)return null;const e=new Set;return this.del.forEach((i=>{const s=i.interpret(t);if(s!==E.NullValue.instance)if(s instanceof E.Instance){const i=s.getMemberValue(t,V);null!=i&&i!==E.NullValue.instance&&e.add(i.getStorableData())}else s instanceof E.Container&&s.items.map((i=>{if(i!==E.NullValue.instance&&i instanceof E.Instance){const s=i.getMemberValue(t,V);null!=s&&s!==E.NullValue.instance&&e.push(s.getStorableData())}}))})),0===e.length?null:e}getStorablesToAdd(t){if(!this.add)return null;const e=new Set;return this.add.forEach((i=>{i.interpret(t).collectStorables(e)})),0===e.length?null:e}}var G=i(7);class j extends s.a{constructor(t,e,i,s){super(),this.v1=t||null,this.v2=e||null,this.source=i,this.statements=s}locateSectionAtLine(t){if(this.source instanceof a.Section){const e=this.source.locateSectionAtLine(t);if(null!==e)return e}return this.statements instanceof u?this.statements.locateSectionAtLine(t):null}check(t){const e=this.source.check(t).checkIterator(t,this.source);return this.checkItemIterator(e,t)}checkItemIterator(t,e){const i=e.newChildContext(),s=null===this.v2?this.v1:this.v2;return i.registerValue(new p.Variable(s,t)),null!==this.v2&&i.registerValue(new p.Variable(this.v1,n.IntegerType.instance)),this.statements.check(i,null)}interpret(t){const e=this.source.check(t).checkIterator(t,this.source);return this.interpretItemIterator(e,t)}interpretItemIterator(t,e){return null===this.v2?this.interpretItemIteratorNoIndex(t,e):this.interpretItemIteratorWithIndex(t,e)}interpretItemIteratorNoIndex(t,e){const i=this.source.interpret(e),s=this.getIterator(e,i);for(;s.hasNext();){const i=e.newChildContext();i.registerValue(new p.Variable(this.v1,t));let r=s.next();if(i.setValue(this.v1,r),r=this.statements.interpret(i),r===p.BreakResult.instance)break;if(null!=r)return r}return null}getIterator(t,e){if(e.getIterator)return e.getIterator();if(e.hasNext&&e.next)return e;throw new l.InternalError("Should never end up here!")}interpretItemIteratorWithIndex(t,e){const i=this.source.interpret(e).getIterator(e);let s=0;for(;i.hasNext();){const r=e.newChildContext();r.registerValue(new p.Variable(this.v2,t)),r.setValue(this.v2,i.next()),r.registerValue(new p.Variable(this.v1,n.IntegerType.instance)),r.setValue(this.v1,new E.IntegerValue(++s));const a=this.statements.interpret(r);if(null!=a)return a}return null}toDialect(t){t=t.newChildWriter();const e=this.source.check(t.context).checkIterator(t.context,this.source),i=this.v2?this.v2:this.v1;t.context.registerValue(new p.Variable(i,e)),this.v2&&t.context.registerValue(new p.Variable(this.v1,n.IntegerType.instance)),t.toDialect(this)}toODialect(t){t.append("for each ("),t.append(this.v1.name),null!==this.v2&&(t.append(", "),t.append(this.v2.name)),t.append(" in "),this.source.toDialect(t),t.append(")");const e=1===this.statements.length&&this.statements[0].isSimple();e||t.append(" {"),t.newLine(),t.indent(),this.statements.toDialect(t),t.dedent(),e||(t.append("}"),t.newLine())}toEDialect(t){t.append("for each "),t.append(this.v1.name),null!==this.v2&&(t.append(", "),t.append(this.v2.name)),t.append(" in "),this.source.toDialect(t),t.append(":"),t.newLine(),t.indent(),this.statements.toDialect(t),t.dedent()}toMDialect(t){t.append("for "),t.append(this.v1.name),null!=this.v2&&(t.append(", "),t.append(this.v2.name)),t.append(" in "),this.source.toDialect(t),t.append(":"),t.newLine(),t.indent(),this.statements.toDialect(t),t.dedent()}canReturn(){return!0}declare(t){const e=this.source.check(t.context);e instanceof n.DictionaryType&&t.require(G.StrictSet);const i=e.checkIterator(t.context,this.source);this.source.declare(t),t=t.newChildTranspiler(),this.v2?(t.context.registerValue(new p.Variable(this.v1,n.IntegerType.instance)),t.context.registerValue(new p.Variable(this.v2,i))):t.context.registerValue(new p.Variable(this.v1,i)),this.statements.declare(t)}transpile(t){return this.v2?this.transpileWithIndex(t):this.transpileNoIndex(t),!0}transpileNoIndex(t){this.source.check(t.context)instanceof n.ListType?this.transpileArrayNoIndex(t):this.transpileIteratorNoIndex(t)}transpileArrayNoIndex(t){const e=this.source.check(t.context).checkIterator(t.context,this.source),i="$"+this.v1.name+"_items";t.append("var ").append(i).append(" = "),this.source.transpile(t),t.append(";").newLine();const s="$"+this.v1.name+"_idx";t.append("for(var ").append(s).append(" = 0; ").append(s).append(" < ").append(i).append(".length; ").append(s).append("++) {");const r=t.newChildTranspiler();r.indent(),r.context.registerValue(new p.Variable(this.v1,e)),r.append("var ").append(this.v1.name).append(" = ").append(i).append("[").append(s).append("];"),this.statements.transpile(r),r.dedent(),r.flush(),t.append("}"),t.newLine()}transpileIteratorNoIndex(t){const e=this.source.check(t.context).checkIterator(t.context,this.source),i="$"+this.v1.name+"_iterator";t.append("var ").append(i).append(" = "),this.source.transpile(t),t.append(".iterator();"),t.newLine(),t.append("while(").append(i).append(".hasNext()) {");const s=t.newChildTranspiler();s.indent(),s.context.registerValue(new p.Variable(this.v1,e)),s.append("var ").append(this.v1.name).append(" = ").append(i).append(".next();"),s.newLine(),this.statements.transpile(s),s.dedent(),s.flush(),t.append("}"),t.newLine()}transpileWithIndex(t){this.source.check(t.context)instanceof n.ListType?this.transpileArrayWithIndex(t):this.transpileIteratorWithIndex(t)}transpileArrayWithIndex(t){const e=this.source.check(t.context).checkIterator(t.context,this.source),i="$"+this.v2.name+"_items";t.append("var ").append(i).append(" = "),this.source.transpile(t),t.append(";").newLine(),t.append("for(var ").append(this.v1.name).append(" = 1; ").append(this.v1.name).append(" <= ").append(i).append(".length; ").append(this.v1.name).append("++) {");const s=t.newChildTranspiler();s.indent(),s.context.registerValue(new p.Variable(this.v1,n.IntegerType.instance)),s.context.registerValue(new p.Variable(this.v2,e)),s.append("var ").append(this.v2.name).append(" = ").append(i).append("[").append(this.v1.name).append("-1];").newLine(),this.statements.transpile(s),s.dedent(),s.flush(),t.append("}"),t.newLine()}transpileIteratorWithIndex(t){const e=this.source.check(t.context).checkIterator(t.context,this.source);t.append("var ").append(this.v1.name).append(" = 1;").newLine();const i="$"+this.v2.name+"_iterator";t.append("var ").append(i).append(" = "),this.source.transpile(t),t.append(".iterator();"),t.newLine(),t.append("while(").append(i).append(".hasNext()) {");const s=t.newChildTranspiler();s.indent(),s.context.registerValue(new p.Variable(this.v1,n.IntegerType.instance)),s.context.registerValue(new p.Variable(this.v2,e)),s.append("var ").append(this.v2.name).append(" = ").append(i).append(".next();").newLine(),this.statements.transpile(s),s.append(this.v1.name).append("++;").newLine(),s.dedent(),s.flush(),t.append("}"),t.newLine()}}class W extends s.a{constructor(t,e){super(),this.condition=t,this.statements=e}locateSectionAtLine(t){if(this.statements instanceof u){const e=this.statements.locateSectionAtLine(t);if(null!==e)return e}return this.condition instanceof a.Section?this.condition.locateSectionAtLine(t):null}declare(t){this.condition.declare(t),t=t.newChildTranspiler(),this.statements.declare(t)}transpile(t){t.append("do {").indent();const e=t.newChildTranspiler();this.statements.transpile(e),e.dedent().flush(),t.append("} while("),this.condition.transpile(t),t.append(")")}check(t){this.condition.check(t)!=n.BooleanType.instance&&t.problemListener.reportError(this,"Expected a Boolean condition!");const e=t.newChildContext();return this.statements.check(e,null)}interpret(t){do{const e=t.newChildContext(),i=this.statements.interpret(e);if(i==p.BreakResult.instance)break;if(null!=i)return i}while(this.interpretCondition(t));return null}interpretCondition(t){const e=this.condition.interpret(t);if(!(e instanceof E.BooleanValue))throw new l.InvalidDataError("Expected a Boolean, got:"+typeof e);return e.value}toDialect(t){t.toDialect(this)}toMDialect(t){this.toEDialect(t)}toEDialect(t){t.append("do:").newLine().indent(),this.statements.toDialect(t),t.dedent().append("while "),this.condition.toDialect(t),t.newLine()}toODialect(t){t.append("do {").newLine().indent(),this.statements.toDialect(t),t.dedent().append("} while ("),this.condition.toDialect(t),t.append(");").newLine()}canReturn(){return!0}}class J extends s.a{constructor(t,e){super(),this.condition=t,this.statements=e}locateSectionAtLine(t){if(this.condition instanceof a.Section){const e=this.condition.locateSectionAtLine(t);if(null!==e)return e}return this.statements instanceof u?this.statements.locateSectionAtLine(t):null}declare(t){this.condition.declare(t),t=t.newChildTranspiler(),this.statements.declare(t)}transpile(t){t.append("while("),this.condition.transpile(t),t.append(") {"),t.indent();const e=t.newChildTranspiler();return this.statements.transpile(e),e.dedent().flush(),t.append("}").newLine(),!0}check(t){this.condition.check(t)!==n.BooleanType.instance&&t.problemListener.reportError(this,"Expected a Boolean condition!");const e=t.newChildContext();return this.statements.check(e,null)}interpret(t){for(;this.interpretCondition(t);){const e=t.newChildContext(),i=this.statements.interpret(e);if(i===p.BreakResult.instance)break;if(null!=i)return i}return null}interpretCondition(t){const e=this.condition.interpret(t);if(!(e instanceof E.BooleanValue))throw new l.InvalidDataError("Expected a Boolean, got:"+typeof e);return e.value}toDialect(t){t.toDialect(this)}toMDialect(t){this.toEDialect(t)}toEDialect(t){t.append("while "),this.condition.toDialect(t),t.append(" :").newLine().indent(),this.statements.toDialect(t),t.dedent()}toODialect(t){t.append("while ("),this.condition.toDialect(t),t.append(") {").newLine().indent(),this.statements.toDialect(t),t.dedent().append("}").newLine()}canReturn(){return!0}}class Y extends r.a{constructor(t,e){super(),this.id=t,this.expression=e}get name(){return this.id.name}toDialect(t){t.append(this.name),t.append(" = "),this.expression.toDialect(t)}checkResource(t){const e=this.expression.check(t);if(!(e instanceof n.ResourceType))throw new l.SyntaxError("Not a resource!");const i=t.getRegisteredValue(this.name);if(null==i)t.registerValue(new p.Variable(this.id,e));else{i.getType(t).checkAssignableFrom(t,this,e)}return n.VoidType.instance}equals(t){return t===this||t instanceof Y&&(this.name===t.name&&this.expression===t.expression)}check(t){const e=t.getRegisteredValue(this.name);if(null==e){const e=this.expression.check(t);t.registerValue(new p.Variable(this.id,e))}else{const i=e.getType(t),s=this.expression.check(t);i.checkAssignableFrom(t,this,s)}return n.VoidType.instance}interpret(t){if(null==t.getRegisteredValue(this.name)){const e=this.expression.check(t);t.registerValue(new p.Variable(this.id,e))}return t.setValue(this.id,this.expression.interpret(t)),null}declare(t){if(null==t.context.getRegisteredValue(this.name)){const e=this.expression.check(t.context);t.context.registerValue(new p.Variable(this.id,e))}this.expression.declare(t)}transpile(t){if(null==t.context.getRegisteredValue(this.name)){const e=this.expression.check(t.context);t.context.registerValue(new p.Variable(this.id,e)),t.append("var ")}t.append(this.name).append(" = "),this.expression.transpile(t)}transpileClose(t){t.append(this.name).append(".close();").newLine()}}class q extends r.a{constructor(t,e){super(),this.instance=t,this.expression=e}toDialect(t){this.instance.toDialect(t,this.expression),t.append(" = "),this.expression.toDialect(t)}toString(){return this.instance.toString()+" = "+this.expression.toString()}check(t){const e=this.expression.check(t);return e===n.VoidType.instance&&t.problemListener.reportAssigningVoidType(this),this.instance.checkAssignValue(t,e,this),e===n.CodeType.instance&&this.instance.assign(t,this.expression),n.VoidType.instance}interpret(t){return this.instance.assign(t,this.expression),null}declare(t){this.instance.declareAssign(t,this.expression)}transpile(t){if(this.expression.check(t.context)===n.CodeType.instance)return this.instance.declareAssign(t,this.expression),!0;this.instance.transpileAssign(t,this.expression)}}class X extends r.a{constructor(t,e){super(),this.names=t,this.expression=e}check(t){const e=this.expression.check(t);if(e!=n.TupleType.instance)throw new l.SyntaxError("Expecting a tuple expression, got "+e.getName());return this.names.forEach((e=>{const i=t.getRegistered(e);if(null==i)t.registerValue(new p.Variable(e,n.AnyType.instance));else{i.getType(t).checkAssignableFrom(t,this,n.AnyType.instance)}}),this),n.VoidType.instance}declare(t){this.expression.declare(t),this.names.forEach((e=>{null==t.context.getRegistered(e)&&t.context.registerValue(new p.Variable(e,n.AnyType.instance))}),this)}transpile(t){t.append("var ["),this.names.forEach((e=>{t.append(e).append(", ");null==t.context.getRegistered(e)&&t.context.registerValue(new p.Variable(e,n.AnyType.instance))})),t.trimLast(2),t.append("] = "),this.expression.transpile(t)}interpret(t){const e=this.expression.interpret(t);if(!(e instanceof E.TupleValue))throw new l.SyntaxError("Expecting a tuple expression, got "+typeof e);for(let i=0;ithis.thenWith.interpret(t,new E.TextValue(e)))):i.writeFully(s),null}finally{e!==t&&i.close()}}declare(t){t.context instanceof p.ResourceContext||(t=t.newResourceTranspiler()),this.resource.declare(t),this.content.declare(t),this.thenWith&&this.thenWith.declare(t,n.TextType.instance)}transpile(t){t.context instanceof p.ResourceContext?this.transpileLine(t):this.transpileFully(t)}transpileLine(t){this.resource.transpile(t),t.append(".writeLine("),this.content.transpile(t),t.append(")")}transpileFully(t){(t=t.newResourceTranspiler()).append("var $res = "),this.resource.transpile(t),t.append(";").newLine(),t.append("try {").indent(),t.append("$res.writeFully("),this.content.transpile(t),this.thenWith&&(t.append(", "),this.thenWith.transpile(t,n.TextType.instance)),t.append(");"),t.dedent().append("} finally {").indent(),t.append("$res.close();").newLine(),t.dedent().append("}"),t.flush()}toDialect(t){t.toDialect(this),this.thenWith&&this.thenWith.toDialect(t,n.TextType.instance)}toEDialect(t){t.append("write "),this.content.toDialect(t),t.append(" to "),this.resource.toDialect(t)}toODialect(t){t.append("write ("),this.content.toDialect(t),t.append(") to "),this.resource.toDialect(t)}toMDialect(t){this.toEDialect(t)}}class $ extends s.a{constructor(t,e){super(),this.resolved=null,this.callable=t,this.args=e||null}isSimple(){return!0}toDialect(t){try{this.resolve(t.context),this.resolved.toDialect(t)}catch(e){this.callable.toDialect(t),null!=this.args?this.args.toDialect(t):t.dialect!==a.Dialect.E&&t.append("()")}}toString(){return this.callable.toString()+(null!=this.args?this.args.toString():"")}check(t){return this.resolveAndCheck(t)}resolveAndCheck(t){return this.resolve(t),this.resolved?this.resolved.check(t):n.VoidType.instance}interpret(t){return this.resolve(t),this.resolved?this.resolved.interpret(t):null}interpretAssert(t,e){if(this.resolve(t),this.resolved&&this.resolved.interpretAssert)return this.resolved.interpretAssert(t,e);{const e=this.getExpected(t,this.dialect);throw new l.SyntaxError("Cannot test '"+e+"'")}}getExpected(t,e,i){const s=new m.CodeWriter(this.dialect,t);return s.escapeMode=i,this.toDialect(s),s.toString()}transpileFound(t,e){t.append("''")}resolve(t){if(null===this.resolved){if(this.callable instanceof _.UnresolvedIdentifier?this.resolved=this.resolveUnresolvedIdentifier(t):this.callable instanceof _.UnresolvedSelector?this.resolved=this.resolveUnresolvedSelector(t):this.callable instanceof _.MemberSelector&&(this.resolved=this.resolveMember(t)),this.resolved)return this.resolved;t.problemListener.reportUnknownMethod(this.callable,this.callable.toString())}}resolveUnresolvedSelector(t){return this.callable.resolveMethod(t,this.args),this.callable.resolved}resolveUnresolvedIdentifier(t){const e=this.callable.id;let i=this.resolveUnresolvedMemberMethod(t,e);return null===i&&(i=this.resolveUnresolvedMethodReference(t,e)),null===i&&(i=this.resolveUnresolvedDeclaration(t,e)),null===i?t.problemListener.reportUnknownMethod(e,e.name):i.copySectionFrom(this),i}resolveUnresolvedMemberMethod(t,e){for(;null!==t;){const i=t.getClosestInstanceContext();if(null==i)return null;if(null!=this.resolveUnresolvedMember(i,e))return new T(new _.MethodSelector(null,e),this.args);t=i.getParentContext()}return null}resolveUnresolvedMethodReference(t,e){const i=t.getRegisteredValue(e);if(null===i)return null;let s=i.getType(t);if(null!==s&&(s=s.resolve(t),s instanceof n.MethodType)){const t=new T(new _.MethodSelector(null,e),this.args);return t.variableName=e.name,t}return null}resolveUnresolvedDeclaration(t,e){const i=t.getRegisteredDeclaration(e);return null===i?null:i instanceof f.CategoryDeclaration?new _.ConstructorExpression(new n.CategoryType(e),null,this.args):new T(new _.MethodSelector(null,e),this.args)}resolveUnresolvedMember(t,e){const i=t.getRegisteredDeclaration(t.instanceType.id).getMemberMethodsMap(t,e);return null==i||i.isEmpty()?null:i}resolveMember(t){const e=new T(new _.MethodSelector(this.callable.parent,this.callable.id),this.args);return e.copySectionFrom(this),e}declare(t){this.resolve(t.context),this.resolved&&this.resolved.declare(t)}transpile(t){this.resolve(t.context),this.resolved&&this.resolved.transpile(t)}setParent(t){if(t)if(this.callable instanceof _.UnresolvedIdentifier)this.callable=new _.MethodSelector(t,this.callable.id);else{if(!(this.callable instanceof _.SelectorExpression))throw new Error("Should never happen!");this.callable.parent=t}}}function tt(){}tt.run=function(t,e,i){var s=t.bind(i)();e.bind(i)(s)};class et extends ${constructor(t,e,i,s){super(t,e),this.resultName=i,this.andThen=s}locateSectionAtLine(t){return this.andThen instanceof u?this.andThen.locateSectionAtLine(t):null}isSimple(){return!1}toDialect(t){const e=this.resolveAndCheck(t.context);super.toDialect(t),t.append(" then"),t=t.newChildWriter(),null!=this.resultName&&(t.append(" with ").append(this.resultName.name),t.context.registerValue(new p.Variable(this.resultName,e))),t.dialect==a.Dialect.O?t.append(" {"):t.append(":"),t=t.newLine().indent(),this.andThen.toDialect(t),(t=t.dedent()).dialect==a.Dialect.O&&t.append("}").newLine()}check(t){const e=this.resolveAndCheck(t);return t=t.newChildContext(),null!=this.resultName&&t.registerValue(new p.Variable(this.resultName,e)),this.andThen.check(t,n.VoidType.instance),n.VoidType.instance}interpret(t){const e=this.resolveAndCheck(t),i=super.interpret(t);return t=t.newChildContext(),null!=this.resultName&&(t.registerValue(new p.Variable(this.resultName,e)),t.setValue(this.resultName,i)),this.andThen.interpret(t),null}declare(t){const e=this.resolveAndCheck(t.context);this.resolved.declare(t),t.require(tt),t=t.newChildTranspiler(),null!=this.resultName&&t.context.registerValue(new p.Variable(this.resultName,e)),this.andThen.declare(t)}transpile(t){const e=this.resolveAndCheck(t.context);t=t.append("RemoteRunner.run(function() {").indent().append("return "),this.resolved.transpile(t),t.dedent().append("}, function("),null!=this.resultName&&t.append(this.resultName.name),t.append(") {").indent(),t=t.newChildTranspiler(),null!=this.resultName&&t.context.registerValue(new p.Variable(this.resultName,e)),this.andThen.transpile(t),t.dedent().append("})"),t.flush()}}var it=i(121);class st extends it.a{constructor(t,e,i,s){super(t,e,i),this.thenWith=s}locateSectionAtLine(t){return t===this.start.line?this:this.statements instanceof u?this.statements.locateSectionAtLine(t):null}canReturn(){return!1}isSimple(){return!1}check(t){return super.check(t),this.thenWith.check(t,this.type)}interpret(t){const e=super.interpret(t);return this.thenWith.interpret(t,e)}toDialect(t){super.toDialect(t),this.thenWith.toDialect(t,this.type)}declare(t){return super.declare(t),this.thenWith.declare(t,this.type)}transpile(t){return t.append("(function() {").indent(),this.transpileQuery(t),t.append("$DataStore.instance.fetchOneAsync(builder.build(), function(stored) {").indent(),this.transpileConvert(t,this.thenWith.name.name),(t=t.newChildTranspiler(t.context)).context.registerValue(new p.Variable(this.thenWith.name,this.type)),this.thenWith.statements.transpile(t),t.dedent().append("}.bind(this));").dedent().append("}).bind(this)()"),t.flush(),!1}}var rt=i(122);class nt extends rt.a{constructor(t,e,i,s,r,n,a){super(t,e,i,s,r,n),this.thenWith=a}locateSectionAtLine(t){return t===this.start.line?this:this.statements instanceof u?this.statements.locateSectionAtLine(t):null}canReturn(){return!1}isSimple(){return!1}check(t){return super.check(t),this.thenWith.check(t,new n.CursorType(this.type))}interpret(t){const e=super.interpret(t);return this.thenWith.interpret(t,e)}toDialect(t){super.toDialect(t),this.thenWith.toDialect(t,new n.CursorType(this.type))}declare(t){super.declare(t),this.thenWith.declare(t,new n.CursorType(this.type))}transpile(t){t.append("(function() {").indent(),this.transpileQuery(t);const e=!!this.type&&this.type.mutable;return t.append("$DataStore.instance.fetchManyAsync(builder.build(), ").append(e).append(", function(").append(this.thenWith.name.name).append(") {").indent(),(t=t.newChildTranspiler(t.context)).context.registerValue(new p.Variable(this.thenWith.name,new n.CursorType(this.type))),this.thenWith.statements.transpile(t),t.dedent().append("}.bind(this));").dedent().append("}).bind(this)()"),t.flush(),!1}}var at=i(123);class ot extends at.a{constructor(t,e){super(t),this.thenWith=e}locateSectionAtLine(t){return t===this.start.line?this:this.thenWith instanceof u?this.thenWith.locateSectionAtLine(t):null}canReturn(){return!1}isSimple(){return!1}check(t){return super.check(t),this.thenWith.check(t,n.TextType.instance)}interpret(t){const e=super.interpret(t);return this.thenWith.interpret(t,e)}toDialect(t){super.toDialect(t),this.thenWith.toDialect(t,n.TextType.instance)}declare(t){super.declare(t),this.thenWith.declare(t,n.TextType.instance)}transpile(t){return this.resource.transpile(t),t.append(".readFullyAsync("),this.thenWith.transpile(t,n.TextType.instance),t.append(");"),!1}}},function(t,e,i){"use strict";i.r(e),i.d(e,"importPathIfNode",(function(){return k})),i.d(e,"importFsIfNode",(function(){return U})),i.d(e,"equalObjects",(function(){return O.equalObjects})),i.d(e,"equalArrays",(function(){return O.equalArrays})),i.d(e,"arrayContains",(function(){return O.arrayContains})),i.d(e,"compareValues",(function(){return O.compareValues})),i.d(e,"isCharacterUpperCase",(function(){return O.isCharacterUpperCase})),i.d(e,"convertFromJavaScript",(function(){return N})),i.d(e,"inferExpressionsType",(function(){return S})),i.d(e,"getTypeName",(function(){return O.getTypeName})),i.d(e,"isABoolean",(function(){return O.isABoolean})),i.d(e,"isACharacter",(function(){return O.isACharacter})),i.d(e,"isADecimal",(function(){return O.isADecimal})),i.d(e,"isAnInteger",(function(){return O.isAnInteger})),i.d(e,"isANumber",(function(){return O.isANumber})),i.d(e,"isAText",(function(){return O.isAText})),i.d(e,"isAMethod",(function(){return O.isAMethod})),i.d(e,"isInstanceOf",(function(){return O.isInstanceOf})),i.d(e,"decimalToString",(function(){return O.decimalToString})),i.d(e,"removeAccents",(function(){return O.removeAccents})),i.d(e,"multiplyArray",(function(){return O.multiplyArray})),i.d(e,"convertToJson",(function(){return O.convertToJson})),i.d(e,"convertToJsonNode",(function(){return O.convertToJsonNode})),i.d(e,"stringToUtf8Buffer",(function(){return O.stringToUtf8Buffer})),i.d(e,"utf8BufferToString",(function(){return O.utf8BufferToString})),i.d(e,"getUtf8CharLength",(function(){return O.getUtf8CharLength})),i.d(e,"CodeWriter",(function(){return v})),i.d(e,"CmdLineParser",(function(){return L}));var s=i(0),r=i.n(s);function n(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}const a=["悋Ꜫ脳맭䅼㯧瞆","奤0\b\t\t","\t\t\t","\t\n","\f\v","",'"\n',"","-\n\r.\b","\t\v\r","\f\f$$^^\n$$))^^ddhhppttvv\b",'\v\f""$$//??4',"\t","\v\r","","#\t%\v","'\r,","$\n","","","","$","!^",'"\t25','29"2929','"29 "29!!',"!! ",'"#$?$\b',"%&/&\n","'(\"())*\b","*\f+-\n,+","-..,./","/","!.\b"].join(""),o=(new r.a.atn.ATNDeserializer).deserialize(a),h=o.decisionToState.map(((t,e)=>new r.a.dfa.DFA(t,e)));class l extends r.a.Lexer{constructor(t){super(t),this._interp=new r.a.atn.LexerATNSimulator(this,o,h,new r.a.PredictionContextCache)}get atn(){return o}}n(l,"grammarFileName","ArgsLexer.g4"),n(l,"channelNames",["DEFAULT_TOKEN_CHANNEL","HIDDEN"]),n(l,"modeNames",["DEFAULT_MODE"]),n(l,"literalNames",[null,null,"'='","'-'","' '"]),n(l,"symbolicNames",[null,"STRING","EQUALS","DASH","WS","ELEMENT"]),n(l,"ruleNames",["STRING","EscapeSequence","EQUALS","DASH","WS","ELEMENT"]),l.EOF=r.a.Token.EOF,l.STRING=1,l.EQUALS=2,l.DASH=3,l.WS=4,l.ELEMENT=5;class c extends r.a.tree.ParseTreeListener{enterParse(t){}exitParse(t){}enterEntry(t){}exitEntry(t){}enterKey(t){}exitKey(t){}enterELEMENT(t){}exitELEMENT(t){}enterSTRING(t){}exitSTRING(t){}}function u(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}const d=["悋Ꜫ脳맭䅼㯧瞆","奤\t\t","\t\t\f\n","\f\v","\n","\n","\b","\r","\b","\n\f\v\n\f","\r\v\r","\r","","","","\b","","","","\t\r"].join(""),p=(new r.a.atn.ATNDeserializer).deserialize(d),f=p.decisionToState.map(((t,e)=>new r.a.dfa.DFA(t,e))),_=new r.a.PredictionContextCache;class x extends r.a.Parser{constructor(t){super(t),this._interp=new r.a.atn.ParserATNSimulator(this,p,f,_),this.ruleNames=x.ruleNames,this.literalNames=x.literalNames,this.symbolicNames=x.symbolicNames}get atn(){return p}parse(){let t=new E(this,this._ctx,this.state);this.enterRule(t,0,x.RULE_parse);var e=0;try{for(this.enterOuterAlt(t,1),this.state=11,this._errHandler.sync(this),e=this._input.LA(1);e===x.DASH||e===x.ELEMENT;)this.state=8,t.e=this.entry(),this.state=13,this._errHandler.sync(this),e=this._input.LA(1)}catch(e){if(!(e instanceof r.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}entry(){let t=new m(this,this._ctx,this.state);this.enterRule(t,2,x.RULE_entry);try{this.enterOuterAlt(t,1),this.state=15,this._errHandler.sync(this),this._input.LA(1)===x.DASH&&(this.state=14,this.match(x.DASH)),this.state=17,t.k=this.key(),this.state=18,this.match(x.EQUALS),this.state=19,t.v=this.value()}catch(e){if(!(e instanceof r.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}key(){let t=new R(this,this._ctx,this.state);this.enterRule(t,4,x.RULE_key);try{this.enterOuterAlt(t,1),this.state=21,this.match(x.ELEMENT)}catch(e){if(!(e instanceof r.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}value(){let t=new T(this,this._ctx,this.state);this.enterRule(t,6,x.RULE_value);try{switch(this.state=25,this._errHandler.sync(this),this._input.LA(1)){case x.ELEMENT:t=new g(this,t),this.enterOuterAlt(t,1),this.state=23,this.match(x.ELEMENT);break;case x.STRING:t=new y(this,t),this.enterOuterAlt(t,2),this.state=24,this.match(x.STRING);break;default:throw new r.a.error.NoViableAltException(this)}}catch(e){if(!(e instanceof r.a.error.RecognitionException))throw e;t.exception=e,this._errHandler.reportError(this,e),this._errHandler.recover(this,e)}finally{this.exitRule()}return t}}u(x,"grammarFileName","ArgsParser.g4"),u(x,"literalNames",[null,null,"'='","'-'","' '"]),u(x,"symbolicNames",[null,"STRING","EQUALS","DASH","WS","ELEMENT"]),u(x,"ruleNames",["parse","entry","key","value"]),x.EOF=r.a.Token.EOF,x.STRING=1,x.EQUALS=2,x.DASH=3,x.WS=4,x.ELEMENT=5,x.RULE_parse=0,x.RULE_entry=1,x.RULE_key=2,x.RULE_value=3;class E extends r.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),u(this,"entry",(function(t){return void 0===t&&(t=null),null===t?this.getTypedRuleContexts(m):this.getTypedRuleContext(m,t)})),this.parser=t,this.ruleIndex=x.RULE_parse,this.e=null}enterRule(t){t instanceof c&&t.enterParse(this)}exitRule(t){t instanceof c&&t.exitParse(this)}}class m extends r.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_entry,this.k=null,this.v=null}EQUALS(){return this.getToken(x.EQUALS,0)}key(){return this.getTypedRuleContext(R,0)}value(){return this.getTypedRuleContext(T,0)}DASH(){return this.getToken(x.DASH,0)}enterRule(t){t instanceof c&&t.enterEntry(this)}exitRule(t){t instanceof c&&t.exitEntry(this)}}class R extends r.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_key}ELEMENT(){return this.getToken(x.ELEMENT,0)}enterRule(t){t instanceof c&&t.enterKey(this)}exitRule(t){t instanceof c&&t.exitKey(this)}}class T extends r.a.ParserRuleContext{constructor(t,e,i){void 0===e&&(e=null),null==i&&(i=-1),super(e,i),this.parser=t,this.ruleIndex=x.RULE_value}copyFrom(t){super.copyFrom(t)}}class g extends T{constructor(t,e){super(t),super.copyFrom(e)}ELEMENT(){return this.getToken(x.ELEMENT,0)}enterRule(t){t instanceof c&&t.enterELEMENT(this)}exitRule(t){t instanceof c&&t.exitELEMENT(this)}}x.ELEMENTContext=g;class y extends T{constructor(t,e){super(t),super.copyFrom(e)}STRING(){return this.getToken(x.STRING,0)}enterRule(t){t instanceof c&&t.enterSTRING(this)}exitRule(t){t instanceof c&&t.exitSTRING(this)}}x.STRINGContext=y,x.ParseContext=E,x.EntryContext=m,x.KeyContext=R,x.ValueContext=T;class A extends c{constructor(){super(),this.args={},this.values={}}getCmdLineArgs(){return this.args}exitEntry(t){const e=this.values[t.k],i=this.values[t.v];this.args[e]=i}exitKey(t){this.values[t]=t.getText()}exitSTRING(t){const e=t.getText();this.values[t]=e.substring(1,e.length-1)}exitELEMENT(t){this.values[t]=t.getText()}}class L{static parse(t){null===t&&(t="");const e=new r.a.InputStream(t),i=new l(e),s=new r.a.CommonTokenStream(i),n=new x(s).parse(),a=new A;return(new r.a.tree.ParseTreeWalker).walk(a,n),a.getCmdLineArgs()}}var I=i(6);class C{constructor(){this.value="",this.indents="",this.isStartOfLine=!0}appendTabsIfRequired(t){this.isStartOfLine&&(this.value+=this.indents),this.isStartOfLine="\n"==t.charAt(t.length-1)}append(t){this.value+=t}trimLast(t){this.value=this.value.substring(0,this.value.length-t)}indent(){this.indents+="\t"}dedent(){if(0==this.indents.length)throw new Error("Illegal dedent!");this.indents=this.indents.slice(1)}}class v{constructor(t,e,i){this.dialect=t,this.context=e||I.Context.newGlobalsContext(),this.indenter=i||new C}isGlobalContext(){return this.context.isGlobalContext()}appendRaw(t){return this.indenter.append(t),this}append(t){return"string"!=typeof t&&console.error(t),this.indenter.appendTabsIfRequired(t),this.indenter.append(t),this}trimLast(t){return this.indenter.trimLast(t),this}indent(){return this.indenter.indent(),this}dedent(){return this.indenter.dedent(),this}newLine(){return this.append("\n"),this}toString(){return this.indenter.value}newLocalWriter(){return new v(this.dialect,this.context.newLocalContext(),this.indenter)}newChildWriter(t){return t=t||this.context.newChildContext(),new v(this.dialect,t,this.indenter)}newInstanceWriter(t){return new v(this.dialect,this.context.newInstanceContext(null,t),this.indenter)}newDocumentWriter(){return new v(this.dialect,this.context.newDocumentContext(null,!1),this.indenter)}newMemberWriter(){return new v(this.dialect,this.context.newChildContext(),this.indenter)}toDialect(t){this.dialect.toDialect(this,t)}}var b=i(4),w=i(1);function N(t){if(null==t)return b.NullValue.instance;if("string"==typeof t)return new b.TextValue(t);if("number"==typeof t)return Number.isInteger(t)?new b.IntegerValue(t):new b.DecimalValue(t);throw"Not implemented yet in convertFromJavaScript:"+typeof t}function S(t,e){if(0==e.length)return w.MissingType.instance;const i=new w.TypeMap;return e.forEach((e=>i.add(e.check(t)))),i.inferType(t,e[0])}var O=i(22);let D=null,M=null;"undefined"==typeof window&&"undefined"==typeof importScripts&&(Promise.resolve().then((function(){if(!i.m[273]){var t=new Error("Module '273' is not available (weak dependency)");throw t.code="MODULE_NOT_FOUND",t}return i.t(273,7)})).then((t=>D=t)),Promise.resolve().then((function(){if(!i.m[93]){var t=new Error("Module '93' is not available (weak dependency)");throw t.code="MODULE_NOT_FOUND",t}return i.t(93,7)})).then((t=>M=t)));const k=function(){return D},U=function(){return M}},function(t,e,i){"use strict";i.r(e),i.d(e,"Parameter",(function(){return a})),i.d(e,"AttributeParameter",(function(){return h})),i.d(e,"CategoryParameter",(function(){return u})),i.d(e,"ExtendedParameter",(function(){return f})),i.d(e,"CodeParameter",(function(){return _})),i.d(e,"MethodParameter",(function(){return x})),i.d(e,"UnresolvedParameter",(function(){return E.default})),i.d(e,"ParameterList",(function(){return R}));var s=i(66),r=i(4),n=i(1);class a extends s.a{constructor(t){super(),this.id=t,this.mutable=!1,this.defaultExpression=null}get name(){return this.id.name}setMutable(t){this.mutable=t}checkValue(t,e){const i=e.interpret(t);return i instanceof r.IntegerValue&&this.getType(t)==n.DecimalType.instance?new r.DecimalValue(i.DecimalValue()):i instanceof r.DecimalValue&&this.getType(t)==n.IntegerType.instance?new r.IntegerValue(i.IntegerValue()):i}toDialect(t){this.mutable&&t.append("mutable "),t.toDialect(this),null!=this.defaultExpression&&(t.append(" = "),this.defaultExpression.toDialect(t))}transpile(t,e){t.append(this.name)}transpileCall(t,e){const i=e.check(t.context);this.type===n.IntegerType.instance&&i===n.DecimalType.instance?(t.append("Math.round("),e.transpile(t),t.append(")")):e.transpile(t)}}var o=i(3);class h extends a{constructor(t){super(t)}toString(){return this.id.name}getProto(){return this.id.name}getSignature(t){return this.id.name}getTranspiledName(t){return this.id.name}register(t){if(t.registerValue(this,!0),null!=this.defaultExpression)try{t.setValue(this.id,this.defaultExpression.interpret(t))}catch(t){throw new o.SyntaxError("Unable to register default value: "+this.defaultExpression.toString()+" for argument: "+this.name)}}check(t){const e=t.getRegisteredDeclaration(this.id);return null==e&&t.problemListener.reportUnknownAttribute(this,this.name),e?e.getType(t):null}getType(t){return t.getRegisteredDeclaration(this.id).getType(t)}checkValue(t,e){return t.getRegisteredDeclaration(this.id).checkValue(t,e)}declare(t){t.context.getRegisteredDeclaration(this.id).declare(t)}transpileCall(t,e){t.context.getRegisteredDeclaration(this.id).constraint?(t.append("$check_").append(this.name).append("("),super.transpileCall(t,e),t.append(")")):super.transpileCall(t,e)}equals(t){return t===this||t instanceof h&&this.name===t.name}}var l=i(12),c=i(5);class u extends a{constructor(t,e,i){super(e),this.type=t,this.resolved=null,this.defaultExpression=i||null}setMutable(t){this.type.mutable=t,this.mutable=t}getProto(){return this.type.name}getSignature(t){return this.type.name+" "+this.id.name}getTranspiledName(t){return this.type.getTranspiledName(t)}equals(t){return t===this||t instanceof u&&Object(l.equalObjects)(this.type,t.type)}checkValue(t,e){return e instanceof r.ContextualExpression&&e.expression instanceof c.ArrowExpression?this.checkArrowValue(t,e):this.checkSimpleValue(t,e)}checkArrowValue(t,e){const i=this.getAbstractMethodDeclaration(t);return new r.ArrowValue(i,e.calling,e.expression)}getAbstractMethodDeclaration(t){const e=t.getRegisteredDeclaration(this.type.id);return null!==e&&e.getAll().filter((t=>t.isAbstract()))[0]||null}checkSimpleValue(t,e){return this.resolve(t),this.resolved instanceof n.MethodType?e.interpretReference(t):super.checkValue(t,e)}transpileCall(t,e){this.resolve(t.context),this.transpileArrowExpressionCall(t,e)||super.transpileCall(t,e)}transpileArrowExpressionCall(t,e){return this.resolved instanceof n.MethodType&&(e instanceof r.ContextualExpression&&(e=e.expression),e instanceof c.ArrowExpression?this.resolved.transpileArrowExpression(t,e):e.transpileReference(t,this.resolved),!0)}register(t){if(t.contextForValue(this.id)===t)throw new o.SyntaxError('Duplicate argument: "'+this.name+'"');if(this.resolve(t),this.resolved===this.type)t.registerValue(this);else{const e=new u(this.resolved,this.id);e.setMutable(this.mutable),t.registerValue(e)}null!=this.defaultExpression&&t.setValue(this.id,this.defaultExpression.interpret(t))}check(t){return this.resolve(t),this.resolved?this.resolved.checkExists(t):t.problemListener.reportUnknownCategory(this.type.id,this.type.name),this.type}resolve(t){null==this.resolved&&(this.resolved=this.type.resolve(t,null))}declare(t){this.resolve(t.context),this.resolved instanceof n.MethodType?this.resolved.declare(t):this.type.declare(t)}getType(t){return t?(this.resolve(t),this.resolved):this.type}toEDialect(t){const e="any"===this.type.name;this.type.toDialect(t,!0),e&&(t.append(" "),t.append(this.name)),e||(t.append(" "),t.append(this.name))}toODialect(t){this.type.toDialect(t,!0),t.append(" "),t.append(this.name)}toMDialect(t){t.append(this.name),t.append(":"),this.type.toDialect(t,!0)}}var d=i(10),p=i(2);class f extends u{constructor(t,e,i){super(t,e),this.attributes=i}getProto(){return this.type.name+"("+this.attributes.toString()+")"}equals(t){return t===this||null!=t&&(t instanceof f&&(Object(l.equalObjects)(this.type,t.type)&&this.name===t.name&&Object(l.equalArrays)(this.attributes,t.attributes)))}register(t){if(null!==t.getRegisteredValue(this.id))throw new o.SyntaxError('Duplicate argument: "'+this.id.name+'"');const e=new d.ConcreteCategoryDeclaration(this.id,this.attributes,new p.IdentifierList(this.type.id),null);t.registerDeclaration(e),t.registerValue(this),null!=this.defaultExpression&&t.setValue(this.id,this.defaultExpression.interpret(t))}check(t){this.type.checkExists(t),null!==this.attributes&&this.attributes.forEach((e=>{if(!(t.getRegisteredDeclaration(e)instanceof d.AttributeDeclaration)&&"text"!==e.name)throw new o.SyntaxError('Unknown attribute: "'+e+'"')}))}getType(t){const e=t.getRegisteredDeclaration(this.id);return e?e.getType(t):this.type}toEDialect(t){switch(this.type.toDialect(t),t.append(" "),t.append(this.name),this.attributes.length){case 0:break;case 1:t.append(" with attribute "),this.attributes.toDialect(t,!1);break;default:t.append(" with attributes "),this.attributes.toDialect(t,!0)}}toODialect(t){this.type.toDialect(t),t.append("("),this.attributes.toDialect(t,!1),t.append(")"),t.append(" "),t.append(this.name)}toMDialect(t){t.append(this.name),t.append(":"),this.type.toDialect(t),t.append("("),this.attributes.toDialect(t,!1),t.append(")")}}class _ extends a{constructor(t){super(t)}getProto(){return n.CodeType.instance.name}register(t){if(null!=t.getRegisteredValue(this.name))throw new o.SyntaxError('Duplicate argument: "'+this.name+'"');t.registerValue(this)}check(t){}declare(t){}getType(t){return n.CodeType.instance}toDialect(t){t.append(n.CodeType.instance.name),t.append(" "),t.append(this.name)}}class x extends a{constructor(t){super(t)}getSignature(t){return this.name}toString(){return this.name}getProto(){return this.name}register(t){if(null!=t.getRegisteredValue(this.name))throw new o.SyntaxError('Duplicate argument: "'+this.name+'"');t.registerValue(this)}check(t){if(null==t.getRegisteredDeclaration(this.name))throw new o.SyntaxError('Unknown method: "'+this.name+'"')}checkValue(t,e){return e instanceof r.ContextualExpression&&e.expression instanceof c.ArrowExpression?this.checkArrowValue(t,e):super.checkValue(t,e)}checkArrowValue(t,e){return new r.ArrowValue(this.getDeclaration(t),e.calling,e.expression)}getType(t){const e=this.getDeclaration(t);return new n.MethodType(e)}getDeclaration(t){const e=t.getRegisteredDeclaration(this.name);return e?e.getFirst():null}declare(t){}getTranspiledName(t){return this.getDeclaration(t).getTranspiledName(t)}transpileCall(t,e){this.transpileArrowExpressionCall(t,e)||e.transpile(t)}transpileArrowExpressionCall(t,e){if(!(e instanceof r.ContextualExpression&&e.expression instanceof c.ArrowExpression))return!1;return this.getType(t.context).transpileArrowExpression(t,e.expression),!0}equals(t){return t===this||t instanceof x&&this.name===t.name}}var E=i(143),m=i(28);class R extends m.a{constructor(){super();for(let t=0;t{e.register(t)}))}check(t){this.forEach((e=>{e.check(t)}))}declare(t){this.forEach((e=>{e.declare(t)}))}find(t){return this.filter((e=>t===e.name))[0]||null}toDialect(t){0!=this.length&&t.toDialect(this)}toEDialect(t){t.append("receiving ");for(let e=0;e1&&(t.trimLast(2),t.append(" and ")),this[this.length-1].toDialect(t),t.append(" ")}toODialect(t){this.length>0&&(this.forEach((e=>{e.toDialect(t),t.append(", ")})),t.trimLast(2))}toMDialect(t){this.toODialect(t)}transpile(t){const e=this.filter((t=>!(t instanceof _)));e.length>0&&(e.forEach((e=>{e.transpile(t),t.append(", ")})),t.trimLast(2))}}},function(t,e,i){"use strict";i.d(e,"a",(function(){return r}));var s=i(25);class r extends s.a{toDialect(t){t.toDialect(this)}parentToDialect(t){this.toDialect(t)}check(t){throw new Error("check not implemented by "+this.constructor.name)}checkReference(t){return this.check(t)}checkAttribute(t){t.problemListener.reportMissingAttribute(this,this.toString())}interpret(t){throw new Error("interpret not implemented by "+this.constructor.name)}interpretReference(t){return this.interpret(t)}declare(t){throw new Error("declare not implemented by "+this.constructor.name)}transpile(t){throw new Error("transpile not implemented by "+this.constructor.name)}transpileReference(t,e){this.transpile(t)}declareParent(t){this.declare(t)}transpileParent(t){this.transpile(t)}}},function(t,e,i){"use strict";i.r(e),i.d(e,"Store",(function(){return s.a})),i.d(e,"$DataStore",(function(){return r.a})),i.d(e,"MatchOp",(function(){return n})),i.d(e,"TypeFamily",(function(){return a})),i.d(e,"AttributeInfo",(function(){return o}));var s=i(119),r=i(120);class n{constructor(t){this.name=t}toString(){return this.name}toTranspiled(){return"new MatchOp('"+this.name+"')"}}n.EQUALS=new n("EQUALS"),n.ROUGHLY=new n("ROUGHLY"),n.CONTAINS=new n("CONTAINS"),n.HAS=new n("HAS"),n.IN=new n("IN"),n.CONTAINED=new n("CONTAINED"),n.GREATER=new n("GREATER"),n.LESSER=new n("LESSER");class a{constructor(t){this.name=t}toTranspiled(){return"new TypeFamily('"+this.name+"')"}}a.BOOLEAN=new a("BOOLEAN"),a.CHARACTER=new a("CHARACTER"),a.INTEGER=new a("INTEGER"),a.DECIMAL=new a("DECIMAL"),a.TEXT=new a("TEXT"),a.UUID=new a("UUID"),a.DATE=new a("DATE"),a.TIME=new a("TIME"),a.DATETIME=new a("DATETIME"),a.PERIOD=new a("PERIOD"),a.LIST=new a("LIST"),a.SET=new a("SET"),a.TUPLE=new a("TUPLE"),a.RANGE=new a("RANGE"),a.BLOB=new a("BLOB"),a.IMAGE=new a("IMAGE"),a.DOCUMENT=new a("DOCUMENT"),a.CATEGORY=new a("CATEGORY"),a.RESOURCE=new a("RESOURCE"),a.DICTIONARY=new a("DICTIONARY"),a.ENUMERATED=new a("ENUMERATED"),a.VOID=new a("VOID"),a.NULL=new a("NULL"),a.ANY=new a("ANY"),a.METHOD=new a("METHOD"),a.CURSOR=new a("CURSOR"),a.ITERATOR=new a("ITERATOR"),a.CLASS=new a("CLASS"),a.TYPE=new a("TYPE"),a.CODE=new a("CODE"),a.JSX=new a("JSX"),a.CSS=new a("CSS"),a.HTML=new a("HTML"),a.MISSING=new a("MISSING");class o{constructor(t,e,i,s){this.name=t,this.family=e,this.collection=i,this.key=null!=s&&s.indexOf("key")>=0,this.value=null!=s&&s.indexOf("value")>=0,this.words=null!=s&&s.indexOf("words")>=0}toTranspiled(){return"new AttributeInfo('"+this.name+"', TypeFamily."+this.family.name+", "+this.collection+", null)"}}},function(t,e,i){"use strict";i.d(e,"a",(function(){return a}));var s=i(4),r=i(3);let n=0;class a{constructor(t){this.id=++n,this.type=t,this.mutable=!1}collectStorables(t){}convertToJavaScript(){throw new r.SyntaxError("convertToJavaScript not implemented by "+this.constructor.name)}And(t,e){throw new r.SyntaxError("Logical and not supported by "+this.constructor.name)}Or(t,e){throw new r.SyntaxError("Logical or not supported by "+this.constructor.name)}Not(t){throw new r.SyntaxError("Logical negation not supported by "+this.constructor.name)}Add(t,e){throw new r.SyntaxError("Add not supported by "+this.constructor.name)}transpile(t){throw new Error("Transpile not implemented by "+this.constructor.name)}Subtract(t,e){throw new r.SyntaxError("Subtract not supported by "+this.constructor.name)}Multiply(t,e){throw new r.SyntaxError("Multiply not supported by "+this.constructor.name)}Divide(t,e){throw new r.SyntaxError("Divide not supported by "+this.constructor.name)}IntDivide(t,e){throw new r.SyntaxError("Integer divide not supported by "+this.constructor.name)}Modulo(t,e){throw new r.SyntaxError("Modulo not supported by "+this.constructor.name)}Minus(t){throw new r.SyntaxError("Minus not supported by "+this.constructor.name)}compareToValue(t,e){throw new r.SyntaxError("Compare not supported by "+this.constructor.name)}getMemberValue(t,e){if("text"===e.name)return new s.TextValue(this.toString());if("json"===e.name){const t=this.toJsonNode();return new s.TextValue(JSON.stringify(t))}throw new r.SyntaxError("No member support for "+e.name+" in "+this.constructor.name)}toJsonNode(){throw new r.SyntaxError("toJsonNode not supported by "+this.constructor.name)}ConvertTo(t){return this}Roughly(t,e){return this.equals(e)}Contains(t,e){throw new r.SyntaxError("Contains not supported by "+this.constructor.name)}toDocumentValue(t){return this}}},function(t,e,i){"use strict";i.d(e,"n",(function(){return o})),i.d(e,"k",(function(){return c})),i.d(e,"g",(function(){return d})),i.d(e,"e",(function(){return p.a})),i.d(e,"a",(function(){return _})),i.d(e,"b",(function(){return x})),i.d(e,"o",(function(){return E})),i.d(e,"f",(function(){return m})),i.d(e,"c",(function(){return R})),i.d(e,"d",(function(){return g})),i.d(e,"i",(function(){return y.a})),i.d(e,"h",(function(){return A})),i.d(e,"m",(function(){return I})),i.d(e,"p",(function(){return v})),i.d(e,"l",(function(){return b.a})),i.d(e,"q",(function(){return w.a})),i.d(e,"j",(function(){return N.a}));var s=i(1),r=i(2),n=i(12),a=i(15);class o{constructor(t,e){this.expression=t,this.isReturn=e||!1,this.module=null}toString(){return(this.isReturn?"return ":"")+this.expression.toString()+";"}check(t){return this.isReturn?s.AnyType.instance:s.VoidType.instance}interpret(t,e){let i=this.expression.interpret(t,this.module);if(!this.isReturn)return null;if(null!==i){const s=new r.Identifier(Object(n.getTypeName)(i));i=new w.a(s).convertJavaScriptValueToPromptoValue(t,i,e)}return i}toDialect(t){this.isReturn&&t.append("return "),this.expression.toDialect(t),t.append(";"),null!=this.module&&this.module.toDialect(t)}declare(t){const e=this.expression.toString();e.startsWith("$context")?t.declare(new h):e.startsWith("$store")&&t.require(a.$DataStore)}transpile(t){if(null!=this.module){const e=this.expression.getRoot();this.module.transpile(t,e)}if(this.isReturn&&t.append("return "),!this.expression.transpile)throw new Error(this.expression.toString());this.expression.transpile(t)}}class h{transpile(t){t.append("var $context = context;").newLine()}}var l=i(54);class c extends l.a{constructor(t,e){super(),this.statement=t}toString(){return this.statement.toString()}check(t){return this.statement.check(t)}interpret(t,e){return this.statement.interpret(t,e)}toDialect(t){t.append("JavaScript: "),this.statement.toDialect(t)}transpile(t){this.statement.transpile(t)}declare(t){this.statement.declare(t)}}var u=i(89);class d extends u.a{constructor(t){super(),this.item=t||null}toString(){return this.parent.toString()+"["+this.item.toString()+"]"}interpret(t){const e=this.parent.interpret(t);return null!=e?this.interpret_item(t,e):null}transpile(t){this.parent.transpile(t),t.append("["),this.item.transpile(t),t.append("]")}getRoot(){return this.parent.getRoot()}toDialect(t){this.parent.toDialect(t),t.append("["),this.item.toDialect(t),t.append("]")}interpret_item(t,e){return e[this.item.interpret(t)]}}var p=i(208),f=i(56);class _ extends f.a{constructor(t){super(t)}check(t){return s.BooleanType.instance}}class x extends f.a{constructor(t){super(t)}check(t){return s.CharacterType.instance}}class E extends f.a{constructor(t){super(t)}check(t){return s.TextType.instance}}class m extends f.a{constructor(t){super(t)}check(t){return s.IntegerType.instance}toString(){return this.value.toString()}}class R extends f.a{constructor(t){super(t)}check(t){return s.DecimalType.instance}toString(){return this.value.toString()}}var T=i(28);class g extends T.a{constructor(t){super(null,t)}toDialect(t){this.length>0&&(this.forEach((e=>{e.toDialect(t),t.append(", ")})),t.trimLast(2))}transpile(t){this.length>0&&(this.forEach((e=>{e.transpile(t),t.append(", ")})),t.trimLast(2))}computeArguments(t){return this.map((function(e){return this.computeArgument(e,t)}),this)}computeArgument(t,e){for(;t&&t.interpret&&!t.convertToJavaScript;)t=t.interpret(e);return t&&t.convertToJavaScript?t.convertToJavaScript():t}}var y=i(209);class A extends u.a{constructor(t){super(),this.id=t}toString(){return this.parent.toString()+"."+this.id.name}interpret(t){const e=this.parent.interpret(t);return null!=e?this.interpret_field(e):null}transpile(t){null!==this.parent&&(this.parent.transpile(t),t.append(".")),t.append(this.id.name)}getRoot(){return null!=this.parent?this.parent.getRoot():this.id.name}toDialect(t){null!==this.parent&&(this.parent.toDialect(t),t.append(".")),t.append(this.id.name)}interpret_field(t){return t[this.id.name]}}var L=i(67);class I extends L.a{constructor(t){super(),this.method=t}toString(){return"new "+this.method.toString()}interpret(t,e){return this.method.interpretNew(t,e)}transpile(t){t.append("new "),this.method.transpile(t)}toDialect(t){t.append("new "),this.method.toDialect(t)}}var C=i(5);class v extends L.a{constructor(){super(),this.expression=new C.ThisExpression}interpret(t){return this.expression.interpret(t)}toDialect(t){return t.append("this")}transpile(t){t.append("this")}toString(){return"this"}}var b=i(211),w=i(88),N=i(212)},function(t,e,i){"use strict";i.r(e),i.d(e,"JavaStatement",(function(){return s})),i.d(e,"JavaNativeCall",(function(){return n})),i.d(e,"JavaItemExpression",(function(){return h})),i.d(e,"JavaIdentifierExpression",(function(){return l})),i.d(e,"JavaBooleanLiteral",(function(){return u})),i.d(e,"JavaCharacterLiteral",(function(){return d})),i.d(e,"JavaTextLiteral",(function(){return p})),i.d(e,"JavaIntegerLiteral",(function(){return f})),i.d(e,"JavaDecimalLiteral",(function(){return _})),i.d(e,"JavaExpressionList",(function(){return E})),i.d(e,"JavaThisExpression",(function(){return m})),i.d(e,"JavaMethodExpression",(function(){return R})),i.d(e,"JavaNativeCategoryBinding",(function(){return g}));class s{constructor(t,e){this.expression=t,this.isReturn=e||!1}toString(){return(this.isReturn?"return ":"")+this.expression.toString()+";"}toDialect(t){this.isReturn&&t.append("return "),this.expression.toDialect(t),t.append(";")}}var r=i(54);class n extends r.a{constructor(t){super(),this.statement=t}toDialect(t){t.append("Java: "),this.statement.toDialect(t)}}class a{}class o extends a{constructor(t){super(),this.parent=t||null}}class h extends o{constructor(t){super(),this.item=t||null}toString(){return this.parent.toString()+"["+this.item.toString()+"]"}}class l extends a{constructor(t,e,i){super(),this.parent=t||null,this.identifier=e||null,this.isChildClass=i||!1}parse(t){let e=null;return t.split("\\.").forEach((t=>{e=new l(e,t)})),e}toString(){return null==this.parent?this.identifier:this.parent.toString()+(this.isChildClass?"$":".")+this.identifier}toDialect(t){null!=this.parent&&(this.parent.toDialect(t),t.append(this.isChildClass?"$":".")),t.append(this.identifier)}}class c{constructor(t){this.text=t}toString(){return this.text}toDialect(t){t.append(this.text)}}class u extends c{constructor(t){super(t)}}class d extends c{constructor(t){super(t)}}class p extends c{constructor(t){super(t)}}class f extends c{constructor(t){super(t)}}class _ extends c{constructor(t){super(t)}}var x=i(28);class E extends x.a{constructor(t){super(),null!==(t=t||null)&&this.add(t)}toDialect(t){this.length>0&&(this.forEach((e=>{e.toDialect(t),t.append(", ")})),t.trimLast(2))}}class m extends a{constructor(){super()}toString(){return"this"}toDialect(t){t.append("this")}}class R extends o{constructor(t,e){super(),this.name=t,this.args=e||new E}toString(){return this.parent.toString()+"."+this.name+"("+this.args.toString()+")"}toDialect(t){this.parent.toDialect(t),t.append("."),t.append(this.name),t.append("("),this.args.toDialect(t),t.append(")")}}var T=i(68);class g extends T.a{constructor(t){super(),this.expression=t}toDialect(t){t.append("Java: "),this.expression.toDialect(t)}}},function(t,e){"function"==typeof Object.create?t.exports=function(t,e){e&&(t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}))}:t.exports=function(t,e){if(e){t.super_=e;var i=function(){};i.prototype=e.prototype,t.prototype=new i,t.prototype.constructor=t}}},function(t,e,i){"use strict";i.r(e),i.d(e,"CSharpStatement",(function(){return s})),i.d(e,"CSharpNativeCall",(function(){return n})),i.d(e,"CSharpBooleanLiteral",(function(){return o})),i.d(e,"CSharpIntegerLiteral",(function(){return h})),i.d(e,"CSharpDecimalLiteral",(function(){return l})),i.d(e,"CSharpCharacterLiteral",(function(){return c})),i.d(e,"CSharpTextLiteral",(function(){return u})),i.d(e,"CSharpMethodExpression",(function(){return f})),i.d(e,"CSharpSelectorExpression",(function(){return p})),i.d(e,"CSharpExpressionList",(function(){return x})),i.d(e,"CSharpThisExpression",(function(){return E})),i.d(e,"CSharpIdentifierExpression",(function(){return m})),i.d(e,"CSharpNativeCategoryBinding",(function(){return T}));class s{constructor(t,e){this.expression=t,this.isReturn=e}toString(){return(this.isReturn?"return ":"")+this.expression.toString()+";"}toDialect(t){this.isReturn&&t.append("return "),this.expression.toDialect(t),t.append(";")}}var r=i(54);class n extends r.a{constructor(t){super(),this.statement=t}toDialect(t){t.append("C#: "),this.statement.toDialect(t)}}class a{constructor(t){this.text=t}toDialect(t){return t.append(this.text)}}class o extends a{constructor(t){super(t)}}class h extends a{constructor(t){super(t)}}class l extends a{constructor(t){super(t)}}class c extends a{constructor(t){super(t)}}class u extends a{constructor(t){super(t)}}class d{}class p extends d{constructor(t){super(),this.parent=t||null}}class f extends p{constructor(t,e){super(),this.name=t,this.args=e||new x}toString(){return this.parent.toString()+"."+this.name+"("+this.args.toString()+")"}toDialect(t){this.parent.toDialect(t),t.append("."),t.append(this.name),t.append("("),this.args.toDialect(t),t.append(")")}}var _=i(28);class x extends _.a{constructor(t){super(),null!==(t=t||null)&&this.add(t)}toDialect(t){this.length>0&&(this.forEach((e=>{e.toDialect(t),t.append(", ")})),t.trimLast(2))}}class E extends d{constructor(){super()}toDialect(t){return t.append("this")}toString(){return"this"}}class m extends d{constructor(t,e){super(),this.parent=t,this.identifier=e}toString(){return null===this.parent?this.identifier:this.parent.toString()+"."+this.identifier}static parse(t){let e=null;return t.split("\\.").forEach((t=>{e=new m(e,t)}),this),e}toDialect(t){null!=this.parent&&(this.parent.toDialect(t),t.append(".")),t.append(this.identifier)}}var R=i(68);class T extends R.a{constructor(t){super(),this.expression=t}toDialect(t){t.append("C#: "),this.expression.toDialect(t)}}},function(t,e,i){"use strict";i.d(e,"a",(function(){return o}));var s=i(41),r=i(5);let n=null;Promise.resolve().then(i.bind(null,146)).then((t=>n=t.default));let a=null;Promise.resolve().then(i.bind(null,145)).then((t=>a=t.default));class o extends s.a{constructor(t){super(t)}getSortedComparator(t,e,i){return null==e?this.getNativeSortedComparator(i):this.getExpressionSortedComparator(t,e,i)}getExpressionSortedComparator(t,e,i){if(e instanceof r.ArrowExpression)return e.getSortedComparator(t,this,i);throw new Error("Not supported!")}getNativeSortedComparator(t){return t?(t,e)=>(t=t.value)<(e=e.value)?1:t===e?0:-1:(t,e)=>(t=t.value)>(e=e.value)?1:t===e?0:-1}checkUnique(t){}checkExists(t){}isMoreSpecificThan(t,e){return e===n.instance||e===a.instance}equals(t){return t===this}declareSorted(t,e){}transpileSortedComparator(t,e,i){if(e instanceof r.ArrowExpression)return e.transpileSortedComparator(t,this,i);i&&t.append("function(o1, o2) { return o1 === o2 ? 0 : o1 > o2 ? -1 : 1; }")}}},function(t,e,i){"use strict";function s(t,e){return!!Object.is(t,e)||!!t.equals&&t.equals(e)}function r(t,e){if((t=t||null)===(e=e||null))return!0;if(null===t||null===e)return!1;if(t.length!==e.length)return!1;for(let i=0;it.charCodeAt(0))).map(h).reduce(((t,e)=>t+e),0)}function h(t){return t<128?1:t<2048?2:t<65536?3:t<2097152?4:t<67108864?5:6}function l(t){const e=t.split("").map((t=>t.charCodeAt(0))),i=e.map(h).reduce(((t,e)=>t+e),0),s=new ArrayBuffer(i),r=new Uint8Array(s);let n=0;return e.forEach((t=>{t<128?r[n++]=t:t<2048?(r[n++]=192+(t>>>6),r[n++]=128+(63&t)):t<65536?(r[n++]=224+(t>>>12),r[n++]=128+(t>>>6&63),r[n++]=128+(63&t)):t<2097152?(r[n++]=240+(t>>>18),r[n++]=128+(t>>>12&63),r[n++]=128+(t>>>6&63),r[n++]=128+(63&t)):t<67108864?(r[n++]=248+(t>>>24),r[n++]=128+(t>>>18&63),r[n++]=128+(t>>>12&63),r[n++]=128+(t>>>6&63),r[n++]=128+(63&t)):(r[n++]=252+t/1073741824,r[n++]=128+(t>>>24&63),r[n++]=128+(t>>>18&63),r[n++]=128+(t>>>12&63),r[n++]=128+(t>>>6&63),r[n++]=128+(63&t))})),s}function c(t){(t instanceof ArrayBuffer||Object.getPrototypeOf(t).constructor.name===ArrayBuffer.name)&&(t=new Uint8Array(t));const e=[];let i=0;for(;i251&&s<254&&i+5247&&s<252&&i+4239&&s<248&&i+3223&&s<240&&i+2191&&s<224&&i+1=0;)i=i.concat(t);return i}function d(t){const e=t.toString();let i=e.indexOf(".");return i>=0?(i=e.indexOf("000000",i),i<0?e:e.substr(0,i)):e+".0"}function p(t){return"boolean"==typeof t}function f(t){return"number"==typeof t&&Number.isInteger(t)}function _(t){return"number"==typeof t&&!Number.isInteger(t)}function x(t){return"number"==typeof t}function E(t){return"string"==typeof t||t instanceof String}function m(t){return E(t)&&1===t.length}function R(t,e,i){if("function"!=typeof t)return!1;return e.length===function(t){let e=t.toString();e=e.replace(/\/\*[\s\S]*?\*\//g,"").replace(/\/\/(.)*/g,"").replace(/{[\s\S]*}/,"").replace(/=>/g,"").trim();const i=e.indexOf("("),s=e.indexOf(")",i+1);e=e.substring(i+1,s);let r=e.split(",");return r=r.filter((t=>t.trim().length>0)),r.length}(t)}function T(t){if("object"!=typeof t)return!1;var e=Object.getPrototypeOf(t);return e&&e.constructor&&e.constructor.symbolOf&&e.constructor.symbols}function g(t,e){return t instanceof e||t instanceof $Root&&t.$categories.indexOf(e)>=0}function y(t){return!!/[A-Z]/.exec(t[0])}function A(t,e){if(null==t&&null==e)return 0;if(null==t)return-1;if(null==e)return 1;if(t.compareTo)return t.compareTo(e);if(e.compareTo)return-e.compareTo(t);{const i=t.toString(),s=e.toString();return i>s?1:i===s?0:-1}}function L(t){if(null===t)return"null";const e=typeof t;switch(e){case"function":if(t.name)return t.name;case"object":if(t.constructor){if(t.constructor.name)return t.constructor.name;{const e=t.constructor.toString().match(/^function (.+)\(.*$/);if(e)return e[1]}}return Object.prototype.toString.call(t).match(/^\[object (.+)\]$/)[1];default:return e}}function I(t){switch(typeof t){case"undefined":return null;case"boolean":case"number":case"string":return t;default:return null==t?null:t.toJsonNode?t.toJsonNode():JSON.stringify(t)}}function C(t){var e=I(t);return JSON.stringify(e)}i.r(e),i.d(e,"equalObjects",(function(){return s})),i.d(e,"equalArrays",(function(){return r})),i.d(e,"arrayContains",(function(){return n})),i.d(e,"removeAccents",(function(){return a})),i.d(e,"getUtf8StringLength",(function(){return o})),i.d(e,"getUtf8CharLength",(function(){return h})),i.d(e,"stringToUtf8Buffer",(function(){return l})),i.d(e,"utf8BufferToString",(function(){return c})),i.d(e,"multiplyArray",(function(){return u})),i.d(e,"decimalToString",(function(){return d})),i.d(e,"isABoolean",(function(){return p})),i.d(e,"isAnInteger",(function(){return f})),i.d(e,"isADecimal",(function(){return _})),i.d(e,"isANumber",(function(){return x})),i.d(e,"isAText",(function(){return E})),i.d(e,"isACharacter",(function(){return m})),i.d(e,"isAMethod",(function(){return R})),i.d(e,"isAnEnum",(function(){return T})),i.d(e,"isInstanceOf",(function(){return g})),i.d(e,"isCharacterUpperCase",(function(){return y})),i.d(e,"compareValues",(function(){return A})),i.d(e,"getTypeName",(function(){return L})),i.d(e,"convertToJsonNode",(function(){return I})),i.d(e,"convertToJson",(function(){return C})),e.default={}},function(t,e,i){"use strict";i.d(e,"a",(function(){return r}));var s=i(25);class r extends s.a{constructor(t,e){super(),this.text=t,this.value=e}toDialect(t){t.append(this.escapedText(t.escapeMode))}parentToDialect(t){this.toDialect(t)}escapedText(t){return t?this.text.replace(/'/g,"\\'"):this.text}toString(){return this.text}checkReference(t){return this.check(t)}checkAttribute(t){t.problemListener.reportMissingAttribute(this,this.toString())}declare(t){throw new Error("Declare not implemented by "+this.constructor.name)}transpile(t){throw new Error("Transpile not implemented by "+this.constructor.name)}declareParent(t){this.declare(t)}transpileParent(t){this.transpile(t)}getValue(){return this.value}interpret(t){return this.value}}},function(t,e,i){
/*! safe-buffer. MIT License. Feross Aboukhadijeh */
var s=i(31),r=s.Buffer;function n(t,e){for(var i in t)e[i]=t[i]}function a(t,e,i){return r(t,e,i)}r.from&&r.alloc&&r.allocUnsafe&&r.allocUnsafeSlow?t.exports=s:(n(s,e),e.Buffer=a),a.prototype=Object.create(r.prototype),n(r,a),a.from=function(t,e,i){if("number"==typeof t)throw new TypeError("Argument must not be a number");return r(t,e,i)},a.alloc=function(t,e,i){if("number"!=typeof t)throw new TypeError("Argument must be a number");var s=r(t);return void 0!==e?"string"==typeof i?s.fill(e,i):s.fill(e):s.fill(0),s},a.allocUnsafe=function(t){if("number"!=typeof t)throw new TypeError("Argument must be a number");return r(t)},a.allocUnsafeSlow=function(t){if("number"!=typeof t)throw new TypeError("Argument must be a number");return s.SlowBuffer(t)}},function(t,e,i){"use strict";i.d(e,"a",(function(){return r}));var s=i(8);class r{static merge(t,e){const i=new r;return i.setSectionFrom(t.path,s.Location.min(t.startLocation,e.startLocation),s.Location.max(t.endLocation,e.endLocation),t.dialect),i}constructor(t){this.path="",this.startLocation=null,this.endLocation=null,this.dialect=null,this.isBreakpoint=null}copySectionFrom(t){this.path=t.path,this.startLocation=t.startLocation,this.endLocation=t.endLocation,this.dialect=t.dialect,this.isBreakpoint=t.isBreakpoint||null}setSectionFrom(t,e,i,r){this.path=t,this.startLocation=new s.Location(e),this.endLocation=new s.Location(i,!0),this.dialect=r,this.isBreakpoint=!1}containsLine(t){return this.startLocation.line<=t&&this.endLocation.line>=t}locateSectionAtLine(t){return this.startLocation.line<=t&&this.endLocation.line>=t?this:null}serialize(){return{type:"Section",value:{path:this.path,startLocation:this.startLocation.serialize(),endLocation:this.endLocation.serialize(),dialect:this.dialect.name,isBreakpoint:this.isBreakpoint}}}}},function(t,e,i){"use strict";i.r(e),i.d(e,"JsxSelfClosing",(function(){return x})),i.d(e,"JsxExpression",(function(){return m})),i.d(e,"JsxElementBase",(function(){return d})),i.d(e,"JsxElement",(function(){return R})),i.d(e,"JsxClosing",(function(){return T})),i.d(e,"JsxFragment",(function(){return g})),i.d(e,"JsxProperty",(function(){return y})),i.d(e,"JsxLiteral",(function(){return A})),i.d(e,"JsxCode",(function(){return L})),i.d(e,"JsxText",(function(){return v}));var s=i(25),r=i(4);class n extends s.a{interpret(t){return new r.JsxValue(this)}}var a=i(12),o=i(1),h=i(10),l=i(8),c=i(9),u=i(51);class d extends n{constructor(t,e){super(),this.id=t,this.properties=e}check(t){return this.isHtmlTag()?this.checkHtmlTag(t):this.checkWidgetTag(t),o.JsxType.instance}isHtmlTag(){return!Object(a.isCharacterUpperCase)(this.id.name[0])}checkHtmlTag(t){this.checkWidgetProperties(t,d.getHtmlPropertyMap(t,this.id.name))}checkWidgetTag(t){this.checkConstructable(t),this.checkWidgetProperties(t,this.getWidgetPropertyMap(t))}checkConstructable(t){const e=t.getRegisteredDeclaration(this.id);null!=e&&e.isWidget(t)||t.problemListener.reportUnknownWidget(this,this.id.name),null!=e&&e.getAbstractMethods(t).forEach((i=>t.problemListener.reportIllegalAbstractWidget(this,e.name,i.getSignature(l.Dialect.O))))}getPropertyMap(t){return this.isHtmlTag()?d.getHtmlPropertyMap(t,this.id.name):this.getWidgetPropertyMap(t)}getWidgetPropertyMap(t){const e=t.getRegisteredDeclaration(this.id);return null==e?(t.problemListener.reportUnknownIdentifier(this.id,this.id.name),null):e instanceof h.CategoryDeclaration&&e.isWidget()?e.getProperties(t):null}static getHtmlPropertyMap(t,e){if(null==f){const e=new l.OCleverParser(p).parse_document_literal();if(_){const t=new c.TypeLiteral(o.AnyType.instance);e.entries.items.forEach((e=>{e.value=t}))}const i=new u.e;f=i.loadProperties(null,t,e)}return f}checkWidgetProperties(t,e){const i=new Set;null!==this.properties&&this.properties.forEach((s=>{i.has(s.id.name)?t.problemListener.reportDuplicateProperty(s,s.id.name):i.add(s.id.name),this.checkWidgetProperty(t,e,s)}),this),null!==e&&Object.getOwnPropertyNames(e.entries).forEach((function(s){e.entries[s].isRequired()&&!i.has(s)&&t.problemListener.reportMissingProperty(this,s)}),this)}checkWidgetProperty(t,e,i){if(e){const s=i.id.name;let r=e.get(s);null!=r||this.isHtmlTag(t)||(r=d.getHtmlPropertyMap(t).get(s)),null==r?t.problemListener.reportUnknownProperty(i,s):r.validate(t,i)}else i.check(t)}declare(t){if(!this.isHtmlTag()){const e=t.context.getRegisteredDeclaration(this.id);null==e?t.context.problemListener.reportUnknownIdentifier(this.id,this.id.name):e.declare(t.newLocalTranspiler())}if(null!=this.properties){const e=this.getPropertyMap(t.context);this.properties.forEach((function(i){this.declareProperty(t,e,i)}),this)}this.declareChildren(t)}declareProperty(t,e,i){const s=i.id.name;let r=e?e.get(s):null;r||this.isHtmlTag()||(r=d.getHtmlPropertyMap(t.context).get(s)),r?r.declare(t,i):i.declare(t)}declareChildren(t){}transpile(t){if(t.append("React.createElement("),Object(a.isCharacterUpperCase)(this.id.name[0])?t.append(this.id.name):t.append('"').append(this.id.name).append('"'),t.append(", "),null==this.properties||0===this.properties.length)t.append("null");else{const e=this.getPropertyMap(t.context);t.append("{"),this.properties.forEach((function(i){this.transpileProperty(t,e,i),t.append(", ")}),this),t.trimLast(2).append("}")}this.transpileChildren(t),t.append(")")}transpileProperty(t,e,i){const s=i.id.name;let r=e?e.get(s):null;r||this.isHtmlTag()||(r=d.getHtmlPropertyMap(t.context).get(s)),r?r.transpile(t,i):i.transpile(t)}transpileChildren(t){}static set_HTML_TEST_MODE(t){f=null,_=t}}const p='{\n abbr: { type: Text, help: "Alternative label to use for the header cell when referencing the cell in other contexts"},\n accept: { type: any, help: "Hint for expected file type in file upload controls"},\n "accept-charset": { type: any, help: "Character encodings to use for form submission"},\n accesskey: { type: any, help: "Keyboard shortcut to activate or focus element"},\n action: { type: Text, help: "URL to use for form submission"},\n allow: { type: Text, help: "Feature policy to be applied to the iframe\'s contents"},\n allowfullscreen: { type: Boolean, help: "Whether to allow the iframe\'s contents to use requestFullscreen()"},\n allowpaymentrequest: { type: Boolean, help: "Whether the iframe\'s contents are allowed to use the PaymentRequest interface to make payment requests"},\n alt: { type: Text, help: "Replacement text for use when images are not available"},\n as: { type: any, help: "Potential destination for a preload request (for rel=\'preload\' and rel=\'modulepreload\')"},\n async: { type: Boolean, help: "Execute script when available, without blocking while fetching"},\n autocapitalize: { values: , help: "Recommended autocapitalization behavior (for supported input methods)"},\n autocomplete: { values: , help: "Default setting for autofill feature for controls in the form"},\n autofocus: { type: Boolean, help: "Automatically focus the element when the page is loaded"},\n autoplay: { type: Boolean, help: "Hint that the media resource can be started automatically when the page is loaded"},\n charset: { type: Text, help: "Character encoding declaration"},\n checked: { type: Boolean, help: "Whether the control is checked"},\n cite: { type: Text, help: "Link to the source of the quotation or more information about the edit"},\n class: { type: Text, help: "Classes to which the element belongs"},\n color: { type: Text, help: "Color to use when customizing a site\'s icon (for rel=\'mask-icon\')"},\n cols: { type: Integer, help: "Maximum number of characters per line"},\n colspan: { type: Integer, help: "Number of columns that the cell is to span"},\n content: { type: Text, help: "Value of the element"},\n contenteditable: { type: Boolean, help: "Whether the element is editable"},\n controls: { type: Boolean, help: "Show user agent controls"},\n coords: { type: Text, help: "Coordinates for the shape to be created in an image map"},\n crossorigin: { values: , help: "How the element handles crossorigin requests"},\n data: { type: Text, help: "Address of the resource"},\n datetime: { types: , help: "Date and (optionally) time of the change"},\n decoding: { values: , help: "Decoding hint to use when processing this image for presentation"},\n default: { type: Boolean, help: "Enable the track if no other text track is more suitable"},\n defer: { type: Boolean, help: "Defer script execution"},\n dir: { values: , help: "The text directionality of the element"},\n dirname: { type: Text, help: "Name of form control to use for sending the element\'s directionality in form submission"},\n disabled: { type: Boolean, help: "Whether the form control is disabled"},\n download: { type: any, help: "Whether to download the resource instead of navigating to it, and its file name if so"},\n draggable: { type: Boolean, help: "Whether the element is draggable"},\n enctype: { values: , help: "Entry list encoding type to use for form submission"},\n enterkeyhint: { values: <"next", null, "search", "previous", "go", "enter", "done", "send">, help: "Hint for selecting an enter key action"},\n for: { type: any, help: "Associate the label with form control"},\n form: { type: any, help: "Associates the element with a form element"},\n formaction: { type: Text, help: "URL to use for form submission"},\n formenctype: { values: , help: "Entry list encoding type to use for form submission"},\n formmethod: { values: , help: "Variant to use for form submission"},\n formnovalidate: { type: Boolean, help: "Bypass form control validation for form submission"},\n formtarget: { type: Text, help: "Browsing context for form submission"},\n headers: { type: any, help: "The header cells for this cell"},\n height: { type: Integer, help: "Vertical dimension"},\n hidden: { type: Boolean, help: "Whether the element is relevant"},\n high: { type: Decimal, help: "Low limit of high range"},\n href: { type: Text, help: "Address of the hyperlink"},\n hreflang: { type: any, help: "Language of the linked resource"},\n "http-equiv": { values: <"default-style", null, "x-ua-compatible", "content-security-policy", "refresh", "content-type">, help: "Pragma directive"},\n id: { type: Text, help: "The element\'s ID"},\n imagesizes: { type: Text, help: "Image sizes for different page layouts"},\n imagesrcset: { type: Text, help: "Images to use in different situations (e.g., high-resolution displays, small monitors, etc.)"},\n inputmode: { values: , help: "Hint for selecting an input modality"},\n integrity: { type: Text, help: "Integrity metadata used in Subresource Integrity checks [SRI]"},\n is: { type: any, help: "Creates a customized built-in element"},\n ismap: { type: Boolean, help: "Whether the image is a server-side image map"},\n itemid: { type: Text, help: "Global identifier for a microdata item"},\n itemprop: { type: any, help: "Property names of a microdata item"},\n itemref: { type: any, help: "Referenced elements"},\n itemscope: { type: Boolean, help: "Introduces a microdata item"},\n itemtype: { type: any, help: "Item types of a microdata item"},\n kind: { values: , help: "The type of text track"},\n label: { type: Text, help: "User-visible label"},\n lang: { type: any, help: "Language of the element"},\n list: { type: any, help: "List of autocomplete options"},\n loop: { type: Boolean, help: "Whether to loop the media resource"},\n low: { type: Decimal, help: "High limit of low range"},\n manifest: { type: Text, help: "Application cache manifest"},\n max: { type: any, help: "Maximum value"},\n maxlength: { type: Integer, help: "Maximum length of value"},\n media: { type: Text, help: "Applicable media"},\n method: { values: , help: "Variant to use for form submission"},\n min: { type: any, help: "Minimum value"},\n minlength: { type: Integer, help: "Minimum length of value"},\n multiple: { type: Boolean, help: "Whether to allow multiple values"},\n muted: { type: Boolean, help: "Whether to mute the media resource by default"},\n name: { type: Text, help: "Name of the element to use for form submission and in the form.elements API"},\n nomodule: { type: Boolean, help: "Prevents execution in user agents that support module scripts"},\n nonce: { type: Text, help: "Cryptographic nonce used in Content Security Policy checks [CSP]"},\n novalidate: { type: Boolean, help: "Bypass form control validation for form submission"},\n open: { type: Boolean, help: "Whether the details are visible"},\n optimum: { type: Decimal, help: "Optimum value in gauge"},\n pattern: { type: Text, help: "Pattern to be matched by the form control\'s value"},\n ping: { type: any, help: "URLs to ping"},\n placeholder: { type: Text, help: "User-visible label to be placed within the form control"},\n playsinline: { type: Boolean, help: "Encourage the user agent to display video content within the element\'s playback area"},\n poster: { type: Text, help: "Poster frame to show prior to video playback"},\n preload: { values: , help: "Hints how much buffering the media resource will likely need"},\n readonly: { type: Boolean, help: "Whether to allow the value to be edited by the user"},\n referrerpolicy: { values: <"strict-origin-when-cross-origin", null, "strict-origin", "origin", "unsafe-url", "no-referrer", "same-origin", "no-referrer-when-downgrade", "origin-when-cross-origin">, help: "Referrer policy for fetches initiated by the element"},\n rel: { type: Text, help: "Relationship between the location in the document containing the hyperlink and the destination resource"},\n required: { type: Boolean, help: "Whether the control is required for form submission"},\n reversed: { type: Boolean, help: "Number the list backwards"},\n rows: { type: Integer, help: "Number of lines to show"},\n rowspan: { type: Integer, help: "Number of rows that the cell is to span"},\n sandbox: { type: any, help: "Security rules for nested content"},\n scope: { values: , help: "Specifies which cells the header cell applies to"},\n selected: { type: Boolean, help: "Whether the option is selected by default"},\n shape: { values: , help: "The kind of shape to be created in an image map"},\n size: { type: Integer, help: "Size of the control"},\n sizes: { type: any, help: "Sizes of the icons (for rel=\'icon\')"},\n slot: { type: Text, help: "The element\'s desired slot"},\n span: { type: Integer, help: "Number of columns spanned by the element"},\n spellcheck: { type: Boolean, help: "Whether the element is to have its spelling and grammar checked"},\n src: { type: Text, help: "Address of the resource"},\n srcdoc: { type: Text, help: "A document to render in the iframe"},\n srclang: { type: any, help: "Language of the text track"},\n srcset: { type: Text, help: "Images to use in different situations (e.g., high-resolution displays, small monitors, etc.)"},\n start: { type: Integer, help: "Starting value of the list"},\n step: { type: any, help: "Granularity to be matched by the form control\'s value"},\n style: { type: any, help: "Presentational and formatting instructions"},\n tabindex: { type: Integer, help: "Whether the element is focusable, and the relative order of the element for the purposes of sequential focus navigation"},\n target: { type: Text, help: "Browsing context for hyperlink navigation"},\n title: { type: Text, help: "Advisory information for the element"},\n translate: { values: , help: "Whether the element is to be translated when the page is localized"},\n type: { type: Text, help: "Hint for the type of the referenced resource"},\n usemap: { type: Text, help: "Name of image map to use"},\n value: { type: Text, help: "Value to be used for form submission"},\n width: { type: Integer, help: "Horizontal dimension"},\n wrap: { values: , help: "How the value of the form control is to be wrapped for form submission"},\n dangerouslySetInnerHTML : { type: Document, help: "Sets node.innerHtml"},\n onClick: MouseEventCallback,\n onContextMenu: MouseEventCallback,\n onDoubleClick: MouseEventCallback,\n onMouseDown: MouseEventCallback,\n onMouseEnter: MouseEventCallback,\n onMouseLeave: MouseEventCallback,\n onMouseMove: MouseEventCallback,\n onMouseOut: MouseEventCallback,\n onMouseOver: MouseEventCallback,\n onMouseUp: MouseEventCallback,\n onKeyDown: KeyboardEventCallback,\n onKeyUp: KeyboardEventCallback,\n onSubmit: SubmitEventCallback,\n onChange: InputChangedEventCallback,\n key: Any,\n ref: Text \n}';let f=null,_=!1;class x extends d{constructor(t,e,i,s){super(t,i),this.nameSuite=e,this.elementSuite=s}toDialect(t){t.append("<").append(this.id.name),null!=this.nameSuite?t.appendRaw(this.nameSuite):this.properties.length>0&&t.append(" "),this.properties.forEach((e=>{e.toDialect(t)})),t.append("/>"),null!=this.elementSuite&&t.appendRaw(this.elementSuite)}}var E=i(5);class m extends n{constructor(t){super(),this.expression=t}check(t){return this.expression?this.expression.check(t):o.VoidType.instance}checkProto(t,e){return this.expression instanceof E.ArrowExpression?e.checkArrowExpression(t,this.expression):this.expression?this.expression.check(t):o.VoidType.instance}declareProto(t,e){return this.expression instanceof E.ArrowExpression?e.declareArrowExpression(t,this.expression):this.expression?this.expression.declare(t):void 0}transpileProto(t,e){return this.expression instanceof E.ArrowExpression?e.transpileArrowExpression(t,this.expression):this.expression?this.expression.transpile(t):void 0}isLiteral(){return this.expression instanceof c.Literal}toString(){return this.expression?this.expression.toString():""}toDialect(t){t.append("{"),this.expression&&this.expression.toDialect(t),t.append("}")}declare(t){this.expression&&this.expression.declare(t)}transpile(t){this.expression&&this.expression.transpile(t)}}class R extends d{constructor(t,e,i,s){super(t,i),this.nameSuite=e,this.openingSuite=s,this.closing=null}setChildren(t){return this.children=t,this}setClosing(t){return this.closing=t,this}check(t){return super.check(t),this.closing?this.closing.check(t,this):t.problemListener.reportMissingClosingTag(this.id),null!=this.children&&this.children.forEach((e=>{e.check(t)}),this),o.JsxType.instance}toDialect(t){t.append("<").append(this.id.name),null!=this.nameSuite?t.appendRaw(this.nameSuite):this.properties.length>0&&t.append(" "),this.properties.forEach((e=>{e.toDialect(t)})),t.append(">"),null!=this.openingSuite&&t.appendRaw(this.openingSuite),null!=this.children&&this.children.forEach((e=>{e.toDialect(t)})),this.closing.toDialect(t)}declareChildren(t){null!=this.children&&this.children.forEach((e=>{e.declare(t)}),this)}transpileChildren(t){null!=this.children&&this.children.forEach((e=>{t.append(", "),e.transpile(t)}),this)}}class T extends s.a{constructor(t,e){super(),this.id=t,this.suite=e}check(t,e){this.id.name!=e.id.name&&t.problemListener.reportInvalidClosingTag(this.id,e.id)}toDialect(t){t.append("").append(this.id.name).append(">"),null!=this.suite&&t.appendRaw(this.suite)}}class g extends n{constructor(t){super(),this.openingSuite=t}toDialect(t){t.append("<>"),null!=this.openingSuite&&t.appendRaw(this.openingSuite),null!=this.children&&this.children.forEach((e=>{e.toDialect(t)})),t.append(">")}check(t){return null!=this.children&&this.children.forEach((e=>{e.check(t)})),o.JsxType.instance}declare(t){null!=this.children&&this.children.forEach((e=>{e.declare(t)}))}transpile(t){return null!=this.children&&this.children.length>0&&(t.append("React.createElement(React.Fragment, null"),this.children.forEach((e=>{t.append(", "),e.transpile(t)})),t.append(")")),!1}}class y extends s.a{constructor(t,e,i){super(),this.id=t,this.value=e,this.suite=i}check(t){return null!=this.value?this.value.check(t):o.BooleanType.instance}checkProto(t,e){return null!=this.value?this.value.checkProto(t,e):o.VoidType.instance}declareProto(t,e){null!=this.value&&this.value.declareProto(t,e)}transpileProto(t,e){null!=this.value&&this.value.transpileProto(t,e)}toDialect(t){t.append(this.id.name),null!=this.value&&(t.append("="),this.value.toDialect(t)),this.suite?t.appendRaw(this.suite):t.append(" ")}declare(t){null!=this.value&&this.value.declare(t)}transpile(t){let e=this.id.name;e.indexOf("-")>=0&&(e='"'+e+'"'),t.append(e),t.append(": "),null!=this.value?this.value.transpile(t):t.append("null")}}class A{constructor(t){this.text=t}check(t){return o.TextType.instance}checkProto(t,e){return o.VoidType.instance}toString(){return this.text}isLiteral(t){return!0}toDialect(t){t.append(this.text)}declare(t){}transpile(t){t.append(this.text)}}class L extends n{constructor(t,e){super(),this.expression=t,this.suite=e}check(t){return this.expression.check(t),o.JsxType.instance}toDialect(t){t.append("{"),this.expression.toDialect(t),t.append("}"),null!=this.suite&&t.appendRaw(this.suite)}declare(t){this.expression.declare(t)}transpile(t){this.expression.check(t.context).transpileJsxCode(t,this.expression)}}var I=i(280),C=i.n(I);class v extends n{constructor(t){super(),this.text=t}check(t){return o.TextType.instance}toDialect(t){t.append(this.text)}declare(t){}transpile(t){const e=(new C.a.XmlEntities).decode(this.text);t.append(JSON.stringify(e))}}},function(t,e,i){"use strict";i.d(e,"a",(function(){return o}));var s=i(55),r=i(13),n=i(6),a=i(3);class o extends s.a{constructor(t){let e=null;if(arguments.length>1){e=new r.ParameterList;for(let t=1;t1)for(var i=1;i
* @license MIT
*/
var s=i(300),r=i(301),n=i(183);function a(){return h.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function o(t,e){if(a()=a())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a().toString(16)+" bytes");return 0|t}function f(t,e){if(h.isBuffer(t))return t.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer))return t.byteLength;"string"!=typeof t&&(t=""+t);var i=t.length;if(0===i)return 0;for(var s=!1;;)switch(e){case"ascii":case"latin1":case"binary":return i;case"utf8":case"utf-8":case void 0:return B(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*i;case"hex":return i>>>1;case"base64":return G(t).length;default:if(s)return B(t).length;e=(""+e).toLowerCase(),s=!0}}function _(t,e,i){var s=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return"";if((void 0===i||i>this.length)&&(i=this.length),i<=0)return"";if((i>>>=0)<=(e>>>=0))return"";for(t||(t="utf8");;)switch(t){case"hex":return N(this,e,i);case"utf8":case"utf-8":return C(this,e,i);case"ascii":return b(this,e,i);case"latin1":case"binary":return w(this,e,i);case"base64":return I(this,e,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return S(this,e,i);default:if(s)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),s=!0}}function x(t,e,i){var s=t[e];t[e]=t[i],t[i]=s}function E(t,e,i,s,r){if(0===t.length)return-1;if("string"==typeof i?(s=i,i=0):i>2147483647?i=2147483647:i<-2147483648&&(i=-2147483648),i=+i,isNaN(i)&&(i=r?0:t.length-1),i<0&&(i=t.length+i),i>=t.length){if(r)return-1;i=t.length-1}else if(i<0){if(!r)return-1;i=0}if("string"==typeof e&&(e=h.from(e,s)),h.isBuffer(e))return 0===e.length?-1:m(t,e,i,s,r);if("number"==typeof e)return e&=255,h.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?r?Uint8Array.prototype.indexOf.call(t,e,i):Uint8Array.prototype.lastIndexOf.call(t,e,i):m(t,[e],i,s,r);throw new TypeError("val must be string, number or Buffer")}function m(t,e,i,s,r){var n,a=1,o=t.length,h=e.length;if(void 0!==s&&("ucs2"===(s=String(s).toLowerCase())||"ucs-2"===s||"utf16le"===s||"utf-16le"===s)){if(t.length<2||e.length<2)return-1;a=2,o/=2,h/=2,i/=2}function l(t,e){return 1===a?t[e]:t.readUInt16BE(e*a)}if(r){var c=-1;for(n=i;no&&(i=o-h),n=i;n>=0;n--){for(var u=!0,d=0;dr&&(s=r):s=r;var n=e.length;if(n%2!=0)throw new TypeError("Invalid hex string");s>n/2&&(s=n/2);for(var a=0;a>8,r=i%256,n.push(r),n.push(s);return n}(e,t.length-i),t,i,s)}function I(t,e,i){return 0===e&&i===t.length?s.fromByteArray(t):s.fromByteArray(t.slice(e,i))}function C(t,e,i){i=Math.min(t.length,i);for(var s=[],r=e;r239?4:l>223?3:l>191?2:1;if(r+u<=i)switch(u){case 1:l<128&&(c=l);break;case 2:128==(192&(n=t[r+1]))&&(h=(31&l)<<6|63&n)>127&&(c=h);break;case 3:n=t[r+1],a=t[r+2],128==(192&n)&&128==(192&a)&&(h=(15&l)<<12|(63&n)<<6|63&a)>2047&&(h<55296||h>57343)&&(c=h);break;case 4:n=t[r+1],a=t[r+2],o=t[r+3],128==(192&n)&&128==(192&a)&&128==(192&o)&&(h=(15&l)<<18|(63&n)<<12|(63&a)<<6|63&o)>65535&&h<1114112&&(c=h)}null===c?(c=65533,u=1):c>65535&&(c-=65536,s.push(c>>>10&1023|55296),c=56320|1023&c),s.push(c),r+=u}return function(t){var e=t.length;if(e<=v)return String.fromCharCode.apply(String,t);var i="",s=0;for(;s0&&(t=this.toString("hex",0,i).match(/.{2}/g).join(" "),this.length>i&&(t+=" ... ")),""},h.prototype.compare=function(t,e,i,s,r){if(!h.isBuffer(t))throw new TypeError("Argument must be a Buffer");if(void 0===e&&(e=0),void 0===i&&(i=t?t.length:0),void 0===s&&(s=0),void 0===r&&(r=this.length),e<0||i>t.length||s<0||r>this.length)throw new RangeError("out of range index");if(s>=r&&e>=i)return 0;if(s>=r)return-1;if(e>=i)return 1;if(this===t)return 0;for(var n=(r>>>=0)-(s>>>=0),a=(i>>>=0)-(e>>>=0),o=Math.min(n,a),l=this.slice(s,r),c=t.slice(e,i),u=0;ur)&&(i=r),t.length>0&&(i<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");s||(s="utf8");for(var n=!1;;)switch(s){case"hex":return R(this,t,e,i);case"utf8":case"utf-8":return T(this,t,e,i);case"ascii":return g(this,t,e,i);case"latin1":case"binary":return y(this,t,e,i);case"base64":return A(this,t,e,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return L(this,t,e,i);default:if(n)throw new TypeError("Unknown encoding: "+s);s=(""+s).toLowerCase(),n=!0}},h.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var v=4096;function b(t,e,i){var s="";i=Math.min(t.length,i);for(var r=e;rs)&&(i=s);for(var r="",n=e;ni)throw new RangeError("Trying to access beyond buffer length")}function D(t,e,i,s,r,n){if(!h.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>r||et.length)throw new RangeError("Index out of range")}function M(t,e,i,s){e<0&&(e=65535+e+1);for(var r=0,n=Math.min(t.length-i,2);r>>8*(s?r:1-r)}function k(t,e,i,s){e<0&&(e=4294967295+e+1);for(var r=0,n=Math.min(t.length-i,4);r>>8*(s?r:3-r)&255}function U(t,e,i,s,r,n){if(i+s>t.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("Index out of range")}function P(t,e,i,s,n){return n||U(t,0,i,4),r.write(t,e,i,s,23,4),i+4}function F(t,e,i,s,n){return n||U(t,0,i,8),r.write(t,e,i,s,52,8),i+8}h.prototype.slice=function(t,e){var i,s=this.length;if((t=~~t)<0?(t+=s)<0&&(t=0):t>s&&(t=s),(e=void 0===e?s:~~e)<0?(e+=s)<0&&(e=0):e>s&&(e=s),e0&&(r*=256);)s+=this[t+--e]*r;return s},h.prototype.readUInt8=function(t,e){return e||O(t,1,this.length),this[t]},h.prototype.readUInt16LE=function(t,e){return e||O(t,2,this.length),this[t]|this[t+1]<<8},h.prototype.readUInt16BE=function(t,e){return e||O(t,2,this.length),this[t]<<8|this[t+1]},h.prototype.readUInt32LE=function(t,e){return e||O(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},h.prototype.readUInt32BE=function(t,e){return e||O(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},h.prototype.readIntLE=function(t,e,i){t|=0,e|=0,i||O(t,e,this.length);for(var s=this[t],r=1,n=0;++n=(r*=128)&&(s-=Math.pow(2,8*e)),s},h.prototype.readIntBE=function(t,e,i){t|=0,e|=0,i||O(t,e,this.length);for(var s=e,r=1,n=this[t+--s];s>0&&(r*=256);)n+=this[t+--s]*r;return n>=(r*=128)&&(n-=Math.pow(2,8*e)),n},h.prototype.readInt8=function(t,e){return e||O(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},h.prototype.readInt16LE=function(t,e){e||O(t,2,this.length);var i=this[t]|this[t+1]<<8;return 32768&i?4294901760|i:i},h.prototype.readInt16BE=function(t,e){e||O(t,2,this.length);var i=this[t+1]|this[t]<<8;return 32768&i?4294901760|i:i},h.prototype.readInt32LE=function(t,e){return e||O(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},h.prototype.readInt32BE=function(t,e){return e||O(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},h.prototype.readFloatLE=function(t,e){return e||O(t,4,this.length),r.read(this,t,!0,23,4)},h.prototype.readFloatBE=function(t,e){return e||O(t,4,this.length),r.read(this,t,!1,23,4)},h.prototype.readDoubleLE=function(t,e){return e||O(t,8,this.length),r.read(this,t,!0,52,8)},h.prototype.readDoubleBE=function(t,e){return e||O(t,8,this.length),r.read(this,t,!1,52,8)},h.prototype.writeUIntLE=function(t,e,i,s){(t=+t,e|=0,i|=0,s)||D(this,t,e,i,Math.pow(2,8*i)-1,0);var r=1,n=0;for(this[e]=255&t;++n=0&&(n*=256);)this[e+r]=t/n&255;return e+i},h.prototype.writeUInt8=function(t,e,i){return t=+t,e|=0,i||D(this,t,e,1,255,0),h.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),this[e]=255&t,e+1},h.prototype.writeUInt16LE=function(t,e,i){return t=+t,e|=0,i||D(this,t,e,2,65535,0),h.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8):M(this,t,e,!0),e+2},h.prototype.writeUInt16BE=function(t,e,i){return t=+t,e|=0,i||D(this,t,e,2,65535,0),h.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=255&t):M(this,t,e,!1),e+2},h.prototype.writeUInt32LE=function(t,e,i){return t=+t,e|=0,i||D(this,t,e,4,4294967295,0),h.TYPED_ARRAY_SUPPORT?(this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=255&t):k(this,t,e,!0),e+4},h.prototype.writeUInt32BE=function(t,e,i){return t=+t,e|=0,i||D(this,t,e,4,4294967295,0),h.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t):k(this,t,e,!1),e+4},h.prototype.writeIntLE=function(t,e,i,s){if(t=+t,e|=0,!s){var r=Math.pow(2,8*i-1);D(this,t,e,i,r-1,-r)}var n=0,a=1,o=0;for(this[e]=255&t;++n>0)-o&255;return e+i},h.prototype.writeIntBE=function(t,e,i,s){if(t=+t,e|=0,!s){var r=Math.pow(2,8*i-1);D(this,t,e,i,r-1,-r)}var n=i-1,a=1,o=0;for(this[e+n]=255&t;--n>=0&&(a*=256);)t<0&&0===o&&0!==this[e+n+1]&&(o=1),this[e+n]=(t/a>>0)-o&255;return e+i},h.prototype.writeInt8=function(t,e,i){return t=+t,e|=0,i||D(this,t,e,1,127,-128),h.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),t<0&&(t=255+t+1),this[e]=255&t,e+1},h.prototype.writeInt16LE=function(t,e,i){return t=+t,e|=0,i||D(this,t,e,2,32767,-32768),h.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8):M(this,t,e,!0),e+2},h.prototype.writeInt16BE=function(t,e,i){return t=+t,e|=0,i||D(this,t,e,2,32767,-32768),h.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=255&t):M(this,t,e,!1),e+2},h.prototype.writeInt32LE=function(t,e,i){return t=+t,e|=0,i||D(this,t,e,4,2147483647,-2147483648),h.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24):k(this,t,e,!0),e+4},h.prototype.writeInt32BE=function(t,e,i){return t=+t,e|=0,i||D(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),h.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t):k(this,t,e,!1),e+4},h.prototype.writeFloatLE=function(t,e,i){return P(this,t,e,!0,i)},h.prototype.writeFloatBE=function(t,e,i){return P(this,t,e,!1,i)},h.prototype.writeDoubleLE=function(t,e,i){return F(this,t,e,!0,i)},h.prototype.writeDoubleBE=function(t,e,i){return F(this,t,e,!1,i)},h.prototype.copy=function(t,e,i,s){if(i||(i=0),s||0===s||(s=this.length),e>=t.length&&(e=t.length),e||(e=0),s>0&&s=this.length)throw new RangeError("sourceStart out of bounds");if(s<0)throw new RangeError("sourceEnd out of bounds");s>this.length&&(s=this.length),t.length-e=0;--r)t[r+e]=this[r+i];else if(n<1e3||!h.TYPED_ARRAY_SUPPORT)for(r=0;r>>=0,i=void 0===i?this.length:i>>>0,t||(t=0),"number"==typeof t)for(n=e;n55295&&i<57344){if(!r){if(i>56319){(e-=3)>-1&&n.push(239,191,189);continue}if(a+1===s){(e-=3)>-1&&n.push(239,191,189);continue}r=i;continue}if(i<56320){(e-=3)>-1&&n.push(239,191,189),r=i;continue}i=65536+(r-55296<<10|i-56320)}else r&&(e-=3)>-1&&n.push(239,191,189);if(r=null,i<128){if((e-=1)<0)break;n.push(i)}else if(i<2048){if((e-=2)<0)break;n.push(i>>6|192,63&i|128)}else if(i<65536){if((e-=3)<0)break;n.push(i>>12|224,i>>6&63|128,63&i|128)}else{if(!(i<1114112))throw new Error("Invalid code point");if((e-=4)<0)break;n.push(i>>18|240,i>>12&63|128,i>>6&63|128,63&i|128)}}return n}function G(t){return s.toByteArray(function(t){if((t=function(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}(t).replace(H,"")).length<2)return"";for(;t.length%4!=0;)t+="=";return t}(t))}function j(t,e,i,s){for(var r=0;r=e.length||r>=t.length);++r)e[r+i]=t[r];return r}}).call(this,i(38))},function(t,e,i){"use strict";var s=i(62),r=i(190),n=i(110),a=i(311),o=i(73);function h(t){return t}function l(t,e){for(var i=0;i1;)try{return c.stringifyByChunk(t,s,i)}catch(t){i=Math.floor(i/2)}return c.stringifyByChar(t)}function d(t,e){for(var i=0;it.name)).join(", ")+"], got: "+e.name)}reportInvalidCast(t,e,i){this.reportError(t,"Cannot cast "+i.toString()+" to "+e.toString())}reportIllegalAssignment(t,e,i){this.reportError(t,"Type "+i.name+" is not compatible with "+e.name)}reportIllegalAnnotation(t,e){this.reportWarning(t,e)}reportIllegalValue(t,e){this.reportWarning(t,e)}reportIllegalOperation(t,e){this.reportError(t,e)}reportIllegalInitialize(t){this.reportError(t,"Initialize method is only allowed in singletons!")}reportIllegalInitializeParameters(t){this.reportError(t,"Initialize method cannot have parameters!")}reportIllegalWidgetConstructor(t,e){this.reportWarning(t,"Cannot instantiate widget: "+e+" (widgets are instantiated during rendering)")}reportIllegalAbstractCategory(t,e,i){this.reportError(t,"Cannot instantiate abstract category: "+e+", missing method: "+i)}reportIllegalAbstractWidget(t,e,i){this.reportError(t,"Cannot instantiate abstract widget: "+e+", missing method: "+i)}reportIllegalAbstractMethodCall(t,e){this.reportError(t,"Cannot call abstract method: "+e)}reportMissingClosingTag(t){this.reportError(t.id,"Missing closing tag '</"+t.id.name+">")}reportInvalidClosingTag(t,e){this.reportError(t,"Invalid closing tag: "+t.name+">, expected: "+e.name+">")}reportInvalidMember(t,e,i){this.reportError(t,"Invalid member '"+i+"' in "+e.name+" type")}reportInvalidCopySource(t){this.reportError(t,"Invalid copy source")}reportNotAResource(t){this.reportError(t,"Not a resource")}reportNotAResourceContext(t){this.reportError(t,"Not a resource context")}reportIncompatibleTypes(t,e,i){this.reportError(t,"Type "+i.name+" is not compatible with "+e.name)}reportNoSuperType(t,e){this.reportError(t,"Type "+e.name+" has no super type")}reportInconsistentHierarchy(t,e,i){this.reportError(t,"Inconsistent hierarchy for "+e+", unknown parent type: "+i)}reportAssigningVoidType(t){this.reportError(t,"Cannot assign Void expression")}reportReturningVoidType(t){this.reportError(t,"Cannot return void type")}reportIllegalReturn(t){this.reportError(t,"A test method cannot return")}reportNotMutable(t,e){this.reportError(t,e+" is not mutable")}reportNotStorable(t,e){this.reportError(t,e+" is not storable")}reportUntypedRecursiveMethod(t,e,i){this.reportError(t,e+" is recursive but has no return type")}}var a=i(3);class o extends n{collectProblem(t){if("error"===t.type)throw new a.SyntaxError(t.message)}}class h extends n{constructor(){super(),this.problems=[],this.unique=new Set}collectProblem(t){const e=function(t){return"{ type: "+t.type+", startLine: "+t.startLine+", startColumn: "+t.startColumn+", endLine: "+t.endLine+", endColumn: "+t.endColumn+", message: "+t.message+" }"}(t);this.unique.has(e)||(this.unique.add(e),this.problems.push(t))}}class l extends n{constructor(){super(),this.suggestions=[]}syntaxError(t,e,i,s,r,n){const a=this,o=t._ctx.parser;n.deadEndConfigs.configs.forEach((t=>{t.state.atn.getExpectedTokens(t.state.stateNumber,n.ctx).intervals.forEach((t=>{for(let e=t.start;et.literal)).indexOf(t)>=0}}},function(t,e,i){"use strict";i.d(e,"a",(function(){return u}));var s=i(65);let r=null,n=null,a=null,o=null,h=null,l=null,c=null;Promise.resolve().then(i.bind(null,129)).then((t=>r=t.default)),Promise.resolve().then(i.bind(null,143)).then((t=>n=t.default)),Promise.resolve().then(i.bind(null,147)).then((t=>a=t.default)),Promise.resolve().then(i.bind(null,144)).then((t=>o=t.default)),Promise.resolve().then(i.bind(null,59)).then((t=>h=t.default)),Promise.resolve().then(i.bind(null,148)).then((t=>l=t.default)),Promise.resolve().then(i.bind(null,149)).then((t=>c=t.default));class u extends s.a{constructor(t){super(t)}interpret(t,e){let i=this.getExpression(t);if(null==i){var s=new c;s.add(new l(new n("name"),new a('"'+this.name+'"'))),s.add(new l(new n("text"),new a('"'+this.message+'"'))),i=new o(new h("Error"),s,null)}null==t.getRegisteredValue(e)&&t.registerValue(new r(e));var u=i.interpret(t);return t.setValue(e,u),u}}},function(t,e,i){"use strict";i.d(e,"a",(function(){return r}));var s=i(29);class r extends s.a{isSimple(){return!0}}},function(t,e){class i{constructor(){this.source=null,this.type=null,this.channel=null,this.start=null,this.stop=null,this.tokenIndex=null,this.line=null,this.column=null,this._text=null}getTokenSource(){return this.source[0]}getInputStream(){return this.source[1]}get text(){return this._text}set text(t){this._text=t}}i.INVALID_TYPE=0,i.EPSILON=-2,i.MIN_USER_TOKEN_TYPE=1,i.EOF=-1,i.DEFAULT_CHANNEL=0,i.HIDDEN_CHANNEL=1;class s extends i{constructor(t,e,r,n,a){super(),this.source=void 0!==t?t:s.EMPTY_SOURCE,this.type=void 0!==e?e:null,this.channel=void 0!==r?r:i.DEFAULT_CHANNEL,this.start=void 0!==n?n:-1,this.stop=void 0!==a?a:-1,this.tokenIndex=-1,null!==this.source[0]?(this.line=t[0].line,this.column=t[0].column):this.column=-1}clone(){const t=new s(this.source,this.type,this.channel,this.start,this.stop);return t.tokenIndex=this.tokenIndex,t.line=this.line,t.column=this.column,t.text=this.text,t}toString(){let t=this.text;return t=null!==t?t.replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t"):"","[@"+this.tokenIndex+","+this.start+":"+this.stop+"='"+t+"',<"+this.type+">"+(this.channel>0?",channel="+this.channel:"")+","+this.line+":"+this.column+"]"}get text(){if(null!==this._text)return this._text;const t=this.getInputStream();if(null===t)return null;const e=t.size;return this.start"}set text(t){this._text=t}}s.EMPTY_SOURCE=[null,null],t.exports={Token:i,CommonToken:s}},function(t,e,i){(function(t){!function(t,e){"use strict";function s(t,e){if(!t)throw new Error(e||"Assertion failed")}function r(t,e){t.super_=e;var i=function(){};i.prototype=e.prototype,t.prototype=new i,t.prototype.constructor=t}function n(t,e,i){if(n.isBN(t))return t;this.negative=0,this.words=null,this.length=0,this.red=null,null!==t&&("le"!==e&&"be"!==e||(i=e,e=10),this._init(t||0,e||10,i||"be"))}var a;"object"==typeof t?t.exports=n:e.BN=n,n.BN=n,n.wordSize=26;try{a=i(379).Buffer}catch(t){}function o(t,e,i){for(var s=0,r=Math.min(t.length,i),n=e;n=49&&a<=54?a-49+10:a>=17&&a<=22?a-17+10:15&a}return s}function h(t,e,i,s){for(var r=0,n=Math.min(t.length,i),a=e;a=49?o-49+10:o>=17?o-17+10:o}return r}n.isBN=function(t){return t instanceof n||null!==t&&"object"==typeof t&&t.constructor.wordSize===n.wordSize&&Array.isArray(t.words)},n.max=function(t,e){return t.cmp(e)>0?t:e},n.min=function(t,e){return t.cmp(e)<0?t:e},n.prototype._init=function(t,e,i){if("number"==typeof t)return this._initNumber(t,e,i);if("object"==typeof t)return this._initArray(t,e,i);"hex"===e&&(e=16),s(e===(0|e)&&e>=2&&e<=36);var r=0;"-"===(t=t.toString().replace(/\s+/g,""))[0]&&r++,16===e?this._parseHex(t,r):this._parseBase(t,e,r),"-"===t[0]&&(this.negative=1),this.strip(),"le"===i&&this._initArray(this.toArray(),e,i)},n.prototype._initNumber=function(t,e,i){t<0&&(this.negative=1,t=-t),t<67108864?(this.words=[67108863&t],this.length=1):t<4503599627370496?(this.words=[67108863&t,t/67108864&67108863],this.length=2):(s(t<9007199254740992),this.words=[67108863&t,t/67108864&67108863,1],this.length=3),"le"===i&&this._initArray(this.toArray(),e,i)},n.prototype._initArray=function(t,e,i){if(s("number"==typeof t.length),t.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(t.length/3),this.words=new Array(this.length);for(var r=0;r=0;r-=3)a=t[r]|t[r-1]<<8|t[r-2]<<16,this.words[n]|=a<>>26-o&67108863,(o+=24)>=26&&(o-=26,n++);else if("le"===i)for(r=0,n=0;r>>26-o&67108863,(o+=24)>=26&&(o-=26,n++);return this.strip()},n.prototype._parseHex=function(t,e){this.length=Math.ceil((t.length-e)/6),this.words=new Array(this.length);for(var i=0;i=e;i-=6)r=o(t,i,i+6),this.words[s]|=r<>>26-n&4194303,(n+=24)>=26&&(n-=26,s++);i+6!==e&&(r=o(t,e,i+6),this.words[s]|=r<>>26-n&4194303),this.strip()},n.prototype._parseBase=function(t,e,i){this.words=[0],this.length=1;for(var s=0,r=1;r<=67108863;r*=e)s++;s--,r=r/e|0;for(var n=t.length-i,a=n%s,o=Math.min(n,n-a)+i,l=0,c=i;c1&&0===this.words[this.length-1];)this.length--;return this._normSign()},n.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},n.prototype.inspect=function(){return(this.red?""};var l=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],c=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],u=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function d(t,e,i){i.negative=e.negative^t.negative;var s=t.length+e.length|0;i.length=s,s=s-1|0;var r=0|t.words[0],n=0|e.words[0],a=r*n,o=67108863&a,h=a/67108864|0;i.words[0]=o;for(var l=1;l>>26,u=67108863&h,d=Math.min(l,e.length-1),p=Math.max(0,l-t.length+1);p<=d;p++){var f=l-p|0;c+=(a=(r=0|t.words[f])*(n=0|e.words[p])+u)/67108864|0,u=67108863&a}i.words[l]=0|u,h=0|c}return 0!==h?i.words[l]=0|h:i.length--,i.strip()}n.prototype.toString=function(t,e){var i;if(e=0|e||1,16===(t=t||10)||"hex"===t){i="";for(var r=0,n=0,a=0;a>>24-r&16777215)||a!==this.length-1?l[6-h.length]+h+i:h+i,(r+=2)>=26&&(r-=26,a--)}for(0!==n&&(i=n.toString(16)+i);i.length%e!=0;)i="0"+i;return 0!==this.negative&&(i="-"+i),i}if(t===(0|t)&&t>=2&&t<=36){var d=c[t],p=u[t];i="";var f=this.clone();for(f.negative=0;!f.isZero();){var _=f.modn(p).toString(t);i=(f=f.idivn(p)).isZero()?_+i:l[d-_.length]+_+i}for(this.isZero()&&(i="0"+i);i.length%e!=0;)i="0"+i;return 0!==this.negative&&(i="-"+i),i}s(!1,"Base should be between 2 and 36")},n.prototype.toNumber=function(){var t=this.words[0];return 2===this.length?t+=67108864*this.words[1]:3===this.length&&1===this.words[2]?t+=4503599627370496+67108864*this.words[1]:this.length>2&&s(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-t:t},n.prototype.toJSON=function(){return this.toString(16)},n.prototype.toBuffer=function(t,e){return s(void 0!==a),this.toArrayLike(a,t,e)},n.prototype.toArray=function(t,e){return this.toArrayLike(Array,t,e)},n.prototype.toArrayLike=function(t,e,i){var r=this.byteLength(),n=i||Math.max(1,r);s(r<=n,"byte array longer than desired length"),s(n>0,"Requested array length <= 0"),this.strip();var a,o,h="le"===e,l=new t(n),c=this.clone();if(h){for(o=0;!c.isZero();o++)a=c.andln(255),c.iushrn(8),l[o]=a;for(;o=4096&&(i+=13,e>>>=13),e>=64&&(i+=7,e>>>=7),e>=8&&(i+=4,e>>>=4),e>=2&&(i+=2,e>>>=2),i+e},n.prototype._zeroBits=function(t){if(0===t)return 26;var e=t,i=0;return 0==(8191&e)&&(i+=13,e>>>=13),0==(127&e)&&(i+=7,e>>>=7),0==(15&e)&&(i+=4,e>>>=4),0==(3&e)&&(i+=2,e>>>=2),0==(1&e)&&i++,i},n.prototype.bitLength=function(){var t=this.words[this.length-1],e=this._countBits(t);return 26*(this.length-1)+e},n.prototype.zeroBits=function(){if(this.isZero())return 0;for(var t=0,e=0;et.length?this.clone().ior(t):t.clone().ior(this)},n.prototype.uor=function(t){return this.length>t.length?this.clone().iuor(t):t.clone().iuor(this)},n.prototype.iuand=function(t){var e;e=this.length>t.length?t:this;for(var i=0;it.length?this.clone().iand(t):t.clone().iand(this)},n.prototype.uand=function(t){return this.length>t.length?this.clone().iuand(t):t.clone().iuand(this)},n.prototype.iuxor=function(t){var e,i;this.length>t.length?(e=this,i=t):(e=t,i=this);for(var s=0;st.length?this.clone().ixor(t):t.clone().ixor(this)},n.prototype.uxor=function(t){return this.length>t.length?this.clone().iuxor(t):t.clone().iuxor(this)},n.prototype.inotn=function(t){s("number"==typeof t&&t>=0);var e=0|Math.ceil(t/26),i=t%26;this._expand(e),i>0&&e--;for(var r=0;r0&&(this.words[r]=~this.words[r]&67108863>>26-i),this.strip()},n.prototype.notn=function(t){return this.clone().inotn(t)},n.prototype.setn=function(t,e){s("number"==typeof t&&t>=0);var i=t/26|0,r=t%26;return this._expand(i+1),this.words[i]=e?this.words[i]|1<t.length?(i=this,s=t):(i=t,s=this);for(var r=0,n=0;n>>26;for(;0!==r&&n>>26;if(this.length=i.length,0!==r)this.words[this.length]=r,this.length++;else if(i!==this)for(;nt.length?this.clone().iadd(t):t.clone().iadd(this)},n.prototype.isub=function(t){if(0!==t.negative){t.negative=0;var e=this.iadd(t);return t.negative=1,e._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(t),this.negative=1,this._normSign();var i,s,r=this.cmp(t);if(0===r)return this.negative=0,this.length=1,this.words[0]=0,this;r>0?(i=this,s=t):(i=t,s=this);for(var n=0,a=0;a>26,this.words[a]=67108863&e;for(;0!==n&&a>26,this.words[a]=67108863&e;if(0===n&&a>>13,p=0|a[1],f=8191&p,_=p>>>13,x=0|a[2],E=8191&x,m=x>>>13,R=0|a[3],T=8191&R,g=R>>>13,y=0|a[4],A=8191&y,L=y>>>13,I=0|a[5],C=8191&I,v=I>>>13,b=0|a[6],w=8191&b,N=b>>>13,S=0|a[7],O=8191&S,D=S>>>13,M=0|a[8],k=8191&M,U=M>>>13,P=0|a[9],F=8191&P,H=P>>>13,V=0|o[0],B=8191&V,G=V>>>13,j=0|o[1],W=8191&j,J=j>>>13,Y=0|o[2],q=8191&Y,X=Y>>>13,K=0|o[3],z=8191&K,Q=K>>>13,Z=0|o[4],$=8191&Z,tt=Z>>>13,et=0|o[5],it=8191&et,st=et>>>13,rt=0|o[6],nt=8191&rt,at=rt>>>13,ot=0|o[7],ht=8191&ot,lt=ot>>>13,ct=0|o[8],ut=8191&ct,dt=ct>>>13,pt=0|o[9],ft=8191&pt,_t=pt>>>13;i.negative=t.negative^e.negative,i.length=19;var xt=(l+(s=Math.imul(u,B))|0)+((8191&(r=(r=Math.imul(u,G))+Math.imul(d,B)|0))<<13)|0;l=((n=Math.imul(d,G))+(r>>>13)|0)+(xt>>>26)|0,xt&=67108863,s=Math.imul(f,B),r=(r=Math.imul(f,G))+Math.imul(_,B)|0,n=Math.imul(_,G);var Et=(l+(s=s+Math.imul(u,W)|0)|0)+((8191&(r=(r=r+Math.imul(u,J)|0)+Math.imul(d,W)|0))<<13)|0;l=((n=n+Math.imul(d,J)|0)+(r>>>13)|0)+(Et>>>26)|0,Et&=67108863,s=Math.imul(E,B),r=(r=Math.imul(E,G))+Math.imul(m,B)|0,n=Math.imul(m,G),s=s+Math.imul(f,W)|0,r=(r=r+Math.imul(f,J)|0)+Math.imul(_,W)|0,n=n+Math.imul(_,J)|0;var mt=(l+(s=s+Math.imul(u,q)|0)|0)+((8191&(r=(r=r+Math.imul(u,X)|0)+Math.imul(d,q)|0))<<13)|0;l=((n=n+Math.imul(d,X)|0)+(r>>>13)|0)+(mt>>>26)|0,mt&=67108863,s=Math.imul(T,B),r=(r=Math.imul(T,G))+Math.imul(g,B)|0,n=Math.imul(g,G),s=s+Math.imul(E,W)|0,r=(r=r+Math.imul(E,J)|0)+Math.imul(m,W)|0,n=n+Math.imul(m,J)|0,s=s+Math.imul(f,q)|0,r=(r=r+Math.imul(f,X)|0)+Math.imul(_,q)|0,n=n+Math.imul(_,X)|0;var Rt=(l+(s=s+Math.imul(u,z)|0)|0)+((8191&(r=(r=r+Math.imul(u,Q)|0)+Math.imul(d,z)|0))<<13)|0;l=((n=n+Math.imul(d,Q)|0)+(r>>>13)|0)+(Rt>>>26)|0,Rt&=67108863,s=Math.imul(A,B),r=(r=Math.imul(A,G))+Math.imul(L,B)|0,n=Math.imul(L,G),s=s+Math.imul(T,W)|0,r=(r=r+Math.imul(T,J)|0)+Math.imul(g,W)|0,n=n+Math.imul(g,J)|0,s=s+Math.imul(E,q)|0,r=(r=r+Math.imul(E,X)|0)+Math.imul(m,q)|0,n=n+Math.imul(m,X)|0,s=s+Math.imul(f,z)|0,r=(r=r+Math.imul(f,Q)|0)+Math.imul(_,z)|0,n=n+Math.imul(_,Q)|0;var Tt=(l+(s=s+Math.imul(u,$)|0)|0)+((8191&(r=(r=r+Math.imul(u,tt)|0)+Math.imul(d,$)|0))<<13)|0;l=((n=n+Math.imul(d,tt)|0)+(r>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,s=Math.imul(C,B),r=(r=Math.imul(C,G))+Math.imul(v,B)|0,n=Math.imul(v,G),s=s+Math.imul(A,W)|0,r=(r=r+Math.imul(A,J)|0)+Math.imul(L,W)|0,n=n+Math.imul(L,J)|0,s=s+Math.imul(T,q)|0,r=(r=r+Math.imul(T,X)|0)+Math.imul(g,q)|0,n=n+Math.imul(g,X)|0,s=s+Math.imul(E,z)|0,r=(r=r+Math.imul(E,Q)|0)+Math.imul(m,z)|0,n=n+Math.imul(m,Q)|0,s=s+Math.imul(f,$)|0,r=(r=r+Math.imul(f,tt)|0)+Math.imul(_,$)|0,n=n+Math.imul(_,tt)|0;var gt=(l+(s=s+Math.imul(u,it)|0)|0)+((8191&(r=(r=r+Math.imul(u,st)|0)+Math.imul(d,it)|0))<<13)|0;l=((n=n+Math.imul(d,st)|0)+(r>>>13)|0)+(gt>>>26)|0,gt&=67108863,s=Math.imul(w,B),r=(r=Math.imul(w,G))+Math.imul(N,B)|0,n=Math.imul(N,G),s=s+Math.imul(C,W)|0,r=(r=r+Math.imul(C,J)|0)+Math.imul(v,W)|0,n=n+Math.imul(v,J)|0,s=s+Math.imul(A,q)|0,r=(r=r+Math.imul(A,X)|0)+Math.imul(L,q)|0,n=n+Math.imul(L,X)|0,s=s+Math.imul(T,z)|0,r=(r=r+Math.imul(T,Q)|0)+Math.imul(g,z)|0,n=n+Math.imul(g,Q)|0,s=s+Math.imul(E,$)|0,r=(r=r+Math.imul(E,tt)|0)+Math.imul(m,$)|0,n=n+Math.imul(m,tt)|0,s=s+Math.imul(f,it)|0,r=(r=r+Math.imul(f,st)|0)+Math.imul(_,it)|0,n=n+Math.imul(_,st)|0;var yt=(l+(s=s+Math.imul(u,nt)|0)|0)+((8191&(r=(r=r+Math.imul(u,at)|0)+Math.imul(d,nt)|0))<<13)|0;l=((n=n+Math.imul(d,at)|0)+(r>>>13)|0)+(yt>>>26)|0,yt&=67108863,s=Math.imul(O,B),r=(r=Math.imul(O,G))+Math.imul(D,B)|0,n=Math.imul(D,G),s=s+Math.imul(w,W)|0,r=(r=r+Math.imul(w,J)|0)+Math.imul(N,W)|0,n=n+Math.imul(N,J)|0,s=s+Math.imul(C,q)|0,r=(r=r+Math.imul(C,X)|0)+Math.imul(v,q)|0,n=n+Math.imul(v,X)|0,s=s+Math.imul(A,z)|0,r=(r=r+Math.imul(A,Q)|0)+Math.imul(L,z)|0,n=n+Math.imul(L,Q)|0,s=s+Math.imul(T,$)|0,r=(r=r+Math.imul(T,tt)|0)+Math.imul(g,$)|0,n=n+Math.imul(g,tt)|0,s=s+Math.imul(E,it)|0,r=(r=r+Math.imul(E,st)|0)+Math.imul(m,it)|0,n=n+Math.imul(m,st)|0,s=s+Math.imul(f,nt)|0,r=(r=r+Math.imul(f,at)|0)+Math.imul(_,nt)|0,n=n+Math.imul(_,at)|0;var At=(l+(s=s+Math.imul(u,ht)|0)|0)+((8191&(r=(r=r+Math.imul(u,lt)|0)+Math.imul(d,ht)|0))<<13)|0;l=((n=n+Math.imul(d,lt)|0)+(r>>>13)|0)+(At>>>26)|0,At&=67108863,s=Math.imul(k,B),r=(r=Math.imul(k,G))+Math.imul(U,B)|0,n=Math.imul(U,G),s=s+Math.imul(O,W)|0,r=(r=r+Math.imul(O,J)|0)+Math.imul(D,W)|0,n=n+Math.imul(D,J)|0,s=s+Math.imul(w,q)|0,r=(r=r+Math.imul(w,X)|0)+Math.imul(N,q)|0,n=n+Math.imul(N,X)|0,s=s+Math.imul(C,z)|0,r=(r=r+Math.imul(C,Q)|0)+Math.imul(v,z)|0,n=n+Math.imul(v,Q)|0,s=s+Math.imul(A,$)|0,r=(r=r+Math.imul(A,tt)|0)+Math.imul(L,$)|0,n=n+Math.imul(L,tt)|0,s=s+Math.imul(T,it)|0,r=(r=r+Math.imul(T,st)|0)+Math.imul(g,it)|0,n=n+Math.imul(g,st)|0,s=s+Math.imul(E,nt)|0,r=(r=r+Math.imul(E,at)|0)+Math.imul(m,nt)|0,n=n+Math.imul(m,at)|0,s=s+Math.imul(f,ht)|0,r=(r=r+Math.imul(f,lt)|0)+Math.imul(_,ht)|0,n=n+Math.imul(_,lt)|0;var Lt=(l+(s=s+Math.imul(u,ut)|0)|0)+((8191&(r=(r=r+Math.imul(u,dt)|0)+Math.imul(d,ut)|0))<<13)|0;l=((n=n+Math.imul(d,dt)|0)+(r>>>13)|0)+(Lt>>>26)|0,Lt&=67108863,s=Math.imul(F,B),r=(r=Math.imul(F,G))+Math.imul(H,B)|0,n=Math.imul(H,G),s=s+Math.imul(k,W)|0,r=(r=r+Math.imul(k,J)|0)+Math.imul(U,W)|0,n=n+Math.imul(U,J)|0,s=s+Math.imul(O,q)|0,r=(r=r+Math.imul(O,X)|0)+Math.imul(D,q)|0,n=n+Math.imul(D,X)|0,s=s+Math.imul(w,z)|0,r=(r=r+Math.imul(w,Q)|0)+Math.imul(N,z)|0,n=n+Math.imul(N,Q)|0,s=s+Math.imul(C,$)|0,r=(r=r+Math.imul(C,tt)|0)+Math.imul(v,$)|0,n=n+Math.imul(v,tt)|0,s=s+Math.imul(A,it)|0,r=(r=r+Math.imul(A,st)|0)+Math.imul(L,it)|0,n=n+Math.imul(L,st)|0,s=s+Math.imul(T,nt)|0,r=(r=r+Math.imul(T,at)|0)+Math.imul(g,nt)|0,n=n+Math.imul(g,at)|0,s=s+Math.imul(E,ht)|0,r=(r=r+Math.imul(E,lt)|0)+Math.imul(m,ht)|0,n=n+Math.imul(m,lt)|0,s=s+Math.imul(f,ut)|0,r=(r=r+Math.imul(f,dt)|0)+Math.imul(_,ut)|0,n=n+Math.imul(_,dt)|0;var It=(l+(s=s+Math.imul(u,ft)|0)|0)+((8191&(r=(r=r+Math.imul(u,_t)|0)+Math.imul(d,ft)|0))<<13)|0;l=((n=n+Math.imul(d,_t)|0)+(r>>>13)|0)+(It>>>26)|0,It&=67108863,s=Math.imul(F,W),r=(r=Math.imul(F,J))+Math.imul(H,W)|0,n=Math.imul(H,J),s=s+Math.imul(k,q)|0,r=(r=r+Math.imul(k,X)|0)+Math.imul(U,q)|0,n=n+Math.imul(U,X)|0,s=s+Math.imul(O,z)|0,r=(r=r+Math.imul(O,Q)|0)+Math.imul(D,z)|0,n=n+Math.imul(D,Q)|0,s=s+Math.imul(w,$)|0,r=(r=r+Math.imul(w,tt)|0)+Math.imul(N,$)|0,n=n+Math.imul(N,tt)|0,s=s+Math.imul(C,it)|0,r=(r=r+Math.imul(C,st)|0)+Math.imul(v,it)|0,n=n+Math.imul(v,st)|0,s=s+Math.imul(A,nt)|0,r=(r=r+Math.imul(A,at)|0)+Math.imul(L,nt)|0,n=n+Math.imul(L,at)|0,s=s+Math.imul(T,ht)|0,r=(r=r+Math.imul(T,lt)|0)+Math.imul(g,ht)|0,n=n+Math.imul(g,lt)|0,s=s+Math.imul(E,ut)|0,r=(r=r+Math.imul(E,dt)|0)+Math.imul(m,ut)|0,n=n+Math.imul(m,dt)|0;var Ct=(l+(s=s+Math.imul(f,ft)|0)|0)+((8191&(r=(r=r+Math.imul(f,_t)|0)+Math.imul(_,ft)|0))<<13)|0;l=((n=n+Math.imul(_,_t)|0)+(r>>>13)|0)+(Ct>>>26)|0,Ct&=67108863,s=Math.imul(F,q),r=(r=Math.imul(F,X))+Math.imul(H,q)|0,n=Math.imul(H,X),s=s+Math.imul(k,z)|0,r=(r=r+Math.imul(k,Q)|0)+Math.imul(U,z)|0,n=n+Math.imul(U,Q)|0,s=s+Math.imul(O,$)|0,r=(r=r+Math.imul(O,tt)|0)+Math.imul(D,$)|0,n=n+Math.imul(D,tt)|0,s=s+Math.imul(w,it)|0,r=(r=r+Math.imul(w,st)|0)+Math.imul(N,it)|0,n=n+Math.imul(N,st)|0,s=s+Math.imul(C,nt)|0,r=(r=r+Math.imul(C,at)|0)+Math.imul(v,nt)|0,n=n+Math.imul(v,at)|0,s=s+Math.imul(A,ht)|0,r=(r=r+Math.imul(A,lt)|0)+Math.imul(L,ht)|0,n=n+Math.imul(L,lt)|0,s=s+Math.imul(T,ut)|0,r=(r=r+Math.imul(T,dt)|0)+Math.imul(g,ut)|0,n=n+Math.imul(g,dt)|0;var vt=(l+(s=s+Math.imul(E,ft)|0)|0)+((8191&(r=(r=r+Math.imul(E,_t)|0)+Math.imul(m,ft)|0))<<13)|0;l=((n=n+Math.imul(m,_t)|0)+(r>>>13)|0)+(vt>>>26)|0,vt&=67108863,s=Math.imul(F,z),r=(r=Math.imul(F,Q))+Math.imul(H,z)|0,n=Math.imul(H,Q),s=s+Math.imul(k,$)|0,r=(r=r+Math.imul(k,tt)|0)+Math.imul(U,$)|0,n=n+Math.imul(U,tt)|0,s=s+Math.imul(O,it)|0,r=(r=r+Math.imul(O,st)|0)+Math.imul(D,it)|0,n=n+Math.imul(D,st)|0,s=s+Math.imul(w,nt)|0,r=(r=r+Math.imul(w,at)|0)+Math.imul(N,nt)|0,n=n+Math.imul(N,at)|0,s=s+Math.imul(C,ht)|0,r=(r=r+Math.imul(C,lt)|0)+Math.imul(v,ht)|0,n=n+Math.imul(v,lt)|0,s=s+Math.imul(A,ut)|0,r=(r=r+Math.imul(A,dt)|0)+Math.imul(L,ut)|0,n=n+Math.imul(L,dt)|0;var bt=(l+(s=s+Math.imul(T,ft)|0)|0)+((8191&(r=(r=r+Math.imul(T,_t)|0)+Math.imul(g,ft)|0))<<13)|0;l=((n=n+Math.imul(g,_t)|0)+(r>>>13)|0)+(bt>>>26)|0,bt&=67108863,s=Math.imul(F,$),r=(r=Math.imul(F,tt))+Math.imul(H,$)|0,n=Math.imul(H,tt),s=s+Math.imul(k,it)|0,r=(r=r+Math.imul(k,st)|0)+Math.imul(U,it)|0,n=n+Math.imul(U,st)|0,s=s+Math.imul(O,nt)|0,r=(r=r+Math.imul(O,at)|0)+Math.imul(D,nt)|0,n=n+Math.imul(D,at)|0,s=s+Math.imul(w,ht)|0,r=(r=r+Math.imul(w,lt)|0)+Math.imul(N,ht)|0,n=n+Math.imul(N,lt)|0,s=s+Math.imul(C,ut)|0,r=(r=r+Math.imul(C,dt)|0)+Math.imul(v,ut)|0,n=n+Math.imul(v,dt)|0;var wt=(l+(s=s+Math.imul(A,ft)|0)|0)+((8191&(r=(r=r+Math.imul(A,_t)|0)+Math.imul(L,ft)|0))<<13)|0;l=((n=n+Math.imul(L,_t)|0)+(r>>>13)|0)+(wt>>>26)|0,wt&=67108863,s=Math.imul(F,it),r=(r=Math.imul(F,st))+Math.imul(H,it)|0,n=Math.imul(H,st),s=s+Math.imul(k,nt)|0,r=(r=r+Math.imul(k,at)|0)+Math.imul(U,nt)|0,n=n+Math.imul(U,at)|0,s=s+Math.imul(O,ht)|0,r=(r=r+Math.imul(O,lt)|0)+Math.imul(D,ht)|0,n=n+Math.imul(D,lt)|0,s=s+Math.imul(w,ut)|0,r=(r=r+Math.imul(w,dt)|0)+Math.imul(N,ut)|0,n=n+Math.imul(N,dt)|0;var Nt=(l+(s=s+Math.imul(C,ft)|0)|0)+((8191&(r=(r=r+Math.imul(C,_t)|0)+Math.imul(v,ft)|0))<<13)|0;l=((n=n+Math.imul(v,_t)|0)+(r>>>13)|0)+(Nt>>>26)|0,Nt&=67108863,s=Math.imul(F,nt),r=(r=Math.imul(F,at))+Math.imul(H,nt)|0,n=Math.imul(H,at),s=s+Math.imul(k,ht)|0,r=(r=r+Math.imul(k,lt)|0)+Math.imul(U,ht)|0,n=n+Math.imul(U,lt)|0,s=s+Math.imul(O,ut)|0,r=(r=r+Math.imul(O,dt)|0)+Math.imul(D,ut)|0,n=n+Math.imul(D,dt)|0;var St=(l+(s=s+Math.imul(w,ft)|0)|0)+((8191&(r=(r=r+Math.imul(w,_t)|0)+Math.imul(N,ft)|0))<<13)|0;l=((n=n+Math.imul(N,_t)|0)+(r>>>13)|0)+(St>>>26)|0,St&=67108863,s=Math.imul(F,ht),r=(r=Math.imul(F,lt))+Math.imul(H,ht)|0,n=Math.imul(H,lt),s=s+Math.imul(k,ut)|0,r=(r=r+Math.imul(k,dt)|0)+Math.imul(U,ut)|0,n=n+Math.imul(U,dt)|0;var Ot=(l+(s=s+Math.imul(O,ft)|0)|0)+((8191&(r=(r=r+Math.imul(O,_t)|0)+Math.imul(D,ft)|0))<<13)|0;l=((n=n+Math.imul(D,_t)|0)+(r>>>13)|0)+(Ot>>>26)|0,Ot&=67108863,s=Math.imul(F,ut),r=(r=Math.imul(F,dt))+Math.imul(H,ut)|0,n=Math.imul(H,dt);var Dt=(l+(s=s+Math.imul(k,ft)|0)|0)+((8191&(r=(r=r+Math.imul(k,_t)|0)+Math.imul(U,ft)|0))<<13)|0;l=((n=n+Math.imul(U,_t)|0)+(r>>>13)|0)+(Dt>>>26)|0,Dt&=67108863;var Mt=(l+(s=Math.imul(F,ft))|0)+((8191&(r=(r=Math.imul(F,_t))+Math.imul(H,ft)|0))<<13)|0;return l=((n=Math.imul(H,_t))+(r>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,h[0]=xt,h[1]=Et,h[2]=mt,h[3]=Rt,h[4]=Tt,h[5]=gt,h[6]=yt,h[7]=At,h[8]=Lt,h[9]=It,h[10]=Ct,h[11]=vt,h[12]=bt,h[13]=wt,h[14]=Nt,h[15]=St,h[16]=Ot,h[17]=Dt,h[18]=Mt,0!==l&&(h[19]=l,i.length++),i};function f(t,e,i){return(new _).mulp(t,e,i)}function _(t,e){this.x=t,this.y=e}Math.imul||(p=d),n.prototype.mulTo=function(t,e){var i=this.length+t.length;return 10===this.length&&10===t.length?p(this,t,e):i<63?d(this,t,e):i<1024?function(t,e,i){i.negative=e.negative^t.negative,i.length=t.length+e.length;for(var s=0,r=0,n=0;n>>26)|0)>>>26,a&=67108863}i.words[n]=o,s=a,a=r}return 0!==s?i.words[n]=s:i.length--,i.strip()}(this,t,e):f(this,t,e)},_.prototype.makeRBT=function(t){for(var e=new Array(t),i=n.prototype._countBits(t)-1,s=0;s>=1;return s},_.prototype.permute=function(t,e,i,s,r,n){for(var a=0;a>>=1)r++;return 1<>>=13,i[2*a+1]=8191&n,n>>>=13;for(a=2*e;a>=26,e+=r/67108864|0,e+=n>>>26,this.words[i]=67108863&n}return 0!==e&&(this.words[i]=e,this.length++),this},n.prototype.muln=function(t){return this.clone().imuln(t)},n.prototype.sqr=function(){return this.mul(this)},n.prototype.isqr=function(){return this.imul(this.clone())},n.prototype.pow=function(t){var e=function(t){for(var e=new Array(t.bitLength()),i=0;i>>r}return e}(t);if(0===e.length)return new n(1);for(var i=this,s=0;s=0);var e,i=t%26,r=(t-i)/26,n=67108863>>>26-i<<26-i;if(0!==i){var a=0;for(e=0;e>>26-i}a&&(this.words[e]=a,this.length++)}if(0!==r){for(e=this.length-1;e>=0;e--)this.words[e+r]=this.words[e];for(e=0;e=0),r=e?(e-e%26)/26:0;var n=t%26,a=Math.min((t-n)/26,this.length),o=67108863^67108863>>>n<a)for(this.length-=a,l=0;l=0&&(0!==c||l>=r);l--){var u=0|this.words[l];this.words[l]=c<<26-n|u>>>n,c=u&o}return h&&0!==c&&(h.words[h.length++]=c),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},n.prototype.ishrn=function(t,e,i){return s(0===this.negative),this.iushrn(t,e,i)},n.prototype.shln=function(t){return this.clone().ishln(t)},n.prototype.ushln=function(t){return this.clone().iushln(t)},n.prototype.shrn=function(t){return this.clone().ishrn(t)},n.prototype.ushrn=function(t){return this.clone().iushrn(t)},n.prototype.testn=function(t){s("number"==typeof t&&t>=0);var e=t%26,i=(t-e)/26,r=1<=0);var e=t%26,i=(t-e)/26;if(s(0===this.negative,"imaskn works only with positive numbers"),this.length<=i)return this;if(0!==e&&i++,this.length=Math.min(i,this.length),0!==e){var r=67108863^67108863>>>e<=67108864;e++)this.words[e]-=67108864,e===this.length-1?this.words[e+1]=1:this.words[e+1]++;return this.length=Math.max(this.length,e+1),this},n.prototype.isubn=function(t){if(s("number"==typeof t),s(t<67108864),t<0)return this.iaddn(-t);if(0!==this.negative)return this.negative=0,this.iaddn(t),this.negative=1,this;if(this.words[0]-=t,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var e=0;e>26)-(h/67108864|0),this.words[r+i]=67108863&n}for(;r>26,this.words[r+i]=67108863&n;if(0===o)return this.strip();for(s(-1===o),o=0,r=0;r>26,this.words[r]=67108863&n;return this.negative=1,this.strip()},n.prototype._wordDiv=function(t,e){var i=(this.length,t.length),s=this.clone(),r=t,a=0|r.words[r.length-1];0!==(i=26-this._countBits(a))&&(r=r.ushln(i),s.iushln(i),a=0|r.words[r.length-1]);var o,h=s.length-r.length;if("mod"!==e){(o=new n(null)).length=h+1,o.words=new Array(o.length);for(var l=0;l=0;u--){var d=67108864*(0|s.words[r.length+u])+(0|s.words[r.length+u-1]);for(d=Math.min(d/a|0,67108863),s._ishlnsubmul(r,d,u);0!==s.negative;)d--,s.negative=0,s._ishlnsubmul(r,1,u),s.isZero()||(s.negative^=1);o&&(o.words[u]=d)}return o&&o.strip(),s.strip(),"div"!==e&&0!==i&&s.iushrn(i),{div:o||null,mod:s}},n.prototype.divmod=function(t,e,i){return s(!t.isZero()),this.isZero()?{div:new n(0),mod:new n(0)}:0!==this.negative&&0===t.negative?(o=this.neg().divmod(t,e),"mod"!==e&&(r=o.div.neg()),"div"!==e&&(a=o.mod.neg(),i&&0!==a.negative&&a.iadd(t)),{div:r,mod:a}):0===this.negative&&0!==t.negative?(o=this.divmod(t.neg(),e),"mod"!==e&&(r=o.div.neg()),{div:r,mod:o.mod}):0!=(this.negative&t.negative)?(o=this.neg().divmod(t.neg(),e),"div"!==e&&(a=o.mod.neg(),i&&0!==a.negative&&a.isub(t)),{div:o.div,mod:a}):t.length>this.length||this.cmp(t)<0?{div:new n(0),mod:this}:1===t.length?"div"===e?{div:this.divn(t.words[0]),mod:null}:"mod"===e?{div:null,mod:new n(this.modn(t.words[0]))}:{div:this.divn(t.words[0]),mod:new n(this.modn(t.words[0]))}:this._wordDiv(t,e);var r,a,o},n.prototype.div=function(t){return this.divmod(t,"div",!1).div},n.prototype.mod=function(t){return this.divmod(t,"mod",!1).mod},n.prototype.umod=function(t){return this.divmod(t,"mod",!0).mod},n.prototype.divRound=function(t){var e=this.divmod(t);if(e.mod.isZero())return e.div;var i=0!==e.div.negative?e.mod.isub(t):e.mod,s=t.ushrn(1),r=t.andln(1),n=i.cmp(s);return n<0||1===r&&0===n?e.div:0!==e.div.negative?e.div.isubn(1):e.div.iaddn(1)},n.prototype.modn=function(t){s(t<=67108863);for(var e=(1<<26)%t,i=0,r=this.length-1;r>=0;r--)i=(e*i+(0|this.words[r]))%t;return i},n.prototype.idivn=function(t){s(t<=67108863);for(var e=0,i=this.length-1;i>=0;i--){var r=(0|this.words[i])+67108864*e;this.words[i]=r/t|0,e=r%t}return this.strip()},n.prototype.divn=function(t){return this.clone().idivn(t)},n.prototype.egcd=function(t){s(0===t.negative),s(!t.isZero());var e=this,i=t.clone();e=0!==e.negative?e.umod(t):e.clone();for(var r=new n(1),a=new n(0),o=new n(0),h=new n(1),l=0;e.isEven()&&i.isEven();)e.iushrn(1),i.iushrn(1),++l;for(var c=i.clone(),u=e.clone();!e.isZero();){for(var d=0,p=1;0==(e.words[0]&p)&&d<26;++d,p<<=1);if(d>0)for(e.iushrn(d);d-- >0;)(r.isOdd()||a.isOdd())&&(r.iadd(c),a.isub(u)),r.iushrn(1),a.iushrn(1);for(var f=0,_=1;0==(i.words[0]&_)&&f<26;++f,_<<=1);if(f>0)for(i.iushrn(f);f-- >0;)(o.isOdd()||h.isOdd())&&(o.iadd(c),h.isub(u)),o.iushrn(1),h.iushrn(1);e.cmp(i)>=0?(e.isub(i),r.isub(o),a.isub(h)):(i.isub(e),o.isub(r),h.isub(a))}return{a:o,b:h,gcd:i.iushln(l)}},n.prototype._invmp=function(t){s(0===t.negative),s(!t.isZero());var e=this,i=t.clone();e=0!==e.negative?e.umod(t):e.clone();for(var r,a=new n(1),o=new n(0),h=i.clone();e.cmpn(1)>0&&i.cmpn(1)>0;){for(var l=0,c=1;0==(e.words[0]&c)&&l<26;++l,c<<=1);if(l>0)for(e.iushrn(l);l-- >0;)a.isOdd()&&a.iadd(h),a.iushrn(1);for(var u=0,d=1;0==(i.words[0]&d)&&u<26;++u,d<<=1);if(u>0)for(i.iushrn(u);u-- >0;)o.isOdd()&&o.iadd(h),o.iushrn(1);e.cmp(i)>=0?(e.isub(i),a.isub(o)):(i.isub(e),o.isub(a))}return(r=0===e.cmpn(1)?a:o).cmpn(0)<0&&r.iadd(t),r},n.prototype.gcd=function(t){if(this.isZero())return t.abs();if(t.isZero())return this.abs();var e=this.clone(),i=t.clone();e.negative=0,i.negative=0;for(var s=0;e.isEven()&&i.isEven();s++)e.iushrn(1),i.iushrn(1);for(;;){for(;e.isEven();)e.iushrn(1);for(;i.isEven();)i.iushrn(1);var r=e.cmp(i);if(r<0){var n=e;e=i,i=n}else if(0===r||0===i.cmpn(1))break;e.isub(i)}return i.iushln(s)},n.prototype.invm=function(t){return this.egcd(t).a.umod(t)},n.prototype.isEven=function(){return 0==(1&this.words[0])},n.prototype.isOdd=function(){return 1==(1&this.words[0])},n.prototype.andln=function(t){return this.words[0]&t},n.prototype.bincn=function(t){s("number"==typeof t);var e=t%26,i=(t-e)/26,r=1<>>26,o&=67108863,this.words[a]=o}return 0!==n&&(this.words[a]=n,this.length++),this},n.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},n.prototype.cmpn=function(t){var e,i=t<0;if(0!==this.negative&&!i)return-1;if(0===this.negative&&i)return 1;if(this.strip(),this.length>1)e=1;else{i&&(t=-t),s(t<=67108863,"Number is too big");var r=0|this.words[0];e=r===t?0:rt.length)return 1;if(this.length=0;i--){var s=0|this.words[i],r=0|t.words[i];if(s!==r){sr&&(e=1);break}}return e},n.prototype.gtn=function(t){return 1===this.cmpn(t)},n.prototype.gt=function(t){return 1===this.cmp(t)},n.prototype.gten=function(t){return this.cmpn(t)>=0},n.prototype.gte=function(t){return this.cmp(t)>=0},n.prototype.ltn=function(t){return-1===this.cmpn(t)},n.prototype.lt=function(t){return-1===this.cmp(t)},n.prototype.lten=function(t){return this.cmpn(t)<=0},n.prototype.lte=function(t){return this.cmp(t)<=0},n.prototype.eqn=function(t){return 0===this.cmpn(t)},n.prototype.eq=function(t){return 0===this.cmp(t)},n.red=function(t){return new y(t)},n.prototype.toRed=function(t){return s(!this.red,"Already a number in reduction context"),s(0===this.negative,"red works only with positives"),t.convertTo(this)._forceRed(t)},n.prototype.fromRed=function(){return s(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},n.prototype._forceRed=function(t){return this.red=t,this},n.prototype.forceRed=function(t){return s(!this.red,"Already a number in reduction context"),this._forceRed(t)},n.prototype.redAdd=function(t){return s(this.red,"redAdd works only with red numbers"),this.red.add(this,t)},n.prototype.redIAdd=function(t){return s(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,t)},n.prototype.redSub=function(t){return s(this.red,"redSub works only with red numbers"),this.red.sub(this,t)},n.prototype.redISub=function(t){return s(this.red,"redISub works only with red numbers"),this.red.isub(this,t)},n.prototype.redShl=function(t){return s(this.red,"redShl works only with red numbers"),this.red.shl(this,t)},n.prototype.redMul=function(t){return s(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.mul(this,t)},n.prototype.redIMul=function(t){return s(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.imul(this,t)},n.prototype.redSqr=function(){return s(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},n.prototype.redISqr=function(){return s(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},n.prototype.redSqrt=function(){return s(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},n.prototype.redInvm=function(){return s(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},n.prototype.redNeg=function(){return s(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},n.prototype.redPow=function(t){return s(this.red&&!t.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,t)};var x={k256:null,p224:null,p192:null,p25519:null};function E(t,e){this.name=t,this.p=new n(e,16),this.n=this.p.bitLength(),this.k=new n(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function m(){E.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function R(){E.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function T(){E.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function g(){E.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function y(t){if("string"==typeof t){var e=n._prime(t);this.m=e.p,this.prime=e}else s(t.gtn(1),"modulus must be greater than 1"),this.m=t,this.prime=null}function A(t){y.call(this,t),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new n(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}E.prototype._tmp=function(){var t=new n(null);return t.words=new Array(Math.ceil(this.n/13)),t},E.prototype.ireduce=function(t){var e,i=t;do{this.split(i,this.tmp),e=(i=(i=this.imulK(i)).iadd(this.tmp)).bitLength()}while(e>this.n);var s=e0?i.isub(this.p):void 0!==i.strip?i.strip():i._strip(),i},E.prototype.split=function(t,e){t.iushrn(this.n,0,e)},E.prototype.imulK=function(t){return t.imul(this.k)},r(m,E),m.prototype.split=function(t,e){for(var i=4194303,s=Math.min(t.length,9),r=0;r>>22,n=a}n>>>=22,t.words[r-10]=n,0===n&&t.length>10?t.length-=10:t.length-=9},m.prototype.imulK=function(t){t.words[t.length]=0,t.words[t.length+1]=0,t.length+=2;for(var e=0,i=0;i>>=26,t.words[i]=r,e=s}return 0!==e&&(t.words[t.length++]=e),t},n._prime=function(t){if(x[t])return x[t];var e;if("k256"===t)e=new m;else if("p224"===t)e=new R;else if("p192"===t)e=new T;else{if("p25519"!==t)throw new Error("Unknown prime "+t);e=new g}return x[t]=e,e},y.prototype._verify1=function(t){s(0===t.negative,"red works only with positives"),s(t.red,"red works only with red numbers")},y.prototype._verify2=function(t,e){s(0==(t.negative|e.negative),"red works only with positives"),s(t.red&&t.red===e.red,"red works only with red numbers")},y.prototype.imod=function(t){return this.prime?this.prime.ireduce(t)._forceRed(this):t.umod(this.m)._forceRed(this)},y.prototype.neg=function(t){return t.isZero()?t.clone():this.m.sub(t)._forceRed(this)},y.prototype.add=function(t,e){this._verify2(t,e);var i=t.add(e);return i.cmp(this.m)>=0&&i.isub(this.m),i._forceRed(this)},y.prototype.iadd=function(t,e){this._verify2(t,e);var i=t.iadd(e);return i.cmp(this.m)>=0&&i.isub(this.m),i},y.prototype.sub=function(t,e){this._verify2(t,e);var i=t.sub(e);return i.cmpn(0)<0&&i.iadd(this.m),i._forceRed(this)},y.prototype.isub=function(t,e){this._verify2(t,e);var i=t.isub(e);return i.cmpn(0)<0&&i.iadd(this.m),i},y.prototype.shl=function(t,e){return this._verify1(t),this.imod(t.ushln(e))},y.prototype.imul=function(t,e){return this._verify2(t,e),this.imod(t.imul(e))},y.prototype.mul=function(t,e){return this._verify2(t,e),this.imod(t.mul(e))},y.prototype.isqr=function(t){return this.imul(t,t.clone())},y.prototype.sqr=function(t){return this.mul(t,t)},y.prototype.sqrt=function(t){if(t.isZero())return t.clone();var e=this.m.andln(3);if(s(e%2==1),3===e){var i=this.m.add(new n(1)).iushrn(2);return this.pow(t,i)}for(var r=this.m.subn(1),a=0;!r.isZero()&&0===r.andln(1);)a++,r.iushrn(1);s(!r.isZero());var o=new n(1).toRed(this),h=o.redNeg(),l=this.m.subn(1).iushrn(1),c=this.m.bitLength();for(c=new n(2*c*c).toRed(this);0!==this.pow(c,l).cmp(h);)c.redIAdd(h);for(var u=this.pow(c,r),d=this.pow(t,r.addn(1).iushrn(1)),p=this.pow(t,r),f=a;0!==p.cmp(o);){for(var _=p,x=0;0!==_.cmp(o);x++)_=_.redSqr();s(x=0;s--){for(var l=e.words[s],c=h-1;c>=0;c--){var u=l>>c&1;r!==i[0]&&(r=this.sqr(r)),0!==u||0!==a?(a<<=1,a|=u,(4===++o||0===s&&0===c)&&(r=this.mul(r,i[a]),o=0,a=0)):o=0}h=26}return r},y.prototype.convertTo=function(t){var e=t.umod(this.m);return e===t?e.clone():e},y.prototype.convertFrom=function(t){var e=t.clone();return e.red=null,e},n.mont=function(t){return new A(t)},r(A,y),A.prototype.convertTo=function(t){return this.imod(t.ushln(this.shift))},A.prototype.convertFrom=function(t){var e=this.imod(t.mul(this.rinv));return e.red=null,e},A.prototype.imul=function(t,e){if(t.isZero()||e.isZero())return t.words[0]=0,t.length=1,t;var i=t.imul(e),s=i.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),r=i.isub(s).iushrn(this.shift),n=r;return r.cmp(this.m)>=0?n=r.isub(this.m):r.cmpn(0)<0&&(n=r.iadd(this.m)),n._forceRed(this)},A.prototype.mul=function(t,e){if(t.isZero()||e.isZero())return new n(0)._forceRed(this);var i=t.mul(e),s=i.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),r=i.isub(s).iushrn(this.shift),a=r;return r.cmp(this.m)>=0?a=r.isub(this.m):r.cmpn(0)<0&&(a=r.iadd(this.m)),a._forceRed(this)},A.prototype.invm=function(t){return this.imod(t._invmp(this.m).mul(this.r2))._forceRed(this)}}(t,this)}).call(this,i(159)(t))},function(t,e){var i;i=function(){return this}();try{i=i||new Function("return this")()}catch(t){"object"==typeof window&&(i=window)}t.exports=i},function(t,e,i){"use strict";var s=i(103),r=["kind","resolve","construct","instanceOf","predicate","represent","defaultStyle","styleAliases"],n=["scalar","sequence","mapping"];t.exports=function(t,e){var i,a;if(e=e||{},Object.keys(e).forEach((function(e){if(-1===r.indexOf(e))throw new s('Unknown option "'+e+'" is met in definition of "'+t+'" YAML type.')})),this.tag=t,this.kind=e.kind||null,this.resolve=e.resolve||function(){return!0},this.construct=e.construct||function(t){return t},this.instanceOf=e.instanceOf||null,this.predicate=e.predicate||null,this.represent=e.represent||null,this.defaultStyle=e.defaultStyle||null,this.styleAliases=(i=e.styleAliases||null,a={},null!==i&&Object.keys(i).forEach((function(t){i[t].forEach((function(e){a[String(e)]=t}))})),a),-1===n.indexOf(this.kind))throw new s('Unknown kind "'+this.kind+'" is specified for "'+t+'" YAML type.')}},function(t,e,i){"use strict";i.r(e),i.d(e,"MatchingPatternConstraint",(function(){return a})),i.d(e,"MatchingCollectionConstraint",(function(){return h})),i.d(e,"MatchingExpressionConstraint",(function(){return c}));var s=i(3),r=i(2),n=i(6);class a{constructor(t){this.expression=t,this.pattern=null}checkValue(t,e){if(null==this.pattern){const e=this.expression.interpret(t);this.pattern=new RegExp(e)}if(!this.pattern.test(e.toString()))throw new s.InvalidDataError(e.toString()+" does not match:"+this.pattern.toString())}toDialect(t){t.append(" matching "),this.expression.toDialect(t)}declare(t,e,i){t=t.newChildTranspiler();const s=new r.Identifier("value");t.context.registerValue(new n.Variable(s,i)),this.expression.declare(t),this.transpile=function(t){this.transpileChecker(t,e,i)},t.declare(this)}transpileChecker(t,e,i){t.append("function $check_").append(e).append("(value) {").indent(),t=t.newChildTranspiler();const s=new r.Identifier("value");t.context.registerValue(new n.Variable(s,i)),t.append("if(new RegExp("),this.expression.transpile(t),t.append(").test(value))").indent(),t.append("return value;").dedent(),t.append("else").indent(),t.append("throw new IllegalValueError((value == null ? 'null' : value.toString()) + ' does not match: ").append(this.expression.toString()).append("');").dedent(),t.dedent().append("}").newLine(),t.flush()}}var o=i(7);class h{constructor(t){this.collection=t}checkValue(t,e){const i=this.collection.interpret(t);if(!i.hasItem)throw new s.InvalidDataError("Not a collection: "+this.collection.toString());if(!i.hasItem(t,e))throw new s.InvalidDataError(e.toString()+" is not in: "+this.collection.toString())}toDialect(t){t.append(" in "),this.collection.toDialect(t)}declare(t,e,i){t=t.newChildTranspiler();const s=new r.Identifier("value");t.context.registerValue(new n.Variable(s,i)),this.collection.declare(t),this.transpile=function(t){this.transpileChecker(t,e,i)},t.declare(this),t.require(o.StrictSet)}transpileChecker(t,e,i){t.append("function $check_").append(e).append("(value) {").indent(),t=t.newChildTranspiler();const s=new r.Identifier("value");t.context.registerValue(new n.Variable(s,i)),t.append("if("),this.collection.transpile(t),t.append(".has(value))").indent(),t.append("return value;").dedent(),t.append("else").indent(),t.append("throw new IllegalValueError((value == null ? 'null' : value.toString()) + ' is not in: \"").append(this.collection.toString()).append("\"');").dedent(),t.dedent().append("}").newLine(),t.flush()}}var l=i(1);class c{constructor(t){this.expression=t}checkValue(t,e){const i=t.newChildContext(),a=new r.Identifier("value");i.registerValue(new n.Variable(a,l.AnyType.instance)),i.setValue(a,e);if(!this.expression.interpret(i).value)throw new s.InvalidDataError((null==e?"null":e.toString())+" does not match:"+this.expression.toString())}toDialect(t){t.append(" matching "),this.expression.toDialect(t)}declare(t,e,i){t=t.newChildTranspiler();const s=new r.Identifier("value");t.context.registerValue(new n.Variable(s,i)),this.expression.declare(t),this.transpile=function(t){this.transpileChecker(t,e,i)},t.declare(this)}transpileChecker(t,e,i){t.append("function $check_").append(e).append("(value) {").indent(),t=t.newChildTranspiler();const s=new r.Identifier("value");t.context.registerValue(new n.Variable(s,i)),t.append("if("),this.expression.transpile(t),t.append(")").indent(),t.append("return value;").dedent(),t.append("else").indent(),t.append("throw new IllegalValueError((value == null ? 'null' : value.toString()) + ' does not match: \"").append(this.expression.toString()).append("\"');").dedent(),t.dedent().append("}").newLine(),t.flush()}}},function(t,e,i){"use strict";i.d(e,"a",(function(){return h}));var s=i(25),r=i(3),n=i(1),a=i(12);let o;Promise.resolve().then(i.bind(null,142)).then((t=>o=t.default));class h extends s.a{constructor(t){super(),this.id=t}get name(){return this.id.name}anyfy(){return this}resolve(t,e){return this}isMutable(t){return!1}asMutable(t,e){if(!e)return this;t.problemListener.reportError(this,this.name+" cannot be mutable")}isStorable(t){return!1}getTranspiledName(){return this.name}toString(){return this.name}equals(t){return t instanceof h&&this.name===t.name}isAssignableFrom(t,e){return this===e||this.equals(e)||e===n.NullType.instance}getMemberMethods(t,e){return[]}getStaticMemberMethods(t,e){return[]}transpile(t){throw new Error("Transpile not implemented by "+this.constructor.name)}transpileAssignMemberValue(t,e,i){throw new r.SyntaxError("Cannot transpile assign member value from "+this.name)}transpileAssignItemValue(t,e,i){throw new r.SyntaxError("Cannot transpile assign item value from "+this.name)}checkAdd(t,e,i,s){if(i instanceof n.EnumeratedNativeType)return this.checkAdd(t,e,i.derivedFrom,s);if(s)return i.checkAdd(t,e,this,!1);{const r=s?i:this,a="Cannot add "+(s?this:i).name+" and "+r.name;return t.problemListener.reportIllegalOperation(e,a),n.VoidType.instance}}declareAdd(t,e,i,s,a){if(e instanceof n.EnumeratedNativeType)return this.declareAdd(t,e.derivedFrom,i,s,a);if(i)return e.declareAdd(t,this,!1,a,s);throw new r.SyntaxError("Cannot declare add "+this.name+" to "+e.name)}transpileAdd(t,e,i,s,a){if(e instanceof n.EnumeratedNativeType)return this.transpileAdd(t,e.derivedFrom,i,s,a);if(i)return e.transpileAdd(t,this,!1,a,s);throw new r.SyntaxError("Cannot transpile add "+this.name+" to "+e.name)}checkSubtract(t,e){if(e instanceof n.EnumeratedNativeType)return this.checkSubtract(t,e.derivedFrom);throw new r.SyntaxError("Cannot substract "+this.name+" from "+e.name)}declareSubtract(t,e,i,s){if(e instanceof n.EnumeratedNativeType)return this.declareSubtract(t,e.derivedFrom,i,s);throw new r.SyntaxError("Cannot declare substract "+this.name+" to "+e.name)}transpileSubtract(t,e,i,s){if(e instanceof n.EnumeratedNativeType)return this.transpileSubtract(t,e.derivedFrom,i,s);throw new r.SyntaxError("Cannot transpile substract "+this.name+" to "+e.name)}checkDivide(t,e){if(e instanceof n.EnumeratedNativeType)return this.checkDivide(t,e.derivedFrom);throw new r.SyntaxError("Cannot divide "+this.name+" with "+e.name)}declareDivide(t,e,i,s){if(e instanceof n.EnumeratedNativeType)return this.declareDivide(t,e.derivedFrom,i,s);throw new r.SyntaxError("Cannot declare divide "+this.name+" to "+e.name)}transpileDivide(t,e,i,s){if(e instanceof n.EnumeratedNativeType)return this.transpileDivide(t,e.derivedFrom,i,s);throw new r.SyntaxError("Cannot transpile divide "+this.name+" to "+e.name)}checkIntDivide(t,e){if(e instanceof n.EnumeratedNativeType)return this.checkIntDivide(t,e.derivedFrom);throw new r.SyntaxError("Cannot divide "+this.name+" with "+e.name)}declareIntDivide(t,e,i,s){if(e instanceof n.EnumeratedNativeType)return this.declareIntDivide(t,e.derivedFrom,i,s);throw new r.SyntaxError("Cannot declare int divide "+this.name+" to "+e.name)}transpileIntDivide(t,e,i,s){if(e instanceof n.EnumeratedNativeType)return this.transpileIntDivide(t,e.derivedFrom,i,s);throw new r.SyntaxError("Cannot transpile int divide "+this.name+" to "+e.name)}checkModulo(t,e){if(e instanceof n.EnumeratedNativeType)return this.checkModulo(t,e.derivedFrom);throw new r.SyntaxError("Cannot modulo "+this.name+" with "+e.name)}declareModulo(t,e,i,s){if(e instanceof n.EnumeratedNativeType)return this.declareModulo(t,e.derivedFrom,i,s);throw new r.SyntaxError("Cannot declare modulo "+this.name+" to "+e.name)}transpileModulo(t,e,i,s){if(e instanceof n.EnumeratedNativeType)return this.transpileModulo(t,e.derivedFrom,i,s);throw new r.SyntaxError("Cannot transpile modulo "+this.name+" to "+e.name)}checkMultiply(t,e,i){if(e instanceof n.EnumeratedNativeType)return this.checkMultiply(t,e.derivedFrom,i);if(i)return e.checkMultiply(t,this,!1);throw new r.SyntaxError("Cannot multiply "+this.name+" with "+e.name)}declareMultiply(t,e,i,s,a){if(e instanceof n.EnumeratedNativeType)return this.declareMultiply(t,e.derivedFrom,i,s,a);if(i)return e.declareMultiply(t,this,!1,a,s);throw new r.SyntaxError("Cannot declare multiply "+this.name+" to "+e.name)}transpileMultiply(t,e,i,s,a){if(e instanceof n.EnumeratedNativeType)return this.transpileMultiply(t,e.derivedFrom,i,s,a);if(i)return e.transpileMultiply(t,this,!1,a,s);throw new r.SyntaxError("Cannot transpile multiply "+this.name+" to "+e.name)}checkMinus(t){if(this instanceof n.EnumeratedNativeType)return this.derivedFrom.checkMinus(t);throw new r.SyntaxError("Cannot negate "+this.name)}declareMinus(t,e){if(this instanceof n.EnumeratedNativeType)return this.derivedFrom.declareMinus(t,e);throw new r.SyntaxError("Cannot declare negate "+this.name)}transpileMinus(t,e){if(this instanceof n.EnumeratedNativeType)return this.derivedFrom.transpileMinus(t,e);throw new r.SyntaxError("Cannot transpile negate of "+this.name)}checkCompare(t,e,i){return i instanceof n.EnumeratedNativeType?this.checkCompare(t,e,i.derivedFrom):(t.problemListener.reportError(e,"Cannot compare "+this.name+" and "+i.name),n.BooleanType.instance)}declareCompare(t,e){if(e instanceof n.EnumeratedNativeType)return this.declareCompare(t,e.derivedFrom);throw new r.SyntaxError(this.name+" cannot declare compare "+e.name)}transpileCompare(t,e,i,s,a){if(e instanceof n.EnumeratedNativeType)return this.transpileCompare(t,e.derivedFrom,i,s,a);throw new r.SyntaxError(this.name+" cannot transpile compare "+e.name)}checkContains(t,e,i){return i instanceof n.EnumeratedNativeType?this.checkContains(t,e,i.derivedFrom):(t.problemListener.reportError(e,this.name+" cannot contain "+i.name),n.BooleanType.instance)}declareContains(t,e,i,s){if(e instanceof n.EnumeratedNativeType)return this.declareContains(t,e.derivedFrom,i,s);throw new r.SyntaxError(this.name+" cannot declare contain "+e.name)}transpileContains(t,e,i,s){if(e instanceof n.EnumeratedNativeType)return this.transpileContains(t,e.derivedFrom,i,s);throw new r.SyntaxError(this.name+" cannot transpile contain "+e.name)}checkHasAllOrAny(t,e){if(e instanceof n.EnumeratedNativeType)return this.checkHasAllOrAny(t,e.derivedFrom);throw new r.SyntaxError(this.name+" cannot have all or any "+e.name)}declareHasAllOrAny(t,e,i,s){if(e instanceof n.EnumeratedNativeType)return this.declareHasAllOrAny(t,e.derivedFrom,i,s);throw new r.SyntaxError(this.name+" cannot declare have all or any "+e.name)}transpileHasAllValue(t,e,i,s){if(e instanceof n.EnumeratedNativeType)return this.transpileHasAllValue(t,e.derivedFrom,i,s);throw new r.SyntaxError(this.name+" cannot transpile has all "+e.name)}transpileHasAnyValue(t,e,i,s){if(e instanceof n.EnumeratedNativeType)return this.transpileHasAnyValue(t,e.derivedFrom,i,s);throw new r.SyntaxError(this.name+" cannot transpile has any "+e.name)}transpileHasAllPredicate(t,e,i,s){if(e instanceof n.EnumeratedNativeType)return this.transpileHasAllPredicate(t,e.derivedFrom,i,s);throw new r.SyntaxError(this.name+" cannot transpile has all "+e.name)}transpileHasAnyPredicate(t,e,i,s){if(e instanceof n.EnumeratedNativeType)return this.transpileHasAnyPredicate(t,e.derivedFrom,i,s);throw new r.SyntaxError(this.name+" cannot transpile has any "+e.name)}checkItem(t,e,i){return e instanceof n.EnumeratedNativeType?this.checkItem(t,e.derivedFrom,i):(t.problemListener.reportError(i,"Invalid [] operator for: "+this.name),n.VoidType.instance)}declareItem(t,e,i){if(e instanceof n.EnumeratedNativeType)return this.declareItem(t,e.derivedFrom,i);throw new r.SyntaxError("Cannot declare item from: "+this.name)}transpileItem(t,e,i){if(e instanceof n.EnumeratedNativeType)return this.transpileItem(t,e.derivedFrom);throw new r.SyntaxError("Cannot transpile item from: "+this.name)}checkMember(t,e,i){return"text"===i.name||"json"===i.name?n.TextType.instance:(t.problemListener.reportUnknownAttribute(e,i.name),n.VoidType.instance)}checkStaticMember(t,e,i){return t.problemListener.reportUnknownAttribute(e,i.name),n.VoidType.instance}declareMember(t,e,i){switch(i.name){case"text":break;case"json":t.require(a.convertToJson),t.require(a.convertToJsonNode);break;default:t.context.problemListener.reportUnknownAttribute(e,i.name)}}transpileMember(t,e){switch(e.name){case"text":t.append("getText()");break;case"json":t.append("toJson()");break;default:throw new r.SyntaxError("Cannot transpile member: "+e.name+" from "+this.name)}}checkSlice(t){throw new r.SyntaxError("Cannot slice "+this.name)}declareSlice(t,e,i){throw new r.SyntaxError("Cannot declare slice for "+this.name)}transpileSlice(t,e,i){throw new r.SyntaxError("Cannot transpile slice for "+this.name)}checkIterator(t,e){return t.problemListener.reportCannotIterate(e),n.VoidType.instance}declareIterator(t,e,i){throw new r.SyntaxError("Cannot declare iterate over "+this.name)}transpileIterator(t,e,i){throw new r.SyntaxError("Cannot transpile iterate over "+this.name)}checkAssignableFrom(t,e,i){this.isAssignableFrom(t,i)||t.problemListener.reportIncompatibleTypes(e,this,i)}checkRange(t,e){throw new r.SyntaxError("Cannot create range of "+this.name+" and "+e.name)}declareRange(t,e){throw new r.SyntaxError("Cannot declare range of "+this.name+" and "+e.name)}transpileRange(t,e,i){throw new r.SyntaxError("Cannot transpile range of "+this.name)}checkAnd(t,e){throw new r.SyntaxError("Cannot logically combine "+this.name+" and "+e.name)}checkOr(t,e){throw new r.SyntaxError("Cannot logically combine "+this.name+" or "+e.name)}checkNot(t){throw new r.SyntaxError("Cannot logically negate "+this.name)}getMember(t,e){throw new r.SyntaxError("Cannot read member from "+this.name)}readJSONValue(t,e,i){throw new Error("Unsupported!")}declareSorted(t,e){throw new Error("Cannot declare sorted from "+this.name)}getSortedComparator(t,e,i){throw new Error("Unsupported for type "+this.name)}convertJavaScriptValueToPromptoValue(t,e,i){if(null==e)return o.instance;throw new Error("Unsupported for type "+this.name)}toDialect(t){t.append(this.name)}transpileJsxCode(t,e){e.transpile(t)}}},function(t,e){function i(t){return null===t?"null":t}function s(t){return Array.isArray(t)?"["+t.map(i).join(", ")+"]":"null"}function r(t,e){return t?t.equals(e):t==e}function n(t){return t?t.hashCode():-1}String.prototype.seed=String.prototype.seed||Math.round(Math.random()*Math.pow(2,32)),String.prototype.hashCode=function(){const t=this.toString();let e,i;const s=3&t.length,r=t.length-s;let n=String.prototype.seed;const a=3432918353,o=461845907;let h=0;for(;h>>16)*a&65535)<<16)&4294967295,i=i<<15|i>>>17,i=(65535&i)*o+(((i>>>16)*o&65535)<<16)&4294967295,n^=i,n=n<<13|n>>>19,e=5*(65535&n)+((5*(n>>>16)&65535)<<16)&4294967295,n=27492+(65535&e)+((58964+(e>>>16)&65535)<<16);switch(i=0,s){case 3:i^=(255&t.charCodeAt(h+2))<<16;case 2:i^=(255&t.charCodeAt(h+1))<<8;case 1:i^=255&t.charCodeAt(h),i=(65535&i)*a+(((i>>>16)*a&65535)<<16)&4294967295,i=i<<15|i>>>17,i=(65535&i)*o+(((i>>>16)*o&65535)<<16)&4294967295,n^=i}return n^=t.length,n^=n>>>16,n=2246822507*(65535&n)+((2246822507*(n>>>16)&65535)<<16)&4294967295,n^=n>>>13,n=3266489909*(65535&n)+((3266489909*(n>>>16)&65535)<<16)&4294967295,n^=n>>>16,n>>>0};class a{constructor(){this.data=[]}add(t){this.data[t]=!0}or(t){const e=this;Object.keys(t.data).map((function(t){e.add(t)}))}remove(t){delete this.data[t]}contains(t){return!0===this.data[t]}values(){return Object.keys(this.data)}minValue(){return Math.min.apply(null,this.values())}hashCode(){const t=new h;return t.update(this.values()),t.finish()}equals(t){return t instanceof a&&this.hashCode()===t.hashCode()}toString(){return"{"+this.values().join(", ")+"}"}get length(){return this.values().length}}class o{constructor(t,e){this.data={},this.hashFunction=t||n,this.equalsFunction=e||r}put(t,e){const i="hash_"+this.hashFunction(t);if(i in this.data){const s=this.data[i];for(let i=0;i>>17,t*=461845907,this.count=this.count+1;let i=this.hash^t;i=i<<13|i>>>19,i=5*i+3864292196,this.hash=i}}}finish(){let t=this.hash^4*this.count;return t^=t>>>16,t*=2246822507,t^=t>>>13,t*=3266489909,t^=t>>>16,t}}t.exports={Hash:h,Set:class{constructor(t,e){this.data={},this.hashFunction=t||n,this.equalsFunction=e||r}add(t){const e="hash_"+this.hashFunction(t);if(e in this.data){const i=this.data[e];for(let e=0;e"},StrictSet.prototype.join=function(t){return Array.from(this.set.values()).join(t)},StrictSet.prototype.getText=StrictSet.prototype.toString,StrictSet.prototype.toJson=function(){return s(this)},StrictSet.prototype.toJsonNode=function(){return Array.from(this.set.values()).map((function(t){return r(t)}))},StrictSet.prototype.iterator=function(){var t=this.set.values(),e=t.next();return{hasNext:function(){return!e.done},next:function(){var i=e.value;return e=t.next(),i}}},StrictSet.prototype.iterate=function(t,e){return this.toList().iterate(t,e)},StrictSet.prototype.toArray=function(){return Array.from(this.set.values())},StrictSet.prototype.toList=function(){return new List(!1,this.toArray())},StrictSet.prototype.item=function(t){for(var e=this.set.values(),i=e.next();--t>=0&&!i.done;)i=e.next();return i.done?null:i.value},StrictSet.prototype.addItems=function(t){return t instanceof StrictSet&&(t=Array.from(t.set.values())),t.forEach((function(t){this.add(t)}),this),this},StrictSet.prototype.addAll=function(t){var e=new StrictSet(this.set);return e.addItems(t),e},StrictSet.prototype.remove=function(t){var e=t instanceof StrictSet?t:new Set(t);return new StrictSet(Array.from(this.set.values()).filter((function(t){return!e.has(t)})))},StrictSet.prototype.add=function(t){return!this.has(t)&&(this.set.add(t),!0)},StrictSet.prototype.has=function(t,e){if(this.set.has(t))return!0;if(e)return!1;for(var i=this.set.values(),s=i.next();!s.done;){if(t.equals&&t.equals(s.value))return!0;s=i.next()}return!1},StrictSet.prototype.hasAll=function(t,e){t instanceof StrictSet&&(t=Array.from(t.set.values()));for(var i=0;i=this.start&&tthis.addInterval(t)),this),this}reduce(t){if(t=i.stop?(this.intervals.splice(t+1,1),this.reduce(t)):e.stop>=i.start&&(this.intervals[t]=new r(e.start,i.stop),this.intervals.splice(t+1,1))}}complement(t,e){const i=new n;return i.addInterval(new r(t,e+1)),null!==this.intervals&&this.intervals.forEach((t=>i.removeRange(t))),i}contains(t){if(null===this.intervals)return!1;for(let e=0;ei.start&&t.stop=i.stop?(this.intervals.splice(e,1),e-=1):t.start"):t.push("'"+String.fromCharCode(i.start)+"'"):t.push("'"+String.fromCharCode(i.start)+"'..'"+String.fromCharCode(i.stop-1)+"'")}return t.length>1?"{"+t.join(", ")+"}":t[0]}toIndexString(){const t=[];for(let e=0;e"):t.push(i.start.toString()):t.push(i.start.toString()+".."+(i.stop-1).toString())}return t.length>1?"{"+t.join(", ")+"}":t[0]}toTokenString(t,e){const i=[];for(let s=0;s1?"{"+i.join(", ")+"}":i[0]}elementName(t,e,i){return i===s.EOF?"":i===s.EPSILON?"":t[i]||e[i]}get length(){return this.intervals.map((t=>t.length)).reduce(((t,e)=>t+e))}}t.exports={Interval:r,IntervalSet:n}},function(t,e){function i(t,e){if(!t)throw new Error(e||"Assertion failed")}t.exports=i,i.equal=function(t,e,i){if(t!=e)throw new Error(i||"Assertion failed: "+t+" != "+e)}},function(t,e,i){"use strict";function s(t){this.name=t||"default",this.streamInfo={},this.generatedError=null,this.extraStreamInfo={},this.isPaused=!0,this.isFinished=!1,this.isLocked=!1,this._listeners={data:[],end:[],error:[]},this.previous=null}s.prototype={push:function(t){this.emit("data",t)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit("end"),this.cleanUp(),this.isFinished=!0}catch(t){this.emit("error",t)}return!0},error:function(t){return!this.isFinished&&(this.isPaused?this.generatedError=t:(this.isFinished=!0,this.emit("error",t),this.previous&&this.previous.error(t),this.cleanUp()),!0)},on:function(t,e){return this._listeners[t].push(e),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(t,e){if(this._listeners[t])for(var i=0;i "+t:t}},t.exports=s},function(t,e,i){"use strict";var s=e,r=i(58),n=i(46),a=i(162);s.assert=n,s.toArray=a.toArray,s.zero2=a.zero2,s.toHex=a.toHex,s.encode=a.encode,s.getNAF=function(t,e,i){var s=new Array(Math.max(t.bitLength(),i)+1);s.fill(0);for(var r=1<(r>>1)-1?(r>>1)-h:h,n.isubn(o)):o=0,s[a]=o,n.iushrn(1)}return s},s.getJSF=function(t,e){var i=[[],[]];t=t.clone(),e=e.clone();for(var s=0,r=0;t.cmpn(-s)>0||e.cmpn(-r)>0;){var n,a,o,h=t.andln(3)+s&3,l=e.andln(3)+r&3;if(3===h&&(h=-1),3===l&&(l=-1),0==(1&h))n=0;else n=3!==(o=t.andln(7)+s&7)&&5!==o||2!==l?h:-h;if(i[0].push(n),0==(1&l))a=0;else a=3!==(o=e.andln(7)+r&7)&&5!==o||2!==h?l:-l;i[1].push(a),2*s===n+1&&(s=1-s),2*r===a+1&&(r=1-r),t.iushrn(1),e.iushrn(1)}return i},s.cachedProperty=function(t,e,i){var s="_"+e;t.prototype[e]=function(){return void 0!==this[s]?this[s]:this[s]=i.call(this)}},s.parseBytes=function(t){return"string"==typeof t?s.toArray(t,"hex"):t},s.intFromLE=function(t){return new r(t,"hex","le")}},function(t,e,i){"use strict";var s=e,r=i(37),n=i(46),a=i(162);s.assert=n,s.toArray=a.toArray,s.zero2=a.zero2,s.toHex=a.toHex,s.encode=a.encode,s.getNAF=function(t,e,i){var s=new Array(Math.max(t.bitLength(),i)+1);s.fill(0);for(var r=1<(r>>1)-1?(r>>1)-h:h,n.isubn(o)):o=0,s[a]=o,n.iushrn(1)}return s},s.getJSF=function(t,e){var i=[[],[]];t=t.clone(),e=e.clone();for(var s=0,r=0;t.cmpn(-s)>0||e.cmpn(-r)>0;){var n,a,o,h=t.andln(3)+s&3,l=e.andln(3)+r&3;if(3===h&&(h=-1),3===l&&(l=-1),0==(1&h))n=0;else n=3!==(o=t.andln(7)+s&7)&&5!==o||2!==l?h:-h;if(i[0].push(n),0==(1&l))a=0;else a=3!==(o=e.andln(7)+r&7)&&5!==o||2!==h?l:-l;i[1].push(a),2*s===n+1&&(s=1-s),2*r===a+1&&(r=1-r),t.iushrn(1),e.iushrn(1)}return i},s.cachedProperty=function(t,e,i){var s="_"+e;t.prototype[e]=function(){return void 0!==this[s]?this[s]:this[s]=i.call(this)}},s.parseBytes=function(t){return"string"==typeof t?s.toArray(t,"hex"):t},s.intFromLE=function(t){return new r(t,"hex","le")}},function(t,e,i){"use strict";i.r(e),i.d(e,"default",(function(){return List}));const StrictSet=i(43).default,s=i(94).default,r=i(22).equalObjects,n=i(22).convertToJson,a=i(22).convertToJsonNode;function List(t,e){return Array.call(this),e&&this.addItems(e),this.mutable=t,this}List.prototype=Object.create(Array.prototype),List.prototype.constructor=List,List.prototype.toArray=function(){return Array.from(this)},List.prototype.addItems=function(t){return void 0!==StrictSet&&t instanceof StrictSet&&(t=t.toArray()),this.push.apply(this,t),this},List.prototype.add=function(t){void 0!==StrictSet&&t instanceof StrictSet&&(t=t.toArray());var e=new List(!1,this);return e.addItems(t),e},List.prototype.remove=function(t){var e=void 0!==StrictSet&&t instanceof StrictSet?t:new Set(t);return new List(!1,this.filter((function(t){return!e.has(t)})))},List.prototype.removeItem=function(t){this.splice(t-1,1)},List.prototype.removeValue=function(t){var e=this.indexOf(t);e>-1&&this.splice(e,1)},List.prototype.addValue=function(t){this.push(t)},List.prototype.insertValue=function(t,e){this.splice(e-1,0,t)},List.prototype.indexOfValue=function(t){var e=this.indexOf(t);return e<0?null:e+1},List.prototype.sorted=function(t){return new List(!1,Array.from(this).sort(t))},List.prototype.filtered=function(t){return new List(!1,this.filter(t))},List.prototype.getItem=function(t){if(null==t)throw new ReferenceError;if(t<1||t>this.length)throw new RangeError;return this[t-1]},List.prototype.setItem=function(t,e){if(!this.mutable)throw new s;if(null==t)throw new ReferenceError;if(t<1||t>this.length)throw new RangeError;this[t-1]=e},List.prototype.has=function(t,e){return new StrictSet(this).has(t,e)},List.prototype.hasAll=function(t,e){return new StrictSet(this).hasAll(t,e)},List.prototype.hasAny=function(t,e){return new StrictSet(this).hasAny(t,e)},List.prototype.slice1Based=function(t,e){if(t&&0!==t){if(t<1||t>this.length)throw new RangeError;t-=1}else t=0;if(e>=0){if(ethis.length)throw new RangeError;return new List(!1,this.slice(t,e))}if(e<0){if((e=this.length+1+e)this.length)throw new RangeError;return new List(!1,this.slice(t,e))}return new List(!1,this.slice(t))},List.prototype.iterate=function(t,e){e&&(t=t.bind(e));var i=this;return{length:i.length,iterator:function(){var e=0;return{hasNext:function(){return et&&t.toDocument?t.toDocument():t)))},List.prototype.toSet=function(){return new StrictSet(this)},function(){var t=Array.isArray;Array.isArray=function(e){return t(e)||e instanceof List};var e=Array.prototype.concat;Array.prototype.concat=function(){for(var t=0;tt.asReference()))}return super.getMethodDeclarations(t)}}class x extends d{constructor(t){super(),this.types=t}toString(){return"<"+Array.from(this.types).join(", ")+">"}getType(t){return c.AnyType.instance}validate(t,e){const i=e.check(t);return!!Array.from(this.types).some((s=>{const r=s instanceof c.MethodType?e.checkProto(t,s):i;return s.isAssignableFrom(t,r)}),this)||(t.problemListener.reportIllegalAssignment(e,this.types,i),!1)}getMethodDeclarations(t){return Array.from(this.types).filter((t=>t instanceof c.MethodType)).map((function(e){const i=t.getRegisteredDeclaration(e.name);return i instanceof f.MethodDeclarationMap?i.getAll():[]})).reduce(((t,e)=>t.concat(e)),[])}}class E extends d{constructor(t){super(),this.values=t}toString(){return"<"+Array.from(this.values).join(", ")+">"}getType(t){return c.AnyType.instance}validate(t,e){const i=e.value;if(i&&i.isLiteral()){let s=i.toString();if(s.startsWith('"')&&s.endsWith('"')&&(s=s.substring(1,s.length-1)),this.values.has(s))return!0;{const i="Illegal value "+(s||"")+", expected one of <"+Array.from(this.values).join(", ")+">";return t.problemListener.reportIllegalValue(e,i),!1}}return!0}}var m=i(33);class R extends d{constructor(t){super(),this.validators=t}getType(t){return c.AnyType.instance}validate(t,e){let i=!1;t.pushProblemListener(new m.ProblemCollector);try{i=this.validators.some((i=>i.validate(t,e)))}finally{t.popProblemListener()}if(i)return!0;{const i="Illegal value "+e.value+", expected one of <"+this.validators.join(", ")+">";return t.problemListener.reportIllegalValue(e,i),!1}}}class T extends d{constructor(t){super(),this.validator=t}toString(){return this.validator.toString()}isRequired(){return!0}required(){return this}optional(){return this.validator}getType(t){return this.validator.getType(t)}validate(t,e){return this.validator.validate(t,e)}}class g{constructor(){this.name=null,this.help=null,this._validator=p.instance}get validator(){return this._validator}set validator(t){this._validator.isRequired()?this._validator=t.required():this._validator=t.optional()}validate(t,e){this._validator.validate(t,e)}declare(t,e){this._validator.declare(t,e)}transpile(t,e){this._validator.transpile(t,e)}isRequired(){return this._validator.isRequired()}setRequired(t){this._validator=t?this._validator.required():this._validator.optional()}}class y{constructor(){this.entries={}}set(t,e){this.entries[t]=e}get(t){return this.entries[t]||null}has(t){return!!this.entries[t]}}var A=i(4);class L extends s{constructor(){super("@WidgetProperties")}processCategory(t,e,i){i.isWidget(e)?this.doProcessCategory(t,e,i):e.problemListener.reportIllegalAnnotation("WidgetField is only applicable to widgets",t)}doProcessCategory(t,e,i){const s=t.getDefaultArgument(),r=this.loadProperties(t,e,s);if(null!=r){i.properties=r;const t=this.findWidgetPropertiesFieldAnnotation(e,i);t&&this.overrideWidgetFieldType(e,t,new c.PropertiesType(r))}}overrideWidgetFieldType(t,e,i){const s=e.getArgument("name");if(!(s instanceof a.TextLiteral))return;const r=s.toString(),n=t.getClosestInstanceContext();if(null==n)throw new u.InternalError("Expected an instance context. Please report this bug.");n.overrideWidgetFieldType(new h.Identifier(r.substring(1,r.length-1)),i,this)}findWidgetPropertiesFieldAnnotation(t,e){return e.getAllAnnotations(t).filter((t=>"@WidgetField"===t.name)).filter((t=>{const e=t.getArgument("isProperties");return e instanceof a.BooleanLiteral&&e.value.value}))[0]||null}loadProperties(t,e,i){if(!(i instanceof a.DocumentLiteral))return e.problemListener.reportIllegalAnnotation(t,"WidgetProperties expects a Document of types as unique parameter"),null;const s=new y;return i.entries.items.forEach((function(i){const r=this.loadProperty(t,e,i);r&&(s.has(r.name)?e.problemListener.reportIllegalAnnotation(i.key,"Duplicate property: "+r.name):s.set(r.name,r))}),this),s}loadProperty(t,e,i){const s=new g;s.name=i.key.toString();const r=i.value;return r instanceof a.TypeLiteral?this.loadPropertyFromTypeLiteral(t,e,i,s,r):r instanceof a.SetLiteral?this.loadPropertyFromSetLiteral(t,e,i,s,r):r instanceof a.DocumentLiteral?this.loadPropertyFromDocumentLiteral(t,e,i,s,r):(e.problemListener.reportIllegalAnnotation(t,"WidgetProperties expects a Document of types as unique parameter"),null)}loadPropertyFromDocumentLiteral(t,e,i,s,r){const n=r.entries;for(let r=0;rt instanceof A.TypeValue))}newValidatorSetValidator(t,e,i){let s=Array.from(i.items.set).filter((t=>t!==A.NullValue.instance)).map((i=>this.newValidatorFromValue(t,e,i)),this).filter((t=>null!==t)).map((t=>t.optional())),r=new R(s);return s.length===i.items.set.size&&(r=r.required()),r}newValidatorFromValue(t,e,i){return i instanceof A.SetValue?this.newValidatorFromSetValue(t,e,i):i instanceof A.TextValue||i instanceof A.IntegerValue||i instanceof A.DecimalValue?(i=new A.SetValue(i.type,[i]),this.newValueSetValidator(t,e,i)):i instanceof A.TypeValue?new _(i.value):(console.log("No validator for type: "+i.type),null)}newValueSetValidator(t,e,i){const s=Array.from(i.items.set).filter((t=>t!==A.NullValue.instance)).map((t=>t.toString()));let r=new E(new Set(s));return s.length===i.items.set.size&&(r=r.required()),r}newTypeSetValidator(t,e,i){const s=Array.from(i.items.set).filter((t=>t!==A.NullValue.instance)).map((i=>i.value.resolve(e,(i=>e.problemListener.reportIllegalAnnotation(t,"Unkown type: "+i.name)))),this);if(s.indexOf(null)>=0)return null;let r=new x(new Set(s));return s.length===i.items.set.size&&(r=r.required()),r}loadPropertyFromTypeLiteral(t,e,i,s,r){const n=r.value.resolve(e,(i=>e.problemListener.reportIllegalAnnotation(t,"Unkown type: "+i.name)));return n?(s.validator=new _(n),s):null}}var I=i(124)},function(t,e,i){const{PredicateTransition:s}=i(91),{Interval:r}=i(45).Interval;class n extends Error{constructor(t){if(super(t.message),Error.captureStackTrace)Error.captureStackTrace(this,n);else(new Error).stack;this.message=t.message,this.recognizer=t.recognizer,this.input=t.input,this.ctx=t.ctx,this.offendingToken=null,this.offendingState=-1,null!==this.recognizer&&(this.offendingState=this.recognizer.state)}getExpectedTokens(){return null!==this.recognizer?this.recognizer.atn.getExpectedTokens(this.offendingState,this.ctx):null}toString(){return this.message}}function a(t,e){return null!==e?e:"failed predicate: {"+t+"}?"}class o extends Error{constructor(){super(),Error.captureStackTrace(this,o)}}t.exports={RecognitionException:n,NoViableAltException:class extends n{constructor(t,e,i,s,r,n){n=n||t._ctx,s=s||t.getCurrentToken(),i=i||t.getCurrentToken(),e=e||t.getInputStream(),super({message:"",recognizer:t,input:e,ctx:n}),this.deadEndConfigs=r,this.startToken=i,this.offendingToken=s}},LexerNoViableAltException:class extends n{constructor(t,e,i,s){super({message:"",recognizer:t,input:e,ctx:null}),this.startIndex=i,this.deadEndConfigs=s}toString(){let t="";return this.startIndex>=0&&this.startIndex=t.length)&&56320==(64512&t.charCodeAt(e+1)))}function a(t){return(t>>>24|t>>>8&65280|t<<8&16711680|(255&t)<<24)>>>0}function o(t){return 1===t.length?"0"+t:t}function h(t){return 7===t.length?"0"+t:6===t.length?"00"+t:5===t.length?"000"+t:4===t.length?"0000"+t:3===t.length?"00000"+t:2===t.length?"000000"+t:1===t.length?"0000000"+t:t}e.inherits=r,e.toArray=function(t,e){if(Array.isArray(t))return t.slice();if(!t)return[];var i=[];if("string"==typeof t)if(e){if("hex"===e)for((t=t.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(t="0"+t),r=0;r>6|192,i[s++]=63&a|128):n(t,r)?(a=65536+((1023&a)<<10)+(1023&t.charCodeAt(++r)),i[s++]=a>>18|240,i[s++]=a>>12&63|128,i[s++]=a>>6&63|128,i[s++]=63&a|128):(i[s++]=a>>12|224,i[s++]=a>>6&63|128,i[s++]=63&a|128)}else for(r=0;r>>0}return a},e.split32=function(t,e){for(var i=new Array(4*t.length),s=0,r=0;s>>24,i[r+1]=n>>>16&255,i[r+2]=n>>>8&255,i[r+3]=255&n):(i[r+3]=n>>>24,i[r+2]=n>>>16&255,i[r+1]=n>>>8&255,i[r]=255&n)}return i},e.rotr32=function(t,e){return t>>>e|t<<32-e},e.rotl32=function(t,e){return t<>>32-e},e.sum32=function(t,e){return t+e>>>0},e.sum32_3=function(t,e,i){return t+e+i>>>0},e.sum32_4=function(t,e,i,s){return t+e+i+s>>>0},e.sum32_5=function(t,e,i,s,r){return t+e+i+s+r>>>0},e.sum64=function(t,e,i,s){var r=t[e],n=s+t[e+1]>>>0,a=(n>>0,t[e+1]=n},e.sum64_hi=function(t,e,i,s){return(e+s>>>0>>0},e.sum64_lo=function(t,e,i,s){return e+s>>>0},e.sum64_4_hi=function(t,e,i,s,r,n,a,o){var h=0,l=e;return h+=(l=l+s>>>0)>>0)>>0)>>0},e.sum64_4_lo=function(t,e,i,s,r,n,a,o){return e+s+n+o>>>0},e.sum64_5_hi=function(t,e,i,s,r,n,a,o,h,l){var c=0,u=e;return c+=(u=u+s>>>0)>>0)>>0)>>0)>>0},e.sum64_5_lo=function(t,e,i,s,r,n,a,o,h,l){return e+s+n+o+l>>>0},e.rotr64_hi=function(t,e,i){return(e<<32-i|t>>>i)>>>0},e.rotr64_lo=function(t,e,i){return(t<<32-i|e>>>i)>>>0},e.shr64_hi=function(t,e,i){return t>>>i},e.shr64_lo=function(t,e,i){return(t<<32-i|e>>>i)>>>0}},function(t,e,i){"use strict";i.d(e,"a",(function(){return n}));var s=i(35),r=i(1);class n extends s.a{toString(){return this.statement.toString()}check(t){return r.VoidType.instance}transpile(t){return!0}declare(t){}}},function(t,e,i){"use strict";i.d(e,"a",(function(){return l}));var s=i(57),r=i(2),n=i(13),a=i(33),o=i(3),h=i(1);class l extends s.a{constructor(t,e,i){super(t),this.parameters=e||new n.ParameterList,this.returnType=i||null,this.memberOf=null,this.closureOf=null}isAbstract(){return!1}isReference(){return!1}asReference(){const t=Object.create(this);return t.isReference=()=>!0,t}getDeclarationType(){return"Method"}getSignature(t){const e=[];return this.parameters.forEach((i=>{e.push(i.getSignature(t))})),this.name+"("+e.join(", ")+")"}getProto(t){return this.parameters.map((e=>e.getProto(t))).join("/")}getTranspiledName(t,e){return(e=e||this.name).indexOf("$")>0?e:[e].concat(this.parameters.map((e=>e.getTranspiledName(t)))).join("$")}transpileProlog(t){this.memberOf?t.append(this.memberOf.name).append(".prototype.").append(this.getTranspiledName(t.context)).append(" = function ("):t.append("function ").append(this.getTranspiledName(t.context)).append(" ("),this.parameters.transpile(t),t.append(") {").indent()}transpileEpilog(t){t.dedent().append("}"),this.memberOf&&t.append(";"),t.newLine()}transpileMethodType(t){let e=this.returnType;null===e&&(e=this.check(t.context,!0)||h.VoidType.instance),t.append("["),this.parameters.length>0&&(this.parameters.forEach((e=>t.append("'").append(e.getType().name).append("', "))),t.trimLast(2)),t.append("], '").append(e.name).append("'")}unregister(t){t.unregisterMethodDeclaration(this,this.getProto(t))}register(t){t.registerMethodDeclaration(this)}registerParameters(t){null!=this.parameters&&this.parameters.register(t)}declareParameters(t){null!=this.parameters&&this.parameters.declare(t)}isAssignableTo(t,e,i,s){try{t.pushProblemListener(new a.ProblemRaiser);const n=t.newLocalContext();this.registerParameters(n);const o=new r.ArgumentList(e);for(let t=0;t=0?o[a]:null;if(null==h){if(null==e.defaultExpression)return!1;h=new r.Argument(e,e.defaultExpression)}if(!this.isArgumentAssignableTo(n,e,h,i,s))return!1;a>=0&&o.remove(a)}return 0===o.length}catch(t){if(t instanceof o.SyntaxError)return!1;throw t}finally{t.popProblemListener()}}isArgumentAssignableTo(t,e,i,s,n){return this.computeSpecificity(t,e,i,s,n)!==r.Specificity.INCOMPATIBLE}computeSpecificity(t,e,i,s,n){try{const a=e.getType(t).resolve(t,null);let o=i.checkActualType(t,a,s).resolve(t,null);if(s&&o instanceof h.CategoryType){const e=i.expression.interpret(t.getCallingContext());e&&e.getType&&(o=e.getType())}if(o.equals(a))return r.Specificity.EXACT;if(a.isAssignableFrom(t,o))return r.Specificity.INHERITED;if(n&&o.isAssignableFrom(t,a))return r.Specificity.DERIVED}catch(t){if(!(t instanceof o.PromptoError))throw t}return r.Specificity.INCOMPATIBLE}isAssignableFrom(t,e){try{t.pushProblemListener(new a.ProblemRaiser);const i=t.newLocalContext();this.registerParameters(i);const s=new r.ArgumentList(e);for(let t=0;t=0?s[n]:null;if(null==a){if(null==e.defaultExpression)return!1;a=new r.Argument(e,e.defaultExpression)}if(!l.isArgumentAssignableFrom(i,e,a))return!1;n>=0&&s.remove(n)}return 0===s.length}catch(t){if(t instanceof o.SyntaxError)return!1;throw t}finally{t.popProblemListener()}}static isArgumentAssignableFrom(t,e,i){try{const s=e.getType(t);let r=i.checkActualType(t,s,!1);return!!(r.equals(s)||r.isAssignableFrom(t,s)||s.isAssignableFrom(t,r))||(r=i.resolve(t,this,!1,!1).check(t),r.equals(s)||r.isAssignableFrom(t,s)||s.isAssignableFrom(t,r))}catch(t){return!1}}isEligibleAsMain(){return!1}}},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return JavaScriptLiteral}));class JavaScriptLiteral{constructor(text){this.text=text,this.value=eval(text)}interpret(t){return this.value}toString(){return this.text}toDialect(t){t.append(this.text)}transpile(t){t.append(this.text)}}},function(t,e,i){"use strict";i.d(e,"a",(function(){return r}));var s=i(25);class r extends s.a{constructor(t){super(),this.id=t,this.comments=null,this.annotations=null,this.declaring=!1}get name(){return this.id.name}locateSectionAtLine(t){return null}unregister(t){t.unregisterDeclaration(this)}getAllAnnotations(t){return this.annotations||[]}toDialect(t){t.toDialect(this)}fetchBody(t){let e=null;return this.comments&&this.comments.length>0&&(e=this.comments[0]),null==e&&this.annotations&&this.annotations.length>0&&(e=this.annotations[0]),null==e&&(e=this),t.getTokenStream().getText({start:e.startLocation.tokenIndex,stop:this.endLocation.tokenIndex+1})}}},function(t,e,i){(function(t){!function(t,e){"use strict";function s(t,e){if(!t)throw new Error(e||"Assertion failed")}function r(t,e){t.super_=e;var i=function(){};i.prototype=e.prototype,t.prototype=new i,t.prototype.constructor=t}function n(t,e,i){if(n.isBN(t))return t;this.negative=0,this.words=null,this.length=0,this.red=null,null!==t&&("le"!==e&&"be"!==e||(i=e,e=10),this._init(t||0,e||10,i||"be"))}var a;"object"==typeof t?t.exports=n:e.BN=n,n.BN=n,n.wordSize=26;try{a=i(394).Buffer}catch(t){}function o(t,e,i){for(var s=0,r=Math.min(t.length,i),n=e;n=49&&a<=54?a-49+10:a>=17&&a<=22?a-17+10:15&a}return s}function h(t,e,i,s){for(var r=0,n=Math.min(t.length,i),a=e;a=49?o-49+10:o>=17?o-17+10:o}return r}n.isBN=function(t){return t instanceof n||null!==t&&"object"==typeof t&&t.constructor.wordSize===n.wordSize&&Array.isArray(t.words)},n.max=function(t,e){return t.cmp(e)>0?t:e},n.min=function(t,e){return t.cmp(e)<0?t:e},n.prototype._init=function(t,e,i){if("number"==typeof t)return this._initNumber(t,e,i);if("object"==typeof t)return this._initArray(t,e,i);"hex"===e&&(e=16),s(e===(0|e)&&e>=2&&e<=36);var r=0;"-"===(t=t.toString().replace(/\s+/g,""))[0]&&r++,16===e?this._parseHex(t,r):this._parseBase(t,e,r),"-"===t[0]&&(this.negative=1),this.strip(),"le"===i&&this._initArray(this.toArray(),e,i)},n.prototype._initNumber=function(t,e,i){t<0&&(this.negative=1,t=-t),t<67108864?(this.words=[67108863&t],this.length=1):t<4503599627370496?(this.words=[67108863&t,t/67108864&67108863],this.length=2):(s(t<9007199254740992),this.words=[67108863&t,t/67108864&67108863,1],this.length=3),"le"===i&&this._initArray(this.toArray(),e,i)},n.prototype._initArray=function(t,e,i){if(s("number"==typeof t.length),t.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(t.length/3),this.words=new Array(this.length);for(var r=0;r=0;r-=3)a=t[r]|t[r-1]<<8|t[r-2]<<16,this.words[n]|=a<>>26-o&67108863,(o+=24)>=26&&(o-=26,n++);else if("le"===i)for(r=0,n=0;r>>26-o&67108863,(o+=24)>=26&&(o-=26,n++);return this.strip()},n.prototype._parseHex=function(t,e){this.length=Math.ceil((t.length-e)/6),this.words=new Array(this.length);for(var i=0;i=e;i-=6)r=o(t,i,i+6),this.words[s]|=r<>>26-n&4194303,(n+=24)>=26&&(n-=26,s++);i+6!==e&&(r=o(t,e,i+6),this.words[s]|=r<>>26-n&4194303),this.strip()},n.prototype._parseBase=function(t,e,i){this.words=[0],this.length=1;for(var s=0,r=1;r<=67108863;r*=e)s++;s--,r=r/e|0;for(var n=t.length-i,a=n%s,o=Math.min(n,n-a)+i,l=0,c=i;c1&&0===this.words[this.length-1];)this.length--;return this._normSign()},n.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},n.prototype.inspect=function(){return(this.red?""};var l=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],c=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],u=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function d(t,e,i){i.negative=e.negative^t.negative;var s=t.length+e.length|0;i.length=s,s=s-1|0;var r=0|t.words[0],n=0|e.words[0],a=r*n,o=67108863&a,h=a/67108864|0;i.words[0]=o;for(var l=1;l>>26,u=67108863&h,d=Math.min(l,e.length-1),p=Math.max(0,l-t.length+1);p<=d;p++){var f=l-p|0;c+=(a=(r=0|t.words[f])*(n=0|e.words[p])+u)/67108864|0,u=67108863&a}i.words[l]=0|u,h=0|c}return 0!==h?i.words[l]=0|h:i.length--,i.strip()}n.prototype.toString=function(t,e){var i;if(e=0|e||1,16===(t=t||10)||"hex"===t){i="";for(var r=0,n=0,a=0;a>>24-r&16777215)||a!==this.length-1?l[6-h.length]+h+i:h+i,(r+=2)>=26&&(r-=26,a--)}for(0!==n&&(i=n.toString(16)+i);i.length%e!=0;)i="0"+i;return 0!==this.negative&&(i="-"+i),i}if(t===(0|t)&&t>=2&&t<=36){var d=c[t],p=u[t];i="";var f=this.clone();for(f.negative=0;!f.isZero();){var _=f.modn(p).toString(t);i=(f=f.idivn(p)).isZero()?_+i:l[d-_.length]+_+i}for(this.isZero()&&(i="0"+i);i.length%e!=0;)i="0"+i;return 0!==this.negative&&(i="-"+i),i}s(!1,"Base should be between 2 and 36")},n.prototype.toNumber=function(){var t=this.words[0];return 2===this.length?t+=67108864*this.words[1]:3===this.length&&1===this.words[2]?t+=4503599627370496+67108864*this.words[1]:this.length>2&&s(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-t:t},n.prototype.toJSON=function(){return this.toString(16)},n.prototype.toBuffer=function(t,e){return s(void 0!==a),this.toArrayLike(a,t,e)},n.prototype.toArray=function(t,e){return this.toArrayLike(Array,t,e)},n.prototype.toArrayLike=function(t,e,i){var r=this.byteLength(),n=i||Math.max(1,r);s(r<=n,"byte array longer than desired length"),s(n>0,"Requested array length <= 0"),this.strip();var a,o,h="le"===e,l=new t(n),c=this.clone();if(h){for(o=0;!c.isZero();o++)a=c.andln(255),c.iushrn(8),l[o]=a;for(;o=4096&&(i+=13,e>>>=13),e>=64&&(i+=7,e>>>=7),e>=8&&(i+=4,e>>>=4),e>=2&&(i+=2,e>>>=2),i+e},n.prototype._zeroBits=function(t){if(0===t)return 26;var e=t,i=0;return 0==(8191&e)&&(i+=13,e>>>=13),0==(127&e)&&(i+=7,e>>>=7),0==(15&e)&&(i+=4,e>>>=4),0==(3&e)&&(i+=2,e>>>=2),0==(1&e)&&i++,i},n.prototype.bitLength=function(){var t=this.words[this.length-1],e=this._countBits(t);return 26*(this.length-1)+e},n.prototype.zeroBits=function(){if(this.isZero())return 0;for(var t=0,e=0;et.length?this.clone().ior(t):t.clone().ior(this)},n.prototype.uor=function(t){return this.length>t.length?this.clone().iuor(t):t.clone().iuor(this)},n.prototype.iuand=function(t){var e;e=this.length>t.length?t:this;for(var i=0;it.length?this.clone().iand(t):t.clone().iand(this)},n.prototype.uand=function(t){return this.length>t.length?this.clone().iuand(t):t.clone().iuand(this)},n.prototype.iuxor=function(t){var e,i;this.length>t.length?(e=this,i=t):(e=t,i=this);for(var s=0;st.length?this.clone().ixor(t):t.clone().ixor(this)},n.prototype.uxor=function(t){return this.length>t.length?this.clone().iuxor(t):t.clone().iuxor(this)},n.prototype.inotn=function(t){s("number"==typeof t&&t>=0);var e=0|Math.ceil(t/26),i=t%26;this._expand(e),i>0&&e--;for(var r=0;r0&&(this.words[r]=~this.words[r]&67108863>>26-i),this.strip()},n.prototype.notn=function(t){return this.clone().inotn(t)},n.prototype.setn=function(t,e){s("number"==typeof t&&t>=0);var i=t/26|0,r=t%26;return this._expand(i+1),this.words[i]=e?this.words[i]|1<t.length?(i=this,s=t):(i=t,s=this);for(var r=0,n=0;n>>26;for(;0!==r&&n>>26;if(this.length=i.length,0!==r)this.words[this.length]=r,this.length++;else if(i!==this)for(;nt.length?this.clone().iadd(t):t.clone().iadd(this)},n.prototype.isub=function(t){if(0!==t.negative){t.negative=0;var e=this.iadd(t);return t.negative=1,e._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(t),this.negative=1,this._normSign();var i,s,r=this.cmp(t);if(0===r)return this.negative=0,this.length=1,this.words[0]=0,this;r>0?(i=this,s=t):(i=t,s=this);for(var n=0,a=0;a>26,this.words[a]=67108863&e;for(;0!==n&&a>26,this.words[a]=67108863&e;if(0===n&&a>>13,p=0|a[1],f=8191&p,_=p>>>13,x=0|a[2],E=8191&x,m=x>>>13,R=0|a[3],T=8191&R,g=R>>>13,y=0|a[4],A=8191&y,L=y>>>13,I=0|a[5],C=8191&I,v=I>>>13,b=0|a[6],w=8191&b,N=b>>>13,S=0|a[7],O=8191&S,D=S>>>13,M=0|a[8],k=8191&M,U=M>>>13,P=0|a[9],F=8191&P,H=P>>>13,V=0|o[0],B=8191&V,G=V>>>13,j=0|o[1],W=8191&j,J=j>>>13,Y=0|o[2],q=8191&Y,X=Y>>>13,K=0|o[3],z=8191&K,Q=K>>>13,Z=0|o[4],$=8191&Z,tt=Z>>>13,et=0|o[5],it=8191&et,st=et>>>13,rt=0|o[6],nt=8191&rt,at=rt>>>13,ot=0|o[7],ht=8191&ot,lt=ot>>>13,ct=0|o[8],ut=8191&ct,dt=ct>>>13,pt=0|o[9],ft=8191&pt,_t=pt>>>13;i.negative=t.negative^e.negative,i.length=19;var xt=(l+(s=Math.imul(u,B))|0)+((8191&(r=(r=Math.imul(u,G))+Math.imul(d,B)|0))<<13)|0;l=((n=Math.imul(d,G))+(r>>>13)|0)+(xt>>>26)|0,xt&=67108863,s=Math.imul(f,B),r=(r=Math.imul(f,G))+Math.imul(_,B)|0,n=Math.imul(_,G);var Et=(l+(s=s+Math.imul(u,W)|0)|0)+((8191&(r=(r=r+Math.imul(u,J)|0)+Math.imul(d,W)|0))<<13)|0;l=((n=n+Math.imul(d,J)|0)+(r>>>13)|0)+(Et>>>26)|0,Et&=67108863,s=Math.imul(E,B),r=(r=Math.imul(E,G))+Math.imul(m,B)|0,n=Math.imul(m,G),s=s+Math.imul(f,W)|0,r=(r=r+Math.imul(f,J)|0)+Math.imul(_,W)|0,n=n+Math.imul(_,J)|0;var mt=(l+(s=s+Math.imul(u,q)|0)|0)+((8191&(r=(r=r+Math.imul(u,X)|0)+Math.imul(d,q)|0))<<13)|0;l=((n=n+Math.imul(d,X)|0)+(r>>>13)|0)+(mt>>>26)|0,mt&=67108863,s=Math.imul(T,B),r=(r=Math.imul(T,G))+Math.imul(g,B)|0,n=Math.imul(g,G),s=s+Math.imul(E,W)|0,r=(r=r+Math.imul(E,J)|0)+Math.imul(m,W)|0,n=n+Math.imul(m,J)|0,s=s+Math.imul(f,q)|0,r=(r=r+Math.imul(f,X)|0)+Math.imul(_,q)|0,n=n+Math.imul(_,X)|0;var Rt=(l+(s=s+Math.imul(u,z)|0)|0)+((8191&(r=(r=r+Math.imul(u,Q)|0)+Math.imul(d,z)|0))<<13)|0;l=((n=n+Math.imul(d,Q)|0)+(r>>>13)|0)+(Rt>>>26)|0,Rt&=67108863,s=Math.imul(A,B),r=(r=Math.imul(A,G))+Math.imul(L,B)|0,n=Math.imul(L,G),s=s+Math.imul(T,W)|0,r=(r=r+Math.imul(T,J)|0)+Math.imul(g,W)|0,n=n+Math.imul(g,J)|0,s=s+Math.imul(E,q)|0,r=(r=r+Math.imul(E,X)|0)+Math.imul(m,q)|0,n=n+Math.imul(m,X)|0,s=s+Math.imul(f,z)|0,r=(r=r+Math.imul(f,Q)|0)+Math.imul(_,z)|0,n=n+Math.imul(_,Q)|0;var Tt=(l+(s=s+Math.imul(u,$)|0)|0)+((8191&(r=(r=r+Math.imul(u,tt)|0)+Math.imul(d,$)|0))<<13)|0;l=((n=n+Math.imul(d,tt)|0)+(r>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,s=Math.imul(C,B),r=(r=Math.imul(C,G))+Math.imul(v,B)|0,n=Math.imul(v,G),s=s+Math.imul(A,W)|0,r=(r=r+Math.imul(A,J)|0)+Math.imul(L,W)|0,n=n+Math.imul(L,J)|0,s=s+Math.imul(T,q)|0,r=(r=r+Math.imul(T,X)|0)+Math.imul(g,q)|0,n=n+Math.imul(g,X)|0,s=s+Math.imul(E,z)|0,r=(r=r+Math.imul(E,Q)|0)+Math.imul(m,z)|0,n=n+Math.imul(m,Q)|0,s=s+Math.imul(f,$)|0,r=(r=r+Math.imul(f,tt)|0)+Math.imul(_,$)|0,n=n+Math.imul(_,tt)|0;var gt=(l+(s=s+Math.imul(u,it)|0)|0)+((8191&(r=(r=r+Math.imul(u,st)|0)+Math.imul(d,it)|0))<<13)|0;l=((n=n+Math.imul(d,st)|0)+(r>>>13)|0)+(gt>>>26)|0,gt&=67108863,s=Math.imul(w,B),r=(r=Math.imul(w,G))+Math.imul(N,B)|0,n=Math.imul(N,G),s=s+Math.imul(C,W)|0,r=(r=r+Math.imul(C,J)|0)+Math.imul(v,W)|0,n=n+Math.imul(v,J)|0,s=s+Math.imul(A,q)|0,r=(r=r+Math.imul(A,X)|0)+Math.imul(L,q)|0,n=n+Math.imul(L,X)|0,s=s+Math.imul(T,z)|0,r=(r=r+Math.imul(T,Q)|0)+Math.imul(g,z)|0,n=n+Math.imul(g,Q)|0,s=s+Math.imul(E,$)|0,r=(r=r+Math.imul(E,tt)|0)+Math.imul(m,$)|0,n=n+Math.imul(m,tt)|0,s=s+Math.imul(f,it)|0,r=(r=r+Math.imul(f,st)|0)+Math.imul(_,it)|0,n=n+Math.imul(_,st)|0;var yt=(l+(s=s+Math.imul(u,nt)|0)|0)+((8191&(r=(r=r+Math.imul(u,at)|0)+Math.imul(d,nt)|0))<<13)|0;l=((n=n+Math.imul(d,at)|0)+(r>>>13)|0)+(yt>>>26)|0,yt&=67108863,s=Math.imul(O,B),r=(r=Math.imul(O,G))+Math.imul(D,B)|0,n=Math.imul(D,G),s=s+Math.imul(w,W)|0,r=(r=r+Math.imul(w,J)|0)+Math.imul(N,W)|0,n=n+Math.imul(N,J)|0,s=s+Math.imul(C,q)|0,r=(r=r+Math.imul(C,X)|0)+Math.imul(v,q)|0,n=n+Math.imul(v,X)|0,s=s+Math.imul(A,z)|0,r=(r=r+Math.imul(A,Q)|0)+Math.imul(L,z)|0,n=n+Math.imul(L,Q)|0,s=s+Math.imul(T,$)|0,r=(r=r+Math.imul(T,tt)|0)+Math.imul(g,$)|0,n=n+Math.imul(g,tt)|0,s=s+Math.imul(E,it)|0,r=(r=r+Math.imul(E,st)|0)+Math.imul(m,it)|0,n=n+Math.imul(m,st)|0,s=s+Math.imul(f,nt)|0,r=(r=r+Math.imul(f,at)|0)+Math.imul(_,nt)|0,n=n+Math.imul(_,at)|0;var At=(l+(s=s+Math.imul(u,ht)|0)|0)+((8191&(r=(r=r+Math.imul(u,lt)|0)+Math.imul(d,ht)|0))<<13)|0;l=((n=n+Math.imul(d,lt)|0)+(r>>>13)|0)+(At>>>26)|0,At&=67108863,s=Math.imul(k,B),r=(r=Math.imul(k,G))+Math.imul(U,B)|0,n=Math.imul(U,G),s=s+Math.imul(O,W)|0,r=(r=r+Math.imul(O,J)|0)+Math.imul(D,W)|0,n=n+Math.imul(D,J)|0,s=s+Math.imul(w,q)|0,r=(r=r+Math.imul(w,X)|0)+Math.imul(N,q)|0,n=n+Math.imul(N,X)|0,s=s+Math.imul(C,z)|0,r=(r=r+Math.imul(C,Q)|0)+Math.imul(v,z)|0,n=n+Math.imul(v,Q)|0,s=s+Math.imul(A,$)|0,r=(r=r+Math.imul(A,tt)|0)+Math.imul(L,$)|0,n=n+Math.imul(L,tt)|0,s=s+Math.imul(T,it)|0,r=(r=r+Math.imul(T,st)|0)+Math.imul(g,it)|0,n=n+Math.imul(g,st)|0,s=s+Math.imul(E,nt)|0,r=(r=r+Math.imul(E,at)|0)+Math.imul(m,nt)|0,n=n+Math.imul(m,at)|0,s=s+Math.imul(f,ht)|0,r=(r=r+Math.imul(f,lt)|0)+Math.imul(_,ht)|0,n=n+Math.imul(_,lt)|0;var Lt=(l+(s=s+Math.imul(u,ut)|0)|0)+((8191&(r=(r=r+Math.imul(u,dt)|0)+Math.imul(d,ut)|0))<<13)|0;l=((n=n+Math.imul(d,dt)|0)+(r>>>13)|0)+(Lt>>>26)|0,Lt&=67108863,s=Math.imul(F,B),r=(r=Math.imul(F,G))+Math.imul(H,B)|0,n=Math.imul(H,G),s=s+Math.imul(k,W)|0,r=(r=r+Math.imul(k,J)|0)+Math.imul(U,W)|0,n=n+Math.imul(U,J)|0,s=s+Math.imul(O,q)|0,r=(r=r+Math.imul(O,X)|0)+Math.imul(D,q)|0,n=n+Math.imul(D,X)|0,s=s+Math.imul(w,z)|0,r=(r=r+Math.imul(w,Q)|0)+Math.imul(N,z)|0,n=n+Math.imul(N,Q)|0,s=s+Math.imul(C,$)|0,r=(r=r+Math.imul(C,tt)|0)+Math.imul(v,$)|0,n=n+Math.imul(v,tt)|0,s=s+Math.imul(A,it)|0,r=(r=r+Math.imul(A,st)|0)+Math.imul(L,it)|0,n=n+Math.imul(L,st)|0,s=s+Math.imul(T,nt)|0,r=(r=r+Math.imul(T,at)|0)+Math.imul(g,nt)|0,n=n+Math.imul(g,at)|0,s=s+Math.imul(E,ht)|0,r=(r=r+Math.imul(E,lt)|0)+Math.imul(m,ht)|0,n=n+Math.imul(m,lt)|0,s=s+Math.imul(f,ut)|0,r=(r=r+Math.imul(f,dt)|0)+Math.imul(_,ut)|0,n=n+Math.imul(_,dt)|0;var It=(l+(s=s+Math.imul(u,ft)|0)|0)+((8191&(r=(r=r+Math.imul(u,_t)|0)+Math.imul(d,ft)|0))<<13)|0;l=((n=n+Math.imul(d,_t)|0)+(r>>>13)|0)+(It>>>26)|0,It&=67108863,s=Math.imul(F,W),r=(r=Math.imul(F,J))+Math.imul(H,W)|0,n=Math.imul(H,J),s=s+Math.imul(k,q)|0,r=(r=r+Math.imul(k,X)|0)+Math.imul(U,q)|0,n=n+Math.imul(U,X)|0,s=s+Math.imul(O,z)|0,r=(r=r+Math.imul(O,Q)|0)+Math.imul(D,z)|0,n=n+Math.imul(D,Q)|0,s=s+Math.imul(w,$)|0,r=(r=r+Math.imul(w,tt)|0)+Math.imul(N,$)|0,n=n+Math.imul(N,tt)|0,s=s+Math.imul(C,it)|0,r=(r=r+Math.imul(C,st)|0)+Math.imul(v,it)|0,n=n+Math.imul(v,st)|0,s=s+Math.imul(A,nt)|0,r=(r=r+Math.imul(A,at)|0)+Math.imul(L,nt)|0,n=n+Math.imul(L,at)|0,s=s+Math.imul(T,ht)|0,r=(r=r+Math.imul(T,lt)|0)+Math.imul(g,ht)|0,n=n+Math.imul(g,lt)|0,s=s+Math.imul(E,ut)|0,r=(r=r+Math.imul(E,dt)|0)+Math.imul(m,ut)|0,n=n+Math.imul(m,dt)|0;var Ct=(l+(s=s+Math.imul(f,ft)|0)|0)+((8191&(r=(r=r+Math.imul(f,_t)|0)+Math.imul(_,ft)|0))<<13)|0;l=((n=n+Math.imul(_,_t)|0)+(r>>>13)|0)+(Ct>>>26)|0,Ct&=67108863,s=Math.imul(F,q),r=(r=Math.imul(F,X))+Math.imul(H,q)|0,n=Math.imul(H,X),s=s+Math.imul(k,z)|0,r=(r=r+Math.imul(k,Q)|0)+Math.imul(U,z)|0,n=n+Math.imul(U,Q)|0,s=s+Math.imul(O,$)|0,r=(r=r+Math.imul(O,tt)|0)+Math.imul(D,$)|0,n=n+Math.imul(D,tt)|0,s=s+Math.imul(w,it)|0,r=(r=r+Math.imul(w,st)|0)+Math.imul(N,it)|0,n=n+Math.imul(N,st)|0,s=s+Math.imul(C,nt)|0,r=(r=r+Math.imul(C,at)|0)+Math.imul(v,nt)|0,n=n+Math.imul(v,at)|0,s=s+Math.imul(A,ht)|0,r=(r=r+Math.imul(A,lt)|0)+Math.imul(L,ht)|0,n=n+Math.imul(L,lt)|0,s=s+Math.imul(T,ut)|0,r=(r=r+Math.imul(T,dt)|0)+Math.imul(g,ut)|0,n=n+Math.imul(g,dt)|0;var vt=(l+(s=s+Math.imul(E,ft)|0)|0)+((8191&(r=(r=r+Math.imul(E,_t)|0)+Math.imul(m,ft)|0))<<13)|0;l=((n=n+Math.imul(m,_t)|0)+(r>>>13)|0)+(vt>>>26)|0,vt&=67108863,s=Math.imul(F,z),r=(r=Math.imul(F,Q))+Math.imul(H,z)|0,n=Math.imul(H,Q),s=s+Math.imul(k,$)|0,r=(r=r+Math.imul(k,tt)|0)+Math.imul(U,$)|0,n=n+Math.imul(U,tt)|0,s=s+Math.imul(O,it)|0,r=(r=r+Math.imul(O,st)|0)+Math.imul(D,it)|0,n=n+Math.imul(D,st)|0,s=s+Math.imul(w,nt)|0,r=(r=r+Math.imul(w,at)|0)+Math.imul(N,nt)|0,n=n+Math.imul(N,at)|0,s=s+Math.imul(C,ht)|0,r=(r=r+Math.imul(C,lt)|0)+Math.imul(v,ht)|0,n=n+Math.imul(v,lt)|0,s=s+Math.imul(A,ut)|0,r=(r=r+Math.imul(A,dt)|0)+Math.imul(L,ut)|0,n=n+Math.imul(L,dt)|0;var bt=(l+(s=s+Math.imul(T,ft)|0)|0)+((8191&(r=(r=r+Math.imul(T,_t)|0)+Math.imul(g,ft)|0))<<13)|0;l=((n=n+Math.imul(g,_t)|0)+(r>>>13)|0)+(bt>>>26)|0,bt&=67108863,s=Math.imul(F,$),r=(r=Math.imul(F,tt))+Math.imul(H,$)|0,n=Math.imul(H,tt),s=s+Math.imul(k,it)|0,r=(r=r+Math.imul(k,st)|0)+Math.imul(U,it)|0,n=n+Math.imul(U,st)|0,s=s+Math.imul(O,nt)|0,r=(r=r+Math.imul(O,at)|0)+Math.imul(D,nt)|0,n=n+Math.imul(D,at)|0,s=s+Math.imul(w,ht)|0,r=(r=r+Math.imul(w,lt)|0)+Math.imul(N,ht)|0,n=n+Math.imul(N,lt)|0,s=s+Math.imul(C,ut)|0,r=(r=r+Math.imul(C,dt)|0)+Math.imul(v,ut)|0,n=n+Math.imul(v,dt)|0;var wt=(l+(s=s+Math.imul(A,ft)|0)|0)+((8191&(r=(r=r+Math.imul(A,_t)|0)+Math.imul(L,ft)|0))<<13)|0;l=((n=n+Math.imul(L,_t)|0)+(r>>>13)|0)+(wt>>>26)|0,wt&=67108863,s=Math.imul(F,it),r=(r=Math.imul(F,st))+Math.imul(H,it)|0,n=Math.imul(H,st),s=s+Math.imul(k,nt)|0,r=(r=r+Math.imul(k,at)|0)+Math.imul(U,nt)|0,n=n+Math.imul(U,at)|0,s=s+Math.imul(O,ht)|0,r=(r=r+Math.imul(O,lt)|0)+Math.imul(D,ht)|0,n=n+Math.imul(D,lt)|0,s=s+Math.imul(w,ut)|0,r=(r=r+Math.imul(w,dt)|0)+Math.imul(N,ut)|0,n=n+Math.imul(N,dt)|0;var Nt=(l+(s=s+Math.imul(C,ft)|0)|0)+((8191&(r=(r=r+Math.imul(C,_t)|0)+Math.imul(v,ft)|0))<<13)|0;l=((n=n+Math.imul(v,_t)|0)+(r>>>13)|0)+(Nt>>>26)|0,Nt&=67108863,s=Math.imul(F,nt),r=(r=Math.imul(F,at))+Math.imul(H,nt)|0,n=Math.imul(H,at),s=s+Math.imul(k,ht)|0,r=(r=r+Math.imul(k,lt)|0)+Math.imul(U,ht)|0,n=n+Math.imul(U,lt)|0,s=s+Math.imul(O,ut)|0,r=(r=r+Math.imul(O,dt)|0)+Math.imul(D,ut)|0,n=n+Math.imul(D,dt)|0;var St=(l+(s=s+Math.imul(w,ft)|0)|0)+((8191&(r=(r=r+Math.imul(w,_t)|0)+Math.imul(N,ft)|0))<<13)|0;l=((n=n+Math.imul(N,_t)|0)+(r>>>13)|0)+(St>>>26)|0,St&=67108863,s=Math.imul(F,ht),r=(r=Math.imul(F,lt))+Math.imul(H,ht)|0,n=Math.imul(H,lt),s=s+Math.imul(k,ut)|0,r=(r=r+Math.imul(k,dt)|0)+Math.imul(U,ut)|0,n=n+Math.imul(U,dt)|0;var Ot=(l+(s=s+Math.imul(O,ft)|0)|0)+((8191&(r=(r=r+Math.imul(O,_t)|0)+Math.imul(D,ft)|0))<<13)|0;l=((n=n+Math.imul(D,_t)|0)+(r>>>13)|0)+(Ot>>>26)|0,Ot&=67108863,s=Math.imul(F,ut),r=(r=Math.imul(F,dt))+Math.imul(H,ut)|0,n=Math.imul(H,dt);var Dt=(l+(s=s+Math.imul(k,ft)|0)|0)+((8191&(r=(r=r+Math.imul(k,_t)|0)+Math.imul(U,ft)|0))<<13)|0;l=((n=n+Math.imul(U,_t)|0)+(r>>>13)|0)+(Dt>>>26)|0,Dt&=67108863;var Mt=(l+(s=Math.imul(F,ft))|0)+((8191&(r=(r=Math.imul(F,_t))+Math.imul(H,ft)|0))<<13)|0;return l=((n=Math.imul(H,_t))+(r>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,h[0]=xt,h[1]=Et,h[2]=mt,h[3]=Rt,h[4]=Tt,h[5]=gt,h[6]=yt,h[7]=At,h[8]=Lt,h[9]=It,h[10]=Ct,h[11]=vt,h[12]=bt,h[13]=wt,h[14]=Nt,h[15]=St,h[16]=Ot,h[17]=Dt,h[18]=Mt,0!==l&&(h[19]=l,i.length++),i};function f(t,e,i){return(new _).mulp(t,e,i)}function _(t,e){this.x=t,this.y=e}Math.imul||(p=d),n.prototype.mulTo=function(t,e){var i=this.length+t.length;return 10===this.length&&10===t.length?p(this,t,e):i<63?d(this,t,e):i<1024?function(t,e,i){i.negative=e.negative^t.negative,i.length=t.length+e.length;for(var s=0,r=0,n=0;n>>26)|0)>>>26,a&=67108863}i.words[n]=o,s=a,a=r}return 0!==s?i.words[n]=s:i.length--,i.strip()}(this,t,e):f(this,t,e)},_.prototype.makeRBT=function(t){for(var e=new Array(t),i=n.prototype._countBits(t)-1,s=0;s>=1;return s},_.prototype.permute=function(t,e,i,s,r,n){for(var a=0;a>>=1)r++;return 1<>>=13,i[2*a+1]=8191&n,n>>>=13;for(a=2*e;a>=26,e+=r/67108864|0,e+=n>>>26,this.words[i]=67108863&n}return 0!==e&&(this.words[i]=e,this.length++),this},n.prototype.muln=function(t){return this.clone().imuln(t)},n.prototype.sqr=function(){return this.mul(this)},n.prototype.isqr=function(){return this.imul(this.clone())},n.prototype.pow=function(t){var e=function(t){for(var e=new Array(t.bitLength()),i=0;i>>r}return e}(t);if(0===e.length)return new n(1);for(var i=this,s=0;s=0);var e,i=t%26,r=(t-i)/26,n=67108863>>>26-i<<26-i;if(0!==i){var a=0;for(e=0;e>>26-i}a&&(this.words[e]=a,this.length++)}if(0!==r){for(e=this.length-1;e>=0;e--)this.words[e+r]=this.words[e];for(e=0;e=0),r=e?(e-e%26)/26:0;var n=t%26,a=Math.min((t-n)/26,this.length),o=67108863^67108863>>>n<a)for(this.length-=a,l=0;l=0&&(0!==c||l>=r);l--){var u=0|this.words[l];this.words[l]=c<<26-n|u>>>n,c=u&o}return h&&0!==c&&(h.words[h.length++]=c),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},n.prototype.ishrn=function(t,e,i){return s(0===this.negative),this.iushrn(t,e,i)},n.prototype.shln=function(t){return this.clone().ishln(t)},n.prototype.ushln=function(t){return this.clone().iushln(t)},n.prototype.shrn=function(t){return this.clone().ishrn(t)},n.prototype.ushrn=function(t){return this.clone().iushrn(t)},n.prototype.testn=function(t){s("number"==typeof t&&t>=0);var e=t%26,i=(t-e)/26,r=1<=0);var e=t%26,i=(t-e)/26;if(s(0===this.negative,"imaskn works only with positive numbers"),this.length<=i)return this;if(0!==e&&i++,this.length=Math.min(i,this.length),0!==e){var r=67108863^67108863>>>e<=67108864;e++)this.words[e]-=67108864,e===this.length-1?this.words[e+1]=1:this.words[e+1]++;return this.length=Math.max(this.length,e+1),this},n.prototype.isubn=function(t){if(s("number"==typeof t),s(t<67108864),t<0)return this.iaddn(-t);if(0!==this.negative)return this.negative=0,this.iaddn(t),this.negative=1,this;if(this.words[0]-=t,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var e=0;e>26)-(h/67108864|0),this.words[r+i]=67108863&n}for(;r>26,this.words[r+i]=67108863&n;if(0===o)return this.strip();for(s(-1===o),o=0,r=0;r>26,this.words[r]=67108863&n;return this.negative=1,this.strip()},n.prototype._wordDiv=function(t,e){var i=(this.length,t.length),s=this.clone(),r=t,a=0|r.words[r.length-1];0!==(i=26-this._countBits(a))&&(r=r.ushln(i),s.iushln(i),a=0|r.words[r.length-1]);var o,h=s.length-r.length;if("mod"!==e){(o=new n(null)).length=h+1,o.words=new Array(o.length);for(var l=0;l=0;u--){var d=67108864*(0|s.words[r.length+u])+(0|s.words[r.length+u-1]);for(d=Math.min(d/a|0,67108863),s._ishlnsubmul(r,d,u);0!==s.negative;)d--,s.negative=0,s._ishlnsubmul(r,1,u),s.isZero()||(s.negative^=1);o&&(o.words[u]=d)}return o&&o.strip(),s.strip(),"div"!==e&&0!==i&&s.iushrn(i),{div:o||null,mod:s}},n.prototype.divmod=function(t,e,i){return s(!t.isZero()),this.isZero()?{div:new n(0),mod:new n(0)}:0!==this.negative&&0===t.negative?(o=this.neg().divmod(t,e),"mod"!==e&&(r=o.div.neg()),"div"!==e&&(a=o.mod.neg(),i&&0!==a.negative&&a.iadd(t)),{div:r,mod:a}):0===this.negative&&0!==t.negative?(o=this.divmod(t.neg(),e),"mod"!==e&&(r=o.div.neg()),{div:r,mod:o.mod}):0!=(this.negative&t.negative)?(o=this.neg().divmod(t.neg(),e),"div"!==e&&(a=o.mod.neg(),i&&0!==a.negative&&a.isub(t)),{div:o.div,mod:a}):t.length>this.length||this.cmp(t)<0?{div:new n(0),mod:this}:1===t.length?"div"===e?{div:this.divn(t.words[0]),mod:null}:"mod"===e?{div:null,mod:new n(this.modn(t.words[0]))}:{div:this.divn(t.words[0]),mod:new n(this.modn(t.words[0]))}:this._wordDiv(t,e);var r,a,o},n.prototype.div=function(t){return this.divmod(t,"div",!1).div},n.prototype.mod=function(t){return this.divmod(t,"mod",!1).mod},n.prototype.umod=function(t){return this.divmod(t,"mod",!0).mod},n.prototype.divRound=function(t){var e=this.divmod(t);if(e.mod.isZero())return e.div;var i=0!==e.div.negative?e.mod.isub(t):e.mod,s=t.ushrn(1),r=t.andln(1),n=i.cmp(s);return n<0||1===r&&0===n?e.div:0!==e.div.negative?e.div.isubn(1):e.div.iaddn(1)},n.prototype.modn=function(t){s(t<=67108863);for(var e=(1<<26)%t,i=0,r=this.length-1;r>=0;r--)i=(e*i+(0|this.words[r]))%t;return i},n.prototype.idivn=function(t){s(t<=67108863);for(var e=0,i=this.length-1;i>=0;i--){var r=(0|this.words[i])+67108864*e;this.words[i]=r/t|0,e=r%t}return this.strip()},n.prototype.divn=function(t){return this.clone().idivn(t)},n.prototype.egcd=function(t){s(0===t.negative),s(!t.isZero());var e=this,i=t.clone();e=0!==e.negative?e.umod(t):e.clone();for(var r=new n(1),a=new n(0),o=new n(0),h=new n(1),l=0;e.isEven()&&i.isEven();)e.iushrn(1),i.iushrn(1),++l;for(var c=i.clone(),u=e.clone();!e.isZero();){for(var d=0,p=1;0==(e.words[0]&p)&&d<26;++d,p<<=1);if(d>0)for(e.iushrn(d);d-- >0;)(r.isOdd()||a.isOdd())&&(r.iadd(c),a.isub(u)),r.iushrn(1),a.iushrn(1);for(var f=0,_=1;0==(i.words[0]&_)&&f<26;++f,_<<=1);if(f>0)for(i.iushrn(f);f-- >0;)(o.isOdd()||h.isOdd())&&(o.iadd(c),h.isub(u)),o.iushrn(1),h.iushrn(1);e.cmp(i)>=0?(e.isub(i),r.isub(o),a.isub(h)):(i.isub(e),o.isub(r),h.isub(a))}return{a:o,b:h,gcd:i.iushln(l)}},n.prototype._invmp=function(t){s(0===t.negative),s(!t.isZero());var e=this,i=t.clone();e=0!==e.negative?e.umod(t):e.clone();for(var r,a=new n(1),o=new n(0),h=i.clone();e.cmpn(1)>0&&i.cmpn(1)>0;){for(var l=0,c=1;0==(e.words[0]&c)&&l<26;++l,c<<=1);if(l>0)for(e.iushrn(l);l-- >0;)a.isOdd()&&a.iadd(h),a.iushrn(1);for(var u=0,d=1;0==(i.words[0]&d)&&u<26;++u,d<<=1);if(u>0)for(i.iushrn(u);u-- >0;)o.isOdd()&&o.iadd(h),o.iushrn(1);e.cmp(i)>=0?(e.isub(i),a.isub(o)):(i.isub(e),o.isub(a))}return(r=0===e.cmpn(1)?a:o).cmpn(0)<0&&r.iadd(t),r},n.prototype.gcd=function(t){if(this.isZero())return t.abs();if(t.isZero())return this.abs();var e=this.clone(),i=t.clone();e.negative=0,i.negative=0;for(var s=0;e.isEven()&&i.isEven();s++)e.iushrn(1),i.iushrn(1);for(;;){for(;e.isEven();)e.iushrn(1);for(;i.isEven();)i.iushrn(1);var r=e.cmp(i);if(r<0){var n=e;e=i,i=n}else if(0===r||0===i.cmpn(1))break;e.isub(i)}return i.iushln(s)},n.prototype.invm=function(t){return this.egcd(t).a.umod(t)},n.prototype.isEven=function(){return 0==(1&this.words[0])},n.prototype.isOdd=function(){return 1==(1&this.words[0])},n.prototype.andln=function(t){return this.words[0]&t},n.prototype.bincn=function(t){s("number"==typeof t);var e=t%26,i=(t-e)/26,r=1<>>26,o&=67108863,this.words[a]=o}return 0!==n&&(this.words[a]=n,this.length++),this},n.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},n.prototype.cmpn=function(t){var e,i=t<0;if(0!==this.negative&&!i)return-1;if(0===this.negative&&i)return 1;if(this.strip(),this.length>1)e=1;else{i&&(t=-t),s(t<=67108863,"Number is too big");var r=0|this.words[0];e=r===t?0:rt.length)return 1;if(this.length=0;i--){var s=0|this.words[i],r=0|t.words[i];if(s!==r){sr&&(e=1);break}}return e},n.prototype.gtn=function(t){return 1===this.cmpn(t)},n.prototype.gt=function(t){return 1===this.cmp(t)},n.prototype.gten=function(t){return this.cmpn(t)>=0},n.prototype.gte=function(t){return this.cmp(t)>=0},n.prototype.ltn=function(t){return-1===this.cmpn(t)},n.prototype.lt=function(t){return-1===this.cmp(t)},n.prototype.lten=function(t){return this.cmpn(t)<=0},n.prototype.lte=function(t){return this.cmp(t)<=0},n.prototype.eqn=function(t){return 0===this.cmpn(t)},n.prototype.eq=function(t){return 0===this.cmp(t)},n.red=function(t){return new y(t)},n.prototype.toRed=function(t){return s(!this.red,"Already a number in reduction context"),s(0===this.negative,"red works only with positives"),t.convertTo(this)._forceRed(t)},n.prototype.fromRed=function(){return s(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},n.prototype._forceRed=function(t){return this.red=t,this},n.prototype.forceRed=function(t){return s(!this.red,"Already a number in reduction context"),this._forceRed(t)},n.prototype.redAdd=function(t){return s(this.red,"redAdd works only with red numbers"),this.red.add(this,t)},n.prototype.redIAdd=function(t){return s(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,t)},n.prototype.redSub=function(t){return s(this.red,"redSub works only with red numbers"),this.red.sub(this,t)},n.prototype.redISub=function(t){return s(this.red,"redISub works only with red numbers"),this.red.isub(this,t)},n.prototype.redShl=function(t){return s(this.red,"redShl works only with red numbers"),this.red.shl(this,t)},n.prototype.redMul=function(t){return s(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.mul(this,t)},n.prototype.redIMul=function(t){return s(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.imul(this,t)},n.prototype.redSqr=function(){return s(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},n.prototype.redISqr=function(){return s(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},n.prototype.redSqrt=function(){return s(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},n.prototype.redInvm=function(){return s(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},n.prototype.redNeg=function(){return s(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},n.prototype.redPow=function(t){return s(this.red&&!t.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,t)};var x={k256:null,p224:null,p192:null,p25519:null};function E(t,e){this.name=t,this.p=new n(e,16),this.n=this.p.bitLength(),this.k=new n(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function m(){E.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function R(){E.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function T(){E.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function g(){E.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function y(t){if("string"==typeof t){var e=n._prime(t);this.m=e.p,this.prime=e}else s(t.gtn(1),"modulus must be greater than 1"),this.m=t,this.prime=null}function A(t){y.call(this,t),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new n(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}E.prototype._tmp=function(){var t=new n(null);return t.words=new Array(Math.ceil(this.n/13)),t},E.prototype.ireduce=function(t){var e,i=t;do{this.split(i,this.tmp),e=(i=(i=this.imulK(i)).iadd(this.tmp)).bitLength()}while(e>this.n);var s=e0?i.isub(this.p):void 0!==i.strip?i.strip():i._strip(),i},E.prototype.split=function(t,e){t.iushrn(this.n,0,e)},E.prototype.imulK=function(t){return t.imul(this.k)},r(m,E),m.prototype.split=function(t,e){for(var i=4194303,s=Math.min(t.length,9),r=0;r>>22,n=a}n>>>=22,t.words[r-10]=n,0===n&&t.length>10?t.length-=10:t.length-=9},m.prototype.imulK=function(t){t.words[t.length]=0,t.words[t.length+1]=0,t.length+=2;for(var e=0,i=0;i>>=26,t.words[i]=r,e=s}return 0!==e&&(t.words[t.length++]=e),t},n._prime=function(t){if(x[t])return x[t];var e;if("k256"===t)e=new m;else if("p224"===t)e=new R;else if("p192"===t)e=new T;else{if("p25519"!==t)throw new Error("Unknown prime "+t);e=new g}return x[t]=e,e},y.prototype._verify1=function(t){s(0===t.negative,"red works only with positives"),s(t.red,"red works only with red numbers")},y.prototype._verify2=function(t,e){s(0==(t.negative|e.negative),"red works only with positives"),s(t.red&&t.red===e.red,"red works only with red numbers")},y.prototype.imod=function(t){return this.prime?this.prime.ireduce(t)._forceRed(this):t.umod(this.m)._forceRed(this)},y.prototype.neg=function(t){return t.isZero()?t.clone():this.m.sub(t)._forceRed(this)},y.prototype.add=function(t,e){this._verify2(t,e);var i=t.add(e);return i.cmp(this.m)>=0&&i.isub(this.m),i._forceRed(this)},y.prototype.iadd=function(t,e){this._verify2(t,e);var i=t.iadd(e);return i.cmp(this.m)>=0&&i.isub(this.m),i},y.prototype.sub=function(t,e){this._verify2(t,e);var i=t.sub(e);return i.cmpn(0)<0&&i.iadd(this.m),i._forceRed(this)},y.prototype.isub=function(t,e){this._verify2(t,e);var i=t.isub(e);return i.cmpn(0)<0&&i.iadd(this.m),i},y.prototype.shl=function(t,e){return this._verify1(t),this.imod(t.ushln(e))},y.prototype.imul=function(t,e){return this._verify2(t,e),this.imod(t.imul(e))},y.prototype.mul=function(t,e){return this._verify2(t,e),this.imod(t.mul(e))},y.prototype.isqr=function(t){return this.imul(t,t.clone())},y.prototype.sqr=function(t){return this.mul(t,t)},y.prototype.sqrt=function(t){if(t.isZero())return t.clone();var e=this.m.andln(3);if(s(e%2==1),3===e){var i=this.m.add(new n(1)).iushrn(2);return this.pow(t,i)}for(var r=this.m.subn(1),a=0;!r.isZero()&&0===r.andln(1);)a++,r.iushrn(1);s(!r.isZero());var o=new n(1).toRed(this),h=o.redNeg(),l=this.m.subn(1).iushrn(1),c=this.m.bitLength();for(c=new n(2*c*c).toRed(this);0!==this.pow(c,l).cmp(h);)c.redIAdd(h);for(var u=this.pow(c,r),d=this.pow(t,r.addn(1).iushrn(1)),p=this.pow(t,r),f=a;0!==p.cmp(o);){for(var _=p,x=0;0!==_.cmp(o);x++)_=_.redSqr();s(x