diff --git a/js/target/scala-2.13/featherweightgo-fastopt.js b/js/target/scala-2.13/featherweightgo-fastopt.js index 5517f39..55ea785 100644 --- a/js/target/scala-2.13/featherweightgo-fastopt.js +++ b/js/target/scala-2.13/featherweightgo-fastopt.js @@ -1,86 +1,81 @@ let FeatherweightGoMain; (function(){ 'use strict'; -var $linkingInfo = Object.freeze({ +var $linkingInfo = Object.freeze(({ "esVersion": 6, "assumingES6": true, "productionMode": false, - "linkerVersion": "1.15.0", + "linkerVersion": "1.16.0", "fileLevelThis": this -}); +})); var $getOwnPropertyDescriptors = (Object.getOwnPropertyDescriptors || (() => { var ownKeysFun; if ((((typeof Reflect) !== "undefined") && Reflect.ownKeys)) { - ownKeysFun = Reflect.ownKeys + ownKeysFun = Reflect.ownKeys; } else { var getOwnPropertySymbols = (Object.getOwnPropertySymbols || ((o) => [])); - ownKeysFun = ((o) => Object.getOwnPropertyNames(o).concat(getOwnPropertySymbols(o))) - }; + ownKeysFun = ((o) => Object.getOwnPropertyNames(o).concat(getOwnPropertySymbols(o))); + } return ((o) => { var ownKeys = ownKeysFun(o); - var descriptors = {}; + var descriptors = ({}); var len = (ownKeys.length | 0); var i = 0; while ((i !== len)) { var key = ownKeys[i]; - Object.defineProperty(descriptors, key, { + Object.defineProperty(descriptors, key, ({ "configurable": true, "enumerable": true, "writable": true, "value": Object.getOwnPropertyDescriptor(o, key) - }); - i = ((i + 1) | 0) - }; - return descriptors - }) + })); + i = ((i + 1) | 0); + } + return descriptors; + }); })()); var $L0; -function $propertyName(arg0) { - for (var prop in arg0) { - return prop - } -} function $Char(c) { - this.c = c + this.c = c; } $Char.prototype.toString = (function() { - return String.fromCharCode(this.c) + return String.fromCharCode(this.c); }); function $valueDescription(arg0) { - return (((typeof arg0) === "number") ? (((arg0 === 0) && ((1 / arg0) < 0)) ? "number(-0)" : (("number(" + arg0) + ")")) : ((arg0 instanceof $c_RTLong) ? "long" : ((arg0 instanceof $Char) ? "char" : ((!(!(arg0 && arg0.$classData))) ? arg0.$classData.name : (typeof arg0))))) + return (((typeof arg0) === "number") ? (((arg0 === 0) && ((1 / arg0) < 0)) ? "number(-0)" : (("number(" + arg0) + ")")) : ((arg0 instanceof $c_RTLong) ? "long" : ((arg0 instanceof $Char) ? "char" : ((!(!(arg0 && arg0.$classData))) ? arg0.$classData.name : (typeof arg0))))); } function $throwClassCastException(arg0, arg1) { - throw new $c_Lorg_scalajs_linker_runtime_UndefinedBehaviorError($ct_jl_ClassCastException__T__(new $c_jl_ClassCastException(), (($valueDescription(arg0) + " cannot be cast to ") + arg1))) + throw new $c_Lorg_scalajs_linker_runtime_UndefinedBehaviorError($ct_jl_ClassCastException__T__(new $c_jl_ClassCastException(), (($valueDescription(arg0) + " cannot be cast to ") + arg1))); } function $throwArrayCastException(arg0, arg1, arg2) { while ((--arg2)) { - arg1 = ("[" + arg1) - }; - $throwClassCastException(arg0, arg1) + arg1 = ("[" + arg1); + } + $throwClassCastException(arg0, arg1); } function $throwArrayIndexOutOFBoundsException(arg0) { - throw new $c_Lorg_scalajs_linker_runtime_UndefinedBehaviorError($ct_jl_ArrayIndexOutOfBoundsException__T__(new $c_jl_ArrayIndexOutOfBoundsException(), ((arg0 === null) ? null : ("" + arg0)))) + throw new $c_Lorg_scalajs_linker_runtime_UndefinedBehaviorError($ct_jl_ArrayIndexOutOfBoundsException__T__(new $c_jl_ArrayIndexOutOfBoundsException(), ((arg0 === null) ? null : ("" + arg0)))); } function $throwArrayStoreException(arg0) { - throw new $c_Lorg_scalajs_linker_runtime_UndefinedBehaviorError(new $c_jl_ArrayStoreException(((arg0 === null) ? null : $valueDescription(arg0)))) + throw new $c_Lorg_scalajs_linker_runtime_UndefinedBehaviorError(new $c_jl_ArrayStoreException(((arg0 === null) ? null : $valueDescription(arg0)))); } function $throwNegativeArraySizeException() { - throw new $c_Lorg_scalajs_linker_runtime_UndefinedBehaviorError(new $c_jl_NegativeArraySizeException()) + throw new $c_Lorg_scalajs_linker_runtime_UndefinedBehaviorError(new $c_jl_NegativeArraySizeException()); } function $throwNullPointerException() { - throw new $c_Lorg_scalajs_linker_runtime_UndefinedBehaviorError(new $c_jl_NullPointerException()) + throw new $c_Lorg_scalajs_linker_runtime_UndefinedBehaviorError(new $c_jl_NullPointerException()); } function $n(arg0) { if ((arg0 === null)) { - $throwNullPointerException() - }; - return arg0 + $throwNullPointerException(); + } + return arg0; } function $noIsInstance(arg0) { - throw new TypeError("Cannot call isInstance() on a Class representing a JS trait/object") + throw new TypeError("Cannot call isInstance() on a Class representing a JS trait/object"); } function $newArrayObject(arg0, arg1) { - return $newArrayObjectInternal(arg0, arg1, 0) + return $newArrayObjectInternal(arg0, arg1, 0); } function $newArrayObjectInternal(arg0, arg1, arg2) { var result = new arg0.constr(arg1[arg2]); @@ -89,54 +84,54 @@ function $newArrayObjectInternal(arg0, arg1, arg2) { var subLengthIndex = (arg2 + 1); var underlying = result.u; for (var i = 0; (i < underlying.length); (i++)) { - underlying[i] = $newArrayObjectInternal(subArrayClassData, arg1, subLengthIndex) + underlying[i] = $newArrayObjectInternal(subArrayClassData, arg1, subLengthIndex); } - }; - return result + } + return result; } function $objectClone(arg0) { - return Object.create(Object.getPrototypeOf(arg0), $getOwnPropertyDescriptors(arg0)) + return Object.create(Object.getPrototypeOf(arg0), $getOwnPropertyDescriptors(arg0)); } function $objectOrArrayClone(arg0) { - return (arg0.$classData.isArrayClass ? arg0.clone__O() : $objectClone(arg0)) + return (arg0.$classData.isArrayClass ? arg0.clone__O() : $objectClone(arg0)); } function $objectGetClass(arg0) { switch ((typeof arg0)) { case "string": { - return $d_T.getClassOf() + return $d_T.getClassOf(); } case "number": { if ($isInt(arg0)) { if ((((arg0 << 24) >> 24) === arg0)) { - return $d_jl_Byte.getClassOf() + return $d_jl_Byte.getClassOf(); } else if ((((arg0 << 16) >> 16) === arg0)) { - return $d_jl_Short.getClassOf() + return $d_jl_Short.getClassOf(); } else { - return $d_jl_Integer.getClassOf() + return $d_jl_Integer.getClassOf(); } } else if ($isFloat(arg0)) { - return $d_jl_Float.getClassOf() + return $d_jl_Float.getClassOf(); } else { - return $d_jl_Double.getClassOf() + return $d_jl_Double.getClassOf(); } } case "boolean": { - return $d_jl_Boolean.getClassOf() + return $d_jl_Boolean.getClassOf(); } case "undefined": { - return $d_jl_Void.getClassOf() + return $d_jl_Void.getClassOf(); } default: { if ((arg0 === null)) { - $throwNullPointerException() + $throwNullPointerException(); } else if ((arg0 instanceof $c_RTLong)) { - return $d_jl_Long.getClassOf() + return $d_jl_Long.getClassOf(); } else if ((arg0 instanceof $Char)) { - return $d_jl_Character.getClassOf() + return $d_jl_Character.getClassOf(); } else if ((!(!(arg0 && arg0.$classData)))) { - return arg0.$classData.getClassOf() + return arg0.$classData.getClassOf(); } else { - return null + return null; } } } @@ -144,173 +139,176 @@ function $objectGetClass(arg0) { function $objectClassName(arg0) { switch ((typeof arg0)) { case "string": { - return "java.lang.String" + return "java.lang.String"; } case "number": { if ($isInt(arg0)) { if ((((arg0 << 24) >> 24) === arg0)) { - return "java.lang.Byte" + return "java.lang.Byte"; } else if ((((arg0 << 16) >> 16) === arg0)) { - return "java.lang.Short" + return "java.lang.Short"; } else { - return "java.lang.Integer" + return "java.lang.Integer"; } } else if ($isFloat(arg0)) { - return "java.lang.Float" + return "java.lang.Float"; } else { - return "java.lang.Double" + return "java.lang.Double"; } } case "boolean": { - return "java.lang.Boolean" + return "java.lang.Boolean"; } case "undefined": { - return "java.lang.Void" + return "java.lang.Void"; } default: { if ((arg0 === null)) { - $throwNullPointerException() + $throwNullPointerException(); } else if ((arg0 instanceof $c_RTLong)) { - return "java.lang.Long" + return "java.lang.Long"; } else if ((arg0 instanceof $Char)) { - return "java.lang.Character" + return "java.lang.Character"; } else if ((!(!(arg0 && arg0.$classData)))) { - return arg0.$classData.name + return arg0.$classData.name; } else { - return $throwNullPointerException() + return $throwNullPointerException(); } } } } function $dp_charAt__I__C(instance, x0) { if (((typeof instance) === "string")) { - return $f_T__charAt__I__C(instance, x0) + return $f_T__charAt__I__C(instance, x0); } else { - return instance.charAt__I__C(x0) + return instance.charAt__I__C(x0); } } function $dp_codePointAt__I__I(instance, x0) { if (((typeof instance) === "string")) { - return $f_T__codePointAt__I__I(instance, x0) + return $f_T__codePointAt__I__I(instance, x0); } else { - return instance.codePointAt__I__I(x0) + return instance.codePointAt__I__I(x0); } } function $dp_equals__O__Z(instance, x0) { switch ((typeof instance)) { case "string": { - return $f_T__equals__O__Z(instance, x0) + return $f_T__equals__O__Z(instance, x0); } case "number": { - return $f_jl_Double__equals__O__Z(instance, x0) + return $f_jl_Double__equals__O__Z(instance, x0); } case "boolean": { - return $f_jl_Boolean__equals__O__Z(instance, x0) + return $f_jl_Boolean__equals__O__Z(instance, x0); } case "undefined": { - return $f_jl_Void__equals__O__Z(instance, x0) + return $f_jl_Void__equals__O__Z(instance, x0); } default: { if (((!(!(instance && instance.$classData))) || (instance === null))) { - return instance.equals__O__Z(x0) + return instance.equals__O__Z(x0); } else if ((instance instanceof $c_RTLong)) { - return $f_jl_Long__equals__O__Z(instance, x0) + return $f_jl_Long__equals__O__Z(instance, x0); } else if ((instance instanceof $Char)) { - return $f_jl_Character__equals__O__Z($uC(instance), x0) + return $f_jl_Character__equals__O__Z($uC(instance), x0); } else { - return $c_O.prototype.equals__O__Z.call(instance, x0) + return $c_O.prototype.equals__O__Z.call(instance, x0); } } } } function $dp_getChars__I__I__AC__I__V(instance, x0, x1, x2, x3) { if (((typeof instance) === "string")) { - return $f_T__getChars__I__I__AC__I__V(instance, x0, x1, x2, x3) + return $f_T__getChars__I__I__AC__I__V(instance, x0, x1, x2, x3); } else { - return instance.getChars__I__I__AC__I__V(x0, x1, x2, x3) + return instance.getChars__I__I__AC__I__V(x0, x1, x2, x3); } } function $dp_hashCode__I(instance) { switch ((typeof instance)) { case "string": { - return $f_T__hashCode__I(instance) + return $f_T__hashCode__I(instance); } case "number": { - return $f_jl_Double__hashCode__I(instance) + return $f_jl_Double__hashCode__I(instance); } case "boolean": { - return $f_jl_Boolean__hashCode__I(instance) + return $f_jl_Boolean__hashCode__I(instance); } case "undefined": { - return $f_jl_Void__hashCode__I(instance) + return $f_jl_Void__hashCode__I(instance); } default: { if (((!(!(instance && instance.$classData))) || (instance === null))) { - return instance.hashCode__I() + return instance.hashCode__I(); } else if ((instance instanceof $c_RTLong)) { - return $f_jl_Long__hashCode__I(instance) + return $f_jl_Long__hashCode__I(instance); } else if ((instance instanceof $Char)) { - return $f_jl_Character__hashCode__I($uC(instance)) + return $f_jl_Character__hashCode__I($uC(instance)); } else { - return $c_O.prototype.hashCode__I.call(instance) + return $c_O.prototype.hashCode__I.call(instance); } } } } function $dp_indexOf__I__I(instance, x0) { if (((typeof instance) === "string")) { - return $f_T__indexOf__I__I(instance, x0) + return $f_T__indexOf__I__I(instance, x0); } else { - return instance.indexOf__I__I(x0) + return instance.indexOf__I__I(x0); } } function $dp_length__I(instance) { if (((typeof instance) === "string")) { - return $f_T__length__I(instance) + return $f_T__length__I(instance); } else { - return instance.length__I() + return instance.length__I(); } } function $dp_repeat__I__T(instance, x0) { if (((typeof instance) === "string")) { - return $f_T__repeat__I__T(instance, x0) + return $f_T__repeat__I__T(instance, x0); } else { - return instance.repeat__I__T(x0) + return instance.repeat__I__T(x0); } } function $dp_subSequence__I__I__jl_CharSequence(instance, x0, x1) { if (((typeof instance) === "string")) { - return $f_T__subSequence__I__I__jl_CharSequence(instance, x0, x1) + return $f_T__subSequence__I__I__jl_CharSequence(instance, x0, x1); } else { - return instance.subSequence__I__I__jl_CharSequence(x0, x1) + return instance.subSequence__I__I__jl_CharSequence(x0, x1); } } function $dp_toString__T(instance) { - return ((instance === (void 0)) ? "undefined" : instance.toString()) + return ((instance === (void 0)) ? "undefined" : instance.toString()); } function $intDiv(arg0, arg1) { if ((arg1 === 0)) { - throw new $c_jl_ArithmeticException("/ by zero") + throw new $c_jl_ArithmeticException("/ by zero"); } else { - return ((arg0 / arg1) | 0) + return ((arg0 / arg1) | 0); } } function $intMod(arg0, arg1) { if ((arg1 === 0)) { - throw new $c_jl_ArithmeticException("/ by zero") + throw new $c_jl_ArithmeticException("/ by zero"); } else { - return ((arg0 % arg1) | 0) + return ((arg0 % arg1) | 0); } } function $doubleToInt(arg0) { - return ((arg0 > 2147483647) ? 2147483647 : ((arg0 < (-2147483648)) ? (-2147483648) : (arg0 | 0))) + return ((arg0 > 2147483647) ? 2147483647 : ((arg0 < (-2147483648)) ? (-2147483648) : (arg0 | 0))); +} +function $cToS(arg0) { + return String.fromCharCode(arg0); } function $charAt(arg0, arg1) { var r = arg0.charCodeAt(arg1); if ((r !== r)) { - throw new $c_Lorg_scalajs_linker_runtime_UndefinedBehaviorError($ct_jl_StringIndexOutOfBoundsException__I__(new $c_jl_StringIndexOutOfBoundsException(), arg1)) + throw new $c_Lorg_scalajs_linker_runtime_UndefinedBehaviorError($ct_jl_StringIndexOutOfBoundsException__I__(new $c_jl_StringIndexOutOfBoundsException(), arg1)); } else { - return r + return r; } } function $resolveSuperRef(arg0, arg1) { @@ -320,16 +318,16 @@ function $resolveSuperRef(arg0, arg1) { while ((superProto !== null)) { var desc = getOwnPropertyDescriptor(superProto, arg1); if ((desc !== (void 0))) { - return desc - }; - superProto = getPrototypeOf(superProto) + return desc; + } + superProto = getPrototypeOf(superProto); } } function $superGet(arg0, arg1, arg2) { var desc = $resolveSuperRef(arg0, arg2); if ((desc !== (void 0))) { var getter = desc.get; - return ((getter !== (void 0)) ? getter.call(arg1) : getter.value) + return ((getter !== (void 0)) ? getter.call(arg1) : getter.value); } } function $superSet(arg0, arg1, arg2, arg3) { @@ -338,39 +336,39 @@ function $superSet(arg0, arg1, arg2, arg3) { var setter = desc.set; if ((setter !== (void 0))) { setter.call(arg1, arg3); - return (void 0) + return (void 0); } - }; - throw new TypeError((("super has no setter '" + arg2) + "'.")) + } + throw new TypeError((("super has no setter '" + arg2) + "'.")); } function $arraycopyCheckBounds(arg0, arg1, arg2, arg3, arg4) { if ((((((arg1 < 0) || (arg3 < 0)) || (arg4 < 0)) || (arg1 > ((arg0 - arg4) | 0))) || (arg3 > ((arg2 - arg4) | 0)))) { - $throwArrayIndexOutOFBoundsException(null) + $throwArrayIndexOutOFBoundsException(null); } } function $arraycopyGeneric(arg0, arg1, arg2, arg3, arg4) { $arraycopyCheckBounds(arg0.length, arg1, arg2.length, arg3, arg4); if ((((arg0 !== arg2) || (arg3 < arg1)) || (((arg1 + arg4) | 0) < arg3))) { for (var i = 0; (i < arg4); i = ((i + 1) | 0)) { - arg2[((arg3 + i) | 0)] = arg0[((arg1 + i) | 0)] + arg2[((arg3 + i) | 0)] = arg0[((arg1 + i) | 0)]; } } else { for (var i = ((arg4 - 1) | 0); (i >= 0); i = ((i - 1) | 0)) { - arg2[((arg3 + i) | 0)] = arg0[((arg1 + i) | 0)] + arg2[((arg3 + i) | 0)] = arg0[((arg1 + i) | 0)]; } } } function $systemArraycopy(arg0, arg1, arg2, arg3, arg4) { - arg0.copyTo(arg1, arg2, arg3, arg4) + arg0.copyTo(arg1, arg2, arg3, arg4); } function $systemArraycopyRefs(arg0, arg1, arg2, arg3, arg4) { if (arg2.$classData.isAssignableFrom(arg0.$classData)) { - $arraycopyGeneric(arg0.u, arg1, arg2.u, arg3, arg4) + $arraycopyGeneric(arg0.u, arg1, arg2.u, arg3, arg4); } else { var srcArray = arg0.u; $arraycopyCheckBounds(srcArray.length, arg1, arg2.u.length, arg3, arg4); for (var i = 0; (i < arg4); i = ((i + 1) | 0)) { - arg2.set(((arg3 + i) | 0), srcArray[((arg1 + i) | 0)]) + arg2.set(((arg3 + i) | 0), srcArray[((arg1 + i) | 0)]); } } } @@ -378,14 +376,14 @@ function $systemArraycopyFull(arg0, arg1, arg2, arg3, arg4) { var srcData = (arg0 && arg0.$classData); if ((srcData === (arg2 && arg2.$classData))) { if ((srcData && srcData.isArrayClass)) { - $systemArraycopy(arg0, arg1, arg2, arg3, arg4) + $systemArraycopy(arg0, arg1, arg2, arg3, arg4); } else { - $throwArrayStoreException(null) + $throwArrayStoreException(null); } } else if (((arg0 instanceof $ac_O) && (arg2 instanceof $ac_O))) { - $systemArraycopyRefs(arg0, arg1, arg2, arg3, arg4) + $systemArraycopyRefs(arg0, arg1, arg2, arg3, arg4); } else { - $throwArrayStoreException(null) + $throwArrayStoreException(null); } } var $lastIDHash = 0; @@ -393,407 +391,404 @@ var $idHashCodeMap = new WeakMap(); function $systemIdentityHashCode(obj) { switch ((typeof obj)) { case "string": { - return $f_T__hashCode__I(obj) + return $f_T__hashCode__I(obj); } case "number": { - return $f_jl_Double__hashCode__I(obj) + return $f_jl_Double__hashCode__I(obj); } case "bigint": { var biHash = 0; if ((obj < BigInt(0))) { - obj = (~obj) - }; + obj = (~obj); + } while ((obj !== BigInt(0))) { biHash = (biHash ^ Number(BigInt.asIntN(32, obj))); - obj = (obj >> BigInt(32)) - }; - return biHash + obj = (obj >> BigInt(32)); + } + return biHash; } case "boolean": { - return (obj ? 1231 : 1237) + return (obj ? 1231 : 1237); } case "undefined": { - return 0 + return 0; } case "symbol": { var description = obj.description; - return ((description === (void 0)) ? 0 : $f_T__hashCode__I(description)) + return ((description === (void 0)) ? 0 : $f_T__hashCode__I(description)); } default: { if ((obj === null)) { - return 0 + return 0; } else { var hash = $idHashCodeMap.get(obj); if ((hash === (void 0))) { hash = (($lastIDHash + 1) | 0); $lastIDHash = hash; - $idHashCodeMap.set(obj, hash) - }; - return hash + $idHashCodeMap.set(obj, hash); + } + return hash; } } } } function $isByte(arg0) { - return ((((typeof arg0) === "number") && (((arg0 << 24) >> 24) === arg0)) && ((1 / arg0) !== (1 / (-0)))) + return ((((typeof arg0) === "number") && (((arg0 << 24) >> 24) === arg0)) && ((1 / arg0) !== (1 / (-0)))); } function $isShort(arg0) { - return ((((typeof arg0) === "number") && (((arg0 << 16) >> 16) === arg0)) && ((1 / arg0) !== (1 / (-0)))) + return ((((typeof arg0) === "number") && (((arg0 << 16) >> 16) === arg0)) && ((1 / arg0) !== (1 / (-0)))); } function $isInt(arg0) { - return ((((typeof arg0) === "number") && ((arg0 | 0) === arg0)) && ((1 / arg0) !== (1 / (-0)))) + return ((((typeof arg0) === "number") && ((arg0 | 0) === arg0)) && ((1 / arg0) !== (1 / (-0)))); } function $isFloat(arg0) { - return (((typeof arg0) === "number") && ((arg0 !== arg0) || (Math.fround(arg0) === arg0))) + return (((typeof arg0) === "number") && ((arg0 !== arg0) || (Math.fround(arg0) === arg0))); } function $bC(arg0) { - return new $Char(arg0) + return new $Char(arg0); } var $bC0 = $bC(0); function $uV(arg0) { - return (((arg0 === (void 0)) || (arg0 === null)) ? (void 0) : $throwClassCastException(arg0, "java.lang.Void")) + return (((arg0 === (void 0)) || (arg0 === null)) ? (void 0) : $throwClassCastException(arg0, "java.lang.Void")); } function $uZ(arg0) { - return ((((typeof arg0) === "boolean") || (arg0 === null)) ? (!(!arg0)) : $throwClassCastException(arg0, "java.lang.Boolean")) + return ((((typeof arg0) === "boolean") || (arg0 === null)) ? (!(!arg0)) : $throwClassCastException(arg0, "java.lang.Boolean")); } function $uC(arg0) { - return (((arg0 instanceof $Char) || (arg0 === null)) ? ((arg0 === null) ? 0 : arg0.c) : $throwClassCastException(arg0, "java.lang.Character")) + return (((arg0 instanceof $Char) || (arg0 === null)) ? ((arg0 === null) ? 0 : arg0.c) : $throwClassCastException(arg0, "java.lang.Character")); } function $uB(arg0) { - return (($isByte(arg0) || (arg0 === null)) ? (arg0 | 0) : $throwClassCastException(arg0, "java.lang.Byte")) + return (($isByte(arg0) || (arg0 === null)) ? (arg0 | 0) : $throwClassCastException(arg0, "java.lang.Byte")); } function $uS(arg0) { - return (($isShort(arg0) || (arg0 === null)) ? (arg0 | 0) : $throwClassCastException(arg0, "java.lang.Short")) + return (($isShort(arg0) || (arg0 === null)) ? (arg0 | 0) : $throwClassCastException(arg0, "java.lang.Short")); } function $uI(arg0) { - return (($isInt(arg0) || (arg0 === null)) ? (arg0 | 0) : $throwClassCastException(arg0, "java.lang.Integer")) + return (($isInt(arg0) || (arg0 === null)) ? (arg0 | 0) : $throwClassCastException(arg0, "java.lang.Integer")); } function $uJ(arg0) { - return (((arg0 instanceof $c_RTLong) || (arg0 === null)) ? ((arg0 === null) ? $L0 : arg0) : $throwClassCastException(arg0, "java.lang.Long")) + return (((arg0 instanceof $c_RTLong) || (arg0 === null)) ? ((arg0 === null) ? $L0 : arg0) : $throwClassCastException(arg0, "java.lang.Long")); } function $uF(arg0) { - return (($isFloat(arg0) || (arg0 === null)) ? (+arg0) : $throwClassCastException(arg0, "java.lang.Float")) + return (($isFloat(arg0) || (arg0 === null)) ? (+arg0) : $throwClassCastException(arg0, "java.lang.Float")); } function $uD(arg0) { - return ((((typeof arg0) === "number") || (arg0 === null)) ? (+arg0) : $throwClassCastException(arg0, "java.lang.Double")) + return ((((typeof arg0) === "number") || (arg0 === null)) ? (+arg0) : $throwClassCastException(arg0, "java.lang.Double")); } function $uT(arg0) { - return ((((typeof arg0) === "string") || (arg0 === null)) ? ((arg0 === null) ? "" : arg0) : $throwClassCastException(arg0, "java.lang.String")) + return ((((typeof arg0) === "string") || (arg0 === null)) ? ((arg0 === null) ? "" : arg0) : $throwClassCastException(arg0, "java.lang.String")); } function $ct_O__($thiz) { - return $thiz + return $thiz; } /** @constructor */ function $c_O() { - /**/ } $c_O.prototype.constructor = $c_O; /** @constructor */ function $h_O() { - /**/ } $h_O.prototype = $c_O.prototype; $c_O.prototype.hashCode__I = (function() { - return $systemIdentityHashCode(this) + return $systemIdentityHashCode(this); }); $c_O.prototype.equals__O__Z = (function(that) { - return (this === that) + return (this === that); }); $c_O.prototype.toString__T = (function() { var i = this.hashCode__I(); - return (($objectClassName(this) + "@") + $as_T($uD((i >>> 0.0)).toString(16))) + return (($objectClassName(this) + "@") + $as_T($uD((i >>> 0.0)).toString(16))); }); $c_O.prototype.toString = (function() { - return this.toString__T() + return this.toString__T(); }); function $ac_O(arg) { if (((typeof arg) === "number")) { if ((arg < 0)) { - $throwNegativeArraySizeException() - }; + $throwNegativeArraySizeException(); + } this.u = new Array(arg); for (var i = 0; (i < arg); (i++)) { - this.u[i] = null + this.u[i] = null; } } else { - this.u = arg + this.u = arg; } } $ac_O.prototype = new $h_O(); $ac_O.prototype.constructor = $ac_O; $ac_O.prototype.get = (function(i) { if (((i < 0) || (i >= this.u.length))) { - $throwArrayIndexOutOFBoundsException(i) - }; - return this.u[i] + $throwArrayIndexOutOFBoundsException(i); + } + return this.u[i]; }); $ac_O.prototype.set = (function(i, v) { if (((i < 0) || (i >= this.u.length))) { - $throwArrayIndexOutOFBoundsException(i) - }; - this.u[i] = v + $throwArrayIndexOutOFBoundsException(i); + } + this.u[i] = v; }); $ac_O.prototype.copyTo = (function(srcPos, dest, destPos, length) { - $arraycopyGeneric(this.u, srcPos, dest.u, destPos, length) + $arraycopyGeneric(this.u, srcPos, dest.u, destPos, length); }); $ac_O.prototype.clone__O = (function() { - return new $ac_O(this.u.slice()) + return new $ac_O(this.u.slice()); }); function $ah_O() { - /**/ } $ah_O.prototype = $ac_O.prototype; function $ac_Z(arg) { if (((typeof arg) === "number")) { if ((arg < 0)) { - $throwNegativeArraySizeException() - }; + $throwNegativeArraySizeException(); + } this.u = new Array(arg); for (var i = 0; (i < arg); (i++)) { - this.u[i] = false + this.u[i] = false; } } else { - this.u = arg + this.u = arg; } } $ac_Z.prototype = new $h_O(); $ac_Z.prototype.constructor = $ac_Z; $ac_Z.prototype.get = (function(i) { if (((i < 0) || (i >= this.u.length))) { - $throwArrayIndexOutOFBoundsException(i) - }; - return this.u[i] + $throwArrayIndexOutOFBoundsException(i); + } + return this.u[i]; }); $ac_Z.prototype.set = (function(i, v) { if (((i < 0) || (i >= this.u.length))) { - $throwArrayIndexOutOFBoundsException(i) - }; - this.u[i] = v + $throwArrayIndexOutOFBoundsException(i); + } + this.u[i] = v; }); $ac_Z.prototype.copyTo = (function(srcPos, dest, destPos, length) { - $arraycopyGeneric(this.u, srcPos, dest.u, destPos, length) + $arraycopyGeneric(this.u, srcPos, dest.u, destPos, length); }); $ac_Z.prototype.clone__O = (function() { - return new $ac_Z(this.u.slice()) + return new $ac_Z(this.u.slice()); }); function $ac_C(arg) { if (((typeof arg) === "number")) { if ((arg < 0)) { - $throwNegativeArraySizeException() - }; - this.u = new Uint16Array(arg) + $throwNegativeArraySizeException(); + } + this.u = new Uint16Array(arg); } else { - this.u = arg + this.u = arg; } } $ac_C.prototype = new $h_O(); $ac_C.prototype.constructor = $ac_C; $ac_C.prototype.get = (function(i) { if (((i < 0) || (i >= this.u.length))) { - $throwArrayIndexOutOFBoundsException(i) - }; - return this.u[i] + $throwArrayIndexOutOFBoundsException(i); + } + return this.u[i]; }); $ac_C.prototype.set = (function(i, v) { if (((i < 0) || (i >= this.u.length))) { - $throwArrayIndexOutOFBoundsException(i) - }; - this.u[i] = v + $throwArrayIndexOutOFBoundsException(i); + } + this.u[i] = v; }); $ac_C.prototype.copyTo = (function(srcPos, dest, destPos, length) { $arraycopyCheckBounds(this.u.length, srcPos, dest.u.length, destPos, length); - dest.u.set(this.u.subarray(srcPos, ((srcPos + length) | 0)), destPos) + dest.u.set(this.u.subarray(srcPos, ((srcPos + length) | 0)), destPos); }); $ac_C.prototype.clone__O = (function() { - return new $ac_C(this.u.slice()) + return new $ac_C(this.u.slice()); }); function $ac_B(arg) { if (((typeof arg) === "number")) { if ((arg < 0)) { - $throwNegativeArraySizeException() - }; - this.u = new Int8Array(arg) + $throwNegativeArraySizeException(); + } + this.u = new Int8Array(arg); } else { - this.u = arg + this.u = arg; } } $ac_B.prototype = new $h_O(); $ac_B.prototype.constructor = $ac_B; $ac_B.prototype.get = (function(i) { if (((i < 0) || (i >= this.u.length))) { - $throwArrayIndexOutOFBoundsException(i) - }; - return this.u[i] + $throwArrayIndexOutOFBoundsException(i); + } + return this.u[i]; }); $ac_B.prototype.set = (function(i, v) { if (((i < 0) || (i >= this.u.length))) { - $throwArrayIndexOutOFBoundsException(i) - }; - this.u[i] = v + $throwArrayIndexOutOFBoundsException(i); + } + this.u[i] = v; }); $ac_B.prototype.copyTo = (function(srcPos, dest, destPos, length) { $arraycopyCheckBounds(this.u.length, srcPos, dest.u.length, destPos, length); - dest.u.set(this.u.subarray(srcPos, ((srcPos + length) | 0)), destPos) + dest.u.set(this.u.subarray(srcPos, ((srcPos + length) | 0)), destPos); }); $ac_B.prototype.clone__O = (function() { - return new $ac_B(this.u.slice()) + return new $ac_B(this.u.slice()); }); function $ac_S(arg) { if (((typeof arg) === "number")) { if ((arg < 0)) { - $throwNegativeArraySizeException() - }; - this.u = new Int16Array(arg) + $throwNegativeArraySizeException(); + } + this.u = new Int16Array(arg); } else { - this.u = arg + this.u = arg; } } $ac_S.prototype = new $h_O(); $ac_S.prototype.constructor = $ac_S; $ac_S.prototype.get = (function(i) { if (((i < 0) || (i >= this.u.length))) { - $throwArrayIndexOutOFBoundsException(i) - }; - return this.u[i] + $throwArrayIndexOutOFBoundsException(i); + } + return this.u[i]; }); $ac_S.prototype.set = (function(i, v) { if (((i < 0) || (i >= this.u.length))) { - $throwArrayIndexOutOFBoundsException(i) - }; - this.u[i] = v + $throwArrayIndexOutOFBoundsException(i); + } + this.u[i] = v; }); $ac_S.prototype.copyTo = (function(srcPos, dest, destPos, length) { $arraycopyCheckBounds(this.u.length, srcPos, dest.u.length, destPos, length); - dest.u.set(this.u.subarray(srcPos, ((srcPos + length) | 0)), destPos) + dest.u.set(this.u.subarray(srcPos, ((srcPos + length) | 0)), destPos); }); $ac_S.prototype.clone__O = (function() { - return new $ac_S(this.u.slice()) + return new $ac_S(this.u.slice()); }); function $ac_I(arg) { if (((typeof arg) === "number")) { if ((arg < 0)) { - $throwNegativeArraySizeException() - }; - this.u = new Int32Array(arg) + $throwNegativeArraySizeException(); + } + this.u = new Int32Array(arg); } else { - this.u = arg + this.u = arg; } } $ac_I.prototype = new $h_O(); $ac_I.prototype.constructor = $ac_I; $ac_I.prototype.get = (function(i) { if (((i < 0) || (i >= this.u.length))) { - $throwArrayIndexOutOFBoundsException(i) - }; - return this.u[i] + $throwArrayIndexOutOFBoundsException(i); + } + return this.u[i]; }); $ac_I.prototype.set = (function(i, v) { if (((i < 0) || (i >= this.u.length))) { - $throwArrayIndexOutOFBoundsException(i) - }; - this.u[i] = v + $throwArrayIndexOutOFBoundsException(i); + } + this.u[i] = v; }); $ac_I.prototype.copyTo = (function(srcPos, dest, destPos, length) { $arraycopyCheckBounds(this.u.length, srcPos, dest.u.length, destPos, length); - dest.u.set(this.u.subarray(srcPos, ((srcPos + length) | 0)), destPos) + dest.u.set(this.u.subarray(srcPos, ((srcPos + length) | 0)), destPos); }); $ac_I.prototype.clone__O = (function() { - return new $ac_I(this.u.slice()) + return new $ac_I(this.u.slice()); }); function $ac_J(arg) { if (((typeof arg) === "number")) { if ((arg < 0)) { - $throwNegativeArraySizeException() - }; + $throwNegativeArraySizeException(); + } this.u = new Array(arg); for (var i = 0; (i < arg); (i++)) { - this.u[i] = $L0 + this.u[i] = $L0; } } else { - this.u = arg + this.u = arg; } } $ac_J.prototype = new $h_O(); $ac_J.prototype.constructor = $ac_J; $ac_J.prototype.get = (function(i) { if (((i < 0) || (i >= this.u.length))) { - $throwArrayIndexOutOFBoundsException(i) - }; - return this.u[i] + $throwArrayIndexOutOFBoundsException(i); + } + return this.u[i]; }); $ac_J.prototype.set = (function(i, v) { if (((i < 0) || (i >= this.u.length))) { - $throwArrayIndexOutOFBoundsException(i) - }; - this.u[i] = v + $throwArrayIndexOutOFBoundsException(i); + } + this.u[i] = v; }); $ac_J.prototype.copyTo = (function(srcPos, dest, destPos, length) { - $arraycopyGeneric(this.u, srcPos, dest.u, destPos, length) + $arraycopyGeneric(this.u, srcPos, dest.u, destPos, length); }); $ac_J.prototype.clone__O = (function() { - return new $ac_J(this.u.slice()) + return new $ac_J(this.u.slice()); }); function $ac_F(arg) { if (((typeof arg) === "number")) { if ((arg < 0)) { - $throwNegativeArraySizeException() - }; - this.u = new Float32Array(arg) + $throwNegativeArraySizeException(); + } + this.u = new Float32Array(arg); } else { - this.u = arg + this.u = arg; } } $ac_F.prototype = new $h_O(); $ac_F.prototype.constructor = $ac_F; $ac_F.prototype.get = (function(i) { if (((i < 0) || (i >= this.u.length))) { - $throwArrayIndexOutOFBoundsException(i) - }; - return this.u[i] + $throwArrayIndexOutOFBoundsException(i); + } + return this.u[i]; }); $ac_F.prototype.set = (function(i, v) { if (((i < 0) || (i >= this.u.length))) { - $throwArrayIndexOutOFBoundsException(i) - }; - this.u[i] = v + $throwArrayIndexOutOFBoundsException(i); + } + this.u[i] = v; }); $ac_F.prototype.copyTo = (function(srcPos, dest, destPos, length) { $arraycopyCheckBounds(this.u.length, srcPos, dest.u.length, destPos, length); - dest.u.set(this.u.subarray(srcPos, ((srcPos + length) | 0)), destPos) + dest.u.set(this.u.subarray(srcPos, ((srcPos + length) | 0)), destPos); }); $ac_F.prototype.clone__O = (function() { - return new $ac_F(this.u.slice()) + return new $ac_F(this.u.slice()); }); function $ac_D(arg) { if (((typeof arg) === "number")) { if ((arg < 0)) { - $throwNegativeArraySizeException() - }; - this.u = new Float64Array(arg) + $throwNegativeArraySizeException(); + } + this.u = new Float64Array(arg); } else { - this.u = arg + this.u = arg; } } $ac_D.prototype = new $h_O(); $ac_D.prototype.constructor = $ac_D; $ac_D.prototype.get = (function(i) { if (((i < 0) || (i >= this.u.length))) { - $throwArrayIndexOutOFBoundsException(i) - }; - return this.u[i] + $throwArrayIndexOutOFBoundsException(i); + } + return this.u[i]; }); $ac_D.prototype.set = (function(i, v) { if (((i < 0) || (i >= this.u.length))) { - $throwArrayIndexOutOFBoundsException(i) - }; - this.u[i] = v + $throwArrayIndexOutOFBoundsException(i); + } + this.u[i] = v; }); $ac_D.prototype.copyTo = (function(srcPos, dest, destPos, length) { $arraycopyCheckBounds(this.u.length, srcPos, dest.u.length, destPos, length); - dest.u.set(this.u.subarray(srcPos, ((srcPos + length) | 0)), destPos) + dest.u.set(this.u.subarray(srcPos, ((srcPos + length) | 0)), destPos); }); $ac_D.prototype.clone__O = (function() { - return new $ac_D(this.u.slice()) + return new $ac_D(this.u.slice()); }); function $TypeData() { this.constr = (void 0); @@ -812,10 +807,10 @@ function $TypeData() { this.isPrimitive = false; this.isInterface = false; this.isArrayClass = false; - this.isInstance = (void 0) + this.isInstance = (void 0); } $TypeData.prototype.initPrim = (function(zero, arrayEncodedName, displayName, arrayClass, typedArrayClass) { - this.ancestors = {}; + this.ancestors = ({}); this.zero = zero; this.arrayEncodedName = arrayEncodedName; var self = this; @@ -824,30 +819,32 @@ $TypeData.prototype.initPrim = (function(zero, arrayEncodedName, displayName, ar this.isPrimitive = true; this.isInstance = ((obj) => false); if ((arrayClass !== (void 0))) { - this._arrayOf = new $TypeData().initSpecializedArray(this, arrayClass, typedArrayClass) - }; - return this + this._arrayOf = new $TypeData().initSpecializedArray(this, arrayClass, typedArrayClass); + } + return this; }); -$TypeData.prototype.initClass = (function(internalNameObj, isInterface, fullName, ancestors, isJSType, parentData, isInstance) { - var internalName = $propertyName(internalNameObj); +$TypeData.prototype.initClass = (function(kindOrCtor, fullName, ancestors, isInstance) { + var internalName = Object.getOwnPropertyNames(ancestors)[0]; this.ancestors = ancestors; this.arrayEncodedName = (("L" + fullName) + ";"); this.isAssignableFromFun = ((that) => (!(!that.ancestors[internalName]))); - this.isJSType = (!(!isJSType)); + this.isJSType = (kindOrCtor === 2); this.name = fullName; - this.isInterface = isInterface; + this.isInterface = (kindOrCtor === 1); this.isInstance = (isInstance || ((obj) => (!(!((obj && obj.$classData) && obj.$classData.ancestors[internalName]))))); - return this + if (((typeof kindOrCtor) !== "number")) { + kindOrCtor.prototype.$classData = this; + } + return this; }); $TypeData.prototype.initSpecializedArray = (function(componentData, arrayClass, typedArrayClass, isAssignableFromFun) { arrayClass.prototype.$classData = this; var name = ("[" + componentData.arrayEncodedName); this.constr = arrayClass; - this.ancestors = { - O: 1, + this.ancestors = ({ jl_Cloneable: 1, Ljava_io_Serializable: 1 - }; + }); this.componentData = componentData; this.arrayBase = componentData; this.arrayDepth = 1; @@ -858,49 +855,48 @@ $TypeData.prototype.initSpecializedArray = (function(componentData, arrayClass, this.isAssignableFromFun = (isAssignableFromFun || ((that) => (self === that))); this.wrapArray = (typedArrayClass ? ((array) => new arrayClass(new typedArrayClass(array))) : ((array) => new arrayClass(array))); this.isInstance = ((obj) => (obj instanceof arrayClass)); - return this + return this; }); $TypeData.prototype.initArray = (function(componentData) { function ArrayClass(arg) { if (((typeof arg) === "number")) { if ((arg < 0)) { - $throwNegativeArraySizeException() - }; + $throwNegativeArraySizeException(); + } this.u = new Array(arg); for (var i = 0; (i < arg); (i++)) { - this.u[i] = null + this.u[i] = null; } } else { - this.u = arg + this.u = arg; } } ArrayClass.prototype = new $ah_O(); ArrayClass.prototype.constructor = ArrayClass; ArrayClass.prototype.set = (function(i, v) { if (((i < 0) || (i >= this.u.length))) { - $throwArrayIndexOutOFBoundsException(i) - }; + $throwArrayIndexOutOFBoundsException(i); + } if ((((v !== null) && (!componentData.isJSType)) && (!componentData.isInstance(v)))) { - $throwArrayStoreException(v) - }; - this.u[i] = v + $throwArrayStoreException(v); + } + this.u[i] = v; }); ArrayClass.prototype.copyTo = (function(srcPos, dest, destPos, length) { - $arraycopyGeneric(this.u, srcPos, dest.u, destPos, length) + $arraycopyGeneric(this.u, srcPos, dest.u, destPos, length); }); ArrayClass.prototype.clone__O = (function() { - return new ArrayClass(this.u.slice()) + return new ArrayClass(this.u.slice()); }); + ArrayClass.prototype.$classData = this; var arrayBase = (componentData.arrayBase || componentData); var arrayDepth = (componentData.arrayDepth + 1); - ArrayClass.prototype.$classData = this; var name = ("[" + componentData.arrayEncodedName); this.constr = ArrayClass; - this.ancestors = { - O: 1, + this.ancestors = ({ jl_Cloneable: 1, Ljava_io_Serializable: 1 - }; + }); this.componentData = componentData; this.arrayBase = arrayBase; this.arrayDepth = arrayDepth; @@ -909,157 +905,155 @@ $TypeData.prototype.initArray = (function(componentData) { this.isArrayClass = true; var isAssignableFromFun = ((that) => { var thatDepth = that.arrayDepth; - return ((thatDepth === arrayDepth) ? arrayBase.isAssignableFromFun(that.arrayBase) : ((thatDepth > arrayDepth) && (arrayBase === $d_O))) + return ((thatDepth === arrayDepth) ? arrayBase.isAssignableFromFun(that.arrayBase) : ((thatDepth > arrayDepth) && (arrayBase === $d_O))); }); this.isAssignableFromFun = isAssignableFromFun; this.wrapArray = ((array) => new ArrayClass(array)); var self = this; this.isInstance = ((obj) => { var data = (obj && obj.$classData); - return ((!(!data)) && ((data === self) || isAssignableFromFun(data))) + return ((!(!data)) && ((data === self) || isAssignableFromFun(data))); }); - return this + return this; }); $TypeData.prototype.getArrayOf = (function() { if ((!this._arrayOf)) { - this._arrayOf = new $TypeData().initArray(this) - }; - return this._arrayOf + this._arrayOf = new $TypeData().initArray(this); + } + return this._arrayOf; }); $TypeData.prototype.getClassOf = (function() { if ((!this._classOf)) { - this._classOf = new $c_jl_Class(this) - }; - return this._classOf + this._classOf = new $c_jl_Class(this); + } + return this._classOf; }); $TypeData.prototype.isAssignableFrom = (function(that) { - return ((this === that) || this.isAssignableFromFun(that)) + return ((this === that) || this.isAssignableFromFun(that)); }); $TypeData.prototype.checkCast = (function(obj) { if ((((obj !== null) && (!this.isJSType)) && (!this.isInstance(obj)))) { - $throwClassCastException(obj, this.name) + $throwClassCastException(obj, this.name); } }); $TypeData.prototype.getSuperclass = (function() { - return (this.parentData ? this.parentData.getClassOf() : null) + return (this.parentData ? this.parentData.getClassOf() : null); }); $TypeData.prototype.getComponentType = (function() { - return (this.componentData ? this.componentData.getClassOf() : null) + return (this.componentData ? this.componentData.getClassOf() : null); }); $TypeData.prototype.newArrayOfThisClass = (function(lengths) { var arrayClassData = this; for (var i = 0; (i < lengths.length); (i++)) { - arrayClassData = arrayClassData.getArrayOf() - }; - return $newArrayObject(arrayClassData, lengths) + arrayClassData = arrayClassData.getArrayOf(); + } + return $newArrayObject(arrayClassData, lengths); }); function $isArrayOf_O(obj, depth) { var data = (obj && obj.$classData); if ((!data)) { - return false + return false; } else { var arrayDepth = data.arrayDepth; - return ((arrayDepth === depth) ? (!data.arrayBase.isPrimitive) : (arrayDepth > depth)) + return ((arrayDepth === depth) ? (!data.arrayBase.isPrimitive) : (arrayDepth > depth)); } } function $isArrayOf_Z(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && (obj.$classData.arrayBase === $d_Z)))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && (obj.$classData.arrayBase === $d_Z)))); } function $isArrayOf_C(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && (obj.$classData.arrayBase === $d_C)))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && (obj.$classData.arrayBase === $d_C)))); } function $isArrayOf_B(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && (obj.$classData.arrayBase === $d_B)))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && (obj.$classData.arrayBase === $d_B)))); } function $isArrayOf_S(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && (obj.$classData.arrayBase === $d_S)))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && (obj.$classData.arrayBase === $d_S)))); } function $isArrayOf_I(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && (obj.$classData.arrayBase === $d_I)))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && (obj.$classData.arrayBase === $d_I)))); } function $isArrayOf_J(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && (obj.$classData.arrayBase === $d_J)))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && (obj.$classData.arrayBase === $d_J)))); } function $isArrayOf_F(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && (obj.$classData.arrayBase === $d_F)))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && (obj.$classData.arrayBase === $d_F)))); } function $isArrayOf_D(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && (obj.$classData.arrayBase === $d_D)))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && (obj.$classData.arrayBase === $d_D)))); } function $asArrayOf_O(obj, depth) { if (($isArrayOf_O(obj, depth) || (obj === null))) { - return obj + return obj; } else { - $throwArrayCastException(obj, "Ljava.lang.Object;", depth) + $throwArrayCastException(obj, "Ljava.lang.Object;", depth); } } function $asArrayOf_Z(obj, depth) { if (($isArrayOf_Z(obj, depth) || (obj === null))) { - return obj + return obj; } else { - $throwArrayCastException(obj, "Z", depth) + $throwArrayCastException(obj, "Z", depth); } } function $asArrayOf_C(obj, depth) { if (($isArrayOf_C(obj, depth) || (obj === null))) { - return obj + return obj; } else { - $throwArrayCastException(obj, "C", depth) + $throwArrayCastException(obj, "C", depth); } } function $asArrayOf_B(obj, depth) { if (($isArrayOf_B(obj, depth) || (obj === null))) { - return obj + return obj; } else { - $throwArrayCastException(obj, "B", depth) + $throwArrayCastException(obj, "B", depth); } } function $asArrayOf_S(obj, depth) { if (($isArrayOf_S(obj, depth) || (obj === null))) { - return obj + return obj; } else { - $throwArrayCastException(obj, "S", depth) + $throwArrayCastException(obj, "S", depth); } } function $asArrayOf_I(obj, depth) { if (($isArrayOf_I(obj, depth) || (obj === null))) { - return obj + return obj; } else { - $throwArrayCastException(obj, "I", depth) + $throwArrayCastException(obj, "I", depth); } } function $asArrayOf_J(obj, depth) { if (($isArrayOf_J(obj, depth) || (obj === null))) { - return obj + return obj; } else { - $throwArrayCastException(obj, "J", depth) + $throwArrayCastException(obj, "J", depth); } } function $asArrayOf_F(obj, depth) { if (($isArrayOf_F(obj, depth) || (obj === null))) { - return obj + return obj; } else { - $throwArrayCastException(obj, "F", depth) + $throwArrayCastException(obj, "F", depth); } } function $asArrayOf_D(obj, depth) { if (($isArrayOf_D(obj, depth) || (obj === null))) { - return obj + return obj; } else { - $throwArrayCastException(obj, "D", depth) + $throwArrayCastException(obj, "D", depth); } } var $d_O = new $TypeData(); -$d_O.ancestors = { - O: 1 -}; +$d_O.ancestors = ({}); $d_O.arrayEncodedName = "Ljava.lang.Object;"; $d_O.isAssignableFromFun = ((that) => (!that.isPrimitive)); $d_O.name = "java.lang.Object"; $d_O.isInstance = ((obj) => (obj !== null)); $d_O._arrayOf = new $TypeData().initSpecializedArray($d_O, $ac_O, (void 0), ((that) => { var thatDepth = that.arrayDepth; - return ((thatDepth === 1) ? (!that.arrayBase.isPrimitive) : (thatDepth > 1)) + return ((thatDepth === 1) ? (!that.arrayBase.isPrimitive) : (thatDepth > 1)); })); $c_O.prototype.$classData = $d_O; var $d_V = new $TypeData().initPrim((void 0), "V", "void", (void 0), (void 0)); @@ -1077,31 +1071,26 @@ function $c_Lfansi_Attr$() { this.Lfansi_Attr$__f_categories = null; $n_Lfansi_Attr$ = this; this.Lfansi_Attr$__f_Reset = new $c_Lfansi_EscapeAttr("\u001b[0m", new $c_RTLong(2147483647, 0), $L0, new $c_Lsourcecode_Name("Reset")); - var this$4 = $n($m_s_package$().s_package$__f_Vector); + var this$4 = $m_sci_Vector$(); var array = [$m_Lfansi_Color$(), $m_Lfansi_Back$(), $m_Lfansi_Bold$(), $m_Lfansi_Underlined$(), $m_Lfansi_Reversed$()]; var elems = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array); - this.Lfansi_Attr$__f_categories = this$4.from__sc_IterableOnce__sci_Vector(elems) + this.Lfansi_Attr$__f_categories = this$4.from__sc_IterableOnce__sci_Vector(elems); } $c_Lfansi_Attr$.prototype = new $h_O(); $c_Lfansi_Attr$.prototype.constructor = $c_Lfansi_Attr$; /** @constructor */ function $h_Lfansi_Attr$() { - /**/ } $h_Lfansi_Attr$.prototype = $c_Lfansi_Attr$.prototype; -var $d_Lfansi_Attr$ = new $TypeData().initClass({ - Lfansi_Attr$: 0 -}, false, "fansi.Attr$", { - Lfansi_Attr$: 1, - O: 1 -}); -$c_Lfansi_Attr$.prototype.$classData = $d_Lfansi_Attr$; +var $d_Lfansi_Attr$ = new $TypeData().initClass($c_Lfansi_Attr$, "fansi.Attr$", ({ + Lfansi_Attr$: 1 +})); var $n_Lfansi_Attr$; function $m_Lfansi_Attr$() { if ((!$n_Lfansi_Attr$)) { - $n_Lfansi_Attr$ = new $c_Lfansi_Attr$() - }; - return $n_Lfansi_Attr$ + $n_Lfansi_Attr$ = new $c_Lfansi_Attr$(); + } + return $n_Lfansi_Attr$; } function $f_Lfansi_Attrs__transform__J__J($thiz, state) { var b = $thiz.resetMask__J(); @@ -1112,30 +1101,29 @@ function $f_Lfansi_Attrs__transform__J__J($thiz, state) { var b$1 = $thiz.applyMask__J(); var lo$2 = (lo$1 | b$1.RTLong__f_lo); var hi$2 = (hi$1 | b$1.RTLong__f_hi); - return new $c_RTLong(lo$2, hi$2) + return new $c_RTLong(lo$2, hi$2); } function $is_Lfansi_Attrs(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.Lfansi_Attrs))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.Lfansi_Attrs))); } function $as_Lfansi_Attrs(obj) { - return (($is_Lfansi_Attrs(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "fansi.Attrs")) + return (($is_Lfansi_Attrs(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "fansi.Attrs")); } function $isArrayOf_Lfansi_Attrs(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfansi_Attrs))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfansi_Attrs))); } function $asArrayOf_Lfansi_Attrs(obj, depth) { - return (($isArrayOf_Lfansi_Attrs(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfansi.Attrs;", depth)) + return (($isArrayOf_Lfansi_Attrs(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfansi.Attrs;", depth)); } /** @constructor */ function $c_Lfansi_Attrs$() { $n_Lfansi_Attrs$ = this; - $m_Lfansi_Attrs$().apply__sci_Seq__Lfansi_Attrs($m_sci_Nil$()) + $m_Lfansi_Attrs$().apply__sci_Seq__Lfansi_Attrs($m_sci_Nil$()); } $c_Lfansi_Attrs$.prototype = new $h_O(); $c_Lfansi_Attrs$.prototype.constructor = $c_Lfansi_Attrs$; /** @constructor */ function $h_Lfansi_Attrs$() { - /**/ } $h_Lfansi_Attrs$.prototype = $c_Lfansi_Attrs$.prototype; $c_Lfansi_Attrs$.prototype.emitAnsiCodes0__J__J__scm_StringBuilder__ALfansi_Category__V = (function(currentState, nextState, output, categoryArray) { @@ -1150,10 +1138,10 @@ $c_Lfansi_Attrs$.prototype.emitAnsiCodes0__J__J__scm_StringBuilder__ALfansi_Cate var hi$3 = (hi$1 & hi$2); if ((!((lo$2 === 0) && (hi$3 === 0)))) { $n(output).append__T__scm_StringBuilder("\u001b[0m"); - var t = $L0 + var t = $L0; } else { - var t = currentState - }; + var t = currentState; + } var lo$3 = t.RTLong__f_lo; var hi$4 = t.RTLong__f_hi; var categoryIndex = 0; @@ -1174,14 +1162,13 @@ $c_Lfansi_Attrs$.prototype.emitAnsiCodes0__J__J__scm_StringBuilder__ALfansi_Cate var lo$6 = (nextState.RTLong__f_lo & value$2); var hi$10 = (nextState.RTLong__f_hi & hi$9); var escape = $n($x_1).lookupEscape__J__T(new $c_RTLong(lo$6, hi$10)); - $n(output).append__T__scm_StringBuilder(escape) - }; - categoryIndex = ((1 + categoryIndex) | 0) + $n(output).append__T__scm_StringBuilder(escape); + } + categoryIndex = ((1 + categoryIndex) | 0); } } }); $c_Lfansi_Attrs$.prototype.apply__sci_Seq__Lfansi_Attrs = (function(attrs) { - $n($m_s_package$().s_package$__f_List); var elem = $m_sci_Nil$(); var elem$1 = null; elem$1 = elem; @@ -1223,8 +1210,8 @@ $c_Lfansi_Attrs$.prototype.apply__sci_Seq__Lfansi_Attrs = (function(attrs) { var $x_3__lo = lo$3; var $x_3__hi = hi$3; elem$3__lo = $x_3__lo; - elem$3__hi = $x_3__hi - }; + elem$3__hi = $x_3__hi; + } var this$9__lo = elem$2__lo; var this$9__hi = elem$2__hi; var b$3 = $n(attr).resetMask__J(); @@ -1235,22 +1222,21 @@ $c_Lfansi_Attrs$.prototype.apply__sci_Seq__Lfansi_Attrs = (function(attrs) { elem$2__lo = $x_4__lo; elem$2__hi = $x_4__hi; var this$10 = $n($as_sci_List(elem$1)); - elem$1 = new $c_sci_$colon$colon(attr, this$10) + elem$1 = new $c_sci_$colon$colon(attr, this$10); } - }; + } if (($n($as_sci_List(elem$1)).length__I() === 1)) { - return $as_Lfansi_Attrs($n($as_sci_List(elem$1)).head__O()) + return $as_Lfansi_Attrs($n($as_sci_List(elem$1)).head__O()); } else { var $x_10 = new $c_RTLong(elem$2__lo, elem$2__hi); var $x_9 = new $c_RTLong(elem$3__lo, elem$3__hi); var $x_8 = $m_s_Predef$(); - $m_sc_ArrayOps$(); var this$12 = $n($as_sci_List(elem$1)); if ((this$12.knownSize__I() >= 0)) { var len = this$12.knownSize__I(); var destination = new ($d_Lfansi_Attr.getArrayOf().constr)(len); $f_sc_IterableOnceOps__copyToArray__O__I__I__I(this$12, destination, 0, 2147483647); - var xs = destination + var xs = destination; } else { var capacity = 0; var jsElems = null; @@ -1260,12 +1246,11 @@ $c_Lfansi_Attrs$.prototype.apply__sci_Seq__Lfansi_Attrs = (function(attrs) { while ($n(it).hasNext__Z()) { var elem$4 = $n(it).next__O(); var unboxedElem = ((elem$4 === null) ? null : elem$4); - jsElems.push(unboxedElem) - }; - var xs = new ($d_Lfansi_Attr.getArrayOf().constr)(jsElems) - }; + jsElems.push(unboxedElem); + } + var xs = new ($d_Lfansi_Attr.getArrayOf().constr)(jsElems); + } var len$1 = $n(xs).u.length; - $m_sc_ArrayOps$(); var $x_5 = $m_s_reflect_ClassTag$(); var this$18 = $n(xs); var res = $n($n($x_5).apply__jl_Class__s_reflect_ClassTag($objectGetClass(this$18).getComponentType__jl_Class())).newArray__I__O(len$1); @@ -1275,24 +1260,20 @@ $c_Lfansi_Attrs$.prototype.apply__sci_Seq__Lfansi_Attrs = (function(attrs) { var $x_6 = i; var x1 = i; $n($x_7).array_update__O__I__O__V(res, (((-1) + ((len$1 - $x_6) | 0)) | 0), $n(xs).get(x1)); - i = ((1 + i) | 0) - }; - return new $c_Lfansi_Attrs$Multiple($x_10, $x_9, $n($x_8).copyArrayToImmutableIndexedSeq__O__sci_IndexedSeq(res)) + i = ((1 + i) | 0); + } + return new $c_Lfansi_Attrs$Multiple($x_10, $x_9, $n($x_8).copyArrayToImmutableIndexedSeq__O__sci_IndexedSeq(res)); } }); -var $d_Lfansi_Attrs$ = new $TypeData().initClass({ - Lfansi_Attrs$: 0 -}, false, "fansi.Attrs$", { - Lfansi_Attrs$: 1, - O: 1 -}); -$c_Lfansi_Attrs$.prototype.$classData = $d_Lfansi_Attrs$; +var $d_Lfansi_Attrs$ = new $TypeData().initClass($c_Lfansi_Attrs$, "fansi.Attrs$", ({ + Lfansi_Attrs$: 1 +})); var $n_Lfansi_Attrs$; function $m_Lfansi_Attrs$() { if ((!$n_Lfansi_Attrs$)) { - $n_Lfansi_Attrs$ = new $c_Lfansi_Attrs$() - }; - return $n_Lfansi_Attrs$ + $n_Lfansi_Attrs$ = new $c_Lfansi_Attrs$(); + } + return $n_Lfansi_Attrs$; } function $p_Lfansi_Category__lookupAttrTable$lzycompute__ALfansi_Attr($thiz) { if ((!$thiz.Lfansi_Category__f_bitmap$0)) { @@ -1304,18 +1285,18 @@ function $p_Lfansi_Category__lookupAttrTable$lzycompute__ALfansi_Attr($thiz) { var n = $thiz.Lfansi_Category__f_offset; var hi = this$2.RTLong__f_hi; var lo = (((32 & n) === 0) ? (((this$2.RTLong__f_lo >>> n) | 0) | ((hi << 1) << ((31 - n) | 0))) : (hi >> n)); - $x_1.set(lo, attr) + $x_1.set(lo, attr); }))); $thiz.Lfansi_Category__f_lookupAttrTable = arr; - $thiz.Lfansi_Category__f_bitmap$0 = true - }; - return $thiz.Lfansi_Category__f_lookupAttrTable + $thiz.Lfansi_Category__f_bitmap$0 = true; + } + return $thiz.Lfansi_Category__f_lookupAttrTable; } function $ct_Lfansi_Category__I__I__Lsourcecode_Name__($thiz, offset, width, catName) { $thiz.Lfansi_Category__f_offset = offset; $thiz.Lfansi_Category__f_width = width; $thiz.Lfansi_Category__f_catName = catName; - return $thiz + return $thiz; } /** @constructor */ function $c_Lfansi_Category() { @@ -1323,25 +1304,24 @@ function $c_Lfansi_Category() { this.Lfansi_Category__f_offset = 0; this.Lfansi_Category__f_width = 0; this.Lfansi_Category__f_catName = null; - this.Lfansi_Category__f_bitmap$0 = false + this.Lfansi_Category__f_bitmap$0 = false; } $c_Lfansi_Category.prototype = new $h_O(); $c_Lfansi_Category.prototype.constructor = $c_Lfansi_Category; /** @constructor */ function $h_Lfansi_Category() { - /**/ } $h_Lfansi_Category.prototype = $c_Lfansi_Category.prototype; $c_Lfansi_Category.prototype.mask__I = (function() { - return ((((-1) + (1 << this.Lfansi_Category__f_width)) | 0) << this.Lfansi_Category__f_offset) + return ((((-1) + (1 << this.Lfansi_Category__f_width)) | 0) << this.Lfansi_Category__f_offset); }); $c_Lfansi_Category.prototype.lookupEscape__J__T = (function(applyState) { var escapeOpt = $n(this.lookupAttr__J__Lfansi_Attr(applyState)).escapeOpt__s_Option(); var this$1 = $n(escapeOpt); if ((!this$1.isEmpty__Z())) { - return $as_T($n(escapeOpt).get__O()) + return $as_T($n(escapeOpt).get__O()); } else { - return "" + return ""; } }); $c_Lfansi_Category.prototype.lookupAttr__J__Lfansi_Attr = (function(applyState) { @@ -1349,13 +1329,13 @@ $c_Lfansi_Category.prototype.lookupAttr__J__Lfansi_Attr = (function(applyState) var n = this.Lfansi_Category__f_offset; var hi = applyState.RTLong__f_hi; var lo = (((32 & n) === 0) ? (((applyState.RTLong__f_lo >>> n) | 0) | ((hi << 1) << ((31 - n) | 0))) : (hi >> n)); - return $n($x_1).get(lo) + return $n($x_1).get(lo); }); $c_Lfansi_Category.prototype.lookupTableWidth__I = (function() { - return (1 << this.Lfansi_Category__f_width) + return (1 << this.Lfansi_Category__f_width); }); $c_Lfansi_Category.prototype.lookupAttrTable__ALfansi_Attr = (function() { - return ((!this.Lfansi_Category__f_bitmap$0) ? $p_Lfansi_Category__lookupAttrTable$lzycompute__ALfansi_Attr(this) : this.Lfansi_Category__f_lookupAttrTable) + return ((!this.Lfansi_Category__f_bitmap$0) ? $p_Lfansi_Category__lookupAttrTable$lzycompute__ALfansi_Attr(this) : this.Lfansi_Category__f_lookupAttrTable); }); $c_Lfansi_Category.prototype.makeAttr__T__J__Lsourcecode_Name__Lfansi_EscapeAttr = (function(s, applyValue, name) { var value = this.mask__I(); @@ -1365,7 +1345,7 @@ $c_Lfansi_Category.prototype.makeAttr__T__J__Lsourcecode_Name__Lfansi_EscapeAttr var lo = applyValue.RTLong__f_lo; var lo$1 = (((32 & n) === 0) ? (lo << n) : 0); var hi$1 = (((32 & n) === 0) ? (((((lo >>> 1) | 0) >>> ((31 - n) | 0)) | 0) | (applyValue.RTLong__f_hi << n)) : (lo << n)); - return new $c_Lfansi_EscapeAttr(s, $x_1, new $c_RTLong(lo$1, hi$1), $as_Lsourcecode_Name($m_Lsourcecode_Name$().wrap__O__Lsourcecode_SourceValue((($n(this.Lfansi_Category__f_catName).Lsourcecode_Name__f_value + ".") + $n(name).Lsourcecode_Name__f_value)))) + return new $c_Lfansi_EscapeAttr(s, $x_1, new $c_RTLong(lo$1, hi$1), $as_Lsourcecode_Name($m_Lsourcecode_Name$().wrap__O__Lsourcecode_SourceValue((($n(this.Lfansi_Category__f_catName).Lsourcecode_Name__f_value + ".") + $n(name).Lsourcecode_Name__f_value)))); }); $c_Lfansi_Category.prototype.makeNoneAttr__J__Lsourcecode_Name__Lfansi_ResetAttr = (function(applyValue, name) { var value = this.mask__I(); @@ -1375,32 +1355,28 @@ $c_Lfansi_Category.prototype.makeNoneAttr__J__Lsourcecode_Name__Lfansi_ResetAttr var lo = applyValue.RTLong__f_lo; var lo$1 = (((32 & n) === 0) ? (lo << n) : 0); var hi$1 = (((32 & n) === 0) ? (((((lo >>> 1) | 0) >>> ((31 - n) | 0)) | 0) | (applyValue.RTLong__f_hi << n)) : (lo << n)); - return new $c_Lfansi_ResetAttr($x_1, new $c_RTLong(lo$1, hi$1), $as_Lsourcecode_Name($m_Lsourcecode_Name$().wrap__O__Lsourcecode_SourceValue((($n(this.Lfansi_Category__f_catName).Lsourcecode_Name__f_value + ".") + $n(name).Lsourcecode_Name__f_value)))) + return new $c_Lfansi_ResetAttr($x_1, new $c_RTLong(lo$1, hi$1), $as_Lsourcecode_Name($m_Lsourcecode_Name$().wrap__O__Lsourcecode_SourceValue((($n(this.Lfansi_Category__f_catName).Lsourcecode_Name__f_value + ".") + $n(name).Lsourcecode_Name__f_value)))); }); function $as_Lfansi_Category(obj) { - return (((obj instanceof $c_Lfansi_Category) || (obj === null)) ? obj : $throwClassCastException(obj, "fansi.Category")) + return (((obj instanceof $c_Lfansi_Category) || (obj === null)) ? obj : $throwClassCastException(obj, "fansi.Category")); } function $isArrayOf_Lfansi_Category(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfansi_Category))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfansi_Category))); } function $asArrayOf_Lfansi_Category(obj, depth) { - return (($isArrayOf_Lfansi_Category(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfansi.Category;", depth)) + return (($isArrayOf_Lfansi_Category(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfansi.Category;", depth)); } -var $d_Lfansi_Category = new $TypeData().initClass({ - Lfansi_Category: 0 -}, false, "fansi.Category", { - Lfansi_Category: 1, - O: 1 -}); -$c_Lfansi_Category.prototype.$classData = $d_Lfansi_Category; +var $d_Lfansi_Category = new $TypeData().initClass(0, "fansi.Category", ({ + Lfansi_Category: 1 +})); function $p_Lfansi_Str__plainText$lzycompute__T($thiz) { if ((!$thiz.Lfansi_Str__f_bitmap$0)) { var value = $thiz.Lfansi_Str__f_chars; var this$1 = $m_jl_String$(); $thiz.Lfansi_Str__f_plainText = this$1.new__AC__I__I__T(value, 0, $n(value).u.length); - $thiz.Lfansi_Str__f_bitmap$0 = true - }; - return $thiz.Lfansi_Str__f_plainText + $thiz.Lfansi_Str__f_bitmap$0 = true; + } + return $thiz.Lfansi_Str__f_plainText; } /** @constructor */ function $c_Lfansi_Str(chars, colors) { @@ -1410,20 +1386,19 @@ function $c_Lfansi_Str(chars, colors) { this.Lfansi_Str__f_bitmap$0 = false; this.Lfansi_Str__f_chars = chars; this.Lfansi_Str__f_colors = colors; - $m_s_Predef$().require__Z__V(($n(chars).u.length === $n(colors).u.length)) + $m_s_Predef$().require__Z__V(($n(chars).u.length === $n(colors).u.length)); } $c_Lfansi_Str.prototype = new $h_O(); $c_Lfansi_Str.prototype.constructor = $c_Lfansi_Str; /** @constructor */ function $h_Lfansi_Str() { - /**/ } $h_Lfansi_Str.prototype = $c_Lfansi_Str.prototype; $c_Lfansi_Str.prototype.hashCode__I = (function() { var a = this.Lfansi_Str__f_chars; var $x_1 = $m_ju_Arrays$().hashCode__AC__I(a); var a$1 = this.Lfansi_Str__f_colors; - return (($x_1 + $m_ju_Arrays$().hashCode__AJ__I(a$1)) | 0) + return (($x_1 + $m_ju_Arrays$().hashCode__AJ__I(a$1)) | 0); }); $c_Lfansi_Str.prototype.equals__O__Z = (function(other) { if ((other instanceof $c_Lfansi_Str)) { @@ -1433,36 +1408,36 @@ $c_Lfansi_Str.prototype.equals__O__Z = (function(other) { if ($m_ju_Arrays$().equals__AC__AC__Z(a, b)) { var a$1 = this.Lfansi_Str__f_colors; var b$1 = $n(x2).Lfansi_Str__f_colors; - return $m_ju_Arrays$().equals__AJ__AJ__Z(a$1, b$1) + return $m_ju_Arrays$().equals__AJ__AJ__Z(a$1, b$1); } else { - return false + return false; } } else { - return false + return false; } }); $c_Lfansi_Str.prototype.substring__I__I__Lfansi_Str = (function(start, end) { var requirement = ((start >= 0) && (start <= this.length__I())); if ((!requirement)) { - throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), (("requirement failed: " + (("substring start parameter [" + start) + "] must be between 0 and length:")) + this.length__I())) - }; + throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), (("requirement failed: " + (("substring start parameter [" + start) + "] must be between 0 and length:")) + this.length__I())); + } var requirement$1 = ((end >= start) && (end <= this.length__I())); if ((!requirement$1)) { - throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), (("requirement failed: " + (((("substring end parameter [" + end) + "] must be between start ") + start) + " and length:")) + this.length__I())) - }; + throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), (("requirement failed: " + (((("substring end parameter [" + end) + "] must be between start ") + start) + " and length:")) + this.length__I())); + } var original = this.Lfansi_Str__f_chars; var $x_1 = $m_ju_Arrays$().copyOfRange__AC__I__I__AC(original, start, end); var original$1 = this.Lfansi_Str__f_colors; - return new $c_Lfansi_Str($x_1, $m_ju_Arrays$().copyOfRange__AJ__I__I__AJ(original$1, start, end)) + return new $c_Lfansi_Str($x_1, $m_ju_Arrays$().copyOfRange__AJ__I__I__AJ(original$1, start, end)); }); $c_Lfansi_Str.prototype.length__I = (function() { - return $n(this.Lfansi_Str__f_chars).u.length + return $n(this.Lfansi_Str__f_chars).u.length; }); $c_Lfansi_Str.prototype.toString__T = (function() { - return this.render__T() + return this.render__T(); }); $c_Lfansi_Str.prototype.plainText__T = (function() { - return ((!this.Lfansi_Str__f_bitmap$0) ? $p_Lfansi_Str__plainText$lzycompute__T(this) : this.Lfansi_Str__f_plainText) + return ((!this.Lfansi_Str__f_bitmap$0) ? $p_Lfansi_Str__plainText$lzycompute__T(this) : this.Lfansi_Str__f_plainText); }); $c_Lfansi_Str.prototype.render__T = (function() { var output = $ct_scm_StringBuilder__I__(new $c_scm_StringBuilder(), (($n(this.Lfansi_Str__f_chars).u.length + Math.imul(5, $n(this.Lfansi_Str__f_colors).u.length)) | 0)); @@ -1473,7 +1448,7 @@ $c_Lfansi_Str.prototype.render__T = (function() { var len = this$2.length__I(); var destination = new ($d_Lfansi_Category.getArrayOf().constr)(len); $n(this$2.iterator__sc_Iterator()).copyToArray__O__I__I__I(destination, 0, 2147483647); - var categoryArray = destination + var categoryArray = destination; } else { var capacity = 0; var jsElems = null; @@ -1483,10 +1458,10 @@ $c_Lfansi_Str.prototype.render__T = (function() { while ($n(it).hasNext__Z()) { var elem = $n(it).next__O(); var unboxedElem = ((elem === null) ? null : elem); - jsElems.push(unboxedElem) - }; - var categoryArray = new ($d_Lfansi_Category.getArrayOf().constr)(jsElems) - }; + jsElems.push(unboxedElem); + } + var categoryArray = new ($d_Lfansi_Category.getArrayOf().constr)(jsElems); + } var i = 0; while ((i < $n(this.Lfansi_Str__f_colors).u.length)) { var this$5 = $n(this.Lfansi_Str__f_colors).get(i); @@ -1500,25 +1475,25 @@ $c_Lfansi_Str.prototype.render__T = (function() { var $x_1__lo = lo; var $x_1__hi = hi; currentState__lo = $x_1__lo; - currentState__hi = $x_1__hi - }; + currentState__hi = $x_1__hi; + } output.append__C__scm_StringBuilder($n(this.Lfansi_Str__f_chars).get(i)); - i = ((1 + i) | 0) - }; + i = ((1 + i) | 0); + } $m_Lfansi_Attrs$().emitAnsiCodes0__J__J__scm_StringBuilder__ALfansi_Category__V(new $c_RTLong(currentState__lo, currentState__hi), $L0, output, categoryArray); - return $n(output.scm_StringBuilder__f_underlying).jl_StringBuilder__f_java$lang$StringBuilder$$content + return $n(output.scm_StringBuilder__f_underlying).jl_StringBuilder__f_java$lang$StringBuilder$$content; }); $c_Lfansi_Str.prototype.overlay__Lfansi_Attrs__I__I__Lfansi_Str = (function(attrs, start, end) { - var $x_1 = $m_s_package$().s_package$__f_Seq; + var $x_1 = $m_sci_Seq$(); var array = [new $c_T3(attrs, start, end)]; - return this.overlayAll__sci_Seq__Lfansi_Str($as_sci_Seq($n($x_1).apply__sci_Seq__sc_SeqOps($ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array)))) + return this.overlayAll__sci_Seq__Lfansi_Str($as_sci_Seq($n($x_1).apply__sci_Seq__sc_SeqOps($ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array)))); }); $c_Lfansi_Str.prototype.overlayAll__sci_Seq__Lfansi_Str = (function(overlays) { var this$1 = $n(this.Lfansi_Str__f_colors); var colorsOut = $n(this$1).clone__O(); $n($n(overlays).withFilter__F1__sc_WithFilter(new $c_sjsr_AnonFunction1(((check$ifrefutable$1$2) => { var check$ifrefutable$1 = $as_T3(check$ifrefutable$1$2); - return (check$ifrefutable$1 !== null) + return (check$ifrefutable$1 !== null); })))).foreach__F1__V(new $c_sjsr_AnonFunction1(((x$1$2) => { var x$1 = $as_T3(x$1$2); if ((x$1 !== null)) { @@ -1527,16 +1502,16 @@ $c_Lfansi_Str.prototype.overlayAll__sci_Seq__Lfansi_Str = (function(overlays) { var end = $uI($n(x$1).T3__f__3); var requirement = (end >= start); if ((!requirement)) { - throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), (("requirement failed: " + ((("end:" + end) + " must be greater than start:") + end)) + " in fansiStr#overlay call")) - }; + throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), (("requirement failed: " + ((("end:" + end) + " must be greater than start:") + end)) + " in fansiStr#overlay call")); + } var requirement$1 = (start >= 0); if ((!requirement$1)) { - throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), (("requirement failed: " + ("start:" + start)) + " must be greater than or equal to 0")) - }; + throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), (("requirement failed: " + ("start:" + start)) + " must be greater than or equal to 0")); + } var requirement$2 = (end <= $n(this.Lfansi_Str__f_colors).u.length); if ((!requirement$2)) { - throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), (("requirement failed: " + (("end:" + end) + " must be less than or equal to length:")) + $n(this.Lfansi_Str__f_colors).u.length)) - }; + throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), (("requirement failed: " + (("end:" + end) + " must be less than or equal to length:")) + $n(this.Lfansi_Str__f_colors).u.length)); + } var i = start; while ((i < end)) { var $x_2 = $n(colorsOut); @@ -1546,42 +1521,38 @@ $c_Lfansi_Str.prototype.overlayAll__sci_Seq__Lfansi_Str = (function(overlays) { var lo = t.RTLong__f_lo; var hi = t.RTLong__f_hi; $x_2.set($x_1, $f_Lfansi_Attrs__transform__J__J(this$6, new $c_RTLong(lo, hi))); - i = ((1 + i) | 0) + i = ((1 + i) | 0); } } else { - throw new $c_s_MatchError(x$1) + throw new $c_s_MatchError(x$1); } }))); - return new $c_Lfansi_Str(this.Lfansi_Str__f_chars, colorsOut) + return new $c_Lfansi_Str(this.Lfansi_Str__f_chars, colorsOut); }); function $as_Lfansi_Str(obj) { - return (((obj instanceof $c_Lfansi_Str) || (obj === null)) ? obj : $throwClassCastException(obj, "fansi.Str")) + return (((obj instanceof $c_Lfansi_Str) || (obj === null)) ? obj : $throwClassCastException(obj, "fansi.Str")); } function $isArrayOf_Lfansi_Str(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfansi_Str))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfansi_Str))); } function $asArrayOf_Lfansi_Str(obj, depth) { - return (($isArrayOf_Lfansi_Str(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfansi.Str;", depth)) + return (($isArrayOf_Lfansi_Str(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfansi.Str;", depth)); } -var $d_Lfansi_Str = new $TypeData().initClass({ - Lfansi_Str: 0 -}, false, "fansi.Str", { - Lfansi_Str: 1, - O: 1 -}); -$c_Lfansi_Str.prototype.$classData = $d_Lfansi_Str; +var $d_Lfansi_Str = new $TypeData().initClass($c_Lfansi_Str, "fansi.Str", ({ + Lfansi_Str: 1 +})); function $p_Lfansi_Str$__isDigit$1__I__jl_CharSequence__Z($thiz, index, raw$1) { - return (((index < $dp_length__I($n(raw$1))) && ($dp_charAt__I__C($n(raw$1), index) >= 48)) && ($dp_charAt__I__C($n(raw$1), index) <= 57)) + return (((index < $dp_length__I($n(raw$1))) && ($dp_charAt__I__C($n(raw$1), index) >= 48)) && ($dp_charAt__I__C($n(raw$1), index) <= 57)); } function $p_Lfansi_Str$__checkChar$1__I__C__jl_CharSequence__Z($thiz, index, char, raw$1) { - return ((index < $dp_length__I($n(raw$1))) && ($dp_charAt__I__C($n(raw$1), index) === char)) + return ((index < $dp_length__I($n(raw$1))) && ($dp_charAt__I__C($n(raw$1), index) === char)); } /** @constructor */ function $c_Lfansi_Str$() { this.Lfansi_Str$__f_ansiRegex = null; this.Lfansi_Str$__f_ParseMap = null; $n_Lfansi_Str$ = this; - this.Lfansi_Str$__f_ansiRegex = ($m_sc_StringOps$(), $ct_s_util_matching_Regex__T__sci_Seq__(new $c_s_util_matching_Regex(), "(\u009b|\u001b\\[)[0-?]*[ -\\/]*[@-~]", $m_sci_Nil$())).s_util_matching_Regex__f_pattern; + this.Lfansi_Str$__f_ansiRegex = $ct_s_util_matching_Regex__T__sci_Seq__(new $c_s_util_matching_Regex(), "(\u009b|\u001b\\[)[0-?]*[ -\\/]*[@-~]", $m_sci_Nil$()).s_util_matching_Regex__f_pattern; var this$3 = $n($m_Lfansi_Attr$().Lfansi_Attr$__f_categories); $m_sci_Vector$(); var b = new $c_sci_VectorBuilder(); @@ -1598,43 +1569,39 @@ function $c_Lfansi_Str$() { var color = $as_Lfansi_Attr(arg1$1); var this$7 = $n($n(color).escapeOpt__s_Option()); if (this$7.isEmpty__Z()) { - var elems = $m_s_None$() + var elems = $m_s_None$(); } else { var arg1$2 = this$7.get__O(); var str = $as_T(arg1$2); - var elems = new $c_s_Some(new $c_T2(str, ($n($m_s_package$().s_package$__f_Left), new $c_s_util_Left(color)))) - }; - b$1.addAll__sc_IterableOnce__sci_VectorBuilder(elems) - }; + var elems = new $c_s_Some(new $c_T2(str, new $c_s_util_Left(color))); + } + b$1.addAll__sc_IterableOnce__sci_VectorBuilder(elems); + } var elems$1 = b$1.result__sci_Vector(); - b.addAll__sc_IterableOnce__sci_VectorBuilder(elems$1) - }; + b.addAll__sc_IterableOnce__sci_VectorBuilder(elems$1); + } var pairs = b.result__sci_Vector(); - var $x_1 = $m_s_package$().s_package$__f_Seq; - $n($m_s_package$().s_package$__f_Left); + var $x_1 = $m_sci_Seq$(); var value = $m_Lfansi_Attr$().Lfansi_Attr$__f_Reset; var y = new $c_s_util_Left(value); var array = [new $c_T2("\u001b[0m", y)]; var reset = $as_sci_Seq($n($x_1).apply__sci_Seq__sc_SeqOps($ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array))); - var $x_3 = $m_s_package$().s_package$__f_Seq; - $n($m_s_package$().s_package$__f_Right); + var $x_3 = $m_sci_Seq$(); var value$1 = $m_Lfansi_Color$(); var y$1 = new $c_s_util_Right(value$1); var $x_2 = new $c_T2("\u001b[38;2;", y$1); - $n($m_s_package$().s_package$__f_Right); var value$2 = $m_Lfansi_Back$(); var y$2 = new $c_s_util_Right(value$2); var array$1 = [$x_2, new $c_T2("\u001b[48;2;", y$2)]; var trueColors = $as_sci_Seq($n($x_3).apply__sci_Seq__sc_SeqOps($ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array$1))); var this$24 = $n(pairs); var this$25 = $n(this$24.appendedAll__sc_IterableOnce__sci_Vector(reset)); - this.Lfansi_Str$__f_ParseMap = new $c_Lfansi_Trie(this$25.appendedAll__sc_IterableOnce__sci_Vector(trueColors)) + this.Lfansi_Str$__f_ParseMap = new $c_Lfansi_Trie(this$25.appendedAll__sc_IterableOnce__sci_Vector(trueColors)); } $c_Lfansi_Str$.prototype = new $h_O(); $c_Lfansi_Str$.prototype.constructor = $c_Lfansi_Str$; /** @constructor */ function $h_Lfansi_Str$() { - /**/ } $h_Lfansi_Str$.prototype = $c_Lfansi_Str$.prototype; $c_Lfansi_Str$.prototype.apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str = (function(raw, errorMode) { @@ -1656,7 +1623,7 @@ $c_Lfansi_Str$.prototype.apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str = if ((x === x1)) { var this$3 = $n(errorMode); var sourceIndex = elem; - this$3.handle__I__jl_CharSequence__E(sourceIndex, raw) + this$3.handle__I__jl_CharSequence__E(sourceIndex, raw); } else if ((x1 instanceof $c_s_Some)) { var x3 = $as_s_Some(x1); var tuple = $as_T2($n(x3).s_Some__f_value); @@ -1678,9 +1645,9 @@ $c_Lfansi_Str$.prototype.apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str = currentColor__lo = $x_1__lo; currentColor__hi = $x_1__hi; elem = ((elem + newIndex) | 0); - break matchEnd7 + break matchEnd7; } - }; + } if ((tuple !== null)) { var newIndex$2 = $n(tuple)._1$mcI$sp__I(); var p4 = $as_s_util_Either($n(tuple)._2__O()); @@ -1691,20 +1658,20 @@ $c_Lfansi_Str$.prototype.apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str = if ((!$p_Lfansi_Str$__isDigit$1__I__jl_CharSequence__Z(this, elem, raw))) { var this$5 = $n(errorMode); this$5.handle__I__jl_CharSequence__E(escapeStartSourceIndex, raw); - break matchEnd7 + break matchEnd7; } else { var value = 0; var count = 0; while (($p_Lfansi_Str$__isDigit$1__I__jl_CharSequence__Z(this, elem, raw) && (count < 3))) { value = ((Math.imul(10, value) + (((-48) + $dp_charAt__I__C($n(raw), elem)) | 0)) | 0); elem = ((1 + elem) | 0); - count = ((1 + count) | 0) - }; + count = ((1 + count) | 0); + } var r = value; if (((!$p_Lfansi_Str$__checkChar$1__I__C__jl_CharSequence__Z(this, elem, 59, raw)) || (!$p_Lfansi_Str$__isDigit$1__I__jl_CharSequence__Z(this, ((1 + elem) | 0), raw)))) { var this$6 = $n(errorMode); this$6.handle__I__jl_CharSequence__E(escapeStartSourceIndex, raw); - break matchEnd7 + break matchEnd7; } else { elem = ((1 + elem) | 0); var value$1 = 0; @@ -1712,13 +1679,13 @@ $c_Lfansi_Str$.prototype.apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str = while (($p_Lfansi_Str$__isDigit$1__I__jl_CharSequence__Z(this, elem, raw) && (count$1 < 3))) { value$1 = ((Math.imul(10, value$1) + (((-48) + $dp_charAt__I__C($n(raw), elem)) | 0)) | 0); elem = ((1 + elem) | 0); - count$1 = ((1 + count$1) | 0) - }; + count$1 = ((1 + count$1) | 0); + } var g = value$1; if (((!$p_Lfansi_Str$__checkChar$1__I__C__jl_CharSequence__Z(this, elem, 59, raw)) || (!$p_Lfansi_Str$__isDigit$1__I__jl_CharSequence__Z(this, ((1 + elem) | 0), raw)))) { var this$7 = $n(errorMode); this$7.handle__I__jl_CharSequence__E(escapeStartSourceIndex, raw); - break matchEnd7 + break matchEnd7; } else { elem = ((1 + elem) | 0); var value$2 = 0; @@ -1726,19 +1693,19 @@ $c_Lfansi_Str$.prototype.apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str = while (($p_Lfansi_Str$__isDigit$1__I__jl_CharSequence__Z(this, elem, raw) && (count$2 < 3))) { value$2 = ((Math.imul(10, value$2) + (((-48) + $dp_charAt__I__C($n(raw), elem)) | 0)) | 0); elem = ((1 + elem) | 0); - count$2 = ((1 + count$2) | 0) - }; + count$2 = ((1 + count$2) | 0); + } var b = value$2; if ((!$p_Lfansi_Str$__checkChar$1__I__C__jl_CharSequence__Z(this, elem, 109, raw))) { var this$8 = $n(errorMode); this$8.handle__I__jl_CharSequence__E(escapeStartSourceIndex, raw); - break matchEnd7 + break matchEnd7; } else { elem = ((1 + elem) | 0); if ((!((((((r >= 0) && (r < 256)) && (g >= 0)) && (g < 256)) && (b >= 0)) && (b < 256)))) { var this$9 = $n(errorMode); this$9.handle__I__jl_CharSequence__E(escapeStartSourceIndex, raw); - break matchEnd7 + break matchEnd7; } else { var this$11__lo = currentColor__lo; var this$11__hi = currentColor__hi; @@ -1754,44 +1721,40 @@ $c_Lfansi_Str$.prototype.apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str = var $x_2__hi = hi$4; currentColor__lo = $x_2__lo; currentColor__hi = $x_2__hi; - break matchEnd7 + break matchEnd7; } } } } } } - }; - throw new $c_s_MatchError(tuple) + } + throw new $c_s_MatchError(tuple); } } else { - throw new $c_s_MatchError(x1) + throw new $c_s_MatchError(x1); } } else { $n(colors).set(destIndex, new $c_RTLong(currentColor__lo, currentColor__hi)); $n(chars).set(destIndex, char); elem = ((1 + elem) | 0); - destIndex = ((1 + destIndex) | 0) + destIndex = ((1 + destIndex) | 0); } - }; + } var end = destIndex; var $x_3 = $m_ju_Arrays$().copyOfRange__AC__I__I__AC(chars, 0, end); var end$1 = destIndex; - return new $c_Lfansi_Str($x_3, $m_ju_Arrays$().copyOfRange__AJ__I__I__AJ(colors, 0, end$1)) -}); -var $d_Lfansi_Str$ = new $TypeData().initClass({ - Lfansi_Str$: 0 -}, false, "fansi.Str$", { - Lfansi_Str$: 1, - O: 1 + return new $c_Lfansi_Str($x_3, $m_ju_Arrays$().copyOfRange__AJ__I__I__AJ(colors, 0, end$1)); }); -$c_Lfansi_Str$.prototype.$classData = $d_Lfansi_Str$; +var $d_Lfansi_Str$ = new $TypeData().initClass($c_Lfansi_Str$, "fansi.Str$", ({ + Lfansi_Str$: 1 +})); var $n_Lfansi_Str$; function $m_Lfansi_Str$() { if ((!$n_Lfansi_Str$)) { - $n_Lfansi_Str$ = new $c_Lfansi_Str$() - }; - return $n_Lfansi_Str$ + $n_Lfansi_Str$ = new $c_Lfansi_Str$(); + } + return $n_Lfansi_Str$; } function $p_Lfansi_Trie__rec$1__I__Lfansi_Trie__I__jl_CharSequence__s_Option($thiz, offset, currentNode, index$1, input$1) { while (true) { @@ -1800,23 +1763,23 @@ function $p_Lfansi_Trie__rec$1__I__Lfansi_Trie__I__jl_CharSequence__s_Option($th var this$2 = $n($n(currentNode).Lfansi_Trie__f_value); var offset$1 = offset; if (this$2.isEmpty__Z()) { - return $m_s_None$() + return $m_s_None$(); } else { var arg1 = this$2.get__O(); var self = ((offset$1 - index$1) | 0); - return new $c_s_Some(new $c_T2(self, arg1)) + return new $c_s_Some(new $c_T2(self, arg1)); } } else if ((offset >= $dp_length__I($n(input$1)))) { - return $m_s_None$() + return $m_s_None$(); } else { var char = $dp_charAt__I__C($n(input$1), offset); var next = $n(currentNode).apply__C__Lfansi_Trie(char); if ((next === null)) { - return $m_s_None$() + return $m_s_None$(); } else { var temp$offset = ((1 + offset) | 0); offset = temp$offset; - currentNode = next + currentNode = next; } } } @@ -1831,7 +1794,7 @@ function $c_Lfansi_Trie(strings) { var x1 = $n(strings).partition__F1__T2(new $c_sjsr_AnonFunction1(((x$3$2) => { var x$3 = $as_T2(x$3$2); var this$2 = $n($as_T($n(x$3)._1__O())); - return (this$2 === "") + return (this$2 === ""); }))); matchEnd11: { var x1$2$1___1; @@ -1841,14 +1804,13 @@ function $c_Lfansi_Trie(strings) { if ((x1 !== null)) { var p2 = $as_sci_Seq($n(x1)._1__O()); var continuations = $as_sci_Seq($n(x1)._2__O()); - var x = $m_s_package$().s_package$__f_Nil; - if (((x === null) ? (p2 === null) : $n(x).equals__O__Z(p2))) { + var x = $m_sci_Nil$(); + if (x.equals__O__Z(p2)) { var allChildChars = $as_sci_Seq($n(continuations).map__F1__O(new $c_sjsr_AnonFunction1(((x$4$2) => { var x$4 = $as_T2(x$4$2); - $m_sc_StringOps$(); var x$1 = $as_T($n(x$4)._1__O()); var this$5 = $n(x$1); - return $bC($charAt(this$5, 0)) + return $bC($charAt(this$5, 0)); })))); var min = $uC($n(allChildChars).min__s_math_Ordering__O($m_s_math_Ordering$Char$())); var max = $uC($n(allChildChars).max__s_math_Ordering__O($m_s_math_Ordering$Char$())); @@ -1859,7 +1821,6 @@ function $c_Lfansi_Trie(strings) { while ($n(it).hasNext__Z()) { var elem = $n(it).next__O(); var x$5 = $as_T2(elem); - $m_sc_StringOps$(); var x$2 = $as_T($n(x$5)._1__O()); var this$9 = $n(x$2); var key = $charAt(this$9, 0); @@ -1871,15 +1832,15 @@ function $c_Lfansi_Trie(strings) { if ((x1$1 instanceof $c_s_Some)) { var x2 = $as_s_Some(x1$1); var v = $n(x2).s_Some__f_value; - var $x_1 = v + var $x_1 = v; } else { var x$7 = $m_s_None$(); if ((!(x$7 === x1$1))) { - throw new $c_s_MatchError(x1$1) - }; + throw new $c_s_MatchError(x1$1); + } var d = f(); $p_scm_HashMap__put0__O__O__Z__s_Some(this$10, $bC(key), d, false); - var $x_1 = d + var $x_1 = d; } } else { var originalHash = $m_sr_Statics$().anyHash__O__I($bC(key)); @@ -1888,38 +1849,38 @@ function $c_Lfansi_Trie(strings) { var x1$2 = $n(this$10.scm_HashMap__f_scala$collection$mutable$HashMap$$table).get(idx); var nd = ((x1$2 === null) ? null : $n(x1$2).findNode__O__I__scm_HashMap$Node($bC(key), hash)); if ((nd !== null)) { - var $x_1 = $n(nd).scm_HashMap$Node__f__value + var $x_1 = $n(nd).scm_HashMap$Node__f__value; } else { var table0 = this$10.scm_HashMap__f_scala$collection$mutable$HashMap$$table; var default$1 = f(); if ((((1 + this$10.scm_HashMap__f_contentSize) | 0) >= this$10.scm_HashMap__f_threshold)) { - $p_scm_HashMap__growTable__I__V(this$10, ($n(this$10.scm_HashMap__f_scala$collection$mutable$HashMap$$table).u.length << 1)) - }; + $p_scm_HashMap__growTable__I__V(this$10, ($n(this$10.scm_HashMap__f_scala$collection$mutable$HashMap$$table).u.length << 1)); + } var newIdx = ((table0 === this$10.scm_HashMap__f_scala$collection$mutable$HashMap$$table) ? idx : (hash & (((-1) + $n(this$10.scm_HashMap__f_scala$collection$mutable$HashMap$$table).u.length) | 0))); $p_scm_HashMap__put0__O__O__Z__I__I__s_Some(this$10, $bC(key), default$1, false, hash, newIdx); - var $x_1 = default$1 + var $x_1 = default$1; } - }; + } var bldr = $as_scm_Builder($x_1); var this$11 = $n(bldr); - this$11.addOne__O__scm_Growable(elem) - }; + this$11.addOne__O__scm_Growable(elem); + } var this$12 = $m_sci_HashMap$(); var result = this$12.sci_HashMap$__f_EmptyMap; var mapIt = $n(m).iterator__sc_Iterator(); while ($n(mapIt).hasNext__Z()) { var x1$3 = $as_T2($n(mapIt).next__O()); if ((x1$3 === null)) { - throw new $c_s_MatchError(x1$3) - }; + throw new $c_s_MatchError(x1$3); + } var k = $n(x1$3)._1__O(); var v$1 = $as_scm_Builder($n(x1$3)._2__O()); - result = $n(result).updated__O__O__sci_HashMap(k, $n(v$1).result__O()) - }; + result = $n(result).updated__O__O__sci_HashMap(k, $n(v$1).result__O()); + } var this$13 = $n(result); var p = new $c_sjsr_AnonFunction1(((check$ifrefutable$2$2) => { var check$ifrefutable$2 = $as_T2(check$ifrefutable$2$2); - return (check$ifrefutable$2 !== null) + return (check$ifrefutable$2 !== null); })); var this$18 = new $c_sc_MapOps$WithFilter(this$13, p); var f$1 = new $c_sjsr_AnonFunction1(((x$6$2) => { @@ -1933,16 +1894,15 @@ function $c_Lfansi_Trie(strings) { if ((x0$1 !== null)) { var k$1 = $as_T($n(x0$1)._1__O()); var v$2 = $n(x0$1)._2__O(); - $m_sc_StringOps$(); var $x_2 = $m_sc_StringOps$(); var this$17 = $n(k$1); - return new $c_T2($n($x_2).slice$extension__T__I__I__T(k$1, 1, this$17.length), v$2) + return new $c_T2($n($x_2).slice$extension__T__I__I__T(k$1, 1, this$17.length), v$2); } else { - throw new $c_s_MatchError(x0$1) + throw new $c_s_MatchError(x0$1); } - })))))) + })))))); } else { - throw new $c_s_MatchError(x$6$1) + throw new $c_s_MatchError(x$6$1); } })); $n(this$18.filtered__sc_Iterable()).foreach__F1__V(f$1); @@ -1951,34 +1911,33 @@ function $c_Lfansi_Trie(strings) { var x1$2$1___2 = $bC(max); var x1$2$1___3 = arr; var x1$2$1___4 = _4; - break matchEnd11 + break matchEnd11; } - }; + } if ((x1 !== null)) { var p4 = $as_sci_Seq($n(x1)._1__O()); var p5 = $as_sci_Seq($n(x1)._2__O()); if ((p4 !== null)) { - $n($m_s_package$().s_package$__f_Seq); - if (((new $c_sc_SeqFactory$UnapplySeqWrapper(p4), true) && ($n(p4).lengthCompare__I__I(1) === 0))) { + if (($n(p4).lengthCompare__I__I(1) === 0)) { var p7 = $as_T2($n(p4).apply__I__O(0)); if ((p7 !== null)) { var terminalValue = $n(p7)._2__O(); - var x$7$1 = $m_s_package$().s_package$__f_Nil; - if (((x$7$1 === null) ? (p5 === null) : $n(x$7$1).equals__O__Z(p5))) { + var x$7$1 = $m_sci_Nil$(); + if (x$7$1.equals__O__Z(p5)) { var _3 = new ($d_Lfansi_Trie.getArrayOf().constr)(0); var _4$1 = new $c_s_Some(terminalValue); var x1$2$1___1 = $bC(0); var x1$2$1___2 = $bC(0); var x1$2$1___3 = _3; var x1$2$1___4 = _4$1; - break matchEnd11 + break matchEnd11; } } } } - }; - $m_s_Predef$().$qmark$qmark$qmark__E() - }; + } + $m_s_Predef$().$qmark$qmark$qmark__E(); + } var min$2 = $uC(x1$2$1___1); var max$2 = $uC(x1$2$1___2); var arr$2 = $asArrayOf_Lfansi_Trie(x1$2$1___3, 1); @@ -1987,44 +1946,39 @@ function $c_Lfansi_Trie(strings) { this.Lfansi_Trie__f_min = $uC($n(this.Lfansi_Trie__f_x$7).T4__f__1); this.Lfansi_Trie__f_max = $uC($n(this.Lfansi_Trie__f_x$7).T4__f__2); this.Lfansi_Trie__f_arr = $asArrayOf_Lfansi_Trie($n(this.Lfansi_Trie__f_x$7).T4__f__3, 1); - this.Lfansi_Trie__f_value = $as_s_Option($n(this.Lfansi_Trie__f_x$7).T4__f__4) + this.Lfansi_Trie__f_value = $as_s_Option($n(this.Lfansi_Trie__f_x$7).T4__f__4); } $c_Lfansi_Trie.prototype = new $h_O(); $c_Lfansi_Trie.prototype.constructor = $c_Lfansi_Trie; /** @constructor */ function $h_Lfansi_Trie() { - /**/ } $h_Lfansi_Trie.prototype = $c_Lfansi_Trie.prototype; $c_Lfansi_Trie.prototype.apply__C__Lfansi_Trie = (function(c) { - return (((c > this.Lfansi_Trie__f_max) || (c < this.Lfansi_Trie__f_min)) ? null : $n(this.Lfansi_Trie__f_arr).get(((c - this.Lfansi_Trie__f_min) | 0))) + return (((c > this.Lfansi_Trie__f_max) || (c < this.Lfansi_Trie__f_min)) ? null : $n(this.Lfansi_Trie__f_arr).get(((c - this.Lfansi_Trie__f_min) | 0))); }); function $as_Lfansi_Trie(obj) { - return (((obj instanceof $c_Lfansi_Trie) || (obj === null)) ? obj : $throwClassCastException(obj, "fansi.Trie")) + return (((obj instanceof $c_Lfansi_Trie) || (obj === null)) ? obj : $throwClassCastException(obj, "fansi.Trie")); } function $isArrayOf_Lfansi_Trie(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfansi_Trie))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfansi_Trie))); } function $asArrayOf_Lfansi_Trie(obj, depth) { - return (($isArrayOf_Lfansi_Trie(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfansi.Trie;", depth)) + return (($isArrayOf_Lfansi_Trie(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfansi.Trie;", depth)); } -var $d_Lfansi_Trie = new $TypeData().initClass({ - Lfansi_Trie: 0 -}, false, "fansi.Trie", { - Lfansi_Trie: 1, - O: 1 -}); -$c_Lfansi_Trie.prototype.$classData = $d_Lfansi_Trie; +var $d_Lfansi_Trie = new $TypeData().initClass($c_Lfansi_Trie, "fansi.Trie", ({ + Lfansi_Trie: 1 +})); function $p_Lfeatherweightgo_Main$__valuePrinter__Lfeatherweightgo_model_ast_Primitive__T($thiz, primitive) { if ((primitive instanceof $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral)) { var x2 = $as_Lfeatherweightgo_model_ast_ValuedStructureLiteral(primitive); var this$2 = $n($n(x2).Lfeatherweightgo_model_ast_ValuedStructureLiteral__f_values); var f = ((primitive$2$2) => { var primitive$2 = $as_Lfeatherweightgo_model_ast_Primitive(primitive$2$2); - return $p_Lfeatherweightgo_Main$__valuePrinter__Lfeatherweightgo_model_ast_Primitive__T($m_Lfeatherweightgo_Main$(), primitive$2) + return $p_Lfeatherweightgo_Main$__valuePrinter__Lfeatherweightgo_model_ast_Primitive__T($m_Lfeatherweightgo_Main$(), primitive$2); }); if ((this$2 === $m_sci_Nil$())) { - var $x_1 = $m_sci_Nil$() + var $x_1 = $m_sci_Nil$(); } else { var arg1 = this$2.head__O(); var h = new $c_sci_$colon$colon(f(arg1), $m_sci_Nil$()); @@ -2035,25 +1989,25 @@ function $p_Lfeatherweightgo_Main$__valuePrinter__Lfeatherweightgo_model_ast_Pri var nx = new $c_sci_$colon$colon(f(arg1$1), $m_sci_Nil$()); $n(t).sci_$colon$colon__f_next = nx; t = nx; - rest = $as_sci_List($n(rest).tail__O()) - }; - var $x_1 = h - }; + rest = $as_sci_List($n(rest).tail__O()); + } + var $x_1 = h; + } var this$3 = $n($x_1); var arguments$1 = $f_sc_IterableOnceOps__mkString__T__T__T__T(this$3, "{", ", ", "}"); var this$4 = $n($n(x2).Lfeatherweightgo_model_ast_ValuedStructureLiteral__f_structureTypeName); var this$5 = $n(this$4.Lfeatherweightgo_model_ast_AbstractStructureType__f_structureTypeName); - return (("" + this$5.Lfeatherweightgo_model_ast_TypeName__f_value) + arguments$1) + return (("" + this$5.Lfeatherweightgo_model_ast_TypeName__f_value) + arguments$1); } else if ((primitive instanceof $c_Lfeatherweightgo_model_ast_StringValue)) { var x3 = $as_Lfeatherweightgo_model_ast_StringValue(primitive); var value = $n(x3).Lfeatherweightgo_model_ast_StringValue__f_value; - return value + return value; } else if ((primitive instanceof $c_Lfeatherweightgo_model_ast_IntegerValue)) { var x4 = $as_Lfeatherweightgo_model_ast_IntegerValue(primitive); var value$2 = $n(x4).Lfeatherweightgo_model_ast_IntegerValue__f_value; - return ("" + value$2) + return ("" + value$2); } else { - throw new $c_s_MatchError(primitive) + throw new $c_s_MatchError(primitive); } } /** @constructor */ @@ -2066,13 +2020,12 @@ function $c_Lfeatherweightgo_Main$() { this.Lfeatherweightgo_Main$__f_evaluatorFG = new $c_Lfeatherweightgo_evaluator_EvaluatorImpl(); this.Lfeatherweightgo_Main$__f_typerFG = new $c_Lfeatherweightgo_typer_TyperImpl(); this.Lfeatherweightgo_Main$__f_parserFG = new $c_Lfeatherweightgo_parser_ParserImpl(); - this.Lfeatherweightgo_Main$__f_exampleSourceCode = ($m_sc_StringOps$(), $m_sc_StringOps$().stripMargin$extension__T__C__T("package main;\n |type any interface { }\n |type List[A any] interface {\n | Length() int\n |}\n |type Nil[A any] struct { }\n |type Cons[A any] struct {\n | head A\n | tail List[A]\n |}\n |func (this Nil[A any]) Length() int {\n | return 0\n |}\n |func (this Cons[A any]) Length() int {\n | return this.tail.Length() + 1\n |}\n |func main() {\n | _ = Cons[int]{1, Cons[int]{2, Nil[int]{}}}.Length()\n |}\n |", 124)) + this.Lfeatherweightgo_Main$__f_exampleSourceCode = $m_sc_StringOps$().stripMargin$extension__T__C__T("package main;\n |type any interface { }\n |type List[A any] interface {\n | Length() int\n |}\n |type Nil[A any] struct { }\n |type Cons[A any] struct {\n | head A\n | tail List[A]\n |}\n |func (this Nil[A any]) Length() int {\n | return 0\n |}\n |func (this Cons[A any]) Length() int {\n | return this.tail.Length() + 1\n |}\n |func main() {\n | _ = Cons[int]{1, Cons[int]{2, Nil[int]{}}}.Length()\n |}\n |", 124); } $c_Lfeatherweightgo_Main$.prototype = new $h_O(); $c_Lfeatherweightgo_Main$.prototype.constructor = $c_Lfeatherweightgo_Main$; /** @constructor */ function $h_Lfeatherweightgo_Main$() { - /**/ } $h_Lfeatherweightgo_Main$.prototype = $c_Lfeatherweightgo_Main$.prototype; $c_Lfeatherweightgo_Main$.prototype.parse__T__T = (function(source) { @@ -2080,13 +2033,13 @@ $c_Lfeatherweightgo_Main$.prototype.parse__T__T = (function(source) { if ((x1 instanceof $c_s_util_Right)) { var x2 = $as_s_util_Right(x1); var result = $as_Lfeatherweightgo_model_ast_Main($n(x2).s_util_Right__f_value); - return ("" + result) + return ("" + result); } else if ((x1 instanceof $c_s_util_Left)) { var x3 = $as_s_util_Left(x1); var failure = $as_Lfeatherweightgo_model_error_FGError$FGParseError($n(x3).s_util_Left__f_value); - return $n(failure).jl_Throwable__f_s + return $n(failure).jl_Throwable__f_s; } else { - throw new $c_s_MatchError(x1) + throw new $c_s_MatchError(x1); } }); $c_Lfeatherweightgo_Main$.prototype.typeCheck__T__sjs_js_Tuple2 = (function(source) { @@ -2101,30 +2054,30 @@ $c_Lfeatherweightgo_Main$.prototype.typeCheck__T__sjs_js_Tuple2 = (function(sour var x2$1 = $as_s_util_Right(this$2); var b$1 = $n(x2$1).s_util_Right__f_value; var t = $as_Lfeatherweightgo_model_ast_Type(b$1); - var x1 = new $c_s_util_Right(t) + var x1 = new $c_s_util_Right(t); } else { - var x1 = this$2 + var x1 = this$2; } } else { - var x1 = this$1 - }; + var x1 = this$1; + } if ((x1 instanceof $c_s_util_Right)) { var x2$2 = $as_s_util_Right(x1); var tn = $as_Lfeatherweightgo_model_ast_Type($n(x2$2).s_util_Right__f_value); var _2 = ("" + $n($n(tn).name__Lfeatherweightgo_model_ast_TypeName()).value__T()); - return [true, _2] + return [true, _2]; } else if ((x1 instanceof $c_s_util_Left)) { var x3 = $as_s_util_Left(x1); var t$1 = $as_Lfeatherweightgo_model_error_FGError($n(x3).s_util_Left__f_value); var _2$1 = $n(t$1).jl_Throwable__f_s; - return [false, _2$1] + return [false, _2$1]; } else { - throw new $c_s_MatchError(x1) + throw new $c_s_MatchError(x1); } } catch (e) { var e$2 = ((e instanceof $c_jl_Throwable) ? e : new $c_sjs_js_JavaScriptException(e)); var _2$2 = e$2.getMessage__T(); - return [false, _2$2] + return [false, _2$2]; } }); $c_Lfeatherweightgo_Main$.prototype.eval__T__sjs_js_Tuple2 = (function(source) { @@ -2139,63 +2092,59 @@ $c_Lfeatherweightgo_Main$.prototype.eval__T__sjs_js_Tuple2 = (function(source) { var x2$1 = $as_s_util_Right(this$2); var b$1 = $n(x2$1).s_util_Right__f_value; var r = $as_Lfeatherweightgo_model_ast_Primitive(b$1); - var x1 = new $c_s_util_Right(r) + var x1 = new $c_s_util_Right(r); } else { - var x1 = this$2 + var x1 = this$2; } } else { - var x1 = this$1 - }; + var x1 = this$1; + } if ((x1 instanceof $c_s_util_Right)) { var x2$2 = $as_s_util_Right(x1); var v = $as_Lfeatherweightgo_model_ast_Primitive($n(x2$2).s_util_Right__f_value); var _2 = $p_Lfeatherweightgo_Main$__valuePrinter__Lfeatherweightgo_model_ast_Primitive__T(this, v); - return [true, _2] + return [true, _2]; } else if ((x1 instanceof $c_s_util_Left)) { var x3 = $as_s_util_Left(x1); var t = $as_Lfeatherweightgo_model_error_FGError($n(x3).s_util_Left__f_value); var _2$1 = $n(t).jl_Throwable__f_s; - return [false, _2$1] + return [false, _2$1]; } else { - throw new $c_s_MatchError(x1) + throw new $c_s_MatchError(x1); } } catch (e) { var e$2 = ((e instanceof $c_jl_Throwable) ? e : new $c_sjs_js_JavaScriptException(e)); var _2$2 = e$2.getMessage__T(); - return [false, _2$2] + return [false, _2$2]; } }); $c_Lfeatherweightgo_Main$.prototype["eval"] = (function(arg) { var prep0 = $as_T(arg); - return $m_Lfeatherweightgo_Main$().eval__T__sjs_js_Tuple2(prep0) + return $m_Lfeatherweightgo_Main$().eval__T__sjs_js_Tuple2(prep0); }); $c_Lfeatherweightgo_Main$.prototype.typeCheck = (function(arg) { var prep0 = $as_T(arg); - return $m_Lfeatherweightgo_Main$().typeCheck__T__sjs_js_Tuple2(prep0) + return $m_Lfeatherweightgo_Main$().typeCheck__T__sjs_js_Tuple2(prep0); }); $c_Lfeatherweightgo_Main$.prototype.parse = (function(arg) { var prep0 = $as_T(arg); - return $m_Lfeatherweightgo_Main$().parse__T__T(prep0) + return $m_Lfeatherweightgo_Main$().parse__T__T(prep0); }); -Object.defineProperty($c_Lfeatherweightgo_Main$.prototype, "exampleSourceCode", { +Object.defineProperty($c_Lfeatherweightgo_Main$.prototype, "exampleSourceCode", ({ "get": (function() { - return $m_Lfeatherweightgo_Main$().Lfeatherweightgo_Main$__f_exampleSourceCode + return $m_Lfeatherweightgo_Main$().Lfeatherweightgo_Main$__f_exampleSourceCode; }), "configurable": true -}); -var $d_Lfeatherweightgo_Main$ = new $TypeData().initClass({ - Lfeatherweightgo_Main$: 0 -}, false, "featherweightgo.Main$", { - Lfeatherweightgo_Main$: 1, - O: 1 -}); -$c_Lfeatherweightgo_Main$.prototype.$classData = $d_Lfeatherweightgo_Main$; +})); +var $d_Lfeatherweightgo_Main$ = new $TypeData().initClass($c_Lfeatherweightgo_Main$, "featherweightgo.Main$", ({ + Lfeatherweightgo_Main$: 1 +})); var $n_Lfeatherweightgo_Main$; function $m_Lfeatherweightgo_Main$() { if ((!$n_Lfeatherweightgo_Main$)) { - $n_Lfeatherweightgo_Main$ = new $c_Lfeatherweightgo_Main$() - }; - return $n_Lfeatherweightgo_Main$ + $n_Lfeatherweightgo_Main$ = new $c_Lfeatherweightgo_Main$(); + } + return $n_Lfeatherweightgo_Main$; } /** @constructor */ function $c_Lfeatherweightgo_model_typer_Checking$() { @@ -2204,49 +2153,39 @@ function $c_Lfeatherweightgo_model_typer_Checking$() { this.Lfeatherweightgo_model_typer_Checking$__f_booleanInstance = new $c_Lfeatherweightgo_model_typer_Checking$$$Lambda$1(((a$2, x$1$2) => { var a = $uZ(a$2); $as_Lfeatherweightgo_model_typer_TypeBound(x$1$2); - return a - })) + return a; + })); } $c_Lfeatherweightgo_model_typer_Checking$.prototype = new $h_O(); $c_Lfeatherweightgo_model_typer_Checking$.prototype.constructor = $c_Lfeatherweightgo_model_typer_Checking$; /** @constructor */ function $h_Lfeatherweightgo_model_typer_Checking$() { - /**/ } $h_Lfeatherweightgo_model_typer_Checking$.prototype = $c_Lfeatherweightgo_model_typer_Checking$.prototype; -var $d_Lfeatherweightgo_model_typer_Checking$ = new $TypeData().initClass({ - Lfeatherweightgo_model_typer_Checking$: 0 -}, false, "featherweightgo.model.typer.Checking$", { - Lfeatherweightgo_model_typer_Checking$: 1, - O: 1 -}); -$c_Lfeatherweightgo_model_typer_Checking$.prototype.$classData = $d_Lfeatherweightgo_model_typer_Checking$; +var $d_Lfeatherweightgo_model_typer_Checking$ = new $TypeData().initClass($c_Lfeatherweightgo_model_typer_Checking$, "featherweightgo.model.typer.Checking$", ({ + Lfeatherweightgo_model_typer_Checking$: 1 +})); var $n_Lfeatherweightgo_model_typer_Checking$; function $m_Lfeatherweightgo_model_typer_Checking$() { if ((!$n_Lfeatherweightgo_model_typer_Checking$)) { - $n_Lfeatherweightgo_model_typer_Checking$ = new $c_Lfeatherweightgo_model_typer_Checking$() - }; - return $n_Lfeatherweightgo_model_typer_Checking$ + $n_Lfeatherweightgo_model_typer_Checking$ = new $c_Lfeatherweightgo_model_typer_Checking$(); + } + return $n_Lfeatherweightgo_model_typer_Checking$; } /** @constructor */ function $c_Lfeatherweightgo_model_typer_Implement$ImplementSyntax(lhs) { this.Lfeatherweightgo_model_typer_Implement$ImplementSyntax__f_lhs = null; - this.Lfeatherweightgo_model_typer_Implement$ImplementSyntax__f_lhs = lhs + this.Lfeatherweightgo_model_typer_Implement$ImplementSyntax__f_lhs = lhs; } $c_Lfeatherweightgo_model_typer_Implement$ImplementSyntax.prototype = new $h_O(); $c_Lfeatherweightgo_model_typer_Implement$ImplementSyntax.prototype.constructor = $c_Lfeatherweightgo_model_typer_Implement$ImplementSyntax; /** @constructor */ function $h_Lfeatherweightgo_model_typer_Implement$ImplementSyntax() { - /**/ } $h_Lfeatherweightgo_model_typer_Implement$ImplementSyntax.prototype = $c_Lfeatherweightgo_model_typer_Implement$ImplementSyntax.prototype; -var $d_Lfeatherweightgo_model_typer_Implement$ImplementSyntax = new $TypeData().initClass({ - Lfeatherweightgo_model_typer_Implement$ImplementSyntax: 0 -}, false, "featherweightgo.model.typer.Implement$ImplementSyntax", { - Lfeatherweightgo_model_typer_Implement$ImplementSyntax: 1, - O: 1 -}); -$c_Lfeatherweightgo_model_typer_Implement$ImplementSyntax.prototype.$classData = $d_Lfeatherweightgo_model_typer_Implement$ImplementSyntax; +var $d_Lfeatherweightgo_model_typer_Implement$ImplementSyntax = new $TypeData().initClass($c_Lfeatherweightgo_model_typer_Implement$ImplementSyntax, "featherweightgo.model.typer.Implement$ImplementSyntax", ({ + Lfeatherweightgo_model_typer_Implement$ImplementSyntax: 1 +})); function $p_Lfeatherweightgo_util_Utils$__loop$1__sci_List__Lfeatherweightgo_model_ast_AbstractStructureType__sci_List($thiz, ds, structureType$1) { while (true) { var rc11 = false; @@ -2276,10 +2215,10 @@ function $p_Lfeatherweightgo_util_Utils$__loop$1__sci_List__Lfeatherweightgo_mod var this$3 = $n(field); var x$2 = this$3.Lfeatherweightgo_model_ast_StructureField__f_name; $n(field); - return new $c_Lfeatherweightgo_model_ast_StructureField(x$2, x$1) + return new $c_Lfeatherweightgo_model_ast_StructureField(x$2, x$1); }))(typeMap); if ((this$5 === $m_sci_Nil$())) { - return $m_sci_Nil$() + return $m_sci_Nil$(); } else { var arg1 = this$5.head__O(); var h = new $c_sci_$colon$colon(f(arg1), $m_sci_Nil$()); @@ -2290,27 +2229,27 @@ function $p_Lfeatherweightgo_util_Utils$__loop$1__sci_List__Lfeatherweightgo_mod var nx = new $c_sci_$colon$colon(f(arg1$1), $m_sci_Nil$()); $n(t).sci_$colon$colon__f_next = nx; t = nx; - rest = $as_sci_List($n(rest).tail__O()) - }; - return h + rest = $as_sci_List($n(rest).tail__O()); + } + return h; } } else { ds = ts; - continue + continue; } } } - }; + } if (rc11) { var ds$2 = $n(x2).sci_$colon$colon__f_next; ds = ds$2; - continue - }; - var x = $m_s_package$().s_package$__f_Nil; - if (((x === null) ? (x1 === null) : $n(x).equals__O__Z(x1))) { - return $m_s_package$().s_package$__f_Nil - }; - throw new $c_s_MatchError(x1) + continue; + } + var x = $m_sci_Nil$(); + if (x.equals__O__Z(x1)) { + return $m_sci_Nil$(); + } + throw new $c_s_MatchError(x1); } } function $p_Lfeatherweightgo_util_Utils$__loop$2__sci_List__Lfeatherweightgo_model_ast_AbstractStructureType__Lfeatherweightgo_model_ast_MethodName__sci_List__s_Option($thiz, ds, structureType$2, methodName$1, methodTypes$1) { @@ -2332,10 +2271,10 @@ function $p_Lfeatherweightgo_util_Utils$__loop$2__sci_List__Lfeatherweightgo_mod var x$2 = $n(structureType$2).structureTypeName__Lfeatherweightgo_model_ast_StructureTypeName(); if (((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2))) { var x$3 = $n(methodSpecification).Lfeatherweightgo_model_ast_MethodSpecification__f_methodName; - var $x_1 = ((x$3 === null) ? (methodName$1 === null) : $n(x$3).equals__O__Z(methodName$1)) + var $x_1 = ((x$3 === null) ? (methodName$1 === null) : $n(x$3).equals__O__Z(methodName$1)); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { var typeMap = $n($thiz.typeSubstitute__sci_List__sci_List__Lfeatherweightgo_model_typer_TypeMap($n(receiver).Lfeatherweightgo_model_ast_MethodReceiver__f_typeFormals, $n(structureType$2).types__sci_List())).$plus$plus__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_typer_TypeMap($thiz.typeSubstitute__sci_List__sci_List__Lfeatherweightgo_model_typer_TypeMap($n($n(methodSpecification).Lfeatherweightgo_model_ast_MethodSpecification__f_methodSignature).Lfeatherweightgo_model_ast_MethodSignature__f_typeFormals, methodTypes$1)); var rassoc$1 = new $c_Lfeatherweightgo_util_Utils$TypedVariable(new $c_Lfeatherweightgo_model_ast_Variable($n(receiver).Lfeatherweightgo_model_ast_MethodReceiver__f_variableName), new $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType($n(receiver).Lfeatherweightgo_model_ast_MethodReceiver__f_structureTypeName, $n(structureType$2).types__sci_List())); @@ -2344,56 +2283,53 @@ function $p_Lfeatherweightgo_util_Utils$__loop$2__sci_List__Lfeatherweightgo_mod if ((x0$1 !== null)) { var vn = $as_Lfeatherweightgo_model_ast_VariableName($n(x0$1)._1__O()); var tn = $as_Lfeatherweightgo_model_ast_Type($n(x0$1)._2__O()); - return new $c_Lfeatherweightgo_util_Utils$TypedVariable(new $c_Lfeatherweightgo_model_ast_Variable(vn), $m_Lfeatherweightgo_util_Utils$().typeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type(typeMap, tn)) + return new $c_Lfeatherweightgo_util_Utils$TypedVariable(new $c_Lfeatherweightgo_model_ast_Variable(vn), $m_Lfeatherweightgo_util_Utils$().typeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type(typeMap, tn)); } else { - throw new $c_s_MatchError(x0$1) + throw new $c_s_MatchError(x0$1); } }))(typeMap))))).toList__sci_List()); - return new $c_s_Some(new $c_T2(this$2.prepended__O__sci_List(rassoc$1), $thiz.expressionTypeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression(typeMap, body))) + return new $c_s_Some(new $c_T2(this$2.prepended__O__sci_List(rassoc$1), $thiz.expressionTypeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression(typeMap, body))); } else { ds = ts; - continue + continue; } } - }; + } if (rc9) { var ds$2 = $n(x2).sci_$colon$colon__f_next; ds = ds$2; - continue - }; - var x$5 = $m_s_package$().s_package$__f_Nil; - if (((x$5 === null) ? (x1 === null) : $n(x$5).equals__O__Z(x1))) { - return $m_s_None$() - }; - throw new $c_s_MatchError(x1) + continue; + } + var x$5 = $m_sci_Nil$(); + if (x$5.equals__O__Z(x1)) { + return $m_s_None$(); + } + throw new $c_s_MatchError(x1); } } function $p_Lfeatherweightgo_util_Utils$__ifStructureType$1__Lfeatherweightgo_model_ast_AbstractStructureType__sci_List__Z__Lfeatherweightgo_model_typer_TypeBound__sci_List($thiz, structureType, declarations$1, ifUpdate$1, typeBound$1) { - return $n(declarations$1).collect__s_PartialFunction__sci_List(new $c_Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1(structureType, ifUpdate$1, typeBound$1, declarations$1)) + return $n(declarations$1).collect__s_PartialFunction__sci_List(new $c_Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1(structureType, ifUpdate$1, typeBound$1, declarations$1)); } function $p_Lfeatherweightgo_util_Utils$__ifInterfaceType$1__Lfeatherweightgo_model_ast_InterfaceType__sci_List__Z__Lfeatherweightgo_model_typer_TypeBound__sci_List($thiz, interfaceType, declarations$1, ifUpdate$1, typeBound$1) { var this$3 = $n($n(declarations$1).collect__s_PartialFunction__sci_List(new $c_Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1(interfaceType, ifUpdate$1, typeBound$1, declarations$1))); var this$2 = $m_s_$less$colon$less$(); var toIterableOnce = this$2.s_$less$colon$less$__f_singleton; - return $as_sci_List($f_sc_StrictOptimizedIterableOps__flatten__F1__O(this$3, toIterableOnce)) + return $as_sci_List($f_sc_StrictOptimizedIterableOps__flatten__F1__O(this$3, toIterableOnce)); } /** @constructor */ function $c_Lfeatherweightgo_util_Utils$() { - /**/ } $c_Lfeatherweightgo_util_Utils$.prototype = new $h_O(); $c_Lfeatherweightgo_util_Utils$.prototype.constructor = $c_Lfeatherweightgo_util_Utils$; /** @constructor */ function $h_Lfeatherweightgo_util_Utils$() { - /**/ } $h_Lfeatherweightgo_util_Utils$.prototype = $c_Lfeatherweightgo_util_Utils$.prototype; $c_Lfeatherweightgo_util_Utils$.prototype.typeSubstitute__sci_List__sci_List__Lfeatherweightgo_model_typer_TypeMap = (function(typeFormals, types) { if (($n(typeFormals).length__I() !== $n(types).length__I())) { - $m_sc_StringOps$(); var x = (((("\n |typeFormals: " + typeFormals) + "\n |types: ") + types) + "\n |"); - throw $ct_jl_RuntimeException__T__(new $c_jl_RuntimeException(), $m_sc_StringOps$().stripMargin$extension__T__C__T(x, 124)) - }; + throw $ct_jl_RuntimeException__T__(new $c_jl_RuntimeException(), $m_sc_StringOps$().stripMargin$extension__T__C__T(x, 124)); + } var this$3 = $n(typeFormals); var this$7 = $n($as_sci_List($f_sc_StrictOptimizedIterableOps__zip__sc_IterableOnce__O(this$3, types))); var f = ((x0$1$2) => { @@ -2402,13 +2338,13 @@ $c_Lfeatherweightgo_util_Utils$.prototype.typeSubstitute__sci_List__sci_List__Lf var typeFormal = $as_Lfeatherweightgo_model_ast_TypeFormal($n(x0$1)._1__O()); var typ = $as_Lfeatherweightgo_model_ast_Type($n(x0$1)._2__O()); var self = $n(typeFormal).Lfeatherweightgo_model_ast_TypeFormal__f_typeParameter; - return new $c_T2(self, typ) + return new $c_T2(self, typ); } else { - throw new $c_s_MatchError(x0$1) + throw new $c_s_MatchError(x0$1); } }); if ((this$7 === $m_sci_Nil$())) { - var $x_1 = $m_sci_Nil$() + var $x_1 = $m_sci_Nil$(); } else { var arg1 = this$7.head__O(); var h = new $c_sci_$colon$colon(f(arg1), $m_sci_Nil$()); @@ -2419,27 +2355,26 @@ $c_Lfeatherweightgo_util_Utils$.prototype.typeSubstitute__sci_List__sci_List__Lf var nx = new $c_sci_$colon$colon(f(arg1$1), $m_sci_Nil$()); $n(t).sci_$colon$colon__f_next = nx; t = nx; - rest = $as_sci_List($n(rest).tail__O()) - }; - var $x_1 = h - }; + rest = $as_sci_List($n(rest).tail__O()); + } + var $x_1 = h; + } var this$9 = $n($x_1); var this$8 = $m_s_$less$colon$less$(); - return new $c_Lfeatherweightgo_model_typer_TypeMap($m_sci_Map$().from__sc_IterableOnce__sci_Map(this$9)) + return new $c_Lfeatherweightgo_model_typer_TypeMap($m_sci_Map$().from__sc_IterableOnce__sci_Map(this$9)); }); $c_Lfeatherweightgo_util_Utils$.prototype.typeSubstitute__sci_List__sci_List__Lfeatherweightgo_model_typer_TypeBound__sci_List__Lfeatherweightgo_model_typer_TypeMap = (function(typeFormals, types, typeBound, declarations) { var typeMap = this.typeSubstitute__sci_List__sci_List__Lfeatherweightgo_model_typer_TypeMap(typeFormals, types); var this$4 = $n(typeFormals); var f = ((typeFormal$2) => { var typeFormal = $as_Lfeatherweightgo_model_ast_TypeFormal(typeFormal$2); - $m_Lfeatherweightgo_model_typer_Implement$(); var lhs = $m_Lfeatherweightgo_util_Utils$().typeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type(typeMap, $n(typeFormal).Lfeatherweightgo_model_ast_TypeFormal__f_typeParameter); var this$3 = new $c_Lfeatherweightgo_model_typer_Implement$ImplementSyntax(lhs); var rhs = $n(typeFormal).Lfeatherweightgo_model_ast_TypeFormal__f_interfaceType; - return new $c_Lfeatherweightgo_model_typer_Implement(this$3.Lfeatherweightgo_model_typer_Implement$ImplementSyntax__f_lhs, rhs) + return new $c_Lfeatherweightgo_model_typer_Implement(this$3.Lfeatherweightgo_model_typer_Implement$ImplementSyntax__f_lhs, rhs); }); if ((this$4 === $m_sci_Nil$())) { - var $x_1 = $m_sci_Nil$() + var $x_1 = $m_sci_Nil$(); } else { var arg1 = this$4.head__O(); var h = new $c_sci_$colon$colon(f(arg1), $m_sci_Nil$()); @@ -2450,16 +2385,15 @@ $c_Lfeatherweightgo_util_Utils$.prototype.typeSubstitute__sci_List__sci_List__Lf var nx = new $c_sci_$colon$colon(f(arg1$1), $m_sci_Nil$()); $n(t).sci_$colon$colon__f_next = nx; t = nx; - rest = $as_sci_List($n(rest).tail__O()) - }; - var $x_1 = h - }; + rest = $as_sci_List($n(rest).tail__O()); + } + var $x_1 = h; + } if ($n(typeBound).$bar$minus__sci_List__Lfeatherweightgo_model_typer_Checking__Z($x_1, $m_Lfeatherweightgo_model_typer_Implement$().checkingInstance__sci_List__Lfeatherweightgo_model_typer_Checking(declarations))) { - return typeMap + return typeMap; } else { - $m_sc_StringOps$(); var x = (((((((("Type bound error!\n | typeBound: " + typeBound) + "\n | typeFormals: ") + typeFormals) + "\n | typeMap: ") + typeMap) + "\n | types: ") + types) + "\n |"); - throw new $c_Lfeatherweightgo_model_error_FGError$FGTypeError($m_sc_StringOps$().stripMargin$extension__T__C__T(x, 124), null) + throw new $c_Lfeatherweightgo_model_error_FGError$FGTypeError($m_sc_StringOps$().stripMargin$extension__T__C__T(x, 124), null); } }); $c_Lfeatherweightgo_util_Utils$.prototype.typeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type = (function(typeMap, typ) { @@ -2470,13 +2404,13 @@ $c_Lfeatherweightgo_util_Utils$.prototype.typeReplace__Lfeatherweightgo_model_ty if ((x1$2 instanceof $c_s_Some)) { var x2$2 = $as_s_Some(x1$2); var replacedType = $as_Lfeatherweightgo_model_ast_Type($n(x2$2).s_Some__f_value); - return replacedType + return replacedType; } else { var x = $m_s_None$(); if ((x === x1$2)) { - return typ + return typ; } else { - throw new $c_s_MatchError(x1$2) + throw new $c_s_MatchError(x1$2); } } } else if ((typ instanceof $c_Lfeatherweightgo_model_ast_AnyNamedType)) { @@ -2489,23 +2423,23 @@ $c_Lfeatherweightgo_util_Utils$.prototype.typeReplace__Lfeatherweightgo_model_ty if ((x1$3 instanceof $c_s_Some)) { var x2$3 = $as_s_Some(x1$3); var replacedType$2 = $as_Lfeatherweightgo_model_ast_Type($n(x2$3).s_Some__f_value); - return replacedType$2 + return replacedType$2; } else { var x$3 = $m_s_None$(); if ((x$3 === x1$3)) { - return typ + return typ; } else { - throw new $c_s_MatchError(x1$3) + throw new $c_s_MatchError(x1$3); } } } else { var this$5 = $n($n(x3).Lfeatherweightgo_model_ast_AnyNamedType__f_types); var f = ((typ$2$2) => { var typ$2 = $as_Lfeatherweightgo_model_ast_Type(typ$2$2); - return $m_Lfeatherweightgo_util_Utils$().typeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type(typeMap, typ$2) + return $m_Lfeatherweightgo_util_Utils$().typeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type(typeMap, typ$2); }); if ((this$5 === $m_sci_Nil$())) { - var x$1 = $m_sci_Nil$() + var x$1 = $m_sci_Nil$(); } else { var arg1 = this$5.head__O(); var h = new $c_sci_$colon$colon(f(arg1), $m_sci_Nil$()); @@ -2516,14 +2450,14 @@ $c_Lfeatherweightgo_util_Utils$.prototype.typeReplace__Lfeatherweightgo_model_ty var nx = new $c_sci_$colon$colon(f(arg1$1), $m_sci_Nil$()); $n(t).sci_$colon$colon__f_next = nx; t = nx; - rest = $as_sci_List($n(rest).tail__O()) - }; - var x$1 = h - }; + rest = $as_sci_List($n(rest).tail__O()); + } + var x$1 = h; + } var this$6 = $n(x3); var x$2$2 = this$6.Lfeatherweightgo_model_ast_AnyNamedType__f_typeName; $n(x3); - return new $c_Lfeatherweightgo_model_ast_AnyNamedType(x$2$2, x$1) + return new $c_Lfeatherweightgo_model_ast_AnyNamedType(x$2$2, x$1); } } else if ((typ instanceof $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType)) { var x4 = $as_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType(typ); @@ -2532,10 +2466,10 @@ $c_Lfeatherweightgo_util_Utils$.prototype.typeReplace__Lfeatherweightgo_model_ty var this$9 = $n(types); var f$1 = ((t$2) => { var t$1 = $as_Lfeatherweightgo_model_ast_Type(t$2); - return $m_Lfeatherweightgo_util_Utils$().typeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type(typeMap, t$1) + return $m_Lfeatherweightgo_util_Utils$().typeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type(typeMap, t$1); }); if ((this$9 === $m_sci_Nil$())) { - var x$3$2 = $m_sci_Nil$() + var x$3$2 = $m_sci_Nil$(); } else { var arg1$2 = this$9.head__O(); var h$1 = new $c_sci_$colon$colon(f$1(arg1$2), $m_sci_Nil$()); @@ -2546,24 +2480,24 @@ $c_Lfeatherweightgo_util_Utils$.prototype.typeReplace__Lfeatherweightgo_model_ty var nx$1 = new $c_sci_$colon$colon(f$1(arg1$3), $m_sci_Nil$()); $n(t$3).sci_$colon$colon__f_next = nx$1; t$3 = nx$1; - rest$1 = $as_sci_List($n(rest$1).tail__O()) - }; - var x$3$2 = h$1 - }; + rest$1 = $as_sci_List($n(rest$1).tail__O()); + } + var x$3$2 = h$1; + } var this$10 = $n(x4); var x$4$2 = this$10.Lfeatherweightgo_model_ast_AbstractStructureType__f_structureTypeName; $n(x4); - return new $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType(x$4$2, x$3$2) + return new $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType(x$4$2, x$3$2); } else if ((typ instanceof $c_Lfeatherweightgo_model_ast_InterfaceType)) { var x6 = $as_Lfeatherweightgo_model_ast_InterfaceType(typ); var types$2 = $n(x6).Lfeatherweightgo_model_ast_InterfaceType__f_types; var this$12 = $n(types$2); var f$2 = ((t$3$2) => { var t$3$1 = $as_Lfeatherweightgo_model_ast_Type(t$3$2); - return $m_Lfeatherweightgo_util_Utils$().typeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type(typeMap, t$3$1) + return $m_Lfeatherweightgo_util_Utils$().typeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type(typeMap, t$3$1); }); if ((this$12 === $m_sci_Nil$())) { - var x$5 = $m_sci_Nil$() + var x$5 = $m_sci_Nil$(); } else { var arg1$4 = this$12.head__O(); var h$2 = new $c_sci_$colon$colon(f$2(arg1$4), $m_sci_Nil$()); @@ -2574,39 +2508,39 @@ $c_Lfeatherweightgo_util_Utils$.prototype.typeReplace__Lfeatherweightgo_model_ty var nx$2 = new $c_sci_$colon$colon(f$2(arg1$5), $m_sci_Nil$()); $n(t$4).sci_$colon$colon__f_next = nx$2; t$4 = nx$2; - rest$2 = $as_sci_List($n(rest$2).tail__O()) - }; - var x$5 = h$2 - }; + rest$2 = $as_sci_List($n(rest$2).tail__O()); + } + var x$5 = h$2; + } var this$13 = $n(x6); var x$6 = this$13.Lfeatherweightgo_model_ast_InterfaceType__f_interfaceTypeName; $n(x6); - return new $c_Lfeatherweightgo_model_ast_InterfaceType(x$6, x$5) + return new $c_Lfeatherweightgo_model_ast_InterfaceType(x$6, x$5); } else { var x$7 = $m_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$(); if ((x$7 === typ)) { - var $x_1 = true + var $x_1 = true; } else { var x$9 = $m_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$(); - var $x_1 = (x$9 === typ) - }; + var $x_1 = (x$9 === typ); + } if ($x_1) { - return typ + return typ; } else { - throw new $c_s_MatchError(typ) + throw new $c_s_MatchError(typ); } } }); $c_Lfeatherweightgo_util_Utils$.prototype.type__Lfeatherweightgo_model_ast_Primitive__Lfeatherweightgo_model_ast_AbstractStructureType = (function(primitive) { if ((primitive instanceof $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral)) { var x2 = $as_Lfeatherweightgo_model_ast_ValuedStructureLiteral(primitive); - return $n(x2).Lfeatherweightgo_model_ast_ValuedStructureLiteral__f_structureTypeName + return $n(x2).Lfeatherweightgo_model_ast_ValuedStructureLiteral__f_structureTypeName; } else if ((primitive instanceof $c_Lfeatherweightgo_model_ast_IntegerValue)) { - return $m_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$() + return $m_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$(); } else if ((primitive instanceof $c_Lfeatherweightgo_model_ast_StringValue)) { - return $m_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$() + return $m_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$(); } else { - throw new $c_s_MatchError(primitive) + throw new $c_s_MatchError(primitive); } }); $c_Lfeatherweightgo_util_Utils$.prototype.expressionTypeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression = (function(typeMap, expression) { @@ -2620,10 +2554,10 @@ $c_Lfeatherweightgo_util_Utils$.prototype.expressionTypeReplace__Lfeatherweightg var this$2 = $n(types); var f = ((t$2) => { var t = $as_Lfeatherweightgo_model_ast_Type(t$2); - return $m_Lfeatherweightgo_util_Utils$().typeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type(typeMap, t) + return $m_Lfeatherweightgo_util_Utils$().typeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type(typeMap, t); }); if ((this$2 === $m_sci_Nil$())) { - var $x_2 = $m_sci_Nil$() + var $x_2 = $m_sci_Nil$(); } else { var arg1 = this$2.head__O(); var h = new $c_sci_$colon$colon(f(arg1), $m_sci_Nil$()); @@ -2634,17 +2568,17 @@ $c_Lfeatherweightgo_util_Utils$.prototype.expressionTypeReplace__Lfeatherweightg var nx = new $c_sci_$colon$colon(f(arg1$1), $m_sci_Nil$()); $n(t$1).sci_$colon$colon__f_next = nx; t$1 = nx; - rest = $as_sci_List($n(rest).tail__O()) - }; - var $x_2 = h - }; + rest = $as_sci_List($n(rest).tail__O()); + } + var $x_2 = h; + } var this$3 = $n(arguments$1); var f$1 = ((a$2) => { var a = $as_Lfeatherweightgo_model_ast_Expression(a$2); - return $m_Lfeatherweightgo_util_Utils$().expressionTypeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression(typeMap, a) + return $m_Lfeatherweightgo_util_Utils$().expressionTypeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression(typeMap, a); }); if ((this$3 === $m_sci_Nil$())) { - var $x_1 = $m_sci_Nil$() + var $x_1 = $m_sci_Nil$(); } else { var arg1$2 = this$3.head__O(); var h$1 = new $c_sci_$colon$colon(f$1(arg1$2), $m_sci_Nil$()); @@ -2655,11 +2589,11 @@ $c_Lfeatherweightgo_util_Utils$.prototype.expressionTypeReplace__Lfeatherweightg var nx$1 = new $c_sci_$colon$colon(f$1(arg1$3), $m_sci_Nil$()); $n(t$3).sci_$colon$colon__f_next = nx$1; t$3 = nx$1; - rest$1 = $as_sci_List($n(rest$1).tail__O()) - }; - var $x_1 = h$1 - }; - return new $c_Lfeatherweightgo_model_ast_MethodCall($x_3, methodName, $x_2, $x_1) + rest$1 = $as_sci_List($n(rest$1).tail__O()); + } + var $x_1 = h$1; + } + return new $c_Lfeatherweightgo_model_ast_MethodCall($x_3, methodName, $x_2, $x_1); } else if ((expression instanceof $c_Lfeatherweightgo_model_ast_StructureLiteral)) { var x3 = $as_Lfeatherweightgo_model_ast_StructureLiteral(expression); var st = $n(x3).Lfeatherweightgo_model_ast_StructureLiteral__f_structureType; @@ -2668,10 +2602,10 @@ $c_Lfeatherweightgo_util_Utils$.prototype.expressionTypeReplace__Lfeatherweightg var this$5 = $n(this$4.Lfeatherweightgo_model_ast_AbstractStructureType__f_types); var f$2 = ((t$3$2) => { var t$3$1 = $as_Lfeatherweightgo_model_ast_Type(t$3$2); - return $m_Lfeatherweightgo_util_Utils$().typeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type(typeMap, t$3$1) + return $m_Lfeatherweightgo_util_Utils$().typeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type(typeMap, t$3$1); }); if ((this$5 === $m_sci_Nil$())) { - var x$1 = $m_sci_Nil$() + var x$1 = $m_sci_Nil$(); } else { var arg1$4 = this$5.head__O(); var h$2 = new $c_sci_$colon$colon(f$2(arg1$4), $m_sci_Nil$()); @@ -2682,10 +2616,10 @@ $c_Lfeatherweightgo_util_Utils$.prototype.expressionTypeReplace__Lfeatherweightg var nx$2 = new $c_sci_$colon$colon(f$2(arg1$5), $m_sci_Nil$()); $n(t$4).sci_$colon$colon__f_next = nx$2; t$4 = nx$2; - rest$2 = $as_sci_List($n(rest$2).tail__O()) - }; - var x$1 = h$2 - }; + rest$2 = $as_sci_List($n(rest$2).tail__O()); + } + var x$1 = h$2; + } var this$6 = $n(st); var x$2 = this$6.Lfeatherweightgo_model_ast_AbstractStructureType__f_structureTypeName; $n(st); @@ -2693,10 +2627,10 @@ $c_Lfeatherweightgo_util_Utils$.prototype.expressionTypeReplace__Lfeatherweightg var this$8 = $n(arguments$2); var f$3 = ((a$3$2) => { var a$3 = $as_Lfeatherweightgo_model_ast_Expression(a$3$2); - return $m_Lfeatherweightgo_util_Utils$().expressionTypeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression(typeMap, a$3) + return $m_Lfeatherweightgo_util_Utils$().expressionTypeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression(typeMap, a$3); }); if ((this$8 === $m_sci_Nil$())) { - var $x_4 = $m_sci_Nil$() + var $x_4 = $m_sci_Nil$(); } else { var arg1$6 = this$8.head__O(); var h$3 = new $c_sci_$colon$colon(f$3(arg1$6), $m_sci_Nil$()); @@ -2707,23 +2641,23 @@ $c_Lfeatherweightgo_util_Utils$.prototype.expressionTypeReplace__Lfeatherweightg var nx$3 = new $c_sci_$colon$colon(f$3(arg1$7), $m_sci_Nil$()); $n(t$5).sci_$colon$colon__f_next = nx$3; t$5 = nx$3; - rest$3 = $as_sci_List($n(rest$3).tail__O()) - }; - var $x_4 = h$3 - }; - return new $c_Lfeatherweightgo_model_ast_StructureLiteral($x_5, $x_4) + rest$3 = $as_sci_List($n(rest$3).tail__O()); + } + var $x_4 = h$3; + } + return new $c_Lfeatherweightgo_model_ast_StructureLiteral($x_5, $x_4); } else if ((expression instanceof $c_Lfeatherweightgo_model_ast_FieldSelect)) { var x4 = $as_Lfeatherweightgo_model_ast_FieldSelect(expression); var exp$2 = $n(x4).Lfeatherweightgo_model_ast_FieldSelect__f_expression; var fieldName = $n(x4).Lfeatherweightgo_model_ast_FieldSelect__f_fieldName; - return new $c_Lfeatherweightgo_model_ast_FieldSelect(this.expressionTypeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression(typeMap, exp$2), fieldName) + return new $c_Lfeatherweightgo_model_ast_FieldSelect(this.expressionTypeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression(typeMap, exp$2), fieldName); } else if ((expression instanceof $c_Lfeatherweightgo_model_ast_TypeAssertion)) { var x5 = $as_Lfeatherweightgo_model_ast_TypeAssertion(expression); var exp$3 = $n(x5).Lfeatherweightgo_model_ast_TypeAssertion__f_expression; var typ = $n(x5).Lfeatherweightgo_model_ast_TypeAssertion__f_typ; - return new $c_Lfeatherweightgo_model_ast_TypeAssertion(this.expressionTypeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression(typeMap, exp$3), this.typeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type(typeMap, typ)) + return new $c_Lfeatherweightgo_model_ast_TypeAssertion(this.expressionTypeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression(typeMap, exp$3), this.typeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type(typeMap, typ)); } else { - return expression + return expression; } }); $c_Lfeatherweightgo_util_Utils$.prototype.unique__sci_List__Z = (function(methodSpecifications) { @@ -2742,31 +2676,31 @@ $c_Lfeatherweightgo_util_Utils$.prototype.unique__sci_List__Z = (function(method var x = $n(m).Lfeatherweightgo_model_ast_MethodSpecification__f_methodName; var x$2 = $n(h).Lfeatherweightgo_model_ast_MethodSpecification__f_methodName; if ((!((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2)))) { - var $x_2 = true + var $x_2 = true; } else { var x$3 = $n(m).Lfeatherweightgo_model_ast_MethodSpecification__f_methodSignature; var x$4 = $n(h).Lfeatherweightgo_model_ast_MethodSpecification__f_methodSignature; - var $x_2 = ((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4)) - }; + var $x_2 = ((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4)); + } if ((!$x_2)) { var $x_1 = false; - break _return - }; - these = $as_sci_List($n(these).tail__O()) - }; - var $x_1 = true - }; + break _return; + } + these = $as_sci_List($n(these).tail__O()); + } + var $x_1 = true; + } if ($x_1) { - methodSpecifications = ts + methodSpecifications = ts; } else { - return false + return false; } } else { - var x$1 = $m_s_package$().s_package$__f_Nil; - if (((x$1 === null) ? (x1 === null) : $n(x$1).equals__O__Z(x1))) { - return true + var x$1 = $m_sci_Nil$(); + if (x$1.equals__O__Z(x1)) { + return true; } else { - throw new $c_s_MatchError(x1) + throw new $c_s_MatchError(x1); } } } @@ -2775,19 +2709,19 @@ $c_Lfeatherweightgo_util_Utils$.prototype.bounds__Lfeatherweightgo_model_typer_T if ((typ instanceof $c_Lfeatherweightgo_model_ast_TypeParameter)) { var x2 = $as_Lfeatherweightgo_model_ast_TypeParameter(typ); var this$1 = $n(typeBound); - return new $c_s_util_Left($n($n(this$1.Lfeatherweightgo_model_typer_TypeBound__f_value).get__O__s_Option(x2)).get__O()) + return new $c_s_util_Left($n($n(this$1.Lfeatherweightgo_model_typer_TypeBound__f_value).get__O__s_Option(x2)).get__O()); } else if ((typ instanceof $c_Lfeatherweightgo_model_ast_InterfaceType)) { var x3 = $as_Lfeatherweightgo_model_ast_InterfaceType(typ); - return new $c_s_util_Left(x3) + return new $c_s_util_Left(x3); } else if ((typ instanceof $c_Lfeatherweightgo_model_ast_AbstractStructureType)) { var x4 = $as_Lfeatherweightgo_model_ast_AbstractStructureType(typ); - return new $c_s_util_Right(x4) + return new $c_s_util_Right(x4); } else if ((typ instanceof $c_Lfeatherweightgo_model_ast_AnyNamedType)) { var x5 = $as_Lfeatherweightgo_model_ast_AnyNamedType(typ); var this$2 = $n(x5); - throw new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((("`bounds` cannot accept AnyNamedType(" + this$2.Lfeatherweightgo_model_ast_AnyNamedType__f_typeName) + ")!"), null) + throw new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((("`bounds` cannot accept AnyNamedType(" + this$2.Lfeatherweightgo_model_ast_AnyNamedType__f_typeName) + ")!"), null); } else { - throw new $c_s_MatchError(typ) + throw new $c_s_MatchError(typ); } }); $c_Lfeatherweightgo_util_Utils$.prototype.lookupAnyType__Lfeatherweightgo_model_ast_AnyNamedType__sci_List__s_Option = (function(anyNamedType, declarations) { @@ -2795,18 +2729,18 @@ $c_Lfeatherweightgo_util_Utils$.prototype.lookupAnyType__Lfeatherweightgo_model_ var pf = new $c_Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1(anyNamedType); var this$2 = $n($f_sc_IterableOnceOps__collectFirst__s_PartialFunction__s_Option(this$1, pf)); if (this$2.isEmpty__Z()) { - return $m_s_None$() + return $m_s_None$(); } else { var arg1 = this$2.get__O(); var x0$1 = $as_Lfeatherweightgo_model_ast_TypeName(arg1); if ((x0$1 instanceof $c_Lfeatherweightgo_model_ast_StructureTypeName)) { var x2 = $as_Lfeatherweightgo_model_ast_StructureTypeName(x0$1); - return new $c_s_Some(new $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType(x2, $n(anyNamedType).Lfeatherweightgo_model_ast_AnyNamedType__f_types)) + return new $c_s_Some(new $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType(x2, $n(anyNamedType).Lfeatherweightgo_model_ast_AnyNamedType__f_types)); } else if ((x0$1 instanceof $c_Lfeatherweightgo_model_ast_InterfaceTypeName)) { var x3 = $as_Lfeatherweightgo_model_ast_InterfaceTypeName(x0$1); - return new $c_s_Some(new $c_Lfeatherweightgo_model_ast_InterfaceType(x3, $n(anyNamedType).Lfeatherweightgo_model_ast_AnyNamedType__f_types)) + return new $c_s_Some(new $c_Lfeatherweightgo_model_ast_InterfaceType(x3, $n(anyNamedType).Lfeatherweightgo_model_ast_AnyNamedType__f_types)); } else { - return $m_s_None$() + return $m_s_None$(); } } }); @@ -2814,66 +2748,65 @@ $c_Lfeatherweightgo_util_Utils$.prototype.methodsInSet__Lfeatherweightgo_model_a var this$1 = $n(this.methods__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_typer_TypeBound__Z__sci_List__sci_List(rhs, typeBound, false, declarations)); var $x_1 = $n($m_sci_Set$().from__sc_IterableOnce__sci_Set(this$1)); var this$2 = $n(this.methods__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_typer_TypeBound__Z__sci_List__sci_List(lhs, typeBound, false, declarations)); - return $n($x_1).subsetOf__sc_Set__Z($m_sci_Set$().from__sc_IterableOnce__sci_Set(this$2)) + return $n($x_1).subsetOf__sc_Set__Z($m_sci_Set$().from__sc_IterableOnce__sci_Set(this$2)); }); $c_Lfeatherweightgo_util_Utils$.prototype.methods__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_typer_TypeBound__Z__sci_List__sci_List = (function(typ, typeBound, ifUpdate, declarations) { if ((typ instanceof $c_Lfeatherweightgo_model_ast_AnyNamedType)) { var x2 = $as_Lfeatherweightgo_model_ast_AnyNamedType(typ); var this$1 = $n(this.lookupAnyType__Lfeatherweightgo_model_ast_AnyNamedType__sci_List__s_Option(x2, declarations)); if (this$1.isEmpty__Z()) { - var $x_1 = $m_s_None$() + var $x_1 = $m_s_None$(); } else { var arg1 = this$1.get__O(); var ty = $as_Lfeatherweightgo_model_ast_Type(arg1); - var $x_1 = new $c_s_Some($m_Lfeatherweightgo_util_Utils$().methods__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_typer_TypeBound__Z__sci_List__sci_List(ty, typeBound, ifUpdate, declarations)) - }; + var $x_1 = new $c_s_Some($m_Lfeatherweightgo_util_Utils$().methods__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_typer_TypeBound__Z__sci_List__sci_List(ty, typeBound, ifUpdate, declarations)); + } var this$2 = $n($x_1); if (this$2.isEmpty__Z()) { if ((!$n($n(x2).Lfeatherweightgo_model_ast_AnyNamedType__f_types).isEmpty__Z())) { - throw new $c_Lfeatherweightgo_model_error_FGError$FGTypeError("type lookup in methods error!", null) - }; + throw new $c_Lfeatherweightgo_model_error_FGError$FGTypeError("type lookup in methods error!", null); + } var $x_3 = $m_Lfeatherweightgo_util_Utils$(); var this$3 = $n(x2); - var $x_2 = $n($x_3).methods__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_typer_TypeBound__Z__sci_List__sci_List(new $c_Lfeatherweightgo_model_ast_TypeParameter($n(this$3.Lfeatherweightgo_model_ast_AnyNamedType__f_typeName).value__T()), typeBound, ifUpdate, declarations) + var $x_2 = $n($x_3).methods__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_typer_TypeBound__Z__sci_List__sci_List(new $c_Lfeatherweightgo_model_ast_TypeParameter($n(this$3.Lfeatherweightgo_model_ast_AnyNamedType__f_typeName).value__T()), typeBound, ifUpdate, declarations); } else { - var $x_2 = this$2.get__O() - }; - return $as_sci_List($x_2) + var $x_2 = this$2.get__O(); + } + return $as_sci_List($x_2); } else if ((typ instanceof $c_Lfeatherweightgo_model_ast_AbstractStructureType)) { var x3 = $as_Lfeatherweightgo_model_ast_AbstractStructureType(typ); - return $p_Lfeatherweightgo_util_Utils$__ifStructureType$1__Lfeatherweightgo_model_ast_AbstractStructureType__sci_List__Z__Lfeatherweightgo_model_typer_TypeBound__sci_List(this, x3, declarations, ifUpdate, typeBound) + return $p_Lfeatherweightgo_util_Utils$__ifStructureType$1__Lfeatherweightgo_model_ast_AbstractStructureType__sci_List__Z__Lfeatherweightgo_model_typer_TypeBound__sci_List(this, x3, declarations, ifUpdate, typeBound); } else if ((typ instanceof $c_Lfeatherweightgo_model_ast_InterfaceType)) { var x4 = $as_Lfeatherweightgo_model_ast_InterfaceType(typ); - return $p_Lfeatherweightgo_util_Utils$__ifInterfaceType$1__Lfeatherweightgo_model_ast_InterfaceType__sci_List__Z__Lfeatherweightgo_model_typer_TypeBound__sci_List(this, x4, declarations, ifUpdate, typeBound) + return $p_Lfeatherweightgo_util_Utils$__ifInterfaceType$1__Lfeatherweightgo_model_ast_InterfaceType__sci_List__Z__Lfeatherweightgo_model_typer_TypeBound__sci_List(this, x4, declarations, ifUpdate, typeBound); } else if ((typ instanceof $c_Lfeatherweightgo_model_ast_TypeParameter)) { var x5 = $as_Lfeatherweightgo_model_ast_TypeParameter(typ); var this$4 = $n(typeBound); var this$5 = $n($n(this$4.Lfeatherweightgo_model_typer_TypeBound__f_value).get__O__s_Option(x5)); if (this$5.isEmpty__Z()) { - var $x_4 = $m_s_None$() + var $x_4 = $m_s_None$(); } else { var arg1$1 = this$5.get__O(); var interfaceType = $as_Lfeatherweightgo_model_ast_InterfaceType(arg1$1); - var $x_4 = new $c_s_Some($p_Lfeatherweightgo_util_Utils$__ifInterfaceType$1__Lfeatherweightgo_model_ast_InterfaceType__sci_List__Z__Lfeatherweightgo_model_typer_TypeBound__sci_List(this, interfaceType, declarations, ifUpdate, typeBound)) - }; + var $x_4 = new $c_s_Some($p_Lfeatherweightgo_util_Utils$__ifInterfaceType$1__Lfeatherweightgo_model_ast_InterfaceType__sci_List__Z__Lfeatherweightgo_model_typer_TypeBound__sci_List(this, interfaceType, declarations, ifUpdate, typeBound)); + } var this$6 = $n($x_4); if (this$6.isEmpty__Z()) { - $m_sc_StringOps$(); var x = ((((" method error!\n | typeBound: " + typeBound) + "\n | typeParameter: ") + x5) + "\n |"); - throw new $c_Lfeatherweightgo_model_error_FGError$FGTypeError($m_sc_StringOps$().stripMargin$extension__T__C__T(x, 124), null) - }; - return $as_sci_List(this$6.get__O()) + throw new $c_Lfeatherweightgo_model_error_FGError$FGTypeError($m_sc_StringOps$().stripMargin$extension__T__C__T(x, 124), null); + } + return $as_sci_List(this$6.get__O()); } else { - throw new $c_s_MatchError(typ) + throw new $c_s_MatchError(typ); } }); $c_Lfeatherweightgo_util_Utils$.prototype.distinct__sci_List__Z = (function(seq) { var this$1 = $n(seq); - return ($n($as_sci_List($f_sc_SeqOps__distinct__O(this$1))).length__I() === $n(seq).length__I()) + return ($n($as_sci_List($f_sc_SeqOps__distinct__O(this$1))).length__I() === $n(seq).length__I()); }); $c_Lfeatherweightgo_util_Utils$.prototype.sequence__sci_List__s_util_Either = (function(seq) { var this$2 = $n(seq); - var z = new $c_s_util_Right(($n($m_s_package$().s_package$__f_List), $m_sci_Nil$())); + var z = new $c_s_util_Right($m_sci_Nil$()); var acc = z; var these = this$2; while ((!$n(these).isEmpty__Z())) { @@ -2891,16 +2824,16 @@ $c_Lfeatherweightgo_util_Utils$.prototype.sequence__sci_List__s_util_Either = (f var x2$1 = $as_s_util_Right(this$4); var b$1 = $n(x2$1).s_util_Right__f_value; var this$5 = $n(a); - acc = new $c_s_util_Right($as_sci_List($f_sc_StrictOptimizedSeqOps__appended__O__O(this$5, b$1))) + acc = new $c_s_util_Right($as_sci_List($f_sc_StrictOptimizedSeqOps__appended__O__O(this$5, b$1))); } else { - acc = this$4 + acc = this$4; } } else { - acc = this$3 - }; - these = $as_sc_LinearSeq($n(these).tail__O()) - }; - return $as_s_util_Either(acc) + acc = this$3; + } + these = $as_sc_LinearSeq($n(these).tail__O()); + } + return $as_s_util_Either(acc); }); $c_Lfeatherweightgo_util_Utils$.prototype.featherweightgo$util$Utils$$updateMethodsType$1__sci_List__sci_List__Lfeatherweightgo_model_ast_MethodSpecification__Z__Lfeatherweightgo_model_typer_TypeBound__sci_List__Lfeatherweightgo_model_ast_MethodSpecification = (function(typeFormals, types, methodSpecification, ifUpdate$1, typeBound$1, declarations$1) { if (ifUpdate$1) { @@ -2911,9 +2844,9 @@ $c_Lfeatherweightgo_util_Utils$.prototype.featherweightgo$util$Utils$$updateMeth var variableName = $as_Lfeatherweightgo_model_ast_VariableName($n(x0$1)._1__O()); var typ = $as_Lfeatherweightgo_model_ast_Type($n(x0$1)._2__O()); var y = $m_Lfeatherweightgo_util_Utils$().typeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type(typeMap, typ); - return new $c_T2(variableName, y) + return new $c_T2(variableName, y); } else { - throw new $c_s_MatchError(x0$1) + throw new $c_s_MatchError(x0$1); } })))); var x$2 = this.typeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type(typeMap, $n($n(methodSpecification).Lfeatherweightgo_model_ast_MethodSpecification__f_methodSignature).Lfeatherweightgo_model_ast_MethodSignature__f_returnType); @@ -2924,36 +2857,32 @@ $c_Lfeatherweightgo_util_Utils$.prototype.featherweightgo$util$Utils$$updateMeth var this$6 = $n(methodSpecification); var x$5 = this$6.Lfeatherweightgo_model_ast_MethodSpecification__f_methodName; $n(methodSpecification); - return new $c_Lfeatherweightgo_model_ast_MethodSpecification(x$5, x$4) + return new $c_Lfeatherweightgo_model_ast_MethodSpecification(x$5, x$4); } else { - return methodSpecification + return methodSpecification; } }); -var $d_Lfeatherweightgo_util_Utils$ = new $TypeData().initClass({ - Lfeatherweightgo_util_Utils$: 0 -}, false, "featherweightgo.util.Utils$", { - Lfeatherweightgo_util_Utils$: 1, - O: 1 -}); -$c_Lfeatherweightgo_util_Utils$.prototype.$classData = $d_Lfeatherweightgo_util_Utils$; +var $d_Lfeatherweightgo_util_Utils$ = new $TypeData().initClass($c_Lfeatherweightgo_util_Utils$, "featherweightgo.util.Utils$", ({ + Lfeatherweightgo_util_Utils$: 1 +})); var $n_Lfeatherweightgo_util_Utils$; function $m_Lfeatherweightgo_util_Utils$() { if ((!$n_Lfeatherweightgo_util_Utils$)) { - $n_Lfeatherweightgo_util_Utils$ = new $c_Lfeatherweightgo_util_Utils$() - }; - return $n_Lfeatherweightgo_util_Utils$ + $n_Lfeatherweightgo_util_Utils$ = new $c_Lfeatherweightgo_util_Utils$(); + } + return $n_Lfeatherweightgo_util_Utils$; } function $is_jl_CharSequence(obj) { - return ((!(!((obj && obj.$classData) && obj.$classData.ancestors.jl_CharSequence))) || ((typeof obj) === "string")) + return ((!(!((obj && obj.$classData) && obj.$classData.ancestors.jl_CharSequence))) || ((typeof obj) === "string")); } function $as_jl_CharSequence(obj) { - return (($is_jl_CharSequence(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.CharSequence")) + return (($is_jl_CharSequence(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.CharSequence")); } function $isArrayOf_jl_CharSequence(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_CharSequence))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_CharSequence))); } function $asArrayOf_jl_CharSequence(obj, depth) { - return (($isArrayOf_jl_CharSequence(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.CharSequence;", depth)) + return (($isArrayOf_jl_CharSequence(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.CharSequence;", depth)); } /** @constructor */ function $c_jl_FloatingPointBits$() { @@ -2975,43 +2904,38 @@ function $c_jl_FloatingPointBits$() { this.jl_FloatingPointBits$__f_areTypedArraysBigEndian = ($uB(new Int8Array(this.jl_FloatingPointBits$__f_arrayBuffer, 0, 8)[0]) === 1); this.jl_FloatingPointBits$__f_highOffset = (this.jl_FloatingPointBits$__f_areTypedArraysBigEndian ? 0 : 1); this.jl_FloatingPointBits$__f_lowOffset = (this.jl_FloatingPointBits$__f_areTypedArraysBigEndian ? 1 : 0); - this.jl_FloatingPointBits$__f_java$lang$FloatingPointBits$$doublePowsOf2 = null + this.jl_FloatingPointBits$__f_java$lang$FloatingPointBits$$doublePowsOf2 = null; } $c_jl_FloatingPointBits$.prototype = new $h_O(); $c_jl_FloatingPointBits$.prototype.constructor = $c_jl_FloatingPointBits$; /** @constructor */ function $h_jl_FloatingPointBits$() { - /**/ } $h_jl_FloatingPointBits$.prototype = $c_jl_FloatingPointBits$.prototype; $c_jl_FloatingPointBits$.prototype.numberHashCode__D__I = (function(value) { var iv = $uI((value | 0.0)); if (((iv === value) && ((1.0 / value) !== (-Infinity)))) { - return iv + return iv; } else { this.jl_FloatingPointBits$__f_float64Array[0] = value; - return ($uI(this.jl_FloatingPointBits$__f_int32Array[0]) ^ $uI(this.jl_FloatingPointBits$__f_int32Array[1])) + return ($uI(this.jl_FloatingPointBits$__f_int32Array[0]) ^ $uI(this.jl_FloatingPointBits$__f_int32Array[1])); } }); $c_jl_FloatingPointBits$.prototype.doubleToLongBits__D__J = (function(value) { this.jl_FloatingPointBits$__f_float64Array[0] = value; var value$1 = $uI(this.jl_FloatingPointBits$__f_int32Array[this.jl_FloatingPointBits$__f_highOffset]); var value$2 = $uI(this.jl_FloatingPointBits$__f_int32Array[this.jl_FloatingPointBits$__f_lowOffset]); - return new $c_RTLong(value$2, value$1) -}); -var $d_jl_FloatingPointBits$ = new $TypeData().initClass({ - jl_FloatingPointBits$: 0 -}, false, "java.lang.FloatingPointBits$", { - jl_FloatingPointBits$: 1, - O: 1 + return new $c_RTLong(value$2, value$1); }); -$c_jl_FloatingPointBits$.prototype.$classData = $d_jl_FloatingPointBits$; +var $d_jl_FloatingPointBits$ = new $TypeData().initClass($c_jl_FloatingPointBits$, "java.lang.FloatingPointBits$", ({ + jl_FloatingPointBits$: 1 +})); var $n_jl_FloatingPointBits$; function $m_jl_FloatingPointBits$() { if ((!$n_jl_FloatingPointBits$)) { - $n_jl_FloatingPointBits$ = new $c_jl_FloatingPointBits$() - }; - return $n_jl_FloatingPointBits$ + $n_jl_FloatingPointBits$ = new $c_jl_FloatingPointBits$(); + } + return $n_jl_FloatingPointBits$; } function $p_jl_StackTrace$__normalizedLinesToStackTrace__O__Ajl_StackTraceElement($thiz, lines) { var NormalizedFrameLine = $m_jl_StackTrace$StringRE$().re$extension0__T__O("^([^@]*)@(.*?):([0-9]+)(?::([0-9]+))?$"); @@ -3035,26 +2959,26 @@ function $p_jl_StackTrace$__normalizedLinesToStackTrace__O__Ajl_StackTraceElemen var x$3 = mtch[4]; if ((x$3 !== (void 0))) { var x$1$1 = $as_T(x$3); - var $x_2 = $uI(parseInt(x$1$1)) + var $x_2 = $uI(parseInt(x$1$1)); } else { - var $x_2 = (-1) - }; + var $x_2 = (-1); + } var $x_1 = trace.push(new $c_jl_StackTraceElement($x_6, $x_5, $x_4, $x_3, $x_2)); - $uI($x_1) + $uI($x_1); } else { - $uI(trace.push(new $c_jl_StackTraceElement("", line, null, (-1), (-1)))) + $uI(trace.push(new $c_jl_StackTraceElement("", line, null, (-1), (-1)))); } - }; - i = ((1 + i) | 0) - }; + } + i = ((1 + i) | 0); + } var len = $uI(trace.length); var result = new ($d_jl_StackTraceElement.getArrayOf().constr)(len); i = 0; while ((i < len)) { $n(result).set(i, $as_jl_StackTraceElement(trace[i])); - i = ((1 + i) | 0) - }; - return result + i = ((1 + i) | 0); + } + return result; } function $p_jl_StackTrace$__extractClassMethod__T__O($thiz, functionName) { var PatBC = $m_jl_StackTrace$StringRE$().re$extension0__T__O("^(?:Object\\.|\\[object Object\\]\\.|Module\\.)?\\$[bc]_([^\\.]+)(?:\\.prototype)?\\.([^\\.]+)$"); @@ -3068,20 +2992,20 @@ function $p_jl_StackTrace$__extractClassMethod__T__O($thiz, functionName) { var x = matchBCOrS[1]; var $x_1 = $p_jl_StackTrace$__decodeClassName__T__T($thiz, $as_T(x)); var x$1 = matchBCOrS[2]; - return [$x_1, $p_jl_StackTrace$__decodeMethodName__T__T($thiz, $as_T(x$1))] + return [$x_1, $p_jl_StackTrace$__decodeMethodName__T__T($thiz, $as_T(x$1))]; } else { var matchCT = PatCT.exec(functionName); var matchCTOrN = ((matchCT !== null) ? matchCT : PatN.exec(functionName)); if ((matchCTOrN !== null)) { var x$2 = matchCTOrN[1]; - return [$p_jl_StackTrace$__decodeClassName__T__T($thiz, $as_T(x$2)), ""] + return [$p_jl_StackTrace$__decodeClassName__T__T($thiz, $as_T(x$2)), ""]; } else { var matchM = PatM.exec(functionName); if ((matchM !== null)) { var x$3 = matchM[1]; - return [$p_jl_StackTrace$__decodeClassName__T__T($thiz, $as_T(x$3)), ""] + return [$p_jl_StackTrace$__decodeClassName__T__T($thiz, $as_T(x$3)), ""]; } else { - return ["", functionName] + return ["", functionName]; } } } @@ -3090,17 +3014,17 @@ function $p_jl_StackTrace$__decodeClassName__T__T($thiz, encodedName) { var dict = $p_jl_StackTrace$__decompressedClasses__O($thiz); if ($uZ($m_jl_Utils$Cache$().jl_Utils$Cache$__f_safeHasOwnProperty.call(dict, encodedName))) { var dict$1 = $p_jl_StackTrace$__decompressedClasses__O($thiz); - var base = $as_T(dict$1[encodedName]) + var base = $as_T(dict$1[encodedName]); } else { - var base = $p_jl_StackTrace$__loop$1__I__T__T($thiz, 0, encodedName) - }; + var base = $p_jl_StackTrace$__loop$1__I__T__T($thiz, 0, encodedName); + } var this$3 = $n(base); var this$4 = $n($as_T(this$3.split("_").join("."))); - return $as_T(this$4.split("\uff3f").join("_")) + return $as_T(this$4.split("\uff3f").join("_")); } function $p_jl_StackTrace$__decompressedClasses$lzycompute__O($thiz) { if (((((1 & $thiz.jl_StackTrace$__f_bitmap$0) << 24) >> 24) === 0)) { - var dict = {}; + var dict = ({}); dict.O = "java_lang_Object"; dict.T = "java_lang_String"; var index = 0; @@ -3108,24 +3032,24 @@ function $p_jl_StackTrace$__decompressedClasses$lzycompute__O($thiz) { if ((index >= 2)) { var key = ("T" + index); var value = ("scala_Tuple" + index); - dict[key] = value - }; + dict[key] = value; + } var key$1 = ("F" + index); var value$1 = ("scala_Function" + index); dict[key$1] = value$1; - index = ((1 + index) | 0) - }; + index = ((1 + index) | 0); + } $thiz.jl_StackTrace$__f_decompressedClasses = dict; - $thiz.jl_StackTrace$__f_bitmap$0 = (((1 | $thiz.jl_StackTrace$__f_bitmap$0) << 24) >> 24) - }; - return $thiz.jl_StackTrace$__f_decompressedClasses + $thiz.jl_StackTrace$__f_bitmap$0 = (((1 | $thiz.jl_StackTrace$__f_bitmap$0) << 24) >> 24); + } + return $thiz.jl_StackTrace$__f_decompressedClasses; } function $p_jl_StackTrace$__decompressedClasses__O($thiz) { - return (((((1 & $thiz.jl_StackTrace$__f_bitmap$0) << 24) >> 24) === 0) ? $p_jl_StackTrace$__decompressedClasses$lzycompute__O($thiz) : $thiz.jl_StackTrace$__f_decompressedClasses) + return (((((1 & $thiz.jl_StackTrace$__f_bitmap$0) << 24) >> 24) === 0) ? $p_jl_StackTrace$__decompressedClasses$lzycompute__O($thiz) : $thiz.jl_StackTrace$__f_decompressedClasses); } function $p_jl_StackTrace$__decompressedPrefixes$lzycompute__O($thiz) { if (((((2 & $thiz.jl_StackTrace$__f_bitmap$0) << 24) >> 24) === 0)) { - var dict = {}; + var dict = ({}); dict.sjsr_ = "scala_scalajs_runtime_"; dict.sjs_ = "scala_scalajs_"; dict.sci_ = "scala_collection_immutable_"; @@ -3137,48 +3061,48 @@ function $p_jl_StackTrace$__decompressedPrefixes$lzycompute__O($thiz) { dict.jl_ = "java_lang_"; dict.ju_ = "java_util_"; $thiz.jl_StackTrace$__f_decompressedPrefixes = dict; - $thiz.jl_StackTrace$__f_bitmap$0 = (((2 | $thiz.jl_StackTrace$__f_bitmap$0) << 24) >> 24) - }; - return $thiz.jl_StackTrace$__f_decompressedPrefixes + $thiz.jl_StackTrace$__f_bitmap$0 = (((2 | $thiz.jl_StackTrace$__f_bitmap$0) << 24) >> 24); + } + return $thiz.jl_StackTrace$__f_decompressedPrefixes; } function $p_jl_StackTrace$__decompressedPrefixes__O($thiz) { - return (((((2 & $thiz.jl_StackTrace$__f_bitmap$0) << 24) >> 24) === 0) ? $p_jl_StackTrace$__decompressedPrefixes$lzycompute__O($thiz) : $thiz.jl_StackTrace$__f_decompressedPrefixes) + return (((((2 & $thiz.jl_StackTrace$__f_bitmap$0) << 24) >> 24) === 0) ? $p_jl_StackTrace$__decompressedPrefixes$lzycompute__O($thiz) : $thiz.jl_StackTrace$__f_decompressedPrefixes); } function $p_jl_StackTrace$__compressedPrefixes$lzycompute__O($thiz) { if (((((4 & $thiz.jl_StackTrace$__f_bitmap$0) << 24) >> 24) === 0)) { $thiz.jl_StackTrace$__f_compressedPrefixes = Object.keys($p_jl_StackTrace$__decompressedPrefixes__O($thiz)); - $thiz.jl_StackTrace$__f_bitmap$0 = (((4 | $thiz.jl_StackTrace$__f_bitmap$0) << 24) >> 24) - }; - return $thiz.jl_StackTrace$__f_compressedPrefixes + $thiz.jl_StackTrace$__f_bitmap$0 = (((4 | $thiz.jl_StackTrace$__f_bitmap$0) << 24) >> 24); + } + return $thiz.jl_StackTrace$__f_compressedPrefixes; } function $p_jl_StackTrace$__compressedPrefixes__O($thiz) { - return (((((4 & $thiz.jl_StackTrace$__f_bitmap$0) << 24) >> 24) === 0) ? $p_jl_StackTrace$__compressedPrefixes$lzycompute__O($thiz) : $thiz.jl_StackTrace$__f_compressedPrefixes) + return (((((4 & $thiz.jl_StackTrace$__f_bitmap$0) << 24) >> 24) === 0) ? $p_jl_StackTrace$__compressedPrefixes$lzycompute__O($thiz) : $thiz.jl_StackTrace$__f_compressedPrefixes); } function $p_jl_StackTrace$__decodeMethodName__T__T($thiz, encodedName) { var this$1 = $n(encodedName); if (((this$1.length >= 0) && ($as_T(this$1.substring(0, 7)) === "init___"))) { - return "" + return ""; } else { var this$2 = $n(encodedName); var methodNameLen = $uI(this$2.indexOf("__")); - return ((methodNameLen < 0) ? encodedName : $as_T(encodedName.substring(0, methodNameLen))) + return ((methodNameLen < 0) ? encodedName : $as_T(encodedName.substring(0, methodNameLen))); } } function $p_jl_StackTrace$__normalizeStackTraceLines__O__O($thiz, e) { - return ($uZ((!(!(!e)))) ? [] : ($uZ((!(!(e.arguments && e.stack)))) ? $p_jl_StackTrace$__extractChrome__O__O($thiz, e) : ($uZ((!(!(e.stack && e.sourceURL)))) ? $p_jl_StackTrace$__extractSafari__O__O($thiz, e) : ($uZ((!(!(e.stack && e.number)))) ? $p_jl_StackTrace$__extractIE__O__O($thiz, e) : ($uZ((!(!(e.stack && e.fileName)))) ? $p_jl_StackTrace$__extractFirefox__O__O($thiz, e) : ($uZ((!(!(e.message && e["opera#sourceloc"])))) ? ($uZ((!(!(!e.stacktrace)))) ? $p_jl_StackTrace$__extractOpera9__O__O($thiz, e) : ($uZ((!(!((e.message.indexOf("\n") > (-1.0)) && (e.message.split("\n").length > e.stacktrace.split("\n").length))))) ? $p_jl_StackTrace$__extractOpera9__O__O($thiz, e) : $p_jl_StackTrace$__extractOpera10a__O__O($thiz, e))) : ($uZ((!(!((e.message && e.stack) && e.stacktrace)))) ? ($uZ((!(!(e.stacktrace.indexOf("called from line") < 0.0)))) ? $p_jl_StackTrace$__extractOpera10b__O__O($thiz, e) : $p_jl_StackTrace$__extractOpera11__O__O($thiz, e)) : ($uZ((!(!(e.stack && (!e.fileName))))) ? $p_jl_StackTrace$__extractChrome__O__O($thiz, e) : $p_jl_StackTrace$__extractOther__O__O($thiz, e))))))))) + return ($uZ((!(!(!e)))) ? [] : ($uZ((!(!(e.arguments && e.stack)))) ? $p_jl_StackTrace$__extractChrome__O__O($thiz, e) : ($uZ((!(!(e.stack && e.sourceURL)))) ? $p_jl_StackTrace$__extractSafari__O__O($thiz, e) : ($uZ((!(!(e.stack && e.number)))) ? $p_jl_StackTrace$__extractIE__O__O($thiz, e) : ($uZ((!(!(e.stack && e.fileName)))) ? $p_jl_StackTrace$__extractFirefox__O__O($thiz, e) : ($uZ((!(!(e.message && e["opera#sourceloc"])))) ? ($uZ((!(!(!e.stacktrace)))) ? $p_jl_StackTrace$__extractOpera9__O__O($thiz, e) : ($uZ((!(!((e.message.indexOf("\n") > (-1.0)) && (e.message.split("\n").length > e.stacktrace.split("\n").length))))) ? $p_jl_StackTrace$__extractOpera9__O__O($thiz, e) : $p_jl_StackTrace$__extractOpera10a__O__O($thiz, e))) : ($uZ((!(!((e.message && e.stack) && e.stacktrace)))) ? ($uZ((!(!(e.stacktrace.indexOf("called from line") < 0.0)))) ? $p_jl_StackTrace$__extractOpera10b__O__O($thiz, e) : $p_jl_StackTrace$__extractOpera11__O__O($thiz, e)) : ($uZ((!(!(e.stack && (!e.fileName))))) ? $p_jl_StackTrace$__extractChrome__O__O($thiz, e) : $p_jl_StackTrace$__extractOther__O__O($thiz, e))))))))); } function $p_jl_StackTrace$__extractChrome__O__O($thiz, e) { - return $as_T($as_T($as_T($as_T($as_T(($as_T(e.stack) + "\n").replace($m_jl_StackTrace$StringRE$().re$extension0__T__O("^[\\s\\S]+?\\s+at\\s+"), " at ")).replace($m_jl_StackTrace$StringRE$().re$extension1__T__T__O("^\\s+(at eval )?at\\s+", "gm"), "")).replace($m_jl_StackTrace$StringRE$().re$extension1__T__T__O("^([^\\(]+?)([\\n])", "gm"), "{anonymous}() ($1)$2")).replace($m_jl_StackTrace$StringRE$().re$extension1__T__T__O("^Object.\\s*\\(([^\\)]+)\\)", "gm"), "{anonymous}() ($1)")).replace($m_jl_StackTrace$StringRE$().re$extension1__T__T__O("^([^\\(]+|\\{anonymous\\}\\(\\)) \\((.+)\\)$", "gm"), "$1@$2")).split("\n").slice(0, (-1)) + return $as_T($as_T($as_T($as_T($as_T(($as_T(e.stack) + "\n").replace($m_jl_StackTrace$StringRE$().re$extension0__T__O("^[\\s\\S]+?\\s+at\\s+"), " at ")).replace($m_jl_StackTrace$StringRE$().re$extension1__T__T__O("^\\s+(at eval )?at\\s+", "gm"), "")).replace($m_jl_StackTrace$StringRE$().re$extension1__T__T__O("^([^\\(]+?)([\\n])", "gm"), "{anonymous}() ($1)$2")).replace($m_jl_StackTrace$StringRE$().re$extension1__T__T__O("^Object.\\s*\\(([^\\)]+)\\)", "gm"), "{anonymous}() ($1)")).replace($m_jl_StackTrace$StringRE$().re$extension1__T__T__O("^([^\\(]+|\\{anonymous\\}\\(\\)) \\((.+)\\)$", "gm"), "$1@$2")).split("\n").slice(0, (-1)); } function $p_jl_StackTrace$__extractFirefox__O__O($thiz, e) { - return $as_T($as_T($as_T(e.stack).replace($m_jl_StackTrace$StringRE$().re$extension1__T__T__O("(?:\\n@:0)?\\s+$", "m"), "")).replace($m_jl_StackTrace$StringRE$().re$extension1__T__T__O("^(?:\\((\\S*)\\))?@", "gm"), "{anonymous}($1)@")).split("\n") + return $as_T($as_T($as_T(e.stack).replace($m_jl_StackTrace$StringRE$().re$extension1__T__T__O("(?:\\n@:0)?\\s+$", "m"), "")).replace($m_jl_StackTrace$StringRE$().re$extension1__T__T__O("^(?:\\((\\S*)\\))?@", "gm"), "{anonymous}($1)@")).split("\n"); } function $p_jl_StackTrace$__extractIE__O__O($thiz, e) { var qual$1 = $as_T($as_T($as_T($as_T(e.stack).replace($m_jl_StackTrace$StringRE$().re$extension1__T__T__O("^\\s*at\\s+(.*)$", "gm"), "$1")).replace($m_jl_StackTrace$StringRE$().re$extension1__T__T__O("^Anonymous function\\s+", "gm"), "{anonymous}() ")).replace($m_jl_StackTrace$StringRE$().re$extension1__T__T__O("^([^\\(]+|\\{anonymous\\}\\(\\))\\s+\\((.+)\\)$", "gm"), "$1@$2")).split("\n"); - return qual$1.slice(1) + return qual$1.slice(1); } function $p_jl_StackTrace$__extractSafari__O__O($thiz, e) { - return $as_T($as_T($as_T($as_T(e.stack).replace($m_jl_StackTrace$StringRE$().re$extension1__T__T__O("\\[native code\\]\\n", "m"), "")).replace($m_jl_StackTrace$StringRE$().re$extension1__T__T__O("^(?=\\w+Error\\:).*$\\n", "m"), "")).replace($m_jl_StackTrace$StringRE$().re$extension1__T__T__O("^@", "gm"), "{anonymous}()@")).split("\n") + return $as_T($as_T($as_T($as_T(e.stack).replace($m_jl_StackTrace$StringRE$().re$extension1__T__T__O("\\[native code\\]\\n", "m"), "")).replace($m_jl_StackTrace$StringRE$().re$extension1__T__T__O("^(?=\\w+Error\\:).*$\\n", "m"), "")).replace($m_jl_StackTrace$StringRE$().re$extension1__T__T__O("^@", "gm"), "{anonymous}()@")).split("\n"); } function $p_jl_StackTrace$__extractOpera9__O__O($thiz, e) { var lineRE = $m_jl_StackTrace$StringRE$().re$extension1__T__T__O("Line (\\d+).*script (?:in )?(\\S+)", "i"); @@ -3192,11 +3116,11 @@ function $p_jl_StackTrace$__extractOpera9__O__O($thiz, e) { var x = mtch[2]; var x$1 = mtch[1]; var $x_1 = result.push(((("{anonymous}()@" + x) + ":") + x$1)); - $uI($x_1) - }; - i = ((2 + i) | 0) - }; - return result + $uI($x_1); + } + i = ((2 + i) | 0); + } + return result; } function $p_jl_StackTrace$__extractOpera10a__O__O($thiz, e) { var lineRE = $m_jl_StackTrace$StringRE$().re$extension1__T__T__O("Line (\\d+).*script (?:in )?(\\S+)(?:: In function (\\S+))?$", "i"); @@ -3212,11 +3136,11 @@ function $p_jl_StackTrace$__extractOpera10a__O__O($thiz, e) { var x$1 = mtch[2]; var x$2 = mtch[1]; var $x_1 = result.push(((((fnName + "()@") + x$1) + ":") + x$2)); - $uI($x_1) - }; - i = ((2 + i) | 0) - }; - return result + $uI($x_1); + } + i = ((2 + i) | 0); + } + return result; } function $p_jl_StackTrace$__extractOpera10b__O__O($thiz, e) { var lineRE = $m_jl_StackTrace$StringRE$().re$extension0__T__O("^(.*)@(.+):(\\d+)$"); @@ -3230,18 +3154,18 @@ function $p_jl_StackTrace$__extractOpera10b__O__O($thiz, e) { var x = mtch[1]; if ((x !== (void 0))) { var x$2 = $as_T(x); - var fnName = (x$2 + "()") + var fnName = (x$2 + "()"); } else { - var fnName = "global code" - }; + var fnName = "global code"; + } var x$1 = mtch[2]; var x$3 = mtch[3]; var $x_1 = result.push(((((fnName + "@") + x$1) + ":") + x$3)); - $uI($x_1) - }; - i = ((1 + i) | 0) - }; - return result + $uI($x_1); + } + i = ((1 + i) | 0); + } + return result; } function $p_jl_StackTrace$__extractOpera11__O__O($thiz, e) { var lineRE = $m_jl_StackTrace$StringRE$().re$extension0__T__O("^.*line (\\d+), column (\\d+)(?: in (.+))? in (\\S+):$"); @@ -3260,14 +3184,14 @@ function $p_jl_StackTrace$__extractOpera11__O__O($thiz, e) { var x$3 = mtch[2]; var fnName0 = $as_T(((x$3 !== (void 0)) ? x$3 : "global code")); var fnName = $as_T($as_T(fnName0.replace($m_jl_StackTrace$StringRE$().re$extension0__T__O(""), "$1")).replace($m_jl_StackTrace$StringRE$().re$extension0__T__O(""), "{anonymous}")); - $uI(result.push(((fnName + "@") + location))) - }; - i = ((2 + i) | 0) - }; - return result + $uI(result.push(((fnName + "@") + location))); + } + i = ((2 + i) | 0); + } + return result; } function $p_jl_StackTrace$__extractOther__O__O($thiz, e) { - return [] + return []; } function $p_jl_StackTrace$__loop$1__I__T__T($thiz, i, encodedName$1) { while (true) { @@ -3277,25 +3201,25 @@ function $p_jl_StackTrace$__loop$1__I__T__T($thiz, i, encodedName$1) { if ((this$1.length >= 0)) { var this$2 = $n(prefix); var $x_2 = this$1.substring(0, this$2.length); - var $x_1 = ($as_T($x_2) === prefix) + var $x_1 = ($as_T($x_2) === prefix); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { var dict = $p_jl_StackTrace$__decompressedPrefixes__O($thiz); var $x_4 = $as_T(dict[prefix]); var this$4 = $n(prefix); var $x_3 = encodedName$1.substring(this$4.length); - return (("" + $x_4) + $as_T($x_3)) + return (("" + $x_4) + $as_T($x_3)); } else { - i = ((1 + i) | 0) + i = ((1 + i) | 0); } } else { var this$5 = $n(encodedName$1); if (((this$5.length >= 0) && ($as_T(this$5.substring(0, 1)) === "L"))) { - return $as_T(encodedName$1.substring(1)) + return $as_T(encodedName$1.substring(1)); } else { - return encodedName$1 + return encodedName$1; } } } @@ -3305,63 +3229,52 @@ function $c_jl_StackTrace$() { this.jl_StackTrace$__f_decompressedClasses = null; this.jl_StackTrace$__f_decompressedPrefixes = null; this.jl_StackTrace$__f_compressedPrefixes = null; - this.jl_StackTrace$__f_bitmap$0 = 0 + this.jl_StackTrace$__f_bitmap$0 = 0; } $c_jl_StackTrace$.prototype = new $h_O(); $c_jl_StackTrace$.prototype.constructor = $c_jl_StackTrace$; /** @constructor */ function $h_jl_StackTrace$() { - /**/ } $h_jl_StackTrace$.prototype = $c_jl_StackTrace$.prototype; $c_jl_StackTrace$.prototype.extract__O__Ajl_StackTraceElement = (function(jsError) { var lines = $p_jl_StackTrace$__normalizeStackTraceLines__O__O(this, jsError); - return $p_jl_StackTrace$__normalizedLinesToStackTrace__O__Ajl_StackTraceElement(this, lines) + return $p_jl_StackTrace$__normalizedLinesToStackTrace__O__Ajl_StackTraceElement(this, lines); }); -var $d_jl_StackTrace$ = new $TypeData().initClass({ - jl_StackTrace$: 0 -}, false, "java.lang.StackTrace$", { - jl_StackTrace$: 1, - O: 1 -}); -$c_jl_StackTrace$.prototype.$classData = $d_jl_StackTrace$; +var $d_jl_StackTrace$ = new $TypeData().initClass($c_jl_StackTrace$, "java.lang.StackTrace$", ({ + jl_StackTrace$: 1 +})); var $n_jl_StackTrace$; function $m_jl_StackTrace$() { if ((!$n_jl_StackTrace$)) { - $n_jl_StackTrace$ = new $c_jl_StackTrace$() - }; - return $n_jl_StackTrace$ + $n_jl_StackTrace$ = new $c_jl_StackTrace$(); + } + return $n_jl_StackTrace$; } /** @constructor */ function $c_jl_StackTrace$StringRE$() { - /**/ } $c_jl_StackTrace$StringRE$.prototype = new $h_O(); $c_jl_StackTrace$StringRE$.prototype.constructor = $c_jl_StackTrace$StringRE$; /** @constructor */ function $h_jl_StackTrace$StringRE$() { - /**/ } $h_jl_StackTrace$StringRE$.prototype = $c_jl_StackTrace$StringRE$.prototype; $c_jl_StackTrace$StringRE$.prototype.re$extension0__T__O = (function(this$) { - return new RegExp(this$) + return new RegExp(this$); }); $c_jl_StackTrace$StringRE$.prototype.re$extension1__T__T__O = (function(this$, mods) { - return new RegExp(this$, mods) -}); -var $d_jl_StackTrace$StringRE$ = new $TypeData().initClass({ - jl_StackTrace$StringRE$: 0 -}, false, "java.lang.StackTrace$StringRE$", { - jl_StackTrace$StringRE$: 1, - O: 1 + return new RegExp(this$, mods); }); -$c_jl_StackTrace$StringRE$.prototype.$classData = $d_jl_StackTrace$StringRE$; +var $d_jl_StackTrace$StringRE$ = new $TypeData().initClass($c_jl_StackTrace$StringRE$, "java.lang.StackTrace$StringRE$", ({ + jl_StackTrace$StringRE$: 1 +})); var $n_jl_StackTrace$StringRE$; function $m_jl_StackTrace$StringRE$() { if ((!$n_jl_StackTrace$StringRE$)) { - $n_jl_StackTrace$StringRE$ = new $c_jl_StackTrace$StringRE$() - }; - return $n_jl_StackTrace$StringRE$ + $n_jl_StackTrace$StringRE$ = new $c_jl_StackTrace$StringRE$(); + } + return $n_jl_StackTrace$StringRE$; } /** @constructor */ function $c_jl_System$Streams$() { @@ -3369,31 +3282,26 @@ function $c_jl_System$Streams$() { this.jl_System$Streams$__f_err = null; $n_jl_System$Streams$ = this; this.jl_System$Streams$__f_out = new $c_jl_JSConsoleBasedPrintStream(false); - this.jl_System$Streams$__f_err = new $c_jl_JSConsoleBasedPrintStream(true) + this.jl_System$Streams$__f_err = new $c_jl_JSConsoleBasedPrintStream(true); } $c_jl_System$Streams$.prototype = new $h_O(); $c_jl_System$Streams$.prototype.constructor = $c_jl_System$Streams$; /** @constructor */ function $h_jl_System$Streams$() { - /**/ } $h_jl_System$Streams$.prototype = $c_jl_System$Streams$.prototype; -var $d_jl_System$Streams$ = new $TypeData().initClass({ - jl_System$Streams$: 0 -}, false, "java.lang.System$Streams$", { - jl_System$Streams$: 1, - O: 1 -}); -$c_jl_System$Streams$.prototype.$classData = $d_jl_System$Streams$; +var $d_jl_System$Streams$ = new $TypeData().initClass($c_jl_System$Streams$, "java.lang.System$Streams$", ({ + jl_System$Streams$: 1 +})); var $n_jl_System$Streams$; function $m_jl_System$Streams$() { if ((!$n_jl_System$Streams$)) { - $n_jl_System$Streams$ = new $c_jl_System$Streams$() - }; - return $n_jl_System$Streams$ + $n_jl_System$Streams$ = new $c_jl_System$Streams$(); + } + return $n_jl_System$Streams$; } function $p_jl_System$SystemProperties$__loadSystemProperties__O($thiz) { - var result = {}; + var result = ({}); result["java.version"] = "1.8"; result["java.vm.specification.version"] = "1.8"; result["java.vm.specification.vendor"] = "Oracle Corporation"; @@ -3407,7 +3315,7 @@ function $p_jl_System$SystemProperties$__loadSystemProperties__O($thiz) { result["file.separator"] = "/"; result["path.separator"] = ":"; result["line.separator"] = "\n"; - return result + return result; } /** @constructor */ function $c_jl_System$SystemProperties$() { @@ -3415,161 +3323,140 @@ function $c_jl_System$SystemProperties$() { this.jl_System$SystemProperties$__f_properties = null; $n_jl_System$SystemProperties$ = this; this.jl_System$SystemProperties$__f_dict = $p_jl_System$SystemProperties$__loadSystemProperties__O(this); - this.jl_System$SystemProperties$__f_properties = null + this.jl_System$SystemProperties$__f_properties = null; } $c_jl_System$SystemProperties$.prototype = new $h_O(); $c_jl_System$SystemProperties$.prototype.constructor = $c_jl_System$SystemProperties$; /** @constructor */ function $h_jl_System$SystemProperties$() { - /**/ } $h_jl_System$SystemProperties$.prototype = $c_jl_System$SystemProperties$.prototype; $c_jl_System$SystemProperties$.prototype.getProperty__T__T__T = (function(key, default$1) { if ((this.jl_System$SystemProperties$__f_dict !== null)) { var dict = this.jl_System$SystemProperties$__f_dict; - return $as_T(($uZ($m_jl_Utils$Cache$().jl_Utils$Cache$__f_safeHasOwnProperty.call(dict, key)) ? dict[key] : default$1)) + return $as_T(($uZ($m_jl_Utils$Cache$().jl_Utils$Cache$__f_safeHasOwnProperty.call(dict, key)) ? dict[key] : default$1)); } else { - return $n(this.jl_System$SystemProperties$__f_properties).getProperty__T__T__T(key, default$1) + return $n(this.jl_System$SystemProperties$__f_properties).getProperty__T__T__T(key, default$1); } }); -var $d_jl_System$SystemProperties$ = new $TypeData().initClass({ - jl_System$SystemProperties$: 0 -}, false, "java.lang.System$SystemProperties$", { - jl_System$SystemProperties$: 1, - O: 1 -}); -$c_jl_System$SystemProperties$.prototype.$classData = $d_jl_System$SystemProperties$; +var $d_jl_System$SystemProperties$ = new $TypeData().initClass($c_jl_System$SystemProperties$, "java.lang.System$SystemProperties$", ({ + jl_System$SystemProperties$: 1 +})); var $n_jl_System$SystemProperties$; function $m_jl_System$SystemProperties$() { if ((!$n_jl_System$SystemProperties$)) { - $n_jl_System$SystemProperties$ = new $c_jl_System$SystemProperties$() - }; - return $n_jl_System$SystemProperties$ + $n_jl_System$SystemProperties$ = new $c_jl_System$SystemProperties$(); + } + return $n_jl_System$SystemProperties$; } /** @constructor */ function $c_jl_Utils$Cache$() { this.jl_Utils$Cache$__f_safeHasOwnProperty = null; $n_jl_Utils$Cache$ = this; - this.jl_Utils$Cache$__f_safeHasOwnProperty = Object.prototype.hasOwnProperty + this.jl_Utils$Cache$__f_safeHasOwnProperty = Object.prototype.hasOwnProperty; } $c_jl_Utils$Cache$.prototype = new $h_O(); $c_jl_Utils$Cache$.prototype.constructor = $c_jl_Utils$Cache$; /** @constructor */ function $h_jl_Utils$Cache$() { - /**/ } $h_jl_Utils$Cache$.prototype = $c_jl_Utils$Cache$.prototype; -var $d_jl_Utils$Cache$ = new $TypeData().initClass({ - jl_Utils$Cache$: 0 -}, false, "java.lang.Utils$Cache$", { - jl_Utils$Cache$: 1, - O: 1 -}); -$c_jl_Utils$Cache$.prototype.$classData = $d_jl_Utils$Cache$; +var $d_jl_Utils$Cache$ = new $TypeData().initClass($c_jl_Utils$Cache$, "java.lang.Utils$Cache$", ({ + jl_Utils$Cache$: 1 +})); var $n_jl_Utils$Cache$; function $m_jl_Utils$Cache$() { if ((!$n_jl_Utils$Cache$)) { - $n_jl_Utils$Cache$ = new $c_jl_Utils$Cache$() - }; - return $n_jl_Utils$Cache$ + $n_jl_Utils$Cache$ = new $c_jl_Utils$Cache$(); + } + return $n_jl_Utils$Cache$; } function $f_jl_Void__equals__O__Z($thiz, that) { - return ($thiz === that) + return ($thiz === that); } function $f_jl_Void__hashCode__I($thiz) { - return 0 + return 0; } function $f_jl_Void__toString__T($thiz) { - return "undefined" + return "undefined"; } function $as_jl_Void(obj) { - return (((obj === (void 0)) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Void")) + return (((obj === (void 0)) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Void")); } function $isArrayOf_jl_Void(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Void))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Void))); } function $asArrayOf_jl_Void(obj, depth) { - return (($isArrayOf_jl_Void(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Void;", depth)) -} -var $d_jl_Void = new $TypeData().initClass({ - jl_Void: 0 -}, false, "java.lang.Void", { - jl_Void: 1, - O: 1 -}, (void 0), (void 0), ((x) => (x === (void 0)))); + return (($isArrayOf_jl_Void(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Void;", depth)); +} +var $d_jl_Void = new $TypeData().initClass(0, "java.lang.Void", ({ + jl_Void: 1 +}), ((x) => (x === (void 0)))); function $p_jl_reflect_Array$__mismatch__O__E($thiz, array) { var this$1 = $n(array); - throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), "argument type mismatch") + throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), "argument type mismatch"); } /** @constructor */ function $c_jl_reflect_Array$() { - /**/ } $c_jl_reflect_Array$.prototype = new $h_O(); $c_jl_reflect_Array$.prototype.constructor = $c_jl_reflect_Array$; /** @constructor */ function $h_jl_reflect_Array$() { - /**/ } $h_jl_reflect_Array$.prototype = $c_jl_reflect_Array$.prototype; $c_jl_reflect_Array$.prototype.newInstance__jl_Class__I__O = (function(componentType, length) { - return $n(componentType).newArrayOfThisClass__O__O([length]) + return $n(componentType).newArrayOfThisClass__O__O([length]); }); $c_jl_reflect_Array$.prototype.getLength__O__I = (function(array) { if ((array instanceof $ac_O)) { var x2 = $asArrayOf_O(array, 1); - return $n(x2).u.length + return $n(x2).u.length; } else if ((array instanceof $ac_Z)) { var x3 = $asArrayOf_Z(array, 1); - return $n(x3).u.length + return $n(x3).u.length; } else if ((array instanceof $ac_C)) { var x4 = $asArrayOf_C(array, 1); - return $n(x4).u.length + return $n(x4).u.length; } else if ((array instanceof $ac_B)) { var x5 = $asArrayOf_B(array, 1); - return $n(x5).u.length + return $n(x5).u.length; } else if ((array instanceof $ac_S)) { var x6 = $asArrayOf_S(array, 1); - return $n(x6).u.length + return $n(x6).u.length; } else if ((array instanceof $ac_I)) { var x7 = $asArrayOf_I(array, 1); - return $n(x7).u.length + return $n(x7).u.length; } else if ((array instanceof $ac_J)) { var x8 = $asArrayOf_J(array, 1); - return $n(x8).u.length + return $n(x8).u.length; } else if ((array instanceof $ac_F)) { var x9 = $asArrayOf_F(array, 1); - return $n(x9).u.length + return $n(x9).u.length; } else if ((array instanceof $ac_D)) { var x10 = $asArrayOf_D(array, 1); - return $n(x10).u.length + return $n(x10).u.length; } else { - $p_jl_reflect_Array$__mismatch__O__E(this, array) + $p_jl_reflect_Array$__mismatch__O__E(this, array); } }); -var $d_jl_reflect_Array$ = new $TypeData().initClass({ - jl_reflect_Array$: 0 -}, false, "java.lang.reflect.Array$", { - jl_reflect_Array$: 1, - O: 1 -}); -$c_jl_reflect_Array$.prototype.$classData = $d_jl_reflect_Array$; +var $d_jl_reflect_Array$ = new $TypeData().initClass($c_jl_reflect_Array$, "java.lang.reflect.Array$", ({ + jl_reflect_Array$: 1 +})); var $n_jl_reflect_Array$; function $m_jl_reflect_Array$() { if ((!$n_jl_reflect_Array$)) { - $n_jl_reflect_Array$ = new $c_jl_reflect_Array$() - }; - return $n_jl_reflect_Array$ + $n_jl_reflect_Array$ = new $c_jl_reflect_Array$(); + } + return $n_jl_reflect_Array$; } /** @constructor */ function $c_ju_Arrays$() { - /**/ } $c_ju_Arrays$.prototype = new $h_O(); $c_ju_Arrays$.prototype.constructor = $c_ju_Arrays$; /** @constructor */ function $h_ju_Arrays$() { - /**/ } $h_ju_Arrays$.prototype = $c_ju_Arrays$.prototype; $c_ju_Arrays$.prototype.binarySearch__AI__I__I = (function(a, key) { @@ -3577,32 +3464,32 @@ $c_ju_Arrays$.prototype.binarySearch__AI__I__I = (function(a, key) { var endIndex = $n(a).u.length; while (true) { if ((startIndex === endIndex)) { - return (((-1) - startIndex) | 0) + return (((-1) - startIndex) | 0); } else { var mid = ((((startIndex + endIndex) | 0) >>> 1) | 0); var elem = $n(a).get(mid); var cmp = ((key === elem) ? 0 : ((key < elem) ? (-1) : 1)); if ((cmp < 0)) { - endIndex = mid + endIndex = mid; } else if ((cmp === 0)) { - return mid + return mid; } else { - startIndex = ((1 + mid) | 0) + startIndex = ((1 + mid) | 0); } } } }); $c_ju_Arrays$.prototype.equals__AJ__AJ__Z = (function(a, b) { if ((a === b)) { - return true - }; + return true; + } if (((a === null) || (b === null))) { - return false - }; + return false; + } var len = $n(a).u.length; if (($n(b).u.length !== len)) { - return false - }; + return false; + } var i = 0; while ((i !== len)) { var i$1 = i; @@ -3614,23 +3501,23 @@ $c_ju_Arrays$.prototype.equals__AJ__AJ__Z = (function(a, b) { var lo$1 = t$1.RTLong__f_lo; var hi$1 = t$1.RTLong__f_hi; if ((!((lo === lo$1) && (hi === hi$1)))) { - return false - }; - i = ((1 + i) | 0) - }; - return true + return false; + } + i = ((1 + i) | 0); + } + return true; }); $c_ju_Arrays$.prototype.equals__AI__AI__Z = (function(a, b) { if ((a === b)) { - return true - }; + return true; + } if (((a === null) || (b === null))) { - return false - }; + return false; + } var len = $n(a).u.length; if (($n(b).u.length !== len)) { - return false - }; + return false; + } var i = 0; while ((i !== len)) { var i$1 = i; @@ -3638,23 +3525,23 @@ $c_ju_Arrays$.prototype.equals__AI__AI__Z = (function(a, b) { var i$2 = i; var b$1 = $n(b).get(i$2); if ((!(a$1 === b$1))) { - return false - }; - i = ((1 + i) | 0) - }; - return true + return false; + } + i = ((1 + i) | 0); + } + return true; }); $c_ju_Arrays$.prototype.equals__AS__AS__Z = (function(a, b) { if ((a === b)) { - return true - }; + return true; + } if (((a === null) || (b === null))) { - return false - }; + return false; + } var len = $n(a).u.length; if (($n(b).u.length !== len)) { - return false - }; + return false; + } var i = 0; while ((i !== len)) { var i$1 = i; @@ -3662,23 +3549,23 @@ $c_ju_Arrays$.prototype.equals__AS__AS__Z = (function(a, b) { var i$2 = i; var b$1 = $n(b).get(i$2); if ((!(a$1 === b$1))) { - return false - }; - i = ((1 + i) | 0) - }; - return true + return false; + } + i = ((1 + i) | 0); + } + return true; }); $c_ju_Arrays$.prototype.equals__AC__AC__Z = (function(a, b) { if ((a === b)) { - return true - }; + return true; + } if (((a === null) || (b === null))) { - return false - }; + return false; + } var len = $n(a).u.length; if (($n(b).u.length !== len)) { - return false - }; + return false; + } var i = 0; while ((i !== len)) { var i$1 = i; @@ -3686,23 +3573,23 @@ $c_ju_Arrays$.prototype.equals__AC__AC__Z = (function(a, b) { var i$2 = i; var b$1 = $n(b).get(i$2); if ((!(a$1 === b$1))) { - return false - }; - i = ((1 + i) | 0) - }; - return true + return false; + } + i = ((1 + i) | 0); + } + return true; }); $c_ju_Arrays$.prototype.equals__AB__AB__Z = (function(a, b) { if ((a === b)) { - return true - }; + return true; + } if (((a === null) || (b === null))) { - return false - }; + return false; + } var len = $n(a).u.length; if (($n(b).u.length !== len)) { - return false - }; + return false; + } var i = 0; while ((i !== len)) { var i$1 = i; @@ -3710,23 +3597,23 @@ $c_ju_Arrays$.prototype.equals__AB__AB__Z = (function(a, b) { var i$2 = i; var b$1 = $n(b).get(i$2); if ((!(a$1 === b$1))) { - return false - }; - i = ((1 + i) | 0) - }; - return true + return false; + } + i = ((1 + i) | 0); + } + return true; }); $c_ju_Arrays$.prototype.equals__AZ__AZ__Z = (function(a, b) { if ((a === b)) { - return true - }; + return true; + } if (((a === null) || (b === null))) { - return false - }; + return false; + } var len = $n(a).u.length; if (($n(b).u.length !== len)) { - return false - }; + return false; + } var i = 0; while ((i !== len)) { var i$1 = i; @@ -3734,23 +3621,23 @@ $c_ju_Arrays$.prototype.equals__AZ__AZ__Z = (function(a, b) { var i$2 = i; var b$1 = $n(b).get(i$2); if ((!(a$1 === b$1))) { - return false - }; - i = ((1 + i) | 0) - }; - return true + return false; + } + i = ((1 + i) | 0); + } + return true; }); $c_ju_Arrays$.prototype.equals__AD__AD__Z = (function(a, b) { if ((a === b)) { - return true - }; + return true; + } if (((a === null) || (b === null))) { - return false - }; + return false; + } var len = $n(a).u.length; if (($n(b).u.length !== len)) { - return false - }; + return false; + } var i = 0; while ((i !== len)) { var i$1 = i; @@ -3758,23 +3645,23 @@ $c_ju_Arrays$.prototype.equals__AD__AD__Z = (function(a, b) { var i$2 = i; var b$1 = $n(b).get(i$2); if ((!Object.is(a$1, b$1))) { - return false - }; - i = ((1 + i) | 0) - }; - return true + return false; + } + i = ((1 + i) | 0); + } + return true; }); $c_ju_Arrays$.prototype.equals__AF__AF__Z = (function(a, b) { if ((a === b)) { - return true - }; + return true; + } if (((a === null) || (b === null))) { - return false - }; + return false; + } var len = $n(a).u.length; if (($n(b).u.length !== len)) { - return false - }; + return false; + } var i = 0; while ((i !== len)) { var i$1 = i; @@ -3782,11 +3669,11 @@ $c_ju_Arrays$.prototype.equals__AF__AF__Z = (function(a, b) { var i$2 = i; var b$1 = $n(b).get(i$2); if ((!Object.is(a$1, b$1))) { - return false - }; - i = ((1 + i) | 0) - }; - return true + return false; + } + i = ((1 + i) | 0); + } + return true; }); $c_ju_Arrays$.prototype.fill__AO__O__V = (function(a, value) { var toIndex = $n(a).u.length; @@ -3794,105 +3681,105 @@ $c_ju_Arrays$.prototype.fill__AO__O__V = (function(a, value) { while ((i !== toIndex)) { var i$1 = i; $n(a).set(i$1, value); - i = ((1 + i) | 0) + i = ((1 + i) | 0); } }); $c_ju_Arrays$.prototype.copyOf__AO__I__AO = (function(original, newLength) { if ((newLength < 0)) { - throw new $c_jl_NegativeArraySizeException() - }; + throw new $c_jl_NegativeArraySizeException(); + } var b = $n(original).u.length; var copyLength = ((newLength < b) ? newLength : b); var this$3 = $n(original); var clazz = $objectGetClass(this$3); var ret = $asArrayOf_O($m_jl_reflect_Array$().newInstance__jl_Class__I__O(clazz.getComponentType__jl_Class(), newLength), 1); $systemArraycopyRefs($n(original), 0, $n(ret), 0, copyLength); - return ret + return ret; }); $c_ju_Arrays$.prototype.copyOf__AB__I__AB = (function(original, newLength) { if ((newLength < 0)) { - throw new $c_jl_NegativeArraySizeException() - }; + throw new $c_jl_NegativeArraySizeException(); + } var b = $n(original).u.length; var copyLength = ((newLength < b) ? newLength : b); var ret = new $ac_B(newLength); $systemArraycopy($n(original), 0, ret, 0, copyLength); - return ret + return ret; }); $c_ju_Arrays$.prototype.copyOf__AS__I__AS = (function(original, newLength) { if ((newLength < 0)) { - throw new $c_jl_NegativeArraySizeException() - }; + throw new $c_jl_NegativeArraySizeException(); + } var b = $n(original).u.length; var copyLength = ((newLength < b) ? newLength : b); var ret = new $ac_S(newLength); $systemArraycopy($n(original), 0, ret, 0, copyLength); - return ret + return ret; }); $c_ju_Arrays$.prototype.copyOf__AI__I__AI = (function(original, newLength) { if ((newLength < 0)) { - throw new $c_jl_NegativeArraySizeException() - }; + throw new $c_jl_NegativeArraySizeException(); + } var b = $n(original).u.length; var copyLength = ((newLength < b) ? newLength : b); var ret = new $ac_I(newLength); $systemArraycopy($n(original), 0, ret, 0, copyLength); - return ret + return ret; }); $c_ju_Arrays$.prototype.copyOf__AJ__I__AJ = (function(original, newLength) { if ((newLength < 0)) { - throw new $c_jl_NegativeArraySizeException() - }; + throw new $c_jl_NegativeArraySizeException(); + } var b = $n(original).u.length; var copyLength = ((newLength < b) ? newLength : b); var ret = new $ac_J(newLength); $systemArraycopy($n(original), 0, ret, 0, copyLength); - return ret + return ret; }); $c_ju_Arrays$.prototype.copyOf__AC__I__AC = (function(original, newLength) { if ((newLength < 0)) { - throw new $c_jl_NegativeArraySizeException() - }; + throw new $c_jl_NegativeArraySizeException(); + } var b = $n(original).u.length; var copyLength = ((newLength < b) ? newLength : b); var ret = new $ac_C(newLength); $systemArraycopy($n(original), 0, ret, 0, copyLength); - return ret + return ret; }); $c_ju_Arrays$.prototype.copyOf__AF__I__AF = (function(original, newLength) { if ((newLength < 0)) { - throw new $c_jl_NegativeArraySizeException() - }; + throw new $c_jl_NegativeArraySizeException(); + } var b = $n(original).u.length; var copyLength = ((newLength < b) ? newLength : b); var ret = new $ac_F(newLength); $systemArraycopy($n(original), 0, ret, 0, copyLength); - return ret + return ret; }); $c_ju_Arrays$.prototype.copyOf__AD__I__AD = (function(original, newLength) { if ((newLength < 0)) { - throw new $c_jl_NegativeArraySizeException() - }; + throw new $c_jl_NegativeArraySizeException(); + } var b = $n(original).u.length; var copyLength = ((newLength < b) ? newLength : b); var ret = new $ac_D(newLength); $systemArraycopy($n(original), 0, ret, 0, copyLength); - return ret + return ret; }); $c_ju_Arrays$.prototype.copyOf__AZ__I__AZ = (function(original, newLength) { if ((newLength < 0)) { - throw new $c_jl_NegativeArraySizeException() - }; + throw new $c_jl_NegativeArraySizeException(); + } var b = $n(original).u.length; var copyLength = ((newLength < b) ? newLength : b); var ret = new $ac_Z(newLength); $systemArraycopy($n(original), 0, ret, 0, copyLength); - return ret + return ret; }); $c_ju_Arrays$.prototype.copyOfRange__AO__I__I__AO = (function(original, from, to) { if ((from > to)) { - throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), ((from + " > ") + to)) - }; + throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), ((from + " > ") + to)); + } var len = $n(original).u.length; var retLength = ((to - from) | 0); var b = ((len - from) | 0); @@ -3901,35 +3788,35 @@ $c_ju_Arrays$.prototype.copyOfRange__AO__I__I__AO = (function(original, from, to var clazz = $objectGetClass(this$3); var ret = $asArrayOf_O($m_jl_reflect_Array$().newInstance__jl_Class__I__O(clazz.getComponentType__jl_Class(), retLength), 1); $systemArraycopyRefs($n(original), from, $n(ret), 0, copyLength); - return ret + return ret; }); $c_ju_Arrays$.prototype.copyOfRange__AJ__I__I__AJ = (function(original, start, end) { if ((start > end)) { - throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), ((start + " > ") + end)) - }; + throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), ((start + " > ") + end)); + } var len = $n(original).u.length; var retLength = ((end - start) | 0); var b = ((len - start) | 0); var copyLength = ((retLength < b) ? retLength : b); var ret = new $ac_J(retLength); $systemArraycopy($n(original), start, ret, 0, copyLength); - return ret + return ret; }); $c_ju_Arrays$.prototype.copyOfRange__AC__I__I__AC = (function(original, start, end) { if ((start > end)) { - throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), ((start + " > ") + end)) - }; + throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), ((start + " > ") + end)); + } var len = $n(original).u.length; var retLength = ((end - start) | 0); var b = ((len - start) | 0); var copyLength = ((retLength < b) ? retLength : b); var ret = new $ac_C(retLength); $systemArraycopy($n(original), start, ret, 0, copyLength); - return ret + return ret; }); $c_ju_Arrays$.prototype.hashCode__AJ__I = (function(a) { if ((a === null)) { - return 0 + return 0; } else { var acc = 1; var len = $n(a).u.length; @@ -3941,14 +3828,14 @@ $c_ju_Arrays$.prototype.hashCode__AJ__I = (function(a) { var lo = t.RTLong__f_lo; var hi = t.RTLong__f_hi; acc = ((Math.imul(31, $x_1) + (lo ^ hi)) | 0); - i = ((1 + i) | 0) - }; - return acc + i = ((1 + i) | 0); + } + return acc; } }); $c_ju_Arrays$.prototype.hashCode__AC__I = (function(a) { if ((a === null)) { - return 0 + return 0; } else { var acc = 1; var len = $n(a).u.length; @@ -3958,83 +3845,74 @@ $c_ju_Arrays$.prototype.hashCode__AC__I = (function(a) { var i$1 = i; var o = $n(a).get(i$1); acc = ((Math.imul(31, $x_1) + o) | 0); - i = ((1 + i) | 0) - }; - return acc + i = ((1 + i) | 0); + } + return acc; } }); -var $d_ju_Arrays$ = new $TypeData().initClass({ - ju_Arrays$: 0 -}, false, "java.util.Arrays$", { - ju_Arrays$: 1, - O: 1 -}); -$c_ju_Arrays$.prototype.$classData = $d_ju_Arrays$; +var $d_ju_Arrays$ = new $TypeData().initClass($c_ju_Arrays$, "java.util.Arrays$", ({ + ju_Arrays$: 1 +})); var $n_ju_Arrays$; function $m_ju_Arrays$() { if ((!$n_ju_Arrays$)) { - $n_ju_Arrays$ = new $c_ju_Arrays$() - }; - return $n_ju_Arrays$ + $n_ju_Arrays$ = new $c_ju_Arrays$(); + } + return $n_ju_Arrays$; } function $p_ju_Collections$__EMPTY_SET$lzycompute__ju_Set($thiz) { if (((((1 & $thiz.ju_Collections$__f_bitmap$0) << 24) >> 24) === 0)) { $thiz.ju_Collections$__f_EMPTY_SET = new $c_ju_Collections$ImmutableSet(new $c_ju_Collections$$anon$1()); - $thiz.ju_Collections$__f_bitmap$0 = (((1 | $thiz.ju_Collections$__f_bitmap$0) << 24) >> 24) - }; - return $thiz.ju_Collections$__f_EMPTY_SET + $thiz.ju_Collections$__f_bitmap$0 = (((1 | $thiz.ju_Collections$__f_bitmap$0) << 24) >> 24); + } + return $thiz.ju_Collections$__f_EMPTY_SET; } function $p_ju_Collections$__EMPTY_ITERATOR$lzycompute__ju_Iterator($thiz) { if (((((8 & $thiz.ju_Collections$__f_bitmap$0) << 24) >> 24) === 0)) { $thiz.ju_Collections$__f_EMPTY_ITERATOR = new $c_ju_Collections$EmptyIterator(); - $thiz.ju_Collections$__f_bitmap$0 = (((8 | $thiz.ju_Collections$__f_bitmap$0) << 24) >> 24) - }; - return $thiz.ju_Collections$__f_EMPTY_ITERATOR + $thiz.ju_Collections$__f_bitmap$0 = (((8 | $thiz.ju_Collections$__f_bitmap$0) << 24) >> 24); + } + return $thiz.ju_Collections$__f_EMPTY_ITERATOR; } function $p_ju_Collections$__EMPTY_ITERATOR__ju_Iterator($thiz) { - return (((((8 & $thiz.ju_Collections$__f_bitmap$0) << 24) >> 24) === 0) ? $p_ju_Collections$__EMPTY_ITERATOR$lzycompute__ju_Iterator($thiz) : $thiz.ju_Collections$__f_EMPTY_ITERATOR) + return (((((8 & $thiz.ju_Collections$__f_bitmap$0) << 24) >> 24) === 0) ? $p_ju_Collections$__EMPTY_ITERATOR$lzycompute__ju_Iterator($thiz) : $thiz.ju_Collections$__f_EMPTY_ITERATOR); } /** @constructor */ function $c_ju_Collections$() { this.ju_Collections$__f_EMPTY_SET = null; this.ju_Collections$__f_EMPTY_ITERATOR = null; - this.ju_Collections$__f_bitmap$0 = 0 + this.ju_Collections$__f_bitmap$0 = 0; } $c_ju_Collections$.prototype = new $h_O(); $c_ju_Collections$.prototype.constructor = $c_ju_Collections$; /** @constructor */ function $h_ju_Collections$() { - /**/ } $h_ju_Collections$.prototype = $c_ju_Collections$.prototype; $c_ju_Collections$.prototype.EMPTY_SET__ju_Set = (function() { - return (((((1 & this.ju_Collections$__f_bitmap$0) << 24) >> 24) === 0) ? $p_ju_Collections$__EMPTY_SET$lzycompute__ju_Set(this) : this.ju_Collections$__f_EMPTY_SET) -}); -var $d_ju_Collections$ = new $TypeData().initClass({ - ju_Collections$: 0 -}, false, "java.util.Collections$", { - ju_Collections$: 1, - O: 1 + return (((((1 & this.ju_Collections$__f_bitmap$0) << 24) >> 24) === 0) ? $p_ju_Collections$__EMPTY_SET$lzycompute__ju_Set(this) : this.ju_Collections$__f_EMPTY_SET); }); -$c_ju_Collections$.prototype.$classData = $d_ju_Collections$; +var $d_ju_Collections$ = new $TypeData().initClass($c_ju_Collections$, "java.util.Collections$", ({ + ju_Collections$: 1 +})); var $n_ju_Collections$; function $m_ju_Collections$() { if ((!$n_ju_Collections$)) { - $n_ju_Collections$ = new $c_ju_Collections$() - }; - return $n_ju_Collections$ + $n_ju_Collections$ = new $c_ju_Collections$(); + } + return $n_ju_Collections$; } function $is_ju_Formattable(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.ju_Formattable))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.ju_Formattable))); } function $as_ju_Formattable(obj) { - return (($is_ju_Formattable(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "java.util.Formattable")) + return (($is_ju_Formattable(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "java.util.Formattable")); } function $isArrayOf_ju_Formattable(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.ju_Formattable))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.ju_Formattable))); } function $asArrayOf_ju_Formattable(obj, depth) { - return (($isArrayOf_ju_Formattable(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.util.Formattable;", depth)) + return (($isArrayOf_ju_Formattable(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.util.Formattable;", depth)); } /** @constructor */ function $c_ju_Formatter$() { @@ -4042,151 +3920,146 @@ function $c_ju_Formatter$() { this.ju_Formatter$__f_java$util$Formatter$$ConversionsIllegalFlags = null; $n_ju_Formatter$ = this; this.ju_Formatter$__f_java$util$Formatter$$FormatSpecifier = new RegExp("(?:(\\d+)\\$)?([-#+ 0,\\(<]*)(\\d+)?(?:\\.(\\d+))?[%A-Za-z]", "g"); - this.ju_Formatter$__f_java$util$Formatter$$ConversionsIllegalFlags = new $ac_I(new Int32Array([96, 126, 638, 770, 32, 256, 2, 126, (-1), (-1), (-1), (-1), (-1), (-1), 800, (-1), (-1), (-1), 124, (-1), (-1), (-1), (-1), 544, (-1), (-1)])) + this.ju_Formatter$__f_java$util$Formatter$$ConversionsIllegalFlags = new $ac_I(new Int32Array([96, 126, 638, 770, 32, 256, 2, 126, (-1), (-1), (-1), (-1), (-1), (-1), 800, (-1), (-1), (-1), 124, (-1), (-1), (-1), (-1), 544, (-1), (-1)])); } $c_ju_Formatter$.prototype = new $h_O(); $c_ju_Formatter$.prototype.constructor = $c_ju_Formatter$; /** @constructor */ function $h_ju_Formatter$() { - /**/ } $h_ju_Formatter$.prototype = $c_ju_Formatter$.prototype; $c_ju_Formatter$.prototype.java$util$Formatter$$strOfZeros__I__T = (function(count) { if ((count <= 20)) { if ((count > 20)) { - $charAt("00000000000000000000", count) - }; + $charAt("00000000000000000000", count); + } if ((count < 0)) { - $charAt("00000000000000000000", (-1)) - }; - return $as_T("00000000000000000000".substring(0, count)) + $charAt("00000000000000000000", (-1)); + } + return $as_T("00000000000000000000".substring(0, count)); } else { var result = ""; var remaining = count; while ((remaining > 20)) { result = (result + "00000000000000000000"); - remaining = (((-20) + remaining) | 0) - }; + remaining = (((-20) + remaining) | 0); + } var $x_1 = result; var endIndex = remaining; if ((endIndex > 20)) { - $charAt("00000000000000000000", endIndex) - }; + $charAt("00000000000000000000", endIndex); + } if ((endIndex < 0)) { - $charAt("00000000000000000000", (-1)) - }; - return (("" + $x_1) + $as_T("00000000000000000000".substring(0, endIndex))) + $charAt("00000000000000000000", (-1)); + } + return (("" + $x_1) + $as_T("00000000000000000000".substring(0, endIndex))); } }); $c_ju_Formatter$.prototype.java$util$Formatter$$numberToDecimal__D__ju_Formatter$Decimal = (function(x) { if ((x === 0.0)) { var negative = ((1.0 / x) < 0.0); - return new $c_ju_Formatter$Decimal(negative, "0", 0) + return new $c_ju_Formatter$Decimal(negative, "0", 0); } else { var negative$2 = (x < 0.0); var d = (negative$2 ? (-x) : x); var s = ("" + d); var ePos = $f_T__indexOf__I__I(s, 101); if ((ePos < 0)) { - var e = 0 + var e = 0; } else { var $x_2 = parseInt; var beginIndex = ((1 + ePos) | 0); if (((beginIndex < 0) || (beginIndex > s.length))) { - $charAt(s, beginIndex) - }; + $charAt(s, beginIndex); + } var $x_1 = $x_2($as_T(s.substring(beginIndex))); - var e = $uI($x_1) - }; + var e = $uI($x_1); + } var significandEnd = ((ePos < 0) ? s.length : ePos); var dotPos = $f_T__indexOf__I__I(s, 46); if ((dotPos < 0)) { if ((significandEnd > s.length)) { - $charAt(s, significandEnd) - }; + $charAt(s, significandEnd); + } if ((significandEnd < 0)) { - $charAt(s, (-1)) - }; + $charAt(s, (-1)); + } var unscaledValue = $as_T(s.substring(0, significandEnd)); var scale = ((-e) | 0); - return new $c_ju_Formatter$Decimal(negative$2, unscaledValue, scale) + return new $c_ju_Formatter$Decimal(negative$2, unscaledValue, scale); } else { if ((dotPos > s.length)) { - $charAt(s, dotPos) - }; + $charAt(s, dotPos); + } if ((dotPos < 0)) { - $charAt(s, (-1)) - }; + $charAt(s, (-1)); + } var $x_3 = $as_T(s.substring(0, dotPos)); var beginIndex$1 = ((1 + dotPos) | 0); if ((beginIndex$1 < 0)) { - $charAt(s, beginIndex$1) - }; + $charAt(s, beginIndex$1); + } if ((significandEnd > s.length)) { - $charAt(s, significandEnd) - }; + $charAt(s, significandEnd); + } if ((significandEnd < beginIndex$1)) { - $charAt(s, (-1)) - }; + $charAt(s, (-1)); + } var digits = (("" + $x_3) + $as_T(s.substring(beginIndex$1, significandEnd))); var digitsLen = digits.length; var i = 0; while (true) { if ((i < digitsLen)) { var index = i; - var $x_4 = ($charAt(digits, index) === 48) + var $x_4 = ($charAt(digits, index) === 48); } else { - var $x_4 = false - }; + var $x_4 = false; + } if ($x_4) { - i = ((1 + i) | 0) + i = ((1 + i) | 0); } else { - break + break; } - }; + } var beginIndex$2 = i; if (((beginIndex$2 < 0) || (beginIndex$2 > digits.length))) { - $charAt(digits, beginIndex$2) - }; + $charAt(digits, beginIndex$2); + } var unscaledValue$2 = $as_T(digits.substring(beginIndex$2)); var scale$2 = ((((-e) | 0) + ((significandEnd - ((1 + dotPos) | 0)) | 0)) | 0); - return new $c_ju_Formatter$Decimal(negative$2, unscaledValue$2, scale$2) + return new $c_ju_Formatter$Decimal(negative$2, unscaledValue$2, scale$2); } } }); $c_ju_Formatter$.prototype.java$util$Formatter$$bigDecimalToDecimal__Ljava_math_BigDecimal__ju_Formatter$Decimal = (function(x) { var unscaledValueWithSign = $n($n(x).unscaledValue__Ljava_math_BigInteger()).toString__T(); if ((unscaledValueWithSign === "0")) { - return new $c_ju_Formatter$Decimal(false, "0", 0) + return new $c_ju_Formatter$Decimal(false, "0", 0); } else { var this$2 = $n(unscaledValueWithSign); var negative = ($charAt(this$2, 0) === 45); if (negative) { var this$3 = $n(unscaledValueWithSign); if ((this$3.length < 1)) { - $charAt(this$3, 1) - }; - var unscaledValue = $as_T(this$3.substring(1)) + $charAt(this$3, 1); + } + var unscaledValue = $as_T(this$3.substring(1)); } else { - var unscaledValue = unscaledValueWithSign - }; + var unscaledValue = unscaledValueWithSign; + } var scale = $n(x).scale__I(); - return new $c_ju_Formatter$Decimal(negative, unscaledValue, scale) + return new $c_ju_Formatter$Decimal(negative, unscaledValue, scale); } }); -var $d_ju_Formatter$ = new $TypeData().initClass({ - ju_Formatter$: 0 -}, false, "java.util.Formatter$", { - ju_Formatter$: 1, - O: 1 -}); -$c_ju_Formatter$.prototype.$classData = $d_ju_Formatter$; +var $d_ju_Formatter$ = new $TypeData().initClass($c_ju_Formatter$, "java.util.Formatter$", ({ + ju_Formatter$: 1 +})); var $n_ju_Formatter$; function $m_ju_Formatter$() { if ((!$n_ju_Formatter$)) { - $n_ju_Formatter$ = new $c_ju_Formatter$() - }; - return $n_ju_Formatter$ + $n_ju_Formatter$ = new $c_ju_Formatter$(); + } + return $n_ju_Formatter$; } function $p_ju_Formatter$Decimal__roundAtPos__I__ju_Formatter$Decimal($thiz, roundingPos) { var digits = $thiz.ju_Formatter$Decimal__f_unscaledValue; @@ -4194,25 +4067,25 @@ function $p_ju_Formatter$Decimal__roundAtPos__I__ju_Formatter$Decimal($thiz, rou var digitsLen = this$1.length; if ((roundingPos < 0)) { var negative = $thiz.ju_Formatter$Decimal__f_negative; - return new $c_ju_Formatter$Decimal(negative, "0", 0) + return new $c_ju_Formatter$Decimal(negative, "0", 0); } else if ((roundingPos >= digitsLen)) { - return $thiz + return $thiz; } else { var this$3 = $n(digits); if (($charAt(this$3, roundingPos) < 53)) { if ((roundingPos === 0)) { var negative$1 = $thiz.ju_Formatter$Decimal__f_negative; - return new $c_ju_Formatter$Decimal(negative$1, "0", 0) + return new $c_ju_Formatter$Decimal(negative$1, "0", 0); } else { var $x_1 = $thiz.ju_Formatter$Decimal__f_negative; var this$5 = $n(digits); if ((roundingPos > this$5.length)) { - $charAt(this$5, roundingPos) - }; + $charAt(this$5, roundingPos); + } if ((roundingPos < 0)) { - $charAt(this$5, (-1)) - }; - return new $c_ju_Formatter$Decimal($x_1, $as_T(this$5.substring(0, roundingPos)), (($thiz.ju_Formatter$Decimal__f_scale - ((digitsLen - roundingPos) | 0)) | 0)) + $charAt(this$5, (-1)); + } + return new $c_ju_Formatter$Decimal($x_1, $as_T(this$5.substring(0, roundingPos)), (($thiz.ju_Formatter$Decimal__f_scale - ((digitsLen - roundingPos) | 0)) | 0)); } } else { var lastNonNinePos = (((-1) + roundingPos) | 0); @@ -4220,35 +4093,35 @@ function $p_ju_Formatter$Decimal__roundAtPos__I__ju_Formatter$Decimal($thiz, rou if ((lastNonNinePos >= 0)) { var this$6 = $n(digits); var index = lastNonNinePos; - var $x_2 = ($charAt(this$6, index) === 57) + var $x_2 = ($charAt(this$6, index) === 57); } else { - var $x_2 = false - }; + var $x_2 = false; + } if ($x_2) { - lastNonNinePos = (((-1) + lastNonNinePos) | 0) + lastNonNinePos = (((-1) + lastNonNinePos) | 0); } else { - break + break; } - }; + } if ((lastNonNinePos < 0)) { - var newUnscaledValue = "1" + var newUnscaledValue = "1"; } else { var this$7 = $n(digits); var endIndex = lastNonNinePos; if ((endIndex > this$7.length)) { - $charAt(this$7, endIndex) - }; + $charAt(this$7, endIndex); + } if ((endIndex < 0)) { - $charAt(this$7, (-1)) - }; + $charAt(this$7, (-1)); + } var $x_3 = $as_T(this$7.substring(0, endIndex)); var this$8 = $n(digits); var index$1 = lastNonNinePos; - var newUnscaledValue = (("" + $x_3) + $bC((65535 & ((1 + $charAt(this$8, index$1)) | 0)))) - }; + var newUnscaledValue = ($x_3 + $cToS((65535 & ((1 + $charAt(this$8, index$1)) | 0)))); + } var pos = ((1 + lastNonNinePos) | 0); var newScale = (($thiz.ju_Formatter$Decimal__f_scale - ((digitsLen - pos) | 0)) | 0); - return new $c_ju_Formatter$Decimal($thiz.ju_Formatter$Decimal__f_negative, newUnscaledValue, newScale) + return new $c_ju_Formatter$Decimal($thiz.ju_Formatter$Decimal__f_negative, newUnscaledValue, newScale); } } } @@ -4259,25 +4132,24 @@ function $c_ju_Formatter$Decimal(negative, unscaledValue, scale) { this.ju_Formatter$Decimal__f_scale = 0; this.ju_Formatter$Decimal__f_negative = negative; this.ju_Formatter$Decimal__f_unscaledValue = unscaledValue; - this.ju_Formatter$Decimal__f_scale = scale + this.ju_Formatter$Decimal__f_scale = scale; } $c_ju_Formatter$Decimal.prototype = new $h_O(); $c_ju_Formatter$Decimal.prototype.constructor = $c_ju_Formatter$Decimal; /** @constructor */ function $h_ju_Formatter$Decimal() { - /**/ } $h_ju_Formatter$Decimal.prototype = $c_ju_Formatter$Decimal.prototype; $c_ju_Formatter$Decimal.prototype.isZero__Z = (function() { - return (this.ju_Formatter$Decimal__f_unscaledValue === "0") + return (this.ju_Formatter$Decimal__f_unscaledValue === "0"); }); $c_ju_Formatter$Decimal.prototype.round__I__ju_Formatter$Decimal = (function(precision) { $m_ju_Formatter$(); var condition = (precision > 0); if ((!condition)) { - throw new $c_jl_AssertionError("Decimal.round() called with non-positive precision") - }; - return $p_ju_Formatter$Decimal__roundAtPos__I__ju_Formatter$Decimal(this, precision) + throw new $c_jl_AssertionError("Decimal.round() called with non-positive precision"); + } + return $p_ju_Formatter$Decimal__roundAtPos__I__ju_Formatter$Decimal(this, precision); }); $c_ju_Formatter$Decimal.prototype.setScale__I__ju_Formatter$Decimal = (function(newScale) { var this$1 = $n(this.ju_Formatter$Decimal__f_unscaledValue); @@ -4286,57 +4158,51 @@ $c_ju_Formatter$Decimal.prototype.setScale__I__ju_Formatter$Decimal = (function( $m_ju_Formatter$(); var condition = ($n(rounded).isZero__Z() || ($n(rounded).ju_Formatter$Decimal__f_scale <= newScale)); if ((!condition)) { - throw new $c_jl_AssertionError("roundAtPos returned a non-zero value with a scale too large") - }; - return (($n(rounded).isZero__Z() || ($n(rounded).ju_Formatter$Decimal__f_scale === newScale)) ? rounded : new $c_ju_Formatter$Decimal(this.ju_Formatter$Decimal__f_negative, (("" + $n(rounded).ju_Formatter$Decimal__f_unscaledValue) + $m_ju_Formatter$().java$util$Formatter$$strOfZeros__I__T(((newScale - $n(rounded).ju_Formatter$Decimal__f_scale) | 0))), newScale)) + throw new $c_jl_AssertionError("roundAtPos returned a non-zero value with a scale too large"); + } + return (($n(rounded).isZero__Z() || ($n(rounded).ju_Formatter$Decimal__f_scale === newScale)) ? rounded : new $c_ju_Formatter$Decimal(this.ju_Formatter$Decimal__f_negative, (("" + $n(rounded).ju_Formatter$Decimal__f_unscaledValue) + $m_ju_Formatter$().java$util$Formatter$$strOfZeros__I__T(((newScale - $n(rounded).ju_Formatter$Decimal__f_scale) | 0))), newScale)); }); $c_ju_Formatter$Decimal.prototype.toString__T = (function() { - return (((((("Decimal(" + this.ju_Formatter$Decimal__f_negative) + ", ") + this.ju_Formatter$Decimal__f_unscaledValue) + ", ") + this.ju_Formatter$Decimal__f_scale) + ")") -}); -var $d_ju_Formatter$Decimal = new $TypeData().initClass({ - ju_Formatter$Decimal: 0 -}, false, "java.util.Formatter$Decimal", { - ju_Formatter$Decimal: 1, - O: 1 + return (((((("Decimal(" + this.ju_Formatter$Decimal__f_negative) + ", ") + this.ju_Formatter$Decimal__f_unscaledValue) + ", ") + this.ju_Formatter$Decimal__f_scale) + ")"); }); -$c_ju_Formatter$Decimal.prototype.$classData = $d_ju_Formatter$Decimal; +var $d_ju_Formatter$Decimal = new $TypeData().initClass($c_ju_Formatter$Decimal, "java.util.Formatter$Decimal", ({ + ju_Formatter$Decimal: 1 +})); /** @constructor */ function $c_ju_Formatter$LocaleInfo() { - /**/ } $c_ju_Formatter$LocaleInfo.prototype = new $h_O(); $c_ju_Formatter$LocaleInfo.prototype.constructor = $c_ju_Formatter$LocaleInfo; /** @constructor */ function $h_ju_Formatter$LocaleInfo() { - /**/ } $h_ju_Formatter$LocaleInfo.prototype = $c_ju_Formatter$LocaleInfo.prototype; function $is_ju_Map(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.ju_Map))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.ju_Map))); } function $as_ju_Map(obj) { - return (($is_ju_Map(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "java.util.Map")) + return (($is_ju_Map(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "java.util.Map")); } function $isArrayOf_ju_Map(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.ju_Map))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.ju_Map))); } function $asArrayOf_ju_Map(obj, depth) { - return (($isArrayOf_ju_Map(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.util.Map;", depth)) + return (($isArrayOf_ju_Map(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.util.Map;", depth)); } function $is_ju_Map$Entry(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.ju_Map$Entry))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.ju_Map$Entry))); } function $as_ju_Map$Entry(obj) { - return (($is_ju_Map$Entry(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "java.util.Map$Entry")) + return (($is_ju_Map$Entry(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "java.util.Map$Entry")); } function $isArrayOf_ju_Map$Entry(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.ju_Map$Entry))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.ju_Map$Entry))); } function $asArrayOf_ju_Map$Entry(obj, depth) { - return (($isArrayOf_ju_Map$Entry(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.util.Map$Entry;", depth)) + return (($isArrayOf_ju_Map$Entry(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.util.Map$Entry;", depth)); } function $p_ju_regex_PatternCompiler__parseError__T__E($thiz, desc) { - throw new $c_ju_regex_PatternSyntaxException(desc, $thiz.ju_regex_PatternCompiler__f_pattern, $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) + throw new $c_ju_regex_PatternSyntaxException(desc, $thiz.ju_regex_PatternCompiler__f_pattern, $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex); } function $p_ju_regex_PatternCompiler__processLeadingEmbeddedFlags__V($thiz) { var m = $m_ju_regex_PatternCompiler$().ju_regex_PatternCompiler$__f_java$util$regex$PatternCompiler$$leadingEmbeddedFlagSpecifierRegExp.exec($thiz.ju_regex_PatternCompiler__f_pattern); @@ -4353,12 +4219,12 @@ function $p_ju_regex_PatternCompiler__processLeadingEmbeddedFlags__V($thiz) { var $x_1 = $m_ju_regex_PatternCompiler$(); var this$5 = $n(chars); $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags = ($x_2 | $n($x_1).java$util$regex$PatternCompiler$$charToFlag__C__I($charAt(this$5, i$2))); - i = ((1 + i) | 0) + i = ((1 + i) | 0); } - }; + } if (((256 & $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) !== 0)) { - $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags = (64 | $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) - }; + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags = (64 | $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags); + } var x$1 = m[2]; if ((x$1 !== (void 0))) { var chars$3 = $as_T(x$1); @@ -4371,13 +4237,13 @@ function $p_ju_regex_PatternCompiler__processLeadingEmbeddedFlags__V($thiz) { var $x_3 = $m_ju_regex_PatternCompiler$(); var this$10 = $n(chars$3); $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags = ($x_4 & (~$n($x_3).java$util$regex$PatternCompiler$$charToFlag__C__I($charAt(this$10, i$2$1)))); - i$1 = ((1 + i$1) | 0) + i$1 = ((1 + i$1) | 0); } - }; + } var $x_5 = $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex; var x$2 = m[0]; var this$12 = $n($as_T(x$2)); - $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = (($x_5 + this$12.length) | 0) + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = (($x_5 + this$12.length) | 0); } } function $p_ju_regex_PatternCompiler__literal__T__T($thiz, s) { @@ -4388,9 +4254,9 @@ function $p_ju_regex_PatternCompiler__literal__T__T($thiz, s) { while ((i !== len)) { var cp = $f_T__codePointAt__I__I($n(s), i); result = (("" + result) + $p_ju_regex_PatternCompiler__literal__I__T($thiz, cp)); - i = ((i + ((cp >= 65536) ? 2 : 1)) | 0) - }; - return result + i = ((i + ((cp >= 65536) ? 2 : 1)) | 0); + } + return result; } function $p_ju_regex_PatternCompiler__literal__I__T($thiz, cp) { var s = $m_ju_regex_PatternCompiler$().java$util$regex$PatternCompiler$$codePointToString__I__T(cp); @@ -4411,14 +4277,14 @@ function $p_ju_regex_PatternCompiler__literal__I__T($thiz, cp) { case 125: case 124: { return ("\\" + s); - break + break; } default: { - return (((66 & $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) !== 2) ? s : (((cp >= 65) && (cp <= 90)) ? ((("[" + s) + $m_ju_regex_PatternCompiler$().java$util$regex$PatternCompiler$$codePointToString__I__T(((32 + cp) | 0))) + "]") : (((cp >= 97) && (cp <= 122)) ? ((("[" + $m_ju_regex_PatternCompiler$().java$util$regex$PatternCompiler$$codePointToString__I__T((((-32) + cp) | 0))) + s) + "]") : s))) + return (((66 & $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) !== 2) ? s : (((cp >= 65) && (cp <= 90)) ? ((("[" + s) + $m_ju_regex_PatternCompiler$().java$util$regex$PatternCompiler$$codePointToString__I__T(((32 + cp) | 0))) + "]") : (((cp >= 97) && (cp <= 122)) ? ((("[" + $m_ju_regex_PatternCompiler$().java$util$regex$PatternCompiler$$codePointToString__I__T((((-32) + cp) | 0))) + s) + "]") : s))); } } } else { - return ((((-1024) & cp) === 56320) ? (("(?:" + s) + ")") : s) + return ((((-1024) & cp) === 56320) ? (("(?:" + s) + ")") : s); } } function $p_ju_regex_PatternCompiler__skipComments__V($thiz) { @@ -4439,16 +4305,16 @@ function $p_ju_regex_PatternCompiler__skipComments__V($thiz) { case 13: { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); continue; - break + break; } case 35: { $thiz.java$util$regex$PatternCompiler$$skipSharpComment__V(); continue; - break + break; } } - }; - break + } + break; } } function $p_ju_regex_PatternCompiler__compileRepeater__I__T__T($thiz, compiledGroupCountBeforeThisToken, compiledToken) { @@ -4457,11 +4323,11 @@ function $p_ju_regex_PatternCompiler__compileRepeater__I__T__T($thiz, compiledGr var len = this$1.length; var startOfRepeater = $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex; if ((startOfRepeater === len)) { - var repeaterDispatchChar = 46 + var repeaterDispatchChar = 46; } else { var this$2 = $n(pattern); - var repeaterDispatchChar = $charAt(this$2, startOfRepeater) - }; + var repeaterDispatchChar = $charAt(this$2, startOfRepeater); + } if (((((repeaterDispatchChar === 63) || (repeaterDispatchChar === 42)) || (repeaterDispatchChar === 43)) || (repeaterDispatchChar === 123))) { var this$3 = $n(compiledToken); var x1 = $charAt(this$3, 0); @@ -4469,28 +4335,28 @@ function $p_ju_regex_PatternCompiler__compileRepeater__I__T__T($thiz, compiledGr case 94: case 36: { var isTokenAnAssertion = true; - break + break; } case 40: { var this$4 = $n(compiledToken); if (($charAt(this$4, 1) === 63)) { var this$5 = $n(compiledToken); - var isTokenAnAssertion = ($charAt(this$5, 2) !== 58) + var isTokenAnAssertion = ($charAt(this$5, 2) !== 58); } else { - var isTokenAnAssertion = false - }; - break + var isTokenAnAssertion = false; + } + break; } case 92: { var this$6 = $n(compiledToken); var c = $charAt(this$6, 1); var isTokenAnAssertion = ((c === 98) || (c === 66)); - break + break; } default: { - var isTokenAnAssertion = false + var isTokenAnAssertion = false; } - }; + } var wrappedToken = (isTokenAnAssertion ? (("(?:" + compiledToken) + ")") : compiledToken); var baseRepeater = $p_ju_regex_PatternCompiler__parseBaseRepeater__C__T($thiz, repeaterDispatchChar); if (($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex !== len)) { @@ -4501,22 +4367,22 @@ function $p_ju_regex_PatternCompiler__compileRepeater__I__T__T($thiz, compiledGr case 43: { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); return $p_ju_regex_PatternCompiler__buildPossessiveQuantifier__I__T__T__T($thiz, compiledGroupCountBeforeThisToken, wrappedToken, baseRepeater); - break + break; } case 63: { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); return ((("" + wrappedToken) + baseRepeater) + "?"); - break + break; } default: { - return (("" + wrappedToken) + baseRepeater) + return (("" + wrappedToken) + baseRepeater); } } } else { - return (("" + wrappedToken) + baseRepeater) + return (("" + wrappedToken) + baseRepeater); } } else { - return compiledToken + return compiledToken; } } function $p_ju_regex_PatternCompiler__parseBaseRepeater__C__T($thiz, repeaterDispatchChar) { @@ -4527,34 +4393,34 @@ function $p_ju_regex_PatternCompiler__parseBaseRepeater__C__T($thiz, repeaterDis var this$1 = $n(pattern); var len = this$1.length; if (($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex === len)) { - var $x_1 = true + var $x_1 = true; } else { var this$2 = $n(pattern); var index = $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex; var c = $charAt(this$2, index); - var $x_1 = (!((c >= 48) && (c <= 57))) - }; + var $x_1 = (!((c >= 48) && (c <= 57))); + } if ($x_1) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Illegal repetition") - }; + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Illegal repetition"); + } while (true) { if (($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex !== len)) { var this$4 = $n(pattern); var index$1 = $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex; var c$1 = $charAt(this$4, index$1); - var $x_2 = ((c$1 >= 48) && (c$1 <= 57)) + var $x_2 = ((c$1 >= 48) && (c$1 <= 57)); } else { - var $x_2 = false - }; + var $x_2 = false; + } if ($x_2) { - $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0) + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); } else { - break + break; } - }; + } if (($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex === len)) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Illegal repetition") - }; + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Illegal repetition"); + } var this$6 = $n(pattern); var index$2 = $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex; if (($charAt(this$6, index$2) === 44)) { @@ -4564,30 +4430,30 @@ function $p_ju_regex_PatternCompiler__parseBaseRepeater__C__T($thiz, repeaterDis var this$7 = $n(pattern); var index$3 = $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex; var c$2 = $charAt(this$7, index$3); - var $x_3 = ((c$2 >= 48) && (c$2 <= 57)) + var $x_3 = ((c$2 >= 48) && (c$2 <= 57)); } else { - var $x_3 = false - }; + var $x_3 = false; + } if ($x_3) { - $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0) + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); } else { - break + break; } } - }; + } if (($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex === len)) { - var $x_4 = true + var $x_4 = true; } else { var this$9 = $n(pattern); var index$4 = $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex; - var $x_4 = ($charAt(this$9, index$4) !== 125) - }; + var $x_4 = ($charAt(this$9, index$4) !== 125); + } if ($x_4) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Illegal repetition") - }; - $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0) - }; - return $as_T(pattern.substring(startOfRepeater, $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex)) + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Illegal repetition"); + } + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); + } + return $as_T(pattern.substring(startOfRepeater, $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex)); } function $p_ju_regex_PatternCompiler__buildPossessiveQuantifier__I__T__T__T($thiz, compiledGroupCountBeforeThisToken, compiledToken, baseRepeater) { var end = $uI($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$groupNumberMap.length); @@ -4596,27 +4462,27 @@ function $p_ju_regex_PatternCompiler__buildPossessiveQuantifier__I__T__T__T($thi var i$2 = i; var mapped = $uI($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$groupNumberMap[i$2]); if ((mapped > compiledGroupCountBeforeThisToken)) { - $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$groupNumberMap[i$2] = ((1 + mapped) | 0) - }; - i = ((1 + i) | 0) - }; + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$groupNumberMap[i$2] = ((1 + mapped) | 0); + } + i = ((1 + i) | 0); + } var amendedToken = $as_T(compiledToken.replace($m_ju_regex_PatternCompiler$().ju_regex_PatternCompiler$__f_java$util$regex$PatternCompiler$$renumberingRegExp, ((arg1$2, arg2$2, arg3$2) => { var arg1 = $as_T(arg1$2); var arg2 = $as_T(arg2$2); var arg3 = $as_T(arg3$2); - return $thiz.java$util$regex$PatternCompiler$$$anonfun$buildPossessiveQuantifier$2__T__T__T__I__T(arg1, arg2, arg3, compiledGroupCountBeforeThisToken) + return $thiz.java$util$regex$PatternCompiler$$$anonfun$buildPossessiveQuantifier$2__T__T__T__I__T(arg1, arg2, arg3, compiledGroupCountBeforeThisToken); }))); $thiz.ju_regex_PatternCompiler__f_compiledGroupCount = ((1 + $thiz.ju_regex_PatternCompiler__f_compiledGroupCount) | 0); var myGroupNumber = ((1 + compiledGroupCountBeforeThisToken) | 0); - return ((((("(?:(?=(" + amendedToken) + baseRepeater) + "))\\") + myGroupNumber) + ")") + return ((((("(?:(?=(" + amendedToken) + baseRepeater) + "))\\") + myGroupNumber) + ")"); } function $p_ju_regex_PatternCompiler__compileEscape__T($thiz) { var pattern = $thiz.ju_regex_PatternCompiler__f_pattern; var this$1 = $n(pattern); var len = this$1.length; if ((((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0) === len)) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "\\ at end of pattern") - }; + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "\\ at end of pattern"); + } $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); var this$2 = $n(pattern); var index = $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex; @@ -4639,74 +4505,74 @@ function $p_ju_regex_PatternCompiler__compileEscape__T($thiz) { switch (x1$2) { case 0: { return (("\\p{" + $n(cls).ju_regex_PatternCompiler$CompiledCharClass__f_data) + "}"); - break + break; } case 1: { return (("\\P{" + $n(cls).ju_regex_PatternCompiler$CompiledCharClass__f_data) + "}"); - break + break; } case 2: { return (("[" + $n(cls).ju_regex_PatternCompiler$CompiledCharClass__f_data) + "]"); - break + break; } case 3: { return $m_ju_regex_PatternCompiler$().java$util$regex$PatternCompiler$$codePointNotAmong__T__T($n(cls).ju_regex_PatternCompiler$CompiledCharClass__f_data); - break + break; } default: { - throw new $c_jl_AssertionError(x1$2) + throw new $c_jl_AssertionError(x1$2); } - }; - break + } + break; } case 98: { if (($as_T(pattern.substring($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex, ((4 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0))) === "b{g}")) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "\\b{g} is not supported") + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "\\b{g} is not supported"); } else if (((320 & $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) !== 0)) { - $thiz.java$util$regex$PatternCompiler$$parseErrorRequireESVersion__T__T__E("\\b with UNICODE_CASE", "2018") + $thiz.java$util$regex$PatternCompiler$$parseErrorRequireESVersion__T__T__E("\\b with UNICODE_CASE", "2018"); } else { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); - return "\\b" - }; - break + return "\\b"; + } + break; } case 66: { if (((320 & $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) !== 0)) { - $thiz.java$util$regex$PatternCompiler$$parseErrorRequireESVersion__T__T__E("\\B with UNICODE_CASE", "2018") + $thiz.java$util$regex$PatternCompiler$$parseErrorRequireESVersion__T__T__E("\\B with UNICODE_CASE", "2018"); } else { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); - return "\\B" - }; - break + return "\\B"; + } + break; } case 65: { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); return "^"; - break + break; } case 71: { $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "\\G in the middle of a pattern is not supported"); - break + break; } case 90: { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); var lineTerminator = (((1 & $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) !== 0) ? "\n" : "(?:\r\n?|[\n\u0085\u2028\u2029])"); return (("(?=" + lineTerminator) + "?$)"); - break + break; } case 122: { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); return "$"; - break + break; } case 82: { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); return "(?:\r\n|[\n-\r\u0085\u2028\u2029])"; - break + break; } case 88: { $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "\\X is not supported"); - break + break; } case 49: case 50: @@ -4724,55 +4590,55 @@ function $p_ju_regex_PatternCompiler__compileEscape__T($thiz) { var this$7 = $n(pattern); var index$1 = end; var c = $charAt(this$7, index$1); - var $x_2 = ((c >= 48) && (c <= 57)) + var $x_2 = ((c >= 48) && (c <= 57)); } else { - var $x_2 = false - }; + var $x_2 = false; + } if ($x_2) { var s = $as_T(pattern.substring(start, ((1 + end) | 0))); - var $x_1 = ($uI(parseInt(s, 10)) <= (((-1) + $uI($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$groupNumberMap.length)) | 0)) + var $x_1 = ($uI(parseInt(s, 10)) <= (((-1) + $uI($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$groupNumberMap.length)) | 0)); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { - end = ((1 + end) | 0) + end = ((1 + end) | 0); } else { - break + break; } - }; + } var groupString = $as_T(pattern.substring(start, end)); var groupNumber = $uI(parseInt(groupString, 10)); if ((groupNumber > (((-1) + $uI($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$groupNumberMap.length)) | 0))) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, (("numbered capturing group <" + groupNumber) + "> does not exist")) - }; + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, (("numbered capturing group <" + groupNumber) + "> does not exist")); + } var compiledGroupNumber = $uI($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$groupNumberMap[groupNumber]); $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = end; return (("(?:\\" + compiledGroupNumber) + ")"); - break + break; } case 107: { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); if (($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex === len)) { - var $x_3 = true + var $x_3 = true; } else { var this$11 = $n(pattern); var index$2 = $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex; - var $x_3 = ($charAt(this$11, index$2) !== 60) - }; + var $x_3 = ($charAt(this$11, index$2) !== 60); + } if ($x_3) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "\\k is not followed by '<' for named capturing group") - }; + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "\\k is not followed by '<' for named capturing group"); + } $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); var groupName = $p_ju_regex_PatternCompiler__parseGroupName__T($thiz); var dict = $thiz.ju_regex_PatternCompiler__f_namedGroups; if ((!$uZ($m_jl_Utils$Cache$().jl_Utils$Cache$__f_safeHasOwnProperty.call(dict, groupName)))) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, (("named capturing group <" + groupName) + "> does not exit")) - }; + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, (("named capturing group <" + groupName) + "> does not exit")); + } var groupNumber$2 = $uI(dict[groupName]); var compiledGroupNumber$2 = $uI($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$groupNumberMap[groupNumber$2]); $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); return (("(?:\\" + compiledGroupNumber$2) + ")"); - break + break; } case 81: { var start$2 = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); @@ -4781,15 +4647,15 @@ function $p_ju_regex_PatternCompiler__compileEscape__T($thiz) { if ((end$2 < 0)) { var this$14 = $n(pattern); $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = this$14.length; - return $p_ju_regex_PatternCompiler__literal__T__T($thiz, $as_T(pattern.substring(start$2))) + return $p_ju_regex_PatternCompiler__literal__T__T($thiz, $as_T(pattern.substring(start$2))); } else { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((2 + end$2) | 0); - return $p_ju_regex_PatternCompiler__literal__T__T($thiz, $as_T(pattern.substring(start$2, end$2))) - }; - break + return $p_ju_regex_PatternCompiler__literal__T__T($thiz, $as_T(pattern.substring(start$2, end$2))); + } + break; } default: { - return $p_ju_regex_PatternCompiler__literal__I__T($thiz, $p_ju_regex_PatternCompiler__parseSingleCodePointEscape__I($thiz)) + return $p_ju_regex_PatternCompiler__literal__I__T($thiz, $p_ju_regex_PatternCompiler__parseSingleCodePointEscape__I($thiz)); } } } @@ -4799,68 +4665,68 @@ function $p_ju_regex_PatternCompiler__parseSingleCodePointEscape__I($thiz) { switch (x1) { case 48: { return $p_ju_regex_PatternCompiler__parseOctalEscape__I($thiz); - break + break; } case 120: { return $p_ju_regex_PatternCompiler__parseHexEscape__I($thiz); - break + break; } case 117: { return $p_ju_regex_PatternCompiler__parseUnicodeHexEscape__I($thiz); - break + break; } case 78: { $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "\\N is not supported"); - break + break; } case 97: { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); return 7; - break + break; } case 116: { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); return 9; - break + break; } case 110: { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); return 10; - break + break; } case 102: { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); return 12; - break + break; } case 114: { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); return 13; - break + break; } case 101: { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); return 27; - break + break; } case 99: { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); var $x_1 = $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex; var this$1 = $n(pattern); if (($x_1 === this$1.length)) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Illegal control escape sequence") - }; + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Illegal control escape sequence"); + } var cp = $f_T__codePointAt__I__I($n(pattern), $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex); $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = (($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex + ((cp >= 65536) ? 2 : 1)) | 0); return (64 ^ cp); - break + break; } default: { if ((((x1 >= 65) && (x1 <= 90)) || ((x1 >= 97) && (x1 <= 122)))) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Illegal/unsupported escape sequence") - }; + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Illegal/unsupported escape sequence"); + } $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = (($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex + ((x1 >= 65536) ? 2 : 1)) | 0); - return x1 + return x1; } } } @@ -4872,40 +4738,40 @@ function $p_ju_regex_PatternCompiler__parseOctalEscape__I($thiz) { if ((((1 + start) | 0) < len)) { var this$2 = $n(pattern); var index = ((1 + start) | 0); - var d1 = (((-48) + $charAt(this$2, index)) | 0) + var d1 = (((-48) + $charAt(this$2, index)) | 0); } else { - var d1 = (-1) - }; + var d1 = (-1); + } if (((d1 < 0) || (d1 > 7))) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Illegal octal escape sequence") - }; + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Illegal octal escape sequence"); + } if ((((2 + start) | 0) < len)) { var this$3 = $n(pattern); var index$1 = ((2 + start) | 0); - var d2 = (((-48) + $charAt(this$3, index$1)) | 0) + var d2 = (((-48) + $charAt(this$3, index$1)) | 0); } else { - var d2 = (-1) - }; + var d2 = (-1); + } if (((d2 < 0) || (d2 > 7))) { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((2 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); - return d1 + return d1; } else if ((d1 > 3)) { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((3 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); - return (((d1 << 3) + d2) | 0) + return (((d1 << 3) + d2) | 0); } else { if ((((3 + start) | 0) < len)) { var this$4 = $n(pattern); var index$2 = ((3 + start) | 0); - var d3 = (((-48) + $charAt(this$4, index$2)) | 0) + var d3 = (((-48) + $charAt(this$4, index$2)) | 0); } else { - var d3 = (-1) - }; + var d3 = (-1); + } if (((d3 < 0) || (d3 > 7))) { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((3 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); - return (((d1 << 3) + d2) | 0) + return (((d1 << 3) + d2) | 0); } else { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((4 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); - return (((((d1 << 6) + (d2 << 3)) | 0) + d3) | 0) + return (((((d1 << 6) + (d2 << 3)) | 0) + d3) | 0); } } } @@ -4916,24 +4782,24 @@ function $p_ju_regex_PatternCompiler__parseHexEscape__I($thiz) { var start = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); if ((start !== len)) { var this$2 = $n(pattern); - var $x_1 = ($charAt(this$2, start) === 123) + var $x_1 = ($charAt(this$2, start) === 123); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { var innerStart = ((1 + start) | 0); var this$3 = $n(pattern); var innerEnd = $uI(this$3.indexOf("}", innerStart)); if ((innerEnd < 0)) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Unclosed hexadecimal escape sequence") - }; + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Unclosed hexadecimal escape sequence"); + } var cp = $p_ju_regex_PatternCompiler__parseHexCodePoint__I__I__T__I($thiz, innerStart, innerEnd, "hexadecimal"); $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + innerEnd) | 0); - return cp + return cp; } else { var cp$2 = $p_ju_regex_PatternCompiler__parseHexCodePoint__I__I__T__I($thiz, start, ((2 + start) | 0), "hexadecimal"); $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((2 + start) | 0); - return cp$2 + return cp$2; } } function $p_ju_regex_PatternCompiler__parseUnicodeHexEscape__I($thiz) { @@ -4948,12 +4814,12 @@ function $p_ju_regex_PatternCompiler__parseUnicodeHexEscape__I($thiz) { var low = $p_ju_regex_PatternCompiler__parseHexCodePoint__I__I__T__I($thiz, lowStart, lowEnd, "Unicode"); if ((((-1024) & low) === 56320)) { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = lowEnd; - return ((((64 + (1023 & codeUnit)) | 0) << 10) | (1023 & low)) + return ((((64 + (1023 & codeUnit)) | 0) << 10) | (1023 & low)); } else { - return codeUnit + return codeUnit; } } else { - return codeUnit + return codeUnit; } } function $p_ju_regex_PatternCompiler__parseHexCodePoint__I__I__T__I($thiz, start, end, nameForError) { @@ -4961,28 +4827,28 @@ function $p_ju_regex_PatternCompiler__parseHexCodePoint__I__I__T__I($thiz, start var this$1 = $n(pattern); var len = this$1.length; if (((start === end) || (end > len))) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, (("Illegal " + nameForError) + " escape sequence")) - }; + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, (("Illegal " + nameForError) + " escape sequence")); + } var i = start; while ((i < end)) { var i$2 = i; var this$4 = $n(pattern); var c = $charAt(this$4, i$2); if ((!((((c >= 48) && (c <= 57)) || ((c >= 65) && (c <= 70))) || ((c >= 97) && (c <= 102))))) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, (("Illegal " + nameForError) + " escape sequence")) - }; - i = ((1 + i) | 0) - }; + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, (("Illegal " + nameForError) + " escape sequence")); + } + i = ((1 + i) | 0); + } if ((((end - start) | 0) > 6)) { - var cp = 1114112 + var cp = 1114112; } else { var s = $as_T(pattern.substring(start, end)); - var cp = $uI(parseInt(s, 16)) - }; + var cp = $uI(parseInt(s, 16)); + } if ((cp > 1114111)) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Hexadecimal codepoint is too big") - }; - return cp + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Hexadecimal codepoint is too big"); + } + return cp; } function $p_ju_regex_PatternCompiler__parsePredefinedCharacterClass__C__ju_regex_PatternCompiler$CompiledCharClass($thiz, dispatchChar) { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); @@ -4990,39 +4856,39 @@ function $p_ju_regex_PatternCompiler__parsePredefinedCharacterClass__C__ju_regex case 100: case 68: { var positive = $m_ju_regex_PatternCompiler$().ju_regex_PatternCompiler$__f_java$util$regex$PatternCompiler$$ASCIIDigit; - break + break; } case 104: case 72: { var positive = $m_ju_regex_PatternCompiler$().ju_regex_PatternCompiler$__f_java$util$regex$PatternCompiler$$UniversalHorizontalWhiteSpace; - break + break; } case 115: case 83: { var positive = $m_ju_regex_PatternCompiler$().ju_regex_PatternCompiler$__f_java$util$regex$PatternCompiler$$ASCIIWhiteSpace; - break + break; } case 118: case 86: { var positive = $m_ju_regex_PatternCompiler$().ju_regex_PatternCompiler$__f_java$util$regex$PatternCompiler$$UniversalVerticalWhiteSpace; - break + break; } case 119: case 87: { var positive = $m_ju_regex_PatternCompiler$().ju_regex_PatternCompiler$__f_java$util$regex$PatternCompiler$$ASCIIWordChar; - break + break; } case 112: case 80: { var positive = $p_ju_regex_PatternCompiler__parsePCharacterClass__ju_regex_PatternCompiler$CompiledCharClass($thiz); - break + break; } default: { var positive; - throw new $c_jl_AssertionError($bC(dispatchChar)) + throw new $c_jl_AssertionError($bC(dispatchChar)); } - }; - return ((dispatchChar >= 97) ? positive : $n(positive).negated__ju_regex_PatternCompiler$CompiledCharClass()) + } + return ((dispatchChar >= 97) ? positive : $n(positive).negated__ju_regex_PatternCompiler$CompiledCharClass()); } function $p_ju_regex_PatternCompiler__parsePCharacterClass__ju_regex_PatternCompiler$CompiledCharClass($thiz) { var pattern = $thiz.ju_regex_PatternCompiler__f_pattern; @@ -5030,7 +4896,7 @@ function $p_ju_regex_PatternCompiler__parsePCharacterClass__ju_regex_PatternComp var len = this$1.length; var start = $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex; if ((start === len)) { - var property = "?" + var property = "?"; } else { var this$2 = $n(pattern); if (($charAt(this$2, start) === 123)) { @@ -5038,23 +4904,23 @@ function $p_ju_regex_PatternCompiler__parsePCharacterClass__ju_regex_PatternComp var this$3 = $n(pattern); var innerEnd = $uI(this$3.indexOf("}", innerStart)); if ((innerEnd < 0)) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Unclosed character family") - }; + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Unclosed character family"); + } $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = innerEnd; - var property = $as_T(pattern.substring(innerStart, innerEnd)) + var property = $as_T(pattern.substring(innerStart, innerEnd)); } else { - var property = $as_T(pattern.substring(start, ((1 + start) | 0))) + var property = $as_T(pattern.substring(start, ((1 + start) | 0))); } - }; + } var dict = $m_ju_regex_PatternCompiler$().ju_regex_PatternCompiler$__f_java$util$regex$PatternCompiler$$asciiPOSIXCharacterClasses; if ((!$uZ($m_jl_Utils$Cache$().jl_Utils$Cache$__f_safeHasOwnProperty.call(dict, property)))) { - $thiz.java$util$regex$PatternCompiler$$parseErrorRequireESVersion__T__T__E("Unicode character family", "2018") - }; + $thiz.java$util$regex$PatternCompiler$$parseErrorRequireESVersion__T__T__E("Unicode character family", "2018"); + } var property2 = ((((66 & $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) === 2) && ((property === "Lower") || (property === "Upper"))) ? "Alpha" : property); var dict$1 = $m_ju_regex_PatternCompiler$().ju_regex_PatternCompiler$__f_java$util$regex$PatternCompiler$$asciiPOSIXCharacterClasses; var result = $as_ju_regex_PatternCompiler$CompiledCharClass(dict$1[property2]); $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); - return result + return result; } function $p_ju_regex_PatternCompiler__compileCharacterClass__T($thiz) { var pattern = $thiz.ju_regex_PatternCompiler__f_pattern; @@ -5064,13 +4930,13 @@ function $p_ju_regex_PatternCompiler__compileCharacterClass__T($thiz) { if (($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex !== len)) { var this$2 = $n(pattern); var index = $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex; - var isNegated = ($charAt(this$2, index) === 94) + var isNegated = ($charAt(this$2, index) === 94); } else { - var isNegated = false - }; + var isNegated = false; + } if (isNegated) { - $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0) - }; + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); + } var builder = new $c_ju_regex_PatternCompiler$CharacterClassBuilder(((66 & $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) === 2), isNegated); while (($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex !== len)) { var x1 = $f_T__codePointAt__I__I($n(pattern), $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex); @@ -5079,37 +4945,37 @@ function $p_ju_regex_PatternCompiler__compileCharacterClass__T($thiz) { case 93: { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); return builder.finish__T(); - break + break; } case 38: { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); if (($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex !== len)) { var this$3 = $n(pattern); var index$1 = $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex; - var $x_1 = ($charAt(this$3, index$1) === 38) + var $x_1 = ($charAt(this$3, index$1) === 38); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); - builder.startNewConjunct__V() + builder.startNewConjunct__V(); } else { - $p_ju_regex_PatternCompiler__processRangeOrSingleCodePoint$1__I__I__T__ju_regex_PatternCompiler$CharacterClassBuilder__V($thiz, 38, len, pattern, builder) - }; + $p_ju_regex_PatternCompiler__processRangeOrSingleCodePoint$1__I__I__T__ju_regex_PatternCompiler$CharacterClassBuilder__V($thiz, 38, len, pattern, builder); + } break matchResult; - break + break; } case 91: { var cls = $p_ju_regex_PatternCompiler__compileCharacterClass__T($thiz); $p_ju_regex_PatternCompiler$CharacterClassBuilder__addAlternative__T__V(builder, cls); break matchResult; - break + break; } case 92: { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); if (($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex === len)) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Illegal escape sequence") - }; + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Illegal escape sequence"); + } var this$4 = $n(pattern); var index$2 = $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex; var c2 = $charAt(this$4, index$2); @@ -5127,7 +4993,7 @@ function $p_ju_regex_PatternCompiler__compileCharacterClass__T($thiz) { case 112: case 80: { builder.addCharacterClass__ju_regex_PatternCompiler$CompiledCharClass__V($p_ju_regex_PatternCompiler__parsePredefinedCharacterClass__C__ju_regex_PatternCompiler$CompiledCharClass($thiz, c2)); - break + break; } case 81: { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); @@ -5135,18 +5001,18 @@ function $p_ju_regex_PatternCompiler__compileCharacterClass__T($thiz) { var fromIndex = $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex; var end = $uI(this$5.indexOf("\\E", fromIndex)); if ((end < 0)) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Unclosed character class") - }; + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Unclosed character class"); + } builder.addCodePointsInString__T__I__I__V(pattern, $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex, end); $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((2 + end) | 0); - break + break; } default: { - $p_ju_regex_PatternCompiler__processRangeOrSingleCodePoint$1__I__I__T__ju_regex_PatternCompiler$CharacterClassBuilder__V($thiz, $p_ju_regex_PatternCompiler__parseSingleCodePointEscape__I($thiz), len, pattern, builder) + $p_ju_regex_PatternCompiler__processRangeOrSingleCodePoint$1__I__I__T__ju_regex_PatternCompiler$CharacterClassBuilder__V($thiz, $p_ju_regex_PatternCompiler__parseSingleCodePointEscape__I($thiz), len, pattern, builder); } - }; + } break matchResult; - break + break; } case 32: case 9: @@ -5155,28 +5021,28 @@ function $p_ju_regex_PatternCompiler__compileCharacterClass__T($thiz) { case 12: case 13: { if (((4 & $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) !== 0)) { - $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0) + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); } else { - break - }; + break; + } break matchResult; - break + break; } case 35: { if (((4 & $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) !== 0)) { - $thiz.java$util$regex$PatternCompiler$$skipSharpComment__V() + $thiz.java$util$regex$PatternCompiler$$skipSharpComment__V(); } else { - break - }; + break; + } break matchResult; - break + break; } - }; + } $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = (($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex + ((x1 >= 65536) ? 2 : 1)) | 0); - $p_ju_regex_PatternCompiler__processRangeOrSingleCodePoint$1__I__I__T__ju_regex_PatternCompiler$CharacterClassBuilder__V($thiz, x1, len, pattern, builder) + $p_ju_regex_PatternCompiler__processRangeOrSingleCodePoint$1__I__I__T__ju_regex_PatternCompiler$CharacterClassBuilder__V($thiz, x1, len, pattern, builder); } - }; - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Unclosed character class") + } + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Unclosed character class"); } function $p_ju_regex_PatternCompiler__compileGroup__T($thiz) { var pattern = $thiz.ju_regex_PatternCompiler__f_pattern; @@ -5184,31 +5050,31 @@ function $p_ju_regex_PatternCompiler__compileGroup__T($thiz) { var len = this$1.length; var start = $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex; if ((((1 + start) | 0) === len)) { - var $x_1 = true + var $x_1 = true; } else { var this$2 = $n(pattern); var index = ((1 + start) | 0); - var $x_1 = ($charAt(this$2, index) !== 63) - }; + var $x_1 = ($charAt(this$2, index) !== 63); + } if ($x_1) { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + start) | 0); $thiz.ju_regex_PatternCompiler__f_compiledGroupCount = ((1 + $thiz.ju_regex_PatternCompiler__f_compiledGroupCount) | 0); $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$groupNumberMap.push($thiz.ju_regex_PatternCompiler__f_compiledGroupCount); - return (("(" + $thiz.java$util$regex$PatternCompiler$$compileTopLevelOrInsideGroup__Z__T(true)) + ")") + return (("(" + $thiz.java$util$regex$PatternCompiler$$compileTopLevelOrInsideGroup__Z__T(true)) + ")"); } else { if ((((2 + start) | 0) === len)) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Unclosed group") - }; + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Unclosed group"); + } var this$3 = $n(pattern); var index$1 = ((2 + start) | 0); var c1 = $charAt(this$3, index$1); if ((((c1 === 58) || (c1 === 61)) || (c1 === 33))) { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((3 + start) | 0); - return ((("" + $as_T(pattern.substring(start, ((3 + start) | 0)))) + $thiz.java$util$regex$PatternCompiler$$compileTopLevelOrInsideGroup__Z__T(true)) + ")") + return ((("" + $as_T(pattern.substring(start, ((3 + start) | 0)))) + $thiz.java$util$regex$PatternCompiler$$compileTopLevelOrInsideGroup__Z__T(true)) + ")"); } else if ((c1 === 60)) { if ((((3 + start) | 0) === len)) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Unclosed group") - }; + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Unclosed group"); + } var this$4 = $n(pattern); var index$2 = ((3 + start) | 0); var c2 = $charAt(this$4, index$2); @@ -5217,28 +5083,28 @@ function $p_ju_regex_PatternCompiler__compileGroup__T($thiz) { var name = $p_ju_regex_PatternCompiler__parseGroupName__T($thiz); var dict = $thiz.ju_regex_PatternCompiler__f_namedGroups; if ($uZ($m_jl_Utils$Cache$().jl_Utils$Cache$__f_safeHasOwnProperty.call(dict, name))) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, (("named capturing group <" + name) + "> is already defined")) - }; + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, (("named capturing group <" + name) + "> is already defined")); + } $thiz.ju_regex_PatternCompiler__f_compiledGroupCount = ((1 + $thiz.ju_regex_PatternCompiler__f_compiledGroupCount) | 0); $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$groupNumberMap.push($thiz.ju_regex_PatternCompiler__f_compiledGroupCount); var dict$1 = $thiz.ju_regex_PatternCompiler__f_namedGroups; var value = (((-1) + $uI($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$groupNumberMap.length)) | 0); dict$1[name] = value; $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); - return (("(" + $thiz.java$util$regex$PatternCompiler$$compileTopLevelOrInsideGroup__Z__T(true)) + ")") + return (("(" + $thiz.java$util$regex$PatternCompiler$$compileTopLevelOrInsideGroup__Z__T(true)) + ")"); } else { if (((c2 !== 61) && (c2 !== 33))) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Unknown look-behind group") - }; - $thiz.java$util$regex$PatternCompiler$$parseErrorRequireESVersion__T__T__E("Look-behind group", "2018") + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Unknown look-behind group"); + } + $thiz.java$util$regex$PatternCompiler$$parseErrorRequireESVersion__T__T__E("Look-behind group", "2018"); } } else if ((c1 === 62)) { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((3 + start) | 0); $thiz.ju_regex_PatternCompiler__f_compiledGroupCount = ((1 + $thiz.ju_regex_PatternCompiler__f_compiledGroupCount) | 0); var groupNumber = $thiz.ju_regex_PatternCompiler__f_compiledGroupCount; - return (((("(?:(?=(" + $thiz.java$util$regex$PatternCompiler$$compileTopLevelOrInsideGroup__Z__T(true)) + "))\\") + groupNumber) + ")") + return (((("(?:(?=(" + $thiz.java$util$regex$PatternCompiler$$compileTopLevelOrInsideGroup__Z__T(true)) + "))\\") + groupNumber) + ")"); } else { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Embedded flag expression in the middle of a pattern is not supported") + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Embedded flag expression in the middle of a pattern is not supported"); } } } @@ -5252,61 +5118,61 @@ function $p_ju_regex_PatternCompiler__parseGroupName__T($thiz) { var this$2 = $n(pattern); var index = $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex; var c = $charAt(this$2, index); - var $x_1 = ((((c >= 65) && (c <= 90)) || ((c >= 97) && (c <= 122))) || ((c >= 48) && (c <= 57))) + var $x_1 = ((((c >= 65) && (c <= 90)) || ((c >= 97) && (c <= 122))) || ((c >= 48) && (c <= 57))); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { - $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0) + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); } else { - break + break; } - }; + } if (($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex === len)) { - var $x_2 = true + var $x_2 = true; } else { var this$4 = $n(pattern); var index$1 = $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex; - var $x_2 = ($charAt(this$4, index$1) !== 62) - }; + var $x_2 = ($charAt(this$4, index$1) !== 62); + } if ($x_2) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "named capturing group is missing trailing '>'") - }; - return $as_T(pattern.substring(start, $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex)) + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "named capturing group is missing trailing '>'"); + } + return $as_T(pattern.substring(start, $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex)); } function $p_ju_regex_PatternCompiler__processRangeOrSingleCodePoint$1__I__I__T__ju_regex_PatternCompiler$CharacterClassBuilder__V($thiz, startCodePoint, len$2, pattern$3, builder$1) { if (((4 & $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) !== 0)) { - $p_ju_regex_PatternCompiler__skipComments__V($thiz) - }; + $p_ju_regex_PatternCompiler__skipComments__V($thiz); + } if (($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex !== len$2)) { var this$1 = $n(pattern$3); var index = $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex; - var $x_1 = ($charAt(this$1, index) === 45) + var $x_1 = ($charAt(this$1, index) === 45); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); if (((4 & $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) !== 0)) { - $p_ju_regex_PatternCompiler__skipComments__V($thiz) - }; + $p_ju_regex_PatternCompiler__skipComments__V($thiz); + } if (($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex === len$2)) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Unclosed character class") - }; + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Unclosed character class"); + } var cpEnd = $f_T__codePointAt__I__I($n(pattern$3), $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex); if (((cpEnd === 91) || (cpEnd === 93))) { $n(builder$1).addSingleCodePoint__I__V(startCodePoint); - $n(builder$1).addSingleCodePoint__I__V(45) + $n(builder$1).addSingleCodePoint__I__V(45); } else { $thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = (($thiz.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex + ((cpEnd >= 65536) ? 2 : 1)) | 0); var endCodePoint = ((cpEnd === 92) ? $p_ju_regex_PatternCompiler__parseSingleCodePointEscape__I($thiz) : cpEnd); if ((endCodePoint < startCodePoint)) { - $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Illegal character range") - }; - $n(builder$1).addCodePointRange__I__I__V(startCodePoint, endCodePoint) + $p_ju_regex_PatternCompiler__parseError__T__E($thiz, "Illegal character range"); + } + $n(builder$1).addCodePointRange__I__I__V(startCodePoint, endCodePoint); } } else { - $n(builder$1).addSingleCodePoint__I__V(startCodePoint) + $n(builder$1).addSingleCodePoint__I__V(startCodePoint); } } /** @constructor */ @@ -5324,47 +5190,46 @@ function $c_ju_regex_PatternCompiler(pattern, flags) { this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = 0; this.ju_regex_PatternCompiler__f_compiledGroupCount = 0; this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$groupNumberMap = [0]; - this.ju_regex_PatternCompiler__f_namedGroups = {} + this.ju_regex_PatternCompiler__f_namedGroups = ({}); } $c_ju_regex_PatternCompiler.prototype = new $h_O(); $c_ju_regex_PatternCompiler.prototype.constructor = $c_ju_regex_PatternCompiler; /** @constructor */ function $h_ju_regex_PatternCompiler() { - /**/ } $h_ju_regex_PatternCompiler.prototype = $c_ju_regex_PatternCompiler.prototype; $c_ju_regex_PatternCompiler.prototype.compile__ju_regex_Pattern = (function() { if (((256 & this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) !== 0)) { - this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags = (64 | this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) - }; + this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags = (64 | this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags); + } var isLiteral = ((16 & this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) !== 0); if ((!isLiteral)) { - $p_ju_regex_PatternCompiler__processLeadingEmbeddedFlags__V(this) - }; + $p_ju_regex_PatternCompiler__processLeadingEmbeddedFlags__V(this); + } if (((128 & this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) !== 0)) { - $p_ju_regex_PatternCompiler__parseError__T__E(this, "CANON_EQ is not supported") - }; + $p_ju_regex_PatternCompiler__parseError__T__E(this, "CANON_EQ is not supported"); + } if (((8 & this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) !== 0)) { - this.java$util$regex$PatternCompiler$$parseErrorRequireESVersion__T__T__E("MULTILINE", "2018") - }; + this.java$util$regex$PatternCompiler$$parseErrorRequireESVersion__T__T__E("MULTILINE", "2018"); + } if (((256 & this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) !== 0)) { - this.java$util$regex$PatternCompiler$$parseErrorRequireESVersion__T__T__E("UNICODE_CHARACTER_CLASS", "2018") - }; + this.java$util$regex$PatternCompiler$$parseErrorRequireESVersion__T__T__E("UNICODE_CHARACTER_CLASS", "2018"); + } if (isLiteral) { - var jsPattern = $p_ju_regex_PatternCompiler__literal__T__T(this, this.ju_regex_PatternCompiler__f_pattern) + var jsPattern = $p_ju_regex_PatternCompiler__literal__T__T(this, this.ju_regex_PatternCompiler__f_pattern); } else { if (($as_T(this.ju_regex_PatternCompiler__f_pattern.substring(this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex, ((2 + this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0))) === "\\G")) { this.ju_regex_PatternCompiler__f_sticky = true; - this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((2 + this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0) - }; - var jsPattern = this.java$util$regex$PatternCompiler$$compileTopLevelOrInsideGroup__Z__T(false) - }; + this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((2 + this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); + } + var jsPattern = this.java$util$regex$PatternCompiler$$compileTopLevelOrInsideGroup__Z__T(false); + } var baseJSFlags = ($m_ju_regex_PatternCompiler$().ju_regex_PatternCompiler$__f_java$util$regex$PatternCompiler$$_supportsDotAll ? "us" : "u"); var jsFlags = (((66 & this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) === 66) ? (baseJSFlags + "i") : baseJSFlags); - return new $c_ju_regex_Pattern(this.ju_regex_PatternCompiler__f_pattern, this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags, jsPattern, jsFlags, this.ju_regex_PatternCompiler__f_sticky, (((-1) + $uI(this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$groupNumberMap.length)) | 0), this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$groupNumberMap, this.ju_regex_PatternCompiler__f_namedGroups) + return new $c_ju_regex_Pattern(this.ju_regex_PatternCompiler__f_pattern, this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags, jsPattern, jsFlags, this.ju_regex_PatternCompiler__f_sticky, (((-1) + $uI(this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$groupNumberMap.length)) | 0), this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$groupNumberMap, this.ju_regex_PatternCompiler__f_namedGroups); }); $c_ju_regex_PatternCompiler.prototype.java$util$regex$PatternCompiler$$parseErrorRequireESVersion__T__T__E = (function(purpose, es) { - $p_ju_regex_PatternCompiler__parseError__T__E(this, (((((((purpose + " is not supported because it requires RegExp features of ECMAScript ") + es) + ".\n") + ((("If you only target environments with ES" + es) + "+, you can enable ES") + es)) + " features with\n") + (" scalaJSLinkerConfig ~= { _.withESFeatures(_.withESVersion(ESVersion.ES" + es)) + ")) }\nor an equivalent configuration depending on your build tool.")) + $p_ju_regex_PatternCompiler__parseError__T__E(this, (((((((purpose + " is not supported because it requires RegExp features of ECMAScript ") + es) + ".\n") + ((("If you only target environments with ES" + es) + "+, you can enable ES") + es)) + " features with\n") + (" scalaJSLinkerConfig ~= { _.withESFeatures(_.withESVersion(ESVersion.ES" + es)) + ")) }\nor an equivalent configuration depending on your build tool.")); }); $c_ju_regex_PatternCompiler.prototype.java$util$regex$PatternCompiler$$compileTopLevelOrInsideGroup__Z__T = (function(insideGroup) { var pattern = this.ju_regex_PatternCompiler__f_pattern; @@ -5377,20 +5242,20 @@ $c_ju_regex_PatternCompiler.prototype.java$util$regex$PatternCompiler$$compileTo switch (dispatchCP) { case 41: { if ((!insideGroup)) { - $p_ju_regex_PatternCompiler__parseError__T__E(this, "Unmatched closing ')'") - }; + $p_ju_regex_PatternCompiler__parseError__T__E(this, "Unmatched closing ')'"); + } this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); return result; - break + break; } case 124: { if ((this.ju_regex_PatternCompiler__f_sticky && (!insideGroup))) { - $p_ju_regex_PatternCompiler__parseError__T__E(this, "\\G is not supported when there is an alternative at the top level") - }; + $p_ju_regex_PatternCompiler__parseError__T__E(this, "\\G is not supported when there is an alternative at the top level"); + } this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); result = (result + "|"); break matchResult; - break + break; } case 32: case 9: @@ -5399,72 +5264,72 @@ $c_ju_regex_PatternCompiler.prototype.java$util$regex$PatternCompiler$$compileTo case 12: case 13: { if (((4 & this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) !== 0)) { - this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0) + this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); } else { - break - }; + break; + } break matchResult; - break + break; } case 35: { if (((4 & this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) !== 0)) { - this.java$util$regex$PatternCompiler$$skipSharpComment__V() + this.java$util$regex$PatternCompiler$$skipSharpComment__V(); } else { - break - }; + break; + } break matchResult; - break + break; } case 63: case 42: case 43: case 123: { $p_ju_regex_PatternCompiler__parseError__T__E(this, (("Dangling meta character '" + $m_ju_regex_PatternCompiler$().java$util$regex$PatternCompiler$$codePointToString__I__T(dispatchCP)) + "'")); - break + break; } - }; + } var compiledGroupCountBeforeThisToken = this.ju_regex_PatternCompiler__f_compiledGroupCount; switch (dispatchCP) { case 92: { var compiledToken = $p_ju_regex_PatternCompiler__compileEscape__T(this); - break + break; } case 91: { var compiledToken = $p_ju_regex_PatternCompiler__compileCharacterClass__T(this); - break + break; } case 40: { var compiledToken = $p_ju_regex_PatternCompiler__compileGroup__T(this); - break + break; } case 94: { this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); var compiledToken = "^"; - break + break; } case 36: { this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); var compiledToken = "$"; - break + break; } case 46: { this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); var rejected = (((32 & this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) !== 0) ? "" : (((1 & this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$flags) !== 0) ? "\n" : "\n\r\u0085\u2028\u2029")); var compiledToken = $m_ju_regex_PatternCompiler$().java$util$regex$PatternCompiler$$codePointNotAmong__T__T(rejected); - break + break; } default: { this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex + ((dispatchCP >= 65536) ? 2 : 1)) | 0); - var compiledToken = $p_ju_regex_PatternCompiler__literal__I__T(this, dispatchCP) + var compiledToken = $p_ju_regex_PatternCompiler__literal__I__T(this, dispatchCP); } - }; - result = (("" + result) + $p_ju_regex_PatternCompiler__compileRepeater__I__T__T(this, compiledGroupCountBeforeThisToken, compiledToken)) + } + result = (("" + result) + $p_ju_regex_PatternCompiler__compileRepeater__I__T__T(this, compiledGroupCountBeforeThisToken, compiledToken)); } - }; + } if (insideGroup) { - $p_ju_regex_PatternCompiler__parseError__T__E(this, "Unclosed group") - }; - return result + $p_ju_regex_PatternCompiler__parseError__T__E(this, "Unclosed group"); + } + return result; }); $c_ju_regex_PatternCompiler.prototype.java$util$regex$PatternCompiler$$skipSharpComment__V = (function() { var pattern = this.ju_regex_PatternCompiler__f_pattern; @@ -5475,39 +5340,35 @@ $c_ju_regex_PatternCompiler.prototype.java$util$regex$PatternCompiler$$skipSharp var this$2 = $n(pattern); var index = this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex; var c = $charAt(this$2, index); - var $x_1 = (!(((((c === 10) || (c === 13)) || (c === 133)) || (c === 8232)) || (c === 8233))) + var $x_1 = (!(((((c === 10) || (c === 13)) || (c === 133)) || (c === 8232)) || (c === 8233))); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { - this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0) + this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex = ((1 + this.ju_regex_PatternCompiler__f_java$util$regex$PatternCompiler$$pIndex) | 0); } else { - break + break; } } }); $c_ju_regex_PatternCompiler.prototype.java$util$regex$PatternCompiler$$$anonfun$buildPossessiveQuantifier$2__T__T__T__I__T = (function(str, backslashes, groupString, compiledGroupCountBeforeThisToken$1) { var this$1 = $n(backslashes); if ((((this$1.length % 2) | 0) === 0)) { - return str + return str; } else { var groupNumber = $uI(parseInt(groupString, 10)); - return ((groupNumber > compiledGroupCountBeforeThisToken$1) ? (("" + backslashes) + ((1 + groupNumber) | 0)) : str) + return ((groupNumber > compiledGroupCountBeforeThisToken$1) ? (("" + backslashes) + ((1 + groupNumber) | 0)) : str); } }); -var $d_ju_regex_PatternCompiler = new $TypeData().initClass({ - ju_regex_PatternCompiler: 0 -}, false, "java.util.regex.PatternCompiler", { - ju_regex_PatternCompiler: 1, - O: 1 -}); -$c_ju_regex_PatternCompiler.prototype.$classData = $d_ju_regex_PatternCompiler; +var $d_ju_regex_PatternCompiler = new $TypeData().initClass($c_ju_regex_PatternCompiler, "java.util.regex.PatternCompiler", ({ + ju_regex_PatternCompiler: 1 +})); function $p_ju_regex_PatternCompiler$__featureTest__T__Z($thiz, flags) { try { new RegExp("", flags); - return true + return true; } catch (e) { - return false + return false; } } /** @constructor */ @@ -5542,7 +5403,7 @@ function $c_ju_regex_PatternCompiler$() { this.ju_regex_PatternCompiler$__f_java$util$regex$PatternCompiler$$UniversalVerticalWhiteSpace = new $c_ju_regex_PatternCompiler$CompiledCharClass(2, "\n-\r\u0085\u2028\u2029"); this.ju_regex_PatternCompiler$__f_java$util$regex$PatternCompiler$$ASCIIWordChar = new $c_ju_regex_PatternCompiler$CompiledCharClass(2, "a-zA-Z_0-9"); this.ju_regex_PatternCompiler$__f_java$util$regex$PatternCompiler$$UnicodeWordChar = new $c_ju_regex_PatternCompiler$CompiledCharClass(2, "\\p{Alphabetic}\\p{Mn}\\p{Me}\\p{Mc}\\p{Nd}\\p{Pc}\\p{Join_Control}"); - var r = {}; + var r = ({}); var value = new $c_ju_regex_PatternCompiler$CompiledCharClass(2, "a-z"); r.Lower = value; var value$1 = new $c_ju_regex_PatternCompiler$CompiledCharClass(2, "A-Z"); @@ -5570,91 +5431,86 @@ function $c_ju_regex_PatternCompiler$() { var value$12 = new $c_ju_regex_PatternCompiler$CompiledCharClass(2, "\t-\r "); r.Space = value$12; this.ju_regex_PatternCompiler$__f_java$util$regex$PatternCompiler$$asciiPOSIXCharacterClasses = r; - this.ju_regex_PatternCompiler$__f_java$util$regex$PatternCompiler$$scriptCanonicalizeRegExp = new RegExp("(?:^|_)[a-z]", "g") + this.ju_regex_PatternCompiler$__f_java$util$regex$PatternCompiler$$scriptCanonicalizeRegExp = new RegExp("(?:^|_)[a-z]", "g"); } $c_ju_regex_PatternCompiler$.prototype = new $h_O(); $c_ju_regex_PatternCompiler$.prototype.constructor = $c_ju_regex_PatternCompiler$; /** @constructor */ function $h_ju_regex_PatternCompiler$() { - /**/ } $h_ju_regex_PatternCompiler$.prototype = $c_ju_regex_PatternCompiler$.prototype; $c_ju_regex_PatternCompiler$.prototype.compile__T__I__ju_regex_Pattern = (function(regex, flags) { - return new $c_ju_regex_PatternCompiler(regex, flags).compile__ju_regex_Pattern() + return new $c_ju_regex_PatternCompiler(regex, flags).compile__ju_regex_Pattern(); }); $c_ju_regex_PatternCompiler$.prototype.java$util$regex$PatternCompiler$$charToFlag__C__I = (function(c) { switch (c) { case 105: { return 2; - break + break; } case 100: { return 1; - break + break; } case 109: { return 8; - break + break; } case 115: { return 32; - break + break; } case 117: { return 64; - break + break; } case 120: { return 4; - break + break; } case 85: { return 256; - break + break; } default: { - throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), "bad in-pattern flag") + throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), "bad in-pattern flag"); } } }); $c_ju_regex_PatternCompiler$.prototype.java$util$regex$PatternCompiler$$codePointNotAmong__T__T = (function(characters) { - return ((characters !== "") ? (("[^" + characters) + "]") : ($m_ju_regex_PatternCompiler$().ju_regex_PatternCompiler$__f_java$util$regex$PatternCompiler$$_supportsDotAll ? "." : "[\\d\\D]")) + return ((characters !== "") ? (("[^" + characters) + "]") : ($m_ju_regex_PatternCompiler$().ju_regex_PatternCompiler$__f_java$util$regex$PatternCompiler$$_supportsDotAll ? "." : "[\\d\\D]")); }); $c_ju_regex_PatternCompiler$.prototype.java$util$regex$PatternCompiler$$codePointToString__I__T = (function(codePoint) { - return $as_T(String.fromCodePoint(codePoint)) -}); -var $d_ju_regex_PatternCompiler$ = new $TypeData().initClass({ - ju_regex_PatternCompiler$: 0 -}, false, "java.util.regex.PatternCompiler$", { - ju_regex_PatternCompiler$: 1, - O: 1 + return $as_T(String.fromCodePoint(codePoint)); }); -$c_ju_regex_PatternCompiler$.prototype.$classData = $d_ju_regex_PatternCompiler$; +var $d_ju_regex_PatternCompiler$ = new $TypeData().initClass($c_ju_regex_PatternCompiler$, "java.util.regex.PatternCompiler$", ({ + ju_regex_PatternCompiler$: 1 +})); var $n_ju_regex_PatternCompiler$; function $m_ju_regex_PatternCompiler$() { if ((!$n_ju_regex_PatternCompiler$)) { - $n_ju_regex_PatternCompiler$ = new $c_ju_regex_PatternCompiler$() - }; - return $n_ju_regex_PatternCompiler$ + $n_ju_regex_PatternCompiler$ = new $c_ju_regex_PatternCompiler$(); + } + return $n_ju_regex_PatternCompiler$; } function $p_ju_regex_PatternCompiler$CharacterClassBuilder__addAlternative__T__V($thiz, alt) { if (($thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisConjunct === "")) { - $thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisConjunct = alt + $thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisConjunct = alt; } else { - $thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisConjunct = (($thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisConjunct + "|") + alt) + $thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisConjunct = (($thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisConjunct + "|") + alt); } } function $p_ju_regex_PatternCompiler$CharacterClassBuilder__conjunctResult__T($thiz) { if ($thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_isNegated) { var negThisSegment = $m_ju_regex_PatternCompiler$().java$util$regex$PatternCompiler$$codePointNotAmong__T__T($thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment); - return (($thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisConjunct === "") ? negThisSegment : (((("(?:(?!" + $thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisConjunct) + ")") + negThisSegment) + ")")) + return (($thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisConjunct === "") ? negThisSegment : (((("(?:(?!" + $thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisConjunct) + ")") + negThisSegment) + ")")); } else { - return (($thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment === "") ? (($thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisConjunct === "") ? "[^\\d\\D]" : (("(?:" + $thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisConjunct) + ")")) : (($thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisConjunct === "") ? (("[" + $thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment) + "]") : (((("(?:" + $thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisConjunct) + "|[") + $thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment) + "])"))) + return (($thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment === "") ? (($thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisConjunct === "") ? "[^\\d\\D]" : (("(?:" + $thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisConjunct) + ")")) : (($thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisConjunct === "") ? (("[" + $thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment) + "]") : (((("(?:" + $thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisConjunct) + "|[") + $thiz.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment) + "])"))); } } function $p_ju_regex_PatternCompiler$CharacterClassBuilder__literalCodePoint__I__T($thiz, codePoint) { var s = $m_ju_regex_PatternCompiler$().java$util$regex$PatternCompiler$$codePointToString__I__T(codePoint); - return (((((codePoint === 93) || (codePoint === 92)) || (codePoint === 45)) || (codePoint === 94)) ? ("\\" + s) : s) + return (((((codePoint === 93) || (codePoint === 92)) || (codePoint === 45)) || (codePoint === 94)) ? ("\\" + s) : s); } /** @constructor */ function $c_ju_regex_PatternCompiler$CharacterClassBuilder(asciiCaseInsensitive, isNegated) { @@ -5667,46 +5523,45 @@ function $c_ju_regex_PatternCompiler$CharacterClassBuilder(asciiCaseInsensitive, this.ju_regex_PatternCompiler$CharacterClassBuilder__f_isNegated = isNegated; this.ju_regex_PatternCompiler$CharacterClassBuilder__f_conjunction = ""; this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisConjunct = ""; - this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = "" + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = ""; } $c_ju_regex_PatternCompiler$CharacterClassBuilder.prototype = new $h_O(); $c_ju_regex_PatternCompiler$CharacterClassBuilder.prototype.constructor = $c_ju_regex_PatternCompiler$CharacterClassBuilder; /** @constructor */ function $h_ju_regex_PatternCompiler$CharacterClassBuilder() { - /**/ } $h_ju_regex_PatternCompiler$CharacterClassBuilder.prototype = $c_ju_regex_PatternCompiler$CharacterClassBuilder.prototype; $c_ju_regex_PatternCompiler$CharacterClassBuilder.prototype.finish__T = (function() { var conjunct = $p_ju_regex_PatternCompiler$CharacterClassBuilder__conjunctResult__T(this); - return ((this.ju_regex_PatternCompiler$CharacterClassBuilder__f_conjunction === "") ? conjunct : ((("(?:" + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_conjunction) + conjunct) + ")")) + return ((this.ju_regex_PatternCompiler$CharacterClassBuilder__f_conjunction === "") ? conjunct : ((("(?:" + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_conjunction) + conjunct) + ")")); }); $c_ju_regex_PatternCompiler$CharacterClassBuilder.prototype.startNewConjunct__V = (function() { var conjunct = $p_ju_regex_PatternCompiler$CharacterClassBuilder__conjunctResult__T(this); this.ju_regex_PatternCompiler$CharacterClassBuilder__f_conjunction = (this.ju_regex_PatternCompiler$CharacterClassBuilder__f_conjunction + (this.ju_regex_PatternCompiler$CharacterClassBuilder__f_isNegated ? (conjunct + "|") : (("(?=" + conjunct) + ")"))); this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisConjunct = ""; - this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = "" + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = ""; }); $c_ju_regex_PatternCompiler$CharacterClassBuilder.prototype.addCharacterClass__ju_regex_PatternCompiler$CompiledCharClass__V = (function(cls) { var x1 = $n(cls).ju_regex_PatternCompiler$CompiledCharClass__f_kind; switch (x1) { case 0: { this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = ((this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment + ("\\p{" + $n(cls).ju_regex_PatternCompiler$CompiledCharClass__f_data)) + "}"); - break + break; } case 1: { this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = ((this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment + ("\\P{" + $n(cls).ju_regex_PatternCompiler$CompiledCharClass__f_data)) + "}"); - break + break; } case 2: { this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = (("" + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment) + $n(cls).ju_regex_PatternCompiler$CompiledCharClass__f_data); - break + break; } case 3: { $p_ju_regex_PatternCompiler$CharacterClassBuilder__addAlternative__T__V(this, $m_ju_regex_PatternCompiler$().java$util$regex$PatternCompiler$$codePointNotAmong__T__T($n(cls).ju_regex_PatternCompiler$CompiledCharClass__f_data)); - break + break; } default: { - throw new $c_jl_AssertionError(x1) + throw new $c_jl_AssertionError(x1); } } }); @@ -5715,31 +5570,31 @@ $c_ju_regex_PatternCompiler$CharacterClassBuilder.prototype.addCodePointsInStrin while ((i !== end)) { var codePoint = $f_T__codePointAt__I__I($n(str), i); this.addSingleCodePoint__I__V(codePoint); - i = ((i + ((codePoint >= 65536) ? 2 : 1)) | 0) + i = ((i + ((codePoint >= 65536) ? 2 : 1)) | 0); } }); $c_ju_regex_PatternCompiler$CharacterClassBuilder.prototype.addSingleCodePoint__I__V = (function(codePoint) { var s = $p_ju_regex_PatternCompiler$CharacterClassBuilder__literalCodePoint__I__T(this, codePoint); if ((((-1024) & codePoint) === 56320)) { - this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = (("" + s) + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment) + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = (("" + s) + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment); } else { - this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = (("" + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment) + s) - }; + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = (("" + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment) + s); + } if (this.ju_regex_PatternCompiler$CharacterClassBuilder__f_asciiCaseInsensitive) { if (((codePoint >= 65) && (codePoint <= 90))) { - this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = (("" + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment) + $m_ju_regex_PatternCompiler$().java$util$regex$PatternCompiler$$codePointToString__I__T(((32 + codePoint) | 0))) + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = (("" + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment) + $m_ju_regex_PatternCompiler$().java$util$regex$PatternCompiler$$codePointToString__I__T(((32 + codePoint) | 0))); } else if (((codePoint >= 97) && (codePoint <= 122))) { - this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = (("" + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment) + $m_ju_regex_PatternCompiler$().java$util$regex$PatternCompiler$$codePointToString__I__T((((-32) + codePoint) | 0))) + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = (("" + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment) + $m_ju_regex_PatternCompiler$().java$util$regex$PatternCompiler$$codePointToString__I__T((((-32) + codePoint) | 0))); } } }); $c_ju_regex_PatternCompiler$CharacterClassBuilder.prototype.addCodePointRange__I__I__V = (function(startCodePoint, endCodePoint) { var s = (($p_ju_regex_PatternCompiler$CharacterClassBuilder__literalCodePoint__I__T(this, startCodePoint) + "-") + $p_ju_regex_PatternCompiler$CharacterClassBuilder__literalCodePoint__I__T(this, endCodePoint)); if ((((-1024) & startCodePoint) === 56320)) { - this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = (s + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment) + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = (s + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment); } else { - this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = (this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment + s) - }; + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = (this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment + s); + } if (this.ju_regex_PatternCompiler$CharacterClassBuilder__f_asciiCaseInsensitive) { var start = ((startCodePoint > 65) ? startCodePoint : 65); var end = ((endCodePoint < 90) ? endCodePoint : 90); @@ -5747,31 +5602,27 @@ $c_ju_regex_PatternCompiler$CharacterClassBuilder.prototype.addCodePointRange__I var $x_1 = this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment; var start$1 = ((32 + start) | 0); var end$1 = ((32 + end) | 0); - this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = ($x_1 + (($p_ju_regex_PatternCompiler$CharacterClassBuilder__literalCodePoint__I__T(this, start$1) + "-") + $p_ju_regex_PatternCompiler$CharacterClassBuilder__literalCodePoint__I__T(this, end$1))) - }; + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = ($x_1 + (($p_ju_regex_PatternCompiler$CharacterClassBuilder__literalCodePoint__I__T(this, start$1) + "-") + $p_ju_regex_PatternCompiler$CharacterClassBuilder__literalCodePoint__I__T(this, end$1))); + } var start$2 = ((startCodePoint > 97) ? startCodePoint : 97); var end$2 = ((endCodePoint < 122) ? endCodePoint : 122); if ((start$2 <= end$2)) { var $x_2 = this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment; var start$3 = (((-32) + start$2) | 0); var end$3 = (((-32) + end$2) | 0); - this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = ($x_2 + (($p_ju_regex_PatternCompiler$CharacterClassBuilder__literalCodePoint__I__T(this, start$3) + "-") + $p_ju_regex_PatternCompiler$CharacterClassBuilder__literalCodePoint__I__T(this, end$3))) + this.ju_regex_PatternCompiler$CharacterClassBuilder__f_thisSegment = ($x_2 + (($p_ju_regex_PatternCompiler$CharacterClassBuilder__literalCodePoint__I__T(this, start$3) + "-") + $p_ju_regex_PatternCompiler$CharacterClassBuilder__literalCodePoint__I__T(this, end$3))); } } }); -var $d_ju_regex_PatternCompiler$CharacterClassBuilder = new $TypeData().initClass({ - ju_regex_PatternCompiler$CharacterClassBuilder: 0 -}, false, "java.util.regex.PatternCompiler$CharacterClassBuilder", { - ju_regex_PatternCompiler$CharacterClassBuilder: 1, - O: 1 -}); -$c_ju_regex_PatternCompiler$CharacterClassBuilder.prototype.$classData = $d_ju_regex_PatternCompiler$CharacterClassBuilder; +var $d_ju_regex_PatternCompiler$CharacterClassBuilder = new $TypeData().initClass($c_ju_regex_PatternCompiler$CharacterClassBuilder, "java.util.regex.PatternCompiler$CharacterClassBuilder", ({ + ju_regex_PatternCompiler$CharacterClassBuilder: 1 +})); function $p_ju_regex_PatternCompiler$CompiledCharClass__negated$lzycompute__ju_regex_PatternCompiler$CompiledCharClass($thiz) { if ((!$thiz.ju_regex_PatternCompiler$CompiledCharClass__f_bitmap$0)) { $thiz.ju_regex_PatternCompiler$CompiledCharClass__f_negated = new $c_ju_regex_PatternCompiler$CompiledCharClass((1 ^ $thiz.ju_regex_PatternCompiler$CompiledCharClass__f_kind), $thiz.ju_regex_PatternCompiler$CompiledCharClass__f_data); - $thiz.ju_regex_PatternCompiler$CompiledCharClass__f_bitmap$0 = true - }; - return $thiz.ju_regex_PatternCompiler$CompiledCharClass__f_negated + $thiz.ju_regex_PatternCompiler$CompiledCharClass__f_bitmap$0 = true; + } + return $thiz.ju_regex_PatternCompiler$CompiledCharClass__f_negated; } /** @constructor */ function $c_ju_regex_PatternCompiler$CompiledCharClass(kind, data) { @@ -5780,164 +5631,158 @@ function $c_ju_regex_PatternCompiler$CompiledCharClass(kind, data) { this.ju_regex_PatternCompiler$CompiledCharClass__f_data = null; this.ju_regex_PatternCompiler$CompiledCharClass__f_bitmap$0 = false; this.ju_regex_PatternCompiler$CompiledCharClass__f_kind = kind; - this.ju_regex_PatternCompiler$CompiledCharClass__f_data = data + this.ju_regex_PatternCompiler$CompiledCharClass__f_data = data; } $c_ju_regex_PatternCompiler$CompiledCharClass.prototype = new $h_O(); $c_ju_regex_PatternCompiler$CompiledCharClass.prototype.constructor = $c_ju_regex_PatternCompiler$CompiledCharClass; /** @constructor */ function $h_ju_regex_PatternCompiler$CompiledCharClass() { - /**/ } $h_ju_regex_PatternCompiler$CompiledCharClass.prototype = $c_ju_regex_PatternCompiler$CompiledCharClass.prototype; $c_ju_regex_PatternCompiler$CompiledCharClass.prototype.negated__ju_regex_PatternCompiler$CompiledCharClass = (function() { - return ((!this.ju_regex_PatternCompiler$CompiledCharClass__f_bitmap$0) ? $p_ju_regex_PatternCompiler$CompiledCharClass__negated$lzycompute__ju_regex_PatternCompiler$CompiledCharClass(this) : this.ju_regex_PatternCompiler$CompiledCharClass__f_negated) + return ((!this.ju_regex_PatternCompiler$CompiledCharClass__f_bitmap$0) ? $p_ju_regex_PatternCompiler$CompiledCharClass__negated$lzycompute__ju_regex_PatternCompiler$CompiledCharClass(this) : this.ju_regex_PatternCompiler$CompiledCharClass__f_negated); }); function $as_ju_regex_PatternCompiler$CompiledCharClass(obj) { - return (((obj instanceof $c_ju_regex_PatternCompiler$CompiledCharClass) || (obj === null)) ? obj : $throwClassCastException(obj, "java.util.regex.PatternCompiler$CompiledCharClass")) + return (((obj instanceof $c_ju_regex_PatternCompiler$CompiledCharClass) || (obj === null)) ? obj : $throwClassCastException(obj, "java.util.regex.PatternCompiler$CompiledCharClass")); } function $isArrayOf_ju_regex_PatternCompiler$CompiledCharClass(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.ju_regex_PatternCompiler$CompiledCharClass))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.ju_regex_PatternCompiler$CompiledCharClass))); } function $asArrayOf_ju_regex_PatternCompiler$CompiledCharClass(obj, depth) { - return (($isArrayOf_ju_regex_PatternCompiler$CompiledCharClass(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.util.regex.PatternCompiler$CompiledCharClass;", depth)) + return (($isArrayOf_ju_regex_PatternCompiler$CompiledCharClass(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.util.regex.PatternCompiler$CompiledCharClass;", depth)); } -var $d_ju_regex_PatternCompiler$CompiledCharClass = new $TypeData().initClass({ - ju_regex_PatternCompiler$CompiledCharClass: 0 -}, false, "java.util.regex.PatternCompiler$CompiledCharClass", { - ju_regex_PatternCompiler$CompiledCharClass: 1, - O: 1 -}); -$c_ju_regex_PatternCompiler$CompiledCharClass.prototype.$classData = $d_ju_regex_PatternCompiler$CompiledCharClass; +var $d_ju_regex_PatternCompiler$CompiledCharClass = new $TypeData().initClass($c_ju_regex_PatternCompiler$CompiledCharClass, "java.util.regex.PatternCompiler$CompiledCharClass", ({ + ju_regex_PatternCompiler$CompiledCharClass: 1 +})); /** @constructor */ function $c_RTLong(lo, hi) { this.RTLong__f_lo = 0; this.RTLong__f_hi = 0; this.RTLong__f_lo = lo; - this.RTLong__f_hi = hi + this.RTLong__f_hi = hi; } $c_RTLong.prototype = new $h_O(); $c_RTLong.prototype.constructor = $c_RTLong; /** @constructor */ function $h_RTLong() { - /**/ } $h_RTLong.prototype = $c_RTLong.prototype; $c_RTLong.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_RTLong)) { var x2 = $as_RTLong(that); - return ((this.RTLong__f_lo === $n(x2).RTLong__f_lo) && (this.RTLong__f_hi === $n(x2).RTLong__f_hi)) + return ((this.RTLong__f_lo === $n(x2).RTLong__f_lo) && (this.RTLong__f_hi === $n(x2).RTLong__f_hi)); } else { - return false + return false; } }); $c_RTLong.prototype.hashCode__I = (function() { - return (this.RTLong__f_lo ^ this.RTLong__f_hi) + return (this.RTLong__f_lo ^ this.RTLong__f_hi); }); $c_RTLong.prototype.toString__T = (function() { - return $m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toString__I__I__T(this.RTLong__f_lo, this.RTLong__f_hi) + return $m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toString__I__I__T(this.RTLong__f_lo, this.RTLong__f_hi); }); $c_RTLong.prototype.toInt__I = (function() { - return this.RTLong__f_lo + return this.RTLong__f_lo; }); $c_RTLong.prototype.toFloat__F = (function() { - return $m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toFloat__I__I__F(this.RTLong__f_lo, this.RTLong__f_hi) + return $m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toFloat__I__I__F(this.RTLong__f_lo, this.RTLong__f_hi); }); $c_RTLong.prototype.toDouble__D = (function() { - return $m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toDouble__I__I__D(this.RTLong__f_lo, this.RTLong__f_hi) + return $m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toDouble__I__I__D(this.RTLong__f_lo, this.RTLong__f_hi); }); $c_RTLong.prototype.byteValue__B = (function() { - return ((this.RTLong__f_lo << 24) >> 24) + return ((this.RTLong__f_lo << 24) >> 24); }); $c_RTLong.prototype.shortValue__S = (function() { - return ((this.RTLong__f_lo << 16) >> 16) + return ((this.RTLong__f_lo << 16) >> 16); }); $c_RTLong.prototype.intValue__I = (function() { - return this.RTLong__f_lo + return this.RTLong__f_lo; }); $c_RTLong.prototype.longValue__J = (function() { - return $uJ(this) + return $uJ(this); }); $c_RTLong.prototype.floatValue__F = (function() { - return $m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toFloat__I__I__F(this.RTLong__f_lo, this.RTLong__f_hi) + return $m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toFloat__I__I__F(this.RTLong__f_lo, this.RTLong__f_hi); }); $c_RTLong.prototype.doubleValue__D = (function() { - return $m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toDouble__I__I__D(this.RTLong__f_lo, this.RTLong__f_hi) + return $m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toDouble__I__I__D(this.RTLong__f_lo, this.RTLong__f_hi); }); $c_RTLong.prototype.compareTo__O__I = (function(that) { var b = $as_RTLong(that); - return $m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$compare__I__I__I__I__I(this.RTLong__f_lo, this.RTLong__f_hi, $n(b).RTLong__f_lo, $n(b).RTLong__f_hi) + return $m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$compare__I__I__I__I__I(this.RTLong__f_lo, this.RTLong__f_hi, $n(b).RTLong__f_lo, $n(b).RTLong__f_hi); }); $c_RTLong.prototype.compareTo__jl_Long__I = (function(that) { - return $m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$compare__I__I__I__I__I(this.RTLong__f_lo, this.RTLong__f_hi, $n(that).RTLong__f_lo, $n(that).RTLong__f_hi) + return $m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$compare__I__I__I__I__I(this.RTLong__f_lo, this.RTLong__f_hi, $n(that).RTLong__f_lo, $n(that).RTLong__f_hi); }); $c_RTLong.prototype.equals__RTLong__Z = (function(b) { - return ((this.RTLong__f_lo === $n(b).RTLong__f_lo) && (this.RTLong__f_hi === $n(b).RTLong__f_hi)) + return ((this.RTLong__f_lo === $n(b).RTLong__f_lo) && (this.RTLong__f_hi === $n(b).RTLong__f_hi)); }); $c_RTLong.prototype.notEquals__RTLong__Z = (function(b) { - return (!((this.RTLong__f_lo === $n(b).RTLong__f_lo) && (this.RTLong__f_hi === $n(b).RTLong__f_hi))) + return (!((this.RTLong__f_lo === $n(b).RTLong__f_lo) && (this.RTLong__f_hi === $n(b).RTLong__f_hi))); }); $c_RTLong.prototype.$less__RTLong__Z = (function(b) { var ahi = this.RTLong__f_hi; var bhi = $n(b).RTLong__f_hi; - return ((ahi === bhi) ? (((-2147483648) ^ this.RTLong__f_lo) < ((-2147483648) ^ $n(b).RTLong__f_lo)) : (ahi < bhi)) + return ((ahi === bhi) ? (((-2147483648) ^ this.RTLong__f_lo) < ((-2147483648) ^ $n(b).RTLong__f_lo)) : (ahi < bhi)); }); $c_RTLong.prototype.$less$eq__RTLong__Z = (function(b) { var ahi = this.RTLong__f_hi; var bhi = $n(b).RTLong__f_hi; - return ((ahi === bhi) ? (((-2147483648) ^ this.RTLong__f_lo) <= ((-2147483648) ^ $n(b).RTLong__f_lo)) : (ahi < bhi)) + return ((ahi === bhi) ? (((-2147483648) ^ this.RTLong__f_lo) <= ((-2147483648) ^ $n(b).RTLong__f_lo)) : (ahi < bhi)); }); $c_RTLong.prototype.$greater__RTLong__Z = (function(b) { var ahi = this.RTLong__f_hi; var bhi = $n(b).RTLong__f_hi; - return ((ahi === bhi) ? (((-2147483648) ^ this.RTLong__f_lo) > ((-2147483648) ^ $n(b).RTLong__f_lo)) : (ahi > bhi)) + return ((ahi === bhi) ? (((-2147483648) ^ this.RTLong__f_lo) > ((-2147483648) ^ $n(b).RTLong__f_lo)) : (ahi > bhi)); }); $c_RTLong.prototype.$greater$eq__RTLong__Z = (function(b) { var ahi = this.RTLong__f_hi; var bhi = $n(b).RTLong__f_hi; - return ((ahi === bhi) ? (((-2147483648) ^ this.RTLong__f_lo) >= ((-2147483648) ^ $n(b).RTLong__f_lo)) : (ahi > bhi)) + return ((ahi === bhi) ? (((-2147483648) ^ this.RTLong__f_lo) >= ((-2147483648) ^ $n(b).RTLong__f_lo)) : (ahi > bhi)); }); $c_RTLong.prototype.unary_$tilde__RTLong = (function() { - return new $c_RTLong((~this.RTLong__f_lo), (~this.RTLong__f_hi)) + return new $c_RTLong((~this.RTLong__f_lo), (~this.RTLong__f_hi)); }); $c_RTLong.prototype.$bar__RTLong__RTLong = (function(b) { - return new $c_RTLong((this.RTLong__f_lo | $n(b).RTLong__f_lo), (this.RTLong__f_hi | $n(b).RTLong__f_hi)) + return new $c_RTLong((this.RTLong__f_lo | $n(b).RTLong__f_lo), (this.RTLong__f_hi | $n(b).RTLong__f_hi)); }); $c_RTLong.prototype.$amp__RTLong__RTLong = (function(b) { - return new $c_RTLong((this.RTLong__f_lo & $n(b).RTLong__f_lo), (this.RTLong__f_hi & $n(b).RTLong__f_hi)) + return new $c_RTLong((this.RTLong__f_lo & $n(b).RTLong__f_lo), (this.RTLong__f_hi & $n(b).RTLong__f_hi)); }); $c_RTLong.prototype.$up__RTLong__RTLong = (function(b) { - return new $c_RTLong((this.RTLong__f_lo ^ $n(b).RTLong__f_lo), (this.RTLong__f_hi ^ $n(b).RTLong__f_hi)) + return new $c_RTLong((this.RTLong__f_lo ^ $n(b).RTLong__f_lo), (this.RTLong__f_hi ^ $n(b).RTLong__f_hi)); }); $c_RTLong.prototype.$less$less__I__RTLong = (function(n) { var lo = this.RTLong__f_lo; - return new $c_RTLong((((32 & n) === 0) ? (lo << n) : 0), (((32 & n) === 0) ? (((((lo >>> 1) | 0) >>> ((31 - n) | 0)) | 0) | (this.RTLong__f_hi << n)) : (lo << n))) + return new $c_RTLong((((32 & n) === 0) ? (lo << n) : 0), (((32 & n) === 0) ? (((((lo >>> 1) | 0) >>> ((31 - n) | 0)) | 0) | (this.RTLong__f_hi << n)) : (lo << n))); }); $c_RTLong.prototype.$greater$greater$greater__I__RTLong = (function(n) { var hi = this.RTLong__f_hi; - return new $c_RTLong((((32 & n) === 0) ? (((this.RTLong__f_lo >>> n) | 0) | ((hi << 1) << ((31 - n) | 0))) : ((hi >>> n) | 0)), (((32 & n) === 0) ? ((hi >>> n) | 0) : 0)) + return new $c_RTLong((((32 & n) === 0) ? (((this.RTLong__f_lo >>> n) | 0) | ((hi << 1) << ((31 - n) | 0))) : ((hi >>> n) | 0)), (((32 & n) === 0) ? ((hi >>> n) | 0) : 0)); }); $c_RTLong.prototype.$greater$greater__I__RTLong = (function(n) { var hi = this.RTLong__f_hi; - return new $c_RTLong((((32 & n) === 0) ? (((this.RTLong__f_lo >>> n) | 0) | ((hi << 1) << ((31 - n) | 0))) : (hi >> n)), (((32 & n) === 0) ? (hi >> n) : (hi >> 31))) + return new $c_RTLong((((32 & n) === 0) ? (((this.RTLong__f_lo >>> n) | 0) | ((hi << 1) << ((31 - n) | 0))) : (hi >> n)), (((32 & n) === 0) ? (hi >> n) : (hi >> 31))); }); $c_RTLong.prototype.unary_$minus__RTLong = (function() { var lo = this.RTLong__f_lo; var hi = this.RTLong__f_hi; - return new $c_RTLong(((-lo) | 0), ((lo !== 0) ? (~hi) : ((-hi) | 0))) + return new $c_RTLong(((-lo) | 0), ((lo !== 0) ? (~hi) : ((-hi) | 0))); }); $c_RTLong.prototype.$plus__RTLong__RTLong = (function(b) { var alo = this.RTLong__f_lo; var ahi = this.RTLong__f_hi; var bhi = $n(b).RTLong__f_hi; var lo = ((alo + $n(b).RTLong__f_lo) | 0); - return new $c_RTLong(lo, ((((-2147483648) ^ lo) < ((-2147483648) ^ alo)) ? ((1 + ((ahi + bhi) | 0)) | 0) : ((ahi + bhi) | 0))) + return new $c_RTLong(lo, ((((-2147483648) ^ lo) < ((-2147483648) ^ alo)) ? ((1 + ((ahi + bhi) | 0)) | 0) : ((ahi + bhi) | 0))); }); $c_RTLong.prototype.$minus__RTLong__RTLong = (function(b) { var alo = this.RTLong__f_lo; var ahi = this.RTLong__f_hi; var bhi = $n(b).RTLong__f_hi; var lo = ((alo - $n(b).RTLong__f_lo) | 0); - return new $c_RTLong(lo, ((((-2147483648) ^ lo) > ((-2147483648) ^ alo)) ? (((-1) + ((ahi - bhi) | 0)) | 0) : ((ahi - bhi) | 0))) + return new $c_RTLong(lo, ((((-2147483648) ^ lo) > ((-2147483648) ^ alo)) ? (((-1) + ((ahi - bhi) | 0)) | 0) : ((ahi - bhi) | 0))); }); $c_RTLong.prototype.$times__RTLong__RTLong = (function(b) { var alo = this.RTLong__f_lo; @@ -5952,40 +5797,36 @@ $c_RTLong.prototype.$times__RTLong__RTLong = (function(b) { var lo = ((a0b0 + (((a1b0 + a0b1) | 0) << 16)) | 0); var c1part = ((((a0b0 >>> 16) | 0) + a0b1) | 0); var hi = ((((((((Math.imul(alo, $n(b).RTLong__f_hi) + Math.imul(this.RTLong__f_hi, blo)) | 0) + Math.imul(a1, b1)) | 0) + ((c1part >>> 16) | 0)) | 0) + (((((65535 & c1part) + a1b0) | 0) >>> 16) | 0)) | 0); - return new $c_RTLong(lo, hi) + return new $c_RTLong(lo, hi); }); $c_RTLong.prototype.$div__RTLong__RTLong = (function(b) { var this$1 = $m_RTLong$(); var lo = this$1.divideImpl__I__I__I__I__I(this.RTLong__f_lo, this.RTLong__f_hi, $n(b).RTLong__f_lo, $n(b).RTLong__f_hi); - return new $c_RTLong(lo, this$1.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn) + return new $c_RTLong(lo, this$1.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn); }); $c_RTLong.prototype.$percent__RTLong__RTLong = (function(b) { var this$1 = $m_RTLong$(); var lo = this$1.remainderImpl__I__I__I__I__I(this.RTLong__f_lo, this.RTLong__f_hi, $n(b).RTLong__f_lo, $n(b).RTLong__f_hi); - return new $c_RTLong(lo, this$1.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn) + return new $c_RTLong(lo, this$1.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn); }); function $as_RTLong(obj) { - return (((obj instanceof $c_RTLong) || (obj === null)) ? obj : $throwClassCastException(obj, "org.scalajs.linker.runtime.RuntimeLong")) + return (((obj instanceof $c_RTLong) || (obj === null)) ? obj : $throwClassCastException(obj, "org.scalajs.linker.runtime.RuntimeLong")); } function $isArrayOf_RTLong(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.RTLong))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.RTLong))); } function $asArrayOf_RTLong(obj, depth) { - return (($isArrayOf_RTLong(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lorg.scalajs.linker.runtime.RuntimeLong;", depth)) + return (($isArrayOf_RTLong(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lorg.scalajs.linker.runtime.RuntimeLong;", depth)); } -var $d_RTLong = new $TypeData().initClass({ - RTLong: 0 -}, false, "org.scalajs.linker.runtime.RuntimeLong", { - RTLong: 1, - O: 1 -}); -$c_RTLong.prototype.$classData = $d_RTLong; +var $d_RTLong = new $TypeData().initClass($c_RTLong, "org.scalajs.linker.runtime.RuntimeLong", ({ + RTLong: 1 +})); function $p_RTLong$__toUnsignedString__I__I__T($thiz, lo, hi) { if ((((-2097152) & hi) === 0)) { var this$1 = ((4.294967296E9 * hi) + $uD((lo >>> 0.0))); - return ("" + this$1) + return ("" + this$1); } else { - return $as_T($p_RTLong$__unsignedDivModHelper__I__I__I__I__I__O($thiz, lo, hi, 1000000000, 0, 2)) + return $as_T($p_RTLong$__unsignedDivModHelper__I__I__I__I__I__O($thiz, lo, hi, 1000000000, 0, 2)); } } function $p_RTLong$__unsigned_$div__I__I__I__I__I($thiz, alo, ahi, blo, bhi) { @@ -5996,21 +5837,21 @@ function $p_RTLong$__unsigned_$div__I__I__I__I__I($thiz, alo, ahi, blo, bhi) { var rDouble = (aDouble / bDouble); var x = (rDouble / 4.294967296E9); $thiz.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = $uI((x | 0.0)); - return $uI((rDouble | 0.0)) + return $uI((rDouble | 0.0)); } else { $thiz.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = 0; - return 0 + return 0; } } else if (((bhi === 0) && ((blo & (((-1) + blo) | 0)) === 0))) { var pow = ((31 - $uI(Math.clz32(blo))) | 0); $thiz.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = ((ahi >>> pow) | 0); - return (((alo >>> pow) | 0) | ((ahi << 1) << ((31 - pow) | 0))) + return (((alo >>> pow) | 0) | ((ahi << 1) << ((31 - pow) | 0))); } else if (((blo === 0) && ((bhi & (((-1) + bhi) | 0)) === 0))) { var pow$2 = ((31 - $uI(Math.clz32(bhi))) | 0); $thiz.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = 0; - return ((ahi >>> pow$2) | 0) + return ((ahi >>> pow$2) | 0); } else { - return $uI($p_RTLong$__unsignedDivModHelper__I__I__I__I__I__O($thiz, alo, ahi, blo, bhi, 0)) + return $uI($p_RTLong$__unsignedDivModHelper__I__I__I__I__I__O($thiz, alo, ahi, blo, bhi, 0)); } } function $p_RTLong$__unsigned_$percent__I__I__I__I__I($thiz, alo, ahi, blo, bhi) { @@ -6021,19 +5862,19 @@ function $p_RTLong$__unsigned_$percent__I__I__I__I__I($thiz, alo, ahi, blo, bhi) var rDouble = (aDouble % bDouble); var x = (rDouble / 4.294967296E9); $thiz.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = $uI((x | 0.0)); - return $uI((rDouble | 0.0)) + return $uI((rDouble | 0.0)); } else { $thiz.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = ahi; - return alo + return alo; } } else if (((bhi === 0) && ((blo & (((-1) + blo) | 0)) === 0))) { $thiz.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = 0; - return (alo & (((-1) + blo) | 0)) + return (alo & (((-1) + blo) | 0)); } else if (((blo === 0) && ((bhi & (((-1) + bhi) | 0)) === 0))) { $thiz.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = (ahi & (((-1) + bhi) | 0)); - return alo + return alo; } else { - return $uI($p_RTLong$__unsignedDivModHelper__I__I__I__I__I__O($thiz, alo, ahi, blo, bhi, 1)) + return $uI($p_RTLong$__unsignedDivModHelper__I__I__I__I__I__O($thiz, alo, ahi, blo, bhi, 1)); } } function $p_RTLong$__unsignedDivModHelper__I__I__I__I__I__O($thiz, alo, ahi, blo, bhi, ask) { @@ -6062,19 +5903,19 @@ function $p_RTLong$__unsignedDivModHelper__I__I__I__I__I__O($thiz, alo, ahi, blo remLo = lo$3; remHi = hi$3; if ((shift < 32)) { - quotLo = (quotLo | (1 << shift)) + quotLo = (quotLo | (1 << shift)); } else { - quotHi = (quotHi | (1 << shift)) + quotHi = (quotHi | (1 << shift)); } - }; + } shift = (((-1) + shift) | 0); var lo$4 = bShiftLo; var hi$4 = bShiftHi; var lo$5 = (((lo$4 >>> 1) | 0) | (hi$4 << 31)); var hi$5 = ((hi$4 >>> 1) | 0); bShiftLo = lo$5; - bShiftHi = hi$5 - }; + bShiftHi = hi$5; + } var alo$2 = remLo; var ahi$2 = remHi; if (((ahi$2 === bhi) ? (((-2147483648) ^ alo$2) >= ((-2147483648) ^ blo)) : (((-2147483648) ^ ahi$2) >= ((-2147483648) ^ bhi)))) { @@ -6092,21 +5933,21 @@ function $p_RTLong$__unsignedDivModHelper__I__I__I__I__I__O($thiz, alo, ahi, blo var lo$9 = ((lo$8 + lo$7) | 0); var hi$9 = ((((-2147483648) ^ lo$9) < ((-2147483648) ^ lo$8)) ? ((1 + ((hi$8 + hi$7) | 0)) | 0) : ((hi$8 + hi$7) | 0)); quotLo = lo$9; - quotHi = hi$9 - }; + quotHi = hi$9; + } if ((ask !== 0)) { var rem_mod_bDouble = (remDouble % bDouble); remLo = $uI((rem_mod_bDouble | 0.0)); var x$2 = (rem_mod_bDouble / 4.294967296E9); - remHi = $uI((x$2 | 0.0)) + remHi = $uI((x$2 | 0.0)); } - }; + } if ((ask === 0)) { $thiz.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = quotHi; - return quotLo + return quotLo; } else if ((ask === 1)) { $thiz.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = remHi; - return remLo + return remLo; } else { var lo$10 = quotLo; var hi$10 = quotHi; @@ -6114,31 +5955,30 @@ function $p_RTLong$__unsignedDivModHelper__I__I__I__I__I__O($thiz, alo, ahi, blo var this$7 = remLo; var remStr = ("" + this$7); var start = remStr.length; - return ((("" + quot) + $as_T("000000000".substring(start))) + remStr) + return ((("" + quot) + $as_T("000000000".substring(start))) + remStr); } } /** @constructor */ function $c_RTLong$() { - this.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = 0 + this.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = 0; } $c_RTLong$.prototype = new $h_O(); $c_RTLong$.prototype.constructor = $c_RTLong$; /** @constructor */ function $h_RTLong$() { - /**/ } $h_RTLong$.prototype = $c_RTLong$.prototype; $c_RTLong$.prototype.org$scalajs$linker$runtime$RuntimeLong$$toString__I__I__T = (function(lo, hi) { - return ((hi === (lo >> 31)) ? ("" + lo) : ((hi < 0) ? ("-" + $p_RTLong$__toUnsignedString__I__I__T(this, ((-lo) | 0), ((lo !== 0) ? (~hi) : ((-hi) | 0)))) : $p_RTLong$__toUnsignedString__I__I__T(this, lo, hi))) + return ((hi === (lo >> 31)) ? ("" + lo) : ((hi < 0) ? ("-" + $p_RTLong$__toUnsignedString__I__I__T(this, ((-lo) | 0), ((lo !== 0) ? (~hi) : ((-hi) | 0)))) : $p_RTLong$__toUnsignedString__I__I__T(this, lo, hi))); }); $c_RTLong$.prototype.org$scalajs$linker$runtime$RuntimeLong$$toDouble__I__I__D = (function(lo, hi) { if ((hi < 0)) { var x = ((lo !== 0) ? (~hi) : ((-hi) | 0)); var $x_1 = $uD((x >>> 0.0)); var x$1 = ((-lo) | 0); - return (-((4.294967296E9 * $x_1) + $uD((x$1 >>> 0.0)))) + return (-((4.294967296E9 * $x_1) + $uD((x$1 >>> 0.0)))); } else { - return ((4.294967296E9 * hi) + $uD((lo >>> 0.0))) + return ((4.294967296E9 * hi) + $uD((lo >>> 0.0))); } }); $c_RTLong$.prototype.org$scalajs$linker$runtime$RuntimeLong$$toFloat__I__I__F = (function(lo, hi) { @@ -6146,176 +5986,170 @@ $c_RTLong$.prototype.org$scalajs$linker$runtime$RuntimeLong$$toFloat__I__I__F = var lo$1 = ((-lo) | 0); var hi$1 = ((lo !== 0) ? (~hi) : ((-hi) | 0)); var abs__lo = lo$1; - var abs__hi = hi$1 + var abs__hi = hi$1; } else { var abs__lo = lo; - var abs__hi = hi - }; + var abs__hi = hi; + } var hi$2 = abs__hi; if (((((-2097152) & hi$2) === 0) || ((65535 & abs__lo) === 0))) { - var compressedAbsLo = abs__lo + var compressedAbsLo = abs__lo; } else { - var compressedAbsLo = (32768 | ((-65536) & abs__lo)) - }; + var compressedAbsLo = (32768 | ((-65536) & abs__lo)); + } var x = abs__hi; var absRes = ((4.294967296E9 * $uD((x >>> 0.0))) + $uD((compressedAbsLo >>> 0.0))); - return Math.fround(((hi < 0) ? (-absRes) : absRes)) + return Math.fround(((hi < 0) ? (-absRes) : absRes)); }); $c_RTLong$.prototype.fromInt__I__RTLong = (function(value) { - return new $c_RTLong(value, (value >> 31)) + return new $c_RTLong(value, (value >> 31)); }); $c_RTLong$.prototype.fromDouble__D__RTLong = (function(value) { var lo = this.org$scalajs$linker$runtime$RuntimeLong$$fromDoubleImpl__D__I(value); - return new $c_RTLong(lo, this.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn) + return new $c_RTLong(lo, this.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn); }); $c_RTLong$.prototype.org$scalajs$linker$runtime$RuntimeLong$$fromDoubleImpl__D__I = (function(value) { if ((value < (-9.223372036854776E18))) { this.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = (-2147483648); - return 0 + return 0; } else if ((value >= 9.223372036854776E18)) { this.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = 2147483647; - return (-1) + return (-1); } else { var rawLo = $uI((value | 0.0)); var x = (value / 4.294967296E9); var rawHi = $uI((x | 0.0)); this.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = (((value < 0.0) && (rawLo !== 0)) ? (((-1) + rawHi) | 0) : rawHi); - return rawLo + return rawLo; } }); $c_RTLong$.prototype.org$scalajs$linker$runtime$RuntimeLong$$compare__I__I__I__I__I = (function(alo, ahi, blo, bhi) { - return ((ahi === bhi) ? ((alo === blo) ? 0 : ((((-2147483648) ^ alo) < ((-2147483648) ^ blo)) ? (-1) : 1)) : ((ahi < bhi) ? (-1) : 1)) + return ((ahi === bhi) ? ((alo === blo) ? 0 : ((((-2147483648) ^ alo) < ((-2147483648) ^ blo)) ? (-1) : 1)) : ((ahi < bhi) ? (-1) : 1)); }); $c_RTLong$.prototype.divideImpl__I__I__I__I__I = (function(alo, ahi, blo, bhi) { if (((blo | bhi) === 0)) { - throw new $c_jl_ArithmeticException("/ by zero") - }; + throw new $c_jl_ArithmeticException("/ by zero"); + } if ((ahi === (alo >> 31))) { if ((bhi === (blo >> 31))) { if (((alo === (-2147483648)) && (blo === (-1)))) { this.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = 0; - return (-2147483648) + return (-2147483648); } else { var lo = $intDiv(alo, blo); this.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = (lo >> 31); - return lo + return lo; } } else if (((alo === (-2147483648)) && ((blo === (-2147483648)) && (bhi === 0)))) { this.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = (-1); - return (-1) + return (-1); } else { this.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = 0; - return 0 + return 0; } } else { if ((ahi < 0)) { var lo$1 = ((-alo) | 0); var hi = ((alo !== 0) ? (~ahi) : ((-ahi) | 0)); var aAbs__lo = lo$1; - var aAbs__hi = hi + var aAbs__hi = hi; } else { var aAbs__lo = alo; - var aAbs__hi = ahi - }; + var aAbs__hi = ahi; + } if ((bhi < 0)) { var lo$2 = ((-blo) | 0); var hi$1 = ((blo !== 0) ? (~bhi) : ((-bhi) | 0)); var bAbs__lo = lo$2; - var bAbs__hi = hi$1 + var bAbs__hi = hi$1; } else { var bAbs__lo = blo; - var bAbs__hi = bhi - }; + var bAbs__hi = bhi; + } var absRLo = $p_RTLong$__unsigned_$div__I__I__I__I__I(this, aAbs__lo, aAbs__hi, bAbs__lo, bAbs__hi); if (((ahi ^ bhi) >= 0)) { - return absRLo + return absRLo; } else { var hi$2 = this.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn; this.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = ((absRLo !== 0) ? (~hi$2) : ((-hi$2) | 0)); - return ((-absRLo) | 0) + return ((-absRLo) | 0); } } }); $c_RTLong$.prototype.remainderImpl__I__I__I__I__I = (function(alo, ahi, blo, bhi) { if (((blo | bhi) === 0)) { - throw new $c_jl_ArithmeticException("/ by zero") - }; + throw new $c_jl_ArithmeticException("/ by zero"); + } if ((ahi === (alo >> 31))) { if ((bhi === (blo >> 31))) { if ((blo !== (-1))) { var lo = $intMod(alo, blo); this.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = (lo >> 31); - return lo + return lo; } else { this.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = 0; - return 0 + return 0; } } else if (((alo === (-2147483648)) && ((blo === (-2147483648)) && (bhi === 0)))) { this.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = 0; - return 0 + return 0; } else { this.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = ahi; - return alo + return alo; } } else { if ((ahi < 0)) { var lo$1 = ((-alo) | 0); var hi = ((alo !== 0) ? (~ahi) : ((-ahi) | 0)); var aAbs__lo = lo$1; - var aAbs__hi = hi + var aAbs__hi = hi; } else { var aAbs__lo = alo; - var aAbs__hi = ahi - }; + var aAbs__hi = ahi; + } if ((bhi < 0)) { var lo$2 = ((-blo) | 0); var hi$1 = ((blo !== 0) ? (~bhi) : ((-bhi) | 0)); var bAbs__lo = lo$2; - var bAbs__hi = hi$1 + var bAbs__hi = hi$1; } else { var bAbs__lo = blo; - var bAbs__hi = bhi - }; + var bAbs__hi = bhi; + } var absRLo = $p_RTLong$__unsigned_$percent__I__I__I__I__I(this, aAbs__lo, aAbs__hi, bAbs__lo, bAbs__hi); if ((ahi < 0)) { var hi$2 = this.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn; this.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn = ((absRLo !== 0) ? (~hi$2) : ((-hi$2) | 0)); - return ((-absRLo) | 0) + return ((-absRLo) | 0); } else { - return absRLo + return absRLo; } } }); -var $d_RTLong$ = new $TypeData().initClass({ - RTLong$: 0 -}, false, "org.scalajs.linker.runtime.RuntimeLong$", { - RTLong$: 1, - O: 1 -}); -$c_RTLong$.prototype.$classData = $d_RTLong$; +var $d_RTLong$ = new $TypeData().initClass($c_RTLong$, "org.scalajs.linker.runtime.RuntimeLong$", ({ + RTLong$: 1 +})); var $n_RTLong$; function $m_RTLong$() { if ((!$n_RTLong$)) { - $n_RTLong$ = new $c_RTLong$() - }; - return $n_RTLong$ + $n_RTLong$ = new $c_RTLong$(); + } + return $n_RTLong$; } /** @constructor */ function $c_Lpprint_ProductSupport$() { - /**/ } $c_Lpprint_ProductSupport$.prototype = new $h_O(); $c_Lpprint_ProductSupport$.prototype.constructor = $c_Lpprint_ProductSupport$; /** @constructor */ function $h_Lpprint_ProductSupport$() { - /**/ } $h_Lpprint_ProductSupport$.prototype = $c_Lpprint_ProductSupport$.prototype; $c_Lpprint_ProductSupport$.prototype.treeifyProductElements__s_Product__Lpprint_Walker__Z__Z__sc_Iterator = (function(x, walker, escapeUnicode, showFieldNames) { if ((!showFieldNames)) { var this$2 = $n($n(x).productIterator__sc_Iterator()); var f = new $c_sjsr_AnonFunction1(((x$2$2) => $n(walker).treeify__O__Z__Z__Lpprint_Tree(x$2$2, escapeUnicode, showFieldNames))); - return new $c_sc_Iterator$$anon$9(this$2, f) + return new $c_sc_Iterator$$anon$9(this$2, f); } else { var this$3 = $n(x); var this$4 = new $c_s_Product$$anon$2(this$3); @@ -6326,44 +6160,38 @@ $c_Lpprint_ProductSupport$.prototype.treeifyProductElements__s_Product__Lpprint_ var name = $as_T($n(x0$1)._1__O()); var i = $n(x0$1)._2$mcI$sp__I(); var elem = $n(x).productElement__I__O(i); - return new $c_Lpprint_Tree$KeyValue(name, $n(walker).treeify__O__Z__Z__Lpprint_Tree(elem, escapeUnicode, showFieldNames)) + return new $c_Lpprint_Tree$KeyValue(name, $n(walker).treeify__O__Z__Z__Lpprint_Tree(elem, escapeUnicode, showFieldNames)); } else { - throw new $c_s_MatchError(x0$1) + throw new $c_s_MatchError(x0$1); } })); - return new $c_sc_Iterator$$anon$9(this$5, f$1) + return new $c_sc_Iterator$$anon$9(this$5, f$1); } }); -var $d_Lpprint_ProductSupport$ = new $TypeData().initClass({ - Lpprint_ProductSupport$: 0 -}, false, "pprint.ProductSupport$", { - Lpprint_ProductSupport$: 1, - O: 1 -}); -$c_Lpprint_ProductSupport$.prototype.$classData = $d_Lpprint_ProductSupport$; +var $d_Lpprint_ProductSupport$ = new $TypeData().initClass($c_Lpprint_ProductSupport$, "pprint.ProductSupport$", ({ + Lpprint_ProductSupport$: 1 +})); var $n_Lpprint_ProductSupport$; function $m_Lpprint_ProductSupport$() { if ((!$n_Lpprint_ProductSupport$)) { - $n_Lpprint_ProductSupport$ = new $c_Lpprint_ProductSupport$() - }; - return $n_Lpprint_ProductSupport$ + $n_Lpprint_ProductSupport$ = new $c_Lpprint_ProductSupport$(); + } + return $n_Lpprint_ProductSupport$; } function $p_Lpprint_Renderer__applyHeader$1__T__sc_Iterator($thiz, prefix$1) { - $n($m_s_package$().s_package$__f_Iterator); var this$2 = $n($thiz.Lpprint_Renderer__f_colorApplyPrefix); var this$1 = $m_Lfansi_Str$(); var s = this$1.apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str(prefix$1, $m_Lfansi_ErrorMode$Throw$()); var array = [$n(s).overlay__Lfansi_Attrs__I__I__Lfansi_Str(this$2, 0, $n(s).length__I()), $m_Lpprint_Renderer$().Lpprint_Renderer$__f_openParen]; var xs = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array); var this$7 = new $c_sc_IndexedSeqView$Id(xs); - return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$7) + return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$7); } function $p_Lpprint_Renderer__separator$1__Lfansi_Str__sc_Iterator($thiz, indentPlusOne$1) { - $n($m_s_package$().s_package$__f_Iterator); var array = [$m_Lpprint_Renderer$().Lpprint_Renderer$__f_commaNewLine, indentPlusOne$1]; var xs = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array); var this$5 = new $c_sc_IndexedSeqView$Id(xs); - return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$5) + return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$5); } function $p_Lpprint_Renderer__bufferedFragments$1__scm_Buffer__sr_ObjectRef__Lfansi_Str__Lpprint_Util$ConcatIterator($thiz, buffer$1, lastChildIter$1, indentPlusOne$1) { $m_Lpprint_Renderer$(); @@ -6371,7 +6199,7 @@ function $p_Lpprint_Renderer__bufferedFragments$1__scm_Buffer__sr_ObjectRef__Lfa var this$3 = new $c_sc_Iterator$$anon$16(this$1); var p = new $c_sjsr_AnonFunction1(((check$ifrefutable$1$2) => { var check$ifrefutable$1 = $as_T2(check$ifrefutable$1$2); - return (check$ifrefutable$1 !== null) + return (check$ifrefutable$1 !== null); })); var this$5 = new $c_sc_Iterator$$anon$6(this$3, p, false); var f = new $c_sjsr_AnonFunction1(((x$6$2) => { @@ -6380,72 +6208,69 @@ function $p_Lpprint_Renderer__bufferedFragments$1__scm_Buffer__sr_ObjectRef__Lfa var v = $as_sc_Seq($n(x$6)._1__O()); var i = $n(x$6)._2$mcI$sp__I(); if ((i < (((-1) + $n(buffer$1).length__I()) | 0))) { - return $n(v).iterator__sc_Iterator() + return $n(v).iterator__sc_Iterator(); } else { var this$4 = $n($n(v).iterator__sc_Iterator()); var xs = new $c_sjsr_AnonFunction0((() => $as_sc_Iterator($n(lastChildIter$1).sr_ObjectRef__f_elem))); - return this$4.concat__F0__sc_Iterator(xs) + return this$4.concat__F0__sc_Iterator(xs); } } else { - throw new $c_s_MatchError(x$6) + throw new $c_s_MatchError(x$6); } })); var it0 = new $c_sc_Iterator$$anon$9(this$5, f); var joiner = new $c_sjsr_AnonFunction0((() => $p_Lpprint_Renderer__separator$1__Lfansi_Str__sc_Iterator($thiz, indentPlusOne$1))); - return new $c_Lpprint_Util$ConcatIterator(it0, joiner) + return new $c_Lpprint_Util$ConcatIterator(it0, joiner); } function $p_Lpprint_Renderer__nonBufferedFragments$1__sc_Iterator__I__Lfansi_Str__Lpprint_Util$ConcatIterator($thiz, body$1, indentCount$1, indentPlusOne$1) { $m_Lpprint_Renderer$(); var this$2 = $n(body$1); var f = new $c_sjsr_AnonFunction1(((c$2) => { var c = $as_Lpprint_Tree(c$2); - return $n($thiz.rec__Lpprint_Tree__I__I__Lpprint_Result(c, Math.imul(((1 + indentCount$1) | 0), $thiz.Lpprint_Renderer__f_indentStep), ((1 + indentCount$1) | 0))).Lpprint_Result__f_iter + return $n($thiz.rec__Lpprint_Tree__I__I__Lpprint_Result(c, Math.imul(((1 + indentCount$1) | 0), $thiz.Lpprint_Renderer__f_indentStep), ((1 + indentCount$1) | 0))).Lpprint_Result__f_iter; })); var it0 = new $c_sc_Iterator$$anon$9(this$2, f); var joiner = new $c_sjsr_AnonFunction0((() => $p_Lpprint_Renderer__separator$1__Lfansi_Str__sc_Iterator($thiz, indentPlusOne$1))); - return new $c_Lpprint_Util$ConcatIterator(it0, joiner) + return new $c_Lpprint_Util$ConcatIterator(it0, joiner); } function $p_Lpprint_Renderer__allFragments$1__scm_Buffer__sc_Iterator__I__Lfansi_Str__sr_ObjectRef__Lpprint_Util$ConcatIterator($thiz, buffer$1, body$1, indentCount$1, indentPlusOne$1, lastChildIter$1) { if ($n(buffer$1).isEmpty__Z()) { - return $p_Lpprint_Renderer__nonBufferedFragments$1__sc_Iterator__I__Lfansi_Str__Lpprint_Util$ConcatIterator($thiz, body$1, indentCount$1, indentPlusOne$1) + return $p_Lpprint_Renderer__nonBufferedFragments$1__sc_Iterator__I__Lfansi_Str__Lpprint_Util$ConcatIterator($thiz, body$1, indentCount$1, indentPlusOne$1); } else if ((!$n(body$1).hasNext__Z())) { - return $p_Lpprint_Renderer__bufferedFragments$1__scm_Buffer__sr_ObjectRef__Lfansi_Str__Lpprint_Util$ConcatIterator($thiz, buffer$1, lastChildIter$1, indentPlusOne$1) + return $p_Lpprint_Renderer__bufferedFragments$1__scm_Buffer__sr_ObjectRef__Lfansi_Str__Lpprint_Util$ConcatIterator($thiz, buffer$1, lastChildIter$1, indentPlusOne$1); } else { $m_Lpprint_Renderer$(); - $n($m_s_package$().s_package$__f_Iterator); var array = [$p_Lpprint_Renderer__bufferedFragments$1__scm_Buffer__sr_ObjectRef__Lfansi_Str__Lpprint_Util$ConcatIterator($thiz, buffer$1, lastChildIter$1, indentPlusOne$1), $p_Lpprint_Renderer__nonBufferedFragments$1__sc_Iterator__I__Lfansi_Str__Lpprint_Util$ConcatIterator($thiz, body$1, indentCount$1, indentPlusOne$1)]; var xs = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array); var this$5 = new $c_sc_IndexedSeqView$Id(xs); var it0 = $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$5); var joiner = new $c_sjsr_AnonFunction0((() => $p_Lpprint_Renderer__separator$1__Lfansi_Str__sc_Iterator($thiz, indentPlusOne$1))); - return new $c_Lpprint_Util$ConcatIterator(it0, joiner) + return new $c_Lpprint_Util$ConcatIterator(it0, joiner); } } function $p_Lpprint_Renderer__iter$1__Lfansi_Str__I__T__scm_Buffer__sc_Iterator__sr_ObjectRef__Lpprint_Util$ConcatIterator($thiz, indentPlusOne$1, indentCount$1, prefix$1, buffer$1, body$1, lastChildIter$1) { var $x_1 = $m_Lpprint_Util$(); var array$2 = [new $c_sjsr_AnonFunction0((() => $p_Lpprint_Renderer__applyHeader$1__T__sc_Iterator($thiz, prefix$1))), new $c_sjsr_AnonFunction0((() => { - $n($m_s_package$().s_package$__f_Iterator); var array = [$m_Lpprint_Renderer$().Lpprint_Renderer$__f_newLine, indentPlusOne$1]; var xs = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array); var this$7 = new $c_sc_IndexedSeqView$Id(xs); - return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$7) + return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$7); })), new $c_sjsr_AnonFunction0((() => $p_Lpprint_Renderer__allFragments$1__scm_Buffer__sc_Iterator__I__Lfansi_Str__sr_ObjectRef__Lpprint_Util$ConcatIterator($thiz, buffer$1, body$1, indentCount$1, indentPlusOne$1, lastChildIter$1))), new $c_sjsr_AnonFunction0((() => { - $n($m_s_package$().s_package$__f_Iterator); var array$1 = [$m_Lpprint_Renderer$().Lpprint_Renderer$__f_newLine, $m_Lpprint_Renderer$().indent__I__Lfansi_Str(Math.imul(indentCount$1, $thiz.Lpprint_Renderer__f_indentStep)), $m_Lpprint_Renderer$().Lpprint_Renderer$__f_closeParen]; var xs$1 = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array$1); var this$12 = new $c_sc_IndexedSeqView$Id(xs$1); - return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$12) + return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$12); }))]; - return $n($x_1).concat__sci_Seq__Lpprint_Util$ConcatIterator($ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array$2)) + return $n($x_1).concat__sci_Seq__Lpprint_Util$ConcatIterator($ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array$2)); } function $p_Lpprint_Renderer__str$lzycompute$1__sr_LazyRef__Lpprint_Tree$Lazy__I__I__sc_Iterator($thiz, str$lzy$1, x4$1, leftOffset$1, indentCount$1) { if ((str$lzy$1 === null)) { - throw new $c_jl_NullPointerException() - }; - return ($n(str$lzy$1).sr_LazyRef__f__initialized ? $as_sc_Iterator($n(str$lzy$1).sr_LazyRef__f__value) : $as_sc_Iterator($n(str$lzy$1).initialize__O__O($n($n(x4$1).Lpprint_Tree$Lazy__f_body0).apply__O__O(new $c_Lpprint_Tree$Ctx($thiz.Lpprint_Renderer__f_maxWidth, leftOffset$1, indentCount$1, $thiz.Lpprint_Renderer__f_indentStep, $thiz.Lpprint_Renderer__f_colorLiteral, $thiz.Lpprint_Renderer__f_colorApplyPrefix))))) + throw new $c_jl_NullPointerException(); + } + return ($n(str$lzy$1).sr_LazyRef__f__initialized ? $as_sc_Iterator($n(str$lzy$1).sr_LazyRef__f__value) : $as_sc_Iterator($n(str$lzy$1).initialize__O__O($n($n(x4$1).Lpprint_Tree$Lazy__f_body0).apply__O__O(new $c_Lpprint_Tree$Ctx($thiz.Lpprint_Renderer__f_maxWidth, leftOffset$1, indentCount$1, $thiz.Lpprint_Renderer__f_indentStep, $thiz.Lpprint_Renderer__f_colorLiteral, $thiz.Lpprint_Renderer__f_colorApplyPrefix))))); } function $p_Lpprint_Renderer__str$1__sr_LazyRef__Lpprint_Tree$Lazy__I__I__sc_Iterator($thiz, str$lzy$1, x4$1, leftOffset$1, indentCount$1) { - return ($n(str$lzy$1).sr_LazyRef__f__initialized ? $as_sc_Iterator($n(str$lzy$1).sr_LazyRef__f__value) : $p_Lpprint_Renderer__str$lzycompute$1__sr_LazyRef__Lpprint_Tree$Lazy__I__I__sc_Iterator($thiz, str$lzy$1, x4$1, leftOffset$1, indentCount$1)) + return ($n(str$lzy$1).sr_LazyRef__f__initialized ? $as_sc_Iterator($n(str$lzy$1).sr_LazyRef__f__value) : $p_Lpprint_Renderer__str$lzycompute$1__sr_LazyRef__Lpprint_Tree$Lazy__I__I__sc_Iterator($thiz, str$lzy$1, x4$1, leftOffset$1, indentCount$1)); } /** @constructor */ function $c_Lpprint_Renderer(maxWidth, colorApplyPrefix, colorLiteral, indentStep) { @@ -6456,13 +6281,12 @@ function $c_Lpprint_Renderer(maxWidth, colorApplyPrefix, colorLiteral, indentSte this.Lpprint_Renderer__f_maxWidth = maxWidth; this.Lpprint_Renderer__f_colorApplyPrefix = colorApplyPrefix; this.Lpprint_Renderer__f_colorLiteral = colorLiteral; - this.Lpprint_Renderer__f_indentStep = indentStep + this.Lpprint_Renderer__f_indentStep = indentStep; } $c_Lpprint_Renderer.prototype = new $h_O(); $c_Lpprint_Renderer.prototype.constructor = $c_Lpprint_Renderer; /** @constructor */ function $h_Lpprint_Renderer() { - /**/ } $h_Lpprint_Renderer.prototype = $c_Lpprint_Renderer.prototype; $c_Lpprint_Renderer.prototype.rec__Lpprint_Tree__I__I__Lpprint_Result = (function(x, leftOffset, indentCount) { @@ -6474,8 +6298,6 @@ $c_Lpprint_Renderer.prototype.rec__Lpprint_Tree__I__I__Lpprint_Result = (functio var this$1 = $n(prefix); var totalHorizontalWidth = ((2 + ((leftOffset + this$1.length) | 0)) | 0); var buffer = $as_scm_Buffer($m_scm_Buffer$().empty__sc_SeqOps()); - $n($m_s_package$().s_package$__f_Iterator); - $m_sci_Nil$(); var elem = $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty; var lastChildIter = new $c_sr_ObjectRef(elem); var childCompletedLineCount = new $c_sr_IntRef(0); @@ -6487,21 +6309,21 @@ $c_Lpprint_Renderer.prototype.rec__Lpprint_Tree__I__I__Lpprint_Result = (functio var next = $as_Lfansi_Str($n($n(childRes).Lpprint_Result__f_iter).next__O()); var this$5 = $n(childBuffer); this$5.addOne__O__scm_Growable(next); - totalHorizontalWidth = ((totalHorizontalWidth + $n(next).length__I()) | 0) - }; + totalHorizontalWidth = ((totalHorizontalWidth + $n(next).length__I()) | 0); + } if ($n(body).hasNext__Z()) { - totalHorizontalWidth = ((2 + totalHorizontalWidth) | 0) - }; + totalHorizontalWidth = ((2 + totalHorizontalWidth) | 0); + } if ((!$n($n(childRes).Lpprint_Result__f_iter).hasNext__Z())) { - childCompletedLineCount.sr_IntRef__f_elem = ((childCompletedLineCount.sr_IntRef__f_elem + $n(childRes).completedLineCount__I()) | 0) + childCompletedLineCount.sr_IntRef__f_elem = ((childCompletedLineCount.sr_IntRef__f_elem + $n(childRes).completedLineCount__I()) | 0); } else { - lastChildIter.sr_ObjectRef__f_elem = $n(childRes).Lpprint_Result__f_iter - }; + lastChildIter.sr_ObjectRef__f_elem = $n(childRes).Lpprint_Result__f_iter; + } var this$7 = $n(buffer); var this$6 = $n(childBuffer); var elem$1 = $m_sci_Seq$().from__sc_IterableOnce__sci_Seq(this$6); - this$7.addOne__O__scm_Growable(elem$1) - }; + this$7.addOne__O__scm_Growable(elem$1); + } var indentPlusOne = $m_Lpprint_Renderer$().indent__I__Lfansi_Str(Math.imul(((1 + indentCount) | 0), this.Lpprint_Renderer__f_indentStep)); if ((((totalHorizontalWidth <= this.Lpprint_Renderer__f_maxWidth) && (childCompletedLineCount.sr_IntRef__f_elem === 0)) && (!$n($as_sc_Iterator(lastChildIter.sr_ObjectRef__f_elem)).hasNext__Z()))) { var $x_1 = $m_Lpprint_Util$(); @@ -6510,23 +6332,21 @@ $c_Lpprint_Renderer.prototype.rec__Lpprint_Tree__I__I__Lpprint_Result = (functio var this$9 = $n($n(buffer).iterator__sc_Iterator()); var f = new $c_sjsr_AnonFunction1(((x$1$2) => { var x$1 = $as_sc_Seq(x$1$2); - return $n(x$1).iterator__sc_Iterator() + return $n(x$1).iterator__sc_Iterator(); })); var it0 = new $c_sc_Iterator$$anon$9(this$9, f); var joiner = new $c_sjsr_AnonFunction0((() => { - $n($m_s_package$().s_package$__f_Iterator); var array = [$m_Lpprint_Renderer$().Lpprint_Renderer$__f_commaSpace]; var xs$1 = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array); var this$14 = new $c_sc_IndexedSeqView$Id(xs$1); - return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$14) + return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$14); })); - return new $c_Lpprint_Util$ConcatIterator(it0, joiner) + return new $c_Lpprint_Util$ConcatIterator(it0, joiner); })), new $c_sjsr_AnonFunction0((() => { - $n($m_s_package$().s_package$__f_Iterator); var array$1 = [$m_Lpprint_Renderer$().Lpprint_Renderer$__f_closeParen]; var xs$2 = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array$1); var this$20 = new $c_sc_IndexedSeqView$Id(xs$2); - return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$20) + return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$20); }))]; var iter = $n($x_1).concat__sci_Seq__Lpprint_Util$ConcatIterator($ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array$2)); var this$26 = $n($n(buffer).iterator__sc_Iterator()); @@ -6535,24 +6355,23 @@ $c_Lpprint_Renderer.prototype.rec__Lpprint_Tree__I__I__Lpprint_Result = (functio var this$24 = $n($n(x$2).iterator__sc_Iterator()); var f$1 = new $c_sjsr_AnonFunction1(((x$3$2) => { var x$3 = $as_Lfansi_Str(x$3$2); - return $n(x$3).length__I() + return $n(x$3).length__I(); })); var this$25 = new $c_sc_Iterator$$anon$9(this$24, f$1); var num = $m_s_math_Numeric$IntIsIntegral$(); - return $uI($f_sc_IterableOnceOps__sum__s_math_Numeric__O(this$25, num)) + return $uI($f_sc_IterableOnceOps__sum__s_math_Numeric__O(this$25, num)); })); var this$27 = new $c_sc_Iterator$$anon$9(this$26, f$2); var num$1 = $m_s_math_Numeric$IntIsIntegral$(); var length = $uI($f_sc_IterableOnceOps__sum__s_math_Numeric__O(this$27, num$1)); - return new $c_Lpprint_Result(iter, new $c_sjsr_AnonFunction0((() => 0)), new $c_sjsr_AnonFunction0((() => length))) + return new $c_Lpprint_Result(iter, new $c_sjsr_AnonFunction0((() => 0)), new $c_sjsr_AnonFunction0((() => length))); } else if (((!nonEmpty) && (totalHorizontalWidth > this.Lpprint_Renderer__f_maxWidth))) { var $x_2 = $m_Lpprint_Util$(); var array$4 = [new $c_sjsr_AnonFunction0((() => $p_Lpprint_Renderer__applyHeader$1__T__sc_Iterator(this, prefix))), new $c_sjsr_AnonFunction0((() => { - $n($m_s_package$().s_package$__f_Iterator); var array$3 = [$m_Lpprint_Renderer$().Lpprint_Renderer$__f_newLine, $m_Lpprint_Renderer$().indent__I__Lfansi_Str(Math.imul(indentCount, this.Lpprint_Renderer__f_indentStep)), $m_Lpprint_Renderer$().Lpprint_Renderer$__f_closeParen]; var xs$3 = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array$3); var this$32 = new $c_sc_IndexedSeqView$Id(xs$3); - return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$32) + return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$32); }))]; var iter$2 = $n($x_2).concat__sci_Seq__Lpprint_Util$ConcatIterator($ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array$4)); var this$38 = $n($n(buffer).iterator__sc_Iterator()); @@ -6561,18 +6380,18 @@ $c_Lpprint_Renderer.prototype.rec__Lpprint_Tree__I__I__Lpprint_Result = (functio var this$36 = $n($n(x$4).iterator__sc_Iterator()); var f$3 = new $c_sjsr_AnonFunction1(((x$5$2) => { var x$5 = $as_Lfansi_Str(x$5$2); - return $n(x$5).length__I() + return $n(x$5).length__I(); })); var this$37 = new $c_sc_Iterator$$anon$9(this$36, f$3); var num$2 = $m_s_math_Numeric$IntIsIntegral$(); - return $uI($f_sc_IterableOnceOps__sum__s_math_Numeric__O(this$37, num$2)) + return $uI($f_sc_IterableOnceOps__sum__s_math_Numeric__O(this$37, num$2)); })); var this$39 = new $c_sc_Iterator$$anon$9(this$38, f$4); var num$3 = $m_s_math_Numeric$IntIsIntegral$(); var length$2 = $uI($f_sc_IterableOnceOps__sum__s_math_Numeric__O(this$39, num$3)); - return new $c_Lpprint_Result(iter$2, new $c_sjsr_AnonFunction0((() => 0)), new $c_sjsr_AnonFunction0((() => length$2))) + return new $c_Lpprint_Result(iter$2, new $c_sjsr_AnonFunction0((() => 0)), new $c_sjsr_AnonFunction0((() => length$2))); } else { - return new $c_Lpprint_Result($p_Lpprint_Renderer__iter$1__Lfansi_Str__I__T__scm_Buffer__sc_Iterator__sr_ObjectRef__Lpprint_Util$ConcatIterator(this, indentPlusOne, indentCount, prefix, buffer, body, lastChildIter), new $c_sjsr_AnonFunction0((() => ((2 + childCompletedLineCount.sr_IntRef__f_elem) | 0))), new $c_sjsr_AnonFunction0((() => ((1 + Math.imul(indentCount, this.Lpprint_Renderer__f_indentStep)) | 0)))) + return new $c_Lpprint_Result($p_Lpprint_Renderer__iter$1__Lfansi_Str__I__T__scm_Buffer__sc_Iterator__sr_ObjectRef__Lpprint_Util$ConcatIterator(this, indentPlusOne, indentCount, prefix, buffer, body, lastChildIter), new $c_sjsr_AnonFunction0((() => ((2 + childCompletedLineCount.sr_IntRef__f_elem) | 0))), new $c_sjsr_AnonFunction0((() => ((1 + Math.imul(indentCount, this.Lpprint_Renderer__f_indentStep)) | 0)))); } } else if ((x instanceof $c_Lpprint_Tree$Infix)) { var x3 = $as_Lpprint_Tree$Infix(x); @@ -6585,22 +6404,22 @@ $c_Lpprint_Renderer.prototype.rec__Lpprint_Tree__I__I__Lpprint_Result = (functio return $n($m_Lpprint_Result$().fromString__F0__Lpprint_Result(new $c_sjsr_AnonFunction0((() => { var this$40 = $m_Lfansi_Str$(); var raw = ((" " + op) + " "); - return this$40.apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str(raw, $m_Lfansi_ErrorMode$Throw$()) + return this$40.apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str(raw, $m_Lfansi_ErrorMode$Throw$()); })))).flatMap__F2__Lpprint_Result(new $c_sjsr_AnonFunction2(((x$7$2, x$8$2) => { $uI(x$7$2); $uI(x$8$2); - return this.rec__Lpprint_Tree__I__I__Lpprint_Result(rhs, lhsLastLineLength, indentCount) - }))) - }))) + return this.rec__Lpprint_Tree__I__I__Lpprint_Result(rhs, lhsLastLineLength, indentCount); + }))); + }))); } else if ((x instanceof $c_Lpprint_Tree$Lazy)) { var x4 = $as_Lpprint_Tree$Lazy(x); var str$lzy = new $c_sr_LazyRef(); var this$42 = $n($p_Lpprint_Renderer__str$1__sr_LazyRef__Lpprint_Tree$Lazy__I__I__sc_Iterator(this, str$lzy, x4, leftOffset, indentCount)); var f$5 = new $c_sjsr_AnonFunction1(((x$9$2) => { var x$9 = $as_T(x$9$2); - return $m_Lfansi_Str$().apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str(x$9, ($m_Lfansi_Str$(), $m_Lfansi_ErrorMode$Throw$())) + return $m_Lfansi_Str$().apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str(x$9, ($m_Lfansi_Str$(), $m_Lfansi_ErrorMode$Throw$())); })); - return new $c_Lpprint_Truncated(new $c_sc_Iterator$$anon$9(this$42, f$5), this.Lpprint_Renderer__f_maxWidth, 99999999, "...").toResult__Lpprint_Result() + return new $c_Lpprint_Truncated(new $c_sc_Iterator$$anon$9(this$42, f$5), this.Lpprint_Renderer__f_maxWidth, 99999999, "...").toResult__Lpprint_Result(); } else if ((x instanceof $c_Lpprint_Tree$Literal)) { var x5 = $as_Lpprint_Tree$Literal(x); return $m_Lpprint_Result$().fromString__F0__Lpprint_Result(new $c_sjsr_AnonFunction0((() => { @@ -6608,8 +6427,8 @@ $c_Lpprint_Renderer.prototype.rec__Lpprint_Tree__I__I__Lpprint_Result = (functio var this$43 = $m_Lfansi_Str$(); var raw$1 = $n(x5).Lpprint_Tree$Literal__f_body; var s = this$43.apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str(raw$1, $m_Lfansi_ErrorMode$Throw$()); - return $n(s).overlay__Lfansi_Attrs__I__I__Lfansi_Str(this$44, 0, $n(s).length__I()) - }))) + return $n(s).overlay__Lfansi_Attrs__I__I__Lfansi_Str(this$44, 0, $n(s).length__I()); + }))); } else if ((x instanceof $c_Lpprint_Tree$KeyValue)) { var x6 = $as_Lpprint_Tree$KeyValue(x); var k = $n(x6).Lpprint_Tree$KeyValue__f_key; @@ -6617,23 +6436,19 @@ $c_Lpprint_Renderer.prototype.rec__Lpprint_Tree__I__I__Lpprint_Result = (functio var prefix$2 = (k + " = "); return $n($m_Lpprint_Result$().fromString__F0__Lpprint_Result(new $c_sjsr_AnonFunction0((() => { var this$45 = $m_Lfansi_Str$(); - return this$45.apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str(prefix$2, $m_Lfansi_ErrorMode$Throw$()) + return this$45.apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str(prefix$2, $m_Lfansi_ErrorMode$Throw$()); })))).flatMap__F2__Lpprint_Result(new $c_sjsr_AnonFunction2(((x$10$2, x$11$2) => { $uI(x$10$2); $uI(x$11$2); - return this.rec__Lpprint_Tree__I__I__Lpprint_Result(v, ((leftOffset + prefix$2.length) | 0), indentCount) - }))) + return this.rec__Lpprint_Tree__I__I__Lpprint_Result(v, ((leftOffset + prefix$2.length) | 0), indentCount); + }))); } else { - throw new $c_s_MatchError(x) + throw new $c_s_MatchError(x); } }); -var $d_Lpprint_Renderer = new $TypeData().initClass({ - Lpprint_Renderer: 0 -}, false, "pprint.Renderer", { - Lpprint_Renderer: 1, - O: 1 -}); -$c_Lpprint_Renderer.prototype.$classData = $d_Lpprint_Renderer; +var $d_Lpprint_Renderer = new $TypeData().initClass($c_Lpprint_Renderer, "pprint.Renderer", ({ + Lpprint_Renderer: 1 +})); /** @constructor */ function $c_Lpprint_Renderer$() { this.Lpprint_Renderer$__f_openParen = null; @@ -6654,33 +6469,28 @@ function $c_Lpprint_Renderer$() { var $x_1 = i; var arg1 = i; array.set($x_1, $m_Lfansi_Str$().apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str($m_sc_StringOps$().$times$extension__T__I__T(" ", arg1), ($m_Lfansi_Str$(), $m_Lfansi_ErrorMode$Throw$()))); - i = ((1 + i) | 0) - }; - this.Lpprint_Renderer$__f_cachedIndents = array + i = ((1 + i) | 0); + } + this.Lpprint_Renderer$__f_cachedIndents = array; } $c_Lpprint_Renderer$.prototype = new $h_O(); $c_Lpprint_Renderer$.prototype.constructor = $c_Lpprint_Renderer$; /** @constructor */ function $h_Lpprint_Renderer$() { - /**/ } $h_Lpprint_Renderer$.prototype = $c_Lpprint_Renderer$.prototype; $c_Lpprint_Renderer$.prototype.indent__I__Lfansi_Str = (function(n) { - return ((n < 64) ? $n(this.Lpprint_Renderer$__f_cachedIndents).get(n) : $m_Lfansi_Str$().apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str($m_sc_StringOps$().$times$extension__T__I__T(" ", n), ($m_Lfansi_Str$(), $m_Lfansi_ErrorMode$Throw$()))) + return ((n < 64) ? $n(this.Lpprint_Renderer$__f_cachedIndents).get(n) : $m_Lfansi_Str$().apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str($m_sc_StringOps$().$times$extension__T__I__T(" ", n), ($m_Lfansi_Str$(), $m_Lfansi_ErrorMode$Throw$()))); }); -var $d_Lpprint_Renderer$ = new $TypeData().initClass({ - Lpprint_Renderer$: 0 -}, false, "pprint.Renderer$", { - Lpprint_Renderer$: 1, - O: 1 -}); -$c_Lpprint_Renderer$.prototype.$classData = $d_Lpprint_Renderer$; +var $d_Lpprint_Renderer$ = new $TypeData().initClass($c_Lpprint_Renderer$, "pprint.Renderer$", ({ + Lpprint_Renderer$: 1 +})); var $n_Lpprint_Renderer$; function $m_Lpprint_Renderer$() { if ((!$n_Lpprint_Renderer$)) { - $n_Lpprint_Renderer$ = new $c_Lpprint_Renderer$() - }; - return $n_Lpprint_Renderer$ + $n_Lpprint_Renderer$ = new $c_Lpprint_Renderer$(); + } + return $n_Lpprint_Renderer$; } function $p_Lpprint_Result__completedLineCount$lzycompute__I($thiz) { if (((((1 & $thiz.Lpprint_Result__f_bitmap$0) << 24) >> 24) === 0)) { @@ -6689,10 +6499,10 @@ function $p_Lpprint_Result__completedLineCount$lzycompute__I($thiz) { $n($x_1).require__Z__V((!this$1.hasNext__Z())); var this$2 = $n($thiz.Lpprint_Result__f_completedLineCount0); $thiz.Lpprint_Result__f_completedLineCount = $uI(this$2.apply__O()); - $thiz.Lpprint_Result__f_bitmap$0 = (((1 | $thiz.Lpprint_Result__f_bitmap$0) << 24) >> 24) - }; + $thiz.Lpprint_Result__f_bitmap$0 = (((1 | $thiz.Lpprint_Result__f_bitmap$0) << 24) >> 24); + } $thiz.Lpprint_Result__f_completedLineCount0 = null; - return $thiz.Lpprint_Result__f_completedLineCount + return $thiz.Lpprint_Result__f_completedLineCount; } function $p_Lpprint_Result__lastLineLength$lzycompute__I($thiz) { if (((((2 & $thiz.Lpprint_Result__f_bitmap$0) << 24) >> 24) === 0)) { @@ -6701,9 +6511,9 @@ function $p_Lpprint_Result__lastLineLength$lzycompute__I($thiz) { $n($x_1).require__Z__V((!this$1.hasNext__Z())); var this$2 = $n($thiz.Lpprint_Result__f_lastLineLength0); $thiz.Lpprint_Result__f_lastLineLength = $uI(this$2.apply__O()); - $thiz.Lpprint_Result__f_bitmap$0 = (((2 | $thiz.Lpprint_Result__f_bitmap$0) << 24) >> 24) - }; - return $thiz.Lpprint_Result__f_lastLineLength + $thiz.Lpprint_Result__f_bitmap$0 = (((2 | $thiz.Lpprint_Result__f_bitmap$0) << 24) >> 24); + } + return $thiz.Lpprint_Result__f_lastLineLength; } /** @constructor */ function $c_Lpprint_Result(iter, completedLineCount0, lastLineLength0) { @@ -6715,20 +6525,19 @@ function $c_Lpprint_Result(iter, completedLineCount0, lastLineLength0) { this.Lpprint_Result__f_bitmap$0 = 0; this.Lpprint_Result__f_iter = iter; this.Lpprint_Result__f_completedLineCount0 = completedLineCount0; - this.Lpprint_Result__f_lastLineLength0 = lastLineLength0 + this.Lpprint_Result__f_lastLineLength0 = lastLineLength0; } $c_Lpprint_Result.prototype = new $h_O(); $c_Lpprint_Result.prototype.constructor = $c_Lpprint_Result; /** @constructor */ function $h_Lpprint_Result() { - /**/ } $h_Lpprint_Result.prototype = $c_Lpprint_Result.prototype; $c_Lpprint_Result.prototype.completedLineCount__I = (function() { - return (((((1 & this.Lpprint_Result__f_bitmap$0) << 24) >> 24) === 0) ? $p_Lpprint_Result__completedLineCount$lzycompute__I(this) : this.Lpprint_Result__f_completedLineCount) + return (((((1 & this.Lpprint_Result__f_bitmap$0) << 24) >> 24) === 0) ? $p_Lpprint_Result__completedLineCount$lzycompute__I(this) : this.Lpprint_Result__f_completedLineCount); }); $c_Lpprint_Result.prototype.lastLineLength__I = (function() { - return (((((2 & this.Lpprint_Result__f_bitmap$0) << 24) >> 24) === 0) ? $p_Lpprint_Result__lastLineLength$lzycompute__I(this) : this.Lpprint_Result__f_lastLineLength) + return (((((2 & this.Lpprint_Result__f_bitmap$0) << 24) >> 24) === 0) ? $p_Lpprint_Result__lastLineLength$lzycompute__I(this) : this.Lpprint_Result__f_lastLineLength); }); $c_Lpprint_Result.prototype.flatMap__F2__Lpprint_Result = (function(f) { var newCompletedLineCount = new $c_sr_IntRef(0); @@ -6744,41 +6553,35 @@ $c_Lpprint_Result.prototype.flatMap__F2__Lpprint_Result = (function(f) { var x = $as_Lfansi_Str(x$2); if ((!$n($n(newResult).Lpprint_Result__f_iter).hasNext__Z())) { newCompletedLineCount.sr_IntRef__f_elem = $n(newResult).completedLineCount__I(); - newLastLineLength.sr_IntRef__f_elem = $n(newResult).lastLineLength__I() - }; - return x + newLastLineLength.sr_IntRef__f_elem = $n(newResult).lastLineLength__I(); + } + return x; })); - return new $c_sc_Iterator$$anon$9(this$5, f$1) + return new $c_sc_Iterator$$anon$9(this$5, f$1); }))]; var mergedIterator = $n($x_2).concat__sci_Seq__Lpprint_Util$ConcatIterator($ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array)); - return new $c_Lpprint_Result(mergedIterator, new $c_sjsr_AnonFunction0((() => ((newCompletedLineCount.sr_IntRef__f_elem + this.completedLineCount__I()) | 0))), new $c_sjsr_AnonFunction0((() => ((newCompletedLineCount.sr_IntRef__f_elem > 0) ? newLastLineLength.sr_IntRef__f_elem : ((newLastLineLength.sr_IntRef__f_elem + this.lastLineLength__I()) | 0))))) + return new $c_Lpprint_Result(mergedIterator, new $c_sjsr_AnonFunction0((() => ((newCompletedLineCount.sr_IntRef__f_elem + this.completedLineCount__I()) | 0))), new $c_sjsr_AnonFunction0((() => ((newCompletedLineCount.sr_IntRef__f_elem > 0) ? newLastLineLength.sr_IntRef__f_elem : ((newLastLineLength.sr_IntRef__f_elem + this.lastLineLength__I()) | 0))))); }); function $as_Lpprint_Result(obj) { - return (((obj instanceof $c_Lpprint_Result) || (obj === null)) ? obj : $throwClassCastException(obj, "pprint.Result")) + return (((obj instanceof $c_Lpprint_Result) || (obj === null)) ? obj : $throwClassCastException(obj, "pprint.Result")); } function $isArrayOf_Lpprint_Result(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lpprint_Result))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lpprint_Result))); } function $asArrayOf_Lpprint_Result(obj, depth) { - return (($isArrayOf_Lpprint_Result(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lpprint.Result;", depth)) + return (($isArrayOf_Lpprint_Result(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lpprint.Result;", depth)); } -var $d_Lpprint_Result = new $TypeData().initClass({ - Lpprint_Result: 0 -}, false, "pprint.Result", { - Lpprint_Result: 1, - O: 1 -}); -$c_Lpprint_Result.prototype.$classData = $d_Lpprint_Result; +var $d_Lpprint_Result = new $TypeData().initClass($c_Lpprint_Result, "pprint.Result", ({ + Lpprint_Result: 1 +})); function $p_Lpprint_Result$__lines$lzycompute$1__sr_LazyRef__F0__AT($thiz, lines$lzy$1, s$1) { if ((lines$lzy$1 === null)) { - throw new $c_jl_NullPointerException() - }; + throw new $c_jl_NullPointerException(); + } if ($n(lines$lzy$1).sr_LazyRef__f__initialized) { - return $asArrayOf_T($n(lines$lzy$1).sr_LazyRef__f__value, 1) + return $asArrayOf_T($n(lines$lzy$1).sr_LazyRef__f__value, 1); } else { - $m_sc_StringOps$(); var x = $n($as_Lfansi_Str($n(s$1).apply__O())).plainText__T(); - $m_sc_StringOps$(); var this$5 = new $c_sc_StringOps$$anon$1(x, true); var capacity = 0; var jsElems = null; @@ -6787,28 +6590,25 @@ function $p_Lpprint_Result$__lines$lzycompute$1__sr_LazyRef__F0__AT($thiz, lines while ((this$5.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index < this$5.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$len)) { var elem = this$5.next__T(); var unboxedElem = ((elem === null) ? null : elem); - jsElems.push(unboxedElem) - }; - return $asArrayOf_T($n(lines$lzy$1).initialize__O__O(new ($d_T.getArrayOf().constr)(jsElems)), 1) + jsElems.push(unboxedElem); + } + return $asArrayOf_T($n(lines$lzy$1).initialize__O__O(new ($d_T.getArrayOf().constr)(jsElems)), 1); } } function $p_Lpprint_Result$__lines$1__sr_LazyRef__F0__AT($thiz, lines$lzy$1, s$1) { - return ($n(lines$lzy$1).sr_LazyRef__f__initialized ? $asArrayOf_T($n(lines$lzy$1).sr_LazyRef__f__value, 1) : $p_Lpprint_Result$__lines$lzycompute$1__sr_LazyRef__F0__AT($thiz, lines$lzy$1, s$1)) + return ($n(lines$lzy$1).sr_LazyRef__f__initialized ? $asArrayOf_T($n(lines$lzy$1).sr_LazyRef__f__value, 1) : $p_Lpprint_Result$__lines$lzycompute$1__sr_LazyRef__F0__AT($thiz, lines$lzy$1, s$1)); } /** @constructor */ function $c_Lpprint_Result$() { - /**/ } $c_Lpprint_Result$.prototype = new $h_O(); $c_Lpprint_Result$.prototype.constructor = $c_Lpprint_Result$; /** @constructor */ function $h_Lpprint_Result$() { - /**/ } $h_Lpprint_Result$.prototype = $c_Lpprint_Result$.prototype; $c_Lpprint_Result$.prototype.fromString__F0__Lpprint_Result = (function(s) { var lines$lzy = new $c_sr_LazyRef(); - $n($m_s_package$().s_package$__f_Iterator); var array = [$as_Lfansi_Str($n(s).apply__O())]; var xs = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array); var this$5 = new $c_sc_IndexedSeqView$Id(xs); @@ -6816,34 +6616,30 @@ $c_Lpprint_Result$.prototype.fromString__F0__Lpprint_Result = (function(s) { var $x_1 = $m_sc_ArrayOps$(); var xs$1 = $p_Lpprint_Result$__lines$1__sr_LazyRef__F0__AT(this, lines$lzy, s); var this$8 = $n($as_T($n($x_1).last$extension__O__O(xs$1))); - return this$8.length - }))) -}); -var $d_Lpprint_Result$ = new $TypeData().initClass({ - Lpprint_Result$: 0 -}, false, "pprint.Result$", { - Lpprint_Result$: 1, - O: 1 + return this$8.length; + }))); }); -$c_Lpprint_Result$.prototype.$classData = $d_Lpprint_Result$; +var $d_Lpprint_Result$ = new $TypeData().initClass($c_Lpprint_Result$, "pprint.Result$", ({ + Lpprint_Result$: 1 +})); var $n_Lpprint_Result$; function $m_Lpprint_Result$() { if ((!$n_Lpprint_Result$)) { - $n_Lpprint_Result$ = new $c_Lpprint_Result$() - }; - return $n_Lpprint_Result$ + $n_Lpprint_Result$ = new $c_Lpprint_Result$(); + } + return $n_Lpprint_Result$; } function $is_Lpprint_Tree(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.Lpprint_Tree))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.Lpprint_Tree))); } function $as_Lpprint_Tree(obj) { - return (($is_Lpprint_Tree(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "pprint.Tree")) + return (($is_Lpprint_Tree(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "pprint.Tree")); } function $isArrayOf_Lpprint_Tree(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lpprint_Tree))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lpprint_Tree))); } function $asArrayOf_Lpprint_Tree(obj, depth) { - return (($isArrayOf_Lpprint_Tree(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lpprint.Tree;", depth)) + return (($isArrayOf_Lpprint_Tree(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lpprint.Tree;", depth)); } /** @constructor */ function $c_Lpprint_Truncated$Internal$(outer) { @@ -6854,52 +6650,51 @@ function $c_Lpprint_Truncated$Internal$(outer) { this.Lpprint_Truncated$Internal$__f_lastChunkLeftover = null; this.Lpprint_Truncated$Internal$__f_$outer = null; if ((outer === null)) { - $n(null) + $n(null); } else { - this.Lpprint_Truncated$Internal$__f_$outer = outer - }; + this.Lpprint_Truncated$Internal$__f_$outer = outer; + } var this$2 = $n($n(outer).Lpprint_Truncated__f_pprint$Truncated$$chunks0); var p = new $c_sjsr_AnonFunction1(((x$1$2) => { var x$1 = $as_Lfansi_Str(x$1$2); - return ($n(x$1).length__I() > 0) + return ($n(x$1).length__I() > 0); })); this.Lpprint_Truncated$Internal$__f_chunks = new $c_sc_Iterator$$anon$6(this$2, p, false); this.Lpprint_Truncated$Internal$__f_previousSlashN = false; this.Lpprint_Truncated$Internal$__f_previousSlashR = false; this.Lpprint_Truncated$Internal$__f_lastLineFinished = false; - this.Lpprint_Truncated$Internal$__f_lastChunkLeftover = $m_Lfansi_Str$().apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str("", ($m_Lfansi_Str$(), $m_Lfansi_ErrorMode$Throw$())) + this.Lpprint_Truncated$Internal$__f_lastChunkLeftover = $m_Lfansi_Str$().apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str("", ($m_Lfansi_Str$(), $m_Lfansi_ErrorMode$Throw$())); } $c_Lpprint_Truncated$Internal$.prototype = new $h_O(); $c_Lpprint_Truncated$Internal$.prototype.constructor = $c_Lpprint_Truncated$Internal$; /** @constructor */ function $h_Lpprint_Truncated$Internal$() { - /**/ } $h_Lpprint_Truncated$Internal$.prototype = $c_Lpprint_Truncated$Internal$.prototype; $c_Lpprint_Truncated$Internal$.prototype.handleNormalChar__C__O = (function(char) { this.Lpprint_Truncated$Internal$__f_previousSlashN = false; this.Lpprint_Truncated$Internal$__f_previousSlashR = false; if ((((char === 10) && this.Lpprint_Truncated$Internal$__f_previousSlashR) || ((char === 13) && this.Lpprint_Truncated$Internal$__f_previousSlashN))) { - return (void 0) + return (void 0); } else if ((char === 10)) { this.Lpprint_Truncated$Internal$__f_previousSlashN = true; var this$1 = $n($n(this.Lpprint_Truncated$Internal$__f_$outer).Lpprint_Truncated__f_lineLengths); - return $as_scm_Buffer(this$1.addOne__O__scm_Growable(0)) + return $as_scm_Buffer(this$1.addOne__O__scm_Growable(0)); } else if ((char === 13)) { this.Lpprint_Truncated$Internal$__f_previousSlashR = true; var this$2 = $n($n(this.Lpprint_Truncated$Internal$__f_$outer).Lpprint_Truncated__f_lineLengths); - return $as_scm_Buffer(this$2.addOne__O__scm_Growable(0)) + return $as_scm_Buffer(this$2.addOne__O__scm_Growable(0)); } else if (($uI($n($n(this.Lpprint_Truncated$Internal$__f_$outer).Lpprint_Truncated__f_lineLengths).last__O()) === $n(this.Lpprint_Truncated$Internal$__f_$outer).Lpprint_Truncated__f_pprint$Truncated$$width)) { var this$3 = $n($n(this.Lpprint_Truncated$Internal$__f_$outer).Lpprint_Truncated__f_lineLengths); - return $as_scm_Buffer(this$3.addOne__O__scm_Growable(1)) + return $as_scm_Buffer(this$3.addOne__O__scm_Growable(1)); } else { var ev$1 = (((-1) + $n($n(this.Lpprint_Truncated$Internal$__f_$outer).Lpprint_Truncated__f_lineLengths).length__I()) | 0); $n($n(this.Lpprint_Truncated$Internal$__f_$outer).Lpprint_Truncated__f_lineLengths).update__I__O__V(ev$1, ((1 + $uI($n($n(this.Lpprint_Truncated$Internal$__f_$outer).Lpprint_Truncated__f_lineLengths).apply__I__O(ev$1))) | 0)); - return (void 0) + return (void 0); } }); $c_Lpprint_Truncated$Internal$.prototype.completedLines__I = (function() { - return (((-1) + $n($n(this.Lpprint_Truncated$Internal$__f_$outer).Lpprint_Truncated__f_lineLengths).length__I()) | 0) + return (((-1) + $n($n(this.Lpprint_Truncated$Internal$__f_$outer).Lpprint_Truncated__f_lineLengths).length__I()) | 0); }); $c_Lpprint_Truncated$Internal$.prototype.consumeChunkUntilLine__Lfansi_Str__I__s_Option = (function(chunk, lineLimit) { var i = 0; @@ -6909,41 +6704,33 @@ $c_Lpprint_Truncated$Internal$.prototype.consumeChunkUntilLine__Lfansi_Str__I__s while (((i < $n(chars).u.length) && (this.completedLines__I() < lineLimit))) { var char = $n(chars).get(i); this.handleNormalChar__C__O(char); - i = ((1 + i) | 0) - }; - return ((i === $n(chunk).length__I()) ? $m_s_None$() : new $c_s_Some(i)) -}); -var $d_Lpprint_Truncated$Internal$ = new $TypeData().initClass({ - Lpprint_Truncated$Internal$: 0 -}, false, "pprint.Truncated$Internal$", { - Lpprint_Truncated$Internal$: 1, - O: 1 + i = ((1 + i) | 0); + } + return ((i === $n(chunk).length__I()) ? $m_s_None$() : new $c_s_Some(i)); }); -$c_Lpprint_Truncated$Internal$.prototype.$classData = $d_Lpprint_Truncated$Internal$; +var $d_Lpprint_Truncated$Internal$ = new $TypeData().initClass($c_Lpprint_Truncated$Internal$, "pprint.Truncated$Internal$", ({ + Lpprint_Truncated$Internal$: 1 +})); /** @constructor */ function $c_Lpprint_Util$() { - /**/ } $c_Lpprint_Util$.prototype = new $h_O(); $c_Lpprint_Util$.prototype.constructor = $c_Lpprint_Util$; /** @constructor */ function $h_Lpprint_Util$() { - /**/ } $h_Lpprint_Util$.prototype = $c_Lpprint_Util$.prototype; $c_Lpprint_Util$.prototype.concat__sci_Seq__Lpprint_Util$ConcatIterator = (function(is) { var this$2 = $n($n(is).iterator__sc_Iterator()); var f = new $c_sjsr_AnonFunction1(((x$1$2) => { var x$1 = $as_F0(x$1$2); - return $as_sc_Iterator($n(x$1).apply__O()) + return $as_sc_Iterator($n(x$1).apply__O()); })); - return new $c_Lpprint_Util$ConcatIterator(new $c_sc_Iterator$$anon$9(this$2, f), new $c_sjsr_AnonFunction0((() => $n($m_s_package$().s_package$__f_Iterator).sc_Iterator$__f_scala$collection$Iterator$$_empty))) + return new $c_Lpprint_Util$ConcatIterator(new $c_sc_Iterator$$anon$9(this$2, f), new $c_sjsr_AnonFunction0((() => $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty))); }); $c_Lpprint_Util$.prototype.isOperator__T__Z = (function(ident) { - $m_sc_StringOps$(); var this$3 = $n(ident); if ((this$3.length > 0)) { - $m_sc_StringOps$(); var this$6 = $n(ident); var x1 = $charAt(this$6, 0); switch (x1) { @@ -6966,54 +6753,54 @@ $c_Lpprint_Util$.prototype.isOperator__T__Z = (function(ident) { case 47: case 92: { return true; - break + break; } default: { - return false + return false; } } } else { - return false + return false; } }); $c_Lpprint_Util$.prototype.escapeChar__C__scm_StringBuilder__Z__scm_StringBuilder = (function(c, sb, unicode) { switch (c) { case 34: { return $n(sb).append__T__scm_StringBuilder("\\\""); - break + break; } case 92: { return $n(sb).append__T__scm_StringBuilder("\\\\"); - break + break; } case 8: { return $n(sb).append__T__scm_StringBuilder("\\b"); - break + break; } case 12: { return $n(sb).append__T__scm_StringBuilder("\\f"); - break + break; } case 10: { return $n(sb).append__T__scm_StringBuilder("\\n"); - break + break; } case 13: { return $n(sb).append__T__scm_StringBuilder("\\r"); - break + break; } case 9: { return $n(sb).append__T__scm_StringBuilder("\\t"); - break + break; } default: { if (((c < 32) || ((c > 126) && unicode))) { var $x_2 = $n(sb); var $x_1 = $m_sc_StringOps$(); var array = [c]; - return $n($x_2).append__T__scm_StringBuilder($n($x_1).format$extension__T__sci_Seq__T("\\u%04x", $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array))) + return $n($x_2).append__T__scm_StringBuilder($n($x_1).format$extension__T__sci_Seq__T("\\u%04x", $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array))); } else { - return $n(sb).append__C__scm_StringBuilder(c) + return $n(sb).append__C__scm_StringBuilder(c); } } } @@ -7025,105 +6812,96 @@ $c_Lpprint_Util$.prototype.literalize__sci_IndexedSeq__Z__T = (function(s, unico var len = $n(s).length__I(); while ((i < len)) { $m_Lpprint_Util$().escapeChar__C__scm_StringBuilder__Z__scm_StringBuilder($uC($n(s).apply__I__O(i)), sb, unicode); - i = ((1 + i) | 0) - }; + i = ((1 + i) | 0); + } sb.append__C__scm_StringBuilder(34); - return $n(sb.scm_StringBuilder__f_underlying).jl_StringBuilder__f_java$lang$StringBuilder$$content + return $n(sb.scm_StringBuilder__f_underlying).jl_StringBuilder__f_java$lang$StringBuilder$$content; }); -var $d_Lpprint_Util$ = new $TypeData().initClass({ - Lpprint_Util$: 0 -}, false, "pprint.Util$", { - Lpprint_Util$: 1, - O: 1 -}); -$c_Lpprint_Util$.prototype.$classData = $d_Lpprint_Util$; +var $d_Lpprint_Util$ = new $TypeData().initClass($c_Lpprint_Util$, "pprint.Util$", ({ + Lpprint_Util$: 1 +})); var $n_Lpprint_Util$; function $m_Lpprint_Util$() { if ((!$n_Lpprint_Util$)) { - $n_Lpprint_Util$ = new $c_Lpprint_Util$() - }; - return $n_Lpprint_Util$ + $n_Lpprint_Util$ = new $c_Lpprint_Util$(); + } + return $n_Lpprint_Util$; } function $ct_Lpprint_Walker__($thiz) { $thiz.Lpprint_Walker__f_tuplePrefix = "scala.Tuple"; - return $thiz + return $thiz; } /** @constructor */ function $c_Lpprint_Walker() { - this.Lpprint_Walker__f_tuplePrefix = null + this.Lpprint_Walker__f_tuplePrefix = null; } $c_Lpprint_Walker.prototype = new $h_O(); $c_Lpprint_Walker.prototype.constructor = $c_Lpprint_Walker; /** @constructor */ function $h_Lpprint_Walker() { - /**/ } $h_Lpprint_Walker.prototype = $c_Lpprint_Walker.prototype; $c_Lpprint_Walker.prototype.treeify__O__Z__Z__Lpprint_Tree = (function(x, escapeUnicode, showFieldNames) { var this$1 = $n($as_s_Option($n($n(this.Lpprint_PPrinter__f_additionalHandlers).lift__F1()).apply__O__O(x))); if (this$1.isEmpty__Z()) { if ((x === null)) { - var $x_1 = new $c_Lpprint_Tree$Literal("null") + var $x_1 = new $c_Lpprint_Tree$Literal("null"); } else if (((typeof x) === "boolean")) { var x3 = $uZ(x); - var $x_1 = new $c_Lpprint_Tree$Literal(("" + x3)) + var $x_1 = new $c_Lpprint_Tree$Literal(("" + x3)); } else if ((x instanceof $Char)) { var x4 = $uC(x); var sb = $ct_scm_StringBuilder__(new $c_scm_StringBuilder()); sb.append__C__scm_StringBuilder(39); $m_Lpprint_Util$().escapeChar__C__scm_StringBuilder__Z__scm_StringBuilder(x4, sb, escapeUnicode); sb.append__C__scm_StringBuilder(39); - var $x_1 = new $c_Lpprint_Tree$Literal($n(sb.scm_StringBuilder__f_underlying).jl_StringBuilder__f_java$lang$StringBuilder$$content) + var $x_1 = new $c_Lpprint_Tree$Literal($n(sb.scm_StringBuilder__f_underlying).jl_StringBuilder__f_java$lang$StringBuilder$$content); } else if ($isByte(x)) { var x5 = $uB(x); - var $x_1 = new $c_Lpprint_Tree$Literal(("" + x5)) + var $x_1 = new $c_Lpprint_Tree$Literal(("" + x5)); } else if ($isShort(x)) { var x6 = $uS(x); - var $x_1 = new $c_Lpprint_Tree$Literal(("" + x6)) + var $x_1 = new $c_Lpprint_Tree$Literal(("" + x6)); } else if ($isInt(x)) { var x7 = $uI(x); - var $x_1 = new $c_Lpprint_Tree$Literal(("" + x7)) + var $x_1 = new $c_Lpprint_Tree$Literal(("" + x7)); } else if ((x instanceof $c_RTLong)) { var t = $uJ(x); var lo = t.RTLong__f_lo; var hi = t.RTLong__f_hi; - var $x_1 = new $c_Lpprint_Tree$Literal(($m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toString__I__I__T(lo, hi) + "L")) + var $x_1 = new $c_Lpprint_Tree$Literal(($m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toString__I__I__T(lo, hi) + "L")); } else if ($isFloat(x)) { var x9 = $uF(x); - var $x_1 = new $c_Lpprint_Tree$Literal((x9 + "F")) + var $x_1 = new $c_Lpprint_Tree$Literal((x9 + "F")); } else if (((typeof x) === "number")) { var x10 = $uD(x); - var $x_1 = new $c_Lpprint_Tree$Literal(("" + x10)) + var $x_1 = new $c_Lpprint_Tree$Literal(("" + x10)); } else if (((typeof x) === "string")) { var x11 = $as_T(x); - $m_sc_StringOps$(); - $m_sc_StringOps$(); - $m_sc_StringOps$(); - var from = 0; _return: { var this$11 = $n(x11); var len = this$11.length; - var i = from; + var i = 0; while ((i < len)) { var this$12 = $n(x11); var index = i; var arg1 = $charAt(this$12, index); if (((arg1 === 10) || (arg1 === 13))) { var $x_2 = i; - break _return - }; - i = ((1 + i) | 0) - }; - var $x_2 = (-1) - }; + break _return; + } + i = ((1 + i) | 0); + } + var $x_2 = (-1); + } if (($x_2 !== (-1))) { - var $x_1 = new $c_Lpprint_Tree$Literal((("\"\"\"" + x11) + "\"\"\"")) + var $x_1 = new $c_Lpprint_Tree$Literal((("\"\"\"" + x11) + "\"\"\"")); } else { - var $x_1 = new $c_Lpprint_Tree$Literal($m_Lpprint_Util$().literalize__sci_IndexedSeq__Z__T($m_s_Predef$().wrapString__T__sci_WrappedString(x11), escapeUnicode)) + var $x_1 = new $c_Lpprint_Tree$Literal($m_Lpprint_Util$().literalize__sci_IndexedSeq__Z__T($m_s_Predef$().wrapString__T__sci_WrappedString(x11), escapeUnicode)); } } else if (false) { var x12 = $as_s_Symbol(x); - var $x_1 = new $c_Lpprint_Tree$Literal(("'" + $n(x12).name__T())) + var $x_1 = new $c_Lpprint_Tree$Literal(("'" + $n(x12).name__T())); } else if ($is_sc_Map(x)) { var x13 = $as_sc_Map(x); var this$15 = $n(x13); @@ -7134,37 +6912,37 @@ $c_Lpprint_Walker.prototype.treeify__O__Z__Z__Lpprint_Tree = (function(x, escape if ((x0$1 !== null)) { var k = $n(x0$1)._1__O(); var v = $n(x0$1)._2__O(); - var $x_3 = $n($m_s_package$().s_package$__f_Seq); + var $x_3 = $m_sci_Seq$(); var array = [new $c_Lpprint_Tree$Infix(this.treeify__O__Z__Z__Lpprint_Tree(k, escapeUnicode, showFieldNames), "->", this.treeify__O__Z__Z__Lpprint_Tree(v, escapeUnicode, showFieldNames))]; - return $n($x_3).apply__sci_Seq__sc_SeqOps($ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array)) + return $n($x_3).apply__sci_Seq__sc_SeqOps($ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array)); } else { - throw new $c_s_MatchError(x0$1) + throw new $c_s_MatchError(x0$1); } })); - var $x_1 = new $c_Lpprint_Tree$Apply($x_4, new $c_sc_Iterator$$anon$10(this$19, f)) + var $x_1 = new $c_Lpprint_Tree$Apply($x_4, new $c_sc_Iterator$$anon$10(this$19, f)); } else if ($is_sc_Iterable(x)) { var x14 = $as_sc_Iterable(x); var this$22 = $n(x14); var $x_5 = this$22.className__T(); var this$23 = $n($n(x14).iterator__sc_Iterator()); var f$1 = new $c_sjsr_AnonFunction1(((x$2) => this.treeify__O__Z__Z__Lpprint_Tree(x$2, escapeUnicode, showFieldNames))); - var $x_1 = new $c_Lpprint_Tree$Apply($x_5, new $c_sc_Iterator$$anon$9(this$23, f$1)) + var $x_1 = new $c_Lpprint_Tree$Apply($x_5, new $c_sc_Iterator$$anon$9(this$23, f$1)); } else { var x$3 = $m_s_None$(); if ((x$3 === x)) { - var $x_1 = new $c_Lpprint_Tree$Literal("None") + var $x_1 = new $c_Lpprint_Tree$Literal("None"); } else if ($is_sc_Iterator(x)) { var x16 = $as_sc_Iterator(x); var this$24 = $n(x16); if ((!this$24.hasNext__Z())) { - var $x_1 = new $c_Lpprint_Tree$Literal("empty iterator") + var $x_1 = new $c_Lpprint_Tree$Literal("empty iterator"); } else { - var $x_1 = new $c_Lpprint_Tree$Literal("non-empty iterator") + var $x_1 = new $c_Lpprint_Tree$Literal("non-empty iterator"); } } else if ($m_sr_ScalaRunTime$().isArray__O__I__Z(x, 1)) { var this$26 = $n($m_sc_ArrayOps$().iterator$extension__O__sc_Iterator(x)); var f$2 = new $c_sjsr_AnonFunction1(((x$5$2) => this.treeify__O__Z__Z__Lpprint_Tree(x$5$2, escapeUnicode, showFieldNames))); - var $x_1 = new $c_Lpprint_Tree$Apply("Array", new $c_sc_Iterator$$anon$9(this$26, f$2)) + var $x_1 = new $c_Lpprint_Tree$Apply("Array", new $c_sc_Iterator$$anon$9(this$26, f$2)); } else if ($is_s_Product(x)) { var x18 = $as_s_Product(x); var this$27 = $n(x18); @@ -7172,24 +6950,23 @@ $c_Lpprint_Walker.prototype.treeify__O__Z__Z__Lpprint_Tree = (function(x, escape if (($n(x18).productArity__I() === 0)) { var $x_1 = new $c_Lpprint_Tree$Lazy(new $c_sjsr_AnonFunction1(((ctx$2) => { $as_Lpprint_Tree$Ctx(ctx$2); - $n($m_s_package$().s_package$__f_Iterator); var array$1 = [$n(x18).toString__T()]; var xs = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array$1); var this$32 = new $c_sc_IndexedSeqView$Id(xs); - return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$32) - }))) + return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$32); + }))); } else if ((($n(x18).productArity__I() === 2) && $m_Lpprint_Util$().isOperator__T__Z($n(x18).productPrefix__T()))) { - var $x_1 = new $c_Lpprint_Tree$Infix(this.treeify__O__Z__Z__Lpprint_Tree($n(x18).productElement__I__O(0), escapeUnicode, showFieldNames), $n(x18).productPrefix__T(), this.treeify__O__Z__Z__Lpprint_Tree($n(x18).productElement__I__O(1), escapeUnicode, showFieldNames)) + var $x_1 = new $c_Lpprint_Tree$Infix(this.treeify__O__Z__Z__Lpprint_Tree($n(x18).productElement__I__O(0), escapeUnicode, showFieldNames), $n(x18).productPrefix__T(), this.treeify__O__Z__Z__Lpprint_Tree($n(x18).productElement__I__O(1), escapeUnicode, showFieldNames)); } else { var this$33 = $n(className); var prefix = this.Lpprint_Walker__f_tuplePrefix; if ((this$33.length >= 0)) { var this$34 = $n(prefix); var $x_6 = this$33.substring(0, this$34.length); - var _1 = ($as_T($x_6) === prefix) + var _1 = ($as_T($x_6) === prefix); } else { - var _1 = false - }; + var _1 = false; + } var this$35 = $n($m_s_Predef$().wrapString__T__sci_WrappedString(className)); var this$37 = new $c_s_PartialFunction$Lifted(this$35); var this$36 = $n(this.Lpprint_Walker__f_tuplePrefix); @@ -7204,28 +6981,27 @@ $c_Lpprint_Walker.prototype.treeify__O__Z__Z__Lpprint_Tree = (function(x, escape var this$38 = $n($n(x18).productIterator__sc_Iterator()); var f$3 = new $c_sjsr_AnonFunction1(((x$6$2) => this.treeify__O__Z__Z__Lpprint_Tree(x$6$2, escapeUnicode, showFieldNames))); var $x_1 = new $c_Lpprint_Tree$Apply("", new $c_sc_Iterator$$anon$9(this$38, f$3)); - break matchEnd16 + break matchEnd16; } - }; - var $x_1 = new $c_Lpprint_Tree$Apply($n(x18).productPrefix__T(), $m_Lpprint_ProductSupport$().treeifyProductElements__s_Product__Lpprint_Walker__Z__Z__sc_Iterator(x18, this, escapeUnicode, showFieldNames)) + } + var $x_1 = new $c_Lpprint_Tree$Apply($n(x18).productPrefix__T(), $m_Lpprint_ProductSupport$().treeifyProductElements__s_Product__Lpprint_Walker__Z__Z__sc_Iterator(x18, this, escapeUnicode, showFieldNames)); } } } else { var $x_1 = new $c_Lpprint_Tree$Lazy(new $c_sjsr_AnonFunction1(((ctx$3$2) => { $as_Lpprint_Tree$Ctx(ctx$3$2); - $n($m_s_package$().s_package$__f_Iterator); var x1 = $dp_toString__T($n(x)); var array$2 = [((x1 === null) ? "null" : x1)]; var xs$1 = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array$2); var this$43 = new $c_sc_IndexedSeqView$Id(xs$1); - return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$43) - }))) + return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$43); + }))); } } } else { - var $x_1 = this$1.get__O() - }; - return $as_Lpprint_Tree($x_1) + var $x_1 = this$1.get__O(); + } + return $as_Lpprint_Tree($x_1); }); /** @constructor */ function $c_s_Array$EmptyArrays$() { @@ -7233,66 +7009,59 @@ function $c_s_Array$EmptyArrays$() { this.s_Array$EmptyArrays$__f_emptyObjectArray = null; $n_s_Array$EmptyArrays$ = this; this.s_Array$EmptyArrays$__f_emptyIntArray = new $ac_I(0); - this.s_Array$EmptyArrays$__f_emptyObjectArray = new $ac_O(0) + this.s_Array$EmptyArrays$__f_emptyObjectArray = new $ac_O(0); } $c_s_Array$EmptyArrays$.prototype = new $h_O(); $c_s_Array$EmptyArrays$.prototype.constructor = $c_s_Array$EmptyArrays$; /** @constructor */ function $h_s_Array$EmptyArrays$() { - /**/ } $h_s_Array$EmptyArrays$.prototype = $c_s_Array$EmptyArrays$.prototype; -var $d_s_Array$EmptyArrays$ = new $TypeData().initClass({ - s_Array$EmptyArrays$: 0 -}, false, "scala.Array$EmptyArrays$", { - s_Array$EmptyArrays$: 1, - O: 1 -}); -$c_s_Array$EmptyArrays$.prototype.$classData = $d_s_Array$EmptyArrays$; +var $d_s_Array$EmptyArrays$ = new $TypeData().initClass($c_s_Array$EmptyArrays$, "scala.Array$EmptyArrays$", ({ + s_Array$EmptyArrays$: 1 +})); var $n_s_Array$EmptyArrays$; function $m_s_Array$EmptyArrays$() { if ((!$n_s_Array$EmptyArrays$)) { - $n_s_Array$EmptyArrays$ = new $c_s_Array$EmptyArrays$() - }; - return $n_s_Array$EmptyArrays$ + $n_s_Array$EmptyArrays$ = new $c_s_Array$EmptyArrays$(); + } + return $n_s_Array$EmptyArrays$; } function $is_F0(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.F0))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.F0))); } function $as_F0(obj) { - return (($is_F0(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.Function0")) + return (($is_F0(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.Function0")); } function $isArrayOf_F0(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.F0))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.F0))); } function $asArrayOf_F0(obj, depth) { - return (($isArrayOf_F0(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.Function0;", depth)) + return (($isArrayOf_F0(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.Function0;", depth)); } function $is_F1(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.F1))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.F1))); } function $as_F1(obj) { - return (($is_F1(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.Function1")) + return (($is_F1(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.Function1")); } function $isArrayOf_F1(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.F1))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.F1))); } function $asArrayOf_F1(obj, depth) { - return (($isArrayOf_F1(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.Function1;", depth)) + return (($isArrayOf_F1(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.Function1;", depth)); } /** @constructor */ function $c_s_LowPriorityImplicits2() { - /**/ } $c_s_LowPriorityImplicits2.prototype = new $h_O(); $c_s_LowPriorityImplicits2.prototype.constructor = $c_s_LowPriorityImplicits2; /** @constructor */ function $h_s_LowPriorityImplicits2() { - /**/ } $h_s_LowPriorityImplicits2.prototype = $c_s_LowPriorityImplicits2.prototype; $c_s_LowPriorityImplicits2.prototype.copyArrayToImmutableIndexedSeq__O__sci_IndexedSeq = (function(xs) { - return ((xs === null) ? null : $m_sc_ArrayOps$().toIndexedSeq$extension__O__sci_IndexedSeq(xs)) + return ((xs === null) ? null : $m_sc_ArrayOps$().toIndexedSeq$extension__O__sci_IndexedSeq(xs)); }); /** @constructor */ function $c_s_PartialFunction$() { @@ -7300,183 +7069,166 @@ function $c_s_PartialFunction$() { this.s_PartialFunction$__f_empty_pf = null; $n_s_PartialFunction$ = this; this.s_PartialFunction$__f_fallback_fn = new $c_sjsr_AnonFunction1(((x$2$2) => $m_s_PartialFunction$().s_PartialFunction$__f_fallback_fn)); - new $c_sjsr_AnonFunction1(((x$3$2) => false)); - this.s_PartialFunction$__f_empty_pf = new $c_s_PartialFunction$$anon$1() + this.s_PartialFunction$__f_empty_pf = new $c_s_PartialFunction$$anon$1(); } $c_s_PartialFunction$.prototype = new $h_O(); $c_s_PartialFunction$.prototype.constructor = $c_s_PartialFunction$; /** @constructor */ function $h_s_PartialFunction$() { - /**/ } $h_s_PartialFunction$.prototype = $c_s_PartialFunction$.prototype; $c_s_PartialFunction$.prototype.scala$PartialFunction$$fallbackOccurred__O__Z = (function(x) { - return (this.s_PartialFunction$__f_fallback_fn === x) -}); -var $d_s_PartialFunction$ = new $TypeData().initClass({ - s_PartialFunction$: 0 -}, false, "scala.PartialFunction$", { - s_PartialFunction$: 1, - O: 1 + return (this.s_PartialFunction$__f_fallback_fn === x); }); -$c_s_PartialFunction$.prototype.$classData = $d_s_PartialFunction$; +var $d_s_PartialFunction$ = new $TypeData().initClass($c_s_PartialFunction$, "scala.PartialFunction$", ({ + s_PartialFunction$: 1 +})); var $n_s_PartialFunction$; function $m_s_PartialFunction$() { if ((!$n_s_PartialFunction$)) { - $n_s_PartialFunction$ = new $c_s_PartialFunction$() - }; - return $n_s_PartialFunction$ + $n_s_PartialFunction$ = new $c_s_PartialFunction$(); + } + return $n_s_PartialFunction$; } /** @constructor */ function $c_sc_ArrayOps$() { this.sc_ArrayOps$__f_fallback = null; $n_sc_ArrayOps$ = this; - this.sc_ArrayOps$__f_fallback = new $c_sjsr_AnonFunction1(((x$1$2) => $m_sc_ArrayOps$().sc_ArrayOps$__f_fallback)) + this.sc_ArrayOps$__f_fallback = new $c_sjsr_AnonFunction1(((x$1$2) => $m_sc_ArrayOps$().sc_ArrayOps$__f_fallback)); } $c_sc_ArrayOps$.prototype = new $h_O(); $c_sc_ArrayOps$.prototype.constructor = $c_sc_ArrayOps$; /** @constructor */ function $h_sc_ArrayOps$() { - /**/ } $h_sc_ArrayOps$.prototype = $c_sc_ArrayOps$.prototype; $c_sc_ArrayOps$.prototype.last$extension__O__O = (function(this$) { - if (($m_sc_ArrayOps$(), ($m_jl_reflect_Array$().getLength__O__I(this$) !== 0))) { - return $m_sr_ScalaRunTime$().array_apply__O__I__O(this$, (((-1) + $m_jl_reflect_Array$().getLength__O__I(this$)) | 0)) + if (($m_jl_reflect_Array$().getLength__O__I(this$) !== 0)) { + return $m_sr_ScalaRunTime$().array_apply__O__I__O(this$, (((-1) + $m_jl_reflect_Array$().getLength__O__I(this$)) | 0)); } else { - throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), "last of empty array") + throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), "last of empty array"); } }); $c_sc_ArrayOps$.prototype.iterator$extension__O__sc_Iterator = (function(this$) { if ((this$ instanceof $ac_O)) { var x2 = $asArrayOf_O(this$, 1); - return $ct_sc_ArrayOps$ArrayIterator__O__(new $c_sc_ArrayOps$ArrayIterator(), x2) + return $ct_sc_ArrayOps$ArrayIterator__O__(new $c_sc_ArrayOps$ArrayIterator(), x2); } else if ((this$ instanceof $ac_I)) { var x3 = $asArrayOf_I(this$, 1); - return new $c_sc_ArrayOps$ArrayIterator$mcI$sp(x3) + return new $c_sc_ArrayOps$ArrayIterator$mcI$sp(x3); } else if ((this$ instanceof $ac_D)) { var x4 = $asArrayOf_D(this$, 1); - return new $c_sc_ArrayOps$ArrayIterator$mcD$sp(x4) + return new $c_sc_ArrayOps$ArrayIterator$mcD$sp(x4); } else if ((this$ instanceof $ac_J)) { var x5 = $asArrayOf_J(this$, 1); - return new $c_sc_ArrayOps$ArrayIterator$mcJ$sp(x5) + return new $c_sc_ArrayOps$ArrayIterator$mcJ$sp(x5); } else if ((this$ instanceof $ac_F)) { var x6 = $asArrayOf_F(this$, 1); - return new $c_sc_ArrayOps$ArrayIterator$mcF$sp(x6) + return new $c_sc_ArrayOps$ArrayIterator$mcF$sp(x6); } else if ((this$ instanceof $ac_C)) { var x7 = $asArrayOf_C(this$, 1); - return new $c_sc_ArrayOps$ArrayIterator$mcC$sp(x7) + return new $c_sc_ArrayOps$ArrayIterator$mcC$sp(x7); } else if ((this$ instanceof $ac_B)) { var x8 = $asArrayOf_B(this$, 1); - return new $c_sc_ArrayOps$ArrayIterator$mcB$sp(x8) + return new $c_sc_ArrayOps$ArrayIterator$mcB$sp(x8); } else if ((this$ instanceof $ac_S)) { var x9 = $asArrayOf_S(this$, 1); - return new $c_sc_ArrayOps$ArrayIterator$mcS$sp(x9) + return new $c_sc_ArrayOps$ArrayIterator$mcS$sp(x9); } else if ((this$ instanceof $ac_Z)) { var x10 = $asArrayOf_Z(this$, 1); - return new $c_sc_ArrayOps$ArrayIterator$mcZ$sp(x10) + return new $c_sc_ArrayOps$ArrayIterator$mcZ$sp(x10); } else if ($isArrayOf_jl_Void(this$, 1)) { var x11 = $asArrayOf_jl_Void(this$, 1); - return new $c_sc_ArrayOps$ArrayIterator$mcV$sp(x11) + return new $c_sc_ArrayOps$ArrayIterator$mcV$sp(x11); } else if ((this$ === null)) { - throw new $c_jl_NullPointerException() + throw new $c_jl_NullPointerException(); } else { - throw new $c_s_MatchError(this$) + throw new $c_s_MatchError(this$); } }); $c_sc_ArrayOps$.prototype.toIndexedSeq$extension__O__sci_IndexedSeq = (function(this$) { - return $m_sci_ArraySeq$().unsafeWrapArray__O__sci_ArraySeq($m_s_Array$().copyOf__O__I__O(this$, $m_jl_reflect_Array$().getLength__O__I(this$))) + return $m_sci_ArraySeq$().unsafeWrapArray__O__sci_ArraySeq($m_s_Array$().copyOf__O__I__O(this$, $m_jl_reflect_Array$().getLength__O__I(this$))); }); -var $d_sc_ArrayOps$ = new $TypeData().initClass({ - sc_ArrayOps$: 0 -}, false, "scala.collection.ArrayOps$", { - sc_ArrayOps$: 1, - O: 1 -}); -$c_sc_ArrayOps$.prototype.$classData = $d_sc_ArrayOps$; +var $d_sc_ArrayOps$ = new $TypeData().initClass($c_sc_ArrayOps$, "scala.collection.ArrayOps$", ({ + sc_ArrayOps$: 1 +})); var $n_sc_ArrayOps$; function $m_sc_ArrayOps$() { if ((!$n_sc_ArrayOps$)) { - $n_sc_ArrayOps$ = new $c_sc_ArrayOps$() - }; - return $n_sc_ArrayOps$ + $n_sc_ArrayOps$ = new $c_sc_ArrayOps$(); + } + return $n_sc_ArrayOps$; } /** @constructor */ function $c_sc_Hashing$() { - /**/ } $c_sc_Hashing$.prototype = new $h_O(); $c_sc_Hashing$.prototype.constructor = $c_sc_Hashing$; /** @constructor */ function $h_sc_Hashing$() { - /**/ } $h_sc_Hashing$.prototype = $c_sc_Hashing$.prototype; $c_sc_Hashing$.prototype.improve__I__I = (function(hcode) { var h = ((hcode + (~(hcode << 9))) | 0); h = (h ^ ((h >>> 14) | 0)); h = ((h + (h << 4)) | 0); - return (h ^ ((h >>> 10) | 0)) -}); -var $d_sc_Hashing$ = new $TypeData().initClass({ - sc_Hashing$: 0 -}, false, "scala.collection.Hashing$", { - sc_Hashing$: 1, - O: 1 + return (h ^ ((h >>> 10) | 0)); }); -$c_sc_Hashing$.prototype.$classData = $d_sc_Hashing$; +var $d_sc_Hashing$ = new $TypeData().initClass($c_sc_Hashing$, "scala.collection.Hashing$", ({ + sc_Hashing$: 1 +})); var $n_sc_Hashing$; function $m_sc_Hashing$() { if ((!$n_sc_Hashing$)) { - $n_sc_Hashing$ = new $c_sc_Hashing$() - }; - return $n_sc_Hashing$ + $n_sc_Hashing$ = new $c_sc_Hashing$(); + } + return $n_sc_Hashing$; } function $is_sc_IterableOnce(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_IterableOnce))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_IterableOnce))); } function $as_sc_IterableOnce(obj) { - return (($is_sc_IterableOnce(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.IterableOnce")) + return (($is_sc_IterableOnce(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.IterableOnce")); } function $isArrayOf_sc_IterableOnce(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_IterableOnce))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_IterableOnce))); } function $asArrayOf_sc_IterableOnce(obj, depth) { - return (($isArrayOf_sc_IterableOnce(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.IterableOnce;", depth)) + return (($isArrayOf_sc_IterableOnce(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.IterableOnce;", depth)); } function $f_sc_IterableOnceOps__foreach__F1__V($thiz, f) { var it = $n($as_sc_IterableOnce($thiz)).iterator__sc_Iterator(); while ($n(it).hasNext__Z()) { - $n(f).apply__O__O($n(it).next__O()) + $n(f).apply__O__O($n(it).next__O()); } } function $f_sc_IterableOnceOps__forall__F1__Z($thiz, p) { var res = true; var it = $n($as_sc_IterableOnce($thiz)).iterator__sc_Iterator(); while ((res && $n(it).hasNext__Z())) { - res = $uZ($n(p).apply__O__O($n(it).next__O())) - }; - return res + res = $uZ($n(p).apply__O__O($n(it).next__O())); + } + return res; } function $f_sc_IterableOnceOps__exists__F1__Z($thiz, p) { var res = false; var it = $n($as_sc_IterableOnce($thiz)).iterator__sc_Iterator(); while (((!res) && $n(it).hasNext__Z())) { - res = $uZ($n(p).apply__O__O($n(it).next__O())) - }; - return res + res = $uZ($n(p).apply__O__O($n(it).next__O())); + } + return res; } function $f_sc_IterableOnceOps__foldLeft__O__F2__O($thiz, z, op) { if ($is_sc_IndexedSeq($thiz)) { var x2 = $as_sc_IndexedSeq($thiz); - return $p_sc_IterableOnceOps__loop$1__I__I__O__F2__sc_IndexedSeq__O($thiz, 0, $n(x2).length__I(), z, op, x2) + return $p_sc_IterableOnceOps__loop$1__I__I__O__F2__sc_IndexedSeq__O($thiz, 0, $n(x2).length__I(), z, op, x2); } else { var result = z; var it = $n($as_sc_IterableOnce($thiz)).iterator__sc_Iterator(); while ($n(it).hasNext__Z()) { - result = $n(op).apply__O__O__O(result, $n(it).next__O()) - }; - return result + result = $n(op).apply__O__O__O(result, $n(it).next__O()); + } + return result; } } function $f_sc_IterableOnceOps__reduceLeft__F2__O($thiz, op) { @@ -7484,21 +7236,21 @@ function $f_sc_IterableOnceOps__reduceLeft__F2__O($thiz, op) { var x2 = $as_sc_IndexedSeq($thiz); if (($n(x2).length__I() > 0)) { var z = $n(x2).apply__I__O(0); - return $p_sc_IterableOnceOps__loop$1__I__I__O__F2__sc_IndexedSeq__O($thiz, 1, $n(x2).length__I(), z, op, x2) + return $p_sc_IterableOnceOps__loop$1__I__I__O__F2__sc_IndexedSeq__O($thiz, 1, $n(x2).length__I(), z, op, x2); } - }; + } if (($n($as_sc_IterableOnce($thiz)).knownSize__I() === 0)) { - throw new $c_jl_UnsupportedOperationException("empty.reduceLeft") - }; + throw new $c_jl_UnsupportedOperationException("empty.reduceLeft"); + } var it = $n($as_sc_IterableOnce($thiz)).iterator__sc_Iterator(); if ($n(it).hasNext__Z()) { var acc = $n(it).next__O(); while ($n(it).hasNext__Z()) { - acc = $n(op).apply__O__O__O(acc, $n(it).next__O()) - }; - return acc + acc = $n(op).apply__O__O__O(acc, $n(it).next__O()); + } + return acc; } else { - throw new $c_jl_UnsupportedOperationException("empty.reduceLeft") + throw new $c_jl_UnsupportedOperationException("empty.reduceLeft"); } } function $f_sc_IterableOnceOps__isEmpty__Z($thiz) { @@ -7506,14 +7258,14 @@ function $f_sc_IterableOnceOps__isEmpty__Z($thiz) { switch (x1) { case (-1): { return (!$n($n($as_sc_IterableOnce($thiz)).iterator__sc_Iterator()).hasNext__Z()); - break + break; } case 0: { return true; - break + break; } default: { - return false + return false; } } } @@ -7524,9 +7276,9 @@ function $f_sc_IterableOnceOps__copyToArray__O__I__I__I($thiz, xs, start, len) { var end = ((start + ((len < y) ? len : y)) | 0); while (((i < end) && $n(it).hasNext__Z())) { $m_sr_ScalaRunTime$().array_update__O__I__O__V(xs, i, $n(it).next__O()); - i = ((1 + i) | 0) - }; - return ((i - start) | 0) + i = ((1 + i) | 0); + } + return ((i - start) | 0); } function $f_sc_IterableOnceOps__sum__s_math_Numeric__O($thiz, num) { var x1 = $n($as_sc_IterableOnce($thiz)).knownSize__I(); @@ -7536,23 +7288,23 @@ function $f_sc_IterableOnceOps__sum__s_math_Numeric__O($thiz, num) { var this$3 = $n(num); var x = $uI(x$2); var y = $uI(y$2); - return $f_s_math_Numeric$IntIsIntegral__plus__I__I__I(this$3, x, y) + return $f_s_math_Numeric$IntIsIntegral__plus__I__I__I(this$3, x, y); }))); - break + break; } case 0: { $n(num); return 0; - break + break; } default: { var op = new $c_sjsr_AnonFunction2(((x$3$2, y$3$2) => { var this$5 = $n(num); var x$1 = $uI(x$3$2); var y$1 = $uI(y$3$2); - return $f_s_math_Numeric$IntIsIntegral__plus__I__I__I(this$5, x$1, y$1) + return $f_s_math_Numeric$IntIsIntegral__plus__I__I__I(this$5, x$1, y$1); })); - return $thiz.reduceLeft__F2__O(op) + return $thiz.reduceLeft__F2__O(op); } } } @@ -7566,20 +7318,20 @@ function $f_sc_IterableOnceOps__min__s_math_Ordering__O($thiz, ord) { while ($n(it).hasNext__Z()) { var arg1 = acc; var arg2 = $n(it).next__O(); - acc = $n(ord).min__O__O__O(arg1, arg2) - }; - return acc + acc = $n(ord).min__O__O__O(arg1, arg2); + } + return acc; } else { - throw new $c_jl_UnsupportedOperationException("empty.min") - }; - break + throw new $c_jl_UnsupportedOperationException("empty.min"); + } + break; } case 0: { throw new $c_jl_UnsupportedOperationException("empty.min"); - break + break; } default: { - return $thiz.reduceLeft__F2__O(new $c_sjsr_AnonFunction2(((x$3$2, y$3$2) => $n(ord).min__O__O__O(x$3$2, y$3$2)))) + return $thiz.reduceLeft__F2__O(new $c_sjsr_AnonFunction2(((x$3$2, y$3$2) => $n(ord).min__O__O__O(x$3$2, y$3$2)))); } } } @@ -7593,20 +7345,20 @@ function $f_sc_IterableOnceOps__max__s_math_Ordering__O($thiz, ord) { while ($n(it).hasNext__Z()) { var arg1 = acc; var arg2 = $n(it).next__O(); - acc = $n(ord).max__O__O__O(arg1, arg2) - }; - return acc + acc = $n(ord).max__O__O__O(arg1, arg2); + } + return acc; } else { - throw new $c_jl_UnsupportedOperationException("empty.max") - }; - break + throw new $c_jl_UnsupportedOperationException("empty.max"); + } + break; } case 0: { throw new $c_jl_UnsupportedOperationException("empty.max"); - break + break; } default: { - return $thiz.reduceLeft__F2__O(new $c_sjsr_AnonFunction2(((x$3$2, y$3$2) => $n(ord).max__O__O__O(x$3$2, y$3$2)))) + return $thiz.reduceLeft__F2__O(new $c_sjsr_AnonFunction2(((x$3$2, y$3$2) => $n(ord).max__O__O__O(x$3$2, y$3$2)))); } } } @@ -7616,17 +7368,17 @@ function $f_sc_IterableOnceOps__collectFirst__s_PartialFunction__s_Option($thiz, while ($n(it).hasNext__Z()) { var x = $n(pf).applyOrElse__O__F1__O($n(it).next__O(), sentinel); if ((x !== sentinel)) { - return new $c_s_Some(x) + return new $c_s_Some(x); } - }; - return $m_s_None$() + } + return $m_s_None$(); } function $f_sc_IterableOnceOps__mkString__T__T__T__T($thiz, start, sep, end) { if (($n($as_sc_IterableOnce($thiz)).knownSize__I() === 0)) { - return (("" + start) + end) + return (("" + start) + end); } else { var this$1 = $n($thiz.addString__scm_StringBuilder__T__T__T__scm_StringBuilder($ct_scm_StringBuilder__(new $c_scm_StringBuilder()), start, sep, end)); - return $n(this$1.scm_StringBuilder__f_underlying).jl_StringBuilder__f_java$lang$StringBuilder$$content + return $n(this$1.scm_StringBuilder__f_underlying).jl_StringBuilder__f_java$lang$StringBuilder$$content; } } function $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder($thiz, b, start, sep, end) { @@ -7634,8 +7386,8 @@ function $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_Strin var this$1 = $n(start); if ((this$1.length !== 0)) { var this$2 = $n(jsb); - this$2.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$2.jl_StringBuilder__f_java$lang$StringBuilder$$content) + start) - }; + this$2.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$2.jl_StringBuilder__f_java$lang$StringBuilder$$content) + start); + } var it = $n($as_sc_IterableOnce($thiz)).iterator__sc_Iterator(); if ($n(it).hasNext__Z()) { var this$3 = $n(jsb); @@ -7646,21 +7398,21 @@ function $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_Strin this$4.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$4.jl_StringBuilder__f_java$lang$StringBuilder$$content) + sep); var this$5 = $n(jsb); var obj$1 = $n(it).next__O(); - this$5.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$5.jl_StringBuilder__f_java$lang$StringBuilder$$content) + obj$1) + this$5.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$5.jl_StringBuilder__f_java$lang$StringBuilder$$content) + obj$1); } - }; + } var this$6 = $n(end); if ((this$6.length !== 0)) { var this$7 = $n(jsb); - this$7.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$7.jl_StringBuilder__f_java$lang$StringBuilder$$content) + end) - }; - return b + this$7.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$7.jl_StringBuilder__f_java$lang$StringBuilder$$content) + end); + } + return b; } function $f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O($thiz, evidence$2) { if (($n($as_sc_IterableOnce($thiz)).knownSize__I() >= 0)) { var destination = $n(evidence$2).newArray__I__O($n($as_sc_IterableOnce($thiz)).knownSize__I()); $thiz.copyToArray__O__I__I__I(destination, 0, 2147483647); - return destination + return destination; } else { var capacity = 0; var jsElems = null; @@ -7673,10 +7425,10 @@ function $f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O($thiz, evidence$2 while ($n(it).hasNext__Z()) { var elem = $n(it).next__O(); var unboxedElem = (isCharArrayBuilder ? $uC(elem) : ((elem === null) ? $n(elementClass).jl_Class__f_data.zero : elem)); - jsElems.push(unboxedElem) - }; + jsElems.push(unboxedElem); + } var elemRuntimeClass = ((elementClass === $d_V.getClassOf()) ? $d_jl_Void.getClassOf() : (((elementClass === $d_sr_Null$.getClassOf()) || (elementClass === $d_sr_Nothing$.getClassOf())) ? $d_O.getClassOf() : elementClass)); - return $n(elemRuntimeClass).jl_Class__f_data.getArrayOf().wrapArray(jsElems) + return $n(elemRuntimeClass).jl_Class__f_data.getArrayOf().wrapArray(jsElems); } } function $f_sc_IterableOnceOps__reversed__sc_Iterable($thiz) { @@ -7685,137 +7437,63 @@ function $f_sc_IterableOnceOps__reversed__sc_Iterable($thiz) { while ($n(it).hasNext__Z()) { var rassoc$1 = $n(it).next__O(); var this$1 = $n(xs); - xs = new $c_sci_$colon$colon(rassoc$1, this$1) - }; - return xs + xs = new $c_sci_$colon$colon(rassoc$1, this$1); + } + return xs; } function $p_sc_IterableOnceOps__loop$1__I__I__O__F2__sc_IndexedSeq__O($thiz, at, end, acc, op$1, seq$1) { while (true) { if ((at === end)) { - return acc + return acc; } else { var temp$at = ((1 + at) | 0); var temp$acc = $n(op$1).apply__O__O__O(acc, $n(seq$1).apply__I__O(at)); at = temp$at; - acc = temp$acc + acc = temp$acc; } } } function $is_sc_IterableOnceOps(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_IterableOnceOps))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_IterableOnceOps))); } function $as_sc_IterableOnceOps(obj) { - return (($is_sc_IterableOnceOps(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.IterableOnceOps")) + return (($is_sc_IterableOnceOps(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.IterableOnceOps")); } function $isArrayOf_sc_IterableOnceOps(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_IterableOnceOps))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_IterableOnceOps))); } function $asArrayOf_sc_IterableOnceOps(obj, depth) { - return (($isArrayOf_sc_IterableOnceOps(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.IterableOnceOps;", depth)) + return (($isArrayOf_sc_IterableOnceOps(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.IterableOnceOps;", depth)); } /** @constructor */ function $c_sc_Iterator$ConcatIteratorCell(head, tail) { this.sc_Iterator$ConcatIteratorCell__f_head = null; this.sc_Iterator$ConcatIteratorCell__f_tail = null; this.sc_Iterator$ConcatIteratorCell__f_head = head; - this.sc_Iterator$ConcatIteratorCell__f_tail = tail + this.sc_Iterator$ConcatIteratorCell__f_tail = tail; } $c_sc_Iterator$ConcatIteratorCell.prototype = new $h_O(); $c_sc_Iterator$ConcatIteratorCell.prototype.constructor = $c_sc_Iterator$ConcatIteratorCell; /** @constructor */ function $h_sc_Iterator$ConcatIteratorCell() { - /**/ } $h_sc_Iterator$ConcatIteratorCell.prototype = $c_sc_Iterator$ConcatIteratorCell.prototype; $c_sc_Iterator$ConcatIteratorCell.prototype.headIterator__sc_Iterator = (function() { - return $n($as_sc_IterableOnce($n(this.sc_Iterator$ConcatIteratorCell__f_head).apply__O())).iterator__sc_Iterator() -}); -var $d_sc_Iterator$ConcatIteratorCell = new $TypeData().initClass({ - sc_Iterator$ConcatIteratorCell: 0 -}, false, "scala.collection.Iterator$ConcatIteratorCell", { - sc_Iterator$ConcatIteratorCell: 1, - O: 1 + return $n($as_sc_IterableOnce($n(this.sc_Iterator$ConcatIteratorCell__f_head).apply__O())).iterator__sc_Iterator(); }); -$c_sc_Iterator$ConcatIteratorCell.prototype.$classData = $d_sc_Iterator$ConcatIteratorCell; -/** @constructor */ -function $c_sc_SeqFactory$UnapplySeqWrapper(c) { - this.sc_SeqFactory$UnapplySeqWrapper__f_scala$collection$SeqFactory$UnapplySeqWrapper$$c = null; - this.sc_SeqFactory$UnapplySeqWrapper__f_scala$collection$SeqFactory$UnapplySeqWrapper$$c = c -} -$c_sc_SeqFactory$UnapplySeqWrapper.prototype = new $h_O(); -$c_sc_SeqFactory$UnapplySeqWrapper.prototype.constructor = $c_sc_SeqFactory$UnapplySeqWrapper; -/** @constructor */ -function $h_sc_SeqFactory$UnapplySeqWrapper() { - /**/ -} -$h_sc_SeqFactory$UnapplySeqWrapper.prototype = $c_sc_SeqFactory$UnapplySeqWrapper.prototype; -$c_sc_SeqFactory$UnapplySeqWrapper.prototype.hashCode__I = (function() { - var this$ = this.sc_SeqFactory$UnapplySeqWrapper__f_scala$collection$SeqFactory$UnapplySeqWrapper$$c; - return $n(this$).hashCode__I() -}); -$c_sc_SeqFactory$UnapplySeqWrapper.prototype.equals__O__Z = (function(x$1) { - return $m_sc_SeqFactory$UnapplySeqWrapper$().equals$extension__sc_SeqOps__O__Z(this.sc_SeqFactory$UnapplySeqWrapper__f_scala$collection$SeqFactory$UnapplySeqWrapper$$c, x$1) -}); -function $as_sc_SeqFactory$UnapplySeqWrapper(obj) { - return (((obj instanceof $c_sc_SeqFactory$UnapplySeqWrapper) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.SeqFactory$UnapplySeqWrapper")) -} -function $isArrayOf_sc_SeqFactory$UnapplySeqWrapper(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_SeqFactory$UnapplySeqWrapper))) -} -function $asArrayOf_sc_SeqFactory$UnapplySeqWrapper(obj, depth) { - return (($isArrayOf_sc_SeqFactory$UnapplySeqWrapper(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.SeqFactory$UnapplySeqWrapper;", depth)) -} -var $d_sc_SeqFactory$UnapplySeqWrapper = new $TypeData().initClass({ - sc_SeqFactory$UnapplySeqWrapper: 0 -}, false, "scala.collection.SeqFactory$UnapplySeqWrapper", { - sc_SeqFactory$UnapplySeqWrapper: 1, - O: 1 -}); -$c_sc_SeqFactory$UnapplySeqWrapper.prototype.$classData = $d_sc_SeqFactory$UnapplySeqWrapper; -/** @constructor */ -function $c_sc_SeqFactory$UnapplySeqWrapper$() { - /**/ -} -$c_sc_SeqFactory$UnapplySeqWrapper$.prototype = new $h_O(); -$c_sc_SeqFactory$UnapplySeqWrapper$.prototype.constructor = $c_sc_SeqFactory$UnapplySeqWrapper$; -/** @constructor */ -function $h_sc_SeqFactory$UnapplySeqWrapper$() { - /**/ -} -$h_sc_SeqFactory$UnapplySeqWrapper$.prototype = $c_sc_SeqFactory$UnapplySeqWrapper$.prototype; -$c_sc_SeqFactory$UnapplySeqWrapper$.prototype.equals$extension__sc_SeqOps__O__Z = (function(this$, x$1) { - if ((x$1 instanceof $c_sc_SeqFactory$UnapplySeqWrapper)) { - var UnapplySeqWrapper$1 = ((x$1 === null) ? null : $n($as_sc_SeqFactory$UnapplySeqWrapper(x$1)).sc_SeqFactory$UnapplySeqWrapper__f_scala$collection$SeqFactory$UnapplySeqWrapper$$c); - return ((this$ === null) ? (UnapplySeqWrapper$1 === null) : $n(this$).equals__O__Z(UnapplySeqWrapper$1)) - } else { - return false - } -}); -var $d_sc_SeqFactory$UnapplySeqWrapper$ = new $TypeData().initClass({ - sc_SeqFactory$UnapplySeqWrapper$: 0 -}, false, "scala.collection.SeqFactory$UnapplySeqWrapper$", { - sc_SeqFactory$UnapplySeqWrapper$: 1, - O: 1 -}); -$c_sc_SeqFactory$UnapplySeqWrapper$.prototype.$classData = $d_sc_SeqFactory$UnapplySeqWrapper$; -var $n_sc_SeqFactory$UnapplySeqWrapper$; -function $m_sc_SeqFactory$UnapplySeqWrapper$() { - if ((!$n_sc_SeqFactory$UnapplySeqWrapper$)) { - $n_sc_SeqFactory$UnapplySeqWrapper$ = new $c_sc_SeqFactory$UnapplySeqWrapper$() - }; - return $n_sc_SeqFactory$UnapplySeqWrapper$ -} +var $d_sc_Iterator$ConcatIteratorCell = new $TypeData().initClass($c_sc_Iterator$ConcatIteratorCell, "scala.collection.Iterator$ConcatIteratorCell", ({ + sc_Iterator$ConcatIteratorCell: 1 +})); /** @constructor */ function $c_sc_StringOps$() { this.sc_StringOps$__f_fallback = null; $n_sc_StringOps$ = this; - this.sc_StringOps$__f_fallback = new $c_sjsr_AnonFunction1(((x$1$2) => $m_sc_StringOps$().sc_StringOps$__f_fallback)) + this.sc_StringOps$__f_fallback = new $c_sjsr_AnonFunction1(((x$1$2) => $m_sc_StringOps$().sc_StringOps$__f_fallback)); } $c_sc_StringOps$.prototype = new $h_O(); $c_sc_StringOps$.prototype.constructor = $c_sc_StringOps$; /** @constructor */ function $h_sc_StringOps$() { - /**/ } $h_sc_StringOps$.prototype = $c_sc_StringOps$.prototype; $c_sc_StringOps$.prototype.slice$extension__T__I__I__T = (function(this$, from, until) { @@ -7824,40 +7502,38 @@ $c_sc_StringOps$.prototype.slice$extension__T__I__I__T = (function(this$, from, var that = this$6.length; var end = ((until < that) ? until : that); if ((start >= end)) { - return "" + return ""; } else { var this$10 = $n(this$); if ((start < 0)) { - $charAt(this$10, start) - }; + $charAt(this$10, start); + } if ((end > this$10.length)) { - $charAt(this$10, end) - }; + $charAt(this$10, end); + } if ((end < start)) { - $charAt(this$10, (-1)) - }; - return $as_T(this$10.substring(start, end)) + $charAt(this$10, (-1)); + } + return $as_T(this$10.substring(start, end)); } }); $c_sc_StringOps$.prototype.$times$extension__T__I__T = (function(this$, n) { if ((n <= 0)) { - return "" + return ""; } else { var this$1 = $n(this$); var sb = $ct_jl_StringBuilder__I__(new $c_jl_StringBuilder(), Math.imul(this$1.length, n)); var i = 0; while ((i < n)) { sb.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + sb.jl_StringBuilder__f_java$lang$StringBuilder$$content) + this$); - i = ((1 + i) | 0) - }; - return sb.jl_StringBuilder__f_java$lang$StringBuilder$$content + i = ((1 + i) | 0); + } + return sb.jl_StringBuilder__f_java$lang$StringBuilder$$content; } }); $c_sc_StringOps$.prototype.stripMargin$extension__T__C__T = (function(this$, marginChar) { var this$1 = $n(this$); var sb = $ct_jl_StringBuilder__I__(new $c_jl_StringBuilder(), this$1.length); - $m_sc_StringOps$(); - $m_sc_StringOps$(); var this$4 = new $c_sc_StringOps$$anon$1(this$, false); while ((this$4.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index < this$4.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$len)) { var arg1 = this$4.next__T(); @@ -7868,80 +7544,75 @@ $c_sc_StringOps$.prototype.stripMargin$extension__T__C__T = (function(this$, mar if ((index < len)) { var this$6 = $n(arg1); var index$1 = index; - var $x_1 = ($charAt(this$6, index$1) <= 32) + var $x_1 = ($charAt(this$6, index$1) <= 32); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { - index = ((1 + index) | 0) + index = ((1 + index) | 0); } else { - break + break; } - }; + } if ((index < len)) { var this$7 = $n(arg1); var index$2 = index; - var $x_2 = ($charAt(this$7, index$2) === marginChar) + var $x_2 = ($charAt(this$7, index$2) === marginChar); } else { - var $x_2 = false - }; + var $x_2 = false; + } if ($x_2) { var this$8 = $n(arg1); var beginIndex = ((1 + index) | 0); if (((beginIndex < 0) || (beginIndex > this$8.length))) { - $charAt(this$8, beginIndex) - }; - var stripped = $as_T(this$8.substring(beginIndex)) + $charAt(this$8, beginIndex); + } + var stripped = $as_T(this$8.substring(beginIndex)); } else { - var stripped = arg1 - }; - sb.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + sb.jl_StringBuilder__f_java$lang$StringBuilder$$content) + stripped) - }; - return sb.jl_StringBuilder__f_java$lang$StringBuilder$$content + var stripped = arg1; + } + sb.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + sb.jl_StringBuilder__f_java$lang$StringBuilder$$content) + stripped); + } + return sb.jl_StringBuilder__f_java$lang$StringBuilder$$content; }); $c_sc_StringOps$.prototype.unwrapArg$extension__T__O__O = (function(this$, arg) { if (false) { var x2 = $as_s_math_ScalaNumber(arg); - return $n(x2).underlying__O() + return $n(x2).underlying__O(); } else { - return arg + return arg; } }); $c_sc_StringOps$.prototype.format$extension__T__sci_Seq__T = (function(this$, args) { var args$1 = $asArrayOf_O($n($as_sc_IterableOnceOps($n(args).map__F1__O(new $c_sjsr_AnonFunction1(((arg$2) => $m_sc_StringOps$().unwrapArg$extension__T__O__O(this$, arg$2)))))).toArray__s_reflect_ClassTag__O($m_s_reflect_ManifestFactory$ObjectManifest$()), 1); - return $m_jl_String$().format__T__AO__T(this$, args$1) + return $m_jl_String$().format__T__AO__T(this$, args$1); }); $c_sc_StringOps$.prototype.take$extension__T__I__T = (function(this$, n) { var $x_1 = $m_sc_StringOps$(); var this$1 = $n(this$); var y = this$1.length; - return $n($x_1).slice$extension__T__I__I__T(this$, 0, ((n < y) ? n : y)) -}); -var $d_sc_StringOps$ = new $TypeData().initClass({ - sc_StringOps$: 0 -}, false, "scala.collection.StringOps$", { - sc_StringOps$: 1, - O: 1 + return $n($x_1).slice$extension__T__I__I__T(this$, 0, ((n < y) ? n : y)); }); -$c_sc_StringOps$.prototype.$classData = $d_sc_StringOps$; +var $d_sc_StringOps$ = new $TypeData().initClass($c_sc_StringOps$, "scala.collection.StringOps$", ({ + sc_StringOps$: 1 +})); var $n_sc_StringOps$; function $m_sc_StringOps$() { if ((!$n_sc_StringOps$)) { - $n_sc_StringOps$ = new $c_sc_StringOps$() - }; - return $n_sc_StringOps$ + $n_sc_StringOps$ = new $c_sc_StringOps$(); + } + return $n_sc_StringOps$; } function $p_sci_IndexedSeqDefaults$__liftedTree1$1__I($thiz) { try { - $m_sc_StringOps$(); var x = $m_jl_System$SystemProperties$().getProperty__T__T__T("scala.collection.immutable.IndexedSeq.defaultApplyPreferredMaxLength", "64"); var this$4 = $m_jl_Integer$(); - return this$4.parseInt__T__I__I(x, 10) + return this$4.parseInt__T__I__I(x, 10); } catch (e) { if (false) { - return 64 + return 64; } else { - throw e + throw e; } } } @@ -7949,203 +7620,172 @@ function $p_sci_IndexedSeqDefaults$__liftedTree1$1__I($thiz) { function $c_sci_IndexedSeqDefaults$() { this.sci_IndexedSeqDefaults$__f_defaultApplyPreferredMaxLength = 0; $n_sci_IndexedSeqDefaults$ = this; - this.sci_IndexedSeqDefaults$__f_defaultApplyPreferredMaxLength = $p_sci_IndexedSeqDefaults$__liftedTree1$1__I(this) + this.sci_IndexedSeqDefaults$__f_defaultApplyPreferredMaxLength = $p_sci_IndexedSeqDefaults$__liftedTree1$1__I(this); } $c_sci_IndexedSeqDefaults$.prototype = new $h_O(); $c_sci_IndexedSeqDefaults$.prototype.constructor = $c_sci_IndexedSeqDefaults$; /** @constructor */ function $h_sci_IndexedSeqDefaults$() { - /**/ } $h_sci_IndexedSeqDefaults$.prototype = $c_sci_IndexedSeqDefaults$.prototype; -var $d_sci_IndexedSeqDefaults$ = new $TypeData().initClass({ - sci_IndexedSeqDefaults$: 0 -}, false, "scala.collection.immutable.IndexedSeqDefaults$", { - sci_IndexedSeqDefaults$: 1, - O: 1 -}); -$c_sci_IndexedSeqDefaults$.prototype.$classData = $d_sci_IndexedSeqDefaults$; +var $d_sci_IndexedSeqDefaults$ = new $TypeData().initClass($c_sci_IndexedSeqDefaults$, "scala.collection.immutable.IndexedSeqDefaults$", ({ + sci_IndexedSeqDefaults$: 1 +})); var $n_sci_IndexedSeqDefaults$; function $m_sci_IndexedSeqDefaults$() { if ((!$n_sci_IndexedSeqDefaults$)) { - $n_sci_IndexedSeqDefaults$ = new $c_sci_IndexedSeqDefaults$() - }; - return $n_sci_IndexedSeqDefaults$ + $n_sci_IndexedSeqDefaults$ = new $c_sci_IndexedSeqDefaults$(); + } + return $n_sci_IndexedSeqDefaults$; } /** @constructor */ function $c_sci_LazyList$LazyBuilder$DeferredState() { - this.sci_LazyList$LazyBuilder$DeferredState__f__state = null + this.sci_LazyList$LazyBuilder$DeferredState__f__state = null; } $c_sci_LazyList$LazyBuilder$DeferredState.prototype = new $h_O(); $c_sci_LazyList$LazyBuilder$DeferredState.prototype.constructor = $c_sci_LazyList$LazyBuilder$DeferredState; /** @constructor */ function $h_sci_LazyList$LazyBuilder$DeferredState() { - /**/ } $h_sci_LazyList$LazyBuilder$DeferredState.prototype = $c_sci_LazyList$LazyBuilder$DeferredState.prototype; $c_sci_LazyList$LazyBuilder$DeferredState.prototype.eval__sci_LazyList$State = (function() { var state = this.sci_LazyList$LazyBuilder$DeferredState__f__state; if ((state === null)) { - throw $ct_jl_IllegalStateException__T__(new $c_jl_IllegalStateException(), "uninitialized") - }; - return $as_sci_LazyList$State($n(state).apply__O()) + throw $ct_jl_IllegalStateException__T__(new $c_jl_IllegalStateException(), "uninitialized"); + } + return $as_sci_LazyList$State($n(state).apply__O()); }); $c_sci_LazyList$LazyBuilder$DeferredState.prototype.init__F0__V = (function(state) { if ((this.sci_LazyList$LazyBuilder$DeferredState__f__state !== null)) { - throw $ct_jl_IllegalStateException__T__(new $c_jl_IllegalStateException(), "already initialized") - }; - this.sci_LazyList$LazyBuilder$DeferredState__f__state = state -}); -var $d_sci_LazyList$LazyBuilder$DeferredState = new $TypeData().initClass({ - sci_LazyList$LazyBuilder$DeferredState: 0 -}, false, "scala.collection.immutable.LazyList$LazyBuilder$DeferredState", { - sci_LazyList$LazyBuilder$DeferredState: 1, - O: 1 + throw $ct_jl_IllegalStateException__T__(new $c_jl_IllegalStateException(), "already initialized"); + } + this.sci_LazyList$LazyBuilder$DeferredState__f__state = state; }); -$c_sci_LazyList$LazyBuilder$DeferredState.prototype.$classData = $d_sci_LazyList$LazyBuilder$DeferredState; +var $d_sci_LazyList$LazyBuilder$DeferredState = new $TypeData().initClass($c_sci_LazyList$LazyBuilder$DeferredState, "scala.collection.immutable.LazyList$LazyBuilder$DeferredState", ({ + sci_LazyList$LazyBuilder$DeferredState: 1 +})); /** @constructor */ function $c_sci_MapNode$() { this.sci_MapNode$__f_EmptyMapNode = null; $n_sci_MapNode$ = this; - this.sci_MapNode$__f_EmptyMapNode = new $c_sci_BitmapIndexedMapNode(0, 0, ($m_s_reflect_ManifestFactory$AnyManifest$(), new $ac_O(0)), ($m_s_reflect_ManifestFactory$IntManifest$(), new $ac_I(0)), 0, 0) + this.sci_MapNode$__f_EmptyMapNode = new $c_sci_BitmapIndexedMapNode(0, 0, new $ac_O(0), new $ac_I(0), 0, 0); } $c_sci_MapNode$.prototype = new $h_O(); $c_sci_MapNode$.prototype.constructor = $c_sci_MapNode$; /** @constructor */ function $h_sci_MapNode$() { - /**/ } $h_sci_MapNode$.prototype = $c_sci_MapNode$.prototype; -var $d_sci_MapNode$ = new $TypeData().initClass({ - sci_MapNode$: 0 -}, false, "scala.collection.immutable.MapNode$", { - sci_MapNode$: 1, - O: 1 -}); -$c_sci_MapNode$.prototype.$classData = $d_sci_MapNode$; +var $d_sci_MapNode$ = new $TypeData().initClass($c_sci_MapNode$, "scala.collection.immutable.MapNode$", ({ + sci_MapNode$: 1 +})); var $n_sci_MapNode$; function $m_sci_MapNode$() { if ((!$n_sci_MapNode$)) { - $n_sci_MapNode$ = new $c_sci_MapNode$() - }; - return $n_sci_MapNode$ + $n_sci_MapNode$ = new $c_sci_MapNode$(); + } + return $n_sci_MapNode$; } function $p_sci_Node__arrayIndexOutOfBounds__O__I__jl_ArrayIndexOutOfBoundsException($thiz, as, ix) { - return $ct_jl_ArrayIndexOutOfBoundsException__T__(new $c_jl_ArrayIndexOutOfBoundsException(), ((ix + " is out of bounds (min 0, max ") + (((-1) + $m_jl_reflect_Array$().getLength__O__I(as)) | 0))) + return $ct_jl_ArrayIndexOutOfBoundsException__T__(new $c_jl_ArrayIndexOutOfBoundsException(), ((ix + " is out of bounds (min 0, max ") + (((-1) + $m_jl_reflect_Array$().getLength__O__I(as)) | 0))); } /** @constructor */ function $c_sci_Node() { - /**/ } $c_sci_Node.prototype = new $h_O(); $c_sci_Node.prototype.constructor = $c_sci_Node; /** @constructor */ function $h_sci_Node() { - /**/ } $h_sci_Node.prototype = $c_sci_Node.prototype; $c_sci_Node.prototype.removeElement__AI__I__AI = (function(as, ix) { if ((ix < 0)) { - throw $n($p_sci_Node__arrayIndexOutOfBounds__O__I__jl_ArrayIndexOutOfBoundsException(this, as, ix)) - }; + throw $n($p_sci_Node__arrayIndexOutOfBounds__O__I__jl_ArrayIndexOutOfBoundsException(this, as, ix)); + } if ((ix > (((-1) + $n(as).u.length) | 0))) { - throw $n($p_sci_Node__arrayIndexOutOfBounds__O__I__jl_ArrayIndexOutOfBoundsException(this, as, ix)) - }; + throw $n($p_sci_Node__arrayIndexOutOfBounds__O__I__jl_ArrayIndexOutOfBoundsException(this, as, ix)); + } var result = new $ac_I((((-1) + $n(as).u.length) | 0)); $systemArraycopy($n(as), 0, result, 0, ix); var srcPos = ((1 + ix) | 0); var length = (((-1) + (($n(as).u.length - ix) | 0)) | 0); $systemArraycopy($n(as), srcPos, result, ix, length); - return result + return result; }); $c_sci_Node.prototype.insertElement__AI__I__I__AI = (function(as, ix, elem) { if ((ix < 0)) { - throw $n($p_sci_Node__arrayIndexOutOfBounds__O__I__jl_ArrayIndexOutOfBoundsException(this, as, ix)) - }; + throw $n($p_sci_Node__arrayIndexOutOfBounds__O__I__jl_ArrayIndexOutOfBoundsException(this, as, ix)); + } if ((ix > $n(as).u.length)) { - throw $n($p_sci_Node__arrayIndexOutOfBounds__O__I__jl_ArrayIndexOutOfBoundsException(this, as, ix)) - }; + throw $n($p_sci_Node__arrayIndexOutOfBounds__O__I__jl_ArrayIndexOutOfBoundsException(this, as, ix)); + } var result = new $ac_I(((1 + $n(as).u.length) | 0)); $systemArraycopy($n(as), 0, result, 0, ix); $n(result).set(ix, elem); var destPos = ((1 + ix) | 0); var length = (($n(as).u.length - ix) | 0); $systemArraycopy($n(as), ix, result, destPos, length); - return result -}); -var $d_sci_Node = new $TypeData().initClass({ - sci_Node: 0 -}, false, "scala.collection.immutable.Node", { - sci_Node: 1, - O: 1 + return result; }); -$c_sci_Node.prototype.$classData = $d_sci_Node; +var $d_sci_Node = new $TypeData().initClass(0, "scala.collection.immutable.Node", ({ + sci_Node: 1 +})); /** @constructor */ function $c_sci_Node$() { this.sci_Node$__f_MaxDepth = 0; $n_sci_Node$ = this; - this.sci_Node$__f_MaxDepth = $doubleToInt($uD(Math.ceil(6.4))) + this.sci_Node$__f_MaxDepth = $doubleToInt($uD(Math.ceil(6.4))); } $c_sci_Node$.prototype = new $h_O(); $c_sci_Node$.prototype.constructor = $c_sci_Node$; /** @constructor */ function $h_sci_Node$() { - /**/ } $h_sci_Node$.prototype = $c_sci_Node$.prototype; $c_sci_Node$.prototype.maskFrom__I__I__I = (function(hash, shift) { - return (31 & ((hash >>> shift) | 0)) + return (31 & ((hash >>> shift) | 0)); }); $c_sci_Node$.prototype.bitposFrom__I__I = (function(mask) { - return (1 << mask) + return (1 << mask); }); $c_sci_Node$.prototype.indexFrom__I__I__I = (function(bitmap, bitpos) { var i = (bitmap & (((-1) + bitpos) | 0)); - return $m_jl_Integer$().bitCount__I__I(i) + return $m_jl_Integer$().bitCount__I__I(i); }); $c_sci_Node$.prototype.indexFrom__I__I__I__I = (function(bitmap, mask, bitpos) { - return ((bitmap === (-1)) ? mask : this.indexFrom__I__I__I(bitmap, bitpos)) -}); -var $d_sci_Node$ = new $TypeData().initClass({ - sci_Node$: 0 -}, false, "scala.collection.immutable.Node$", { - sci_Node$: 1, - O: 1 + return ((bitmap === (-1)) ? mask : this.indexFrom__I__I__I(bitmap, bitpos)); }); -$c_sci_Node$.prototype.$classData = $d_sci_Node$; +var $d_sci_Node$ = new $TypeData().initClass($c_sci_Node$, "scala.collection.immutable.Node$", ({ + sci_Node$: 1 +})); var $n_sci_Node$; function $m_sci_Node$() { if ((!$n_sci_Node$)) { - $n_sci_Node$ = new $c_sci_Node$() - }; - return $n_sci_Node$ + $n_sci_Node$ = new $c_sci_Node$(); + } + return $n_sci_Node$; } /** @constructor */ function $c_sci_SetNode$() { this.sci_SetNode$__f_EmptySetNode = null; $n_sci_SetNode$ = this; - this.sci_SetNode$__f_EmptySetNode = new $c_sci_BitmapIndexedSetNode(0, 0, ($m_s_reflect_ManifestFactory$AnyManifest$(), new $ac_O(0)), ($m_s_reflect_ManifestFactory$IntManifest$(), new $ac_I(0)), 0, 0) + this.sci_SetNode$__f_EmptySetNode = new $c_sci_BitmapIndexedSetNode(0, 0, new $ac_O(0), new $ac_I(0), 0, 0); } $c_sci_SetNode$.prototype = new $h_O(); $c_sci_SetNode$.prototype.constructor = $c_sci_SetNode$; /** @constructor */ function $h_sci_SetNode$() { - /**/ } $h_sci_SetNode$.prototype = $c_sci_SetNode$.prototype; -var $d_sci_SetNode$ = new $TypeData().initClass({ - sci_SetNode$: 0 -}, false, "scala.collection.immutable.SetNode$", { - sci_SetNode$: 1, - O: 1 -}); -$c_sci_SetNode$.prototype.$classData = $d_sci_SetNode$; +var $d_sci_SetNode$ = new $TypeData().initClass($c_sci_SetNode$, "scala.collection.immutable.SetNode$", ({ + sci_SetNode$: 1 +})); var $n_sci_SetNode$; function $m_sci_SetNode$() { if ((!$n_sci_SetNode$)) { - $n_sci_SetNode$ = new $c_sci_SetNode$() - }; - return $n_sci_SetNode$ + $n_sci_SetNode$ = new $c_sci_SetNode$(); + } + return $n_sci_SetNode$; } /** @constructor */ function $c_sci_VectorStatics$() { @@ -8161,13 +7801,12 @@ function $c_sci_VectorStatics$() { this.sci_VectorStatics$__f_empty3 = new ($d_O.getArrayOf().getArrayOf().getArrayOf().constr)(0); this.sci_VectorStatics$__f_empty4 = new ($d_O.getArrayOf().getArrayOf().getArrayOf().getArrayOf().constr)(0); this.sci_VectorStatics$__f_empty5 = new ($d_O.getArrayOf().getArrayOf().getArrayOf().getArrayOf().getArrayOf().constr)(0); - this.sci_VectorStatics$__f_empty6 = new ($d_O.getArrayOf().getArrayOf().getArrayOf().getArrayOf().getArrayOf().getArrayOf().constr)(0) + this.sci_VectorStatics$__f_empty6 = new ($d_O.getArrayOf().getArrayOf().getArrayOf().getArrayOf().getArrayOf().getArrayOf().constr)(0); } $c_sci_VectorStatics$.prototype = new $h_O(); $c_sci_VectorStatics$.prototype.constructor = $c_sci_VectorStatics$; /** @constructor */ function $h_sci_VectorStatics$() { - /**/ } $h_sci_VectorStatics$.prototype = $c_sci_VectorStatics$.prototype; $c_sci_VectorStatics$.prototype.copyAppend1__AO__O__AO = (function(a, elem) { @@ -8175,20 +7814,20 @@ $c_sci_VectorStatics$.prototype.copyAppend1__AO__O__AO = (function(a, elem) { var ac = new $ac_O(((1 + alen) | 0)); $systemArraycopyRefs($n(a), 0, ac, 0, alen); $n(ac).set(alen, elem); - return ac + return ac; }); $c_sci_VectorStatics$.prototype.copyAppend__AO__O__AO = (function(a, elem) { var newLength = ((1 + $n(a).u.length) | 0); var ac = $m_ju_Arrays$().copyOf__AO__I__AO(a, newLength); $n(ac).set((((-1) + $n(ac).u.length) | 0), elem); - return ac + return ac; }); $c_sci_VectorStatics$.prototype.copyPrepend1__O__AO__AO = (function(elem, a) { var ac = new $ac_O(((1 + $n(a).u.length) | 0)); var length = $n(a).u.length; $systemArraycopyRefs($n(a), 0, ac, 1, length); $n(ac).set(0, elem); - return ac + return ac; }); $c_sci_VectorStatics$.prototype.copyPrepend__O__AO__AO = (function(elem, a) { var this$1 = $n(a); @@ -8198,7 +7837,7 @@ $c_sci_VectorStatics$.prototype.copyPrepend__O__AO__AO = (function(elem, a) { var length$1 = $n(a).u.length; $systemArraycopyRefs($n(a), 0, $n(ac), 1, length$1); $n(ac).set(0, elem); - return ac + return ac; }); $c_sci_VectorStatics$.prototype.foreachRec__I__AO__F1__V = (function(level, a, f) { var i = 0; @@ -8206,13 +7845,13 @@ $c_sci_VectorStatics$.prototype.foreachRec__I__AO__F1__V = (function(level, a, f if ((level === 0)) { while ((i < len)) { $n(f).apply__O__O($n(a).get(i)); - i = ((1 + i) | 0) + i = ((1 + i) | 0); } } else { var l = (((-1) + level) | 0); while ((i < len)) { this.foreachRec__I__AO__F1__V(l, $asArrayOf_O($n(a).get(i), 1), f); - i = ((1 + i) | 0) + i = ((1 + i) | 0); } } }); @@ -8222,39 +7861,39 @@ $c_sci_VectorStatics$.prototype.mapElems1__AO__F1__AO = (function(a, f) { var v1 = $n(a).get(i); var v2 = $n(f).apply__O__O(v1); if ((!Object.is(v1, v2))) { - return this.mapElems1Rest__AO__F1__I__O__AO(a, f, i, v2) - }; - i = ((1 + i) | 0) - }; - return a + return this.mapElems1Rest__AO__F1__I__O__AO(a, f, i, v2); + } + i = ((1 + i) | 0); + } + return a; }); $c_sci_VectorStatics$.prototype.mapElems1Rest__AO__F1__I__O__AO = (function(a, f, at, v2) { var ac = new $ac_O($n(a).u.length); if ((at > 0)) { - $systemArraycopyRefs($n(a), 0, ac, 0, at) - }; + $systemArraycopyRefs($n(a), 0, ac, 0, at); + } $n(ac).set(at, v2); var i = ((1 + at) | 0); while ((i < $n(a).u.length)) { $n(ac).set(i, $n(f).apply__O__O($n(a).get(i))); - i = ((1 + i) | 0) - }; - return ac + i = ((1 + i) | 0); + } + return ac; }); $c_sci_VectorStatics$.prototype.mapElems__I__AO__F1__AO = (function(n, a, f) { if ((n === 1)) { - return this.mapElems1__AO__F1__AO(a, f) + return this.mapElems1__AO__F1__AO(a, f); } else { var i = 0; while ((i < $n(a).u.length)) { var v1 = $n(a).get(i); var v2 = this.mapElems__I__AO__F1__AO((((-1) + n) | 0), $asArrayOf_O(v1, 1), f); if ((v1 !== v2)) { - return this.mapElemsRest__I__AO__F1__I__O__AO(n, a, f, i, v2) - }; - i = ((1 + i) | 0) - }; - return a + return this.mapElemsRest__I__AO__F1__I__O__AO(n, a, f, i, v2); + } + i = ((1 + i) | 0); + } + return a; } }); $c_sci_VectorStatics$.prototype.mapElemsRest__I__AO__F1__I__O__AO = (function(n, a, f, at, v2) { @@ -8263,15 +7902,15 @@ $c_sci_VectorStatics$.prototype.mapElemsRest__I__AO__F1__I__O__AO = (function(n, var length = $n(a).u.length; var ac = $asArrayOf_O($m_jl_reflect_Array$().newInstance__jl_Class__I__O(componentType, length), 1); if ((at > 0)) { - $systemArraycopyRefs($n(a), 0, $n(ac), 0, at) - }; + $systemArraycopyRefs($n(a), 0, $n(ac), 0, at); + } $n(ac).set(at, v2); var i = ((1 + at) | 0); while ((i < $n(a).u.length)) { $n(ac).set(i, this.mapElems__I__AO__F1__AO((((-1) + n) | 0), $asArrayOf_O($n(a).get(i), 1), f)); - i = ((1 + i) | 0) - }; - return ac + i = ((1 + i) | 0); + } + return ac; }); $c_sci_VectorStatics$.prototype.append1IfSpace__AO__sc_IterableOnce__AO = (function(suffix1, xs) { if ($is_sci_Iterable(xs)) { @@ -8281,11 +7920,11 @@ $c_sci_VectorStatics$.prototype.append1IfSpace__AO__sc_IterableOnce__AO = (funct switch (x1$2) { case 0: { return null; - break + break; } case 1: { return this.copyAppend__AO__O__AO(suffix1, $n(x2).head__O()); - break + break; } default: { var newLength = (($n(suffix1).u.length + x1$2) | 0); @@ -8293,11 +7932,11 @@ $c_sci_VectorStatics$.prototype.append1IfSpace__AO__sc_IterableOnce__AO = (funct var this$1 = $n(x2); var start = $n(suffix1).u.length; this$1.copyToArray__O__I__I__I(suffix1b, start, 2147483647); - return suffix1b + return suffix1b; } } } else { - return null + return null; } } else { var s = $n(xs).knownSize__I(); @@ -8307,25 +7946,21 @@ $c_sci_VectorStatics$.prototype.append1IfSpace__AO__sc_IterableOnce__AO = (funct var this$2 = $n($n(xs).iterator__sc_Iterator()); var start$1 = $n(suffix1).u.length; this$2.copyToArray__O__I__I__I(suffix1b$2, start$1, 2147483647); - return suffix1b$2 + return suffix1b$2; } else { - return null + return null; } } }); -var $d_sci_VectorStatics$ = new $TypeData().initClass({ - sci_VectorStatics$: 0 -}, false, "scala.collection.immutable.VectorStatics$", { - sci_VectorStatics$: 1, - O: 1 -}); -$c_sci_VectorStatics$.prototype.$classData = $d_sci_VectorStatics$; +var $d_sci_VectorStatics$ = new $TypeData().initClass($c_sci_VectorStatics$, "scala.collection.immutable.VectorStatics$", ({ + sci_VectorStatics$: 1 +})); var $n_sci_VectorStatics$; function $m_sci_VectorStatics$() { if ((!$n_sci_VectorStatics$)) { - $n_sci_VectorStatics$ = new $c_sci_VectorStatics$() - }; - return $n_sci_VectorStatics$ + $n_sci_VectorStatics$ = new $c_sci_VectorStatics$(); + } + return $n_sci_VectorStatics$; } /** @constructor */ function $c_scm_HashMap$Node(_key, _hash, _value, _next) { @@ -8336,24 +7971,23 @@ function $c_scm_HashMap$Node(_key, _hash, _value, _next) { this.scm_HashMap$Node__f__key = _key; this.scm_HashMap$Node__f__hash = _hash; this.scm_HashMap$Node__f__value = _value; - this.scm_HashMap$Node__f__next = _next + this.scm_HashMap$Node__f__next = _next; } $c_scm_HashMap$Node.prototype = new $h_O(); $c_scm_HashMap$Node.prototype.constructor = $c_scm_HashMap$Node; /** @constructor */ function $h_scm_HashMap$Node() { - /**/ } $h_scm_HashMap$Node.prototype = $c_scm_HashMap$Node.prototype; $c_scm_HashMap$Node.prototype.findNode__O__I__scm_HashMap$Node = (function(k, h) { var _$this = this; while (true) { if (((h === $n(_$this).scm_HashMap$Node__f__hash) && $m_sr_BoxesRunTime$().equals__O__O__Z(k, $n(_$this).scm_HashMap$Node__f__key))) { - return _$this + return _$this; } else if ((($n(_$this).scm_HashMap$Node__f__next === null) || ($n(_$this).scm_HashMap$Node__f__hash > h))) { - return null + return null; } else { - _$this = $n(_$this).scm_HashMap$Node__f__next + _$this = $n(_$this).scm_HashMap$Node__f__next; } } }); @@ -8363,9 +7997,9 @@ $c_scm_HashMap$Node.prototype.foreach__F1__V = (function(f) { $n(f).apply__O__O(new $c_T2($n(_$this).scm_HashMap$Node__f__key, $n(_$this).scm_HashMap$Node__f__value)); if (($n(_$this).scm_HashMap$Node__f__next !== null)) { _$this = $n(_$this).scm_HashMap$Node__f__next; - continue - }; - break + continue; + } + break; } }); $c_scm_HashMap$Node.prototype.foreachEntry__F2__V = (function(f) { @@ -8374,30 +8008,26 @@ $c_scm_HashMap$Node.prototype.foreachEntry__F2__V = (function(f) { $n(f).apply__O__O__O($n(_$this).scm_HashMap$Node__f__key, $n(_$this).scm_HashMap$Node__f__value); if (($n(_$this).scm_HashMap$Node__f__next !== null)) { _$this = $n(_$this).scm_HashMap$Node__f__next; - continue - }; - break + continue; + } + break; } }); $c_scm_HashMap$Node.prototype.toString__T = (function() { - return ((((((("Node(" + this.scm_HashMap$Node__f__key) + ", ") + this.scm_HashMap$Node__f__value) + ", ") + this.scm_HashMap$Node__f__hash) + ") -> ") + this.scm_HashMap$Node__f__next) + return ((((((("Node(" + this.scm_HashMap$Node__f__key) + ", ") + this.scm_HashMap$Node__f__value) + ", ") + this.scm_HashMap$Node__f__hash) + ") -> ") + this.scm_HashMap$Node__f__next); }); function $as_scm_HashMap$Node(obj) { - return (((obj instanceof $c_scm_HashMap$Node) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.HashMap$Node")) + return (((obj instanceof $c_scm_HashMap$Node) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.HashMap$Node")); } function $isArrayOf_scm_HashMap$Node(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_HashMap$Node))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_HashMap$Node))); } function $asArrayOf_scm_HashMap$Node(obj, depth) { - return (($isArrayOf_scm_HashMap$Node(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.HashMap$Node;", depth)) + return (($isArrayOf_scm_HashMap$Node(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.HashMap$Node;", depth)); } -var $d_scm_HashMap$Node = new $TypeData().initClass({ - scm_HashMap$Node: 0 -}, false, "scala.collection.mutable.HashMap$Node", { - scm_HashMap$Node: 1, - O: 1 -}); -$c_scm_HashMap$Node.prototype.$classData = $d_scm_HashMap$Node; +var $d_scm_HashMap$Node = new $TypeData().initClass($c_scm_HashMap$Node, "scala.collection.mutable.HashMap$Node", ({ + scm_HashMap$Node: 1 +})); /** @constructor */ function $c_scm_HashSet$Node(_key, _hash, _next) { this.scm_HashSet$Node__f__key = null; @@ -8405,24 +8035,23 @@ function $c_scm_HashSet$Node(_key, _hash, _next) { this.scm_HashSet$Node__f__next = null; this.scm_HashSet$Node__f__key = _key; this.scm_HashSet$Node__f__hash = _hash; - this.scm_HashSet$Node__f__next = _next + this.scm_HashSet$Node__f__next = _next; } $c_scm_HashSet$Node.prototype = new $h_O(); $c_scm_HashSet$Node.prototype.constructor = $c_scm_HashSet$Node; /** @constructor */ function $h_scm_HashSet$Node() { - /**/ } $h_scm_HashSet$Node.prototype = $c_scm_HashSet$Node.prototype; $c_scm_HashSet$Node.prototype.findNode__O__I__scm_HashSet$Node = (function(k, h) { var _$this = this; while (true) { if (((h === $n(_$this).scm_HashSet$Node__f__hash) && $m_sr_BoxesRunTime$().equals__O__O__Z(k, $n(_$this).scm_HashSet$Node__f__key))) { - return _$this + return _$this; } else if ((($n(_$this).scm_HashSet$Node__f__next === null) || ($n(_$this).scm_HashSet$Node__f__hash > h))) { - return null + return null; } else { - _$this = $n(_$this).scm_HashSet$Node__f__next + _$this = $n(_$this).scm_HashSet$Node__f__next; } } }); @@ -8432,156 +8061,100 @@ $c_scm_HashSet$Node.prototype.foreach__F1__V = (function(f) { $n(f).apply__O__O($n(_$this).scm_HashSet$Node__f__key); if (($n(_$this).scm_HashSet$Node__f__next !== null)) { _$this = $n(_$this).scm_HashSet$Node__f__next; - continue - }; - break + continue; + } + break; } }); $c_scm_HashSet$Node.prototype.toString__T = (function() { - return ((((("Node(" + this.scm_HashSet$Node__f__key) + ", ") + this.scm_HashSet$Node__f__hash) + ") -> ") + this.scm_HashSet$Node__f__next) + return ((((("Node(" + this.scm_HashSet$Node__f__key) + ", ") + this.scm_HashSet$Node__f__hash) + ") -> ") + this.scm_HashSet$Node__f__next); }); function $as_scm_HashSet$Node(obj) { - return (((obj instanceof $c_scm_HashSet$Node) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.HashSet$Node")) + return (((obj instanceof $c_scm_HashSet$Node) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.HashSet$Node")); } function $isArrayOf_scm_HashSet$Node(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_HashSet$Node))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_HashSet$Node))); } function $asArrayOf_scm_HashSet$Node(obj, depth) { - return (($isArrayOf_scm_HashSet$Node(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.HashSet$Node;", depth)) + return (($isArrayOf_scm_HashSet$Node(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.HashSet$Node;", depth)); } -var $d_scm_HashSet$Node = new $TypeData().initClass({ - scm_HashSet$Node: 0 -}, false, "scala.collection.mutable.HashSet$Node", { - scm_HashSet$Node: 1, - O: 1 -}); -$c_scm_HashSet$Node.prototype.$classData = $d_scm_HashSet$Node; +var $d_scm_HashSet$Node = new $TypeData().initClass($c_scm_HashSet$Node, "scala.collection.mutable.HashSet$Node", ({ + scm_HashSet$Node: 1 +})); function $as_scm_LinkedHashMap$LinkedEntry(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.LinkedHashMap$LinkedEntry")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.LinkedHashMap$LinkedEntry")); } function $isArrayOf_scm_LinkedHashMap$LinkedEntry(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_LinkedHashMap$LinkedEntry))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_LinkedHashMap$LinkedEntry))); } function $asArrayOf_scm_LinkedHashMap$LinkedEntry(obj, depth) { - return (($isArrayOf_scm_LinkedHashMap$LinkedEntry(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.LinkedHashMap$LinkedEntry;", depth)) + return (($isArrayOf_scm_LinkedHashMap$LinkedEntry(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.LinkedHashMap$LinkedEntry;", depth)); } function $as_scm_LinkedHashSet$Entry(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.LinkedHashSet$Entry")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.LinkedHashSet$Entry")); } function $isArrayOf_scm_LinkedHashSet$Entry(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_LinkedHashSet$Entry))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_LinkedHashSet$Entry))); } function $asArrayOf_scm_LinkedHashSet$Entry(obj, depth) { - return (($isArrayOf_scm_LinkedHashSet$Entry(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.LinkedHashSet$Entry;", depth)) + return (($isArrayOf_scm_LinkedHashSet$Entry(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.LinkedHashSet$Entry;", depth)); } /** @constructor */ function $c_scm_MutationTracker$() { - /**/ } $c_scm_MutationTracker$.prototype = new $h_O(); $c_scm_MutationTracker$.prototype.constructor = $c_scm_MutationTracker$; /** @constructor */ function $h_scm_MutationTracker$() { - /**/ } $h_scm_MutationTracker$.prototype = $c_scm_MutationTracker$.prototype; $c_scm_MutationTracker$.prototype.checkMutations__I__I__T__V = (function(expectedCount, actualCount, message) { if ((actualCount !== expectedCount)) { - throw new $c_ju_ConcurrentModificationException(message) + throw new $c_ju_ConcurrentModificationException(message); } }); -var $d_scm_MutationTracker$ = new $TypeData().initClass({ - scm_MutationTracker$: 0 -}, false, "scala.collection.mutable.MutationTracker$", { - scm_MutationTracker$: 1, - O: 1 -}); -$c_scm_MutationTracker$.prototype.$classData = $d_scm_MutationTracker$; +var $d_scm_MutationTracker$ = new $TypeData().initClass($c_scm_MutationTracker$, "scala.collection.mutable.MutationTracker$", ({ + scm_MutationTracker$: 1 +})); var $n_scm_MutationTracker$; function $m_scm_MutationTracker$() { if ((!$n_scm_MutationTracker$)) { - $n_scm_MutationTracker$ = new $c_scm_MutationTracker$() - }; - return $n_scm_MutationTracker$ -} -/** @constructor */ -function $c_s_package$() { - this.s_package$__f_Seq = null; - this.s_package$__f_Iterator = null; - this.s_package$__f_List = null; - this.s_package$__f_Nil = null; - this.s_package$__f_Vector = null; - this.s_package$__f_Left = null; - this.s_package$__f_Right = null; - $n_s_package$ = this; - new $c_s_package$$anon$1(); - $m_sc_Iterable$(); - $m_sc_Iterable$(); - this.s_package$__f_Seq = $m_sci_Seq$(); - $m_sci_IndexedSeq$(); - this.s_package$__f_Iterator = $m_sc_Iterator$(); - this.s_package$__f_List = $m_sci_List$(); - this.s_package$__f_Nil = $m_sci_Nil$(); - $m_sci_LazyList$(); - this.s_package$__f_Vector = $m_sci_Vector$(); - this.s_package$__f_Left = $m_s_util_Left$(); - this.s_package$__f_Right = $m_s_util_Right$() -} -$c_s_package$.prototype = new $h_O(); -$c_s_package$.prototype.constructor = $c_s_package$; -/** @constructor */ -function $h_s_package$() { - /**/ -} -$h_s_package$.prototype = $c_s_package$.prototype; -var $d_s_package$ = new $TypeData().initClass({ - s_package$: 0 -}, false, "scala.package$", { - s_package$: 1, - O: 1 -}); -$c_s_package$.prototype.$classData = $d_s_package$; -var $n_s_package$; -function $m_s_package$() { - if ((!$n_s_package$)) { - $n_s_package$ = new $c_s_package$() - }; - return $n_s_package$ + $n_scm_MutationTracker$ = new $c_scm_MutationTracker$(); + } + return $n_scm_MutationTracker$; } /** @constructor */ function $c_sr_BoxesRunTime$() { - /**/ } $c_sr_BoxesRunTime$.prototype = new $h_O(); $c_sr_BoxesRunTime$.prototype.constructor = $c_sr_BoxesRunTime$; /** @constructor */ function $h_sr_BoxesRunTime$() { - /**/ } $h_sr_BoxesRunTime$.prototype = $c_sr_BoxesRunTime$.prototype; $c_sr_BoxesRunTime$.prototype.equals__O__O__Z = (function(x, y) { if ((x === y)) { - return true + return true; } else if ($is_jl_Number(x)) { var x2 = $as_jl_Number(x); - return this.equalsNumObject__jl_Number__O__Z(x2, y) + return this.equalsNumObject__jl_Number__O__Z(x2, y); } else if ((x instanceof $Char)) { var x3 = $as_jl_Character(x); - return this.equalsCharObject__jl_Character__O__Z(x3, y) + return this.equalsCharObject__jl_Character__O__Z(x3, y); } else { - return ((x === null) ? (y === null) : $dp_equals__O__Z($n(x), y)) + return ((x === null) ? (y === null) : $dp_equals__O__Z($n(x), y)); } }); $c_sr_BoxesRunTime$.prototype.equalsNumObject__jl_Number__O__Z = (function(xn, y) { if ($is_jl_Number(y)) { var x2 = $as_jl_Number(y); - return this.equalsNumNum__jl_Number__jl_Number__Z(xn, x2) + return this.equalsNumNum__jl_Number__jl_Number__Z(xn, x2); } else if ((y instanceof $Char)) { var x3 = $as_jl_Character(y); if (((typeof xn) === "number")) { var x2$1 = $uD(xn); var this$1 = $uC($n(x3)); - return (x2$1 === this$1) + return (x2$1 === this$1); } else if ((xn instanceof $c_RTLong)) { var t = $uJ(xn); var lo = t.RTLong__f_lo; @@ -8589,12 +8162,12 @@ $c_sr_BoxesRunTime$.prototype.equalsNumObject__jl_Number__O__Z = (function(xn, y var this$2 = $uC($n(x3)); var value = this$2; var hi$1 = (value >> 31); - return ((lo === value) && (hi === hi$1)) + return ((lo === value) && (hi === hi$1)); } else { - return ((xn === null) ? (x3 === null) : $dp_equals__O__Z($n(xn), x3)) + return ((xn === null) ? (x3 === null) : $dp_equals__O__Z($n(xn), x3)); } } else { - return ((xn === null) ? (y === null) : $dp_equals__O__Z($n(xn), y)) + return ((xn === null) ? (y === null) : $dp_equals__O__Z($n(xn), y)); } }); $c_sr_BoxesRunTime$.prototype.equalsNumNum__jl_Number__jl_Number__Z = (function(xn, yn) { @@ -8602,17 +8175,17 @@ $c_sr_BoxesRunTime$.prototype.equalsNumNum__jl_Number__jl_Number__Z = (function( var x2 = $uD(xn); if (((typeof yn) === "number")) { var x2$2 = $uD(yn); - return (x2 === x2$2) + return (x2 === x2$2); } else if ((yn instanceof $c_RTLong)) { var t = $uJ(yn); var lo = t.RTLong__f_lo; var hi = t.RTLong__f_hi; - return (x2 === $m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toDouble__I__I__D(lo, hi)) + return (x2 === $m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toDouble__I__I__D(lo, hi)); } else if (false) { var x4 = $as_s_math_ScalaNumber(yn); - return $n(x4).equals__O__Z(x2) + return $n(x4).equals__O__Z(x2); } else { - return false + return false; } } else if ((xn instanceof $c_RTLong)) { var t$1 = $uJ(xn); @@ -8622,18 +8195,18 @@ $c_sr_BoxesRunTime$.prototype.equalsNumNum__jl_Number__jl_Number__Z = (function( var t$2 = $uJ(yn); var lo$2 = t$2.RTLong__f_lo; var hi$2 = t$2.RTLong__f_hi; - return ((lo$1 === lo$2) && (hi$1 === hi$2)) + return ((lo$1 === lo$2) && (hi$1 === hi$2)); } else if (((typeof yn) === "number")) { var x3$3 = $uD(yn); - return ($m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toDouble__I__I__D(lo$1, hi$1) === x3$3) + return ($m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toDouble__I__I__D(lo$1, hi$1) === x3$3); } else if (false) { var x4$2 = $as_s_math_ScalaNumber(yn); - return $n(x4$2).equals__O__Z(new $c_RTLong(lo$1, hi$1)) + return $n(x4$2).equals__O__Z(new $c_RTLong(lo$1, hi$1)); } else { - return false + return false; } } else { - return ((xn === null) ? (yn === null) : $dp_equals__O__Z($n(xn), yn)) + return ((xn === null) ? (yn === null) : $dp_equals__O__Z($n(xn), yn)); } }); $c_sr_BoxesRunTime$.prototype.equalsCharObject__jl_Character__O__Z = (function(xc, y) { @@ -8641,13 +8214,13 @@ $c_sr_BoxesRunTime$.prototype.equalsCharObject__jl_Character__O__Z = (function(x var x2 = $as_jl_Character(y); var this$1 = $uC($n(xc)); var this$2 = $uC($n(x2)); - return (this$1 === this$2) + return (this$1 === this$2); } else if ($is_jl_Number(y)) { var x3 = $as_jl_Number(y); if (((typeof x3) === "number")) { var x2$1 = $uD(x3); var this$3 = $uC($n(xc)); - return (x2$1 === this$3) + return (x2$1 === this$3); } else if ((x3 instanceof $c_RTLong)) { var t = $uJ(x3); var lo = t.RTLong__f_lo; @@ -8655,172 +8228,157 @@ $c_sr_BoxesRunTime$.prototype.equalsCharObject__jl_Character__O__Z = (function(x var this$4 = $uC($n(xc)); var value = this$4; var hi$1 = (value >> 31); - return ((lo === value) && (hi === hi$1)) + return ((lo === value) && (hi === hi$1)); } else { - return ((x3 === null) ? (xc === null) : $dp_equals__O__Z($n(x3), xc)) + return ((x3 === null) ? (xc === null) : $dp_equals__O__Z($n(x3), xc)); } } else { - return ((xc === null) && (y === null)) + return ((xc === null) && (y === null)); } }); -var $d_sr_BoxesRunTime$ = new $TypeData().initClass({ - sr_BoxesRunTime$: 0 -}, false, "scala.runtime.BoxesRunTime$", { - sr_BoxesRunTime$: 1, - O: 1 -}); -$c_sr_BoxesRunTime$.prototype.$classData = $d_sr_BoxesRunTime$; +var $d_sr_BoxesRunTime$ = new $TypeData().initClass($c_sr_BoxesRunTime$, "scala.runtime.BoxesRunTime$", ({ + sr_BoxesRunTime$: 1 +})); var $n_sr_BoxesRunTime$; function $m_sr_BoxesRunTime$() { if ((!$n_sr_BoxesRunTime$)) { - $n_sr_BoxesRunTime$ = new $c_sr_BoxesRunTime$() - }; - return $n_sr_BoxesRunTime$ + $n_sr_BoxesRunTime$ = new $c_sr_BoxesRunTime$(); + } + return $n_sr_BoxesRunTime$; } -var $d_sr_Null$ = new $TypeData().initClass({ - sr_Null$: 0 -}, false, "scala.runtime.Null$", { - sr_Null$: 1, - O: 1 -}); +var $d_sr_Null$ = new $TypeData().initClass(0, "scala.runtime.Null$", ({ + sr_Null$: 1 +})); function $p_sr_ScalaRunTime$__isArrayClass__jl_Class__I__Z($thiz, clazz, atLevel) { while (true) { if (((clazz !== null) && $n(clazz).isArray__Z())) { if ((atLevel === 1)) { - return true + return true; } else { var temp$clazz = $n(clazz).getComponentType__jl_Class(); var temp$atLevel = (((-1) + atLevel) | 0); clazz = temp$clazz; - atLevel = temp$atLevel + atLevel = temp$atLevel; } } else { - return false + return false; } } } /** @constructor */ function $c_sr_ScalaRunTime$() { - /**/ } $c_sr_ScalaRunTime$.prototype = new $h_O(); $c_sr_ScalaRunTime$.prototype.constructor = $c_sr_ScalaRunTime$; /** @constructor */ function $h_sr_ScalaRunTime$() { - /**/ } $h_sr_ScalaRunTime$.prototype = $c_sr_ScalaRunTime$.prototype; $c_sr_ScalaRunTime$.prototype.isArray__O__I__Z = (function(x, atLevel) { if ((x !== null)) { var this$1 = $n(x); - return $p_sr_ScalaRunTime$__isArrayClass__jl_Class__I__Z(this, $objectGetClass(this$1), atLevel) + return $p_sr_ScalaRunTime$__isArrayClass__jl_Class__I__Z(this, $objectGetClass(this$1), atLevel); } else { - return false + return false; } }); $c_sr_ScalaRunTime$.prototype.array_apply__O__I__O = (function(xs, idx) { if ((xs instanceof $ac_O)) { var x2 = $asArrayOf_O(xs, 1); - return $n(x2).get(idx) + return $n(x2).get(idx); } else if ((xs instanceof $ac_I)) { var x3 = $asArrayOf_I(xs, 1); - return $n(x3).get(idx) + return $n(x3).get(idx); } else if ((xs instanceof $ac_D)) { var x4 = $asArrayOf_D(xs, 1); - return $n(x4).get(idx) + return $n(x4).get(idx); } else if ((xs instanceof $ac_J)) { var x5 = $asArrayOf_J(xs, 1); - return $n(x5).get(idx) + return $n(x5).get(idx); } else if ((xs instanceof $ac_F)) { var x6 = $asArrayOf_F(xs, 1); - return $n(x6).get(idx) + return $n(x6).get(idx); } else if ((xs instanceof $ac_C)) { var x7 = $asArrayOf_C(xs, 1); - return $bC($n(x7).get(idx)) + return $bC($n(x7).get(idx)); } else if ((xs instanceof $ac_B)) { var x8 = $asArrayOf_B(xs, 1); - return $n(x8).get(idx) + return $n(x8).get(idx); } else if ((xs instanceof $ac_S)) { var x9 = $asArrayOf_S(xs, 1); - return $n(x9).get(idx) + return $n(x9).get(idx); } else if ((xs instanceof $ac_Z)) { var x10 = $asArrayOf_Z(xs, 1); - return $n(x10).get(idx) + return $n(x10).get(idx); } else if ((xs === null)) { - throw new $c_jl_NullPointerException() + throw new $c_jl_NullPointerException(); } else { - throw new $c_s_MatchError(xs) + throw new $c_s_MatchError(xs); } }); $c_sr_ScalaRunTime$.prototype.array_update__O__I__O__V = (function(xs, idx, value) { if ((xs instanceof $ac_O)) { var x2 = $asArrayOf_O(xs, 1); - $n(x2).set(idx, value) + $n(x2).set(idx, value); } else if ((xs instanceof $ac_I)) { var x3 = $asArrayOf_I(xs, 1); - $n(x3).set(idx, $uI(value)) + $n(x3).set(idx, $uI(value)); } else if ((xs instanceof $ac_D)) { var x4 = $asArrayOf_D(xs, 1); - $n(x4).set(idx, $uD(value)) + $n(x4).set(idx, $uD(value)); } else if ((xs instanceof $ac_J)) { var x5 = $asArrayOf_J(xs, 1); - $n(x5).set(idx, $uJ(value)) + $n(x5).set(idx, $uJ(value)); } else if ((xs instanceof $ac_F)) { var x6 = $asArrayOf_F(xs, 1); - $n(x6).set(idx, $uF(value)) + $n(x6).set(idx, $uF(value)); } else if ((xs instanceof $ac_C)) { var x7 = $asArrayOf_C(xs, 1); - $n(x7).set(idx, $uC(value)) + $n(x7).set(idx, $uC(value)); } else if ((xs instanceof $ac_B)) { var x8 = $asArrayOf_B(xs, 1); - $n(x8).set(idx, $uB(value)) + $n(x8).set(idx, $uB(value)); } else if ((xs instanceof $ac_S)) { var x9 = $asArrayOf_S(xs, 1); - $n(x9).set(idx, $uS(value)) + $n(x9).set(idx, $uS(value)); } else if ((xs instanceof $ac_Z)) { var x10 = $asArrayOf_Z(xs, 1); - $n(x10).set(idx, $uZ(value)) + $n(x10).set(idx, $uZ(value)); } else if ((xs === null)) { - throw new $c_jl_NullPointerException() + throw new $c_jl_NullPointerException(); } else { - throw new $c_s_MatchError(xs) + throw new $c_s_MatchError(xs); } }); $c_sr_ScalaRunTime$.prototype._toString__s_Product__T = (function(x) { var this$1 = $n($n(x).productIterator__sc_Iterator()); var start = ($n(x).productPrefix__T() + "("); - return $f_sc_IterableOnceOps__mkString__T__T__T__T(this$1, start, ",", ")") -}); -var $d_sr_ScalaRunTime$ = new $TypeData().initClass({ - sr_ScalaRunTime$: 0 -}, false, "scala.runtime.ScalaRunTime$", { - sr_ScalaRunTime$: 1, - O: 1 + return $f_sc_IterableOnceOps__mkString__T__T__T__T(this$1, start, ",", ")"); }); -$c_sr_ScalaRunTime$.prototype.$classData = $d_sr_ScalaRunTime$; +var $d_sr_ScalaRunTime$ = new $TypeData().initClass($c_sr_ScalaRunTime$, "scala.runtime.ScalaRunTime$", ({ + sr_ScalaRunTime$: 1 +})); var $n_sr_ScalaRunTime$; function $m_sr_ScalaRunTime$() { if ((!$n_sr_ScalaRunTime$)) { - $n_sr_ScalaRunTime$ = new $c_sr_ScalaRunTime$() - }; - return $n_sr_ScalaRunTime$ + $n_sr_ScalaRunTime$ = new $c_sr_ScalaRunTime$(); + } + return $n_sr_ScalaRunTime$; } /** @constructor */ function $c_sr_Statics$() { - /**/ } $c_sr_Statics$.prototype = new $h_O(); $c_sr_Statics$.prototype.constructor = $c_sr_Statics$; /** @constructor */ function $h_sr_Statics$() { - /**/ } $h_sr_Statics$.prototype = $c_sr_Statics$.prototype; $c_sr_Statics$.prototype.mix__I__I__I = (function(hash, data) { var h = this.mixLast__I__I__I(hash, data); var i = h; h = ((i << 13) | ((i >>> 19) | 0)); - return (((-430675100) + Math.imul(5, h)) | 0) + return (((-430675100) + Math.imul(5, h)) | 0); }); $c_sr_Statics$.prototype.mixLast__I__I__I = (function(hash, data) { var k = data; @@ -8828,10 +8386,10 @@ $c_sr_Statics$.prototype.mixLast__I__I__I = (function(hash, data) { var i = k; k = ((i << 15) | ((i >>> 17) | 0)); k = Math.imul(461845907, k); - return (hash ^ k) + return (hash ^ k); }); $c_sr_Statics$.prototype.finalizeHash__I__I__I = (function(hash, length) { - return this.avalanche__I__I((hash ^ length)) + return this.avalanche__I__I((hash ^ length)); }); $c_sr_Statics$.prototype.avalanche__I__I = (function(h0) { var h = h0; @@ -8840,147 +8398,124 @@ $c_sr_Statics$.prototype.avalanche__I__I = (function(h0) { h = (h ^ ((h >>> 13) | 0)); h = Math.imul((-1028477387), h); h = (h ^ ((h >>> 16) | 0)); - return h + return h; }); $c_sr_Statics$.prototype.longHash__J__I = (function(lv) { var lo = lv.RTLong__f_lo; var hi = lv.RTLong__f_hi; - return ((hi === (lo >> 31)) ? lo : (lo ^ hi)) + return ((hi === (lo >> 31)) ? lo : (lo ^ hi)); }); $c_sr_Statics$.prototype.doubleHash__D__I = (function(dv) { var iv = $doubleToInt(dv); if ((iv === dv)) { - return iv + return iv; } else { var this$1 = $m_RTLong$(); var lo = this$1.org$scalajs$linker$runtime$RuntimeLong$$fromDoubleImpl__D__I(dv); var hi = this$1.RTLong$__f_org$scalajs$linker$runtime$RuntimeLong$$hiReturn; - return (($m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toDouble__I__I__D(lo, hi) === dv) ? (lo ^ hi) : $m_jl_FloatingPointBits$().numberHashCode__D__I(dv)) + return (($m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toDouble__I__I__D(lo, hi) === dv) ? (lo ^ hi) : $m_jl_FloatingPointBits$().numberHashCode__D__I(dv)); } }); $c_sr_Statics$.prototype.anyHash__O__I = (function(x) { if ((x === null)) { - return 0 + return 0; } else if (((typeof x) === "number")) { var x3 = $uD(x); - return this.doubleHash__D__I(x3) + return this.doubleHash__D__I(x3); } else if ((x instanceof $c_RTLong)) { var t = $uJ(x); var lo = t.RTLong__f_lo; var hi = t.RTLong__f_hi; - return this.longHash__J__I(new $c_RTLong(lo, hi)) + return this.longHash__J__I(new $c_RTLong(lo, hi)); } else { - return $dp_hashCode__I($n(x)) + return $dp_hashCode__I($n(x)); } }); $c_sr_Statics$.prototype.ioobe__I__O = (function(n) { - throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), ("" + n)) + throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), ("" + n)); }); -var $d_sr_Statics$ = new $TypeData().initClass({ - sr_Statics$: 0 -}, false, "scala.runtime.Statics$", { - sr_Statics$: 1, - O: 1 -}); -$c_sr_Statics$.prototype.$classData = $d_sr_Statics$; +var $d_sr_Statics$ = new $TypeData().initClass($c_sr_Statics$, "scala.runtime.Statics$", ({ + sr_Statics$: 1 +})); var $n_sr_Statics$; function $m_sr_Statics$() { if ((!$n_sr_Statics$)) { - $n_sr_Statics$ = new $c_sr_Statics$() - }; - return $n_sr_Statics$ + $n_sr_Statics$ = new $c_sr_Statics$(); + } + return $n_sr_Statics$; } /** @constructor */ function $c_sr_Statics$PFMarker$() { - /**/ } $c_sr_Statics$PFMarker$.prototype = new $h_O(); $c_sr_Statics$PFMarker$.prototype.constructor = $c_sr_Statics$PFMarker$; /** @constructor */ function $h_sr_Statics$PFMarker$() { - /**/ } $h_sr_Statics$PFMarker$.prototype = $c_sr_Statics$PFMarker$.prototype; -var $d_sr_Statics$PFMarker$ = new $TypeData().initClass({ - sr_Statics$PFMarker$: 0 -}, false, "scala.runtime.Statics$PFMarker$", { - sr_Statics$PFMarker$: 1, - O: 1 -}); -$c_sr_Statics$PFMarker$.prototype.$classData = $d_sr_Statics$PFMarker$; +var $d_sr_Statics$PFMarker$ = new $TypeData().initClass($c_sr_Statics$PFMarker$, "scala.runtime.Statics$PFMarker$", ({ + sr_Statics$PFMarker$: 1 +})); var $n_sr_Statics$PFMarker$; function $m_sr_Statics$PFMarker$() { if ((!$n_sr_Statics$PFMarker$)) { - $n_sr_Statics$PFMarker$ = new $c_sr_Statics$PFMarker$() - }; - return $n_sr_Statics$PFMarker$ + $n_sr_Statics$PFMarker$ = new $c_sr_Statics$PFMarker$(); + } + return $n_sr_Statics$PFMarker$; } /** @constructor */ function $c_s_util_DynamicVariable(init) { this.s_util_DynamicVariable__f_v = null; - this.s_util_DynamicVariable__f_v = init + this.s_util_DynamicVariable__f_v = init; } $c_s_util_DynamicVariable.prototype = new $h_O(); $c_s_util_DynamicVariable.prototype.constructor = $c_s_util_DynamicVariable; /** @constructor */ function $h_s_util_DynamicVariable() { - /**/ } $h_s_util_DynamicVariable.prototype = $c_s_util_DynamicVariable.prototype; $c_s_util_DynamicVariable.prototype.toString__T = (function() { - return (("DynamicVariable(" + this.s_util_DynamicVariable__f_v) + ")") + return (("DynamicVariable(" + this.s_util_DynamicVariable__f_v) + ")"); }); -var $d_s_util_DynamicVariable = new $TypeData().initClass({ - s_util_DynamicVariable: 0 -}, false, "scala.util.DynamicVariable", { - s_util_DynamicVariable: 1, - O: 1 -}); -$c_s_util_DynamicVariable.prototype.$classData = $d_s_util_DynamicVariable; +var $d_s_util_DynamicVariable = new $TypeData().initClass($c_s_util_DynamicVariable, "scala.util.DynamicVariable", ({ + s_util_DynamicVariable: 1 +})); /** @constructor */ function $c_s_util_control_NonFatal$() { - /**/ } $c_s_util_control_NonFatal$.prototype = new $h_O(); $c_s_util_control_NonFatal$.prototype.constructor = $c_s_util_control_NonFatal$; /** @constructor */ function $h_s_util_control_NonFatal$() { - /**/ } $h_s_util_control_NonFatal$.prototype = $c_s_util_control_NonFatal$.prototype; $c_s_util_control_NonFatal$.prototype.apply__jl_Throwable__Z = (function(t) { - return (!((t instanceof $c_jl_VirtualMachineError) || (false || (false || (false || false))))) + return (!((t instanceof $c_jl_VirtualMachineError) || (false || (false || (false || false))))); }); -var $d_s_util_control_NonFatal$ = new $TypeData().initClass({ - s_util_control_NonFatal$: 0 -}, false, "scala.util.control.NonFatal$", { - s_util_control_NonFatal$: 1, - O: 1 -}); -$c_s_util_control_NonFatal$.prototype.$classData = $d_s_util_control_NonFatal$; +var $d_s_util_control_NonFatal$ = new $TypeData().initClass($c_s_util_control_NonFatal$, "scala.util.control.NonFatal$", ({ + s_util_control_NonFatal$: 1 +})); var $n_s_util_control_NonFatal$; function $m_s_util_control_NonFatal$() { if ((!$n_s_util_control_NonFatal$)) { - $n_s_util_control_NonFatal$ = new $c_s_util_control_NonFatal$() - }; - return $n_s_util_control_NonFatal$ + $n_s_util_control_NonFatal$ = new $c_s_util_control_NonFatal$(); + } + return $n_s_util_control_NonFatal$; } /** @constructor */ function $c_s_util_hashing_MurmurHash3() { - /**/ } $c_s_util_hashing_MurmurHash3.prototype = new $h_O(); $c_s_util_hashing_MurmurHash3.prototype.constructor = $c_s_util_hashing_MurmurHash3; /** @constructor */ function $h_s_util_hashing_MurmurHash3() { - /**/ } $h_s_util_hashing_MurmurHash3.prototype = $c_s_util_hashing_MurmurHash3.prototype; $c_s_util_hashing_MurmurHash3.prototype.mix__I__I__I = (function(hash, data) { var h = this.mixLast__I__I__I(hash, data); var i = h; h = ((i << 13) | ((i >>> 19) | 0)); - return (((-430675100) + Math.imul(5, h)) | 0) + return (((-430675100) + Math.imul(5, h)) | 0); }); $c_s_util_hashing_MurmurHash3.prototype.mixLast__I__I__I = (function(hash, data) { var k = data; @@ -8988,10 +8523,10 @@ $c_s_util_hashing_MurmurHash3.prototype.mixLast__I__I__I = (function(hash, data) var i = k; k = ((i << 15) | ((i >>> 17) | 0)); k = Math.imul(461845907, k); - return (hash ^ k) + return (hash ^ k); }); $c_s_util_hashing_MurmurHash3.prototype.finalizeHash__I__I__I = (function(hash, length) { - return this.scala$util$hashing$MurmurHash3$$avalanche__I__I((hash ^ length)) + return this.scala$util$hashing$MurmurHash3$$avalanche__I__I((hash ^ length)); }); $c_s_util_hashing_MurmurHash3.prototype.scala$util$hashing$MurmurHash3$$avalanche__I__I = (function(hash) { var h = hash; @@ -9000,32 +8535,32 @@ $c_s_util_hashing_MurmurHash3.prototype.scala$util$hashing$MurmurHash3$$avalanch h = (h ^ ((h >>> 13) | 0)); h = Math.imul((-1028477387), h); h = (h ^ ((h >>> 16) | 0)); - return h + return h; }); $c_s_util_hashing_MurmurHash3.prototype.tuple2Hash__I__I__I__I = (function(x, y, seed) { var h = seed; h = this.mix__I__I__I(h, $f_T__hashCode__I("Tuple2")); h = this.mix__I__I__I(h, x); h = this.mix__I__I__I(h, y); - return this.finalizeHash__I__I__I(h, 2) + return this.finalizeHash__I__I__I(h, 2); }); $c_s_util_hashing_MurmurHash3.prototype.productHash__s_Product__I__Z__I = (function(x, seed, ignorePrefix) { var arr = $n(x).productArity__I(); if ((arr === 0)) { - return $f_T__hashCode__I($n($n(x).productPrefix__T())) + return $f_T__hashCode__I($n($n(x).productPrefix__T())); } else { var h = seed; if ((!ignorePrefix)) { - h = this.mix__I__I__I(h, $f_T__hashCode__I($n($n(x).productPrefix__T()))) - }; + h = this.mix__I__I__I(h, $f_T__hashCode__I($n($n(x).productPrefix__T()))); + } var i = 0; while ((i < arr)) { var $x_1 = h; var x$1 = $n(x).productElement__I__O(i); h = this.mix__I__I__I($x_1, $m_sr_Statics$().anyHash__O__I(x$1)); - i = ((1 + i) | 0) - }; - return this.finalizeHash__I__I__I(h, arr) + i = ((1 + i) | 0); + } + return this.finalizeHash__I__I__I(h, arr); } }); $c_s_util_hashing_MurmurHash3.prototype.unorderedHash__sc_IterableOnce__I__I = (function(xs, seed) { @@ -9040,24 +8575,24 @@ $c_s_util_hashing_MurmurHash3.prototype.unorderedHash__sc_IterableOnce__I__I = ( a = ((a + h) | 0); b = (b ^ h); c = Math.imul(c, (1 | h)); - n = ((1 + n) | 0) - }; + n = ((1 + n) | 0); + } var h$2 = seed; h$2 = this.mix__I__I__I(h$2, a); h$2 = this.mix__I__I__I(h$2, b); h$2 = this.mixLast__I__I__I(h$2, c); - return this.finalizeHash__I__I__I(h$2, n) + return this.finalizeHash__I__I__I(h$2, n); }); $c_s_util_hashing_MurmurHash3.prototype.orderedHash__sc_IterableOnce__I__I = (function(xs, seed) { var it = $n(xs).iterator__sc_Iterator(); var h = seed; if ((!$n(it).hasNext__Z())) { - return this.finalizeHash__I__I__I(h, 0) - }; + return this.finalizeHash__I__I__I(h, 0); + } var x0 = $n(it).next__O(); if ((!$n(it).hasNext__Z())) { - return this.finalizeHash__I__I__I(this.mix__I__I__I(h, $m_sr_Statics$().anyHash__O__I(x0)), 1) - }; + return this.finalizeHash__I__I__I(this.mix__I__I__I(h, $m_sr_Statics$().anyHash__O__I(x0)), 1); + } var x1 = $n(it).next__O(); var initial = $m_sr_Statics$().anyHash__O__I(x0); h = this.mix__I__I__I(h, initial); @@ -9076,14 +8611,14 @@ $c_s_util_hashing_MurmurHash3.prototype.orderedHash__sc_IterableOnce__I__I = (fu var $x_1 = h; var x$1 = $n(it).next__O(); h = this.mix__I__I__I($x_1, $m_sr_Statics$().anyHash__O__I(x$1)); - i = ((1 + i) | 0) - }; - return this.finalizeHash__I__I__I(h, i) - }; + i = ((1 + i) | 0); + } + return this.finalizeHash__I__I__I(h, i); + } prev = hash; - i = ((1 + i) | 0) - }; - return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)) + i = ((1 + i) | 0); + } + return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)); }); $c_s_util_hashing_MurmurHash3.prototype.arrayHash__O__I__I = (function(a, seed) { var h = seed; @@ -9091,13 +8626,13 @@ $c_s_util_hashing_MurmurHash3.prototype.arrayHash__O__I__I = (function(a, seed) switch (l) { case 0: { return this.finalizeHash__I__I__I(h, 0); - break + break; } case 1: { var $x_1 = h; var x = $m_sr_ScalaRunTime$().array_apply__O__I__O(a, 0); return this.finalizeHash__I__I__I(this.mix__I__I__I($x_1, $m_sr_Statics$().anyHash__O__I(x)), 1); - break + break; } default: { var x$1 = $m_sr_ScalaRunTime$().array_apply__O__I__O(a, 0); @@ -9119,19 +8654,19 @@ $c_s_util_hashing_MurmurHash3.prototype.arrayHash__O__I__I = (function(a, seed) var $x_2 = h; var x$4 = $m_sr_ScalaRunTime$().array_apply__O__I__O(a, i); h = this.mix__I__I__I($x_2, $m_sr_Statics$().anyHash__O__I(x$4)); - i = ((1 + i) | 0) - }; - return this.finalizeHash__I__I__I(h, l) - }; + i = ((1 + i) | 0); + } + return this.finalizeHash__I__I__I(h, l); + } prev = hash; - i = ((1 + i) | 0) - }; - return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)) + i = ((1 + i) | 0); + } + return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)); } } }); $c_s_util_hashing_MurmurHash3.prototype.rangeHash__I__I__I__I__I = (function(start, step, last, seed) { - return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(this.mix__I__I__I(seed, start), step), last)) + return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(this.mix__I__I__I(seed, start), step), last)); }); $c_s_util_hashing_MurmurHash3.prototype.indexedSeqHash__sc_IndexedSeq__I__I = (function(a, seed) { var h = seed; @@ -9139,13 +8674,13 @@ $c_s_util_hashing_MurmurHash3.prototype.indexedSeqHash__sc_IndexedSeq__I__I = (f switch (l) { case 0: { return this.finalizeHash__I__I__I(h, 0); - break + break; } case 1: { var $x_1 = h; var x = $n(a).apply__I__O(0); return this.finalizeHash__I__I__I(this.mix__I__I__I($x_1, $m_sr_Statics$().anyHash__O__I(x)), 1); - break + break; } default: { var x$1 = $n(a).apply__I__O(0); @@ -9167,14 +8702,14 @@ $c_s_util_hashing_MurmurHash3.prototype.indexedSeqHash__sc_IndexedSeq__I__I = (f var $x_2 = h; var x$4 = $n(a).apply__I__O(i); h = this.mix__I__I__I($x_2, $m_sr_Statics$().anyHash__O__I(x$4)); - i = ((1 + i) | 0) - }; - return this.finalizeHash__I__I__I(h, l) - }; + i = ((1 + i) | 0); + } + return this.finalizeHash__I__I__I(h, l); + } prev = hash; - i = ((1 + i) | 0) - }; - return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)) + i = ((1 + i) | 0); + } + return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)); } } }); @@ -9196,25 +8731,25 @@ $c_s_util_hashing_MurmurHash3.prototype.listHash__sci_List__I__I = (function(xs, case 0: { initial = hash; rangeState = 1; - break + break; } case 1: { rangeDiff = ((hash - prev) | 0); rangeState = 2; - break + break; } case 2: { if ((rangeDiff !== ((hash - prev) | 0))) { - rangeState = 3 - }; - break + rangeState = 3; + } + break; } - }; + } prev = hash; n = ((1 + n) | 0); - elems = tail - }; - return ((rangeState === 2) ? this.rangeHash__I__I__I__I__I(initial, rangeDiff, prev, seed) : this.finalizeHash__I__I__I(h, n)) + elems = tail; + } + return ((rangeState === 2) ? this.rangeHash__I__I__I__I__I(initial, rangeDiff, prev, seed) : this.finalizeHash__I__I__I(h, n)); }); $c_s_util_hashing_MurmurHash3.prototype.arrayHash$mZc$sp__AZ__I__I = (function(a, seed) { var h = seed; @@ -9222,11 +8757,11 @@ $c_s_util_hashing_MurmurHash3.prototype.arrayHash$mZc$sp__AZ__I__I = (function(a switch (l) { case 0: { return this.finalizeHash__I__I__I(h, 0); - break + break; } case 1: { return this.finalizeHash__I__I__I(this.mix__I__I__I(h, ($n(a).get(0) ? 1231 : 1237)), 1); - break + break; } default: { var initial = ($n(a).get(0) ? 1231 : 1237); @@ -9243,14 +8778,14 @@ $c_s_util_hashing_MurmurHash3.prototype.arrayHash$mZc$sp__AZ__I__I = (function(a i = ((1 + i) | 0); while ((i < l)) { h = this.mix__I__I__I(h, ($n(a).get(i) ? 1231 : 1237)); - i = ((1 + i) | 0) - }; - return this.finalizeHash__I__I__I(h, l) - }; + i = ((1 + i) | 0); + } + return this.finalizeHash__I__I__I(h, l); + } prev = hash; - i = ((1 + i) | 0) - }; - return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)) + i = ((1 + i) | 0); + } + return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)); } } }); @@ -9260,11 +8795,11 @@ $c_s_util_hashing_MurmurHash3.prototype.arrayHash$mBc$sp__AB__I__I = (function(a switch (l) { case 0: { return this.finalizeHash__I__I__I(h, 0); - break + break; } case 1: { return this.finalizeHash__I__I__I(this.mix__I__I__I(h, $n(a).get(0)), 1); - break + break; } default: { var initial = $n(a).get(0); @@ -9281,14 +8816,14 @@ $c_s_util_hashing_MurmurHash3.prototype.arrayHash$mBc$sp__AB__I__I = (function(a i = ((1 + i) | 0); while ((i < l)) { h = this.mix__I__I__I(h, $n(a).get(i)); - i = ((1 + i) | 0) - }; - return this.finalizeHash__I__I__I(h, l) - }; + i = ((1 + i) | 0); + } + return this.finalizeHash__I__I__I(h, l); + } prev = hash; - i = ((1 + i) | 0) - }; - return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)) + i = ((1 + i) | 0); + } + return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)); } } }); @@ -9298,11 +8833,11 @@ $c_s_util_hashing_MurmurHash3.prototype.arrayHash$mCc$sp__AC__I__I = (function(a switch (l) { case 0: { return this.finalizeHash__I__I__I(h, 0); - break + break; } case 1: { return this.finalizeHash__I__I__I(this.mix__I__I__I(h, $n(a).get(0)), 1); - break + break; } default: { var initial = $n(a).get(0); @@ -9319,14 +8854,14 @@ $c_s_util_hashing_MurmurHash3.prototype.arrayHash$mCc$sp__AC__I__I = (function(a i = ((1 + i) | 0); while ((i < l)) { h = this.mix__I__I__I(h, $n(a).get(i)); - i = ((1 + i) | 0) - }; - return this.finalizeHash__I__I__I(h, l) - }; + i = ((1 + i) | 0); + } + return this.finalizeHash__I__I__I(h, l); + } prev = hash; - i = ((1 + i) | 0) - }; - return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)) + i = ((1 + i) | 0); + } + return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)); } } }); @@ -9336,13 +8871,13 @@ $c_s_util_hashing_MurmurHash3.prototype.arrayHash$mDc$sp__AD__I__I = (function(a switch (l) { case 0: { return this.finalizeHash__I__I__I(h, 0); - break + break; } case 1: { var $x_1 = h; var dv = $n(a).get(0); return this.finalizeHash__I__I__I(this.mix__I__I__I($x_1, $m_sr_Statics$().doubleHash__D__I(dv)), 1); - break + break; } default: { var dv$1 = $n(a).get(0); @@ -9364,14 +8899,14 @@ $c_s_util_hashing_MurmurHash3.prototype.arrayHash$mDc$sp__AD__I__I = (function(a var $x_2 = h; var dv$4 = $n(a).get(i); h = this.mix__I__I__I($x_2, $m_sr_Statics$().doubleHash__D__I(dv$4)); - i = ((1 + i) | 0) - }; - return this.finalizeHash__I__I__I(h, l) - }; + i = ((1 + i) | 0); + } + return this.finalizeHash__I__I__I(h, l); + } prev = hash; - i = ((1 + i) | 0) - }; - return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)) + i = ((1 + i) | 0); + } + return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)); } } }); @@ -9381,14 +8916,14 @@ $c_s_util_hashing_MurmurHash3.prototype.arrayHash$mFc$sp__AF__I__I = (function(a switch (l) { case 0: { return this.finalizeHash__I__I__I(h, 0); - break + break; } case 1: { var $x_1 = h; var fv = $n(a).get(0); var this$1 = $m_sr_Statics$(); return this.finalizeHash__I__I__I(this.mix__I__I__I($x_1, this$1.doubleHash__D__I(fv)), 1); - break + break; } default: { var fv$1 = $n(a).get(0); @@ -9414,14 +8949,14 @@ $c_s_util_hashing_MurmurHash3.prototype.arrayHash$mFc$sp__AF__I__I = (function(a var fv$4 = $n(a).get(i); var this$5 = $m_sr_Statics$(); h = this.mix__I__I__I($x_2, this$5.doubleHash__D__I(fv$4)); - i = ((1 + i) | 0) - }; - return this.finalizeHash__I__I__I(h, l) - }; + i = ((1 + i) | 0); + } + return this.finalizeHash__I__I__I(h, l); + } prev = hash; - i = ((1 + i) | 0) - }; - return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)) + i = ((1 + i) | 0); + } + return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)); } } }); @@ -9431,11 +8966,11 @@ $c_s_util_hashing_MurmurHash3.prototype.arrayHash$mIc$sp__AI__I__I = (function(a switch (l) { case 0: { return this.finalizeHash__I__I__I(h, 0); - break + break; } case 1: { return this.finalizeHash__I__I__I(this.mix__I__I__I(h, $n(a).get(0)), 1); - break + break; } default: { var initial = $n(a).get(0); @@ -9452,14 +8987,14 @@ $c_s_util_hashing_MurmurHash3.prototype.arrayHash$mIc$sp__AI__I__I = (function(a i = ((1 + i) | 0); while ((i < l)) { h = this.mix__I__I__I(h, $n(a).get(i)); - i = ((1 + i) | 0) - }; - return this.finalizeHash__I__I__I(h, l) - }; + i = ((1 + i) | 0); + } + return this.finalizeHash__I__I__I(h, l); + } prev = hash; - i = ((1 + i) | 0) - }; - return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)) + i = ((1 + i) | 0); + } + return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)); } } }); @@ -9469,7 +9004,7 @@ $c_s_util_hashing_MurmurHash3.prototype.arrayHash$mJc$sp__AJ__I__I = (function(a switch (l) { case 0: { return this.finalizeHash__I__I__I(h, 0); - break + break; } case 1: { var $x_1 = h; @@ -9477,7 +9012,7 @@ $c_s_util_hashing_MurmurHash3.prototype.arrayHash$mJc$sp__AJ__I__I = (function(a var lo = t.RTLong__f_lo; var hi = t.RTLong__f_hi; return this.finalizeHash__I__I__I(this.mix__I__I__I($x_1, $m_sr_Statics$().longHash__J__I(new $c_RTLong(lo, hi))), 1); - break + break; } default: { var t$1 = $n(a).get(0); @@ -9507,14 +9042,14 @@ $c_s_util_hashing_MurmurHash3.prototype.arrayHash$mJc$sp__AJ__I__I = (function(a var lo$4 = t$4.RTLong__f_lo; var hi$4 = t$4.RTLong__f_hi; h = this.mix__I__I__I($x_2, $m_sr_Statics$().longHash__J__I(new $c_RTLong(lo$4, hi$4))); - i = ((1 + i) | 0) - }; - return this.finalizeHash__I__I__I(h, l) - }; + i = ((1 + i) | 0); + } + return this.finalizeHash__I__I__I(h, l); + } prev = hash; - i = ((1 + i) | 0) - }; - return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)) + i = ((1 + i) | 0); + } + return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)); } } }); @@ -9524,11 +9059,11 @@ $c_s_util_hashing_MurmurHash3.prototype.arrayHash$mSc$sp__AS__I__I = (function(a switch (l) { case 0: { return this.finalizeHash__I__I__I(h, 0); - break + break; } case 1: { return this.finalizeHash__I__I__I(this.mix__I__I__I(h, $n(a).get(0)), 1); - break + break; } default: { var initial = $n(a).get(0); @@ -9545,14 +9080,14 @@ $c_s_util_hashing_MurmurHash3.prototype.arrayHash$mSc$sp__AS__I__I = (function(a i = ((1 + i) | 0); while ((i < l)) { h = this.mix__I__I__I(h, $n(a).get(i)); - i = ((1 + i) | 0) - }; - return this.finalizeHash__I__I__I(h, l) - }; + i = ((1 + i) | 0); + } + return this.finalizeHash__I__I__I(h, l); + } prev = hash; - i = ((1 + i) | 0) - }; - return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)) + i = ((1 + i) | 0); + } + return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)); } } }); @@ -9562,11 +9097,11 @@ $c_s_util_hashing_MurmurHash3.prototype.arrayHash$mVc$sp__Ajl_Void__I__I = (func switch (l) { case 0: { return this.finalizeHash__I__I__I(h, 0); - break + break; } case 1: { return this.finalizeHash__I__I__I(this.mix__I__I__I(h, 0), 1); - break + break; } default: { h = this.mix__I__I__I(h, 0); @@ -9581,19 +9116,19 @@ $c_s_util_hashing_MurmurHash3.prototype.arrayHash$mVc$sp__Ajl_Void__I__I = (func i = ((1 + i) | 0); while ((i < l)) { h = this.mix__I__I__I(h, 0); - i = ((1 + i) | 0) - }; - return this.finalizeHash__I__I__I(h, l) - }; + i = ((1 + i) | 0); + } + return this.finalizeHash__I__I__I(h, l); + } prev = 0; - i = ((1 + i) | 0) - }; - return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)) + i = ((1 + i) | 0); + } + return this.scala$util$hashing$MurmurHash3$$avalanche__I__I(this.mix__I__I__I(this.mix__I__I__I(h0, rangeDiff), prev)); } } }); function $f_s_util_matching_Regex$MatchData__matched__T($thiz) { - return (($thiz.s_util_matching_Regex$Match__f_start >= 0) ? $dp_toString__T($n($dp_subSequence__I__I__jl_CharSequence($n($thiz.s_util_matching_Regex$Match__f_source), $thiz.s_util_matching_Regex$Match__f_start, $thiz.s_util_matching_Regex$Match__f_end))) : null) + return (($thiz.s_util_matching_Regex$Match__f_start >= 0) ? $dp_toString__T($n($dp_subSequence__I__I__jl_CharSequence($n($thiz.s_util_matching_Regex$Match__f_source), $thiz.s_util_matching_Regex$Match__f_start, $thiz.s_util_matching_Regex$Match__f_end))) : null); } function $f_s_util_parsing_combinator_Parsers__selectLastFailure__s_Option__s_Option__s_Option($thiz, failure0, failure1) { if ((failure0 instanceof $c_s_Some)) { @@ -9608,34 +9143,34 @@ function $f_s_util_parsing_combinator_Parsers__selectLastFailure__s_Option__s_Op var this$3 = $n(f1); var this$4 = $n(this$3.s_util_parsing_combinator_Parsers$NoSuccess__f_next); if ($x_1.$less__s_util_parsing_input_Position__Z(new $c_s_util_parsing_input_OffsetPosition(this$4.s_util_parsing_input_CharSequenceReader__f_source, this$4.s_util_parsing_input_CharSequenceReader__f_offset))) { - return new $c_s_Some(f1) + return new $c_s_Some(f1); } else { - return new $c_s_Some(f0) + return new $c_s_Some(f0); } } - }; + } if ((failure0 instanceof $c_s_Some)) { var x8 = $as_s_Some(failure0); var f0$2 = $as_s_util_parsing_combinator_Parsers$Failure($n(x8).s_Some__f_value); - return new $c_s_Some(f0$2) - }; + return new $c_s_Some(f0$2); + } if ((failure1 instanceof $c_s_Some)) { var x11 = $as_s_Some(failure1); var f1$2 = $as_s_util_parsing_combinator_Parsers$Failure($n(x11).s_Some__f_value); - return new $c_s_Some(f1$2) - }; - return $m_s_None$() + return new $c_s_Some(f1$2); + } + return $m_s_None$(); } function $f_s_util_parsing_combinator_Parsers__accept__O__s_util_parsing_combinator_Parsers$Parser($thiz, e) { var p = new $c_sjsr_AnonFunction1(((x$8$2) => $m_sr_BoxesRunTime$().equals__O__O__Z(x$8$2, e))); var err = new $c_sjsr_AnonFunction1(((x$9$2) => (((("'" + e) + "' expected but ") + x$9$2) + " found"))); - return $f_s_util_parsing_combinator_Parsers__acceptIf__F1__F1__s_util_parsing_combinator_Parsers$Parser($thiz, p, err) + return $f_s_util_parsing_combinator_Parsers__acceptIf__F1__F1__s_util_parsing_combinator_Parsers$Parser($thiz, p, err); } function $f_s_util_parsing_combinator_Parsers__acceptIf__F1__F1__s_util_parsing_combinator_Parsers$Parser($thiz, p, err) { var f = new $c_sjsr_AnonFunction1(((in$2) => { var in$1 = $as_s_util_parsing_input_Reader(in$2); if ($n(in$1).atEnd__Z()) { - return new $c_s_util_parsing_combinator_Parsers$Failure($thiz, "end of input", in$1) + return new $c_s_util_parsing_combinator_Parsers$Failure($thiz, "end of input", in$1); } else { var this$2 = $n(in$1); if ($uZ($n(p).apply__O__O($bC(this$2.first__C())))) { @@ -9644,28 +9179,28 @@ function $f_s_util_parsing_combinator_Parsers__acceptIf__F1__F1__s_util_parsing_ var this$4 = $n(in$1); var next = this$4.rest__s_util_parsing_input_CharSequenceReader(); var failure = $m_s_None$(); - return new $c_s_util_parsing_combinator_Parsers$$anon$2($thiz, $bC(res), next, failure) + return new $c_s_util_parsing_combinator_Parsers$$anon$2($thiz, $bC(res), next, failure); } else { var this$5 = $n(in$1); - return new $c_s_util_parsing_combinator_Parsers$Failure($thiz, $as_T($n(err).apply__O__O($bC(this$5.first__C()))), in$1) + return new $c_s_util_parsing_combinator_Parsers$Failure($thiz, $as_T($n(err).apply__O__O($bC(this$5.first__C()))), in$1); } } })); - return new $c_s_util_parsing_combinator_Parsers$$anon$1($thiz, f) + return new $c_s_util_parsing_combinator_Parsers$$anon$1($thiz, f); } function $f_s_util_parsing_combinator_Parsers__success__O__s_util_parsing_combinator_Parsers$Parser($thiz, v) { var f = new $c_sjsr_AnonFunction1(((in$2) => { var in$1 = $as_s_util_parsing_input_Reader(in$2); var failure = $m_s_None$(); - return new $c_s_util_parsing_combinator_Parsers$$anon$2($thiz, v, in$1, failure) + return new $c_s_util_parsing_combinator_Parsers$$anon$2($thiz, v, in$1, failure); })); - return new $c_s_util_parsing_combinator_Parsers$$anon$1($thiz, f) + return new $c_s_util_parsing_combinator_Parsers$$anon$1($thiz, f); } function $f_s_util_parsing_combinator_Parsers__rep__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p) { return $n($f_s_util_parsing_combinator_Parsers__rep1__F0__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p, p)).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var v = $m_sci_Nil$(); - return $f_s_util_parsing_combinator_Parsers__success__O__s_util_parsing_combinator_Parsers$Parser($thiz, v) - }))) + return $f_s_util_parsing_combinator_Parsers__success__O__s_util_parsing_combinator_Parsers$Parser($thiz, v); + }))); } function $f_s_util_parsing_combinator_Parsers__rep1__F0__F0__s_util_parsing_combinator_Parsers$Parser($thiz, first, p0) { var f = new $c_sjsr_AnonFunction1(((in$2) => { @@ -9678,22 +9213,22 @@ function $f_s_util_parsing_combinator_Parsers__rep1__F0__F0__s_util_parsing_comb var x = $n(x2).s_util_parsing_combinator_Parsers$Success__f_result; var rest = $n(x2).s_util_parsing_combinator_Parsers$Success__f_next; elems.addOne__O__scm_ListBuffer(x); - return $p_s_util_parsing_combinator_Parsers__continue$1__s_util_parsing_input_Reader__s_Option__scm_ListBuffer__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$ParseResult($thiz, rest, $n(x2).lastFailure__s_Option(), elems, p$lzy, p0) + return $p_s_util_parsing_combinator_Parsers__continue$1__s_util_parsing_input_Reader__s_Option__scm_ListBuffer__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$ParseResult($thiz, rest, $n(x2).lastFailure__s_Option(), elems, p$lzy, p0); } else if ((x1 instanceof $c_s_util_parsing_combinator_Parsers$NoSuccess)) { var x3 = $as_s_util_parsing_combinator_Parsers$NoSuccess(x1); - return x3 + return x3; } else { - throw new $c_s_MatchError(x1) + throw new $c_s_MatchError(x1); } })); - return new $c_s_util_parsing_combinator_Parsers$$anon$1($thiz, f) + return new $c_s_util_parsing_combinator_Parsers$$anon$1($thiz, f); } function $p_s_util_parsing_combinator_Parsers__p$lzycompute$7__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p$lzy$7, p0$2) { $n(p$lzy$7); - return ($n(p$lzy$7).sr_LazyRef__f__initialized ? $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$7).sr_LazyRef__f__value) : $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$7).initialize__O__O($n(p0$2).apply__O()))) + return ($n(p$lzy$7).sr_LazyRef__f__initialized ? $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$7).sr_LazyRef__f__value) : $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$7).initialize__O__O($n(p0$2).apply__O()))); } function $p_s_util_parsing_combinator_Parsers__p$12__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p$lzy$7, p0$2) { - return ($n(p$lzy$7).sr_LazyRef__f__initialized ? $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$7).sr_LazyRef__f__value) : $p_s_util_parsing_combinator_Parsers__p$lzycompute$7__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p$lzy$7, p0$2)) + return ($n(p$lzy$7).sr_LazyRef__f__initialized ? $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$7).sr_LazyRef__f__value) : $p_s_util_parsing_combinator_Parsers__p$lzycompute$7__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p$lzy$7, p0$2)); } function $p_s_util_parsing_combinator_Parsers__applyp$1__s_util_parsing_input_Reader__s_Option__s_util_parsing_combinator_Parsers$Parser__scm_ListBuffer__s_util_parsing_combinator_Parsers$ParseResult($thiz, in0, failure, p0$3, elems$1) { while (true) { @@ -9708,10 +9243,10 @@ function $p_s_util_parsing_combinator_Parsers__applyp$1__s_util_parsing_input_Re var this$1 = $n(elems$1); this$1.addOne__O__scm_ListBuffer(x); in0 = rest; - failure = selectedFailure + failure = selectedFailure; } else if (false) { var x3 = $as_s_util_parsing_combinator_Parsers$Error(x1); - return x3 + return x3; } else if ((x1 instanceof $c_s_util_parsing_combinator_Parsers$Failure)) { var x6 = $as_s_util_parsing_combinator_Parsers$Failure(x1); var failure0$1 = failure; @@ -9719,47 +9254,45 @@ function $p_s_util_parsing_combinator_Parsers__applyp$1__s_util_parsing_input_Re var selectedFailure$2 = $f_s_util_parsing_combinator_Parsers__selectLastFailure__s_Option__s_Option__s_Option($thiz, failure0$1, failure1$1); var res = $n(elems$1).toList__sci_List(); var next = in0; - return new $c_s_util_parsing_combinator_Parsers$$anon$2($thiz, res, next, selectedFailure$2) + return new $c_s_util_parsing_combinator_Parsers$$anon$2($thiz, res, next, selectedFailure$2); } else { - throw new $c_s_MatchError(x1) + throw new $c_s_MatchError(x1); } } } function $p_s_util_parsing_combinator_Parsers__continue$1__s_util_parsing_input_Reader__s_Option__scm_ListBuffer__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$ParseResult($thiz, in$1, failure, elems$1, p$lzy$7, p0$2) { var p0 = $p_s_util_parsing_combinator_Parsers__p$12__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p$lzy$7, p0$2); - return $p_s_util_parsing_combinator_Parsers__applyp$1__s_util_parsing_input_Reader__s_Option__s_util_parsing_combinator_Parsers$Parser__scm_ListBuffer__s_util_parsing_combinator_Parsers$ParseResult($thiz, in$1, failure, p0, elems$1) + return $p_s_util_parsing_combinator_Parsers__applyp$1__s_util_parsing_input_Reader__s_Option__s_util_parsing_combinator_Parsers$Parser__scm_ListBuffer__s_util_parsing_combinator_Parsers$ParseResult($thiz, in$1, failure, p0, elems$1); } function $ct_s_util_parsing_combinator_Parsers$ParseResult__s_util_parsing_combinator_Parsers__($thiz, outer) { if ((outer === null)) { - $n(null) + $n(null); } else { - $thiz.s_util_parsing_combinator_Parsers$ParseResult__f_$outer = outer - }; - return $thiz + $thiz.s_util_parsing_combinator_Parsers$ParseResult__f_$outer = outer; + } + return $thiz; } /** @constructor */ function $c_s_util_parsing_combinator_Parsers$ParseResult() { - this.s_util_parsing_combinator_Parsers$ParseResult__f_$outer = null + this.s_util_parsing_combinator_Parsers$ParseResult__f_$outer = null; } $c_s_util_parsing_combinator_Parsers$ParseResult.prototype = new $h_O(); $c_s_util_parsing_combinator_Parsers$ParseResult.prototype.constructor = $c_s_util_parsing_combinator_Parsers$ParseResult; /** @constructor */ function $h_s_util_parsing_combinator_Parsers$ParseResult() { - /**/ } $h_s_util_parsing_combinator_Parsers$ParseResult.prototype = $c_s_util_parsing_combinator_Parsers$ParseResult.prototype; function $as_s_util_parsing_combinator_Parsers$ParseResult(obj) { - return (((obj instanceof $c_s_util_parsing_combinator_Parsers$ParseResult) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.parsing.combinator.Parsers$ParseResult")) + return (((obj instanceof $c_s_util_parsing_combinator_Parsers$ParseResult) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.parsing.combinator.Parsers$ParseResult")); } function $isArrayOf_s_util_parsing_combinator_Parsers$ParseResult(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_parsing_combinator_Parsers$ParseResult))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_parsing_combinator_Parsers$ParseResult))); } function $asArrayOf_s_util_parsing_combinator_Parsers$ParseResult(obj, depth) { - return (($isArrayOf_s_util_parsing_combinator_Parsers$ParseResult(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.parsing.combinator.Parsers$ParseResult;", depth)) + return (($isArrayOf_s_util_parsing_combinator_Parsers$ParseResult(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.parsing.combinator.Parsers$ParseResult;", depth)); } function $f_s_util_parsing_input_Position__longString__T($thiz) { var $x_4 = $thiz.lineContents__T(); - $m_sc_StringOps$(); var $x_1 = $m_sc_StringOps$(); var x = $thiz.lineContents__T(); var x$1 = $n($x_1).take$extension__T__I__T(x, (((-1) + $thiz.column__I()) | 0)); @@ -9774,108 +9307,100 @@ function $f_s_util_parsing_input_Position__longString__T($thiz) { var index = i; var arg1 = $charAt(this$5, index); $x_3.set($x_2, ((arg1 === 9) ? arg1 : 32)); - i = ((1 + i) | 0) - }; + i = ((1 + i) | 0); + } var this$6 = $m_jl_String$(); - return ((($x_4 + "\n") + this$6.new__AC__I__I__T(dst, 0, $n(dst).u.length)) + "^") + return ((($x_4 + "\n") + this$6.new__AC__I__I__T(dst, 0, $n(dst).u.length)) + "^"); } function $f_s_util_parsing_input_Position__equals__O__Z($thiz, other) { if ($is_s_util_parsing_input_Position(other)) { var x2 = $as_s_util_parsing_input_Position(other); - return (($thiz.line__I() === $n(x2).line__I()) && ($thiz.column__I() === $n(x2).column__I())) + return (($thiz.line__I() === $n(x2).line__I()) && ($thiz.column__I() === $n(x2).column__I())); } else { - return false + return false; } } function $is_s_util_parsing_input_Position(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.s_util_parsing_input_Position))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.s_util_parsing_input_Position))); } function $as_s_util_parsing_input_Position(obj) { - return (($is_s_util_parsing_input_Position(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.parsing.input.Position")) + return (($is_s_util_parsing_input_Position(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.parsing.input.Position")); } function $isArrayOf_s_util_parsing_input_Position(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_parsing_input_Position))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_parsing_input_Position))); } function $asArrayOf_s_util_parsing_input_Position(obj, depth) { - return (($isArrayOf_s_util_parsing_input_Position(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.parsing.input.Position;", depth)) + return (($isArrayOf_s_util_parsing_input_Position(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.parsing.input.Position;", depth)); } /** @constructor */ function $c_s_util_parsing_input_Reader() { - /**/ } $c_s_util_parsing_input_Reader.prototype = new $h_O(); $c_s_util_parsing_input_Reader.prototype.constructor = $c_s_util_parsing_input_Reader; /** @constructor */ function $h_s_util_parsing_input_Reader() { - /**/ } $h_s_util_parsing_input_Reader.prototype = $c_s_util_parsing_input_Reader.prototype; function $as_s_util_parsing_input_Reader(obj) { - return (((obj instanceof $c_s_util_parsing_input_Reader) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.parsing.input.Reader")) + return (((obj instanceof $c_s_util_parsing_input_Reader) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.parsing.input.Reader")); } function $isArrayOf_s_util_parsing_input_Reader(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_parsing_input_Reader))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_parsing_input_Reader))); } function $asArrayOf_s_util_parsing_input_Reader(obj, depth) { - return (($isArrayOf_s_util_parsing_input_Reader(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.parsing.input.Reader;", depth)) + return (($isArrayOf_s_util_parsing_input_Reader(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.parsing.input.Reader;", depth)); } function $ct_Lsourcecode_SourceCompanion__F1__($thiz, build) { $thiz.Lsourcecode_SourceCompanion__f_build = build; - return $thiz + return $thiz; } /** @constructor */ function $c_Lsourcecode_SourceCompanion() { - this.Lsourcecode_SourceCompanion__f_build = null + this.Lsourcecode_SourceCompanion__f_build = null; } $c_Lsourcecode_SourceCompanion.prototype = new $h_O(); $c_Lsourcecode_SourceCompanion.prototype.constructor = $c_Lsourcecode_SourceCompanion; /** @constructor */ function $h_Lsourcecode_SourceCompanion() { - /**/ } $h_Lsourcecode_SourceCompanion.prototype = $c_Lsourcecode_SourceCompanion.prototype; $c_Lsourcecode_SourceCompanion.prototype.wrap__O__Lsourcecode_SourceValue = (function(s) { - return $as_Lsourcecode_SourceValue($n(this.Lsourcecode_SourceCompanion__f_build).apply__O__O(s)) + return $as_Lsourcecode_SourceValue($n(this.Lsourcecode_SourceCompanion__f_build).apply__O__O(s)); }); /** @constructor */ function $c_Lsourcecode_SourceValue() { - /**/ } $c_Lsourcecode_SourceValue.prototype = new $h_O(); $c_Lsourcecode_SourceValue.prototype.constructor = $c_Lsourcecode_SourceValue; /** @constructor */ function $h_Lsourcecode_SourceValue() { - /**/ } $h_Lsourcecode_SourceValue.prototype = $c_Lsourcecode_SourceValue.prototype; function $as_Lsourcecode_SourceValue(obj) { - return (((obj instanceof $c_Lsourcecode_SourceValue) || (obj === null)) ? obj : $throwClassCastException(obj, "sourcecode.SourceValue")) + return (((obj instanceof $c_Lsourcecode_SourceValue) || (obj === null)) ? obj : $throwClassCastException(obj, "sourcecode.SourceValue")); } function $isArrayOf_Lsourcecode_SourceValue(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lsourcecode_SourceValue))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lsourcecode_SourceValue))); } function $asArrayOf_Lsourcecode_SourceValue(obj, depth) { - return (($isArrayOf_Lsourcecode_SourceValue(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lsourcecode.SourceValue;", depth)) + return (($isArrayOf_Lsourcecode_SourceValue(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lsourcecode.SourceValue;", depth)); } function $is_Lfansi_Attr(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.Lfansi_Attr))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.Lfansi_Attr))); } function $as_Lfansi_Attr(obj) { - return (($is_Lfansi_Attr(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "fansi.Attr")) + return (($is_Lfansi_Attr(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "fansi.Attr")); } function $isArrayOf_Lfansi_Attr(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfansi_Attr))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfansi_Attr))); } function $asArrayOf_Lfansi_Attr(obj, depth) { - return (($isArrayOf_Lfansi_Attr(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfansi.Attr;", depth)) + return (($isArrayOf_Lfansi_Attr(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfansi.Attr;", depth)); } -var $d_Lfansi_Attr = new $TypeData().initClass({ - Lfansi_Attr: 0 -}, true, "fansi.Attr", { +var $d_Lfansi_Attr = new $TypeData().initClass(1, "fansi.Attr", ({ Lfansi_Attr: 1, - O: 1, Lfansi_Attrs: 1 -}); +})); /** @constructor */ function $c_Lfansi_Attrs$Multiple(resetMask, applyMask, attrs) { this.Lfansi_Attrs$Multiple__f_resetMask = $L0; @@ -9884,72 +9409,67 @@ function $c_Lfansi_Attrs$Multiple(resetMask, applyMask, attrs) { this.Lfansi_Attrs$Multiple__f_resetMask = resetMask; this.Lfansi_Attrs$Multiple__f_applyMask = applyMask; this.Lfansi_Attrs$Multiple__f_attrs = attrs; - $m_s_Predef$().assert__Z__V(($n(attrs).length__I() !== 1)) + $m_s_Predef$().assert__Z__V(($n(attrs).length__I() !== 1)); } $c_Lfansi_Attrs$Multiple.prototype = new $h_O(); $c_Lfansi_Attrs$Multiple.prototype.constructor = $c_Lfansi_Attrs$Multiple; /** @constructor */ function $h_Lfansi_Attrs$Multiple() { - /**/ } $h_Lfansi_Attrs$Multiple.prototype = $c_Lfansi_Attrs$Multiple.prototype; $c_Lfansi_Attrs$Multiple.prototype.resetMask__J = (function() { - return this.Lfansi_Attrs$Multiple__f_resetMask + return this.Lfansi_Attrs$Multiple__f_resetMask; }); $c_Lfansi_Attrs$Multiple.prototype.applyMask__J = (function() { - return this.Lfansi_Attrs$Multiple__f_applyMask + return this.Lfansi_Attrs$Multiple__f_applyMask; }); $c_Lfansi_Attrs$Multiple.prototype.hashCode__I = (function() { - return $n(this.Lfansi_Attrs$Multiple__f_attrs).hashCode__I() + return $n(this.Lfansi_Attrs$Multiple__f_attrs).hashCode__I(); }); $c_Lfansi_Attrs$Multiple.prototype.equals__O__Z = (function(other) { if ($is_Lfansi_Attr(this)) { if ($is_Lfansi_Attr(other)) { var x3 = $as_Lfansi_Attr(other); - return (this === x3) + return (this === x3); } - }; + } if ($is_Lfansi_Attr(this)) { if ((other instanceof $c_Lfansi_Attrs$Multiple)) { var x5 = $as_Lfansi_Attrs$Multiple(other); if (($n($n(x5).Lfansi_Attrs$Multiple__f_attrs).length__I() === 1)) { - return (this === $n($n(x5).Lfansi_Attrs$Multiple__f_attrs).apply__I__O(0)) + return (this === $n($n(x5).Lfansi_Attrs$Multiple__f_attrs).apply__I__O(0)); } } - }; + } if ($is_Lfansi_Attr(other)) { var x7 = $as_Lfansi_Attr(other); if (($n(this.Lfansi_Attrs$Multiple__f_attrs).length__I() === 1)) { - return ($n(this.Lfansi_Attrs$Multiple__f_attrs).apply__I__O(0) === x7) + return ($n(this.Lfansi_Attrs$Multiple__f_attrs).apply__I__O(0) === x7); } - }; + } if ((other instanceof $c_Lfansi_Attrs$Multiple)) { var x9 = $as_Lfansi_Attrs$Multiple(other); - return (this.Lfansi_Attrs$Multiple__f_attrs === $n(x9).Lfansi_Attrs$Multiple__f_attrs) - }; - return false + return (this.Lfansi_Attrs$Multiple__f_attrs === $n(x9).Lfansi_Attrs$Multiple__f_attrs); + } + return false; }); $c_Lfansi_Attrs$Multiple.prototype.toString__T = (function() { var this$1 = $n(this.Lfansi_Attrs$Multiple__f_attrs); - return (("Attrs(" + $f_sc_IterableOnceOps__mkString__T__T__T__T(this$1, "", ",", "")) + ")") + return (("Attrs(" + $f_sc_IterableOnceOps__mkString__T__T__T__T(this$1, "", ",", "")) + ")"); }); function $as_Lfansi_Attrs$Multiple(obj) { - return (((obj instanceof $c_Lfansi_Attrs$Multiple) || (obj === null)) ? obj : $throwClassCastException(obj, "fansi.Attrs$Multiple")) + return (((obj instanceof $c_Lfansi_Attrs$Multiple) || (obj === null)) ? obj : $throwClassCastException(obj, "fansi.Attrs$Multiple")); } function $isArrayOf_Lfansi_Attrs$Multiple(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfansi_Attrs$Multiple))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfansi_Attrs$Multiple))); } function $asArrayOf_Lfansi_Attrs$Multiple(obj, depth) { - return (($isArrayOf_Lfansi_Attrs$Multiple(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfansi.Attrs$Multiple;", depth)) + return (($isArrayOf_Lfansi_Attrs$Multiple(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfansi.Attrs$Multiple;", depth)); } -var $d_Lfansi_Attrs$Multiple = new $TypeData().initClass({ - Lfansi_Attrs$Multiple: 0 -}, false, "fansi.Attrs$Multiple", { +var $d_Lfansi_Attrs$Multiple = new $TypeData().initClass($c_Lfansi_Attrs$Multiple, "fansi.Attrs$Multiple", ({ Lfansi_Attrs$Multiple: 1, - O: 1, Lfansi_Attrs: 1 -}); -$c_Lfansi_Attrs$Multiple.prototype.$classData = $d_Lfansi_Attrs$Multiple; +})); /** @constructor */ function $c_Lfansi_Bold$() { this.Lfansi_Category__f_lookupAttrTable = null; @@ -9964,41 +9484,36 @@ function $c_Lfansi_Bold$() { $n_Lfansi_Bold$ = this; this.Lfansi_Bold$__f_On = this.makeAttr__T__J__Lsourcecode_Name__Lfansi_EscapeAttr("\u001b[1m", new $c_RTLong(1, 0), new $c_Lsourcecode_Name("On")); this.Lfansi_Bold$__f_Off = this.makeNoneAttr__J__Lsourcecode_Name__Lfansi_ResetAttr($L0, new $c_Lsourcecode_Name("Off")); - var this$4 = $n($m_s_package$().s_package$__f_Vector); + var this$4 = $m_sci_Vector$(); var array = [this.Lfansi_Bold$__f_On, this.Lfansi_Bold$__f_Off]; var elems = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array); - this.Lfansi_Bold$__f_all = this$4.from__sc_IterableOnce__sci_Vector(elems) + this.Lfansi_Bold$__f_all = this$4.from__sc_IterableOnce__sci_Vector(elems); } $c_Lfansi_Bold$.prototype = new $h_Lfansi_Category(); $c_Lfansi_Bold$.prototype.constructor = $c_Lfansi_Bold$; /** @constructor */ function $h_Lfansi_Bold$() { - /**/ } $h_Lfansi_Bold$.prototype = $c_Lfansi_Bold$.prototype; $c_Lfansi_Bold$.prototype.all__sci_Vector = (function() { - return this.Lfansi_Bold$__f_all + return this.Lfansi_Bold$__f_all; }); -var $d_Lfansi_Bold$ = new $TypeData().initClass({ - Lfansi_Bold$: 0 -}, false, "fansi.Bold$", { +var $d_Lfansi_Bold$ = new $TypeData().initClass($c_Lfansi_Bold$, "fansi.Bold$", ({ Lfansi_Bold$: 1, - Lfansi_Category: 1, - O: 1 -}); -$c_Lfansi_Bold$.prototype.$classData = $d_Lfansi_Bold$; + Lfansi_Category: 1 +})); var $n_Lfansi_Bold$; function $m_Lfansi_Bold$() { if ((!$n_Lfansi_Bold$)) { - $n_Lfansi_Bold$ = new $c_Lfansi_Bold$() - }; - return $n_Lfansi_Bold$ + $n_Lfansi_Bold$ = new $c_Lfansi_Bold$(); + } + return $n_Lfansi_Bold$; } function $p_Lfansi_ColorCategory__True0__I__I__I__I__Lfansi_EscapeAttr($thiz, r, g, b, index) { var $x_1 = $thiz.trueRgbEscape__I__I__I__T(r, g, b); var value = ((273 + index) | 0); var hi = (value >> 31); - return $thiz.makeAttr__T__J__Lsourcecode_Name__Lfansi_EscapeAttr($x_1, new $c_RTLong(value, hi), $as_Lsourcecode_Name($m_Lsourcecode_Name$().wrap__O__Lsourcecode_SourceValue((((((("True(" + r) + ",") + g) + ",") + b) + ")")))) + return $thiz.makeAttr__T__J__Lsourcecode_Name__Lfansi_EscapeAttr($x_1, new $c_RTLong(value, hi), $as_Lsourcecode_Name($m_Lsourcecode_Name$().wrap__O__Lsourcecode_SourceValue((((((("True(" + r) + ",") + g) + ",") + b) + ")")))); } function $ct_Lfansi_ColorCategory__I__I__I__Lsourcecode_Name__($thiz, offset, width, colorCode, catName) { $thiz.Lfansi_ColorCategory__f_colorCode = colorCode; @@ -10012,10 +9527,10 @@ function $ct_Lfansi_ColorCategory__I__I__I__Lsourcecode_Name__($thiz, offset, wi var value = ((17 + arg1) | 0); var hi = (value >> 31); var elem = $thiz.makeAttr__T__J__Lsourcecode_Name__Lfansi_EscapeAttr((((("\u001b[" + $x_1) + ";5;") + arg1) + "m"), new $c_RTLong(value, hi), $as_Lsourcecode_Name($m_Lsourcecode_Name$().wrap__O__Lsourcecode_SourceValue((("Full(" + arg1) + ")")))); - this$5.addOne__O__scm_Growable(elem) - }; + this$5.addOne__O__scm_Growable(elem); + } $thiz.Lfansi_ColorCategory__f_Full = $as_sci_IndexedSeq($n(b).result__O()); - return $thiz + return $thiz; } /** @constructor */ function $c_Lfansi_ColorCategory() { @@ -10025,71 +9540,70 @@ function $c_Lfansi_ColorCategory() { this.Lfansi_Category__f_catName = null; this.Lfansi_Category__f_bitmap$0 = false; this.Lfansi_ColorCategory__f_colorCode = 0; - this.Lfansi_ColorCategory__f_Full = null + this.Lfansi_ColorCategory__f_Full = null; } $c_Lfansi_ColorCategory.prototype = new $h_Lfansi_Category(); $c_Lfansi_ColorCategory.prototype.constructor = $c_Lfansi_ColorCategory; /** @constructor */ function $h_Lfansi_ColorCategory() { - /**/ } $h_Lfansi_ColorCategory.prototype = $c_Lfansi_ColorCategory.prototype; $c_Lfansi_ColorCategory.prototype.trueRgbEscape__I__I__I__T = (function(r, g, b) { - return (((((((("\u001b[" + this.Lfansi_ColorCategory__f_colorCode) + ";2;") + r) + ";") + g) + ";") + b) + "m") + return (((((((("\u001b[" + this.Lfansi_ColorCategory__f_colorCode) + ";2;") + r) + ";") + g) + ";") + b) + "m"); }); $c_Lfansi_ColorCategory.prototype.True__I__Lfansi_EscapeAttr = (function(index) { var requirement = ((index >= 0) && (index <= 16777216)); if ((!requirement)) { - throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), (("requirement failed: " + "True parameter `index` must be 273 <= index <= 16777488, not ") + index)) - }; + throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), (("requirement failed: " + "True parameter `index` must be 273 <= index <= 16777488, not ") + index)); + } var r = (index >> 16); var g = ((65280 & index) >> 8); var b = (255 & index); - return $p_Lfansi_ColorCategory__True0__I__I__I__I__Lfansi_EscapeAttr(this, r, g, b, index) + return $p_Lfansi_ColorCategory__True0__I__I__I__I__Lfansi_EscapeAttr(this, r, g, b, index); }); $c_Lfansi_ColorCategory.prototype.trueIndex__I__I__I__I = (function(r, g, b) { var requirement = ((r >= 0) && (r < 256)); if ((!requirement)) { - throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), (("requirement failed: " + "True parameter `r` must be 0 <= r < 256, not ") + r)) - }; + throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), (("requirement failed: " + "True parameter `r` must be 0 <= r < 256, not ") + r)); + } var requirement$1 = ((g >= 0) && (g < 256)); if ((!requirement$1)) { - throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), (("requirement failed: " + "True parameter `g` must be 0 <= r < 256, not ") + g)) - }; + throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), (("requirement failed: " + "True parameter `g` must be 0 <= r < 256, not ") + g)); + } var requirement$2 = ((b >= 0) && (b < 256)); if ((!requirement$2)) { - throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), (("requirement failed: " + "True parameter `b` must be 0 <= r < 256, not ") + b)) - }; - return (((r << 16) | (g << 8)) | b) + throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), (("requirement failed: " + "True parameter `b` must be 0 <= r < 256, not ") + b)); + } + return (((r << 16) | (g << 8)) | b); }); $c_Lfansi_ColorCategory.prototype.lookupEscape__J__T = (function(applyState) { var n = this.Lfansi_Category__f_offset; var hi = applyState.RTLong__f_hi; var lo = (((32 & n) === 0) ? (((applyState.RTLong__f_lo >>> n) | 0) | ((hi << 1) << ((31 - n) | 0))) : (hi >> n)); if ((lo < 273)) { - return $c_Lfansi_Category.prototype.lookupEscape__J__T.call(this, applyState) + return $c_Lfansi_Category.prototype.lookupEscape__J__T.call(this, applyState); } else { var index = (((-273) + lo) | 0); - return this.trueRgbEscape__I__I__I__T((index >> 16), ((65280 & index) >> 8), (255 & index)) + return this.trueRgbEscape__I__I__I__T((index >> 16), ((65280 & index) >> 8), (255 & index)); } }); $c_Lfansi_ColorCategory.prototype.lookupAttr__J__Lfansi_Attr = (function(applyState) { var n = this.Lfansi_Category__f_offset; var hi = applyState.RTLong__f_hi; var lo = (((32 & n) === 0) ? (((applyState.RTLong__f_lo >>> n) | 0) | ((hi << 1) << ((31 - n) | 0))) : (hi >> n)); - return ((lo < 273) ? $n(this.lookupAttrTable__ALfansi_Attr()).get(lo) : this.True__I__Lfansi_EscapeAttr((((-273) + lo) | 0))) + return ((lo < 273) ? $n(this.lookupAttrTable__ALfansi_Attr()).get(lo) : this.True__I__Lfansi_EscapeAttr((((-273) + lo) | 0))); }); $c_Lfansi_ColorCategory.prototype.lookupTableWidth__I = (function() { - return 273 + return 273; }); function $as_Lfansi_ColorCategory(obj) { - return (((obj instanceof $c_Lfansi_ColorCategory) || (obj === null)) ? obj : $throwClassCastException(obj, "fansi.ColorCategory")) + return (((obj instanceof $c_Lfansi_ColorCategory) || (obj === null)) ? obj : $throwClassCastException(obj, "fansi.ColorCategory")); } function $isArrayOf_Lfansi_ColorCategory(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfansi_ColorCategory))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfansi_ColorCategory))); } function $asArrayOf_Lfansi_ColorCategory(obj, depth) { - return (($isArrayOf_Lfansi_ColorCategory(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfansi.ColorCategory;", depth)) + return (($isArrayOf_Lfansi_ColorCategory(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfansi.ColorCategory;", depth)); } /** @constructor */ function $c_Lfansi_Reversed$() { @@ -10105,35 +9619,30 @@ function $c_Lfansi_Reversed$() { $n_Lfansi_Reversed$ = this; this.Lfansi_Reversed$__f_On = this.makeAttr__T__J__Lsourcecode_Name__Lfansi_EscapeAttr("\u001b[7m", new $c_RTLong(1, 0), new $c_Lsourcecode_Name("On")); this.Lfansi_Reversed$__f_Off = this.makeAttr__T__J__Lsourcecode_Name__Lfansi_EscapeAttr("\u001b[27m", $L0, new $c_Lsourcecode_Name("Off")); - var this$4 = $n($m_s_package$().s_package$__f_Vector); + var this$4 = $m_sci_Vector$(); var array = [this.Lfansi_Reversed$__f_On, this.Lfansi_Reversed$__f_Off]; var elems = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array); - this.Lfansi_Reversed$__f_all = this$4.from__sc_IterableOnce__sci_Vector(elems) + this.Lfansi_Reversed$__f_all = this$4.from__sc_IterableOnce__sci_Vector(elems); } $c_Lfansi_Reversed$.prototype = new $h_Lfansi_Category(); $c_Lfansi_Reversed$.prototype.constructor = $c_Lfansi_Reversed$; /** @constructor */ function $h_Lfansi_Reversed$() { - /**/ } $h_Lfansi_Reversed$.prototype = $c_Lfansi_Reversed$.prototype; $c_Lfansi_Reversed$.prototype.all__sci_Vector = (function() { - return this.Lfansi_Reversed$__f_all + return this.Lfansi_Reversed$__f_all; }); -var $d_Lfansi_Reversed$ = new $TypeData().initClass({ - Lfansi_Reversed$: 0 -}, false, "fansi.Reversed$", { +var $d_Lfansi_Reversed$ = new $TypeData().initClass($c_Lfansi_Reversed$, "fansi.Reversed$", ({ Lfansi_Reversed$: 1, - Lfansi_Category: 1, - O: 1 -}); -$c_Lfansi_Reversed$.prototype.$classData = $d_Lfansi_Reversed$; + Lfansi_Category: 1 +})); var $n_Lfansi_Reversed$; function $m_Lfansi_Reversed$() { if ((!$n_Lfansi_Reversed$)) { - $n_Lfansi_Reversed$ = new $c_Lfansi_Reversed$() - }; - return $n_Lfansi_Reversed$ + $n_Lfansi_Reversed$ = new $c_Lfansi_Reversed$(); + } + return $n_Lfansi_Reversed$; } /** @constructor */ function $c_Lfansi_Underlined$() { @@ -10149,43 +9658,38 @@ function $c_Lfansi_Underlined$() { $n_Lfansi_Underlined$ = this; this.Lfansi_Underlined$__f_On = this.makeAttr__T__J__Lsourcecode_Name__Lfansi_EscapeAttr("\u001b[4m", new $c_RTLong(1, 0), new $c_Lsourcecode_Name("On")); this.Lfansi_Underlined$__f_Off = this.makeAttr__T__J__Lsourcecode_Name__Lfansi_EscapeAttr("\u001b[24m", $L0, new $c_Lsourcecode_Name("Off")); - var this$4 = $n($m_s_package$().s_package$__f_Vector); + var this$4 = $m_sci_Vector$(); var array = [this.Lfansi_Underlined$__f_On, this.Lfansi_Underlined$__f_Off]; var elems = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array); - this.Lfansi_Underlined$__f_all = this$4.from__sc_IterableOnce__sci_Vector(elems) + this.Lfansi_Underlined$__f_all = this$4.from__sc_IterableOnce__sci_Vector(elems); } $c_Lfansi_Underlined$.prototype = new $h_Lfansi_Category(); $c_Lfansi_Underlined$.prototype.constructor = $c_Lfansi_Underlined$; /** @constructor */ function $h_Lfansi_Underlined$() { - /**/ } $h_Lfansi_Underlined$.prototype = $c_Lfansi_Underlined$.prototype; $c_Lfansi_Underlined$.prototype.all__sci_Vector = (function() { - return this.Lfansi_Underlined$__f_all + return this.Lfansi_Underlined$__f_all; }); -var $d_Lfansi_Underlined$ = new $TypeData().initClass({ - Lfansi_Underlined$: 0 -}, false, "fansi.Underlined$", { +var $d_Lfansi_Underlined$ = new $TypeData().initClass($c_Lfansi_Underlined$, "fansi.Underlined$", ({ Lfansi_Underlined$: 1, - Lfansi_Category: 1, - O: 1 -}); -$c_Lfansi_Underlined$.prototype.$classData = $d_Lfansi_Underlined$; + Lfansi_Category: 1 +})); var $n_Lfansi_Underlined$; function $m_Lfansi_Underlined$() { if ((!$n_Lfansi_Underlined$)) { - $n_Lfansi_Underlined$ = new $c_Lfansi_Underlined$() - }; - return $n_Lfansi_Underlined$ + $n_Lfansi_Underlined$ = new $c_Lfansi_Underlined$(); + } + return $n_Lfansi_Underlined$; } function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__evalError$1__Lfeatherweightgo_model_ast_Expression__s_util_Either($thiz, expression$1) { - return new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGEvalError(expression$1, $m_s_None$(), null)) + return new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGEvalError(expression$1, $m_s_None$(), null)); } function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__innerEval$1__Lfeatherweightgo_model_ast_Expression__sci_List__s_util_Either($thiz, expression, declarations$1) { if ($is_Lfeatherweightgo_model_ast_Primitive(expression)) { var x2 = $as_Lfeatherweightgo_model_ast_Primitive(expression); - return new $c_s_util_Right(x2) + return new $c_s_util_Right(x2); } else if ((expression instanceof $c_Lfeatherweightgo_model_ast_Plus)) { var x3 = $as_Lfeatherweightgo_model_ast_Plus(expression); var lhs = $n(x3).Lfeatherweightgo_model_ast_Plus__f_lhs; @@ -10209,26 +9713,25 @@ function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__innerEval$1__Lfeatherweigh var x5 = $as_Lfeatherweightgo_model_ast_IntegerValue(r); var rv = $n(x5).Lfeatherweightgo_model_ast_IntegerValue__f_value; var this$5 = new $c_s_util_Right(new $c_Lfeatherweightgo_model_ast_IntegerValue(((lv + rv) | 0))); - break matchEnd7 + break matchEnd7; } - }; - $m_sc_StringOps$(); + } var x = (((("Integer primitive + error!\n | lhs: " + l) + "\n | rhs: ") + r) + "\n |"); - var this$5 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGEvalError(x3, new $c_s_Some($m_sc_StringOps$().stripMargin$extension__T__C__T(x, 124)), null)) - }; + var this$5 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGEvalError(x3, new $c_s_Some($m_sc_StringOps$().stripMargin$extension__T__C__T(x, 124)), null)); + } if ((this$5 instanceof $c_s_util_Right)) { var x2$3 = $as_s_util_Right(this$5); var b$2 = $n(x2$3).s_util_Right__f_value; var result = $as_Lfeatherweightgo_model_ast_IntegerValue(b$2); - return new $c_s_util_Right(result) + return new $c_s_util_Right(result); } else { - return this$5 + return this$5; } } else { - return this$2 + return this$2; } } else { - return this$1 + return this$1; } } else if ((expression instanceof $c_Lfeatherweightgo_model_ast_Concat)) { var x4$1 = $as_Lfeatherweightgo_model_ast_Concat(expression); @@ -10253,26 +9756,25 @@ function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__innerEval$1__Lfeatherweigh var x5$1 = $as_Lfeatherweightgo_model_ast_StringValue(r$1); var rv$1 = $n(x5$1).Lfeatherweightgo_model_ast_StringValue__f_value; var this$10 = new $c_s_util_Right(new $c_Lfeatherweightgo_model_ast_StringValue((("" + lv$1) + rv$1))); - break matchEnd7$1 + break matchEnd7$1; } - }; - $m_sc_StringOps$(); + } var x$1 = (((("String primitive + error!\n | lhs: " + l$3) + "\n | rhs: ") + r$1) + "\n |"); - var this$10 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGEvalError(x4$1, new $c_s_Some($m_sc_StringOps$().stripMargin$extension__T__C__T(x$1, 124)), null)) - }; + var this$10 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGEvalError(x4$1, new $c_s_Some($m_sc_StringOps$().stripMargin$extension__T__C__T(x$1, 124)), null)); + } if ((this$10 instanceof $c_s_util_Right)) { var x2$6 = $as_s_util_Right(this$10); var b$5 = $n(x2$6).s_util_Right__f_value; var result$1 = $as_Lfeatherweightgo_model_ast_StringValue(b$5); - return new $c_s_util_Right(result$1) + return new $c_s_util_Right(result$1); } else { - return this$10 + return this$10; } } else { - return this$7 + return this$7; } } else { - return this$6 + return this$6; } } else if ((expression instanceof $c_Lfeatherweightgo_model_ast_StructureLiteral)) { var x5$2 = $as_Lfeatherweightgo_model_ast_StructureLiteral(expression); @@ -10283,9 +9785,9 @@ function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__innerEval$1__Lfeatherweigh var x2$7 = $as_s_util_Right(this$11); var b$6 = $n(x2$7).s_util_Right__f_value; var vs = $as_sci_List(b$6); - return new $c_s_util_Right(new $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral(structureTypeName, vs)) + return new $c_s_util_Right(new $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral(structureTypeName, vs)); } else { - return this$11 + return this$11; } } else if ((expression instanceof $c_Lfeatherweightgo_model_ast_FieldSelect)) { var x6 = $as_Lfeatherweightgo_model_ast_FieldSelect(expression); @@ -10298,10 +9800,10 @@ function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__innerEval$1__Lfeatherweigh var leftHandResult = $as_Lfeatherweightgo_model_ast_Primitive(b$7); if ((leftHandResult instanceof $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral)) { var x2$9 = $as_Lfeatherweightgo_model_ast_ValuedStructureLiteral(leftHandResult); - var $x_1 = new $c_s_util_Right(x2$9) + var $x_1 = new $c_s_util_Right(x2$9); } else { - var $x_1 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGEvalError(x6, new $c_s_Some((("Primitive type " + leftHandResult) + " doesn't have any fields!")), null)) - }; + var $x_1 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGEvalError(x6, new $c_s_Some((("Primitive type " + leftHandResult) + " doesn't have any fields!")), null)); + } var this$13 = $n($x_1); if ((this$13 instanceof $c_s_util_Right)) { var x2$10 = $as_s_util_Right(this$13); @@ -10310,18 +9812,18 @@ function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__innerEval$1__Lfeatherweigh var this$14 = $m_Lfeatherweightgo_util_Utils$(); var structureType = $n(valuedStructureLiteral).Lfeatherweightgo_model_ast_ValuedStructureLiteral__f_structureTypeName; var fs = $p_Lfeatherweightgo_util_Utils$__loop$1__sci_List__Lfeatherweightgo_model_ast_AbstractStructureType__sci_List(this$14, declarations$1, structureType); - var $x_2 = new $c_s_util_Right(new $c_T2(valuedStructureLiteral, fs)) + var $x_2 = new $c_s_util_Right(new $c_T2(valuedStructureLiteral, fs)); } else { - var $x_2 = this$13 - }; + var $x_2 = this$13; + } var this$15 = $n($x_2); if ((this$15 instanceof $c_s_util_Right)) { var x2$11 = $as_s_util_Right(this$15); var b$9 = $n(x2$11).s_util_Right__f_value; var x$1$1 = $as_T2(b$9); if ((x$1$1 === null)) { - throw new $c_s_MatchError(x$1$1) - }; + throw new $c_s_MatchError(x$1$1); + } var valuedStructureLiteral$1 = $as_Lfeatherweightgo_model_ast_ValuedStructureLiteral($n(x$1$1)._1__O()); var fs$1 = $as_sci_List($n(x$1$1)._2__O()); var this$16 = $n(fs$1); @@ -10333,40 +9835,40 @@ function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__innerEval$1__Lfeatherweigh var arg1 = $n(these).head__O(); var x0$1 = $as_T2(arg1); if ((x0$1 === null)) { - throw new $c_s_MatchError(x0$1) - }; + throw new $c_s_MatchError(x0$1); + } var sf = $as_Lfeatherweightgo_model_ast_StructureField($n(x0$1)._1__O()); var x$2 = $n(sf).Lfeatherweightgo_model_ast_StructureField__f_name; if (((x$2 === null) ? (fieldName === null) : $n(x$2).equals__O__Z(fieldName))) { var this$18 = new $c_s_Some($n(these).head__O()); - break _return - }; - these = $as_sci_List($n(these).tail__O()) - }; - var this$18 = $m_s_None$() - }; + break _return; + } + these = $as_sci_List($n(these).tail__O()); + } + var this$18 = $m_s_None$(); + } if (this$18.isEmpty__Z()) { - var $x_3 = $m_s_None$() + var $x_3 = $m_s_None$(); } else { var arg1$1 = this$18.get__O(); var v = $as_T2(arg1$1); - var $x_3 = new $c_s_Some(new $c_s_util_Right($n(v)._2__O())) - }; + var $x_3 = new $c_s_Some(new $c_s_util_Right($n(v)._2__O())); + } var this$19 = $n($x_3); var this$20 = $n($as_s_util_Either((this$19.isEmpty__Z() ? $p_Lfeatherweightgo_evaluator_EvaluatorImpl__evalError$1__Lfeatherweightgo_model_ast_Expression__s_util_Either($thiz, expression) : this$19.get__O()))); if ((this$20 instanceof $c_s_util_Right)) { var x2$12 = $as_s_util_Right(this$20); var b$10 = $n(x2$12).s_util_Right__f_value; var result$2 = $as_Lfeatherweightgo_model_ast_Primitive(b$10); - return new $c_s_util_Right(result$2) + return new $c_s_util_Right(result$2); } else { - return this$20 + return this$20; } } else { - return this$15 + return this$15; } } else { - return this$12 + return this$12; } } else if ((expression instanceof $c_Lfeatherweightgo_model_ast_MethodCall)) { var x7 = $as_Lfeatherweightgo_model_ast_MethodCall(expression); @@ -10390,14 +9892,14 @@ function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__innerEval$1__Lfeatherweigh if ((x1 instanceof $c_s_Some)) { var x2$15 = $as_s_Some(x1); var result$3 = $as_T2($n(x2$15).s_Some__f_value); - var $x_4 = new $c_s_util_Right(result$3) + var $x_4 = new $c_s_util_Right(result$3); } else { var x$3 = $m_s_None$(); if ((!(x$3 === x1))) { - throw new $c_s_MatchError(x1) - }; - var $x_4 = $p_Lfeatherweightgo_evaluator_EvaluatorImpl__evalError$1__Lfeatherweightgo_model_ast_Expression__s_util_Either($thiz, expression) - }; + throw new $c_s_MatchError(x1); + } + var $x_4 = $p_Lfeatherweightgo_evaluator_EvaluatorImpl__evalError$1__Lfeatherweightgo_model_ast_Expression__s_util_Either($thiz, expression); + } var this$24 = $n($x_4); if ((this$24 instanceof $c_s_util_Right)) { var x2$16 = $as_s_util_Right(this$24); @@ -10418,17 +9920,17 @@ function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__innerEval$1__Lfeatherweigh var this$29 = $n($as_sc_SeqOps($f_sc_StrictOptimizedIterableOps__zip__sc_IterableOnce__O(this$28, argumentResult))); var $x_6 = $as_sc_IterableOnceOps(this$29.prepended__O__O(rassoc$1)); var this$30 = $m_s_$less$colon$less$(); - var $x_5 = new $c_s_util_Right($n($x_6).toMap__s_$less$colon$less__sci_Map(this$30.s_$less$colon$less$__f_singleton)) + var $x_5 = new $c_s_util_Right($n($x_6).toMap__s_$less$colon$less__sci_Map(this$30.s_$less$colon$less$__f_singleton)); } else { - var $x_5 = this$25 + var $x_5 = this$25; } } else { - var x$4 = $m_s_package$().s_package$__f_Nil; - if ((!((x$4 === null) ? (x1$1 === null) : $n(x$4).equals__O__Z(x1$1)))) { - throw new $c_s_MatchError(x1$1) - }; - var $x_5 = $p_Lfeatherweightgo_evaluator_EvaluatorImpl__evalError$1__Lfeatherweightgo_model_ast_Expression__s_util_Either($thiz, expression) - }; + var x$4 = $m_sci_Nil$(); + if ((!x$4.equals__O__Z(x1$1))) { + throw new $c_s_MatchError(x1$1); + } + var $x_5 = $p_Lfeatherweightgo_evaluator_EvaluatorImpl__evalError$1__Lfeatherweightgo_model_ast_Expression__s_util_Either($thiz, expression); + } var this$31 = $n($x_5); if ((this$31 instanceof $c_s_util_Right)) { var x2$19 = $as_s_util_Right(this$31); @@ -10440,21 +9942,21 @@ function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__innerEval$1__Lfeatherweigh var x2$20 = $as_s_util_Right(this$32); var b$16 = $n(x2$20).s_util_Right__f_value; var result$4 = $as_Lfeatherweightgo_model_ast_Primitive(b$16); - return new $c_s_util_Right(result$4) + return new $c_s_util_Right(result$4); } else { - return this$32 + return this$32; } } else { - return this$31 + return this$31; } } else { - return this$24 + return this$24; } } else { - return this$22 + return this$22; } } else { - return this$21 + return this$21; } } else if ((expression instanceof $c_Lfeatherweightgo_model_ast_TypeAssertion)) { var x8 = $as_Lfeatherweightgo_model_ast_TypeAssertion(expression); @@ -10466,7 +9968,6 @@ function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__innerEval$1__Lfeatherweigh var b$17 = $n(x2$21).s_util_Right__f_value; var leftHand = $as_Lfeatherweightgo_model_ast_Primitive(b$17); var this$36 = $n($m_Lfeatherweightgo_model_typer_TypeBound$().Lfeatherweightgo_model_typer_TypeBound$__f_empty); - $m_Lfeatherweightgo_model_typer_Implement$(); var lhs$1 = $m_Lfeatherweightgo_util_Utils$().type__Lfeatherweightgo_model_ast_Primitive__Lfeatherweightgo_model_ast_AbstractStructureType(leftHand); var this$35 = new $c_Lfeatherweightgo_model_typer_Implement$ImplementSyntax(lhs$1); var value = new $c_Lfeatherweightgo_model_typer_Implement(this$35.Lfeatherweightgo_model_typer_Implement$ImplementSyntax__f_lhs, typeName); @@ -10476,27 +9977,27 @@ function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__innerEval$1__Lfeatherweigh var x2$22 = $as_s_util_Right(this$37); var b$18 = $n(x2$22).s_util_Right__f_value; var result$5 = $as_Lfeatherweightgo_model_ast_Primitive(b$18); - return new $c_s_util_Right(result$5) + return new $c_s_util_Right(result$5); } else { - return this$37 + return this$37; } } else { - return this$33 + return this$33; } } else if ((expression instanceof $c_Lfeatherweightgo_model_ast_Variable)) { - return $p_Lfeatherweightgo_evaluator_EvaluatorImpl__evalError$1__Lfeatherweightgo_model_ast_Expression__s_util_Either($thiz, expression) + return $p_Lfeatherweightgo_evaluator_EvaluatorImpl__evalError$1__Lfeatherweightgo_model_ast_Expression__s_util_Either($thiz, expression); } else { - throw new $c_s_MatchError(expression) + throw new $c_s_MatchError(expression); } } function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__evalAll$1__sci_List__sci_List__s_util_Either($thiz, expressions, declarations$1) { var this$2 = $n(expressions); var f = ((expression$2) => { var expression = $as_Lfeatherweightgo_model_ast_Expression(expression$2); - return $p_Lfeatherweightgo_evaluator_EvaluatorImpl__innerEval$1__Lfeatherweightgo_model_ast_Expression__sci_List__s_util_Either($thiz, expression, declarations$1) + return $p_Lfeatherweightgo_evaluator_EvaluatorImpl__innerEval$1__Lfeatherweightgo_model_ast_Expression__sci_List__s_util_Either($thiz, expression, declarations$1); }); if ((this$2 === $m_sci_Nil$())) { - var $x_1 = $m_sci_Nil$() + var $x_1 = $m_sci_Nil$(); } else { var arg1 = this$2.head__O(); var h = new $c_sci_$colon$colon(f(arg1), $m_sci_Nil$()); @@ -10507,12 +10008,12 @@ function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__evalAll$1__sci_List__sci_L var nx = new $c_sci_$colon$colon(f(arg1$1), $m_sci_Nil$()); $n(t).sci_$colon$colon__f_next = nx; t = nx; - rest = $as_sci_List($n(rest).tail__O()) - }; - var $x_1 = h - }; + rest = $as_sci_List($n(rest).tail__O()); + } + var $x_1 = h; + } var this$3 = $n($x_1); - var z = new $c_s_util_Right($m_s_package$().s_package$__f_Nil); + var z = new $c_s_util_Right($m_sci_Nil$()); var acc = z; var these = this$3; while ((!$n(these).isEmpty__Z())) { @@ -10531,16 +10032,16 @@ function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__evalAll$1__sci_List__sci_L var b$1 = $n(x2$1).s_util_Right__f_value; var yv = $as_Lfeatherweightgo_model_ast_Primitive(b$1); var this$6 = $n(xv); - acc = new $c_s_util_Right($as_sci_List($f_sc_StrictOptimizedSeqOps__appended__O__O(this$6, yv))) + acc = new $c_s_util_Right($as_sci_List($f_sc_StrictOptimizedSeqOps__appended__O__O(this$6, yv))); } else { - acc = this$5 + acc = this$5; } } else { - acc = this$4 - }; - these = $as_sc_LinearSeq($n(these).tail__O()) - }; - return $as_s_util_Either(acc) + acc = this$4; + } + these = $as_sc_LinearSeq($n(these).tail__O()); + } + return $as_s_util_Either(acc); } function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_model_ast_Expression__sci_Map__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression($thiz, e, variables$1, expression$2) { if ((e instanceof $c_Lfeatherweightgo_model_ast_Variable)) { @@ -10555,44 +10056,44 @@ function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_m var x = $n($n($as_Lfeatherweightgo_util_Utils$TypedVariable($n(x$3)._1__O())).Lfeatherweightgo_util_Utils$TypedVariable__f_variable).Lfeatherweightgo_model_ast_Variable__f_variableName; if (((x === null) ? (variableName === null) : $n(x).equals__O__Z(variableName))) { var x1$2 = new $c_s_Some(a); - break _return + break _return; } - }; - var x1$2 = $m_s_None$() - }; + } + var x1$2 = $m_s_None$(); + } if ((x1$2 instanceof $c_s_Some)) { var x2$2 = $as_s_Some(x1$2); var p3 = $as_T2($n(x2$2).s_Some__f_value); if ((p3 !== null)) { var v = $as_Lfeatherweightgo_model_ast_Primitive($n(p3)._2__O()); - return v + return v; } - }; + } var x$1 = $m_s_None$(); if ((x$1 === x1$2)) { - return expression$2 - }; - throw new $c_s_MatchError(x1$2) + return expression$2; + } + throw new $c_s_MatchError(x1$2); } else if ((e instanceof $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral)) { - return e + return e; } else if ($is_Lfeatherweightgo_model_ast_Primitive(e)) { var x6 = $as_Lfeatherweightgo_model_ast_Primitive(e); - return x6 + return x6; } else if ((e instanceof $c_Lfeatherweightgo_model_ast_Plus)) { var x7 = $as_Lfeatherweightgo_model_ast_Plus(e); var lhs = $n(x7).Lfeatherweightgo_model_ast_Plus__f_lhs; var rhs = $n(x7).Lfeatherweightgo_model_ast_Plus__f_rhs; - return new $c_Lfeatherweightgo_model_ast_Plus($p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_model_ast_Expression__sci_Map__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression($thiz, lhs, variables$1, expression$2), $p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_model_ast_Expression__sci_Map__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression($thiz, rhs, variables$1, expression$2)) + return new $c_Lfeatherweightgo_model_ast_Plus($p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_model_ast_Expression__sci_Map__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression($thiz, lhs, variables$1, expression$2), $p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_model_ast_Expression__sci_Map__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression($thiz, rhs, variables$1, expression$2)); } else if ((e instanceof $c_Lfeatherweightgo_model_ast_Concat)) { var x8 = $as_Lfeatherweightgo_model_ast_Concat(e); var lhs$2 = $n(x8).Lfeatherweightgo_model_ast_Concat__f_lhs; var rhs$2 = $n(x8).Lfeatherweightgo_model_ast_Concat__f_rhs; - return new $c_Lfeatherweightgo_model_ast_Concat($p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_model_ast_Expression__sci_Map__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression($thiz, lhs$2, variables$1, expression$2), $p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_model_ast_Expression__sci_Map__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression($thiz, rhs$2, variables$1, expression$2)) + return new $c_Lfeatherweightgo_model_ast_Concat($p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_model_ast_Expression__sci_Map__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression($thiz, lhs$2, variables$1, expression$2), $p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_model_ast_Expression__sci_Map__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression($thiz, rhs$2, variables$1, expression$2)); } else if ((e instanceof $c_Lfeatherweightgo_model_ast_FieldSelect)) { var x9 = $as_Lfeatherweightgo_model_ast_FieldSelect(e); var expression = $n(x9).Lfeatherweightgo_model_ast_FieldSelect__f_expression; var fn = $n(x9).Lfeatherweightgo_model_ast_FieldSelect__f_fieldName; - return new $c_Lfeatherweightgo_model_ast_FieldSelect($p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_model_ast_Expression__sci_Map__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression($thiz, expression, variables$1, expression$2), fn) + return new $c_Lfeatherweightgo_model_ast_FieldSelect($p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_model_ast_Expression__sci_Map__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression($thiz, expression, variables$1, expression$2), fn); } else if ((e instanceof $c_Lfeatherweightgo_model_ast_MethodCall)) { var x10 = $as_Lfeatherweightgo_model_ast_MethodCall(e); var expression$3 = $n(x10).Lfeatherweightgo_model_ast_MethodCall__f_expression; @@ -10603,10 +10104,10 @@ function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_m var this$3 = $n(arguments$1); var f = ((e$2$2) => { var e$2 = $as_Lfeatherweightgo_model_ast_Expression(e$2$2); - return $p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_model_ast_Expression__sci_Map__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression($thiz, e$2, variables$1, expression$2) + return $p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_model_ast_Expression__sci_Map__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression($thiz, e$2, variables$1, expression$2); }); if ((this$3 === $m_sci_Nil$())) { - var $x_1 = $m_sci_Nil$() + var $x_1 = $m_sci_Nil$(); } else { var arg1 = this$3.head__O(); var h = new $c_sci_$colon$colon(f(arg1), $m_sci_Nil$()); @@ -10617,16 +10118,16 @@ function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_m var nx = new $c_sci_$colon$colon(f(arg1$1), $m_sci_Nil$()); $n(t).sci_$colon$colon__f_next = nx; t = nx; - rest = $as_sci_List($n(rest).tail__O()) - }; - var $x_1 = h - }; - return new $c_Lfeatherweightgo_model_ast_MethodCall($x_2, mn, types, $x_1) + rest = $as_sci_List($n(rest).tail__O()); + } + var $x_1 = h; + } + return new $c_Lfeatherweightgo_model_ast_MethodCall($x_2, mn, types, $x_1); } else if ((e instanceof $c_Lfeatherweightgo_model_ast_TypeAssertion)) { var x11 = $as_Lfeatherweightgo_model_ast_TypeAssertion(e); var expression$4 = $n(x11).Lfeatherweightgo_model_ast_TypeAssertion__f_expression; var tn = $n(x11).Lfeatherweightgo_model_ast_TypeAssertion__f_typ; - return new $c_Lfeatherweightgo_model_ast_TypeAssertion($p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_model_ast_Expression__sci_Map__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression($thiz, expression$4, variables$1, expression$2), tn) + return new $c_Lfeatherweightgo_model_ast_TypeAssertion($p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_model_ast_Expression__sci_Map__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression($thiz, expression$4, variables$1, expression$2), tn); } else if ((e instanceof $c_Lfeatherweightgo_model_ast_StructureLiteral)) { var x12 = $as_Lfeatherweightgo_model_ast_StructureLiteral(e); var stn = $n(x12).Lfeatherweightgo_model_ast_StructureLiteral__f_structureType; @@ -10634,10 +10135,10 @@ function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_m var this$4 = $n(arguments$2); var f$1 = ((e$3$2) => { var e$3 = $as_Lfeatherweightgo_model_ast_Expression(e$3$2); - return $p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_model_ast_Expression__sci_Map__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression($thiz, e$3, variables$1, expression$2) + return $p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_model_ast_Expression__sci_Map__Lfeatherweightgo_model_ast_Expression__Lfeatherweightgo_model_ast_Expression($thiz, e$3, variables$1, expression$2); }); if ((this$4 === $m_sci_Nil$())) { - var $x_3 = $m_sci_Nil$() + var $x_3 = $m_sci_Nil$(); } else { var arg1$2 = this$4.head__O(); var h$1 = new $c_sci_$colon$colon(f$1(arg1$2), $m_sci_Nil$()); @@ -10648,66 +10149,58 @@ function $p_Lfeatherweightgo_evaluator_EvaluatorImpl__loop$1__Lfeatherweightgo_m var nx$1 = new $c_sci_$colon$colon(f$1(arg1$3), $m_sci_Nil$()); $n(t$1).sci_$colon$colon__f_next = nx$1; t$1 = nx$1; - rest$1 = $as_sci_List($n(rest$1).tail__O()) - }; - var $x_3 = h$1 - }; - return new $c_Lfeatherweightgo_model_ast_StructureLiteral(stn, $x_3) + rest$1 = $as_sci_List($n(rest$1).tail__O()); + } + var $x_3 = h$1; + } + return new $c_Lfeatherweightgo_model_ast_StructureLiteral(stn, $x_3); } else { - throw new $c_s_MatchError(e) + throw new $c_s_MatchError(e); } } /** @constructor */ function $c_Lfeatherweightgo_evaluator_EvaluatorImpl() { - /**/ } $c_Lfeatherweightgo_evaluator_EvaluatorImpl.prototype = new $h_O(); $c_Lfeatherweightgo_evaluator_EvaluatorImpl.prototype.constructor = $c_Lfeatherweightgo_evaluator_EvaluatorImpl; /** @constructor */ function $h_Lfeatherweightgo_evaluator_EvaluatorImpl() { - /**/ } $h_Lfeatherweightgo_evaluator_EvaluatorImpl.prototype = $c_Lfeatherweightgo_evaluator_EvaluatorImpl.prototype; $c_Lfeatherweightgo_evaluator_EvaluatorImpl.prototype.eval__Lfeatherweightgo_model_ast_Main__s_util_Either = (function(main) { var declarations = $n(main).Lfeatherweightgo_model_ast_Main__f_declarations; - return $p_Lfeatherweightgo_evaluator_EvaluatorImpl__innerEval$1__Lfeatherweightgo_model_ast_Expression__sci_List__s_util_Either(this, $n(main).Lfeatherweightgo_model_ast_Main__f_main, declarations) + return $p_Lfeatherweightgo_evaluator_EvaluatorImpl__innerEval$1__Lfeatherweightgo_model_ast_Expression__sci_List__s_util_Either(this, $n(main).Lfeatherweightgo_model_ast_Main__f_main, declarations); }); -var $d_Lfeatherweightgo_evaluator_EvaluatorImpl = new $TypeData().initClass({ - Lfeatherweightgo_evaluator_EvaluatorImpl: 0 -}, false, "featherweightgo.evaluator.EvaluatorImpl", { +var $d_Lfeatherweightgo_evaluator_EvaluatorImpl = new $TypeData().initClass($c_Lfeatherweightgo_evaluator_EvaluatorImpl, "featherweightgo.evaluator.EvaluatorImpl", ({ Lfeatherweightgo_evaluator_EvaluatorImpl: 1, - O: 1, Lfeatherweightgo_evaluator_Evaluator: 1 -}); -$c_Lfeatherweightgo_evaluator_EvaluatorImpl.prototype.$classData = $d_Lfeatherweightgo_evaluator_EvaluatorImpl; +})); /** @constructor */ function $c_Lfeatherweightgo_model_error_FGError$FGTypeError$() { - /**/ } $c_Lfeatherweightgo_model_error_FGError$FGTypeError$.prototype = new $h_O(); $c_Lfeatherweightgo_model_error_FGError$FGTypeError$.prototype.constructor = $c_Lfeatherweightgo_model_error_FGError$FGTypeError$; /** @constructor */ function $h_Lfeatherweightgo_model_error_FGError$FGTypeError$() { - /**/ } $h_Lfeatherweightgo_model_error_FGError$FGTypeError$.prototype = $c_Lfeatherweightgo_model_error_FGError$FGTypeError$.prototype; $c_Lfeatherweightgo_model_error_FGError$FGTypeError$.prototype.apply__Lfeatherweightgo_model_ast_VariableName__Lfeatherweightgo_model_typer_Environment__Lfeatherweightgo_model_error_FGError$FGTypeError = (function(variableName, environment) { - return new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((((("The variable[" + $n(variableName).Lfeatherweightgo_model_ast_VariableName__f_value) + "]'s type is not found in the type environment[") + environment) + "]!"), null) + return new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((((("The variable[" + $n(variableName).Lfeatherweightgo_model_ast_VariableName__f_value) + "]'s type is not found in the type environment[") + environment) + "]!"), null); }); $c_Lfeatherweightgo_model_error_FGError$FGTypeError$.prototype.apply__Lfeatherweightgo_model_ast_TypeName__Lfeatherweightgo_model_ast_MethodName__Lfeatherweightgo_model_error_FGError$FGTypeError = (function(interfaceName, methodName) { - return new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((((("The interface[" + $n(interfaceName).value__T()) + "] doesn't have the method[") + $n(methodName).Lfeatherweightgo_model_ast_MethodName__f_value) + "]!"), null) + return new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((((("The interface[" + $n(interfaceName).value__T()) + "] doesn't have the method[") + $n(methodName).Lfeatherweightgo_model_ast_MethodName__f_value) + "]!"), null); }); $c_Lfeatherweightgo_model_error_FGError$FGTypeError$.prototype.apply__Lfeatherweightgo_model_ast_TypeName__Lfeatherweightgo_model_ast_FieldName__Lfeatherweightgo_model_error_FGError$FGTypeError = (function(structureName, fieldName) { - return new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((((("The structure[" + $n(structureName).value__T()) + "] doesn't have the field[") + $n(fieldName).Lfeatherweightgo_model_ast_FieldName__f_value) + "]!"), null) + return new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((((("The structure[" + $n(structureName).value__T()) + "] doesn't have the field[") + $n(fieldName).Lfeatherweightgo_model_ast_FieldName__f_value) + "]!"), null); }); $c_Lfeatherweightgo_model_error_FGError$FGTypeError$.prototype.apply__sci_List__sci_List__Lfeatherweightgo_model_error_FGError$FGTypeError = (function(foundTypes, expectedTypes) { var this$1 = $n(foundTypes); var f = ((x$1$2) => { var x$1 = $as_Lfeatherweightgo_model_ast_TypeName(x$1$2); - return $n(x$1).value__T() + return $n(x$1).value__T(); }); if ((this$1 === $m_sci_Nil$())) { - var $x_2 = $m_sci_Nil$() + var $x_2 = $m_sci_Nil$(); } else { var arg1 = this$1.head__O(); var h = new $c_sci_$colon$colon(f(arg1), $m_sci_Nil$()); @@ -10718,19 +10211,19 @@ $c_Lfeatherweightgo_model_error_FGError$FGTypeError$.prototype.apply__sci_List__ var nx = new $c_sci_$colon$colon(f(arg1$1), $m_sci_Nil$()); $n(t).sci_$colon$colon__f_next = nx; t = nx; - rest = $as_sci_List($n(rest).tail__O()) - }; - var $x_2 = h - }; + rest = $as_sci_List($n(rest).tail__O()); + } + var $x_2 = h; + } var this$3 = $n($x_2); var $x_3 = $f_sc_IterableOnceOps__mkString__T__T__T__T(this$3, "", ", ", ""); var this$5 = $n(expectedTypes); var f$1 = ((x$2$2) => { var x$2 = $as_Lfeatherweightgo_model_ast_TypeName(x$2$2); - return $n(x$2).value__T() + return $n(x$2).value__T(); }); if ((this$5 === $m_sci_Nil$())) { - var $x_1 = $m_sci_Nil$() + var $x_1 = $m_sci_Nil$(); } else { var arg1$2 = this$5.head__O(); var h$1 = new $c_sci_$colon$colon(f$1(arg1$2), $m_sci_Nil$()); @@ -10741,56 +10234,47 @@ $c_Lfeatherweightgo_model_error_FGError$FGTypeError$.prototype.apply__sci_List__ var nx$1 = new $c_sci_$colon$colon(f$1(arg1$3), $m_sci_Nil$()); $n(t$1).sci_$colon$colon__f_next = nx$1; t$1 = nx$1; - rest$1 = $as_sci_List($n(rest$1).tail__O()) - }; - var $x_1 = h$1 - }; + rest$1 = $as_sci_List($n(rest$1).tail__O()); + } + var $x_1 = h$1; + } var this$6 = $n($x_1); - return new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((((("Found types are [" + $x_3) + "] but expected type is [") + $f_sc_IterableOnceOps__mkString__T__T__T__T(this$6, "", ", ", "")) + "]!"), null) + return new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((((("Found types are [" + $x_3) + "] but expected type is [") + $f_sc_IterableOnceOps__mkString__T__T__T__T(this$6, "", ", ", "")) + "]!"), null); }); -var $d_Lfeatherweightgo_model_error_FGError$FGTypeError$ = new $TypeData().initClass({ - Lfeatherweightgo_model_error_FGError$FGTypeError$: 0 -}, false, "featherweightgo.model.error.FGError$FGTypeError$", { +var $d_Lfeatherweightgo_model_error_FGError$FGTypeError$ = new $TypeData().initClass($c_Lfeatherweightgo_model_error_FGError$FGTypeError$, "featherweightgo.model.error.FGError$FGTypeError$", ({ Lfeatherweightgo_model_error_FGError$FGTypeError$: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_error_FGError$FGTypeError$.prototype.$classData = $d_Lfeatherweightgo_model_error_FGError$FGTypeError$; +})); var $n_Lfeatherweightgo_model_error_FGError$FGTypeError$; function $m_Lfeatherweightgo_model_error_FGError$FGTypeError$() { if ((!$n_Lfeatherweightgo_model_error_FGError$FGTypeError$)) { - $n_Lfeatherweightgo_model_error_FGError$FGTypeError$ = new $c_Lfeatherweightgo_model_error_FGError$FGTypeError$() - }; - return $n_Lfeatherweightgo_model_error_FGError$FGTypeError$ + $n_Lfeatherweightgo_model_error_FGError$FGTypeError$ = new $c_Lfeatherweightgo_model_error_FGError$FGTypeError$(); + } + return $n_Lfeatherweightgo_model_error_FGError$FGTypeError$; } /** @constructor */ function $c_Lfeatherweightgo_model_typer_Checking$$$Lambda$1(f) { this.Lfeatherweightgo_model_typer_Checking$$$Lambda$1__f_f = null; - this.Lfeatherweightgo_model_typer_Checking$$$Lambda$1__f_f = f + this.Lfeatherweightgo_model_typer_Checking$$$Lambda$1__f_f = f; } $c_Lfeatherweightgo_model_typer_Checking$$$Lambda$1.prototype = new $h_O(); $c_Lfeatherweightgo_model_typer_Checking$$$Lambda$1.prototype.constructor = $c_Lfeatherweightgo_model_typer_Checking$$$Lambda$1; /** @constructor */ function $h_Lfeatherweightgo_model_typer_Checking$$$Lambda$1() { - /**/ } $h_Lfeatherweightgo_model_typer_Checking$$$Lambda$1.prototype = $c_Lfeatherweightgo_model_typer_Checking$$$Lambda$1.prototype; $c_Lfeatherweightgo_model_typer_Checking$$$Lambda$1.prototype.isOk__O__Lfeatherweightgo_model_typer_TypeBound__Z = (function(a$3, typeBound) { - return $uZ((0, this.Lfeatherweightgo_model_typer_Checking$$$Lambda$1__f_f)(a$3, typeBound)) + return $uZ((0, this.Lfeatherweightgo_model_typer_Checking$$$Lambda$1__f_f)(a$3, typeBound)); }); -var $d_Lfeatherweightgo_model_typer_Checking$$$Lambda$1 = new $TypeData().initClass({ - Lfeatherweightgo_model_typer_Checking$$$Lambda$1: 0 -}, false, "featherweightgo.model.typer.Checking$$$Lambda$1", { +var $d_Lfeatherweightgo_model_typer_Checking$$$Lambda$1 = new $TypeData().initClass($c_Lfeatherweightgo_model_typer_Checking$$$Lambda$1, "featherweightgo.model.typer.Checking$$$Lambda$1", ({ Lfeatherweightgo_model_typer_Checking$$$Lambda$1: 1, - O: 1, Lfeatherweightgo_model_typer_Checking: 1 -}); -$c_Lfeatherweightgo_model_typer_Checking$$$Lambda$1.prototype.$classData = $d_Lfeatherweightgo_model_typer_Checking$$$Lambda$1; +})); function $p_Lfeatherweightgo_model_typer_Implement$__failure__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__s_util_Try($thiz, lhs, rhs) { - return new $c_s_util_Failure(new $c_Lfeatherweightgo_model_typer_Implement$CheckingError(lhs, rhs, null, null)) + return new $c_s_util_Failure(new $c_Lfeatherweightgo_model_typer_Implement$CheckingError(lhs, rhs, null, null)); } function $p_Lfeatherweightgo_model_typer_Implement$__getAndPrintError__s_util_Try__Z($thiz, t) { - return $n($n(t).recoverWith__s_PartialFunction__s_util_Try(new $c_Lfeatherweightgo_model_typer_Implement$$anonfun$getAndPrintError$1())).isSuccess__Z() + return $n($n(t).recoverWith__s_PartialFunction__s_util_Try(new $c_Lfeatherweightgo_model_typer_Implement$$anonfun$getAndPrintError$1())).isSuccess__Z(); } function $p_Lfeatherweightgo_model_typer_Implement$__loop$1__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__sci_List__Lfeatherweightgo_model_typer_TypeBound__s_util_Try($thiz, lhs, rhs, declarations$1, typeBound$1) { while (true) { @@ -10804,7 +10288,7 @@ function $p_Lfeatherweightgo_model_typer_Implement$__loop$1__Lfeatherweightgo_mo var typ = $as_Lfeatherweightgo_model_ast_Type($n(x2$2).s_Some__f_value); lhs = typ; rhs = _2; - continue + continue; } else { var x = $m_s_None$(); if (((x === x1$2) && $n($n(x2).Lfeatherweightgo_model_ast_AnyNamedType__f_types).isEmpty__Z())) { @@ -10812,12 +10296,12 @@ function $p_Lfeatherweightgo_model_typer_Implement$__loop$1__Lfeatherweightgo_mo var temp$lhs$2 = new $c_Lfeatherweightgo_model_ast_TypeParameter($n(this$1.Lfeatherweightgo_model_ast_AnyNamedType__f_typeName).value__T()); lhs = temp$lhs$2; rhs = _2; - continue + continue; } else { - return $p_Lfeatherweightgo_model_typer_Implement$__failure__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__s_util_Try($m_Lfeatherweightgo_model_typer_Implement$(), lhs, _2) + return $p_Lfeatherweightgo_model_typer_Implement$__failure__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__s_util_Try($m_Lfeatherweightgo_model_typer_Implement$(), lhs, _2); } } - }; + } if ((_2 instanceof $c_Lfeatherweightgo_model_ast_AnyNamedType)) { var x3 = $as_Lfeatherweightgo_model_ast_AnyNamedType(_2); var x1$3 = $m_Lfeatherweightgo_util_Utils$().lookupAnyType__Lfeatherweightgo_model_ast_AnyNamedType__sci_List__s_Option(x3, declarations$1); @@ -10826,7 +10310,7 @@ function $p_Lfeatherweightgo_model_typer_Implement$__loop$1__Lfeatherweightgo_mo var typ$2 = $as_Lfeatherweightgo_model_ast_Type($n(x2$3).s_Some__f_value); lhs = _1; rhs = typ$2; - continue + continue; } else { var x$3 = $m_s_None$(); if (((x$3 === x1$3) && $n($n(x3).Lfeatherweightgo_model_ast_AnyNamedType__f_types).isEmpty__Z())) { @@ -10834,21 +10318,21 @@ function $p_Lfeatherweightgo_model_typer_Implement$__loop$1__Lfeatherweightgo_mo var temp$rhs$4 = new $c_Lfeatherweightgo_model_ast_TypeParameter($n(this$2.Lfeatherweightgo_model_ast_AnyNamedType__f_typeName).value__T()); lhs = _1; rhs = temp$rhs$4; - continue + continue; } else { - return $p_Lfeatherweightgo_model_typer_Implement$__failure__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__s_util_Try($m_Lfeatherweightgo_model_typer_Implement$(), _1, rhs) + return $p_Lfeatherweightgo_model_typer_Implement$__failure__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__s_util_Try($m_Lfeatherweightgo_model_typer_Implement$(), _1, rhs); } } - }; + } if ((_1 instanceof $c_Lfeatherweightgo_model_ast_TypeParameter)) { var x6 = $as_Lfeatherweightgo_model_ast_TypeParameter(_1); var n1 = $n(x6).Lfeatherweightgo_model_ast_TypeParameter__f_typeName; if ((_2 instanceof $c_Lfeatherweightgo_model_ast_TypeParameter)) { var x7 = $as_Lfeatherweightgo_model_ast_TypeParameter(_2); var n2 = $n(x7).Lfeatherweightgo_model_ast_TypeParameter__f_typeName; - return ((n1 === n2) ? $m_Lfeatherweightgo_model_typer_Implement$().Lfeatherweightgo_model_typer_Implement$__f_success : $p_Lfeatherweightgo_model_typer_Implement$__failure__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__s_util_Try($m_Lfeatherweightgo_model_typer_Implement$(), lhs, rhs)) + return ((n1 === n2) ? $m_Lfeatherweightgo_model_typer_Implement$().Lfeatherweightgo_model_typer_Implement$__f_success : $p_Lfeatherweightgo_model_typer_Implement$__failure__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__s_util_Try($m_Lfeatherweightgo_model_typer_Implement$(), lhs, rhs)); } - }; + } if ((_1 instanceof $c_Lfeatherweightgo_model_ast_AbstractStructureType)) { var x8 = $as_Lfeatherweightgo_model_ast_AbstractStructureType(_1); if ((_2 instanceof $c_Lfeatherweightgo_model_ast_AbstractStructureType)) { @@ -10856,54 +10340,54 @@ function $p_Lfeatherweightgo_model_typer_Implement$__loop$1__Lfeatherweightgo_mo var x$5 = $n(x8).structureTypeName__Lfeatherweightgo_model_ast_StructureTypeName(); var x$6 = $n(x9).structureTypeName__Lfeatherweightgo_model_ast_StructureTypeName(); if ((((x$5 === null) ? (x$6 === null) : $n(x$5).equals__O__Z(x$6)) && $p_Lfeatherweightgo_model_typer_Implement$__checkTypesRecursive$1__sci_List__sci_List__sci_List__Lfeatherweightgo_model_typer_TypeBound__Z($thiz, $n(x8).types__sci_List(), $n(x9).types__sci_List(), declarations$1, typeBound$1))) { - return $m_Lfeatherweightgo_model_typer_Implement$().Lfeatherweightgo_model_typer_Implement$__f_success + return $m_Lfeatherweightgo_model_typer_Implement$().Lfeatherweightgo_model_typer_Implement$__f_success; } else { - return $p_Lfeatherweightgo_model_typer_Implement$__failure__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__s_util_Try($m_Lfeatherweightgo_model_typer_Implement$(), x8, x9) + return $p_Lfeatherweightgo_model_typer_Implement$__failure__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__s_util_Try($m_Lfeatherweightgo_model_typer_Implement$(), x8, x9); } } - }; + } if ((_1 instanceof $c_Lfeatherweightgo_model_ast_AbstractStructureType)) { var x10 = $as_Lfeatherweightgo_model_ast_AbstractStructureType(_1); if ((_2 instanceof $c_Lfeatherweightgo_model_ast_InterfaceType)) { var x11 = $as_Lfeatherweightgo_model_ast_InterfaceType(_2); - return ($m_Lfeatherweightgo_util_Utils$().methodsInSet__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_typer_TypeBound__sci_List__Z(x10, x11, typeBound$1, declarations$1) ? $m_Lfeatherweightgo_model_typer_Implement$().Lfeatherweightgo_model_typer_Implement$__f_success : $p_Lfeatherweightgo_model_typer_Implement$__failure__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__s_util_Try($m_Lfeatherweightgo_model_typer_Implement$(), x10, x11)) + return ($m_Lfeatherweightgo_util_Utils$().methodsInSet__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_typer_TypeBound__sci_List__Z(x10, x11, typeBound$1, declarations$1) ? $m_Lfeatherweightgo_model_typer_Implement$().Lfeatherweightgo_model_typer_Implement$__f_success : $p_Lfeatherweightgo_model_typer_Implement$__failure__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__s_util_Try($m_Lfeatherweightgo_model_typer_Implement$(), x10, x11)); } - }; + } if ((_1 instanceof $c_Lfeatherweightgo_model_ast_InterfaceType)) { var x12 = $as_Lfeatherweightgo_model_ast_InterfaceType(_1); if ((_2 instanceof $c_Lfeatherweightgo_model_ast_InterfaceType)) { var x13 = $as_Lfeatherweightgo_model_ast_InterfaceType(_2); - return ($m_Lfeatherweightgo_util_Utils$().methodsInSet__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_typer_TypeBound__sci_List__Z(x12, x13, typeBound$1, declarations$1) ? $m_Lfeatherweightgo_model_typer_Implement$().Lfeatherweightgo_model_typer_Implement$__f_success : $p_Lfeatherweightgo_model_typer_Implement$__failure__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__s_util_Try($m_Lfeatherweightgo_model_typer_Implement$(), x12, x13)) + return ($m_Lfeatherweightgo_util_Utils$().methodsInSet__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_typer_TypeBound__sci_List__Z(x12, x13, typeBound$1, declarations$1) ? $m_Lfeatherweightgo_model_typer_Implement$().Lfeatherweightgo_model_typer_Implement$__f_success : $p_Lfeatherweightgo_model_typer_Implement$__failure__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__s_util_Try($m_Lfeatherweightgo_model_typer_Implement$(), x12, x13)); } - }; + } if ((_1 instanceof $c_Lfeatherweightgo_model_ast_TypeParameter)) { var x14 = $as_Lfeatherweightgo_model_ast_TypeParameter(_1); if ((_2 instanceof $c_Lfeatherweightgo_model_ast_InterfaceType)) { var x15 = $as_Lfeatherweightgo_model_ast_InterfaceType(_2); - return ($m_Lfeatherweightgo_util_Utils$().methodsInSet__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_typer_TypeBound__sci_List__Z(x14, x15, typeBound$1, declarations$1) ? $m_Lfeatherweightgo_model_typer_Implement$().Lfeatherweightgo_model_typer_Implement$__f_success : $p_Lfeatherweightgo_model_typer_Implement$__failure__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__s_util_Try($m_Lfeatherweightgo_model_typer_Implement$(), x14, x15)) + return ($m_Lfeatherweightgo_util_Utils$().methodsInSet__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_typer_TypeBound__sci_List__Z(x14, x15, typeBound$1, declarations$1) ? $m_Lfeatherweightgo_model_typer_Implement$().Lfeatherweightgo_model_typer_Implement$__f_success : $p_Lfeatherweightgo_model_typer_Implement$__failure__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__s_util_Try($m_Lfeatherweightgo_model_typer_Implement$(), x14, x15)); } - }; + } if ((_1 instanceof $c_Lfeatherweightgo_model_ast_InterfaceType)) { var x16 = $as_Lfeatherweightgo_model_ast_InterfaceType(_1); if ((_2 instanceof $c_Lfeatherweightgo_model_ast_TypeParameter)) { var x17 = $as_Lfeatherweightgo_model_ast_TypeParameter(_2); - return ($m_Lfeatherweightgo_util_Utils$().methodsInSet__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_typer_TypeBound__sci_List__Z(x16, x17, typeBound$1, declarations$1) ? $m_Lfeatherweightgo_model_typer_Implement$().Lfeatherweightgo_model_typer_Implement$__f_success : $p_Lfeatherweightgo_model_typer_Implement$__failure__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__s_util_Try($m_Lfeatherweightgo_model_typer_Implement$(), x16, x17)) + return ($m_Lfeatherweightgo_util_Utils$().methodsInSet__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_typer_TypeBound__sci_List__Z(x16, x17, typeBound$1, declarations$1) ? $m_Lfeatherweightgo_model_typer_Implement$().Lfeatherweightgo_model_typer_Implement$__f_success : $p_Lfeatherweightgo_model_typer_Implement$__failure__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__s_util_Try($m_Lfeatherweightgo_model_typer_Implement$(), x16, x17)); } - }; + } if ((_1 instanceof $c_Lfeatherweightgo_model_ast_TypeParameter)) { var x$7 = $m_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$(); if ((x$7 === _2)) { - var $x_1 = true + var $x_1 = true; } else { var x$9 = $m_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$(); - var $x_1 = (x$9 === _2) + var $x_1 = (x$9 === _2); } } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { - return $m_Lfeatherweightgo_model_typer_Implement$().Lfeatherweightgo_model_typer_Implement$__f_success - }; + return $m_Lfeatherweightgo_model_typer_Implement$().Lfeatherweightgo_model_typer_Implement$__f_success; + } var this$4 = $m_s_Console$(); var this$5 = $n(this$4.out__Ljava_io_PrintStream()); this$5.java$lang$JSConsoleBasedPrintStream$$printString__T__V("matching failed!\n"); @@ -10931,7 +10415,7 @@ function $p_Lfeatherweightgo_model_typer_Implement$__loop$1__Lfeatherweightgo_mo var $x_7 = this$14.Lpprint_PPrinter__f_defaultEscapeUnicode; var this$15 = $m_Lpprint_package$(); $n($x_11).pprintln__O__I__I__I__I__Z__Z__V(_2, $x_10, $x_9, $x_8, 0, $x_7, this$15.Lpprint_PPrinter__f_defaultShowFieldNames); - return $p_Lfeatherweightgo_model_typer_Implement$__failure__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__s_util_Try($m_Lfeatherweightgo_model_typer_Implement$(), _1, _2) + return $p_Lfeatherweightgo_model_typer_Implement$__failure__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__s_util_Try($m_Lfeatherweightgo_model_typer_Implement$(), _1, _2); } } function $p_Lfeatherweightgo_model_typer_Implement$__checkTypesRecursive$1__sci_List__sci_List__sci_List__Lfeatherweightgo_model_typer_TypeBound__Z($thiz, ltypse, rtypes, declarations$1, typeBound$1) { @@ -10943,89 +10427,78 @@ function $p_Lfeatherweightgo_model_typer_Implement$__checkTypesRecursive$1__sci_ var arg1 = $n(these).head__O(); var x0$1 = $as_T2(arg1); if ((x0$1 === null)) { - throw new $c_s_MatchError(x0$1) - }; + throw new $c_s_MatchError(x0$1); + } var l = $as_Lfeatherweightgo_model_ast_Type($n(x0$1)._1__O()); var r = $as_Lfeatherweightgo_model_ast_Type($n(x0$1)._2__O()); if ((!$p_Lfeatherweightgo_model_typer_Implement$__getAndPrintError__s_util_Try__Z($m_Lfeatherweightgo_model_typer_Implement$(), $p_Lfeatherweightgo_model_typer_Implement$__loop$1__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__sci_List__Lfeatherweightgo_model_typer_TypeBound__s_util_Try($thiz, l, r, declarations$1, typeBound$1)))) { - return false - }; - these = $as_sci_List($n(these).tail__O()) - }; - return true + return false; + } + these = $as_sci_List($n(these).tail__O()); + } + return true; } else { - return false + return false; } } /** @constructor */ function $c_Lfeatherweightgo_model_typer_Implement$() { this.Lfeatherweightgo_model_typer_Implement$__f_success = null; $n_Lfeatherweightgo_model_typer_Implement$ = this; - this.Lfeatherweightgo_model_typer_Implement$__f_success = new $c_s_util_Success((void 0)) + this.Lfeatherweightgo_model_typer_Implement$__f_success = new $c_s_util_Success((void 0)); } $c_Lfeatherweightgo_model_typer_Implement$.prototype = new $h_O(); $c_Lfeatherweightgo_model_typer_Implement$.prototype.constructor = $c_Lfeatherweightgo_model_typer_Implement$; /** @constructor */ function $h_Lfeatherweightgo_model_typer_Implement$() { - /**/ } $h_Lfeatherweightgo_model_typer_Implement$.prototype = $c_Lfeatherweightgo_model_typer_Implement$.prototype; $c_Lfeatherweightgo_model_typer_Implement$.prototype.checkingInstance__sci_List__Lfeatherweightgo_model_typer_Checking = (function(declarations) { return new $c_Lfeatherweightgo_model_typer_Implement$$$Lambda$1(((value$2, typeBound$2) => { var value = $as_Lfeatherweightgo_model_typer_Implement(value$2); var typeBound = $as_Lfeatherweightgo_model_typer_TypeBound(typeBound$2); - return $p_Lfeatherweightgo_model_typer_Implement$__getAndPrintError__s_util_Try__Z($m_Lfeatherweightgo_model_typer_Implement$(), $p_Lfeatherweightgo_model_typer_Implement$__loop$1__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__sci_List__Lfeatherweightgo_model_typer_TypeBound__s_util_Try(this, $n(value).Lfeatherweightgo_model_typer_Implement__f_lhs, $n(value).Lfeatherweightgo_model_typer_Implement__f_rhs, declarations, typeBound)) - })) + return $p_Lfeatherweightgo_model_typer_Implement$__getAndPrintError__s_util_Try__Z($m_Lfeatherweightgo_model_typer_Implement$(), $p_Lfeatherweightgo_model_typer_Implement$__loop$1__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type__sci_List__Lfeatherweightgo_model_typer_TypeBound__s_util_Try(this, $n(value).Lfeatherweightgo_model_typer_Implement__f_lhs, $n(value).Lfeatherweightgo_model_typer_Implement__f_rhs, declarations, typeBound)); + })); }); -var $d_Lfeatherweightgo_model_typer_Implement$ = new $TypeData().initClass({ - Lfeatherweightgo_model_typer_Implement$: 0 -}, false, "featherweightgo.model.typer.Implement$", { +var $d_Lfeatherweightgo_model_typer_Implement$ = new $TypeData().initClass($c_Lfeatherweightgo_model_typer_Implement$, "featherweightgo.model.typer.Implement$", ({ Lfeatherweightgo_model_typer_Implement$: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_typer_Implement$.prototype.$classData = $d_Lfeatherweightgo_model_typer_Implement$; +})); var $n_Lfeatherweightgo_model_typer_Implement$; function $m_Lfeatherweightgo_model_typer_Implement$() { if ((!$n_Lfeatherweightgo_model_typer_Implement$)) { - $n_Lfeatherweightgo_model_typer_Implement$ = new $c_Lfeatherweightgo_model_typer_Implement$() - }; - return $n_Lfeatherweightgo_model_typer_Implement$ + $n_Lfeatherweightgo_model_typer_Implement$ = new $c_Lfeatherweightgo_model_typer_Implement$(); + } + return $n_Lfeatherweightgo_model_typer_Implement$; } /** @constructor */ function $c_Lfeatherweightgo_model_typer_Implement$$$Lambda$1(f) { this.Lfeatherweightgo_model_typer_Implement$$$Lambda$1__f_f = null; - this.Lfeatherweightgo_model_typer_Implement$$$Lambda$1__f_f = f + this.Lfeatherweightgo_model_typer_Implement$$$Lambda$1__f_f = f; } $c_Lfeatherweightgo_model_typer_Implement$$$Lambda$1.prototype = new $h_O(); $c_Lfeatherweightgo_model_typer_Implement$$$Lambda$1.prototype.constructor = $c_Lfeatherweightgo_model_typer_Implement$$$Lambda$1; /** @constructor */ function $h_Lfeatherweightgo_model_typer_Implement$$$Lambda$1() { - /**/ } $h_Lfeatherweightgo_model_typer_Implement$$$Lambda$1.prototype = $c_Lfeatherweightgo_model_typer_Implement$$$Lambda$1.prototype; $c_Lfeatherweightgo_model_typer_Implement$$$Lambda$1.prototype.isOk__O__Lfeatherweightgo_model_typer_TypeBound__Z = (function(a, typeBound$3) { - return $uZ((0, this.Lfeatherweightgo_model_typer_Implement$$$Lambda$1__f_f)(a, typeBound$3)) + return $uZ((0, this.Lfeatherweightgo_model_typer_Implement$$$Lambda$1__f_f)(a, typeBound$3)); }); -var $d_Lfeatherweightgo_model_typer_Implement$$$Lambda$1 = new $TypeData().initClass({ - Lfeatherweightgo_model_typer_Implement$$$Lambda$1: 0 -}, false, "featherweightgo.model.typer.Implement$$$Lambda$1", { +var $d_Lfeatherweightgo_model_typer_Implement$$$Lambda$1 = new $TypeData().initClass($c_Lfeatherweightgo_model_typer_Implement$$$Lambda$1, "featherweightgo.model.typer.Implement$$$Lambda$1", ({ Lfeatherweightgo_model_typer_Implement$$$Lambda$1: 1, - O: 1, Lfeatherweightgo_model_typer_Checking: 1 -}); -$c_Lfeatherweightgo_model_typer_Implement$$$Lambda$1.prototype.$classData = $d_Lfeatherweightgo_model_typer_Implement$$$Lambda$1; +})); /** @constructor */ function $c_Lfeatherweightgo_model_typer_TypeBound$() { this.Lfeatherweightgo_model_typer_TypeBound$__f_empty = null; $n_Lfeatherweightgo_model_typer_TypeBound$ = this; - this.Lfeatherweightgo_model_typer_TypeBound$__f_empty = new $c_Lfeatherweightgo_model_typer_TypeBound(($n($m_s_Predef$().s_Predef$__f_Map), $m_sci_Map$EmptyMap$())) + this.Lfeatherweightgo_model_typer_TypeBound$__f_empty = new $c_Lfeatherweightgo_model_typer_TypeBound($m_sci_Map$EmptyMap$()); } $c_Lfeatherweightgo_model_typer_TypeBound$.prototype = new $h_O(); $c_Lfeatherweightgo_model_typer_TypeBound$.prototype.constructor = $c_Lfeatherweightgo_model_typer_TypeBound$; /** @constructor */ function $h_Lfeatherweightgo_model_typer_TypeBound$() { - /**/ } $h_Lfeatherweightgo_model_typer_TypeBound$.prototype = $c_Lfeatherweightgo_model_typer_TypeBound$.prototype; $c_Lfeatherweightgo_model_typer_TypeBound$.prototype.fromTypeFormals__sci_List__Lfeatherweightgo_model_typer_TypeBound = (function(typeFormals) { @@ -11034,10 +10507,10 @@ $c_Lfeatherweightgo_model_typer_TypeBound$.prototype.fromTypeFormals__sci_List__ var typeFormal = $as_Lfeatherweightgo_model_ast_TypeFormal(typeFormal$2); var self = $n(typeFormal).Lfeatherweightgo_model_ast_TypeFormal__f_typeParameter; var y = $n(typeFormal).Lfeatherweightgo_model_ast_TypeFormal__f_interfaceType; - return new $c_T2(self, y) + return new $c_T2(self, y); }); if ((this$4 === $m_sci_Nil$())) { - var $x_1 = $m_sci_Nil$() + var $x_1 = $m_sci_Nil$(); } else { var arg1 = this$4.head__O(); var h = new $c_sci_$colon$colon(f(arg1), $m_sci_Nil$()); @@ -11048,39 +10521,34 @@ $c_Lfeatherweightgo_model_typer_TypeBound$.prototype.fromTypeFormals__sci_List__ var nx = new $c_sci_$colon$colon(f(arg1$1), $m_sci_Nil$()); $n(t).sci_$colon$colon__f_next = nx; t = nx; - rest = $as_sci_List($n(rest).tail__O()) - }; - var $x_1 = h - }; + rest = $as_sci_List($n(rest).tail__O()); + } + var $x_1 = h; + } var this$6 = $n($x_1); var this$5 = $m_s_$less$colon$less$(); - return new $c_Lfeatherweightgo_model_typer_TypeBound($m_sci_Map$().from__sc_IterableOnce__sci_Map(this$6)) + return new $c_Lfeatherweightgo_model_typer_TypeBound($m_sci_Map$().from__sc_IterableOnce__sci_Map(this$6)); }); -var $d_Lfeatherweightgo_model_typer_TypeBound$ = new $TypeData().initClass({ - Lfeatherweightgo_model_typer_TypeBound$: 0 -}, false, "featherweightgo.model.typer.TypeBound$", { +var $d_Lfeatherweightgo_model_typer_TypeBound$ = new $TypeData().initClass($c_Lfeatherweightgo_model_typer_TypeBound$, "featherweightgo.model.typer.TypeBound$", ({ Lfeatherweightgo_model_typer_TypeBound$: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_typer_TypeBound$.prototype.$classData = $d_Lfeatherweightgo_model_typer_TypeBound$; +})); var $n_Lfeatherweightgo_model_typer_TypeBound$; function $m_Lfeatherweightgo_model_typer_TypeBound$() { if ((!$n_Lfeatherweightgo_model_typer_TypeBound$)) { - $n_Lfeatherweightgo_model_typer_TypeBound$ = new $c_Lfeatherweightgo_model_typer_TypeBound$() - }; - return $n_Lfeatherweightgo_model_typer_TypeBound$ + $n_Lfeatherweightgo_model_typer_TypeBound$ = new $c_Lfeatherweightgo_model_typer_TypeBound$(); + } + return $n_Lfeatherweightgo_model_typer_TypeBound$; } /** @constructor */ function $c_Lfeatherweightgo_parser_ParserImpl() { this.Lfeatherweightgo_parser_ParserImpl__f_parserImpl = null; - this.Lfeatherweightgo_parser_ParserImpl__f_parserImpl = new $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl() + this.Lfeatherweightgo_parser_ParserImpl__f_parserImpl = new $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl(); } $c_Lfeatherweightgo_parser_ParserImpl.prototype = new $h_O(); $c_Lfeatherweightgo_parser_ParserImpl.prototype.constructor = $c_Lfeatherweightgo_parser_ParserImpl; /** @constructor */ function $h_Lfeatherweightgo_parser_ParserImpl() { - /**/ } $h_Lfeatherweightgo_parser_ParserImpl.prototype = $c_Lfeatherweightgo_parser_ParserImpl.prototype; $c_Lfeatherweightgo_parser_ParserImpl.prototype.parse__T__s_util_Either = (function(string) { @@ -11090,33 +10558,29 @@ $c_Lfeatherweightgo_parser_ParserImpl.prototype.parse__T__s_util_Either = (funct if ((x1 instanceof $c_s_util_parsing_combinator_Parsers$Success)) { var x2 = $as_s_util_parsing_combinator_Parsers$Success(x1); var result = $as_Lfeatherweightgo_model_ast_Main($n(x2).s_util_parsing_combinator_Parsers$Success__f_result); - return new $c_s_util_Right(result) + return new $c_s_util_Right(result); } else if ((x1 instanceof $c_s_util_parsing_combinator_Parsers$NoSuccess)) { var x4 = $as_s_util_parsing_combinator_Parsers$NoSuccess(x1); - return new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGParseError($n(x4).msg__T(), null)) + return new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGParseError($n(x4).msg__T(), null)); } else { - throw new $c_s_MatchError(x1) + throw new $c_s_MatchError(x1); } }); -var $d_Lfeatherweightgo_parser_ParserImpl = new $TypeData().initClass({ - Lfeatherweightgo_parser_ParserImpl: 0 -}, false, "featherweightgo.parser.ParserImpl", { +var $d_Lfeatherweightgo_parser_ParserImpl = new $TypeData().initClass($c_Lfeatherweightgo_parser_ParserImpl, "featherweightgo.parser.ParserImpl", ({ Lfeatherweightgo_parser_ParserImpl: 1, - O: 1, Lfeatherweightgo_parser_Parser: 1 -}); -$c_Lfeatherweightgo_parser_ParserImpl.prototype.$classData = $d_Lfeatherweightgo_parser_ParserImpl; +})); function $p_Lfeatherweightgo_typer_TyperImpl__toEither__s_Option__O__s_util_Either($thiz, opt, error) { if ((opt instanceof $c_s_Some)) { var x2 = $as_s_Some(opt); var a = $n(x2).s_Some__f_value; - return new $c_s_util_Right(a) + return new $c_s_util_Right(a); } else { var x = $m_s_None$(); if ((x === opt)) { - return new $c_s_util_Left(error) + return new $c_s_util_Left(error); } else { - throw new $c_s_MatchError(opt) + throw new $c_s_MatchError(opt); } } } @@ -11138,41 +10602,41 @@ function $p_Lfeatherweightgo_typer_TyperImpl__namedTypeCheck$1__Lfeatherweightgo try { $m_Lfeatherweightgo_util_Utils$().typeSubstitute__sci_List__sci_List__Lfeatherweightgo_model_typer_TypeBound__sci_List__Lfeatherweightgo_model_typer_TypeMap(typeFormals, $n(namedType).Lfeatherweightgo_model_ast_AnyNamedType__f_types, typeBound, declarations$1); var $x_2 = true; - break matchEnd5 + break matchEnd5; } catch (e) { if ((e instanceof $c_Lfeatherweightgo_model_error_FGError$FGTypeError)) { var e$2 = $as_Lfeatherweightgo_model_error_FGError$FGTypeError(e); var this$2 = $n(e$2); this$2.printStackTrace__Ljava_io_PrintStream__V($m_jl_System$Streams$().jl_System$Streams$__f_err); var $x_2 = false; - break matchEnd5 + break matchEnd5; } else { - throw e + throw e; } } } - }; - var $x_2 = true - }; + } + var $x_2 = true; + } if ((!$x_2)) { var $x_1 = false; - break _return - }; - these = $as_sci_List($n(these).tail__O()) - }; - var $x_1 = true - }; + break _return; + } + these = $as_sci_List($n(these).tail__O()); + } + var $x_1 = true; + } if ($x_1) { - return true + return true; } else if ($n($n(namedType).Lfeatherweightgo_model_ast_AnyNamedType__f_types).isEmpty__Z()) { var this$4 = $n(namedType); var typeParameter = new $c_Lfeatherweightgo_model_ast_TypeParameter($n(this$4.Lfeatherweightgo_model_ast_AnyNamedType__f_typeName).value__T()); - return $n($n(typeBound).Lfeatherweightgo_model_typer_TypeBound__f_value).contains__O__Z(typeParameter) + return $n($n(typeBound).Lfeatherweightgo_model_typer_TypeBound__f_value).contains__O__Z(typeParameter); } else { - return false + return false; } } else { - return false + return false; } } function $p_Lfeatherweightgo_typer_TyperImpl__typeActualCheck$1__Lfeatherweightgo_model_typer_TypeBound__sci_List__sci_List__Z($thiz, typeBound, types, declarations$1) { @@ -11183,20 +10647,20 @@ function $p_Lfeatherweightgo_typer_TyperImpl__typeActualCheck$1__Lfeatherweightg var x0$1 = $as_Lfeatherweightgo_model_ast_Type(arg1); if ((x0$1 instanceof $c_Lfeatherweightgo_model_ast_TypeParameter)) { var x2 = $as_Lfeatherweightgo_model_ast_TypeParameter(x0$1); - var $x_1 = $n($n(typeBound).Lfeatherweightgo_model_typer_TypeBound__f_value).contains__O__Z(x2) + var $x_1 = $n($n(typeBound).Lfeatherweightgo_model_typer_TypeBound__f_value).contains__O__Z(x2); } else if ((x0$1 instanceof $c_Lfeatherweightgo_model_ast_AnyNamedType)) { var x3 = $as_Lfeatherweightgo_model_ast_AnyNamedType(x0$1); - var $x_1 = $p_Lfeatherweightgo_typer_TyperImpl__namedTypeCheck$1__Lfeatherweightgo_model_typer_TypeBound__Lfeatherweightgo_model_ast_AnyNamedType__sci_List__Z($thiz, typeBound, x3, declarations$1) + var $x_1 = $p_Lfeatherweightgo_typer_TyperImpl__namedTypeCheck$1__Lfeatherweightgo_model_typer_TypeBound__Lfeatherweightgo_model_ast_AnyNamedType__sci_List__Z($thiz, typeBound, x3, declarations$1); } else { var x = $m_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$(); if ((x === x0$1)) { - var $x_2 = true + var $x_2 = true; } else { var x$3 = $m_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$(); - var $x_2 = (x$3 === x0$1) - }; + var $x_2 = (x$3 === x0$1); + } if ($x_2) { - var $x_1 = true + var $x_1 = true; } else if ((x0$1 instanceof $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType)) { var x6 = $as_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType(x0$1); var this$2 = $n(x6); @@ -11212,27 +10676,27 @@ function $p_Lfeatherweightgo_typer_TyperImpl__typeActualCheck$1__Lfeatherweightg if ((x0$2 instanceof $c_Lfeatherweightgo_model_ast_TypeDeclaration)) { var x2$1 = $as_Lfeatherweightgo_model_ast_TypeDeclaration(x0$2); var name = $n(x2$1).Lfeatherweightgo_model_ast_TypeDeclaration__f_name; - var $x_4 = ((name === null) ? (structureTypeName === null) : $n(name).equals__O__Z(structureTypeName)) + var $x_4 = ((name === null) ? (structureTypeName === null) : $n(name).equals__O__Z(structureTypeName)); } else { - var $x_4 = false - }; + var $x_4 = false; + } if ($x_4) { var $x_3 = true; - break _return$1 - }; - these$1 = $as_sci_List($n(these$1).tail__O()) - }; - var $x_3 = false - }; + break _return$1; + } + these$1 = $as_sci_List($n(these$1).tail__O()); + } + var $x_3 = false; + } if ($x_3) { - var $x_1 = $p_Lfeatherweightgo_typer_TyperImpl__typeActualCheck$1__Lfeatherweightgo_model_typer_TypeBound__sci_List__sci_List__Z($thiz, typeBound, ts, declarations$1) + var $x_1 = $p_Lfeatherweightgo_typer_TyperImpl__typeActualCheck$1__Lfeatherweightgo_model_typer_TypeBound__sci_List__sci_List__Z($thiz, typeBound, ts, declarations$1); } else { - var $x_1 = false + var $x_1 = false; } } else { if ((!(x0$1 instanceof $c_Lfeatherweightgo_model_ast_InterfaceType))) { - throw new $c_s_MatchError(x0$1) - }; + throw new $c_s_MatchError(x0$1); + } var x7 = $as_Lfeatherweightgo_model_ast_InterfaceType(x0$1); var interfaceTypeName = $n(x7).Lfeatherweightgo_model_ast_InterfaceType__f_interfaceTypeName; var ts$2 = $n(x7).Lfeatherweightgo_model_ast_InterfaceType__f_types; @@ -11245,31 +10709,31 @@ function $p_Lfeatherweightgo_typer_TyperImpl__typeActualCheck$1__Lfeatherweightg if ((x0$3 instanceof $c_Lfeatherweightgo_model_ast_TypeDeclaration)) { var x2$2 = $as_Lfeatherweightgo_model_ast_TypeDeclaration(x0$3); var name$1 = $n(x2$2).Lfeatherweightgo_model_ast_TypeDeclaration__f_name; - var $x_6 = ((name$1 === null) ? (interfaceTypeName === null) : $n(name$1).equals__O__Z(interfaceTypeName)) + var $x_6 = ((name$1 === null) ? (interfaceTypeName === null) : $n(name$1).equals__O__Z(interfaceTypeName)); } else { - var $x_6 = false - }; + var $x_6 = false; + } if ($x_6) { var $x_5 = true; - break _return$2 - }; - these$2 = $as_sci_List($n(these$2).tail__O()) - }; - var $x_5 = false - }; + break _return$2; + } + these$2 = $as_sci_List($n(these$2).tail__O()); + } + var $x_5 = false; + } if ($x_5) { - var $x_1 = $p_Lfeatherweightgo_typer_TyperImpl__typeActualCheck$1__Lfeatherweightgo_model_typer_TypeBound__sci_List__sci_List__Z($thiz, typeBound, ts$2, declarations$1) + var $x_1 = $p_Lfeatherweightgo_typer_TyperImpl__typeActualCheck$1__Lfeatherweightgo_model_typer_TypeBound__sci_List__sci_List__Z($thiz, typeBound, ts$2, declarations$1); } else { - var $x_1 = false + var $x_1 = false; } } - }; + } if ((!$x_1)) { - return false - }; - these = $as_sci_List($n(these).tail__O()) - }; - return true + return false; + } + these = $as_sci_List($n(these).tail__O()); + } + return true; } function $p_Lfeatherweightgo_typer_TyperImpl__formalsCheck$1__sci_List__sci_List__sci_List__Z($thiz, fs1, fs2, declarations$1) { var $x_1 = $m_Lfeatherweightgo_model_typer_TypeBound$(); @@ -11279,10 +10743,10 @@ function $p_Lfeatherweightgo_typer_TyperImpl__formalsCheck$1__sci_List__sci_List var this$3 = $n(fs1); var f = ((x$1$2) => { var x$1 = $as_Lfeatherweightgo_model_ast_TypeFormal(x$1$2); - return $n(x$1).Lfeatherweightgo_model_ast_TypeFormal__f_typeParameter + return $n(x$1).Lfeatherweightgo_model_ast_TypeFormal__f_typeParameter; }); if ((this$3 === $m_sci_Nil$())) { - var $x_2 = $m_sci_Nil$() + var $x_2 = $m_sci_Nil$(); } else { var arg1 = this$3.head__O(); var h = new $c_sci_$colon$colon(f(arg1), $m_sci_Nil$()); @@ -11293,18 +10757,18 @@ function $p_Lfeatherweightgo_typer_TyperImpl__formalsCheck$1__sci_List__sci_List var nx = new $c_sci_$colon$colon(f(arg1$1), $m_sci_Nil$()); $n(t).sci_$colon$colon__f_next = nx; t = nx; - rest = $as_sci_List($n(rest).tail__O()) - }; - var $x_2 = h - }; + rest = $as_sci_List($n(rest).tail__O()); + } + var $x_2 = h; + } var this$5 = $n($x_2); var this$4 = $n(fs2); var f$1 = ((x$2$2) => { var x$2 = $as_Lfeatherweightgo_model_ast_TypeFormal(x$2$2); - return $n(x$2).Lfeatherweightgo_model_ast_TypeFormal__f_typeParameter + return $n(x$2).Lfeatherweightgo_model_ast_TypeFormal__f_typeParameter; }); if ((this$4 === $m_sci_Nil$())) { - var suffix = $m_sci_Nil$() + var suffix = $m_sci_Nil$(); } else { var arg1$2 = this$4.head__O(); var h$1 = new $c_sci_$colon$colon(f$1(arg1$2), $m_sci_Nil$()); @@ -11315,19 +10779,19 @@ function $p_Lfeatherweightgo_typer_TyperImpl__formalsCheck$1__sci_List__sci_List var nx$1 = new $c_sci_$colon$colon(f$1(arg1$3), $m_sci_Nil$()); $n(t$1).sci_$colon$colon__f_next = nx$1; t$1 = nx$1; - rest$1 = $as_sci_List($n(rest$1).tail__O()) - }; - var suffix = h$1 - }; + rest$1 = $as_sci_List($n(rest$1).tail__O()); + } + var suffix = h$1; + } if ($n($x_3).distinct__sci_List__Z(this$5.appendedAll__sc_IterableOnce__sci_List(suffix))) { var this$7 = $n(typeBound); var this$6 = $n(fs2); var f$2 = ((x$3$2) => { var x$3 = $as_Lfeatherweightgo_model_ast_TypeFormal(x$3$2); - return $n(x$3).Lfeatherweightgo_model_ast_TypeFormal__f_interfaceType + return $n(x$3).Lfeatherweightgo_model_ast_TypeFormal__f_interfaceType; }); if ((this$6 === $m_sci_Nil$())) { - var $x_4 = $m_sci_Nil$() + var $x_4 = $m_sci_Nil$(); } else { var arg1$4 = this$6.head__O(); var h$2 = new $c_sci_$colon$colon(f$2(arg1$4), $m_sci_Nil$()); @@ -11338,15 +10802,15 @@ function $p_Lfeatherweightgo_typer_TyperImpl__formalsCheck$1__sci_List__sci_List var nx$2 = new $c_sci_$colon$colon(f$2(arg1$5), $m_sci_Nil$()); $n(t$2).sci_$colon$colon__f_next = nx$2; t$2 = nx$2; - rest$2 = $as_sci_List($n(rest$2).tail__O()) - }; - var $x_4 = h$2 - }; + rest$2 = $as_sci_List($n(rest$2).tail__O()); + } + var $x_4 = h$2; + } var value = $p_Lfeatherweightgo_typer_TyperImpl__typeActualCheck$1__Lfeatherweightgo_model_typer_TypeBound__sci_List__sci_List__Z($thiz, typeBound, $x_4, declarations$1); var checking = $m_Lfeatherweightgo_model_typer_Checking$().Lfeatherweightgo_model_typer_Checking$__f_booleanInstance; - return $n(checking).isOk__O__Lfeatherweightgo_model_typer_TypeBound__Z(value, this$7) + return $n(checking).isOk__O__Lfeatherweightgo_model_typer_TypeBound__Z(value, this$7); } else { - return false + return false; } } function $p_Lfeatherweightgo_typer_TyperImpl__methodSpecificationCheck$1__sci_List__Lfeatherweightgo_model_ast_MethodSpecification__sci_List__Z($thiz, typeFormals, methodSpecification, declarations$1) { @@ -11359,20 +10823,18 @@ function $p_Lfeatherweightgo_typer_TyperImpl__methodSpecificationCheck$1__sci_Li var $x_3 = $m_Lfeatherweightgo_util_Utils$(); var this$2 = $n($n(methodSignature).Lfeatherweightgo_model_ast_MethodSignature__f_arguments); var this$3 = $n(this$2.keySet__sc_Set()); - $m_sci_List$(); - var $x_2 = $n($x_3).distinct__sci_List__Z($m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this$3)) + var $x_2 = $n($x_3).distinct__sci_List__Z($m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this$3)); } else { - var $x_2 = false - }; + var $x_2 = false; + } if ($x_2) { var rassoc$1 = $n(methodSignature).Lfeatherweightgo_model_ast_MethodSignature__f_returnType; var this$5 = $n($n(methodSignature).Lfeatherweightgo_model_ast_MethodSignature__f_arguments); var this$6 = new $c_sc_MapOps$$anon$1(this$5); - $m_sci_List$(); var this$8 = $n($m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this$6)); - return $p_Lfeatherweightgo_typer_TyperImpl__typeActualCheck$1__Lfeatherweightgo_model_typer_TypeBound__sci_List__sci_List__Z($thiz, typeBound, new $c_sci_$colon$colon(rassoc$1, this$8), declarations$1) + return $p_Lfeatherweightgo_typer_TyperImpl__typeActualCheck$1__Lfeatherweightgo_model_typer_TypeBound__sci_List__sci_List__Z($thiz, typeBound, new $c_sci_$colon$colon(rassoc$1, this$8), declarations$1); } else { - return false + return false; } } function $p_Lfeatherweightgo_typer_TyperImpl__typeLiteralCheck$1__sci_List__Lfeatherweightgo_model_ast_TypeLiteral__sci_List__Z($thiz, typeFormals, typeLiteral, declarations$1) { @@ -11384,10 +10846,10 @@ function $p_Lfeatherweightgo_typer_TyperImpl__typeLiteralCheck$1__sci_List__Lfea var this$2 = $n(fields); var f = ((x$4$2) => { var x$4 = $as_Lfeatherweightgo_model_ast_StructureField(x$4$2); - return $n(x$4).Lfeatherweightgo_model_ast_StructureField__f_name + return $n(x$4).Lfeatherweightgo_model_ast_StructureField__f_name; }); if ((this$2 === $m_sci_Nil$())) { - var $x_1 = $m_sci_Nil$() + var $x_1 = $m_sci_Nil$(); } else { var arg1 = this$2.head__O(); var h = new $c_sci_$colon$colon(f(arg1), $m_sci_Nil$()); @@ -11398,19 +10860,19 @@ function $p_Lfeatherweightgo_typer_TyperImpl__typeLiteralCheck$1__sci_List__Lfea var nx = new $c_sci_$colon$colon(f(arg1$1), $m_sci_Nil$()); $n(t).sci_$colon$colon__f_next = nx; t = nx; - rest = $as_sci_List($n(rest).tail__O()) - }; - var $x_1 = h - }; + rest = $as_sci_List($n(rest).tail__O()); + } + var $x_1 = h; + } if ($n($x_2).distinct__sci_List__Z($x_1)) { var this$4 = $n(typeBound); var this$3 = $n(fields); var f$1 = ((x$5$2) => { var x$5 = $as_Lfeatherweightgo_model_ast_StructureField(x$5$2); - return $n(x$5).Lfeatherweightgo_model_ast_StructureField__f_typ + return $n(x$5).Lfeatherweightgo_model_ast_StructureField__f_typ; }); if ((this$3 === $m_sci_Nil$())) { - var $x_3 = $m_sci_Nil$() + var $x_3 = $m_sci_Nil$(); } else { var arg1$2 = this$3.head__O(); var h$1 = new $c_sci_$colon$colon(f$1(arg1$2), $m_sci_Nil$()); @@ -11421,15 +10883,15 @@ function $p_Lfeatherweightgo_typer_TyperImpl__typeLiteralCheck$1__sci_List__Lfea var nx$1 = new $c_sci_$colon$colon(f$1(arg1$3), $m_sci_Nil$()); $n(t$1).sci_$colon$colon__f_next = nx$1; t$1 = nx$1; - rest$1 = $as_sci_List($n(rest$1).tail__O()) - }; - var $x_3 = h$1 - }; + rest$1 = $as_sci_List($n(rest$1).tail__O()); + } + var $x_3 = h$1; + } var value = $p_Lfeatherweightgo_typer_TyperImpl__typeActualCheck$1__Lfeatherweightgo_model_typer_TypeBound__sci_List__sci_List__Z($thiz, typeBound, $x_3, declarations$1); var checking = $m_Lfeatherweightgo_model_typer_Checking$().Lfeatherweightgo_model_typer_Checking$__f_booleanInstance; - return $n(checking).isOk__O__Lfeatherweightgo_model_typer_TypeBound__Z(value, this$4) + return $n(checking).isOk__O__Lfeatherweightgo_model_typer_TypeBound__Z(value, this$4); } else { - return false + return false; } } else if ((typeLiteral instanceof $c_Lfeatherweightgo_model_ast_Interface)) { var x3 = $as_Lfeatherweightgo_model_ast_Interface(typeLiteral); @@ -11444,29 +10906,29 @@ function $p_Lfeatherweightgo_typer_TyperImpl__typeLiteralCheck$1__sci_List__Lfea var method = $as_Lfeatherweightgo_model_ast_MethodSpecification(arg1$4); if ((!$p_Lfeatherweightgo_typer_TyperImpl__methodSpecificationCheck$1__sci_List__Lfeatherweightgo_model_ast_MethodSpecification__sci_List__Z($thiz, typeFormals, method, declarations$1))) { var value$1 = false; - break _return - }; - these = $as_sci_List($n(these).tail__O()) - }; - var value$1 = true - }; + break _return; + } + these = $as_sci_List($n(these).tail__O()); + } + var value$1 = true; + } var checking$1 = $m_Lfeatherweightgo_model_typer_Checking$().Lfeatherweightgo_model_typer_Checking$__f_booleanInstance; - return $n(checking$1).isOk__O__Lfeatherweightgo_model_typer_TypeBound__Z(value$1, this$6) + return $n(checking$1).isOk__O__Lfeatherweightgo_model_typer_TypeBound__Z(value$1, this$6); } else { - return false + return false; } } else { - throw new $c_s_MatchError(typeLiteral) + throw new $c_s_MatchError(typeLiteral); } } function $p_Lfeatherweightgo_typer_TyperImpl__typeDeclarationCheck$1__Lfeatherweightgo_model_ast_TypeDeclaration__sci_List__Z($thiz, typeDeclaration, declarations$1) { - if ($p_Lfeatherweightgo_typer_TyperImpl__formalsCheck$1__sci_List__sci_List__sci_List__Z($thiz, $m_s_package$().s_package$__f_Nil, $n(typeDeclaration).Lfeatherweightgo_model_ast_TypeDeclaration__f_typeFormals, declarations$1)) { + if ($p_Lfeatherweightgo_typer_TyperImpl__formalsCheck$1__sci_List__sci_List__sci_List__Z($thiz, $m_sci_Nil$(), $n(typeDeclaration).Lfeatherweightgo_model_ast_TypeDeclaration__f_typeFormals, declarations$1)) { var this$1 = $n($m_Lfeatherweightgo_model_typer_TypeBound$().fromTypeFormals__sci_List__Lfeatherweightgo_model_typer_TypeBound($n(typeDeclaration).Lfeatherweightgo_model_ast_TypeDeclaration__f_typeFormals)); var value = $p_Lfeatherweightgo_typer_TyperImpl__typeLiteralCheck$1__sci_List__Lfeatherweightgo_model_ast_TypeLiteral__sci_List__Z($thiz, $n(typeDeclaration).Lfeatherweightgo_model_ast_TypeDeclaration__f_typeFormals, $n(typeDeclaration).Lfeatherweightgo_model_ast_TypeDeclaration__f_typeLiteral, declarations$1); var checking = $m_Lfeatherweightgo_model_typer_Checking$().Lfeatherweightgo_model_typer_Checking$__f_booleanInstance; - return $n(checking).isOk__O__Lfeatherweightgo_model_typer_TypeBound__Z(value, this$1) + return $n(checking).isOk__O__Lfeatherweightgo_model_typer_TypeBound__Z(value, this$1); } else { - return false + return false; } } function $p_Lfeatherweightgo_typer_TyperImpl__declarationCheck$1__sci_List__Z($thiz, declarations$1) { @@ -11477,11 +10939,11 @@ function $p_Lfeatherweightgo_typer_TyperImpl__declarationCheck$1__sci_List__Z($t var x0$1 = $as_Lfeatherweightgo_model_ast_Declaration(arg1); if ((x0$1 instanceof $c_Lfeatherweightgo_model_ast_TypeDeclaration)) { var x2 = $as_Lfeatherweightgo_model_ast_TypeDeclaration(x0$1); - var $x_1 = $p_Lfeatherweightgo_typer_TyperImpl__typeDeclarationCheck$1__Lfeatherweightgo_model_ast_TypeDeclaration__sci_List__Z($thiz, x2, declarations$1) + var $x_1 = $p_Lfeatherweightgo_typer_TyperImpl__typeDeclarationCheck$1__Lfeatherweightgo_model_ast_TypeDeclaration__sci_List__Z($thiz, x2, declarations$1); } else { if ((!(x0$1 instanceof $c_Lfeatherweightgo_model_ast_MethodDeclaration))) { - throw new $c_s_MatchError(x0$1) - }; + throw new $c_s_MatchError(x0$1); + } var x3 = $as_Lfeatherweightgo_model_ast_MethodDeclaration(x0$1); var receiver = $n(x3).Lfeatherweightgo_model_ast_MethodDeclaration__f_receiver; var methodSpecification = $n(x3).Lfeatherweightgo_model_ast_MethodDeclaration__f_methodSpecification; @@ -11492,7 +10954,6 @@ function $p_Lfeatherweightgo_typer_TyperImpl__declarationCheck$1__sci_List__Z($t var this$2 = $n($n(receiver).Lfeatherweightgo_model_ast_MethodReceiver__f_typeFormals); var suffix = $n(methodSignature).Lfeatherweightgo_model_ast_MethodSignature__f_typeFormals; var typeBound = $n($x_2).fromTypeFormals__sci_List__Lfeatherweightgo_model_typer_TypeBound(this$2.appendedAll__sc_IterableOnce__sci_List(suffix)); - $n($m_s_package$().s_package$__f_List); var array = [$m_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$(), $m_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$()]; var elems = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array); var primitiveTypes = $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(elems); @@ -11502,43 +10963,41 @@ function $p_Lfeatherweightgo_typer_TyperImpl__declarationCheck$1__sci_List__Z($t if (this$8.isEmpty__Z()) { var this$9 = $n(declarations$1); var pf$1 = new $c_Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1($thiz, receiver, declarations$1); - var receiverDeclaration = $f_sc_IterableOnceOps__collectFirst__s_PartialFunction__s_Option(this$9, pf$1) + var receiverDeclaration = $f_sc_IterableOnceOps__collectFirst__s_PartialFunction__s_Option(this$9, pf$1); } else { - var receiverDeclaration = this$8 - }; + var receiverDeclaration = this$8; + } var $x_5 = $m_Lfeatherweightgo_util_Utils$(); var rassoc$2 = $n(receiver).Lfeatherweightgo_model_ast_MethodReceiver__f_variableName; var this$10 = $n(arguments$1); var this$11 = $n(this$10.keySet__sc_Set()); - $m_sci_List$(); var this$13 = $n($m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this$11)); if ($n($x_5).distinct__sci_List__Z(new $c_sci_$colon$colon(rassoc$2, this$13))) { var this$14 = $n(receiverDeclaration); - var $x_4 = (!this$14.isEmpty__Z()) + var $x_4 = (!this$14.isEmpty__Z()); } else { - var $x_4 = false - }; + var $x_4 = false; + } if (($x_4 && $p_Lfeatherweightgo_typer_TyperImpl__formalsCheck$1__sci_List__sci_List__sci_List__Z($thiz, $n(receiver).Lfeatherweightgo_model_ast_MethodReceiver__f_typeFormals, $n(methodSignature).Lfeatherweightgo_model_ast_MethodSignature__f_typeFormals, declarations$1))) { var rassoc$3 = $n(methodSignature).Lfeatherweightgo_model_ast_MethodSignature__f_returnType; var this$15 = $n(arguments$1); var this$16 = new $c_sc_MapOps$$anon$1(this$15); - $m_sci_List$(); var this$18 = $n($m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this$16)); - var $x_3 = $p_Lfeatherweightgo_typer_TyperImpl__typeActualCheck$1__Lfeatherweightgo_model_typer_TypeBound__sci_List__sci_List__Z($thiz, typeBound, new $c_sci_$colon$colon(rassoc$3, this$18), declarations$1) + var $x_3 = $p_Lfeatherweightgo_typer_TyperImpl__typeActualCheck$1__Lfeatherweightgo_model_typer_TypeBound__sci_List__sci_List__Z($thiz, typeBound, new $c_sci_$colon$colon(rassoc$3, this$18), declarations$1); } else { - var $x_3 = false - }; + var $x_3 = false; + } if ($x_3) { - var this$25 = $n($m_s_Predef$().s_Predef$__f_Map); + var this$25 = $m_sci_Map$(); var self = $n(receiver).Lfeatherweightgo_model_ast_MethodReceiver__f_variableName; var $x_7 = $n(receiver).Lfeatherweightgo_model_ast_MethodReceiver__f_structureTypeName; var this$20 = $n($n($as_Lfeatherweightgo_model_ast_TypeDeclaration($n(receiverDeclaration).get__O())).Lfeatherweightgo_model_ast_TypeDeclaration__f_typeFormals); var f = ((x$6$2) => { var x$6 = $as_Lfeatherweightgo_model_ast_TypeFormal(x$6$2); - return $n(x$6).Lfeatherweightgo_model_ast_TypeFormal__f_typeParameter + return $n(x$6).Lfeatherweightgo_model_ast_TypeFormal__f_typeParameter; }); if ((this$20 === $m_sci_Nil$())) { - var $x_6 = $m_sci_Nil$() + var $x_6 = $m_sci_Nil$(); } else { var arg1$1 = this$20.head__O(); var h = new $c_sci_$colon$colon(f(arg1$1), $m_sci_Nil$()); @@ -11549,10 +11008,10 @@ function $p_Lfeatherweightgo_typer_TyperImpl__declarationCheck$1__sci_List__Z($t var nx = new $c_sci_$colon$colon(f(arg1$2), $m_sci_Nil$()); $n(t).sci_$colon$colon__f_next = nx; t = nx; - rest = $as_sci_List($n(rest).tail__O()) - }; - var $x_6 = h - }; + rest = $as_sci_List($n(rest).tail__O()); + } + var $x_6 = h; + } var y = new $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType($x_7, $x_6); var array$1 = [new $c_T2(self, y)]; var elems$1 = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array$1); @@ -11562,29 +11021,28 @@ function $p_Lfeatherweightgo_typer_TyperImpl__declarationCheck$1__sci_List__Z($t if ((x1$2 instanceof $c_s_util_Left)) { var x3$2 = $as_s_util_Left(x1$2); var e = $as_Lfeatherweightgo_model_error_FGError$FGTypeError($n(x3$2).s_util_Left__f_value); - throw $n(e) - }; - throw new $c_s_MatchError(x1$2) - }; + throw $n(e); + } + throw new $c_s_MatchError(x1$2); + } var x2$2 = $as_s_util_Right(x1$2); var typ = $as_Lfeatherweightgo_model_ast_Type($n(x2$2).s_util_Right__f_value); var this$29 = $n(typeBound); - $m_Lfeatherweightgo_model_typer_Implement$(); var this$28 = new $c_Lfeatherweightgo_model_typer_Implement$ImplementSyntax(typ); var rhs = $n(methodSignature).Lfeatherweightgo_model_ast_MethodSignature__f_returnType; var value = new $c_Lfeatherweightgo_model_typer_Implement(this$28.Lfeatherweightgo_model_typer_Implement$ImplementSyntax__f_lhs, rhs); var checking = $m_Lfeatherweightgo_model_typer_Implement$().checkingInstance__sci_List__Lfeatherweightgo_model_typer_Checking(declarations$1); - var $x_1 = $n(checking).isOk__O__Lfeatherweightgo_model_typer_TypeBound__Z(value, this$29) + var $x_1 = $n(checking).isOk__O__Lfeatherweightgo_model_typer_TypeBound__Z(value, this$29); } else { - var $x_1 = false + var $x_1 = false; } - }; + } if ((!$x_1)) { - return false - }; - these = $as_sci_List($n(these).tail__O()) - }; - return true + return false; + } + these = $as_sci_List($n(these).tail__O()); + } + return true; } function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightgo_model_typer_Environment__Lfeatherweightgo_model_typer_TypeBound__Lfeatherweightgo_model_ast_Expression__sci_List__s_util_Either($thiz, environment, typeBound, expression, declarations$1) { while (true) { @@ -11594,14 +11052,14 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg if ((x1 instanceof $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral)) { var x2 = $as_Lfeatherweightgo_model_ast_ValuedStructureLiteral(x1); var structureTypeName = $n(x2).Lfeatherweightgo_model_ast_ValuedStructureLiteral__f_structureTypeName; - return new $c_s_util_Right(structureTypeName) - }; + return new $c_s_util_Right(structureTypeName); + } if ((x1 instanceof $c_Lfeatherweightgo_model_ast_IntegerValue)) { - return new $c_s_util_Right($m_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$()) - }; + return new $c_s_util_Right($m_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$()); + } if ((x1 instanceof $c_Lfeatherweightgo_model_ast_StringValue)) { - return new $c_s_util_Right($m_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$()) - }; + return new $c_s_util_Right($m_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$()); + } if ((x1 instanceof $c_Lfeatherweightgo_model_ast_Plus)) { var x8 = $as_Lfeatherweightgo_model_ast_Plus(x1); var lhs = $n(x8).Lfeatherweightgo_model_ast_Plus__f_lhs; @@ -11619,31 +11077,30 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg var x = $m_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$(); if ((x === lhsType)) { var x$3 = $m_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$(); - var $x_1 = (x$3 === rhsType) + var $x_1 = (x$3 === rhsType); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { - var this$5 = new $c_s_util_Right((void 0)) + var this$5 = new $c_s_util_Right((void 0)); } else { - $m_sc_StringOps$(); var x$1 = (((("\n |Primitive integer + takes integer type arguments!\n | lhs type: " + lhsType) + "\n | rhs type: ") + rhsType) + "\n |"); - var this$5 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError($m_sc_StringOps$().stripMargin$extension__T__C__T(x$1, 124), null)) - }; + var this$5 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError($m_sc_StringOps$().stripMargin$extension__T__C__T(x$1, 124), null)); + } if ((this$5 instanceof $c_s_util_Right)) { var x2$3 = $as_s_util_Right(this$5); var b$2 = $n(x2$3).s_util_Right__f_value; - return new $c_s_util_Right(($as_jl_Void(b$2), $m_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$())) + return new $c_s_util_Right(($as_jl_Void(b$2), $m_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$())); } else { - return this$5 + return this$5; } } else { - return this$2 + return this$2; } } else { - return this$1 + return this$1; } - }; + } if ((x1 instanceof $c_Lfeatherweightgo_model_ast_Concat)) { var x9 = $as_Lfeatherweightgo_model_ast_Concat(x1); var lhs$2 = $n(x9).Lfeatherweightgo_model_ast_Concat__f_lhs; @@ -11661,37 +11118,36 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg var x$2 = $m_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$(); if ((x$2 === lhsType$3)) { var x$3$1 = $m_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$(); - var $x_2 = (x$3$1 === rhsType$1) + var $x_2 = (x$3$1 === rhsType$1); } else { - var $x_2 = false - }; + var $x_2 = false; + } if ($x_2) { - var this$10 = new $c_s_util_Right((void 0)) + var this$10 = new $c_s_util_Right((void 0)); } else { - $m_sc_StringOps$(); var x$4 = (((("\n |Primitive string ++ takes string type arguments!\n | lhs type: " + lhsType$3) + "\n | rhs type: ") + rhsType$1) + "\n |"); - var this$10 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError($m_sc_StringOps$().stripMargin$extension__T__C__T(x$4, 124), null)) - }; + var this$10 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError($m_sc_StringOps$().stripMargin$extension__T__C__T(x$4, 124), null)); + } if ((this$10 instanceof $c_s_util_Right)) { var x2$6 = $as_s_util_Right(this$10); var b$5 = $n(x2$6).s_util_Right__f_value; - return new $c_s_util_Right(($as_jl_Void(b$5), $m_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$())) + return new $c_s_util_Right(($as_jl_Void(b$5), $m_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$())); } else { - return this$10 + return this$10; } } else { - return this$7 + return this$7; } } else { - return this$6 + return this$6; } - }; + } if ((x1 instanceof $c_Lfeatherweightgo_model_ast_Variable)) { var x10 = $as_Lfeatherweightgo_model_ast_Variable(x1); var name = $n(x10).Lfeatherweightgo_model_ast_Variable__f_variableName; var this$11 = $n(environment); - return $p_Lfeatherweightgo_typer_TyperImpl__toEither__s_Option__O__s_util_Either($thiz, $n(this$11.Lfeatherweightgo_model_typer_Environment__f_value).get__O__s_Option(name), $m_Lfeatherweightgo_model_error_FGError$FGTypeError$().apply__Lfeatherweightgo_model_ast_VariableName__Lfeatherweightgo_model_typer_Environment__Lfeatherweightgo_model_error_FGError$FGTypeError(name, environment)) - }; + return $p_Lfeatherweightgo_typer_TyperImpl__toEither__s_Option__O__s_util_Either($thiz, $n(this$11.Lfeatherweightgo_model_typer_Environment__f_value).get__O__s_Option(name), $m_Lfeatherweightgo_model_error_FGError$FGTypeError$().apply__Lfeatherweightgo_model_ast_VariableName__Lfeatherweightgo_model_typer_Environment__Lfeatherweightgo_model_error_FGError$FGTypeError(name, environment)); + } if ((x1 instanceof $c_Lfeatherweightgo_model_ast_MethodCall)) { var x11 = $as_Lfeatherweightgo_model_ast_MethodCall(x1); var e = $n(x11).Lfeatherweightgo_model_ast_MethodCall__f_expression; @@ -11707,10 +11163,10 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg var this$14 = $n(arguments$1); var f = ((environment, typeBound, declarations$1) => ((arg$2) => { var arg = $as_Lfeatherweightgo_model_ast_Expression(arg$2); - return $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightgo_model_typer_Environment__Lfeatherweightgo_model_typer_TypeBound__Lfeatherweightgo_model_ast_Expression__sci_List__s_util_Either($thiz, environment, typeBound, arg, declarations$1) + return $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightgo_model_typer_Environment__Lfeatherweightgo_model_typer_TypeBound__Lfeatherweightgo_model_ast_Expression__sci_List__s_util_Either($thiz, environment, typeBound, arg, declarations$1); }))(environment, typeBound, declarations$1); if ((this$14 === $m_sci_Nil$())) { - var $x_3 = $m_sci_Nil$() + var $x_3 = $m_sci_Nil$(); } else { var arg1 = this$14.head__O(); var h = new $c_sci_$colon$colon(f(arg1), $m_sci_Nil$()); @@ -11721,10 +11177,10 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg var nx = new $c_sci_$colon$colon(f(arg1$1), $m_sci_Nil$()); $n(t).sci_$colon$colon__f_next = nx; t = nx; - rest = $as_sci_List($n(rest).tail__O()) - }; - var $x_3 = h - }; + rest = $as_sci_List($n(rest).tail__O()); + } + var $x_3 = h; + } var this$15 = $n($n($x_4).sequence__sci_List__s_util_Either($x_3)); if ((this$15 instanceof $c_s_util_Right)) { var x2$8 = $as_s_util_Right(this$15); @@ -11739,19 +11195,19 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg var x$5 = $n(x$9).Lfeatherweightgo_model_ast_MethodSpecification__f_methodName; if (((x$5 === null) ? (methodName === null) : $n(x$5).equals__O__Z(methodName))) { var this$17 = new $c_s_Some($n(these).head__O()); - break _return - }; - these = $as_sci_List($n(these).tail__O()) - }; - var this$17 = $m_s_None$() - }; + break _return; + } + these = $as_sci_List($n(these).tail__O()); + } + var this$17 = $m_s_None$(); + } if (this$17.isEmpty__Z()) { - var $x_5 = $m_s_None$() + var $x_5 = $m_s_None$(); } else { var arg1$3 = this$17.get__O(); var x$10 = $as_Lfeatherweightgo_model_ast_MethodSpecification(arg1$3); - var $x_5 = new $c_s_Some($n(x$10).Lfeatherweightgo_model_ast_MethodSpecification__f_methodSignature) - }; + var $x_5 = new $c_s_Some($n(x$10).Lfeatherweightgo_model_ast_MethodSpecification__f_methodSignature); + } var this$18 = $n($p_Lfeatherweightgo_typer_TyperImpl__toEither__s_Option__O__s_util_Either($thiz, $x_5, $m_Lfeatherweightgo_model_error_FGError$FGTypeError$().apply__Lfeatherweightgo_model_ast_TypeName__Lfeatherweightgo_model_ast_MethodName__Lfeatherweightgo_model_error_FGError$FGTypeError($n(eType).name__Lfeatherweightgo_model_ast_TypeName(), methodName))); if ((this$18 instanceof $c_s_util_Right)) { var x2$9 = $as_s_util_Right(this$18); @@ -11760,20 +11216,19 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg var updatedTypeMap = $m_Lfeatherweightgo_util_Utils$().typeSubstitute__sci_List__sci_List__Lfeatherweightgo_model_typer_TypeBound__sci_List__Lfeatherweightgo_model_typer_TypeMap($n(methodSignature).Lfeatherweightgo_model_ast_MethodSignature__f_typeFormals, types, typeBound, declarations$1); var this$19 = $n($n(methodSignature).Lfeatherweightgo_model_ast_MethodSignature__f_arguments); var this$20 = new $c_sc_MapOps$$anon$1(this$19); - $m_sci_List$(); var methodSignatureArgumentTypes = $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this$20); - var $x_6 = new $c_s_util_Right(new $c_T3(methodSignature, updatedTypeMap, methodSignatureArgumentTypes)) + var $x_6 = new $c_s_util_Right(new $c_T3(methodSignature, updatedTypeMap, methodSignatureArgumentTypes)); } else { - var $x_6 = this$18 - }; + var $x_6 = this$18; + } var this$22 = $n($x_6); if ((this$22 instanceof $c_s_util_Right)) { var x2$10 = $as_s_util_Right(this$22); var b$9 = $n(x2$10).s_util_Right__f_value; var x$14 = $as_T3(b$9); if ((x$14 === null)) { - throw new $c_s_MatchError(x$14) - }; + throw new $c_s_MatchError(x$14); + } var methodSignature$1 = $as_Lfeatherweightgo_model_ast_MethodSignature($n(x$14).T3__f__1); var updatedTypeMap$1 = $as_Lfeatherweightgo_model_typer_TypeMap($n(x$14).T3__f__2); var methodSignatureArgumentTypes$1 = $as_sci_List($n(x$14).T3__f__3); @@ -11786,15 +11241,14 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg if ((x0$1 !== null)) { var argumentType = $as_Lfeatherweightgo_model_ast_Type($n(x0$1)._1__O()); var methodSignatureArgumentType = $as_Lfeatherweightgo_model_ast_Type($n(x0$1)._2__O()); - $m_Lfeatherweightgo_model_typer_Implement$(); var this$26 = new $c_Lfeatherweightgo_model_typer_Implement$ImplementSyntax(argumentType); - return new $c_Lfeatherweightgo_model_typer_Implement(this$26.Lfeatherweightgo_model_typer_Implement$ImplementSyntax__f_lhs, methodSignatureArgumentType) + return new $c_Lfeatherweightgo_model_typer_Implement(this$26.Lfeatherweightgo_model_typer_Implement$ImplementSyntax__f_lhs, methodSignatureArgumentType); } else { - throw new $c_s_MatchError(x0$1) + throw new $c_s_MatchError(x0$1); } }); if ((this$27 === $m_sci_Nil$())) { - var $x_9 = $m_sci_Nil$() + var $x_9 = $m_sci_Nil$(); } else { var arg1$4 = this$27.head__O(); var h$1 = new $c_sci_$colon$colon(f$1(arg1$4), $m_sci_Nil$()); @@ -11805,25 +11259,25 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg var nx$1 = new $c_sci_$colon$colon(f$1(arg1$5), $m_sci_Nil$()); $n(t$1).sci_$colon$colon__f_next = nx$1; t$1 = nx$1; - rest$1 = $as_sci_List($n(rest$1).tail__O()) - }; - var $x_9 = h$1 - }; - var $x_8 = $n($x_10).$bar$minus__sci_List__Lfeatherweightgo_model_typer_Checking__Z($x_9, $m_Lfeatherweightgo_model_typer_Implement$().checkingInstance__sci_List__Lfeatherweightgo_model_typer_Checking(declarations$1)) + rest$1 = $as_sci_List($n(rest$1).tail__O()); + } + var $x_9 = h$1; + } + var $x_8 = $n($x_10).$bar$minus__sci_List__Lfeatherweightgo_model_typer_Checking__Z($x_9, $m_Lfeatherweightgo_model_typer_Implement$().checkingInstance__sci_List__Lfeatherweightgo_model_typer_Checking(declarations$1)); } else { - var $x_8 = false - }; + var $x_8 = false; + } if ($x_8) { - var $x_7 = new $c_s_util_Right((void 0)) + var $x_7 = new $c_s_util_Right((void 0)); } else { var $x_13 = $m_Lfeatherweightgo_model_error_FGError$FGTypeError$(); var this$28 = $n(argumentTypes); var f$2 = ((x$11$2) => { var x$11 = $as_Lfeatherweightgo_model_ast_Type(x$11$2); - return $n(x$11).name__Lfeatherweightgo_model_ast_TypeName() + return $n(x$11).name__Lfeatherweightgo_model_ast_TypeName(); }); if ((this$28 === $m_sci_Nil$())) { - var $x_12 = $m_sci_Nil$() + var $x_12 = $m_sci_Nil$(); } else { var arg1$6 = this$28.head__O(); var h$2 = new $c_sci_$colon$colon(f$2(arg1$6), $m_sci_Nil$()); @@ -11834,20 +11288,19 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg var nx$2 = new $c_sci_$colon$colon(f$2(arg1$7), $m_sci_Nil$()); $n(t$2).sci_$colon$colon__f_next = nx$2; t$2 = nx$2; - rest$2 = $as_sci_List($n(rest$2).tail__O()) - }; - var $x_12 = h$2 - }; + rest$2 = $as_sci_List($n(rest$2).tail__O()); + } + var $x_12 = h$2; + } var this$29 = $n($n(methodSignature$1).Lfeatherweightgo_model_ast_MethodSignature__f_arguments); var this$30 = new $c_sc_MapOps$$anon$1(this$29); - $m_sci_List$(); var this$32 = $n($m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this$30)); var f$3 = ((x$12$2) => { var x$12 = $as_Lfeatherweightgo_model_ast_Type(x$12$2); - return $n(x$12).name__Lfeatherweightgo_model_ast_TypeName() + return $n(x$12).name__Lfeatherweightgo_model_ast_TypeName(); }); if ((this$32 === $m_sci_Nil$())) { - var $x_11 = $m_sci_Nil$() + var $x_11 = $m_sci_Nil$(); } else { var arg1$8 = this$32.head__O(); var h$3 = new $c_sci_$colon$colon(f$3(arg1$8), $m_sci_Nil$()); @@ -11858,43 +11311,42 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg var nx$3 = new $c_sci_$colon$colon(f$3(arg1$9), $m_sci_Nil$()); $n(t$3).sci_$colon$colon__f_next = nx$3; t$3 = nx$3; - rest$3 = $as_sci_List($n(rest$3).tail__O()) - }; - var $x_11 = h$3 - }; - var $x_7 = new $c_s_util_Left($n($x_13).apply__sci_List__sci_List__Lfeatherweightgo_model_error_FGError$FGTypeError($x_12, $x_11)) - }; + rest$3 = $as_sci_List($n(rest$3).tail__O()); + } + var $x_11 = h$3; + } + var $x_7 = new $c_s_util_Left($n($x_13).apply__sci_List__sci_List__Lfeatherweightgo_model_error_FGError$FGTypeError($x_12, $x_11)); + } var this$33 = $n($x_7); if ((this$33 instanceof $c_s_util_Right)) { var x2$11 = $as_s_util_Right(this$33); var b$10 = $n(x2$11).s_util_Right__f_value; - return new $c_s_util_Right(($as_jl_Void(b$10), $m_Lfeatherweightgo_util_Utils$().typeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type(updatedTypeMap$1, $n(methodSignature$1).Lfeatherweightgo_model_ast_MethodSignature__f_returnType))) + return new $c_s_util_Right(($as_jl_Void(b$10), $m_Lfeatherweightgo_util_Utils$().typeReplace__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_ast_Type__Lfeatherweightgo_model_ast_Type(updatedTypeMap$1, $n(methodSignature$1).Lfeatherweightgo_model_ast_MethodSignature__f_returnType))); } else { - return this$33 + return this$33; } } else { - return this$22 + return this$22; } } else { - return this$15 + return this$15; } } else { - return this$12 + return this$12; } - }; + } if ((x1 instanceof $c_Lfeatherweightgo_model_ast_StructureLiteral)) { var x12 = $as_Lfeatherweightgo_model_ast_StructureLiteral(x1); var structureType = $n(x12).Lfeatherweightgo_model_ast_StructureLiteral__f_structureType; var arguments$2 = $n(x12).Lfeatherweightgo_model_ast_StructureLiteral__f_arguments; - $n($m_s_package$().s_package$__f_List); var array = [structureType]; var elems = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array); if ($p_Lfeatherweightgo_typer_TyperImpl__typeActualCheck$1__Lfeatherweightgo_model_typer_TypeBound__sci_List__sci_List__Z($thiz, typeBound, $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(elems), declarations$1)) { - var $x_14 = new $c_s_util_Right((void 0)) + var $x_14 = new $c_s_util_Right((void 0)); } else { var this$38 = $n(structureType); - var $x_14 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((this$38.Lfeatherweightgo_model_ast_AbstractStructureType__f_structureTypeName + " error!"), null)) - }; + var $x_14 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((this$38.Lfeatherweightgo_model_ast_AbstractStructureType__f_structureTypeName + " error!"), null)); + } var this$39 = $n($x_14); if ((this$39 instanceof $c_s_util_Right)) { var x2$12 = $as_s_util_Right(this$39); @@ -11904,10 +11356,10 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg var this$41 = $n(arguments$2); var f$4 = ((environment, typeBound, declarations$1) => ((arg$2$1) => { var arg$1 = $as_Lfeatherweightgo_model_ast_Expression(arg$2$1); - return $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightgo_model_typer_Environment__Lfeatherweightgo_model_typer_TypeBound__Lfeatherweightgo_model_ast_Expression__sci_List__s_util_Either($thiz, environment, typeBound, arg$1, declarations$1) + return $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightgo_model_typer_Environment__Lfeatherweightgo_model_typer_TypeBound__Lfeatherweightgo_model_ast_Expression__sci_List__s_util_Either($thiz, environment, typeBound, arg$1, declarations$1); }))(environment, typeBound, declarations$1); if ((this$41 === $m_sci_Nil$())) { - var $x_15 = $m_sci_Nil$() + var $x_15 = $m_sci_Nil$(); } else { var arg1$10 = this$41.head__O(); var h$4 = new $c_sci_$colon$colon(f$4(arg1$10), $m_sci_Nil$()); @@ -11918,10 +11370,10 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg var nx$4 = new $c_sci_$colon$colon(f$4(arg1$11), $m_sci_Nil$()); $n(t$4).sci_$colon$colon__f_next = nx$4; t$4 = nx$4; - rest$4 = $as_sci_List($n(rest$4).tail__O()) - }; - var $x_15 = h$4 - }; + rest$4 = $as_sci_List($n(rest$4).tail__O()); + } + var $x_15 = h$4; + } var this$42 = $n($n($x_16).sequence__sci_List__s_util_Either($x_15)); if ((this$42 instanceof $c_s_util_Right)) { var x2$13 = $as_s_util_Right(this$42); @@ -11929,18 +11381,18 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg var argumentTypes$1 = $as_sci_List(b$12); var this$43 = $m_Lfeatherweightgo_util_Utils$(); var fs = $p_Lfeatherweightgo_util_Utils$__loop$1__sci_List__Lfeatherweightgo_model_ast_AbstractStructureType__sci_List(this$43, declarations$1, structureType); - var $x_17 = new $c_s_util_Right(new $c_T2(argumentTypes$1, fs)) + var $x_17 = new $c_s_util_Right(new $c_T2(argumentTypes$1, fs)); } else { - var $x_17 = this$42 - }; + var $x_17 = this$42; + } var this$44 = $n($x_17); if ((this$44 instanceof $c_s_util_Right)) { var x2$14 = $as_s_util_Right(this$44); var b$13 = $n(x2$14).s_util_Right__f_value; var x$19 = $as_T2(b$13); if ((x$19 === null)) { - throw new $c_s_MatchError(x$19) - }; + throw new $c_s_MatchError(x$19); + } var argumentTypes$2 = $as_sci_List($n(x$19)._1__O()); var fs$1 = $as_sci_List($n(x$19)._2__O()); if (($n(argumentTypes$2).length__I() === $n(fs$1).length__I())) { @@ -11949,10 +11401,10 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg var this$46 = $n(fs$1); var f$5 = ((x$15$2) => { var x$15 = $as_Lfeatherweightgo_model_ast_StructureField(x$15$2); - return $n(x$15).Lfeatherweightgo_model_ast_StructureField__f_typ + return $n(x$15).Lfeatherweightgo_model_ast_StructureField__f_typ; }); if ((this$46 === $m_sci_Nil$())) { - var that = $m_sci_Nil$() + var that = $m_sci_Nil$(); } else { var arg1$12 = this$46.head__O(); var h$5 = new $c_sci_$colon$colon(f$5(arg1$12), $m_sci_Nil$()); @@ -11963,25 +11415,24 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg var nx$5 = new $c_sci_$colon$colon(f$5(arg1$13), $m_sci_Nil$()); $n(t$5).sci_$colon$colon__f_next = nx$5; t$5 = nx$5; - rest$5 = $as_sci_List($n(rest$5).tail__O()) - }; - var that = h$5 - }; + rest$5 = $as_sci_List($n(rest$5).tail__O()); + } + var that = h$5; + } var this$50 = $n($as_sci_List($f_sc_StrictOptimizedIterableOps__zip__sc_IterableOnce__O(this$47, that))); var f$6 = ((x0$2$2) => { var x0$2 = $as_T2(x0$2$2); if ((x0$2 !== null)) { var argumentType$1 = $as_Lfeatherweightgo_model_ast_Type($n(x0$2)._1__O()); var fieldType = $as_Lfeatherweightgo_model_ast_Type($n(x0$2)._2__O()); - $m_Lfeatherweightgo_model_typer_Implement$(); var this$49 = new $c_Lfeatherweightgo_model_typer_Implement$ImplementSyntax(argumentType$1); - return new $c_Lfeatherweightgo_model_typer_Implement(this$49.Lfeatherweightgo_model_typer_Implement$ImplementSyntax__f_lhs, fieldType) + return new $c_Lfeatherweightgo_model_typer_Implement(this$49.Lfeatherweightgo_model_typer_Implement$ImplementSyntax__f_lhs, fieldType); } else { - throw new $c_s_MatchError(x0$2) + throw new $c_s_MatchError(x0$2); } }); if ((this$50 === $m_sci_Nil$())) { - var $x_20 = $m_sci_Nil$() + var $x_20 = $m_sci_Nil$(); } else { var arg1$14 = this$50.head__O(); var h$6 = new $c_sci_$colon$colon(f$6(arg1$14), $m_sci_Nil$()); @@ -11992,25 +11443,25 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg var nx$6 = new $c_sci_$colon$colon(f$6(arg1$15), $m_sci_Nil$()); $n(t$6).sci_$colon$colon__f_next = nx$6; t$6 = nx$6; - rest$6 = $as_sci_List($n(rest$6).tail__O()) - }; - var $x_20 = h$6 - }; - var $x_19 = $n($x_21).$bar$minus__sci_List__Lfeatherweightgo_model_typer_Checking__Z($x_20, $m_Lfeatherweightgo_model_typer_Implement$().checkingInstance__sci_List__Lfeatherweightgo_model_typer_Checking(declarations$1)) + rest$6 = $as_sci_List($n(rest$6).tail__O()); + } + var $x_20 = h$6; + } + var $x_19 = $n($x_21).$bar$minus__sci_List__Lfeatherweightgo_model_typer_Checking__Z($x_20, $m_Lfeatherweightgo_model_typer_Implement$().checkingInstance__sci_List__Lfeatherweightgo_model_typer_Checking(declarations$1)); } else { - var $x_19 = false - }; + var $x_19 = false; + } if ($x_19) { - var $x_18 = new $c_s_util_Right((void 0)) + var $x_18 = new $c_s_util_Right((void 0)); } else { var $x_24 = $m_Lfeatherweightgo_model_error_FGError$FGTypeError$(); var this$51 = $n(argumentTypes$2); var f$7 = ((x$16$2) => { var x$16 = $as_Lfeatherweightgo_model_ast_Type(x$16$2); - return $n(x$16).name__Lfeatherweightgo_model_ast_TypeName() + return $n(x$16).name__Lfeatherweightgo_model_ast_TypeName(); }); if ((this$51 === $m_sci_Nil$())) { - var $x_23 = $m_sci_Nil$() + var $x_23 = $m_sci_Nil$(); } else { var arg1$16 = this$51.head__O(); var h$7 = new $c_sci_$colon$colon(f$7(arg1$16), $m_sci_Nil$()); @@ -12021,17 +11472,17 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg var nx$7 = new $c_sci_$colon$colon(f$7(arg1$17), $m_sci_Nil$()); $n(t$7).sci_$colon$colon__f_next = nx$7; t$7 = nx$7; - rest$7 = $as_sci_List($n(rest$7).tail__O()) - }; - var $x_23 = h$7 - }; + rest$7 = $as_sci_List($n(rest$7).tail__O()); + } + var $x_23 = h$7; + } var this$52 = $n(fs$1); var f$8 = ((x$17$2) => { var x$17 = $as_Lfeatherweightgo_model_ast_StructureField(x$17$2); - return $n($n(x$17).Lfeatherweightgo_model_ast_StructureField__f_typ).name__Lfeatherweightgo_model_ast_TypeName() + return $n($n(x$17).Lfeatherweightgo_model_ast_StructureField__f_typ).name__Lfeatherweightgo_model_ast_TypeName(); }); if ((this$52 === $m_sci_Nil$())) { - var $x_22 = $m_sci_Nil$() + var $x_22 = $m_sci_Nil$(); } else { var arg1$18 = this$52.head__O(); var h$8 = new $c_sci_$colon$colon(f$8(arg1$18), $m_sci_Nil$()); @@ -12042,27 +11493,27 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg var nx$8 = new $c_sci_$colon$colon(f$8(arg1$19), $m_sci_Nil$()); $n(t$8).sci_$colon$colon__f_next = nx$8; t$8 = nx$8; - rest$8 = $as_sci_List($n(rest$8).tail__O()) - }; - var $x_22 = h$8 - }; - var $x_18 = new $c_s_util_Left($n($x_24).apply__sci_List__sci_List__Lfeatherweightgo_model_error_FGError$FGTypeError($x_23, $x_22)) - }; + rest$8 = $as_sci_List($n(rest$8).tail__O()); + } + var $x_22 = h$8; + } + var $x_18 = new $c_s_util_Left($n($x_24).apply__sci_List__sci_List__Lfeatherweightgo_model_error_FGError$FGTypeError($x_23, $x_22)); + } var this$53 = $n($x_18); if ((this$53 instanceof $c_s_util_Right)) { var x2$15 = $as_s_util_Right(this$53); var b$14 = $n(x2$15).s_util_Right__f_value; - return new $c_s_util_Right(($as_jl_Void(b$14), structureType)) + return new $c_s_util_Right(($as_jl_Void(b$14), structureType)); } else { - return this$53 + return this$53; } } else { - return this$44 + return this$44; } } else { - return this$39 + return this$39; } - }; + } if ((x1 instanceof $c_Lfeatherweightgo_model_ast_FieldSelect)) { var x13 = $as_Lfeatherweightgo_model_ast_FieldSelect(x1); var e$2 = $n(x13).Lfeatherweightgo_model_ast_FieldSelect__f_expression; @@ -12074,7 +11525,7 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg var eType$3 = $as_Lfeatherweightgo_model_ast_Type(b$15); if ((eType$3 instanceof $c_Lfeatherweightgo_model_ast_AbstractStructureType)) { var x2$17 = $as_Lfeatherweightgo_model_ast_AbstractStructureType(eType$3); - var $x_25 = new $c_s_util_Right(x2$17) + var $x_25 = new $c_s_util_Right(x2$17); } else if ((eType$3 instanceof $c_Lfeatherweightgo_model_ast_AnyNamedType)) { var x3 = $as_Lfeatherweightgo_model_ast_AnyNamedType(eType$3); var x1$2 = $m_Lfeatherweightgo_util_Utils$().lookupAnyType__Lfeatherweightgo_model_ast_AnyNamedType__sci_List__s_Option(x3, declarations$1); @@ -12086,14 +11537,14 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg if ((typ instanceof $c_Lfeatherweightgo_model_ast_AbstractStructureType)) { var x3$2 = $as_Lfeatherweightgo_model_ast_AbstractStructureType(typ); var $x_25 = new $c_s_util_Right(x3$2); - break matchEnd5$2 + break matchEnd5$2; } - }; - var $x_25 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((("The give type[" + $n($n(eType$3).name__Lfeatherweightgo_model_ast_TypeName()).value__T()) + "] is not structure!"), null)) + } + var $x_25 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((("The give type[" + $n($n(eType$3).name__Lfeatherweightgo_model_ast_TypeName()).value__T()) + "] is not structure!"), null)); } } else { - var $x_25 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((("The give type[" + $n($n(eType$3).name__Lfeatherweightgo_model_ast_TypeName()).value__T()) + "] is not structure!"), null)) - }; + var $x_25 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((("The give type[" + $n($n(eType$3).name__Lfeatherweightgo_model_ast_TypeName()).value__T()) + "] is not structure!"), null)); + } var this$55 = $n($x_25); if ((this$55 instanceof $c_s_util_Right)) { var x2$18 = $as_s_util_Right(this$55); @@ -12109,12 +11560,12 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg var x$6 = $n(x$21).Lfeatherweightgo_model_ast_StructureField__f_name; if (((x$6 === null) ? (fieldName === null) : $n(x$6).equals__O__Z(fieldName))) { var $x_27 = new $c_s_Some($n(these$1).head__O()); - break _return$1 - }; - these$1 = $as_sci_List($n(these$1).tail__O()) - }; - var $x_27 = $m_s_None$() - }; + break _return$1; + } + these$1 = $as_sci_List($n(these$1).tail__O()); + } + var $x_27 = $m_s_None$(); + } var $x_26 = $m_Lfeatherweightgo_model_error_FGError$FGTypeError$(); var this$58 = $n(eStructureType); var this$59 = $n($p_Lfeatherweightgo_typer_TyperImpl__toEither__s_Option__O__s_util_Either($thiz, $x_27, $n($x_26).apply__Lfeatherweightgo_model_ast_TypeName__Lfeatherweightgo_model_ast_FieldName__Lfeatherweightgo_model_error_FGError$FGTypeError(this$58.structureTypeName__Lfeatherweightgo_model_ast_StructureTypeName(), fieldName))); @@ -12122,17 +11573,17 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg var x2$19 = $as_s_util_Right(this$59); var b$17 = $n(x2$19).s_util_Right__f_value; var field = $as_Lfeatherweightgo_model_ast_StructureField(b$17); - return new $c_s_util_Right($n(field).Lfeatherweightgo_model_ast_StructureField__f_typ) + return new $c_s_util_Right($n(field).Lfeatherweightgo_model_ast_StructureField__f_typ); } else { - return this$59 + return this$59; } } else { - return this$55 + return this$55; } } else { - return this$54 + return this$54; } - }; + } if ((x1 instanceof $c_Lfeatherweightgo_model_ast_TypeAssertion)) { rc18 = true; x14 = $as_Lfeatherweightgo_model_ast_TypeAssertion(x1); @@ -12145,28 +11596,27 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg var x2$2$2 = $as_s_Some(x1$2$1); var typ$1 = $as_Lfeatherweightgo_model_ast_Type($n(x2$2$2).s_Some__f_value); expression = new $c_Lfeatherweightgo_model_ast_TypeAssertion(e$3, typ$1); - continue + continue; } else { var x$22 = $m_s_None$(); if ((x$22 === x1$2$1)) { if ($n($n(x15).Lfeatherweightgo_model_ast_AnyNamedType__f_types).isEmpty__Z()) { var this$60 = $n(x15); expression = new $c_Lfeatherweightgo_model_ast_TypeAssertion(e$3, new $c_Lfeatherweightgo_model_ast_TypeParameter($n(this$60.Lfeatherweightgo_model_ast_AnyNamedType__f_typeName).value__T())); - continue + continue; } else { var this$61 = $n(x15); - return new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((("assert target " + this$61.Lfeatherweightgo_model_ast_AnyNamedType__f_typeName) + " is invalid!"), null)) + return new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((("assert target " + this$61.Lfeatherweightgo_model_ast_AnyNamedType__f_typeName) + " is invalid!"), null)); } } else { - throw new $c_s_MatchError(x1$2$1) + throw new $c_s_MatchError(x1$2$1); } } } - }; + } if (rc18) { var e$4 = $n(x14).Lfeatherweightgo_model_ast_TypeAssertion__f_expression; var typ$2 = $n(x14).Lfeatherweightgo_model_ast_TypeAssertion__f_typ; - $n($m_s_package$().s_package$__f_List); var array$1 = [typ$2]; var elems$1 = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array$1); var this$66 = $n(($p_Lfeatherweightgo_typer_TyperImpl__typeActualCheck$1__Lfeatherweightgo_model_typer_TypeBound__sci_List__sci_List__Z($thiz, typeBound, $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(elems$1), declarations$1) ? new $c_s_util_Right((void 0)) : new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((("assert " + $n(typ$2).name__Lfeatherweightgo_model_ast_TypeName()) + " error!"), null)))); @@ -12182,104 +11632,99 @@ function $p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightg if ((typ$2 instanceof $c_Lfeatherweightgo_model_ast_AbstractStructureType)) { var x2$22 = $as_Lfeatherweightgo_model_ast_AbstractStructureType(typ$2); var this$73 = $n(typeBound); - $m_Lfeatherweightgo_model_typer_Implement$(); var this$72 = new $c_Lfeatherweightgo_model_typer_Implement$ImplementSyntax(x2$22); var this$69 = $n($m_Lfeatherweightgo_util_Utils$().bounds__Lfeatherweightgo_model_typer_TypeBound__Lfeatherweightgo_model_ast_Type__s_util_Either(typeBound, eType$1)); if ((this$69 instanceof $c_s_util_Right)) { var x2$23 = $as_s_util_Right(this$69); var b$20 = $n(x2$23).s_util_Right__f_value; var x$3$2 = $as_Lfeatherweightgo_model_ast_AbstractStructureType(b$20); - var $x_29 = x$3$2 + var $x_29 = x$3$2; } else { if ((!(this$69 instanceof $c_s_util_Left))) { - throw new $c_s_MatchError(this$69) - }; + throw new $c_s_MatchError(this$69); + } var x3$1 = $as_s_util_Left(this$69); var a = $n(x3$1).s_util_Left__f_value; var x$24 = $as_Lfeatherweightgo_model_ast_InterfaceType(a); - var $x_29 = x$24 - }; + var $x_29 = x$24; + } var rhs$1 = $as_Lfeatherweightgo_model_ast_Type($x_29); var value = new $c_Lfeatherweightgo_model_typer_Implement(this$72.Lfeatherweightgo_model_typer_Implement$ImplementSyntax__f_lhs, rhs$1); var checking = $m_Lfeatherweightgo_model_typer_Implement$().checkingInstance__sci_List__Lfeatherweightgo_model_typer_Checking(declarations$1); if ($n(checking).isOk__O__Lfeatherweightgo_model_typer_TypeBound__Z(value, this$73)) { - var $x_28 = new $c_s_util_Right((void 0)) + var $x_28 = new $c_s_util_Right((void 0)); } else { var this$74 = $n(x2$22); - var $x_28 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((("assert " + this$74.structureTypeName__Lfeatherweightgo_model_ast_StructureTypeName()) + "(StructureType) error!"), null)) + var $x_28 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((("assert " + this$74.structureTypeName__Lfeatherweightgo_model_ast_StructureTypeName()) + "(StructureType) error!"), null)); } } else if ((typ$2 instanceof $c_Lfeatherweightgo_model_ast_InterfaceType)) { var x3$3 = $as_Lfeatherweightgo_model_ast_InterfaceType(typ$2); var this$77 = $n(typeBound); - $m_Lfeatherweightgo_model_typer_Implement$(); var this$76 = new $c_Lfeatherweightgo_model_typer_Implement$ImplementSyntax(eType$1); var value$1 = new $c_Lfeatherweightgo_model_typer_Implement(this$76.Lfeatherweightgo_model_typer_Implement$ImplementSyntax__f_lhs, x3$3); var checking$1 = $m_Lfeatherweightgo_model_typer_Implement$().checkingInstance__sci_List__Lfeatherweightgo_model_typer_Checking(declarations$1); if ($n(checking$1).isOk__O__Lfeatherweightgo_model_typer_TypeBound__Z(value$1, this$77)) { - var $x_28 = new $c_s_util_Right((void 0)) + var $x_28 = new $c_s_util_Right((void 0)); } else { var this$78 = $n(x3$3); - var $x_28 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((("assert " + this$78.Lfeatherweightgo_model_ast_InterfaceType__f_interfaceTypeName) + "(InterfaceType) error!"), null)) + var $x_28 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((("assert " + this$78.Lfeatherweightgo_model_ast_InterfaceType__f_interfaceTypeName) + "(InterfaceType) error!"), null)); } } else if ((typ$2 instanceof $c_Lfeatherweightgo_model_ast_TypeParameter)) { var x4 = $as_Lfeatherweightgo_model_ast_TypeParameter(typ$2); var this$81 = $n(typeBound); - $m_Lfeatherweightgo_model_typer_Implement$(); var this$80 = new $c_Lfeatherweightgo_model_typer_Implement$ImplementSyntax(eType$1); var value$2 = new $c_Lfeatherweightgo_model_typer_Implement(this$80.Lfeatherweightgo_model_typer_Implement$ImplementSyntax__f_lhs, x4); var checking$2 = $m_Lfeatherweightgo_model_typer_Implement$().checkingInstance__sci_List__Lfeatherweightgo_model_typer_Checking(declarations$1); if ($n(checking$2).isOk__O__Lfeatherweightgo_model_typer_TypeBound__Z(value$2, this$81)) { - var $x_28 = new $c_s_util_Right((void 0)) + var $x_28 = new $c_s_util_Right((void 0)); } else { var this$82 = $n(x4); - var $x_28 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((("assert " + new $c_Lfeatherweightgo_model_ast_AnyTypeName(this$82.Lfeatherweightgo_model_ast_TypeParameter__f_typeName)) + "(TypeParameter) error!"), null)) + var $x_28 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((("assert " + new $c_Lfeatherweightgo_model_ast_AnyTypeName(this$82.Lfeatherweightgo_model_ast_TypeParameter__f_typeName)) + "(TypeParameter) error!"), null)); } } else { if ((!(typ$2 instanceof $c_Lfeatherweightgo_model_ast_AnyNamedType))) { - throw new $c_s_MatchError(typ$2) - }; - var $x_28 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((("assert is " + $n(typ$2).name__Lfeatherweightgo_model_ast_TypeName()) + " any named type"), null)) - }; + throw new $c_s_MatchError(typ$2); + } + var $x_28 = new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError((("assert is " + $n(typ$2).name__Lfeatherweightgo_model_ast_TypeName()) + " any named type"), null)); + } var this$83 = $n($x_28); if ((this$83 instanceof $c_s_util_Right)) { var x2$24 = $as_s_util_Right(this$83); var b$21 = $n(x2$24).s_util_Right__f_value; - return new $c_s_util_Right(($as_jl_Void(b$21), typ$2)) + return new $c_s_util_Right(($as_jl_Void(b$21), typ$2)); } else { - return this$83 + return this$83; } } else { - return this$67 + return this$67; } } else { - return this$66 + return this$66; } - }; - throw new $c_s_MatchError(x1) + } + throw new $c_s_MatchError(x1); } } /** @constructor */ function $c_Lfeatherweightgo_typer_TyperImpl() { - /**/ } $c_Lfeatherweightgo_typer_TyperImpl.prototype = new $h_O(); $c_Lfeatherweightgo_typer_TyperImpl.prototype.constructor = $c_Lfeatherweightgo_typer_TyperImpl; /** @constructor */ function $h_Lfeatherweightgo_typer_TyperImpl() { - /**/ } $h_Lfeatherweightgo_typer_TyperImpl.prototype = $c_Lfeatherweightgo_typer_TyperImpl.prototype; $c_Lfeatherweightgo_typer_TyperImpl.prototype.check__Lfeatherweightgo_model_ast_Main__s_util_Either = (function(main) { var declarations = $n(main).Lfeatherweightgo_model_ast_Main__f_declarations; var i = (($m_Lfeatherweightgo_util_Utils$().distinct__sci_List__Z($n(declarations).collect__s_PartialFunction__sci_List(new $c_Lfeatherweightgo_util_Utils$$anonfun$tdecls$1())) && $m_Lfeatherweightgo_util_Utils$().distinct__sci_List__Z($n(declarations).collect__s_PartialFunction__sci_List(new $c_Lfeatherweightgo_util_Utils$$anonfun$mdecls$1()))) && $p_Lfeatherweightgo_typer_TyperImpl__declarationCheck$1__sci_List__Z(this, declarations)); - var this$4 = $n($p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightgo_model_typer_Environment__Lfeatherweightgo_model_typer_TypeBound__Lfeatherweightgo_model_ast_Expression__sci_List__s_util_Either(this, new $c_Lfeatherweightgo_model_typer_Environment(($n($m_s_Predef$().s_Predef$__f_Map), $m_sci_Map$EmptyMap$())), $m_Lfeatherweightgo_model_typer_TypeBound$().Lfeatherweightgo_model_typer_TypeBound$__f_empty, $n(main).Lfeatherweightgo_model_ast_Main__f_main, declarations)); + var this$4 = $n($p_Lfeatherweightgo_typer_TyperImpl__expressionCheck$1__Lfeatherweightgo_model_typer_Environment__Lfeatherweightgo_model_typer_TypeBound__Lfeatherweightgo_model_ast_Expression__sci_List__s_util_Either(this, new $c_Lfeatherweightgo_model_typer_Environment($m_sci_Map$EmptyMap$()), $m_Lfeatherweightgo_model_typer_TypeBound$().Lfeatherweightgo_model_typer_TypeBound$__f_empty, $n(main).Lfeatherweightgo_model_ast_Main__f_main, declarations)); if ((this$4 instanceof $c_s_util_Right)) { var x2 = $as_s_util_Right(this$4); var b = $n(x2).s_util_Right__f_value; var result = $as_Lfeatherweightgo_model_ast_Type(b); - return (i ? new $c_s_util_Right(result) : new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError("The declarations of the main program seems to be wrong!", null))) + return (i ? new $c_s_util_Right(result) : new $c_s_util_Left(new $c_Lfeatherweightgo_model_error_FGError$FGTypeError("The declarations of the main program seems to be wrong!", null))); } else { - return this$4 + return this$4; } }); $c_Lfeatherweightgo_typer_TyperImpl.prototype.featherweightgo$typer$TyperImpl$$formalsImplementCheck$1__sci_List__sci_List__sci_List__Z = (function(fs1, fs2, declarations$1) { @@ -12292,17 +11737,16 @@ $c_Lfeatherweightgo_typer_TyperImpl.prototype.featherweightgo$typer$TyperImpl$$f if ((x0$1 !== null)) { var f1 = $as_Lfeatherweightgo_model_ast_TypeFormal($n(x0$1)._1__O()); var f2 = $as_Lfeatherweightgo_model_ast_TypeFormal($n(x0$1)._2__O()); - $m_Lfeatherweightgo_model_typer_Implement$(); var lhs = $n(f1).Lfeatherweightgo_model_ast_TypeFormal__f_interfaceType; var this$4 = new $c_Lfeatherweightgo_model_typer_Implement$ImplementSyntax(lhs); var rhs = $n(f2).Lfeatherweightgo_model_ast_TypeFormal__f_interfaceType; - return new $c_Lfeatherweightgo_model_typer_Implement(this$4.Lfeatherweightgo_model_typer_Implement$ImplementSyntax__f_lhs, rhs) + return new $c_Lfeatherweightgo_model_typer_Implement(this$4.Lfeatherweightgo_model_typer_Implement$ImplementSyntax__f_lhs, rhs); } else { - throw new $c_s_MatchError(x0$1) + throw new $c_s_MatchError(x0$1); } }); if ((this$5 === $m_sci_Nil$())) { - var $x_1 = $m_sci_Nil$() + var $x_1 = $m_sci_Nil$(); } else { var arg1 = this$5.head__O(); var h = new $c_sci_$colon$colon(f(arg1), $m_sci_Nil$()); @@ -12313,112 +11757,101 @@ $c_Lfeatherweightgo_typer_TyperImpl.prototype.featherweightgo$typer$TyperImpl$$f var nx = new $c_sci_$colon$colon(f(arg1$1), $m_sci_Nil$()); $n(t).sci_$colon$colon__f_next = nx; t = nx; - rest = $as_sci_List($n(rest).tail__O()) - }; - var $x_1 = h - }; - return $n($x_2).$bar$minus__sci_List__Lfeatherweightgo_model_typer_Checking__Z($x_1, $m_Lfeatherweightgo_model_typer_Implement$().checkingInstance__sci_List__Lfeatherweightgo_model_typer_Checking(declarations$1)) + rest = $as_sci_List($n(rest).tail__O()); + } + var $x_1 = h; + } + return $n($x_2).$bar$minus__sci_List__Lfeatherweightgo_model_typer_Checking__Z($x_1, $m_Lfeatherweightgo_model_typer_Implement$().checkingInstance__sci_List__Lfeatherweightgo_model_typer_Checking(declarations$1)); } else { - return false + return false; } }); -var $d_Lfeatherweightgo_typer_TyperImpl = new $TypeData().initClass({ - Lfeatherweightgo_typer_TyperImpl: 0 -}, false, "featherweightgo.typer.TyperImpl", { +var $d_Lfeatherweightgo_typer_TyperImpl = new $TypeData().initClass($c_Lfeatherweightgo_typer_TyperImpl, "featherweightgo.typer.TyperImpl", ({ Lfeatherweightgo_typer_TyperImpl: 1, - O: 1, Lfeatherweightgo_typer_Typer: 1 -}); -$c_Lfeatherweightgo_typer_TyperImpl.prototype.$classData = $d_Lfeatherweightgo_typer_TyperImpl; +})); function $p_jl_Character$__nonASCIIZeroDigitCodePoints$lzycompute__AI($thiz) { if (((((32 & $thiz.jl_Character$__f_bitmap$0) << 24) >> 24) === 0)) { $thiz.jl_Character$__f_nonASCIIZeroDigitCodePoints = new $ac_I(new Int32Array([1632, 1776, 1984, 2406, 2534, 2662, 2790, 2918, 3046, 3174, 3302, 3430, 3664, 3792, 3872, 4160, 4240, 6112, 6160, 6470, 6608, 6784, 6800, 6992, 7088, 7232, 7248, 42528, 43216, 43264, 43472, 43600, 44016, 65296, 66720, 69734, 69872, 69942, 70096, 71360, 120782, 120792, 120802, 120812, 120822])); - $thiz.jl_Character$__f_bitmap$0 = (((32 | $thiz.jl_Character$__f_bitmap$0) << 24) >> 24) - }; - return $thiz.jl_Character$__f_nonASCIIZeroDigitCodePoints + $thiz.jl_Character$__f_bitmap$0 = (((32 | $thiz.jl_Character$__f_bitmap$0) << 24) >> 24); + } + return $thiz.jl_Character$__f_nonASCIIZeroDigitCodePoints; } function $p_jl_Character$__nonASCIIZeroDigitCodePoints__AI($thiz) { - return (((((32 & $thiz.jl_Character$__f_bitmap$0) << 24) >> 24) === 0) ? $p_jl_Character$__nonASCIIZeroDigitCodePoints$lzycompute__AI($thiz) : $thiz.jl_Character$__f_nonASCIIZeroDigitCodePoints) + return (((((32 & $thiz.jl_Character$__f_bitmap$0) << 24) >> 24) === 0) ? $p_jl_Character$__nonASCIIZeroDigitCodePoints$lzycompute__AI($thiz) : $thiz.jl_Character$__f_nonASCIIZeroDigitCodePoints); } /** @constructor */ function $c_jl_Character$() { this.jl_Character$__f_nonASCIIZeroDigitCodePoints = null; - this.jl_Character$__f_bitmap$0 = 0 + this.jl_Character$__f_bitmap$0 = 0; } $c_jl_Character$.prototype = new $h_O(); $c_jl_Character$.prototype.constructor = $c_jl_Character$; /** @constructor */ function $h_jl_Character$() { - /**/ } $h_jl_Character$.prototype = $c_jl_Character$.prototype; $c_jl_Character$.prototype.toString__I__T = (function(codePoint) { if (((codePoint >= 0) && (codePoint < 65536))) { - return $as_T(String.fromCharCode(codePoint)) + return $as_T(String.fromCharCode(codePoint)); } else if (((codePoint >= 0) && (codePoint <= 1114111))) { - return $as_T(String.fromCharCode((65535 & (55296 | (((-64) + (codePoint >> 10)) | 0))), (65535 & (56320 | (1023 & codePoint))))) + return $as_T(String.fromCharCode((65535 & (55296 | (((-64) + (codePoint >> 10)) | 0))), (65535 & (56320 | (1023 & codePoint))))); } else { - throw $ct_jl_IllegalArgumentException__(new $c_jl_IllegalArgumentException()) + throw $ct_jl_IllegalArgumentException__(new $c_jl_IllegalArgumentException()); } }); $c_jl_Character$.prototype.digitWithValidRadix__I__I__I = (function(codePoint, radix) { if ((codePoint < 256)) { - var value = (((codePoint >= 48) && (codePoint <= 57)) ? (((-48) + codePoint) | 0) : (((codePoint >= 65) && (codePoint <= 90)) ? (((-55) + codePoint) | 0) : (((codePoint >= 97) && (codePoint <= 122)) ? (((-87) + codePoint) | 0) : (-1)))) + var value = (((codePoint >= 48) && (codePoint <= 57)) ? (((-48) + codePoint) | 0) : (((codePoint >= 65) && (codePoint <= 90)) ? (((-55) + codePoint) | 0) : (((codePoint >= 97) && (codePoint <= 122)) ? (((-87) + codePoint) | 0) : (-1)))); } else if (((codePoint >= 65313) && (codePoint <= 65338))) { - var value = (((-65303) + codePoint) | 0) + var value = (((-65303) + codePoint) | 0); } else if (((codePoint >= 65345) && (codePoint <= 65370))) { - var value = (((-65335) + codePoint) | 0) + var value = (((-65335) + codePoint) | 0); } else { var p = $m_ju_Arrays$().binarySearch__AI__I__I($p_jl_Character$__nonASCIIZeroDigitCodePoints__AI(this), codePoint); var zeroCodePointIndex = ((p < 0) ? (((-2) - p) | 0) : p); if ((zeroCodePointIndex < 0)) { - var value = (-1) + var value = (-1); } else { var v = ((codePoint - $n($p_jl_Character$__nonASCIIZeroDigitCodePoints__AI(this)).get(zeroCodePointIndex)) | 0); - var value = ((v > 9) ? (-1) : v) + var value = ((v > 9) ? (-1) : v); } - }; - return ((value < radix) ? value : (-1)) + } + return ((value < radix) ? value : (-1)); }); -var $d_jl_Character$ = new $TypeData().initClass({ - jl_Character$: 0 -}, false, "java.lang.Character$", { +var $d_jl_Character$ = new $TypeData().initClass($c_jl_Character$, "java.lang.Character$", ({ jl_Character$: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_jl_Character$.prototype.$classData = $d_jl_Character$; +})); var $n_jl_Character$; function $m_jl_Character$() { if ((!$n_jl_Character$)) { - $n_jl_Character$ = new $c_jl_Character$() - }; - return $n_jl_Character$ + $n_jl_Character$ = new $c_jl_Character$(); + } + return $n_jl_Character$; } function $p_jl_Integer$__fail$1__T__E($thiz, s$1) { - throw new $c_jl_NumberFormatException((("For input string: \"" + s$1) + "\"")) + throw new $c_jl_NumberFormatException((("For input string: \"" + s$1) + "\"")); } /** @constructor */ function $c_jl_Integer$() { - /**/ } $c_jl_Integer$.prototype = new $h_O(); $c_jl_Integer$.prototype.constructor = $c_jl_Integer$; /** @constructor */ function $h_jl_Integer$() { - /**/ } $h_jl_Integer$.prototype = $c_jl_Integer$.prototype; $c_jl_Integer$.prototype.parseInt__T__I__I = (function(s, radix) { if ((s === null)) { - var len = 0 + var len = 0; } else { var this$1 = $n(s); - var len = this$1.length - }; + var len = this$1.length; + } if ((((len === 0) || (radix < 2)) || (radix > 36))) { - $p_jl_Integer$__fail$1__T__E(this, s) - }; + $p_jl_Integer$__fail$1__T__E(this, s); + } var this$2 = $n(s); var firstChar = $charAt(this$2, 0); var negative = (firstChar === 45); @@ -12427,8 +11860,8 @@ $c_jl_Integer$.prototype.parseInt__T__I__I = (function(s, radix) { var $x_1 = i; var this$3 = $n(s); if (($x_1 >= this$3.length)) { - $p_jl_Integer$__fail$1__T__E(this, s) - }; + $p_jl_Integer$__fail$1__T__E(this, s); + } var result = 0.0; while ((i !== len)) { var $x_2 = $m_jl_Character$(); @@ -12437,47 +11870,41 @@ $c_jl_Integer$.prototype.parseInt__T__I__I = (function(s, radix) { var digit = $n($x_2).digitWithValidRadix__I__I__I($charAt(this$4, index), radix); result = ((result * radix) + digit); if (((digit === (-1)) || (result > maxAbsValue))) { - $p_jl_Integer$__fail$1__T__E(this, s) - }; - i = ((1 + i) | 0) - }; + $p_jl_Integer$__fail$1__T__E(this, s); + } + i = ((1 + i) | 0); + } if (negative) { var n = (-result); - return $uI((n | 0.0)) + return $uI((n | 0.0)); } else { var n$1 = result; - return $uI((n$1 | 0.0)) + return $uI((n$1 | 0.0)); } }); $c_jl_Integer$.prototype.bitCount__I__I = (function(i) { var t1 = ((i - (1431655765 & (i >> 1))) | 0); var t2 = (((858993459 & t1) + (858993459 & (t1 >> 2))) | 0); - return (Math.imul(16843009, (252645135 & ((t2 + (t2 >> 4)) | 0))) >> 24) + return (Math.imul(16843009, (252645135 & ((t2 + (t2 >> 4)) | 0))) >> 24); }); -var $d_jl_Integer$ = new $TypeData().initClass({ - jl_Integer$: 0 -}, false, "java.lang.Integer$", { +var $d_jl_Integer$ = new $TypeData().initClass($c_jl_Integer$, "java.lang.Integer$", ({ jl_Integer$: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_jl_Integer$.prototype.$classData = $d_jl_Integer$; +})); var $n_jl_Integer$; function $m_jl_Integer$() { if ((!$n_jl_Integer$)) { - $n_jl_Integer$ = new $c_jl_Integer$() - }; - return $n_jl_Integer$ + $n_jl_Integer$ = new $c_jl_Integer$(); + } + return $n_jl_Integer$; } /** @constructor */ function $c_jl_Long$() { - /**/ } $c_jl_Long$.prototype = new $h_O(); $c_jl_Long$.prototype.constructor = $c_jl_Long$; /** @constructor */ function $h_jl_Long$() { - /**/ } $h_jl_Long$.prototype = $c_jl_Long$.prototype; $c_jl_Long$.prototype.java$lang$Long$$toHexString__I__I__T = (function(lo, hi) { @@ -12487,11 +11914,11 @@ $c_jl_Long$.prototype.java$lang$Long$$toHexString__I__I__T = (function(lo, hi) { var this$3 = $n(s); var beginIndex = this$3.length; if (((beginIndex < 0) || (beginIndex > 8))) { - $charAt("00000000", beginIndex) - }; - return ($x_1 + (("" + $as_T("00000000".substring(beginIndex))) + s)) + $charAt("00000000", beginIndex); + } + return ($x_1 + (("" + $as_T("00000000".substring(beginIndex))) + s)); } else { - return $as_T($uD((lo >>> 0.0)).toString(16)) + return $as_T($uD((lo >>> 0.0)).toString(16)); } }); $c_jl_Long$.prototype.java$lang$Long$$toOctalString__I__I__T = (function(lo, hi) { @@ -12504,66 +11931,60 @@ $c_jl_Long$.prototype.java$lang$Long$$toOctalString__I__I__T = (function(lo, hi) var this$3 = $n(s); var beginIndex = this$3.length; if (((beginIndex < 0) || (beginIndex > 10))) { - $charAt("0000000000", beginIndex) - }; + $charAt("0000000000", beginIndex); + } var $x_1 = $as_T("0000000000".substring(beginIndex)); var s$1 = $as_T($uD((lp >>> 0.0)).toString(8)); var this$5 = $n(s$1); var beginIndex$1 = this$5.length; if (((beginIndex$1 < 0) || (beginIndex$1 > 10))) { - $charAt("0000000000", beginIndex$1) - }; - return (($x_2 + (("" + $x_1) + s)) + (("" + $as_T("0000000000".substring(beginIndex$1))) + s$1)) + $charAt("0000000000", beginIndex$1); + } + return (($x_2 + (("" + $x_1) + s)) + (("" + $as_T("0000000000".substring(beginIndex$1))) + s$1)); } else if ((mp !== 0)) { var $x_3 = $as_T($uD((mp >>> 0.0)).toString(8)); var s$2 = $as_T($uD((lp >>> 0.0)).toString(8)); var this$8 = $n(s$2); var beginIndex$2 = this$8.length; if (((beginIndex$2 < 0) || (beginIndex$2 > 10))) { - $charAt("0000000000", beginIndex$2) - }; - return ($x_3 + (("" + $as_T("0000000000".substring(beginIndex$2))) + s$2)) + $charAt("0000000000", beginIndex$2); + } + return ($x_3 + (("" + $as_T("0000000000".substring(beginIndex$2))) + s$2)); } else { - return $as_T($uD((lp >>> 0.0)).toString(8)) + return $as_T($uD((lp >>> 0.0)).toString(8)); } }); -var $d_jl_Long$ = new $TypeData().initClass({ - jl_Long$: 0 -}, false, "java.lang.Long$", { +var $d_jl_Long$ = new $TypeData().initClass($c_jl_Long$, "java.lang.Long$", ({ jl_Long$: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_jl_Long$.prototype.$classData = $d_jl_Long$; +})); var $n_jl_Long$; function $m_jl_Long$() { if ((!$n_jl_Long$)) { - $n_jl_Long$ = new $c_jl_Long$() - }; - return $n_jl_Long$ + $n_jl_Long$ = new $c_jl_Long$(); + } + return $n_jl_Long$; } /** @constructor */ function $c_jl_Number() { - /**/ } $c_jl_Number.prototype = new $h_O(); $c_jl_Number.prototype.constructor = $c_jl_Number; /** @constructor */ function $h_jl_Number() { - /**/ } $h_jl_Number.prototype = $c_jl_Number.prototype; function $is_jl_Number(obj) { - return (((obj instanceof $c_jl_Number) || ((typeof obj) === "number")) || (obj instanceof $c_RTLong)) + return (((obj instanceof $c_jl_Number) || ((typeof obj) === "number")) || (obj instanceof $c_RTLong)); } function $as_jl_Number(obj) { - return (($is_jl_Number(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Number")) + return (($is_jl_Number(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Number")); } function $isArrayOf_jl_Number(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Number))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Number))); } function $asArrayOf_jl_Number(obj, depth) { - return (($isArrayOf_jl_Number(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Number;", depth)) + return (($isArrayOf_jl_Number(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Number;", depth)); } /** @constructor */ function $c_jl_StackTraceElement(declaringClass, methodName, fileName, lineNumber, columnNumber) { @@ -12576,106 +11997,95 @@ function $c_jl_StackTraceElement(declaringClass, methodName, fileName, lineNumbe this.jl_StackTraceElement__f_methodName = methodName; this.jl_StackTraceElement__f_fileName = fileName; this.jl_StackTraceElement__f_lineNumber = lineNumber; - this.jl_StackTraceElement__f_columnNumber = columnNumber + this.jl_StackTraceElement__f_columnNumber = columnNumber; } $c_jl_StackTraceElement.prototype = new $h_O(); $c_jl_StackTraceElement.prototype.constructor = $c_jl_StackTraceElement; /** @constructor */ function $h_jl_StackTraceElement() { - /**/ } $h_jl_StackTraceElement.prototype = $c_jl_StackTraceElement.prototype; $c_jl_StackTraceElement.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_jl_StackTraceElement)) { var x2 = $as_jl_StackTraceElement(that); - return (((((this.jl_StackTraceElement__f_fileName === $n(x2).jl_StackTraceElement__f_fileName) && (this.jl_StackTraceElement__f_lineNumber === $n(x2).jl_StackTraceElement__f_lineNumber)) && (this.jl_StackTraceElement__f_columnNumber === $n(x2).jl_StackTraceElement__f_columnNumber)) && (this.jl_StackTraceElement__f_declaringClass === $n(x2).jl_StackTraceElement__f_declaringClass)) && (this.jl_StackTraceElement__f_methodName === $n(x2).jl_StackTraceElement__f_methodName)) + return (((((this.jl_StackTraceElement__f_fileName === $n(x2).jl_StackTraceElement__f_fileName) && (this.jl_StackTraceElement__f_lineNumber === $n(x2).jl_StackTraceElement__f_lineNumber)) && (this.jl_StackTraceElement__f_columnNumber === $n(x2).jl_StackTraceElement__f_columnNumber)) && (this.jl_StackTraceElement__f_declaringClass === $n(x2).jl_StackTraceElement__f_declaringClass)) && (this.jl_StackTraceElement__f_methodName === $n(x2).jl_StackTraceElement__f_methodName)); } else { - return false + return false; } }); $c_jl_StackTraceElement.prototype.toString__T = (function() { var result = ""; if ((this.jl_StackTraceElement__f_declaringClass !== "")) { - result = ((("" + result) + this.jl_StackTraceElement__f_declaringClass) + ".") - }; + result = ((("" + result) + this.jl_StackTraceElement__f_declaringClass) + "."); + } result = (("" + result) + this.jl_StackTraceElement__f_methodName); if ((this.jl_StackTraceElement__f_fileName === null)) { - result = (result + "(Unknown Source)") + result = (result + "(Unknown Source)"); } else { result = ((result + "(") + this.jl_StackTraceElement__f_fileName); if ((this.jl_StackTraceElement__f_lineNumber >= 0)) { result = ((result + ":") + this.jl_StackTraceElement__f_lineNumber); if ((this.jl_StackTraceElement__f_columnNumber >= 0)) { - result = ((result + ":") + this.jl_StackTraceElement__f_columnNumber) + result = ((result + ":") + this.jl_StackTraceElement__f_columnNumber); } - }; - result = (result + ")") - }; - return result + } + result = (result + ")"); + } + return result; }); $c_jl_StackTraceElement.prototype.hashCode__I = (function() { - return (((($f_T__hashCode__I($n(this.jl_StackTraceElement__f_declaringClass)) ^ $f_T__hashCode__I($n(this.jl_StackTraceElement__f_methodName))) ^ $f_T__hashCode__I($n(this.jl_StackTraceElement__f_fileName))) ^ this.jl_StackTraceElement__f_lineNumber) ^ this.jl_StackTraceElement__f_columnNumber) + return (((($f_T__hashCode__I($n(this.jl_StackTraceElement__f_declaringClass)) ^ $f_T__hashCode__I($n(this.jl_StackTraceElement__f_methodName))) ^ $f_T__hashCode__I($n(this.jl_StackTraceElement__f_fileName))) ^ this.jl_StackTraceElement__f_lineNumber) ^ this.jl_StackTraceElement__f_columnNumber); }); function $as_jl_StackTraceElement(obj) { - return (((obj instanceof $c_jl_StackTraceElement) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.StackTraceElement")) + return (((obj instanceof $c_jl_StackTraceElement) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.StackTraceElement")); } function $isArrayOf_jl_StackTraceElement(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_StackTraceElement))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_StackTraceElement))); } function $asArrayOf_jl_StackTraceElement(obj, depth) { - return (($isArrayOf_jl_StackTraceElement(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.StackTraceElement;", depth)) + return (($isArrayOf_jl_StackTraceElement(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.StackTraceElement;", depth)); } -var $d_jl_StackTraceElement = new $TypeData().initClass({ - jl_StackTraceElement: 0 -}, false, "java.lang.StackTraceElement", { +var $d_jl_StackTraceElement = new $TypeData().initClass($c_jl_StackTraceElement, "java.lang.StackTraceElement", ({ jl_StackTraceElement: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_jl_StackTraceElement.prototype.$classData = $d_jl_StackTraceElement; +})); /** @constructor */ function $c_jl_String$() { - /**/ } $c_jl_String$.prototype = new $h_O(); $c_jl_String$.prototype.constructor = $c_jl_String$; /** @constructor */ function $h_jl_String$() { - /**/ } $h_jl_String$.prototype = $c_jl_String$.prototype; $c_jl_String$.prototype.new__AC__I__I__T = (function(value, offset, count) { var end = ((offset + count) | 0); if ((((offset < 0) || (end < offset)) || (end > $n(value).u.length))) { - throw $ct_jl_StringIndexOutOfBoundsException__(new $c_jl_StringIndexOutOfBoundsException()) - }; + throw $ct_jl_StringIndexOutOfBoundsException__(new $c_jl_StringIndexOutOfBoundsException()); + } var result = ""; var i = offset; while ((i !== end)) { var $x_1 = result; var this$1 = $n(value).get(i); - result = (("" + $x_1) + $as_T(String.fromCharCode(this$1))); - i = ((1 + i) | 0) - }; - return result + result = ($x_1 + ("" + $cToS(this$1))); + i = ((1 + i) | 0); + } + return result; }); $c_jl_String$.prototype.format__T__AO__T = (function(format, args) { - return $n($ct_ju_Formatter__(new $c_ju_Formatter()).format__T__AO__ju_Formatter(format, args)).toString__T() + return $n($ct_ju_Formatter__(new $c_ju_Formatter()).format__T__AO__ju_Formatter(format, args)).toString__T(); }); -var $d_jl_String$ = new $TypeData().initClass({ - jl_String$: 0 -}, false, "java.lang.String$", { +var $d_jl_String$ = new $TypeData().initClass($c_jl_String$, "java.lang.String$", ({ jl_String$: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_jl_String$.prototype.$classData = $d_jl_String$; +})); var $n_jl_String$; function $m_jl_String$() { if ((!$n_jl_String$)) { - $n_jl_String$ = new $c_jl_String$() - }; - return $n_jl_String$ + $n_jl_String$ = new $c_jl_String$(); + } + return $n_jl_String$; } function $p_jl_Throwable__printStackTraceImpl__O__V($thiz, sprintln) { $thiz.getStackTrace__Ajl_StackTraceElement(); @@ -12684,21 +12094,21 @@ function $p_jl_Throwable__printStackTraceImpl__O__V($thiz, sprintln) { var i = 0; while ((i < $n($thiz.jl_Throwable__f_stackTrace).u.length)) { sprintln((" at " + $n($thiz.jl_Throwable__f_stackTrace).get(i))); - i = ((1 + i) | 0) + i = ((1 + i) | 0); } } else { - sprintln(" ") - }; + sprintln(" "); + } var wCause = $thiz; while (true) { var $x_3 = wCause; var this$1 = $n(wCause); if (($x_3 !== this$1.jl_Throwable__f_e)) { var this$2 = $n(wCause); - var $x_2 = (this$2.jl_Throwable__f_e !== null) + var $x_2 = (this$2.jl_Throwable__f_e !== null); } else { - var $x_2 = false - }; + var $x_2 = false; + } if ($x_2) { var parentTrace = $n(wCause).getStackTrace__Ajl_StackTraceElement(); var this$3 = $n(wCause); @@ -12713,33 +12123,33 @@ function $p_jl_Throwable__printStackTraceImpl__O__V($thiz, sprintln) { if (((sameFrameCount < thisLength) && (sameFrameCount < parentLength))) { var x = $n(thisTrace).get((((-1) + ((thisLength - sameFrameCount) | 0)) | 0)); var x$2 = $n(parentTrace).get((((-1) + ((parentLength - sameFrameCount) | 0)) | 0)); - var $x_1 = ((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2)) + var $x_1 = ((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2)); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { - sameFrameCount = ((1 + sameFrameCount) | 0) + sameFrameCount = ((1 + sameFrameCount) | 0); } else { - break + break; } - }; + } if ((sameFrameCount > 0)) { - sameFrameCount = (((-1) + sameFrameCount) | 0) - }; + sameFrameCount = (((-1) + sameFrameCount) | 0); + } var lengthToPrint = ((thisLength - sameFrameCount) | 0); var i$2 = 0; while ((i$2 < lengthToPrint)) { sprintln((" at " + $n(thisTrace).get(i$2))); - i$2 = ((1 + i$2) | 0) - }; + i$2 = ((1 + i$2) | 0); + } if ((sameFrameCount > 0)) { - sprintln(((" ... " + sameFrameCount) + " more")) + sprintln(((" ... " + sameFrameCount) + " more")); } } else { - sprintln(" ") + sprintln(" "); } } else { - break + break; } } } @@ -12748,9 +12158,9 @@ function $ct_jl_Throwable__T__jl_Throwable__Z__Z__($thiz, s, e, enableSuppressio $thiz.jl_Throwable__f_e = e; $thiz.jl_Throwable__f_writableStackTrace = writableStackTrace; if (writableStackTrace) { - $thiz.fillInStackTrace__jl_Throwable() - }; - return $thiz + $thiz.fillInStackTrace__jl_Throwable(); + } + return $thiz; } class $c_jl_Throwable extends Error { constructor() { @@ -12759,74 +12169,72 @@ class $c_jl_Throwable extends Error { this.jl_Throwable__f_e = null; this.jl_Throwable__f_writableStackTrace = false; this.jl_Throwable__f_jsErrorForStackTrace = null; - this.jl_Throwable__f_stackTrace = null - }; + this.jl_Throwable__f_stackTrace = null; + } getMessage__T() { - return this.jl_Throwable__f_s - }; + return this.jl_Throwable__f_s; + } fillInStackTrace__jl_Throwable() { var $x_1 = this; var reference = (($x_1 instanceof $c_sjs_js_JavaScriptException) ? $x_1.sjs_js_JavaScriptException__f_exception : $n($x_1)); var identifyingString = Object.prototype.toString.call(reference); this.jl_Throwable__f_jsErrorForStackTrace = ((identifyingString === "[object Error]") ? reference : ((Error.captureStackTrace === (void 0)) ? new Error() : (Error.captureStackTrace(this), this))); - return this - }; + return this; + } getStackTrace__Ajl_StackTraceElement() { if ((this.jl_Throwable__f_stackTrace === null)) { if (this.jl_Throwable__f_writableStackTrace) { - this.jl_Throwable__f_stackTrace = $m_jl_StackTrace$().extract__O__Ajl_StackTraceElement(this.jl_Throwable__f_jsErrorForStackTrace) + this.jl_Throwable__f_stackTrace = $m_jl_StackTrace$().extract__O__Ajl_StackTraceElement(this.jl_Throwable__f_jsErrorForStackTrace); } else { - this.jl_Throwable__f_stackTrace = new ($d_jl_StackTraceElement.getArrayOf().constr)(0) + this.jl_Throwable__f_stackTrace = new ($d_jl_StackTraceElement.getArrayOf().constr)(0); } - }; - return this.jl_Throwable__f_stackTrace - }; + } + return this.jl_Throwable__f_stackTrace; + } printStackTrace__Ljava_io_PrintStream__V(s) { $p_jl_Throwable__printStackTraceImpl__O__V(this, ((x$1$2) => { var x$1 = $as_T(x$1$2); - $n(s).println__T__V(x$1) - })) - }; + $n(s).println__T__V(x$1); + })); + } toString__T() { var className = $objectClassName(this); var message = this.getMessage__T(); - return ((message === null) ? className : ((className + ": ") + message)) - }; + return ((message === null) ? className : ((className + ": ") + message)); + } hashCode__I() { - return $c_O.prototype.hashCode__I.call(this) - }; + return $c_O.prototype.hashCode__I.call(this); + } equals__O__Z(that) { - return $c_O.prototype.equals__O__Z.call(this, that) - }; + return $c_O.prototype.equals__O__Z.call(this, that); + } get "message"() { var m = this.getMessage__T(); - return ((m === null) ? "" : m) - }; + return ((m === null) ? "" : m); + } get "name"() { - return $objectClassName(this) - }; + return $objectClassName(this); + } "toString"() { - return this.toString__T() - }; + return this.toString__T(); + } } function $as_jl_Throwable(obj) { - return (((obj instanceof $c_jl_Throwable) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Throwable")) + return (((obj instanceof $c_jl_Throwable) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Throwable")); } function $isArrayOf_jl_Throwable(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Throwable))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Throwable))); } function $asArrayOf_jl_Throwable(obj, depth) { - return (($isArrayOf_jl_Throwable(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Throwable;", depth)) + return (($isArrayOf_jl_Throwable(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Throwable;", depth)); } /** @constructor */ function $c_ju_AbstractMap() { - /**/ } $c_ju_AbstractMap.prototype = new $h_O(); $c_ju_AbstractMap.prototype.constructor = $c_ju_AbstractMap; /** @constructor */ function $h_ju_AbstractMap() { - /**/ } $h_ju_AbstractMap.prototype = $c_ju_AbstractMap.prototype; $c_ju_AbstractMap.prototype.get__O__O = (function(key) { @@ -12839,14 +12247,14 @@ $c_ju_AbstractMap.prototype.get__O__O = (function(key) { var b = $n(entry).getKey__O(); if (((key === null) ? (b === null) : $dp_equals__O__Z($n(key), b))) { var entry$3 = $as_ju_Map$Entry(x); - return $n(entry$3).getValue__O() + return $n(entry$3).getValue__O(); } - }; - return null + } + return null; }); $c_ju_AbstractMap.prototype.equals__O__Z = (function(o) { if ((o === this)) { - return true + return true; } else if ($is_ju_Map(o)) { var x2 = $as_ju_Map(o); var this$1 = $m_ju_Collections$(); @@ -12865,17 +12273,17 @@ $c_ju_AbstractMap.prototype.equals__O__Z = (function(o) { var b = $n(item).getValue__O(); if ((!((a === null) ? (b === null) : $dp_equals__O__Z($n(a), b)))) { var $x_2 = true; - break _return + break _return; } - }; - var $x_2 = false - }; - return (!$x_2) + } + var $x_2 = false; + } + return (!$x_2); } else { - return false + return false; } } else { - return false + return false; } }); $c_ju_AbstractMap.prototype.hashCode__I = (function() { @@ -12888,9 +12296,9 @@ $c_ju_AbstractMap.prototype.hashCode__I = (function() { var item$2 = $n(_\uff3fself$1).next__O(); var prev = $uI(prev$2); var item = $as_ju_Map$Entry(item$2); - result = (($n(item).hashCode__I() + prev) | 0) - }; - return $uI(result) + result = (($n(item).hashCode__I() + prev) | 0); + } + return $uI(result); }); $c_ju_AbstractMap.prototype.toString__T = (function() { var result = "{"; @@ -12900,87 +12308,75 @@ $c_ju_AbstractMap.prototype.toString__T = (function() { while ($n(iter).hasNext__Z()) { var entry = $as_ju_Map$Entry($n(iter).next__O()); if (first) { - first = false + first = false; } else { - result = (result + ", ") - }; - result = (((("" + result) + $n(entry).getKey__O()) + "=") + $n(entry).getValue__O()) - }; - return (result + "}") + result = (result + ", "); + } + result = (((("" + result) + $n(entry).getKey__O()) + "=") + $n(entry).getValue__O()); + } + return (result + "}"); }); function $is_ju_Collection(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.ju_Collection))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.ju_Collection))); } function $as_ju_Collection(obj) { - return (($is_ju_Collection(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "java.util.Collection")) + return (($is_ju_Collection(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "java.util.Collection")); } function $isArrayOf_ju_Collection(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.ju_Collection))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.ju_Collection))); } function $asArrayOf_ju_Collection(obj, depth) { - return (($isArrayOf_ju_Collection(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.util.Collection;", depth)) + return (($isArrayOf_ju_Collection(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.util.Collection;", depth)); } /** @constructor */ function $c_ju_Collections$EmptyIterator() { - /**/ } $c_ju_Collections$EmptyIterator.prototype = new $h_O(); $c_ju_Collections$EmptyIterator.prototype.constructor = $c_ju_Collections$EmptyIterator; /** @constructor */ function $h_ju_Collections$EmptyIterator() { - /**/ } $h_ju_Collections$EmptyIterator.prototype = $c_ju_Collections$EmptyIterator.prototype; $c_ju_Collections$EmptyIterator.prototype.hasNext__Z = (function() { - return false + return false; }); $c_ju_Collections$EmptyIterator.prototype.next__O = (function() { - throw $ct_ju_NoSuchElementException__(new $c_ju_NoSuchElementException()) + throw $ct_ju_NoSuchElementException__(new $c_ju_NoSuchElementException()); }); -var $d_ju_Collections$EmptyIterator = new $TypeData().initClass({ - ju_Collections$EmptyIterator: 0 -}, false, "java.util.Collections$EmptyIterator", { +var $d_ju_Collections$EmptyIterator = new $TypeData().initClass($c_ju_Collections$EmptyIterator, "java.util.Collections$EmptyIterator", ({ ju_Collections$EmptyIterator: 1, - O: 1, ju_Iterator: 1 -}); -$c_ju_Collections$EmptyIterator.prototype.$classData = $d_ju_Collections$EmptyIterator; +})); /** @constructor */ function $c_ju_Formatter$RootLocaleInfo$() { - /**/ } $c_ju_Formatter$RootLocaleInfo$.prototype = new $h_ju_Formatter$LocaleInfo(); $c_ju_Formatter$RootLocaleInfo$.prototype.constructor = $c_ju_Formatter$RootLocaleInfo$; /** @constructor */ function $h_ju_Formatter$RootLocaleInfo$() { - /**/ } $h_ju_Formatter$RootLocaleInfo$.prototype = $c_ju_Formatter$RootLocaleInfo$.prototype; -var $d_ju_Formatter$RootLocaleInfo$ = new $TypeData().initClass({ - ju_Formatter$RootLocaleInfo$: 0 -}, false, "java.util.Formatter$RootLocaleInfo$", { +var $d_ju_Formatter$RootLocaleInfo$ = new $TypeData().initClass($c_ju_Formatter$RootLocaleInfo$, "java.util.Formatter$RootLocaleInfo$", ({ ju_Formatter$RootLocaleInfo$: 1, - ju_Formatter$LocaleInfo: 1, - O: 1 -}); -$c_ju_Formatter$RootLocaleInfo$.prototype.$classData = $d_ju_Formatter$RootLocaleInfo$; + ju_Formatter$LocaleInfo: 1 +})); var $n_ju_Formatter$RootLocaleInfo$; function $m_ju_Formatter$RootLocaleInfo$() { if ((!$n_ju_Formatter$RootLocaleInfo$)) { - $n_ju_Formatter$RootLocaleInfo$ = new $c_ju_Formatter$RootLocaleInfo$() - }; - return $n_ju_Formatter$RootLocaleInfo$ + $n_ju_Formatter$RootLocaleInfo$ = new $c_ju_Formatter$RootLocaleInfo$(); + } + return $n_ju_Formatter$RootLocaleInfo$; } function $p_ju_regex_Matcher__resetMatch__ju_regex_Matcher($thiz) { $thiz.ju_regex_Matcher__f_position = 0; $thiz.ju_regex_Matcher__f_lastMatch = null; - return $thiz + return $thiz; } function $p_ju_regex_Matcher__ensureLastMatch__O($thiz) { if (($thiz.ju_regex_Matcher__f_lastMatch === null)) { - throw $ct_jl_IllegalStateException__T__(new $c_jl_IllegalStateException(), "No match available") - }; - return $thiz.ju_regex_Matcher__f_lastMatch + throw $ct_jl_IllegalStateException__T__(new $c_jl_IllegalStateException(), "No match available"); + } + return $thiz.ju_regex_Matcher__f_lastMatch; } /** @constructor */ function $c_ju_regex_Matcher(pattern0, input0) { @@ -12996,22 +12392,21 @@ function $c_ju_regex_Matcher(pattern0, input0) { $n(this.ju_regex_Matcher__f_java$util$regex$Matcher$$input0); this.ju_regex_Matcher__f_inputstr = this.ju_regex_Matcher__f_java$util$regex$Matcher$$input0; this.ju_regex_Matcher__f_position = 0; - this.ju_regex_Matcher__f_lastMatch = null + this.ju_regex_Matcher__f_lastMatch = null; } $c_ju_regex_Matcher.prototype = new $h_O(); $c_ju_regex_Matcher.prototype.constructor = $c_ju_regex_Matcher; /** @constructor */ function $h_ju_regex_Matcher() { - /**/ } $h_ju_regex_Matcher.prototype = $c_ju_regex_Matcher.prototype; $c_ju_regex_Matcher.prototype.lookingAt__Z = (function() { $p_ju_regex_Matcher__resetMatch__ju_regex_Matcher(this); this.find__Z(); if (((this.ju_regex_Matcher__f_lastMatch !== null) && ($uI($p_ju_regex_Matcher__ensureLastMatch__O(this).index) !== 0))) { - $p_ju_regex_Matcher__resetMatch__ju_regex_Matcher(this) - }; - return (this.ju_regex_Matcher__f_lastMatch !== null) + $p_ju_regex_Matcher__resetMatch__ju_regex_Matcher(this); + } + return (this.ju_regex_Matcher__f_lastMatch !== null); }); $c_ju_regex_Matcher.prototype.find__Z = (function() { var this$1 = $n(this.ju_regex_Matcher__f_pattern0); @@ -13020,46 +12415,42 @@ $c_ju_regex_Matcher.prototype.find__Z = (function() { var mtch = this$1.java$util$regex$Pattern$$execFindInternal__T__I__O(input, start); var end = $uI(this$1.ju_regex_Pattern__f_java$util$regex$Pattern$$jsRegExpForFind.lastIndex); if ((mtch !== null)) { - var $x_1 = ((end === $uI(mtch.index)) ? ((1 + end) | 0) : end) + var $x_1 = ((end === $uI(mtch.index)) ? ((1 + end) | 0) : end); } else { var this$2 = $n(this.ju_regex_Matcher__f_inputstr); - var $x_1 = ((1 + this$2.length) | 0) - }; + var $x_1 = ((1 + this$2.length) | 0); + } this.ju_regex_Matcher__f_position = $x_1; this.ju_regex_Matcher__f_lastMatch = mtch; - return (mtch !== null) + return (mtch !== null); }); $c_ju_regex_Matcher.prototype.find__I__Z = (function(start) { this.reset__ju_regex_Matcher(); this.ju_regex_Matcher__f_position = start; - return this.find__Z() + return this.find__Z(); }); $c_ju_regex_Matcher.prototype.reset__ju_regex_Matcher = (function() { this.ju_regex_Matcher__f_regionStart0 = 0; $n(this.ju_regex_Matcher__f_java$util$regex$Matcher$$input0); this.ju_regex_Matcher__f_inputstr = this.ju_regex_Matcher__f_java$util$regex$Matcher$$input0; - return $p_ju_regex_Matcher__resetMatch__ju_regex_Matcher(this) + return $p_ju_regex_Matcher__resetMatch__ju_regex_Matcher(this); }); $c_ju_regex_Matcher.prototype.start__I = (function() { - return (($uI($p_ju_regex_Matcher__ensureLastMatch__O(this).index) + this.ju_regex_Matcher__f_regionStart0) | 0) + return (($uI($p_ju_regex_Matcher__ensureLastMatch__O(this).index) + this.ju_regex_Matcher__f_regionStart0) | 0); }); $c_ju_regex_Matcher.prototype.end__I = (function() { var $x_1 = this.start__I(); var this$1 = $n(this.group__T()); - return (($x_1 + this$1.length) | 0) + return (($x_1 + this$1.length) | 0); }); $c_ju_regex_Matcher.prototype.group__T = (function() { var x = $p_ju_regex_Matcher__ensureLastMatch__O(this)[0]; - return $as_T(x) + return $as_T(x); }); -var $d_ju_regex_Matcher = new $TypeData().initClass({ - ju_regex_Matcher: 0 -}, false, "java.util.regex.Matcher", { +var $d_ju_regex_Matcher = new $TypeData().initClass($c_ju_regex_Matcher, "java.util.regex.Matcher", ({ ju_regex_Matcher: 1, - O: 1, ju_regex_MatchResult: 1 -}); -$c_ju_regex_Matcher.prototype.$classData = $d_ju_regex_Matcher; +})); /** @constructor */ function $c_ju_regex_Pattern(_pattern, _flags, jsPattern, jsFlags, sticky, groupCount, groupNumberMap, namedGroups) { this.ju_regex_Pattern__f__pattern = null; @@ -13070,58 +12461,48 @@ function $c_ju_regex_Pattern(_pattern, _flags, jsPattern, jsFlags, sticky, group this.ju_regex_Pattern__f_java$util$regex$Pattern$$jsFlags = jsFlags; this.ju_regex_Pattern__f_java$util$regex$Pattern$$sticky = sticky; this.ju_regex_Pattern__f_java$util$regex$Pattern$$jsRegExpForFind = new RegExp(jsPattern, (this.ju_regex_Pattern__f_java$util$regex$Pattern$$jsFlags + (this.ju_regex_Pattern__f_java$util$regex$Pattern$$sticky ? "gy" : "g"))); - new RegExp((("^(?:" + jsPattern) + ")$"), jsFlags) + new RegExp((("^(?:" + jsPattern) + ")$"), jsFlags); } $c_ju_regex_Pattern.prototype = new $h_O(); $c_ju_regex_Pattern.prototype.constructor = $c_ju_regex_Pattern; /** @constructor */ function $h_ju_regex_Pattern() { - /**/ } $h_ju_regex_Pattern.prototype = $c_ju_regex_Pattern.prototype; $c_ju_regex_Pattern.prototype.java$util$regex$Pattern$$execFindInternal__T__I__O = (function(input, start) { var regexp = this.ju_regex_Pattern__f_java$util$regex$Pattern$$jsRegExpForFind; regexp.lastIndex = start; - return regexp.exec(input) + return regexp.exec(input); }); $c_ju_regex_Pattern.prototype.toString__T = (function() { - return this.ju_regex_Pattern__f__pattern + return this.ju_regex_Pattern__f__pattern; }); -var $d_ju_regex_Pattern = new $TypeData().initClass({ - ju_regex_Pattern: 0 -}, false, "java.util.regex.Pattern", { +var $d_ju_regex_Pattern = new $TypeData().initClass($c_ju_regex_Pattern, "java.util.regex.Pattern", ({ ju_regex_Pattern: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_ju_regex_Pattern.prototype.$classData = $d_ju_regex_Pattern; +})); /** @constructor */ function $c_s_$less$colon$less$() { this.s_$less$colon$less$__f_singleton = null; $n_s_$less$colon$less$ = this; - this.s_$less$colon$less$__f_singleton = new $c_s_$less$colon$less$$anon$1() + this.s_$less$colon$less$__f_singleton = new $c_s_$less$colon$less$$anon$1(); } $c_s_$less$colon$less$.prototype = new $h_O(); $c_s_$less$colon$less$.prototype.constructor = $c_s_$less$colon$less$; /** @constructor */ function $h_s_$less$colon$less$() { - /**/ } $h_s_$less$colon$less$.prototype = $c_s_$less$colon$less$.prototype; -var $d_s_$less$colon$less$ = new $TypeData().initClass({ - s_$less$colon$less$: 0 -}, false, "scala.$less$colon$less$", { +var $d_s_$less$colon$less$ = new $TypeData().initClass($c_s_$less$colon$less$, "scala.$less$colon$less$", ({ s_$less$colon$less$: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_s_$less$colon$less$.prototype.$classData = $d_s_$less$colon$less$; +})); var $n_s_$less$colon$less$; function $m_s_$less$colon$less$() { if ((!$n_s_$less$colon$less$)) { - $n_s_$less$colon$less$ = new $c_s_$less$colon$less$() - }; - return $n_s_$less$colon$less$ + $n_s_$less$colon$less$ = new $c_s_$less$colon$less$(); + } + return $n_s_$less$colon$less$; } function $p_s_Array$__slowcopy__O__I__O__I__I__V($thiz, src, srcPos, dest, destPos, length) { var i = srcPos; @@ -13130,23 +12511,21 @@ function $p_s_Array$__slowcopy__O__I__O__I__I__V($thiz, src, srcPos, dest, destP while ((i < srcUntil)) { $m_sr_ScalaRunTime$().array_update__O__I__O__V(dest, j, $m_sr_ScalaRunTime$().array_apply__O__I__O(src, i)); i = ((1 + i) | 0); - j = ((1 + j) | 0) + j = ((1 + j) | 0); } } function $p_s_Array$__newUnitArray__I__Ajl_Void($thiz, len) { var result = new ($d_jl_Void.getArrayOf().constr)(len); $m_ju_Arrays$().fill__AO__O__V(result, (void 0)); - return result + return result; } /** @constructor */ function $c_s_Array$() { - /**/ } $c_s_Array$.prototype = new $h_O(); $c_s_Array$.prototype.constructor = $c_s_Array$; /** @constructor */ function $h_s_Array$() { - /**/ } $h_s_Array$.prototype = $c_s_Array$.prototype; $c_s_Array$.prototype.from__sc_IterableOnce__s_reflect_ClassTag__O = (function(it, evidence$3) { @@ -13157,9 +12536,9 @@ $c_s_Array$.prototype.from__sc_IterableOnce__s_reflect_ClassTag__O = (function(i var i = 0; while ((i < n)) { $m_sr_ScalaRunTime$().array_update__O__I__O__V(elements, i, $n(iterator).next__O()); - i = ((1 + i) | 0) - }; - return elements + i = ((1 + i) | 0); + } + return elements; } else { var capacity = 0; var jsElems = null; @@ -13171,10 +12550,10 @@ $c_s_Array$.prototype.from__sc_IterableOnce__s_reflect_ClassTag__O = (function(i while ($n(iterator$2).hasNext__Z()) { var elem = $n(iterator$2).next__O(); var unboxedElem = (isCharArrayBuilder ? $uC(elem) : ((elem === null) ? $n(elementClass).jl_Class__f_data.zero : elem)); - jsElems.push(unboxedElem) - }; + jsElems.push(unboxedElem); + } var elemRuntimeClass = ((elementClass === $d_V.getClassOf()) ? $d_jl_Void.getClassOf() : (((elementClass === $d_sr_Null$.getClassOf()) || (elementClass === $d_sr_Nothing$.getClassOf())) ? $d_O.getClassOf() : elementClass)); - return $n(elemRuntimeClass).jl_Class__f_data.getArrayOf().wrapArray(jsElems) + return $n(elemRuntimeClass).jl_Class__f_data.getArrayOf().wrapArray(jsElems); } }); $c_s_Array$.prototype.copy__O__I__O__I__I__V = (function(src, srcPos, dest, destPos, length) { @@ -13182,532 +12561,421 @@ $c_s_Array$.prototype.copy__O__I__O__I__I__V = (function(src, srcPos, dest, dest var srcClass = $objectGetClass(this$1); if ($n(srcClass).isArray__Z()) { var this$2 = $n(dest); - var $x_1 = $n($objectGetClass(this$2)).isAssignableFrom__jl_Class__Z(srcClass) + var $x_1 = $n($objectGetClass(this$2)).isAssignableFrom__jl_Class__Z(srcClass); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { - $systemArraycopyFull($n(src), srcPos, $n(dest), destPos, length) + $systemArraycopyFull($n(src), srcPos, $n(dest), destPos, length); } else { - $p_s_Array$__slowcopy__O__I__O__I__I__V(this, src, srcPos, dest, destPos, length) + $p_s_Array$__slowcopy__O__I__O__I__I__V(this, src, srcPos, dest, destPos, length); } }); $c_s_Array$.prototype.copyOf__O__I__O = (function(original, newLength) { if ($isArrayOf_jl_Void(original, 1)) { - return $p_s_Array$__newUnitArray__I__Ajl_Void(this, newLength) + return $p_s_Array$__newUnitArray__I__Ajl_Void(this, newLength); } else if ((original instanceof $ac_O)) { var x3 = $asArrayOf_O(original, 1); - return $m_ju_Arrays$().copyOf__AO__I__AO(x3, newLength) + return $m_ju_Arrays$().copyOf__AO__I__AO(x3, newLength); } else if ((original instanceof $ac_I)) { var x4 = $asArrayOf_I(original, 1); - return $m_ju_Arrays$().copyOf__AI__I__AI(x4, newLength) + return $m_ju_Arrays$().copyOf__AI__I__AI(x4, newLength); } else if ((original instanceof $ac_D)) { var x5 = $asArrayOf_D(original, 1); - return $m_ju_Arrays$().copyOf__AD__I__AD(x5, newLength) + return $m_ju_Arrays$().copyOf__AD__I__AD(x5, newLength); } else if ((original instanceof $ac_J)) { var x6 = $asArrayOf_J(original, 1); - return $m_ju_Arrays$().copyOf__AJ__I__AJ(x6, newLength) + return $m_ju_Arrays$().copyOf__AJ__I__AJ(x6, newLength); } else if ((original instanceof $ac_F)) { var x7 = $asArrayOf_F(original, 1); - return $m_ju_Arrays$().copyOf__AF__I__AF(x7, newLength) + return $m_ju_Arrays$().copyOf__AF__I__AF(x7, newLength); } else if ((original instanceof $ac_C)) { var x8 = $asArrayOf_C(original, 1); - return $m_ju_Arrays$().copyOf__AC__I__AC(x8, newLength) + return $m_ju_Arrays$().copyOf__AC__I__AC(x8, newLength); } else if ((original instanceof $ac_B)) { var x9 = $asArrayOf_B(original, 1); - return $m_ju_Arrays$().copyOf__AB__I__AB(x9, newLength) + return $m_ju_Arrays$().copyOf__AB__I__AB(x9, newLength); } else if ((original instanceof $ac_S)) { var x10 = $asArrayOf_S(original, 1); - return $m_ju_Arrays$().copyOf__AS__I__AS(x10, newLength) + return $m_ju_Arrays$().copyOf__AS__I__AS(x10, newLength); } else if ((original instanceof $ac_Z)) { var x11 = $asArrayOf_Z(original, 1); - return $m_ju_Arrays$().copyOf__AZ__I__AZ(x11, newLength) + return $m_ju_Arrays$().copyOf__AZ__I__AZ(x11, newLength); } else { - throw new $c_s_MatchError(original) + throw new $c_s_MatchError(original); } }); $c_s_Array$.prototype.equals__AO__AO__Z = (function(xs, ys) { if ((xs === ys)) { - return true - }; + return true; + } if (($n(xs).u.length !== $n(ys).u.length)) { - return false - }; + return false; + } var len = $n(xs).u.length; var i = 0; while ((i < len)) { if ((!$m_sr_BoxesRunTime$().equals__O__O__Z($n(xs).get(i), $n(ys).get(i)))) { - return false - }; - i = ((1 + i) | 0) - }; - return true -}); -var $d_s_Array$ = new $TypeData().initClass({ - s_Array$: 0 -}, false, "scala.Array$", { + return false; + } + i = ((1 + i) | 0); + } + return true; +}); +var $d_s_Array$ = new $TypeData().initClass($c_s_Array$, "scala.Array$", ({ s_Array$: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_s_Array$.prototype.$classData = $d_s_Array$; +})); var $n_s_Array$; function $m_s_Array$() { if ((!$n_s_Array$)) { - $n_s_Array$ = new $c_s_Array$() - }; - return $n_s_Array$ + $n_s_Array$ = new $c_s_Array$(); + } + return $n_s_Array$; } /** @constructor */ function $c_s_Console$() { this.s_Console$__f_outVar = null; $n_s_Console$ = this; this.s_Console$__f_outVar = new $c_s_util_DynamicVariable($m_jl_System$Streams$().jl_System$Streams$__f_out); - new $c_s_util_DynamicVariable($m_jl_System$Streams$().jl_System$Streams$__f_err); - new $c_s_util_DynamicVariable(null) } $c_s_Console$.prototype = new $h_O(); $c_s_Console$.prototype.constructor = $c_s_Console$; /** @constructor */ function $h_s_Console$() { - /**/ } $h_s_Console$.prototype = $c_s_Console$.prototype; $c_s_Console$.prototype.out__Ljava_io_PrintStream = (function() { - return $as_Ljava_io_PrintStream($n(this.s_Console$__f_outVar).s_util_DynamicVariable__f_v) + return $as_Ljava_io_PrintStream($n(this.s_Console$__f_outVar).s_util_DynamicVariable__f_v); }); $c_s_Console$.prototype.print__O__V = (function(obj) { - $n(this.out__Ljava_io_PrintStream()).print__T__V(((obj === null) ? "null" : $dp_toString__T($n(obj)))) + $n(this.out__Ljava_io_PrintStream()).print__T__V(((obj === null) ? "null" : $dp_toString__T($n(obj)))); }); -var $d_s_Console$ = new $TypeData().initClass({ - s_Console$: 0 -}, false, "scala.Console$", { +var $d_s_Console$ = new $TypeData().initClass($c_s_Console$, "scala.Console$", ({ s_Console$: 1, - O: 1, s_io_AnsiColor: 1 -}); -$c_s_Console$.prototype.$classData = $d_s_Console$; +})); var $n_s_Console$; function $m_s_Console$() { if ((!$n_s_Console$)) { - $n_s_Console$ = new $c_s_Console$() - }; - return $n_s_Console$ + $n_s_Console$ = new $c_s_Console$(); + } + return $n_s_Console$; } /** @constructor */ function $c_s_LowPriorityImplicits() { - /**/ } $c_s_LowPriorityImplicits.prototype = new $h_s_LowPriorityImplicits2(); $c_s_LowPriorityImplicits.prototype.constructor = $c_s_LowPriorityImplicits; /** @constructor */ function $h_s_LowPriorityImplicits() { - /**/ } $h_s_LowPriorityImplicits.prototype = $c_s_LowPriorityImplicits.prototype; $c_s_LowPriorityImplicits.prototype.wrapString__T__sci_WrappedString = (function(s) { - return ((s !== null) ? new $c_sci_WrappedString(s) : null) + return ((s !== null) ? new $c_sci_WrappedString(s) : null); }); /** @constructor */ function $c_s_Option$() { - /**/ } $c_s_Option$.prototype = new $h_O(); $c_s_Option$.prototype.constructor = $c_s_Option$; /** @constructor */ function $h_s_Option$() { - /**/ } $h_s_Option$.prototype = $c_s_Option$.prototype; $c_s_Option$.prototype.apply__O__s_Option = (function(x) { - return ((x === null) ? $m_s_None$() : new $c_s_Some(x)) + return ((x === null) ? $m_s_None$() : new $c_s_Some(x)); }); -var $d_s_Option$ = new $TypeData().initClass({ - s_Option$: 0 -}, false, "scala.Option$", { +var $d_s_Option$ = new $TypeData().initClass($c_s_Option$, "scala.Option$", ({ s_Option$: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_s_Option$.prototype.$classData = $d_s_Option$; +})); var $n_s_Option$; function $m_s_Option$() { if ((!$n_s_Option$)) { - $n_s_Option$ = new $c_s_Option$() - }; - return $n_s_Option$ + $n_s_Option$ = new $c_s_Option$(); + } + return $n_s_Option$; } function $f_s_PartialFunction__applyOrElse__O__F1__O($thiz, x, default$1) { - return ($thiz.isDefinedAt__O__Z(x) ? $thiz.apply__O__O(x) : $n(default$1).apply__O__O(x)) + return ($thiz.isDefinedAt__O__Z(x) ? $thiz.apply__O__O(x) : $n(default$1).apply__O__O(x)); } function $f_s_Product__productElementName__I__T($thiz, n) { if (((n >= 0) && (n < $thiz.productArity__I()))) { - return "" + return ""; } else { - throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), (((n + " is out of bounds (min 0, max ") + (((-1) + $thiz.productArity__I()) | 0)) + ")")) + throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), (((n + " is out of bounds (min 0, max ") + (((-1) + $thiz.productArity__I()) | 0)) + ")")); } } function $is_s_Product(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.s_Product))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.s_Product))); } function $as_s_Product(obj) { - return (($is_s_Product(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.Product")) + return (($is_s_Product(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.Product")); } function $isArrayOf_s_Product(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_Product))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_Product))); } function $asArrayOf_s_Product(obj, depth) { - return (($isArrayOf_s_Product(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.Product;", depth)) + return (($isArrayOf_s_Product(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.Product;", depth)); } function $as_s_Symbol(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.Symbol")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.Symbol")); } function $isArrayOf_s_Symbol(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_Symbol))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_Symbol))); } function $asArrayOf_s_Symbol(obj, depth) { - return (($isArrayOf_s_Symbol(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.Symbol;", depth)) + return (($isArrayOf_s_Symbol(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.Symbol;", depth)); } /** @constructor */ function $c_sc_WithFilter() { - /**/ } $c_sc_WithFilter.prototype = new $h_O(); $c_sc_WithFilter.prototype.constructor = $c_sc_WithFilter; /** @constructor */ function $h_sc_WithFilter() { - /**/ } $h_sc_WithFilter.prototype = $c_sc_WithFilter.prototype; function $is_sci_LazyList$State(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sci_LazyList$State))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sci_LazyList$State))); } function $as_sci_LazyList$State(obj) { - return (($is_sci_LazyList$State(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.LazyList$State")) + return (($is_sci_LazyList$State(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.LazyList$State")); } function $isArrayOf_sci_LazyList$State(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_LazyList$State))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_LazyList$State))); } function $asArrayOf_sci_LazyList$State(obj, depth) { - return (($isArrayOf_sci_LazyList$State(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.LazyList$State;", depth)) + return (($isArrayOf_sci_LazyList$State(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.LazyList$State;", depth)); } /** @constructor */ function $c_sci_List$$anon$1() { - /**/ } $c_sci_List$$anon$1.prototype = new $h_O(); $c_sci_List$$anon$1.prototype.constructor = $c_sci_List$$anon$1; /** @constructor */ function $h_sci_List$$anon$1() { - /**/ } $h_sci_List$$anon$1.prototype = $c_sci_List$$anon$1.prototype; $c_sci_List$$anon$1.prototype.toString__T = (function() { - return "" + return ""; }); $c_sci_List$$anon$1.prototype.apply__O__O = (function(x) { - return this + return this; }); -var $d_sci_List$$anon$1 = new $TypeData().initClass({ - sci_List$$anon$1: 0 -}, false, "scala.collection.immutable.List$$anon$1", { +var $d_sci_List$$anon$1 = new $TypeData().initClass($c_sci_List$$anon$1, "scala.collection.immutable.List$$anon$1", ({ sci_List$$anon$1: 1, - O: 1, F1: 1 -}); -$c_sci_List$$anon$1.prototype.$classData = $d_sci_List$$anon$1; +})); /** @constructor */ function $c_sci_MapNode() { - /**/ } $c_sci_MapNode.prototype = new $h_sci_Node(); $c_sci_MapNode.prototype.constructor = $c_sci_MapNode; /** @constructor */ function $h_sci_MapNode() { - /**/ } $h_sci_MapNode.prototype = $c_sci_MapNode.prototype; function $as_sci_MapNode(obj) { - return (((obj instanceof $c_sci_MapNode) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.MapNode")) + return (((obj instanceof $c_sci_MapNode) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.MapNode")); } function $isArrayOf_sci_MapNode(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_MapNode))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_MapNode))); } function $asArrayOf_sci_MapNode(obj, depth) { - return (($isArrayOf_sci_MapNode(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.MapNode;", depth)) + return (($isArrayOf_sci_MapNode(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.MapNode;", depth)); } /** @constructor */ function $c_sci_SetNode() { - /**/ } $c_sci_SetNode.prototype = new $h_sci_Node(); $c_sci_SetNode.prototype.constructor = $c_sci_SetNode; /** @constructor */ function $h_sci_SetNode() { - /**/ } $h_sci_SetNode.prototype = $c_sci_SetNode.prototype; function $as_sci_SetNode(obj) { - return (((obj instanceof $c_sci_SetNode) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.SetNode")) + return (((obj instanceof $c_sci_SetNode) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.SetNode")); } function $isArrayOf_sci_SetNode(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_SetNode))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_SetNode))); } function $asArrayOf_sci_SetNode(obj, depth) { - return (($isArrayOf_sci_SetNode(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.SetNode;", depth)) + return (($isArrayOf_sci_SetNode(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.SetNode;", depth)); } function $f_scm_Growable__addAll__sc_IterableOnce__scm_Growable($thiz, elems) { if ((elems === $thiz)) { - $thiz.addAll__sc_IterableOnce__scm_Growable($m_scm_Buffer$().from__sc_IterableOnce__sc_SeqOps(elems)) + $thiz.addAll__sc_IterableOnce__scm_Growable($m_scm_Buffer$().from__sc_IterableOnce__sc_SeqOps(elems)); } else { var it = $n(elems).iterator__sc_Iterator(); while ($n(it).hasNext__Z()) { - $thiz.addOne__O__scm_Growable($n(it).next__O()) + $thiz.addOne__O__scm_Growable($n(it).next__O()); } - }; - return $thiz -} -/** @constructor */ -function $c_s_package$$anon$1() { - /**/ + } + return $thiz; } -$c_s_package$$anon$1.prototype = new $h_O(); -$c_s_package$$anon$1.prototype.constructor = $c_s_package$$anon$1; -/** @constructor */ -function $h_s_package$$anon$1() { - /**/ -} -$h_s_package$$anon$1.prototype = $c_s_package$$anon$1.prototype; -$c_s_package$$anon$1.prototype.toString__T = (function() { - return "object AnyRef" -}); -var $d_s_package$$anon$1 = new $TypeData().initClass({ - s_package$$anon$1: 0 -}, false, "scala.package$$anon$1", { - s_package$$anon$1: 1, - O: 1, - s_Specializable: 1 -}); -$c_s_package$$anon$1.prototype.$classData = $d_s_package$$anon$1; /** @constructor */ function $c_s_reflect_ClassTag$() { - /**/ + this.s_reflect_ClassTag$__f_Byte = null; + this.s_reflect_ClassTag$__f_Short = null; + this.s_reflect_ClassTag$__f_Char = null; + this.s_reflect_ClassTag$__f_Int = null; + this.s_reflect_ClassTag$__f_Long = null; + this.s_reflect_ClassTag$__f_Float = null; + this.s_reflect_ClassTag$__f_Double = null; + this.s_reflect_ClassTag$__f_Boolean = null; + this.s_reflect_ClassTag$__f_Unit = null; + this.s_reflect_ClassTag$__f_Any = null; + this.s_reflect_ClassTag$__f_Object = null; + this.s_reflect_ClassTag$__f_AnyRef = null; + this.s_reflect_ClassTag$__f_Nothing = null; + this.s_reflect_ClassTag$__f_Null = null; + $n_s_reflect_ClassTag$ = this; + this.s_reflect_ClassTag$__f_Byte = $m_s_reflect_ManifestFactory$ByteManifest$(); + this.s_reflect_ClassTag$__f_Short = $m_s_reflect_ManifestFactory$ShortManifest$(); + this.s_reflect_ClassTag$__f_Char = $m_s_reflect_ManifestFactory$CharManifest$(); + this.s_reflect_ClassTag$__f_Int = $m_s_reflect_ManifestFactory$IntManifest$(); + this.s_reflect_ClassTag$__f_Long = $m_s_reflect_ManifestFactory$LongManifest$(); + this.s_reflect_ClassTag$__f_Float = $m_s_reflect_ManifestFactory$FloatManifest$(); + this.s_reflect_ClassTag$__f_Double = $m_s_reflect_ManifestFactory$DoubleManifest$(); + this.s_reflect_ClassTag$__f_Boolean = $m_s_reflect_ManifestFactory$BooleanManifest$(); + this.s_reflect_ClassTag$__f_Unit = $m_s_reflect_ManifestFactory$UnitManifest$(); + this.s_reflect_ClassTag$__f_Any = $m_s_reflect_ManifestFactory$AnyManifest$(); + this.s_reflect_ClassTag$__f_Object = $m_s_reflect_ManifestFactory$ObjectManifest$(); + this.s_reflect_ClassTag$__f_AnyRef = $m_s_reflect_ManifestFactory$ObjectManifest$(); + this.s_reflect_ClassTag$__f_Nothing = $m_s_reflect_ManifestFactory$NothingManifest$(); + this.s_reflect_ClassTag$__f_Null = $m_s_reflect_ManifestFactory$NullManifest$(); } $c_s_reflect_ClassTag$.prototype = new $h_O(); $c_s_reflect_ClassTag$.prototype.constructor = $c_s_reflect_ClassTag$; /** @constructor */ function $h_s_reflect_ClassTag$() { - /**/ } $h_s_reflect_ClassTag$.prototype = $c_s_reflect_ClassTag$.prototype; $c_s_reflect_ClassTag$.prototype.apply__jl_Class__s_reflect_ClassTag = (function(runtimeClass1) { - return ((runtimeClass1 === $d_B.getClassOf()) ? $m_s_reflect_ManifestFactory$ByteManifest$() : ((runtimeClass1 === $d_S.getClassOf()) ? $m_s_reflect_ManifestFactory$ShortManifest$() : ((runtimeClass1 === $d_C.getClassOf()) ? $m_s_reflect_ManifestFactory$CharManifest$() : ((runtimeClass1 === $d_I.getClassOf()) ? $m_s_reflect_ManifestFactory$IntManifest$() : ((runtimeClass1 === $d_J.getClassOf()) ? $m_s_reflect_ManifestFactory$LongManifest$() : ((runtimeClass1 === $d_F.getClassOf()) ? $m_s_reflect_ManifestFactory$FloatManifest$() : ((runtimeClass1 === $d_D.getClassOf()) ? $m_s_reflect_ManifestFactory$DoubleManifest$() : ((runtimeClass1 === $d_Z.getClassOf()) ? $m_s_reflect_ManifestFactory$BooleanManifest$() : ((runtimeClass1 === $d_V.getClassOf()) ? $m_s_reflect_ManifestFactory$UnitManifest$() : ((runtimeClass1 === $d_O.getClassOf()) ? $m_s_reflect_ManifestFactory$ObjectManifest$() : ((runtimeClass1 === $d_sr_Nothing$.getClassOf()) ? $m_s_reflect_ManifestFactory$NothingManifest$() : ((runtimeClass1 === $d_sr_Null$.getClassOf()) ? $m_s_reflect_ManifestFactory$NullManifest$() : new $c_s_reflect_ClassTag$GenericClassTag(runtimeClass1))))))))))))) + return ((runtimeClass1 === $d_B.getClassOf()) ? $m_s_reflect_ManifestFactory$ByteManifest$() : ((runtimeClass1 === $d_S.getClassOf()) ? $m_s_reflect_ManifestFactory$ShortManifest$() : ((runtimeClass1 === $d_C.getClassOf()) ? $m_s_reflect_ManifestFactory$CharManifest$() : ((runtimeClass1 === $d_I.getClassOf()) ? $m_s_reflect_ManifestFactory$IntManifest$() : ((runtimeClass1 === $d_J.getClassOf()) ? $m_s_reflect_ManifestFactory$LongManifest$() : ((runtimeClass1 === $d_F.getClassOf()) ? $m_s_reflect_ManifestFactory$FloatManifest$() : ((runtimeClass1 === $d_D.getClassOf()) ? $m_s_reflect_ManifestFactory$DoubleManifest$() : ((runtimeClass1 === $d_Z.getClassOf()) ? $m_s_reflect_ManifestFactory$BooleanManifest$() : ((runtimeClass1 === $d_V.getClassOf()) ? $m_s_reflect_ManifestFactory$UnitManifest$() : ((runtimeClass1 === $d_O.getClassOf()) ? $m_s_reflect_ManifestFactory$ObjectManifest$() : ((runtimeClass1 === $d_sr_Nothing$.getClassOf()) ? $m_s_reflect_ManifestFactory$NothingManifest$() : ((runtimeClass1 === $d_sr_Null$.getClassOf()) ? $m_s_reflect_ManifestFactory$NullManifest$() : new $c_s_reflect_ClassTag$GenericClassTag(runtimeClass1))))))))))))); }); -var $d_s_reflect_ClassTag$ = new $TypeData().initClass({ - s_reflect_ClassTag$: 0 -}, false, "scala.reflect.ClassTag$", { +var $d_s_reflect_ClassTag$ = new $TypeData().initClass($c_s_reflect_ClassTag$, "scala.reflect.ClassTag$", ({ s_reflect_ClassTag$: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_s_reflect_ClassTag$.prototype.$classData = $d_s_reflect_ClassTag$; +})); var $n_s_reflect_ClassTag$; function $m_s_reflect_ClassTag$() { if ((!$n_s_reflect_ClassTag$)) { - $n_s_reflect_ClassTag$ = new $c_s_reflect_ClassTag$() - }; - return $n_s_reflect_ClassTag$ + $n_s_reflect_ClassTag$ = new $c_s_reflect_ClassTag$(); + } + return $n_s_reflect_ClassTag$; } /** @constructor */ function $c_sr_AbstractFunction0() { - /**/ } $c_sr_AbstractFunction0.prototype = new $h_O(); $c_sr_AbstractFunction0.prototype.constructor = $c_sr_AbstractFunction0; /** @constructor */ function $h_sr_AbstractFunction0() { - /**/ } $h_sr_AbstractFunction0.prototype = $c_sr_AbstractFunction0.prototype; $c_sr_AbstractFunction0.prototype.toString__T = (function() { - return "" + return ""; }); /** @constructor */ function $c_sr_AbstractFunction1() { - /**/ } $c_sr_AbstractFunction1.prototype = new $h_O(); $c_sr_AbstractFunction1.prototype.constructor = $c_sr_AbstractFunction1; /** @constructor */ function $h_sr_AbstractFunction1() { - /**/ } $h_sr_AbstractFunction1.prototype = $c_sr_AbstractFunction1.prototype; $c_sr_AbstractFunction1.prototype.toString__T = (function() { - return "" + return ""; }); /** @constructor */ function $c_sr_AbstractFunction2() { - /**/ } $c_sr_AbstractFunction2.prototype = new $h_O(); $c_sr_AbstractFunction2.prototype.constructor = $c_sr_AbstractFunction2; /** @constructor */ function $h_sr_AbstractFunction2() { - /**/ } $h_sr_AbstractFunction2.prototype = $c_sr_AbstractFunction2.prototype; $c_sr_AbstractFunction2.prototype.toString__T = (function() { - return "" + return ""; }); /** @constructor */ function $c_sr_AbstractFunction3() { - /**/ } $c_sr_AbstractFunction3.prototype = new $h_O(); $c_sr_AbstractFunction3.prototype.constructor = $c_sr_AbstractFunction3; /** @constructor */ function $h_sr_AbstractFunction3() { - /**/ } $h_sr_AbstractFunction3.prototype = $c_sr_AbstractFunction3.prototype; $c_sr_AbstractFunction3.prototype.toString__T = (function() { - return "" + return ""; }); /** @constructor */ function $c_sr_IntRef(elem) { this.sr_IntRef__f_elem = 0; - this.sr_IntRef__f_elem = elem + this.sr_IntRef__f_elem = elem; } $c_sr_IntRef.prototype = new $h_O(); $c_sr_IntRef.prototype.constructor = $c_sr_IntRef; /** @constructor */ function $h_sr_IntRef() { - /**/ } $h_sr_IntRef.prototype = $c_sr_IntRef.prototype; $c_sr_IntRef.prototype.toString__T = (function() { var i = this.sr_IntRef__f_elem; - return ("" + i) + return ("" + i); }); -var $d_sr_IntRef = new $TypeData().initClass({ - sr_IntRef: 0 -}, false, "scala.runtime.IntRef", { +var $d_sr_IntRef = new $TypeData().initClass($c_sr_IntRef, "scala.runtime.IntRef", ({ sr_IntRef: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_sr_IntRef.prototype.$classData = $d_sr_IntRef; +})); /** @constructor */ function $c_sr_LazyRef() { this.sr_LazyRef__f__initialized = false; - this.sr_LazyRef__f__value = null + this.sr_LazyRef__f__value = null; } $c_sr_LazyRef.prototype = new $h_O(); $c_sr_LazyRef.prototype.constructor = $c_sr_LazyRef; /** @constructor */ function $h_sr_LazyRef() { - /**/ } $h_sr_LazyRef.prototype = $c_sr_LazyRef.prototype; $c_sr_LazyRef.prototype.initialize__O__O = (function(value) { this.sr_LazyRef__f__value = value; this.sr_LazyRef__f__initialized = true; - return value + return value; }); $c_sr_LazyRef.prototype.toString__T = (function() { - return ("LazyRef " + (this.sr_LazyRef__f__initialized ? ("of: " + this.sr_LazyRef__f__value) : "thunk")) + return ("LazyRef " + (this.sr_LazyRef__f__initialized ? ("of: " + this.sr_LazyRef__f__value) : "thunk")); }); -var $d_sr_LazyRef = new $TypeData().initClass({ - sr_LazyRef: 0 -}, false, "scala.runtime.LazyRef", { +var $d_sr_LazyRef = new $TypeData().initClass($c_sr_LazyRef, "scala.runtime.LazyRef", ({ sr_LazyRef: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_sr_LazyRef.prototype.$classData = $d_sr_LazyRef; +})); /** @constructor */ function $c_sr_ObjectRef(elem) { this.sr_ObjectRef__f_elem = null; - this.sr_ObjectRef__f_elem = elem + this.sr_ObjectRef__f_elem = elem; } $c_sr_ObjectRef.prototype = new $h_O(); $c_sr_ObjectRef.prototype.constructor = $c_sr_ObjectRef; /** @constructor */ function $h_sr_ObjectRef() { - /**/ } $h_sr_ObjectRef.prototype = $c_sr_ObjectRef.prototype; $c_sr_ObjectRef.prototype.toString__T = (function() { var obj = this.sr_ObjectRef__f_elem; - return ("" + obj) + return ("" + obj); }); -var $d_sr_ObjectRef = new $TypeData().initClass({ - sr_ObjectRef: 0 -}, false, "scala.runtime.ObjectRef", { +var $d_sr_ObjectRef = new $TypeData().initClass($c_sr_ObjectRef, "scala.runtime.ObjectRef", ({ sr_ObjectRef: 1, - O: 1, - Ljava_io_Serializable: 1 -}); -$c_sr_ObjectRef.prototype.$classData = $d_sr_ObjectRef; -/** @constructor */ -function $c_s_util_Left$() { - /**/ -} -$c_s_util_Left$.prototype = new $h_O(); -$c_s_util_Left$.prototype.constructor = $c_s_util_Left$; -/** @constructor */ -function $h_s_util_Left$() { - /**/ -} -$h_s_util_Left$.prototype = $c_s_util_Left$.prototype; -$c_s_util_Left$.prototype.toString__T = (function() { - return "Left" -}); -var $d_s_util_Left$ = new $TypeData().initClass({ - s_util_Left$: 0 -}, false, "scala.util.Left$", { - s_util_Left$: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_s_util_Left$.prototype.$classData = $d_s_util_Left$; -var $n_s_util_Left$; -function $m_s_util_Left$() { - if ((!$n_s_util_Left$)) { - $n_s_util_Left$ = new $c_s_util_Left$() - }; - return $n_s_util_Left$ -} -/** @constructor */ -function $c_s_util_Right$() { - /**/ -} -$c_s_util_Right$.prototype = new $h_O(); -$c_s_util_Right$.prototype.constructor = $c_s_util_Right$; -/** @constructor */ -function $h_s_util_Right$() { - /**/ -} -$h_s_util_Right$.prototype = $c_s_util_Right$.prototype; -$c_s_util_Right$.prototype.toString__T = (function() { - return "Right" -}); -var $d_s_util_Right$ = new $TypeData().initClass({ - s_util_Right$: 0 -}, false, "scala.util.Right$", { - s_util_Right$: 1, - O: 1, - Ljava_io_Serializable: 1 -}); -$c_s_util_Right$.prototype.$classData = $d_s_util_Right$; -var $n_s_util_Right$; -function $m_s_util_Right$() { - if ((!$n_s_util_Right$)) { - $n_s_util_Right$ = new $c_s_util_Right$() - }; - return $n_s_util_Right$ -} +})); /** @constructor */ function $c_s_util_hashing_MurmurHash3$() { this.s_util_hashing_MurmurHash3$__f_seqSeed = 0; @@ -13718,32 +12986,31 @@ function $c_s_util_hashing_MurmurHash3$() { this.s_util_hashing_MurmurHash3$__f_seqSeed = $f_T__hashCode__I("Seq"); this.s_util_hashing_MurmurHash3$__f_mapSeed = $f_T__hashCode__I("Map"); this.s_util_hashing_MurmurHash3$__f_setSeed = $f_T__hashCode__I("Set"); - this.s_util_hashing_MurmurHash3$__f_emptyMapHash = this.unorderedHash__sc_IterableOnce__I__I($m_s_package$().s_package$__f_Nil, this.s_util_hashing_MurmurHash3$__f_mapSeed) + this.s_util_hashing_MurmurHash3$__f_emptyMapHash = this.unorderedHash__sc_IterableOnce__I__I($m_sci_Nil$(), this.s_util_hashing_MurmurHash3$__f_mapSeed); } $c_s_util_hashing_MurmurHash3$.prototype = new $h_s_util_hashing_MurmurHash3(); $c_s_util_hashing_MurmurHash3$.prototype.constructor = $c_s_util_hashing_MurmurHash3$; /** @constructor */ function $h_s_util_hashing_MurmurHash3$() { - /**/ } $h_s_util_hashing_MurmurHash3$.prototype = $c_s_util_hashing_MurmurHash3$.prototype; $c_s_util_hashing_MurmurHash3$.prototype.tuple2Hash__O__O__I = (function(x, y) { - return this.tuple2Hash__I__I__I__I($m_sr_Statics$().anyHash__O__I(x), $m_sr_Statics$().anyHash__O__I(y), (-889275714)) + return this.tuple2Hash__I__I__I__I($m_sr_Statics$().anyHash__O__I(x), $m_sr_Statics$().anyHash__O__I(y), (-889275714)); }); $c_s_util_hashing_MurmurHash3$.prototype.seqHash__sc_Seq__I = (function(xs) { if ($is_sc_IndexedSeq(xs)) { var x2 = $as_sc_IndexedSeq(xs); - return this.indexedSeqHash__sc_IndexedSeq__I__I(x2, this.s_util_hashing_MurmurHash3$__f_seqSeed) + return this.indexedSeqHash__sc_IndexedSeq__I__I(x2, this.s_util_hashing_MurmurHash3$__f_seqSeed); } else if ((xs instanceof $c_sci_List)) { var x3 = $as_sci_List(xs); - return this.listHash__sci_List__I__I(x3, this.s_util_hashing_MurmurHash3$__f_seqSeed) + return this.listHash__sci_List__I__I(x3, this.s_util_hashing_MurmurHash3$__f_seqSeed); } else { - return this.orderedHash__sc_IterableOnce__I__I(xs, this.s_util_hashing_MurmurHash3$__f_seqSeed) + return this.orderedHash__sc_IterableOnce__I__I(xs, this.s_util_hashing_MurmurHash3$__f_seqSeed); } }); $c_s_util_hashing_MurmurHash3$.prototype.mapHash__sc_Map__I = (function(xs) { if ($n(xs).isEmpty__Z()) { - return this.s_util_hashing_MurmurHash3$__f_emptyMapHash + return this.s_util_hashing_MurmurHash3$__f_emptyMapHash; } else { var accum = new $c_s_util_hashing_MurmurHash3$accum$1(); var h = this.s_util_hashing_MurmurHash3$__f_mapSeed; @@ -13751,23 +13018,19 @@ $c_s_util_hashing_MurmurHash3$.prototype.mapHash__sc_Map__I = (function(xs) { h = this.mix__I__I__I(h, accum.s_util_hashing_MurmurHash3$accum$1__f_a); h = this.mix__I__I__I(h, accum.s_util_hashing_MurmurHash3$accum$1__f_b); h = this.mixLast__I__I__I(h, accum.s_util_hashing_MurmurHash3$accum$1__f_c); - return this.finalizeHash__I__I__I(h, accum.s_util_hashing_MurmurHash3$accum$1__f_n) + return this.finalizeHash__I__I__I(h, accum.s_util_hashing_MurmurHash3$accum$1__f_n); } }); -var $d_s_util_hashing_MurmurHash3$ = new $TypeData().initClass({ - s_util_hashing_MurmurHash3$: 0 -}, false, "scala.util.hashing.MurmurHash3$", { +var $d_s_util_hashing_MurmurHash3$ = new $TypeData().initClass($c_s_util_hashing_MurmurHash3$, "scala.util.hashing.MurmurHash3$", ({ s_util_hashing_MurmurHash3$: 1, - s_util_hashing_MurmurHash3: 1, - O: 1 -}); -$c_s_util_hashing_MurmurHash3$.prototype.$classData = $d_s_util_hashing_MurmurHash3$; + s_util_hashing_MurmurHash3: 1 +})); var $n_s_util_hashing_MurmurHash3$; function $m_s_util_hashing_MurmurHash3$() { if ((!$n_s_util_hashing_MurmurHash3$)) { - $n_s_util_hashing_MurmurHash3$ = new $c_s_util_hashing_MurmurHash3$() - }; - return $n_s_util_hashing_MurmurHash3$ + $n_s_util_hashing_MurmurHash3$ = new $c_s_util_hashing_MurmurHash3$(); + } + return $n_s_util_hashing_MurmurHash3$; } /** @constructor */ function $c_s_util_hashing_MurmurHash3$accum$1() { @@ -13778,73 +13041,63 @@ function $c_s_util_hashing_MurmurHash3$accum$1() { this.s_util_hashing_MurmurHash3$accum$1__f_a = 0; this.s_util_hashing_MurmurHash3$accum$1__f_b = 0; this.s_util_hashing_MurmurHash3$accum$1__f_n = 0; - this.s_util_hashing_MurmurHash3$accum$1__f_c = 1 + this.s_util_hashing_MurmurHash3$accum$1__f_c = 1; } $c_s_util_hashing_MurmurHash3$accum$1.prototype = new $h_O(); $c_s_util_hashing_MurmurHash3$accum$1.prototype.constructor = $c_s_util_hashing_MurmurHash3$accum$1; /** @constructor */ function $h_s_util_hashing_MurmurHash3$accum$1() { - /**/ } $h_s_util_hashing_MurmurHash3$accum$1.prototype = $c_s_util_hashing_MurmurHash3$accum$1.prototype; $c_s_util_hashing_MurmurHash3$accum$1.prototype.toString__T = (function() { - return "" + return ""; }); $c_s_util_hashing_MurmurHash3$accum$1.prototype.apply__O__O__V = (function(k, v) { var h = $m_s_util_hashing_MurmurHash3$().tuple2Hash__O__O__I(k, v); this.s_util_hashing_MurmurHash3$accum$1__f_a = ((this.s_util_hashing_MurmurHash3$accum$1__f_a + h) | 0); this.s_util_hashing_MurmurHash3$accum$1__f_b = (this.s_util_hashing_MurmurHash3$accum$1__f_b ^ h); this.s_util_hashing_MurmurHash3$accum$1__f_c = Math.imul(this.s_util_hashing_MurmurHash3$accum$1__f_c, (1 | h)); - this.s_util_hashing_MurmurHash3$accum$1__f_n = ((1 + this.s_util_hashing_MurmurHash3$accum$1__f_n) | 0) + this.s_util_hashing_MurmurHash3$accum$1__f_n = ((1 + this.s_util_hashing_MurmurHash3$accum$1__f_n) | 0); }); $c_s_util_hashing_MurmurHash3$accum$1.prototype.apply__O__O__O = (function(v1, v2) { - this.apply__O__O__V(v1, v2) + this.apply__O__O__V(v1, v2); }); -var $d_s_util_hashing_MurmurHash3$accum$1 = new $TypeData().initClass({ - s_util_hashing_MurmurHash3$accum$1: 0 -}, false, "scala.util.hashing.MurmurHash3$accum$1", { +var $d_s_util_hashing_MurmurHash3$accum$1 = new $TypeData().initClass($c_s_util_hashing_MurmurHash3$accum$1, "scala.util.hashing.MurmurHash3$accum$1", ({ s_util_hashing_MurmurHash3$accum$1: 1, - O: 1, F2: 1 -}); -$c_s_util_hashing_MurmurHash3$accum$1.prototype.$classData = $d_s_util_hashing_MurmurHash3$accum$1; +})); function $ct_s_util_matching_Regex__ju_regex_Pattern__sci_Seq__($thiz, pattern, groupNames) { $thiz.s_util_matching_Regex__f_pattern = pattern; $thiz.s_util_matching_Regex__f_scala$util$matching$Regex$$groupNames = groupNames; - return $thiz + return $thiz; } function $ct_s_util_matching_Regex__T__sci_Seq__($thiz, regex, groupNames) { $ct_s_util_matching_Regex__ju_regex_Pattern__sci_Seq__($thiz, $m_ju_regex_PatternCompiler$().compile__T__I__ju_regex_Pattern(regex, 0), groupNames); - return $thiz + return $thiz; } /** @constructor */ function $c_s_util_matching_Regex() { this.s_util_matching_Regex__f_pattern = null; - this.s_util_matching_Regex__f_scala$util$matching$Regex$$groupNames = null + this.s_util_matching_Regex__f_scala$util$matching$Regex$$groupNames = null; } $c_s_util_matching_Regex.prototype = new $h_O(); $c_s_util_matching_Regex.prototype.constructor = $c_s_util_matching_Regex; /** @constructor */ function $h_s_util_matching_Regex() { - /**/ } $h_s_util_matching_Regex.prototype = $c_s_util_matching_Regex.prototype; $c_s_util_matching_Regex.prototype.findPrefixMatchOf__jl_CharSequence__s_Option = (function(source) { var this$1 = $n(this.s_util_matching_Regex__f_pattern); var m = new $c_ju_regex_Matcher(this$1, $dp_toString__T($n(source))); - return (m.lookingAt__Z() ? new $c_s_Some(new $c_s_util_matching_Regex$Match(source, m, this.s_util_matching_Regex__f_scala$util$matching$Regex$$groupNames)) : $m_s_None$()) + return (m.lookingAt__Z() ? new $c_s_Some(new $c_s_util_matching_Regex$Match(source, m, this.s_util_matching_Regex__f_scala$util$matching$Regex$$groupNames)) : $m_s_None$()); }); $c_s_util_matching_Regex.prototype.toString__T = (function() { - return $n(this.s_util_matching_Regex__f_pattern).ju_regex_Pattern__f__pattern + return $n(this.s_util_matching_Regex__f_pattern).ju_regex_Pattern__f__pattern; }); -var $d_s_util_matching_Regex = new $TypeData().initClass({ - s_util_matching_Regex: 0 -}, false, "scala.util.matching.Regex", { +var $d_s_util_matching_Regex = new $TypeData().initClass($c_s_util_matching_Regex, "scala.util.matching.Regex", ({ s_util_matching_Regex: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_s_util_matching_Regex.prototype.$classData = $d_s_util_matching_Regex; +})); /** @constructor */ function $c_s_util_matching_Regex$Match(source, matcher, _groupNames) { this.s_util_matching_Regex$Match__f_source = null; @@ -13852,301 +13105,284 @@ function $c_s_util_matching_Regex$Match(source, matcher, _groupNames) { this.s_util_matching_Regex$Match__f_end = 0; this.s_util_matching_Regex$Match__f_source = source; this.s_util_matching_Regex$Match__f_start = $n(matcher).start__I(); - this.s_util_matching_Regex$Match__f_end = $n(matcher).end__I() + this.s_util_matching_Regex$Match__f_end = $n(matcher).end__I(); } $c_s_util_matching_Regex$Match.prototype = new $h_O(); $c_s_util_matching_Regex$Match.prototype.constructor = $c_s_util_matching_Regex$Match; /** @constructor */ function $h_s_util_matching_Regex$Match() { - /**/ } $h_s_util_matching_Regex$Match.prototype = $c_s_util_matching_Regex$Match.prototype; $c_s_util_matching_Regex$Match.prototype.toString__T = (function() { - return $f_s_util_matching_Regex$MatchData__matched__T(this) + return $f_s_util_matching_Regex$MatchData__matched__T(this); }); function $as_s_util_matching_Regex$Match(obj) { - return (((obj instanceof $c_s_util_matching_Regex$Match) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.matching.Regex$Match")) + return (((obj instanceof $c_s_util_matching_Regex$Match) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.matching.Regex$Match")); } function $isArrayOf_s_util_matching_Regex$Match(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_matching_Regex$Match))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_matching_Regex$Match))); } function $asArrayOf_s_util_matching_Regex$Match(obj, depth) { - return (($isArrayOf_s_util_matching_Regex$Match(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.matching.Regex$Match;", depth)) + return (($isArrayOf_s_util_matching_Regex$Match(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.matching.Regex$Match;", depth)); } -var $d_s_util_matching_Regex$Match = new $TypeData().initClass({ - s_util_matching_Regex$Match: 0 -}, false, "scala.util.matching.Regex$Match", { +var $d_s_util_matching_Regex$Match = new $TypeData().initClass($c_s_util_matching_Regex$Match, "scala.util.matching.Regex$Match", ({ s_util_matching_Regex$Match: 1, - O: 1, s_util_matching_Regex$MatchData: 1 -}); -$c_s_util_matching_Regex$Match.prototype.$classData = $d_s_util_matching_Regex$Match; +})); function $ct_s_util_parsing_combinator_Parsers$NoSuccess__s_util_parsing_combinator_Parsers__T__s_util_parsing_input_Reader__($thiz, outer, msg, next) { $thiz.s_util_parsing_combinator_Parsers$NoSuccess__f_msg = msg; $thiz.s_util_parsing_combinator_Parsers$NoSuccess__f_next = next; $ct_s_util_parsing_combinator_Parsers$ParseResult__s_util_parsing_combinator_Parsers__($thiz, outer); - return $thiz + return $thiz; } /** @constructor */ function $c_s_util_parsing_combinator_Parsers$NoSuccess() { this.s_util_parsing_combinator_Parsers$ParseResult__f_$outer = null; this.s_util_parsing_combinator_Parsers$NoSuccess__f_msg = null; - this.s_util_parsing_combinator_Parsers$NoSuccess__f_next = null + this.s_util_parsing_combinator_Parsers$NoSuccess__f_next = null; } $c_s_util_parsing_combinator_Parsers$NoSuccess.prototype = new $h_s_util_parsing_combinator_Parsers$ParseResult(); $c_s_util_parsing_combinator_Parsers$NoSuccess.prototype.constructor = $c_s_util_parsing_combinator_Parsers$NoSuccess; /** @constructor */ function $h_s_util_parsing_combinator_Parsers$NoSuccess() { - /**/ } $h_s_util_parsing_combinator_Parsers$NoSuccess.prototype = $c_s_util_parsing_combinator_Parsers$NoSuccess.prototype; $c_s_util_parsing_combinator_Parsers$NoSuccess.prototype.flatMapWithNext__F1__s_util_parsing_combinator_Parsers$ParseResult = (function(f) { - return this + return this; }); $c_s_util_parsing_combinator_Parsers$NoSuccess.prototype.map__F1__s_util_parsing_combinator_Parsers$ParseResult = (function(f) { - return this + return this; }); function $as_s_util_parsing_combinator_Parsers$NoSuccess(obj) { - return (((obj instanceof $c_s_util_parsing_combinator_Parsers$NoSuccess) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.parsing.combinator.Parsers$NoSuccess")) + return (((obj instanceof $c_s_util_parsing_combinator_Parsers$NoSuccess) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.parsing.combinator.Parsers$NoSuccess")); } function $isArrayOf_s_util_parsing_combinator_Parsers$NoSuccess(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_parsing_combinator_Parsers$NoSuccess))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_parsing_combinator_Parsers$NoSuccess))); } function $asArrayOf_s_util_parsing_combinator_Parsers$NoSuccess(obj, depth) { - return (($isArrayOf_s_util_parsing_combinator_Parsers$NoSuccess(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.parsing.combinator.Parsers$NoSuccess;", depth)) + return (($isArrayOf_s_util_parsing_combinator_Parsers$NoSuccess(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.parsing.combinator.Parsers$NoSuccess;", depth)); } function $p_s_util_parsing_combinator_Parsers$Parser__p$lzycompute$1__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p$lzy$1, p0$1) { $n(p$lzy$1); - return ($n(p$lzy$1).sr_LazyRef__f__initialized ? $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$1).sr_LazyRef__f__value) : $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$1).initialize__O__O($n(p0$1).apply__O()))) + return ($n(p$lzy$1).sr_LazyRef__f__initialized ? $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$1).sr_LazyRef__f__value) : $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$1).initialize__O__O($n(p0$1).apply__O()))); } function $p_s_util_parsing_combinator_Parsers$Parser__p$2__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p$lzy$1, p0$1) { - return ($n(p$lzy$1).sr_LazyRef__f__initialized ? $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$1).sr_LazyRef__f__value) : $p_s_util_parsing_combinator_Parsers$Parser__p$lzycompute$1__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p$lzy$1, p0$1)) + return ($n(p$lzy$1).sr_LazyRef__f__initialized ? $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$1).sr_LazyRef__f__value) : $p_s_util_parsing_combinator_Parsers$Parser__p$lzycompute$1__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p$lzy$1, p0$1)); } function $p_s_util_parsing_combinator_Parsers$Parser__p$lzycompute$2__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p$lzy$2, q$1) { $n(p$lzy$2); - return ($n(p$lzy$2).sr_LazyRef__f__initialized ? $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$2).sr_LazyRef__f__value) : $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$2).initialize__O__O($n(q$1).apply__O()))) + return ($n(p$lzy$2).sr_LazyRef__f__initialized ? $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$2).sr_LazyRef__f__value) : $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$2).initialize__O__O($n(q$1).apply__O()))); } function $p_s_util_parsing_combinator_Parsers$Parser__p$3__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p$lzy$2, q$1) { - return ($n(p$lzy$2).sr_LazyRef__f__initialized ? $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$2).sr_LazyRef__f__value) : $p_s_util_parsing_combinator_Parsers$Parser__p$lzycompute$2__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p$lzy$2, q$1)) + return ($n(p$lzy$2).sr_LazyRef__f__initialized ? $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$2).sr_LazyRef__f__value) : $p_s_util_parsing_combinator_Parsers$Parser__p$lzycompute$2__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p$lzy$2, q$1)); } function $p_s_util_parsing_combinator_Parsers$Parser__p$lzycompute$3__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p$lzy$3, q$2) { $n(p$lzy$3); - return ($n(p$lzy$3).sr_LazyRef__f__initialized ? $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$3).sr_LazyRef__f__value) : $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$3).initialize__O__O($n(q$2).apply__O()))) + return ($n(p$lzy$3).sr_LazyRef__f__initialized ? $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$3).sr_LazyRef__f__value) : $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$3).initialize__O__O($n(q$2).apply__O()))); } function $p_s_util_parsing_combinator_Parsers$Parser__p$4__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p$lzy$3, q$2) { - return ($n(p$lzy$3).sr_LazyRef__f__initialized ? $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$3).sr_LazyRef__f__value) : $p_s_util_parsing_combinator_Parsers$Parser__p$lzycompute$3__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p$lzy$3, q$2)) + return ($n(p$lzy$3).sr_LazyRef__f__initialized ? $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$3).sr_LazyRef__f__value) : $p_s_util_parsing_combinator_Parsers$Parser__p$lzycompute$3__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p$lzy$3, q$2)); } function $p_s_util_parsing_combinator_Parsers$Parser__p$lzycompute$4__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p$lzy$4, q$3) { $n(p$lzy$4); - return ($n(p$lzy$4).sr_LazyRef__f__initialized ? $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$4).sr_LazyRef__f__value) : $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$4).initialize__O__O($n(q$3).apply__O()))) + return ($n(p$lzy$4).sr_LazyRef__f__initialized ? $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$4).sr_LazyRef__f__value) : $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$4).initialize__O__O($n(q$3).apply__O()))); } function $p_s_util_parsing_combinator_Parsers$Parser__p$5__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p$lzy$4, q$3) { - return ($n(p$lzy$4).sr_LazyRef__f__initialized ? $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$4).sr_LazyRef__f__value) : $p_s_util_parsing_combinator_Parsers$Parser__p$lzycompute$4__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p$lzy$4, q$3)) + return ($n(p$lzy$4).sr_LazyRef__f__initialized ? $as_s_util_parsing_combinator_Parsers$Parser($n(p$lzy$4).sr_LazyRef__f__value) : $p_s_util_parsing_combinator_Parsers$Parser__p$lzycompute$4__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser($thiz, p$lzy$4, q$3)); } function $ct_s_util_parsing_combinator_Parsers$Parser__s_util_parsing_combinator_Parsers__($thiz, outer) { if ((outer === null)) { - $n(null) + $n(null); } else { - $thiz.s_util_parsing_combinator_Parsers$Parser__f_$outer = outer - }; + $thiz.s_util_parsing_combinator_Parsers$Parser__f_$outer = outer; + } $thiz.s_util_parsing_combinator_Parsers$Parser__f_name = ""; - return $thiz + return $thiz; } /** @constructor */ function $c_s_util_parsing_combinator_Parsers$Parser() { this.s_util_parsing_combinator_Parsers$Parser__f_name = null; - this.s_util_parsing_combinator_Parsers$Parser__f_$outer = null + this.s_util_parsing_combinator_Parsers$Parser__f_$outer = null; } $c_s_util_parsing_combinator_Parsers$Parser.prototype = new $h_O(); $c_s_util_parsing_combinator_Parsers$Parser.prototype.constructor = $c_s_util_parsing_combinator_Parsers$Parser; /** @constructor */ function $h_s_util_parsing_combinator_Parsers$Parser() { - /**/ } $h_s_util_parsing_combinator_Parsers$Parser.prototype = $c_s_util_parsing_combinator_Parsers$Parser.prototype; $c_s_util_parsing_combinator_Parsers$Parser.prototype.named__T__s_util_parsing_combinator_Parsers$Parser = (function(n) { this.s_util_parsing_combinator_Parsers$Parser__f_name = n; - return this + return this; }); $c_s_util_parsing_combinator_Parsers$Parser.prototype.toString__T = (function() { - return (("Parser (" + this.s_util_parsing_combinator_Parsers$Parser__f_name) + ")") + return (("Parser (" + this.s_util_parsing_combinator_Parsers$Parser__f_name) + ")"); }); $c_s_util_parsing_combinator_Parsers$Parser.prototype.flatMap__F1__s_util_parsing_combinator_Parsers$Parser = (function(f) { var this$2 = $n(this.s_util_parsing_combinator_Parsers$Parser__f_$outer); var f$1 = new $c_sjsr_AnonFunction1(((in$2) => { var in$1 = $as_s_util_parsing_input_Reader(in$2); - return $n(this.apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult(in$1)).flatMapWithNext__F1__s_util_parsing_combinator_Parsers$ParseResult(f) + return $n(this.apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult(in$1)).flatMapWithNext__F1__s_util_parsing_combinator_Parsers$ParseResult(f); })); - return new $c_s_util_parsing_combinator_Parsers$$anon$1(this$2, f$1) + return new $c_s_util_parsing_combinator_Parsers$$anon$1(this$2, f$1); }); $c_s_util_parsing_combinator_Parsers$Parser.prototype.map__F1__s_util_parsing_combinator_Parsers$Parser = (function(f) { var this$2 = $n(this.s_util_parsing_combinator_Parsers$Parser__f_$outer); var f$1 = new $c_sjsr_AnonFunction1(((in$2) => { var in$1 = $as_s_util_parsing_input_Reader(in$2); - return $n(this.apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult(in$1)).map__F1__s_util_parsing_combinator_Parsers$ParseResult(f) + return $n(this.apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult(in$1)).map__F1__s_util_parsing_combinator_Parsers$ParseResult(f); })); - return new $c_s_util_parsing_combinator_Parsers$$anon$1(this$2, f$1) + return new $c_s_util_parsing_combinator_Parsers$$anon$1(this$2, f$1); }); $c_s_util_parsing_combinator_Parsers$Parser.prototype.append__F0__s_util_parsing_combinator_Parsers$Parser = (function(p0) { var p$lzy = new $c_sr_LazyRef(); var this$2 = $n(this.s_util_parsing_combinator_Parsers$Parser__f_$outer); var f = new $c_sjsr_AnonFunction1(((in$2) => { var in$1 = $as_s_util_parsing_input_Reader(in$2); - return $n(this.apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult(in$1)).append__F0__s_util_parsing_combinator_Parsers$ParseResult(new $c_sjsr_AnonFunction0((() => $n($p_s_util_parsing_combinator_Parsers$Parser__p$2__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser(this, p$lzy, p0)).apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult(in$1)))) + return $n(this.apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult(in$1)).append__F0__s_util_parsing_combinator_Parsers$ParseResult(new $c_sjsr_AnonFunction0((() => $n($p_s_util_parsing_combinator_Parsers$Parser__p$2__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser(this, p$lzy, p0)).apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult(in$1)))); })); - return new $c_s_util_parsing_combinator_Parsers$$anon$1(this$2, f) + return new $c_s_util_parsing_combinator_Parsers$$anon$1(this$2, f); }); $c_s_util_parsing_combinator_Parsers$Parser.prototype.$tilde__F0__s_util_parsing_combinator_Parsers$Parser = (function(q) { var p$lzy = new $c_sr_LazyRef(); - return $n(this.flatMap__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((a$2) => $n($p_s_util_parsing_combinator_Parsers$Parser__p$3__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser(this, p$lzy, q)).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((b$2) => new $c_s_util_parsing_combinator_Parsers$$tilde(this.s_util_parsing_combinator_Parsers$Parser__f_$outer, a$2, b$2)))))))).named__T__s_util_parsing_combinator_Parsers$Parser("~") + return $n(this.flatMap__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((a$2) => $n($p_s_util_parsing_combinator_Parsers$Parser__p$3__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser(this, p$lzy, q)).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((b$2) => new $c_s_util_parsing_combinator_Parsers$$tilde(this.s_util_parsing_combinator_Parsers$Parser__f_$outer, a$2, b$2)))))))).named__T__s_util_parsing_combinator_Parsers$Parser("~"); }); $c_s_util_parsing_combinator_Parsers$Parser.prototype.$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser = (function(q) { var p$lzy = new $c_sr_LazyRef(); - return $n(this.flatMap__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x$2$2) => $n($p_s_util_parsing_combinator_Parsers$Parser__p$4__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser(this, p$lzy, q)).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((b$2) => b$2))))))).named__T__s_util_parsing_combinator_Parsers$Parser("~>") + return $n(this.flatMap__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x$2$2) => $n($p_s_util_parsing_combinator_Parsers$Parser__p$4__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser(this, p$lzy, q)).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((b$2) => b$2))))))).named__T__s_util_parsing_combinator_Parsers$Parser("~>"); }); $c_s_util_parsing_combinator_Parsers$Parser.prototype.$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser = (function(q) { var p$lzy = new $c_sr_LazyRef(); - return $n(this.flatMap__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((a$2) => $n($p_s_util_parsing_combinator_Parsers$Parser__p$5__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser(this, p$lzy, q)).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x$3$2) => a$2))))))).named__T__s_util_parsing_combinator_Parsers$Parser("<~") + return $n(this.flatMap__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((a$2) => $n($p_s_util_parsing_combinator_Parsers$Parser__p$5__sr_LazyRef__F0__s_util_parsing_combinator_Parsers$Parser(this, p$lzy, q)).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x$3$2) => a$2))))))).named__T__s_util_parsing_combinator_Parsers$Parser("<~"); }); $c_s_util_parsing_combinator_Parsers$Parser.prototype.$bar__F0__s_util_parsing_combinator_Parsers$Parser = (function(q) { - return $n(this.append__F0__s_util_parsing_combinator_Parsers$Parser(q)).named__T__s_util_parsing_combinator_Parsers$Parser("|") + return $n(this.append__F0__s_util_parsing_combinator_Parsers$Parser(q)).named__T__s_util_parsing_combinator_Parsers$Parser("|"); }); $c_s_util_parsing_combinator_Parsers$Parser.prototype.$up$up__F1__s_util_parsing_combinator_Parsers$Parser = (function(f) { - return $n(this.map__F1__s_util_parsing_combinator_Parsers$Parser(f)).named__T__s_util_parsing_combinator_Parsers$Parser((this.toString__T() + "^^")) + return $n(this.map__F1__s_util_parsing_combinator_Parsers$Parser(f)).named__T__s_util_parsing_combinator_Parsers$Parser((this.toString__T() + "^^")); }); $c_s_util_parsing_combinator_Parsers$Parser.prototype.$times__s_util_parsing_combinator_Parsers$Parser = (function() { var this$2 = $n(this.s_util_parsing_combinator_Parsers$Parser__f_$outer); var p = new $c_sjsr_AnonFunction0((() => this)); - return $f_s_util_parsing_combinator_Parsers__rep__F0__s_util_parsing_combinator_Parsers$Parser(this$2, p) + return $f_s_util_parsing_combinator_Parsers__rep__F0__s_util_parsing_combinator_Parsers$Parser(this$2, p); }); $c_s_util_parsing_combinator_Parsers$Parser.prototype.$plus__s_util_parsing_combinator_Parsers$Parser = (function() { var this$2 = $n(this.s_util_parsing_combinator_Parsers$Parser__f_$outer); var p = new $c_sjsr_AnonFunction0((() => this)); - return $f_s_util_parsing_combinator_Parsers__rep1__F0__F0__s_util_parsing_combinator_Parsers$Parser(this$2, p, p) + return $f_s_util_parsing_combinator_Parsers__rep1__F0__F0__s_util_parsing_combinator_Parsers$Parser(this$2, p, p); }); $c_s_util_parsing_combinator_Parsers$Parser.prototype.$qmark__s_util_parsing_combinator_Parsers$Parser = (function() { var this$1 = $n(this.s_util_parsing_combinator_Parsers$Parser__f_$outer); return $n(this.$up$up__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x$2) => new $c_s_Some(x$2))))).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var v = $m_s_None$(); - return $f_s_util_parsing_combinator_Parsers__success__O__s_util_parsing_combinator_Parsers$Parser(this$1, v) - }))) + return $f_s_util_parsing_combinator_Parsers__success__O__s_util_parsing_combinator_Parsers$Parser(this$1, v); + }))); }); function $as_s_util_parsing_combinator_Parsers$Parser(obj) { - return (((obj instanceof $c_s_util_parsing_combinator_Parsers$Parser) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.parsing.combinator.Parsers$Parser")) + return (((obj instanceof $c_s_util_parsing_combinator_Parsers$Parser) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.parsing.combinator.Parsers$Parser")); } function $isArrayOf_s_util_parsing_combinator_Parsers$Parser(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_parsing_combinator_Parsers$Parser))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_parsing_combinator_Parsers$Parser))); } function $asArrayOf_s_util_parsing_combinator_Parsers$Parser(obj, depth) { - return (($isArrayOf_s_util_parsing_combinator_Parsers$Parser(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.parsing.combinator.Parsers$Parser;", depth)) + return (($isArrayOf_s_util_parsing_combinator_Parsers$Parser(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.parsing.combinator.Parsers$Parser;", depth)); } function $f_s_util_parsing_combinator_RegexParsers__handleWhiteSpace__jl_CharSequence__I__I($thiz, source, offset) { - return offset + return offset; } function $f_s_util_parsing_combinator_RegexParsers__parse__s_util_parsing_combinator_Parsers$Parser__jl_CharSequence__s_util_parsing_combinator_Parsers$ParseResult($thiz, p, in$1) { - return $n(p).apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult($ct_s_util_parsing_input_CharSequenceReader__jl_CharSequence__(new $c_s_util_parsing_input_CharSequenceReader(), in$1)) + return $n(p).apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult($ct_s_util_parsing_input_CharSequenceReader__jl_CharSequence__(new $c_s_util_parsing_input_CharSequenceReader(), in$1)); } function $f_s_util_parsing_combinator_RegexParsers__$init$__V($thiz) { - $thiz.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace = ($m_sc_StringOps$(), $ct_s_util_matching_Regex__T__sci_Seq__(new $c_s_util_matching_Regex(), "\\s+", $m_sci_Nil$())) + $thiz.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace = $ct_s_util_matching_Regex__T__sci_Seq__(new $c_s_util_matching_Regex(), "\\s+", $m_sci_Nil$()); } function $ct_s_util_parsing_combinator_SubSequence__jl_CharSequence__I__I__($thiz, s, start, length) { $thiz.s_util_parsing_combinator_SubSequence__f_s = s; $thiz.s_util_parsing_combinator_SubSequence__f_start = start; $thiz.s_util_parsing_combinator_SubSequence__f_length = length; - return $thiz + return $thiz; } function $ct_s_util_parsing_combinator_SubSequence__jl_CharSequence__I__($thiz, s, start) { $ct_s_util_parsing_combinator_SubSequence__jl_CharSequence__I__I__($thiz, s, start, (($dp_length__I($n(s)) - start) | 0)); - return $thiz + return $thiz; } /** @constructor */ function $c_s_util_parsing_combinator_SubSequence() { this.s_util_parsing_combinator_SubSequence__f_s = null; this.s_util_parsing_combinator_SubSequence__f_start = 0; - this.s_util_parsing_combinator_SubSequence__f_length = 0 + this.s_util_parsing_combinator_SubSequence__f_length = 0; } $c_s_util_parsing_combinator_SubSequence.prototype = new $h_O(); $c_s_util_parsing_combinator_SubSequence.prototype.constructor = $c_s_util_parsing_combinator_SubSequence; /** @constructor */ function $h_s_util_parsing_combinator_SubSequence() { - /**/ } $h_s_util_parsing_combinator_SubSequence.prototype = $c_s_util_parsing_combinator_SubSequence.prototype; $c_s_util_parsing_combinator_SubSequence.prototype.length__I = (function() { - return this.s_util_parsing_combinator_SubSequence__f_length + return this.s_util_parsing_combinator_SubSequence__f_length; }); $c_s_util_parsing_combinator_SubSequence.prototype.charAt__I__C = (function(i) { if (((i >= 0) && (i < this.s_util_parsing_combinator_SubSequence__f_length))) { - return $dp_charAt__I__C($n(this.s_util_parsing_combinator_SubSequence__f_s), ((this.s_util_parsing_combinator_SubSequence__f_start + i) | 0)) + return $dp_charAt__I__C($n(this.s_util_parsing_combinator_SubSequence__f_s), ((this.s_util_parsing_combinator_SubSequence__f_start + i) | 0)); } else { - throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), ((("index: " + i) + ", length: ") + this.s_util_parsing_combinator_SubSequence__f_length)) + throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), ((("index: " + i) + ", length: ") + this.s_util_parsing_combinator_SubSequence__f_length)); } }); $c_s_util_parsing_combinator_SubSequence.prototype.subSequence__I__I__s_util_parsing_combinator_SubSequence = (function(_start, _end) { if (((((_start < 0) || (_end < 0)) || (_end > this.s_util_parsing_combinator_SubSequence__f_length)) || (_start > _end))) { - throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), ((((("start: " + _start) + ", end: ") + _end) + ", length: ") + this.s_util_parsing_combinator_SubSequence__f_length)) - }; - return $ct_s_util_parsing_combinator_SubSequence__jl_CharSequence__I__I__(new $c_s_util_parsing_combinator_SubSequence(), this.s_util_parsing_combinator_SubSequence__f_s, ((this.s_util_parsing_combinator_SubSequence__f_start + _start) | 0), ((_end - _start) | 0)) + throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), ((((("start: " + _start) + ", end: ") + _end) + ", length: ") + this.s_util_parsing_combinator_SubSequence__f_length)); + } + return $ct_s_util_parsing_combinator_SubSequence__jl_CharSequence__I__I__(new $c_s_util_parsing_combinator_SubSequence(), this.s_util_parsing_combinator_SubSequence__f_s, ((this.s_util_parsing_combinator_SubSequence__f_start + _start) | 0), ((_end - _start) | 0)); }); $c_s_util_parsing_combinator_SubSequence.prototype.toString__T = (function() { - return $dp_toString__T($n($dp_subSequence__I__I__jl_CharSequence($n(this.s_util_parsing_combinator_SubSequence__f_s), this.s_util_parsing_combinator_SubSequence__f_start, ((this.s_util_parsing_combinator_SubSequence__f_start + this.s_util_parsing_combinator_SubSequence__f_length) | 0)))) + return $dp_toString__T($n($dp_subSequence__I__I__jl_CharSequence($n(this.s_util_parsing_combinator_SubSequence__f_s), this.s_util_parsing_combinator_SubSequence__f_start, ((this.s_util_parsing_combinator_SubSequence__f_start + this.s_util_parsing_combinator_SubSequence__f_length) | 0)))); }); $c_s_util_parsing_combinator_SubSequence.prototype.subSequence__I__I__jl_CharSequence = (function(x$1, x$2) { - return this.subSequence__I__I__s_util_parsing_combinator_SubSequence(x$1, x$2) + return this.subSequence__I__I__s_util_parsing_combinator_SubSequence(x$1, x$2); }); -var $d_s_util_parsing_combinator_SubSequence = new $TypeData().initClass({ - s_util_parsing_combinator_SubSequence: 0 -}, false, "scala.util.parsing.combinator.SubSequence", { +var $d_s_util_parsing_combinator_SubSequence = new $TypeData().initClass($c_s_util_parsing_combinator_SubSequence, "scala.util.parsing.combinator.SubSequence", ({ s_util_parsing_combinator_SubSequence: 1, - O: 1, jl_CharSequence: 1 -}); -$c_s_util_parsing_combinator_SubSequence.prototype.$classData = $d_s_util_parsing_combinator_SubSequence; +})); function $ct_s_util_parsing_input_CharSequenceReader__jl_CharSequence__I__($thiz, source, offset) { $thiz.s_util_parsing_input_CharSequenceReader__f_source = source; $thiz.s_util_parsing_input_CharSequenceReader__f_offset = offset; - return $thiz + return $thiz; } function $ct_s_util_parsing_input_CharSequenceReader__jl_CharSequence__($thiz, source) { $ct_s_util_parsing_input_CharSequenceReader__jl_CharSequence__I__($thiz, source, 0); - return $thiz + return $thiz; } /** @constructor */ function $c_s_util_parsing_input_CharSequenceReader() { this.s_util_parsing_input_CharSequenceReader__f_source = null; - this.s_util_parsing_input_CharSequenceReader__f_offset = 0 + this.s_util_parsing_input_CharSequenceReader__f_offset = 0; } $c_s_util_parsing_input_CharSequenceReader.prototype = new $h_s_util_parsing_input_Reader(); $c_s_util_parsing_input_CharSequenceReader.prototype.constructor = $c_s_util_parsing_input_CharSequenceReader; /** @constructor */ function $h_s_util_parsing_input_CharSequenceReader() { - /**/ } $h_s_util_parsing_input_CharSequenceReader.prototype = $c_s_util_parsing_input_CharSequenceReader.prototype; $c_s_util_parsing_input_CharSequenceReader.prototype.first__C = (function() { - return ((this.s_util_parsing_input_CharSequenceReader__f_offset < $dp_length__I($n(this.s_util_parsing_input_CharSequenceReader__f_source))) ? $dp_charAt__I__C($n(this.s_util_parsing_input_CharSequenceReader__f_source), this.s_util_parsing_input_CharSequenceReader__f_offset) : 26) + return ((this.s_util_parsing_input_CharSequenceReader__f_offset < $dp_length__I($n(this.s_util_parsing_input_CharSequenceReader__f_source))) ? $dp_charAt__I__C($n(this.s_util_parsing_input_CharSequenceReader__f_source), this.s_util_parsing_input_CharSequenceReader__f_offset) : 26); }); $c_s_util_parsing_input_CharSequenceReader.prototype.rest__s_util_parsing_input_CharSequenceReader = (function() { - return ((this.s_util_parsing_input_CharSequenceReader__f_offset < $dp_length__I($n(this.s_util_parsing_input_CharSequenceReader__f_source))) ? $ct_s_util_parsing_input_CharSequenceReader__jl_CharSequence__I__(new $c_s_util_parsing_input_CharSequenceReader(), this.s_util_parsing_input_CharSequenceReader__f_source, ((1 + this.s_util_parsing_input_CharSequenceReader__f_offset) | 0)) : this) + return ((this.s_util_parsing_input_CharSequenceReader__f_offset < $dp_length__I($n(this.s_util_parsing_input_CharSequenceReader__f_source))) ? $ct_s_util_parsing_input_CharSequenceReader__jl_CharSequence__I__(new $c_s_util_parsing_input_CharSequenceReader(), this.s_util_parsing_input_CharSequenceReader__f_source, ((1 + this.s_util_parsing_input_CharSequenceReader__f_offset) | 0)) : this); }); $c_s_util_parsing_input_CharSequenceReader.prototype.atEnd__Z = (function() { - return (this.s_util_parsing_input_CharSequenceReader__f_offset >= $dp_length__I($n(this.s_util_parsing_input_CharSequenceReader__f_source))) + return (this.s_util_parsing_input_CharSequenceReader__f_offset >= $dp_length__I($n(this.s_util_parsing_input_CharSequenceReader__f_source))); }); $c_s_util_parsing_input_CharSequenceReader.prototype.drop__I__s_util_parsing_input_CharSequenceReader = (function(n) { - return $ct_s_util_parsing_input_CharSequenceReader__jl_CharSequence__I__(new $c_s_util_parsing_input_CharSequenceReader(), this.s_util_parsing_input_CharSequenceReader__f_source, ((this.s_util_parsing_input_CharSequenceReader__f_offset + n) | 0)) + return $ct_s_util_parsing_input_CharSequenceReader__jl_CharSequence__I__(new $c_s_util_parsing_input_CharSequenceReader(), this.s_util_parsing_input_CharSequenceReader__f_source, ((this.s_util_parsing_input_CharSequenceReader__f_offset + n) | 0)); }); $c_s_util_parsing_input_CharSequenceReader.prototype.toString__T = (function() { - var c = (this.atEnd__Z() ? "" : (("'" + $bC(this.first__C())) + "', ...")); - return (("CharSequenceReader(" + c) + ")") + var c = (this.atEnd__Z() ? "" : (("'" + $cToS(this.first__C())) + "', ...")); + return (("CharSequenceReader(" + c) + ")"); }); -var $d_s_util_parsing_input_CharSequenceReader = new $TypeData().initClass({ - s_util_parsing_input_CharSequenceReader: 0 -}, false, "scala.util.parsing.input.CharSequenceReader", { +var $d_s_util_parsing_input_CharSequenceReader = new $TypeData().initClass($c_s_util_parsing_input_CharSequenceReader, "scala.util.parsing.input.CharSequenceReader", ({ s_util_parsing_input_CharSequenceReader: 1, - s_util_parsing_input_Reader: 1, - O: 1 -}); -$c_s_util_parsing_input_CharSequenceReader.prototype.$classData = $d_s_util_parsing_input_CharSequenceReader; + s_util_parsing_input_Reader: 1 +})); /** @constructor */ function $c_Lfansi_Back$() { this.Lfansi_Category__f_lookupAttrTable = null; @@ -14193,38 +13429,33 @@ function $c_Lfansi_Back$() { this.Lfansi_Back$__f_LightMagenta = this.makeAttr__T__J__Lsourcecode_Name__Lfansi_EscapeAttr("\u001b[105m", new $c_RTLong(14, 0), new $c_Lsourcecode_Name("LightMagenta")); this.Lfansi_Back$__f_LightCyan = this.makeAttr__T__J__Lsourcecode_Name__Lfansi_EscapeAttr("\u001b[106m", new $c_RTLong(15, 0), new $c_Lsourcecode_Name("LightCyan")); this.Lfansi_Back$__f_White = this.makeAttr__T__J__Lsourcecode_Name__Lfansi_EscapeAttr("\u001b[107m", new $c_RTLong(16, 0), new $c_Lsourcecode_Name("White")); - var this$4 = $n($m_s_package$().s_package$__f_Vector); + var this$4 = $m_sci_Vector$(); var array = [this.Lfansi_Back$__f_Reset, this.Lfansi_Back$__f_Black, this.Lfansi_Back$__f_Red, this.Lfansi_Back$__f_Green, this.Lfansi_Back$__f_Yellow, this.Lfansi_Back$__f_Blue, this.Lfansi_Back$__f_Magenta, this.Lfansi_Back$__f_Cyan, this.Lfansi_Back$__f_LightGray, this.Lfansi_Back$__f_DarkGray, this.Lfansi_Back$__f_LightRed, this.Lfansi_Back$__f_LightGreen, this.Lfansi_Back$__f_LightYellow, this.Lfansi_Back$__f_LightBlue, this.Lfansi_Back$__f_LightMagenta, this.Lfansi_Back$__f_LightCyan, this.Lfansi_Back$__f_White]; var elems = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array); var this$5 = $n(this$4.from__sc_IterableOnce__sci_Vector(elems)); var suffix = this.Lfansi_ColorCategory__f_Full; - this.Lfansi_Back$__f_all = this$5.appendedAll__sc_IterableOnce__sci_Vector(suffix) + this.Lfansi_Back$__f_all = this$5.appendedAll__sc_IterableOnce__sci_Vector(suffix); } $c_Lfansi_Back$.prototype = new $h_Lfansi_ColorCategory(); $c_Lfansi_Back$.prototype.constructor = $c_Lfansi_Back$; /** @constructor */ function $h_Lfansi_Back$() { - /**/ } $h_Lfansi_Back$.prototype = $c_Lfansi_Back$.prototype; $c_Lfansi_Back$.prototype.all__sci_Vector = (function() { - return this.Lfansi_Back$__f_all + return this.Lfansi_Back$__f_all; }); -var $d_Lfansi_Back$ = new $TypeData().initClass({ - Lfansi_Back$: 0 -}, false, "fansi.Back$", { +var $d_Lfansi_Back$ = new $TypeData().initClass($c_Lfansi_Back$, "fansi.Back$", ({ Lfansi_Back$: 1, Lfansi_ColorCategory: 1, - Lfansi_Category: 1, - O: 1 -}); -$c_Lfansi_Back$.prototype.$classData = $d_Lfansi_Back$; + Lfansi_Category: 1 +})); var $n_Lfansi_Back$; function $m_Lfansi_Back$() { if ((!$n_Lfansi_Back$)) { - $n_Lfansi_Back$ = new $c_Lfansi_Back$() - }; - return $n_Lfansi_Back$ + $n_Lfansi_Back$ = new $c_Lfansi_Back$(); + } + return $n_Lfansi_Back$; } /** @constructor */ function $c_Lfansi_Color$() { @@ -14272,98 +13503,91 @@ function $c_Lfansi_Color$() { this.Lfansi_Color$__f_LightMagenta = this.makeAttr__T__J__Lsourcecode_Name__Lfansi_EscapeAttr("\u001b[95m", new $c_RTLong(14, 0), new $c_Lsourcecode_Name("LightMagenta")); this.Lfansi_Color$__f_LightCyan = this.makeAttr__T__J__Lsourcecode_Name__Lfansi_EscapeAttr("\u001b[96m", new $c_RTLong(15, 0), new $c_Lsourcecode_Name("LightCyan")); this.Lfansi_Color$__f_White = this.makeAttr__T__J__Lsourcecode_Name__Lfansi_EscapeAttr("\u001b[97m", new $c_RTLong(16, 0), new $c_Lsourcecode_Name("White")); - var this$4 = $n($m_s_package$().s_package$__f_Vector); + var this$4 = $m_sci_Vector$(); var array = [this.Lfansi_Color$__f_Reset, this.Lfansi_Color$__f_Black, this.Lfansi_Color$__f_Red, this.Lfansi_Color$__f_Green, this.Lfansi_Color$__f_Yellow, this.Lfansi_Color$__f_Blue, this.Lfansi_Color$__f_Magenta, this.Lfansi_Color$__f_Cyan, this.Lfansi_Color$__f_LightGray, this.Lfansi_Color$__f_DarkGray, this.Lfansi_Color$__f_LightRed, this.Lfansi_Color$__f_LightGreen, this.Lfansi_Color$__f_LightYellow, this.Lfansi_Color$__f_LightBlue, this.Lfansi_Color$__f_LightMagenta, this.Lfansi_Color$__f_LightCyan, this.Lfansi_Color$__f_White]; var elems = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array); var this$5 = $n(this$4.from__sc_IterableOnce__sci_Vector(elems)); var suffix = this.Lfansi_ColorCategory__f_Full; - this.Lfansi_Color$__f_all = this$5.appendedAll__sc_IterableOnce__sci_Vector(suffix) + this.Lfansi_Color$__f_all = this$5.appendedAll__sc_IterableOnce__sci_Vector(suffix); } $c_Lfansi_Color$.prototype = new $h_Lfansi_ColorCategory(); $c_Lfansi_Color$.prototype.constructor = $c_Lfansi_Color$; /** @constructor */ function $h_Lfansi_Color$() { - /**/ } $h_Lfansi_Color$.prototype = $c_Lfansi_Color$.prototype; $c_Lfansi_Color$.prototype.all__sci_Vector = (function() { - return this.Lfansi_Color$__f_all + return this.Lfansi_Color$__f_all; }); -var $d_Lfansi_Color$ = new $TypeData().initClass({ - Lfansi_Color$: 0 -}, false, "fansi.Color$", { +var $d_Lfansi_Color$ = new $TypeData().initClass($c_Lfansi_Color$, "fansi.Color$", ({ Lfansi_Color$: 1, Lfansi_ColorCategory: 1, - Lfansi_Category: 1, - O: 1 -}); -$c_Lfansi_Color$.prototype.$classData = $d_Lfansi_Color$; + Lfansi_Category: 1 +})); var $n_Lfansi_Color$; function $m_Lfansi_Color$() { if ((!$n_Lfansi_Color$)) { - $n_Lfansi_Color$ = new $c_Lfansi_Color$() - }; - return $n_Lfansi_Color$ + $n_Lfansi_Color$ = new $c_Lfansi_Color$(); + } + return $n_Lfansi_Color$; } class $c_Lfeatherweightgo_model_error_FGError extends $c_jl_Throwable { } function $as_Lfeatherweightgo_model_error_FGError(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_error_FGError) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.error.FGError")) + return (((obj instanceof $c_Lfeatherweightgo_model_error_FGError) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.error.FGError")); } function $isArrayOf_Lfeatherweightgo_model_error_FGError(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_error_FGError))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_error_FGError))); } function $asArrayOf_Lfeatherweightgo_model_error_FGError(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_error_FGError(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.error.FGError;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_error_FGError(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.error.FGError;", depth)); } function $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__flatten__s_Option__sci_List($thiz, asOpt) { var this$1 = $n(asOpt); if (this$1.isEmpty__Z()) { - $n($m_s_package$().s_package$__f_List); - var $x_1 = $m_sci_Nil$() + var $x_1 = $m_sci_Nil$(); } else { var arg1 = this$1.get__O(); var x = $as_sci_List(arg1); - var $x_1 = x - }; - return $as_sci_List($x_1) + var $x_1 = x; + } + return $as_sci_List($x_1); } function $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__commaSeparatedSequence__s_util_parsing_combinator_Parsers$Parser__s_util_parsing_combinator_Parsers$Parser($thiz, parser) { return $n($n($n($n($n($n(parser).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r = $thiz.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2($thiz, r).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2($thiz, r).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1($thiz, ","))))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$1 = $thiz.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2($thiz, r$1).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2($thiz, r$1).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$times__s_util_parsing_combinator_Parsers$Parser()).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n(parser).$qmark__s_util_parsing_combinator_Parsers$Parser())))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x0$1$2) => { var x0$1 = $as_s_util_parsing_combinator_Parsers$$tilde(x0$1$2); if ((x0$1 !== null)) { var pSeq = $as_sci_List($n(x0$1).s_util_parsing_combinator_Parsers$$tilde__f__1); var pOpt = $as_s_Option($n(x0$1).s_util_parsing_combinator_Parsers$$tilde__f__2); var this$6 = $n(pSeq); - return this$6.appendedAll__sc_IterableOnce__sci_List(pOpt) + return this$6.appendedAll__sc_IterableOnce__sci_List(pOpt); } else { - throw new $c_s_MatchError(x0$1) + throw new $c_s_MatchError(x0$1); } - }))) + }))); } function $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__typeFormals__s_util_parsing_combinator_Parsers$Parser($thiz) { return $n($n($n($n($n(new $c_s_util_parsing_combinator_RegexParsers$$anon$1($thiz, "[").$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r = $thiz.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2($thiz, r).$times__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2($thiz, r).$times__s_util_parsing_combinator_Parsers$Parser(); })))).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$1 = $thiz.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2($thiz, r$1).$times__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2($thiz, r$1).$times__s_util_parsing_combinator_Parsers$Parser(); })))).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__commaSeparatedSequence__s_util_parsing_combinator_Parsers$Parser__s_util_parsing_combinator_Parsers$Parser($thiz, $n($n($n($thiz.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_name).map__F1__s_util_parsing_combinator_Parsers$Parser($m_Lfeatherweightgo_model_ast_TypeParameter$())).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$2 = $thiz.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2($thiz, r$2).$plus__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2($thiz, r$2).$plus__s_util_parsing_combinator_Parsers$Parser(); })))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $thiz.interfaceType__s_util_parsing_combinator_Parsers$Parser())))))))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$3 = $thiz.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2($thiz, r$3).$times__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2($thiz, r$3).$times__s_util_parsing_combinator_Parsers$Parser(); })))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1($thiz, "]"))))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x$3$2) => { var x$3 = $as_sci_List(x$3$2); var this$8 = $n(x$3); - $n($m_s_package$().s_package$__f_List); var z = $m_sci_Nil$(); var acc = z; var these = this$8; @@ -14375,21 +13599,20 @@ function $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__typeFormals__s_util_p var this$9 = $n(acc$1); var elem = new $c_Lfeatherweightgo_model_ast_TypeFormal($as_Lfeatherweightgo_model_ast_TypeParameter($n(x).s_util_parsing_combinator_Parsers$$tilde__f__1), $as_Lfeatherweightgo_model_ast_InterfaceType($n(x).s_util_parsing_combinator_Parsers$$tilde__f__2)); acc = $as_sci_List($f_sc_StrictOptimizedSeqOps__appended__O__O(this$9, elem)); - these = $as_sc_LinearSeq($n(these).tail__O()) - }; - return $as_sci_List(acc) - }))) + these = $as_sc_LinearSeq($n(these).tail__O()); + } + return $as_sci_List(acc); + }))); } function $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__empty__T__s_util_parsing_combinator_Parsers$Parser($thiz, end) { - $m_sc_StringOps$(); var r = $ct_s_util_matching_Regex__T__sci_Seq__(new $c_s_util_matching_Regex(), "", $m_sci_Nil$()); return $n(new $c_s_util_parsing_combinator_RegexParsers$$anon$2($thiz, r).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1($thiz, end))))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x$4$2) => { $as_T(x$4$2); - return $m_s_package$().s_package$__f_Nil - }))) + return $m_sci_Nil$(); + }))); } function $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__expressions__T__s_util_parsing_combinator_Parsers$Parser($thiz, end) { - return $n($p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__empty__T__s_util_parsing_combinator_Parsers$Parser($thiz, end)).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n($p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__commaSeparatedSequence__s_util_parsing_combinator_Parsers$Parser__s_util_parsing_combinator_Parsers$Parser($thiz, $thiz.expression__s_util_parsing_combinator_Parsers$Parser())).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1($thiz, end))))))) + return $n($p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__empty__T__s_util_parsing_combinator_Parsers$Parser($thiz, end)).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n($p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__commaSeparatedSequence__s_util_parsing_combinator_Parsers$Parser__s_util_parsing_combinator_Parsers$Parser($thiz, $thiz.expression__s_util_parsing_combinator_Parsers$Parser())).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1($thiz, end))))))); } /** @constructor */ function $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl() { @@ -14404,62 +13627,57 @@ function $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl() { this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_stringValue = null; this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace = null; $f_s_util_parsing_combinator_RegexParsers__$init$__V(this); - $m_sc_StringOps$(); var r = $ct_s_util_matching_Regex__T__sci_Seq__(new $c_s_util_matching_Regex(), "[a-zA-Z_]\\w*", $m_sci_Nil$()); this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_name = new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r); this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_variableName = $n(this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_name).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((value$2) => { var value = $as_T(value$2); - return new $c_Lfeatherweightgo_model_ast_VariableName(value) + return new $c_Lfeatherweightgo_model_ast_VariableName(value); }))); this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_methodName = $n(this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_name).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((value$3$2) => { var value$3 = $as_T(value$3$2); - return new $c_Lfeatherweightgo_model_ast_MethodName(value$3) + return new $c_Lfeatherweightgo_model_ast_MethodName(value$3); }))); this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_structureTypeName = $n(this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_name).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((value$4$2) => { var value$4 = $as_T(value$4$2); - return new $c_Lfeatherweightgo_model_ast_StructureTypeName(value$4) + return new $c_Lfeatherweightgo_model_ast_StructureTypeName(value$4); }))); this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_interfaceTypeName = $n(this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_name).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((value$5$2) => { var value$5 = $as_T(value$5$2); - return new $c_Lfeatherweightgo_model_ast_InterfaceTypeName(value$5) + return new $c_Lfeatherweightgo_model_ast_InterfaceTypeName(value$5); }))); this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_typeName = $n(this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_name).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((value$6$2) => { var value$6 = $as_T(value$6$2); - return new $c_Lfeatherweightgo_model_ast_AnyTypeName(value$6) + return new $c_Lfeatherweightgo_model_ast_AnyTypeName(value$6); }))); this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_fieldName = $n(this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_name).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((value$7$2) => { var value$7 = $as_T(value$7$2); - return new $c_Lfeatherweightgo_model_ast_FieldName(value$7) + return new $c_Lfeatherweightgo_model_ast_FieldName(value$7); }))); - $m_sc_StringOps$(); var r$1 = $ct_s_util_matching_Regex__T__sci_Seq__(new $c_s_util_matching_Regex(), "-?\\d+", $m_sci_Nil$()); this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_integerValue = new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((i$2) => { var i = $as_T(i$2); - $m_sc_StringOps$(); var this$11 = $m_jl_Integer$(); - return new $c_Lfeatherweightgo_model_ast_IntegerValue(this$11.parseInt__T__I__I(i, 10)) + return new $c_Lfeatherweightgo_model_ast_IntegerValue(this$11.parseInt__T__I__I(i, 10)); }))); this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_stringValue = $n($n($n($f_s_util_parsing_combinator_Parsers__accept__O__s_util_parsing_combinator_Parsers$Parser(this, $bC(34))).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { - $m_sc_StringOps$(); var r$2 = $ct_s_util_matching_Regex__T__sci_Seq__(new $c_s_util_matching_Regex(), "[^\\n\"]*", $m_sci_Nil$()); - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$2) + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$2); })))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $f_s_util_parsing_combinator_Parsers__accept__O__s_util_parsing_combinator_Parsers$Parser(this, $bC(34)))))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((value$8$2) => { var value$8 = $as_T(value$8$2); - return new $c_Lfeatherweightgo_model_ast_StringValue(value$8) - }))) + return new $c_Lfeatherweightgo_model_ast_StringValue(value$8); + }))); } $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype = new $h_O(); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.constructor = $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl; /** @constructor */ function $h_Lfeatherweightgo_parser_ParserImpl$ParserImpl() { - /**/ } $h_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype = $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype; $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.typ__s_util_parsing_combinator_Parsers$Parser = (function() { - return $n($n(this.integerType__s_util_parsing_combinator_Parsers$Parser()).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.stringType__s_util_parsing_combinator_Parsers$Parser())))).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.namedType__s_util_parsing_combinator_Parsers$Parser()))) + return $n($n(this.integerType__s_util_parsing_combinator_Parsers$Parser()).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.stringType__s_util_parsing_combinator_Parsers$Parser())))).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.namedType__s_util_parsing_combinator_Parsers$Parser()))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.typeParameters__s_util_parsing_combinator_Parsers$Parser = (function() { - return $n(new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "[").$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__commaSeparatedSequence__s_util_parsing_combinator_Parsers$Parser__s_util_parsing_combinator_Parsers$Parser(this, this.typ__s_util_parsing_combinator_Parsers$Parser()))))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "]")))) + return $n(new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "[").$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__commaSeparatedSequence__s_util_parsing_combinator_Parsers$Parser__s_util_parsing_combinator_Parsers$Parser(this, this.typ__s_util_parsing_combinator_Parsers$Parser()))))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "]")))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.namedType__s_util_parsing_combinator_Parsers$Parser = (function() { return $n($n(this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_typeName).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n(this.typeParameters__s_util_parsing_combinator_Parsers$Parser()).$qmark__s_util_parsing_combinator_Parsers$Parser())))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x0$1$2) => { @@ -14467,27 +13685,25 @@ $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.namedType__s_util_par if ((x0$1 !== null)) { var tn = $as_Lfeatherweightgo_model_ast_TypeName($n(x0$1).s_util_parsing_combinator_Parsers$$tilde__f__1); var types = $as_s_Option($n(x0$1).s_util_parsing_combinator_Parsers$$tilde__f__2); - return new $c_Lfeatherweightgo_model_ast_AnyNamedType(tn, $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__flatten__s_Option__sci_List(this, types)) + return new $c_Lfeatherweightgo_model_ast_AnyNamedType(tn, $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__flatten__s_Option__sci_List(this, types)); } else { - throw new $c_s_MatchError(x0$1) + throw new $c_s_MatchError(x0$1); } - }))) + }))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.integerType__s_util_parsing_combinator_Parsers$Parser = (function() { - $m_sc_StringOps$(); var r = $ct_s_util_matching_Regex__T__sci_Seq__(new $c_s_util_matching_Regex(), "int", $m_sci_Nil$()); return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x$1$2) => { $as_T(x$1$2); - return $m_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$() - }))) + return $m_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$(); + }))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.stringType__s_util_parsing_combinator_Parsers$Parser = (function() { - $m_sc_StringOps$(); var r = $ct_s_util_matching_Regex__T__sci_Seq__(new $c_s_util_matching_Regex(), "string", $m_sci_Nil$()); return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x$2$2) => { $as_T(x$2$2); - return $m_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$() - }))) + return $m_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$(); + }))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.structureType__s_util_parsing_combinator_Parsers$Parser = (function() { return $n($n(this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_structureTypeName).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n(this.typeParameters__s_util_parsing_combinator_Parsers$Parser()).$qmark__s_util_parsing_combinator_Parsers$Parser())))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x0$1$2) => { @@ -14495,11 +13711,11 @@ $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.structureType__s_util if ((x0$1 !== null)) { var structureTypeName = $as_Lfeatherweightgo_model_ast_StructureTypeName($n(x0$1).s_util_parsing_combinator_Parsers$$tilde__f__1); var types = $as_s_Option($n(x0$1).s_util_parsing_combinator_Parsers$$tilde__f__2); - return new $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType(structureTypeName, $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__flatten__s_Option__sci_List(this, types)) + return new $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType(structureTypeName, $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__flatten__s_Option__sci_List(this, types)); } else { - throw new $c_s_MatchError(x0$1) + throw new $c_s_MatchError(x0$1); } - }))) + }))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.interfaceType__s_util_parsing_combinator_Parsers$Parser = (function() { return $n($n(this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_interfaceTypeName).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n(this.typeParameters__s_util_parsing_combinator_Parsers$Parser()).$qmark__s_util_parsing_combinator_Parsers$Parser())))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x0$1$2) => { @@ -14507,16 +13723,16 @@ $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.interfaceType__s_util if ((x0$1 !== null)) { var interfaceTypeName = $as_Lfeatherweightgo_model_ast_InterfaceTypeName($n(x0$1).s_util_parsing_combinator_Parsers$$tilde__f__1); var types = $as_s_Option($n(x0$1).s_util_parsing_combinator_Parsers$$tilde__f__2); - return new $c_Lfeatherweightgo_model_ast_InterfaceType(interfaceTypeName, $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__flatten__s_Option__sci_List(this, types)) + return new $c_Lfeatherweightgo_model_ast_InterfaceType(interfaceTypeName, $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__flatten__s_Option__sci_List(this, types)); } else { - throw new $c_s_MatchError(x0$1) + throw new $c_s_MatchError(x0$1); } - }))) + }))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.receiver__s_util_parsing_combinator_Parsers$Parser = (function() { return $n($n($n($n($n(new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "(").$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_variableName)))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r) + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r); })))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_structureTypeName)))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n($p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__typeFormals__s_util_parsing_combinator_Parsers$Parser(this)).$qmark__s_util_parsing_combinator_Parsers$Parser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, ")"))))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x0$1$2) => { var x0$1 = $as_s_util_parsing_combinator_Parsers$$tilde(x0$1$2); if ((x0$1 !== null)) { @@ -14525,22 +13741,22 @@ $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.receiver__s_util_pars if ((p2 !== null)) { var vn = $as_Lfeatherweightgo_model_ast_VariableName($n(p2).s_util_parsing_combinator_Parsers$$tilde__f__1); var stn = $as_Lfeatherweightgo_model_ast_StructureTypeName($n(p2).s_util_parsing_combinator_Parsers$$tilde__f__2); - return new $c_Lfeatherweightgo_model_ast_MethodReceiver(vn, stn, $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__flatten__s_Option__sci_List(this, typeFormals)) + return new $c_Lfeatherweightgo_model_ast_MethodReceiver(vn, stn, $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__flatten__s_Option__sci_List(this, typeFormals)); } - }; - throw new $c_s_MatchError(x0$1) - }))) + } + throw new $c_s_MatchError(x0$1); + }))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.methodSignature__s_util_parsing_combinator_Parsers$Parser = (function() { return $n($n($n($n($p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__typeFormals__s_util_parsing_combinator_Parsers$Parser(this)).$qmark__s_util_parsing_combinator_Parsers$Parser()).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n($n($n(new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "(").$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__commaSeparatedSequence__s_util_parsing_combinator_Parsers$Parser__s_util_parsing_combinator_Parsers$Parser(this, $n($n(this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_variableName).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r) + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r); })))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.typ__s_util_parsing_combinator_Parsers$Parser())))))))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$1 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, ")"))))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$2 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$2).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$2).$qmark__s_util_parsing_combinator_Parsers$Parser(); }))))))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.typ__s_util_parsing_combinator_Parsers$Parser())))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x0$1$2) => { var x0$1 = $as_s_util_parsing_combinator_Parsers$$tilde(x0$1$2); if ((x0$1 !== null)) { @@ -14556,13 +13772,13 @@ $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.methodSignature__s_ut if ((x0$2 !== null)) { var vn = $as_Lfeatherweightgo_model_ast_VariableName($n(x0$2).s_util_parsing_combinator_Parsers$$tilde__f__1); var tn = $as_Lfeatherweightgo_model_ast_Type($n(x0$2).s_util_parsing_combinator_Parsers$$tilde__f__2); - return new $c_T2(vn, tn) + return new $c_T2(vn, tn); } else { - throw new $c_s_MatchError(x0$2) + throw new $c_s_MatchError(x0$2); } }); if ((this$4 === $m_sci_Nil$())) { - var $x_1 = $m_sci_Nil$() + var $x_1 = $m_sci_Nil$(); } else { var arg1 = this$4.head__O(); var h = new $c_sci_$colon$colon(f(arg1), $m_sci_Nil$()); @@ -14573,17 +13789,17 @@ $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.methodSignature__s_ut var nx = new $c_sci_$colon$colon(f(arg1$1), $m_sci_Nil$()); $n(t).sci_$colon$colon__f_next = nx; t = nx; - rest = $as_sci_List($n(rest).tail__O()) - }; - var $x_1 = h - }; + rest = $as_sci_List($n(rest).tail__O()); + } + var $x_1 = h; + } var this$6 = $n($x_1); var this$5 = $m_s_$less$colon$less$(); - return new $c_Lfeatherweightgo_model_ast_MethodSignature($x_2, $m_sci_Map$().from__sc_IterableOnce__sci_Map(this$6), rt) + return new $c_Lfeatherweightgo_model_ast_MethodSignature($x_2, $m_sci_Map$().from__sc_IterableOnce__sci_Map(this$6), rt); } - }; - throw new $c_s_MatchError(x0$1) - }))) + } + throw new $c_s_MatchError(x0$1); + }))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.methodSpecification__s_util_parsing_combinator_Parsers$Parser = (function() { return $n($n(this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_methodName).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.methodSignature__s_util_parsing_combinator_Parsers$Parser())))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x0$1$2) => { @@ -14591,28 +13807,28 @@ $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.methodSpecification__ if ((x0$1 !== null)) { var mn = $as_Lfeatherweightgo_model_ast_MethodName($n(x0$1).s_util_parsing_combinator_Parsers$$tilde__f__1); var ms = $as_Lfeatherweightgo_model_ast_MethodSignature($n(x0$1).s_util_parsing_combinator_Parsers$$tilde__f__2); - return new $c_Lfeatherweightgo_model_ast_MethodSpecification(mn, ms) + return new $c_Lfeatherweightgo_model_ast_MethodSpecification(mn, ms); } else { - throw new $c_s_MatchError(x0$1) + throw new $c_s_MatchError(x0$1); } - }))) + }))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.structure__s_util_parsing_combinator_Parsers$Parser = (function() { return $n($n($n($n($n($n(new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "struct").$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "{"))))).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$1 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n($n($n($n(this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_fieldName).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$2 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$2) + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$2); })))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.typ__s_util_parsing_combinator_Parsers$Parser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$3 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$3).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$3).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$times__s_util_parsing_combinator_Parsers$Parser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$4 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$4).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$4).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "}"))))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((fs$2) => { var fs = $as_sci_List(fs$2); var this$8 = $n(fs); @@ -14621,13 +13837,13 @@ $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.structure__s_util_par if ((x0$1 !== null)) { var fn = $as_Lfeatherweightgo_model_ast_FieldName($n(x0$1).s_util_parsing_combinator_Parsers$$tilde__f__1); var tn = $as_Lfeatherweightgo_model_ast_Type($n(x0$1).s_util_parsing_combinator_Parsers$$tilde__f__2); - return new $c_Lfeatherweightgo_model_ast_StructureField(fn, tn) + return new $c_Lfeatherweightgo_model_ast_StructureField(fn, tn); } else { - throw new $c_s_MatchError(x0$1) + throw new $c_s_MatchError(x0$1); } }); if ((this$8 === $m_sci_Nil$())) { - var $x_1 = $m_sci_Nil$() + var $x_1 = $m_sci_Nil$(); } else { var arg1 = this$8.head__O(); var h = new $c_sci_$colon$colon(f(arg1), $m_sci_Nil$()); @@ -14638,38 +13854,38 @@ $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.structure__s_util_par var nx = new $c_sci_$colon$colon(f(arg1$1), $m_sci_Nil$()); $n(t).sci_$colon$colon__f_next = nx; t = nx; - rest = $as_sci_List($n(rest).tail__O()) - }; - var $x_1 = h - }; - return new $c_Lfeatherweightgo_model_ast_Structure($x_1) - }))) + rest = $as_sci_List($n(rest).tail__O()); + } + var $x_1 = h; + } + return new $c_Lfeatherweightgo_model_ast_Structure($x_1); + }))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.interface__s_util_parsing_combinator_Parsers$Parser = (function() { return $n($n($n($n($n($n(new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "interface").$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "{"))))).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$1 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n($n(this.methodSpecification__s_util_parsing_combinator_Parsers$Parser()).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$2 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$2).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$2).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$times__s_util_parsing_combinator_Parsers$Parser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$3 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$3).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$3).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "}"))))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((mss$2) => { var mss = $as_sci_List(mss$2); - return new $c_Lfeatherweightgo_model_ast_Interface(mss) - }))) + return new $c_Lfeatherweightgo_model_ast_Interface(mss); + }))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.typeLiteral__s_util_parsing_combinator_Parsers$Parser = (function() { return $n($n($n($n($n(this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_structureTypeName).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n($p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__typeFormals__s_util_parsing_combinator_Parsers$Parser(this)).$qmark__s_util_parsing_combinator_Parsers$Parser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r) + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r); })))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.structure__s_util_parsing_combinator_Parsers$Parser())))).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n($n($n(this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_interfaceTypeName).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n($p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__typeFormals__s_util_parsing_combinator_Parsers$Parser(this)).$qmark__s_util_parsing_combinator_Parsers$Parser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$1 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1) + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1); })))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.interface__s_util_parsing_combinator_Parsers$Parser()))))))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x0$1$2) => { var x0$1 = $as_s_util_parsing_combinator_Parsers$$tilde(x0$1$2); if ((x0$1 !== null)) { @@ -14678,31 +13894,31 @@ $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.typeLiteral__s_util_p if ((p2 !== null)) { var tn = $as_Lfeatherweightgo_model_ast_TypeName($n(p2).s_util_parsing_combinator_Parsers$$tilde__f__1); var typeFormals = $as_s_Option($n(p2).s_util_parsing_combinator_Parsers$$tilde__f__2); - return new $c_T3(tn, $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__flatten__s_Option__sci_List(this, typeFormals), typeLiteral) + return new $c_T3(tn, $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__flatten__s_Option__sci_List(this, typeFormals), typeLiteral); } - }; - throw new $c_s_MatchError(x0$1) - }))) + } + throw new $c_s_MatchError(x0$1); + }))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.methodDefinition__s_util_parsing_combinator_Parsers$Parser = (function() { return $n($n($n($n($n($n($n($n($n($n($n($n(new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "func").$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.receiver__s_util_parsing_combinator_Parsers$Parser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$1 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.methodSpecification__s_util_parsing_combinator_Parsers$Parser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$2 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$2).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$2).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "{"))))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$3 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$3).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$3).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "return"))))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$4 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$4) + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$4); })))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.expression__s_util_parsing_combinator_Parsers$Parser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$5 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$5).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$5).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "}"))))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x0$1$2) => { var x0$1 = $as_s_util_parsing_combinator_Parsers$$tilde(x0$1$2); if ((x0$1 !== null)) { @@ -14711,97 +13927,94 @@ $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.methodDefinition__s_u if ((p2 !== null)) { var r$6 = $as_Lfeatherweightgo_model_ast_MethodReceiver($n(p2).s_util_parsing_combinator_Parsers$$tilde__f__1); var ms = $as_Lfeatherweightgo_model_ast_MethodSpecification($n(p2).s_util_parsing_combinator_Parsers$$tilde__f__2); - return new $c_Lfeatherweightgo_model_ast_MethodDeclaration(r$6, ms, e) + return new $c_Lfeatherweightgo_model_ast_MethodDeclaration(r$6, ms, e); } - }; - throw new $c_s_MatchError(x0$1) - }))) + } + throw new $c_s_MatchError(x0$1); + }))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.typeDefinition__s_util_parsing_combinator_Parsers$Parser = (function() { return $n($n(new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "type").$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r) + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r); })))).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.typeLiteral__s_util_parsing_combinator_Parsers$Parser())))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x0$1$2) => { var x0$1 = $as_T3(x0$1$2); if ((x0$1 !== null)) { var tn = $as_Lfeatherweightgo_model_ast_TypeName($n(x0$1).T3__f__1); var tfs = $as_sci_List($n(x0$1).T3__f__2); var tl = $as_Lfeatherweightgo_model_ast_TypeLiteral($n(x0$1).T3__f__3); - return new $c_Lfeatherweightgo_model_ast_TypeDeclaration(tn, tfs, tl) + return new $c_Lfeatherweightgo_model_ast_TypeDeclaration(tn, tfs, tl); } else { - throw new $c_s_MatchError(x0$1) + throw new $c_s_MatchError(x0$1); } - }))) + }))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.declaration__s_util_parsing_combinator_Parsers$Parser = (function() { - return $n(this.methodDefinition__s_util_parsing_combinator_Parsers$Parser()).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.typeDefinition__s_util_parsing_combinator_Parsers$Parser()))) + return $n(this.methodDefinition__s_util_parsing_combinator_Parsers$Parser()).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.typeDefinition__s_util_parsing_combinator_Parsers$Parser()))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.mainMethod__s_util_parsing_combinator_Parsers$Parser = (function() { var r = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; return $n($n($n($n($n($n($n($n(new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r).$qmark__s_util_parsing_combinator_Parsers$Parser()).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { - $m_sc_StringOps$(); var r$1 = $ct_s_util_matching_Regex__T__sci_Seq__(new $c_s_util_matching_Regex(), "package *main;", $m_sci_Nil$()); - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1) + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1); })))).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$2 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$2).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$2).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n($n(this.declaration__s_util_parsing_combinator_Parsers$Parser()).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$3 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$3) + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$3); })))).$times__s_util_parsing_combinator_Parsers$Parser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { - $m_sc_StringOps$(); var r$4 = $ct_s_util_matching_Regex__T__sci_Seq__(new $c_s_util_matching_Regex(), "func +main\\(\\) *\\{", $m_sci_Nil$()); - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$4) + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$4); })))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$5 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$5).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$5).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { - $m_sc_StringOps$(); var r$6 = $ct_s_util_matching_Regex__T__sci_Seq__(new $c_s_util_matching_Regex(), "_ *= *", $m_sci_Nil$()); - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$6) + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$6); })))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n($n(this.expression__s_util_parsing_combinator_Parsers$Parser()).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$7 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$7).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$7).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "}")))))))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x0$1$2) => { var x0$1 = $as_s_util_parsing_combinator_Parsers$$tilde(x0$1$2); if ((x0$1 !== null)) { var ds = $as_sci_List($n(x0$1).s_util_parsing_combinator_Parsers$$tilde__f__1); var e = $as_Lfeatherweightgo_model_ast_Expression($n(x0$1).s_util_parsing_combinator_Parsers$$tilde__f__2); - return new $c_Lfeatherweightgo_model_ast_Main(ds, e) + return new $c_Lfeatherweightgo_model_ast_Main(ds, e); } else { - throw new $c_s_MatchError(x0$1) + throw new $c_s_MatchError(x0$1); } - }))) + }))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.variable__s_util_parsing_combinator_Parsers$Parser = (function() { return $n(this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_name).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((vn$2) => { var vn = $as_T(vn$2); - return new $c_Lfeatherweightgo_model_ast_Variable(new $c_Lfeatherweightgo_model_ast_VariableName(vn)) - }))) + return new $c_Lfeatherweightgo_model_ast_Variable(new $c_Lfeatherweightgo_model_ast_VariableName(vn)); + }))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.structureLiteral__s_util_parsing_combinator_Parsers$Parser = (function() { return $n($n($n($n($n(this.structureType__s_util_parsing_combinator_Parsers$Parser()).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "{"))))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__expressions__T__s_util_parsing_combinator_Parsers$Parser(this, "}"))))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$1 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x0$1$2) => { var x0$1 = $as_s_util_parsing_combinator_Parsers$$tilde(x0$1$2); if ((x0$1 !== null)) { var stn = $as_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType($n(x0$1).s_util_parsing_combinator_Parsers$$tilde__f__1); var es = $as_sci_List($n(x0$1).s_util_parsing_combinator_Parsers$$tilde__f__2); - return new $c_Lfeatherweightgo_model_ast_StructureLiteral(stn, es) + return new $c_Lfeatherweightgo_model_ast_StructureLiteral(stn, es); } else { - throw new $c_s_MatchError(x0$1) + throw new $c_s_MatchError(x0$1); } - }))) + }))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.methodCall__Lfeatherweightgo_model_ast_Expression__s_util_parsing_combinator_Parsers$Parser = (function(expression) { var r = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; return $n($n($n($n($n($n(new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r).$qmark__s_util_parsing_combinator_Parsers$Parser()).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_methodName)))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$1 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1).$times__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1).$times__s_util_parsing_combinator_Parsers$Parser(); })))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $n(this.typeParameters__s_util_parsing_combinator_Parsers$Parser()).$qmark__s_util_parsing_combinator_Parsers$Parser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "("))))).$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__expressions__T__s_util_parsing_combinator_Parsers$Parser(this, ")"))))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((x0$1$2) => { var x0$1 = $as_s_util_parsing_combinator_Parsers$$tilde(x0$1$2); if ((x0$1 !== null)) { @@ -14810,51 +14023,51 @@ $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.methodCall__Lfeatherw if ((p2 !== null)) { var mn = $as_Lfeatherweightgo_model_ast_MethodName($n(p2).s_util_parsing_combinator_Parsers$$tilde__f__1); var types = $as_s_Option($n(p2).s_util_parsing_combinator_Parsers$$tilde__f__2); - return new $c_Lfeatherweightgo_model_ast_MethodCall(expression, mn, $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__flatten__s_Option__sci_List(this, types), es) + return new $c_Lfeatherweightgo_model_ast_MethodCall(expression, mn, $p_Lfeatherweightgo_parser_ParserImpl$ParserImpl__flatten__s_Option__sci_List(this, types), es); } - }; - throw new $c_s_MatchError(x0$1) - }))) + } + throw new $c_s_MatchError(x0$1); + }))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.fieldSelect__Lfeatherweightgo_model_ast_Expression__s_util_parsing_combinator_Parsers$Parser = (function(expression) { var r = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; return $n($n(new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r).$qmark__s_util_parsing_combinator_Parsers$Parser()).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_fieldName)))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((fn$2) => { var fn = $as_Lfeatherweightgo_model_ast_FieldName(fn$2); - return new $c_Lfeatherweightgo_model_ast_FieldSelect(expression, fn) - }))) + return new $c_Lfeatherweightgo_model_ast_FieldSelect(expression, fn); + }))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.typeAssertion__Lfeatherweightgo_model_ast_Expression__s_util_parsing_combinator_Parsers$Parser = (function(expression) { var r = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; return $n($n($n($n($n($n(new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r).$qmark__s_util_parsing_combinator_Parsers$Parser()).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "("))))).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$1 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.typ__s_util_parsing_combinator_Parsers$Parser())))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$2 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$2).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$2).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$less$tilde__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, ")"))))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((tn$2) => { var tn = $as_Lfeatherweightgo_model_ast_Type(tn$2); - return new $c_Lfeatherweightgo_model_ast_TypeAssertion(expression, tn) - }))) + return new $c_Lfeatherweightgo_model_ast_TypeAssertion(expression, tn); + }))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.integerPlus__Lfeatherweightgo_model_ast_Expression__s_util_parsing_combinator_Parsers$Parser = (function(lhs) { var r = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; return $n($n($n($n(new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r).$qmark__s_util_parsing_combinator_Parsers$Parser()).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "+"))))).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$1 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.expression__s_util_parsing_combinator_Parsers$Parser())))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((rhs$2) => { var rhs = $as_Lfeatherweightgo_model_ast_Expression(rhs$2); - return new $c_Lfeatherweightgo_model_ast_Plus(lhs, rhs) - }))) + return new $c_Lfeatherweightgo_model_ast_Plus(lhs, rhs); + }))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.stringConcat__Lfeatherweightgo_model_ast_Expression__s_util_parsing_combinator_Parsers$Parser = (function(lhs) { var r = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; return $n($n($n($n(new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r).$qmark__s_util_parsing_combinator_Parsers$Parser()).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => new $c_s_util_parsing_combinator_RegexParsers$$anon$1(this, "++"))))).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => { var r$1 = this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_whiteSpace; - return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1).$qmark__s_util_parsing_combinator_Parsers$Parser() + return new $c_s_util_parsing_combinator_RegexParsers$$anon$2(this, r$1).$qmark__s_util_parsing_combinator_Parsers$Parser(); })))).$tilde$greater__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.expression__s_util_parsing_combinator_Parsers$Parser())))).map__F1__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction1(((rhs$2) => { var rhs = $as_Lfeatherweightgo_model_ast_Expression(rhs$2); - return new $c_Lfeatherweightgo_model_ast_Concat(lhs, rhs) - }))) + return new $c_Lfeatherweightgo_model_ast_Concat(lhs, rhs); + }))); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.dotSequence__Lfeatherweightgo_model_ast_Expression__s_util_parsing_combinator_Parsers$Parser = (function(e) { var f = new $c_sjsr_AnonFunction1(((in$2) => { @@ -14864,14 +14077,14 @@ $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.dotSequence__Lfeather var x2 = $as_s_util_parsing_combinator_Parsers$Success(x1); var exp = $as_Lfeatherweightgo_model_ast_Expression($n(x2).s_util_parsing_combinator_Parsers$Success__f_result); var next = $n(x2).s_util_parsing_combinator_Parsers$Success__f_next; - return $n(this.dotSequenceOrPrimitiveOps__Lfeatherweightgo_model_ast_Expression__s_util_parsing_combinator_Parsers$Parser(exp)).apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult(next) + return $n(this.dotSequenceOrPrimitiveOps__Lfeatherweightgo_model_ast_Expression__s_util_parsing_combinator_Parsers$Parser(exp)).apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult(next); } else if ((x1 instanceof $c_s_util_parsing_combinator_Parsers$NoSuccess)) { - return $ct_s_util_parsing_combinator_Parsers$Success__s_util_parsing_combinator_Parsers__O__s_util_parsing_input_Reader__(new $c_s_util_parsing_combinator_Parsers$Success(), this, e, in$1) + return $ct_s_util_parsing_combinator_Parsers$Success__s_util_parsing_combinator_Parsers__O__s_util_parsing_input_Reader__(new $c_s_util_parsing_combinator_Parsers$Success(), this, e, in$1); } else { - throw new $c_s_MatchError(x1) + throw new $c_s_MatchError(x1); } })); - return new $c_s_util_parsing_combinator_Parsers$$anon$1(this, f) + return new $c_s_util_parsing_combinator_Parsers$$anon$1(this, f); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.primitiveOps__Lfeatherweightgo_model_ast_Expression__s_util_parsing_combinator_Parsers$Parser = (function(e) { var f = new $c_sjsr_AnonFunction1(((in$2) => { @@ -14881,14 +14094,14 @@ $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.primitiveOps__Lfeathe var x2 = $as_s_util_parsing_combinator_Parsers$Success(x1); var exp = $as_Lfeatherweightgo_model_ast_IntegerOps($n(x2).s_util_parsing_combinator_Parsers$Success__f_result); var next = $n(x2).s_util_parsing_combinator_Parsers$Success__f_next; - return $n(this.dotSequenceOrPrimitiveOps__Lfeatherweightgo_model_ast_Expression__s_util_parsing_combinator_Parsers$Parser(exp)).apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult(next) + return $n(this.dotSequenceOrPrimitiveOps__Lfeatherweightgo_model_ast_Expression__s_util_parsing_combinator_Parsers$Parser(exp)).apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult(next); } else if ((x1 instanceof $c_s_util_parsing_combinator_Parsers$NoSuccess)) { - return $ct_s_util_parsing_combinator_Parsers$Success__s_util_parsing_combinator_Parsers__O__s_util_parsing_input_Reader__(new $c_s_util_parsing_combinator_Parsers$Success(), this, e, in$1) + return $ct_s_util_parsing_combinator_Parsers$Success__s_util_parsing_combinator_Parsers__O__s_util_parsing_input_Reader__(new $c_s_util_parsing_combinator_Parsers$Success(), this, e, in$1); } else { - throw new $c_s_MatchError(x1) + throw new $c_s_MatchError(x1); } })); - return new $c_s_util_parsing_combinator_Parsers$$anon$1(this, f) + return new $c_s_util_parsing_combinator_Parsers$$anon$1(this, f); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.dotSequenceOrPrimitiveOps__Lfeatherweightgo_model_ast_Expression__s_util_parsing_combinator_Parsers$Parser = (function(e1) { var f = new $c_sjsr_AnonFunction1(((in$2) => { @@ -14897,11 +14110,11 @@ $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.dotSequenceOrPrimitiv var e2 = $as_Lfeatherweightgo_model_ast_Expression(e2$2); return new $c_sjsr_AnonFunction1(((next$2) => { var next = $as_s_util_parsing_input_Reader(next$2); - return $n(this.primitiveOps__Lfeatherweightgo_model_ast_Expression__s_util_parsing_combinator_Parsers$Parser(e2)).apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult(next) - })) - }))) + return $n(this.primitiveOps__Lfeatherweightgo_model_ast_Expression__s_util_parsing_combinator_Parsers$Parser(e2)).apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult(next); + })); + }))); })); - return new $c_s_util_parsing_combinator_Parsers$$anon$1(this, f) + return new $c_s_util_parsing_combinator_Parsers$$anon$1(this, f); }); $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.expression__s_util_parsing_combinator_Parsers$Parser = (function() { var f = new $c_sjsr_AnonFunction1(((in$2) => { @@ -14911,110 +14124,95 @@ $c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.expression__s_util_pa var x2 = $as_s_util_parsing_combinator_Parsers$Success(x1); var e = $as_Lfeatherweightgo_model_ast_StructureLiteral($n(x2).s_util_parsing_combinator_Parsers$Success__f_result); var next = $n(x2).s_util_parsing_combinator_Parsers$Success__f_next; - return $n(this.dotSequence__Lfeatherweightgo_model_ast_Expression__s_util_parsing_combinator_Parsers$Parser(e)).apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult(next) + return $n(this.dotSequence__Lfeatherweightgo_model_ast_Expression__s_util_parsing_combinator_Parsers$Parser(e)).apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult(next); } else if ((x1 instanceof $c_s_util_parsing_combinator_Parsers$NoSuccess)) { return $n($n($n($n(this.variable__s_util_parsing_combinator_Parsers$Parser()).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_integerValue)))).$bar__F0__s_util_parsing_combinator_Parsers$Parser(new $c_sjsr_AnonFunction0((() => this.Lfeatherweightgo_parser_ParserImpl$ParserImpl__f_stringValue)))).apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult(in$1)).flatMapWithNext__F1__s_util_parsing_combinator_Parsers$ParseResult(new $c_sjsr_AnonFunction1(((e1$2) => { var e1 = $as_Lfeatherweightgo_model_ast_Expression(e1$2); return new $c_sjsr_AnonFunction1(((n1$2) => { var n1 = $as_s_util_parsing_input_Reader(n1$2); - return $n(this.dotSequenceOrPrimitiveOps__Lfeatherweightgo_model_ast_Expression__s_util_parsing_combinator_Parsers$Parser(e1)).apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult(n1) - })) - }))) + return $n(this.dotSequenceOrPrimitiveOps__Lfeatherweightgo_model_ast_Expression__s_util_parsing_combinator_Parsers$Parser(e1)).apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult(n1); + })); + }))); } else { - throw new $c_s_MatchError(x1) + throw new $c_s_MatchError(x1); } })); - return new $c_s_util_parsing_combinator_Parsers$$anon$1(this, f) + return new $c_s_util_parsing_combinator_Parsers$$anon$1(this, f); }); -var $d_Lfeatherweightgo_parser_ParserImpl$ParserImpl = new $TypeData().initClass({ - Lfeatherweightgo_parser_ParserImpl$ParserImpl: 0 -}, false, "featherweightgo.parser.ParserImpl$ParserImpl", { +var $d_Lfeatherweightgo_parser_ParserImpl$ParserImpl = new $TypeData().initClass($c_Lfeatherweightgo_parser_ParserImpl$ParserImpl, "featherweightgo.parser.ParserImpl$ParserImpl", ({ Lfeatherweightgo_parser_ParserImpl$ParserImpl: 1, - O: 1, s_util_parsing_combinator_RegexParsers: 1, s_util_parsing_combinator_Parsers: 1 -}); -$c_Lfeatherweightgo_parser_ParserImpl$ParserImpl.prototype.$classData = $d_Lfeatherweightgo_parser_ParserImpl$ParserImpl; +})); /** @constructor */ function $c_jl_Class(data0) { this.jl_Class__f_data = null; - this.jl_Class__f_data = data0 + this.jl_Class__f_data = data0; } $c_jl_Class.prototype = new $h_O(); $c_jl_Class.prototype.constructor = $c_jl_Class; /** @constructor */ function $h_jl_Class() { - /**/ } $h_jl_Class.prototype = $c_jl_Class.prototype; $c_jl_Class.prototype.toString__T = (function() { - return ((this.isInterface__Z() ? "interface " : (this.isPrimitive__Z() ? "" : "class ")) + this.getName__T()) + return ((this.isInterface__Z() ? "interface " : (this.isPrimitive__Z() ? "" : "class ")) + this.getName__T()); }); $c_jl_Class.prototype.isAssignableFrom__jl_Class__Z = (function(that) { - return $uZ(this.jl_Class__f_data.isAssignableFrom($n(that).jl_Class__f_data)) + return $uZ(this.jl_Class__f_data.isAssignableFrom($n(that).jl_Class__f_data)); }); $c_jl_Class.prototype.isInterface__Z = (function() { - return $uZ(this.jl_Class__f_data.isInterface) + return $uZ(this.jl_Class__f_data.isInterface); }); $c_jl_Class.prototype.isArray__Z = (function() { - return $uZ(this.jl_Class__f_data.isArrayClass) + return $uZ(this.jl_Class__f_data.isArrayClass); }); $c_jl_Class.prototype.isPrimitive__Z = (function() { - return $uZ(this.jl_Class__f_data.isPrimitive) + return $uZ(this.jl_Class__f_data.isPrimitive); }); $c_jl_Class.prototype.getName__T = (function() { - return $as_T(this.jl_Class__f_data.name) + return $as_T(this.jl_Class__f_data.name); }); $c_jl_Class.prototype.getComponentType__jl_Class = (function() { - return $as_jl_Class(this.jl_Class__f_data.getComponentType()) + return $as_jl_Class(this.jl_Class__f_data.getComponentType()); }); $c_jl_Class.prototype.newArrayOfThisClass__O__O = (function(dimensions) { - return this.jl_Class__f_data.newArrayOfThisClass(dimensions) + return this.jl_Class__f_data.newArrayOfThisClass(dimensions); }); function $as_jl_Class(obj) { - return (((obj instanceof $c_jl_Class) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Class")) + return (((obj instanceof $c_jl_Class) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Class")); } function $isArrayOf_jl_Class(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Class))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Class))); } function $asArrayOf_jl_Class(obj, depth) { - return (($isArrayOf_jl_Class(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Class;", depth)) + return (($isArrayOf_jl_Class(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Class;", depth)); } -var $d_jl_Class = new $TypeData().initClass({ - jl_Class: 0 -}, false, "java.lang.Class", { +var $d_jl_Class = new $TypeData().initClass($c_jl_Class, "java.lang.Class", ({ jl_Class: 1, - O: 1, Ljava_io_Serializable: 1, jl_constant_Constable: 1 -}); -$c_jl_Class.prototype.$classData = $d_jl_Class; +})); class $c_jl_Error extends $c_jl_Throwable { } function $ct_jl_Exception__T__($thiz, s) { $ct_jl_Throwable__T__jl_Throwable__Z__Z__($thiz, s, null, true, true); - return $thiz + return $thiz; } class $c_jl_Exception extends $c_jl_Throwable { } -var $d_jl_Exception = new $TypeData().initClass({ - jl_Exception: 0 -}, false, "java.lang.Exception", { +var $d_jl_Exception = new $TypeData().initClass($c_jl_Exception, "java.lang.Exception", ({ jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_jl_Exception.prototype.$classData = $d_jl_Exception; +})); /** @constructor */ function $c_ju_AbstractCollection() { - /**/ } $c_ju_AbstractCollection.prototype = new $h_O(); $c_ju_AbstractCollection.prototype.constructor = $c_ju_AbstractCollection; /** @constructor */ function $h_ju_AbstractCollection() { - /**/ } $h_ju_AbstractCollection.prototype = $c_ju_AbstractCollection.prototype; $c_ju_AbstractCollection.prototype.contains__O__Z = (function(o) { @@ -15023,10 +14221,10 @@ $c_ju_AbstractCollection.prototype.contains__O__Z = (function(o) { while ($n(_\uff3fself).hasNext__Z()) { var x$1$2 = $n(_\uff3fself).next__O(); if (((o === null) ? (x$1$2 === null) : $dp_equals__O__Z($n(o), x$1$2))) { - return true + return true; } - }; - return false + } + return false; }); $c_ju_AbstractCollection.prototype.containsAll__ju_Collection__Z = (function(c) { var _\uff3fself = $n(c).iterator__ju_Iterator(); @@ -15035,12 +14233,12 @@ $c_ju_AbstractCollection.prototype.containsAll__ju_Collection__Z = (function(c) var x$2 = $n(_\uff3fself).next__O(); if ((!this.contains__O__Z(x$2))) { var $x_1 = true; - break _return + break _return; } - }; - var $x_1 = false - }; - return (!$x_1) + } + var $x_1 = false; + } + return (!$x_1); }); $c_ju_AbstractCollection.prototype.toString__T = (function() { var this$4 = $m_ju_Collections$(); @@ -15049,108 +14247,94 @@ $c_ju_AbstractCollection.prototype.toString__T = (function() { var first = true; while ($n(_\uff3fself).hasNext__Z()) { if (first) { - first = false + first = false; } else { - result = (result + ", ") - }; - result = (("" + result) + $n(_\uff3fself).next__O()) - }; - return (result + "]") + result = (result + ", "); + } + result = (("" + result) + $n(_\uff3fself).next__O()); + } + return (result + "]"); }); /** @constructor */ function $c_ju_Collections$UnmodifiableIterator(inner) { this.ju_Collections$UnmodifiableIterator__f_inner = null; - this.ju_Collections$UnmodifiableIterator__f_inner = inner + this.ju_Collections$UnmodifiableIterator__f_inner = inner; } $c_ju_Collections$UnmodifiableIterator.prototype = new $h_O(); $c_ju_Collections$UnmodifiableIterator.prototype.constructor = $c_ju_Collections$UnmodifiableIterator; /** @constructor */ function $h_ju_Collections$UnmodifiableIterator() { - /**/ } $h_ju_Collections$UnmodifiableIterator.prototype = $c_ju_Collections$UnmodifiableIterator.prototype; $c_ju_Collections$UnmodifiableIterator.prototype.hasNext__Z = (function() { - return $n(this.ju_Collections$UnmodifiableIterator__f_inner).hasNext__Z() + return $n(this.ju_Collections$UnmodifiableIterator__f_inner).hasNext__Z(); }); $c_ju_Collections$UnmodifiableIterator.prototype.next__O = (function() { - return $n(this.ju_Collections$UnmodifiableIterator__f_inner).next__O() + return $n(this.ju_Collections$UnmodifiableIterator__f_inner).next__O(); }); -var $d_ju_Collections$UnmodifiableIterator = new $TypeData().initClass({ - ju_Collections$UnmodifiableIterator: 0 -}, false, "java.util.Collections$UnmodifiableIterator", { +var $d_ju_Collections$UnmodifiableIterator = new $TypeData().initClass($c_ju_Collections$UnmodifiableIterator, "java.util.Collections$UnmodifiableIterator", ({ ju_Collections$UnmodifiableIterator: 1, - O: 1, ju_Collections$WrappedIterator: 1, ju_Iterator: 1 -}); -$c_ju_Collections$UnmodifiableIterator.prototype.$classData = $d_ju_Collections$UnmodifiableIterator; +})); /** @constructor */ function $c_s_$less$colon$less() { - /**/ } $c_s_$less$colon$less.prototype = new $h_O(); $c_s_$less$colon$less.prototype.constructor = $c_s_$less$colon$less; /** @constructor */ function $h_s_$less$colon$less() { - /**/ } $h_s_$less$colon$less.prototype = $c_s_$less$colon$less.prototype; /** @constructor */ function $c_s_Predef$() { this.s_Predef$__f_Map = null; $n_s_Predef$ = this; - $m_s_package$(); - $m_sci_List$(); - this.s_Predef$__f_Map = $m_sci_Map$() + this.s_Predef$__f_Map = $m_sci_Map$(); } $c_s_Predef$.prototype = new $h_s_LowPriorityImplicits(); $c_s_Predef$.prototype.constructor = $c_s_Predef$; /** @constructor */ function $h_s_Predef$() { - /**/ } $h_s_Predef$.prototype = $c_s_Predef$.prototype; $c_s_Predef$.prototype.assert__Z__V = (function(assertion) { if ((!assertion)) { - throw new $c_jl_AssertionError("assertion failed") + throw new $c_jl_AssertionError("assertion failed"); } }); $c_s_Predef$.prototype.require__Z__V = (function(requirement) { if ((!requirement)) { - throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), "requirement failed") + throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), "requirement failed"); } }); $c_s_Predef$.prototype.$qmark$qmark$qmark__E = (function() { - throw new $c_s_NotImplementedError() + throw new $c_s_NotImplementedError(); }); -var $d_s_Predef$ = new $TypeData().initClass({ - s_Predef$: 0 -}, false, "scala.Predef$", { +var $d_s_Predef$ = new $TypeData().initClass($c_s_Predef$, "scala.Predef$", ({ s_Predef$: 1, s_LowPriorityImplicits: 1, - s_LowPriorityImplicits2: 1, - O: 1 -}); -$c_s_Predef$.prototype.$classData = $d_s_Predef$; + s_LowPriorityImplicits2: 1 +})); var $n_s_Predef$; function $m_s_Predef$() { if ((!$n_s_Predef$)) { - $n_s_Predef$ = new $c_s_Predef$() - }; - return $n_s_Predef$ + $n_s_Predef$ = new $c_s_Predef$(); + } + return $n_s_Predef$; } function $f_s_Product2__productElement__I__O($thiz, n) { switch (n) { case 0: { return $thiz._1__O(); - break + break; } case 1: { return $thiz._2__O(); - break + break; } default: { - throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), (n + " is out of bounds (min 0, max 1)")) + throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), (n + " is out of bounds (min 0, max 1)")); } } } @@ -15158,18 +14342,18 @@ function $f_s_Product3__productElement__I__O($thiz, n) { switch (n) { case 0: { return $thiz.T3__f__1; - break + break; } case 1: { return $thiz.T3__f__2; - break + break; } case 2: { return $thiz.T3__f__3; - break + break; } default: { - throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), (n + " is out of bounds (min 0, max 2)")) + throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), (n + " is out of bounds (min 0, max 2)")); } } } @@ -15177,294 +14361,273 @@ function $f_s_Product4__productElement__I__O($thiz, n) { switch (n) { case 0: { return $thiz.T4__f__1; - break + break; } case 1: { return $thiz.T4__f__2; - break + break; } case 2: { return $thiz.T4__f__3; - break + break; } case 3: { return $thiz.T4__f__4; - break + break; } default: { - throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), (n + " is out of bounds (min 0, max 3)")) + throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), (n + " is out of bounds (min 0, max 3)")); } } } function $ct_sc_ClassTagIterableFactory$AnyIterableDelegate__sc_ClassTagIterableFactory__($thiz, delegate) { $thiz.sc_ClassTagIterableFactory$AnyIterableDelegate__f_delegate = delegate; - return $thiz + return $thiz; } /** @constructor */ function $c_sc_ClassTagIterableFactory$AnyIterableDelegate() { - this.sc_ClassTagIterableFactory$AnyIterableDelegate__f_delegate = null + this.sc_ClassTagIterableFactory$AnyIterableDelegate__f_delegate = null; } $c_sc_ClassTagIterableFactory$AnyIterableDelegate.prototype = new $h_O(); $c_sc_ClassTagIterableFactory$AnyIterableDelegate.prototype.constructor = $c_sc_ClassTagIterableFactory$AnyIterableDelegate; /** @constructor */ function $h_sc_ClassTagIterableFactory$AnyIterableDelegate() { - /**/ } $h_sc_ClassTagIterableFactory$AnyIterableDelegate.prototype = $c_sc_ClassTagIterableFactory$AnyIterableDelegate.prototype; $c_sc_ClassTagIterableFactory$AnyIterableDelegate.prototype.empty__O = (function() { - return $n(this.sc_ClassTagIterableFactory$AnyIterableDelegate__f_delegate).empty__O__O($m_s_reflect_ManifestFactory$AnyManifest$()) + return $n(this.sc_ClassTagIterableFactory$AnyIterableDelegate__f_delegate).empty__O__O($m_s_reflect_ManifestFactory$AnyManifest$()); }); $c_sc_ClassTagIterableFactory$AnyIterableDelegate.prototype.from__sc_IterableOnce__O = (function(it) { - return $n(this.sc_ClassTagIterableFactory$AnyIterableDelegate__f_delegate).from__sc_IterableOnce__O__O(it, $m_s_reflect_ManifestFactory$AnyManifest$()) + return $n(this.sc_ClassTagIterableFactory$AnyIterableDelegate__f_delegate).from__sc_IterableOnce__O__O(it, $m_s_reflect_ManifestFactory$AnyManifest$()); }); $c_sc_ClassTagIterableFactory$AnyIterableDelegate.prototype.newBuilder__scm_Builder = (function() { - var this$3 = $n(this.sc_ClassTagIterableFactory$AnyIterableDelegate__f_delegate); + var this$1 = $n(this.sc_ClassTagIterableFactory$AnyIterableDelegate__f_delegate); var evidence$12 = $m_s_reflect_ManifestFactory$AnyManifest$(); - return this$3.newBuilder__s_reflect_ClassTag__scm_Builder(evidence$12) + return this$1.newBuilder__s_reflect_ClassTag__scm_Builder(evidence$12); }); $c_sc_ClassTagIterableFactory$AnyIterableDelegate.prototype.apply__sci_Seq__O = (function(elems) { - var this$3 = $n(this.sc_ClassTagIterableFactory$AnyIterableDelegate__f_delegate); + var this$1 = $n(this.sc_ClassTagIterableFactory$AnyIterableDelegate__f_delegate); var evidence$7 = $m_s_reflect_ManifestFactory$AnyManifest$(); - return this$3.from__sc_IterableOnce__O__O(elems, evidence$7) + return this$1.from__sc_IterableOnce__O__O(elems, evidence$7); }); function $ct_sc_IterableFactory$Delegate__sc_IterableFactory__($thiz, delegate) { $thiz.sc_IterableFactory$Delegate__f_delegate = delegate; - return $thiz + return $thiz; } /** @constructor */ function $c_sc_IterableFactory$Delegate() { - this.sc_IterableFactory$Delegate__f_delegate = null + this.sc_IterableFactory$Delegate__f_delegate = null; } $c_sc_IterableFactory$Delegate.prototype = new $h_O(); $c_sc_IterableFactory$Delegate.prototype.constructor = $c_sc_IterableFactory$Delegate; /** @constructor */ function $h_sc_IterableFactory$Delegate() { - /**/ } $h_sc_IterableFactory$Delegate.prototype = $c_sc_IterableFactory$Delegate.prototype; $c_sc_IterableFactory$Delegate.prototype.from__sc_IterableOnce__O = (function(it) { - return $n(this.sc_IterableFactory$Delegate__f_delegate).from__sc_IterableOnce__O(it) + return $n(this.sc_IterableFactory$Delegate__f_delegate).from__sc_IterableOnce__O(it); }); $c_sc_IterableFactory$Delegate.prototype.newBuilder__scm_Builder = (function() { - return $n(this.sc_IterableFactory$Delegate__f_delegate).newBuilder__scm_Builder() + return $n(this.sc_IterableFactory$Delegate__f_delegate).newBuilder__scm_Builder(); }); /** @constructor */ function $c_sc_IterableOnceOps$$anon$1(outer) { - /**/ } $c_sc_IterableOnceOps$$anon$1.prototype = new $h_sr_AbstractFunction1(); $c_sc_IterableOnceOps$$anon$1.prototype.constructor = $c_sc_IterableOnceOps$$anon$1; /** @constructor */ function $h_sc_IterableOnceOps$$anon$1() { - /**/ } $h_sc_IterableOnceOps$$anon$1.prototype = $c_sc_IterableOnceOps$$anon$1.prototype; $c_sc_IterableOnceOps$$anon$1.prototype.apply__O__O = (function(v1) { - return this + return this; }); -var $d_sc_IterableOnceOps$$anon$1 = new $TypeData().initClass({ - sc_IterableOnceOps$$anon$1: 0 -}, false, "scala.collection.IterableOnceOps$$anon$1", { +var $d_sc_IterableOnceOps$$anon$1 = new $TypeData().initClass($c_sc_IterableOnceOps$$anon$1, "scala.collection.IterableOnceOps$$anon$1", ({ sc_IterableOnceOps$$anon$1: 1, sr_AbstractFunction1: 1, - O: 1, F1: 1 -}); -$c_sc_IterableOnceOps$$anon$1.prototype.$classData = $d_sc_IterableOnceOps$$anon$1; +})); function $f_sc_IterableOps__sizeCompare__I__I($thiz, otherSize) { if ((otherSize < 0)) { - return 1 + return 1; } else { var known = $thiz.knownSize__I(); if ((known >= 0)) { - return ((known === otherSize) ? 0 : ((known < otherSize) ? (-1) : 1)) + return ((known === otherSize) ? 0 : ((known < otherSize) ? (-1) : 1)); } else { var i = 0; var it = $thiz.iterator__sc_Iterator(); while ($n(it).hasNext__Z()) { if ((i === otherSize)) { - return 1 - }; + return 1; + } $n(it).next__O(); - i = ((1 + i) | 0) - }; - return ((i - otherSize) | 0) + i = ((1 + i) | 0); + } + return ((i - otherSize) | 0); } } } function $f_sc_IterableOps__partition__F1__T2($thiz, p) { var first = new $c_sc_View$Filter($thiz, p, false); var second = new $c_sc_View$Filter($thiz, p, true); - return new $c_T2($thiz.fromSpecific__sc_IterableOnce__O(first), $thiz.fromSpecific__sc_IterableOnce__O(second)) + return new $c_T2($thiz.fromSpecific__sc_IterableOnce__O(first), $thiz.fromSpecific__sc_IterableOnce__O(second)); } function $f_sc_IterableOps__map__F1__O($thiz, f) { - return $n($thiz.iterableFactory__sc_IterableFactory()).from__sc_IterableOnce__O($ct_sc_View$Map__sc_IterableOps__F1__(new $c_sc_View$Map(), $thiz, f)) + return $n($thiz.iterableFactory__sc_IterableFactory()).from__sc_IterableOnce__O($ct_sc_View$Map__sc_IterableOps__F1__(new $c_sc_View$Map(), $thiz, f)); } function $is_sc_IterableOps(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_IterableOps))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_IterableOps))); } function $as_sc_IterableOps(obj) { - return (($is_sc_IterableOps(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.IterableOps")) + return (($is_sc_IterableOps(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.IterableOps")); } function $isArrayOf_sc_IterableOps(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_IterableOps))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_IterableOps))); } function $asArrayOf_sc_IterableOps(obj, depth) { - return (($isArrayOf_sc_IterableOps(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.IterableOps;", depth)) + return (($isArrayOf_sc_IterableOps(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.IterableOps;", depth)); } function $ct_sc_IterableOps$WithFilter__sc_IterableOps__F1__($thiz, self, p) { $thiz.sc_IterableOps$WithFilter__f_self = self; $thiz.sc_IterableOps$WithFilter__f_p = p; - return $thiz + return $thiz; } /** @constructor */ function $c_sc_IterableOps$WithFilter() { this.sc_IterableOps$WithFilter__f_self = null; - this.sc_IterableOps$WithFilter__f_p = null + this.sc_IterableOps$WithFilter__f_p = null; } $c_sc_IterableOps$WithFilter.prototype = new $h_sc_WithFilter(); $c_sc_IterableOps$WithFilter.prototype.constructor = $c_sc_IterableOps$WithFilter; /** @constructor */ function $h_sc_IterableOps$WithFilter() { - /**/ } $h_sc_IterableOps$WithFilter.prototype = $c_sc_IterableOps$WithFilter.prototype; $c_sc_IterableOps$WithFilter.prototype.filtered__sc_Iterable = (function() { - return new $c_sc_View$Filter(this.sc_IterableOps$WithFilter__f_self, this.sc_IterableOps$WithFilter__f_p, false) + return new $c_sc_View$Filter(this.sc_IterableOps$WithFilter__f_self, this.sc_IterableOps$WithFilter__f_p, false); }); $c_sc_IterableOps$WithFilter.prototype.foreach__F1__V = (function(f) { - $n(this.filtered__sc_Iterable()).foreach__F1__V(f) + $n(this.filtered__sc_Iterable()).foreach__F1__V(f); }); -var $d_sc_IterableOps$WithFilter = new $TypeData().initClass({ - sc_IterableOps$WithFilter: 0 -}, false, "scala.collection.IterableOps$WithFilter", { +var $d_sc_IterableOps$WithFilter = new $TypeData().initClass($c_sc_IterableOps$WithFilter, "scala.collection.IterableOps$WithFilter", ({ sc_IterableOps$WithFilter: 1, sc_WithFilter: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_sc_IterableOps$WithFilter.prototype.$classData = $d_sc_IterableOps$WithFilter; +})); function $f_sc_Iterator__indexWhere__F1__I__I($thiz, p, from) { var i = ((from > 0) ? from : 0); var dropped = $thiz.drop__I__sc_Iterator(from); while ($n(dropped).hasNext__Z()) { if ($uZ($n(p).apply__O__O($n(dropped).next__O()))) { - return i - }; - i = ((1 + i) | 0) - }; - return (-1) + return i; + } + i = ((1 + i) | 0); + } + return (-1); } function $f_sc_Iterator__concat__F0__sc_Iterator($thiz, xs) { - return new $c_sc_Iterator$ConcatIterator($thiz).concat__F0__sc_Iterator(xs) + return new $c_sc_Iterator$ConcatIterator($thiz).concat__F0__sc_Iterator(xs); } function $f_sc_Iterator__sliceIterator__I__I__sc_Iterator($thiz, from, until) { var lo = ((from > 0) ? from : 0); var rest = ((until < 0) ? (-1) : ((until <= lo) ? 0 : ((until - lo) | 0))); - return ((rest === 0) ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : new $c_sc_Iterator$SliceIterator($thiz, lo, rest)) + return ((rest === 0) ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : new $c_sc_Iterator$SliceIterator($thiz, lo, rest)); } function $f_sc_Iterator__sameElements__sc_IterableOnce__Z($thiz, that) { var those = $n(that).iterator__sc_Iterator(); while (($thiz.hasNext__Z() && $n(those).hasNext__Z())) { if ((!$m_sr_BoxesRunTime$().equals__O__O__Z($thiz.next__O(), $n(those).next__O()))) { - return false + return false; } - }; - return ($thiz.hasNext__Z() === $n(those).hasNext__Z()) + } + return ($thiz.hasNext__Z() === $n(those).hasNext__Z()); } function $is_sc_Iterator(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_Iterator))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_Iterator))); } function $as_sc_Iterator(obj) { - return (($is_sc_Iterator(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.Iterator")) + return (($is_sc_Iterator(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.Iterator")); } function $isArrayOf_sc_Iterator(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_Iterator))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_Iterator))); } function $asArrayOf_sc_Iterator(obj, depth) { - return (($isArrayOf_sc_Iterator(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.Iterator;", depth)) + return (($isArrayOf_sc_Iterator(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.Iterator;", depth)); } /** @constructor */ function $c_sc_Iterator$() { this.sc_Iterator$__f_scala$collection$Iterator$$_empty = null; $n_sc_Iterator$ = this; - this.sc_Iterator$__f_scala$collection$Iterator$$_empty = new $c_sc_Iterator$$anon$19() + this.sc_Iterator$__f_scala$collection$Iterator$$_empty = new $c_sc_Iterator$$anon$19(); } $c_sc_Iterator$.prototype = new $h_O(); $c_sc_Iterator$.prototype.constructor = $c_sc_Iterator$; /** @constructor */ function $h_sc_Iterator$() { - /**/ } $h_sc_Iterator$.prototype = $c_sc_Iterator$.prototype; $c_sc_Iterator$.prototype.newBuilder__scm_Builder = (function() { - return new $c_sc_Iterator$$anon$21() + return new $c_sc_Iterator$$anon$21(); }); $c_sc_Iterator$.prototype.from__sc_IterableOnce__O = (function(source) { - return $n(source).iterator__sc_Iterator() + return $n(source).iterator__sc_Iterator(); }); -var $d_sc_Iterator$ = new $TypeData().initClass({ - sc_Iterator$: 0 -}, false, "scala.collection.Iterator$", { +var $d_sc_Iterator$ = new $TypeData().initClass($c_sc_Iterator$, "scala.collection.Iterator$", ({ sc_Iterator$: 1, - O: 1, sc_IterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_sc_Iterator$.prototype.$classData = $d_sc_Iterator$; +})); var $n_sc_Iterator$; function $m_sc_Iterator$() { if ((!$n_sc_Iterator$)) { - $n_sc_Iterator$ = new $c_sc_Iterator$() - }; - return $n_sc_Iterator$ + $n_sc_Iterator$ = new $c_sc_Iterator$(); + } + return $n_sc_Iterator$; } function $ct_sc_MapFactory$Delegate__sc_MapFactory__($thiz, delegate) { $thiz.sc_MapFactory$Delegate__f_delegate = delegate; - return $thiz + return $thiz; } /** @constructor */ function $c_sc_MapFactory$Delegate() { - this.sc_MapFactory$Delegate__f_delegate = null + this.sc_MapFactory$Delegate__f_delegate = null; } $c_sc_MapFactory$Delegate.prototype = new $h_O(); $c_sc_MapFactory$Delegate.prototype.constructor = $c_sc_MapFactory$Delegate; /** @constructor */ function $h_sc_MapFactory$Delegate() { - /**/ } $h_sc_MapFactory$Delegate.prototype = $c_sc_MapFactory$Delegate.prototype; $c_sc_MapFactory$Delegate.prototype.from__sc_IterableOnce__O = (function(it) { - return $n(this.sc_MapFactory$Delegate__f_delegate).from__sc_IterableOnce__O(it) + return $n(this.sc_MapFactory$Delegate__f_delegate).from__sc_IterableOnce__O(it); }); $c_sc_MapFactory$Delegate.prototype.empty__O = (function() { - return $n(this.sc_MapFactory$Delegate__f_delegate).empty__O() + return $n(this.sc_MapFactory$Delegate__f_delegate).empty__O(); }); $c_sc_MapFactory$Delegate.prototype.newBuilder__scm_Builder = (function() { - return $n(this.sc_MapFactory$Delegate__f_delegate).newBuilder__scm_Builder() + return $n(this.sc_MapFactory$Delegate__f_delegate).newBuilder__scm_Builder(); }); /** @constructor */ function $c_sc_View$() { - /**/ } $c_sc_View$.prototype = new $h_O(); $c_sc_View$.prototype.constructor = $c_sc_View$; /** @constructor */ function $h_sc_View$() { - /**/ } $h_sc_View$.prototype = $c_sc_View$.prototype; $c_sc_View$.prototype.from__sc_IterableOnce__sc_View = (function(it) { if ($is_sc_View(it)) { var x2 = $as_sc_View(it); - return x2 + return x2; } else if ($is_sc_Iterable(it)) { var x3 = $as_sc_Iterable(it); var it$1 = new $c_sjsr_AnonFunction0((() => $n(x3).iterator__sc_Iterator())); - return new $c_sc_View$$anon$1(it$1) + return new $c_sc_View$$anon$1(it$1); } else { var this$3 = $n($m_sci_LazyList$().from__sc_IterableOnce__sci_LazyList(it)); - return $ct_sc_SeqView$Id__sc_SeqOps__(new $c_sc_SeqView$Id(), this$3) + return $ct_sc_SeqView$Id__sc_SeqOps__(new $c_sc_SeqView$Id(), this$3); } }); $c_sc_View$.prototype.newBuilder__scm_Builder = (function() { @@ -15472,28 +14635,24 @@ $c_sc_View$.prototype.newBuilder__scm_Builder = (function() { var this$3 = new $c_scm_ArrayBuffer$$anon$1(); var f = new $c_sjsr_AnonFunction1(((it$2) => { var it = $as_sc_IterableOnce(it$2); - return $m_sc_View$().from__sc_IterableOnce__sc_View(it) + return $m_sc_View$().from__sc_IterableOnce__sc_View(it); })); - return new $c_scm_Builder$$anon$1(this$3, f) + return new $c_scm_Builder$$anon$1(this$3, f); }); $c_sc_View$.prototype.from__sc_IterableOnce__O = (function(source) { - return this.from__sc_IterableOnce__sc_View(source) + return this.from__sc_IterableOnce__sc_View(source); }); -var $d_sc_View$ = new $TypeData().initClass({ - sc_View$: 0 -}, false, "scala.collection.View$", { +var $d_sc_View$ = new $TypeData().initClass($c_sc_View$, "scala.collection.View$", ({ sc_View$: 1, - O: 1, sc_IterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_sc_View$.prototype.$classData = $d_sc_View$; +})); var $n_sc_View$; function $m_sc_View$() { if ((!$n_sc_View$)) { - $n_sc_View$ = new $c_sc_View$() - }; - return $n_sc_View$ + $n_sc_View$ = new $c_sc_View$(); + } + return $n_sc_View$; } /** @constructor */ function $c_sci_BitmapIndexedMapNode(dataMap, nodeMap, content, originalHashes, size, cachedJavaKeySetHashCode) { @@ -15508,35 +14667,34 @@ function $c_sci_BitmapIndexedMapNode(dataMap, nodeMap, content, originalHashes, this.sci_BitmapIndexedMapNode__f_content = content; this.sci_BitmapIndexedMapNode__f_originalHashes = originalHashes; this.sci_BitmapIndexedMapNode__f_size = size; - this.sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode = cachedJavaKeySetHashCode + this.sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode = cachedJavaKeySetHashCode; } $c_sci_BitmapIndexedMapNode.prototype = new $h_sci_MapNode(); $c_sci_BitmapIndexedMapNode.prototype.constructor = $c_sci_BitmapIndexedMapNode; /** @constructor */ function $h_sci_BitmapIndexedMapNode() { - /**/ } $h_sci_BitmapIndexedMapNode.prototype = $c_sci_BitmapIndexedMapNode.prototype; $c_sci_BitmapIndexedMapNode.prototype.size__I = (function() { - return this.sci_BitmapIndexedMapNode__f_size + return this.sci_BitmapIndexedMapNode__f_size; }); $c_sci_BitmapIndexedMapNode.prototype.cachedJavaKeySetHashCode__I = (function() { - return this.sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode + return this.sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode; }); $c_sci_BitmapIndexedMapNode.prototype.getKey__I__O = (function(index) { - return $n(this.sci_BitmapIndexedMapNode__f_content).get((index << 1)) + return $n(this.sci_BitmapIndexedMapNode__f_content).get((index << 1)); }); $c_sci_BitmapIndexedMapNode.prototype.getValue__I__O = (function(index) { - return $n(this.sci_BitmapIndexedMapNode__f_content).get(((1 + (index << 1)) | 0)) + return $n(this.sci_BitmapIndexedMapNode__f_content).get(((1 + (index << 1)) | 0)); }); $c_sci_BitmapIndexedMapNode.prototype.getPayload__I__T2 = (function(index) { - return new $c_T2($n(this.sci_BitmapIndexedMapNode__f_content).get((index << 1)), $n(this.sci_BitmapIndexedMapNode__f_content).get(((1 + (index << 1)) | 0))) + return new $c_T2($n(this.sci_BitmapIndexedMapNode__f_content).get((index << 1)), $n(this.sci_BitmapIndexedMapNode__f_content).get(((1 + (index << 1)) | 0))); }); $c_sci_BitmapIndexedMapNode.prototype.getHash__I__I = (function(index) { - return $n(this.sci_BitmapIndexedMapNode__f_originalHashes).get(index) + return $n(this.sci_BitmapIndexedMapNode__f_originalHashes).get(index); }); $c_sci_BitmapIndexedMapNode.prototype.getNode__I__sci_MapNode = (function(index) { - return $as_sci_MapNode($n(this.sci_BitmapIndexedMapNode__f_content).get((((((-1) + $n(this.sci_BitmapIndexedMapNode__f_content).u.length) | 0) - index) | 0))) + return $as_sci_MapNode($n(this.sci_BitmapIndexedMapNode__f_content).get((((((-1) + $n(this.sci_BitmapIndexedMapNode__f_content).u.length) | 0) - index) | 0))); }); $c_sci_BitmapIndexedMapNode.prototype.apply__O__I__I__I__O = (function(key, originalHash, keyHash, shift) { var mask = $m_sci_Node$().maskFrom__I__I__I(keyHash, shift); @@ -15544,14 +14702,14 @@ $c_sci_BitmapIndexedMapNode.prototype.apply__O__I__I__I__O = (function(key, orig if (((this.sci_BitmapIndexedMapNode__f_dataMap & bitpos) !== 0)) { var index = $m_sci_Node$().indexFrom__I__I__I__I(this.sci_BitmapIndexedMapNode__f_dataMap, mask, bitpos); if ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.getKey__I__O(index))) { - return this.getValue__I__O(index) + return this.getValue__I__O(index); } else { - throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), ("key not found: " + key)) + throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), ("key not found: " + key)); } } else if (((this.sci_BitmapIndexedMapNode__f_nodeMap & bitpos) !== 0)) { - return $n(this.getNode__I__sci_MapNode($m_sci_Node$().indexFrom__I__I__I__I(this.sci_BitmapIndexedMapNode__f_nodeMap, mask, bitpos))).apply__O__I__I__I__O(key, originalHash, keyHash, ((5 + shift) | 0)) + return $n(this.getNode__I__sci_MapNode($m_sci_Node$().indexFrom__I__I__I__I(this.sci_BitmapIndexedMapNode__f_nodeMap, mask, bitpos))).apply__O__I__I__I__O(key, originalHash, keyHash, ((5 + shift) | 0)); } else { - throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), ("key not found: " + key)) + throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), ("key not found: " + key)); } }); $c_sci_BitmapIndexedMapNode.prototype.get__O__I__I__I__s_Option = (function(key, originalHash, keyHash, shift) { @@ -15560,12 +14718,12 @@ $c_sci_BitmapIndexedMapNode.prototype.get__O__I__I__I__s_Option = (function(key, if (((this.sci_BitmapIndexedMapNode__f_dataMap & bitpos) !== 0)) { var index = $m_sci_Node$().indexFrom__I__I__I__I(this.sci_BitmapIndexedMapNode__f_dataMap, mask, bitpos); var key0 = this.getKey__I__O(index); - return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, key0) ? new $c_s_Some(this.getValue__I__O(index)) : $m_s_None$()) + return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, key0) ? new $c_s_Some(this.getValue__I__O(index)) : $m_s_None$()); } else if (((this.sci_BitmapIndexedMapNode__f_nodeMap & bitpos) !== 0)) { var index$2 = $m_sci_Node$().indexFrom__I__I__I__I(this.sci_BitmapIndexedMapNode__f_nodeMap, mask, bitpos); - return $n(this.getNode__I__sci_MapNode(index$2)).get__O__I__I__I__s_Option(key, originalHash, keyHash, ((5 + shift) | 0)) + return $n(this.getNode__I__sci_MapNode(index$2)).get__O__I__I__I__s_Option(key, originalHash, keyHash, ((5 + shift) | 0)); } else { - return $m_s_None$() + return $m_s_None$(); } }); $c_sci_BitmapIndexedMapNode.prototype.getOrElse__O__I__I__I__F0__O = (function(key, originalHash, keyHash, shift, f) { @@ -15574,12 +14732,12 @@ $c_sci_BitmapIndexedMapNode.prototype.getOrElse__O__I__I__I__F0__O = (function(k if (((this.sci_BitmapIndexedMapNode__f_dataMap & bitpos) !== 0)) { var index = $m_sci_Node$().indexFrom__I__I__I__I(this.sci_BitmapIndexedMapNode__f_dataMap, mask, bitpos); var key0 = this.getKey__I__O(index); - return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, key0) ? this.getValue__I__O(index) : $n(f).apply__O()) + return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, key0) ? this.getValue__I__O(index) : $n(f).apply__O()); } else if (((this.sci_BitmapIndexedMapNode__f_nodeMap & bitpos) !== 0)) { var index$2 = $m_sci_Node$().indexFrom__I__I__I__I(this.sci_BitmapIndexedMapNode__f_nodeMap, mask, bitpos); - return $n(this.getNode__I__sci_MapNode(index$2)).getOrElse__O__I__I__I__F0__O(key, originalHash, keyHash, ((5 + shift) | 0), f) + return $n(this.getNode__I__sci_MapNode(index$2)).getOrElse__O__I__I__I__F0__O(key, originalHash, keyHash, ((5 + shift) | 0), f); } else { - return $n(f).apply__O() + return $n(f).apply__O(); } }); $c_sci_BitmapIndexedMapNode.prototype.containsKey__O__I__I__I__Z = (function(key, originalHash, keyHash, shift) { @@ -15587,9 +14745,9 @@ $c_sci_BitmapIndexedMapNode.prototype.containsKey__O__I__I__I__Z = (function(key var bitpos = $m_sci_Node$().bitposFrom__I__I(mask); if (((this.sci_BitmapIndexedMapNode__f_dataMap & bitpos) !== 0)) { var index = $m_sci_Node$().indexFrom__I__I__I__I(this.sci_BitmapIndexedMapNode__f_dataMap, mask, bitpos); - return (($n(this.sci_BitmapIndexedMapNode__f_originalHashes).get(index) === originalHash) && $m_sr_BoxesRunTime$().equals__O__O__Z(key, this.getKey__I__O(index))) + return (($n(this.sci_BitmapIndexedMapNode__f_originalHashes).get(index) === originalHash) && $m_sr_BoxesRunTime$().equals__O__O__Z(key, this.getKey__I__O(index))); } else { - return (((this.sci_BitmapIndexedMapNode__f_nodeMap & bitpos) !== 0) && $n(this.getNode__I__sci_MapNode($m_sci_Node$().indexFrom__I__I__I__I(this.sci_BitmapIndexedMapNode__f_nodeMap, mask, bitpos))).containsKey__O__I__I__I__Z(key, originalHash, keyHash, ((5 + shift) | 0))) + return (((this.sci_BitmapIndexedMapNode__f_nodeMap & bitpos) !== 0) && $n(this.getNode__I__sci_MapNode($m_sci_Node$().indexFrom__I__I__I__I(this.sci_BitmapIndexedMapNode__f_nodeMap, mask, bitpos))).containsKey__O__I__I__I__Z(key, originalHash, keyHash, ((5 + shift) | 0))); } }); $c_sci_BitmapIndexedMapNode.prototype.updated__O__O__I__I__I__Z__sci_BitmapIndexedMapNode = (function(key, value, originalHash, keyHash, shift, replaceValue) { @@ -15602,23 +14760,23 @@ $c_sci_BitmapIndexedMapNode.prototype.updated__O__O__I__I__I__Z__sci_BitmapIndex if (((key0UnimprovedHash === originalHash) && $m_sr_BoxesRunTime$().equals__O__O__Z(key0, key))) { if (replaceValue) { var value0 = this.getValue__I__O(index); - return ((Object.is(key0, key) && Object.is(value0, value)) ? this : this.copyAndSetValue__I__O__O__sci_BitmapIndexedMapNode(bitpos, key, value)) + return ((Object.is(key0, key) && Object.is(value0, value)) ? this : this.copyAndSetValue__I__O__O__sci_BitmapIndexedMapNode(bitpos, key, value)); } else { - return this + return this; } } else { var value0$2 = this.getValue__I__O(index); var key0Hash = $m_sc_Hashing$().improve__I__I(key0UnimprovedHash); var subNodeNew = this.mergeTwoKeyValPairs__O__O__I__I__O__O__I__I__I__sci_MapNode(key0, value0$2, key0UnimprovedHash, key0Hash, key, value, originalHash, keyHash, ((5 + shift) | 0)); - return this.copyAndMigrateFromInlineToNode__I__I__sci_MapNode__sci_BitmapIndexedMapNode(bitpos, key0Hash, subNodeNew) + return this.copyAndMigrateFromInlineToNode__I__I__sci_MapNode__sci_BitmapIndexedMapNode(bitpos, key0Hash, subNodeNew); } } else if (((this.sci_BitmapIndexedMapNode__f_nodeMap & bitpos) !== 0)) { var index$2 = $m_sci_Node$().indexFrom__I__I__I__I(this.sci_BitmapIndexedMapNode__f_nodeMap, mask, bitpos); var subNode = this.getNode__I__sci_MapNode(index$2); var subNodeNew$2 = $n(subNode).updated__O__O__I__I__I__Z__sci_MapNode(key, value, originalHash, keyHash, ((5 + shift) | 0), replaceValue); - return ((subNodeNew$2 === subNode) ? this : this.copyAndSetNode__I__sci_MapNode__sci_MapNode__sci_BitmapIndexedMapNode(bitpos, subNode, subNodeNew$2)) + return ((subNodeNew$2 === subNode) ? this : this.copyAndSetNode__I__sci_MapNode__sci_MapNode__sci_BitmapIndexedMapNode(bitpos, subNode, subNodeNew$2)); } else { - return this.copyAndInsertValue__I__O__I__I__O__sci_BitmapIndexedMapNode(bitpos, key, originalHash, keyHash, value) + return this.copyAndInsertValue__I__O__I__I__O__sci_BitmapIndexedMapNode(bitpos, key, originalHash, keyHash, value); } }); $c_sci_BitmapIndexedMapNode.prototype.updateWithShallowMutations__O__O__I__I__I__I__I = (function(key, value, originalHash, keyHash, shift, shallowlyMutableNodeMap) { @@ -15633,15 +14791,15 @@ $c_sci_BitmapIndexedMapNode.prototype.updateWithShallowMutations__O__O__I__I__I_ if ((!(Object.is(key0, key) && Object.is(value0, value)))) { var dataIx = this.dataIndex__I__I(bitpos); var idx = (dataIx << 1); - $n(this.sci_BitmapIndexedMapNode__f_content).set(((1 + idx) | 0), value) - }; - return shallowlyMutableNodeMap + $n(this.sci_BitmapIndexedMapNode__f_content).set(((1 + idx) | 0), value); + } + return shallowlyMutableNodeMap; } else { var value0$2 = this.getValue__I__O(index); var key0Hash = $m_sc_Hashing$().improve__I__I(key0UnimprovedHash); var subNodeNew = this.mergeTwoKeyValPairs__O__O__I__I__O__O__I__I__I__sci_MapNode(key0, value0$2, key0UnimprovedHash, key0Hash, key, value, originalHash, keyHash, ((5 + shift) | 0)); this.migrateFromInlineToNodeInPlace__I__I__sci_MapNode__sci_BitmapIndexedMapNode(bitpos, key0Hash, subNodeNew); - return (shallowlyMutableNodeMap | bitpos) + return (shallowlyMutableNodeMap | bitpos); } } else if (((this.sci_BitmapIndexedMapNode__f_nodeMap & bitpos) !== 0)) { var index$2 = $m_sci_Node$().indexFrom__I__I__I__I(this.sci_BitmapIndexedMapNode__f_nodeMap, mask, bitpos); @@ -15656,19 +14814,19 @@ $c_sci_BitmapIndexedMapNode.prototype.updateWithShallowMutations__O__O__I__I__I_ if (((bitpos & shallowlyMutableNodeMap) !== 0)) { $n(x2).updateWithShallowMutations__O__O__I__I__I__I__I(key, value, originalHash, keyHash, ((5 + shift) | 0), 0); var subNodeNew$2 = x2; - break matchEnd4 + break matchEnd4; } - }; + } var result = $n(subNode).updated__O__O__I__I__I__Z__sci_MapNode(key, value, originalHash, keyHash, ((5 + shift) | 0), true); if ((result !== subNode)) { - returnMutableNodeMap = (returnMutableNodeMap | bitpos) - }; - var subNodeNew$2 = result - }; + returnMutableNodeMap = (returnMutableNodeMap | bitpos); + } + var subNodeNew$2 = result; + } $n(this.sci_BitmapIndexedMapNode__f_content).set((((((-1) + $n(this.sci_BitmapIndexedMapNode__f_content).u.length) | 0) - this.nodeIndex__I__I(bitpos)) | 0), subNodeNew$2); this.sci_BitmapIndexedMapNode__f_size = ((((this.sci_BitmapIndexedMapNode__f_size - subNodeSize) | 0) + $n(subNodeNew$2).size__I()) | 0); this.sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode = ((((this.sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode - subNodeHashCode) | 0) + $n(subNodeNew$2).cachedJavaKeySetHashCode__I()) | 0); - return returnMutableNodeMap + return returnMutableNodeMap; } else { var dataIx$2 = this.dataIndex__I__I(bitpos); var idx$2 = (dataIx$2 << 1); @@ -15685,7 +14843,7 @@ $c_sci_BitmapIndexedMapNode.prototype.updateWithShallowMutations__O__O__I__I__I_ this.sci_BitmapIndexedMapNode__f_originalHashes = this.insertElement__AI__I__I__AI(this.sci_BitmapIndexedMapNode__f_originalHashes, dataIx$2, originalHash); this.sci_BitmapIndexedMapNode__f_size = ((1 + this.sci_BitmapIndexedMapNode__f_size) | 0); this.sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode = ((this.sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode + keyHash) | 0); - return shallowlyMutableNodeMap + return shallowlyMutableNodeMap; } }); $c_sci_BitmapIndexedMapNode.prototype.mergeTwoKeyValPairs__O__O__I__I__O__O__I__I__I__sci_MapNode = (function(key0, value0, originalHash0, keyHash0, key1, value1, originalHash1, keyHash1, shift) { @@ -15693,42 +14851,42 @@ $c_sci_BitmapIndexedMapNode.prototype.mergeTwoKeyValPairs__O__O__I__I__O__O__I__ var this$4 = $m_sci_Vector$(); var array = [new $c_T2(key0, value0), new $c_T2(key1, value1)]; var elems = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array); - return new $c_sci_HashCollisionMapNode(originalHash0, keyHash0, this$4.from__sc_IterableOnce__sci_Vector(elems)) + return new $c_sci_HashCollisionMapNode(originalHash0, keyHash0, this$4.from__sc_IterableOnce__sci_Vector(elems)); } else { var mask0 = $m_sci_Node$().maskFrom__I__I__I(keyHash0, shift); var mask1 = $m_sci_Node$().maskFrom__I__I__I(keyHash1, shift); var newCachedHash = ((keyHash0 + keyHash1) | 0); if ((mask0 !== mask1)) { var dataMap = ($m_sci_Node$().bitposFrom__I__I(mask0) | $m_sci_Node$().bitposFrom__I__I(mask1)); - return ((mask0 < mask1) ? new $c_sci_BitmapIndexedMapNode(dataMap, 0, new $ac_O([key0, value0, key1, value1]), new $ac_I(new Int32Array([originalHash0, originalHash1])), 2, newCachedHash) : new $c_sci_BitmapIndexedMapNode(dataMap, 0, new $ac_O([key1, value1, key0, value0]), new $ac_I(new Int32Array([originalHash1, originalHash0])), 2, newCachedHash)) + return ((mask0 < mask1) ? new $c_sci_BitmapIndexedMapNode(dataMap, 0, new $ac_O([key0, value0, key1, value1]), new $ac_I(new Int32Array([originalHash0, originalHash1])), 2, newCachedHash) : new $c_sci_BitmapIndexedMapNode(dataMap, 0, new $ac_O([key1, value1, key0, value0]), new $ac_I(new Int32Array([originalHash1, originalHash0])), 2, newCachedHash)); } else { var nodeMap = $m_sci_Node$().bitposFrom__I__I(mask0); var node = this.mergeTwoKeyValPairs__O__O__I__I__O__O__I__I__I__sci_MapNode(key0, value0, originalHash0, keyHash0, key1, value1, originalHash1, keyHash1, ((5 + shift) | 0)); - return new $c_sci_BitmapIndexedMapNode(0, nodeMap, new $ac_O([node]), $m_s_Array$EmptyArrays$().s_Array$EmptyArrays$__f_emptyIntArray, $n(node).size__I(), $n(node).cachedJavaKeySetHashCode__I()) + return new $c_sci_BitmapIndexedMapNode(0, nodeMap, new $ac_O([node]), $m_s_Array$EmptyArrays$().s_Array$EmptyArrays$__f_emptyIntArray, $n(node).size__I(), $n(node).cachedJavaKeySetHashCode__I()); } } }); $c_sci_BitmapIndexedMapNode.prototype.hasNodes__Z = (function() { - return (this.sci_BitmapIndexedMapNode__f_nodeMap !== 0) + return (this.sci_BitmapIndexedMapNode__f_nodeMap !== 0); }); $c_sci_BitmapIndexedMapNode.prototype.nodeArity__I = (function() { var i = this.sci_BitmapIndexedMapNode__f_nodeMap; - return $m_jl_Integer$().bitCount__I__I(i) + return $m_jl_Integer$().bitCount__I__I(i); }); $c_sci_BitmapIndexedMapNode.prototype.hasPayload__Z = (function() { - return (this.sci_BitmapIndexedMapNode__f_dataMap !== 0) + return (this.sci_BitmapIndexedMapNode__f_dataMap !== 0); }); $c_sci_BitmapIndexedMapNode.prototype.payloadArity__I = (function() { var i = this.sci_BitmapIndexedMapNode__f_dataMap; - return $m_jl_Integer$().bitCount__I__I(i) + return $m_jl_Integer$().bitCount__I__I(i); }); $c_sci_BitmapIndexedMapNode.prototype.dataIndex__I__I = (function(bitpos) { var i = (this.sci_BitmapIndexedMapNode__f_dataMap & (((-1) + bitpos) | 0)); - return $m_jl_Integer$().bitCount__I__I(i) + return $m_jl_Integer$().bitCount__I__I(i); }); $c_sci_BitmapIndexedMapNode.prototype.nodeIndex__I__I = (function(bitpos) { var i = (this.sci_BitmapIndexedMapNode__f_nodeMap & (((-1) + bitpos) | 0)); - return $m_jl_Integer$().bitCount__I__I(i) + return $m_jl_Integer$().bitCount__I__I(i); }); $c_sci_BitmapIndexedMapNode.prototype.copyAndSetValue__I__O__O__sci_BitmapIndexedMapNode = (function(bitpos, newKey, newValue) { var dataIx = this.dataIndex__I__I(bitpos); @@ -15738,7 +14896,7 @@ $c_sci_BitmapIndexedMapNode.prototype.copyAndSetValue__I__O__O__sci_BitmapIndexe var length = $n(src).u.length; $systemArraycopyRefs($n(src), 0, dst, 0, length); $n(dst).set(((1 + idx) | 0), newValue); - return new $c_sci_BitmapIndexedMapNode(this.sci_BitmapIndexedMapNode__f_dataMap, this.sci_BitmapIndexedMapNode__f_nodeMap, dst, this.sci_BitmapIndexedMapNode__f_originalHashes, this.sci_BitmapIndexedMapNode__f_size, this.sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode) + return new $c_sci_BitmapIndexedMapNode(this.sci_BitmapIndexedMapNode__f_dataMap, this.sci_BitmapIndexedMapNode__f_nodeMap, dst, this.sci_BitmapIndexedMapNode__f_originalHashes, this.sci_BitmapIndexedMapNode__f_size, this.sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode); }); $c_sci_BitmapIndexedMapNode.prototype.copyAndSetNode__I__sci_MapNode__sci_MapNode__sci_BitmapIndexedMapNode = (function(bitpos, oldNode, newNode) { var idx = (((((-1) + $n(this.sci_BitmapIndexedMapNode__f_content).u.length) | 0) - this.nodeIndex__I__I(bitpos)) | 0); @@ -15747,7 +14905,7 @@ $c_sci_BitmapIndexedMapNode.prototype.copyAndSetNode__I__sci_MapNode__sci_MapNod var length = $n(src).u.length; $systemArraycopyRefs($n(src), 0, dst, 0, length); $n(dst).set(idx, newNode); - return new $c_sci_BitmapIndexedMapNode(this.sci_BitmapIndexedMapNode__f_dataMap, this.sci_BitmapIndexedMapNode__f_nodeMap, dst, this.sci_BitmapIndexedMapNode__f_originalHashes, ((((this.sci_BitmapIndexedMapNode__f_size - $n(oldNode).size__I()) | 0) + $n(newNode).size__I()) | 0), ((((this.sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode - $n(oldNode).cachedJavaKeySetHashCode__I()) | 0) + $n(newNode).cachedJavaKeySetHashCode__I()) | 0)) + return new $c_sci_BitmapIndexedMapNode(this.sci_BitmapIndexedMapNode__f_dataMap, this.sci_BitmapIndexedMapNode__f_nodeMap, dst, this.sci_BitmapIndexedMapNode__f_originalHashes, ((((this.sci_BitmapIndexedMapNode__f_size - $n(oldNode).size__I()) | 0) + $n(newNode).size__I()) | 0), ((((this.sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode - $n(oldNode).cachedJavaKeySetHashCode__I()) | 0) + $n(newNode).cachedJavaKeySetHashCode__I()) | 0)); }); $c_sci_BitmapIndexedMapNode.prototype.copyAndInsertValue__I__O__I__I__O__sci_BitmapIndexedMapNode = (function(bitpos, key, originalHash, keyHash, value) { var dataIx = this.dataIndex__I__I(bitpos); @@ -15761,7 +14919,7 @@ $c_sci_BitmapIndexedMapNode.prototype.copyAndInsertValue__I__O__I__I__O__sci_Bit var length = (($n(src).u.length - idx) | 0); $systemArraycopyRefs($n(src), idx, dst, destPos, length); var dstHashes = this.insertElement__AI__I__I__AI(this.sci_BitmapIndexedMapNode__f_originalHashes, dataIx, originalHash); - return new $c_sci_BitmapIndexedMapNode((this.sci_BitmapIndexedMapNode__f_dataMap | bitpos), this.sci_BitmapIndexedMapNode__f_nodeMap, dst, dstHashes, ((1 + this.sci_BitmapIndexedMapNode__f_size) | 0), ((this.sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode + keyHash) | 0)) + return new $c_sci_BitmapIndexedMapNode((this.sci_BitmapIndexedMapNode__f_dataMap | bitpos), this.sci_BitmapIndexedMapNode__f_nodeMap, dst, dstHashes, ((1 + this.sci_BitmapIndexedMapNode__f_size) | 0), ((this.sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode + keyHash) | 0)); }); $c_sci_BitmapIndexedMapNode.prototype.migrateFromInlineToNodeInPlace__I__I__sci_MapNode__sci_BitmapIndexedMapNode = (function(bitpos, keyHash, node) { var dataIx = this.dataIndex__I__I(bitpos); @@ -15785,7 +14943,7 @@ $c_sci_BitmapIndexedMapNode.prototype.migrateFromInlineToNodeInPlace__I__I__sci_ this.sci_BitmapIndexedMapNode__f_originalHashes = dstHashes; this.sci_BitmapIndexedMapNode__f_size = (((((-1) + this.sci_BitmapIndexedMapNode__f_size) | 0) + $n(node).size__I()) | 0); this.sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode = ((((this.sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode - keyHash) | 0) + $n(node).cachedJavaKeySetHashCode__I()) | 0); - return this + return this; }); $c_sci_BitmapIndexedMapNode.prototype.copyAndMigrateFromInlineToNode__I__I__sci_MapNode__sci_BitmapIndexedMapNode = (function(bitpos, keyHash, node) { var dataIx = this.dataIndex__I__I(bitpos); @@ -15803,7 +14961,7 @@ $c_sci_BitmapIndexedMapNode.prototype.copyAndMigrateFromInlineToNode__I__I__sci_ var length$1 = (((-2) + (($n(src).u.length - idxNew) | 0)) | 0); $systemArraycopyRefs($n(src), srcPos$1, dst, destPos, length$1); var dstHashes = this.removeElement__AI__I__AI(this.sci_BitmapIndexedMapNode__f_originalHashes, dataIx); - return new $c_sci_BitmapIndexedMapNode((this.sci_BitmapIndexedMapNode__f_dataMap ^ bitpos), (this.sci_BitmapIndexedMapNode__f_nodeMap | bitpos), dst, dstHashes, (((((-1) + this.sci_BitmapIndexedMapNode__f_size) | 0) + $n(node).size__I()) | 0), ((((this.sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode - keyHash) | 0) + $n(node).cachedJavaKeySetHashCode__I()) | 0)) + return new $c_sci_BitmapIndexedMapNode((this.sci_BitmapIndexedMapNode__f_dataMap ^ bitpos), (this.sci_BitmapIndexedMapNode__f_nodeMap | bitpos), dst, dstHashes, (((((-1) + this.sci_BitmapIndexedMapNode__f_size) | 0) + $n(node).size__I()) | 0), ((((this.sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode - keyHash) | 0) + $n(node).cachedJavaKeySetHashCode__I()) | 0)); }); $c_sci_BitmapIndexedMapNode.prototype.foreach__F1__V = (function(f) { var i = this.sci_BitmapIndexedMapNode__f_dataMap; @@ -15811,14 +14969,14 @@ $c_sci_BitmapIndexedMapNode.prototype.foreach__F1__V = (function(f) { var i$1 = 0; while ((i$1 < iN)) { $n(f).apply__O__O(this.getPayload__I__T2(i$1)); - i$1 = ((1 + i$1) | 0) - }; + i$1 = ((1 + i$1) | 0); + } var i$2 = this.sci_BitmapIndexedMapNode__f_nodeMap; var jN = $m_jl_Integer$().bitCount__I__I(i$2); var j = 0; while ((j < jN)) { $n(this.getNode__I__sci_MapNode(j)).foreach__F1__V(f); - j = ((1 + j) | 0) + j = ((1 + j) | 0); } }); $c_sci_BitmapIndexedMapNode.prototype.foreachEntry__F2__V = (function(f) { @@ -15827,14 +14985,14 @@ $c_sci_BitmapIndexedMapNode.prototype.foreachEntry__F2__V = (function(f) { var i$1 = 0; while ((i$1 < iN)) { $n(f).apply__O__O__O(this.getKey__I__O(i$1), this.getValue__I__O(i$1)); - i$1 = ((1 + i$1) | 0) - }; + i$1 = ((1 + i$1) | 0); + } var i$2 = this.sci_BitmapIndexedMapNode__f_nodeMap; var jN = $m_jl_Integer$().bitCount__I__I(i$2); var j = 0; while ((j < jN)) { $n(this.getNode__I__sci_MapNode(j)).foreachEntry__F2__V(f); - j = ((1 + j) | 0) + j = ((1 + j) | 0); } }); $c_sci_BitmapIndexedMapNode.prototype.foreachWithHash__F3__V = (function(f) { @@ -15843,75 +15001,75 @@ $c_sci_BitmapIndexedMapNode.prototype.foreachWithHash__F3__V = (function(f) { var iN = $m_jl_Integer$().bitCount__I__I(i$1); while ((i < iN)) { $n(f).apply__O__O__O__O(this.getKey__I__O(i), this.getValue__I__O(i), this.getHash__I__I(i)); - i = ((1 + i) | 0) - }; + i = ((1 + i) | 0); + } var i$2 = this.sci_BitmapIndexedMapNode__f_nodeMap; var jN = $m_jl_Integer$().bitCount__I__I(i$2); var j = 0; while ((j < jN)) { $n(this.getNode__I__sci_MapNode(j)).foreachWithHash__F3__V(f); - j = ((1 + j) | 0) + j = ((1 + j) | 0); } }); $c_sci_BitmapIndexedMapNode.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_sci_BitmapIndexedMapNode)) { var x2 = $as_sci_BitmapIndexedMapNode(that); if ((this === x2)) { - return true + return true; } else { if (((((this.sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode === $n(x2).sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode) && (this.sci_BitmapIndexedMapNode__f_nodeMap === $n(x2).sci_BitmapIndexedMapNode__f_nodeMap)) && (this.sci_BitmapIndexedMapNode__f_dataMap === $n(x2).sci_BitmapIndexedMapNode__f_dataMap)) && (this.sci_BitmapIndexedMapNode__f_size === $n(x2).sci_BitmapIndexedMapNode__f_size))) { var a = this.sci_BitmapIndexedMapNode__f_originalHashes; var b = $n(x2).sci_BitmapIndexedMapNode__f_originalHashes; - var $x_1 = $m_ju_Arrays$().equals__AI__AI__Z(a, b) + var $x_1 = $m_ju_Arrays$().equals__AI__AI__Z(a, b); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { var a1 = this.sci_BitmapIndexedMapNode__f_content; var a2 = $n(x2).sci_BitmapIndexedMapNode__f_content; var length = $n(this.sci_BitmapIndexedMapNode__f_content).u.length; if ((a1 === a2)) { - return true + return true; } else { var isEqual = true; var i = 0; while ((isEqual && (i < length))) { isEqual = $m_sr_BoxesRunTime$().equals__O__O__Z($n(a1).get(i), $n(a2).get(i)); - i = ((1 + i) | 0) - }; - return isEqual + i = ((1 + i) | 0); + } + return isEqual; } } else { - return false + return false; } } } else { - return false + return false; } }); $c_sci_BitmapIndexedMapNode.prototype.hashCode__I = (function() { - throw new $c_jl_UnsupportedOperationException("Trie nodes do not support hashing.") + throw new $c_jl_UnsupportedOperationException("Trie nodes do not support hashing."); }); $c_sci_BitmapIndexedMapNode.prototype.concat__sci_MapNode__I__sci_BitmapIndexedMapNode = (function(that, shift) { if ((that instanceof $c_sci_BitmapIndexedMapNode)) { var x2 = $as_sci_BitmapIndexedMapNode(that); if ((this.sci_BitmapIndexedMapNode__f_size === 0)) { - return x2 + return x2; } else if ((($n(x2).sci_BitmapIndexedMapNode__f_size === 0) || (x2 === this))) { - return this + return this; } else if (($n(x2).sci_BitmapIndexedMapNode__f_size === 1)) { var originalHash = $n(x2).getHash__I__I(0); - return this.updated__O__O__I__I__I__Z__sci_BitmapIndexedMapNode($n(x2).getKey__I__O(0), $n(x2).getValue__I__O(0), originalHash, $m_sc_Hashing$().improve__I__I(originalHash), shift, true) - }; + return this.updated__O__O__I__I__I__Z__sci_BitmapIndexedMapNode($n(x2).getKey__I__O(0), $n(x2).getValue__I__O(0), originalHash, $m_sc_Hashing$().improve__I__I(originalHash), shift, true); + } var anyChangesMadeSoFar = false; var allMap = (((this.sci_BitmapIndexedMapNode__f_dataMap | $n(x2).sci_BitmapIndexedMapNode__f_dataMap) | this.sci_BitmapIndexedMapNode__f_nodeMap) | $n(x2).sci_BitmapIndexedMapNode__f_nodeMap); var $x_2 = $m_sci_Node$(); if ((allMap === 0)) { - var $x_1 = 32 + var $x_1 = 32; } else { var i = (allMap & ((-allMap) | 0)); - var $x_1 = ((31 - $uI(Math.clz32(i))) | 0) - }; + var $x_1 = ((31 - $uI(Math.clz32(i))) | 0); + } var minimumBitPos = $n($x_2).bitposFrom__I__I($x_1); var maximumBitPos = $m_sci_Node$().bitposFrom__I__I(((31 - $uI(Math.clz32(allMap))) | 0)); var leftNodeRightNode = 0; @@ -15933,44 +15091,44 @@ $c_sci_BitmapIndexedMapNode.prototype.concat__sci_MapNode__I__sci_BitmapIndexedM if (((bitpos & $n(x2).sci_BitmapIndexedMapNode__f_dataMap) !== 0)) { var leftOriginalHash = this.getHash__I__I(leftIdx); if (((leftOriginalHash === $n(x2).getHash__I__I(rightIdx)) && $m_sr_BoxesRunTime$().equals__O__O__Z(this.getKey__I__O(leftIdx), $n(x2).getKey__I__O(rightIdx)))) { - leftDataRightDataRightOverwrites = (leftDataRightDataRightOverwrites | bitpos) + leftDataRightDataRightOverwrites = (leftDataRightDataRightOverwrites | bitpos); } else { leftDataRightDataMigrateToNode = (leftDataRightDataMigrateToNode | bitpos); - dataToNodeMigrationTargets = (dataToNodeMigrationTargets | $m_sci_Node$().bitposFrom__I__I($m_sci_Node$().maskFrom__I__I__I($m_sc_Hashing$().improve__I__I(leftOriginalHash), shift))) - }; - rightIdx = ((1 + rightIdx) | 0) + dataToNodeMigrationTargets = (dataToNodeMigrationTargets | $m_sci_Node$().bitposFrom__I__I($m_sci_Node$().maskFrom__I__I__I($m_sc_Hashing$().improve__I__I(leftOriginalHash), shift))); + } + rightIdx = ((1 + rightIdx) | 0); } else if (((bitpos & $n(x2).sci_BitmapIndexedMapNode__f_nodeMap) !== 0)) { - leftDataRightNode = (leftDataRightNode | bitpos) + leftDataRightNode = (leftDataRightNode | bitpos); } else { - leftDataOnly = (leftDataOnly | bitpos) - }; - leftIdx = ((1 + leftIdx) | 0) + leftDataOnly = (leftDataOnly | bitpos); + } + leftIdx = ((1 + leftIdx) | 0); } else if (((bitpos & this.sci_BitmapIndexedMapNode__f_nodeMap) !== 0)) { if (((bitpos & $n(x2).sci_BitmapIndexedMapNode__f_dataMap) !== 0)) { leftNodeRightData = (leftNodeRightData | bitpos); - rightIdx = ((1 + rightIdx) | 0) + rightIdx = ((1 + rightIdx) | 0); } else if (((bitpos & $n(x2).sci_BitmapIndexedMapNode__f_nodeMap) !== 0)) { - leftNodeRightNode = (leftNodeRightNode | bitpos) + leftNodeRightNode = (leftNodeRightNode | bitpos); } else { - leftNodeOnly = (leftNodeOnly | bitpos) + leftNodeOnly = (leftNodeOnly | bitpos); } } else if (((bitpos & $n(x2).sci_BitmapIndexedMapNode__f_dataMap) !== 0)) { rightDataOnly = (rightDataOnly | bitpos); - rightIdx = ((1 + rightIdx) | 0) + rightIdx = ((1 + rightIdx) | 0); } else if (((bitpos & $n(x2).sci_BitmapIndexedMapNode__f_nodeMap) !== 0)) { - rightNodeOnly = (rightNodeOnly | bitpos) - }; + rightNodeOnly = (rightNodeOnly | bitpos); + } if ((bitpos === maximumBitPos)) { - finished = true + finished = true; } else { - bitpos = (bitpos << 1) + bitpos = (bitpos << 1); } - }; + } var newDataMap = ((leftDataOnly | rightDataOnly) | leftDataRightDataRightOverwrites); var newNodeMap = (((((leftNodeRightNode | leftDataRightNode) | leftNodeRightData) | leftNodeOnly) | rightNodeOnly) | dataToNodeMigrationTargets); if (((newDataMap === (rightDataOnly | leftDataRightDataRightOverwrites)) && (newNodeMap === rightNodeOnly))) { - return x2 - }; + return x2; + } var newDataSize = $m_jl_Integer$().bitCount__I__I(newDataMap); var newContentSize = (((newDataSize << 1) + $m_jl_Integer$().bitCount__I__I(newNodeMap)) | 0); var newContent = new $ac_O(newContentSize); @@ -15991,14 +15149,14 @@ $c_sci_BitmapIndexedMapNode.prototype.concat__sci_MapNode__I__sci_BitmapIndexedM var rightNode = $n(x2).getNode__I__sci_MapNode(rightNodeIdx); var newNode = $n(this.getNode__I__sci_MapNode(leftNodeIdx)).concat__sci_MapNode__I__sci_MapNode(rightNode, nextShift); if ((rightNode !== newNode)) { - anyChangesMadeSoFar = true - }; + anyChangesMadeSoFar = true; + } $n(newContent).set((((-1) + ((newContentSize - compressedNodeIdx) | 0)) | 0), newNode); compressedNodeIdx = ((1 + compressedNodeIdx) | 0); rightNodeIdx = ((1 + rightNodeIdx) | 0); leftNodeIdx = ((1 + leftNodeIdx) | 0); newSize = ((newSize + $n(newNode).size__I()) | 0); - newCachedHashCode = ((newCachedHashCode + $n(newNode).cachedJavaKeySetHashCode__I()) | 0) + newCachedHashCode = ((newCachedHashCode + $n(newNode).cachedJavaKeySetHashCode__I()) | 0); } else if (((bitpos$2 & leftDataRightNode) !== 0)) { var n = $n(x2).getNode__I__sci_MapNode(rightNodeIdx); var leftKey = this.getKey__I__O(leftDataIdx); @@ -16007,14 +15165,14 @@ $c_sci_BitmapIndexedMapNode.prototype.concat__sci_MapNode__I__sci_BitmapIndexedM var leftImproved = $m_sc_Hashing$().improve__I__I(leftOriginalHash$2); var updated = $n(n).updated__O__O__I__I__I__Z__sci_MapNode(leftKey, leftValue, leftOriginalHash$2, leftImproved, nextShift, false); if ((updated !== n)) { - anyChangesMadeSoFar = true - }; + anyChangesMadeSoFar = true; + } $n(newContent).set((((-1) + ((newContentSize - compressedNodeIdx) | 0)) | 0), updated); compressedNodeIdx = ((1 + compressedNodeIdx) | 0); rightNodeIdx = ((1 + rightNodeIdx) | 0); leftDataIdx = ((1 + leftDataIdx) | 0); newSize = ((newSize + $n(updated).size__I()) | 0); - newCachedHashCode = ((newCachedHashCode + $n(updated).cachedJavaKeySetHashCode__I()) | 0) + newCachedHashCode = ((newCachedHashCode + $n(updated).cachedJavaKeySetHashCode__I()) | 0); } else if (((bitpos$2 & leftNodeRightData) !== 0)) { anyChangesMadeSoFar = true; var rightOriginalHash = $n(x2).getHash__I__I(rightDataIdx); @@ -16024,7 +15182,7 @@ $c_sci_BitmapIndexedMapNode.prototype.concat__sci_MapNode__I__sci_BitmapIndexedM leftNodeIdx = ((1 + leftNodeIdx) | 0); rightDataIdx = ((1 + rightDataIdx) | 0); newSize = ((newSize + $n(newNode$3).size__I()) | 0); - newCachedHashCode = ((newCachedHashCode + $n(newNode$3).cachedJavaKeySetHashCode__I()) | 0) + newCachedHashCode = ((newCachedHashCode + $n(newNode$3).cachedJavaKeySetHashCode__I()) | 0); } else if (((bitpos$2 & leftDataOnly) !== 0)) { anyChangesMadeSoFar = true; var originalHash$2 = $n(this.sci_BitmapIndexedMapNode__f_originalHashes).get(leftDataIdx); @@ -16034,7 +15192,7 @@ $c_sci_BitmapIndexedMapNode.prototype.concat__sci_MapNode__I__sci_BitmapIndexedM compressedDataIdx = ((1 + compressedDataIdx) | 0); leftDataIdx = ((1 + leftDataIdx) | 0); newSize = ((1 + newSize) | 0); - newCachedHashCode = ((newCachedHashCode + $m_sc_Hashing$().improve__I__I(originalHash$2)) | 0) + newCachedHashCode = ((newCachedHashCode + $m_sc_Hashing$().improve__I__I(originalHash$2)) | 0); } else if (((bitpos$2 & rightDataOnly) !== 0)) { var originalHash$3 = $n($n(x2).sci_BitmapIndexedMapNode__f_originalHashes).get(rightDataIdx); $n(newContent).set((compressedDataIdx << 1), $n(x2).getKey__I__O(rightDataIdx)); @@ -16043,7 +15201,7 @@ $c_sci_BitmapIndexedMapNode.prototype.concat__sci_MapNode__I__sci_BitmapIndexedM compressedDataIdx = ((1 + compressedDataIdx) | 0); rightDataIdx = ((1 + rightDataIdx) | 0); newSize = ((1 + newSize) | 0); - newCachedHashCode = ((newCachedHashCode + $m_sc_Hashing$().improve__I__I(originalHash$3)) | 0) + newCachedHashCode = ((newCachedHashCode + $m_sc_Hashing$().improve__I__I(originalHash$3)) | 0); } else if (((bitpos$2 & leftNodeOnly) !== 0)) { anyChangesMadeSoFar = true; var newNode$4 = this.getNode__I__sci_MapNode(leftNodeIdx); @@ -16051,14 +15209,14 @@ $c_sci_BitmapIndexedMapNode.prototype.concat__sci_MapNode__I__sci_BitmapIndexedM compressedNodeIdx = ((1 + compressedNodeIdx) | 0); leftNodeIdx = ((1 + leftNodeIdx) | 0); newSize = ((newSize + $n(newNode$4).size__I()) | 0); - newCachedHashCode = ((newCachedHashCode + $n(newNode$4).cachedJavaKeySetHashCode__I()) | 0) + newCachedHashCode = ((newCachedHashCode + $n(newNode$4).cachedJavaKeySetHashCode__I()) | 0); } else if (((bitpos$2 & rightNodeOnly) !== 0)) { var newNode$5 = $n(x2).getNode__I__sci_MapNode(rightNodeIdx); $n(newContent).set((((-1) + ((newContentSize - compressedNodeIdx) | 0)) | 0), newNode$5); compressedNodeIdx = ((1 + compressedNodeIdx) | 0); rightNodeIdx = ((1 + rightNodeIdx) | 0); newSize = ((newSize + $n(newNode$5).size__I()) | 0); - newCachedHashCode = ((newCachedHashCode + $n(newNode$5).cachedJavaKeySetHashCode__I()) | 0) + newCachedHashCode = ((newCachedHashCode + $n(newNode$5).cachedJavaKeySetHashCode__I()) | 0); } else if (((bitpos$2 & leftDataRightDataMigrateToNode) !== 0)) { anyChangesMadeSoFar = true; var leftOriginalHash$3 = this.getHash__I__I(leftDataIdx); @@ -16069,7 +15227,7 @@ $c_sci_BitmapIndexedMapNode.prototype.concat__sci_MapNode__I__sci_BitmapIndexedM leftDataIdx = ((1 + leftDataIdx) | 0); rightDataIdx = ((1 + rightDataIdx) | 0); newSize = ((newSize + $n(newNode$6).size__I()) | 0); - newCachedHashCode = ((newCachedHashCode + $n(newNode$6).cachedJavaKeySetHashCode__I()) | 0) + newCachedHashCode = ((newCachedHashCode + $n(newNode$6).cachedJavaKeySetHashCode__I()) | 0); } else if (((bitpos$2 & leftDataRightDataRightOverwrites) !== 0)) { var originalHash$4 = $n($n(x2).sci_BitmapIndexedMapNode__f_originalHashes).get(rightDataIdx); $n(newContent).set((compressedDataIdx << 1), $n(x2).getKey__I__O(rightDataIdx)); @@ -16079,17 +15237,17 @@ $c_sci_BitmapIndexedMapNode.prototype.concat__sci_MapNode__I__sci_BitmapIndexedM rightDataIdx = ((1 + rightDataIdx) | 0); newSize = ((1 + newSize) | 0); newCachedHashCode = ((newCachedHashCode + $m_sc_Hashing$().improve__I__I(originalHash$4)) | 0); - leftDataIdx = ((1 + leftDataIdx) | 0) - }; + leftDataIdx = ((1 + leftDataIdx) | 0); + } if ((bitpos$2 === maximumBitPos)) { - finished$2 = true + finished$2 = true; } else { - bitpos$2 = (bitpos$2 << 1) + bitpos$2 = (bitpos$2 << 1); } - }; - return (anyChangesMadeSoFar ? new $c_sci_BitmapIndexedMapNode(newDataMap, newNodeMap, newContent, newOriginalHashes, newSize, newCachedHashCode) : x2) + } + return (anyChangesMadeSoFar ? new $c_sci_BitmapIndexedMapNode(newDataMap, newNodeMap, newContent, newOriginalHashes, newSize, newCachedHashCode) : x2); } else { - throw new $c_jl_UnsupportedOperationException("Cannot concatenate a HashCollisionMapNode with a BitmapIndexedMapNode") + throw new $c_jl_UnsupportedOperationException("Cannot concatenate a HashCollisionMapNode with a BitmapIndexedMapNode"); } }); $c_sci_BitmapIndexedMapNode.prototype.copy__sci_BitmapIndexedMapNode = (function() { @@ -16100,43 +15258,39 @@ $c_sci_BitmapIndexedMapNode.prototype.copy__sci_BitmapIndexedMapNode = (function var i$1 = ($m_jl_Integer$().bitCount__I__I(i) << 1); while ((i$1 < contentLength)) { $n(contentClone).set(i$1, $n($as_sci_MapNode($n(contentClone).get(i$1))).copy__sci_MapNode()); - i$1 = ((1 + i$1) | 0) - }; + i$1 = ((1 + i$1) | 0); + } var $x_2 = this.sci_BitmapIndexedMapNode__f_dataMap; var $x_1 = this.sci_BitmapIndexedMapNode__f_nodeMap; var this$2 = $n(this.sci_BitmapIndexedMapNode__f_originalHashes); - return new $c_sci_BitmapIndexedMapNode($x_2, $x_1, contentClone, $n(this$2).clone__O(), this.sci_BitmapIndexedMapNode__f_size, this.sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode) + return new $c_sci_BitmapIndexedMapNode($x_2, $x_1, contentClone, $n(this$2).clone__O(), this.sci_BitmapIndexedMapNode__f_size, this.sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode); }); $c_sci_BitmapIndexedMapNode.prototype.copy__sci_MapNode = (function() { - return this.copy__sci_BitmapIndexedMapNode() + return this.copy__sci_BitmapIndexedMapNode(); }); $c_sci_BitmapIndexedMapNode.prototype.concat__sci_MapNode__I__sci_MapNode = (function(that, shift) { - return this.concat__sci_MapNode__I__sci_BitmapIndexedMapNode(that, shift) + return this.concat__sci_MapNode__I__sci_BitmapIndexedMapNode(that, shift); }); $c_sci_BitmapIndexedMapNode.prototype.updated__O__O__I__I__I__Z__sci_MapNode = (function(key, value, originalHash, hash, shift, replaceValue) { - return this.updated__O__O__I__I__I__Z__sci_BitmapIndexedMapNode(key, value, originalHash, hash, shift, replaceValue) + return this.updated__O__O__I__I__I__Z__sci_BitmapIndexedMapNode(key, value, originalHash, hash, shift, replaceValue); }); $c_sci_BitmapIndexedMapNode.prototype.getNode__I__sci_Node = (function(index) { - return this.getNode__I__sci_MapNode(index) + return this.getNode__I__sci_MapNode(index); }); function $as_sci_BitmapIndexedMapNode(obj) { - return (((obj instanceof $c_sci_BitmapIndexedMapNode) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.BitmapIndexedMapNode")) + return (((obj instanceof $c_sci_BitmapIndexedMapNode) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.BitmapIndexedMapNode")); } function $isArrayOf_sci_BitmapIndexedMapNode(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_BitmapIndexedMapNode))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_BitmapIndexedMapNode))); } function $asArrayOf_sci_BitmapIndexedMapNode(obj, depth) { - return (($isArrayOf_sci_BitmapIndexedMapNode(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.BitmapIndexedMapNode;", depth)) + return (($isArrayOf_sci_BitmapIndexedMapNode(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.BitmapIndexedMapNode;", depth)); } -var $d_sci_BitmapIndexedMapNode = new $TypeData().initClass({ - sci_BitmapIndexedMapNode: 0 -}, false, "scala.collection.immutable.BitmapIndexedMapNode", { +var $d_sci_BitmapIndexedMapNode = new $TypeData().initClass($c_sci_BitmapIndexedMapNode, "scala.collection.immutable.BitmapIndexedMapNode", ({ sci_BitmapIndexedMapNode: 1, sci_MapNode: 1, - sci_Node: 1, - O: 1 -}); -$c_sci_BitmapIndexedMapNode.prototype.$classData = $d_sci_BitmapIndexedMapNode; + sci_Node: 1 +})); /** @constructor */ function $c_sci_BitmapIndexedSetNode(dataMap, nodeMap, content, originalHashes, size, cachedJavaKeySetHashCode) { this.sci_BitmapIndexedSetNode__f_dataMap = 0; @@ -16150,42 +15304,41 @@ function $c_sci_BitmapIndexedSetNode(dataMap, nodeMap, content, originalHashes, this.sci_BitmapIndexedSetNode__f_content = content; this.sci_BitmapIndexedSetNode__f_originalHashes = originalHashes; this.sci_BitmapIndexedSetNode__f_size = size; - this.sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode = cachedJavaKeySetHashCode + this.sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode = cachedJavaKeySetHashCode; } $c_sci_BitmapIndexedSetNode.prototype = new $h_sci_SetNode(); $c_sci_BitmapIndexedSetNode.prototype.constructor = $c_sci_BitmapIndexedSetNode; /** @constructor */ function $h_sci_BitmapIndexedSetNode() { - /**/ } $h_sci_BitmapIndexedSetNode.prototype = $c_sci_BitmapIndexedSetNode.prototype; $c_sci_BitmapIndexedSetNode.prototype.size__I = (function() { - return this.sci_BitmapIndexedSetNode__f_size + return this.sci_BitmapIndexedSetNode__f_size; }); $c_sci_BitmapIndexedSetNode.prototype.cachedJavaKeySetHashCode__I = (function() { - return this.sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode + return this.sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode; }); $c_sci_BitmapIndexedSetNode.prototype.getPayload__I__O = (function(index) { - return $n(this.sci_BitmapIndexedSetNode__f_content).get(index) + return $n(this.sci_BitmapIndexedSetNode__f_content).get(index); }); $c_sci_BitmapIndexedSetNode.prototype.getHash__I__I = (function(index) { - return $n(this.sci_BitmapIndexedSetNode__f_originalHashes).get(index) + return $n(this.sci_BitmapIndexedSetNode__f_originalHashes).get(index); }); $c_sci_BitmapIndexedSetNode.prototype.getNode__I__sci_SetNode = (function(index) { - return $as_sci_SetNode($n(this.sci_BitmapIndexedSetNode__f_content).get((((((-1) + $n(this.sci_BitmapIndexedSetNode__f_content).u.length) | 0) - index) | 0))) + return $as_sci_SetNode($n(this.sci_BitmapIndexedSetNode__f_content).get((((((-1) + $n(this.sci_BitmapIndexedSetNode__f_content).u.length) | 0) - index) | 0))); }); $c_sci_BitmapIndexedSetNode.prototype.contains__O__I__I__I__Z = (function(element, originalHash, elementHash, shift) { var mask = $m_sci_Node$().maskFrom__I__I__I(elementHash, shift); var bitpos = $m_sci_Node$().bitposFrom__I__I(mask); if (((this.sci_BitmapIndexedSetNode__f_dataMap & bitpos) !== 0)) { var index = $m_sci_Node$().indexFrom__I__I__I__I(this.sci_BitmapIndexedSetNode__f_dataMap, mask, bitpos); - return (($n(this.sci_BitmapIndexedSetNode__f_originalHashes).get(index) === originalHash) && $m_sr_BoxesRunTime$().equals__O__O__Z(element, this.getPayload__I__O(index))) - }; + return (($n(this.sci_BitmapIndexedSetNode__f_originalHashes).get(index) === originalHash) && $m_sr_BoxesRunTime$().equals__O__O__Z(element, this.getPayload__I__O(index))); + } if (((this.sci_BitmapIndexedSetNode__f_nodeMap & bitpos) !== 0)) { var index$2 = $m_sci_Node$().indexFrom__I__I__I__I(this.sci_BitmapIndexedSetNode__f_nodeMap, mask, bitpos); - return $n(this.getNode__I__sci_SetNode(index$2)).contains__O__I__I__I__Z(element, originalHash, elementHash, ((5 + shift) | 0)) - }; - return false + return $n(this.getNode__I__sci_SetNode(index$2)).contains__O__I__I__I__Z(element, originalHash, elementHash, ((5 + shift) | 0)); + } + return false; }); $c_sci_BitmapIndexedSetNode.prototype.updated__O__I__I__I__sci_BitmapIndexedSetNode = (function(element, originalHash, elementHash, shift) { var mask = $m_sci_Node$().maskFrom__I__I__I(elementHash, shift); @@ -16194,71 +15347,71 @@ $c_sci_BitmapIndexedSetNode.prototype.updated__O__I__I__I__sci_BitmapIndexedSetN var index = $m_sci_Node$().indexFrom__I__I__I__I(this.sci_BitmapIndexedSetNode__f_dataMap, mask, bitpos); var element0 = this.getPayload__I__O(index); if (Object.is(element0, element)) { - return this + return this; } else { var element0UnimprovedHash = this.getHash__I__I(index); var element0Hash = $m_sc_Hashing$().improve__I__I(element0UnimprovedHash); if (((originalHash === element0UnimprovedHash) && $m_sr_BoxesRunTime$().equals__O__O__Z(element0, element))) { - return this + return this; } else { var subNodeNew = this.mergeTwoKeyValPairs__O__I__I__O__I__I__I__sci_SetNode(element0, element0UnimprovedHash, element0Hash, element, originalHash, elementHash, ((5 + shift) | 0)); - return this.copyAndMigrateFromInlineToNode__I__I__sci_SetNode__sci_BitmapIndexedSetNode(bitpos, element0Hash, subNodeNew) + return this.copyAndMigrateFromInlineToNode__I__I__sci_SetNode__sci_BitmapIndexedSetNode(bitpos, element0Hash, subNodeNew); } } - }; + } if (((this.sci_BitmapIndexedSetNode__f_nodeMap & bitpos) !== 0)) { var index$2 = $m_sci_Node$().indexFrom__I__I__I__I(this.sci_BitmapIndexedSetNode__f_nodeMap, mask, bitpos); var subNode = this.getNode__I__sci_SetNode(index$2); var subNodeNew$2 = $n(subNode).updated__O__I__I__I__sci_SetNode(element, originalHash, elementHash, ((5 + shift) | 0)); if ((subNode === subNodeNew$2)) { - return this + return this; } else { - return this.copyAndSetNode__I__sci_SetNode__sci_SetNode__sci_BitmapIndexedSetNode(bitpos, subNode, subNodeNew$2) + return this.copyAndSetNode__I__sci_SetNode__sci_SetNode__sci_BitmapIndexedSetNode(bitpos, subNode, subNodeNew$2); } - }; - return this.copyAndInsertValue__I__O__I__I__sci_BitmapIndexedSetNode(bitpos, element, originalHash, elementHash) + } + return this.copyAndInsertValue__I__O__I__I__sci_BitmapIndexedSetNode(bitpos, element, originalHash, elementHash); }); $c_sci_BitmapIndexedSetNode.prototype.mergeTwoKeyValPairs__O__I__I__O__I__I__I__sci_SetNode = (function(key0, originalKeyHash0, keyHash0, key1, originalKeyHash1, keyHash1, shift) { if ((shift >= 32)) { var this$4 = $m_sci_Vector$(); var array = [key0, key1]; var elems = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array); - return new $c_sci_HashCollisionSetNode(originalKeyHash0, keyHash0, this$4.from__sc_IterableOnce__sci_Vector(elems)) + return new $c_sci_HashCollisionSetNode(originalKeyHash0, keyHash0, this$4.from__sc_IterableOnce__sci_Vector(elems)); } else { var mask0 = $m_sci_Node$().maskFrom__I__I__I(keyHash0, shift); var mask1 = $m_sci_Node$().maskFrom__I__I__I(keyHash1, shift); if ((mask0 !== mask1)) { var dataMap = ($m_sci_Node$().bitposFrom__I__I(mask0) | $m_sci_Node$().bitposFrom__I__I(mask1)); var newCachedHashCode = ((keyHash0 + keyHash1) | 0); - return ((mask0 < mask1) ? new $c_sci_BitmapIndexedSetNode(dataMap, 0, new $ac_O([key0, key1]), new $ac_I(new Int32Array([originalKeyHash0, originalKeyHash1])), 2, newCachedHashCode) : new $c_sci_BitmapIndexedSetNode(dataMap, 0, new $ac_O([key1, key0]), new $ac_I(new Int32Array([originalKeyHash1, originalKeyHash0])), 2, newCachedHashCode)) + return ((mask0 < mask1) ? new $c_sci_BitmapIndexedSetNode(dataMap, 0, new $ac_O([key0, key1]), new $ac_I(new Int32Array([originalKeyHash0, originalKeyHash1])), 2, newCachedHashCode) : new $c_sci_BitmapIndexedSetNode(dataMap, 0, new $ac_O([key1, key0]), new $ac_I(new Int32Array([originalKeyHash1, originalKeyHash0])), 2, newCachedHashCode)); } else { var nodeMap = $m_sci_Node$().bitposFrom__I__I(mask0); var node = this.mergeTwoKeyValPairs__O__I__I__O__I__I__I__sci_SetNode(key0, originalKeyHash0, keyHash0, key1, originalKeyHash1, keyHash1, ((5 + shift) | 0)); - return new $c_sci_BitmapIndexedSetNode(0, nodeMap, new $ac_O([node]), $m_s_Array$EmptyArrays$().s_Array$EmptyArrays$__f_emptyIntArray, $n(node).size__I(), $n(node).cachedJavaKeySetHashCode__I()) + return new $c_sci_BitmapIndexedSetNode(0, nodeMap, new $ac_O([node]), $m_s_Array$EmptyArrays$().s_Array$EmptyArrays$__f_emptyIntArray, $n(node).size__I(), $n(node).cachedJavaKeySetHashCode__I()); } } }); $c_sci_BitmapIndexedSetNode.prototype.hasPayload__Z = (function() { - return (this.sci_BitmapIndexedSetNode__f_dataMap !== 0) + return (this.sci_BitmapIndexedSetNode__f_dataMap !== 0); }); $c_sci_BitmapIndexedSetNode.prototype.payloadArity__I = (function() { var i = this.sci_BitmapIndexedSetNode__f_dataMap; - return $m_jl_Integer$().bitCount__I__I(i) + return $m_jl_Integer$().bitCount__I__I(i); }); $c_sci_BitmapIndexedSetNode.prototype.hasNodes__Z = (function() { - return (this.sci_BitmapIndexedSetNode__f_nodeMap !== 0) + return (this.sci_BitmapIndexedSetNode__f_nodeMap !== 0); }); $c_sci_BitmapIndexedSetNode.prototype.nodeArity__I = (function() { var i = this.sci_BitmapIndexedSetNode__f_nodeMap; - return $m_jl_Integer$().bitCount__I__I(i) + return $m_jl_Integer$().bitCount__I__I(i); }); $c_sci_BitmapIndexedSetNode.prototype.dataIndex__I__I = (function(bitpos) { var i = (this.sci_BitmapIndexedSetNode__f_dataMap & (((-1) + bitpos) | 0)); - return $m_jl_Integer$().bitCount__I__I(i) + return $m_jl_Integer$().bitCount__I__I(i); }); $c_sci_BitmapIndexedSetNode.prototype.nodeIndex__I__I = (function(bitpos) { var i = (this.sci_BitmapIndexedSetNode__f_nodeMap & (((-1) + bitpos) | 0)); - return $m_jl_Integer$().bitCount__I__I(i) + return $m_jl_Integer$().bitCount__I__I(i); }); $c_sci_BitmapIndexedSetNode.prototype.copyAndSetNode__I__sci_SetNode__sci_SetNode__sci_BitmapIndexedSetNode = (function(bitpos, oldNode, newNode) { var idx = (((((-1) + $n(this.sci_BitmapIndexedSetNode__f_content).u.length) | 0) - this.nodeIndex__I__I(bitpos)) | 0); @@ -16267,7 +15420,7 @@ $c_sci_BitmapIndexedSetNode.prototype.copyAndSetNode__I__sci_SetNode__sci_SetNod var length = $n(src).u.length; $systemArraycopyRefs($n(src), 0, dst, 0, length); $n(dst).set(idx, newNode); - return new $c_sci_BitmapIndexedSetNode(this.sci_BitmapIndexedSetNode__f_dataMap, this.sci_BitmapIndexedSetNode__f_nodeMap, dst, this.sci_BitmapIndexedSetNode__f_originalHashes, ((((this.sci_BitmapIndexedSetNode__f_size - $n(oldNode).size__I()) | 0) + $n(newNode).size__I()) | 0), ((((this.sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode - $n(oldNode).cachedJavaKeySetHashCode__I()) | 0) + $n(newNode).cachedJavaKeySetHashCode__I()) | 0)) + return new $c_sci_BitmapIndexedSetNode(this.sci_BitmapIndexedSetNode__f_dataMap, this.sci_BitmapIndexedSetNode__f_nodeMap, dst, this.sci_BitmapIndexedSetNode__f_originalHashes, ((((this.sci_BitmapIndexedSetNode__f_size - $n(oldNode).size__I()) | 0) + $n(newNode).size__I()) | 0), ((((this.sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode - $n(oldNode).cachedJavaKeySetHashCode__I()) | 0) + $n(newNode).cachedJavaKeySetHashCode__I()) | 0)); }); $c_sci_BitmapIndexedSetNode.prototype.copyAndInsertValue__I__O__I__I__sci_BitmapIndexedSetNode = (function(bitpos, key, originalHash, elementHash) { var dataIx = this.dataIndex__I__I(bitpos); @@ -16279,7 +15432,7 @@ $c_sci_BitmapIndexedSetNode.prototype.copyAndInsertValue__I__O__I__I__sci_Bitmap var length = (($n(src).u.length - dataIx) | 0); $systemArraycopyRefs($n(src), dataIx, dst, destPos, length); var dstHashes = this.insertElement__AI__I__I__AI(this.sci_BitmapIndexedSetNode__f_originalHashes, dataIx, originalHash); - return new $c_sci_BitmapIndexedSetNode((this.sci_BitmapIndexedSetNode__f_dataMap | bitpos), this.sci_BitmapIndexedSetNode__f_nodeMap, dst, dstHashes, ((1 + this.sci_BitmapIndexedSetNode__f_size) | 0), ((this.sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode + elementHash) | 0)) + return new $c_sci_BitmapIndexedSetNode((this.sci_BitmapIndexedSetNode__f_dataMap | bitpos), this.sci_BitmapIndexedSetNode__f_nodeMap, dst, dstHashes, ((1 + this.sci_BitmapIndexedSetNode__f_size) | 0), ((this.sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode + elementHash) | 0)); }); $c_sci_BitmapIndexedSetNode.prototype.copyAndMigrateFromInlineToNode__I__I__sci_SetNode__sci_BitmapIndexedSetNode = (function(bitpos, elementHash, node) { var dataIx = this.dataIndex__I__I(bitpos); @@ -16296,7 +15449,7 @@ $c_sci_BitmapIndexedSetNode.prototype.copyAndMigrateFromInlineToNode__I__I__sci_ var length$1 = (((-1) + (($n(src).u.length - idxNew) | 0)) | 0); $systemArraycopyRefs($n(src), srcPos$1, dst, destPos, length$1); var dstHashes = this.removeElement__AI__I__AI(this.sci_BitmapIndexedSetNode__f_originalHashes, dataIx); - return new $c_sci_BitmapIndexedSetNode((this.sci_BitmapIndexedSetNode__f_dataMap ^ bitpos), (this.sci_BitmapIndexedSetNode__f_nodeMap | bitpos), dst, dstHashes, (((((-1) + this.sci_BitmapIndexedSetNode__f_size) | 0) + $n(node).size__I()) | 0), ((((this.sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode - elementHash) | 0) + $n(node).cachedJavaKeySetHashCode__I()) | 0)) + return new $c_sci_BitmapIndexedSetNode((this.sci_BitmapIndexedSetNode__f_dataMap ^ bitpos), (this.sci_BitmapIndexedSetNode__f_nodeMap | bitpos), dst, dstHashes, (((((-1) + this.sci_BitmapIndexedSetNode__f_size) | 0) + $n(node).size__I()) | 0), ((((this.sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode - elementHash) | 0) + $n(node).cachedJavaKeySetHashCode__I()) | 0)); }); $c_sci_BitmapIndexedSetNode.prototype.migrateFromInlineToNodeInPlace__I__I__sci_SetNode__sci_BitmapIndexedSetNode = (function(bitpos, keyHash, node) { var dataIx = this.dataIndex__I__I(bitpos); @@ -16312,7 +15465,7 @@ $c_sci_BitmapIndexedSetNode.prototype.migrateFromInlineToNodeInPlace__I__I__sci_ this.sci_BitmapIndexedSetNode__f_originalHashes = this.removeElement__AI__I__AI(this.sci_BitmapIndexedSetNode__f_originalHashes, dataIx); this.sci_BitmapIndexedSetNode__f_size = (((((-1) + this.sci_BitmapIndexedSetNode__f_size) | 0) + $n(node).size__I()) | 0); this.sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode = ((((this.sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode - keyHash) | 0) + $n(node).cachedJavaKeySetHashCode__I()) | 0); - return this + return this; }); $c_sci_BitmapIndexedSetNode.prototype.foreach__F1__V = (function(f) { var i = this.sci_BitmapIndexedSetNode__f_dataMap; @@ -16320,35 +15473,35 @@ $c_sci_BitmapIndexedSetNode.prototype.foreach__F1__V = (function(f) { var i$1 = 0; while ((i$1 < thisPayloadArity)) { $n(f).apply__O__O(this.getPayload__I__O(i$1)); - i$1 = ((1 + i$1) | 0) - }; + i$1 = ((1 + i$1) | 0); + } var i$2 = this.sci_BitmapIndexedSetNode__f_nodeMap; var thisNodeArity = $m_jl_Integer$().bitCount__I__I(i$2); var j = 0; while ((j < thisNodeArity)) { $n(this.getNode__I__sci_SetNode(j)).foreach__F1__V(f); - j = ((1 + j) | 0) + j = ((1 + j) | 0); } }); $c_sci_BitmapIndexedSetNode.prototype.subsetOf__sci_SetNode__I__Z = (function(that, shift) { if ((this === that)) { - return true + return true; } else if ((!(that instanceof $c_sci_HashCollisionSetNode))) { if ((that instanceof $c_sci_BitmapIndexedSetNode)) { var x3 = $as_sci_BitmapIndexedSetNode(that); var thisBitmap = (this.sci_BitmapIndexedSetNode__f_dataMap | this.sci_BitmapIndexedSetNode__f_nodeMap); var nodeBitmap = ($n(x3).sci_BitmapIndexedSetNode__f_dataMap | $n(x3).sci_BitmapIndexedSetNode__f_nodeMap); if (((thisBitmap | nodeBitmap) !== nodeBitmap)) { - return false - }; + return false; + } var bitmap = (thisBitmap & nodeBitmap); var i = bitmap; if ((i === 0)) { - var bitsToSkip = 32 + var bitsToSkip = 32; } else { var i$1 = (i & ((-i) | 0)); - var bitsToSkip = ((31 - $uI(Math.clz32(i$1))) | 0) - }; + var bitsToSkip = ((31 - $uI(Math.clz32(i$1))) | 0); + } var isValidSubset = true; while ((isValidSubset && (bitsToSkip < 32))) { var bitpos = $m_sci_Node$().bitposFrom__I__I(bitsToSkip); @@ -16356,82 +15509,82 @@ $c_sci_BitmapIndexedSetNode.prototype.subsetOf__sci_SetNode__I__Z = (function(th if ((($n(x3).sci_BitmapIndexedSetNode__f_dataMap & bitpos) !== 0)) { var payload0 = this.getPayload__I__O($m_sci_Node$().indexFrom__I__I__I(this.sci_BitmapIndexedSetNode__f_dataMap, bitpos)); var payload1 = $n(x3).getPayload__I__O($m_sci_Node$().indexFrom__I__I__I($n(x3).sci_BitmapIndexedSetNode__f_dataMap, bitpos)); - isValidSubset = $m_sr_BoxesRunTime$().equals__O__O__Z(payload0, payload1) + isValidSubset = $m_sr_BoxesRunTime$().equals__O__O__Z(payload0, payload1); } else { var thisDataIndex = $m_sci_Node$().indexFrom__I__I__I(this.sci_BitmapIndexedSetNode__f_dataMap, bitpos); var payload = this.getPayload__I__O(thisDataIndex); var subNode = $n(that).getNode__I__sci_SetNode($m_sci_Node$().indexFrom__I__I__I($n(x3).sci_BitmapIndexedSetNode__f_nodeMap, bitpos)); var elementUnimprovedHash = this.getHash__I__I(thisDataIndex); var elementHash = $m_sc_Hashing$().improve__I__I(elementUnimprovedHash); - isValidSubset = $n(subNode).contains__O__I__I__I__Z(payload, elementUnimprovedHash, elementHash, ((5 + shift) | 0)) + isValidSubset = $n(subNode).contains__O__I__I__I__Z(payload, elementUnimprovedHash, elementHash, ((5 + shift) | 0)); } } else if ((($n(x3).sci_BitmapIndexedSetNode__f_dataMap & bitpos) === 0)) { var subNode0 = this.getNode__I__sci_SetNode($m_sci_Node$().indexFrom__I__I__I(this.sci_BitmapIndexedSetNode__f_nodeMap, bitpos)); var subNode1 = $n(x3).getNode__I__sci_SetNode($m_sci_Node$().indexFrom__I__I__I($n(x3).sci_BitmapIndexedSetNode__f_nodeMap, bitpos)); - isValidSubset = $n(subNode0).subsetOf__sci_SetNode__I__Z(subNode1, ((5 + shift) | 0)) + isValidSubset = $n(subNode0).subsetOf__sci_SetNode__I__Z(subNode1, ((5 + shift) | 0)); } else { - isValidSubset = false - }; + isValidSubset = false; + } var newBitmap = (bitmap ^ bitpos); bitmap = newBitmap; if ((newBitmap === 0)) { - bitsToSkip = 32 + bitsToSkip = 32; } else { var i$2 = (newBitmap & ((-newBitmap) | 0)); - bitsToSkip = ((31 - $uI(Math.clz32(i$2))) | 0) + bitsToSkip = ((31 - $uI(Math.clz32(i$2))) | 0); } - }; - return isValidSubset + } + return isValidSubset; } else { - throw new $c_s_MatchError(that) + throw new $c_s_MatchError(that); } } else { - return false + return false; } }); $c_sci_BitmapIndexedSetNode.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_sci_BitmapIndexedSetNode)) { var x2 = $as_sci_BitmapIndexedSetNode(that); if ((this === x2)) { - return true + return true; } else { if (((((this.sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode === $n(x2).sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode) && (this.sci_BitmapIndexedSetNode__f_nodeMap === $n(x2).sci_BitmapIndexedSetNode__f_nodeMap)) && (this.sci_BitmapIndexedSetNode__f_dataMap === $n(x2).sci_BitmapIndexedSetNode__f_dataMap)) && (this.sci_BitmapIndexedSetNode__f_size === $n(x2).sci_BitmapIndexedSetNode__f_size))) { var a = this.sci_BitmapIndexedSetNode__f_originalHashes; var b = $n(x2).sci_BitmapIndexedSetNode__f_originalHashes; - var $x_1 = $m_ju_Arrays$().equals__AI__AI__Z(a, b) + var $x_1 = $m_ju_Arrays$().equals__AI__AI__Z(a, b); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { var a1 = this.sci_BitmapIndexedSetNode__f_content; var a2 = $n(x2).sci_BitmapIndexedSetNode__f_content; var length = $n(this.sci_BitmapIndexedSetNode__f_content).u.length; if ((a1 === a2)) { - return true + return true; } else { var isEqual = true; var i = 0; while ((isEqual && (i < length))) { isEqual = $m_sr_BoxesRunTime$().equals__O__O__Z($n(a1).get(i), $n(a2).get(i)); - i = ((1 + i) | 0) - }; - return isEqual + i = ((1 + i) | 0); + } + return isEqual; } } else { - return false + return false; } } } else { - return false + return false; } }); $c_sci_BitmapIndexedSetNode.prototype.hashCode__I = (function() { - throw new $c_jl_UnsupportedOperationException("Trie nodes do not support hashing.") + throw new $c_jl_UnsupportedOperationException("Trie nodes do not support hashing."); }); $c_sci_BitmapIndexedSetNode.prototype.toString__T = (function() { var $x_1 = $m_sc_StringOps$(); var array = [this.sci_BitmapIndexedSetNode__f_size, this.sci_BitmapIndexedSetNode__f_dataMap, this.sci_BitmapIndexedSetNode__f_nodeMap]; - return $n($x_1).format$extension__T__sci_Seq__T("BitmapIndexedSetNode(size=%s, dataMap=%x, nodeMap=%x)", $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array)) + return $n($x_1).format$extension__T__sci_Seq__T("BitmapIndexedSetNode(size=%s, dataMap=%x, nodeMap=%x)", $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array)); }); $c_sci_BitmapIndexedSetNode.prototype.copy__sci_BitmapIndexedSetNode = (function() { var this$1 = $n(this.sci_BitmapIndexedSetNode__f_content); @@ -16441,12 +15594,12 @@ $c_sci_BitmapIndexedSetNode.prototype.copy__sci_BitmapIndexedSetNode = (function var i$1 = $m_jl_Integer$().bitCount__I__I(i); while ((i$1 < contentLength)) { $n(contentClone).set(i$1, $n($as_sci_SetNode($n(contentClone).get(i$1))).copy__sci_SetNode()); - i$1 = ((1 + i$1) | 0) - }; + i$1 = ((1 + i$1) | 0); + } var $x_2 = this.sci_BitmapIndexedSetNode__f_dataMap; var $x_1 = this.sci_BitmapIndexedSetNode__f_nodeMap; var this$2 = $n(this.sci_BitmapIndexedSetNode__f_originalHashes); - return new $c_sci_BitmapIndexedSetNode($x_2, $x_1, contentClone, $n(this$2).clone__O(), this.sci_BitmapIndexedSetNode__f_size, this.sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode) + return new $c_sci_BitmapIndexedSetNode($x_2, $x_1, contentClone, $n(this$2).clone__O(), this.sci_BitmapIndexedSetNode__f_size, this.sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode); }); $c_sci_BitmapIndexedSetNode.prototype.foreachWithHash__F2__V = (function(f) { var i = this.sci_BitmapIndexedSetNode__f_dataMap; @@ -16454,43 +15607,39 @@ $c_sci_BitmapIndexedSetNode.prototype.foreachWithHash__F2__V = (function(f) { var i$1 = 0; while ((i$1 < iN)) { $n(f).apply__O__O__O(this.getPayload__I__O(i$1), this.getHash__I__I(i$1)); - i$1 = ((1 + i$1) | 0) - }; + i$1 = ((1 + i$1) | 0); + } var i$2 = this.sci_BitmapIndexedSetNode__f_nodeMap; var jN = $m_jl_Integer$().bitCount__I__I(i$2); var j = 0; while ((j < jN)) { $n(this.getNode__I__sci_SetNode(j)).foreachWithHash__F2__V(f); - j = ((1 + j) | 0) + j = ((1 + j) | 0); } }); $c_sci_BitmapIndexedSetNode.prototype.copy__sci_SetNode = (function() { - return this.copy__sci_BitmapIndexedSetNode() + return this.copy__sci_BitmapIndexedSetNode(); }); $c_sci_BitmapIndexedSetNode.prototype.updated__O__I__I__I__sci_SetNode = (function(element, originalHash, hash, shift) { - return this.updated__O__I__I__I__sci_BitmapIndexedSetNode(element, originalHash, hash, shift) + return this.updated__O__I__I__I__sci_BitmapIndexedSetNode(element, originalHash, hash, shift); }); $c_sci_BitmapIndexedSetNode.prototype.getNode__I__sci_Node = (function(index) { - return this.getNode__I__sci_SetNode(index) + return this.getNode__I__sci_SetNode(index); }); function $as_sci_BitmapIndexedSetNode(obj) { - return (((obj instanceof $c_sci_BitmapIndexedSetNode) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.BitmapIndexedSetNode")) + return (((obj instanceof $c_sci_BitmapIndexedSetNode) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.BitmapIndexedSetNode")); } function $isArrayOf_sci_BitmapIndexedSetNode(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_BitmapIndexedSetNode))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_BitmapIndexedSetNode))); } function $asArrayOf_sci_BitmapIndexedSetNode(obj, depth) { - return (($isArrayOf_sci_BitmapIndexedSetNode(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.BitmapIndexedSetNode;", depth)) + return (($isArrayOf_sci_BitmapIndexedSetNode(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.BitmapIndexedSetNode;", depth)); } -var $d_sci_BitmapIndexedSetNode = new $TypeData().initClass({ - sci_BitmapIndexedSetNode: 0 -}, false, "scala.collection.immutable.BitmapIndexedSetNode", { +var $d_sci_BitmapIndexedSetNode = new $TypeData().initClass($c_sci_BitmapIndexedSetNode, "scala.collection.immutable.BitmapIndexedSetNode", ({ sci_BitmapIndexedSetNode: 1, sci_SetNode: 1, - sci_Node: 1, - O: 1 -}); -$c_sci_BitmapIndexedSetNode.prototype.$classData = $d_sci_BitmapIndexedSetNode; + sci_Node: 1 +})); /** @constructor */ function $c_sci_HashCollisionMapNode(originalHash, hash, content) { this.sci_HashCollisionMapNode__f_originalHash = 0; @@ -16499,13 +15648,12 @@ function $c_sci_HashCollisionMapNode(originalHash, hash, content) { this.sci_HashCollisionMapNode__f_originalHash = originalHash; this.sci_HashCollisionMapNode__f_hash = hash; this.sci_HashCollisionMapNode__f_content = content; - $m_s_Predef$().require__Z__V(($n(this.sci_HashCollisionMapNode__f_content).length__I() >= 2)) + $m_s_Predef$().require__Z__V(($n(this.sci_HashCollisionMapNode__f_content).length__I() >= 2)); } $c_sci_HashCollisionMapNode.prototype = new $h_sci_MapNode(); $c_sci_HashCollisionMapNode.prototype.constructor = $c_sci_HashCollisionMapNode; /** @constructor */ function $h_sci_HashCollisionMapNode() { - /**/ } $h_sci_HashCollisionMapNode.prototype = $c_sci_HashCollisionMapNode.prototype; $c_sci_HashCollisionMapNode.prototype.indexOf__O__I = (function(key) { @@ -16513,76 +15661,76 @@ $c_sci_HashCollisionMapNode.prototype.indexOf__O__I = (function(key) { var i = 0; while ($n(iter).hasNext__Z()) { if ($m_sr_BoxesRunTime$().equals__O__O__Z($n($as_T2($n(iter).next__O()))._1__O(), key)) { - return i - }; - i = ((1 + i) | 0) - }; - return (-1) + return i; + } + i = ((1 + i) | 0); + } + return (-1); }); $c_sci_HashCollisionMapNode.prototype.size__I = (function() { - return $n(this.sci_HashCollisionMapNode__f_content).length__I() + return $n(this.sci_HashCollisionMapNode__f_content).length__I(); }); $c_sci_HashCollisionMapNode.prototype.apply__O__I__I__I__O = (function(key, originalHash, hash, shift) { var this$1 = $n(this.get__O__I__I__I__s_Option(key, originalHash, hash, shift)); if (this$1.isEmpty__Z()) { $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); - throw $ct_jl_ClassCastException__(new $c_jl_ClassCastException()) + throw $ct_jl_ClassCastException__(new $c_jl_ClassCastException()); } else { - return this$1.get__O() + return this$1.get__O(); } }); $c_sci_HashCollisionMapNode.prototype.get__O__I__I__I__s_Option = (function(key, originalHash, hash, shift) { if ((this.sci_HashCollisionMapNode__f_hash === hash)) { var index = this.indexOf__O__I(key); - return ((index >= 0) ? new $c_s_Some($n($as_T2($n(this.sci_HashCollisionMapNode__f_content).apply__I__O(index)))._2__O()) : $m_s_None$()) + return ((index >= 0) ? new $c_s_Some($n($as_T2($n(this.sci_HashCollisionMapNode__f_content).apply__I__O(index)))._2__O()) : $m_s_None$()); } else { - return $m_s_None$() + return $m_s_None$(); } }); $c_sci_HashCollisionMapNode.prototype.getOrElse__O__I__I__I__F0__O = (function(key, originalHash, hash, shift, f) { if ((this.sci_HashCollisionMapNode__f_hash === hash)) { var x1 = this.indexOf__O__I(key); - return ((x1 === (-1)) ? $n(f).apply__O() : $n($as_T2($n(this.sci_HashCollisionMapNode__f_content).apply__I__O(x1)))._2__O()) + return ((x1 === (-1)) ? $n(f).apply__O() : $n($as_T2($n(this.sci_HashCollisionMapNode__f_content).apply__I__O(x1)))._2__O()); } else { - return $n(f).apply__O() + return $n(f).apply__O(); } }); $c_sci_HashCollisionMapNode.prototype.containsKey__O__I__I__I__Z = (function(key, originalHash, hash, shift) { - return ((this.sci_HashCollisionMapNode__f_hash === hash) && (this.indexOf__O__I(key) >= 0)) + return ((this.sci_HashCollisionMapNode__f_hash === hash) && (this.indexOf__O__I(key) >= 0)); }); $c_sci_HashCollisionMapNode.prototype.updated__O__O__I__I__I__Z__sci_MapNode = (function(key, value, originalHash, hash, shift, replaceValue) { var index = this.indexOf__O__I(key); - return ((index >= 0) ? (replaceValue ? (Object.is($n($as_T2($n(this.sci_HashCollisionMapNode__f_content).apply__I__O(index)))._2__O(), value) ? this : new $c_sci_HashCollisionMapNode(originalHash, hash, $n(this.sci_HashCollisionMapNode__f_content).updated__I__O__sci_Vector(index, new $c_T2(key, value)))) : this) : new $c_sci_HashCollisionMapNode(originalHash, hash, $n(this.sci_HashCollisionMapNode__f_content).appended__O__sci_Vector(new $c_T2(key, value)))) + return ((index >= 0) ? (replaceValue ? (Object.is($n($as_T2($n(this.sci_HashCollisionMapNode__f_content).apply__I__O(index)))._2__O(), value) ? this : new $c_sci_HashCollisionMapNode(originalHash, hash, $n(this.sci_HashCollisionMapNode__f_content).updated__I__O__sci_Vector(index, new $c_T2(key, value)))) : this) : new $c_sci_HashCollisionMapNode(originalHash, hash, $n(this.sci_HashCollisionMapNode__f_content).appended__O__sci_Vector(new $c_T2(key, value)))); }); $c_sci_HashCollisionMapNode.prototype.hasNodes__Z = (function() { - return false + return false; }); $c_sci_HashCollisionMapNode.prototype.nodeArity__I = (function() { - return 0 + return 0; }); $c_sci_HashCollisionMapNode.prototype.getNode__I__sci_MapNode = (function(index) { - throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), "No sub-nodes present in hash-collision leaf node.") + throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), "No sub-nodes present in hash-collision leaf node."); }); $c_sci_HashCollisionMapNode.prototype.hasPayload__Z = (function() { - return true + return true; }); $c_sci_HashCollisionMapNode.prototype.payloadArity__I = (function() { - return $n(this.sci_HashCollisionMapNode__f_content).length__I() + return $n(this.sci_HashCollisionMapNode__f_content).length__I(); }); $c_sci_HashCollisionMapNode.prototype.getKey__I__O = (function(index) { - return $n($as_T2($n(this.sci_HashCollisionMapNode__f_content).apply__I__O(index)))._1__O() + return $n($as_T2($n(this.sci_HashCollisionMapNode__f_content).apply__I__O(index)))._1__O(); }); $c_sci_HashCollisionMapNode.prototype.getValue__I__O = (function(index) { - return $n($as_T2($n(this.sci_HashCollisionMapNode__f_content).apply__I__O(index)))._2__O() + return $n($as_T2($n(this.sci_HashCollisionMapNode__f_content).apply__I__O(index)))._2__O(); }); $c_sci_HashCollisionMapNode.prototype.getPayload__I__T2 = (function(index) { - return $as_T2($n(this.sci_HashCollisionMapNode__f_content).apply__I__O(index)) + return $as_T2($n(this.sci_HashCollisionMapNode__f_content).apply__I__O(index)); }); $c_sci_HashCollisionMapNode.prototype.getHash__I__I = (function(index) { - return this.sci_HashCollisionMapNode__f_originalHash + return this.sci_HashCollisionMapNode__f_originalHash; }); $c_sci_HashCollisionMapNode.prototype.foreach__F1__V = (function(f) { - $n(this.sci_HashCollisionMapNode__f_content).foreach__F1__V(f) + $n(this.sci_HashCollisionMapNode__f_content).foreach__F1__V(f); }); $c_sci_HashCollisionMapNode.prototype.foreachEntry__F2__V = (function(f) { $n(this.sci_HashCollisionMapNode__f_content).foreach__F1__V(new $c_sjsr_AnonFunction1(((x0$1$2) => { @@ -16590,51 +15738,51 @@ $c_sci_HashCollisionMapNode.prototype.foreachEntry__F2__V = (function(f) { if ((x0$1 !== null)) { var k = $n(x0$1)._1__O(); var v = $n(x0$1)._2__O(); - return $n(f).apply__O__O__O(k, v) + return $n(f).apply__O__O__O(k, v); } else { - throw new $c_s_MatchError(x0$1) + throw new $c_s_MatchError(x0$1); } - }))) + }))); }); $c_sci_HashCollisionMapNode.prototype.foreachWithHash__F3__V = (function(f) { var iter = $n(this.sci_HashCollisionMapNode__f_content).iterator__sc_Iterator(); while ($n(iter).hasNext__Z()) { var next = $as_T2($n(iter).next__O()); - $n(f).apply__O__O__O__O($n(next)._1__O(), $n(next)._2__O(), this.sci_HashCollisionMapNode__f_originalHash) + $n(f).apply__O__O__O__O($n(next)._1__O(), $n(next)._2__O(), this.sci_HashCollisionMapNode__f_originalHash); } }); $c_sci_HashCollisionMapNode.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_sci_HashCollisionMapNode)) { var x2 = $as_sci_HashCollisionMapNode(that); if ((this === x2)) { - return true + return true; } else if (((this.sci_HashCollisionMapNode__f_hash === $n(x2).sci_HashCollisionMapNode__f_hash) && ($n(this.sci_HashCollisionMapNode__f_content).length__I() === $n($n(x2).sci_HashCollisionMapNode__f_content).length__I()))) { var iter = $n(this.sci_HashCollisionMapNode__f_content).iterator__sc_Iterator(); while ($n(iter).hasNext__Z()) { var x1$2 = $as_T2($n(iter).next__O()); if ((x1$2 === null)) { - throw new $c_s_MatchError(x1$2) - }; + throw new $c_s_MatchError(x1$2); + } var key = $n(x1$2)._1__O(); var value = $n(x1$2)._2__O(); var index = $n(x2).indexOf__O__I(key); if (((index < 0) || (!$m_sr_BoxesRunTime$().equals__O__O__Z(value, $n($as_T2($n($n(x2).sci_HashCollisionMapNode__f_content).apply__I__O(index)))._2__O())))) { - return false + return false; } - }; - return true + } + return true; } else { - return false + return false; } } else { - return false + return false; } }); $c_sci_HashCollisionMapNode.prototype.concat__sci_MapNode__I__sci_HashCollisionMapNode = (function(that, shift) { if ((that instanceof $c_sci_HashCollisionMapNode)) { var x2 = $as_sci_HashCollisionMapNode(that); if ((x2 === this)) { - return this + return this; } else { var newContent = null; var iter = $n(this.sci_HashCollisionMapNode__f_content).iterator__sc_Iterator(); @@ -16643,52 +15791,48 @@ $c_sci_HashCollisionMapNode.prototype.concat__sci_MapNode__I__sci_HashCollisionM if (($n(x2).indexOf__O__I($n(nextPayload)._1__O()) < 0)) { if ((newContent === null)) { newContent = new $c_sci_VectorBuilder(); - $n(newContent).addAll__sc_IterableOnce__sci_VectorBuilder($n(x2).sci_HashCollisionMapNode__f_content) - }; - $n(newContent).addOne__O__sci_VectorBuilder(nextPayload) + $n(newContent).addAll__sc_IterableOnce__sci_VectorBuilder($n(x2).sci_HashCollisionMapNode__f_content); + } + $n(newContent).addOne__O__sci_VectorBuilder(nextPayload); } - }; - return ((newContent === null) ? x2 : new $c_sci_HashCollisionMapNode(this.sci_HashCollisionMapNode__f_originalHash, this.sci_HashCollisionMapNode__f_hash, $n(newContent).result__sci_Vector())) + } + return ((newContent === null) ? x2 : new $c_sci_HashCollisionMapNode(this.sci_HashCollisionMapNode__f_originalHash, this.sci_HashCollisionMapNode__f_hash, $n(newContent).result__sci_Vector())); } } else if ((that instanceof $c_sci_BitmapIndexedMapNode)) { - throw new $c_jl_UnsupportedOperationException("Cannot concatenate a HashCollisionMapNode with a BitmapIndexedMapNode") + throw new $c_jl_UnsupportedOperationException("Cannot concatenate a HashCollisionMapNode with a BitmapIndexedMapNode"); } else { - throw new $c_s_MatchError(that) + throw new $c_s_MatchError(that); } }); $c_sci_HashCollisionMapNode.prototype.hashCode__I = (function() { - throw new $c_jl_UnsupportedOperationException("Trie nodes do not support hashing.") + throw new $c_jl_UnsupportedOperationException("Trie nodes do not support hashing."); }); $c_sci_HashCollisionMapNode.prototype.cachedJavaKeySetHashCode__I = (function() { - return Math.imul($n(this.sci_HashCollisionMapNode__f_content).length__I(), this.sci_HashCollisionMapNode__f_hash) + return Math.imul($n(this.sci_HashCollisionMapNode__f_content).length__I(), this.sci_HashCollisionMapNode__f_hash); }); $c_sci_HashCollisionMapNode.prototype.copy__sci_MapNode = (function() { - return new $c_sci_HashCollisionMapNode(this.sci_HashCollisionMapNode__f_originalHash, this.sci_HashCollisionMapNode__f_hash, this.sci_HashCollisionMapNode__f_content) + return new $c_sci_HashCollisionMapNode(this.sci_HashCollisionMapNode__f_originalHash, this.sci_HashCollisionMapNode__f_hash, this.sci_HashCollisionMapNode__f_content); }); $c_sci_HashCollisionMapNode.prototype.concat__sci_MapNode__I__sci_MapNode = (function(that, shift) { - return this.concat__sci_MapNode__I__sci_HashCollisionMapNode(that, shift) + return this.concat__sci_MapNode__I__sci_HashCollisionMapNode(that, shift); }); $c_sci_HashCollisionMapNode.prototype.getNode__I__sci_Node = (function(index) { - return this.getNode__I__sci_MapNode(index) + return this.getNode__I__sci_MapNode(index); }); function $as_sci_HashCollisionMapNode(obj) { - return (((obj instanceof $c_sci_HashCollisionMapNode) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.HashCollisionMapNode")) + return (((obj instanceof $c_sci_HashCollisionMapNode) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.HashCollisionMapNode")); } function $isArrayOf_sci_HashCollisionMapNode(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_HashCollisionMapNode))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_HashCollisionMapNode))); } function $asArrayOf_sci_HashCollisionMapNode(obj, depth) { - return (($isArrayOf_sci_HashCollisionMapNode(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.HashCollisionMapNode;", depth)) + return (($isArrayOf_sci_HashCollisionMapNode(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.HashCollisionMapNode;", depth)); } -var $d_sci_HashCollisionMapNode = new $TypeData().initClass({ - sci_HashCollisionMapNode: 0 -}, false, "scala.collection.immutable.HashCollisionMapNode", { +var $d_sci_HashCollisionMapNode = new $TypeData().initClass($c_sci_HashCollisionMapNode, "scala.collection.immutable.HashCollisionMapNode", ({ sci_HashCollisionMapNode: 1, sci_MapNode: 1, - sci_Node: 1, - O: 1 -}); -$c_sci_HashCollisionMapNode.prototype.$classData = $d_sci_HashCollisionMapNode; + sci_Node: 1 +})); /** @constructor */ function $c_sci_HashCollisionSetNode(originalHash, hash, content) { this.sci_HashCollisionSetNode__f_originalHash = 0; @@ -16697,62 +15841,61 @@ function $c_sci_HashCollisionSetNode(originalHash, hash, content) { this.sci_HashCollisionSetNode__f_originalHash = originalHash; this.sci_HashCollisionSetNode__f_hash = hash; this.sci_HashCollisionSetNode__f_content = content; - $m_s_Predef$().require__Z__V(($n(this.sci_HashCollisionSetNode__f_content).length__I() >= 2)) + $m_s_Predef$().require__Z__V(($n(this.sci_HashCollisionSetNode__f_content).length__I() >= 2)); } $c_sci_HashCollisionSetNode.prototype = new $h_sci_SetNode(); $c_sci_HashCollisionSetNode.prototype.constructor = $c_sci_HashCollisionSetNode; /** @constructor */ function $h_sci_HashCollisionSetNode() { - /**/ } $h_sci_HashCollisionSetNode.prototype = $c_sci_HashCollisionSetNode.prototype; $c_sci_HashCollisionSetNode.prototype.contains__O__I__I__I__Z = (function(element, originalHash, hash, shift) { if ((this.sci_HashCollisionSetNode__f_hash === hash)) { var this$1 = $n(this.sci_HashCollisionSetNode__f_content); - return $f_sc_SeqOps__contains__O__Z(this$1, element) + return $f_sc_SeqOps__contains__O__Z(this$1, element); } else { - return false + return false; } }); $c_sci_HashCollisionSetNode.prototype.updated__O__I__I__I__sci_SetNode = (function(element, originalHash, hash, shift) { - return (this.contains__O__I__I__I__Z(element, originalHash, hash, shift) ? this : new $c_sci_HashCollisionSetNode(originalHash, hash, $n(this.sci_HashCollisionSetNode__f_content).appended__O__sci_Vector(element))) + return (this.contains__O__I__I__I__Z(element, originalHash, hash, shift) ? this : new $c_sci_HashCollisionSetNode(originalHash, hash, $n(this.sci_HashCollisionSetNode__f_content).appended__O__sci_Vector(element))); }); $c_sci_HashCollisionSetNode.prototype.hasNodes__Z = (function() { - return false + return false; }); $c_sci_HashCollisionSetNode.prototype.nodeArity__I = (function() { - return 0 + return 0; }); $c_sci_HashCollisionSetNode.prototype.getNode__I__sci_SetNode = (function(index) { - throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), "No sub-nodes present in hash-collision leaf node.") + throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), "No sub-nodes present in hash-collision leaf node."); }); $c_sci_HashCollisionSetNode.prototype.hasPayload__Z = (function() { - return true + return true; }); $c_sci_HashCollisionSetNode.prototype.payloadArity__I = (function() { - return $n(this.sci_HashCollisionSetNode__f_content).length__I() + return $n(this.sci_HashCollisionSetNode__f_content).length__I(); }); $c_sci_HashCollisionSetNode.prototype.getPayload__I__O = (function(index) { - return $n(this.sci_HashCollisionSetNode__f_content).apply__I__O(index) + return $n(this.sci_HashCollisionSetNode__f_content).apply__I__O(index); }); $c_sci_HashCollisionSetNode.prototype.getHash__I__I = (function(index) { - return this.sci_HashCollisionSetNode__f_originalHash + return this.sci_HashCollisionSetNode__f_originalHash; }); $c_sci_HashCollisionSetNode.prototype.size__I = (function() { - return $n(this.sci_HashCollisionSetNode__f_content).length__I() + return $n(this.sci_HashCollisionSetNode__f_content).length__I(); }); $c_sci_HashCollisionSetNode.prototype.foreach__F1__V = (function(f) { var iter = $n(this.sci_HashCollisionSetNode__f_content).iterator__sc_Iterator(); while ($n(iter).hasNext__Z()) { - $n(f).apply__O__O($n(iter).next__O()) + $n(f).apply__O__O($n(iter).next__O()); } }); $c_sci_HashCollisionSetNode.prototype.cachedJavaKeySetHashCode__I = (function() { - return Math.imul($n(this.sci_HashCollisionSetNode__f_content).length__I(), this.sci_HashCollisionSetNode__f_hash) + return Math.imul($n(this.sci_HashCollisionSetNode__f_content).length__I(), this.sci_HashCollisionSetNode__f_hash); }); $c_sci_HashCollisionSetNode.prototype.subsetOf__sci_SetNode__I__Z = (function(that, shift) { if ((this === that)) { - return true + return true; } else if ((that instanceof $c_sci_HashCollisionSetNode)) { var x2 = $as_sci_HashCollisionSetNode(that); var $x_1 = $n(this.sci_HashCollisionSetNode__f_content).length__I(); @@ -16765,30 +15908,30 @@ $c_sci_HashCollisionSetNode.prototype.subsetOf__sci_SetNode__I__Z = (function(th while ((res && $n(it).hasNext__Z())) { var arg1 = $n(it).next__O(); var this$3 = $n(eta$0$1); - res = $f_sc_SeqOps__contains__O__Z(this$3, arg1) - }; - return res + res = $f_sc_SeqOps__contains__O__Z(this$3, arg1); + } + return res; } else { - return false + return false; } } else { - return false + return false; } }); $c_sci_HashCollisionSetNode.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_sci_HashCollisionSetNode)) { var x2 = $as_sci_HashCollisionSetNode(that); if ((this === x2)) { - return true + return true; } else { if ((this.sci_HashCollisionSetNode__f_hash === $n(x2).sci_HashCollisionSetNode__f_hash)) { var this$1 = $n(this.sci_HashCollisionSetNode__f_content); var $x_2 = this$1.length__I(); var this$2 = $n($n(x2).sci_HashCollisionSetNode__f_content); - var $x_1 = ($x_2 === this$2.length__I()) + var $x_1 = ($x_2 === this$2.length__I()); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { var this$3 = $n(this.sci_HashCollisionSetNode__f_content); var eta$0$1 = $n(x2).sci_HashCollisionSetNode__f_content; @@ -16797,638 +15940,559 @@ $c_sci_HashCollisionSetNode.prototype.equals__O__Z = (function(that) { while ((res && $n(it).hasNext__Z())) { var arg1 = $n(it).next__O(); var this$4 = $n(eta$0$1); - res = $f_sc_SeqOps__contains__O__Z(this$4, arg1) - }; - return res + res = $f_sc_SeqOps__contains__O__Z(this$4, arg1); + } + return res; } else { - return false + return false; } } } else { - return false + return false; } }); $c_sci_HashCollisionSetNode.prototype.hashCode__I = (function() { - throw new $c_jl_UnsupportedOperationException("Trie nodes do not support hashing.") + throw new $c_jl_UnsupportedOperationException("Trie nodes do not support hashing."); }); $c_sci_HashCollisionSetNode.prototype.foreachWithHash__F2__V = (function(f) { var iter = $n(this.sci_HashCollisionSetNode__f_content).iterator__sc_Iterator(); while ($n(iter).hasNext__Z()) { var next = $n(iter).next__O(); - $n(f).apply__O__O__O(next, this.sci_HashCollisionSetNode__f_originalHash) + $n(f).apply__O__O__O(next, this.sci_HashCollisionSetNode__f_originalHash); } }); $c_sci_HashCollisionSetNode.prototype.copy__sci_SetNode = (function() { - return new $c_sci_HashCollisionSetNode(this.sci_HashCollisionSetNode__f_originalHash, this.sci_HashCollisionSetNode__f_hash, this.sci_HashCollisionSetNode__f_content) + return new $c_sci_HashCollisionSetNode(this.sci_HashCollisionSetNode__f_originalHash, this.sci_HashCollisionSetNode__f_hash, this.sci_HashCollisionSetNode__f_content); }); $c_sci_HashCollisionSetNode.prototype.getNode__I__sci_Node = (function(index) { - return this.getNode__I__sci_SetNode(index) + return this.getNode__I__sci_SetNode(index); }); function $as_sci_HashCollisionSetNode(obj) { - return (((obj instanceof $c_sci_HashCollisionSetNode) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.HashCollisionSetNode")) + return (((obj instanceof $c_sci_HashCollisionSetNode) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.HashCollisionSetNode")); } function $isArrayOf_sci_HashCollisionSetNode(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_HashCollisionSetNode))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_HashCollisionSetNode))); } function $asArrayOf_sci_HashCollisionSetNode(obj, depth) { - return (($isArrayOf_sci_HashCollisionSetNode(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.HashCollisionSetNode;", depth)) + return (($isArrayOf_sci_HashCollisionSetNode(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.HashCollisionSetNode;", depth)); } -var $d_sci_HashCollisionSetNode = new $TypeData().initClass({ - sci_HashCollisionSetNode: 0 -}, false, "scala.collection.immutable.HashCollisionSetNode", { +var $d_sci_HashCollisionSetNode = new $TypeData().initClass($c_sci_HashCollisionSetNode, "scala.collection.immutable.HashCollisionSetNode", ({ sci_HashCollisionSetNode: 1, sci_SetNode: 1, - sci_Node: 1, - O: 1 -}); -$c_sci_HashCollisionSetNode.prototype.$classData = $d_sci_HashCollisionSetNode; + sci_Node: 1 +})); /** @constructor */ function $c_sci_HashMap$() { this.sci_HashMap$__f_EmptyMap = null; $n_sci_HashMap$ = this; var this$1 = $m_sci_MapNode$(); - this.sci_HashMap$__f_EmptyMap = new $c_sci_HashMap(this$1.sci_MapNode$__f_EmptyMapNode) + this.sci_HashMap$__f_EmptyMap = new $c_sci_HashMap(this$1.sci_MapNode$__f_EmptyMapNode); } $c_sci_HashMap$.prototype = new $h_O(); $c_sci_HashMap$.prototype.constructor = $c_sci_HashMap$; /** @constructor */ function $h_sci_HashMap$() { - /**/ } $h_sci_HashMap$.prototype = $c_sci_HashMap$.prototype; $c_sci_HashMap$.prototype.from__sc_IterableOnce__sci_HashMap = (function(source) { if ((source instanceof $c_sci_HashMap)) { var x2 = $as_sci_HashMap(source); - return x2 + return x2; } else { var this$1 = new $c_sci_HashMapBuilder(); var this$2 = $n(this$1.addAll__sc_IterableOnce__sci_HashMapBuilder(source)); - return this$2.result__sci_HashMap() + return this$2.result__sci_HashMap(); } }); $c_sci_HashMap$.prototype.newBuilder__scm_Builder = (function() { - return new $c_sci_HashMapBuilder() + return new $c_sci_HashMapBuilder(); }); $c_sci_HashMap$.prototype.from__sc_IterableOnce__O = (function(it) { - return this.from__sc_IterableOnce__sci_HashMap(it) + return this.from__sc_IterableOnce__sci_HashMap(it); }); $c_sci_HashMap$.prototype.empty__O = (function() { - return this.sci_HashMap$__f_EmptyMap + return this.sci_HashMap$__f_EmptyMap; }); -var $d_sci_HashMap$ = new $TypeData().initClass({ - sci_HashMap$: 0 -}, false, "scala.collection.immutable.HashMap$", { +var $d_sci_HashMap$ = new $TypeData().initClass($c_sci_HashMap$, "scala.collection.immutable.HashMap$", ({ sci_HashMap$: 1, - O: 1, sc_MapFactory: 1, Ljava_io_Serializable: 1 -}); -$c_sci_HashMap$.prototype.$classData = $d_sci_HashMap$; +})); var $n_sci_HashMap$; function $m_sci_HashMap$() { if ((!$n_sci_HashMap$)) { - $n_sci_HashMap$ = new $c_sci_HashMap$() - }; - return $n_sci_HashMap$ + $n_sci_HashMap$ = new $c_sci_HashMap$(); + } + return $n_sci_HashMap$; } /** @constructor */ function $c_sci_HashSet$() { this.sci_HashSet$__f_EmptySet = null; $n_sci_HashSet$ = this; var this$1 = $m_sci_SetNode$(); - this.sci_HashSet$__f_EmptySet = new $c_sci_HashSet(this$1.sci_SetNode$__f_EmptySetNode) + this.sci_HashSet$__f_EmptySet = new $c_sci_HashSet(this$1.sci_SetNode$__f_EmptySetNode); } $c_sci_HashSet$.prototype = new $h_O(); $c_sci_HashSet$.prototype.constructor = $c_sci_HashSet$; /** @constructor */ function $h_sci_HashSet$() { - /**/ } $h_sci_HashSet$.prototype = $c_sci_HashSet$.prototype; $c_sci_HashSet$.prototype.from__sc_IterableOnce__sci_HashSet = (function(source) { if ((source instanceof $c_sci_HashSet)) { var x2 = $as_sci_HashSet(source); - return x2 + return x2; } else if (($n(source).knownSize__I() === 0)) { - return this.sci_HashSet$__f_EmptySet + return this.sci_HashSet$__f_EmptySet; } else { var this$1 = new $c_sci_HashSetBuilder(); var this$2 = $n(this$1.addAll__sc_IterableOnce__sci_HashSetBuilder(source)); - return this$2.result__sci_HashSet() + return this$2.result__sci_HashSet(); } }); $c_sci_HashSet$.prototype.newBuilder__scm_Builder = (function() { - return new $c_sci_HashSetBuilder() + return new $c_sci_HashSetBuilder(); }); $c_sci_HashSet$.prototype.from__sc_IterableOnce__O = (function(source) { - return this.from__sc_IterableOnce__sci_HashSet(source) + return this.from__sc_IterableOnce__sci_HashSet(source); }); -var $d_sci_HashSet$ = new $TypeData().initClass({ - sci_HashSet$: 0 -}, false, "scala.collection.immutable.HashSet$", { +var $d_sci_HashSet$ = new $TypeData().initClass($c_sci_HashSet$, "scala.collection.immutable.HashSet$", ({ sci_HashSet$: 1, - O: 1, sc_IterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_sci_HashSet$.prototype.$classData = $d_sci_HashSet$; +})); var $n_sci_HashSet$; function $m_sci_HashSet$() { if ((!$n_sci_HashSet$)) { - $n_sci_HashSet$ = new $c_sci_HashSet$() - }; - return $n_sci_HashSet$ + $n_sci_HashSet$ = new $c_sci_HashSet$(); + } + return $n_sci_HashSet$; } /** @constructor */ function $c_sci_LazyList$State$Cons(head, tail) { this.sci_LazyList$State$Cons__f_head = null; this.sci_LazyList$State$Cons__f_tail = null; this.sci_LazyList$State$Cons__f_head = head; - this.sci_LazyList$State$Cons__f_tail = tail + this.sci_LazyList$State$Cons__f_tail = tail; } $c_sci_LazyList$State$Cons.prototype = new $h_O(); $c_sci_LazyList$State$Cons.prototype.constructor = $c_sci_LazyList$State$Cons; /** @constructor */ function $h_sci_LazyList$State$Cons() { - /**/ } $h_sci_LazyList$State$Cons.prototype = $c_sci_LazyList$State$Cons.prototype; $c_sci_LazyList$State$Cons.prototype.head__O = (function() { - return this.sci_LazyList$State$Cons__f_head + return this.sci_LazyList$State$Cons__f_head; }); $c_sci_LazyList$State$Cons.prototype.tail__sci_LazyList = (function() { - return this.sci_LazyList$State$Cons__f_tail + return this.sci_LazyList$State$Cons__f_tail; }); -var $d_sci_LazyList$State$Cons = new $TypeData().initClass({ - sci_LazyList$State$Cons: 0 -}, false, "scala.collection.immutable.LazyList$State$Cons", { +var $d_sci_LazyList$State$Cons = new $TypeData().initClass($c_sci_LazyList$State$Cons, "scala.collection.immutable.LazyList$State$Cons", ({ sci_LazyList$State$Cons: 1, - O: 1, sci_LazyList$State: 1, Ljava_io_Serializable: 1 -}); -$c_sci_LazyList$State$Cons.prototype.$classData = $d_sci_LazyList$State$Cons; +})); /** @constructor */ function $c_sci_LazyList$State$Empty$() { - /**/ } $c_sci_LazyList$State$Empty$.prototype = new $h_O(); $c_sci_LazyList$State$Empty$.prototype.constructor = $c_sci_LazyList$State$Empty$; /** @constructor */ function $h_sci_LazyList$State$Empty$() { - /**/ } $h_sci_LazyList$State$Empty$.prototype = $c_sci_LazyList$State$Empty$.prototype; $c_sci_LazyList$State$Empty$.prototype.head__E = (function() { - throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), "head of empty lazy list") + throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), "head of empty lazy list"); }); $c_sci_LazyList$State$Empty$.prototype.tail__sci_LazyList = (function() { - throw new $c_jl_UnsupportedOperationException("tail of empty lazy list") + throw new $c_jl_UnsupportedOperationException("tail of empty lazy list"); }); $c_sci_LazyList$State$Empty$.prototype.head__O = (function() { - this.head__E() + this.head__E(); }); -var $d_sci_LazyList$State$Empty$ = new $TypeData().initClass({ - sci_LazyList$State$Empty$: 0 -}, false, "scala.collection.immutable.LazyList$State$Empty$", { +var $d_sci_LazyList$State$Empty$ = new $TypeData().initClass($c_sci_LazyList$State$Empty$, "scala.collection.immutable.LazyList$State$Empty$", ({ sci_LazyList$State$Empty$: 1, - O: 1, sci_LazyList$State: 1, Ljava_io_Serializable: 1 -}); -$c_sci_LazyList$State$Empty$.prototype.$classData = $d_sci_LazyList$State$Empty$; +})); var $n_sci_LazyList$State$Empty$; function $m_sci_LazyList$State$Empty$() { if ((!$n_sci_LazyList$State$Empty$)) { - $n_sci_LazyList$State$Empty$ = new $c_sci_LazyList$State$Empty$() - }; - return $n_sci_LazyList$State$Empty$ + $n_sci_LazyList$State$Empty$ = new $c_sci_LazyList$State$Empty$(); + } + return $n_sci_LazyList$State$Empty$; } /** @constructor */ function $c_sci_LazyList$WithFilter(lazyList, p) { this.sci_LazyList$WithFilter__f_filtered = null; - this.sci_LazyList$WithFilter__f_filtered = $n(lazyList).filter__F1__sci_LazyList(p) + this.sci_LazyList$WithFilter__f_filtered = $n(lazyList).filter__F1__sci_LazyList(p); } $c_sci_LazyList$WithFilter.prototype = new $h_sc_WithFilter(); $c_sci_LazyList$WithFilter.prototype.constructor = $c_sci_LazyList$WithFilter; /** @constructor */ function $h_sci_LazyList$WithFilter() { - /**/ } $h_sci_LazyList$WithFilter.prototype = $c_sci_LazyList$WithFilter.prototype; $c_sci_LazyList$WithFilter.prototype.foreach__F1__V = (function(f) { - $n(this.sci_LazyList$WithFilter__f_filtered).foreach__F1__V(f) + $n(this.sci_LazyList$WithFilter__f_filtered).foreach__F1__V(f); }); -var $d_sci_LazyList$WithFilter = new $TypeData().initClass({ - sci_LazyList$WithFilter: 0 -}, false, "scala.collection.immutable.LazyList$WithFilter", { +var $d_sci_LazyList$WithFilter = new $TypeData().initClass($c_sci_LazyList$WithFilter, "scala.collection.immutable.LazyList$WithFilter", ({ sci_LazyList$WithFilter: 1, sc_WithFilter: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_sci_LazyList$WithFilter.prototype.$classData = $d_sci_LazyList$WithFilter; +})); /** @constructor */ function $c_sci_Map$() { - /**/ } $c_sci_Map$.prototype = new $h_O(); $c_sci_Map$.prototype.constructor = $c_sci_Map$; /** @constructor */ function $h_sci_Map$() { - /**/ } $h_sci_Map$.prototype = $c_sci_Map$.prototype; $c_sci_Map$.prototype.from__sc_IterableOnce__sci_Map = (function(it) { if ($is_sci_Iterable(it)) { var x2 = $as_sci_Iterable(it); if ($n(x2).isEmpty__Z()) { - return $m_sci_Map$EmptyMap$() + return $m_sci_Map$EmptyMap$(); } - }; + } if ((it instanceof $c_sci_HashMap)) { var x3 = $as_sci_HashMap(it); - return x3 - }; + return x3; + } if ((it instanceof $c_sci_Map$Map1)) { var x4 = $as_sci_Map$Map1(it); - return x4 - }; + return x4; + } if ((it instanceof $c_sci_Map$Map2)) { var x5 = $as_sci_Map$Map2(it); - return x5 - }; + return x5; + } if ((it instanceof $c_sci_Map$Map3)) { var x6 = $as_sci_Map$Map3(it); - return x6 - }; + return x6; + } if ((it instanceof $c_sci_Map$Map4)) { var x7 = $as_sci_Map$Map4(it); - return x7 - }; + return x7; + } if (false) { var x8 = $as_sci_ListMap(it); - return x8 - }; + return x8; + } if (false) { var x9 = $as_sci_TreeSeqMap(it); - return x9 - }; + return x9; + } if (false) { var x10 = $as_sci_VectorMap(it); - return x10 - }; + return x10; + } if (false) { var x11 = $as_sci_SeqMap$SeqMap1(it); - return x11 - }; + return x11; + } if (false) { var x12 = $as_sci_SeqMap$SeqMap2(it); - return x12 - }; + return x12; + } if (false) { var x13 = $as_sci_SeqMap$SeqMap3(it); - return x13 - }; + return x13; + } if (false) { var x14 = $as_sci_SeqMap$SeqMap4(it); - return x14 - }; + return x14; + } var this$1 = new $c_sci_MapBuilderImpl(); var this$2 = $n(this$1.addAll__sc_IterableOnce__sci_MapBuilderImpl(it)); - return this$2.result__sci_Map() + return this$2.result__sci_Map(); }); $c_sci_Map$.prototype.newBuilder__scm_Builder = (function() { - return new $c_sci_MapBuilderImpl() + return new $c_sci_MapBuilderImpl(); }); $c_sci_Map$.prototype.from__sc_IterableOnce__O = (function(it) { - return this.from__sc_IterableOnce__sci_Map(it) + return this.from__sc_IterableOnce__sci_Map(it); }); $c_sci_Map$.prototype.empty__O = (function() { - return $m_sci_Map$EmptyMap$() + return $m_sci_Map$EmptyMap$(); }); -var $d_sci_Map$ = new $TypeData().initClass({ - sci_Map$: 0 -}, false, "scala.collection.immutable.Map$", { +var $d_sci_Map$ = new $TypeData().initClass($c_sci_Map$, "scala.collection.immutable.Map$", ({ sci_Map$: 1, - O: 1, sc_MapFactory: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Map$.prototype.$classData = $d_sci_Map$; +})); var $n_sci_Map$; function $m_sci_Map$() { if ((!$n_sci_Map$)) { - $n_sci_Map$ = new $c_sci_Map$() - }; - return $n_sci_Map$ + $n_sci_Map$ = new $c_sci_Map$(); + } + return $n_sci_Map$; } /** @constructor */ function $c_sci_Set$() { - /**/ } $c_sci_Set$.prototype = new $h_O(); $c_sci_Set$.prototype.constructor = $c_sci_Set$; /** @constructor */ function $h_sci_Set$() { - /**/ } $h_sci_Set$.prototype = $c_sci_Set$.prototype; $c_sci_Set$.prototype.from__sc_IterableOnce__sci_Set = (function(it) { if (($n(it).knownSize__I() === 0)) { - return $m_sci_Set$EmptySet$() + return $m_sci_Set$EmptySet$(); } else if ((it instanceof $c_sci_HashSet)) { var x2 = $as_sci_HashSet(it); - return x2 + return x2; } else if (false) { var x3 = $as_sci_ListSet(it); - return x3 + return x3; } else if ((it instanceof $c_sci_Set$Set1)) { var x4 = $as_sci_Set$Set1(it); - return x4 + return x4; } else if ((it instanceof $c_sci_Set$Set2)) { var x5 = $as_sci_Set$Set2(it); - return x5 + return x5; } else if ((it instanceof $c_sci_Set$Set3)) { var x6 = $as_sci_Set$Set3(it); - return x6 + return x6; } else if ((it instanceof $c_sci_Set$Set4)) { var x7 = $as_sci_Set$Set4(it); - return x7 + return x7; } else if ((it instanceof $c_sci_HashMap$HashKeySet)) { var x8 = $as_sci_HashMap$HashKeySet(it); - return x8 + return x8; } else if ((it instanceof $c_sci_MapOps$ImmutableKeySet)) { var x9 = $as_sci_MapOps$ImmutableKeySet(it); - return x9 + return x9; } else { var this$1 = new $c_sci_SetBuilderImpl(); var this$2 = $n(this$1.addAll__sc_IterableOnce__sci_SetBuilderImpl(it)); - return this$2.result__sci_Set() + return this$2.result__sci_Set(); } }); $c_sci_Set$.prototype.newBuilder__scm_Builder = (function() { - return new $c_sci_SetBuilderImpl() + return new $c_sci_SetBuilderImpl(); }); $c_sci_Set$.prototype.from__sc_IterableOnce__O = (function(source) { - return this.from__sc_IterableOnce__sci_Set(source) + return this.from__sc_IterableOnce__sci_Set(source); }); -var $d_sci_Set$ = new $TypeData().initClass({ - sci_Set$: 0 -}, false, "scala.collection.immutable.Set$", { +var $d_sci_Set$ = new $TypeData().initClass($c_sci_Set$, "scala.collection.immutable.Set$", ({ sci_Set$: 1, - O: 1, sc_IterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Set$.prototype.$classData = $d_sci_Set$; +})); var $n_sci_Set$; function $m_sci_Set$() { if ((!$n_sci_Set$)) { - $n_sci_Set$ = new $c_sci_Set$() - }; - return $n_sci_Set$ + $n_sci_Set$ = new $c_sci_Set$(); + } + return $n_sci_Set$; } function $f_scm_Builder__sizeHint__sc_IterableOnce__I__V($thiz, coll, delta) { var x1 = $n(coll).knownSize__I(); if ((x1 !== (-1))) { var that = ((x1 + delta) | 0); - $thiz.sizeHint__I__V(((that < 0) ? 0 : that)) + $thiz.sizeHint__I__V(((that < 0) ? 0 : that)); } } function $is_scm_Builder(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.scm_Builder))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.scm_Builder))); } function $as_scm_Builder(obj) { - return (($is_scm_Builder(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.Builder")) + return (($is_scm_Builder(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.Builder")); } function $isArrayOf_scm_Builder(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_Builder))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_Builder))); } function $asArrayOf_scm_Builder(obj, depth) { - return (($isArrayOf_scm_Builder(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.Builder;", depth)) + return (($isArrayOf_scm_Builder(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.Builder;", depth)); } /** @constructor */ function $c_scm_HashMap$() { - /**/ } $c_scm_HashMap$.prototype = new $h_O(); $c_scm_HashMap$.prototype.constructor = $c_scm_HashMap$; /** @constructor */ function $h_scm_HashMap$() { - /**/ } $h_scm_HashMap$.prototype = $c_scm_HashMap$.prototype; $c_scm_HashMap$.prototype.from__sc_IterableOnce__scm_HashMap = (function(it) { var k = $n(it).knownSize__I(); var cap = ((k > 0) ? $doubleToInt((((1 + k) | 0) / 0.75)) : 16); - return $ct_scm_HashMap__I__D__(new $c_scm_HashMap(), cap, 0.75).addAll__sc_IterableOnce__scm_HashMap(it) + return $ct_scm_HashMap__I__D__(new $c_scm_HashMap(), cap, 0.75).addAll__sc_IterableOnce__scm_HashMap(it); }); $c_scm_HashMap$.prototype.newBuilder__scm_Builder = (function() { - return new $c_scm_HashMap$$anon$6(16, 0.75) + return new $c_scm_HashMap$$anon$6(16, 0.75); }); $c_scm_HashMap$.prototype.from__sc_IterableOnce__O = (function(it) { - return this.from__sc_IterableOnce__scm_HashMap(it) + return this.from__sc_IterableOnce__scm_HashMap(it); }); $c_scm_HashMap$.prototype.empty__O = (function() { - return $ct_scm_HashMap__(new $c_scm_HashMap()) + return $ct_scm_HashMap__(new $c_scm_HashMap()); }); -var $d_scm_HashMap$ = new $TypeData().initClass({ - scm_HashMap$: 0 -}, false, "scala.collection.mutable.HashMap$", { +var $d_scm_HashMap$ = new $TypeData().initClass($c_scm_HashMap$, "scala.collection.mutable.HashMap$", ({ scm_HashMap$: 1, - O: 1, sc_MapFactory: 1, Ljava_io_Serializable: 1 -}); -$c_scm_HashMap$.prototype.$classData = $d_scm_HashMap$; +})); var $n_scm_HashMap$; function $m_scm_HashMap$() { if ((!$n_scm_HashMap$)) { - $n_scm_HashMap$ = new $c_scm_HashMap$() - }; - return $n_scm_HashMap$ + $n_scm_HashMap$ = new $c_scm_HashMap$(); + } + return $n_scm_HashMap$; } /** @constructor */ function $c_scm_HashSet$() { - /**/ } $c_scm_HashSet$.prototype = new $h_O(); $c_scm_HashSet$.prototype.constructor = $c_scm_HashSet$; /** @constructor */ function $h_scm_HashSet$() { - /**/ } $h_scm_HashSet$.prototype = $c_scm_HashSet$.prototype; $c_scm_HashSet$.prototype.from__sc_IterableOnce__scm_HashSet = (function(it) { var k = $n(it).knownSize__I(); var cap = ((k > 0) ? $doubleToInt((((1 + k) | 0) / 0.75)) : 16); var this$1 = $ct_scm_HashSet__I__D__(new $c_scm_HashSet(), cap, 0.75); - return this$1.addAll__sc_IterableOnce__scm_HashSet(it) + return this$1.addAll__sc_IterableOnce__scm_HashSet(it); }); $c_scm_HashSet$.prototype.newBuilder__scm_Builder = (function() { - return new $c_scm_HashSet$$anon$4(16, 0.75) + return new $c_scm_HashSet$$anon$4(16, 0.75); }); $c_scm_HashSet$.prototype.from__sc_IterableOnce__O = (function(source) { - return this.from__sc_IterableOnce__scm_HashSet(source) + return this.from__sc_IterableOnce__scm_HashSet(source); }); -var $d_scm_HashSet$ = new $TypeData().initClass({ - scm_HashSet$: 0 -}, false, "scala.collection.mutable.HashSet$", { +var $d_scm_HashSet$ = new $TypeData().initClass($c_scm_HashSet$, "scala.collection.mutable.HashSet$", ({ scm_HashSet$: 1, - O: 1, sc_IterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_scm_HashSet$.prototype.$classData = $d_scm_HashSet$; +})); var $n_scm_HashSet$; function $m_scm_HashSet$() { if ((!$n_scm_HashSet$)) { - $n_scm_HashSet$ = new $c_scm_HashSet$() - }; - return $n_scm_HashSet$ + $n_scm_HashSet$ = new $c_scm_HashSet$(); + } + return $n_scm_HashSet$; } function $as_s_math_ScalaNumber(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.math.ScalaNumber")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.math.ScalaNumber")); } function $isArrayOf_s_math_ScalaNumber(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_math_ScalaNumber))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_math_ScalaNumber))); } function $asArrayOf_s_math_ScalaNumber(obj, depth) { - return (($isArrayOf_s_math_ScalaNumber(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.math.ScalaNumber;", depth)) + return (($isArrayOf_s_math_ScalaNumber(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.math.ScalaNumber;", depth)); } /** @constructor */ function $c_sr_AbstractPartialFunction() { - /**/ } $c_sr_AbstractPartialFunction.prototype = new $h_O(); $c_sr_AbstractPartialFunction.prototype.constructor = $c_sr_AbstractPartialFunction; /** @constructor */ function $h_sr_AbstractPartialFunction() { - /**/ } $h_sr_AbstractPartialFunction.prototype = $c_sr_AbstractPartialFunction.prototype; $c_sr_AbstractPartialFunction.prototype.lift__F1 = (function() { - return new $c_s_PartialFunction$Lifted(this) + return new $c_s_PartialFunction$Lifted(this); }); $c_sr_AbstractPartialFunction.prototype.toString__T = (function() { - return "" + return ""; }); $c_sr_AbstractPartialFunction.prototype.apply__O__O = (function(x) { - return this.applyOrElse__O__F1__O(x, $m_s_PartialFunction$().s_PartialFunction$__f_empty_pf) + return this.applyOrElse__O__F1__O(x, $m_s_PartialFunction$().s_PartialFunction$__f_empty_pf); }); -var $d_sr_Nothing$ = new $TypeData().initClass({ - sr_Nothing$: 0 -}, false, "scala.runtime.Nothing$", { +var $d_sr_Nothing$ = new $TypeData().initClass(0, "scala.runtime.Nothing$", ({ sr_Nothing$: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); +})); /** @constructor */ function $c_sjsr_AnonFunction0(f) { this.sjsr_AnonFunction0__f_f = null; - this.sjsr_AnonFunction0__f_f = f + this.sjsr_AnonFunction0__f_f = f; } $c_sjsr_AnonFunction0.prototype = new $h_sr_AbstractFunction0(); $c_sjsr_AnonFunction0.prototype.constructor = $c_sjsr_AnonFunction0; /** @constructor */ function $h_sjsr_AnonFunction0() { - /**/ } $h_sjsr_AnonFunction0.prototype = $c_sjsr_AnonFunction0.prototype; $c_sjsr_AnonFunction0.prototype.apply__O = (function() { - return (0, this.sjsr_AnonFunction0__f_f)() + return (0, this.sjsr_AnonFunction0__f_f)(); }); -var $d_sjsr_AnonFunction0 = new $TypeData().initClass({ - sjsr_AnonFunction0: 0 -}, false, "scala.scalajs.runtime.AnonFunction0", { +var $d_sjsr_AnonFunction0 = new $TypeData().initClass($c_sjsr_AnonFunction0, "scala.scalajs.runtime.AnonFunction0", ({ sjsr_AnonFunction0: 1, sr_AbstractFunction0: 1, - O: 1, F0: 1 -}); -$c_sjsr_AnonFunction0.prototype.$classData = $d_sjsr_AnonFunction0; +})); /** @constructor */ function $c_sjsr_AnonFunction1(f) { this.sjsr_AnonFunction1__f_f = null; - this.sjsr_AnonFunction1__f_f = f + this.sjsr_AnonFunction1__f_f = f; } $c_sjsr_AnonFunction1.prototype = new $h_sr_AbstractFunction1(); $c_sjsr_AnonFunction1.prototype.constructor = $c_sjsr_AnonFunction1; /** @constructor */ function $h_sjsr_AnonFunction1() { - /**/ } $h_sjsr_AnonFunction1.prototype = $c_sjsr_AnonFunction1.prototype; $c_sjsr_AnonFunction1.prototype.apply__O__O = (function(arg1) { - return (0, this.sjsr_AnonFunction1__f_f)(arg1) + return (0, this.sjsr_AnonFunction1__f_f)(arg1); }); -var $d_sjsr_AnonFunction1 = new $TypeData().initClass({ - sjsr_AnonFunction1: 0 -}, false, "scala.scalajs.runtime.AnonFunction1", { +var $d_sjsr_AnonFunction1 = new $TypeData().initClass($c_sjsr_AnonFunction1, "scala.scalajs.runtime.AnonFunction1", ({ sjsr_AnonFunction1: 1, sr_AbstractFunction1: 1, - O: 1, F1: 1 -}); -$c_sjsr_AnonFunction1.prototype.$classData = $d_sjsr_AnonFunction1; +})); /** @constructor */ function $c_sjsr_AnonFunction2(f) { this.sjsr_AnonFunction2__f_f = null; - this.sjsr_AnonFunction2__f_f = f + this.sjsr_AnonFunction2__f_f = f; } $c_sjsr_AnonFunction2.prototype = new $h_sr_AbstractFunction2(); $c_sjsr_AnonFunction2.prototype.constructor = $c_sjsr_AnonFunction2; /** @constructor */ function $h_sjsr_AnonFunction2() { - /**/ } $h_sjsr_AnonFunction2.prototype = $c_sjsr_AnonFunction2.prototype; $c_sjsr_AnonFunction2.prototype.apply__O__O__O = (function(arg1, arg2) { - return (0, this.sjsr_AnonFunction2__f_f)(arg1, arg2) + return (0, this.sjsr_AnonFunction2__f_f)(arg1, arg2); }); -var $d_sjsr_AnonFunction2 = new $TypeData().initClass({ - sjsr_AnonFunction2: 0 -}, false, "scala.scalajs.runtime.AnonFunction2", { +var $d_sjsr_AnonFunction2 = new $TypeData().initClass($c_sjsr_AnonFunction2, "scala.scalajs.runtime.AnonFunction2", ({ sjsr_AnonFunction2: 1, sr_AbstractFunction2: 1, - O: 1, F2: 1 -}); -$c_sjsr_AnonFunction2.prototype.$classData = $d_sjsr_AnonFunction2; +})); /** @constructor */ function $c_sjsr_AnonFunction3(f) { this.sjsr_AnonFunction3__f_f = null; - this.sjsr_AnonFunction3__f_f = f + this.sjsr_AnonFunction3__f_f = f; } $c_sjsr_AnonFunction3.prototype = new $h_sr_AbstractFunction3(); $c_sjsr_AnonFunction3.prototype.constructor = $c_sjsr_AnonFunction3; /** @constructor */ function $h_sjsr_AnonFunction3() { - /**/ } $h_sjsr_AnonFunction3.prototype = $c_sjsr_AnonFunction3.prototype; $c_sjsr_AnonFunction3.prototype.apply__O__O__O__O = (function(arg1, arg2, arg3) { - return (0, this.sjsr_AnonFunction3__f_f)(arg1, arg2, arg3) + return (0, this.sjsr_AnonFunction3__f_f)(arg1, arg2, arg3); }); -var $d_sjsr_AnonFunction3 = new $TypeData().initClass({ - sjsr_AnonFunction3: 0 -}, false, "scala.scalajs.runtime.AnonFunction3", { +var $d_sjsr_AnonFunction3 = new $TypeData().initClass($c_sjsr_AnonFunction3, "scala.scalajs.runtime.AnonFunction3", ({ sjsr_AnonFunction3: 1, sr_AbstractFunction3: 1, - O: 1, F3: 1 -}); -$c_sjsr_AnonFunction3.prototype.$classData = $d_sjsr_AnonFunction3; +})); function $as_s_util_control_ControlThrowable(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.control.ControlThrowable")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.control.ControlThrowable")); } function $isArrayOf_s_util_control_ControlThrowable(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_control_ControlThrowable))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_control_ControlThrowable))); } function $asArrayOf_s_util_control_ControlThrowable(obj, depth) { - return (($isArrayOf_s_util_control_ControlThrowable(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.control.ControlThrowable;", depth)) + return (($isArrayOf_s_util_control_ControlThrowable(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.control.ControlThrowable;", depth)); } /** @constructor */ function $c_s_util_parsing_combinator_Parsers$$anon$1(outer, f$1) { @@ -17436,30 +16500,25 @@ function $c_s_util_parsing_combinator_Parsers$$anon$1(outer, f$1) { this.s_util_parsing_combinator_Parsers$Parser__f_$outer = null; this.s_util_parsing_combinator_Parsers$$anon$1__f_f$1 = null; this.s_util_parsing_combinator_Parsers$$anon$1__f_f$1 = f$1; - $ct_s_util_parsing_combinator_Parsers$Parser__s_util_parsing_combinator_Parsers__(this, outer) + $ct_s_util_parsing_combinator_Parsers$Parser__s_util_parsing_combinator_Parsers__(this, outer); } $c_s_util_parsing_combinator_Parsers$$anon$1.prototype = new $h_s_util_parsing_combinator_Parsers$Parser(); $c_s_util_parsing_combinator_Parsers$$anon$1.prototype.constructor = $c_s_util_parsing_combinator_Parsers$$anon$1; /** @constructor */ function $h_s_util_parsing_combinator_Parsers$$anon$1() { - /**/ } $h_s_util_parsing_combinator_Parsers$$anon$1.prototype = $c_s_util_parsing_combinator_Parsers$$anon$1.prototype; $c_s_util_parsing_combinator_Parsers$$anon$1.prototype.apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult = (function(in$1) { - return $as_s_util_parsing_combinator_Parsers$ParseResult($n(this.s_util_parsing_combinator_Parsers$$anon$1__f_f$1).apply__O__O(in$1)) + return $as_s_util_parsing_combinator_Parsers$ParseResult($n(this.s_util_parsing_combinator_Parsers$$anon$1__f_f$1).apply__O__O(in$1)); }); $c_s_util_parsing_combinator_Parsers$$anon$1.prototype.apply__O__O = (function(v1) { - return this.apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult($as_s_util_parsing_input_Reader(v1)) + return this.apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult($as_s_util_parsing_input_Reader(v1)); }); -var $d_s_util_parsing_combinator_Parsers$$anon$1 = new $TypeData().initClass({ - s_util_parsing_combinator_Parsers$$anon$1: 0 -}, false, "scala.util.parsing.combinator.Parsers$$anon$1", { +var $d_s_util_parsing_combinator_Parsers$$anon$1 = new $TypeData().initClass($c_s_util_parsing_combinator_Parsers$$anon$1, "scala.util.parsing.combinator.Parsers$$anon$1", ({ s_util_parsing_combinator_Parsers$$anon$1: 1, s_util_parsing_combinator_Parsers$Parser: 1, - O: 1, F1: 1 -}); -$c_s_util_parsing_combinator_Parsers$$anon$1.prototype.$classData = $d_s_util_parsing_combinator_Parsers$$anon$1; +})); /** @constructor */ function $c_s_util_parsing_combinator_RegexParsers$$anon$1(outer, s$1) { this.s_util_parsing_combinator_Parsers$Parser__f_name = null; @@ -17467,18 +16526,17 @@ function $c_s_util_parsing_combinator_RegexParsers$$anon$1(outer, s$1) { this.s_util_parsing_combinator_RegexParsers$$anon$1__f_$outer = null; this.s_util_parsing_combinator_RegexParsers$$anon$1__f_s$1 = null; if ((outer === null)) { - $n(null) + $n(null); } else { - this.s_util_parsing_combinator_RegexParsers$$anon$1__f_$outer = outer - }; + this.s_util_parsing_combinator_RegexParsers$$anon$1__f_$outer = outer; + } this.s_util_parsing_combinator_RegexParsers$$anon$1__f_s$1 = s$1; - $ct_s_util_parsing_combinator_Parsers$Parser__s_util_parsing_combinator_Parsers__(this, outer) + $ct_s_util_parsing_combinator_Parsers$Parser__s_util_parsing_combinator_Parsers__(this, outer); } $c_s_util_parsing_combinator_RegexParsers$$anon$1.prototype = new $h_s_util_parsing_combinator_Parsers$Parser(); $c_s_util_parsing_combinator_RegexParsers$$anon$1.prototype.constructor = $c_s_util_parsing_combinator_RegexParsers$$anon$1; /** @constructor */ function $h_s_util_parsing_combinator_RegexParsers$$anon$1() { - /**/ } $h_s_util_parsing_combinator_RegexParsers$$anon$1.prototype = $c_s_util_parsing_combinator_RegexParsers$$anon$1.prototype; $c_s_util_parsing_combinator_RegexParsers$$anon$1.prototype.apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult = (function(in$1) { @@ -17494,17 +16552,17 @@ $c_s_util_parsing_combinator_RegexParsers$$anon$1.prototype.apply__s_util_parsin if ((($x_2 < this$2.length) && (j < $dp_length__I($n(source))))) { var this$3 = $n(this.s_util_parsing_combinator_RegexParsers$$anon$1__f_s$1); var index = i; - var $x_1 = ($charAt(this$3, index) === $dp_charAt__I__C($n(source), j)) + var $x_1 = ($charAt(this$3, index) === $dp_charAt__I__C($n(source), j)); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { i = ((1 + i) | 0); - j = ((1 + j) | 0) + j = ((1 + j) | 0); } else { - break + break; } - }; + } var $x_3 = i; var this$4 = $n(this.s_util_parsing_combinator_RegexParsers$$anon$1__f_s$1); if (($x_3 === this$4.length)) { @@ -17514,28 +16572,24 @@ $c_s_util_parsing_combinator_RegexParsers$$anon$1.prototype.apply__s_util_parsin var n = ((j - offset) | 0); var next = this$5.drop__I__s_util_parsing_input_CharSequenceReader(n); var failure = $m_s_None$(); - return new $c_s_util_parsing_combinator_Parsers$$anon$2(this$6, res, next, failure) + return new $c_s_util_parsing_combinator_Parsers$$anon$2(this$6, res, next, failure); } else { - var found = ((start === $dp_length__I($n(source))) ? "end of source" : (("'" + $bC($dp_charAt__I__C($n(source), start))) + "'")); + var found = ((start === $dp_length__I($n(source))) ? "end of source" : (("'" + $cToS($dp_charAt__I__C($n(source), start))) + "'")); var $x_5 = this.s_util_parsing_combinator_RegexParsers$$anon$1__f_$outer; var $x_4 = this.s_util_parsing_combinator_RegexParsers$$anon$1__f_s$1; var this$7 = $n(in$1); var n$1 = ((start - offset) | 0); - return new $c_s_util_parsing_combinator_Parsers$Failure($x_5, (((("'" + $x_4) + "' expected but ") + found) + " found"), this$7.drop__I__s_util_parsing_input_CharSequenceReader(n$1)) + return new $c_s_util_parsing_combinator_Parsers$Failure($x_5, (((("'" + $x_4) + "' expected but ") + found) + " found"), this$7.drop__I__s_util_parsing_input_CharSequenceReader(n$1)); } }); $c_s_util_parsing_combinator_RegexParsers$$anon$1.prototype.apply__O__O = (function(v1) { - return this.apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult($as_s_util_parsing_input_Reader(v1)) + return this.apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult($as_s_util_parsing_input_Reader(v1)); }); -var $d_s_util_parsing_combinator_RegexParsers$$anon$1 = new $TypeData().initClass({ - s_util_parsing_combinator_RegexParsers$$anon$1: 0 -}, false, "scala.util.parsing.combinator.RegexParsers$$anon$1", { +var $d_s_util_parsing_combinator_RegexParsers$$anon$1 = new $TypeData().initClass($c_s_util_parsing_combinator_RegexParsers$$anon$1, "scala.util.parsing.combinator.RegexParsers$$anon$1", ({ s_util_parsing_combinator_RegexParsers$$anon$1: 1, s_util_parsing_combinator_Parsers$Parser: 1, - O: 1, F1: 1 -}); -$c_s_util_parsing_combinator_RegexParsers$$anon$1.prototype.$classData = $d_s_util_parsing_combinator_RegexParsers$$anon$1; +})); /** @constructor */ function $c_s_util_parsing_combinator_RegexParsers$$anon$2(outer, r$1) { this.s_util_parsing_combinator_Parsers$Parser__f_name = null; @@ -17543,18 +16597,17 @@ function $c_s_util_parsing_combinator_RegexParsers$$anon$2(outer, r$1) { this.s_util_parsing_combinator_RegexParsers$$anon$2__f_$outer = null; this.s_util_parsing_combinator_RegexParsers$$anon$2__f_r$1 = null; if ((outer === null)) { - $n(null) + $n(null); } else { - this.s_util_parsing_combinator_RegexParsers$$anon$2__f_$outer = outer - }; + this.s_util_parsing_combinator_RegexParsers$$anon$2__f_$outer = outer; + } this.s_util_parsing_combinator_RegexParsers$$anon$2__f_r$1 = r$1; - $ct_s_util_parsing_combinator_Parsers$Parser__s_util_parsing_combinator_Parsers__(this, outer) + $ct_s_util_parsing_combinator_Parsers$Parser__s_util_parsing_combinator_Parsers__(this, outer); } $c_s_util_parsing_combinator_RegexParsers$$anon$2.prototype = new $h_s_util_parsing_combinator_Parsers$Parser(); $c_s_util_parsing_combinator_RegexParsers$$anon$2.prototype.constructor = $c_s_util_parsing_combinator_RegexParsers$$anon$2; /** @constructor */ function $h_s_util_parsing_combinator_RegexParsers$$anon$2() { - /**/ } $h_s_util_parsing_combinator_RegexParsers$$anon$2.prototype = $c_s_util_parsing_combinator_RegexParsers$$anon$2.prototype; $c_s_util_parsing_combinator_RegexParsers$$anon$2.prototype.apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult = (function(in$1) { @@ -17572,53 +16625,43 @@ $c_s_util_parsing_combinator_RegexParsers$$anon$2.prototype.apply__s_util_parsin var n = ((((start + $n(matched).s_util_matching_Regex$Match__f_end) | 0) - offset) | 0); var next = this$2.drop__I__s_util_parsing_input_CharSequenceReader(n); var failure = $m_s_None$(); - return new $c_s_util_parsing_combinator_Parsers$$anon$2(this$3, res, next, failure) + return new $c_s_util_parsing_combinator_Parsers$$anon$2(this$3, res, next, failure); } else { var x = $m_s_None$(); if ((x === x1)) { - var found = ((start === $dp_length__I($n(source))) ? "end of source" : (("'" + $bC($dp_charAt__I__C($n(source), start))) + "'")); + var found = ((start === $dp_length__I($n(source))) ? "end of source" : (("'" + $cToS($dp_charAt__I__C($n(source), start))) + "'")); var $x_2 = this.s_util_parsing_combinator_RegexParsers$$anon$2__f_$outer; var $x_1 = this.s_util_parsing_combinator_RegexParsers$$anon$2__f_r$1; var this$4 = $n(in$1); var n$1 = ((start - offset) | 0); - return new $c_s_util_parsing_combinator_Parsers$Failure($x_2, (((("string matching regex '" + $x_1) + "' expected but ") + found) + " found"), this$4.drop__I__s_util_parsing_input_CharSequenceReader(n$1)) + return new $c_s_util_parsing_combinator_Parsers$Failure($x_2, (((("string matching regex '" + $x_1) + "' expected but ") + found) + " found"), this$4.drop__I__s_util_parsing_input_CharSequenceReader(n$1)); } else { - throw new $c_s_MatchError(x1) + throw new $c_s_MatchError(x1); } } }); $c_s_util_parsing_combinator_RegexParsers$$anon$2.prototype.apply__O__O = (function(v1) { - return this.apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult($as_s_util_parsing_input_Reader(v1)) + return this.apply__s_util_parsing_input_Reader__s_util_parsing_combinator_Parsers$ParseResult($as_s_util_parsing_input_Reader(v1)); }); -var $d_s_util_parsing_combinator_RegexParsers$$anon$2 = new $TypeData().initClass({ - s_util_parsing_combinator_RegexParsers$$anon$2: 0 -}, false, "scala.util.parsing.combinator.RegexParsers$$anon$2", { +var $d_s_util_parsing_combinator_RegexParsers$$anon$2 = new $TypeData().initClass($c_s_util_parsing_combinator_RegexParsers$$anon$2, "scala.util.parsing.combinator.RegexParsers$$anon$2", ({ s_util_parsing_combinator_RegexParsers$$anon$2: 1, s_util_parsing_combinator_Parsers$Parser: 1, - O: 1, F1: 1 -}); -$c_s_util_parsing_combinator_RegexParsers$$anon$2.prototype.$classData = $d_s_util_parsing_combinator_RegexParsers$$anon$2; +})); /** @constructor */ function $c_s_util_parsing_input_PositionCache$$anon$1(outer) { - /**/ } $c_s_util_parsing_input_PositionCache$$anon$1.prototype = new $h_ju_AbstractMap(); $c_s_util_parsing_input_PositionCache$$anon$1.prototype.constructor = $c_s_util_parsing_input_PositionCache$$anon$1; /** @constructor */ function $h_s_util_parsing_input_PositionCache$$anon$1() { - /**/ } $h_s_util_parsing_input_PositionCache$$anon$1.prototype = $c_s_util_parsing_input_PositionCache$$anon$1.prototype; -var $d_s_util_parsing_input_PositionCache$$anon$1 = new $TypeData().initClass({ - s_util_parsing_input_PositionCache$$anon$1: 0 -}, false, "scala.util.parsing.input.PositionCache$$anon$1", { +var $d_s_util_parsing_input_PositionCache$$anon$1 = new $TypeData().initClass($c_s_util_parsing_input_PositionCache$$anon$1, "scala.util.parsing.input.PositionCache$$anon$1", ({ s_util_parsing_input_PositionCache$$anon$1: 1, ju_AbstractMap: 1, - O: 1, ju_Map: 1 -}); -$c_s_util_parsing_input_PositionCache$$anon$1.prototype.$classData = $d_s_util_parsing_input_PositionCache$$anon$1; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_MethodReceiver(variableName, structureTypeName, typeFormals) { this.Lfeatherweightgo_model_ast_MethodReceiver__f_variableName = null; @@ -17626,72 +16669,71 @@ function $c_Lfeatherweightgo_model_ast_MethodReceiver(variableName, structureTyp this.Lfeatherweightgo_model_ast_MethodReceiver__f_typeFormals = null; this.Lfeatherweightgo_model_ast_MethodReceiver__f_variableName = variableName; this.Lfeatherweightgo_model_ast_MethodReceiver__f_structureTypeName = structureTypeName; - this.Lfeatherweightgo_model_ast_MethodReceiver__f_typeFormals = typeFormals + this.Lfeatherweightgo_model_ast_MethodReceiver__f_typeFormals = typeFormals; } $c_Lfeatherweightgo_model_ast_MethodReceiver.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_MethodReceiver.prototype.constructor = $c_Lfeatherweightgo_model_ast_MethodReceiver; /** @constructor */ function $h_Lfeatherweightgo_model_ast_MethodReceiver() { - /**/ } $h_Lfeatherweightgo_model_ast_MethodReceiver.prototype = $c_Lfeatherweightgo_model_ast_MethodReceiver.prototype; $c_Lfeatherweightgo_model_ast_MethodReceiver.prototype.productPrefix__T = (function() { - return "MethodReceiver" + return "MethodReceiver"; }); $c_Lfeatherweightgo_model_ast_MethodReceiver.prototype.productArity__I = (function() { - return 3 + return 3; }); $c_Lfeatherweightgo_model_ast_MethodReceiver.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_ast_MethodReceiver__f_variableName; - break + break; } case 1: { return this.Lfeatherweightgo_model_ast_MethodReceiver__f_structureTypeName; - break + break; } case 2: { return this.Lfeatherweightgo_model_ast_MethodReceiver__f_typeFormals; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfeatherweightgo_model_ast_MethodReceiver.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_MethodReceiver.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "variableName"; - break + break; } case 1: { return "structureTypeName"; - break + break; } case 2: { return "typeFormals"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lfeatherweightgo_model_ast_MethodReceiver.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_MethodReceiver.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_MethodReceiver.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_MethodReceiver)) { var MethodReceiver$1 = $as_Lfeatherweightgo_model_ast_MethodReceiver(x$1); var x = this.Lfeatherweightgo_model_ast_MethodReceiver__f_variableName; @@ -17699,108 +16741,103 @@ $c_Lfeatherweightgo_model_ast_MethodReceiver.prototype.equals__O__Z = (function( if (((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2))) { var x$3 = this.Lfeatherweightgo_model_ast_MethodReceiver__f_structureTypeName; var x$4 = $n(MethodReceiver$1).Lfeatherweightgo_model_ast_MethodReceiver__f_structureTypeName; - var $x_1 = ((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4)) + var $x_1 = ((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4)); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { var x$5 = this.Lfeatherweightgo_model_ast_MethodReceiver__f_typeFormals; var x$6 = $n(MethodReceiver$1).Lfeatherweightgo_model_ast_MethodReceiver__f_typeFormals; if (((x$5 === null) ? (x$6 === null) : $n(x$5).equals__O__Z(x$6))) { $n(MethodReceiver$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_MethodReceiver(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_MethodReceiver) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.MethodReceiver")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_MethodReceiver) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.MethodReceiver")); } function $isArrayOf_Lfeatherweightgo_model_ast_MethodReceiver(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_MethodReceiver))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_MethodReceiver))); } function $asArrayOf_Lfeatherweightgo_model_ast_MethodReceiver(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_MethodReceiver(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.MethodReceiver;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_MethodReceiver(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.MethodReceiver;", depth)); } -var $d_Lfeatherweightgo_model_ast_MethodReceiver = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_MethodReceiver: 0 -}, false, "featherweightgo.model.ast.MethodReceiver", { +var $d_Lfeatherweightgo_model_ast_MethodReceiver = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_MethodReceiver, "featherweightgo.model.ast.MethodReceiver", ({ Lfeatherweightgo_model_ast_MethodReceiver: 1, - O: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_MethodReceiver.prototype.$classData = $d_Lfeatherweightgo_model_ast_MethodReceiver; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_StructureField(name, typ) { this.Lfeatherweightgo_model_ast_StructureField__f_name = null; this.Lfeatherweightgo_model_ast_StructureField__f_typ = null; this.Lfeatherweightgo_model_ast_StructureField__f_name = name; - this.Lfeatherweightgo_model_ast_StructureField__f_typ = typ + this.Lfeatherweightgo_model_ast_StructureField__f_typ = typ; } $c_Lfeatherweightgo_model_ast_StructureField.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_StructureField.prototype.constructor = $c_Lfeatherweightgo_model_ast_StructureField; /** @constructor */ function $h_Lfeatherweightgo_model_ast_StructureField() { - /**/ } $h_Lfeatherweightgo_model_ast_StructureField.prototype = $c_Lfeatherweightgo_model_ast_StructureField.prototype; $c_Lfeatherweightgo_model_ast_StructureField.prototype.productPrefix__T = (function() { - return "StructureField" + return "StructureField"; }); $c_Lfeatherweightgo_model_ast_StructureField.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_Lfeatherweightgo_model_ast_StructureField.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_ast_StructureField__f_name; - break + break; } case 1: { return this.Lfeatherweightgo_model_ast_StructureField__f_typ; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfeatherweightgo_model_ast_StructureField.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_StructureField.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "name"; - break + break; } case 1: { return "typ"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lfeatherweightgo_model_ast_StructureField.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_StructureField.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_StructureField.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_StructureField)) { var StructureField$1 = $as_Lfeatherweightgo_model_ast_StructureField(x$1); var x = this.Lfeatherweightgo_model_ast_StructureField__f_name; @@ -17810,204 +16847,188 @@ $c_Lfeatherweightgo_model_ast_StructureField.prototype.equals__O__Z = (function( var x$4 = $n(StructureField$1).Lfeatherweightgo_model_ast_StructureField__f_typ; if (((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4))) { $n(StructureField$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_StructureField(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_StructureField) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.StructureField")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_StructureField) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.StructureField")); } function $isArrayOf_Lfeatherweightgo_model_ast_StructureField(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_StructureField))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_StructureField))); } function $asArrayOf_Lfeatherweightgo_model_ast_StructureField(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_StructureField(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.StructureField;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_StructureField(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.StructureField;", depth)); } -var $d_Lfeatherweightgo_model_ast_StructureField = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_StructureField: 0 -}, false, "featherweightgo.model.ast.StructureField", { +var $d_Lfeatherweightgo_model_ast_StructureField = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_StructureField, "featherweightgo.model.ast.StructureField", ({ Lfeatherweightgo_model_ast_StructureField: 1, - O: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_StructureField.prototype.$classData = $d_Lfeatherweightgo_model_ast_StructureField; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_TypeParameter$() { - /**/ } $c_Lfeatherweightgo_model_ast_TypeParameter$.prototype = new $h_sr_AbstractFunction1(); $c_Lfeatherweightgo_model_ast_TypeParameter$.prototype.constructor = $c_Lfeatherweightgo_model_ast_TypeParameter$; /** @constructor */ function $h_Lfeatherweightgo_model_ast_TypeParameter$() { - /**/ } $h_Lfeatherweightgo_model_ast_TypeParameter$.prototype = $c_Lfeatherweightgo_model_ast_TypeParameter$.prototype; $c_Lfeatherweightgo_model_ast_TypeParameter$.prototype.toString__T = (function() { - return "TypeParameter" + return "TypeParameter"; }); $c_Lfeatherweightgo_model_ast_TypeParameter$.prototype.apply__O__O = (function(v1) { var typeName = $as_T(v1); - return new $c_Lfeatherweightgo_model_ast_TypeParameter(typeName) + return new $c_Lfeatherweightgo_model_ast_TypeParameter(typeName); }); -var $d_Lfeatherweightgo_model_ast_TypeParameter$ = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_TypeParameter$: 0 -}, false, "featherweightgo.model.ast.TypeParameter$", { +var $d_Lfeatherweightgo_model_ast_TypeParameter$ = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_TypeParameter$, "featherweightgo.model.ast.TypeParameter$", ({ Lfeatherweightgo_model_ast_TypeParameter$: 1, sr_AbstractFunction1: 1, - O: 1, F1: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_TypeParameter$.prototype.$classData = $d_Lfeatherweightgo_model_ast_TypeParameter$; +})); var $n_Lfeatherweightgo_model_ast_TypeParameter$; function $m_Lfeatherweightgo_model_ast_TypeParameter$() { if ((!$n_Lfeatherweightgo_model_ast_TypeParameter$)) { - $n_Lfeatherweightgo_model_ast_TypeParameter$ = new $c_Lfeatherweightgo_model_ast_TypeParameter$() - }; - return $n_Lfeatherweightgo_model_ast_TypeParameter$ + $n_Lfeatherweightgo_model_ast_TypeParameter$ = new $c_Lfeatherweightgo_model_ast_TypeParameter$(); + } + return $n_Lfeatherweightgo_model_ast_TypeParameter$; } /** @constructor */ function $c_Lfeatherweightgo_model_typer_Environment(value) { this.Lfeatherweightgo_model_typer_Environment__f_value = null; - this.Lfeatherweightgo_model_typer_Environment__f_value = value + this.Lfeatherweightgo_model_typer_Environment__f_value = value; } $c_Lfeatherweightgo_model_typer_Environment.prototype = new $h_O(); $c_Lfeatherweightgo_model_typer_Environment.prototype.constructor = $c_Lfeatherweightgo_model_typer_Environment; /** @constructor */ function $h_Lfeatherweightgo_model_typer_Environment() { - /**/ } $h_Lfeatherweightgo_model_typer_Environment.prototype = $c_Lfeatherweightgo_model_typer_Environment.prototype; $c_Lfeatherweightgo_model_typer_Environment.prototype.productPrefix__T = (function() { - return "Environment" + return "Environment"; }); $c_Lfeatherweightgo_model_typer_Environment.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_Lfeatherweightgo_model_typer_Environment.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.Lfeatherweightgo_model_typer_Environment__f_value : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.Lfeatherweightgo_model_typer_Environment__f_value : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_Lfeatherweightgo_model_typer_Environment.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_typer_Environment.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_Lfeatherweightgo_model_typer_Environment.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_typer_Environment.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_typer_Environment.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_typer_Environment)) { var Environment$1 = $as_Lfeatherweightgo_model_typer_Environment(x$1); var x = this.Lfeatherweightgo_model_typer_Environment__f_value; var x$2 = $n(Environment$1).Lfeatherweightgo_model_typer_Environment__f_value; if (((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2))) { $n(Environment$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_typer_Environment(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_typer_Environment) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.typer.Environment")) + return (((obj instanceof $c_Lfeatherweightgo_model_typer_Environment) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.typer.Environment")); } function $isArrayOf_Lfeatherweightgo_model_typer_Environment(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_typer_Environment))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_typer_Environment))); } function $asArrayOf_Lfeatherweightgo_model_typer_Environment(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_typer_Environment(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.typer.Environment;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_typer_Environment(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.typer.Environment;", depth)); } -var $d_Lfeatherweightgo_model_typer_Environment = new $TypeData().initClass({ - Lfeatherweightgo_model_typer_Environment: 0 -}, false, "featherweightgo.model.typer.Environment", { +var $d_Lfeatherweightgo_model_typer_Environment = new $TypeData().initClass($c_Lfeatherweightgo_model_typer_Environment, "featherweightgo.model.typer.Environment", ({ Lfeatherweightgo_model_typer_Environment: 1, - O: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_typer_Environment.prototype.$classData = $d_Lfeatherweightgo_model_typer_Environment; +})); /** @constructor */ function $c_Lfeatherweightgo_model_typer_Implement(lhs, rhs) { this.Lfeatherweightgo_model_typer_Implement__f_lhs = null; this.Lfeatherweightgo_model_typer_Implement__f_rhs = null; this.Lfeatherweightgo_model_typer_Implement__f_lhs = lhs; - this.Lfeatherweightgo_model_typer_Implement__f_rhs = rhs + this.Lfeatherweightgo_model_typer_Implement__f_rhs = rhs; } $c_Lfeatherweightgo_model_typer_Implement.prototype = new $h_O(); $c_Lfeatherweightgo_model_typer_Implement.prototype.constructor = $c_Lfeatherweightgo_model_typer_Implement; /** @constructor */ function $h_Lfeatherweightgo_model_typer_Implement() { - /**/ } $h_Lfeatherweightgo_model_typer_Implement.prototype = $c_Lfeatherweightgo_model_typer_Implement.prototype; $c_Lfeatherweightgo_model_typer_Implement.prototype.productPrefix__T = (function() { - return "Implement" + return "Implement"; }); $c_Lfeatherweightgo_model_typer_Implement.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_Lfeatherweightgo_model_typer_Implement.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_typer_Implement__f_lhs; - break + break; } case 1: { return this.Lfeatherweightgo_model_typer_Implement__f_rhs; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfeatherweightgo_model_typer_Implement.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_typer_Implement.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "lhs"; - break + break; } case 1: { return "rhs"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lfeatherweightgo_model_typer_Implement.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_typer_Implement.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_typer_Implement.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_typer_Implement)) { var Implement$1 = $as_Lfeatherweightgo_model_typer_Implement(x$1); var x = this.Lfeatherweightgo_model_typer_Implement__f_lhs; @@ -18017,46 +17038,41 @@ $c_Lfeatherweightgo_model_typer_Implement.prototype.equals__O__Z = (function(x$1 var x$4 = $n(Implement$1).Lfeatherweightgo_model_typer_Implement__f_rhs; if (((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4))) { $n(Implement$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_typer_Implement(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_typer_Implement) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.typer.Implement")) + return (((obj instanceof $c_Lfeatherweightgo_model_typer_Implement) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.typer.Implement")); } function $isArrayOf_Lfeatherweightgo_model_typer_Implement(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_typer_Implement))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_typer_Implement))); } function $asArrayOf_Lfeatherweightgo_model_typer_Implement(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_typer_Implement(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.typer.Implement;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_typer_Implement(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.typer.Implement;", depth)); } -var $d_Lfeatherweightgo_model_typer_Implement = new $TypeData().initClass({ - Lfeatherweightgo_model_typer_Implement: 0 -}, false, "featherweightgo.model.typer.Implement", { +var $d_Lfeatherweightgo_model_typer_Implement = new $TypeData().initClass($c_Lfeatherweightgo_model_typer_Implement, "featherweightgo.model.typer.Implement", ({ Lfeatherweightgo_model_typer_Implement: 1, - O: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_typer_Implement.prototype.$classData = $d_Lfeatherweightgo_model_typer_Implement; +})); /** @constructor */ function $c_Lfeatherweightgo_model_typer_TypeBound(value) { this.Lfeatherweightgo_model_typer_TypeBound__f_value = null; - this.Lfeatherweightgo_model_typer_TypeBound__f_value = value + this.Lfeatherweightgo_model_typer_TypeBound__f_value = value; } $c_Lfeatherweightgo_model_typer_TypeBound.prototype = new $h_O(); $c_Lfeatherweightgo_model_typer_TypeBound.prototype.constructor = $c_Lfeatherweightgo_model_typer_TypeBound; /** @constructor */ function $h_Lfeatherweightgo_model_typer_TypeBound() { - /**/ } $h_Lfeatherweightgo_model_typer_TypeBound.prototype = $c_Lfeatherweightgo_model_typer_TypeBound.prototype; $c_Lfeatherweightgo_model_typer_TypeBound.prototype.$bar$minus__sci_List__Lfeatherweightgo_model_typer_Checking__Z = (function(values, checking) { @@ -18065,208 +17081,198 @@ $c_Lfeatherweightgo_model_typer_TypeBound.prototype.$bar$minus__sci_List__Lfeath while ((!$n(these).isEmpty__Z())) { var arg1 = $n(these).head__O(); if ((!$n(checking).isOk__O__Lfeatherweightgo_model_typer_TypeBound__Z(arg1, this))) { - return false - }; - these = $as_sci_List($n(these).tail__O()) - }; - return true + return false; + } + these = $as_sci_List($n(these).tail__O()); + } + return true; }); $c_Lfeatherweightgo_model_typer_TypeBound.prototype.productPrefix__T = (function() { - return "TypeBound" + return "TypeBound"; }); $c_Lfeatherweightgo_model_typer_TypeBound.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_Lfeatherweightgo_model_typer_TypeBound.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.Lfeatherweightgo_model_typer_TypeBound__f_value : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.Lfeatherweightgo_model_typer_TypeBound__f_value : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_Lfeatherweightgo_model_typer_TypeBound.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_typer_TypeBound.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_Lfeatherweightgo_model_typer_TypeBound.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_typer_TypeBound.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_typer_TypeBound.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_typer_TypeBound)) { var TypeBound$1 = $as_Lfeatherweightgo_model_typer_TypeBound(x$1); var x = this.Lfeatherweightgo_model_typer_TypeBound__f_value; var x$2 = $n(TypeBound$1).Lfeatherweightgo_model_typer_TypeBound__f_value; if (((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2))) { $n(TypeBound$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_typer_TypeBound(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_typer_TypeBound) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.typer.TypeBound")) + return (((obj instanceof $c_Lfeatherweightgo_model_typer_TypeBound) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.typer.TypeBound")); } function $isArrayOf_Lfeatherweightgo_model_typer_TypeBound(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_typer_TypeBound))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_typer_TypeBound))); } function $asArrayOf_Lfeatherweightgo_model_typer_TypeBound(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_typer_TypeBound(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.typer.TypeBound;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_typer_TypeBound(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.typer.TypeBound;", depth)); } -var $d_Lfeatherweightgo_model_typer_TypeBound = new $TypeData().initClass({ - Lfeatherweightgo_model_typer_TypeBound: 0 -}, false, "featherweightgo.model.typer.TypeBound", { +var $d_Lfeatherweightgo_model_typer_TypeBound = new $TypeData().initClass($c_Lfeatherweightgo_model_typer_TypeBound, "featherweightgo.model.typer.TypeBound", ({ Lfeatherweightgo_model_typer_TypeBound: 1, - O: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_typer_TypeBound.prototype.$classData = $d_Lfeatherweightgo_model_typer_TypeBound; +})); /** @constructor */ function $c_Lfeatherweightgo_model_typer_TypeMap(value) { this.Lfeatherweightgo_model_typer_TypeMap__f_value = null; - this.Lfeatherweightgo_model_typer_TypeMap__f_value = value + this.Lfeatherweightgo_model_typer_TypeMap__f_value = value; } $c_Lfeatherweightgo_model_typer_TypeMap.prototype = new $h_O(); $c_Lfeatherweightgo_model_typer_TypeMap.prototype.constructor = $c_Lfeatherweightgo_model_typer_TypeMap; /** @constructor */ function $h_Lfeatherweightgo_model_typer_TypeMap() { - /**/ } $h_Lfeatherweightgo_model_typer_TypeMap.prototype = $c_Lfeatherweightgo_model_typer_TypeMap.prototype; $c_Lfeatherweightgo_model_typer_TypeMap.prototype.$plus$plus__Lfeatherweightgo_model_typer_TypeMap__Lfeatherweightgo_model_typer_TypeMap = (function(rhs) { var this$1 = $n(this.Lfeatherweightgo_model_typer_TypeMap__f_value); var xs = $n(rhs).Lfeatherweightgo_model_typer_TypeMap__f_value; - return new $c_Lfeatherweightgo_model_typer_TypeMap($as_sci_Map(this$1.concat__sc_IterableOnce__sc_IterableOps(xs))) + return new $c_Lfeatherweightgo_model_typer_TypeMap($as_sci_Map(this$1.concat__sc_IterableOnce__sc_IterableOps(xs))); }); $c_Lfeatherweightgo_model_typer_TypeMap.prototype.productPrefix__T = (function() { - return "TypeMap" + return "TypeMap"; }); $c_Lfeatherweightgo_model_typer_TypeMap.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_Lfeatherweightgo_model_typer_TypeMap.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.Lfeatherweightgo_model_typer_TypeMap__f_value : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.Lfeatherweightgo_model_typer_TypeMap__f_value : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_Lfeatherweightgo_model_typer_TypeMap.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_typer_TypeMap.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_Lfeatherweightgo_model_typer_TypeMap.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_typer_TypeMap.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_typer_TypeMap.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_typer_TypeMap)) { var TypeMap$1 = $as_Lfeatherweightgo_model_typer_TypeMap(x$1); var x = this.Lfeatherweightgo_model_typer_TypeMap__f_value; var x$2 = $n(TypeMap$1).Lfeatherweightgo_model_typer_TypeMap__f_value; if (((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2))) { $n(TypeMap$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_typer_TypeMap(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_typer_TypeMap) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.typer.TypeMap")) + return (((obj instanceof $c_Lfeatherweightgo_model_typer_TypeMap) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.typer.TypeMap")); } function $isArrayOf_Lfeatherweightgo_model_typer_TypeMap(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_typer_TypeMap))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_typer_TypeMap))); } function $asArrayOf_Lfeatherweightgo_model_typer_TypeMap(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_typer_TypeMap(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.typer.TypeMap;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_typer_TypeMap(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.typer.TypeMap;", depth)); } -var $d_Lfeatherweightgo_model_typer_TypeMap = new $TypeData().initClass({ - Lfeatherweightgo_model_typer_TypeMap: 0 -}, false, "featherweightgo.model.typer.TypeMap", { +var $d_Lfeatherweightgo_model_typer_TypeMap = new $TypeData().initClass($c_Lfeatherweightgo_model_typer_TypeMap, "featherweightgo.model.typer.TypeMap", ({ Lfeatherweightgo_model_typer_TypeMap: 1, - O: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_typer_TypeMap.prototype.$classData = $d_Lfeatherweightgo_model_typer_TypeMap; +})); /** @constructor */ function $c_Lfeatherweightgo_util_Utils$TypedVariable(variable, typ) { this.Lfeatherweightgo_util_Utils$TypedVariable__f_variable = null; this.Lfeatherweightgo_util_Utils$TypedVariable__f_typ = null; this.Lfeatherweightgo_util_Utils$TypedVariable__f_variable = variable; - this.Lfeatherweightgo_util_Utils$TypedVariable__f_typ = typ + this.Lfeatherweightgo_util_Utils$TypedVariable__f_typ = typ; } $c_Lfeatherweightgo_util_Utils$TypedVariable.prototype = new $h_O(); $c_Lfeatherweightgo_util_Utils$TypedVariable.prototype.constructor = $c_Lfeatherweightgo_util_Utils$TypedVariable; /** @constructor */ function $h_Lfeatherweightgo_util_Utils$TypedVariable() { - /**/ } $h_Lfeatherweightgo_util_Utils$TypedVariable.prototype = $c_Lfeatherweightgo_util_Utils$TypedVariable.prototype; $c_Lfeatherweightgo_util_Utils$TypedVariable.prototype.productPrefix__T = (function() { - return "TypedVariable" + return "TypedVariable"; }); $c_Lfeatherweightgo_util_Utils$TypedVariable.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_Lfeatherweightgo_util_Utils$TypedVariable.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_util_Utils$TypedVariable__f_variable; - break + break; } case 1: { return this.Lfeatherweightgo_util_Utils$TypedVariable__f_typ; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfeatherweightgo_util_Utils$TypedVariable.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_util_Utils$TypedVariable.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "variable"; - break + break; } case 1: { return "typ"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lfeatherweightgo_util_Utils$TypedVariable.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_util_Utils$TypedVariable.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_util_Utils$TypedVariable.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_util_Utils$TypedVariable)) { var TypedVariable$1 = $as_Lfeatherweightgo_util_Utils$TypedVariable(x$1); var x = this.Lfeatherweightgo_util_Utils$TypedVariable__f_variable; @@ -18276,54 +17282,48 @@ $c_Lfeatherweightgo_util_Utils$TypedVariable.prototype.equals__O__Z = (function( var x$4 = $n(TypedVariable$1).Lfeatherweightgo_util_Utils$TypedVariable__f_typ; if (((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4))) { $n(TypedVariable$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_util_Utils$TypedVariable(obj) { - return (((obj instanceof $c_Lfeatherweightgo_util_Utils$TypedVariable) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.util.Utils$TypedVariable")) + return (((obj instanceof $c_Lfeatherweightgo_util_Utils$TypedVariable) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.util.Utils$TypedVariable")); } function $isArrayOf_Lfeatherweightgo_util_Utils$TypedVariable(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_util_Utils$TypedVariable))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_util_Utils$TypedVariable))); } function $asArrayOf_Lfeatherweightgo_util_Utils$TypedVariable(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_util_Utils$TypedVariable(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.util.Utils$TypedVariable;", depth)) + return (($isArrayOf_Lfeatherweightgo_util_Utils$TypedVariable(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.util.Utils$TypedVariable;", depth)); } -var $d_Lfeatherweightgo_util_Utils$TypedVariable = new $TypeData().initClass({ - Lfeatherweightgo_util_Utils$TypedVariable: 0 -}, false, "featherweightgo.util.Utils$TypedVariable", { +var $d_Lfeatherweightgo_util_Utils$TypedVariable = new $TypeData().initClass($c_Lfeatherweightgo_util_Utils$TypedVariable, "featherweightgo.util.Utils$TypedVariable", ({ Lfeatherweightgo_util_Utils$TypedVariable: 1, - O: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_util_Utils$TypedVariable.prototype.$classData = $d_Lfeatherweightgo_util_Utils$TypedVariable; +})); function $as_Ljava_io_IOException(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "java.io.IOException")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "java.io.IOException")); } function $isArrayOf_Ljava_io_IOException(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Ljava_io_IOException))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Ljava_io_IOException))); } function $asArrayOf_Ljava_io_IOException(obj, depth) { - return (($isArrayOf_Ljava_io_IOException(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.io.IOException;", depth)) + return (($isArrayOf_Ljava_io_IOException(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.io.IOException;", depth)); } /** @constructor */ function $c_Ljava_io_OutputStream() { - /**/ } $c_Ljava_io_OutputStream.prototype = new $h_O(); $c_Ljava_io_OutputStream.prototype.constructor = $c_Ljava_io_OutputStream; /** @constructor */ function $h_Ljava_io_OutputStream() { - /**/ } $h_Ljava_io_OutputStream.prototype = $c_Ljava_io_OutputStream.prototype; class $c_jl_AssertionError extends $c_jl_Error { @@ -18332,144 +17332,129 @@ class $c_jl_AssertionError extends $c_jl_Error { var message = ("" + detailMessage); if ((detailMessage instanceof $c_jl_Throwable)) { var x2 = $as_jl_Throwable(detailMessage); - var cause = x2 + var cause = x2; } else { - var cause = null - }; - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, message, cause, true, true) - }; + var cause = null; + } + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, message, cause, true, true); + } } -var $d_jl_AssertionError = new $TypeData().initClass({ - jl_AssertionError: 0 -}, false, "java.lang.AssertionError", { +var $d_jl_AssertionError = new $TypeData().initClass($c_jl_AssertionError, "java.lang.AssertionError", ({ jl_AssertionError: 1, jl_Error: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_jl_AssertionError.prototype.$classData = $d_jl_AssertionError; +})); function $f_jl_Boolean__equals__O__Z($thiz, that) { - return ($thiz === that) + return ($thiz === that); } function $f_jl_Boolean__hashCode__I($thiz) { - return ($thiz ? 1231 : 1237) + return ($thiz ? 1231 : 1237); } function $f_jl_Boolean__toString__T($thiz) { - return ("" + $thiz) + return ("" + $thiz); } function $as_jl_Boolean(obj) { - return ((((typeof obj) === "boolean") || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Boolean")) + return ((((typeof obj) === "boolean") || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Boolean")); } function $isArrayOf_jl_Boolean(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Boolean))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Boolean))); } function $asArrayOf_jl_Boolean(obj, depth) { - return (($isArrayOf_jl_Boolean(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Boolean;", depth)) + return (($isArrayOf_jl_Boolean(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Boolean;", depth)); } -var $d_jl_Boolean = new $TypeData().initClass({ - jl_Boolean: 0 -}, false, "java.lang.Boolean", { +var $d_jl_Boolean = new $TypeData().initClass(0, "java.lang.Boolean", ({ jl_Boolean: 1, - O: 1, Ljava_io_Serializable: 1, jl_Comparable: 1, jl_constant_Constable: 1 -}, (void 0), (void 0), ((x) => ((typeof x) === "boolean"))); +}), ((x) => ((typeof x) === "boolean"))); function $f_jl_Character__hashCode__I($thiz) { - return $thiz + return $thiz; } function $f_jl_Character__equals__O__Z($thiz, that) { if ((that instanceof $Char)) { var this$1 = $uC($n($as_jl_Character(that))); - return ($thiz === this$1) + return ($thiz === this$1); } else { - return false + return false; } } function $f_jl_Character__toString__T($thiz) { - return $as_T(String.fromCharCode($thiz)) + return ("" + $cToS($thiz)); } function $as_jl_Character(obj) { - return (((obj instanceof $Char) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Character")) + return (((obj instanceof $Char) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Character")); } function $isArrayOf_jl_Character(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Character))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Character))); } function $asArrayOf_jl_Character(obj, depth) { - return (($isArrayOf_jl_Character(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Character;", depth)) + return (($isArrayOf_jl_Character(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Character;", depth)); } -var $d_jl_Character = new $TypeData().initClass({ - jl_Character: 0 -}, false, "java.lang.Character", { +var $d_jl_Character = new $TypeData().initClass(0, "java.lang.Character", ({ jl_Character: 1, - O: 1, Ljava_io_Serializable: 1, jl_Comparable: 1, jl_constant_Constable: 1 -}, (void 0), (void 0), ((x) => (x instanceof $Char))); +}), ((x) => (x instanceof $Char))); function $as_jl_InterruptedException(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.InterruptedException")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.InterruptedException")); } function $isArrayOf_jl_InterruptedException(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_InterruptedException))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_InterruptedException))); } function $asArrayOf_jl_InterruptedException(obj, depth) { - return (($isArrayOf_jl_InterruptedException(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.InterruptedException;", depth)) + return (($isArrayOf_jl_InterruptedException(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.InterruptedException;", depth)); } function $as_jl_LinkageError(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.LinkageError")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.LinkageError")); } function $isArrayOf_jl_LinkageError(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_LinkageError))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_LinkageError))); } function $asArrayOf_jl_LinkageError(obj, depth) { - return (($isArrayOf_jl_LinkageError(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.LinkageError;", depth)) + return (($isArrayOf_jl_LinkageError(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.LinkageError;", depth)); } function $ct_jl_RuntimeException__T__($thiz, s) { $ct_jl_Throwable__T__jl_Throwable__Z__Z__($thiz, s, null, true, true); - return $thiz + return $thiz; } class $c_jl_RuntimeException extends $c_jl_Exception { } -var $d_jl_RuntimeException = new $TypeData().initClass({ - jl_RuntimeException: 0 -}, false, "java.lang.RuntimeException", { +var $d_jl_RuntimeException = new $TypeData().initClass($c_jl_RuntimeException, "java.lang.RuntimeException", ({ jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_jl_RuntimeException.prototype.$classData = $d_jl_RuntimeException; +})); function $ct_jl_StringBuilder__($thiz) { $thiz.jl_StringBuilder__f_java$lang$StringBuilder$$content = ""; - return $thiz + return $thiz; } function $ct_jl_StringBuilder__T__($thiz, str) { $ct_jl_StringBuilder__($thiz); if ((str === null)) { - throw new $c_jl_NullPointerException() - }; + throw new $c_jl_NullPointerException(); + } $thiz.jl_StringBuilder__f_java$lang$StringBuilder$$content = str; - return $thiz + return $thiz; } function $ct_jl_StringBuilder__I__($thiz, initialCapacity) { $ct_jl_StringBuilder__($thiz); if ((initialCapacity < 0)) { - throw new $c_jl_NegativeArraySizeException() - }; - return $thiz + throw new $c_jl_NegativeArraySizeException(); + } + return $thiz; } /** @constructor */ function $c_jl_StringBuilder() { - this.jl_StringBuilder__f_java$lang$StringBuilder$$content = null + this.jl_StringBuilder__f_java$lang$StringBuilder$$content = null; } $c_jl_StringBuilder.prototype = new $h_O(); $c_jl_StringBuilder.prototype.constructor = $c_jl_StringBuilder; /** @constructor */ function $h_jl_StringBuilder() { - /**/ } $h_jl_StringBuilder.prototype = $c_jl_StringBuilder.prototype; $c_jl_StringBuilder.prototype.append__AC__jl_StringBuilder = (function(str) { @@ -18477,109 +17462,105 @@ $c_jl_StringBuilder.prototype.append__AC__jl_StringBuilder = (function(str) { var count = $n(str).u.length; var str$1 = this$1.new__AC__I__I__T(str, 0, count); this.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this.jl_StringBuilder__f_java$lang$StringBuilder$$content) + str$1); - return this + return this; }); $c_jl_StringBuilder.prototype.toString__T = (function() { - return this.jl_StringBuilder__f_java$lang$StringBuilder$$content + return this.jl_StringBuilder__f_java$lang$StringBuilder$$content; }); $c_jl_StringBuilder.prototype.length__I = (function() { var this$1 = $n(this.jl_StringBuilder__f_java$lang$StringBuilder$$content); - return this$1.length + return this$1.length; }); $c_jl_StringBuilder.prototype.charAt__I__C = (function(index) { var this$1 = $n(this.jl_StringBuilder__f_java$lang$StringBuilder$$content); - return $charAt(this$1, index) + return $charAt(this$1, index); }); $c_jl_StringBuilder.prototype.getChars__I__I__AC__I__V = (function(srcBegin, srcEnd, dst, dstBegin) { - $f_T__getChars__I__I__AC__I__V($n(this.jl_StringBuilder__f_java$lang$StringBuilder$$content), srcBegin, srcEnd, dst, dstBegin) + $f_T__getChars__I__I__AC__I__V($n(this.jl_StringBuilder__f_java$lang$StringBuilder$$content), srcBegin, srcEnd, dst, dstBegin); }); $c_jl_StringBuilder.prototype.subSequence__I__I__jl_CharSequence = (function(start, end) { - return this.substring__I__I__T(start, end) + return this.substring__I__I__T(start, end); }); $c_jl_StringBuilder.prototype.substring__I__I__T = (function(start, end) { var this$1 = $n(this.jl_StringBuilder__f_java$lang$StringBuilder$$content); if ((start < 0)) { - $charAt(this$1, start) - }; + $charAt(this$1, start); + } if ((end > this$1.length)) { - $charAt(this$1, end) - }; + $charAt(this$1, end); + } if ((end < start)) { - $charAt(this$1, (-1)) - }; - return $as_T(this$1.substring(start, end)) + $charAt(this$1, (-1)); + } + return $as_T(this$1.substring(start, end)); }); $c_jl_StringBuilder.prototype.append__jl_CharSequence__jl_Appendable = (function(csq) { this.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this.jl_StringBuilder__f_java$lang$StringBuilder$$content) + csq); - return this + return this; }); -var $d_jl_StringBuilder = new $TypeData().initClass({ - jl_StringBuilder: 0 -}, false, "java.lang.StringBuilder", { +var $d_jl_StringBuilder = new $TypeData().initClass($c_jl_StringBuilder, "java.lang.StringBuilder", ({ jl_StringBuilder: 1, - O: 1, jl_CharSequence: 1, jl_Appendable: 1, Ljava_io_Serializable: 1 -}); -$c_jl_StringBuilder.prototype.$classData = $d_jl_StringBuilder; +})); function $as_jl_ThreadDeath(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.ThreadDeath")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.ThreadDeath")); } function $isArrayOf_jl_ThreadDeath(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_ThreadDeath))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_ThreadDeath))); } function $asArrayOf_jl_ThreadDeath(obj, depth) { - return (($isArrayOf_jl_ThreadDeath(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.ThreadDeath;", depth)) + return (($isArrayOf_jl_ThreadDeath(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.ThreadDeath;", depth)); } class $c_jl_VirtualMachineError extends $c_jl_Error { } function $as_jl_VirtualMachineError(obj) { - return (((obj instanceof $c_jl_VirtualMachineError) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.VirtualMachineError")) + return (((obj instanceof $c_jl_VirtualMachineError) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.VirtualMachineError")); } function $isArrayOf_jl_VirtualMachineError(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_VirtualMachineError))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_VirtualMachineError))); } function $asArrayOf_jl_VirtualMachineError(obj, depth) { - return (($isArrayOf_jl_VirtualMachineError(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.VirtualMachineError;", depth)) + return (($isArrayOf_jl_VirtualMachineError(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.VirtualMachineError;", depth)); } function $as_Ljava_math_BigDecimal(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "java.math.BigDecimal")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "java.math.BigDecimal")); } function $isArrayOf_Ljava_math_BigDecimal(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Ljava_math_BigDecimal))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Ljava_math_BigDecimal))); } function $asArrayOf_Ljava_math_BigDecimal(obj, depth) { - return (($isArrayOf_Ljava_math_BigDecimal(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.math.BigDecimal;", depth)) + return (($isArrayOf_Ljava_math_BigDecimal(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.math.BigDecimal;", depth)); } function $as_Ljava_math_BigInteger(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "java.math.BigInteger")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "java.math.BigInteger")); } function $isArrayOf_Ljava_math_BigInteger(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Ljava_math_BigInteger))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Ljava_math_BigInteger))); } function $asArrayOf_Ljava_math_BigInteger(obj, depth) { - return (($isArrayOf_Ljava_math_BigInteger(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.math.BigInteger;", depth)) + return (($isArrayOf_Ljava_math_BigInteger(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.math.BigInteger;", depth)); } function $p_ju_Formatter__sendToDest__T__V($thiz, s) { if (($thiz.ju_Formatter__f_dest === null)) { - $thiz.ju_Formatter__f_stringOutput = (("" + $thiz.ju_Formatter__f_stringOutput) + s) + $thiz.ju_Formatter__f_stringOutput = (("" + $thiz.ju_Formatter__f_stringOutput) + s); } else { - $p_ju_Formatter__sendToDestSlowPath__O__V($thiz, [s]) + $p_ju_Formatter__sendToDestSlowPath__O__V($thiz, [s]); } } function $p_ju_Formatter__sendToDest__T__T__V($thiz, s1, s2) { if (($thiz.ju_Formatter__f_dest === null)) { - $thiz.ju_Formatter__f_stringOutput = ((("" + $thiz.ju_Formatter__f_stringOutput) + s1) + s2) + $thiz.ju_Formatter__f_stringOutput = ((("" + $thiz.ju_Formatter__f_stringOutput) + s1) + s2); } else { - $p_ju_Formatter__sendToDestSlowPath__O__V($thiz, [s1, s2]) + $p_ju_Formatter__sendToDestSlowPath__O__V($thiz, [s1, s2]); } } function $p_ju_Formatter__sendToDest__T__T__T__V($thiz, s1, s2, s3) { if (($thiz.ju_Formatter__f_dest === null)) { - $thiz.ju_Formatter__f_stringOutput = (($thiz.ju_Formatter__f_stringOutput + (("" + s1) + s2)) + s3) + $thiz.ju_Formatter__f_stringOutput = (($thiz.ju_Formatter__f_stringOutput + (("" + s1) + s2)) + s3); } else { - $p_ju_Formatter__sendToDestSlowPath__O__V($thiz, [s1, s2, s3]) + $p_ju_Formatter__sendToDestSlowPath__O__V($thiz, [s1, s2, s3]); } } function $p_ju_Formatter__sendToDestSlowPath__O__V($thiz, ss) { @@ -18590,20 +17571,20 @@ function $p_ju_Formatter__sendToDestSlowPath__O__V($thiz, ss) { var x$1$2 = ss[i]; var x$1 = $as_T(x$1$2); $n($thiz.ju_Formatter__f_dest).append__jl_CharSequence__jl_Appendable(x$1); - i = ((1 + i) | 0) + i = ((1 + i) | 0); } } catch (e) { if (false) { - $as_Ljava_io_IOException(e) + $as_Ljava_io_IOException(e); } else { - throw e + throw e; } } } function $p_ju_Formatter__format__ju_Formatter$LocaleInfo__T__AO__ju_Formatter($thiz, localeInfo, format, args) { if ($thiz.ju_Formatter__f_java$util$Formatter$$closed) { - throw new $c_ju_FormatterClosedException() - }; + throw new $c_ju_FormatterClosedException(); + } var lastImplicitArgIndex = 0; var lastArgIndex = 0; var this$1 = $n(format); @@ -18617,22 +17598,22 @@ function $p_ju_Formatter__format__ju_Formatter$LocaleInfo__T__AO__ju_Formatter($ var this$3 = $n(format); var beginIndex = fmtIndex; if (((beginIndex < 0) || (beginIndex > this$3.length))) { - $charAt(this$3, beginIndex) - }; + $charAt(this$3, beginIndex); + } $p_ju_Formatter__sendToDest__T__V($thiz, $as_T(this$3.substring(beginIndex))); - return $thiz - }; + return $thiz; + } var this$4 = $n(format); var beginIndex$1 = fmtIndex; if ((beginIndex$1 < 0)) { - $charAt(this$4, beginIndex$1) - }; + $charAt(this$4, beginIndex$1); + } if ((nextPercentIndex > this$4.length)) { - $charAt(this$4, nextPercentIndex) - }; + $charAt(this$4, nextPercentIndex); + } if ((nextPercentIndex < beginIndex$1)) { - $charAt(this$4, (-1)) - }; + $charAt(this$4, (-1)); + } $p_ju_Formatter__sendToDest__T__V($thiz, $as_T(this$4.substring(beginIndex$1, nextPercentIndex))); var formatSpecifierIndex = ((1 + nextPercentIndex) | 0); var re = $m_ju_Formatter$().ju_Formatter$__f_java$util$Formatter$$FormatSpecifier; @@ -18640,13 +17621,13 @@ function $p_ju_Formatter__format__ju_Formatter$LocaleInfo__T__AO__ju_Formatter($ var execResult = re.exec(format); if (((execResult === null) || ($uI(execResult.index) !== formatSpecifierIndex))) { if ((formatSpecifierIndex === fmtLength)) { - var conversion = 37 + var conversion = 37; } else { var this$5 = $n(format); - var conversion = $charAt(this$5, formatSpecifierIndex) - }; - $p_ju_Formatter__throwUnknownFormatConversionException__C__E($thiz, conversion) - }; + var conversion = $charAt(this$5, formatSpecifierIndex); + } + $p_ju_Formatter__throwUnknownFormatConversionException__C__E($thiz, conversion); + } fmtIndex = $uI(re.lastIndex); var this$6 = $n(format); var index = (((-1) + fmtIndex) | 0); @@ -18655,81 +17636,81 @@ function $p_ju_Formatter__format__ju_Formatter$LocaleInfo__T__AO__ju_Formatter($ var width = $p_ju_Formatter__parsePositiveInt__O__I($thiz, execResult[3]); var precision = $p_ju_Formatter__parsePositiveInt__O__I($thiz, execResult[4]); if ((width === (-2))) { - $p_ju_Formatter__throwIllegalFormatWidthException__I__E($thiz, (-2147483648)) - }; + $p_ju_Formatter__throwIllegalFormatWidthException__I__E($thiz, (-2147483648)); + } if ((precision === (-2))) { - $p_ju_Formatter__throwIllegalFormatPrecisionException__I__E($thiz, (-2147483648)) - }; + $p_ju_Formatter__throwIllegalFormatPrecisionException__I__E($thiz, (-2147483648)); + } if ((conversion$2 === 110)) { if ((precision !== (-1))) { - $p_ju_Formatter__throwIllegalFormatPrecisionException__I__E($thiz, precision) - }; + $p_ju_Formatter__throwIllegalFormatPrecisionException__I__E($thiz, precision); + } if ((width !== (-1))) { - $p_ju_Formatter__throwIllegalFormatWidthException__I__E($thiz, width) - }; + $p_ju_Formatter__throwIllegalFormatWidthException__I__E($thiz, width); + } if ((flags !== 0)) { - $thiz.java$util$Formatter$$throwIllegalFormatFlagsException__I__E(flags) - }; - $p_ju_Formatter__sendToDest__T__V($thiz, "\n") + $thiz.java$util$Formatter$$throwIllegalFormatFlagsException__I__E(flags); + } + $p_ju_Formatter__sendToDest__T__V($thiz, "\n"); } else if ((conversion$2 === 37)) { if ((precision !== (-1))) { - $p_ju_Formatter__throwIllegalFormatPrecisionException__I__E($thiz, precision) - }; + $p_ju_Formatter__throwIllegalFormatPrecisionException__I__E($thiz, precision); + } if ((((17 & flags) === 17) || ((12 & flags) === 12))) { - $thiz.java$util$Formatter$$throwIllegalFormatFlagsException__I__E(flags) - }; + $thiz.java$util$Formatter$$throwIllegalFormatFlagsException__I__E(flags); + } if ((((1 & flags) !== 0) && (width === (-1)))) { - $p_ju_Formatter__throwMissingFormatWidthException__T__E($thiz, $p_ju_Formatter__fullFormatSpecifier$1__O__T($thiz, execResult)) - }; + $p_ju_Formatter__throwMissingFormatWidthException__T__E($thiz, $p_ju_Formatter__fullFormatSpecifier$1__O__T($thiz, execResult)); + } if ((((-2) & flags) !== 0)) { - $thiz.java$util$Formatter$$throwFormatFlagsConversionMismatchException__C__I__I__E(37, flags, (-2)) - }; - $p_ju_Formatter__padAndSendToDestNoZeroPad__I__I__T__V($thiz, flags, width, "%") + $thiz.java$util$Formatter$$throwFormatFlagsConversionMismatchException__C__I__I__E(37, flags, (-2)); + } + $p_ju_Formatter__padAndSendToDestNoZeroPad__I__I__T__V($thiz, flags, width, "%"); } else { var conversionLower = (((256 & flags) !== 0) ? (65535 & ((32 + conversion$2) | 0)) : conversion$2); var illegalFlags = $n($m_ju_Formatter$().ju_Formatter$__f_java$util$Formatter$$ConversionsIllegalFlags).get((((-97) + conversionLower) | 0)); if (((illegalFlags === (-1)) || (((256 & flags) & illegalFlags) !== 0))) { - $p_ju_Formatter__throwUnknownFormatConversionException__C__E($thiz, conversion$2) - }; + $p_ju_Formatter__throwUnknownFormatConversionException__C__E($thiz, conversion$2); + } if ((((17 & flags) !== 0) && (width === (-1)))) { - $p_ju_Formatter__throwMissingFormatWidthException__T__E($thiz, $p_ju_Formatter__fullFormatSpecifier$1__O__T($thiz, execResult)) - }; + $p_ju_Formatter__throwMissingFormatWidthException__T__E($thiz, $p_ju_Formatter__fullFormatSpecifier$1__O__T($thiz, execResult)); + } if ((((17 & flags) === 17) || ((12 & flags) === 12))) { - $thiz.java$util$Formatter$$throwIllegalFormatFlagsException__I__E(flags) - }; + $thiz.java$util$Formatter$$throwIllegalFormatFlagsException__I__E(flags); + } if (((precision !== (-1)) && ((512 & illegalFlags) !== 0))) { - $p_ju_Formatter__throwIllegalFormatPrecisionException__I__E($thiz, precision) - }; + $p_ju_Formatter__throwIllegalFormatPrecisionException__I__E($thiz, precision); + } if (((flags & illegalFlags) !== 0)) { - $thiz.java$util$Formatter$$throwFormatFlagsConversionMismatchException__C__I__I__E(conversionLower, flags, illegalFlags) - }; + $thiz.java$util$Formatter$$throwFormatFlagsConversionMismatchException__C__I__I__E(conversionLower, flags, illegalFlags); + } if (((128 & flags) !== 0)) { - var argIndex = lastArgIndex + var argIndex = lastArgIndex; } else { var i = $p_ju_Formatter__parsePositiveInt__O__I($thiz, execResult[1]); if ((i === (-1))) { lastImplicitArgIndex = ((1 + lastImplicitArgIndex) | 0); - var argIndex = lastImplicitArgIndex + var argIndex = lastImplicitArgIndex; } else { if ((i <= 0)) { - $p_ju_Formatter__throwIllegalFormatArgumentIndexException__I__E($thiz, i) - }; - var argIndex = i + $p_ju_Formatter__throwIllegalFormatArgumentIndexException__I__E($thiz, i); + } + var argIndex = i; } - }; + } if (((argIndex <= 0) || (argIndex > $n(args).u.length))) { - $p_ju_Formatter__throwMissingFormatArgumentException__T__E($thiz, $p_ju_Formatter__fullFormatSpecifier$1__O__T($thiz, execResult)) - }; + $p_ju_Formatter__throwMissingFormatArgumentException__T__E($thiz, $p_ju_Formatter__fullFormatSpecifier$1__O__T($thiz, execResult)); + } lastArgIndex = argIndex; var arg = $n(args).get((((-1) + argIndex) | 0)); if ((((arg === null) && (conversionLower !== 98)) && (conversionLower !== 115))) { - $p_ju_Formatter__formatNonNumericString__ju_Formatter$LocaleInfo__I__I__I__T__V($thiz, $m_ju_Formatter$RootLocaleInfo$(), flags, width, precision, "null") + $p_ju_Formatter__formatNonNumericString__ju_Formatter$LocaleInfo__I__I__I__T__V($thiz, $m_ju_Formatter$RootLocaleInfo$(), flags, width, precision, "null"); } else { - $p_ju_Formatter__formatArg__ju_Formatter$LocaleInfo__O__C__I__I__I__V($thiz, localeInfo, arg, conversionLower, flags, width, precision) + $p_ju_Formatter__formatArg__ju_Formatter$LocaleInfo__O__C__I__I__I__V($thiz, localeInfo, arg, conversionLower, flags, width, precision); } } - }; - return $thiz + } + return $thiz; } function $p_ju_Formatter__parseFlags__T__C__I($thiz, flags, conversion) { var bits = (((conversion >= 65) && (conversion <= 90)) ? 256 : 0); @@ -18743,56 +17724,56 @@ function $p_ju_Formatter__parseFlags__T__C__I($thiz, flags, conversion) { switch (f) { case 45: { var bit = 1; - break + break; } case 35: { var bit = 2; - break + break; } case 43: { var bit = 4; - break + break; } case 32: { var bit = 8; - break + break; } case 48: { var bit = 16; - break + break; } case 44: { var bit = 32; - break + break; } case 40: { var bit = 64; - break + break; } case 60: { var bit = 128; - break + break; } default: { var bit; - throw new $c_jl_AssertionError($bC(f)) + throw new $c_jl_AssertionError($bC(f)); } - }; + } if (((bits & bit) !== 0)) { - $p_ju_Formatter__throwDuplicateFormatFlagsException__C__E($thiz, f) - }; + $p_ju_Formatter__throwDuplicateFormatFlagsException__C__E($thiz, f); + } bits = (bits | bit); - i = ((1 + i) | 0) - }; - return bits + i = ((1 + i) | 0); + } + return bits; } function $p_ju_Formatter__parsePositiveInt__O__I($thiz, capture) { if ((capture !== (void 0))) { var s = $as_T(capture); var x = $uD(parseInt(s, 10)); - return ((x <= 2.147483647E9) ? $doubleToInt(x) : (-2)) + return ((x <= 2.147483647E9) ? $doubleToInt(x) : (-2)); } else { - return (-1) + return (-1); } } function $p_ju_Formatter__formatArg__ju_Formatter$LocaleInfo__O__C__I__I__I__V($thiz, localeInfo, arg, conversionLower, flags, width, precision) { @@ -18800,63 +17781,63 @@ function $p_ju_Formatter__formatArg__ju_Formatter$LocaleInfo__O__C__I__I__I__V($ case 98: { var str = (((arg === false) || (arg === null)) ? "false" : "true"); $p_ju_Formatter__formatNonNumericString__ju_Formatter$LocaleInfo__I__I__I__T__V($thiz, $m_ju_Formatter$RootLocaleInfo$(), flags, width, precision, str); - break + break; } case 104: { var i = $dp_hashCode__I($n(arg)); var str$2 = $as_T($uD((i >>> 0.0)).toString(16)); $p_ju_Formatter__formatNonNumericString__ju_Formatter$LocaleInfo__I__I__I__T__V($thiz, $m_ju_Formatter$RootLocaleInfo$(), flags, width, precision, str$2); - break + break; } case 115: { if ($is_ju_Formattable(arg)) { var x2 = $as_ju_Formattable(arg); var formattableFlags = (((((1 & flags) !== 0) ? 1 : 0) | (((2 & flags) !== 0) ? 4 : 0)) | (((256 & flags) !== 0) ? 2 : 0)); - $n(x2).formatTo__ju_Formatter__I__I__I__V($thiz, formattableFlags, width, precision) + $n(x2).formatTo__ju_Formatter__I__I__I__V($thiz, formattableFlags, width, precision); } else { if (((2 & flags) !== 0)) { - $thiz.java$util$Formatter$$throwFormatFlagsConversionMismatchException__C__I__I__E(conversionLower, flags, 2) - }; + $thiz.java$util$Formatter$$throwFormatFlagsConversionMismatchException__C__I__I__E(conversionLower, flags, 2); + } var str$3 = ("" + arg); - $p_ju_Formatter__formatNonNumericString__ju_Formatter$LocaleInfo__I__I__I__T__V($thiz, localeInfo, flags, width, precision, str$3) - }; - break + $p_ju_Formatter__formatNonNumericString__ju_Formatter$LocaleInfo__I__I__I__T__V($thiz, localeInfo, flags, width, precision, str$3); + } + break; } case 99: { if ((arg instanceof $Char)) { var x2$2 = $uC(arg); - var str$4 = $as_T(String.fromCharCode(x2$2)) + var str$4 = ("" + $cToS(x2$2)); } else { if ((!$isInt(arg))) { - $thiz.java$util$Formatter$$throwIllegalFormatConversionException__C__O__E(conversionLower, arg) - }; + $thiz.java$util$Formatter$$throwIllegalFormatConversionException__C__O__E(conversionLower, arg); + } var x3 = $uI(arg); if ((!((x3 >= 0) && (x3 <= 1114111)))) { - $p_ju_Formatter__throwIllegalFormatCodePointException__I__E($thiz, x3) - }; - var str$4 = ((x3 < 65536) ? $as_T(String.fromCharCode(x3)) : $as_T(String.fromCharCode((55296 | (((-64) + (x3 >> 10)) | 0)), (56320 | (1023 & x3))))) - }; + $p_ju_Formatter__throwIllegalFormatCodePointException__I__E($thiz, x3); + } + var str$4 = ((x3 < 65536) ? $as_T(String.fromCharCode(x3)) : $as_T(String.fromCharCode((55296 | (((-64) + (x3 >> 10)) | 0)), (56320 | (1023 & x3))))); + } $p_ju_Formatter__formatNonNumericString__ju_Formatter$LocaleInfo__I__I__I__T__V($thiz, localeInfo, flags, width, (-1), str$4); - break + break; } case 100: { if ($isInt(arg)) { var x2$3 = $uI(arg); - var str$5 = ("" + x2$3) + var str$5 = ("" + x2$3); } else if ((arg instanceof $c_RTLong)) { var t = $uJ(arg); var lo = t.RTLong__f_lo; var hi = t.RTLong__f_hi; - var str$5 = $m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toString__I__I__T(lo, hi) + var str$5 = $m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toString__I__I__T(lo, hi); } else { if ((!false)) { - $thiz.java$util$Formatter$$throwIllegalFormatConversionException__C__O__E(conversionLower, arg) - }; + $thiz.java$util$Formatter$$throwIllegalFormatConversionException__C__O__E(conversionLower, arg); + } var x4 = $as_Ljava_math_BigInteger(arg); - var str$5 = $n(x4).toString__T() - }; + var str$5 = $n(x4).toString__T(); + } $p_ju_Formatter__formatNumericString__ju_Formatter$LocaleInfo__I__I__T__T__V($thiz, localeInfo, flags, width, str$5, ""); - break + break; } case 111: case 120: { @@ -18865,32 +17846,32 @@ function $p_ju_Formatter__formatArg__ju_Formatter$LocaleInfo__O__C__I__I__I__V($ if (false) { var x2$4 = $as_Ljava_math_BigInteger(arg); var radix = (isOctal ? 8 : 16); - $p_ju_Formatter__formatNumericString__ju_Formatter$LocaleInfo__I__I__T__T__V($thiz, $m_ju_Formatter$RootLocaleInfo$(), flags, width, $n(x2$4).toString__I__T(radix), prefix) + $p_ju_Formatter__formatNumericString__ju_Formatter$LocaleInfo__I__I__T__T__V($thiz, $m_ju_Formatter$RootLocaleInfo$(), flags, width, $n(x2$4).toString__I__T(radix), prefix); } else { if ($isInt(arg)) { var x2$5 = $uI(arg); - var str$6 = (isOctal ? $as_T($uD((x2$5 >>> 0.0)).toString(8)) : $as_T($uD((x2$5 >>> 0.0)).toString(16))) + var str$6 = (isOctal ? $as_T($uD((x2$5 >>> 0.0)).toString(8)) : $as_T($uD((x2$5 >>> 0.0)).toString(16))); } else { if ((!(arg instanceof $c_RTLong))) { - $thiz.java$util$Formatter$$throwIllegalFormatConversionException__C__O__E(conversionLower, arg) - }; + $thiz.java$util$Formatter$$throwIllegalFormatConversionException__C__O__E(conversionLower, arg); + } var t$1 = $uJ(arg); var lo$1 = t$1.RTLong__f_lo; var hi$1 = t$1.RTLong__f_hi; if (isOctal) { var this$14 = $m_jl_Long$(); - var str$6 = this$14.java$lang$Long$$toOctalString__I__I__T(lo$1, hi$1) + var str$6 = this$14.java$lang$Long$$toOctalString__I__I__T(lo$1, hi$1); } else { var this$15 = $m_jl_Long$(); - var str$6 = this$15.java$lang$Long$$toHexString__I__I__T(lo$1, hi$1) + var str$6 = this$15.java$lang$Long$$toHexString__I__I__T(lo$1, hi$1); } - }; + } if (((76 & flags) !== 0)) { - $thiz.java$util$Formatter$$throwFormatFlagsConversionMismatchException__C__I__I__E(conversionLower, flags, 76) - }; - $p_ju_Formatter__padAndSendToDest__ju_Formatter$LocaleInfo__I__I__T__T__V($thiz, $m_ju_Formatter$RootLocaleInfo$(), flags, width, prefix, $p_ju_Formatter__applyNumberUpperCase__I__T__T($thiz, flags, str$6)) - }; - break + $thiz.java$util$Formatter$$throwFormatFlagsConversionMismatchException__C__I__I__E(conversionLower, flags, 76); + } + $p_ju_Formatter__padAndSendToDest__ju_Formatter$LocaleInfo__I__I__T__T__V($thiz, $m_ju_Formatter$RootLocaleInfo$(), flags, width, prefix, $p_ju_Formatter__applyNumberUpperCase__I__T__T($thiz, flags, str$6)); + } + break; } case 101: case 102: @@ -18898,34 +17879,34 @@ function $p_ju_Formatter__formatArg__ju_Formatter$LocaleInfo__O__C__I__I__I__V($ if (((typeof arg) === "number")) { var x2$6 = $uD(arg); if (((x2$6 !== x2$6) || ((x2$6 === Infinity) || (x2$6 === (-Infinity))))) { - $p_ju_Formatter__formatNaNOrInfinite__I__I__D__V($thiz, flags, width, x2$6) + $p_ju_Formatter__formatNaNOrInfinite__I__I__D__V($thiz, flags, width, x2$6); } else { - $p_ju_Formatter__formatDecimal$1__ju_Formatter$Decimal__I__I__C__ju_Formatter$LocaleInfo__I__V($thiz, $m_ju_Formatter$().java$util$Formatter$$numberToDecimal__D__ju_Formatter$Decimal(x2$6), flags, precision, conversionLower, localeInfo, width) + $p_ju_Formatter__formatDecimal$1__ju_Formatter$Decimal__I__I__C__ju_Formatter$LocaleInfo__I__V($thiz, $m_ju_Formatter$().java$util$Formatter$$numberToDecimal__D__ju_Formatter$Decimal(x2$6), flags, precision, conversionLower, localeInfo, width); } } else if (false) { var x3$4 = $as_Ljava_math_BigDecimal(arg); - $p_ju_Formatter__formatDecimal$1__ju_Formatter$Decimal__I__I__C__ju_Formatter$LocaleInfo__I__V($thiz, $m_ju_Formatter$().java$util$Formatter$$bigDecimalToDecimal__Ljava_math_BigDecimal__ju_Formatter$Decimal(x3$4), flags, precision, conversionLower, localeInfo, width) + $p_ju_Formatter__formatDecimal$1__ju_Formatter$Decimal__I__I__C__ju_Formatter$LocaleInfo__I__V($thiz, $m_ju_Formatter$().java$util$Formatter$$bigDecimalToDecimal__Ljava_math_BigDecimal__ju_Formatter$Decimal(x3$4), flags, precision, conversionLower, localeInfo, width); } else { - $thiz.java$util$Formatter$$throwIllegalFormatConversionException__C__O__E(conversionLower, arg) - }; - break + $thiz.java$util$Formatter$$throwIllegalFormatConversionException__C__O__E(conversionLower, arg); + } + break; } case 97: { if (((typeof arg) === "number")) { var x2$7 = $uD(arg); - $p_ju_Formatter__formatHexFloatingPoint__I__I__I__D__V($thiz, flags, width, precision, x2$7) + $p_ju_Formatter__formatHexFloatingPoint__I__I__I__D__V($thiz, flags, width, precision, x2$7); } else { - $thiz.java$util$Formatter$$throwIllegalFormatConversionException__C__O__E(conversionLower, arg) - }; - break + $thiz.java$util$Formatter$$throwIllegalFormatConversionException__C__O__E(conversionLower, arg); + } + break; } default: { - throw new $c_jl_AssertionError((("Unknown conversion '" + $bC(conversionLower)) + "' was not rejected earlier")) + throw new $c_jl_AssertionError((("Unknown conversion '" + $cToS(conversionLower)) + "' was not rejected earlier")); } } } function $p_ju_Formatter__flagsToString__I__T($thiz, flags) { - return ((((((((((1 & flags) !== 0) ? "-" : "") + (((2 & flags) !== 0) ? "#" : "")) + (((4 & flags) !== 0) ? "+" : "")) + (((8 & flags) !== 0) ? " " : "")) + (((16 & flags) !== 0) ? "0" : "")) + (((32 & flags) !== 0) ? "," : "")) + (((64 & flags) !== 0) ? "(" : "")) + (((128 & flags) !== 0) ? "<" : "")) + return ((((((((((1 & flags) !== 0) ? "-" : "") + (((2 & flags) !== 0) ? "#" : "")) + (((4 & flags) !== 0) ? "+" : "")) + (((8 & flags) !== 0) ? " " : "")) + (((16 & flags) !== 0) ? "0" : "")) + (((32 & flags) !== 0) ? "," : "")) + (((64 & flags) !== 0) ? "(" : "")) + (((128 & flags) !== 0) ? "<" : "")); } function $p_ju_Formatter__computerizedScientificNotation__ju_Formatter$Decimal__I__Z__T($thiz, x, digitsAfterDot, forceDecimalSep) { var rounded = $n(x).round__I__ju_Formatter$Decimal(((1 + digitsAfterDot) | 0)); @@ -18936,13 +17917,13 @@ function $p_ju_Formatter__computerizedScientificNotation__ju_Formatter$Decimal__ var missingZeros = ((digitsAfterDot - fractionalDigitCount) | 0); var this$2 = $n(intStr); if ((this$2.length < 1)) { - $charAt(this$2, 1) - }; + $charAt(this$2, 1); + } var integerPart = $as_T(this$2.substring(0, 1)); var this$3 = $n(intStr); if ((this$3.length < 1)) { - $charAt(this$3, 1) - }; + $charAt(this$3, 1); + } var fractionalPart = (("" + $as_T(this$3.substring(1))) + $m_ju_Formatter$().java$util$Formatter$$strOfZeros__I__T(missingZeros)); var significandStr = (((fractionalPart === "") && (!forceDecimalSep)) ? integerPart : ((integerPart + ".") + fractionalPart)); var exponent = ((fractionalDigitCount - $n(rounded).ju_Formatter$Decimal__f_scale) | 0); @@ -18950,7 +17931,7 @@ function $p_ju_Formatter__computerizedScientificNotation__ju_Formatter$Decimal__ var this$5 = ((exponent < 0) ? ((-exponent) | 0) : exponent); var exponentAbsStr0 = ("" + this$5); var exponentAbsStr = ((exponentAbsStr0.length === 1) ? ("0" + exponentAbsStr0) : exponentAbsStr0); - return ((((signStr + significandStr) + "e") + exponentSign) + exponentAbsStr) + return ((((signStr + significandStr) + "e") + exponentSign) + exponentAbsStr); } function $p_ju_Formatter__decimalNotation__ju_Formatter$Decimal__I__Z__T($thiz, x, scale, forceDecimalSep) { var rounded = $n(x).setScale__I__ju_Formatter$Decimal(scale); @@ -18964,20 +17945,20 @@ function $p_ju_Formatter__decimalNotation__ju_Formatter$Decimal__I__Z__T($thiz, var dotPos = ((this$2.length - scale) | 0); var this$3 = $n(expandedIntStr); if ((dotPos > this$3.length)) { - $charAt(this$3, dotPos) - }; + $charAt(this$3, dotPos); + } if ((dotPos < 0)) { - $charAt(this$3, (-1)) - }; + $charAt(this$3, (-1)); + } var integerPart = (signStr + $as_T(this$3.substring(0, dotPos))); if (((scale === 0) && (!forceDecimalSep))) { - return integerPart + return integerPart; } else { var this$4 = $n(expandedIntStr); if (((dotPos < 0) || (dotPos > this$4.length))) { - $charAt(this$4, dotPos) - }; - return ((integerPart + ".") + $as_T(this$4.substring(dotPos))) + $charAt(this$4, dotPos); + } + return ((integerPart + ".") + $as_T(this$4.substring(dotPos))); } } function $p_ju_Formatter__generalScientificNotation__ju_Formatter$Decimal__I__Z__T($thiz, x, precision, forceDecimalSep) { @@ -18988,14 +17969,14 @@ function $p_ju_Formatter__generalScientificNotation__ju_Formatter$Decimal__I__Z_ var orderOfMagnitude = (((((-1) + this$2.length) | 0) - $n(rounded).ju_Formatter$Decimal__f_scale) | 0); if (((orderOfMagnitude >= (-4)) && (orderOfMagnitude < p))) { var b = (((-1) + ((p - orderOfMagnitude) | 0)) | 0); - return $p_ju_Formatter__decimalNotation__ju_Formatter$Decimal__I__Z__T($thiz, rounded, ((b < 0) ? 0 : b), forceDecimalSep) + return $p_ju_Formatter__decimalNotation__ju_Formatter$Decimal__I__Z__T($thiz, rounded, ((b < 0) ? 0 : b), forceDecimalSep); } else { - return $p_ju_Formatter__computerizedScientificNotation__ju_Formatter$Decimal__I__Z__T($thiz, rounded, (((-1) + p) | 0), forceDecimalSep) + return $p_ju_Formatter__computerizedScientificNotation__ju_Formatter$Decimal__I__Z__T($thiz, rounded, (((-1) + p) | 0), forceDecimalSep); } } function $p_ju_Formatter__formatHexFloatingPoint__I__I__I__D__V($thiz, flags, width, precision, arg) { if (((arg !== arg) || ((arg === Infinity) || (arg === (-Infinity))))) { - $p_ju_Formatter__formatNaNOrInfinite__I__I__D__V($thiz, flags, width, arg) + $p_ju_Formatter__formatNaNOrInfinite__I__I__D__V($thiz, flags, width, arg); } else { var t = $m_jl_FloatingPointBits$().doubleToLongBits__D__J(arg); var lo = t.RTLong__f_lo; @@ -19010,11 +17991,11 @@ function $p_ju_Formatter__formatHexFloatingPoint__I__I__I__D__V($thiz, flags, wi if (((lo === 0) && (hi$1 === 0))) { var x1___1 = "0"; var x1___2 = $L0; - var x1___3 = 0 + var x1___3 = 0; } else if ((actualPrecision === (-1))) { var x1___1 = "0"; var x1___2 = new $c_RTLong(lo, hi$1); - var x1___3 = (-1022) + var x1___3 = (-1022); } else { var leadingZeros = ((hi$1 !== 0) ? $uI(Math.clz32(hi$1)) : ((32 + $uI(Math.clz32(lo))) | 0)); var shift = (((-11) + leadingZeros) | 0); @@ -19024,14 +18005,14 @@ function $p_ju_Formatter__formatHexFloatingPoint__I__I__I__D__V($thiz, flags, wi var normalizedExponent = (((-1022) - shift) | 0); var x1___1 = "1"; var x1___2 = new $c_RTLong(lo$2, hi$3); - var x1___3 = normalizedExponent + var x1___3 = normalizedExponent; } } else { var _3 = (((-1023) + biasedExponent) | 0); var x1___1 = "1"; var x1___2 = new $c_RTLong(lo, hi$1); - var x1___3 = _3 - }; + var x1___3 = _3; + } var implicitBitStr = $as_T(x1___1); var t$1 = $uJ(x1___2); var lo$3 = t$1.RTLong__f_lo; @@ -19042,7 +18023,7 @@ function $p_ju_Formatter__formatHexFloatingPoint__I__I__I__D__V($thiz, flags, wi var hi$5 = t$2.RTLong__f_hi; if ((actualPrecision === (-1))) { var roundedMantissa__lo = lo$4; - var roundedMantissa__hi = hi$5 + var roundedMantissa__hi = hi$5; } else { var n = ((52 - (actualPrecision << 2)) | 0); var lo$5 = (((32 & n) === 0) ? (1 << n) : 0); @@ -19059,139 +18040,139 @@ function $p_ju_Formatter__formatHexFloatingPoint__I__I__I__D__V($thiz, flags, wi var hi$11 = (hi$5 & hi$7); if (((hi$11 === hi$8) ? (((-2147483648) ^ lo$10) < ((-2147483648) ^ lo$7)) : (hi$11 < hi$8))) { var roundedMantissa__lo = lo$9; - var roundedMantissa__hi = hi$10 + var roundedMantissa__hi = hi$10; } else if (((hi$11 === hi$8) ? (((-2147483648) ^ lo$10) > ((-2147483648) ^ lo$7)) : (hi$11 > hi$8))) { var lo$11 = ((lo$9 + lo$5) | 0); var hi$12 = ((((-2147483648) ^ lo$11) < ((-2147483648) ^ lo$9)) ? ((1 + ((hi$10 + hi$6) | 0)) | 0) : ((hi$10 + hi$6) | 0)); var roundedMantissa__lo = lo$11; - var roundedMantissa__hi = hi$12 + var roundedMantissa__hi = hi$12; } else { var lo$12 = (lo$9 & lo$5); var hi$13 = (hi$10 & hi$6); if (((lo$12 === 0) && (hi$13 === 0))) { var roundedMantissa__lo = lo$9; - var roundedMantissa__hi = hi$10 + var roundedMantissa__hi = hi$10; } else { var lo$13 = ((lo$9 + lo$5) | 0); var hi$14 = ((((-2147483648) ^ lo$13) < ((-2147483648) ^ lo$9)) ? ((1 + ((hi$10 + hi$6) | 0)) | 0) : ((hi$10 + hi$6) | 0)); var roundedMantissa__lo = lo$13; - var roundedMantissa__hi = hi$14 + var roundedMantissa__hi = hi$14; } } - }; + } var this$12 = $m_jl_Long$(); var hi$15 = roundedMantissa__hi; var baseStr = this$12.java$lang$Long$$toHexString__I__I__T(roundedMantissa__lo, hi$15); var this$13 = $n(baseStr); var beginIndex = this$13.length; if (((beginIndex < 0) || (beginIndex > 13))) { - $charAt("0000000000000", beginIndex) - }; + $charAt("0000000000000", beginIndex); + } var padded = (("" + $as_T("0000000000000".substring(beginIndex))) + baseStr); $m_ju_Formatter$(); var condition = (padded.length === 13); if ((!condition)) { - throw new $c_jl_AssertionError("padded mantissa does not have the right number of bits") - }; + throw new $c_jl_AssertionError("padded mantissa does not have the right number of bits"); + } var minLength = ((actualPrecision < 1) ? 1 : actualPrecision); var len = padded.length; while (true) { if ((len > minLength)) { var index = (((-1) + len) | 0); - var $x_1 = ($charAt(padded, index) === 48) + var $x_1 = ($charAt(padded, index) === 48); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { - len = (((-1) + len) | 0) + len = (((-1) + len) | 0); } else { - break + break; } - }; + } var endIndex = len; if ((endIndex > padded.length)) { - $charAt(padded, endIndex) - }; + $charAt(padded, endIndex); + } if ((endIndex < 0)) { - $charAt(padded, (-1)) - }; + $charAt(padded, (-1)); + } var mantissaStr = $as_T(padded.substring(0, endIndex)); var exponentStr = ("" + exponent); var prefix = (signStr + (((256 & flags) !== 0) ? "0X" : "0x")); var rest = ((((implicitBitStr + ".") + mantissaStr) + "p") + exponentStr); - $p_ju_Formatter__padAndSendToDest__ju_Formatter$LocaleInfo__I__I__T__T__V($thiz, $m_ju_Formatter$RootLocaleInfo$(), flags, width, prefix, $p_ju_Formatter__applyNumberUpperCase__I__T__T($thiz, flags, rest)) + $p_ju_Formatter__padAndSendToDest__ju_Formatter$LocaleInfo__I__I__T__T__V($thiz, $m_ju_Formatter$RootLocaleInfo$(), flags, width, prefix, $p_ju_Formatter__applyNumberUpperCase__I__T__T($thiz, flags, rest)); } } function $p_ju_Formatter__formatNonNumericString__ju_Formatter$LocaleInfo__I__I__I__T__V($thiz, localeInfo, flags, width, precision, str) { if ((precision < 0)) { - var $x_1 = true + var $x_1 = true; } else { var this$1 = $n(str); - var $x_1 = (precision >= this$1.length) - }; + var $x_1 = (precision >= this$1.length); + } if ($x_1) { - var truncatedStr = str + var truncatedStr = str; } else { var this$2 = $n(str); if ((precision > this$2.length)) { - $charAt(this$2, precision) - }; + $charAt(this$2, precision); + } if ((precision < 0)) { - $charAt(this$2, (-1)) - }; - var truncatedStr = $as_T(this$2.substring(0, precision)) - }; - $p_ju_Formatter__padAndSendToDestNoZeroPad__I__I__T__V($thiz, flags, width, $p_ju_Formatter__applyUpperCase__ju_Formatter$LocaleInfo__I__T__T($thiz, localeInfo, flags, truncatedStr)) + $charAt(this$2, (-1)); + } + var truncatedStr = $as_T(this$2.substring(0, precision)); + } + $p_ju_Formatter__padAndSendToDestNoZeroPad__I__I__T__V($thiz, flags, width, $p_ju_Formatter__applyUpperCase__ju_Formatter$LocaleInfo__I__T__T($thiz, localeInfo, flags, truncatedStr)); } function $p_ju_Formatter__formatNaNOrInfinite__I__I__D__V($thiz, flags, width, x) { var str = ((x !== x) ? "NaN" : ((x > 0.0) ? (((4 & flags) !== 0) ? "+Infinity" : (((8 & flags) !== 0) ? " Infinity" : "Infinity")) : (((64 & flags) !== 0) ? "(Infinity)" : "-Infinity"))); - $p_ju_Formatter__padAndSendToDestNoZeroPad__I__I__T__V($thiz, flags, width, $p_ju_Formatter__applyNumberUpperCase__I__T__T($thiz, flags, str)) + $p_ju_Formatter__padAndSendToDestNoZeroPad__I__I__T__V($thiz, flags, width, $p_ju_Formatter__applyNumberUpperCase__I__T__T($thiz, flags, str)); } function $p_ju_Formatter__formatNumericString__ju_Formatter$LocaleInfo__I__I__T__T__V($thiz, localeInfo, flags, width, str, basePrefix) { var this$1 = $n(str); if (((this$1.length >= width) && ((110 & flags) === 0))) { $n(localeInfo); var str$1 = $p_ju_Formatter__applyNumberUpperCase__I__T__T($thiz, flags, str); - $p_ju_Formatter__sendToDest__T__V($thiz, str$1) + $p_ju_Formatter__sendToDest__T__V($thiz, str$1); } else if (((126 & flags) === 0)) { - $p_ju_Formatter__padAndSendToDestNoZeroPad__I__I__T__V($thiz, flags, width, $p_ju_Formatter__applyNumberUpperCase__I__T__T($thiz, flags, str)) + $p_ju_Formatter__padAndSendToDestNoZeroPad__I__I__T__V($thiz, flags, width, $p_ju_Formatter__applyNumberUpperCase__I__T__T($thiz, flags, str)); } else { var this$5 = $n(str); if (($charAt(this$5, 0) !== 45)) { if (((4 & flags) !== 0)) { var x1___1 = "+"; - var x1___2 = str + var x1___2 = str; } else if (((8 & flags) !== 0)) { var x1___1 = " "; - var x1___2 = str + var x1___2 = str; } else { var x1___1 = ""; - var x1___2 = str + var x1___2 = str; } } else if (((64 & flags) !== 0)) { var this$9 = $n(str); if ((this$9.length < 1)) { - $charAt(this$9, 1) - }; + $charAt(this$9, 1); + } var _2 = ($as_T(this$9.substring(1)) + ")"); var x1___1 = "("; - var x1___2 = _2 + var x1___2 = _2; } else { var this$10 = $n(str); if ((this$10.length < 1)) { - $charAt(this$10, 1) - }; + $charAt(this$10, 1); + } var _2$1 = $as_T(this$10.substring(1)); var x1___1 = "-"; - var x1___2 = _2$1 - }; + var x1___2 = _2$1; + } var numberPrefix = $as_T(x1___1); var rest0 = $as_T(x1___2); var prefix = (("" + numberPrefix) + basePrefix); var rest = (((32 & flags) !== 0) ? $p_ju_Formatter__insertGroupingCommas__ju_Formatter$LocaleInfo__T__T($thiz, localeInfo, rest0) : rest0); $n(localeInfo); var str$2 = $p_ju_Formatter__applyNumberUpperCase__I__T__T($thiz, flags, rest); - $p_ju_Formatter__padAndSendToDest__ju_Formatter$LocaleInfo__I__I__T__T__V($thiz, localeInfo, flags, width, prefix, str$2) + $p_ju_Formatter__padAndSendToDest__ju_Formatter$LocaleInfo__I__I__T__T__V($thiz, localeInfo, flags, width, prefix, str$2); } } function $p_ju_Formatter__insertGroupingCommas__ju_Formatter$LocaleInfo__T__T($thiz, localeInfo, s) { @@ -19205,79 +18186,79 @@ function $p_ju_Formatter__insertGroupingCommas__ju_Formatter$LocaleInfo__T__T($t var this$2 = $n(s); var index$1 = index; var c = $charAt(this$2, index$1); - var $x_1 = ((c >= 48) && (c <= 57)) + var $x_1 = ((c >= 48) && (c <= 57)); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { - index = ((1 + index) | 0) + index = ((1 + index) | 0); } else { - break + break; } - }; + } index = ((index - groupingSize) | 0); if ((index <= 0)) { - return s + return s; } else { var this$3 = $n(s); var beginIndex = index; if (((beginIndex < 0) || (beginIndex > this$3.length))) { - $charAt(this$3, beginIndex) - }; + $charAt(this$3, beginIndex); + } var result = $as_T(this$3.substring(beginIndex)); while ((index > groupingSize)) { var next = ((index - groupingSize) | 0); var this$4 = $n(s); var endIndex = index; if ((next < 0)) { - $charAt(this$4, next) - }; + $charAt(this$4, next); + } if ((endIndex > this$4.length)) { - $charAt(this$4, endIndex) - }; + $charAt(this$4, endIndex); + } if ((endIndex < next)) { - $charAt(this$4, (-1)) - }; + $charAt(this$4, (-1)); + } result = (($as_T(this$4.substring(next, endIndex)) + ",") + result); - index = next - }; + index = next; + } var this$5 = $n(s); var endIndex$1 = index; if ((endIndex$1 > this$5.length)) { - $charAt(this$5, endIndex$1) - }; + $charAt(this$5, endIndex$1); + } if ((endIndex$1 < 0)) { - $charAt(this$5, (-1)) - }; - return (($as_T(this$5.substring(0, endIndex$1)) + ",") + result) + $charAt(this$5, (-1)); + } + return (($as_T(this$5.substring(0, endIndex$1)) + ",") + result); } } function $p_ju_Formatter__applyNumberUpperCase__I__T__T($thiz, flags, str) { if (((256 & flags) !== 0)) { var this$2 = $n(str); - return $as_T(this$2.toUpperCase()) + return $as_T(this$2.toUpperCase()); } else { - return str + return str; } } function $p_ju_Formatter__applyUpperCase__ju_Formatter$LocaleInfo__I__T__T($thiz, localeInfo, flags, str) { if (((256 & flags) !== 0)) { $n(localeInfo); var this$3 = $n(str); - return $as_T(this$3.toUpperCase()) + return $as_T(this$3.toUpperCase()); } else { - return str + return str; } } function $p_ju_Formatter__padAndSendToDestNoZeroPad__I__I__T__V($thiz, flags, width, str) { var this$1 = $n(str); var len = this$1.length; if ((len >= width)) { - $p_ju_Formatter__sendToDest__T__V($thiz, str) + $p_ju_Formatter__sendToDest__T__V($thiz, str); } else if (((1 & flags) !== 0)) { - $p_ju_Formatter__sendToDest__T__T__V($thiz, str, $p_ju_Formatter__strRepeat__T__I__T($thiz, " ", ((width - len) | 0))) + $p_ju_Formatter__sendToDest__T__T__V($thiz, str, $p_ju_Formatter__strRepeat__T__I__T($thiz, " ", ((width - len) | 0))); } else { - $p_ju_Formatter__sendToDest__T__T__V($thiz, $p_ju_Formatter__strRepeat__T__I__T($thiz, " ", ((width - len) | 0)), str) + $p_ju_Formatter__sendToDest__T__T__V($thiz, $p_ju_Formatter__strRepeat__T__I__T($thiz, " ", ((width - len) | 0)), str); } } function $p_ju_Formatter__padAndSendToDest__ju_Formatter$LocaleInfo__I__I__T__T__V($thiz, localeInfo, flags, width, prefix, str) { @@ -19285,13 +18266,13 @@ function $p_ju_Formatter__padAndSendToDest__ju_Formatter$LocaleInfo__I__I__T__T_ var this$2 = $n(str); var len = ((this$1.length + this$2.length) | 0); if ((len >= width)) { - $p_ju_Formatter__sendToDest__T__T__V($thiz, prefix, str) + $p_ju_Formatter__sendToDest__T__T__V($thiz, prefix, str); } else if (((16 & flags) !== 0)) { - $p_ju_Formatter__sendToDest__T__T__T__V($thiz, prefix, $p_ju_Formatter__strRepeat__T__I__T($thiz, ($n(localeInfo), "0"), ((width - len) | 0)), str) + $p_ju_Formatter__sendToDest__T__T__T__V($thiz, prefix, $p_ju_Formatter__strRepeat__T__I__T($thiz, ($n(localeInfo), "0"), ((width - len) | 0)), str); } else if (((1 & flags) !== 0)) { - $p_ju_Formatter__sendToDest__T__T__T__V($thiz, prefix, str, $p_ju_Formatter__strRepeat__T__I__T($thiz, " ", ((width - len) | 0))) + $p_ju_Formatter__sendToDest__T__T__T__V($thiz, prefix, str, $p_ju_Formatter__strRepeat__T__I__T($thiz, " ", ((width - len) | 0))); } else { - $p_ju_Formatter__sendToDest__T__T__T__V($thiz, $p_ju_Formatter__strRepeat__T__I__T($thiz, " ", ((width - len) | 0)), prefix, str) + $p_ju_Formatter__sendToDest__T__T__T__V($thiz, $p_ju_Formatter__strRepeat__T__I__T($thiz, " ", ((width - len) | 0)), prefix, str); } } function $p_ju_Formatter__strRepeat__T__I__T($thiz, s, times) { @@ -19299,37 +18280,37 @@ function $p_ju_Formatter__strRepeat__T__I__T($thiz, s, times) { var i = 0; while ((i !== times)) { result = (("" + result) + s); - i = ((1 + i) | 0) - }; - return result + i = ((1 + i) | 0); + } + return result; } function $p_ju_Formatter__throwDuplicateFormatFlagsException__C__E($thiz, flag) { - throw new $c_ju_DuplicateFormatFlagsException($as_T(String.fromCharCode(flag))) + throw new $c_ju_DuplicateFormatFlagsException(("" + $cToS(flag))); } function $p_ju_Formatter__throwUnknownFormatConversionException__C__E($thiz, conversion) { - throw new $c_ju_UnknownFormatConversionException($as_T(String.fromCharCode(conversion))) + throw new $c_ju_UnknownFormatConversionException(("" + $cToS(conversion))); } function $p_ju_Formatter__throwIllegalFormatPrecisionException__I__E($thiz, precision) { - throw new $c_ju_IllegalFormatPrecisionException(precision) + throw new $c_ju_IllegalFormatPrecisionException(precision); } function $p_ju_Formatter__throwIllegalFormatWidthException__I__E($thiz, width) { - throw new $c_ju_IllegalFormatWidthException(width) + throw new $c_ju_IllegalFormatWidthException(width); } function $p_ju_Formatter__throwIllegalFormatArgumentIndexException__I__E($thiz, index) { var msg = ((index === 0) ? "Illegal format argument index = 0" : "Format argument index: (not representable as int)"); - throw new $c_ju_IllegalFormatArgumentIndexException(msg) + throw new $c_ju_IllegalFormatArgumentIndexException(msg); } function $p_ju_Formatter__throwMissingFormatWidthException__T__E($thiz, fullFormatSpecifier) { - throw new $c_ju_MissingFormatWidthException(fullFormatSpecifier) + throw new $c_ju_MissingFormatWidthException(fullFormatSpecifier); } function $p_ju_Formatter__throwMissingFormatArgumentException__T__E($thiz, fullFormatSpecifier) { - throw new $c_ju_MissingFormatArgumentException(fullFormatSpecifier) + throw new $c_ju_MissingFormatArgumentException(fullFormatSpecifier); } function $p_ju_Formatter__throwIllegalFormatCodePointException__I__E($thiz, arg) { - throw new $c_ju_IllegalFormatCodePointException(arg) + throw new $c_ju_IllegalFormatCodePointException(arg); } function $p_ju_Formatter__fullFormatSpecifier$1__O__T($thiz, execResult$1) { - return ("%" + execResult$1[0]) + return ("%" + execResult$1[0]); } function $p_ju_Formatter__formatDecimal$1__ju_Formatter$Decimal__I__I__C__ju_Formatter$LocaleInfo__I__V($thiz, x, flags$1, precision$1, conversionLower$1, localeInfo$1, width$1) { var forceDecimalSep = ((2 & flags$1) !== 0); @@ -19337,72 +18318,67 @@ function $p_ju_Formatter__formatDecimal$1__ju_Formatter$Decimal__I__I__C__ju_For switch (conversionLower$1) { case 101: { var notation = $p_ju_Formatter__computerizedScientificNotation__ju_Formatter$Decimal__I__Z__T($thiz, x, actualPrecision, forceDecimalSep); - break + break; } case 102: { var notation = $p_ju_Formatter__decimalNotation__ju_Formatter$Decimal__I__Z__T($thiz, x, actualPrecision, forceDecimalSep); - break + break; } default: { - var notation = $p_ju_Formatter__generalScientificNotation__ju_Formatter$Decimal__I__Z__T($thiz, x, actualPrecision, forceDecimalSep) + var notation = $p_ju_Formatter__generalScientificNotation__ju_Formatter$Decimal__I__Z__T($thiz, x, actualPrecision, forceDecimalSep); } - }; - $p_ju_Formatter__formatNumericString__ju_Formatter$LocaleInfo__I__I__T__T__V($thiz, localeInfo$1, flags$1, width$1, notation, "") + } + $p_ju_Formatter__formatNumericString__ju_Formatter$LocaleInfo__I__I__T__T__V($thiz, localeInfo$1, flags$1, width$1, notation, ""); } function $ct_ju_Formatter__jl_Appendable__ju_Formatter$LocaleInfo__($thiz, dest, formatterLocaleInfo) { $thiz.ju_Formatter__f_dest = dest; $thiz.ju_Formatter__f_formatterLocaleInfo = formatterLocaleInfo; $thiz.ju_Formatter__f_stringOutput = ""; $thiz.ju_Formatter__f_java$util$Formatter$$closed = false; - return $thiz + return $thiz; } function $ct_ju_Formatter__($thiz) { $ct_ju_Formatter__jl_Appendable__ju_Formatter$LocaleInfo__($thiz, null, $m_ju_Formatter$RootLocaleInfo$()); - return $thiz + return $thiz; } /** @constructor */ function $c_ju_Formatter() { this.ju_Formatter__f_dest = null; this.ju_Formatter__f_formatterLocaleInfo = null; this.ju_Formatter__f_stringOutput = null; - this.ju_Formatter__f_java$util$Formatter$$closed = false + this.ju_Formatter__f_java$util$Formatter$$closed = false; } $c_ju_Formatter.prototype = new $h_O(); $c_ju_Formatter.prototype.constructor = $c_ju_Formatter; /** @constructor */ function $h_ju_Formatter() { - /**/ } $h_ju_Formatter.prototype = $c_ju_Formatter.prototype; $c_ju_Formatter.prototype.format__T__AO__ju_Formatter = (function(format, args) { - return $p_ju_Formatter__format__ju_Formatter$LocaleInfo__T__AO__ju_Formatter(this, this.ju_Formatter__f_formatterLocaleInfo, format, args) + return $p_ju_Formatter__format__ju_Formatter$LocaleInfo__T__AO__ju_Formatter(this, this.ju_Formatter__f_formatterLocaleInfo, format, args); }); $c_ju_Formatter.prototype.toString__T = (function() { if (this.ju_Formatter__f_java$util$Formatter$$closed) { - throw new $c_ju_FormatterClosedException() - }; - return ((this.ju_Formatter__f_dest === null) ? this.ju_Formatter__f_stringOutput : $n(this.ju_Formatter__f_dest).toString__T()) + throw new $c_ju_FormatterClosedException(); + } + return ((this.ju_Formatter__f_dest === null) ? this.ju_Formatter__f_stringOutput : $n(this.ju_Formatter__f_dest).toString__T()); }); $c_ju_Formatter.prototype.java$util$Formatter$$throwIllegalFormatFlagsException__I__E = (function(flags) { - throw new $c_ju_IllegalFormatFlagsException($p_ju_Formatter__flagsToString__I__T(this, flags)) + throw new $c_ju_IllegalFormatFlagsException($p_ju_Formatter__flagsToString__I__T(this, flags)); }); $c_ju_Formatter.prototype.java$util$Formatter$$throwFormatFlagsConversionMismatchException__C__I__I__E = (function(conversionLower, flags, illegalFlags) { - throw new $c_ju_FormatFlagsConversionMismatchException($p_ju_Formatter__flagsToString__I__T(this, (flags & illegalFlags)), conversionLower) + throw new $c_ju_FormatFlagsConversionMismatchException($p_ju_Formatter__flagsToString__I__T(this, (flags & illegalFlags)), conversionLower); }); $c_ju_Formatter.prototype.java$util$Formatter$$throwIllegalFormatConversionException__C__O__E = (function(conversionLower, arg) { var this$1 = $n(arg); - throw new $c_ju_IllegalFormatConversionException(conversionLower, $objectGetClass(this$1)) + throw new $c_ju_IllegalFormatConversionException(conversionLower, $objectGetClass(this$1)); }); -var $d_ju_Formatter = new $TypeData().initClass({ - ju_Formatter: 0 -}, false, "java.util.Formatter", { +var $d_ju_Formatter = new $TypeData().initClass($c_ju_Formatter, "java.util.Formatter", ({ ju_Formatter: 1, - O: 1, Ljava_io_Closeable: 1, jl_AutoCloseable: 1, Ljava_io_Flushable: 1 -}); -$c_ju_Formatter.prototype.$classData = $d_ju_Formatter; +})); /** @constructor */ function $c_Lpprint_Tree$Ctx(width, leftOffset, indentCount, indentStep, literalColor, applyPrefixColor) { this.Lpprint_Tree$Ctx__f_width = 0; @@ -19416,83 +18392,82 @@ function $c_Lpprint_Tree$Ctx(width, leftOffset, indentCount, indentStep, literal this.Lpprint_Tree$Ctx__f_indentCount = indentCount; this.Lpprint_Tree$Ctx__f_indentStep = indentStep; this.Lpprint_Tree$Ctx__f_literalColor = literalColor; - this.Lpprint_Tree$Ctx__f_applyPrefixColor = applyPrefixColor + this.Lpprint_Tree$Ctx__f_applyPrefixColor = applyPrefixColor; } $c_Lpprint_Tree$Ctx.prototype = new $h_O(); $c_Lpprint_Tree$Ctx.prototype.constructor = $c_Lpprint_Tree$Ctx; /** @constructor */ function $h_Lpprint_Tree$Ctx() { - /**/ } $h_Lpprint_Tree$Ctx.prototype = $c_Lpprint_Tree$Ctx.prototype; $c_Lpprint_Tree$Ctx.prototype.productPrefix__T = (function() { - return "Ctx" + return "Ctx"; }); $c_Lpprint_Tree$Ctx.prototype.productArity__I = (function() { - return 6 + return 6; }); $c_Lpprint_Tree$Ctx.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lpprint_Tree$Ctx__f_width; - break + break; } case 1: { return this.Lpprint_Tree$Ctx__f_leftOffset; - break + break; } case 2: { return this.Lpprint_Tree$Ctx__f_indentCount; - break + break; } case 3: { return this.Lpprint_Tree$Ctx__f_indentStep; - break + break; } case 4: { return this.Lpprint_Tree$Ctx__f_literalColor; - break + break; } case 5: { return this.Lpprint_Tree$Ctx__f_applyPrefixColor; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lpprint_Tree$Ctx.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lpprint_Tree$Ctx.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "width"; - break + break; } case 1: { return "leftOffset"; - break + break; } case 2: { return "indentCount"; - break + break; } case 3: { return "indentStep"; - break + break; } case 4: { return "literalColor"; - break + break; } case 5: { return "applyPrefixColor"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); @@ -19522,71 +18497,67 @@ $c_Lpprint_Tree$Ctx.prototype.hashCode__I = (function() { var data$6 = $m_sr_Statics$().anyHash__O__I(x$1); acc = $m_sr_Statics$().mix__I__I__I(hash$6, data$6); var hash$7 = acc; - return $m_sr_Statics$().finalizeHash__I__I__I(hash$7, 6) + return $m_sr_Statics$().finalizeHash__I__I__I(hash$7, 6); }); $c_Lpprint_Tree$Ctx.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lpprint_Tree$Ctx.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lpprint_Tree$Ctx)) { var Ctx$1 = $as_Lpprint_Tree$Ctx(x$1); if (((this.Lpprint_Tree$Ctx__f_width === $n(Ctx$1).Lpprint_Tree$Ctx__f_width) && ((this.Lpprint_Tree$Ctx__f_leftOffset === $n(Ctx$1).Lpprint_Tree$Ctx__f_leftOffset) && (this.Lpprint_Tree$Ctx__f_indentCount === $n(Ctx$1).Lpprint_Tree$Ctx__f_indentCount)))) { if ((this.Lpprint_Tree$Ctx__f_indentStep === $n(Ctx$1).Lpprint_Tree$Ctx__f_indentStep)) { var x = this.Lpprint_Tree$Ctx__f_literalColor; var x$2 = $n(Ctx$1).Lpprint_Tree$Ctx__f_literalColor; - var $x_1 = ((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2)) + var $x_1 = ((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2)); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { var x$3 = this.Lpprint_Tree$Ctx__f_applyPrefixColor; var x$4 = $n(Ctx$1).Lpprint_Tree$Ctx__f_applyPrefixColor; if (((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4))) { $n(Ctx$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lpprint_Tree$Ctx(obj) { - return (((obj instanceof $c_Lpprint_Tree$Ctx) || (obj === null)) ? obj : $throwClassCastException(obj, "pprint.Tree$Ctx")) + return (((obj instanceof $c_Lpprint_Tree$Ctx) || (obj === null)) ? obj : $throwClassCastException(obj, "pprint.Tree$Ctx")); } function $isArrayOf_Lpprint_Tree$Ctx(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lpprint_Tree$Ctx))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lpprint_Tree$Ctx))); } function $asArrayOf_Lpprint_Tree$Ctx(obj, depth) { - return (($isArrayOf_Lpprint_Tree$Ctx(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lpprint.Tree$Ctx;", depth)) + return (($isArrayOf_Lpprint_Tree$Ctx(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lpprint.Tree$Ctx;", depth)); } -var $d_Lpprint_Tree$Ctx = new $TypeData().initClass({ - Lpprint_Tree$Ctx: 0 -}, false, "pprint.Tree$Ctx", { +var $d_Lpprint_Tree$Ctx = new $TypeData().initClass($c_Lpprint_Tree$Ctx, "pprint.Tree$Ctx", ({ Lpprint_Tree$Ctx: 1, - O: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lpprint_Tree$Ctx.prototype.$classData = $d_Lpprint_Tree$Ctx; +})); function $p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$($thiz) { if (($thiz.Lpprint_Truncated__f_Internal$module === null)) { - $p_Lpprint_Truncated__Internal$lzycompute$1__V($thiz) - }; - return $thiz.Lpprint_Truncated__f_Internal$module + $p_Lpprint_Truncated__Internal$lzycompute$1__V($thiz); + } + return $thiz.Lpprint_Truncated__f_Internal$module; } function $p_Lpprint_Truncated__Internal$lzycompute$1__V($thiz) { if (($thiz.Lpprint_Truncated__f_Internal$module === null)) { - $thiz.Lpprint_Truncated__f_Internal$module = new $c_Lpprint_Truncated$Internal$($thiz) + $thiz.Lpprint_Truncated__f_Internal$module = new $c_Lpprint_Truncated$Internal$($thiz); } } /** @constructor */ @@ -19603,65 +18574,63 @@ function $c_Lpprint_Truncated(chunks0, width, height, truncationMarker) { this.Lpprint_Truncated__f_truncationMarker = truncationMarker; var $x_1 = $m_scm_Buffer$(); var array = [0]; - this.Lpprint_Truncated__f_lineLengths = $as_scm_Buffer($n($x_1).apply__sci_Seq__sc_SeqOps($ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array))) + this.Lpprint_Truncated__f_lineLengths = $as_scm_Buffer($n($x_1).apply__sci_Seq__sc_SeqOps($ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array))); } $c_Lpprint_Truncated.prototype = new $h_O(); $c_Lpprint_Truncated.prototype.constructor = $c_Lpprint_Truncated; /** @constructor */ function $h_Lpprint_Truncated() { - /**/ } $h_Lpprint_Truncated.prototype = $c_Lpprint_Truncated.prototype; $c_Lpprint_Truncated.prototype.iterator__sc_Iterator = (function() { - return this + return this; }); $c_Lpprint_Truncated.prototype.concat__F0__sc_Iterator = (function(xs) { - return $f_sc_Iterator__concat__F0__sc_Iterator(this, xs) + return $f_sc_Iterator__concat__F0__sc_Iterator(this, xs); }); $c_Lpprint_Truncated.prototype.drop__I__sc_Iterator = (function(n) { - return $f_sc_Iterator__sliceIterator__I__I__sc_Iterator(this, n, (-1)) + return $f_sc_Iterator__sliceIterator__I__I__sc_Iterator(this, n, (-1)); }); $c_Lpprint_Truncated.prototype.toString__T = (function() { - return "" + return ""; }); $c_Lpprint_Truncated.prototype.foldLeft__O__F2__O = (function(z, op) { - return $f_sc_IterableOnceOps__foldLeft__O__F2__O(this, z, op) + return $f_sc_IterableOnceOps__foldLeft__O__F2__O(this, z, op); }); $c_Lpprint_Truncated.prototype.reduceLeft__F2__O = (function(op) { - return $f_sc_IterableOnceOps__reduceLeft__F2__O(this, op) + return $f_sc_IterableOnceOps__reduceLeft__F2__O(this, op); }); $c_Lpprint_Truncated.prototype.copyToArray__O__I__I__I = (function(xs, start, len) { - return $f_sc_IterableOnceOps__copyToArray__O__I__I__I(this, xs, start, len) + return $f_sc_IterableOnceOps__copyToArray__O__I__I__I(this, xs, start, len); }); $c_Lpprint_Truncated.prototype.addString__scm_StringBuilder__T__T__T__scm_StringBuilder = (function(b, start, sep, end) { - return $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder(this, b, start, sep, end) + return $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder(this, b, start, sep, end); }); $c_Lpprint_Truncated.prototype.toList__sci_List = (function() { - $m_sci_List$(); - return $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this) + return $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this); }); $c_Lpprint_Truncated.prototype.toMap__s_$less$colon$less__sci_Map = (function(ev) { - return $m_sci_Map$().from__sc_IterableOnce__sci_Map(this) + return $m_sci_Map$().from__sc_IterableOnce__sci_Map(this); }); $c_Lpprint_Truncated.prototype.toArray__s_reflect_ClassTag__O = (function(evidence$2) { - return $f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O(this, evidence$2) + return $f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O(this, evidence$2); }); $c_Lpprint_Truncated.prototype.knownSize__I = (function() { - return (-1) + return (-1); }); $c_Lpprint_Truncated.prototype.completedLineCount__I = (function() { $m_s_Predef$().assert__Z__V((!this.hasNext__Z())); - return (((-1) + $n(this.Lpprint_Truncated__f_lineLengths).length__I()) | 0) + return (((-1) + $n(this.Lpprint_Truncated__f_lineLengths).length__I()) | 0); }); $c_Lpprint_Truncated.prototype.lastLineLength__I = (function() { $m_s_Predef$().assert__Z__V((!this.hasNext__Z())); - return $uI($n(this.Lpprint_Truncated__f_lineLengths).apply__I__O((((-1) + $n(this.Lpprint_Truncated__f_lineLengths).length__I()) | 0))) + return $uI($n(this.Lpprint_Truncated__f_lineLengths).apply__I__O((((-1) + $n(this.Lpprint_Truncated__f_lineLengths).length__I()) | 0))); }); $c_Lpprint_Truncated.prototype.toResult__Lpprint_Result = (function() { - return new $c_Lpprint_Result(this, new $c_sjsr_AnonFunction0((() => this.completedLineCount__I())), new $c_sjsr_AnonFunction0((() => this.lastLineLength__I()))) + return new $c_Lpprint_Result(this, new $c_sjsr_AnonFunction0((() => this.completedLineCount__I())), new $c_sjsr_AnonFunction0((() => this.lastLineLength__I()))); }); $c_Lpprint_Truncated.prototype.hasNext__Z = (function() { - return (($n($n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)).Lpprint_Truncated$Internal$__f_chunks).hasNext__Z() && ($n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)).completedLines__I() < (((-1) + this.Lpprint_Truncated__f_height) | 0))) || (!$n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)).Lpprint_Truncated$Internal$__f_lastLineFinished)) + return (($n($n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)).Lpprint_Truncated$Internal$__f_chunks).hasNext__Z() && ($n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)).completedLines__I() < (((-1) + this.Lpprint_Truncated__f_height) | 0))) || (!$n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)).Lpprint_Truncated$Internal$__f_lastLineFinished)); }); $c_Lpprint_Truncated.prototype.next__Lfansi_Str = (function() { if (($n($n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)).Lpprint_Truncated$Internal$__f_chunks).hasNext__Z() && ($n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)).completedLines__I() < (((-1) + this.Lpprint_Truncated__f_height) | 0)))) { @@ -19670,17 +18639,17 @@ $c_Lpprint_Truncated.prototype.next__Lfansi_Str = (function() { var x = $m_s_None$(); if ((x === x1)) { if ((!$n($n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)).Lpprint_Truncated$Internal$__f_chunks).hasNext__Z())) { - $n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)).Lpprint_Truncated$Internal$__f_lastLineFinished = true - }; - return chunk + $n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)).Lpprint_Truncated$Internal$__f_lastLineFinished = true; + } + return chunk; } else if ((x1 instanceof $c_s_Some)) { var x3 = $as_s_Some(x1); var i = $uI($n(x3).s_Some__f_value); var splitPoint = (($uI($n(this.Lpprint_Truncated__f_lineLengths).last__O()) !== 0) ? (((-1) + i) | 0) : i); $n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)).Lpprint_Truncated$Internal$__f_lastChunkLeftover = $n(chunk).substring__I__I__Lfansi_Str(splitPoint, $n(chunk).length__I()); - return $n(chunk).substring__I__I__Lfansi_Str(0, splitPoint) + return $n(chunk).substring__I__I__Lfansi_Str(0, splitPoint); } else { - throw new $c_s_MatchError(x1) + throw new $c_s_MatchError(x1); } } else if ((!$n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)).Lpprint_Truncated$Internal$__f_lastLineFinished)) { var buffer = $as_scm_Buffer($m_scm_Buffer$().empty__sc_SeqOps()); @@ -19690,78 +18659,74 @@ $c_Lpprint_Truncated.prototype.next__Lfansi_Str = (function() { if ((x$3 === x1$2)) { var this$1 = $n(buffer); var elem = $n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)).Lpprint_Truncated$Internal$__f_lastChunkLeftover; - $as_scm_Buffer(this$1.addOne__O__scm_Growable(elem)) + $as_scm_Buffer(this$1.addOne__O__scm_Growable(elem)); } else if ((x1$2 instanceof $c_s_Some)) { var x3$2 = $as_s_Some(x1$2); var i$2 = $uI($n(x3$2).s_Some__f_value); charsLeftOver = true; var this$2 = $n(buffer); var elem$1 = $n($n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)).Lpprint_Truncated$Internal$__f_lastChunkLeftover).substring__I__I__Lfansi_Str(0, (((-1) + i$2) | 0)); - $as_scm_Buffer(this$2.addOne__O__scm_Growable(elem$1)) + $as_scm_Buffer(this$2.addOne__O__scm_Growable(elem$1)); } else { - throw new $c_s_MatchError(x1$2) - }; + throw new $c_s_MatchError(x1$2); + } while (($n($n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)).Lpprint_Truncated$Internal$__f_chunks).hasNext__Z() && ($n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)).completedLines__I() < this.Lpprint_Truncated__f_height))) { var chunk$2 = $as_Lfansi_Str($n($n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)).Lpprint_Truncated$Internal$__f_chunks).next__O()); var x1$3 = $n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)).consumeChunkUntilLine__Lfansi_Str__I__s_Option(chunk$2, this.Lpprint_Truncated__f_height); var x$5 = $m_s_None$(); if ((x$5 === x1$3)) { var this$3 = $n(buffer); - $as_scm_Buffer(this$3.addOne__O__scm_Growable(chunk$2)) + $as_scm_Buffer(this$3.addOne__O__scm_Growable(chunk$2)); } else if ((x1$3 instanceof $c_s_Some)) { var x3$3 = $as_s_Some(x1$3); var i$3 = $uI($n(x3$3).s_Some__f_value); charsLeftOver = true; var this$4 = $n(buffer); var elem$2 = $n(chunk$2).substring__I__I__Lfansi_Str(0, i$3); - $as_scm_Buffer(this$4.addOne__O__scm_Growable(elem$2)) + $as_scm_Buffer(this$4.addOne__O__scm_Growable(elem$2)); } else { - throw new $c_s_MatchError(x1$3) + throw new $c_s_MatchError(x1$3); } - }; + } $n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)).Lpprint_Truncated$Internal$__f_lastLineFinished = true; if ((charsLeftOver || $n($n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)).Lpprint_Truncated$Internal$__f_chunks).hasNext__Z())) { $n($p_Lpprint_Truncated__Internal__Lpprint_Truncated$Internal$(this)); - return $m_Lfansi_Str$().apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str(this.Lpprint_Truncated__f_truncationMarker, ($m_Lfansi_Str$(), $m_Lfansi_ErrorMode$Throw$())) + return $m_Lfansi_Str$().apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str(this.Lpprint_Truncated__f_truncationMarker, ($m_Lfansi_Str$(), $m_Lfansi_ErrorMode$Throw$())); } else { var this$8 = $m_Lfansi_Str$(); var this$7 = $n($as_sc_IterableOnceOps($n(buffer).map__F1__O(new $c_sjsr_AnonFunction1(((x$2$2$2) => { var x$2$2 = $as_Lfansi_Str(x$2$2$2); - return $n(x$2$2).render__T() + return $n(x$2$2).render__T(); }))))); var raw = $f_sc_IterableOnceOps__mkString__T__T__T__T(this$7, "", "", ""); - return this$8.apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str(raw, $m_Lfansi_ErrorMode$Throw$()) + return this$8.apply__jl_CharSequence__Lfansi_ErrorMode__Lfansi_Str(raw, $m_Lfansi_ErrorMode$Throw$()); } } else { - throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), "next on empty iterator") + throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), "next on empty iterator"); } }); $c_Lpprint_Truncated.prototype.next__O = (function() { - return this.next__Lfansi_Str() + return this.next__Lfansi_Str(); }); -var $d_Lpprint_Truncated = new $TypeData().initClass({ - Lpprint_Truncated: 0 -}, false, "pprint.Truncated", { +var $d_Lpprint_Truncated = new $TypeData().initClass($c_Lpprint_Truncated, "pprint.Truncated", ({ Lpprint_Truncated: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_Lpprint_Truncated.prototype.$classData = $d_Lpprint_Truncated; +})); function $p_Lpprint_Util$ConcatIterator__check__Z($thiz) { while (true) { if ((($thiz.Lpprint_Util$ConcatIterator__f_head !== null) && $n($thiz.Lpprint_Util$ConcatIterator__f_head).hasNext__Z())) { - return true + return true; } else if ((!$n($thiz.Lpprint_Util$ConcatIterator__f_it0).hasNext__Z())) { - return false + return false; } else { if (((($thiz.Lpprint_Util$ConcatIterator__f_count % 2) | 0) === 0)) { - $thiz.Lpprint_Util$ConcatIterator__f_head = $as_sc_Iterator($n($thiz.Lpprint_Util$ConcatIterator__f_it0).next__O()) + $thiz.Lpprint_Util$ConcatIterator__f_head = $as_sc_Iterator($n($thiz.Lpprint_Util$ConcatIterator__f_it0).next__O()); } else { - $thiz.Lpprint_Util$ConcatIterator__f_head = $as_sc_Iterator($n($thiz.Lpprint_Util$ConcatIterator__f_joiner).apply__O()) - }; - $thiz.Lpprint_Util$ConcatIterator__f_count = ((1 + $thiz.Lpprint_Util$ConcatIterator__f_count) | 0) + $thiz.Lpprint_Util$ConcatIterator__f_head = $as_sc_Iterator($n($thiz.Lpprint_Util$ConcatIterator__f_joiner).apply__O()); + } + $thiz.Lpprint_Util$ConcatIterator__f_count = ((1 + $thiz.Lpprint_Util$ConcatIterator__f_count) | 0); } } } @@ -19774,244 +18739,214 @@ function $c_Lpprint_Util$ConcatIterator(it0, joiner) { this.Lpprint_Util$ConcatIterator__f_it0 = it0; this.Lpprint_Util$ConcatIterator__f_joiner = joiner; this.Lpprint_Util$ConcatIterator__f_head = null; - this.Lpprint_Util$ConcatIterator__f_count = 0 + this.Lpprint_Util$ConcatIterator__f_count = 0; } $c_Lpprint_Util$ConcatIterator.prototype = new $h_O(); $c_Lpprint_Util$ConcatIterator.prototype.constructor = $c_Lpprint_Util$ConcatIterator; /** @constructor */ function $h_Lpprint_Util$ConcatIterator() { - /**/ } $h_Lpprint_Util$ConcatIterator.prototype = $c_Lpprint_Util$ConcatIterator.prototype; $c_Lpprint_Util$ConcatIterator.prototype.iterator__sc_Iterator = (function() { - return this + return this; }); $c_Lpprint_Util$ConcatIterator.prototype.concat__F0__sc_Iterator = (function(xs) { - return $f_sc_Iterator__concat__F0__sc_Iterator(this, xs) + return $f_sc_Iterator__concat__F0__sc_Iterator(this, xs); }); $c_Lpprint_Util$ConcatIterator.prototype.drop__I__sc_Iterator = (function(n) { - return $f_sc_Iterator__sliceIterator__I__I__sc_Iterator(this, n, (-1)) + return $f_sc_Iterator__sliceIterator__I__I__sc_Iterator(this, n, (-1)); }); $c_Lpprint_Util$ConcatIterator.prototype.toString__T = (function() { - return "" + return ""; }); $c_Lpprint_Util$ConcatIterator.prototype.foldLeft__O__F2__O = (function(z, op) { - return $f_sc_IterableOnceOps__foldLeft__O__F2__O(this, z, op) + return $f_sc_IterableOnceOps__foldLeft__O__F2__O(this, z, op); }); $c_Lpprint_Util$ConcatIterator.prototype.reduceLeft__F2__O = (function(op) { - return $f_sc_IterableOnceOps__reduceLeft__F2__O(this, op) + return $f_sc_IterableOnceOps__reduceLeft__F2__O(this, op); }); $c_Lpprint_Util$ConcatIterator.prototype.copyToArray__O__I__I__I = (function(xs, start, len) { - return $f_sc_IterableOnceOps__copyToArray__O__I__I__I(this, xs, start, len) + return $f_sc_IterableOnceOps__copyToArray__O__I__I__I(this, xs, start, len); }); $c_Lpprint_Util$ConcatIterator.prototype.addString__scm_StringBuilder__T__T__T__scm_StringBuilder = (function(b, start, sep, end) { - return $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder(this, b, start, sep, end) + return $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder(this, b, start, sep, end); }); $c_Lpprint_Util$ConcatIterator.prototype.toList__sci_List = (function() { - $m_sci_List$(); - return $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this) + return $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this); }); $c_Lpprint_Util$ConcatIterator.prototype.toMap__s_$less$colon$less__sci_Map = (function(ev) { - return $m_sci_Map$().from__sc_IterableOnce__sci_Map(this) + return $m_sci_Map$().from__sc_IterableOnce__sci_Map(this); }); $c_Lpprint_Util$ConcatIterator.prototype.toArray__s_reflect_ClassTag__O = (function(evidence$2) { - return $f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O(this, evidence$2) + return $f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O(this, evidence$2); }); $c_Lpprint_Util$ConcatIterator.prototype.knownSize__I = (function() { - return (-1) + return (-1); }); $c_Lpprint_Util$ConcatIterator.prototype.hasNext__Z = (function() { - return $p_Lpprint_Util$ConcatIterator__check__Z(this) + return $p_Lpprint_Util$ConcatIterator__check__Z(this); }); $c_Lpprint_Util$ConcatIterator.prototype.next__O = (function() { $p_Lpprint_Util$ConcatIterator__check__Z(this); - return $n(this.Lpprint_Util$ConcatIterator__f_head).next__O() + return $n(this.Lpprint_Util$ConcatIterator__f_head).next__O(); }); -var $d_Lpprint_Util$ConcatIterator = new $TypeData().initClass({ - Lpprint_Util$ConcatIterator: 0 -}, false, "pprint.Util$ConcatIterator", { +var $d_Lpprint_Util$ConcatIterator = new $TypeData().initClass($c_Lpprint_Util$ConcatIterator, "pprint.Util$ConcatIterator", ({ Lpprint_Util$ConcatIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_Lpprint_Util$ConcatIterator.prototype.$classData = $d_Lpprint_Util$ConcatIterator; +})); /** @constructor */ function $c_s_$eq$colon$eq() { - /**/ } $c_s_$eq$colon$eq.prototype = new $h_s_$less$colon$less(); $c_s_$eq$colon$eq.prototype.constructor = $c_s_$eq$colon$eq; /** @constructor */ function $h_s_$eq$colon$eq() { - /**/ } $h_s_$eq$colon$eq.prototype = $c_s_$eq$colon$eq.prototype; class $c_s_NotImplementedError extends $c_jl_Error { constructor() { super(); - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, "an implementation is missing", null, true, true) - }; + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, "an implementation is missing", null, true, true); + } } -var $d_s_NotImplementedError = new $TypeData().initClass({ - s_NotImplementedError: 0 -}, false, "scala.NotImplementedError", { +var $d_s_NotImplementedError = new $TypeData().initClass($c_s_NotImplementedError, "scala.NotImplementedError", ({ s_NotImplementedError: 1, jl_Error: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_s_NotImplementedError.prototype.$classData = $d_s_NotImplementedError; +})); /** @constructor */ function $c_s_PartialFunction$$anon$1() { this.s_PartialFunction$$anon$1__f_lift = null; - this.s_PartialFunction$$anon$1__f_lift = new $c_sjsr_AnonFunction1(((x$2) => $m_s_None$())) + this.s_PartialFunction$$anon$1__f_lift = new $c_sjsr_AnonFunction1(((x$2) => $m_s_None$())); } $c_s_PartialFunction$$anon$1.prototype = new $h_O(); $c_s_PartialFunction$$anon$1.prototype.constructor = $c_s_PartialFunction$$anon$1; /** @constructor */ function $h_s_PartialFunction$$anon$1() { - /**/ } $h_s_PartialFunction$$anon$1.prototype = $c_s_PartialFunction$$anon$1.prototype; $c_s_PartialFunction$$anon$1.prototype.applyOrElse__O__F1__O = (function(x, default$1) { - return $f_s_PartialFunction__applyOrElse__O__F1__O(this, x, default$1) + return $f_s_PartialFunction__applyOrElse__O__F1__O(this, x, default$1); }); $c_s_PartialFunction$$anon$1.prototype.toString__T = (function() { - return "" + return ""; }); $c_s_PartialFunction$$anon$1.prototype.isDefinedAt__O__Z = (function(x) { - return false + return false; }); $c_s_PartialFunction$$anon$1.prototype.apply__O__E = (function(x) { - throw new $c_s_MatchError(x) + throw new $c_s_MatchError(x); }); $c_s_PartialFunction$$anon$1.prototype.lift__F1 = (function() { - return this.s_PartialFunction$$anon$1__f_lift + return this.s_PartialFunction$$anon$1__f_lift; }); $c_s_PartialFunction$$anon$1.prototype.apply__O__O = (function(v1) { - this.apply__O__E(v1) + this.apply__O__E(v1); }); -var $d_s_PartialFunction$$anon$1 = new $TypeData().initClass({ - s_PartialFunction$$anon$1: 0 -}, false, "scala.PartialFunction$$anon$1", { +var $d_s_PartialFunction$$anon$1 = new $TypeData().initClass($c_s_PartialFunction$$anon$1, "scala.PartialFunction$$anon$1", ({ s_PartialFunction$$anon$1: 1, - O: 1, s_PartialFunction: 1, F1: 1, Ljava_io_Serializable: 1 -}); -$c_s_PartialFunction$$anon$1.prototype.$classData = $d_s_PartialFunction$$anon$1; +})); /** @constructor */ function $c_s_PartialFunction$Lifted(pf) { this.s_PartialFunction$Lifted__f_pf = null; - this.s_PartialFunction$Lifted__f_pf = pf + this.s_PartialFunction$Lifted__f_pf = pf; } $c_s_PartialFunction$Lifted.prototype = new $h_sr_AbstractFunction1(); $c_s_PartialFunction$Lifted.prototype.constructor = $c_s_PartialFunction$Lifted; /** @constructor */ function $h_s_PartialFunction$Lifted() { - /**/ } $h_s_PartialFunction$Lifted.prototype = $c_s_PartialFunction$Lifted.prototype; $c_s_PartialFunction$Lifted.prototype.apply__O__s_Option = (function(x) { var z = $n(this.s_PartialFunction$Lifted__f_pf).applyOrElse__O__F1__O(x, $m_s_PartialFunction$().s_PartialFunction$__f_fallback_fn); - return ((!$m_s_PartialFunction$().scala$PartialFunction$$fallbackOccurred__O__Z(z)) ? new $c_s_Some(z) : $m_s_None$()) + return ((!$m_s_PartialFunction$().scala$PartialFunction$$fallbackOccurred__O__Z(z)) ? new $c_s_Some(z) : $m_s_None$()); }); $c_s_PartialFunction$Lifted.prototype.apply__O__O = (function(v1) { - return this.apply__O__s_Option(v1) + return this.apply__O__s_Option(v1); }); -var $d_s_PartialFunction$Lifted = new $TypeData().initClass({ - s_PartialFunction$Lifted: 0 -}, false, "scala.PartialFunction$Lifted", { +var $d_s_PartialFunction$Lifted = new $TypeData().initClass($c_s_PartialFunction$Lifted, "scala.PartialFunction$Lifted", ({ s_PartialFunction$Lifted: 1, sr_AbstractFunction1: 1, - O: 1, F1: 1, Ljava_io_Serializable: 1 -}); -$c_s_PartialFunction$Lifted.prototype.$classData = $d_s_PartialFunction$Lifted; +})); /** @constructor */ function $c_sc_AbstractIterator() { - /**/ } $c_sc_AbstractIterator.prototype = new $h_O(); $c_sc_AbstractIterator.prototype.constructor = $c_sc_AbstractIterator; /** @constructor */ function $h_sc_AbstractIterator() { - /**/ } $h_sc_AbstractIterator.prototype = $c_sc_AbstractIterator.prototype; $c_sc_AbstractIterator.prototype.iterator__sc_Iterator = (function() { - return this + return this; }); $c_sc_AbstractIterator.prototype.concat__F0__sc_Iterator = (function(xs) { - return $f_sc_Iterator__concat__F0__sc_Iterator(this, xs) + return $f_sc_Iterator__concat__F0__sc_Iterator(this, xs); }); $c_sc_AbstractIterator.prototype.drop__I__sc_Iterator = (function(n) { - return this.sliceIterator__I__I__sc_Iterator(n, (-1)) + return this.sliceIterator__I__I__sc_Iterator(n, (-1)); }); $c_sc_AbstractIterator.prototype.sliceIterator__I__I__sc_Iterator = (function(from, until) { - return $f_sc_Iterator__sliceIterator__I__I__sc_Iterator(this, from, until) + return $f_sc_Iterator__sliceIterator__I__I__sc_Iterator(this, from, until); }); $c_sc_AbstractIterator.prototype.toString__T = (function() { - return "" + return ""; }); $c_sc_AbstractIterator.prototype.foldLeft__O__F2__O = (function(z, op) { - return $f_sc_IterableOnceOps__foldLeft__O__F2__O(this, z, op) + return $f_sc_IterableOnceOps__foldLeft__O__F2__O(this, z, op); }); $c_sc_AbstractIterator.prototype.reduceLeft__F2__O = (function(op) { - return $f_sc_IterableOnceOps__reduceLeft__F2__O(this, op) + return $f_sc_IterableOnceOps__reduceLeft__F2__O(this, op); }); $c_sc_AbstractIterator.prototype.copyToArray__O__I__I__I = (function(xs, start, len) { - return $f_sc_IterableOnceOps__copyToArray__O__I__I__I(this, xs, start, len) + return $f_sc_IterableOnceOps__copyToArray__O__I__I__I(this, xs, start, len); }); $c_sc_AbstractIterator.prototype.addString__scm_StringBuilder__T__T__T__scm_StringBuilder = (function(b, start, sep, end) { - return $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder(this, b, start, sep, end) + return $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder(this, b, start, sep, end); }); $c_sc_AbstractIterator.prototype.toList__sci_List = (function() { - $m_sci_List$(); - return $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this) + return $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this); }); $c_sc_AbstractIterator.prototype.toMap__s_$less$colon$less__sci_Map = (function(ev) { - return $m_sci_Map$().from__sc_IterableOnce__sci_Map(this) + return $m_sci_Map$().from__sc_IterableOnce__sci_Map(this); }); $c_sc_AbstractIterator.prototype.toArray__s_reflect_ClassTag__O = (function(evidence$2) { - return $f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O(this, evidence$2) + return $f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O(this, evidence$2); }); $c_sc_AbstractIterator.prototype.knownSize__I = (function() { - return (-1) + return (-1); }); /** @constructor */ function $c_sc_Iterable$() { this.sc_IterableFactory$Delegate__f_delegate = null; - $ct_sc_IterableFactory$Delegate__sc_IterableFactory__(this, $m_sci_Iterable$()) + $ct_sc_IterableFactory$Delegate__sc_IterableFactory__(this, $m_sci_Iterable$()); } $c_sc_Iterable$.prototype = new $h_sc_IterableFactory$Delegate(); $c_sc_Iterable$.prototype.constructor = $c_sc_Iterable$; /** @constructor */ function $h_sc_Iterable$() { - /**/ } $h_sc_Iterable$.prototype = $c_sc_Iterable$.prototype; -var $d_sc_Iterable$ = new $TypeData().initClass({ - sc_Iterable$: 0 -}, false, "scala.collection.Iterable$", { +var $d_sc_Iterable$ = new $TypeData().initClass($c_sc_Iterable$, "scala.collection.Iterable$", ({ sc_Iterable$: 1, sc_IterableFactory$Delegate: 1, - O: 1, sc_IterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_sc_Iterable$.prototype.$classData = $d_sc_Iterable$; +})); var $n_sc_Iterable$; function $m_sc_Iterable$() { if ((!$n_sc_Iterable$)) { - $n_sc_Iterable$ = new $c_sc_Iterable$() - }; - return $n_sc_Iterable$ + $n_sc_Iterable$ = new $c_sc_Iterable$(); + } + return $n_sc_Iterable$; } /** @constructor */ function $c_sc_Map$() { @@ -20021,164 +18956,148 @@ function $c_sc_Map$() { $ct_sc_MapFactory$Delegate__sc_MapFactory__(this, $m_sci_Map$()); $n_sc_Map$ = this; this.sc_Map$__f_DefaultSentinel = $ct_O__(new $c_O()); - this.sc_Map$__f_scala$collection$Map$$DefaultSentinelFn = new $c_sjsr_AnonFunction0((() => $m_sc_Map$().sc_Map$__f_DefaultSentinel)) + this.sc_Map$__f_scala$collection$Map$$DefaultSentinelFn = new $c_sjsr_AnonFunction0((() => $m_sc_Map$().sc_Map$__f_DefaultSentinel)); } $c_sc_Map$.prototype = new $h_sc_MapFactory$Delegate(); $c_sc_Map$.prototype.constructor = $c_sc_Map$; /** @constructor */ function $h_sc_Map$() { - /**/ } $h_sc_Map$.prototype = $c_sc_Map$.prototype; -var $d_sc_Map$ = new $TypeData().initClass({ - sc_Map$: 0 -}, false, "scala.collection.Map$", { +var $d_sc_Map$ = new $TypeData().initClass($c_sc_Map$, "scala.collection.Map$", ({ sc_Map$: 1, sc_MapFactory$Delegate: 1, - O: 1, sc_MapFactory: 1, Ljava_io_Serializable: 1 -}); -$c_sc_Map$.prototype.$classData = $d_sc_Map$; +})); var $n_sc_Map$; function $m_sc_Map$() { if ((!$n_sc_Map$)) { - $n_sc_Map$ = new $c_sc_Map$() - }; - return $n_sc_Map$ + $n_sc_Map$ = new $c_sc_Map$(); + } + return $n_sc_Map$; } /** @constructor */ function $c_sc_MapOps$WithFilter(self, p) { this.sc_IterableOps$WithFilter__f_self = null; this.sc_IterableOps$WithFilter__f_p = null; - $ct_sc_IterableOps$WithFilter__sc_IterableOps__F1__(this, self, p) + $ct_sc_IterableOps$WithFilter__sc_IterableOps__F1__(this, self, p); } $c_sc_MapOps$WithFilter.prototype = new $h_sc_IterableOps$WithFilter(); $c_sc_MapOps$WithFilter.prototype.constructor = $c_sc_MapOps$WithFilter; /** @constructor */ function $h_sc_MapOps$WithFilter() { - /**/ } $h_sc_MapOps$WithFilter.prototype = $c_sc_MapOps$WithFilter.prototype; -var $d_sc_MapOps$WithFilter = new $TypeData().initClass({ - sc_MapOps$WithFilter: 0 -}, false, "scala.collection.MapOps$WithFilter", { +var $d_sc_MapOps$WithFilter = new $TypeData().initClass($c_sc_MapOps$WithFilter, "scala.collection.MapOps$WithFilter", ({ sc_MapOps$WithFilter: 1, sc_IterableOps$WithFilter: 1, sc_WithFilter: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_sc_MapOps$WithFilter.prototype.$classData = $d_sc_MapOps$WithFilter; +})); function $ct_sc_SeqFactory$Delegate__sc_SeqFactory__($thiz, delegate) { $thiz.sc_SeqFactory$Delegate__f_delegate = delegate; - return $thiz + return $thiz; } /** @constructor */ function $c_sc_SeqFactory$Delegate() { - this.sc_SeqFactory$Delegate__f_delegate = null + this.sc_SeqFactory$Delegate__f_delegate = null; } $c_sc_SeqFactory$Delegate.prototype = new $h_O(); $c_sc_SeqFactory$Delegate.prototype.constructor = $c_sc_SeqFactory$Delegate; /** @constructor */ function $h_sc_SeqFactory$Delegate() { - /**/ } $h_sc_SeqFactory$Delegate.prototype = $c_sc_SeqFactory$Delegate.prototype; $c_sc_SeqFactory$Delegate.prototype.apply__sci_Seq__sc_SeqOps = (function(elems) { - return $as_sc_SeqOps($n(this.sc_SeqFactory$Delegate__f_delegate).apply__sci_Seq__O(elems)) + return $as_sc_SeqOps($n(this.sc_SeqFactory$Delegate__f_delegate).apply__sci_Seq__O(elems)); }); $c_sc_SeqFactory$Delegate.prototype.empty__sc_SeqOps = (function() { - return $as_sc_SeqOps($n(this.sc_SeqFactory$Delegate__f_delegate).empty__O()) + return $as_sc_SeqOps($n(this.sc_SeqFactory$Delegate__f_delegate).empty__O()); }); $c_sc_SeqFactory$Delegate.prototype.from__sc_IterableOnce__sc_SeqOps = (function(it) { - return $as_sc_SeqOps($n(this.sc_SeqFactory$Delegate__f_delegate).from__sc_IterableOnce__O(it)) + return $as_sc_SeqOps($n(this.sc_SeqFactory$Delegate__f_delegate).from__sc_IterableOnce__O(it)); }); $c_sc_SeqFactory$Delegate.prototype.newBuilder__scm_Builder = (function() { - return $n(this.sc_SeqFactory$Delegate__f_delegate).newBuilder__scm_Builder() + return $n(this.sc_SeqFactory$Delegate__f_delegate).newBuilder__scm_Builder(); }); $c_sc_SeqFactory$Delegate.prototype.from__sc_IterableOnce__O = (function(source) { - return this.from__sc_IterableOnce__sc_SeqOps(source) + return this.from__sc_IterableOnce__sc_SeqOps(source); }); $c_sc_SeqFactory$Delegate.prototype.empty__O = (function() { - return this.empty__sc_SeqOps() + return this.empty__sc_SeqOps(); }); $c_sc_SeqFactory$Delegate.prototype.apply__sci_Seq__O = (function(elems) { - return this.apply__sci_Seq__sc_SeqOps(elems) + return this.apply__sci_Seq__sc_SeqOps(elems); }); function $f_sc_SeqOps__distinct__O($thiz) { - return $thiz.distinctBy__F1__O(new $c_sjsr_AnonFunction1(((x$2) => x$2))) + return $thiz.distinctBy__F1__O(new $c_sjsr_AnonFunction1(((x$2) => x$2))); } function $f_sc_SeqOps__distinctBy__F1__O($thiz, f) { - return $thiz.fromSpecific__sc_IterableOnce__O(new $c_sc_View$DistinctBy($thiz, f)) + return $thiz.fromSpecific__sc_IterableOnce__O(new $c_sc_View$DistinctBy($thiz, f)); } function $f_sc_SeqOps__isDefinedAt__I__Z($thiz, idx) { - return ((idx >= 0) && ($thiz.lengthCompare__I__I(idx) > 0)) + return ((idx >= 0) && ($thiz.lengthCompare__I__I(idx) > 0)); } function $f_sc_SeqOps__indexOf__O__I__I($thiz, elem, from) { - return $thiz.indexWhere__F1__I__I(new $c_sjsr_AnonFunction1(((x$1$2) => $m_sr_BoxesRunTime$().equals__O__O__Z(elem, x$1$2))), from) + return $thiz.indexWhere__F1__I__I(new $c_sjsr_AnonFunction1(((x$1$2) => $m_sr_BoxesRunTime$().equals__O__O__Z(elem, x$1$2))), from); } function $f_sc_SeqOps__contains__O__Z($thiz, elem) { - return $thiz.exists__F1__Z(new $c_sjsr_AnonFunction1(((x$3$2) => $m_sr_BoxesRunTime$().equals__O__O__Z(x$3$2, elem)))) + return $thiz.exists__F1__Z(new $c_sjsr_AnonFunction1(((x$3$2) => $m_sr_BoxesRunTime$().equals__O__O__Z(x$3$2, elem)))); } function $f_sc_SeqOps__isEmpty__Z($thiz) { - return ($thiz.lengthCompare__I__I(0) === 0) + return ($thiz.lengthCompare__I__I(0) === 0); } function $f_sc_SeqOps__sameElements__sc_IterableOnce__Z($thiz, that) { var thisKnownSize = $thiz.knownSize__I(); if ((thisKnownSize !== (-1))) { var thatKnownSize = $n(that).knownSize__I(); - var knownSizeDifference = ((thatKnownSize !== (-1)) && (thisKnownSize !== thatKnownSize)) + var knownSizeDifference = ((thatKnownSize !== (-1)) && (thisKnownSize !== thatKnownSize)); } else { - var knownSizeDifference = false - }; + var knownSizeDifference = false; + } if ((!knownSizeDifference)) { var this$1 = $n($thiz.iterator__sc_Iterator()); - return $f_sc_Iterator__sameElements__sc_IterableOnce__Z(this$1, that) + return $f_sc_Iterator__sameElements__sc_IterableOnce__Z(this$1, that); } else { - return false + return false; } } function $is_sc_SeqOps(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_SeqOps))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_SeqOps))); } function $as_sc_SeqOps(obj) { - return (($is_sc_SeqOps(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.SeqOps")) + return (($is_sc_SeqOps(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.SeqOps")); } function $isArrayOf_sc_SeqOps(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_SeqOps))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_SeqOps))); } function $asArrayOf_sc_SeqOps(obj, depth) { - return (($isArrayOf_sc_SeqOps(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.SeqOps;", depth)) + return (($isArrayOf_sc_SeqOps(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.SeqOps;", depth)); } /** @constructor */ function $c_sc_Set$() { this.sc_IterableFactory$Delegate__f_delegate = null; - $ct_sc_IterableFactory$Delegate__sc_IterableFactory__(this, $m_sci_Set$()) + $ct_sc_IterableFactory$Delegate__sc_IterableFactory__(this, $m_sci_Set$()); } $c_sc_Set$.prototype = new $h_sc_IterableFactory$Delegate(); $c_sc_Set$.prototype.constructor = $c_sc_Set$; /** @constructor */ function $h_sc_Set$() { - /**/ } $h_sc_Set$.prototype = $c_sc_Set$.prototype; -var $d_sc_Set$ = new $TypeData().initClass({ - sc_Set$: 0 -}, false, "scala.collection.Set$", { +var $d_sc_Set$ = new $TypeData().initClass($c_sc_Set$, "scala.collection.Set$", ({ sc_Set$: 1, sc_IterableFactory$Delegate: 1, - O: 1, sc_IterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_sc_Set$.prototype.$classData = $d_sc_Set$; +})); var $n_sc_Set$; function $m_sc_Set$() { if ((!$n_sc_Set$)) { - $n_sc_Set$ = new $c_sc_Set$() - }; - return $n_sc_Set$ + $n_sc_Set$ = new $c_sc_Set$(); + } + return $n_sc_Set$; } function $f_sc_StrictOptimizedIterableOps__partition__F1__T2($thiz, p) { var l = $thiz.newSpecificBuilder__scm_Builder(); @@ -20187,9 +19106,9 @@ function $f_sc_StrictOptimizedIterableOps__partition__F1__T2($thiz, p) { while (this$1.hasNext__Z()) { var arg1 = this$1.next__O(); var this$2 = $n(($uZ($n(p).apply__O__O(arg1)) ? l : r)); - $as_scm_Builder(this$2.addOne__O__scm_Growable(arg1)) - }; - return new $c_T2($n(l).result__O(), $n(r).result__O()) + $as_scm_Builder(this$2.addOne__O__scm_Growable(arg1)); + } + return new $c_T2($n(l).result__O(), $n(r).result__O()); } function $f_sc_StrictOptimizedIterableOps__map__F1__O($thiz, f) { var b = $n($thiz.iterableFactory__sc_IterableFactory()).newBuilder__scm_Builder(); @@ -20197,9 +19116,9 @@ function $f_sc_StrictOptimizedIterableOps__map__F1__O($thiz, f) { while ($n(it).hasNext__Z()) { var this$1 = $n(b); var elem = $n(f).apply__O__O($n(it).next__O()); - this$1.addOne__O__scm_Growable(elem) - }; - return $n(b).result__O() + this$1.addOne__O__scm_Growable(elem); + } + return $n(b).result__O(); } function $f_sc_StrictOptimizedIterableOps__flatten__F1__O($thiz, toIterableOnce) { var b = $n($thiz.iterableFactory__sc_IterableFactory()).newBuilder__scm_Builder(); @@ -20207,9 +19126,9 @@ function $f_sc_StrictOptimizedIterableOps__flatten__F1__O($thiz, toIterableOnce) while ($n(it).hasNext__Z()) { var this$1 = $n(b); var elems = $as_sc_IterableOnce($n(toIterableOnce).apply__O__O($n(it).next__O())); - this$1.addAll__sc_IterableOnce__scm_Growable(elems) - }; - return $n(b).result__O() + this$1.addAll__sc_IterableOnce__scm_Growable(elems); + } + return $n(b).result__O(); } function $f_sc_StrictOptimizedIterableOps__zip__sc_IterableOnce__O($thiz, that) { var b = $n($thiz.iterableFactory__sc_IterableFactory()).newBuilder__scm_Builder(); @@ -20218,9 +19137,9 @@ function $f_sc_StrictOptimizedIterableOps__zip__sc_IterableOnce__O($thiz, that) while (($n(it1).hasNext__Z() && $n(it2).hasNext__Z())) { var this$1 = $n(b); var elem = new $c_T2($n(it1).next__O(), $n(it2).next__O()); - this$1.addOne__O__scm_Growable(elem) - }; - return $n(b).result__O() + this$1.addOne__O__scm_Growable(elem); + } + return $n(b).result__O(); } /** @constructor */ function $c_sci_HashMap$accum$1(outer) { @@ -20228,24 +19147,20 @@ function $c_sci_HashMap$accum$1(outer) { this.sci_HashMap$accum$1__f_shallowlyMutableNodeMap = 0; this.sci_HashMap$accum$1__f_current = null; this.sci_HashMap$accum$1__f_$outer = null; - if ((outer === null)) { - $n(null) - } else { - this.sci_HashMap$accum$1__f_$outer = outer - }; + $n(outer); + this.sci_HashMap$accum$1__f_$outer = outer; this.sci_HashMap$accum$1__f_changed = false; this.sci_HashMap$accum$1__f_shallowlyMutableNodeMap = 0; - this.sci_HashMap$accum$1__f_current = $n(outer).sci_HashMap__f_rootNode + this.sci_HashMap$accum$1__f_current = $n(outer).sci_HashMap__f_rootNode; } $c_sci_HashMap$accum$1.prototype = new $h_sr_AbstractFunction2(); $c_sci_HashMap$accum$1.prototype.constructor = $c_sci_HashMap$accum$1; /** @constructor */ function $h_sci_HashMap$accum$1() { - /**/ } $h_sci_HashMap$accum$1.prototype = $c_sci_HashMap$accum$1.prototype; $c_sci_HashMap$accum$1.prototype.toString__T = (function() { - return "" + return ""; }); $c_sci_HashMap$accum$1.prototype.apply__O__O__V = (function(key, value) { var originalHash = $m_sr_Statics$().anyHash__O__I(key); @@ -20254,68 +19169,59 @@ $c_sci_HashMap$accum$1.prototype.apply__O__O__V = (function(key, value) { this.sci_HashMap$accum$1__f_current = $n(this.sci_HashMap$accum$1__f_current).updated__O__O__I__I__I__Z__sci_BitmapIndexedMapNode(key, value, originalHash, improved, 0, true); if ((this.sci_HashMap$accum$1__f_current !== $n(this.sci_HashMap$accum$1__f_$outer).sci_HashMap__f_rootNode)) { this.sci_HashMap$accum$1__f_changed = true; - this.sci_HashMap$accum$1__f_shallowlyMutableNodeMap = $m_sci_Node$().bitposFrom__I__I($m_sci_Node$().maskFrom__I__I__I(improved, 0)) + this.sci_HashMap$accum$1__f_shallowlyMutableNodeMap = $m_sci_Node$().bitposFrom__I__I($m_sci_Node$().maskFrom__I__I__I(improved, 0)); } } else { - this.sci_HashMap$accum$1__f_shallowlyMutableNodeMap = $n(this.sci_HashMap$accum$1__f_current).updateWithShallowMutations__O__O__I__I__I__I__I(key, value, originalHash, improved, 0, this.sci_HashMap$accum$1__f_shallowlyMutableNodeMap) + this.sci_HashMap$accum$1__f_shallowlyMutableNodeMap = $n(this.sci_HashMap$accum$1__f_current).updateWithShallowMutations__O__O__I__I__I__I__I(key, value, originalHash, improved, 0, this.sci_HashMap$accum$1__f_shallowlyMutableNodeMap); } }); $c_sci_HashMap$accum$1.prototype.apply__O__O__O = (function(v1, v2) { - this.apply__O__O__V(v1, v2) + this.apply__O__O__V(v1, v2); }); $c_sci_HashMap$accum$1.prototype.apply__O__O = (function(v1) { var kv = $as_T2(v1); - this.apply__O__O__V($n(kv)._1__O(), $n(kv)._2__O()) + this.apply__O__O__V($n(kv)._1__O(), $n(kv)._2__O()); }); -var $d_sci_HashMap$accum$1 = new $TypeData().initClass({ - sci_HashMap$accum$1: 0 -}, false, "scala.collection.immutable.HashMap$accum$1", { +var $d_sci_HashMap$accum$1 = new $TypeData().initClass($c_sci_HashMap$accum$1, "scala.collection.immutable.HashMap$accum$1", ({ sci_HashMap$accum$1: 1, sr_AbstractFunction2: 1, - O: 1, F2: 1, F1: 1 -}); -$c_sci_HashMap$accum$1.prototype.$classData = $d_sci_HashMap$accum$1; +})); /** @constructor */ function $c_sci_Iterable$() { this.sc_IterableFactory$Delegate__f_delegate = null; - $ct_sc_IterableFactory$Delegate__sc_IterableFactory__(this, $m_sci_List$()) + $ct_sc_IterableFactory$Delegate__sc_IterableFactory__(this, $m_sci_List$()); } $c_sci_Iterable$.prototype = new $h_sc_IterableFactory$Delegate(); $c_sci_Iterable$.prototype.constructor = $c_sci_Iterable$; /** @constructor */ function $h_sci_Iterable$() { - /**/ } $h_sci_Iterable$.prototype = $c_sci_Iterable$.prototype; $c_sci_Iterable$.prototype.from__sc_IterableOnce__sci_Iterable = (function(it) { if ($is_sci_Iterable(it)) { var x2 = $as_sci_Iterable(it); - return x2 + return x2; } else { - return $as_sci_Iterable($c_sc_IterableFactory$Delegate.prototype.from__sc_IterableOnce__O.call(this, it)) + return $as_sci_Iterable($c_sc_IterableFactory$Delegate.prototype.from__sc_IterableOnce__O.call(this, it)); } }); $c_sci_Iterable$.prototype.from__sc_IterableOnce__O = (function(it) { - return this.from__sc_IterableOnce__sci_Iterable(it) + return this.from__sc_IterableOnce__sci_Iterable(it); }); -var $d_sci_Iterable$ = new $TypeData().initClass({ - sci_Iterable$: 0 -}, false, "scala.collection.immutable.Iterable$", { +var $d_sci_Iterable$ = new $TypeData().initClass($c_sci_Iterable$, "scala.collection.immutable.Iterable$", ({ sci_Iterable$: 1, sc_IterableFactory$Delegate: 1, - O: 1, sc_IterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Iterable$.prototype.$classData = $d_sci_Iterable$; +})); var $n_sci_Iterable$; function $m_sci_Iterable$() { if ((!$n_sci_Iterable$)) { - $n_sci_Iterable$ = new $c_sci_Iterable$() - }; - return $n_sci_Iterable$ + $n_sci_Iterable$ = new $c_sci_Iterable$(); + } + return $n_sci_Iterable$; } /** @constructor */ function $c_sci_LazyList$() { @@ -20323,17 +19229,15 @@ function $c_sci_LazyList$() { $n_sci_LazyList$ = this; var state = new $c_sjsr_AnonFunction0((() => $m_sci_LazyList$State$Empty$())); this.sci_LazyList$__f__empty = new $c_sci_LazyList(state).force__sci_LazyList(); - new $c_sjsr_AnonFunction1(((x$10$2) => $m_sr_Statics$PFMarker$())) } $c_sci_LazyList$.prototype = new $h_O(); $c_sci_LazyList$.prototype.constructor = $c_sci_LazyList$; /** @constructor */ function $h_sci_LazyList$() { - /**/ } $h_sci_LazyList$.prototype = $c_sci_LazyList$.prototype; $c_sci_LazyList$.prototype.apply__sci_Seq__O = (function(elems) { - return this.from__sc_IterableOnce__sci_LazyList(elems) + return this.from__sc_IterableOnce__sci_LazyList(elems); }); $c_sci_LazyList$.prototype.scala$collection$immutable$LazyList$$filterImpl__sci_LazyList__F1__Z__sci_LazyList = (function(ll, p, isFlipped) { var restRef = new $c_sr_ObjectRef(ll); @@ -20347,18 +19251,18 @@ $c_sci_LazyList$.prototype.scala$collection$immutable$LazyList$$filterImpl__sci_ found = ($uZ($n(p).apply__O__O(elem)) !== isFlipped); var this$4 = $n(rest); rest = $n(this$4.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList(); - restRef.sr_ObjectRef__f_elem = rest - }; + restRef.sr_ObjectRef__f_elem = rest; + } if (found) { $m_sci_LazyList$(); var hd = elem; var tl = $m_sci_LazyList$().scala$collection$immutable$LazyList$$filterImpl__sci_LazyList__F1__Z__sci_LazyList(rest, p, isFlipped); - return new $c_sci_LazyList$State$Cons(hd, tl) + return new $c_sci_LazyList$State$Cons(hd, tl); } else { - return $m_sci_LazyList$State$Empty$() + return $m_sci_LazyList$State$Empty$(); } })); - return new $c_sci_LazyList(state) + return new $c_sci_LazyList(state); }); $c_sci_LazyList$.prototype.scala$collection$immutable$LazyList$$dropImpl__sci_LazyList__I__sci_LazyList = (function(ll, n) { var restRef = new $c_sr_ObjectRef(ll); @@ -20371,21 +19275,21 @@ $c_sci_LazyList$.prototype.scala$collection$immutable$LazyList$$dropImpl__sci_La rest = $n(this$4.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList(); restRef.sr_ObjectRef__f_elem = rest; i = (((-1) + i) | 0); - iRef.sr_IntRef__f_elem = i - }; - return $n(rest).scala$collection$immutable$LazyList$$state__sci_LazyList$State() + iRef.sr_IntRef__f_elem = i; + } + return $n(rest).scala$collection$immutable$LazyList$$state__sci_LazyList$State(); })); - return new $c_sci_LazyList(state) + return new $c_sci_LazyList(state); }); $c_sci_LazyList$.prototype.from__sc_IterableOnce__sci_LazyList = (function(coll) { if ((coll instanceof $c_sci_LazyList)) { var x2 = $as_sci_LazyList(coll); - return x2 + return x2; } else if (($n(coll).knownSize__I() === 0)) { - return this.sci_LazyList$__f__empty + return this.sci_LazyList$__f__empty; } else { var state = new $c_sjsr_AnonFunction0((() => $m_sci_LazyList$().scala$collection$immutable$LazyList$$stateFromIterator__sc_Iterator__sci_LazyList$State($n(coll).iterator__sc_Iterator()))); - return new $c_sci_LazyList(state) + return new $c_sci_LazyList(state); } }); $c_sci_LazyList$.prototype.scala$collection$immutable$LazyList$$stateFromIteratorConcatSuffix__sc_Iterator__F0__sci_LazyList$State = (function(it, suffix) { @@ -20393,9 +19297,9 @@ $c_sci_LazyList$.prototype.scala$collection$immutable$LazyList$$stateFromIterato var hd = $n(it).next__O(); var state = new $c_sjsr_AnonFunction0((() => $m_sci_LazyList$().scala$collection$immutable$LazyList$$stateFromIteratorConcatSuffix__sc_Iterator__F0__sci_LazyList$State(it, suffix))); var tl = new $c_sci_LazyList(state); - return new $c_sci_LazyList$State$Cons(hd, tl) + return new $c_sci_LazyList$State$Cons(hd, tl); } else { - return $as_sci_LazyList$State($n(suffix).apply__O()) + return $as_sci_LazyList$State($n(suffix).apply__O()); } }); $c_sci_LazyList$.prototype.scala$collection$immutable$LazyList$$stateFromIterator__sc_Iterator__sci_LazyList$State = (function(it) { @@ -20403,47 +19307,40 @@ $c_sci_LazyList$.prototype.scala$collection$immutable$LazyList$$stateFromIterato var hd = $n(it).next__O(); var state = new $c_sjsr_AnonFunction0((() => $m_sci_LazyList$().scala$collection$immutable$LazyList$$stateFromIterator__sc_Iterator__sci_LazyList$State(it))); var tl = new $c_sci_LazyList(state); - return new $c_sci_LazyList$State$Cons(hd, tl) + return new $c_sci_LazyList$State$Cons(hd, tl); } else { - return $m_sci_LazyList$State$Empty$() + return $m_sci_LazyList$State$Empty$(); } }); $c_sci_LazyList$.prototype.newBuilder__scm_Builder = (function() { - return new $c_sci_LazyList$LazyBuilder() + return new $c_sci_LazyList$LazyBuilder(); }); $c_sci_LazyList$.prototype.empty__O = (function() { - return this.sci_LazyList$__f__empty + return this.sci_LazyList$__f__empty; }); $c_sci_LazyList$.prototype.from__sc_IterableOnce__O = (function(source) { - return this.from__sc_IterableOnce__sci_LazyList(source) + return this.from__sc_IterableOnce__sci_LazyList(source); }); -var $d_sci_LazyList$ = new $TypeData().initClass({ - sci_LazyList$: 0 -}, false, "scala.collection.immutable.LazyList$", { +var $d_sci_LazyList$ = new $TypeData().initClass($c_sci_LazyList$, "scala.collection.immutable.LazyList$", ({ sci_LazyList$: 1, - O: 1, sc_SeqFactory: 1, sc_IterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_sci_LazyList$.prototype.$classData = $d_sci_LazyList$; +})); var $n_sci_LazyList$; function $m_sci_LazyList$() { if ((!$n_sci_LazyList$)) { - $n_sci_LazyList$ = new $c_sci_LazyList$() - }; - return $n_sci_LazyList$ + $n_sci_LazyList$ = new $c_sci_LazyList$(); + } + return $n_sci_LazyList$; } /** @constructor */ function $c_sci_WrappedString$() { - $n_sci_WrappedString$ = this; - new $c_sci_WrappedString("") } $c_sci_WrappedString$.prototype = new $h_O(); $c_sci_WrappedString$.prototype.constructor = $c_sci_WrappedString$; /** @constructor */ function $h_sci_WrappedString$() { - /**/ } $h_sci_WrappedString$.prototype = $c_sci_WrappedString$.prototype; $c_sci_WrappedString$.prototype.fromSpecific__sc_IterableOnce__sci_WrappedString = (function(it) { @@ -20454,226 +19351,194 @@ $c_sci_WrappedString$.prototype.fromSpecific__sc_IterableOnce__sci_WrappedString $f_scm_Builder__sizeHint__sc_IterableOnce__I__V(this$2, it, delta); var this$3 = $n(b); this$3.addAll__sc_IterableOnce__scm_Growable(it); - return $as_sci_WrappedString($n(b).result__O()) + return $as_sci_WrappedString($n(b).result__O()); }); $c_sci_WrappedString$.prototype.newBuilder__scm_Builder = (function() { var this$2 = $ct_scm_StringBuilder__(new $c_scm_StringBuilder()); var f = new $c_sjsr_AnonFunction1(((x$2) => { var x = $as_T(x$2); - return new $c_sci_WrappedString(x) + return new $c_sci_WrappedString(x); })); - return new $c_scm_Builder$$anon$1(this$2, f) + return new $c_scm_Builder$$anon$1(this$2, f); }); -var $d_sci_WrappedString$ = new $TypeData().initClass({ - sci_WrappedString$: 0 -}, false, "scala.collection.immutable.WrappedString$", { +var $d_sci_WrappedString$ = new $TypeData().initClass($c_sci_WrappedString$, "scala.collection.immutable.WrappedString$", ({ sci_WrappedString$: 1, - O: 1, sc_SpecificIterableFactory: 1, sc_Factory: 1, Ljava_io_Serializable: 1 -}); -$c_sci_WrappedString$.prototype.$classData = $d_sci_WrappedString$; +})); var $n_sci_WrappedString$; function $m_sci_WrappedString$() { if ((!$n_sci_WrappedString$)) { - $n_sci_WrappedString$ = new $c_sci_WrappedString$() - }; - return $n_sci_WrappedString$ + $n_sci_WrappedString$ = new $c_sci_WrappedString$(); + } + return $n_sci_WrappedString$; } /** @constructor */ function $c_scm_Builder$$anon$1(outer, f$1) { this.scm_Builder$$anon$1__f_$outer = null; this.scm_Builder$$anon$1__f_f$1 = null; - if ((outer === null)) { - $n(null) - } else { - this.scm_Builder$$anon$1__f_$outer = outer - }; - this.scm_Builder$$anon$1__f_f$1 = f$1 + $n(outer); + this.scm_Builder$$anon$1__f_$outer = outer; + this.scm_Builder$$anon$1__f_f$1 = f$1; } $c_scm_Builder$$anon$1.prototype = new $h_O(); $c_scm_Builder$$anon$1.prototype.constructor = $c_scm_Builder$$anon$1; /** @constructor */ function $h_scm_Builder$$anon$1() { - /**/ } $h_scm_Builder$$anon$1.prototype = $c_scm_Builder$$anon$1.prototype; $c_scm_Builder$$anon$1.prototype.addOne__O__scm_Builder$$anon$1 = (function(x) { var this$1 = $n(this.scm_Builder$$anon$1__f_$outer); this$1.addOne__O__scm_Growable(x); - return this + return this; }); $c_scm_Builder$$anon$1.prototype.addAll__sc_IterableOnce__scm_Builder$$anon$1 = (function(xs) { var this$1 = $n(this.scm_Builder$$anon$1__f_$outer); this$1.addAll__sc_IterableOnce__scm_Growable(xs); - return this + return this; }); $c_scm_Builder$$anon$1.prototype.sizeHint__I__V = (function(size) { - $n(this.scm_Builder$$anon$1__f_$outer).sizeHint__I__V(size) + $n(this.scm_Builder$$anon$1__f_$outer).sizeHint__I__V(size); }); $c_scm_Builder$$anon$1.prototype.result__O = (function() { - return $n(this.scm_Builder$$anon$1__f_f$1).apply__O__O($n(this.scm_Builder$$anon$1__f_$outer).result__O()) + return $n(this.scm_Builder$$anon$1__f_f$1).apply__O__O($n(this.scm_Builder$$anon$1__f_$outer).result__O()); }); $c_scm_Builder$$anon$1.prototype.addAll__sc_IterableOnce__scm_Growable = (function(elems) { - return this.addAll__sc_IterableOnce__scm_Builder$$anon$1(elems) + return this.addAll__sc_IterableOnce__scm_Builder$$anon$1(elems); }); $c_scm_Builder$$anon$1.prototype.addOne__O__scm_Growable = (function(elem) { - return this.addOne__O__scm_Builder$$anon$1(elem) + return this.addOne__O__scm_Builder$$anon$1(elem); }); -var $d_scm_Builder$$anon$1 = new $TypeData().initClass({ - scm_Builder$$anon$1: 0 -}, false, "scala.collection.mutable.Builder$$anon$1", { +var $d_scm_Builder$$anon$1 = new $TypeData().initClass($c_scm_Builder$$anon$1, "scala.collection.mutable.Builder$$anon$1", ({ scm_Builder$$anon$1: 1, - O: 1, scm_Builder: 1, scm_Growable: 1, scm_Clearable: 1 -}); -$c_scm_Builder$$anon$1.prototype.$classData = $d_scm_Builder$$anon$1; +})); function $ct_scm_GrowableBuilder__scm_Growable__($thiz, elems) { $thiz.scm_GrowableBuilder__f_elems = elems; - return $thiz + return $thiz; } /** @constructor */ function $c_scm_GrowableBuilder() { - this.scm_GrowableBuilder__f_elems = null + this.scm_GrowableBuilder__f_elems = null; } $c_scm_GrowableBuilder.prototype = new $h_O(); $c_scm_GrowableBuilder.prototype.constructor = $c_scm_GrowableBuilder; /** @constructor */ function $h_scm_GrowableBuilder() { - /**/ } $h_scm_GrowableBuilder.prototype = $c_scm_GrowableBuilder.prototype; $c_scm_GrowableBuilder.prototype.sizeHint__I__V = (function(size) { - /**/ }); $c_scm_GrowableBuilder.prototype.addOne__O__scm_GrowableBuilder = (function(elem) { var this$1 = $n(this.scm_GrowableBuilder__f_elems); this$1.addOne__O__scm_Growable(elem); - return this + return this; }); $c_scm_GrowableBuilder.prototype.addAll__sc_IterableOnce__scm_GrowableBuilder = (function(xs) { $n(this.scm_GrowableBuilder__f_elems).addAll__sc_IterableOnce__scm_Growable(xs); - return this + return this; }); $c_scm_GrowableBuilder.prototype.addAll__sc_IterableOnce__scm_Growable = (function(elems) { - return this.addAll__sc_IterableOnce__scm_GrowableBuilder(elems) + return this.addAll__sc_IterableOnce__scm_GrowableBuilder(elems); }); $c_scm_GrowableBuilder.prototype.addOne__O__scm_Growable = (function(elem) { - return this.addOne__O__scm_GrowableBuilder(elem) + return this.addOne__O__scm_GrowableBuilder(elem); }); $c_scm_GrowableBuilder.prototype.result__O = (function() { - return this.scm_GrowableBuilder__f_elems + return this.scm_GrowableBuilder__f_elems; }); -var $d_scm_GrowableBuilder = new $TypeData().initClass({ - scm_GrowableBuilder: 0 -}, false, "scala.collection.mutable.GrowableBuilder", { +var $d_scm_GrowableBuilder = new $TypeData().initClass($c_scm_GrowableBuilder, "scala.collection.mutable.GrowableBuilder", ({ scm_GrowableBuilder: 1, - O: 1, scm_Builder: 1, scm_Growable: 1, scm_Clearable: 1 -}); -$c_scm_GrowableBuilder.prototype.$classData = $d_scm_GrowableBuilder; +})); /** @constructor */ function $c_scm_Iterable$() { this.sc_IterableFactory$Delegate__f_delegate = null; - $ct_sc_IterableFactory$Delegate__sc_IterableFactory__(this, $m_scm_ArrayBuffer$()) + $ct_sc_IterableFactory$Delegate__sc_IterableFactory__(this, $m_scm_ArrayBuffer$()); } $c_scm_Iterable$.prototype = new $h_sc_IterableFactory$Delegate(); $c_scm_Iterable$.prototype.constructor = $c_scm_Iterable$; /** @constructor */ function $h_scm_Iterable$() { - /**/ } $h_scm_Iterable$.prototype = $c_scm_Iterable$.prototype; -var $d_scm_Iterable$ = new $TypeData().initClass({ - scm_Iterable$: 0 -}, false, "scala.collection.mutable.Iterable$", { +var $d_scm_Iterable$ = new $TypeData().initClass($c_scm_Iterable$, "scala.collection.mutable.Iterable$", ({ scm_Iterable$: 1, sc_IterableFactory$Delegate: 1, - O: 1, sc_IterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_scm_Iterable$.prototype.$classData = $d_scm_Iterable$; +})); var $n_scm_Iterable$; function $m_scm_Iterable$() { if ((!$n_scm_Iterable$)) { - $n_scm_Iterable$ = new $c_scm_Iterable$() - }; - return $n_scm_Iterable$ + $n_scm_Iterable$ = new $c_scm_Iterable$(); + } + return $n_scm_Iterable$; } /** @constructor */ function $c_scm_Map$() { this.sc_MapFactory$Delegate__f_delegate = null; - $ct_sc_MapFactory$Delegate__sc_MapFactory__(this, $m_scm_HashMap$()) + $ct_sc_MapFactory$Delegate__sc_MapFactory__(this, $m_scm_HashMap$()); } $c_scm_Map$.prototype = new $h_sc_MapFactory$Delegate(); $c_scm_Map$.prototype.constructor = $c_scm_Map$; /** @constructor */ function $h_scm_Map$() { - /**/ } $h_scm_Map$.prototype = $c_scm_Map$.prototype; -var $d_scm_Map$ = new $TypeData().initClass({ - scm_Map$: 0 -}, false, "scala.collection.mutable.Map$", { +var $d_scm_Map$ = new $TypeData().initClass($c_scm_Map$, "scala.collection.mutable.Map$", ({ scm_Map$: 1, sc_MapFactory$Delegate: 1, - O: 1, sc_MapFactory: 1, Ljava_io_Serializable: 1 -}); -$c_scm_Map$.prototype.$classData = $d_scm_Map$; +})); var $n_scm_Map$; function $m_scm_Map$() { if ((!$n_scm_Map$)) { - $n_scm_Map$ = new $c_scm_Map$() - }; - return $n_scm_Map$ + $n_scm_Map$ = new $c_scm_Map$(); + } + return $n_scm_Map$; } /** @constructor */ function $c_s_util_Either() { - /**/ } $c_s_util_Either.prototype = new $h_O(); $c_s_util_Either.prototype.constructor = $c_s_util_Either; /** @constructor */ function $h_s_util_Either() { - /**/ } $h_s_util_Either.prototype = $c_s_util_Either.prototype; function $as_s_util_Either(obj) { - return (((obj instanceof $c_s_util_Either) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.Either")) + return (((obj instanceof $c_s_util_Either) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.Either")); } function $isArrayOf_s_util_Either(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_Either))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_Either))); } function $asArrayOf_s_util_Either(obj, depth) { - return (($isArrayOf_s_util_Either(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.Either;", depth)) + return (($isArrayOf_s_util_Either(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.Either;", depth)); } /** @constructor */ function $c_s_util_Try() { - /**/ } $c_s_util_Try.prototype = new $h_O(); $c_s_util_Try.prototype.constructor = $c_s_util_Try; /** @constructor */ function $h_s_util_Try() { - /**/ } $h_s_util_Try.prototype = $c_s_util_Try.prototype; function $as_s_util_Try(obj) { - return (((obj instanceof $c_s_util_Try) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.Try")) + return (((obj instanceof $c_s_util_Try) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.Try")); } function $isArrayOf_s_util_Try(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_Try))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_Try))); } function $asArrayOf_s_util_Try(obj, depth) { - return (($isArrayOf_s_util_Try(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.Try;", depth)) + return (($isArrayOf_s_util_Try(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.Try;", depth)); } /** @constructor */ function $c_s_util_parsing_combinator_Parsers$$tilde(outer, _1, _2) { @@ -20683,67 +19548,66 @@ function $c_s_util_parsing_combinator_Parsers$$tilde(outer, _1, _2) { this.s_util_parsing_combinator_Parsers$$tilde__f__1 = _1; this.s_util_parsing_combinator_Parsers$$tilde__f__2 = _2; if ((outer === null)) { - $n(null) + $n(null); } else { - this.s_util_parsing_combinator_Parsers$$tilde__f_$outer = outer + this.s_util_parsing_combinator_Parsers$$tilde__f_$outer = outer; } } $c_s_util_parsing_combinator_Parsers$$tilde.prototype = new $h_O(); $c_s_util_parsing_combinator_Parsers$$tilde.prototype.constructor = $c_s_util_parsing_combinator_Parsers$$tilde; /** @constructor */ function $h_s_util_parsing_combinator_Parsers$$tilde() { - /**/ } $h_s_util_parsing_combinator_Parsers$$tilde.prototype = $c_s_util_parsing_combinator_Parsers$$tilde.prototype; $c_s_util_parsing_combinator_Parsers$$tilde.prototype.toString__T = (function() { - return (((("(" + this.s_util_parsing_combinator_Parsers$$tilde__f__1) + "~") + this.s_util_parsing_combinator_Parsers$$tilde__f__2) + ")") + return (((("(" + this.s_util_parsing_combinator_Parsers$$tilde__f__1) + "~") + this.s_util_parsing_combinator_Parsers$$tilde__f__2) + ")"); }); $c_s_util_parsing_combinator_Parsers$$tilde.prototype.productPrefix__T = (function() { - return "~" + return "~"; }); $c_s_util_parsing_combinator_Parsers$$tilde.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_s_util_parsing_combinator_Parsers$$tilde.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.s_util_parsing_combinator_Parsers$$tilde__f__1; - break + break; } case 1: { return this.s_util_parsing_combinator_Parsers$$tilde__f__2; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_s_util_parsing_combinator_Parsers$$tilde.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_s_util_parsing_combinator_Parsers$$tilde.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "_1"; - break + break; } case 1: { return "_2"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_s_util_parsing_combinator_Parsers$$tilde.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_s_util_parsing_combinator_Parsers$$tilde.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if (((x$1 instanceof $c_s_util_parsing_combinator_Parsers$$tilde) && ($n($as_s_util_parsing_combinator_Parsers$$tilde(x$1)).s_util_parsing_combinator_Parsers$$tilde__f_$outer === this.s_util_parsing_combinator_Parsers$$tilde__f_$outer))) { var \u03b4tilde$1 = $as_s_util_parsing_combinator_Parsers$$tilde(x$1); var x = this.s_util_parsing_combinator_Parsers$$tilde__f__1; @@ -20753,280 +19617,259 @@ $c_s_util_parsing_combinator_Parsers$$tilde.prototype.equals__O__Z = (function(x var y$1 = $n(\u03b4tilde$1).s_util_parsing_combinator_Parsers$$tilde__f__2; if ($m_sr_BoxesRunTime$().equals__O__O__Z(x$2, y$1)) { $n(\u03b4tilde$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_s_util_parsing_combinator_Parsers$$tilde(obj) { - return (((obj instanceof $c_s_util_parsing_combinator_Parsers$$tilde) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.parsing.combinator.Parsers$$tilde")) + return (((obj instanceof $c_s_util_parsing_combinator_Parsers$$tilde) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.parsing.combinator.Parsers$$tilde")); } function $isArrayOf_s_util_parsing_combinator_Parsers$$tilde(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_parsing_combinator_Parsers$$tilde))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_parsing_combinator_Parsers$$tilde))); } function $asArrayOf_s_util_parsing_combinator_Parsers$$tilde(obj, depth) { - return (($isArrayOf_s_util_parsing_combinator_Parsers$$tilde(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.parsing.combinator.Parsers$$tilde;", depth)) + return (($isArrayOf_s_util_parsing_combinator_Parsers$$tilde(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.parsing.combinator.Parsers$$tilde;", depth)); } -var $d_s_util_parsing_combinator_Parsers$$tilde = new $TypeData().initClass({ - s_util_parsing_combinator_Parsers$$tilde: 0 -}, false, "scala.util.parsing.combinator.Parsers$$tilde", { +var $d_s_util_parsing_combinator_Parsers$$tilde = new $TypeData().initClass($c_s_util_parsing_combinator_Parsers$$tilde, "scala.util.parsing.combinator.Parsers$$tilde", ({ s_util_parsing_combinator_Parsers$$tilde: 1, - O: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_s_util_parsing_combinator_Parsers$$tilde.prototype.$classData = $d_s_util_parsing_combinator_Parsers$$tilde; +})); /** @constructor */ function $c_Lsourcecode_Name$() { this.Lsourcecode_SourceCompanion__f_build = null; $ct_Lsourcecode_SourceCompanion__F1__(this, new $c_sjsr_AnonFunction1(((x$1$2) => { var x$1 = $as_T(x$1$2); - return new $c_Lsourcecode_Name(x$1) - }))) + return new $c_Lsourcecode_Name(x$1); + }))); } $c_Lsourcecode_Name$.prototype = new $h_Lsourcecode_SourceCompanion(); $c_Lsourcecode_Name$.prototype.constructor = $c_Lsourcecode_Name$; /** @constructor */ function $h_Lsourcecode_Name$() { - /**/ } $h_Lsourcecode_Name$.prototype = $c_Lsourcecode_Name$.prototype; -var $d_Lsourcecode_Name$ = new $TypeData().initClass({ - Lsourcecode_Name$: 0 -}, false, "sourcecode.Name$", { +var $d_Lsourcecode_Name$ = new $TypeData().initClass($c_Lsourcecode_Name$, "sourcecode.Name$", ({ Lsourcecode_Name$: 1, Lsourcecode_SourceCompanion: 1, - O: 1, Lsourcecode_NameMacros: 1, Ljava_io_Serializable: 1 -}); -$c_Lsourcecode_Name$.prototype.$classData = $d_Lsourcecode_Name$; +})); var $n_Lsourcecode_Name$; function $m_Lsourcecode_Name$() { if ((!$n_Lsourcecode_Name$)) { - $n_Lsourcecode_Name$ = new $c_Lsourcecode_Name$() - }; - return $n_Lsourcecode_Name$ + $n_Lsourcecode_Name$ = new $c_Lsourcecode_Name$(); + } + return $n_Lsourcecode_Name$; } /** @constructor */ function $c_Lfansi_ErrorMode$Throw$() { - /**/ } $c_Lfansi_ErrorMode$Throw$.prototype = new $h_O(); $c_Lfansi_ErrorMode$Throw$.prototype.constructor = $c_Lfansi_ErrorMode$Throw$; /** @constructor */ function $h_Lfansi_ErrorMode$Throw$() { - /**/ } $h_Lfansi_ErrorMode$Throw$.prototype = $c_Lfansi_ErrorMode$Throw$.prototype; $c_Lfansi_ErrorMode$Throw$.prototype.productElementName__I__T = (function(n) { - return $f_s_Product__productElementName__I__T(this, n) + return $f_s_Product__productElementName__I__T(this, n); }); $c_Lfansi_ErrorMode$Throw$.prototype.handle__I__jl_CharSequence__E = (function(sourceIndex, raw) { var this$1 = $n($m_Lfansi_Str$().Lfansi_Str$__f_ansiRegex); var matcher = new $c_ju_regex_Matcher(this$1, $dp_toString__T($n(raw))); if ((!matcher.find__I__Z(sourceIndex))) { - var detail = "" + var detail = ""; } else { var end = matcher.end__I(); - var detail = (" " + $dp_subSequence__I__I__jl_CharSequence($n(raw), ((1 + sourceIndex) | 0), end)) - }; - throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), (((("Unknown ansi-escape" + detail) + " at index ") + sourceIndex) + " inside string cannot be parsed into an fansi.Str")) + var detail = (" " + $dp_subSequence__I__I__jl_CharSequence($n(raw), ((1 + sourceIndex) | 0), end)); + } + throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), (((("Unknown ansi-escape" + detail) + " at index ") + sourceIndex) + " inside string cannot be parsed into an fansi.Str")); }); $c_Lfansi_ErrorMode$Throw$.prototype.productPrefix__T = (function() { - return "Throw" + return "Throw"; }); $c_Lfansi_ErrorMode$Throw$.prototype.productArity__I = (function() { - return 0 + return 0; }); $c_Lfansi_ErrorMode$Throw$.prototype.productElement__I__O = (function(x$1) { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); }); $c_Lfansi_ErrorMode$Throw$.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfansi_ErrorMode$Throw$.prototype.hashCode__I = (function() { - return 80787142 + return 80787142; }); $c_Lfansi_ErrorMode$Throw$.prototype.toString__T = (function() { - return "Throw" + return "Throw"; }); -var $d_Lfansi_ErrorMode$Throw$ = new $TypeData().initClass({ - Lfansi_ErrorMode$Throw$: 0 -}, false, "fansi.ErrorMode$Throw$", { +var $d_Lfansi_ErrorMode$Throw$ = new $TypeData().initClass($c_Lfansi_ErrorMode$Throw$, "fansi.ErrorMode$Throw$", ({ Lfansi_ErrorMode$Throw$: 1, - O: 1, Lfansi_ErrorMode: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfansi_ErrorMode$Throw$.prototype.$classData = $d_Lfansi_ErrorMode$Throw$; +})); var $n_Lfansi_ErrorMode$Throw$; function $m_Lfansi_ErrorMode$Throw$() { if ((!$n_Lfansi_ErrorMode$Throw$)) { - $n_Lfansi_ErrorMode$Throw$ = new $c_Lfansi_ErrorMode$Throw$() - }; - return $n_Lfansi_ErrorMode$Throw$ + $n_Lfansi_ErrorMode$Throw$ = new $c_Lfansi_ErrorMode$Throw$(); + } + return $n_Lfansi_ErrorMode$Throw$; } function $is_Lfeatherweightgo_model_ast_Declaration(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.Lfeatherweightgo_model_ast_Declaration))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.Lfeatherweightgo_model_ast_Declaration))); } function $as_Lfeatherweightgo_model_ast_Declaration(obj) { - return (($is_Lfeatherweightgo_model_ast_Declaration(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.Declaration")) + return (($is_Lfeatherweightgo_model_ast_Declaration(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.Declaration")); } function $isArrayOf_Lfeatherweightgo_model_ast_Declaration(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_Declaration))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_Declaration))); } function $asArrayOf_Lfeatherweightgo_model_ast_Declaration(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_Declaration(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.Declaration;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_Declaration(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.Declaration;", depth)); } function $is_Lfeatherweightgo_model_ast_Expression(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.Lfeatherweightgo_model_ast_Expression))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.Lfeatherweightgo_model_ast_Expression))); } function $as_Lfeatherweightgo_model_ast_Expression(obj) { - return (($is_Lfeatherweightgo_model_ast_Expression(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.Expression")) + return (($is_Lfeatherweightgo_model_ast_Expression(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.Expression")); } function $isArrayOf_Lfeatherweightgo_model_ast_Expression(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_Expression))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_Expression))); } function $asArrayOf_Lfeatherweightgo_model_ast_Expression(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_Expression(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.Expression;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_Expression(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.Expression;", depth)); } /** @constructor */ function $c_Lfeatherweightgo_model_ast_FieldName(value) { this.Lfeatherweightgo_model_ast_FieldName__f_value = null; - this.Lfeatherweightgo_model_ast_FieldName__f_value = value + this.Lfeatherweightgo_model_ast_FieldName__f_value = value; } $c_Lfeatherweightgo_model_ast_FieldName.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_FieldName.prototype.constructor = $c_Lfeatherweightgo_model_ast_FieldName; /** @constructor */ function $h_Lfeatherweightgo_model_ast_FieldName() { - /**/ } $h_Lfeatherweightgo_model_ast_FieldName.prototype = $c_Lfeatherweightgo_model_ast_FieldName.prototype; $c_Lfeatherweightgo_model_ast_FieldName.prototype.productPrefix__T = (function() { - return "FieldName" + return "FieldName"; }); $c_Lfeatherweightgo_model_ast_FieldName.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_Lfeatherweightgo_model_ast_FieldName.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_FieldName__f_value : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_FieldName__f_value : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_Lfeatherweightgo_model_ast_FieldName.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_FieldName.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_Lfeatherweightgo_model_ast_FieldName.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_FieldName.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_FieldName.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_FieldName)) { var FieldName$1 = $as_Lfeatherweightgo_model_ast_FieldName(x$1); - return ((this.Lfeatherweightgo_model_ast_FieldName__f_value === $n(FieldName$1).Lfeatherweightgo_model_ast_FieldName__f_value) && ($n(FieldName$1), true)) + return ((this.Lfeatherweightgo_model_ast_FieldName__f_value === $n(FieldName$1).Lfeatherweightgo_model_ast_FieldName__f_value) && ($n(FieldName$1), true)); } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_FieldName(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_FieldName) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.FieldName")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_FieldName) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.FieldName")); } function $isArrayOf_Lfeatherweightgo_model_ast_FieldName(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_FieldName))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_FieldName))); } function $asArrayOf_Lfeatherweightgo_model_ast_FieldName(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_FieldName(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.FieldName;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_FieldName(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.FieldName;", depth)); } -var $d_Lfeatherweightgo_model_ast_FieldName = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_FieldName: 0 -}, false, "featherweightgo.model.ast.FieldName", { +var $d_Lfeatherweightgo_model_ast_FieldName = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_FieldName, "featherweightgo.model.ast.FieldName", ({ Lfeatherweightgo_model_ast_FieldName: 1, - O: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_FieldName.prototype.$classData = $d_Lfeatherweightgo_model_ast_FieldName; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_Main(declarations, main) { this.Lfeatherweightgo_model_ast_Main__f_declarations = null; this.Lfeatherweightgo_model_ast_Main__f_main = null; this.Lfeatherweightgo_model_ast_Main__f_declarations = declarations; - this.Lfeatherweightgo_model_ast_Main__f_main = main + this.Lfeatherweightgo_model_ast_Main__f_main = main; } $c_Lfeatherweightgo_model_ast_Main.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_Main.prototype.constructor = $c_Lfeatherweightgo_model_ast_Main; /** @constructor */ function $h_Lfeatherweightgo_model_ast_Main() { - /**/ } $h_Lfeatherweightgo_model_ast_Main.prototype = $c_Lfeatherweightgo_model_ast_Main.prototype; $c_Lfeatherweightgo_model_ast_Main.prototype.productPrefix__T = (function() { - return "Main" + return "Main"; }); $c_Lfeatherweightgo_model_ast_Main.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_Lfeatherweightgo_model_ast_Main.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_ast_Main__f_declarations; - break + break; } case 1: { return this.Lfeatherweightgo_model_ast_Main__f_main; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfeatherweightgo_model_ast_Main.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_Main.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "declarations"; - break + break; } case 1: { return "main"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lfeatherweightgo_model_ast_Main.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_Main.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_Main.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_Main)) { var Main$1 = $as_Lfeatherweightgo_model_ast_Main(x$1); var x = this.Lfeatherweightgo_model_ast_Main__f_declarations; @@ -21036,101 +19879,92 @@ $c_Lfeatherweightgo_model_ast_Main.prototype.equals__O__Z = (function(x$1) { var x$4 = $n(Main$1).Lfeatherweightgo_model_ast_Main__f_main; if (((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4))) { $n(Main$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_Main(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_Main) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.Main")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_Main) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.Main")); } function $isArrayOf_Lfeatherweightgo_model_ast_Main(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_Main))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_Main))); } function $asArrayOf_Lfeatherweightgo_model_ast_Main(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_Main(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.Main;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_Main(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.Main;", depth)); } -var $d_Lfeatherweightgo_model_ast_Main = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_Main: 0 -}, false, "featherweightgo.model.ast.Main", { +var $d_Lfeatherweightgo_model_ast_Main = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_Main, "featherweightgo.model.ast.Main", ({ Lfeatherweightgo_model_ast_Main: 1, - O: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_Main.prototype.$classData = $d_Lfeatherweightgo_model_ast_Main; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_MethodName(value) { this.Lfeatherweightgo_model_ast_MethodName__f_value = null; - this.Lfeatherweightgo_model_ast_MethodName__f_value = value + this.Lfeatherweightgo_model_ast_MethodName__f_value = value; } $c_Lfeatherweightgo_model_ast_MethodName.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_MethodName.prototype.constructor = $c_Lfeatherweightgo_model_ast_MethodName; /** @constructor */ function $h_Lfeatherweightgo_model_ast_MethodName() { - /**/ } $h_Lfeatherweightgo_model_ast_MethodName.prototype = $c_Lfeatherweightgo_model_ast_MethodName.prototype; $c_Lfeatherweightgo_model_ast_MethodName.prototype.productPrefix__T = (function() { - return "MethodName" + return "MethodName"; }); $c_Lfeatherweightgo_model_ast_MethodName.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_Lfeatherweightgo_model_ast_MethodName.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_MethodName__f_value : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_MethodName__f_value : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_Lfeatherweightgo_model_ast_MethodName.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_MethodName.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_Lfeatherweightgo_model_ast_MethodName.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_MethodName.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_MethodName.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_MethodName)) { var MethodName$1 = $as_Lfeatherweightgo_model_ast_MethodName(x$1); - return ((this.Lfeatherweightgo_model_ast_MethodName__f_value === $n(MethodName$1).Lfeatherweightgo_model_ast_MethodName__f_value) && ($n(MethodName$1), true)) + return ((this.Lfeatherweightgo_model_ast_MethodName__f_value === $n(MethodName$1).Lfeatherweightgo_model_ast_MethodName__f_value) && ($n(MethodName$1), true)); } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_MethodName(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_MethodName) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.MethodName")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_MethodName) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.MethodName")); } function $isArrayOf_Lfeatherweightgo_model_ast_MethodName(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_MethodName))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_MethodName))); } function $asArrayOf_Lfeatherweightgo_model_ast_MethodName(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_MethodName(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.MethodName;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_MethodName(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.MethodName;", depth)); } -var $d_Lfeatherweightgo_model_ast_MethodName = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_MethodName: 0 -}, false, "featherweightgo.model.ast.MethodName", { +var $d_Lfeatherweightgo_model_ast_MethodName = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_MethodName, "featherweightgo.model.ast.MethodName", ({ Lfeatherweightgo_model_ast_MethodName: 1, - O: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_MethodName.prototype.$classData = $d_Lfeatherweightgo_model_ast_MethodName; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_MethodSignature(typeFormals, arguments$1, returnType) { this.Lfeatherweightgo_model_ast_MethodSignature__f_typeFormals = null; @@ -21138,72 +19972,71 @@ function $c_Lfeatherweightgo_model_ast_MethodSignature(typeFormals, arguments$1, this.Lfeatherweightgo_model_ast_MethodSignature__f_returnType = null; this.Lfeatherweightgo_model_ast_MethodSignature__f_typeFormals = typeFormals; this.Lfeatherweightgo_model_ast_MethodSignature__f_arguments = arguments$1; - this.Lfeatherweightgo_model_ast_MethodSignature__f_returnType = returnType + this.Lfeatherweightgo_model_ast_MethodSignature__f_returnType = returnType; } $c_Lfeatherweightgo_model_ast_MethodSignature.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_MethodSignature.prototype.constructor = $c_Lfeatherweightgo_model_ast_MethodSignature; /** @constructor */ function $h_Lfeatherweightgo_model_ast_MethodSignature() { - /**/ } $h_Lfeatherweightgo_model_ast_MethodSignature.prototype = $c_Lfeatherweightgo_model_ast_MethodSignature.prototype; $c_Lfeatherweightgo_model_ast_MethodSignature.prototype.productPrefix__T = (function() { - return "MethodSignature" + return "MethodSignature"; }); $c_Lfeatherweightgo_model_ast_MethodSignature.prototype.productArity__I = (function() { - return 3 + return 3; }); $c_Lfeatherweightgo_model_ast_MethodSignature.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_ast_MethodSignature__f_typeFormals; - break + break; } case 1: { return this.Lfeatherweightgo_model_ast_MethodSignature__f_arguments; - break + break; } case 2: { return this.Lfeatherweightgo_model_ast_MethodSignature__f_returnType; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfeatherweightgo_model_ast_MethodSignature.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_MethodSignature.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "typeFormals"; - break + break; } case 1: { return "arguments"; - break + break; } case 2: { return "returnType"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lfeatherweightgo_model_ast_MethodSignature.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_MethodSignature.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_MethodSignature.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_MethodSignature)) { var MethodSignature$1 = $as_Lfeatherweightgo_model_ast_MethodSignature(x$1); var x = this.Lfeatherweightgo_model_ast_MethodSignature__f_typeFormals; @@ -21211,109 +20044,104 @@ $c_Lfeatherweightgo_model_ast_MethodSignature.prototype.equals__O__Z = (function if (((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2))) { var x$3 = this.Lfeatherweightgo_model_ast_MethodSignature__f_arguments; var x$4 = $n(MethodSignature$1).Lfeatherweightgo_model_ast_MethodSignature__f_arguments; - var $x_1 = ((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4)) + var $x_1 = ((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4)); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { var x$5 = this.Lfeatherweightgo_model_ast_MethodSignature__f_returnType; var x$6 = $n(MethodSignature$1).Lfeatherweightgo_model_ast_MethodSignature__f_returnType; if (((x$5 === null) ? (x$6 === null) : $n(x$5).equals__O__Z(x$6))) { $n(MethodSignature$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_MethodSignature(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_MethodSignature) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.MethodSignature")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_MethodSignature) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.MethodSignature")); } function $isArrayOf_Lfeatherweightgo_model_ast_MethodSignature(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_MethodSignature))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_MethodSignature))); } function $asArrayOf_Lfeatherweightgo_model_ast_MethodSignature(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_MethodSignature(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.MethodSignature;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_MethodSignature(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.MethodSignature;", depth)); } -var $d_Lfeatherweightgo_model_ast_MethodSignature = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_MethodSignature: 0 -}, false, "featherweightgo.model.ast.MethodSignature", { +var $d_Lfeatherweightgo_model_ast_MethodSignature = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_MethodSignature, "featherweightgo.model.ast.MethodSignature", ({ Lfeatherweightgo_model_ast_MethodSignature: 1, - O: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_MethodSignature.prototype.$classData = $d_Lfeatherweightgo_model_ast_MethodSignature; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_MethodSpecification(methodName, methodSignature) { this.Lfeatherweightgo_model_ast_MethodSpecification__f_methodName = null; this.Lfeatherweightgo_model_ast_MethodSpecification__f_methodSignature = null; this.Lfeatherweightgo_model_ast_MethodSpecification__f_methodName = methodName; - this.Lfeatherweightgo_model_ast_MethodSpecification__f_methodSignature = methodSignature + this.Lfeatherweightgo_model_ast_MethodSpecification__f_methodSignature = methodSignature; } $c_Lfeatherweightgo_model_ast_MethodSpecification.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_MethodSpecification.prototype.constructor = $c_Lfeatherweightgo_model_ast_MethodSpecification; /** @constructor */ function $h_Lfeatherweightgo_model_ast_MethodSpecification() { - /**/ } $h_Lfeatherweightgo_model_ast_MethodSpecification.prototype = $c_Lfeatherweightgo_model_ast_MethodSpecification.prototype; $c_Lfeatherweightgo_model_ast_MethodSpecification.prototype.productPrefix__T = (function() { - return "MethodSpecification" + return "MethodSpecification"; }); $c_Lfeatherweightgo_model_ast_MethodSpecification.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_Lfeatherweightgo_model_ast_MethodSpecification.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_ast_MethodSpecification__f_methodName; - break + break; } case 1: { return this.Lfeatherweightgo_model_ast_MethodSpecification__f_methodSignature; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfeatherweightgo_model_ast_MethodSpecification.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_MethodSpecification.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "methodName"; - break + break; } case 1: { return "methodSignature"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lfeatherweightgo_model_ast_MethodSpecification.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_MethodSpecification.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_MethodSpecification.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_MethodSpecification)) { var MethodSpecification$1 = $as_Lfeatherweightgo_model_ast_MethodSpecification(x$1); var x = this.Lfeatherweightgo_model_ast_MethodSpecification__f_methodName; @@ -21323,112 +20151,107 @@ $c_Lfeatherweightgo_model_ast_MethodSpecification.prototype.equals__O__Z = (func var x$4 = $n(MethodSpecification$1).Lfeatherweightgo_model_ast_MethodSpecification__f_methodSignature; if (((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4))) { $n(MethodSpecification$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_MethodSpecification(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_MethodSpecification) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.MethodSpecification")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_MethodSpecification) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.MethodSpecification")); } function $isArrayOf_Lfeatherweightgo_model_ast_MethodSpecification(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_MethodSpecification))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_MethodSpecification))); } function $asArrayOf_Lfeatherweightgo_model_ast_MethodSpecification(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_MethodSpecification(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.MethodSpecification;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_MethodSpecification(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.MethodSpecification;", depth)); } -var $d_Lfeatherweightgo_model_ast_MethodSpecification = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_MethodSpecification: 0 -}, false, "featherweightgo.model.ast.MethodSpecification", { +var $d_Lfeatherweightgo_model_ast_MethodSpecification = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_MethodSpecification, "featherweightgo.model.ast.MethodSpecification", ({ Lfeatherweightgo_model_ast_MethodSpecification: 1, - O: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_MethodSpecification.prototype.$classData = $d_Lfeatherweightgo_model_ast_MethodSpecification; +})); function $is_Lfeatherweightgo_model_ast_Type(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.Lfeatherweightgo_model_ast_Type))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.Lfeatherweightgo_model_ast_Type))); } function $as_Lfeatherweightgo_model_ast_Type(obj) { - return (($is_Lfeatherweightgo_model_ast_Type(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.Type")) + return (($is_Lfeatherweightgo_model_ast_Type(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.Type")); } function $isArrayOf_Lfeatherweightgo_model_ast_Type(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_Type))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_Type))); } function $asArrayOf_Lfeatherweightgo_model_ast_Type(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_Type(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.Type;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_Type(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.Type;", depth)); } /** @constructor */ function $c_Lfeatherweightgo_model_ast_TypeFormal(typeParameter, interfaceType) { this.Lfeatherweightgo_model_ast_TypeFormal__f_typeParameter = null; this.Lfeatherweightgo_model_ast_TypeFormal__f_interfaceType = null; this.Lfeatherweightgo_model_ast_TypeFormal__f_typeParameter = typeParameter; - this.Lfeatherweightgo_model_ast_TypeFormal__f_interfaceType = interfaceType + this.Lfeatherweightgo_model_ast_TypeFormal__f_interfaceType = interfaceType; } $c_Lfeatherweightgo_model_ast_TypeFormal.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_TypeFormal.prototype.constructor = $c_Lfeatherweightgo_model_ast_TypeFormal; /** @constructor */ function $h_Lfeatherweightgo_model_ast_TypeFormal() { - /**/ } $h_Lfeatherweightgo_model_ast_TypeFormal.prototype = $c_Lfeatherweightgo_model_ast_TypeFormal.prototype; $c_Lfeatherweightgo_model_ast_TypeFormal.prototype.productPrefix__T = (function() { - return "TypeFormal" + return "TypeFormal"; }); $c_Lfeatherweightgo_model_ast_TypeFormal.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_Lfeatherweightgo_model_ast_TypeFormal.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_ast_TypeFormal__f_typeParameter; - break + break; } case 1: { return this.Lfeatherweightgo_model_ast_TypeFormal__f_interfaceType; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfeatherweightgo_model_ast_TypeFormal.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_TypeFormal.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "typeParameter"; - break + break; } case 1: { return "interfaceType"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lfeatherweightgo_model_ast_TypeFormal.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_TypeFormal.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_TypeFormal.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_TypeFormal)) { var TypeFormal$1 = $as_Lfeatherweightgo_model_ast_TypeFormal(x$1); var x = this.Lfeatherweightgo_model_ast_TypeFormal__f_typeParameter; @@ -21438,177 +20261,161 @@ $c_Lfeatherweightgo_model_ast_TypeFormal.prototype.equals__O__Z = (function(x$1) var x$4 = $n(TypeFormal$1).Lfeatherweightgo_model_ast_TypeFormal__f_interfaceType; if (((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4))) { $n(TypeFormal$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_TypeFormal(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_TypeFormal) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.TypeFormal")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_TypeFormal) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.TypeFormal")); } function $isArrayOf_Lfeatherweightgo_model_ast_TypeFormal(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_TypeFormal))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_TypeFormal))); } function $asArrayOf_Lfeatherweightgo_model_ast_TypeFormal(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_TypeFormal(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.TypeFormal;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_TypeFormal(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.TypeFormal;", depth)); } -var $d_Lfeatherweightgo_model_ast_TypeFormal = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_TypeFormal: 0 -}, false, "featherweightgo.model.ast.TypeFormal", { +var $d_Lfeatherweightgo_model_ast_TypeFormal = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_TypeFormal, "featherweightgo.model.ast.TypeFormal", ({ Lfeatherweightgo_model_ast_TypeFormal: 1, - O: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_TypeFormal.prototype.$classData = $d_Lfeatherweightgo_model_ast_TypeFormal; +})); function $is_Lfeatherweightgo_model_ast_TypeLiteral(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.Lfeatherweightgo_model_ast_TypeLiteral))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.Lfeatherweightgo_model_ast_TypeLiteral))); } function $as_Lfeatherweightgo_model_ast_TypeLiteral(obj) { - return (($is_Lfeatherweightgo_model_ast_TypeLiteral(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.TypeLiteral")) + return (($is_Lfeatherweightgo_model_ast_TypeLiteral(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.TypeLiteral")); } function $isArrayOf_Lfeatherweightgo_model_ast_TypeLiteral(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_TypeLiteral))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_TypeLiteral))); } function $asArrayOf_Lfeatherweightgo_model_ast_TypeLiteral(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_TypeLiteral(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.TypeLiteral;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_TypeLiteral(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.TypeLiteral;", depth)); } function $ct_Lfeatherweightgo_model_ast_TypeName__T__($thiz, value) { $thiz.Lfeatherweightgo_model_ast_TypeName__f_value = value; - return $thiz + return $thiz; } /** @constructor */ function $c_Lfeatherweightgo_model_ast_TypeName() { - this.Lfeatherweightgo_model_ast_TypeName__f_value = null + this.Lfeatherweightgo_model_ast_TypeName__f_value = null; } $c_Lfeatherweightgo_model_ast_TypeName.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_TypeName.prototype.constructor = $c_Lfeatherweightgo_model_ast_TypeName; /** @constructor */ function $h_Lfeatherweightgo_model_ast_TypeName() { - /**/ } $h_Lfeatherweightgo_model_ast_TypeName.prototype = $c_Lfeatherweightgo_model_ast_TypeName.prototype; function $as_Lfeatherweightgo_model_ast_TypeName(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_TypeName) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.TypeName")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_TypeName) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.TypeName")); } function $isArrayOf_Lfeatherweightgo_model_ast_TypeName(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_TypeName))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_TypeName))); } function $asArrayOf_Lfeatherweightgo_model_ast_TypeName(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_TypeName(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.TypeName;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_TypeName(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.TypeName;", depth)); } /** @constructor */ function $c_Lfeatherweightgo_model_ast_VariableName(value) { this.Lfeatherweightgo_model_ast_VariableName__f_value = null; - this.Lfeatherweightgo_model_ast_VariableName__f_value = value + this.Lfeatherweightgo_model_ast_VariableName__f_value = value; } $c_Lfeatherweightgo_model_ast_VariableName.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_VariableName.prototype.constructor = $c_Lfeatherweightgo_model_ast_VariableName; /** @constructor */ function $h_Lfeatherweightgo_model_ast_VariableName() { - /**/ } $h_Lfeatherweightgo_model_ast_VariableName.prototype = $c_Lfeatherweightgo_model_ast_VariableName.prototype; $c_Lfeatherweightgo_model_ast_VariableName.prototype.productPrefix__T = (function() { - return "VariableName" + return "VariableName"; }); $c_Lfeatherweightgo_model_ast_VariableName.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_Lfeatherweightgo_model_ast_VariableName.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_VariableName__f_value : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_VariableName__f_value : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_Lfeatherweightgo_model_ast_VariableName.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_VariableName.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_Lfeatherweightgo_model_ast_VariableName.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_VariableName.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_VariableName.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_VariableName)) { var VariableName$1 = $as_Lfeatherweightgo_model_ast_VariableName(x$1); - return ((this.Lfeatherweightgo_model_ast_VariableName__f_value === $n(VariableName$1).Lfeatherweightgo_model_ast_VariableName__f_value) && ($n(VariableName$1), true)) + return ((this.Lfeatherweightgo_model_ast_VariableName__f_value === $n(VariableName$1).Lfeatherweightgo_model_ast_VariableName__f_value) && ($n(VariableName$1), true)); } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_VariableName(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_VariableName) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.VariableName")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_VariableName) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.VariableName")); } function $isArrayOf_Lfeatherweightgo_model_ast_VariableName(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_VariableName))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_VariableName))); } function $asArrayOf_Lfeatherweightgo_model_ast_VariableName(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_VariableName(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.VariableName;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_VariableName(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.VariableName;", depth)); } -var $d_Lfeatherweightgo_model_ast_VariableName = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_VariableName: 0 -}, false, "featherweightgo.model.ast.VariableName", { +var $d_Lfeatherweightgo_model_ast_VariableName = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_VariableName, "featherweightgo.model.ast.VariableName", ({ Lfeatherweightgo_model_ast_VariableName: 1, - O: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_VariableName.prototype.$classData = $d_Lfeatherweightgo_model_ast_VariableName; +})); /** @constructor */ function $c_Lfeatherweightgo_model_typer_Implement$$anonfun$getAndPrintError$1() { - /**/ } $c_Lfeatherweightgo_model_typer_Implement$$anonfun$getAndPrintError$1.prototype = new $h_sr_AbstractPartialFunction(); $c_Lfeatherweightgo_model_typer_Implement$$anonfun$getAndPrintError$1.prototype.constructor = $c_Lfeatherweightgo_model_typer_Implement$$anonfun$getAndPrintError$1; /** @constructor */ function $h_Lfeatherweightgo_model_typer_Implement$$anonfun$getAndPrintError$1() { - /**/ } $h_Lfeatherweightgo_model_typer_Implement$$anonfun$getAndPrintError$1.prototype = $c_Lfeatherweightgo_model_typer_Implement$$anonfun$getAndPrintError$1.prototype; $c_Lfeatherweightgo_model_typer_Implement$$anonfun$getAndPrintError$1.prototype.applyOrElse__jl_Throwable__F1__O = (function(x1, default$1) { if ((x1 !== null)) { var this$1 = $n(x1); this$1.printStackTrace__Ljava_io_PrintStream__V($m_jl_System$Streams$().jl_System$Streams$__f_err); - return new $c_s_util_Failure(x1) + return new $c_s_util_Failure(x1); } else { - return $n(default$1).apply__O__O(x1) + return $n(default$1).apply__O__O(x1); } }); $c_Lfeatherweightgo_model_typer_Implement$$anonfun$getAndPrintError$1.prototype.isDefinedAt__jl_Throwable__Z = (function(x1) { - return (x1 !== null) + return (x1 !== null); }); $c_Lfeatherweightgo_model_typer_Implement$$anonfun$getAndPrintError$1.prototype.isDefinedAt__O__Z = (function(x) { - return this.isDefinedAt__jl_Throwable__Z($as_jl_Throwable(x)) + return this.isDefinedAt__jl_Throwable__Z($as_jl_Throwable(x)); }); $c_Lfeatherweightgo_model_typer_Implement$$anonfun$getAndPrintError$1.prototype.applyOrElse__O__F1__O = (function(x, default$1) { - return this.applyOrElse__jl_Throwable__F1__O($as_jl_Throwable(x), default$1) + return this.applyOrElse__jl_Throwable__F1__O($as_jl_Throwable(x), default$1); }); -var $d_Lfeatherweightgo_model_typer_Implement$$anonfun$getAndPrintError$1 = new $TypeData().initClass({ - Lfeatherweightgo_model_typer_Implement$$anonfun$getAndPrintError$1: 0 -}, false, "featherweightgo.model.typer.Implement$$anonfun$getAndPrintError$1", { +var $d_Lfeatherweightgo_model_typer_Implement$$anonfun$getAndPrintError$1 = new $TypeData().initClass($c_Lfeatherweightgo_model_typer_Implement$$anonfun$getAndPrintError$1, "featherweightgo.model.typer.Implement$$anonfun$getAndPrintError$1", ({ Lfeatherweightgo_model_typer_Implement$$anonfun$getAndPrintError$1: 1, sr_AbstractPartialFunction: 1, - O: 1, F1: 1, s_PartialFunction: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_typer_Implement$$anonfun$getAndPrintError$1.prototype.$classData = $d_Lfeatherweightgo_model_typer_Implement$$anonfun$getAndPrintError$1; +})); class $c_Lfeatherweightgo_model_typer_Implement$CheckingError extends $c_jl_Throwable { constructor(lhs, rhs, message, cause) { super(); @@ -21620,73 +20427,72 @@ class $c_Lfeatherweightgo_model_typer_Implement$CheckingError extends $c_jl_Thro this.Lfeatherweightgo_model_typer_Implement$CheckingError__f_rhs = rhs; this.Lfeatherweightgo_model_typer_Implement$CheckingError__f_message = message; this.Lfeatherweightgo_model_typer_Implement$CheckingError__f_cause = cause; - $m_sc_StringOps$(); var x = (((("\n |lhs: " + lhs) + "\n |rhs: ") + rhs) + "\n |"); var message$1 = $m_sc_StringOps$().stripMargin$extension__T__C__T(x, 124); - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, message$1, cause, true, true) - }; + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, message$1, cause, true, true); + } productPrefix__T() { - return "CheckingError" - }; + return "CheckingError"; + } productArity__I() { - return 4 - }; + return 4; + } productElement__I__O(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_typer_Implement$CheckingError__f_lhs; - break + break; } case 1: { return this.Lfeatherweightgo_model_typer_Implement$CheckingError__f_rhs; - break + break; } case 2: { return this.Lfeatherweightgo_model_typer_Implement$CheckingError__f_message; - break + break; } case 3: { return this.Lfeatherweightgo_model_typer_Implement$CheckingError__f_cause; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } - }; + } productIterator__sc_Iterator() { - return new $c_sr_ScalaRunTime$$anon$1(this) - }; + return new $c_sr_ScalaRunTime$$anon$1(this); + } productElementName__I__T(x$1) { switch (x$1) { case 0: { return "lhs"; - break + break; } case 1: { return "rhs"; - break + break; } case 2: { return "message"; - break + break; } case 3: { return "cause"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } - }; + } hashCode__I() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) - }; + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); + } equals__O__Z(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_typer_Implement$CheckingError)) { var CheckingError$1 = $as_Lfeatherweightgo_model_typer_Implement$CheckingError(x$1); var x = this.Lfeatherweightgo_model_typer_Implement$CheckingError__f_lhs; @@ -21694,69 +20500,61 @@ class $c_Lfeatherweightgo_model_typer_Implement$CheckingError extends $c_jl_Thro if (((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2))) { var x$3 = this.Lfeatherweightgo_model_typer_Implement$CheckingError__f_rhs; var x$4 = $n(CheckingError$1).Lfeatherweightgo_model_typer_Implement$CheckingError__f_rhs; - var $x_1 = ((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4)) + var $x_1 = ((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4)); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { if ((this.Lfeatherweightgo_model_typer_Implement$CheckingError__f_message === $n(CheckingError$1).Lfeatherweightgo_model_typer_Implement$CheckingError__f_message)) { var x$5 = this.Lfeatherweightgo_model_typer_Implement$CheckingError__f_cause; var x$6 = $n(CheckingError$1).Lfeatherweightgo_model_typer_Implement$CheckingError__f_cause; if (((x$5 === null) ? (x$6 === null) : $n(x$5).equals__O__Z(x$6))) { $n(CheckingError$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } - }; + } } function $as_Lfeatherweightgo_model_typer_Implement$CheckingError(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_typer_Implement$CheckingError) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.typer.Implement$CheckingError")) + return (((obj instanceof $c_Lfeatherweightgo_model_typer_Implement$CheckingError) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.typer.Implement$CheckingError")); } function $isArrayOf_Lfeatherweightgo_model_typer_Implement$CheckingError(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_typer_Implement$CheckingError))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_typer_Implement$CheckingError))); } function $asArrayOf_Lfeatherweightgo_model_typer_Implement$CheckingError(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_typer_Implement$CheckingError(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.typer.Implement$CheckingError;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_typer_Implement$CheckingError(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.typer.Implement$CheckingError;", depth)); } -var $d_Lfeatherweightgo_model_typer_Implement$CheckingError = new $TypeData().initClass({ - Lfeatherweightgo_model_typer_Implement$CheckingError: 0 -}, false, "featherweightgo.model.typer.Implement$CheckingError", { +var $d_Lfeatherweightgo_model_typer_Implement$CheckingError = new $TypeData().initClass($c_Lfeatherweightgo_model_typer_Implement$CheckingError, "featherweightgo.model.typer.Implement$CheckingError", ({ Lfeatherweightgo_model_typer_Implement$CheckingError: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1, s_Product: 1, s_Equals: 1 -}); -$c_Lfeatherweightgo_model_typer_Implement$CheckingError.prototype.$classData = $d_Lfeatherweightgo_model_typer_Implement$CheckingError; +})); /** @constructor */ function $c_Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1(outer, receiver$1, declarations$1) { this.Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1__f_$outer = null; this.Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1__f_receiver$1 = null; this.Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1__f_declarations$1 = null; - if ((outer === null)) { - $n(null) - } else { - this.Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1__f_$outer = outer - }; + $n(outer); + this.Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1__f_$outer = outer; this.Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1__f_receiver$1 = receiver$1; - this.Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1__f_declarations$1 = declarations$1 + this.Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1__f_declarations$1 = declarations$1; } $c_Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1.prototype = new $h_sr_AbstractPartialFunction(); $c_Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1.prototype.constructor = $c_Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1; /** @constructor */ function $h_Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1() { - /**/ } $h_Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1.prototype = $c_Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1.prototype; $c_Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1.prototype.applyOrElse__Lfeatherweightgo_model_ast_Declaration__F1__O = (function(x2, default$1) { @@ -21766,10 +20564,10 @@ $c_Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1.prototy var typeFormals = $n(x2$2).Lfeatherweightgo_model_ast_TypeDeclaration__f_typeFormals; var x = $n(this.Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1__f_receiver$1).Lfeatherweightgo_model_ast_MethodReceiver__f_structureTypeName; if ((((x === null) ? (name === null) : $n(x).equals__O__Z(name)) && $n(this.Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1__f_$outer).featherweightgo$typer$TyperImpl$$formalsImplementCheck$1__sci_List__sci_List__sci_List__Z($n(this.Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1__f_receiver$1).Lfeatherweightgo_model_ast_MethodReceiver__f_typeFormals, typeFormals, this.Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1__f_declarations$1))) { - return x2$2 + return x2$2; } - }; - return $n(default$1).apply__O__O(x2) + } + return $n(default$1).apply__O__O(x2); }); $c_Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1.prototype.isDefinedAt__Lfeatherweightgo_model_ast_Declaration__Z = (function(x2) { if ((x2 instanceof $c_Lfeatherweightgo_model_ast_TypeDeclaration)) { @@ -21778,75 +20576,66 @@ $c_Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1.prototy var typeFormals = $n(x2$2).Lfeatherweightgo_model_ast_TypeDeclaration__f_typeFormals; var x = $n(this.Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1__f_receiver$1).Lfeatherweightgo_model_ast_MethodReceiver__f_structureTypeName; if ((((x === null) ? (name === null) : $n(x).equals__O__Z(name)) && $n(this.Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1__f_$outer).featherweightgo$typer$TyperImpl$$formalsImplementCheck$1__sci_List__sci_List__sci_List__Z($n(this.Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1__f_receiver$1).Lfeatherweightgo_model_ast_MethodReceiver__f_typeFormals, typeFormals, this.Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1__f_declarations$1))) { - return true + return true; } - }; - return false + } + return false; }); $c_Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1.prototype.isDefinedAt__O__Z = (function(x) { - return this.isDefinedAt__Lfeatherweightgo_model_ast_Declaration__Z($as_Lfeatherweightgo_model_ast_Declaration(x)) + return this.isDefinedAt__Lfeatherweightgo_model_ast_Declaration__Z($as_Lfeatherweightgo_model_ast_Declaration(x)); }); $c_Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1.prototype.applyOrElse__O__F1__O = (function(x, default$1) { - return this.applyOrElse__Lfeatherweightgo_model_ast_Declaration__F1__O($as_Lfeatherweightgo_model_ast_Declaration(x), default$1) + return this.applyOrElse__Lfeatherweightgo_model_ast_Declaration__F1__O($as_Lfeatherweightgo_model_ast_Declaration(x), default$1); }); -var $d_Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1 = new $TypeData().initClass({ - Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1: 0 -}, false, "featherweightgo.typer.TyperImpl$$anonfun$$nestedInanonfun$check$13$1", { +var $d_Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1 = new $TypeData().initClass($c_Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1, "featherweightgo.typer.TyperImpl$$anonfun$$nestedInanonfun$check$13$1", ({ Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1: 1, sr_AbstractPartialFunction: 1, - O: 1, F1: 1, s_PartialFunction: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1.prototype.$classData = $d_Lfeatherweightgo_typer_TyperImpl$$anonfun$$nestedInanonfun$check$13$1; +})); /** @constructor */ function $c_Lfeatherweightgo_typer_TyperImpl$$anonfun$1(outer, receiver$1) { this.Lfeatherweightgo_typer_TyperImpl$$anonfun$1__f_receiver$1 = null; - this.Lfeatherweightgo_typer_TyperImpl$$anonfun$1__f_receiver$1 = receiver$1 + this.Lfeatherweightgo_typer_TyperImpl$$anonfun$1__f_receiver$1 = receiver$1; } $c_Lfeatherweightgo_typer_TyperImpl$$anonfun$1.prototype = new $h_sr_AbstractPartialFunction(); $c_Lfeatherweightgo_typer_TyperImpl$$anonfun$1.prototype.constructor = $c_Lfeatherweightgo_typer_TyperImpl$$anonfun$1; /** @constructor */ function $h_Lfeatherweightgo_typer_TyperImpl$$anonfun$1() { - /**/ } $h_Lfeatherweightgo_typer_TyperImpl$$anonfun$1.prototype = $c_Lfeatherweightgo_typer_TyperImpl$$anonfun$1.prototype; $c_Lfeatherweightgo_typer_TyperImpl$$anonfun$1.prototype.applyOrElse__Lfeatherweightgo_model_ast_AbstractStructureType__F1__O = (function(x1, default$1) { var x = $n(x1).structureTypeName__Lfeatherweightgo_model_ast_StructureTypeName(); var x$2 = $n(this.Lfeatherweightgo_typer_TyperImpl$$anonfun$1__f_receiver$1).Lfeatherweightgo_model_ast_MethodReceiver__f_structureTypeName; if ((((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2)) && $n($n(this.Lfeatherweightgo_typer_TyperImpl$$anonfun$1__f_receiver$1).Lfeatherweightgo_model_ast_MethodReceiver__f_typeFormals).isEmpty__Z())) { - return new $c_Lfeatherweightgo_model_ast_TypeDeclaration($n(x1).structureTypeName__Lfeatherweightgo_model_ast_StructureTypeName(), $m_s_package$().s_package$__f_Nil, new $c_Lfeatherweightgo_model_ast_Structure($m_s_package$().s_package$__f_Nil)) + return new $c_Lfeatherweightgo_model_ast_TypeDeclaration($n(x1).structureTypeName__Lfeatherweightgo_model_ast_StructureTypeName(), $m_sci_Nil$(), new $c_Lfeatherweightgo_model_ast_Structure($m_sci_Nil$())); } else { - return $n(default$1).apply__O__O(x1) + return $n(default$1).apply__O__O(x1); } }); $c_Lfeatherweightgo_typer_TyperImpl$$anonfun$1.prototype.isDefinedAt__Lfeatherweightgo_model_ast_AbstractStructureType__Z = (function(x1) { var x = $n(x1).structureTypeName__Lfeatherweightgo_model_ast_StructureTypeName(); var x$2 = $n(this.Lfeatherweightgo_typer_TyperImpl$$anonfun$1__f_receiver$1).Lfeatherweightgo_model_ast_MethodReceiver__f_structureTypeName; if (((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2))) { - return $n($n(this.Lfeatherweightgo_typer_TyperImpl$$anonfun$1__f_receiver$1).Lfeatherweightgo_model_ast_MethodReceiver__f_typeFormals).isEmpty__Z() + return $n($n(this.Lfeatherweightgo_typer_TyperImpl$$anonfun$1__f_receiver$1).Lfeatherweightgo_model_ast_MethodReceiver__f_typeFormals).isEmpty__Z(); } else { - return false + return false; } }); $c_Lfeatherweightgo_typer_TyperImpl$$anonfun$1.prototype.isDefinedAt__O__Z = (function(x) { - return this.isDefinedAt__Lfeatherweightgo_model_ast_AbstractStructureType__Z($as_Lfeatherweightgo_model_ast_AbstractStructureType(x)) + return this.isDefinedAt__Lfeatherweightgo_model_ast_AbstractStructureType__Z($as_Lfeatherweightgo_model_ast_AbstractStructureType(x)); }); $c_Lfeatherweightgo_typer_TyperImpl$$anonfun$1.prototype.applyOrElse__O__F1__O = (function(x, default$1) { - return this.applyOrElse__Lfeatherweightgo_model_ast_AbstractStructureType__F1__O($as_Lfeatherweightgo_model_ast_AbstractStructureType(x), default$1) + return this.applyOrElse__Lfeatherweightgo_model_ast_AbstractStructureType__F1__O($as_Lfeatherweightgo_model_ast_AbstractStructureType(x), default$1); }); -var $d_Lfeatherweightgo_typer_TyperImpl$$anonfun$1 = new $TypeData().initClass({ - Lfeatherweightgo_typer_TyperImpl$$anonfun$1: 0 -}, false, "featherweightgo.typer.TyperImpl$$anonfun$1", { +var $d_Lfeatherweightgo_typer_TyperImpl$$anonfun$1 = new $TypeData().initClass($c_Lfeatherweightgo_typer_TyperImpl$$anonfun$1, "featherweightgo.typer.TyperImpl$$anonfun$1", ({ Lfeatherweightgo_typer_TyperImpl$$anonfun$1: 1, sr_AbstractPartialFunction: 1, - O: 1, F1: 1, s_PartialFunction: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_typer_TyperImpl$$anonfun$1.prototype.$classData = $d_Lfeatherweightgo_typer_TyperImpl$$anonfun$1; +})); /** @constructor */ function $c_Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1(interfaceType$1, ifUpdate$1, typeBound$1, declarations$1) { this.Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1__f_interfaceType$1 = null; @@ -21856,13 +20645,12 @@ function $c_Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1(interfaceTy this.Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1__f_interfaceType$1 = interfaceType$1; this.Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1__f_ifUpdate$1 = ifUpdate$1; this.Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1__f_typeBound$1 = typeBound$1; - this.Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1__f_declarations$1 = declarations$1 + this.Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1__f_declarations$1 = declarations$1; } $c_Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1.prototype = new $h_sr_AbstractPartialFunction(); $c_Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1.prototype.constructor = $c_Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1; /** @constructor */ function $h_Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1() { - /**/ } $h_Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1.prototype = $c_Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1.prototype; $c_Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1.prototype.applyOrElse__Lfeatherweightgo_model_ast_Declaration__F1__O = (function(x1, default$1) { @@ -21879,10 +20667,10 @@ $c_Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1.prototype.applyOrEls var this$2 = $n(methods); var f = ((method$2) => { var method = $as_Lfeatherweightgo_model_ast_MethodSpecification(method$2); - return $m_Lfeatherweightgo_util_Utils$().featherweightgo$util$Utils$$updateMethodsType$1__sci_List__sci_List__Lfeatherweightgo_model_ast_MethodSpecification__Z__Lfeatherweightgo_model_typer_TypeBound__sci_List__Lfeatherweightgo_model_ast_MethodSpecification(typeFormals, $n(this.Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1__f_interfaceType$1).Lfeatherweightgo_model_ast_InterfaceType__f_types, method, this.Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1__f_ifUpdate$1, this.Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1__f_typeBound$1, this.Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1__f_declarations$1) + return $m_Lfeatherweightgo_util_Utils$().featherweightgo$util$Utils$$updateMethodsType$1__sci_List__sci_List__Lfeatherweightgo_model_ast_MethodSpecification__Z__Lfeatherweightgo_model_typer_TypeBound__sci_List__Lfeatherweightgo_model_ast_MethodSpecification(typeFormals, $n(this.Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1__f_interfaceType$1).Lfeatherweightgo_model_ast_InterfaceType__f_types, method, this.Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1__f_ifUpdate$1, this.Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1__f_typeBound$1, this.Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1__f_declarations$1); }); if ((this$2 === $m_sci_Nil$())) { - return $m_sci_Nil$() + return $m_sci_Nil$(); } else { var arg1 = this$2.head__O(); var h = new $c_sci_$colon$colon(f(arg1), $m_sci_Nil$()); @@ -21893,14 +20681,14 @@ $c_Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1.prototype.applyOrEls var nx = new $c_sci_$colon$colon(f(arg1$1), $m_sci_Nil$()); $n(t).sci_$colon$colon__f_next = nx; t = nx; - rest = $as_sci_List($n(rest).tail__O()) - }; - return h + rest = $as_sci_List($n(rest).tail__O()); + } + return h; } } } - }; - return $n(default$1).apply__O__O(x1) + } + return $n(default$1).apply__O__O(x1); }); $c_Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1.prototype.isDefinedAt__Lfeatherweightgo_model_ast_Declaration__Z = (function(x1) { if ((x1 instanceof $c_Lfeatherweightgo_model_ast_TypeDeclaration)) { @@ -21909,33 +20697,29 @@ $c_Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1.prototype.isDefinedA var p3 = $n(x2).Lfeatherweightgo_model_ast_TypeDeclaration__f_typeLiteral; if ((p3 instanceof $c_Lfeatherweightgo_model_ast_Interface)) { var x$2 = $n(this.Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1__f_interfaceType$1).Lfeatherweightgo_model_ast_InterfaceType__f_interfaceTypeName; - var $x_1 = ((typeName === null) ? (x$2 === null) : $n(typeName).equals__O__Z(x$2)) + var $x_1 = ((typeName === null) ? (x$2 === null) : $n(typeName).equals__O__Z(x$2)); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { - return true + return true; } - }; - return false + } + return false; }); $c_Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1.prototype.isDefinedAt__O__Z = (function(x) { - return this.isDefinedAt__Lfeatherweightgo_model_ast_Declaration__Z($as_Lfeatherweightgo_model_ast_Declaration(x)) + return this.isDefinedAt__Lfeatherweightgo_model_ast_Declaration__Z($as_Lfeatherweightgo_model_ast_Declaration(x)); }); $c_Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1.prototype.applyOrElse__O__F1__O = (function(x, default$1) { - return this.applyOrElse__Lfeatherweightgo_model_ast_Declaration__F1__O($as_Lfeatherweightgo_model_ast_Declaration(x), default$1) + return this.applyOrElse__Lfeatherweightgo_model_ast_Declaration__F1__O($as_Lfeatherweightgo_model_ast_Declaration(x), default$1); }); -var $d_Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1 = new $TypeData().initClass({ - Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1: 0 -}, false, "featherweightgo.util.Utils$$anonfun$ifInterfaceType$1$1", { +var $d_Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1 = new $TypeData().initClass($c_Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1, "featherweightgo.util.Utils$$anonfun$ifInterfaceType$1$1", ({ Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1: 1, sr_AbstractPartialFunction: 1, - O: 1, F1: 1, s_PartialFunction: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1.prototype.$classData = $d_Lfeatherweightgo_util_Utils$$anonfun$ifInterfaceType$1$1; +})); /** @constructor */ function $c_Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1(structureType$3, ifUpdate$1, typeBound$1, declarations$1) { this.Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1__f_structureType$3 = null; @@ -21945,13 +20729,12 @@ function $c_Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1(structureTy this.Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1__f_structureType$3 = structureType$3; this.Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1__f_ifUpdate$1 = ifUpdate$1; this.Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1__f_typeBound$1 = typeBound$1; - this.Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1__f_declarations$1 = declarations$1 + this.Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1__f_declarations$1 = declarations$1; } $c_Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1.prototype = new $h_sr_AbstractPartialFunction(); $c_Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1.prototype.constructor = $c_Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1; /** @constructor */ function $h_Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1() { - /**/ } $h_Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1.prototype = $c_Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1.prototype; $c_Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1.prototype.applyOrElse__Lfeatherweightgo_model_ast_Declaration__F1__O = (function(x1, default$1) { @@ -21962,10 +20745,10 @@ $c_Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1.prototype.applyOrEls var x = $n(receiver).Lfeatherweightgo_model_ast_MethodReceiver__f_structureTypeName; var x$2 = $n(this.Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1__f_structureType$3).structureTypeName__Lfeatherweightgo_model_ast_StructureTypeName(); if (((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2))) { - return $m_Lfeatherweightgo_util_Utils$().featherweightgo$util$Utils$$updateMethodsType$1__sci_List__sci_List__Lfeatherweightgo_model_ast_MethodSpecification__Z__Lfeatherweightgo_model_typer_TypeBound__sci_List__Lfeatherweightgo_model_ast_MethodSpecification($n(receiver).Lfeatherweightgo_model_ast_MethodReceiver__f_typeFormals, $n(this.Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1__f_structureType$3).types__sci_List(), methodSpecification, this.Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1__f_ifUpdate$1, this.Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1__f_typeBound$1, this.Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1__f_declarations$1) + return $m_Lfeatherweightgo_util_Utils$().featherweightgo$util$Utils$$updateMethodsType$1__sci_List__sci_List__Lfeatherweightgo_model_ast_MethodSpecification__Z__Lfeatherweightgo_model_typer_TypeBound__sci_List__Lfeatherweightgo_model_ast_MethodSpecification($n(receiver).Lfeatherweightgo_model_ast_MethodReceiver__f_typeFormals, $n(this.Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1__f_structureType$3).types__sci_List(), methodSpecification, this.Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1__f_ifUpdate$1, this.Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1__f_typeBound$1, this.Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1__f_declarations$1); } - }; - return $n(default$1).apply__O__O(x1) + } + return $n(default$1).apply__O__O(x1); }); $c_Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1.prototype.isDefinedAt__Lfeatherweightgo_model_ast_Declaration__Z = (function(x1) { if ((x1 instanceof $c_Lfeatherweightgo_model_ast_MethodDeclaration)) { @@ -21974,38 +20757,33 @@ $c_Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1.prototype.isDefinedA var x = $n(receiver).Lfeatherweightgo_model_ast_MethodReceiver__f_structureTypeName; var x$2 = $n(this.Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1__f_structureType$3).structureTypeName__Lfeatherweightgo_model_ast_StructureTypeName(); if (((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2))) { - return true + return true; } - }; - return false + } + return false; }); $c_Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1.prototype.isDefinedAt__O__Z = (function(x) { - return this.isDefinedAt__Lfeatherweightgo_model_ast_Declaration__Z($as_Lfeatherweightgo_model_ast_Declaration(x)) + return this.isDefinedAt__Lfeatherweightgo_model_ast_Declaration__Z($as_Lfeatherweightgo_model_ast_Declaration(x)); }); $c_Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1.prototype.applyOrElse__O__F1__O = (function(x, default$1) { - return this.applyOrElse__Lfeatherweightgo_model_ast_Declaration__F1__O($as_Lfeatherweightgo_model_ast_Declaration(x), default$1) + return this.applyOrElse__Lfeatherweightgo_model_ast_Declaration__F1__O($as_Lfeatherweightgo_model_ast_Declaration(x), default$1); }); -var $d_Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1 = new $TypeData().initClass({ - Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1: 0 -}, false, "featherweightgo.util.Utils$$anonfun$ifStructureType$1$1", { +var $d_Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1 = new $TypeData().initClass($c_Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1, "featherweightgo.util.Utils$$anonfun$ifStructureType$1$1", ({ Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1: 1, sr_AbstractPartialFunction: 1, - O: 1, F1: 1, s_PartialFunction: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1.prototype.$classData = $d_Lfeatherweightgo_util_Utils$$anonfun$ifStructureType$1$1; +})); /** @constructor */ function $c_Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1(anyNamedType$1) { this.Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1__f_anyNamedType$1 = null; - this.Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1__f_anyNamedType$1 = anyNamedType$1 + this.Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1__f_anyNamedType$1 = anyNamedType$1; } $c_Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1.prototype = new $h_sr_AbstractPartialFunction(); $c_Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1.prototype.constructor = $c_Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1; /** @constructor */ function $h_Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1() { - /**/ } $h_Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1.prototype = $c_Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1.prototype; $c_Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1.prototype.applyOrElse__Lfeatherweightgo_model_ast_Declaration__F1__O = (function(x1, default$1) { @@ -22013,47 +20791,41 @@ $c_Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1.prototype.applyOrElse__L var x2 = $as_Lfeatherweightgo_model_ast_TypeDeclaration(x1); var name = $n(x2).Lfeatherweightgo_model_ast_TypeDeclaration__f_name; if (($n(name).value__T() === $n($n(this.Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1__f_anyNamedType$1).Lfeatherweightgo_model_ast_AnyNamedType__f_typeName).value__T())) { - return name + return name; } - }; - return $n(default$1).apply__O__O(x1) + } + return $n(default$1).apply__O__O(x1); }); $c_Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1.prototype.isDefinedAt__Lfeatherweightgo_model_ast_Declaration__Z = (function(x1) { if ((x1 instanceof $c_Lfeatherweightgo_model_ast_TypeDeclaration)) { var x2 = $as_Lfeatherweightgo_model_ast_TypeDeclaration(x1); var name = $n(x2).Lfeatherweightgo_model_ast_TypeDeclaration__f_name; if (($n(name).value__T() === $n($n(this.Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1__f_anyNamedType$1).Lfeatherweightgo_model_ast_AnyNamedType__f_typeName).value__T())) { - return true + return true; } - }; - return false + } + return false; }); $c_Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1.prototype.isDefinedAt__O__Z = (function(x) { - return this.isDefinedAt__Lfeatherweightgo_model_ast_Declaration__Z($as_Lfeatherweightgo_model_ast_Declaration(x)) + return this.isDefinedAt__Lfeatherweightgo_model_ast_Declaration__Z($as_Lfeatherweightgo_model_ast_Declaration(x)); }); $c_Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1.prototype.applyOrElse__O__F1__O = (function(x, default$1) { - return this.applyOrElse__Lfeatherweightgo_model_ast_Declaration__F1__O($as_Lfeatherweightgo_model_ast_Declaration(x), default$1) + return this.applyOrElse__Lfeatherweightgo_model_ast_Declaration__F1__O($as_Lfeatherweightgo_model_ast_Declaration(x), default$1); }); -var $d_Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1 = new $TypeData().initClass({ - Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1: 0 -}, false, "featherweightgo.util.Utils$$anonfun$lookupAnyType$1", { +var $d_Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1 = new $TypeData().initClass($c_Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1, "featherweightgo.util.Utils$$anonfun$lookupAnyType$1", ({ Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1: 1, sr_AbstractPartialFunction: 1, - O: 1, F1: 1, s_PartialFunction: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1.prototype.$classData = $d_Lfeatherweightgo_util_Utils$$anonfun$lookupAnyType$1; +})); /** @constructor */ function $c_Lfeatherweightgo_util_Utils$$anonfun$mdecls$1() { - /**/ } $c_Lfeatherweightgo_util_Utils$$anonfun$mdecls$1.prototype = new $h_sr_AbstractPartialFunction(); $c_Lfeatherweightgo_util_Utils$$anonfun$mdecls$1.prototype.constructor = $c_Lfeatherweightgo_util_Utils$$anonfun$mdecls$1; /** @constructor */ function $h_Lfeatherweightgo_util_Utils$$anonfun$mdecls$1() { - /**/ } $h_Lfeatherweightgo_util_Utils$$anonfun$mdecls$1.prototype = $c_Lfeatherweightgo_util_Utils$$anonfun$mdecls$1.prototype; $c_Lfeatherweightgo_util_Utils$$anonfun$mdecls$1.prototype.applyOrElse__Lfeatherweightgo_model_ast_Declaration__F1__O = (function(x1, default$1) { @@ -22061,361 +20833,299 @@ $c_Lfeatherweightgo_util_Utils$$anonfun$mdecls$1.prototype.applyOrElse__Lfeather var x2 = $as_Lfeatherweightgo_model_ast_MethodDeclaration(x1); var receiver = $n(x2).Lfeatherweightgo_model_ast_MethodDeclaration__f_receiver; var methodSpecification = $n(x2).Lfeatherweightgo_model_ast_MethodDeclaration__f_methodSpecification; - return new $c_T2($n(receiver).Lfeatherweightgo_model_ast_MethodReceiver__f_structureTypeName, $n(methodSpecification).Lfeatherweightgo_model_ast_MethodSpecification__f_methodName) + return new $c_T2($n(receiver).Lfeatherweightgo_model_ast_MethodReceiver__f_structureTypeName, $n(methodSpecification).Lfeatherweightgo_model_ast_MethodSpecification__f_methodName); } else { - return $n(default$1).apply__O__O(x1) + return $n(default$1).apply__O__O(x1); } }); $c_Lfeatherweightgo_util_Utils$$anonfun$mdecls$1.prototype.isDefinedAt__Lfeatherweightgo_model_ast_Declaration__Z = (function(x1) { - return (x1 instanceof $c_Lfeatherweightgo_model_ast_MethodDeclaration) + return (x1 instanceof $c_Lfeatherweightgo_model_ast_MethodDeclaration); }); $c_Lfeatherweightgo_util_Utils$$anonfun$mdecls$1.prototype.isDefinedAt__O__Z = (function(x) { - return this.isDefinedAt__Lfeatherweightgo_model_ast_Declaration__Z($as_Lfeatherweightgo_model_ast_Declaration(x)) + return this.isDefinedAt__Lfeatherweightgo_model_ast_Declaration__Z($as_Lfeatherweightgo_model_ast_Declaration(x)); }); $c_Lfeatherweightgo_util_Utils$$anonfun$mdecls$1.prototype.applyOrElse__O__F1__O = (function(x, default$1) { - return this.applyOrElse__Lfeatherweightgo_model_ast_Declaration__F1__O($as_Lfeatherweightgo_model_ast_Declaration(x), default$1) + return this.applyOrElse__Lfeatherweightgo_model_ast_Declaration__F1__O($as_Lfeatherweightgo_model_ast_Declaration(x), default$1); }); -var $d_Lfeatherweightgo_util_Utils$$anonfun$mdecls$1 = new $TypeData().initClass({ - Lfeatherweightgo_util_Utils$$anonfun$mdecls$1: 0 -}, false, "featherweightgo.util.Utils$$anonfun$mdecls$1", { +var $d_Lfeatherweightgo_util_Utils$$anonfun$mdecls$1 = new $TypeData().initClass($c_Lfeatherweightgo_util_Utils$$anonfun$mdecls$1, "featherweightgo.util.Utils$$anonfun$mdecls$1", ({ Lfeatherweightgo_util_Utils$$anonfun$mdecls$1: 1, sr_AbstractPartialFunction: 1, - O: 1, F1: 1, s_PartialFunction: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_util_Utils$$anonfun$mdecls$1.prototype.$classData = $d_Lfeatherweightgo_util_Utils$$anonfun$mdecls$1; +})); /** @constructor */ function $c_Lfeatherweightgo_util_Utils$$anonfun$tdecls$1() { - /**/ } $c_Lfeatherweightgo_util_Utils$$anonfun$tdecls$1.prototype = new $h_sr_AbstractPartialFunction(); $c_Lfeatherweightgo_util_Utils$$anonfun$tdecls$1.prototype.constructor = $c_Lfeatherweightgo_util_Utils$$anonfun$tdecls$1; /** @constructor */ function $h_Lfeatherweightgo_util_Utils$$anonfun$tdecls$1() { - /**/ } $h_Lfeatherweightgo_util_Utils$$anonfun$tdecls$1.prototype = $c_Lfeatherweightgo_util_Utils$$anonfun$tdecls$1.prototype; $c_Lfeatherweightgo_util_Utils$$anonfun$tdecls$1.prototype.applyOrElse__Lfeatherweightgo_model_ast_Declaration__F1__O = (function(x1, default$1) { if ((x1 instanceof $c_Lfeatherweightgo_model_ast_TypeDeclaration)) { var x2 = $as_Lfeatherweightgo_model_ast_TypeDeclaration(x1); var name = $n(x2).Lfeatherweightgo_model_ast_TypeDeclaration__f_name; - return name + return name; } else { - return $n(default$1).apply__O__O(x1) + return $n(default$1).apply__O__O(x1); } }); $c_Lfeatherweightgo_util_Utils$$anonfun$tdecls$1.prototype.isDefinedAt__Lfeatherweightgo_model_ast_Declaration__Z = (function(x1) { - return (x1 instanceof $c_Lfeatherweightgo_model_ast_TypeDeclaration) + return (x1 instanceof $c_Lfeatherweightgo_model_ast_TypeDeclaration); }); $c_Lfeatherweightgo_util_Utils$$anonfun$tdecls$1.prototype.isDefinedAt__O__Z = (function(x) { - return this.isDefinedAt__Lfeatherweightgo_model_ast_Declaration__Z($as_Lfeatherweightgo_model_ast_Declaration(x)) + return this.isDefinedAt__Lfeatherweightgo_model_ast_Declaration__Z($as_Lfeatherweightgo_model_ast_Declaration(x)); }); $c_Lfeatherweightgo_util_Utils$$anonfun$tdecls$1.prototype.applyOrElse__O__F1__O = (function(x, default$1) { - return this.applyOrElse__Lfeatherweightgo_model_ast_Declaration__F1__O($as_Lfeatherweightgo_model_ast_Declaration(x), default$1) + return this.applyOrElse__Lfeatherweightgo_model_ast_Declaration__F1__O($as_Lfeatherweightgo_model_ast_Declaration(x), default$1); }); -var $d_Lfeatherweightgo_util_Utils$$anonfun$tdecls$1 = new $TypeData().initClass({ - Lfeatherweightgo_util_Utils$$anonfun$tdecls$1: 0 -}, false, "featherweightgo.util.Utils$$anonfun$tdecls$1", { +var $d_Lfeatherweightgo_util_Utils$$anonfun$tdecls$1 = new $TypeData().initClass($c_Lfeatherweightgo_util_Utils$$anonfun$tdecls$1, "featherweightgo.util.Utils$$anonfun$tdecls$1", ({ Lfeatherweightgo_util_Utils$$anonfun$tdecls$1: 1, sr_AbstractPartialFunction: 1, - O: 1, F1: 1, s_PartialFunction: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_util_Utils$$anonfun$tdecls$1.prototype.$classData = $d_Lfeatherweightgo_util_Utils$$anonfun$tdecls$1; +})); function $ct_Ljava_io_FilterOutputStream__Ljava_io_OutputStream__($thiz, out) { - return $thiz + return $thiz; } /** @constructor */ function $c_Ljava_io_FilterOutputStream() { - /**/ } $c_Ljava_io_FilterOutputStream.prototype = new $h_Ljava_io_OutputStream(); $c_Ljava_io_FilterOutputStream.prototype.constructor = $c_Ljava_io_FilterOutputStream; /** @constructor */ function $h_Ljava_io_FilterOutputStream() { - /**/ } $h_Ljava_io_FilterOutputStream.prototype = $c_Ljava_io_FilterOutputStream.prototype; class $c_jl_ArithmeticException extends $c_jl_RuntimeException { constructor(s) { super(); - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, s, null, true, true) - }; + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, s, null, true, true); + } } -var $d_jl_ArithmeticException = new $TypeData().initClass({ - jl_ArithmeticException: 0 -}, false, "java.lang.ArithmeticException", { +var $d_jl_ArithmeticException = new $TypeData().initClass($c_jl_ArithmeticException, "java.lang.ArithmeticException", ({ jl_ArithmeticException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_jl_ArithmeticException.prototype.$classData = $d_jl_ArithmeticException; +})); class $c_jl_ArrayStoreException extends $c_jl_RuntimeException { constructor(s) { super(); - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, s, null, true, true) - }; + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, s, null, true, true); + } } -var $d_jl_ArrayStoreException = new $TypeData().initClass({ - jl_ArrayStoreException: 0 -}, false, "java.lang.ArrayStoreException", { +var $d_jl_ArrayStoreException = new $TypeData().initClass($c_jl_ArrayStoreException, "java.lang.ArrayStoreException", ({ jl_ArrayStoreException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_jl_ArrayStoreException.prototype.$classData = $d_jl_ArrayStoreException; +})); function $f_jl_Byte__equals__O__Z($thiz, that) { - return Object.is($thiz, that) + return Object.is($thiz, that); } function $f_jl_Byte__hashCode__I($thiz) { - return $thiz + return $thiz; } function $f_jl_Byte__toString__T($thiz) { - return ("" + $thiz) + return ("" + $thiz); } function $as_jl_Byte(obj) { - return (($isByte(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Byte")) + return (($isByte(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Byte")); } function $isArrayOf_jl_Byte(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Byte))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Byte))); } function $asArrayOf_jl_Byte(obj, depth) { - return (($isArrayOf_jl_Byte(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Byte;", depth)) + return (($isArrayOf_jl_Byte(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Byte;", depth)); } -var $d_jl_Byte = new $TypeData().initClass({ - jl_Byte: 0 -}, false, "java.lang.Byte", { +var $d_jl_Byte = new $TypeData().initClass(0, "java.lang.Byte", ({ jl_Byte: 1, jl_Number: 1, - O: 1, Ljava_io_Serializable: 1, jl_Comparable: 1, jl_constant_Constable: 1 -}, (void 0), (void 0), ((x) => $isByte(x))); +}), ((x) => $isByte(x))); function $ct_jl_ClassCastException__T__($thiz, s) { $ct_jl_Throwable__T__jl_Throwable__Z__Z__($thiz, s, null, true, true); - return $thiz + return $thiz; } function $ct_jl_ClassCastException__($thiz) { $ct_jl_Throwable__T__jl_Throwable__Z__Z__($thiz, null, null, true, true); - return $thiz + return $thiz; } class $c_jl_ClassCastException extends $c_jl_RuntimeException { } function $as_jl_ClassCastException(obj) { - return (((obj instanceof $c_jl_ClassCastException) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.ClassCastException")) + return (((obj instanceof $c_jl_ClassCastException) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.ClassCastException")); } function $isArrayOf_jl_ClassCastException(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_ClassCastException))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_ClassCastException))); } function $asArrayOf_jl_ClassCastException(obj, depth) { - return (($isArrayOf_jl_ClassCastException(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.ClassCastException;", depth)) + return (($isArrayOf_jl_ClassCastException(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.ClassCastException;", depth)); } -var $d_jl_ClassCastException = new $TypeData().initClass({ - jl_ClassCastException: 0 -}, false, "java.lang.ClassCastException", { +var $d_jl_ClassCastException = new $TypeData().initClass($c_jl_ClassCastException, "java.lang.ClassCastException", ({ jl_ClassCastException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_jl_ClassCastException.prototype.$classData = $d_jl_ClassCastException; +})); function $ct_jl_IllegalArgumentException__T__($thiz, s) { $ct_jl_Throwable__T__jl_Throwable__Z__Z__($thiz, s, null, true, true); - return $thiz + return $thiz; } function $ct_jl_IllegalArgumentException__($thiz) { $ct_jl_Throwable__T__jl_Throwable__Z__Z__($thiz, null, null, true, true); - return $thiz + return $thiz; } class $c_jl_IllegalArgumentException extends $c_jl_RuntimeException { } -var $d_jl_IllegalArgumentException = new $TypeData().initClass({ - jl_IllegalArgumentException: 0 -}, false, "java.lang.IllegalArgumentException", { +var $d_jl_IllegalArgumentException = new $TypeData().initClass($c_jl_IllegalArgumentException, "java.lang.IllegalArgumentException", ({ jl_IllegalArgumentException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_jl_IllegalArgumentException.prototype.$classData = $d_jl_IllegalArgumentException; +})); function $ct_jl_IllegalStateException__T__($thiz, s) { $ct_jl_Throwable__T__jl_Throwable__Z__Z__($thiz, s, null, true, true); - return $thiz + return $thiz; } class $c_jl_IllegalStateException extends $c_jl_RuntimeException { } -var $d_jl_IllegalStateException = new $TypeData().initClass({ - jl_IllegalStateException: 0 -}, false, "java.lang.IllegalStateException", { +var $d_jl_IllegalStateException = new $TypeData().initClass($c_jl_IllegalStateException, "java.lang.IllegalStateException", ({ jl_IllegalStateException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_jl_IllegalStateException.prototype.$classData = $d_jl_IllegalStateException; +})); function $ct_jl_IndexOutOfBoundsException__T__($thiz, s) { $ct_jl_Throwable__T__jl_Throwable__Z__Z__($thiz, s, null, true, true); - return $thiz + return $thiz; } class $c_jl_IndexOutOfBoundsException extends $c_jl_RuntimeException { } -var $d_jl_IndexOutOfBoundsException = new $TypeData().initClass({ - jl_IndexOutOfBoundsException: 0 -}, false, "java.lang.IndexOutOfBoundsException", { +var $d_jl_IndexOutOfBoundsException = new $TypeData().initClass($c_jl_IndexOutOfBoundsException, "java.lang.IndexOutOfBoundsException", ({ jl_IndexOutOfBoundsException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_jl_IndexOutOfBoundsException.prototype.$classData = $d_jl_IndexOutOfBoundsException; +})); /** @constructor */ function $c_jl_JSConsoleBasedPrintStream$DummyOutputStream() { - /**/ } $c_jl_JSConsoleBasedPrintStream$DummyOutputStream.prototype = new $h_Ljava_io_OutputStream(); $c_jl_JSConsoleBasedPrintStream$DummyOutputStream.prototype.constructor = $c_jl_JSConsoleBasedPrintStream$DummyOutputStream; /** @constructor */ function $h_jl_JSConsoleBasedPrintStream$DummyOutputStream() { - /**/ } $h_jl_JSConsoleBasedPrintStream$DummyOutputStream.prototype = $c_jl_JSConsoleBasedPrintStream$DummyOutputStream.prototype; -var $d_jl_JSConsoleBasedPrintStream$DummyOutputStream = new $TypeData().initClass({ - jl_JSConsoleBasedPrintStream$DummyOutputStream: 0 -}, false, "java.lang.JSConsoleBasedPrintStream$DummyOutputStream", { +var $d_jl_JSConsoleBasedPrintStream$DummyOutputStream = new $TypeData().initClass($c_jl_JSConsoleBasedPrintStream$DummyOutputStream, "java.lang.JSConsoleBasedPrintStream$DummyOutputStream", ({ jl_JSConsoleBasedPrintStream$DummyOutputStream: 1, Ljava_io_OutputStream: 1, - O: 1, Ljava_io_Closeable: 1, jl_AutoCloseable: 1, Ljava_io_Flushable: 1 -}); -$c_jl_JSConsoleBasedPrintStream$DummyOutputStream.prototype.$classData = $d_jl_JSConsoleBasedPrintStream$DummyOutputStream; +})); class $c_jl_NegativeArraySizeException extends $c_jl_RuntimeException { constructor() { super(); - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true) - }; + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true); + } } -var $d_jl_NegativeArraySizeException = new $TypeData().initClass({ - jl_NegativeArraySizeException: 0 -}, false, "java.lang.NegativeArraySizeException", { +var $d_jl_NegativeArraySizeException = new $TypeData().initClass($c_jl_NegativeArraySizeException, "java.lang.NegativeArraySizeException", ({ jl_NegativeArraySizeException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_jl_NegativeArraySizeException.prototype.$classData = $d_jl_NegativeArraySizeException; +})); class $c_jl_NullPointerException extends $c_jl_RuntimeException { constructor() { super(); - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true) - }; + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true); + } } -var $d_jl_NullPointerException = new $TypeData().initClass({ - jl_NullPointerException: 0 -}, false, "java.lang.NullPointerException", { +var $d_jl_NullPointerException = new $TypeData().initClass($c_jl_NullPointerException, "java.lang.NullPointerException", ({ jl_NullPointerException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_jl_NullPointerException.prototype.$classData = $d_jl_NullPointerException; +})); function $as_jl_SecurityException(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.SecurityException")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.SecurityException")); } function $isArrayOf_jl_SecurityException(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_SecurityException))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_SecurityException))); } function $asArrayOf_jl_SecurityException(obj, depth) { - return (($isArrayOf_jl_SecurityException(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.SecurityException;", depth)) + return (($isArrayOf_jl_SecurityException(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.SecurityException;", depth)); } function $f_jl_Short__equals__O__Z($thiz, that) { - return Object.is($thiz, that) + return Object.is($thiz, that); } function $f_jl_Short__hashCode__I($thiz) { - return $thiz + return $thiz; } function $f_jl_Short__toString__T($thiz) { - return ("" + $thiz) + return ("" + $thiz); } function $as_jl_Short(obj) { - return (($isShort(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Short")) + return (($isShort(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Short")); } function $isArrayOf_jl_Short(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Short))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Short))); } function $asArrayOf_jl_Short(obj, depth) { - return (($isArrayOf_jl_Short(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Short;", depth)) + return (($isArrayOf_jl_Short(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Short;", depth)); } -var $d_jl_Short = new $TypeData().initClass({ - jl_Short: 0 -}, false, "java.lang.Short", { +var $d_jl_Short = new $TypeData().initClass(0, "java.lang.Short", ({ jl_Short: 1, jl_Number: 1, - O: 1, Ljava_io_Serializable: 1, jl_Comparable: 1, jl_constant_Constable: 1 -}, (void 0), (void 0), ((x) => $isShort(x))); +}), ((x) => $isShort(x))); class $c_jl_UnsupportedOperationException extends $c_jl_RuntimeException { constructor(s) { super(); - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, s, null, true, true) - }; + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, s, null, true, true); + } } -var $d_jl_UnsupportedOperationException = new $TypeData().initClass({ - jl_UnsupportedOperationException: 0 -}, false, "java.lang.UnsupportedOperationException", { +var $d_jl_UnsupportedOperationException = new $TypeData().initClass($c_jl_UnsupportedOperationException, "java.lang.UnsupportedOperationException", ({ jl_UnsupportedOperationException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_jl_UnsupportedOperationException.prototype.$classData = $d_jl_UnsupportedOperationException; +})); /** @constructor */ function $c_ju_AbstractSet() { - /**/ } $c_ju_AbstractSet.prototype = new $h_ju_AbstractCollection(); $c_ju_AbstractSet.prototype.constructor = $c_ju_AbstractSet; /** @constructor */ function $h_ju_AbstractSet() { - /**/ } $h_ju_AbstractSet.prototype = $c_ju_AbstractSet.prototype; $c_ju_AbstractSet.prototype.equals__O__Z = (function(that) { if ((that === this)) { - return true + return true; } else if ($is_ju_Collection(that)) { var x2 = $as_ju_Collection(that); - return (($n(x2).size__I() === 0) && this.containsAll__ju_Collection__Z(x2)) + return (($n(x2).size__I() === 0) && this.containsAll__ju_Collection__Z(x2)); } else { - return false + return false; } }); $c_ju_AbstractSet.prototype.hashCode__I = (function() { @@ -22426,90 +21136,77 @@ $c_ju_AbstractSet.prototype.hashCode__I = (function() { var prev$2 = result; var item$2 = $n(_\uff3fself).next__O(); var prev = $uI(prev$2); - result = (($dp_hashCode__I($n(item$2)) + prev) | 0) - }; - return $uI(result) + result = (($dp_hashCode__I($n(item$2)) + prev) | 0); + } + return $uI(result); }); function $ct_ju_Collections$UnmodifiableCollection__ju_Collection__($thiz, inner) { $thiz.ju_Collections$UnmodifiableCollection__f_inner = inner; - return $thiz + return $thiz; } /** @constructor */ function $c_ju_Collections$UnmodifiableCollection() { - this.ju_Collections$UnmodifiableCollection__f_inner = null + this.ju_Collections$UnmodifiableCollection__f_inner = null; } $c_ju_Collections$UnmodifiableCollection.prototype = new $h_O(); $c_ju_Collections$UnmodifiableCollection.prototype.constructor = $c_ju_Collections$UnmodifiableCollection; /** @constructor */ function $h_ju_Collections$UnmodifiableCollection() { - /**/ } $h_ju_Collections$UnmodifiableCollection.prototype = $c_ju_Collections$UnmodifiableCollection.prototype; $c_ju_Collections$UnmodifiableCollection.prototype.size__I = (function() { - return $n(this.ju_Collections$UnmodifiableCollection__f_inner).size__I() + return $n(this.ju_Collections$UnmodifiableCollection__f_inner).size__I(); }); $c_ju_Collections$UnmodifiableCollection.prototype.toString__T = (function() { - return $n(this.ju_Collections$UnmodifiableCollection__f_inner).toString__T() + return $n(this.ju_Collections$UnmodifiableCollection__f_inner).toString__T(); }); $c_ju_Collections$UnmodifiableCollection.prototype.iterator__ju_Iterator = (function() { - return new $c_ju_Collections$UnmodifiableIterator($n(this.ju_Collections$UnmodifiableCollection__f_inner).iterator__ju_Iterator()) + return new $c_ju_Collections$UnmodifiableIterator($n(this.ju_Collections$UnmodifiableCollection__f_inner).iterator__ju_Iterator()); }); class $c_ju_ConcurrentModificationException extends $c_jl_RuntimeException { constructor(s) { super(); - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, s, null, true, true) - }; + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, s, null, true, true); + } } -var $d_ju_ConcurrentModificationException = new $TypeData().initClass({ - ju_ConcurrentModificationException: 0 -}, false, "java.util.ConcurrentModificationException", { +var $d_ju_ConcurrentModificationException = new $TypeData().initClass($c_ju_ConcurrentModificationException, "java.util.ConcurrentModificationException", ({ ju_ConcurrentModificationException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_ju_ConcurrentModificationException.prototype.$classData = $d_ju_ConcurrentModificationException; +})); function $ct_ju_NoSuchElementException__T__($thiz, s) { $ct_jl_Throwable__T__jl_Throwable__Z__Z__($thiz, s, null, true, true); - return $thiz + return $thiz; } function $ct_ju_NoSuchElementException__($thiz) { $ct_jl_Throwable__T__jl_Throwable__Z__Z__($thiz, null, null, true, true); - return $thiz + return $thiz; } class $c_ju_NoSuchElementException extends $c_jl_RuntimeException { } -var $d_ju_NoSuchElementException = new $TypeData().initClass({ - ju_NoSuchElementException: 0 -}, false, "java.util.NoSuchElementException", { +var $d_ju_NoSuchElementException = new $TypeData().initClass($c_ju_NoSuchElementException, "java.util.NoSuchElementException", ({ ju_NoSuchElementException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_ju_NoSuchElementException.prototype.$classData = $d_ju_NoSuchElementException; +})); class $c_Lorg_scalajs_linker_runtime_UndefinedBehaviorError extends $c_jl_VirtualMachineError { constructor(cause) { super(); var message = ((cause === null) ? null : $n(cause).toString__T()); - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, message, cause, true, true) - }; + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, message, cause, true, true); + } } -var $d_Lorg_scalajs_linker_runtime_UndefinedBehaviorError = new $TypeData().initClass({ - Lorg_scalajs_linker_runtime_UndefinedBehaviorError: 0 -}, false, "org.scalajs.linker.runtime.UndefinedBehaviorError", { +var $d_Lorg_scalajs_linker_runtime_UndefinedBehaviorError = new $TypeData().initClass($c_Lorg_scalajs_linker_runtime_UndefinedBehaviorError, "org.scalajs.linker.runtime.UndefinedBehaviorError", ({ Lorg_scalajs_linker_runtime_UndefinedBehaviorError: 1, jl_VirtualMachineError: 1, jl_Error: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_Lorg_scalajs_linker_runtime_UndefinedBehaviorError.prototype.$classData = $d_Lorg_scalajs_linker_runtime_UndefinedBehaviorError; +})); function $ct_Lpprint_PPrinter__I__I__I__Z__Z__Lfansi_Attrs__Lfansi_Attrs__s_PartialFunction__($thiz, defaultWidth, defaultHeight, defaultIndent, defaultEscapeUnicode, defaultShowFieldNames, colorLiteral, colorApplyPrefix, additionalHandlers) { $thiz.Lpprint_PPrinter__f_defaultWidth = defaultWidth; $thiz.Lpprint_PPrinter__f_defaultHeight = defaultHeight; @@ -22520,7 +21217,7 @@ function $ct_Lpprint_PPrinter__I__I__I__Z__Z__Lfansi_Attrs__Lfansi_Attrs__s_Part $thiz.Lpprint_PPrinter__f_colorApplyPrefix = colorApplyPrefix; $thiz.Lpprint_PPrinter__f_additionalHandlers = additionalHandlers; $ct_Lpprint_Walker__($thiz); - return $thiz + return $thiz; } /** @constructor */ function $c_Lpprint_PPrinter() { @@ -22532,116 +21229,115 @@ function $c_Lpprint_PPrinter() { this.Lpprint_PPrinter__f_defaultShowFieldNames = false; this.Lpprint_PPrinter__f_colorLiteral = null; this.Lpprint_PPrinter__f_colorApplyPrefix = null; - this.Lpprint_PPrinter__f_additionalHandlers = null + this.Lpprint_PPrinter__f_additionalHandlers = null; } $c_Lpprint_PPrinter.prototype = new $h_Lpprint_Walker(); $c_Lpprint_PPrinter.prototype.constructor = $c_Lpprint_PPrinter; /** @constructor */ function $h_Lpprint_PPrinter() { - /**/ } $h_Lpprint_PPrinter.prototype = $c_Lpprint_PPrinter.prototype; $c_Lpprint_PPrinter.prototype.pprintln__O__I__I__I__I__Z__Z__V = (function(x, width, height, indent, initialOffset, escapeUnicode, showFieldNames) { var this$1 = $n(this.tokenize__O__I__I__I__I__Z__Z__sc_Iterator(x, width, height, indent, initialOffset, escapeUnicode, showFieldNames)); while (this$1.hasNext__Z()) { var arg1 = this$1.next__O(); - $m_s_Console$().print__O__V(arg1) - }; + $m_s_Console$().print__O__V(arg1); + } var this$4 = $m_s_Console$(); var this$5 = $n(this$4.out__Ljava_io_PrintStream()); - this$5.java$lang$JSConsoleBasedPrintStream$$printString__T__V("\n") + this$5.java$lang$JSConsoleBasedPrintStream$$printString__T__V("\n"); }); $c_Lpprint_PPrinter.prototype.tokenize__O__I__I__I__I__Z__Z__sc_Iterator = (function(x, width, height, indent, initialOffset, escapeUnicode, showFieldNames) { var tree = this.treeify__O__Z__Z__Lpprint_Tree(x, escapeUnicode, showFieldNames); var renderer = new $c_Lpprint_Renderer(width, this.Lpprint_PPrinter__f_colorApplyPrefix, this.Lpprint_PPrinter__f_colorLiteral, indent); var rendered = $n(renderer.rec__Lpprint_Tree__I__I__Lpprint_Result(tree, initialOffset, 0)).Lpprint_Result__f_iter; var truncated = new $c_Lpprint_Truncated(rendered, width, height, "..."); - return truncated + return truncated; }); $c_Lpprint_PPrinter.prototype.productPrefix__T = (function() { - return "PPrinter" + return "PPrinter"; }); $c_Lpprint_PPrinter.prototype.productArity__I = (function() { - return 8 + return 8; }); $c_Lpprint_PPrinter.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lpprint_PPrinter__f_defaultWidth; - break + break; } case 1: { return this.Lpprint_PPrinter__f_defaultHeight; - break + break; } case 2: { return this.Lpprint_PPrinter__f_defaultIndent; - break + break; } case 3: { return this.Lpprint_PPrinter__f_defaultEscapeUnicode; - break + break; } case 4: { return this.Lpprint_PPrinter__f_defaultShowFieldNames; - break + break; } case 5: { return this.Lpprint_PPrinter__f_colorLiteral; - break + break; } case 6: { return this.Lpprint_PPrinter__f_colorApplyPrefix; - break + break; } case 7: { return this.Lpprint_PPrinter__f_additionalHandlers; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lpprint_PPrinter.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lpprint_PPrinter.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "defaultWidth"; - break + break; } case 1: { return "defaultHeight"; - break + break; } case 2: { return "defaultIndent"; - break + break; } case 3: { return "defaultEscapeUnicode"; - break + break; } case 4: { return "defaultShowFieldNames"; - break + break; } case 5: { return "colorLiteral"; - break + break; } case 6: { return "colorApplyPrefix"; - break + break; } case 7: { return "additionalHandlers"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); @@ -22678,24 +21374,24 @@ $c_Lpprint_PPrinter.prototype.hashCode__I = (function() { var data$8 = $m_sr_Statics$().anyHash__O__I(x$2); acc = $m_sr_Statics$().mix__I__I__I(hash$8, data$8); var hash$9 = acc; - return $m_sr_Statics$().finalizeHash__I__I__I(hash$9, 8) + return $m_sr_Statics$().finalizeHash__I__I__I(hash$9, 8); }); $c_Lpprint_PPrinter.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lpprint_PPrinter.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lpprint_PPrinter)) { var PPrinter$1 = $as_Lpprint_PPrinter(x$1); if ((((this.Lpprint_PPrinter__f_defaultWidth === $n(PPrinter$1).Lpprint_PPrinter__f_defaultWidth) && (this.Lpprint_PPrinter__f_defaultHeight === $n(PPrinter$1).Lpprint_PPrinter__f_defaultHeight)) && ((this.Lpprint_PPrinter__f_defaultIndent === $n(PPrinter$1).Lpprint_PPrinter__f_defaultIndent) && (this.Lpprint_PPrinter__f_defaultEscapeUnicode === $n(PPrinter$1).Lpprint_PPrinter__f_defaultEscapeUnicode)))) { if ((this.Lpprint_PPrinter__f_defaultShowFieldNames === $n(PPrinter$1).Lpprint_PPrinter__f_defaultShowFieldNames)) { var x = this.Lpprint_PPrinter__f_colorLiteral; var x$2 = $n(PPrinter$1).Lpprint_PPrinter__f_colorLiteral; - var $x_1 = ((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2)) + var $x_1 = ((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2)); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { var x$3 = this.Lpprint_PPrinter__f_colorApplyPrefix; var x$4 = $n(PPrinter$1).Lpprint_PPrinter__f_colorApplyPrefix; @@ -22704,139 +21400,134 @@ $c_Lpprint_PPrinter.prototype.equals__O__Z = (function(x$1) { var x$6 = $n(PPrinter$1).Lpprint_PPrinter__f_additionalHandlers; if (((x$5 === null) ? (x$6 === null) : $n(x$5).equals__O__Z(x$6))) { $n(PPrinter$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lpprint_PPrinter(obj) { - return (((obj instanceof $c_Lpprint_PPrinter) || (obj === null)) ? obj : $throwClassCastException(obj, "pprint.PPrinter")) + return (((obj instanceof $c_Lpprint_PPrinter) || (obj === null)) ? obj : $throwClassCastException(obj, "pprint.PPrinter")); } function $isArrayOf_Lpprint_PPrinter(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lpprint_PPrinter))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lpprint_PPrinter))); } function $asArrayOf_Lpprint_PPrinter(obj, depth) { - return (($isArrayOf_Lpprint_PPrinter(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lpprint.PPrinter;", depth)) + return (($isArrayOf_Lpprint_PPrinter(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lpprint.PPrinter;", depth)); } /** @constructor */ function $c_Lpprint_Tree$Apply(prefix, body) { this.Lpprint_Tree$Apply__f_prefix = null; this.Lpprint_Tree$Apply__f_body = null; this.Lpprint_Tree$Apply__f_prefix = prefix; - this.Lpprint_Tree$Apply__f_body = body + this.Lpprint_Tree$Apply__f_body = body; } $c_Lpprint_Tree$Apply.prototype = new $h_O(); $c_Lpprint_Tree$Apply.prototype.constructor = $c_Lpprint_Tree$Apply; /** @constructor */ function $h_Lpprint_Tree$Apply() { - /**/ } $h_Lpprint_Tree$Apply.prototype = $c_Lpprint_Tree$Apply.prototype; $c_Lpprint_Tree$Apply.prototype.productPrefix__T = (function() { - return "Apply" + return "Apply"; }); $c_Lpprint_Tree$Apply.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_Lpprint_Tree$Apply.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lpprint_Tree$Apply__f_prefix; - break + break; } case 1: { return this.Lpprint_Tree$Apply__f_body; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lpprint_Tree$Apply.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lpprint_Tree$Apply.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "prefix"; - break + break; } case 1: { return "body"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lpprint_Tree$Apply.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lpprint_Tree$Apply.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lpprint_Tree$Apply.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lpprint_Tree$Apply)) { var Apply$1 = $as_Lpprint_Tree$Apply(x$1); if ((this.Lpprint_Tree$Apply__f_prefix === $n(Apply$1).Lpprint_Tree$Apply__f_prefix)) { var x = this.Lpprint_Tree$Apply__f_body; var x$2 = $n(Apply$1).Lpprint_Tree$Apply__f_body; if ((x === null)) { - var $x_1 = (x$2 === null) + var $x_1 = (x$2 === null); } else { var this$1 = $n(x); - var $x_1 = (this$1 === x$2) - }; + var $x_1 = (this$1 === x$2); + } if ($x_1) { $n(Apply$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lpprint_Tree$Apply(obj) { - return (((obj instanceof $c_Lpprint_Tree$Apply) || (obj === null)) ? obj : $throwClassCastException(obj, "pprint.Tree$Apply")) + return (((obj instanceof $c_Lpprint_Tree$Apply) || (obj === null)) ? obj : $throwClassCastException(obj, "pprint.Tree$Apply")); } function $isArrayOf_Lpprint_Tree$Apply(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lpprint_Tree$Apply))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lpprint_Tree$Apply))); } function $asArrayOf_Lpprint_Tree$Apply(obj, depth) { - return (($isArrayOf_Lpprint_Tree$Apply(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lpprint.Tree$Apply;", depth)) + return (($isArrayOf_Lpprint_Tree$Apply(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lpprint.Tree$Apply;", depth)); } -var $d_Lpprint_Tree$Apply = new $TypeData().initClass({ - Lpprint_Tree$Apply: 0 -}, false, "pprint.Tree$Apply", { +var $d_Lpprint_Tree$Apply = new $TypeData().initClass($c_Lpprint_Tree$Apply, "pprint.Tree$Apply", ({ Lpprint_Tree$Apply: 1, - O: 1, Lpprint_Tree: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lpprint_Tree$Apply.prototype.$classData = $d_Lpprint_Tree$Apply; +})); /** @constructor */ function $c_Lpprint_Tree$Infix(lhs, op, rhs) { this.Lpprint_Tree$Infix__f_lhs = null; @@ -22844,72 +21535,71 @@ function $c_Lpprint_Tree$Infix(lhs, op, rhs) { this.Lpprint_Tree$Infix__f_rhs = null; this.Lpprint_Tree$Infix__f_lhs = lhs; this.Lpprint_Tree$Infix__f_op = op; - this.Lpprint_Tree$Infix__f_rhs = rhs + this.Lpprint_Tree$Infix__f_rhs = rhs; } $c_Lpprint_Tree$Infix.prototype = new $h_O(); $c_Lpprint_Tree$Infix.prototype.constructor = $c_Lpprint_Tree$Infix; /** @constructor */ function $h_Lpprint_Tree$Infix() { - /**/ } $h_Lpprint_Tree$Infix.prototype = $c_Lpprint_Tree$Infix.prototype; $c_Lpprint_Tree$Infix.prototype.productPrefix__T = (function() { - return "Infix" + return "Infix"; }); $c_Lpprint_Tree$Infix.prototype.productArity__I = (function() { - return 3 + return 3; }); $c_Lpprint_Tree$Infix.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lpprint_Tree$Infix__f_lhs; - break + break; } case 1: { return this.Lpprint_Tree$Infix__f_op; - break + break; } case 2: { return this.Lpprint_Tree$Infix__f_rhs; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lpprint_Tree$Infix.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lpprint_Tree$Infix.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "lhs"; - break + break; } case 1: { return "op"; - break + break; } case 2: { return "rhs"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lpprint_Tree$Infix.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lpprint_Tree$Infix.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lpprint_Tree$Infix.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lpprint_Tree$Infix)) { var Infix$1 = $as_Lpprint_Tree$Infix(x$1); var x = this.Lpprint_Tree$Infix__f_lhs; @@ -22919,100 +21609,95 @@ $c_Lpprint_Tree$Infix.prototype.equals__O__Z = (function(x$1) { var x$4 = $n(Infix$1).Lpprint_Tree$Infix__f_rhs; if (((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4))) { $n(Infix$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lpprint_Tree$Infix(obj) { - return (((obj instanceof $c_Lpprint_Tree$Infix) || (obj === null)) ? obj : $throwClassCastException(obj, "pprint.Tree$Infix")) + return (((obj instanceof $c_Lpprint_Tree$Infix) || (obj === null)) ? obj : $throwClassCastException(obj, "pprint.Tree$Infix")); } function $isArrayOf_Lpprint_Tree$Infix(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lpprint_Tree$Infix))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lpprint_Tree$Infix))); } function $asArrayOf_Lpprint_Tree$Infix(obj, depth) { - return (($isArrayOf_Lpprint_Tree$Infix(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lpprint.Tree$Infix;", depth)) + return (($isArrayOf_Lpprint_Tree$Infix(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lpprint.Tree$Infix;", depth)); } -var $d_Lpprint_Tree$Infix = new $TypeData().initClass({ - Lpprint_Tree$Infix: 0 -}, false, "pprint.Tree$Infix", { +var $d_Lpprint_Tree$Infix = new $TypeData().initClass($c_Lpprint_Tree$Infix, "pprint.Tree$Infix", ({ Lpprint_Tree$Infix: 1, - O: 1, Lpprint_Tree: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lpprint_Tree$Infix.prototype.$classData = $d_Lpprint_Tree$Infix; +})); /** @constructor */ function $c_Lpprint_Tree$KeyValue(key, value) { this.Lpprint_Tree$KeyValue__f_key = null; this.Lpprint_Tree$KeyValue__f_value = null; this.Lpprint_Tree$KeyValue__f_key = key; - this.Lpprint_Tree$KeyValue__f_value = value + this.Lpprint_Tree$KeyValue__f_value = value; } $c_Lpprint_Tree$KeyValue.prototype = new $h_O(); $c_Lpprint_Tree$KeyValue.prototype.constructor = $c_Lpprint_Tree$KeyValue; /** @constructor */ function $h_Lpprint_Tree$KeyValue() { - /**/ } $h_Lpprint_Tree$KeyValue.prototype = $c_Lpprint_Tree$KeyValue.prototype; $c_Lpprint_Tree$KeyValue.prototype.productPrefix__T = (function() { - return "KeyValue" + return "KeyValue"; }); $c_Lpprint_Tree$KeyValue.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_Lpprint_Tree$KeyValue.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lpprint_Tree$KeyValue__f_key; - break + break; } case 1: { return this.Lpprint_Tree$KeyValue__f_value; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lpprint_Tree$KeyValue.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lpprint_Tree$KeyValue.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "key"; - break + break; } case 1: { return "value"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lpprint_Tree$KeyValue.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lpprint_Tree$KeyValue.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lpprint_Tree$KeyValue.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lpprint_Tree$KeyValue)) { var KeyValue$1 = $as_Lpprint_Tree$KeyValue(x$1); if ((this.Lpprint_Tree$KeyValue__f_key === $n(KeyValue$1).Lpprint_Tree$KeyValue__f_key)) { @@ -23020,128 +21705,115 @@ $c_Lpprint_Tree$KeyValue.prototype.equals__O__Z = (function(x$1) { var x$2 = $n(KeyValue$1).Lpprint_Tree$KeyValue__f_value; if (((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2))) { $n(KeyValue$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lpprint_Tree$KeyValue(obj) { - return (((obj instanceof $c_Lpprint_Tree$KeyValue) || (obj === null)) ? obj : $throwClassCastException(obj, "pprint.Tree$KeyValue")) + return (((obj instanceof $c_Lpprint_Tree$KeyValue) || (obj === null)) ? obj : $throwClassCastException(obj, "pprint.Tree$KeyValue")); } function $isArrayOf_Lpprint_Tree$KeyValue(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lpprint_Tree$KeyValue))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lpprint_Tree$KeyValue))); } function $asArrayOf_Lpprint_Tree$KeyValue(obj, depth) { - return (($isArrayOf_Lpprint_Tree$KeyValue(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lpprint.Tree$KeyValue;", depth)) + return (($isArrayOf_Lpprint_Tree$KeyValue(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lpprint.Tree$KeyValue;", depth)); } -var $d_Lpprint_Tree$KeyValue = new $TypeData().initClass({ - Lpprint_Tree$KeyValue: 0 -}, false, "pprint.Tree$KeyValue", { +var $d_Lpprint_Tree$KeyValue = new $TypeData().initClass($c_Lpprint_Tree$KeyValue, "pprint.Tree$KeyValue", ({ Lpprint_Tree$KeyValue: 1, - O: 1, Lpprint_Tree: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lpprint_Tree$KeyValue.prototype.$classData = $d_Lpprint_Tree$KeyValue; +})); /** @constructor */ function $c_Lpprint_Tree$Lazy(body0) { this.Lpprint_Tree$Lazy__f_body0 = null; - this.Lpprint_Tree$Lazy__f_body0 = body0 + this.Lpprint_Tree$Lazy__f_body0 = body0; } $c_Lpprint_Tree$Lazy.prototype = new $h_O(); $c_Lpprint_Tree$Lazy.prototype.constructor = $c_Lpprint_Tree$Lazy; /** @constructor */ function $h_Lpprint_Tree$Lazy() { - /**/ } $h_Lpprint_Tree$Lazy.prototype = $c_Lpprint_Tree$Lazy.prototype; $c_Lpprint_Tree$Lazy.prototype.productPrefix__T = (function() { - return "Lazy" + return "Lazy"; }); $c_Lpprint_Tree$Lazy.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_Lpprint_Tree$Lazy.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.Lpprint_Tree$Lazy__f_body0 : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.Lpprint_Tree$Lazy__f_body0 : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_Lpprint_Tree$Lazy.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lpprint_Tree$Lazy.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "body0" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "body0" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_Lpprint_Tree$Lazy.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lpprint_Tree$Lazy.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lpprint_Tree$Lazy.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lpprint_Tree$Lazy)) { var Lazy$1 = $as_Lpprint_Tree$Lazy(x$1); var x = this.Lpprint_Tree$Lazy__f_body0; var x$2 = $n(Lazy$1).Lpprint_Tree$Lazy__f_body0; if (((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2))) { $n(Lazy$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lpprint_Tree$Lazy(obj) { - return (((obj instanceof $c_Lpprint_Tree$Lazy) || (obj === null)) ? obj : $throwClassCastException(obj, "pprint.Tree$Lazy")) + return (((obj instanceof $c_Lpprint_Tree$Lazy) || (obj === null)) ? obj : $throwClassCastException(obj, "pprint.Tree$Lazy")); } function $isArrayOf_Lpprint_Tree$Lazy(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lpprint_Tree$Lazy))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lpprint_Tree$Lazy))); } function $asArrayOf_Lpprint_Tree$Lazy(obj, depth) { - return (($isArrayOf_Lpprint_Tree$Lazy(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lpprint.Tree$Lazy;", depth)) + return (($isArrayOf_Lpprint_Tree$Lazy(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lpprint.Tree$Lazy;", depth)); } -var $d_Lpprint_Tree$Lazy = new $TypeData().initClass({ - Lpprint_Tree$Lazy: 0 -}, false, "pprint.Tree$Lazy", { +var $d_Lpprint_Tree$Lazy = new $TypeData().initClass($c_Lpprint_Tree$Lazy, "pprint.Tree$Lazy", ({ Lpprint_Tree$Lazy: 1, - O: 1, Lpprint_Tree: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lpprint_Tree$Lazy.prototype.$classData = $d_Lpprint_Tree$Lazy; +})); /** @constructor */ function $c_Lpprint_Tree$Literal(body) { this.Lpprint_Tree$Literal__f_body = null; this.Lpprint_Tree$Literal__f_body = body; - $m_sc_StringOps$(); - $m_sc_StringOps$(); - $m_sc_StringOps$(); - var from = 0; _return: { var this$4 = $n(body); var len = this$4.length; - var i = from; + var i = 0; while ((i < len)) { var this$5 = $n(body); var index = i; var arg1 = $charAt(this$5, index); if (((arg1 === 10) || (arg1 === 13))) { - break _return - }; - i = ((1 + i) | 0) + break _return; + } + i = ((1 + i) | 0); } } } @@ -23149,108 +21821,97 @@ $c_Lpprint_Tree$Literal.prototype = new $h_O(); $c_Lpprint_Tree$Literal.prototype.constructor = $c_Lpprint_Tree$Literal; /** @constructor */ function $h_Lpprint_Tree$Literal() { - /**/ } $h_Lpprint_Tree$Literal.prototype = $c_Lpprint_Tree$Literal.prototype; $c_Lpprint_Tree$Literal.prototype.productPrefix__T = (function() { - return "Literal" + return "Literal"; }); $c_Lpprint_Tree$Literal.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_Lpprint_Tree$Literal.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.Lpprint_Tree$Literal__f_body : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.Lpprint_Tree$Literal__f_body : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_Lpprint_Tree$Literal.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lpprint_Tree$Literal.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "body" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "body" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_Lpprint_Tree$Literal.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lpprint_Tree$Literal.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lpprint_Tree$Literal.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lpprint_Tree$Literal)) { var Literal$1 = $as_Lpprint_Tree$Literal(x$1); - return ((this.Lpprint_Tree$Literal__f_body === $n(Literal$1).Lpprint_Tree$Literal__f_body) && ($n(Literal$1), true)) + return ((this.Lpprint_Tree$Literal__f_body === $n(Literal$1).Lpprint_Tree$Literal__f_body) && ($n(Literal$1), true)); } else { - return false + return false; } }); function $as_Lpprint_Tree$Literal(obj) { - return (((obj instanceof $c_Lpprint_Tree$Literal) || (obj === null)) ? obj : $throwClassCastException(obj, "pprint.Tree$Literal")) + return (((obj instanceof $c_Lpprint_Tree$Literal) || (obj === null)) ? obj : $throwClassCastException(obj, "pprint.Tree$Literal")); } function $isArrayOf_Lpprint_Tree$Literal(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lpprint_Tree$Literal))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lpprint_Tree$Literal))); } function $asArrayOf_Lpprint_Tree$Literal(obj, depth) { - return (($isArrayOf_Lpprint_Tree$Literal(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lpprint.Tree$Literal;", depth)) + return (($isArrayOf_Lpprint_Tree$Literal(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lpprint.Tree$Literal;", depth)); } -var $d_Lpprint_Tree$Literal = new $TypeData().initClass({ - Lpprint_Tree$Literal: 0 -}, false, "pprint.Tree$Literal", { +var $d_Lpprint_Tree$Literal = new $TypeData().initClass($c_Lpprint_Tree$Literal, "pprint.Tree$Literal", ({ Lpprint_Tree$Literal: 1, - O: 1, Lpprint_Tree: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lpprint_Tree$Literal.prototype.$classData = $d_Lpprint_Tree$Literal; +})); /** @constructor */ function $c_s_$less$colon$less$$anon$1() { - /**/ } $c_s_$less$colon$less$$anon$1.prototype = new $h_s_$eq$colon$eq(); $c_s_$less$colon$less$$anon$1.prototype.constructor = $c_s_$less$colon$less$$anon$1; /** @constructor */ function $h_s_$less$colon$less$$anon$1() { - /**/ } $h_s_$less$colon$less$$anon$1.prototype = $c_s_$less$colon$less$$anon$1.prototype; $c_s_$less$colon$less$$anon$1.prototype.apply__O__O = (function(x) { - return x + return x; }); $c_s_$less$colon$less$$anon$1.prototype.toString__T = (function() { - return "generalized constraint" + return "generalized constraint"; }); -var $d_s_$less$colon$less$$anon$1 = new $TypeData().initClass({ - s_$less$colon$less$$anon$1: 0 -}, false, "scala.$less$colon$less$$anon$1", { +var $d_s_$less$colon$less$$anon$1 = new $TypeData().initClass($c_s_$less$colon$less$$anon$1, "scala.$less$colon$less$$anon$1", ({ s_$less$colon$less$$anon$1: 1, s_$eq$colon$eq: 1, s_$less$colon$less: 1, - O: 1, F1: 1, Ljava_io_Serializable: 1 -}); -$c_s_$less$colon$less$$anon$1.prototype.$classData = $d_s_$less$colon$less$$anon$1; +})); function $p_s_MatchError__objString$lzycompute__T($thiz) { if ((!$thiz.s_MatchError__f_bitmap$0)) { $thiz.s_MatchError__f_objString = (($thiz.s_MatchError__f_obj === null) ? "null" : $p_s_MatchError__liftedTree1$1__T($thiz)); - $thiz.s_MatchError__f_bitmap$0 = true - }; - return $thiz.s_MatchError__f_objString + $thiz.s_MatchError__f_bitmap$0 = true; + } + return $thiz.s_MatchError__f_objString; } function $p_s_MatchError__objString__T($thiz) { - return ((!$thiz.s_MatchError__f_bitmap$0) ? $p_s_MatchError__objString$lzycompute__T($thiz) : $thiz.s_MatchError__f_objString) + return ((!$thiz.s_MatchError__f_bitmap$0) ? $p_s_MatchError__objString$lzycompute__T($thiz) : $thiz.s_MatchError__f_objString); } function $p_s_MatchError__ofClass$1__T($thiz) { var this$1 = $n($thiz.s_MatchError__f_obj); - return ("of class " + $n($objectGetClass(this$1)).getName__T()) + return ("of class " + $n($objectGetClass(this$1)).getName__T()); } function $p_s_MatchError__liftedTree1$1__T($thiz) { try { - return ((($thiz.s_MatchError__f_obj + " (") + $p_s_MatchError__ofClass$1__T($thiz)) + ")") + return ((($thiz.s_MatchError__f_obj + " (") + $p_s_MatchError__ofClass$1__T($thiz)) + ")"); } catch (e) { - return ("an instance " + $p_s_MatchError__ofClass$1__T($thiz)) + return ("an instance " + $p_s_MatchError__ofClass$1__T($thiz)); } } class $c_s_MatchError extends $c_jl_RuntimeException { @@ -23260,193 +21921,173 @@ class $c_s_MatchError extends $c_jl_RuntimeException { this.s_MatchError__f_obj = null; this.s_MatchError__f_bitmap$0 = false; this.s_MatchError__f_obj = obj; - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true) - }; + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true); + } getMessage__T() { - return $p_s_MatchError__objString__T(this) - }; + return $p_s_MatchError__objString__T(this); + } } -var $d_s_MatchError = new $TypeData().initClass({ - s_MatchError: 0 -}, false, "scala.MatchError", { +var $d_s_MatchError = new $TypeData().initClass($c_s_MatchError, "scala.MatchError", ({ s_MatchError: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_s_MatchError.prototype.$classData = $d_s_MatchError; +})); /** @constructor */ function $c_s_Option() { - /**/ } $c_s_Option.prototype = new $h_O(); $c_s_Option.prototype.constructor = $c_s_Option; /** @constructor */ function $h_s_Option() { - /**/ } $h_s_Option.prototype = $c_s_Option.prototype; $c_s_Option.prototype.productElementName__I__T = (function(n) { - return $f_s_Product__productElementName__I__T(this, n) + return $f_s_Product__productElementName__I__T(this, n); }); $c_s_Option.prototype.isEmpty__Z = (function() { - return (this === $m_s_None$()) + return (this === $m_s_None$()); }); $c_s_Option.prototype.knownSize__I = (function() { - return (this.isEmpty__Z() ? 0 : 1) + return (this.isEmpty__Z() ? 0 : 1); }); $c_s_Option.prototype.iterator__sc_Iterator = (function() { if (this.isEmpty__Z()) { - return $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty + return $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty; } else { - $m_sc_Iterator$(); var a = this.get__O(); - return new $c_sc_Iterator$$anon$20(a) + return new $c_sc_Iterator$$anon$20(a); } }); function $as_s_Option(obj) { - return (((obj instanceof $c_s_Option) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.Option")) + return (((obj instanceof $c_s_Option) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.Option")); } function $isArrayOf_s_Option(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_Option))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_Option))); } function $asArrayOf_s_Option(obj, depth) { - return (($isArrayOf_s_Option(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.Option;", depth)) + return (($isArrayOf_s_Option(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.Option;", depth)); } /** @constructor */ function $c_s_Product$$anon$2(outer) { this.s_Product$$anon$2__f_c = 0; this.s_Product$$anon$2__f_cmax = 0; this.s_Product$$anon$2__f_$outer = null; - if ((outer === null)) { - $n(null) - } else { - this.s_Product$$anon$2__f_$outer = outer - }; + $n(outer); + this.s_Product$$anon$2__f_$outer = outer; this.s_Product$$anon$2__f_c = 0; - this.s_Product$$anon$2__f_cmax = $n(outer).productArity__I() + this.s_Product$$anon$2__f_cmax = $n(outer).productArity__I(); } $c_s_Product$$anon$2.prototype = new $h_sc_AbstractIterator(); $c_s_Product$$anon$2.prototype.constructor = $c_s_Product$$anon$2; /** @constructor */ function $h_s_Product$$anon$2() { - /**/ } $h_s_Product$$anon$2.prototype = $c_s_Product$$anon$2.prototype; $c_s_Product$$anon$2.prototype.hasNext__Z = (function() { - return (this.s_Product$$anon$2__f_c < this.s_Product$$anon$2__f_cmax) + return (this.s_Product$$anon$2__f_c < this.s_Product$$anon$2__f_cmax); }); $c_s_Product$$anon$2.prototype.next__T = (function() { var result = $n(this.s_Product$$anon$2__f_$outer).productElementName__I__T(this.s_Product$$anon$2__f_c); this.s_Product$$anon$2__f_c = ((1 + this.s_Product$$anon$2__f_c) | 0); - return result + return result; }); $c_s_Product$$anon$2.prototype.next__O = (function() { - return this.next__T() + return this.next__T(); }); -var $d_s_Product$$anon$2 = new $TypeData().initClass({ - s_Product$$anon$2: 0 -}, false, "scala.Product$$anon$2", { +var $d_s_Product$$anon$2 = new $TypeData().initClass($c_s_Product$$anon$2, "scala.Product$$anon$2", ({ s_Product$$anon$2: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_s_Product$$anon$2.prototype.$classData = $d_s_Product$$anon$2; +})); /** @constructor */ function $c_T2(_1, _2) { this.T2__f__1 = null; this.T2__f__2 = null; this.T2__f__1 = _1; - this.T2__f__2 = _2 + this.T2__f__2 = _2; } $c_T2.prototype = new $h_O(); $c_T2.prototype.constructor = $c_T2; /** @constructor */ function $h_T2() { - /**/ } $h_T2.prototype = $c_T2.prototype; $c_T2.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_T2.prototype.productElement__I__O = (function(n) { - return $f_s_Product2__productElement__I__O(this, n) + return $f_s_Product2__productElement__I__O(this, n); }); $c_T2.prototype._1__O = (function() { - return this.T2__f__1 + return this.T2__f__1; }); $c_T2.prototype._2__O = (function() { - return this.T2__f__2 + return this.T2__f__2; }); $c_T2.prototype.toString__T = (function() { - return (((("(" + this._1__O()) + ",") + this._2__O()) + ")") + return (((("(" + this._1__O()) + ",") + this._2__O()) + ")"); }); $c_T2.prototype.productPrefix__T = (function() { - return "Tuple2" + return "Tuple2"; }); $c_T2.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_T2.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "_1"; - break + break; } case 1: { return "_2"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_T2.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_T2.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_T2)) { var Tuple2$1 = $as_T2(x$1); - return ($m_sr_BoxesRunTime$().equals__O__O__Z(this._1__O(), $n(Tuple2$1)._1__O()) && $m_sr_BoxesRunTime$().equals__O__O__Z(this._2__O(), $n(Tuple2$1)._2__O())) + return ($m_sr_BoxesRunTime$().equals__O__O__Z(this._1__O(), $n(Tuple2$1)._1__O()) && $m_sr_BoxesRunTime$().equals__O__O__Z(this._2__O(), $n(Tuple2$1)._2__O())); } else { - return false + return false; } }); $c_T2.prototype._1$mcI$sp__I = (function() { - return $uI(this._1__O()) + return $uI(this._1__O()); }); $c_T2.prototype._2$mcI$sp__I = (function() { - return $uI(this._2__O()) + return $uI(this._2__O()); }); function $as_T2(obj) { - return (((obj instanceof $c_T2) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.Tuple2")) + return (((obj instanceof $c_T2) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.Tuple2")); } function $isArrayOf_T2(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.T2))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.T2))); } function $asArrayOf_T2(obj, depth) { - return (($isArrayOf_T2(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.Tuple2;", depth)) + return (($isArrayOf_T2(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.Tuple2;", depth)); } -var $d_T2 = new $TypeData().initClass({ - T2: 0 -}, false, "scala.Tuple2", { +var $d_T2 = new $TypeData().initClass($c_T2, "scala.Tuple2", ({ T2: 1, - O: 1, s_Product2: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_T2.prototype.$classData = $d_T2; +})); /** @constructor */ function $c_T3(_1, _2, _3) { this.T3__f__1 = null; @@ -23454,83 +22095,78 @@ function $c_T3(_1, _2, _3) { this.T3__f__3 = null; this.T3__f__1 = _1; this.T3__f__2 = _2; - this.T3__f__3 = _3 + this.T3__f__3 = _3; } $c_T3.prototype = new $h_O(); $c_T3.prototype.constructor = $c_T3; /** @constructor */ function $h_T3() { - /**/ } $h_T3.prototype = $c_T3.prototype; $c_T3.prototype.productArity__I = (function() { - return 3 + return 3; }); $c_T3.prototype.productElement__I__O = (function(n) { - return $f_s_Product3__productElement__I__O(this, n) + return $f_s_Product3__productElement__I__O(this, n); }); $c_T3.prototype.toString__T = (function() { - return (((((("(" + this.T3__f__1) + ",") + this.T3__f__2) + ",") + this.T3__f__3) + ")") + return (((((("(" + this.T3__f__1) + ",") + this.T3__f__2) + ",") + this.T3__f__3) + ")"); }); $c_T3.prototype.productPrefix__T = (function() { - return "Tuple3" + return "Tuple3"; }); $c_T3.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_T3.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "_1"; - break + break; } case 1: { return "_2"; - break + break; } case 2: { return "_3"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_T3.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_T3.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_T3)) { var Tuple3$1 = $as_T3(x$1); - return ($m_sr_BoxesRunTime$().equals__O__O__Z(this.T3__f__1, $n(Tuple3$1).T3__f__1) && ($m_sr_BoxesRunTime$().equals__O__O__Z(this.T3__f__2, $n(Tuple3$1).T3__f__2) && $m_sr_BoxesRunTime$().equals__O__O__Z(this.T3__f__3, $n(Tuple3$1).T3__f__3))) + return ($m_sr_BoxesRunTime$().equals__O__O__Z(this.T3__f__1, $n(Tuple3$1).T3__f__1) && ($m_sr_BoxesRunTime$().equals__O__O__Z(this.T3__f__2, $n(Tuple3$1).T3__f__2) && $m_sr_BoxesRunTime$().equals__O__O__Z(this.T3__f__3, $n(Tuple3$1).T3__f__3))); } else { - return false + return false; } }); function $as_T3(obj) { - return (((obj instanceof $c_T3) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.Tuple3")) + return (((obj instanceof $c_T3) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.Tuple3")); } function $isArrayOf_T3(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.T3))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.T3))); } function $asArrayOf_T3(obj, depth) { - return (($isArrayOf_T3(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.Tuple3;", depth)) + return (($isArrayOf_T3(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.Tuple3;", depth)); } -var $d_T3 = new $TypeData().initClass({ - T3: 0 -}, false, "scala.Tuple3", { +var $d_T3 = new $TypeData().initClass($c_T3, "scala.Tuple3", ({ T3: 1, - O: 1, s_Product3: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_T3.prototype.$classData = $d_T3; +})); /** @constructor */ function $c_T4(_1, _2, _3, _4) { this.T4__f__1 = null; @@ -23540,164 +22176,154 @@ function $c_T4(_1, _2, _3, _4) { this.T4__f__1 = _1; this.T4__f__2 = _2; this.T4__f__3 = _3; - this.T4__f__4 = _4 + this.T4__f__4 = _4; } $c_T4.prototype = new $h_O(); $c_T4.prototype.constructor = $c_T4; /** @constructor */ function $h_T4() { - /**/ } $h_T4.prototype = $c_T4.prototype; $c_T4.prototype.productArity__I = (function() { - return 4 + return 4; }); $c_T4.prototype.productElement__I__O = (function(n) { - return $f_s_Product4__productElement__I__O(this, n) + return $f_s_Product4__productElement__I__O(this, n); }); $c_T4.prototype.toString__T = (function() { - return (((((((("(" + this.T4__f__1) + ",") + this.T4__f__2) + ",") + this.T4__f__3) + ",") + this.T4__f__4) + ")") + return (((((((("(" + this.T4__f__1) + ",") + this.T4__f__2) + ",") + this.T4__f__3) + ",") + this.T4__f__4) + ")"); }); $c_T4.prototype.productPrefix__T = (function() { - return "Tuple4" + return "Tuple4"; }); $c_T4.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_T4.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "_1"; - break + break; } case 1: { return "_2"; - break + break; } case 2: { return "_3"; - break + break; } case 3: { return "_4"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_T4.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_T4.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_T4)) { var Tuple4$1 = $as_T4(x$1); - return (($m_sr_BoxesRunTime$().equals__O__O__Z(this.T4__f__1, $n(Tuple4$1).T4__f__1) && $m_sr_BoxesRunTime$().equals__O__O__Z(this.T4__f__2, $n(Tuple4$1).T4__f__2)) && ($m_sr_BoxesRunTime$().equals__O__O__Z(this.T4__f__3, $n(Tuple4$1).T4__f__3) && $m_sr_BoxesRunTime$().equals__O__O__Z(this.T4__f__4, $n(Tuple4$1).T4__f__4))) + return (($m_sr_BoxesRunTime$().equals__O__O__Z(this.T4__f__1, $n(Tuple4$1).T4__f__1) && $m_sr_BoxesRunTime$().equals__O__O__Z(this.T4__f__2, $n(Tuple4$1).T4__f__2)) && ($m_sr_BoxesRunTime$().equals__O__O__Z(this.T4__f__3, $n(Tuple4$1).T4__f__3) && $m_sr_BoxesRunTime$().equals__O__O__Z(this.T4__f__4, $n(Tuple4$1).T4__f__4))); } else { - return false + return false; } }); function $as_T4(obj) { - return (((obj instanceof $c_T4) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.Tuple4")) + return (((obj instanceof $c_T4) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.Tuple4")); } function $isArrayOf_T4(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.T4))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.T4))); } function $asArrayOf_T4(obj, depth) { - return (($isArrayOf_T4(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.Tuple4;", depth)) + return (($isArrayOf_T4(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.Tuple4;", depth)); } -var $d_T4 = new $TypeData().initClass({ - T4: 0 -}, false, "scala.Tuple4", { +var $d_T4 = new $TypeData().initClass($c_T4, "scala.Tuple4", ({ T4: 1, - O: 1, s_Product4: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_T4.prototype.$classData = $d_T4; +})); /** @constructor */ function $c_sc_ClassTagSeqFactory$AnySeqDelegate(delegate) { this.sc_ClassTagIterableFactory$AnyIterableDelegate__f_delegate = null; - $ct_sc_ClassTagIterableFactory$AnyIterableDelegate__sc_ClassTagIterableFactory__(this, delegate) + $ct_sc_ClassTagIterableFactory$AnyIterableDelegate__sc_ClassTagIterableFactory__(this, delegate); } $c_sc_ClassTagSeqFactory$AnySeqDelegate.prototype = new $h_sc_ClassTagIterableFactory$AnyIterableDelegate(); $c_sc_ClassTagSeqFactory$AnySeqDelegate.prototype.constructor = $c_sc_ClassTagSeqFactory$AnySeqDelegate; /** @constructor */ function $h_sc_ClassTagSeqFactory$AnySeqDelegate() { - /**/ } $h_sc_ClassTagSeqFactory$AnySeqDelegate.prototype = $c_sc_ClassTagSeqFactory$AnySeqDelegate.prototype; -var $d_sc_ClassTagSeqFactory$AnySeqDelegate = new $TypeData().initClass({ - sc_ClassTagSeqFactory$AnySeqDelegate: 0 -}, false, "scala.collection.ClassTagSeqFactory$AnySeqDelegate", { +var $d_sc_ClassTagSeqFactory$AnySeqDelegate = new $TypeData().initClass($c_sc_ClassTagSeqFactory$AnySeqDelegate, "scala.collection.ClassTagSeqFactory$AnySeqDelegate", ({ sc_ClassTagSeqFactory$AnySeqDelegate: 1, sc_ClassTagIterableFactory$AnyIterableDelegate: 1, - O: 1, sc_IterableFactory: 1, Ljava_io_Serializable: 1, sc_SeqFactory: 1 -}); -$c_sc_ClassTagSeqFactory$AnySeqDelegate.prototype.$classData = $d_sc_ClassTagSeqFactory$AnySeqDelegate; +})); function $f_sc_IndexedSeqOps__prepended__O__O($thiz, elem) { - return $n($thiz.iterableFactory__sc_IterableFactory()).from__sc_IterableOnce__O($ct_sc_IndexedSeqView$Prepended__O__sc_IndexedSeqOps__(new $c_sc_IndexedSeqView$Prepended(), elem, $thiz)) + return $n($thiz.iterableFactory__sc_IterableFactory()).from__sc_IterableOnce__O($ct_sc_IndexedSeqView$Prepended__O__sc_IndexedSeqOps__(new $c_sc_IndexedSeqView$Prepended(), elem, $thiz)); } function $f_sc_IndexedSeqOps__map__F1__O($thiz, f) { - return $n($thiz.iterableFactory__sc_IterableFactory()).from__sc_IterableOnce__O(new $c_sc_IndexedSeqView$Map($thiz, f)) + return $n($thiz.iterableFactory__sc_IterableFactory()).from__sc_IterableOnce__O(new $c_sc_IndexedSeqView$Map($thiz, f)); } function $f_sc_IndexedSeqOps__head__O($thiz) { if ((!$thiz.isEmpty__Z())) { - return $thiz.apply__I__O(0) + return $thiz.apply__I__O(0); } else { if ($is_sc_IndexedSeq($thiz)) { var x2 = $as_sc_IndexedSeq($thiz); var this$1 = $n(x2); - var $x_1 = this$1.className__T() + var $x_1 = this$1.className__T(); } else { - var $x_1 = $thiz.toString__T() - }; - throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), ("head of empty " + $x_1)) + var $x_1 = $thiz.toString__T(); + } + throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), ("head of empty " + $x_1)); } } function $f_sc_IndexedSeqOps__last__O($thiz) { if ((!$thiz.isEmpty__Z())) { - return $thiz.apply__I__O((((-1) + $thiz.length__I()) | 0)) + return $thiz.apply__I__O((((-1) + $thiz.length__I()) | 0)); } else { if ($is_sc_IndexedSeq($thiz)) { var x2 = $as_sc_IndexedSeq($thiz); var this$1 = $n(x2); - var $x_1 = this$1.className__T() + var $x_1 = this$1.className__T(); } else { - var $x_1 = $thiz.toString__T() - }; - throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), ("last of empty " + $x_1)) + var $x_1 = $thiz.toString__T(); + } + throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), ("last of empty " + $x_1)); } } function $f_sc_Iterable__toString__T($thiz) { var start = ($thiz.className__T() + "("); - return $f_sc_IterableOnceOps__mkString__T__T__T__T($thiz, start, ", ", ")") + return $f_sc_IterableOnceOps__mkString__T__T__T__T($thiz, start, ", ", ")"); } function $is_sc_Iterable(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_Iterable))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_Iterable))); } function $as_sc_Iterable(obj) { - return (($is_sc_Iterable(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.Iterable")) + return (($is_sc_Iterable(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.Iterable")); } function $isArrayOf_sc_Iterable(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_Iterable))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_Iterable))); } function $asArrayOf_sc_Iterable(obj, depth) { - return (($isArrayOf_sc_Iterable(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.Iterable;", depth)) + return (($isArrayOf_sc_Iterable(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.Iterable;", depth)); } function $p_sc_Iterator$$anon$10__nextCur__V($thiz) { $thiz.sc_Iterator$$anon$10__f_cur = $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty; $thiz.sc_Iterator$$anon$10__f_cur = $n($as_sc_IterableOnce($n($thiz.sc_Iterator$$anon$10__f_f$3).apply__O__O($n($thiz.sc_Iterator$$anon$10__f_$outer).next__O()))).iterator__sc_Iterator(); - $thiz.sc_Iterator$$anon$10__f__hasNext = (-1) + $thiz.sc_Iterator$$anon$10__f__hasNext = (-1); } /** @constructor */ function $c_sc_Iterator$$anon$10(outer, f$3) { @@ -23705,20 +22331,16 @@ function $c_sc_Iterator$$anon$10(outer, f$3) { this.sc_Iterator$$anon$10__f__hasNext = 0; this.sc_Iterator$$anon$10__f_$outer = null; this.sc_Iterator$$anon$10__f_f$3 = null; - if ((outer === null)) { - $n(null) - } else { - this.sc_Iterator$$anon$10__f_$outer = outer - }; + $n(outer); + this.sc_Iterator$$anon$10__f_$outer = outer; this.sc_Iterator$$anon$10__f_f$3 = f$3; this.sc_Iterator$$anon$10__f_cur = $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty; - this.sc_Iterator$$anon$10__f__hasNext = (-1) + this.sc_Iterator$$anon$10__f__hasNext = (-1); } $c_sc_Iterator$$anon$10.prototype = new $h_sc_AbstractIterator(); $c_sc_Iterator$$anon$10.prototype.constructor = $c_sc_Iterator$$anon$10; /** @constructor */ function $h_sc_Iterator$$anon$10() { - /**/ } $h_sc_Iterator$$anon$10.prototype = $c_sc_Iterator$$anon$10.prototype; $c_sc_Iterator$$anon$10.prototype.hasNext__Z = (function() { @@ -23727,152 +22349,129 @@ $c_sc_Iterator$$anon$10.prototype.hasNext__Z = (function() { if ((!$n(this.sc_Iterator$$anon$10__f_$outer).hasNext__Z())) { this.sc_Iterator$$anon$10__f__hasNext = 0; this.sc_Iterator$$anon$10__f_cur = $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty; - return false - }; - $p_sc_Iterator$$anon$10__nextCur__V(this) - }; + return false; + } + $p_sc_Iterator$$anon$10__nextCur__V(this); + } this.sc_Iterator$$anon$10__f__hasNext = 1; - return true + return true; } else { - return (this.sc_Iterator$$anon$10__f__hasNext === 1) + return (this.sc_Iterator$$anon$10__f__hasNext === 1); } }); $c_sc_Iterator$$anon$10.prototype.next__O = (function() { if (this.hasNext__Z()) { - this.sc_Iterator$$anon$10__f__hasNext = (-1) - }; - return $n(this.sc_Iterator$$anon$10__f_cur).next__O() + this.sc_Iterator$$anon$10__f__hasNext = (-1); + } + return $n(this.sc_Iterator$$anon$10__f_cur).next__O(); }); -var $d_sc_Iterator$$anon$10 = new $TypeData().initClass({ - sc_Iterator$$anon$10: 0 -}, false, "scala.collection.Iterator$$anon$10", { +var $d_sc_Iterator$$anon$10 = new $TypeData().initClass($c_sc_Iterator$$anon$10, "scala.collection.Iterator$$anon$10", ({ sc_Iterator$$anon$10: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sc_Iterator$$anon$10.prototype.$classData = $d_sc_Iterator$$anon$10; +})); /** @constructor */ function $c_sc_Iterator$$anon$16(outer) { this.sc_Iterator$$anon$16__f_idx = 0; this.sc_Iterator$$anon$16__f_$outer = null; - if ((outer === null)) { - $n(null) - } else { - this.sc_Iterator$$anon$16__f_$outer = outer - }; - this.sc_Iterator$$anon$16__f_idx = 0 + $n(outer); + this.sc_Iterator$$anon$16__f_$outer = outer; + this.sc_Iterator$$anon$16__f_idx = 0; } $c_sc_Iterator$$anon$16.prototype = new $h_sc_AbstractIterator(); $c_sc_Iterator$$anon$16.prototype.constructor = $c_sc_Iterator$$anon$16; /** @constructor */ function $h_sc_Iterator$$anon$16() { - /**/ } $h_sc_Iterator$$anon$16.prototype = $c_sc_Iterator$$anon$16.prototype; $c_sc_Iterator$$anon$16.prototype.knownSize__I = (function() { - return $n(this.sc_Iterator$$anon$16__f_$outer).knownSize__I() + return $n(this.sc_Iterator$$anon$16__f_$outer).knownSize__I(); }); $c_sc_Iterator$$anon$16.prototype.hasNext__Z = (function() { - return $n(this.sc_Iterator$$anon$16__f_$outer).hasNext__Z() + return $n(this.sc_Iterator$$anon$16__f_$outer).hasNext__Z(); }); $c_sc_Iterator$$anon$16.prototype.next__T2 = (function() { var ret = new $c_T2($n(this.sc_Iterator$$anon$16__f_$outer).next__O(), this.sc_Iterator$$anon$16__f_idx); this.sc_Iterator$$anon$16__f_idx = ((1 + this.sc_Iterator$$anon$16__f_idx) | 0); - return ret + return ret; }); $c_sc_Iterator$$anon$16.prototype.next__O = (function() { - return this.next__T2() + return this.next__T2(); }); -var $d_sc_Iterator$$anon$16 = new $TypeData().initClass({ - sc_Iterator$$anon$16: 0 -}, false, "scala.collection.Iterator$$anon$16", { +var $d_sc_Iterator$$anon$16 = new $TypeData().initClass($c_sc_Iterator$$anon$16, "scala.collection.Iterator$$anon$16", ({ sc_Iterator$$anon$16: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sc_Iterator$$anon$16.prototype.$classData = $d_sc_Iterator$$anon$16; +})); /** @constructor */ function $c_sc_Iterator$$anon$19() { - /**/ } $c_sc_Iterator$$anon$19.prototype = new $h_sc_AbstractIterator(); $c_sc_Iterator$$anon$19.prototype.constructor = $c_sc_Iterator$$anon$19; /** @constructor */ function $h_sc_Iterator$$anon$19() { - /**/ } $h_sc_Iterator$$anon$19.prototype = $c_sc_Iterator$$anon$19.prototype; $c_sc_Iterator$$anon$19.prototype.hasNext__Z = (function() { - return false + return false; }); $c_sc_Iterator$$anon$19.prototype.next__E = (function() { - throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), "next on empty iterator") + throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), "next on empty iterator"); }); $c_sc_Iterator$$anon$19.prototype.knownSize__I = (function() { - return 0 + return 0; }); $c_sc_Iterator$$anon$19.prototype.sliceIterator__I__I__sc_Iterator = (function(from, until) { - return this + return this; }); $c_sc_Iterator$$anon$19.prototype.next__O = (function() { - this.next__E() + this.next__E(); }); -var $d_sc_Iterator$$anon$19 = new $TypeData().initClass({ - sc_Iterator$$anon$19: 0 -}, false, "scala.collection.Iterator$$anon$19", { +var $d_sc_Iterator$$anon$19 = new $TypeData().initClass($c_sc_Iterator$$anon$19, "scala.collection.Iterator$$anon$19", ({ sc_Iterator$$anon$19: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sc_Iterator$$anon$19.prototype.$classData = $d_sc_Iterator$$anon$19; +})); /** @constructor */ function $c_sc_Iterator$$anon$20(a$1) { this.sc_Iterator$$anon$20__f_consumed = false; this.sc_Iterator$$anon$20__f_a$1 = null; this.sc_Iterator$$anon$20__f_a$1 = a$1; - this.sc_Iterator$$anon$20__f_consumed = false + this.sc_Iterator$$anon$20__f_consumed = false; } $c_sc_Iterator$$anon$20.prototype = new $h_sc_AbstractIterator(); $c_sc_Iterator$$anon$20.prototype.constructor = $c_sc_Iterator$$anon$20; /** @constructor */ function $h_sc_Iterator$$anon$20() { - /**/ } $h_sc_Iterator$$anon$20.prototype = $c_sc_Iterator$$anon$20.prototype; $c_sc_Iterator$$anon$20.prototype.hasNext__Z = (function() { - return (!this.sc_Iterator$$anon$20__f_consumed) + return (!this.sc_Iterator$$anon$20__f_consumed); }); $c_sc_Iterator$$anon$20.prototype.next__O = (function() { if (this.sc_Iterator$$anon$20__f_consumed) { - return $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() + return $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); } else { this.sc_Iterator$$anon$20__f_consumed = true; - return this.sc_Iterator$$anon$20__f_a$1 + return this.sc_Iterator$$anon$20__f_a$1; } }); $c_sc_Iterator$$anon$20.prototype.sliceIterator__I__I__sc_Iterator = (function(from, until) { - return (((this.sc_Iterator$$anon$20__f_consumed || (from > 0)) || (until === 0)) ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : this) + return (((this.sc_Iterator$$anon$20__f_consumed || (from > 0)) || (until === 0)) ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : this); }); -var $d_sc_Iterator$$anon$20 = new $TypeData().initClass({ - sc_Iterator$$anon$20: 0 -}, false, "scala.collection.Iterator$$anon$20", { +var $d_sc_Iterator$$anon$20 = new $TypeData().initClass($c_sc_Iterator$$anon$20, "scala.collection.Iterator$$anon$20", ({ sc_Iterator$$anon$20: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sc_Iterator$$anon$20.prototype.$classData = $d_sc_Iterator$$anon$20; +})); /** @constructor */ function $c_sc_Iterator$$anon$6(outer, p$1, isFlipped$1) { this.sc_Iterator$$anon$6__f_hd = null; @@ -23880,59 +22479,51 @@ function $c_sc_Iterator$$anon$6(outer, p$1, isFlipped$1) { this.sc_Iterator$$anon$6__f_$outer = null; this.sc_Iterator$$anon$6__f_p$1 = null; this.sc_Iterator$$anon$6__f_isFlipped$1 = false; - if ((outer === null)) { - $n(null) - } else { - this.sc_Iterator$$anon$6__f_$outer = outer - }; + $n(outer); + this.sc_Iterator$$anon$6__f_$outer = outer; this.sc_Iterator$$anon$6__f_p$1 = p$1; this.sc_Iterator$$anon$6__f_isFlipped$1 = isFlipped$1; - this.sc_Iterator$$anon$6__f_hdDefined = false + this.sc_Iterator$$anon$6__f_hdDefined = false; } $c_sc_Iterator$$anon$6.prototype = new $h_sc_AbstractIterator(); $c_sc_Iterator$$anon$6.prototype.constructor = $c_sc_Iterator$$anon$6; /** @constructor */ function $h_sc_Iterator$$anon$6() { - /**/ } $h_sc_Iterator$$anon$6.prototype = $c_sc_Iterator$$anon$6.prototype; $c_sc_Iterator$$anon$6.prototype.hasNext__Z = (function() { if (this.sc_Iterator$$anon$6__f_hdDefined) { - return true + return true; } else { if ((!$n(this.sc_Iterator$$anon$6__f_$outer).hasNext__Z())) { - return false - }; + return false; + } this.sc_Iterator$$anon$6__f_hd = $n(this.sc_Iterator$$anon$6__f_$outer).next__O(); while (($uZ($n(this.sc_Iterator$$anon$6__f_p$1).apply__O__O(this.sc_Iterator$$anon$6__f_hd)) === this.sc_Iterator$$anon$6__f_isFlipped$1)) { if ((!$n(this.sc_Iterator$$anon$6__f_$outer).hasNext__Z())) { - return false - }; - this.sc_Iterator$$anon$6__f_hd = $n(this.sc_Iterator$$anon$6__f_$outer).next__O() - }; + return false; + } + this.sc_Iterator$$anon$6__f_hd = $n(this.sc_Iterator$$anon$6__f_$outer).next__O(); + } this.sc_Iterator$$anon$6__f_hdDefined = true; - return true + return true; } }); $c_sc_Iterator$$anon$6.prototype.next__O = (function() { if (this.hasNext__Z()) { this.sc_Iterator$$anon$6__f_hdDefined = false; - return this.sc_Iterator$$anon$6__f_hd + return this.sc_Iterator$$anon$6__f_hd; } else { - return $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() + return $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); } }); -var $d_sc_Iterator$$anon$6 = new $TypeData().initClass({ - sc_Iterator$$anon$6: 0 -}, false, "scala.collection.Iterator$$anon$6", { +var $d_sc_Iterator$$anon$6 = new $TypeData().initClass($c_sc_Iterator$$anon$6, "scala.collection.Iterator$$anon$6", ({ sc_Iterator$$anon$6: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sc_Iterator$$anon$6.prototype.$classData = $d_sc_Iterator$$anon$6; +})); /** @constructor */ function $c_sc_Iterator$$anon$8(outer, f$1) { this.sc_Iterator$$anon$8__f_traversedValues = null; @@ -23940,95 +22531,79 @@ function $c_sc_Iterator$$anon$8(outer, f$1) { this.sc_Iterator$$anon$8__f_nextElement = null; this.sc_Iterator$$anon$8__f_$outer = null; this.sc_Iterator$$anon$8__f_f$1 = null; - if ((outer === null)) { - $n(null) - } else { - this.sc_Iterator$$anon$8__f_$outer = outer - }; + $n(outer); + this.sc_Iterator$$anon$8__f_$outer = outer; this.sc_Iterator$$anon$8__f_f$1 = f$1; this.sc_Iterator$$anon$8__f_traversedValues = $ct_scm_HashSet__(new $c_scm_HashSet()); - this.sc_Iterator$$anon$8__f_nextElementDefined = false + this.sc_Iterator$$anon$8__f_nextElementDefined = false; } $c_sc_Iterator$$anon$8.prototype = new $h_sc_AbstractIterator(); $c_sc_Iterator$$anon$8.prototype.constructor = $c_sc_Iterator$$anon$8; /** @constructor */ function $h_sc_Iterator$$anon$8() { - /**/ } $h_sc_Iterator$$anon$8.prototype = $c_sc_Iterator$$anon$8.prototype; $c_sc_Iterator$$anon$8.prototype.hasNext__Z = (function() { while (true) { if (this.sc_Iterator$$anon$8__f_nextElementDefined) { - return true + return true; } else if ($n(this.sc_Iterator$$anon$8__f_$outer).hasNext__Z()) { var a = $n(this.sc_Iterator$$anon$8__f_$outer).next__O(); if ($n(this.sc_Iterator$$anon$8__f_traversedValues).add__O__Z($n(this.sc_Iterator$$anon$8__f_f$1).apply__O__O(a))) { this.sc_Iterator$$anon$8__f_nextElement = a; this.sc_Iterator$$anon$8__f_nextElementDefined = true; - return true + return true; } } else { - return false + return false; } } }); $c_sc_Iterator$$anon$8.prototype.next__O = (function() { if (this.hasNext__Z()) { this.sc_Iterator$$anon$8__f_nextElementDefined = false; - return this.sc_Iterator$$anon$8__f_nextElement + return this.sc_Iterator$$anon$8__f_nextElement; } else { - return $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() + return $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); } }); -var $d_sc_Iterator$$anon$8 = new $TypeData().initClass({ - sc_Iterator$$anon$8: 0 -}, false, "scala.collection.Iterator$$anon$8", { +var $d_sc_Iterator$$anon$8 = new $TypeData().initClass($c_sc_Iterator$$anon$8, "scala.collection.Iterator$$anon$8", ({ sc_Iterator$$anon$8: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sc_Iterator$$anon$8.prototype.$classData = $d_sc_Iterator$$anon$8; +})); /** @constructor */ function $c_sc_Iterator$$anon$9(outer, f$2) { this.sc_Iterator$$anon$9__f_$outer = null; this.sc_Iterator$$anon$9__f_f$2 = null; - if ((outer === null)) { - $n(null) - } else { - this.sc_Iterator$$anon$9__f_$outer = outer - }; - this.sc_Iterator$$anon$9__f_f$2 = f$2 + $n(outer); + this.sc_Iterator$$anon$9__f_$outer = outer; + this.sc_Iterator$$anon$9__f_f$2 = f$2; } $c_sc_Iterator$$anon$9.prototype = new $h_sc_AbstractIterator(); $c_sc_Iterator$$anon$9.prototype.constructor = $c_sc_Iterator$$anon$9; /** @constructor */ function $h_sc_Iterator$$anon$9() { - /**/ } $h_sc_Iterator$$anon$9.prototype = $c_sc_Iterator$$anon$9.prototype; $c_sc_Iterator$$anon$9.prototype.knownSize__I = (function() { - return $n(this.sc_Iterator$$anon$9__f_$outer).knownSize__I() + return $n(this.sc_Iterator$$anon$9__f_$outer).knownSize__I(); }); $c_sc_Iterator$$anon$9.prototype.hasNext__Z = (function() { - return $n(this.sc_Iterator$$anon$9__f_$outer).hasNext__Z() + return $n(this.sc_Iterator$$anon$9__f_$outer).hasNext__Z(); }); $c_sc_Iterator$$anon$9.prototype.next__O = (function() { - return $n(this.sc_Iterator$$anon$9__f_f$2).apply__O__O($n(this.sc_Iterator$$anon$9__f_$outer).next__O()) + return $n(this.sc_Iterator$$anon$9__f_f$2).apply__O__O($n(this.sc_Iterator$$anon$9__f_$outer).next__O()); }); -var $d_sc_Iterator$$anon$9 = new $TypeData().initClass({ - sc_Iterator$$anon$9: 0 -}, false, "scala.collection.Iterator$$anon$9", { +var $d_sc_Iterator$$anon$9 = new $TypeData().initClass($c_sc_Iterator$$anon$9, "scala.collection.Iterator$$anon$9", ({ sc_Iterator$$anon$9: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sc_Iterator$$anon$9.prototype.$classData = $d_sc_Iterator$$anon$9; +})); function $p_sc_Iterator$ConcatIterator__merge$1__V($thiz) { while (($thiz.sc_Iterator$ConcatIterator__f_current instanceof $c_sc_Iterator$ConcatIterator)) { var c = $as_sc_Iterator$ConcatIterator($thiz.sc_Iterator$ConcatIterator__f_current); @@ -24036,10 +22611,10 @@ function $p_sc_Iterator$ConcatIterator__merge$1__V($thiz) { $thiz.sc_Iterator$ConcatIterator__f_currentHasNextChecked = $n(c).sc_Iterator$ConcatIterator__f_currentHasNextChecked; if (($n(c).sc_Iterator$ConcatIterator__f_tail !== null)) { if (($thiz.sc_Iterator$ConcatIterator__f_last === null)) { - $thiz.sc_Iterator$ConcatIterator__f_last = $n(c).sc_Iterator$ConcatIterator__f_last - }; + $thiz.sc_Iterator$ConcatIterator__f_last = $n(c).sc_Iterator$ConcatIterator__f_last; + } $n($n(c).sc_Iterator$ConcatIterator__f_last).sc_Iterator$ConcatIteratorCell__f_tail = $thiz.sc_Iterator$ConcatIterator__f_tail; - $thiz.sc_Iterator$ConcatIterator__f_tail = $n(c).sc_Iterator$ConcatIterator__f_tail + $thiz.sc_Iterator$ConcatIterator__f_tail = $n(c).sc_Iterator$ConcatIterator__f_tail; } } } @@ -24048,19 +22623,19 @@ function $p_sc_Iterator$ConcatIterator__advance$1__Z($thiz) { if (($thiz.sc_Iterator$ConcatIterator__f_tail === null)) { $thiz.sc_Iterator$ConcatIterator__f_current = null; $thiz.sc_Iterator$ConcatIterator__f_last = null; - return false + return false; } else { $thiz.sc_Iterator$ConcatIterator__f_current = $n($thiz.sc_Iterator$ConcatIterator__f_tail).headIterator__sc_Iterator(); if (($thiz.sc_Iterator$ConcatIterator__f_last === $thiz.sc_Iterator$ConcatIterator__f_tail)) { - $thiz.sc_Iterator$ConcatIterator__f_last = $n($thiz.sc_Iterator$ConcatIterator__f_last).sc_Iterator$ConcatIteratorCell__f_tail - }; + $thiz.sc_Iterator$ConcatIterator__f_last = $n($thiz.sc_Iterator$ConcatIterator__f_last).sc_Iterator$ConcatIteratorCell__f_tail; + } $thiz.sc_Iterator$ConcatIterator__f_tail = $n($thiz.sc_Iterator$ConcatIterator__f_tail).sc_Iterator$ConcatIteratorCell__f_tail; $p_sc_Iterator$ConcatIterator__merge$1__V($thiz); if ($thiz.sc_Iterator$ConcatIterator__f_currentHasNextChecked) { - return true + return true; } else if ((($thiz.sc_Iterator$ConcatIterator__f_current !== null) && $n($thiz.sc_Iterator$ConcatIterator__f_current).hasNext__Z())) { $thiz.sc_Iterator$ConcatIterator__f_currentHasNextChecked = true; - return true + return true; } } } @@ -24074,87 +22649,82 @@ function $c_sc_Iterator$ConcatIterator(current) { this.sc_Iterator$ConcatIterator__f_current = current; this.sc_Iterator$ConcatIterator__f_tail = null; this.sc_Iterator$ConcatIterator__f_last = null; - this.sc_Iterator$ConcatIterator__f_currentHasNextChecked = false + this.sc_Iterator$ConcatIterator__f_currentHasNextChecked = false; } $c_sc_Iterator$ConcatIterator.prototype = new $h_sc_AbstractIterator(); $c_sc_Iterator$ConcatIterator.prototype.constructor = $c_sc_Iterator$ConcatIterator; /** @constructor */ function $h_sc_Iterator$ConcatIterator() { - /**/ } $h_sc_Iterator$ConcatIterator.prototype = $c_sc_Iterator$ConcatIterator.prototype; $c_sc_Iterator$ConcatIterator.prototype.hasNext__Z = (function() { if (this.sc_Iterator$ConcatIterator__f_currentHasNextChecked) { - return true + return true; } else if ((this.sc_Iterator$ConcatIterator__f_current !== null)) { if ($n(this.sc_Iterator$ConcatIterator__f_current).hasNext__Z()) { this.sc_Iterator$ConcatIterator__f_currentHasNextChecked = true; - return true + return true; } else { - return $p_sc_Iterator$ConcatIterator__advance$1__Z(this) + return $p_sc_Iterator$ConcatIterator__advance$1__Z(this); } } else { - return false + return false; } }); $c_sc_Iterator$ConcatIterator.prototype.next__O = (function() { if (this.hasNext__Z()) { this.sc_Iterator$ConcatIterator__f_currentHasNextChecked = false; - return $n(this.sc_Iterator$ConcatIterator__f_current).next__O() + return $n(this.sc_Iterator$ConcatIterator__f_current).next__O(); } else { - return $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() + return $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); } }); $c_sc_Iterator$ConcatIterator.prototype.concat__F0__sc_Iterator = (function(that) { var c = new $c_sc_Iterator$ConcatIteratorCell(that, null); if ((this.sc_Iterator$ConcatIterator__f_tail === null)) { this.sc_Iterator$ConcatIterator__f_tail = c; - this.sc_Iterator$ConcatIterator__f_last = c + this.sc_Iterator$ConcatIterator__f_last = c; } else { $n(this.sc_Iterator$ConcatIterator__f_last).sc_Iterator$ConcatIteratorCell__f_tail = c; - this.sc_Iterator$ConcatIterator__f_last = c - }; + this.sc_Iterator$ConcatIterator__f_last = c; + } if ((this.sc_Iterator$ConcatIterator__f_current === null)) { - this.sc_Iterator$ConcatIterator__f_current = $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty - }; - return this + this.sc_Iterator$ConcatIterator__f_current = $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty; + } + return this; }); function $as_sc_Iterator$ConcatIterator(obj) { - return (((obj instanceof $c_sc_Iterator$ConcatIterator) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.Iterator$ConcatIterator")) + return (((obj instanceof $c_sc_Iterator$ConcatIterator) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.Iterator$ConcatIterator")); } function $isArrayOf_sc_Iterator$ConcatIterator(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_Iterator$ConcatIterator))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_Iterator$ConcatIterator))); } function $asArrayOf_sc_Iterator$ConcatIterator(obj, depth) { - return (($isArrayOf_sc_Iterator$ConcatIterator(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.Iterator$ConcatIterator;", depth)) + return (($isArrayOf_sc_Iterator$ConcatIterator(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.Iterator$ConcatIterator;", depth)); } -var $d_sc_Iterator$ConcatIterator = new $TypeData().initClass({ - sc_Iterator$ConcatIterator: 0 -}, false, "scala.collection.Iterator$ConcatIterator", { +var $d_sc_Iterator$ConcatIterator = new $TypeData().initClass($c_sc_Iterator$ConcatIterator, "scala.collection.Iterator$ConcatIterator", ({ sc_Iterator$ConcatIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sc_Iterator$ConcatIterator.prototype.$classData = $d_sc_Iterator$ConcatIterator; +})); function $p_sc_Iterator$SliceIterator__skip__V($thiz) { while (($thiz.sc_Iterator$SliceIterator__f_dropping > 0)) { if ($n($thiz.sc_Iterator$SliceIterator__f_underlying).hasNext__Z()) { $n($thiz.sc_Iterator$SliceIterator__f_underlying).next__O(); - $thiz.sc_Iterator$SliceIterator__f_dropping = (((-1) + $thiz.sc_Iterator$SliceIterator__f_dropping) | 0) + $thiz.sc_Iterator$SliceIterator__f_dropping = (((-1) + $thiz.sc_Iterator$SliceIterator__f_dropping) | 0); } else { - $thiz.sc_Iterator$SliceIterator__f_dropping = 0 + $thiz.sc_Iterator$SliceIterator__f_dropping = 0; } } } function $p_sc_Iterator$SliceIterator__adjustedBound$1__I__I($thiz, lo$1) { if (($thiz.sc_Iterator$SliceIterator__f_scala$collection$Iterator$SliceIterator$$remaining < 0)) { - return (-1) + return (-1); } else { var that = (($thiz.sc_Iterator$SliceIterator__f_scala$collection$Iterator$SliceIterator$$remaining - lo$1) | 0); - return ((that < 0) ? 0 : that) + return ((that < 0) ? 0 : that); } } /** @constructor */ @@ -24164,76 +22734,71 @@ function $c_sc_Iterator$SliceIterator(underlying, start, limit) { this.sc_Iterator$SliceIterator__f_dropping = 0; this.sc_Iterator$SliceIterator__f_underlying = underlying; this.sc_Iterator$SliceIterator__f_scala$collection$Iterator$SliceIterator$$remaining = limit; - this.sc_Iterator$SliceIterator__f_dropping = start + this.sc_Iterator$SliceIterator__f_dropping = start; } $c_sc_Iterator$SliceIterator.prototype = new $h_sc_AbstractIterator(); $c_sc_Iterator$SliceIterator.prototype.constructor = $c_sc_Iterator$SliceIterator; /** @constructor */ function $h_sc_Iterator$SliceIterator() { - /**/ } $h_sc_Iterator$SliceIterator.prototype = $c_sc_Iterator$SliceIterator.prototype; $c_sc_Iterator$SliceIterator.prototype.knownSize__I = (function() { var size = $n(this.sc_Iterator$SliceIterator__f_underlying).knownSize__I(); if ((size < 0)) { - return (-1) + return (-1); } else { var that = ((size - this.sc_Iterator$SliceIterator__f_dropping) | 0); var dropSize = ((that < 0) ? 0 : that); if ((this.sc_Iterator$SliceIterator__f_scala$collection$Iterator$SliceIterator$$remaining < 0)) { - return dropSize + return dropSize; } else { var x = this.sc_Iterator$SliceIterator__f_scala$collection$Iterator$SliceIterator$$remaining; - return ((x < dropSize) ? x : dropSize) + return ((x < dropSize) ? x : dropSize); } } }); $c_sc_Iterator$SliceIterator.prototype.hasNext__Z = (function() { $p_sc_Iterator$SliceIterator__skip__V(this); - return ((this.sc_Iterator$SliceIterator__f_scala$collection$Iterator$SliceIterator$$remaining !== 0) && $n(this.sc_Iterator$SliceIterator__f_underlying).hasNext__Z()) + return ((this.sc_Iterator$SliceIterator__f_scala$collection$Iterator$SliceIterator$$remaining !== 0) && $n(this.sc_Iterator$SliceIterator__f_underlying).hasNext__Z()); }); $c_sc_Iterator$SliceIterator.prototype.next__O = (function() { $p_sc_Iterator$SliceIterator__skip__V(this); if ((this.sc_Iterator$SliceIterator__f_scala$collection$Iterator$SliceIterator$$remaining > 0)) { this.sc_Iterator$SliceIterator__f_scala$collection$Iterator$SliceIterator$$remaining = (((-1) + this.sc_Iterator$SliceIterator__f_scala$collection$Iterator$SliceIterator$$remaining) | 0); - return $n(this.sc_Iterator$SliceIterator__f_underlying).next__O() + return $n(this.sc_Iterator$SliceIterator__f_underlying).next__O(); } else { - return ((this.sc_Iterator$SliceIterator__f_scala$collection$Iterator$SliceIterator$$remaining < 0) ? $n(this.sc_Iterator$SliceIterator__f_underlying).next__O() : $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O()) + return ((this.sc_Iterator$SliceIterator__f_scala$collection$Iterator$SliceIterator$$remaining < 0) ? $n(this.sc_Iterator$SliceIterator__f_underlying).next__O() : $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O()); } }); $c_sc_Iterator$SliceIterator.prototype.sliceIterator__I__I__sc_Iterator = (function(from, until) { var lo = ((from > 0) ? from : 0); if ((until < 0)) { - var rest = $p_sc_Iterator$SliceIterator__adjustedBound$1__I__I(this, lo) + var rest = $p_sc_Iterator$SliceIterator__adjustedBound$1__I__I(this, lo); } else if ((until <= lo)) { - var rest = 0 + var rest = 0; } else if ((this.sc_Iterator$SliceIterator__f_scala$collection$Iterator$SliceIterator$$remaining < 0)) { - var rest = ((until - lo) | 0) + var rest = ((until - lo) | 0); } else { var x = $p_sc_Iterator$SliceIterator__adjustedBound$1__I__I(this, lo); var that = ((until - lo) | 0); - var rest = ((x < that) ? x : that) - }; + var rest = ((x < that) ? x : that); + } if ((rest === 0)) { - return $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty + return $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty; } else { var sum = ((this.sc_Iterator$SliceIterator__f_dropping + lo) | 0); this.sc_Iterator$SliceIterator__f_dropping = ((sum < 0) ? 2147483647 : sum); this.sc_Iterator$SliceIterator__f_scala$collection$Iterator$SliceIterator$$remaining = rest; - return this + return this; } }); -var $d_sc_Iterator$SliceIterator = new $TypeData().initClass({ - sc_Iterator$SliceIterator: 0 -}, false, "scala.collection.Iterator$SliceIterator", { +var $d_sc_Iterator$SliceIterator = new $TypeData().initClass($c_sc_Iterator$SliceIterator, "scala.collection.Iterator$SliceIterator", ({ sc_Iterator$SliceIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sc_Iterator$SliceIterator.prototype.$classData = $d_sc_Iterator$SliceIterator; +})); function $f_sc_LinearSeqOps__length__I($thiz) { var these = $as_sc_LinearSeq($thiz); var len = 0; @@ -24241,54 +22806,54 @@ function $f_sc_LinearSeqOps__length__I($thiz) { var this$1 = $n(these); if ((!this$1.isEmpty__Z())) { len = ((1 + len) | 0); - these = $as_sc_LinearSeq($n(these).tail__O()) + these = $as_sc_LinearSeq($n(these).tail__O()); } else { - break + break; } - }; - return len + } + return len; } function $f_sc_LinearSeqOps__lengthCompare__I__I($thiz, len) { - return ((len < 0) ? 1 : $p_sc_LinearSeqOps__loop$1__I__sc_LinearSeq__I__I($thiz, 0, $as_sc_LinearSeq($thiz), len)) + return ((len < 0) ? 1 : $p_sc_LinearSeqOps__loop$1__I__sc_LinearSeq__I__I($thiz, 0, $as_sc_LinearSeq($thiz), len)); } function $f_sc_LinearSeqOps__isDefinedAt__I__Z($thiz, x) { - return ((x >= 0) && ($thiz.lengthCompare__I__I(x) > 0)) + return ((x >= 0) && ($thiz.lengthCompare__I__I(x) > 0)); } function $f_sc_LinearSeqOps__apply__I__O($thiz, n) { if ((n < 0)) { - throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), ("" + n)) - }; + throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), ("" + n)); + } var skipped = $as_sc_LinearSeq($thiz.drop__I__O(n)); if ($n(skipped).isEmpty__Z()) { - throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), ("" + n)) - }; - return $n(skipped).head__O() + throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), ("" + n)); + } + return $n(skipped).head__O(); } function $f_sc_LinearSeqOps__exists__F1__Z($thiz, p) { var these = $as_sc_LinearSeq($thiz); while ((!$n(these).isEmpty__Z())) { if ($uZ($n(p).apply__O__O($n(these).head__O()))) { - return true - }; - these = $as_sc_LinearSeq($n(these).tail__O()) - }; - return false + return true; + } + these = $as_sc_LinearSeq($n(these).tail__O()); + } + return false; } function $f_sc_LinearSeqOps__foldLeft__O__F2__O($thiz, z, op) { var acc = z; var these = $as_sc_LinearSeq($thiz); while ((!$n(these).isEmpty__Z())) { acc = $n(op).apply__O__O__O(acc, $n(these).head__O()); - these = $as_sc_LinearSeq($n(these).tail__O()) - }; - return acc + these = $as_sc_LinearSeq($n(these).tail__O()); + } + return acc; } function $f_sc_LinearSeqOps__sameElements__sc_IterableOnce__Z($thiz, that) { if ($is_sc_LinearSeq(that)) { var x2 = $as_sc_LinearSeq(that); - return $p_sc_LinearSeqOps__linearSeqEq$1__sc_LinearSeq__sc_LinearSeq__Z($thiz, $as_sc_LinearSeq($thiz), x2) + return $p_sc_LinearSeqOps__linearSeqEq$1__sc_LinearSeq__sc_LinearSeq__Z($thiz, $as_sc_LinearSeq($thiz), x2); } else { - return $f_sc_SeqOps__sameElements__sc_IterableOnce__Z($thiz, that) + return $f_sc_SeqOps__sameElements__sc_IterableOnce__Z($thiz, that); } } function $f_sc_LinearSeqOps__indexWhere__F1__I__I($thiz, p, from) { @@ -24298,49 +22863,49 @@ function $f_sc_LinearSeqOps__indexWhere__F1__I__I($thiz, p, from) { var this$3 = $n(these); if ((!this$3.isEmpty__Z())) { if ($uZ($n(p).apply__O__O($n(these).head__O()))) { - return i - }; + return i; + } i = ((1 + i) | 0); - these = $as_sc_LinearSeq($n(these).tail__O()) + these = $as_sc_LinearSeq($n(these).tail__O()); } else { - break + break; } - }; - return (-1) + } + return (-1); } function $p_sc_LinearSeqOps__loop$1__I__sc_LinearSeq__I__I($thiz, i, xs, len$1) { while (true) { if ((i === len$1)) { - return ($n(xs).isEmpty__Z() ? 0 : 1) + return ($n(xs).isEmpty__Z() ? 0 : 1); } else if ($n(xs).isEmpty__Z()) { - return (-1) + return (-1); } else { var temp$i = ((1 + i) | 0); var temp$xs = $as_sc_LinearSeq($n(xs).tail__O()); i = temp$i; - xs = temp$xs + xs = temp$xs; } } } function $p_sc_LinearSeqOps__linearSeqEq$1__sc_LinearSeq__sc_LinearSeq__Z($thiz, a, b) { while (true) { if ((a === b)) { - return true + return true; } else { var this$1 = $n(a); if ((!this$1.isEmpty__Z())) { var this$2 = $n(b); - var $x_1 = (!this$2.isEmpty__Z()) + var $x_1 = (!this$2.isEmpty__Z()); } else { - var $x_1 = false - }; + var $x_1 = false; + } if (($x_1 && $m_sr_BoxesRunTime$().equals__O__O__Z($n(a).head__O(), $n(b).head__O()))) { var temp$a = $as_sc_LinearSeq($n(a).tail__O()); var temp$b = $as_sc_LinearSeq($n(b).tail__O()); a = temp$a; - b = temp$b + b = temp$b; } else { - return ($n(a).isEmpty__Z() && $n(b).isEmpty__Z()) + return ($n(a).isEmpty__Z() && $n(b).isEmpty__Z()); } } } @@ -24352,120 +22917,110 @@ function $f_sc_SetOps__concat__sc_IterableOnce__sc_SetOps($thiz, that) { while ($n(it).hasNext__Z()) { var this$1 = $n(result); var elem = $n(it).next__O(); - result = this$1.incl__O__sci_SetOps(elem) - }; - return result + result = this$1.incl__O__sci_SetOps(elem); + } + return result; } else { if ($is_sc_Iterable(that)) { var x2 = $as_sc_Iterable(that); - var coll = new $c_sc_View$Concat($thiz, x2) + var coll = new $c_sc_View$Concat($thiz, x2); } else { - var coll = $n($thiz.iterator__sc_Iterator()).concat__F0__sc_Iterator(new $c_sjsr_AnonFunction0((() => $n(that).iterator__sc_Iterator()))) - }; - return $as_sc_SetOps($thiz.fromSpecific__sc_IterableOnce__sc_IterableOps(coll)) + var coll = $n($thiz.iterator__sc_Iterator()).concat__F0__sc_Iterator(new $c_sjsr_AnonFunction0((() => $n(that).iterator__sc_Iterator()))); + } + return $as_sc_SetOps($thiz.fromSpecific__sc_IterableOnce__sc_IterableOps(coll)); } } function $is_sc_SetOps(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_SetOps))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_SetOps))); } function $as_sc_SetOps(obj) { - return (($is_sc_SetOps(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.SetOps")) + return (($is_sc_SetOps(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.SetOps")); } function $isArrayOf_sc_SetOps(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_SetOps))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_SetOps))); } function $asArrayOf_sc_SetOps(obj, depth) { - return (($isArrayOf_sc_SetOps(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.SetOps;", depth)) + return (($isArrayOf_sc_SetOps(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.SetOps;", depth)); } /** @constructor */ function $c_sc_StrictOptimizedLinearSeqOps$$anon$1(outer) { this.sc_StrictOptimizedLinearSeqOps$$anon$1__f_current = null; - this.sc_StrictOptimizedLinearSeqOps$$anon$1__f_current = outer + this.sc_StrictOptimizedLinearSeqOps$$anon$1__f_current = outer; } $c_sc_StrictOptimizedLinearSeqOps$$anon$1.prototype = new $h_sc_AbstractIterator(); $c_sc_StrictOptimizedLinearSeqOps$$anon$1.prototype.constructor = $c_sc_StrictOptimizedLinearSeqOps$$anon$1; /** @constructor */ function $h_sc_StrictOptimizedLinearSeqOps$$anon$1() { - /**/ } $h_sc_StrictOptimizedLinearSeqOps$$anon$1.prototype = $c_sc_StrictOptimizedLinearSeqOps$$anon$1.prototype; $c_sc_StrictOptimizedLinearSeqOps$$anon$1.prototype.hasNext__Z = (function() { - return (!$n(this.sc_StrictOptimizedLinearSeqOps$$anon$1__f_current).isEmpty__Z()) + return (!$n(this.sc_StrictOptimizedLinearSeqOps$$anon$1__f_current).isEmpty__Z()); }); $c_sc_StrictOptimizedLinearSeqOps$$anon$1.prototype.next__O = (function() { var r = $n(this.sc_StrictOptimizedLinearSeqOps$$anon$1__f_current).head__O(); this.sc_StrictOptimizedLinearSeqOps$$anon$1__f_current = $as_sc_StrictOptimizedLinearSeqOps($n(this.sc_StrictOptimizedLinearSeqOps$$anon$1__f_current).tail__O()); - return r + return r; }); -var $d_sc_StrictOptimizedLinearSeqOps$$anon$1 = new $TypeData().initClass({ - sc_StrictOptimizedLinearSeqOps$$anon$1: 0 -}, false, "scala.collection.StrictOptimizedLinearSeqOps$$anon$1", { +var $d_sc_StrictOptimizedLinearSeqOps$$anon$1 = new $TypeData().initClass($c_sc_StrictOptimizedLinearSeqOps$$anon$1, "scala.collection.StrictOptimizedLinearSeqOps$$anon$1", ({ sc_StrictOptimizedLinearSeqOps$$anon$1: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sc_StrictOptimizedLinearSeqOps$$anon$1.prototype.$classData = $d_sc_StrictOptimizedLinearSeqOps$$anon$1; +})); function $p_sc_StringOps$$anon$1__advance__T($thiz) { var start = $thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index; while (true) { if (($thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index < $thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$len)) { - $m_sc_StringOps$(); - $m_sc_StringOps$(); var this$ = $thiz.sc_StringOps$$anon$1__f_$this$2; var i = $thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index; var this$2 = $n(this$); var c = $charAt(this$2, i); - var $x_1 = (!((c === 13) || (c === 10))) + var $x_1 = (!((c === 13) || (c === 10))); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { - $thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index = ((1 + $thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index) | 0) + $thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index = ((1 + $thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index) | 0); } else { - break + break; } - }; + } var end = $thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index; if (($thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index < $thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$len)) { - $m_sc_StringOps$(); var this$$2 = $thiz.sc_StringOps$$anon$1__f_$this$2; var i$1 = $thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index; var this$5 = $n(this$$2); var c$1 = $charAt(this$5, i$1); $thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index = ((1 + $thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index) | 0); if (($thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index < $thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$len)) { - $m_sc_StringOps$(); - $m_sc_StringOps$(); var this$$3 = $thiz.sc_StringOps$$anon$1__f_$this$2; var i$2 = $thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index; var this$7 = $n(this$$3); var c$2 = $charAt(this$7, i$2); - var $x_2 = ((c$1 === 13) && (c$2 === 10)) + var $x_2 = ((c$1 === 13) && (c$2 === 10)); } else { - var $x_2 = false - }; + var $x_2 = false; + } if ($x_2) { - $thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index = ((1 + $thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index) | 0) - }; + $thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index = ((1 + $thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index) | 0); + } if ((!$thiz.sc_StringOps$$anon$1__f_stripped$1)) { - end = $thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index + end = $thiz.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index; } - }; + } var this$9 = $n($thiz.sc_StringOps$$anon$1__f_$this$2); var endIndex = end; if ((start < 0)) { - $charAt(this$9, start) - }; + $charAt(this$9, start); + } if ((endIndex > this$9.length)) { - $charAt(this$9, endIndex) - }; + $charAt(this$9, endIndex); + } if ((endIndex < start)) { - $charAt(this$9, (-1)) - }; - return $as_T(this$9.substring(start, endIndex)) + $charAt(this$9, (-1)); + } + return $as_T(this$9.substring(start, endIndex)); } /** @constructor */ function $c_sc_StringOps$$anon$1(\u03b4this$2, stripped$1) { @@ -24477,45 +23032,40 @@ function $c_sc_StringOps$$anon$1(\u03b4this$2, stripped$1) { this.sc_StringOps$$anon$1__f_stripped$1 = stripped$1; var this$1 = $n(\u03b4this$2); this.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$len = this$1.length; - this.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index = 0 + this.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index = 0; } $c_sc_StringOps$$anon$1.prototype = new $h_sc_AbstractIterator(); $c_sc_StringOps$$anon$1.prototype.constructor = $c_sc_StringOps$$anon$1; /** @constructor */ function $h_sc_StringOps$$anon$1() { - /**/ } $h_sc_StringOps$$anon$1.prototype = $c_sc_StringOps$$anon$1.prototype; $c_sc_StringOps$$anon$1.prototype.hasNext__Z = (function() { - return (this.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index < this.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$len) + return (this.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index < this.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$len); }); $c_sc_StringOps$$anon$1.prototype.next__T = (function() { - return ((this.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index >= this.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$len) ? $as_T($n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O()) : $p_sc_StringOps$$anon$1__advance__T(this)) + return ((this.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$index >= this.sc_StringOps$$anon$1__f_scala$collection$StringOps$$anon$$len) ? $as_T($n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O()) : $p_sc_StringOps$$anon$1__advance__T(this)); }); $c_sc_StringOps$$anon$1.prototype.next__O = (function() { - return this.next__T() + return this.next__T(); }); -var $d_sc_StringOps$$anon$1 = new $TypeData().initClass({ - sc_StringOps$$anon$1: 0 -}, false, "scala.collection.StringOps$$anon$1", { +var $d_sc_StringOps$$anon$1 = new $TypeData().initClass($c_sc_StringOps$$anon$1, "scala.collection.StringOps$$anon$1", ({ sc_StringOps$$anon$1: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sc_StringOps$$anon$1.prototype.$classData = $d_sc_StringOps$$anon$1; +})); function $p_sci_ChampBaseIterator__initNodes__V($thiz) { if (($thiz.sci_ChampBaseIterator__f_nodeCursorsAndLengths === null)) { $thiz.sci_ChampBaseIterator__f_nodeCursorsAndLengths = new $ac_I(($m_sci_Node$().sci_Node$__f_MaxDepth << 1)); - $thiz.sci_ChampBaseIterator__f_nodes = new ($d_sci_Node.getArrayOf().constr)($m_sci_Node$().sci_Node$__f_MaxDepth) + $thiz.sci_ChampBaseIterator__f_nodes = new ($d_sci_Node.getArrayOf().constr)($m_sci_Node$().sci_Node$__f_MaxDepth); } } function $p_sci_ChampBaseIterator__setupPayloadNode__sci_Node__V($thiz, node) { $thiz.sci_ChampBaseIterator__f_currentValueNode = node; $thiz.sci_ChampBaseIterator__f_currentValueCursor = 0; - $thiz.sci_ChampBaseIterator__f_currentValueLength = $n(node).payloadArity__I() + $thiz.sci_ChampBaseIterator__f_currentValueLength = $n(node).payloadArity__I(); } function $p_sci_ChampBaseIterator__pushNode__sci_Node__V($thiz, node) { $p_sci_ChampBaseIterator__initNodes__V($thiz); @@ -24524,10 +23074,10 @@ function $p_sci_ChampBaseIterator__pushNode__sci_Node__V($thiz, node) { var lengthIndex = ((1 + ($thiz.sci_ChampBaseIterator__f_currentStackLevel << 1)) | 0); $n($thiz.sci_ChampBaseIterator__f_nodes).set($thiz.sci_ChampBaseIterator__f_currentStackLevel, node); $n($thiz.sci_ChampBaseIterator__f_nodeCursorsAndLengths).set(cursorIndex, 0); - $n($thiz.sci_ChampBaseIterator__f_nodeCursorsAndLengths).set(lengthIndex, $n(node).nodeArity__I()) + $n($thiz.sci_ChampBaseIterator__f_nodeCursorsAndLengths).set(lengthIndex, $n(node).nodeArity__I()); } function $p_sci_ChampBaseIterator__popNode__V($thiz) { - $thiz.sci_ChampBaseIterator__f_currentStackLevel = (((-1) + $thiz.sci_ChampBaseIterator__f_currentStackLevel) | 0) + $thiz.sci_ChampBaseIterator__f_currentStackLevel = (((-1) + $thiz.sci_ChampBaseIterator__f_currentStackLevel) | 0); } function $p_sci_ChampBaseIterator__searchNextValueNode__Z($thiz) { while (($thiz.sci_ChampBaseIterator__f_currentStackLevel >= 0)) { @@ -24540,33 +23090,33 @@ function $p_sci_ChampBaseIterator__searchNextValueNode__Z($thiz) { $n(ev$1).set(cursorIndex, ((1 + $n(ev$1).get(cursorIndex)) | 0)); var nextNode = $n($n($thiz.sci_ChampBaseIterator__f_nodes).get($thiz.sci_ChampBaseIterator__f_currentStackLevel)).getNode__I__sci_Node(nodeCursor); if ($n(nextNode).hasNodes__Z()) { - $p_sci_ChampBaseIterator__pushNode__sci_Node__V($thiz, nextNode) - }; + $p_sci_ChampBaseIterator__pushNode__sci_Node__V($thiz, nextNode); + } if ($n(nextNode).hasPayload__Z()) { $p_sci_ChampBaseIterator__setupPayloadNode__sci_Node__V($thiz, nextNode); - return true + return true; } } else { - $p_sci_ChampBaseIterator__popNode__V($thiz) + $p_sci_ChampBaseIterator__popNode__V($thiz); } - }; - return false + } + return false; } function $ct_sci_ChampBaseIterator__($thiz) { $thiz.sci_ChampBaseIterator__f_currentValueCursor = 0; $thiz.sci_ChampBaseIterator__f_currentValueLength = 0; $thiz.sci_ChampBaseIterator__f_currentStackLevel = (-1); - return $thiz + return $thiz; } function $ct_sci_ChampBaseIterator__sci_Node__($thiz, rootNode) { $ct_sci_ChampBaseIterator__($thiz); if ($n(rootNode).hasNodes__Z()) { - $p_sci_ChampBaseIterator__pushNode__sci_Node__V($thiz, rootNode) - }; + $p_sci_ChampBaseIterator__pushNode__sci_Node__V($thiz, rootNode); + } if ($n(rootNode).hasPayload__Z()) { - $p_sci_ChampBaseIterator__setupPayloadNode__sci_Node__V($thiz, rootNode) - }; - return $thiz + $p_sci_ChampBaseIterator__setupPayloadNode__sci_Node__V($thiz, rootNode); + } + return $thiz; } /** @constructor */ function $c_sci_ChampBaseIterator() { @@ -24575,29 +23125,28 @@ function $c_sci_ChampBaseIterator() { this.sci_ChampBaseIterator__f_currentValueNode = null; this.sci_ChampBaseIterator__f_currentStackLevel = 0; this.sci_ChampBaseIterator__f_nodeCursorsAndLengths = null; - this.sci_ChampBaseIterator__f_nodes = null + this.sci_ChampBaseIterator__f_nodes = null; } $c_sci_ChampBaseIterator.prototype = new $h_sc_AbstractIterator(); $c_sci_ChampBaseIterator.prototype.constructor = $c_sci_ChampBaseIterator; /** @constructor */ function $h_sci_ChampBaseIterator() { - /**/ } $h_sci_ChampBaseIterator.prototype = $c_sci_ChampBaseIterator.prototype; $c_sci_ChampBaseIterator.prototype.hasNext__Z = (function() { - return ((this.sci_ChampBaseIterator__f_currentValueCursor < this.sci_ChampBaseIterator__f_currentValueLength) || $p_sci_ChampBaseIterator__searchNextValueNode__Z(this)) + return ((this.sci_ChampBaseIterator__f_currentValueCursor < this.sci_ChampBaseIterator__f_currentValueLength) || $p_sci_ChampBaseIterator__searchNextValueNode__Z(this)); }); function $p_sci_ChampBaseReverseIterator__setupPayloadNode__sci_Node__V($thiz, node) { $thiz.sci_ChampBaseReverseIterator__f_currentValueNode = node; - $thiz.sci_ChampBaseReverseIterator__f_currentValueCursor = (((-1) + $n(node).payloadArity__I()) | 0) + $thiz.sci_ChampBaseReverseIterator__f_currentValueCursor = (((-1) + $n(node).payloadArity__I()) | 0); } function $p_sci_ChampBaseReverseIterator__pushNode__sci_Node__V($thiz, node) { $thiz.sci_ChampBaseReverseIterator__f_currentStackLevel = ((1 + $thiz.sci_ChampBaseReverseIterator__f_currentStackLevel) | 0); $n($thiz.sci_ChampBaseReverseIterator__f_nodeStack).set($thiz.sci_ChampBaseReverseIterator__f_currentStackLevel, node); - $n($thiz.sci_ChampBaseReverseIterator__f_nodeIndex).set($thiz.sci_ChampBaseReverseIterator__f_currentStackLevel, (((-1) + $n(node).nodeArity__I()) | 0)) + $n($thiz.sci_ChampBaseReverseIterator__f_nodeIndex).set($thiz.sci_ChampBaseReverseIterator__f_currentStackLevel, (((-1) + $n(node).nodeArity__I()) | 0)); } function $p_sci_ChampBaseReverseIterator__popNode__V($thiz) { - $thiz.sci_ChampBaseReverseIterator__f_currentStackLevel = (((-1) + $thiz.sci_ChampBaseReverseIterator__f_currentStackLevel) | 0) + $thiz.sci_ChampBaseReverseIterator__f_currentStackLevel = (((-1) + $thiz.sci_ChampBaseReverseIterator__f_currentStackLevel) | 0); } function $p_sci_ChampBaseReverseIterator__searchNextValueNode__Z($thiz) { while (($thiz.sci_ChampBaseReverseIterator__f_currentStackLevel >= 0)) { @@ -24605,30 +23154,30 @@ function $p_sci_ChampBaseReverseIterator__searchNextValueNode__Z($thiz) { $n($thiz.sci_ChampBaseReverseIterator__f_nodeIndex).set($thiz.sci_ChampBaseReverseIterator__f_currentStackLevel, (((-1) + nodeCursor) | 0)); if ((nodeCursor >= 0)) { var nextNode = $n($n($thiz.sci_ChampBaseReverseIterator__f_nodeStack).get($thiz.sci_ChampBaseReverseIterator__f_currentStackLevel)).getNode__I__sci_Node(nodeCursor); - $p_sci_ChampBaseReverseIterator__pushNode__sci_Node__V($thiz, nextNode) + $p_sci_ChampBaseReverseIterator__pushNode__sci_Node__V($thiz, nextNode); } else { var currNode = $n($thiz.sci_ChampBaseReverseIterator__f_nodeStack).get($thiz.sci_ChampBaseReverseIterator__f_currentStackLevel); $p_sci_ChampBaseReverseIterator__popNode__V($thiz); if ($n(currNode).hasPayload__Z()) { $p_sci_ChampBaseReverseIterator__setupPayloadNode__sci_Node__V($thiz, currNode); - return true + return true; } } - }; - return false + } + return false; } function $ct_sci_ChampBaseReverseIterator__($thiz) { $thiz.sci_ChampBaseReverseIterator__f_currentValueCursor = (-1); $thiz.sci_ChampBaseReverseIterator__f_currentStackLevel = (-1); $thiz.sci_ChampBaseReverseIterator__f_nodeIndex = new $ac_I(((1 + $m_sci_Node$().sci_Node$__f_MaxDepth) | 0)); $thiz.sci_ChampBaseReverseIterator__f_nodeStack = new ($d_sci_Node.getArrayOf().constr)(((1 + $m_sci_Node$().sci_Node$__f_MaxDepth) | 0)); - return $thiz + return $thiz; } function $ct_sci_ChampBaseReverseIterator__sci_Node__($thiz, rootNode) { $ct_sci_ChampBaseReverseIterator__($thiz); $p_sci_ChampBaseReverseIterator__pushNode__sci_Node__V($thiz, rootNode); $p_sci_ChampBaseReverseIterator__searchNextValueNode__Z($thiz); - return $thiz + return $thiz; } /** @constructor */ function $c_sci_ChampBaseReverseIterator() { @@ -24636,35 +23185,34 @@ function $c_sci_ChampBaseReverseIterator() { this.sci_ChampBaseReverseIterator__f_currentValueNode = null; this.sci_ChampBaseReverseIterator__f_currentStackLevel = 0; this.sci_ChampBaseReverseIterator__f_nodeIndex = null; - this.sci_ChampBaseReverseIterator__f_nodeStack = null + this.sci_ChampBaseReverseIterator__f_nodeStack = null; } $c_sci_ChampBaseReverseIterator.prototype = new $h_sc_AbstractIterator(); $c_sci_ChampBaseReverseIterator.prototype.constructor = $c_sci_ChampBaseReverseIterator; /** @constructor */ function $h_sci_ChampBaseReverseIterator() { - /**/ } $h_sci_ChampBaseReverseIterator.prototype = $c_sci_ChampBaseReverseIterator.prototype; $c_sci_ChampBaseReverseIterator.prototype.hasNext__Z = (function() { - return ((this.sci_ChampBaseReverseIterator__f_currentValueCursor >= 0) || $p_sci_ChampBaseReverseIterator__searchNextValueNode__Z(this)) + return ((this.sci_ChampBaseReverseIterator__f_currentValueCursor >= 0) || $p_sci_ChampBaseReverseIterator__searchNextValueNode__Z(this)); }); function $p_sci_HashMapBuilder__isAliased__Z($thiz) { - return ($thiz.sci_HashMapBuilder__f_aliased !== null) + return ($thiz.sci_HashMapBuilder__f_aliased !== null); } function $p_sci_HashMapBuilder__insertElement__AI__I__I__AI($thiz, as, ix, elem) { if ((ix < 0)) { - throw $ct_jl_ArrayIndexOutOfBoundsException__(new $c_jl_ArrayIndexOutOfBoundsException()) - }; + throw $ct_jl_ArrayIndexOutOfBoundsException__(new $c_jl_ArrayIndexOutOfBoundsException()); + } if ((ix > $n(as).u.length)) { - throw $ct_jl_ArrayIndexOutOfBoundsException__(new $c_jl_ArrayIndexOutOfBoundsException()) - }; + throw $ct_jl_ArrayIndexOutOfBoundsException__(new $c_jl_ArrayIndexOutOfBoundsException()); + } var result = new $ac_I(((1 + $n(as).u.length) | 0)); $systemArraycopy($n(as), 0, result, 0, ix); $n(result).set(ix, elem); var destPos = ((1 + ix) | 0); var length = (($n(as).u.length - ix) | 0); $systemArraycopy($n(as), ix, result, destPos, length); - return result + return result; } function $p_sci_HashMapBuilder__insertValue__sci_BitmapIndexedMapNode__I__O__I__I__O__V($thiz, bm, bitpos, key, originalHash, keyHash, value) { var dataIx = $n(bm).dataIndex__I__I(bitpos); @@ -24682,32 +23230,30 @@ function $p_sci_HashMapBuilder__insertValue__sci_BitmapIndexedMapNode__I__O__I__ $n(bm).sci_BitmapIndexedMapNode__f_content = dst; $n(bm).sci_BitmapIndexedMapNode__f_originalHashes = dstHashes; $n(bm).sci_BitmapIndexedMapNode__f_size = ((1 + $n(bm).sci_BitmapIndexedMapNode__f_size) | 0); - $n(bm).sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode = (($n(bm).sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode + keyHash) | 0) + $n(bm).sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode = (($n(bm).sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode + keyHash) | 0); } function $p_sci_HashMapBuilder__ensureUnaliased__V($thiz) { if ($p_sci_HashMapBuilder__isAliased__Z($thiz)) { - $p_sci_HashMapBuilder__copyElems__V($thiz) - }; - $thiz.sci_HashMapBuilder__f_aliased = null + $p_sci_HashMapBuilder__copyElems__V($thiz); + } + $thiz.sci_HashMapBuilder__f_aliased = null; } function $p_sci_HashMapBuilder__copyElems__V($thiz) { - $thiz.sci_HashMapBuilder__f_scala$collection$immutable$HashMapBuilder$$rootNode = $n($thiz.sci_HashMapBuilder__f_scala$collection$immutable$HashMapBuilder$$rootNode).copy__sci_BitmapIndexedMapNode() + $thiz.sci_HashMapBuilder__f_scala$collection$immutable$HashMapBuilder$$rootNode = $n($thiz.sci_HashMapBuilder__f_scala$collection$immutable$HashMapBuilder$$rootNode).copy__sci_BitmapIndexedMapNode(); } /** @constructor */ function $c_sci_HashMapBuilder() { this.sci_HashMapBuilder__f_aliased = null; this.sci_HashMapBuilder__f_scala$collection$immutable$HashMapBuilder$$rootNode = null; - this.sci_HashMapBuilder__f_scala$collection$immutable$HashMapBuilder$$rootNode = new $c_sci_BitmapIndexedMapNode(0, 0, $m_s_Array$EmptyArrays$().s_Array$EmptyArrays$__f_emptyObjectArray, $m_s_Array$EmptyArrays$().s_Array$EmptyArrays$__f_emptyIntArray, 0, 0) + this.sci_HashMapBuilder__f_scala$collection$immutable$HashMapBuilder$$rootNode = new $c_sci_BitmapIndexedMapNode(0, 0, $m_s_Array$EmptyArrays$().s_Array$EmptyArrays$__f_emptyObjectArray, $m_s_Array$EmptyArrays$().s_Array$EmptyArrays$__f_emptyIntArray, 0, 0); } $c_sci_HashMapBuilder.prototype = new $h_O(); $c_sci_HashMapBuilder.prototype.constructor = $c_sci_HashMapBuilder; /** @constructor */ function $h_sci_HashMapBuilder() { - /**/ } $h_sci_HashMapBuilder.prototype = $c_sci_HashMapBuilder.prototype; $c_sci_HashMapBuilder.prototype.sizeHint__I__V = (function(size) { - /**/ }); $c_sci_HashMapBuilder.prototype.update__sci_MapNode__O__O__I__I__I__V = (function(mapNode, key, value, originalHash, keyHash, shift) { if ((mapNode instanceof $c_sci_BitmapIndexedMapNode)) { @@ -24719,12 +23265,12 @@ $c_sci_HashMapBuilder.prototype.update__sci_MapNode__O__O__I__I__I__V = (functio var key0 = $n(x2).getKey__I__O(index); var key0UnimprovedHash = $n(x2).getHash__I__I(index); if (((key0UnimprovedHash === originalHash) && $m_sr_BoxesRunTime$().equals__O__O__Z(key0, key))) { - $n($n(x2).sci_BitmapIndexedMapNode__f_content).set(((1 + (index << 1)) | 0), value) + $n($n(x2).sci_BitmapIndexedMapNode__f_content).set(((1 + (index << 1)) | 0), value); } else { var value0 = $n(x2).getValue__I__O(index); var key0Hash = $m_sc_Hashing$().improve__I__I(key0UnimprovedHash); var subNodeNew = $n(x2).mergeTwoKeyValPairs__O__O__I__I__O__O__I__I__I__sci_MapNode(key0, value0, key0UnimprovedHash, key0Hash, key, value, originalHash, keyHash, ((5 + shift) | 0)); - $n(x2).migrateFromInlineToNodeInPlace__I__I__sci_MapNode__sci_BitmapIndexedMapNode(bitpos, key0Hash, subNodeNew) + $n(x2).migrateFromInlineToNodeInPlace__I__I__sci_MapNode__sci_BitmapIndexedMapNode(bitpos, key0Hash, subNodeNew); } } else if ((($n(x2).sci_BitmapIndexedMapNode__f_nodeMap & bitpos) !== 0)) { var index$2 = $m_sci_Node$().indexFrom__I__I__I__I($n(x2).sci_BitmapIndexedMapNode__f_nodeMap, mask, bitpos); @@ -24733,31 +23279,31 @@ $c_sci_HashMapBuilder.prototype.update__sci_MapNode__O__O__I__I__I__V = (functio var beforeHash = $n(subNode).cachedJavaKeySetHashCode__I(); this.update__sci_MapNode__O__O__I__I__I__V(subNode, key, value, originalHash, keyHash, ((5 + shift) | 0)); $n(x2).sci_BitmapIndexedMapNode__f_size = (($n(x2).sci_BitmapIndexedMapNode__f_size + (($n(subNode).size__I() - beforeSize) | 0)) | 0); - $n(x2).sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode = (($n(x2).sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode + (($n(subNode).cachedJavaKeySetHashCode__I() - beforeHash) | 0)) | 0) + $n(x2).sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode = (($n(x2).sci_BitmapIndexedMapNode__f_cachedJavaKeySetHashCode + (($n(subNode).cachedJavaKeySetHashCode__I() - beforeHash) | 0)) | 0); } else { - $p_sci_HashMapBuilder__insertValue__sci_BitmapIndexedMapNode__I__O__I__I__O__V(this, x2, bitpos, key, originalHash, keyHash, value) + $p_sci_HashMapBuilder__insertValue__sci_BitmapIndexedMapNode__I__O__I__I__O__V(this, x2, bitpos, key, originalHash, keyHash, value); } } else if ((mapNode instanceof $c_sci_HashCollisionMapNode)) { var x3 = $as_sci_HashCollisionMapNode(mapNode); var index$3 = $n(x3).indexOf__O__I(key); if ((index$3 < 0)) { - $n(x3).sci_HashCollisionMapNode__f_content = $n($n(x3).sci_HashCollisionMapNode__f_content).appended__O__sci_Vector(new $c_T2(key, value)) + $n(x3).sci_HashCollisionMapNode__f_content = $n($n(x3).sci_HashCollisionMapNode__f_content).appended__O__sci_Vector(new $c_T2(key, value)); } else { - $n(x3).sci_HashCollisionMapNode__f_content = $n($n(x3).sci_HashCollisionMapNode__f_content).updated__I__O__sci_Vector(index$3, new $c_T2(key, value)) + $n(x3).sci_HashCollisionMapNode__f_content = $n($n(x3).sci_HashCollisionMapNode__f_content).updated__I__O__sci_Vector(index$3, new $c_T2(key, value)); } } else { - throw new $c_s_MatchError(mapNode) + throw new $c_s_MatchError(mapNode); } }); $c_sci_HashMapBuilder.prototype.result__sci_HashMap = (function() { if (($n(this.sci_HashMapBuilder__f_scala$collection$immutable$HashMapBuilder$$rootNode).sci_BitmapIndexedMapNode__f_size === 0)) { var this$1 = $m_sci_HashMap$(); - return this$1.sci_HashMap$__f_EmptyMap + return this$1.sci_HashMap$__f_EmptyMap; } else if ((this.sci_HashMapBuilder__f_aliased !== null)) { - return this.sci_HashMapBuilder__f_aliased + return this.sci_HashMapBuilder__f_aliased; } else { this.sci_HashMapBuilder__f_aliased = new $c_sci_HashMap(this.sci_HashMapBuilder__f_scala$collection$immutable$HashMapBuilder$$rootNode); - return this.sci_HashMapBuilder__f_aliased + return this.sci_HashMapBuilder__f_aliased; } }); $c_sci_HashMapBuilder.prototype.addOne__T2__sci_HashMapBuilder = (function(elem) { @@ -24766,19 +23312,19 @@ $c_sci_HashMapBuilder.prototype.addOne__T2__sci_HashMapBuilder = (function(elem) var h = $m_sr_Statics$().anyHash__O__I(x); var im = $m_sc_Hashing$().improve__I__I(h); this.update__sci_MapNode__O__O__I__I__I__V(this.sci_HashMapBuilder__f_scala$collection$immutable$HashMapBuilder$$rootNode, $n(elem)._1__O(), $n(elem)._2__O(), h, im, 0); - return this + return this; }); $c_sci_HashMapBuilder.prototype.addOne__O__O__sci_HashMapBuilder = (function(key, value) { $p_sci_HashMapBuilder__ensureUnaliased__V(this); var originalHash = $m_sr_Statics$().anyHash__O__I(key); this.update__sci_MapNode__O__O__I__I__I__V(this.sci_HashMapBuilder__f_scala$collection$immutable$HashMapBuilder$$rootNode, key, value, originalHash, $m_sc_Hashing$().improve__I__I(originalHash), 0); - return this + return this; }); $c_sci_HashMapBuilder.prototype.addAll__sc_IterableOnce__sci_HashMapBuilder = (function(xs) { $p_sci_HashMapBuilder__ensureUnaliased__V(this); if ((xs instanceof $c_sci_HashMap)) { var x2 = $as_sci_HashMap(xs); - new $c_sci_HashMapBuilder$$anon$1(this, x2) + new $c_sci_HashMapBuilder$$anon$1(this, x2); } else if ((xs instanceof $c_scm_HashMap)) { var x3 = $as_scm_HashMap(xs); var iter = $n(x3).nodeIterator__sc_Iterator(); @@ -24788,7 +23334,7 @@ $c_sci_HashMapBuilder.prototype.addAll__sc_IterableOnce__sci_HashMapBuilder = (f var improvedHash = $n(next).scm_HashMap$Node__f__hash; var originalHash = (improvedHash ^ ((improvedHash >>> 16) | 0)); var hash = $m_sc_Hashing$().improve__I__I(originalHash); - this.update__sci_MapNode__O__O__I__I__I__V(this.sci_HashMapBuilder__f_scala$collection$immutable$HashMapBuilder$$rootNode, $n(next).scm_HashMap$Node__f__key, $n(next).scm_HashMap$Node__f__value, originalHash, hash, 0) + this.update__sci_MapNode__O__O__I__I__I__V(this.sci_HashMapBuilder__f_scala$collection$immutable$HashMapBuilder$$rootNode, $n(next).scm_HashMap$Node__f__key, $n(next).scm_HashMap$Node__f__value, originalHash, hash, 0); } } else if (false) { var x4 = $as_scm_LinkedHashMap(xs); @@ -24797,56 +23343,52 @@ $c_sci_HashMapBuilder.prototype.addAll__sc_IterableOnce__sci_HashMapBuilder = (f var next$2 = $as_scm_LinkedHashMap$LinkedEntry($n(iter$2).next__O()); var originalHash$2 = $n(x4).unimproveHash__I__I($n(next$2).hash__I()); var hash$2 = $m_sc_Hashing$().improve__I__I(originalHash$2); - this.update__sci_MapNode__O__O__I__I__I__V(this.sci_HashMapBuilder__f_scala$collection$immutable$HashMapBuilder$$rootNode, $n(next$2).key__O(), $n(next$2).value__O(), originalHash$2, hash$2, 0) + this.update__sci_MapNode__O__O__I__I__I__V(this.sci_HashMapBuilder__f_scala$collection$immutable$HashMapBuilder$$rootNode, $n(next$2).key__O(), $n(next$2).value__O(), originalHash$2, hash$2, 0); } } else if ($is_sci_Map(xs)) { var x5 = $as_sci_Map(xs); - $n(x5).foreachEntry__F2__V(new $c_sjsr_AnonFunction2(((key$2, value$2) => this.addOne__O__O__sci_HashMapBuilder(key$2, value$2)))) + $n(x5).foreachEntry__F2__V(new $c_sjsr_AnonFunction2(((key$2, value$2) => this.addOne__O__O__sci_HashMapBuilder(key$2, value$2)))); } else { var it = $n(xs).iterator__sc_Iterator(); while ($n(it).hasNext__Z()) { - this.addOne__T2__sci_HashMapBuilder($as_T2($n(it).next__O())) + this.addOne__T2__sci_HashMapBuilder($as_T2($n(it).next__O())); } - }; - return this + } + return this; }); $c_sci_HashMapBuilder.prototype.addAll__sc_IterableOnce__scm_Growable = (function(elems) { - return this.addAll__sc_IterableOnce__sci_HashMapBuilder(elems) + return this.addAll__sc_IterableOnce__sci_HashMapBuilder(elems); }); $c_sci_HashMapBuilder.prototype.addOne__O__scm_Growable = (function(elem) { - return this.addOne__T2__sci_HashMapBuilder($as_T2(elem)) + return this.addOne__T2__sci_HashMapBuilder($as_T2(elem)); }); $c_sci_HashMapBuilder.prototype.result__O = (function() { - return this.result__sci_HashMap() + return this.result__sci_HashMap(); }); -var $d_sci_HashMapBuilder = new $TypeData().initClass({ - sci_HashMapBuilder: 0 -}, false, "scala.collection.immutable.HashMapBuilder", { +var $d_sci_HashMapBuilder = new $TypeData().initClass($c_sci_HashMapBuilder, "scala.collection.immutable.HashMapBuilder", ({ sci_HashMapBuilder: 1, - O: 1, scm_ReusableBuilder: 1, scm_Builder: 1, scm_Growable: 1, scm_Clearable: 1 -}); -$c_sci_HashMapBuilder.prototype.$classData = $d_sci_HashMapBuilder; +})); function $p_sci_HashSetBuilder__isAliased__Z($thiz) { - return ($thiz.sci_HashSetBuilder__f_aliased !== null) + return ($thiz.sci_HashSetBuilder__f_aliased !== null); } function $p_sci_HashSetBuilder__insertElement__AI__I__I__AI($thiz, as, ix, elem) { if ((ix < 0)) { - throw $ct_jl_ArrayIndexOutOfBoundsException__(new $c_jl_ArrayIndexOutOfBoundsException()) - }; + throw $ct_jl_ArrayIndexOutOfBoundsException__(new $c_jl_ArrayIndexOutOfBoundsException()); + } if ((ix > $n(as).u.length)) { - throw $ct_jl_ArrayIndexOutOfBoundsException__(new $c_jl_ArrayIndexOutOfBoundsException()) - }; + throw $ct_jl_ArrayIndexOutOfBoundsException__(new $c_jl_ArrayIndexOutOfBoundsException()); + } var result = new $ac_I(((1 + $n(as).u.length) | 0)); $systemArraycopy($n(as), 0, result, 0, ix); $n(result).set(ix, elem); var destPos = ((1 + ix) | 0); var length = (($n(as).u.length - ix) | 0); $systemArraycopy($n(as), ix, result, destPos, length); - return result + return result; } function $p_sci_HashSetBuilder__insertValue__sci_BitmapIndexedSetNode__I__O__I__I__V($thiz, bm, bitpos, key, originalHash, keyHash) { var dataIx = $n(bm).dataIndex__I__I(bitpos); @@ -24862,36 +23404,34 @@ function $p_sci_HashSetBuilder__insertValue__sci_BitmapIndexedSetNode__I__O__I__ $n(bm).sci_BitmapIndexedSetNode__f_content = dst; $n(bm).sci_BitmapIndexedSetNode__f_originalHashes = dstHashes; $n(bm).sci_BitmapIndexedSetNode__f_size = ((1 + $n(bm).sci_BitmapIndexedSetNode__f_size) | 0); - $n(bm).sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode = (($n(bm).sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode + keyHash) | 0) + $n(bm).sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode = (($n(bm).sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode + keyHash) | 0); } function $p_sci_HashSetBuilder__setValue__sci_BitmapIndexedSetNode__I__O__V($thiz, bm, bitpos, elem) { var dataIx = $n(bm).dataIndex__I__I(bitpos); - $n($n(bm).sci_BitmapIndexedSetNode__f_content).set(dataIx, elem) + $n($n(bm).sci_BitmapIndexedSetNode__f_content).set(dataIx, elem); } function $p_sci_HashSetBuilder__ensureUnaliased__V($thiz) { if ($p_sci_HashSetBuilder__isAliased__Z($thiz)) { - $p_sci_HashSetBuilder__copyElems__V($thiz) - }; - $thiz.sci_HashSetBuilder__f_aliased = null + $p_sci_HashSetBuilder__copyElems__V($thiz); + } + $thiz.sci_HashSetBuilder__f_aliased = null; } function $p_sci_HashSetBuilder__copyElems__V($thiz) { - $thiz.sci_HashSetBuilder__f_scala$collection$immutable$HashSetBuilder$$rootNode = $n($thiz.sci_HashSetBuilder__f_scala$collection$immutable$HashSetBuilder$$rootNode).copy__sci_BitmapIndexedSetNode() + $thiz.sci_HashSetBuilder__f_scala$collection$immutable$HashSetBuilder$$rootNode = $n($thiz.sci_HashSetBuilder__f_scala$collection$immutable$HashSetBuilder$$rootNode).copy__sci_BitmapIndexedSetNode(); } /** @constructor */ function $c_sci_HashSetBuilder() { this.sci_HashSetBuilder__f_aliased = null; this.sci_HashSetBuilder__f_scala$collection$immutable$HashSetBuilder$$rootNode = null; - this.sci_HashSetBuilder__f_scala$collection$immutable$HashSetBuilder$$rootNode = new $c_sci_BitmapIndexedSetNode(0, 0, $m_s_Array$EmptyArrays$().s_Array$EmptyArrays$__f_emptyObjectArray, $m_s_Array$EmptyArrays$().s_Array$EmptyArrays$__f_emptyIntArray, 0, 0) + this.sci_HashSetBuilder__f_scala$collection$immutable$HashSetBuilder$$rootNode = new $c_sci_BitmapIndexedSetNode(0, 0, $m_s_Array$EmptyArrays$().s_Array$EmptyArrays$__f_emptyObjectArray, $m_s_Array$EmptyArrays$().s_Array$EmptyArrays$__f_emptyIntArray, 0, 0); } $c_sci_HashSetBuilder.prototype = new $h_O(); $c_sci_HashSetBuilder.prototype.constructor = $c_sci_HashSetBuilder; /** @constructor */ function $h_sci_HashSetBuilder() { - /**/ } $h_sci_HashSetBuilder.prototype = $c_sci_HashSetBuilder.prototype; $c_sci_HashSetBuilder.prototype.sizeHint__I__V = (function(size) { - /**/ }); $c_sci_HashSetBuilder.prototype.update__sci_SetNode__O__I__I__I__V = (function(setNode, element, originalHash, elementHash, shift) { if ((setNode instanceof $c_sci_BitmapIndexedSetNode)) { @@ -24903,11 +23443,11 @@ $c_sci_HashSetBuilder.prototype.update__sci_SetNode__O__I__I__I__V = (function(s var element0 = $n(x2).getPayload__I__O(index); var element0UnimprovedHash = $n(x2).getHash__I__I(index); if (((element0UnimprovedHash === originalHash) && $m_sr_BoxesRunTime$().equals__O__O__Z(element0, element))) { - $p_sci_HashSetBuilder__setValue__sci_BitmapIndexedSetNode__I__O__V(this, x2, bitpos, element0) + $p_sci_HashSetBuilder__setValue__sci_BitmapIndexedSetNode__I__O__V(this, x2, bitpos, element0); } else { var element0Hash = $m_sc_Hashing$().improve__I__I(element0UnimprovedHash); var subNodeNew = $n(x2).mergeTwoKeyValPairs__O__I__I__O__I__I__I__sci_SetNode(element0, element0UnimprovedHash, element0Hash, element, originalHash, elementHash, ((5 + shift) | 0)); - $n(x2).migrateFromInlineToNodeInPlace__I__I__sci_SetNode__sci_BitmapIndexedSetNode(bitpos, element0Hash, subNodeNew) + $n(x2).migrateFromInlineToNodeInPlace__I__I__sci_SetNode__sci_BitmapIndexedSetNode(bitpos, element0Hash, subNodeNew); } } else if ((($n(x2).sci_BitmapIndexedSetNode__f_nodeMap & bitpos) !== 0)) { var index$2 = $m_sci_Node$().indexFrom__I__I__I__I($n(x2).sci_BitmapIndexedSetNode__f_nodeMap, mask, bitpos); @@ -24916,32 +23456,32 @@ $c_sci_HashSetBuilder.prototype.update__sci_SetNode__O__I__I__I__V = (function(s var beforeHashCode = $n(subNode).cachedJavaKeySetHashCode__I(); this.update__sci_SetNode__O__I__I__I__V(subNode, element, originalHash, elementHash, ((5 + shift) | 0)); $n(x2).sci_BitmapIndexedSetNode__f_size = (($n(x2).sci_BitmapIndexedSetNode__f_size + (($n(subNode).size__I() - beforeSize) | 0)) | 0); - $n(x2).sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode = (($n(x2).sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode + (($n(subNode).cachedJavaKeySetHashCode__I() - beforeHashCode) | 0)) | 0) + $n(x2).sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode = (($n(x2).sci_BitmapIndexedSetNode__f_cachedJavaKeySetHashCode + (($n(subNode).cachedJavaKeySetHashCode__I() - beforeHashCode) | 0)) | 0); } else { - $p_sci_HashSetBuilder__insertValue__sci_BitmapIndexedSetNode__I__O__I__I__V(this, x2, bitpos, element, originalHash, elementHash) + $p_sci_HashSetBuilder__insertValue__sci_BitmapIndexedSetNode__I__O__I__I__V(this, x2, bitpos, element, originalHash, elementHash); } } else if ((setNode instanceof $c_sci_HashCollisionSetNode)) { var x3 = $as_sci_HashCollisionSetNode(setNode); var this$1 = $n($n(x3).sci_HashCollisionSetNode__f_content); var index$3 = $f_sc_SeqOps__indexOf__O__I__I(this$1, element, 0); if ((index$3 < 0)) { - $n(x3).sci_HashCollisionSetNode__f_content = $n($n(x3).sci_HashCollisionSetNode__f_content).appended__O__sci_Vector(element) + $n(x3).sci_HashCollisionSetNode__f_content = $n($n(x3).sci_HashCollisionSetNode__f_content).appended__O__sci_Vector(element); } else { - $n(x3).sci_HashCollisionSetNode__f_content = $n($n(x3).sci_HashCollisionSetNode__f_content).updated__I__O__sci_Vector(index$3, element) + $n(x3).sci_HashCollisionSetNode__f_content = $n($n(x3).sci_HashCollisionSetNode__f_content).updated__I__O__sci_Vector(index$3, element); } } else { - throw new $c_s_MatchError(setNode) + throw new $c_s_MatchError(setNode); } }); $c_sci_HashSetBuilder.prototype.result__sci_HashSet = (function() { if (($n(this.sci_HashSetBuilder__f_scala$collection$immutable$HashSetBuilder$$rootNode).sci_BitmapIndexedSetNode__f_size === 0)) { var this$1 = $m_sci_HashSet$(); - return this$1.sci_HashSet$__f_EmptySet + return this$1.sci_HashSet$__f_EmptySet; } else if ((this.sci_HashSetBuilder__f_aliased !== null)) { - return this.sci_HashSetBuilder__f_aliased + return this.sci_HashSetBuilder__f_aliased; } else { this.sci_HashSetBuilder__f_aliased = new $c_sci_HashSet(this.sci_HashSetBuilder__f_scala$collection$immutable$HashSetBuilder$$rootNode); - return this.sci_HashSetBuilder__f_aliased + return this.sci_HashSetBuilder__f_aliased; } }); $c_sci_HashSetBuilder.prototype.addOne__O__sci_HashSetBuilder = (function(elem) { @@ -24949,111 +23489,100 @@ $c_sci_HashSetBuilder.prototype.addOne__O__sci_HashSetBuilder = (function(elem) var h = $m_sr_Statics$().anyHash__O__I(elem); var im = $m_sc_Hashing$().improve__I__I(h); this.update__sci_SetNode__O__I__I__I__V(this.sci_HashSetBuilder__f_scala$collection$immutable$HashSetBuilder$$rootNode, elem, h, im, 0); - return this + return this; }); $c_sci_HashSetBuilder.prototype.addAll__sc_IterableOnce__sci_HashSetBuilder = (function(xs) { $p_sci_HashSetBuilder__ensureUnaliased__V(this); if ((xs instanceof $c_sci_HashSet)) { var x2 = $as_sci_HashSet(xs); - new $c_sci_HashSetBuilder$$anon$1(this, x2) + new $c_sci_HashSetBuilder$$anon$1(this, x2); } else { var it = $n(xs).iterator__sc_Iterator(); while ($n(it).hasNext__Z()) { - this.addOne__O__sci_HashSetBuilder($n(it).next__O()) + this.addOne__O__sci_HashSetBuilder($n(it).next__O()); } - }; - return this + } + return this; }); $c_sci_HashSetBuilder.prototype.addAll__sc_IterableOnce__scm_Growable = (function(elems) { - return this.addAll__sc_IterableOnce__sci_HashSetBuilder(elems) + return this.addAll__sc_IterableOnce__sci_HashSetBuilder(elems); }); $c_sci_HashSetBuilder.prototype.addOne__O__scm_Growable = (function(elem) { - return this.addOne__O__sci_HashSetBuilder(elem) + return this.addOne__O__sci_HashSetBuilder(elem); }); $c_sci_HashSetBuilder.prototype.result__O = (function() { - return this.result__sci_HashSet() + return this.result__sci_HashSet(); }); -var $d_sci_HashSetBuilder = new $TypeData().initClass({ - sci_HashSetBuilder: 0 -}, false, "scala.collection.immutable.HashSetBuilder", { +var $d_sci_HashSetBuilder = new $TypeData().initClass($c_sci_HashSetBuilder, "scala.collection.immutable.HashSetBuilder", ({ sci_HashSetBuilder: 1, - O: 1, scm_ReusableBuilder: 1, scm_Builder: 1, scm_Growable: 1, scm_Clearable: 1 -}); -$c_sci_HashSetBuilder.prototype.$classData = $d_sci_HashSetBuilder; +})); /** @constructor */ function $c_sci_IndexedSeq$() { this.sc_SeqFactory$Delegate__f_delegate = null; - $ct_sc_SeqFactory$Delegate__sc_SeqFactory__(this, $m_sci_Vector$()) + $ct_sc_SeqFactory$Delegate__sc_SeqFactory__(this, $m_sci_Vector$()); } $c_sci_IndexedSeq$.prototype = new $h_sc_SeqFactory$Delegate(); $c_sci_IndexedSeq$.prototype.constructor = $c_sci_IndexedSeq$; /** @constructor */ function $h_sci_IndexedSeq$() { - /**/ } $h_sci_IndexedSeq$.prototype = $c_sci_IndexedSeq$.prototype; $c_sci_IndexedSeq$.prototype.from__sc_IterableOnce__sci_IndexedSeq = (function(it) { if ($is_sci_IndexedSeq(it)) { var x2 = $as_sci_IndexedSeq(it); - return x2 + return x2; } else { - return $as_sci_IndexedSeq($c_sc_SeqFactory$Delegate.prototype.from__sc_IterableOnce__sc_SeqOps.call(this, it)) + return $as_sci_IndexedSeq($c_sc_SeqFactory$Delegate.prototype.from__sc_IterableOnce__sc_SeqOps.call(this, it)); } }); $c_sci_IndexedSeq$.prototype.from__sc_IterableOnce__O = (function(source) { - return this.from__sc_IterableOnce__sci_IndexedSeq(source) + return this.from__sc_IterableOnce__sci_IndexedSeq(source); }); $c_sci_IndexedSeq$.prototype.from__sc_IterableOnce__sc_SeqOps = (function(it) { - return this.from__sc_IterableOnce__sci_IndexedSeq(it) + return this.from__sc_IterableOnce__sci_IndexedSeq(it); }); -var $d_sci_IndexedSeq$ = new $TypeData().initClass({ - sci_IndexedSeq$: 0 -}, false, "scala.collection.immutable.IndexedSeq$", { +var $d_sci_IndexedSeq$ = new $TypeData().initClass($c_sci_IndexedSeq$, "scala.collection.immutable.IndexedSeq$", ({ sci_IndexedSeq$: 1, sc_SeqFactory$Delegate: 1, - O: 1, sc_SeqFactory: 1, sc_IterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_sci_IndexedSeq$.prototype.$classData = $d_sci_IndexedSeq$; +})); var $n_sci_IndexedSeq$; function $m_sci_IndexedSeq$() { if ((!$n_sci_IndexedSeq$)) { - $n_sci_IndexedSeq$ = new $c_sci_IndexedSeq$() - }; - return $n_sci_IndexedSeq$ + $n_sci_IndexedSeq$ = new $c_sci_IndexedSeq$(); + } + return $n_sci_IndexedSeq$; } /** @constructor */ function $c_sci_LazyList$LazyBuilder() { this.sci_LazyList$LazyBuilder__f_next = null; this.sci_LazyList$LazyBuilder__f_list = null; - this.clear__V() + this.clear__V(); } $c_sci_LazyList$LazyBuilder.prototype = new $h_O(); $c_sci_LazyList$LazyBuilder.prototype.constructor = $c_sci_LazyList$LazyBuilder; /** @constructor */ function $h_sci_LazyList$LazyBuilder() { - /**/ } $h_sci_LazyList$LazyBuilder.prototype = $c_sci_LazyList$LazyBuilder.prototype; $c_sci_LazyList$LazyBuilder.prototype.sizeHint__I__V = (function(size) { - /**/ }); $c_sci_LazyList$LazyBuilder.prototype.clear__V = (function() { var deferred = new $c_sci_LazyList$LazyBuilder$DeferredState(); $m_sci_LazyList$(); var state = new $c_sjsr_AnonFunction0((() => deferred.eval__sci_LazyList$State())); this.sci_LazyList$LazyBuilder__f_list = new $c_sci_LazyList(state); - this.sci_LazyList$LazyBuilder__f_next = deferred + this.sci_LazyList$LazyBuilder__f_next = deferred; }); $c_sci_LazyList$LazyBuilder.prototype.result__sci_LazyList = (function() { $n(this.sci_LazyList$LazyBuilder__f_next).init__F0__V(new $c_sjsr_AnonFunction0((() => $m_sci_LazyList$State$Empty$()))); - return this.sci_LazyList$LazyBuilder__f_list + return this.sci_LazyList$LazyBuilder__f_list; }); $c_sci_LazyList$LazyBuilder.prototype.addOne__O__sci_LazyList$LazyBuilder = (function(elem) { var deferred = new $c_sci_LazyList$LazyBuilder$DeferredState(); @@ -25062,270 +23591,244 @@ $c_sci_LazyList$LazyBuilder.prototype.addOne__O__sci_LazyList$LazyBuilder = (fun $m_sci_LazyList$(); var state = new $c_sjsr_AnonFunction0((() => deferred.eval__sci_LazyList$State())); var tl = new $c_sci_LazyList(state); - return new $c_sci_LazyList$State$Cons(elem, tl) + return new $c_sci_LazyList$State$Cons(elem, tl); }))); this.sci_LazyList$LazyBuilder__f_next = deferred; - return this + return this; }); $c_sci_LazyList$LazyBuilder.prototype.addAll__sc_IterableOnce__sci_LazyList$LazyBuilder = (function(xs) { if (($n(xs).knownSize__I() !== 0)) { var deferred = new $c_sci_LazyList$LazyBuilder$DeferredState(); $n(this.sci_LazyList$LazyBuilder__f_next).init__F0__V(new $c_sjsr_AnonFunction0((() => $m_sci_LazyList$().scala$collection$immutable$LazyList$$stateFromIteratorConcatSuffix__sc_Iterator__F0__sci_LazyList$State($n(xs).iterator__sc_Iterator(), new $c_sjsr_AnonFunction0((() => deferred.eval__sci_LazyList$State())))))); - this.sci_LazyList$LazyBuilder__f_next = deferred - }; - return this + this.sci_LazyList$LazyBuilder__f_next = deferred; + } + return this; }); $c_sci_LazyList$LazyBuilder.prototype.addAll__sc_IterableOnce__scm_Growable = (function(elems) { - return this.addAll__sc_IterableOnce__sci_LazyList$LazyBuilder(elems) + return this.addAll__sc_IterableOnce__sci_LazyList$LazyBuilder(elems); }); $c_sci_LazyList$LazyBuilder.prototype.addOne__O__scm_Growable = (function(elem) { - return this.addOne__O__sci_LazyList$LazyBuilder(elem) + return this.addOne__O__sci_LazyList$LazyBuilder(elem); }); $c_sci_LazyList$LazyBuilder.prototype.result__O = (function() { - return this.result__sci_LazyList() + return this.result__sci_LazyList(); }); -var $d_sci_LazyList$LazyBuilder = new $TypeData().initClass({ - sci_LazyList$LazyBuilder: 0 -}, false, "scala.collection.immutable.LazyList$LazyBuilder", { +var $d_sci_LazyList$LazyBuilder = new $TypeData().initClass($c_sci_LazyList$LazyBuilder, "scala.collection.immutable.LazyList$LazyBuilder", ({ sci_LazyList$LazyBuilder: 1, - O: 1, scm_ReusableBuilder: 1, scm_Builder: 1, scm_Growable: 1, scm_Clearable: 1 -}); -$c_sci_LazyList$LazyBuilder.prototype.$classData = $d_sci_LazyList$LazyBuilder; +})); /** @constructor */ function $c_sci_LazyList$LazyIterator(lazyList) { this.sci_LazyList$LazyIterator__f_lazyList = null; - this.sci_LazyList$LazyIterator__f_lazyList = lazyList + this.sci_LazyList$LazyIterator__f_lazyList = lazyList; } $c_sci_LazyList$LazyIterator.prototype = new $h_sc_AbstractIterator(); $c_sci_LazyList$LazyIterator.prototype.constructor = $c_sci_LazyList$LazyIterator; /** @constructor */ function $h_sci_LazyList$LazyIterator() { - /**/ } $h_sci_LazyList$LazyIterator.prototype = $c_sci_LazyList$LazyIterator.prototype; $c_sci_LazyList$LazyIterator.prototype.hasNext__Z = (function() { - return (!$n(this.sci_LazyList$LazyIterator__f_lazyList).isEmpty__Z()) + return (!$n(this.sci_LazyList$LazyIterator__f_lazyList).isEmpty__Z()); }); $c_sci_LazyList$LazyIterator.prototype.next__O = (function() { if ($n(this.sci_LazyList$LazyIterator__f_lazyList).isEmpty__Z()) { - return $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() + return $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); } else { var this$1 = $n(this.sci_LazyList$LazyIterator__f_lazyList); var res = $n(this$1.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).head__O(); var this$2 = $n(this.sci_LazyList$LazyIterator__f_lazyList); this.sci_LazyList$LazyIterator__f_lazyList = $n(this$2.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList(); - return res + return res; } }); -var $d_sci_LazyList$LazyIterator = new $TypeData().initClass({ - sci_LazyList$LazyIterator: 0 -}, false, "scala.collection.immutable.LazyList$LazyIterator", { +var $d_sci_LazyList$LazyIterator = new $TypeData().initClass($c_sci_LazyList$LazyIterator, "scala.collection.immutable.LazyList$LazyIterator", ({ sci_LazyList$LazyIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sci_LazyList$LazyIterator.prototype.$classData = $d_sci_LazyList$LazyIterator; +})); /** @constructor */ function $c_sci_List$() { this.sci_List$__f_scala$collection$immutable$List$$TupleOfNil = null; this.sci_List$__f_partialNotApplied = null; $n_sci_List$ = this; this.sci_List$__f_scala$collection$immutable$List$$TupleOfNil = new $c_T2($m_sci_Nil$(), $m_sci_Nil$()); - this.sci_List$__f_partialNotApplied = new $c_sci_List$$anon$1() + this.sci_List$__f_partialNotApplied = new $c_sci_List$$anon$1(); } $c_sci_List$.prototype = new $h_O(); $c_sci_List$.prototype.constructor = $c_sci_List$; /** @constructor */ function $h_sci_List$() { - /**/ } $h_sci_List$.prototype = $c_sci_List$.prototype; $c_sci_List$.prototype.apply__sci_Seq__O = (function(elems) { - return $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(elems) + return $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(elems); }); $c_sci_List$.prototype.newBuilder__scm_Builder = (function() { - return new $c_scm_ListBuffer() + return new $c_scm_ListBuffer(); }); $c_sci_List$.prototype.empty__O = (function() { - return $m_sci_Nil$() + return $m_sci_Nil$(); }); $c_sci_List$.prototype.from__sc_IterableOnce__O = (function(source) { - return $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(source) + return $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(source); }); -var $d_sci_List$ = new $TypeData().initClass({ - sci_List$: 0 -}, false, "scala.collection.immutable.List$", { +var $d_sci_List$ = new $TypeData().initClass($c_sci_List$, "scala.collection.immutable.List$", ({ sci_List$: 1, - O: 1, sc_StrictOptimizedSeqFactory: 1, sc_SeqFactory: 1, sc_IterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_sci_List$.prototype.$classData = $d_sci_List$; +})); var $n_sci_List$; function $m_sci_List$() { if ((!$n_sci_List$)) { - $n_sci_List$ = new $c_sci_List$() - }; - return $n_sci_List$ + $n_sci_List$ = new $c_sci_List$(); + } + return $n_sci_List$; } function $ct_sci_Map$Map2$Map2Iterator__sci_Map$Map2__($thiz, outer) { - if ((outer === null)) { - $n(null) - } else { - $thiz.sci_Map$Map2$Map2Iterator__f_$outer = outer - }; + $n(outer); + $thiz.sci_Map$Map2$Map2Iterator__f_$outer = outer; $thiz.sci_Map$Map2$Map2Iterator__f_i = 0; - return $thiz + return $thiz; } /** @constructor */ function $c_sci_Map$Map2$Map2Iterator() { this.sci_Map$Map2$Map2Iterator__f_i = 0; - this.sci_Map$Map2$Map2Iterator__f_$outer = null + this.sci_Map$Map2$Map2Iterator__f_$outer = null; } $c_sci_Map$Map2$Map2Iterator.prototype = new $h_sc_AbstractIterator(); $c_sci_Map$Map2$Map2Iterator.prototype.constructor = $c_sci_Map$Map2$Map2Iterator; /** @constructor */ function $h_sci_Map$Map2$Map2Iterator() { - /**/ } $h_sci_Map$Map2$Map2Iterator.prototype = $c_sci_Map$Map2$Map2Iterator.prototype; $c_sci_Map$Map2$Map2Iterator.prototype.hasNext__Z = (function() { - return (this.sci_Map$Map2$Map2Iterator__f_i < 2) + return (this.sci_Map$Map2$Map2Iterator__f_i < 2); }); $c_sci_Map$Map2$Map2Iterator.prototype.next__O = (function() { var x1 = this.sci_Map$Map2$Map2Iterator__f_i; switch (x1) { case 0: { var result = this.nextResult__O__O__O($n(this.sci_Map$Map2$Map2Iterator__f_$outer).sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key1, $n(this.sci_Map$Map2$Map2Iterator__f_$outer).sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value1); - break + break; } case 1: { var result = this.nextResult__O__O__O($n(this.sci_Map$Map2$Map2Iterator__f_$outer).sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key2, $n(this.sci_Map$Map2$Map2Iterator__f_$outer).sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value2); - break + break; } default: { - var result = $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() + var result = $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); } - }; + } this.sci_Map$Map2$Map2Iterator__f_i = ((1 + this.sci_Map$Map2$Map2Iterator__f_i) | 0); - return result + return result; }); $c_sci_Map$Map2$Map2Iterator.prototype.drop__I__sc_Iterator = (function(n) { this.sci_Map$Map2$Map2Iterator__f_i = ((this.sci_Map$Map2$Map2Iterator__f_i + n) | 0); - return this + return this; }); function $ct_sci_Map$Map3$Map3Iterator__sci_Map$Map3__($thiz, outer) { - if ((outer === null)) { - $n(null) - } else { - $thiz.sci_Map$Map3$Map3Iterator__f_$outer = outer - }; + $n(outer); + $thiz.sci_Map$Map3$Map3Iterator__f_$outer = outer; $thiz.sci_Map$Map3$Map3Iterator__f_i = 0; - return $thiz + return $thiz; } /** @constructor */ function $c_sci_Map$Map3$Map3Iterator() { this.sci_Map$Map3$Map3Iterator__f_i = 0; - this.sci_Map$Map3$Map3Iterator__f_$outer = null + this.sci_Map$Map3$Map3Iterator__f_$outer = null; } $c_sci_Map$Map3$Map3Iterator.prototype = new $h_sc_AbstractIterator(); $c_sci_Map$Map3$Map3Iterator.prototype.constructor = $c_sci_Map$Map3$Map3Iterator; /** @constructor */ function $h_sci_Map$Map3$Map3Iterator() { - /**/ } $h_sci_Map$Map3$Map3Iterator.prototype = $c_sci_Map$Map3$Map3Iterator.prototype; $c_sci_Map$Map3$Map3Iterator.prototype.hasNext__Z = (function() { - return (this.sci_Map$Map3$Map3Iterator__f_i < 3) + return (this.sci_Map$Map3$Map3Iterator__f_i < 3); }); $c_sci_Map$Map3$Map3Iterator.prototype.next__O = (function() { var x1 = this.sci_Map$Map3$Map3Iterator__f_i; switch (x1) { case 0: { var result = this.nextResult__O__O__O($n(this.sci_Map$Map3$Map3Iterator__f_$outer).sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1, $n(this.sci_Map$Map3$Map3Iterator__f_$outer).sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value1); - break + break; } case 1: { var result = this.nextResult__O__O__O($n(this.sci_Map$Map3$Map3Iterator__f_$outer).sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2, $n(this.sci_Map$Map3$Map3Iterator__f_$outer).sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value2); - break + break; } case 2: { var result = this.nextResult__O__O__O($n(this.sci_Map$Map3$Map3Iterator__f_$outer).sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3, $n(this.sci_Map$Map3$Map3Iterator__f_$outer).sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value3); - break + break; } default: { - var result = $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() + var result = $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); } - }; + } this.sci_Map$Map3$Map3Iterator__f_i = ((1 + this.sci_Map$Map3$Map3Iterator__f_i) | 0); - return result + return result; }); $c_sci_Map$Map3$Map3Iterator.prototype.drop__I__sc_Iterator = (function(n) { this.sci_Map$Map3$Map3Iterator__f_i = ((this.sci_Map$Map3$Map3Iterator__f_i + n) | 0); - return this + return this; }); function $ct_sci_Map$Map4$Map4Iterator__sci_Map$Map4__($thiz, outer) { - if ((outer === null)) { - $n(null) - } else { - $thiz.sci_Map$Map4$Map4Iterator__f_$outer = outer - }; + $n(outer); + $thiz.sci_Map$Map4$Map4Iterator__f_$outer = outer; $thiz.sci_Map$Map4$Map4Iterator__f_i = 0; - return $thiz + return $thiz; } /** @constructor */ function $c_sci_Map$Map4$Map4Iterator() { this.sci_Map$Map4$Map4Iterator__f_i = 0; - this.sci_Map$Map4$Map4Iterator__f_$outer = null + this.sci_Map$Map4$Map4Iterator__f_$outer = null; } $c_sci_Map$Map4$Map4Iterator.prototype = new $h_sc_AbstractIterator(); $c_sci_Map$Map4$Map4Iterator.prototype.constructor = $c_sci_Map$Map4$Map4Iterator; /** @constructor */ function $h_sci_Map$Map4$Map4Iterator() { - /**/ } $h_sci_Map$Map4$Map4Iterator.prototype = $c_sci_Map$Map4$Map4Iterator.prototype; $c_sci_Map$Map4$Map4Iterator.prototype.hasNext__Z = (function() { - return (this.sci_Map$Map4$Map4Iterator__f_i < 4) + return (this.sci_Map$Map4$Map4Iterator__f_i < 4); }); $c_sci_Map$Map4$Map4Iterator.prototype.next__O = (function() { var x1 = this.sci_Map$Map4$Map4Iterator__f_i; switch (x1) { case 0: { var result = this.nextResult__O__O__O($n(this.sci_Map$Map4$Map4Iterator__f_$outer).sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1, $n(this.sci_Map$Map4$Map4Iterator__f_$outer).sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value1); - break + break; } case 1: { var result = this.nextResult__O__O__O($n(this.sci_Map$Map4$Map4Iterator__f_$outer).sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2, $n(this.sci_Map$Map4$Map4Iterator__f_$outer).sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value2); - break + break; } case 2: { var result = this.nextResult__O__O__O($n(this.sci_Map$Map4$Map4Iterator__f_$outer).sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3, $n(this.sci_Map$Map4$Map4Iterator__f_$outer).sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value3); - break + break; } case 3: { var result = this.nextResult__O__O__O($n(this.sci_Map$Map4$Map4Iterator__f_$outer).sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4, $n(this.sci_Map$Map4$Map4Iterator__f_$outer).sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4); - break + break; } default: { - var result = $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() + var result = $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); } - }; + } this.sci_Map$Map4$Map4Iterator__f_i = ((1 + this.sci_Map$Map4$Map4Iterator__f_i) | 0); - return result + return result; }); $c_sci_Map$Map4$Map4Iterator.prototype.drop__I__sc_Iterator = (function(n) { this.sci_Map$Map4$Map4Iterator__f_i = ((this.sci_Map$Map4$Map4Iterator__f_i + n) | 0); - return this + return this; }); /** @constructor */ function $c_sci_MapBuilderImpl() { @@ -25333,114 +23836,103 @@ function $c_sci_MapBuilderImpl() { this.sci_MapBuilderImpl__f_switchedToHashMapBuilder = false; this.sci_MapBuilderImpl__f_hashMapBuilder = null; this.sci_MapBuilderImpl__f_elems = $m_sci_Map$EmptyMap$(); - this.sci_MapBuilderImpl__f_switchedToHashMapBuilder = false + this.sci_MapBuilderImpl__f_switchedToHashMapBuilder = false; } $c_sci_MapBuilderImpl.prototype = new $h_O(); $c_sci_MapBuilderImpl.prototype.constructor = $c_sci_MapBuilderImpl; /** @constructor */ function $h_sci_MapBuilderImpl() { - /**/ } $h_sci_MapBuilderImpl.prototype = $c_sci_MapBuilderImpl.prototype; $c_sci_MapBuilderImpl.prototype.sizeHint__I__V = (function(size) { - /**/ }); $c_sci_MapBuilderImpl.prototype.result__sci_Map = (function() { - return (this.sci_MapBuilderImpl__f_switchedToHashMapBuilder ? $n(this.sci_MapBuilderImpl__f_hashMapBuilder).result__sci_HashMap() : this.sci_MapBuilderImpl__f_elems) + return (this.sci_MapBuilderImpl__f_switchedToHashMapBuilder ? $n(this.sci_MapBuilderImpl__f_hashMapBuilder).result__sci_HashMap() : this.sci_MapBuilderImpl__f_elems); }); $c_sci_MapBuilderImpl.prototype.addOne__O__O__sci_MapBuilderImpl = (function(key, value) { if (this.sci_MapBuilderImpl__f_switchedToHashMapBuilder) { - $n(this.sci_MapBuilderImpl__f_hashMapBuilder).addOne__O__O__sci_HashMapBuilder(key, value) + $n(this.sci_MapBuilderImpl__f_hashMapBuilder).addOne__O__O__sci_HashMapBuilder(key, value); } else if (($n(this.sci_MapBuilderImpl__f_elems).size__I() < 4)) { - this.sci_MapBuilderImpl__f_elems = $as_sci_Map($n(this.sci_MapBuilderImpl__f_elems).updated__O__O__sci_MapOps(key, value)) + this.sci_MapBuilderImpl__f_elems = $as_sci_Map($n(this.sci_MapBuilderImpl__f_elems).updated__O__O__sci_MapOps(key, value)); } else if ($n(this.sci_MapBuilderImpl__f_elems).contains__O__Z(key)) { - this.sci_MapBuilderImpl__f_elems = $as_sci_Map($n(this.sci_MapBuilderImpl__f_elems).updated__O__O__sci_MapOps(key, value)) + this.sci_MapBuilderImpl__f_elems = $as_sci_Map($n(this.sci_MapBuilderImpl__f_elems).updated__O__O__sci_MapOps(key, value)); } else { this.sci_MapBuilderImpl__f_switchedToHashMapBuilder = true; if ((this.sci_MapBuilderImpl__f_hashMapBuilder === null)) { - this.sci_MapBuilderImpl__f_hashMapBuilder = new $c_sci_HashMapBuilder() - }; + this.sci_MapBuilderImpl__f_hashMapBuilder = new $c_sci_HashMapBuilder(); + } $n($as_sci_Map$Map4(this.sci_MapBuilderImpl__f_elems)).buildTo__sci_HashMapBuilder__sci_HashMapBuilder(this.sci_MapBuilderImpl__f_hashMapBuilder); - $n(this.sci_MapBuilderImpl__f_hashMapBuilder).addOne__O__O__sci_HashMapBuilder(key, value) - }; - return this + $n(this.sci_MapBuilderImpl__f_hashMapBuilder).addOne__O__O__sci_HashMapBuilder(key, value); + } + return this; }); $c_sci_MapBuilderImpl.prototype.addAll__sc_IterableOnce__sci_MapBuilderImpl = (function(xs) { - return (this.sci_MapBuilderImpl__f_switchedToHashMapBuilder ? ($n(this.sci_MapBuilderImpl__f_hashMapBuilder).addAll__sc_IterableOnce__sci_HashMapBuilder(xs), this) : $as_sci_MapBuilderImpl($f_scm_Growable__addAll__sc_IterableOnce__scm_Growable(this, xs))) + return (this.sci_MapBuilderImpl__f_switchedToHashMapBuilder ? ($n(this.sci_MapBuilderImpl__f_hashMapBuilder).addAll__sc_IterableOnce__sci_HashMapBuilder(xs), this) : $as_sci_MapBuilderImpl($f_scm_Growable__addAll__sc_IterableOnce__scm_Growable(this, xs))); }); $c_sci_MapBuilderImpl.prototype.addAll__sc_IterableOnce__scm_Growable = (function(elems) { - return this.addAll__sc_IterableOnce__sci_MapBuilderImpl(elems) + return this.addAll__sc_IterableOnce__sci_MapBuilderImpl(elems); }); $c_sci_MapBuilderImpl.prototype.addOne__O__scm_Growable = (function(elem) { var elem$1 = $as_T2(elem); - return this.addOne__O__O__sci_MapBuilderImpl($n(elem$1)._1__O(), $n(elem$1)._2__O()) + return this.addOne__O__O__sci_MapBuilderImpl($n(elem$1)._1__O(), $n(elem$1)._2__O()); }); $c_sci_MapBuilderImpl.prototype.result__O = (function() { - return this.result__sci_Map() + return this.result__sci_Map(); }); function $as_sci_MapBuilderImpl(obj) { - return (((obj instanceof $c_sci_MapBuilderImpl) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.MapBuilderImpl")) + return (((obj instanceof $c_sci_MapBuilderImpl) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.MapBuilderImpl")); } function $isArrayOf_sci_MapBuilderImpl(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_MapBuilderImpl))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_MapBuilderImpl))); } function $asArrayOf_sci_MapBuilderImpl(obj, depth) { - return (($isArrayOf_sci_MapBuilderImpl(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.MapBuilderImpl;", depth)) + return (($isArrayOf_sci_MapBuilderImpl(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.MapBuilderImpl;", depth)); } -var $d_sci_MapBuilderImpl = new $TypeData().initClass({ - sci_MapBuilderImpl: 0 -}, false, "scala.collection.immutable.MapBuilderImpl", { +var $d_sci_MapBuilderImpl = new $TypeData().initClass($c_sci_MapBuilderImpl, "scala.collection.immutable.MapBuilderImpl", ({ sci_MapBuilderImpl: 1, - O: 1, scm_ReusableBuilder: 1, scm_Builder: 1, scm_Growable: 1, scm_Clearable: 1 -}); -$c_sci_MapBuilderImpl.prototype.$classData = $d_sci_MapBuilderImpl; +})); /** @constructor */ function $c_sci_Seq$() { this.sc_SeqFactory$Delegate__f_delegate = null; - $ct_sc_SeqFactory$Delegate__sc_SeqFactory__(this, $m_sci_List$()) + $ct_sc_SeqFactory$Delegate__sc_SeqFactory__(this, $m_sci_List$()); } $c_sci_Seq$.prototype = new $h_sc_SeqFactory$Delegate(); $c_sci_Seq$.prototype.constructor = $c_sci_Seq$; /** @constructor */ function $h_sci_Seq$() { - /**/ } $h_sci_Seq$.prototype = $c_sci_Seq$.prototype; $c_sci_Seq$.prototype.from__sc_IterableOnce__sci_Seq = (function(it) { if ($is_sci_Seq(it)) { var x2 = $as_sci_Seq(it); - return x2 + return x2; } else { - return $as_sci_Seq($c_sc_SeqFactory$Delegate.prototype.from__sc_IterableOnce__sc_SeqOps.call(this, it)) + return $as_sci_Seq($c_sc_SeqFactory$Delegate.prototype.from__sc_IterableOnce__sc_SeqOps.call(this, it)); } }); $c_sci_Seq$.prototype.from__sc_IterableOnce__O = (function(source) { - return this.from__sc_IterableOnce__sci_Seq(source) + return this.from__sc_IterableOnce__sci_Seq(source); }); $c_sci_Seq$.prototype.from__sc_IterableOnce__sc_SeqOps = (function(it) { - return this.from__sc_IterableOnce__sci_Seq(it) + return this.from__sc_IterableOnce__sci_Seq(it); }); -var $d_sci_Seq$ = new $TypeData().initClass({ - sci_Seq$: 0 -}, false, "scala.collection.immutable.Seq$", { +var $d_sci_Seq$ = new $TypeData().initClass($c_sci_Seq$, "scala.collection.immutable.Seq$", ({ sci_Seq$: 1, sc_SeqFactory$Delegate: 1, - O: 1, sc_SeqFactory: 1, sc_IterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Seq$.prototype.$classData = $d_sci_Seq$; +})); var $n_sci_Seq$; function $m_sci_Seq$() { if ((!$n_sci_Seq$)) { - $n_sci_Seq$ = new $c_sci_Seq$() - }; - return $n_sci_Seq$ + $n_sci_Seq$ = new $c_sci_Seq$(); + } + return $n_sci_Seq$; } /** @constructor */ function $c_sci_SetBuilderImpl() { @@ -25448,80 +23940,73 @@ function $c_sci_SetBuilderImpl() { this.sci_SetBuilderImpl__f_switchedToHashSetBuilder = false; this.sci_SetBuilderImpl__f_hashSetBuilder = null; this.sci_SetBuilderImpl__f_elems = $m_sci_Set$EmptySet$(); - this.sci_SetBuilderImpl__f_switchedToHashSetBuilder = false + this.sci_SetBuilderImpl__f_switchedToHashSetBuilder = false; } $c_sci_SetBuilderImpl.prototype = new $h_O(); $c_sci_SetBuilderImpl.prototype.constructor = $c_sci_SetBuilderImpl; /** @constructor */ function $h_sci_SetBuilderImpl() { - /**/ } $h_sci_SetBuilderImpl.prototype = $c_sci_SetBuilderImpl.prototype; $c_sci_SetBuilderImpl.prototype.sizeHint__I__V = (function(size) { - /**/ }); $c_sci_SetBuilderImpl.prototype.result__sci_Set = (function() { - return (this.sci_SetBuilderImpl__f_switchedToHashSetBuilder ? $n(this.sci_SetBuilderImpl__f_hashSetBuilder).result__sci_HashSet() : this.sci_SetBuilderImpl__f_elems) + return (this.sci_SetBuilderImpl__f_switchedToHashSetBuilder ? $n(this.sci_SetBuilderImpl__f_hashSetBuilder).result__sci_HashSet() : this.sci_SetBuilderImpl__f_elems); }); $c_sci_SetBuilderImpl.prototype.addOne__O__sci_SetBuilderImpl = (function(elem) { if (this.sci_SetBuilderImpl__f_switchedToHashSetBuilder) { - $n(this.sci_SetBuilderImpl__f_hashSetBuilder).addOne__O__sci_HashSetBuilder(elem) + $n(this.sci_SetBuilderImpl__f_hashSetBuilder).addOne__O__sci_HashSetBuilder(elem); } else if (($n(this.sci_SetBuilderImpl__f_elems).size__I() < 4)) { var this$1 = $n(this.sci_SetBuilderImpl__f_elems); - this.sci_SetBuilderImpl__f_elems = $as_sci_Set(this$1.incl__O__sci_SetOps(elem)) + this.sci_SetBuilderImpl__f_elems = $as_sci_Set(this$1.incl__O__sci_SetOps(elem)); } else if ((!$n(this.sci_SetBuilderImpl__f_elems).contains__O__Z(elem))) { this.sci_SetBuilderImpl__f_switchedToHashSetBuilder = true; if ((this.sci_SetBuilderImpl__f_hashSetBuilder === null)) { - this.sci_SetBuilderImpl__f_hashSetBuilder = new $c_sci_HashSetBuilder() - }; + this.sci_SetBuilderImpl__f_hashSetBuilder = new $c_sci_HashSetBuilder(); + } $n($as_sci_Set$Set4(this.sci_SetBuilderImpl__f_elems)).buildTo__scm_Builder__scm_Builder(this.sci_SetBuilderImpl__f_hashSetBuilder); - $n(this.sci_SetBuilderImpl__f_hashSetBuilder).addOne__O__sci_HashSetBuilder(elem) - }; - return this + $n(this.sci_SetBuilderImpl__f_hashSetBuilder).addOne__O__sci_HashSetBuilder(elem); + } + return this; }); $c_sci_SetBuilderImpl.prototype.addAll__sc_IterableOnce__sci_SetBuilderImpl = (function(xs) { - return (this.sci_SetBuilderImpl__f_switchedToHashSetBuilder ? ($n(this.sci_SetBuilderImpl__f_hashSetBuilder).addAll__sc_IterableOnce__sci_HashSetBuilder(xs), this) : $as_sci_SetBuilderImpl($f_scm_Growable__addAll__sc_IterableOnce__scm_Growable(this, xs))) + return (this.sci_SetBuilderImpl__f_switchedToHashSetBuilder ? ($n(this.sci_SetBuilderImpl__f_hashSetBuilder).addAll__sc_IterableOnce__sci_HashSetBuilder(xs), this) : $as_sci_SetBuilderImpl($f_scm_Growable__addAll__sc_IterableOnce__scm_Growable(this, xs))); }); $c_sci_SetBuilderImpl.prototype.addAll__sc_IterableOnce__scm_Growable = (function(elems) { - return this.addAll__sc_IterableOnce__sci_SetBuilderImpl(elems) + return this.addAll__sc_IterableOnce__sci_SetBuilderImpl(elems); }); $c_sci_SetBuilderImpl.prototype.addOne__O__scm_Growable = (function(elem) { - return this.addOne__O__sci_SetBuilderImpl(elem) + return this.addOne__O__sci_SetBuilderImpl(elem); }); $c_sci_SetBuilderImpl.prototype.result__O = (function() { - return this.result__sci_Set() + return this.result__sci_Set(); }); function $as_sci_SetBuilderImpl(obj) { - return (((obj instanceof $c_sci_SetBuilderImpl) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.SetBuilderImpl")) + return (((obj instanceof $c_sci_SetBuilderImpl) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.SetBuilderImpl")); } function $isArrayOf_sci_SetBuilderImpl(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_SetBuilderImpl))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_SetBuilderImpl))); } function $asArrayOf_sci_SetBuilderImpl(obj, depth) { - return (($isArrayOf_sci_SetBuilderImpl(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.SetBuilderImpl;", depth)) + return (($isArrayOf_sci_SetBuilderImpl(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.SetBuilderImpl;", depth)); } -var $d_sci_SetBuilderImpl = new $TypeData().initClass({ - sci_SetBuilderImpl: 0 -}, false, "scala.collection.immutable.SetBuilderImpl", { +var $d_sci_SetBuilderImpl = new $TypeData().initClass($c_sci_SetBuilderImpl, "scala.collection.immutable.SetBuilderImpl", ({ sci_SetBuilderImpl: 1, - O: 1, scm_ReusableBuilder: 1, scm_Builder: 1, scm_Growable: 1, scm_Clearable: 1 -}); -$c_sci_SetBuilderImpl.prototype.$classData = $d_sci_SetBuilderImpl; +})); function $p_sci_Vector$__liftedTree1$1__I($thiz) { try { - $m_sc_StringOps$(); var x = $m_jl_System$SystemProperties$().getProperty__T__T__T("scala.collection.immutable.Vector.defaultApplyPreferredMaxLength", "250"); var this$4 = $m_jl_Integer$(); - return this$4.parseInt__T__I__I(x, 10) + return this$4.parseInt__T__I__I(x, 10); } catch (e) { if (false) { - return 250 + return 250; } else { - throw e + throw e; } } } @@ -25531,26 +24016,25 @@ function $c_sci_Vector$() { this.sci_Vector$__f_scala$collection$immutable$Vector$$emptyIterator = null; $n_sci_Vector$ = this; this.sci_Vector$__f_scala$collection$immutable$Vector$$defaultApplyPreferredMaxLength = $p_sci_Vector$__liftedTree1$1__I(this); - this.sci_Vector$__f_scala$collection$immutable$Vector$$emptyIterator = new $c_sci_NewVectorIterator($m_sci_Vector0$(), 0, 0) + this.sci_Vector$__f_scala$collection$immutable$Vector$$emptyIterator = new $c_sci_NewVectorIterator($m_sci_Vector0$(), 0, 0); } $c_sci_Vector$.prototype = new $h_O(); $c_sci_Vector$.prototype.constructor = $c_sci_Vector$; /** @constructor */ function $h_sci_Vector$() { - /**/ } $h_sci_Vector$.prototype = $c_sci_Vector$.prototype; $c_sci_Vector$.prototype.apply__sci_Seq__O = (function(elems) { - return this.from__sc_IterableOnce__sci_Vector(elems) + return this.from__sc_IterableOnce__sci_Vector(elems); }); $c_sci_Vector$.prototype.from__sc_IterableOnce__sci_Vector = (function(it) { if ((it instanceof $c_sci_Vector)) { var x2 = $as_sci_Vector(it); - return x2 + return x2; } else { var knownSize = $n(it).knownSize__I(); if ((knownSize === 0)) { - return $m_sci_Vector0$() + return $m_sci_Vector0$(); } else if (((knownSize > 0) && (knownSize <= 32))) { matchEnd5: { var a1$3; @@ -25559,62 +24043,58 @@ $c_sci_Vector$.prototype.from__sc_IterableOnce__sci_Vector = (function(it) { var x = $n($n(x2$2).elemTag__s_reflect_ClassTag()).runtimeClass__jl_Class(); if ((x !== null)) { var this$1 = $n(x); - var $x_1 = (this$1 === $d_O.getClassOf()) + var $x_1 = (this$1 === $d_O.getClassOf()); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { var a1$3 = $n(x2$2).sci_ArraySeq$ofRef__f_unsafeArray; - break matchEnd5 + break matchEnd5; } - }; + } if ($is_sci_Iterable(it)) { var x3 = $as_sci_Iterable(it); var a1 = new $ac_O(knownSize); var this$2 = $n(x3); this$2.copyToArray__O__I__I__I(a1, 0, 2147483647); var a1$3 = a1; - break matchEnd5 - }; + break matchEnd5; + } var a1$2 = new $ac_O(knownSize); var this$3 = $n($n(it).iterator__sc_Iterator()); this$3.copyToArray__O__I__I__I(a1$2, 0, 2147483647); - var a1$3 = a1$2 - }; - return new $c_sci_Vector1(a1$3) + var a1$3 = a1$2; + } + return new $c_sci_Vector1(a1$3); } else { var this$4 = new $c_sci_VectorBuilder(); var this$5 = $n(this$4.addAll__sc_IterableOnce__sci_VectorBuilder(it)); - return this$5.result__sci_Vector() + return this$5.result__sci_Vector(); } } }); $c_sci_Vector$.prototype.newBuilder__scm_Builder = (function() { - return new $c_sci_VectorBuilder() + return new $c_sci_VectorBuilder(); }); $c_sci_Vector$.prototype.from__sc_IterableOnce__O = (function(source) { - return this.from__sc_IterableOnce__sci_Vector(source) + return this.from__sc_IterableOnce__sci_Vector(source); }); $c_sci_Vector$.prototype.empty__O = (function() { - return $m_sci_Vector0$() + return $m_sci_Vector0$(); }); -var $d_sci_Vector$ = new $TypeData().initClass({ - sci_Vector$: 0 -}, false, "scala.collection.immutable.Vector$", { +var $d_sci_Vector$ = new $TypeData().initClass($c_sci_Vector$, "scala.collection.immutable.Vector$", ({ sci_Vector$: 1, - O: 1, sc_StrictOptimizedSeqFactory: 1, sc_SeqFactory: 1, sc_IterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Vector$.prototype.$classData = $d_sci_Vector$; +})); var $n_sci_Vector$; function $m_sci_Vector$() { if ((!$n_sci_Vector$)) { - $n_sci_Vector$ = new $c_sci_Vector$() - }; - return $n_sci_Vector$ + $n_sci_Vector$ = new $c_sci_Vector$(); + } + return $n_sci_Vector$; } function $p_sci_VectorBuilder__leftAlignPrefix__V($thiz) { var a = null; @@ -25626,164 +24106,164 @@ function $p_sci_VectorBuilder__leftAlignPrefix__V($thiz) { var src = a; var dest = a; var length = ((64 - i) | 0); - $systemArraycopyRefs($n(src), i, $n(dest), 0, length) - }; + $systemArraycopyRefs($n(src), i, $n(dest), 0, length); + } var newOffset = (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset % 33554432) | 0); $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest = (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest - (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset - newOffset) | 0)) | 0); $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset = newOffset; if (((($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest >>> 25) | 0) === 0)) { - $thiz.sci_VectorBuilder__f_depth = 5 - }; + $thiz.sci_VectorBuilder__f_depth = 5; + } aParent = a; - a = $asArrayOf_O($n(a).get(0), 1) - }; + a = $asArrayOf_O($n(a).get(0), 1); + } if (($thiz.sci_VectorBuilder__f_depth >= 5)) { if ((a === null)) { - a = $thiz.sci_VectorBuilder__f_a5 - }; + a = $thiz.sci_VectorBuilder__f_a5; + } var i$2 = (31 & (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset >>> 20) | 0)); if (($thiz.sci_VectorBuilder__f_depth === 5)) { if ((i$2 > 0)) { var src$1 = a; var dest$1 = a; var length$1 = ((32 - i$2) | 0); - $systemArraycopyRefs($n(src$1), i$2, $n(dest$1), 0, length$1) - }; + $systemArraycopyRefs($n(src$1), i$2, $n(dest$1), 0, length$1); + } $thiz.sci_VectorBuilder__f_a5 = $asArrayOf_O(a, 5); var newOffset$1 = (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset % 1048576) | 0); $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest = (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest - (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset - newOffset$1) | 0)) | 0); $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset = newOffset$1; if (((($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest >>> 20) | 0) === 0)) { - $thiz.sci_VectorBuilder__f_depth = 4 + $thiz.sci_VectorBuilder__f_depth = 4; } } else { if ((i$2 > 0)) { var original = a; - a = $m_ju_Arrays$().copyOfRange__AO__I__I__AO(original, i$2, 32) - }; - $n(aParent).set(0, a) - }; + a = $m_ju_Arrays$().copyOfRange__AO__I__I__AO(original, i$2, 32); + } + $n(aParent).set(0, a); + } aParent = a; - a = $asArrayOf_O($n(a).get(0), 1) - }; + a = $asArrayOf_O($n(a).get(0), 1); + } if (($thiz.sci_VectorBuilder__f_depth >= 4)) { if ((a === null)) { - a = $thiz.sci_VectorBuilder__f_a4 - }; + a = $thiz.sci_VectorBuilder__f_a4; + } var i$3 = (31 & (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset >>> 15) | 0)); if (($thiz.sci_VectorBuilder__f_depth === 4)) { if ((i$3 > 0)) { var src$2 = a; var dest$2 = a; var length$2 = ((32 - i$3) | 0); - $systemArraycopyRefs($n(src$2), i$3, $n(dest$2), 0, length$2) - }; + $systemArraycopyRefs($n(src$2), i$3, $n(dest$2), 0, length$2); + } $thiz.sci_VectorBuilder__f_a4 = $asArrayOf_O(a, 4); var newOffset$2 = (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset % 32768) | 0); $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest = (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest - (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset - newOffset$2) | 0)) | 0); $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset = newOffset$2; if (((($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest >>> 15) | 0) === 0)) { - $thiz.sci_VectorBuilder__f_depth = 3 + $thiz.sci_VectorBuilder__f_depth = 3; } } else { if ((i$3 > 0)) { var original$1 = a; - a = $m_ju_Arrays$().copyOfRange__AO__I__I__AO(original$1, i$3, 32) - }; - $n(aParent).set(0, a) - }; + a = $m_ju_Arrays$().copyOfRange__AO__I__I__AO(original$1, i$3, 32); + } + $n(aParent).set(0, a); + } aParent = a; - a = $asArrayOf_O($n(a).get(0), 1) - }; + a = $asArrayOf_O($n(a).get(0), 1); + } if (($thiz.sci_VectorBuilder__f_depth >= 3)) { if ((a === null)) { - a = $thiz.sci_VectorBuilder__f_a3 - }; + a = $thiz.sci_VectorBuilder__f_a3; + } var i$4 = (31 & (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset >>> 10) | 0)); if (($thiz.sci_VectorBuilder__f_depth === 3)) { if ((i$4 > 0)) { var src$3 = a; var dest$3 = a; var length$3 = ((32 - i$4) | 0); - $systemArraycopyRefs($n(src$3), i$4, $n(dest$3), 0, length$3) - }; + $systemArraycopyRefs($n(src$3), i$4, $n(dest$3), 0, length$3); + } $thiz.sci_VectorBuilder__f_a3 = $asArrayOf_O(a, 3); var newOffset$3 = (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset % 1024) | 0); $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest = (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest - (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset - newOffset$3) | 0)) | 0); $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset = newOffset$3; if (((($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest >>> 10) | 0) === 0)) { - $thiz.sci_VectorBuilder__f_depth = 2 + $thiz.sci_VectorBuilder__f_depth = 2; } } else { if ((i$4 > 0)) { var original$2 = a; - a = $m_ju_Arrays$().copyOfRange__AO__I__I__AO(original$2, i$4, 32) - }; - $n(aParent).set(0, a) - }; + a = $m_ju_Arrays$().copyOfRange__AO__I__I__AO(original$2, i$4, 32); + } + $n(aParent).set(0, a); + } aParent = a; - a = $asArrayOf_O($n(a).get(0), 1) - }; + a = $asArrayOf_O($n(a).get(0), 1); + } if (($thiz.sci_VectorBuilder__f_depth >= 2)) { if ((a === null)) { - a = $thiz.sci_VectorBuilder__f_a2 - }; + a = $thiz.sci_VectorBuilder__f_a2; + } var i$5 = (31 & (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset >>> 5) | 0)); if (($thiz.sci_VectorBuilder__f_depth === 2)) { if ((i$5 > 0)) { var src$4 = a; var dest$4 = a; var length$4 = ((32 - i$5) | 0); - $systemArraycopyRefs($n(src$4), i$5, $n(dest$4), 0, length$4) - }; + $systemArraycopyRefs($n(src$4), i$5, $n(dest$4), 0, length$4); + } $thiz.sci_VectorBuilder__f_a2 = $asArrayOf_O(a, 2); var newOffset$4 = (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset % 32) | 0); $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest = (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest - (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset - newOffset$4) | 0)) | 0); $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset = newOffset$4; if (((($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest >>> 5) | 0) === 0)) { - $thiz.sci_VectorBuilder__f_depth = 1 + $thiz.sci_VectorBuilder__f_depth = 1; } } else { if ((i$5 > 0)) { var original$3 = a; - a = $m_ju_Arrays$().copyOfRange__AO__I__I__AO(original$3, i$5, 32) - }; - $n(aParent).set(0, a) - }; + a = $m_ju_Arrays$().copyOfRange__AO__I__I__AO(original$3, i$5, 32); + } + $n(aParent).set(0, a); + } aParent = a; - a = $asArrayOf_O($n(a).get(0), 1) - }; + a = $asArrayOf_O($n(a).get(0), 1); + } if (($thiz.sci_VectorBuilder__f_depth >= 1)) { if ((a === null)) { - a = $thiz.sci_VectorBuilder__f_a1 - }; + a = $thiz.sci_VectorBuilder__f_a1; + } var i$6 = (31 & $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset); if (($thiz.sci_VectorBuilder__f_depth === 1)) { if ((i$6 > 0)) { var src$5 = a; var dest$5 = a; var length$5 = ((32 - i$6) | 0); - $systemArraycopyRefs($n(src$5), i$6, $n(dest$5), 0, length$5) - }; + $systemArraycopyRefs($n(src$5), i$6, $n(dest$5), 0, length$5); + } $thiz.sci_VectorBuilder__f_a1 = a; $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1 = (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1 - $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset) | 0); - $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset = 0 + $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset = 0; } else { if ((i$6 > 0)) { var original$4 = a; - a = $m_ju_Arrays$().copyOfRange__AO__I__I__AO(original$4, i$6, 32) - }; - $n(aParent).set(0, a) + a = $m_ju_Arrays$().copyOfRange__AO__I__I__AO(original$4, i$6, 32); + } + $n(aParent).set(0, a); } - }; - $thiz.sci_VectorBuilder__f_prefixIsRightAligned = false + } + $thiz.sci_VectorBuilder__f_prefixIsRightAligned = false; } function $p_sci_VectorBuilder__addArr1__AO__V($thiz, data) { var dl = $n(data).u.length; if ((dl > 0)) { if (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1 === 32)) { - $p_sci_VectorBuilder__advance__V($thiz) - }; + $p_sci_VectorBuilder__advance__V($thiz); + } var a = ((32 - $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1) | 0); var copy1 = ((a < dl) ? a : dl); var copy2 = ((dl - copy1) | 0); @@ -25795,17 +24275,17 @@ function $p_sci_VectorBuilder__addArr1__AO__V($thiz, data) { $p_sci_VectorBuilder__advance__V($thiz); var dest$1 = $thiz.sci_VectorBuilder__f_a1; $systemArraycopyRefs($n(data), copy1, $n(dest$1), 0, copy2); - $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1 = (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1 + copy2) | 0) + $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1 = (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1 + copy2) | 0); } } } function $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, slice, dim) { - if (($m_sc_ArrayOps$(), ($n(slice).u.length === 0))) { - return (void 0) - }; + if (($n(slice).u.length === 0)) { + return (void 0); + } if (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1 === 32)) { - $p_sci_VectorBuilder__advance__V($thiz) - }; + $p_sci_VectorBuilder__advance__V($thiz); + } var sl = $n(slice).u.length; switch (dim) { case 2: { @@ -25819,15 +24299,14 @@ function $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, slice, dim) { if ((copy2 > 0)) { var dest$1 = $thiz.sci_VectorBuilder__f_a2; $systemArraycopyRefs($n(slice), copy1, $n(dest$1), 0, copy2); - $p_sci_VectorBuilder__advanceN__I__V($thiz, (copy2 << 5)) - }; - break + $p_sci_VectorBuilder__advanceN__I__V($thiz, (copy2 << 5)); + } + break; } case 3: { if (((($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest % 1024) | 0) !== 0)) { - $m_sc_ArrayOps$(); var f = ((e$2) => { - $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, $asArrayOf_O(e$2, 1), 2) + $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, $asArrayOf_O(e$2, 1), 2); }); var len = $n(slice).u.length; var i = 0; @@ -25835,21 +24314,21 @@ function $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, slice, dim) { while ((i < len)) { var arg1 = $n(slice).get(i); f(arg1); - i = ((1 + i) | 0) + i = ((1 + i) | 0); } } else if ((slice instanceof $ac_I)) { var x3 = $asArrayOf_I(slice, 1); while ((i < len)) { var arg1$1 = $n(x3).get(i); f(arg1$1); - i = ((1 + i) | 0) + i = ((1 + i) | 0); } } else if ((slice instanceof $ac_D)) { var x4 = $asArrayOf_D(slice, 1); while ((i < len)) { var arg1$2 = $n(x4).get(i); f(arg1$2); - i = ((1 + i) | 0) + i = ((1 + i) | 0); } } else if ((slice instanceof $ac_J)) { var x5 = $asArrayOf_J(slice, 1); @@ -25858,48 +24337,48 @@ function $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, slice, dim) { var lo = t.RTLong__f_lo; var hi = t.RTLong__f_hi; f(new $c_RTLong(lo, hi)); - i = ((1 + i) | 0) + i = ((1 + i) | 0); } } else if ((slice instanceof $ac_F)) { var x6 = $asArrayOf_F(slice, 1); while ((i < len)) { var arg1$3 = $n(x6).get(i); f(arg1$3); - i = ((1 + i) | 0) + i = ((1 + i) | 0); } } else if ((slice instanceof $ac_C)) { var x7 = $asArrayOf_C(slice, 1); while ((i < len)) { var arg1$4 = $n(x7).get(i); f($bC(arg1$4)); - i = ((1 + i) | 0) + i = ((1 + i) | 0); } } else if ((slice instanceof $ac_B)) { var x8 = $asArrayOf_B(slice, 1); while ((i < len)) { var arg1$5 = $n(x8).get(i); f(arg1$5); - i = ((1 + i) | 0) + i = ((1 + i) | 0); } } else if ((slice instanceof $ac_S)) { var x9 = $asArrayOf_S(slice, 1); while ((i < len)) { var arg1$6 = $n(x9).get(i); f(arg1$6); - i = ((1 + i) | 0) + i = ((1 + i) | 0); } } else if ((slice instanceof $ac_Z)) { var x10 = $asArrayOf_Z(slice, 1); while ((i < len)) { var arg1$7 = $n(x10).get(i); f(arg1$7); - i = ((1 + i) | 0) + i = ((1 + i) | 0); } } else { - throw new $c_s_MatchError(slice) - }; - return (void 0) - }; + throw new $c_s_MatchError(slice); + } + return (void 0); + } var a$1 = (31 & ((((32768 - $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest) | 0) >>> 10) | 0)); var copy1$2 = ((a$1 < sl) ? a$1 : sl); var copy2$2 = ((sl - copy1$2) | 0); @@ -25910,15 +24389,14 @@ function $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, slice, dim) { if ((copy2$2 > 0)) { var dest$3 = $thiz.sci_VectorBuilder__f_a3; $systemArraycopyRefs($n(slice), copy1$2, $n(dest$3), 0, copy2$2); - $p_sci_VectorBuilder__advanceN__I__V($thiz, (copy2$2 << 10)) - }; - break + $p_sci_VectorBuilder__advanceN__I__V($thiz, (copy2$2 << 10)); + } + break; } case 4: { if (((($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest % 32768) | 0) !== 0)) { - $m_sc_ArrayOps$(); var f$1 = ((e$3$2) => { - $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, $asArrayOf_O(e$3$2, 1), 3) + $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, $asArrayOf_O(e$3$2, 1), 3); }); var len$1 = $n(slice).u.length; var i$1 = 0; @@ -25926,21 +24404,21 @@ function $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, slice, dim) { while ((i$1 < len$1)) { var arg1$8 = $n(slice).get(i$1); f$1(arg1$8); - i$1 = ((1 + i$1) | 0) + i$1 = ((1 + i$1) | 0); } } else if ((slice instanceof $ac_I)) { var x3$1 = $asArrayOf_I(slice, 1); while ((i$1 < len$1)) { var arg1$9 = $n(x3$1).get(i$1); f$1(arg1$9); - i$1 = ((1 + i$1) | 0) + i$1 = ((1 + i$1) | 0); } } else if ((slice instanceof $ac_D)) { var x4$1 = $asArrayOf_D(slice, 1); while ((i$1 < len$1)) { var arg1$10 = $n(x4$1).get(i$1); f$1(arg1$10); - i$1 = ((1 + i$1) | 0) + i$1 = ((1 + i$1) | 0); } } else if ((slice instanceof $ac_J)) { var x5$1 = $asArrayOf_J(slice, 1); @@ -25949,48 +24427,48 @@ function $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, slice, dim) { var lo$1 = t$1.RTLong__f_lo; var hi$1 = t$1.RTLong__f_hi; f$1(new $c_RTLong(lo$1, hi$1)); - i$1 = ((1 + i$1) | 0) + i$1 = ((1 + i$1) | 0); } } else if ((slice instanceof $ac_F)) { var x6$1 = $asArrayOf_F(slice, 1); while ((i$1 < len$1)) { var arg1$11 = $n(x6$1).get(i$1); f$1(arg1$11); - i$1 = ((1 + i$1) | 0) + i$1 = ((1 + i$1) | 0); } } else if ((slice instanceof $ac_C)) { var x7$1 = $asArrayOf_C(slice, 1); while ((i$1 < len$1)) { var arg1$12 = $n(x7$1).get(i$1); f$1($bC(arg1$12)); - i$1 = ((1 + i$1) | 0) + i$1 = ((1 + i$1) | 0); } } else if ((slice instanceof $ac_B)) { var x8$1 = $asArrayOf_B(slice, 1); while ((i$1 < len$1)) { var arg1$13 = $n(x8$1).get(i$1); f$1(arg1$13); - i$1 = ((1 + i$1) | 0) + i$1 = ((1 + i$1) | 0); } } else if ((slice instanceof $ac_S)) { var x9$1 = $asArrayOf_S(slice, 1); while ((i$1 < len$1)) { var arg1$14 = $n(x9$1).get(i$1); f$1(arg1$14); - i$1 = ((1 + i$1) | 0) + i$1 = ((1 + i$1) | 0); } } else if ((slice instanceof $ac_Z)) { var x10$1 = $asArrayOf_Z(slice, 1); while ((i$1 < len$1)) { var arg1$15 = $n(x10$1).get(i$1); f$1(arg1$15); - i$1 = ((1 + i$1) | 0) + i$1 = ((1 + i$1) | 0); } } else { - throw new $c_s_MatchError(slice) - }; - return (void 0) - }; + throw new $c_s_MatchError(slice); + } + return (void 0); + } var a$2 = (31 & ((((1048576 - $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest) | 0) >>> 15) | 0)); var copy1$3 = ((a$2 < sl) ? a$2 : sl); var copy2$3 = ((sl - copy1$3) | 0); @@ -26001,15 +24479,14 @@ function $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, slice, dim) { if ((copy2$3 > 0)) { var dest$5 = $thiz.sci_VectorBuilder__f_a4; $systemArraycopyRefs($n(slice), copy1$3, $n(dest$5), 0, copy2$3); - $p_sci_VectorBuilder__advanceN__I__V($thiz, (copy2$3 << 15)) - }; - break + $p_sci_VectorBuilder__advanceN__I__V($thiz, (copy2$3 << 15)); + } + break; } case 5: { if (((($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest % 1048576) | 0) !== 0)) { - $m_sc_ArrayOps$(); var f$2 = ((e$4$2) => { - $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, $asArrayOf_O(e$4$2, 1), 4) + $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, $asArrayOf_O(e$4$2, 1), 4); }); var len$2 = $n(slice).u.length; var i$2 = 0; @@ -26017,21 +24494,21 @@ function $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, slice, dim) { while ((i$2 < len$2)) { var arg1$16 = $n(slice).get(i$2); f$2(arg1$16); - i$2 = ((1 + i$2) | 0) + i$2 = ((1 + i$2) | 0); } } else if ((slice instanceof $ac_I)) { var x3$2 = $asArrayOf_I(slice, 1); while ((i$2 < len$2)) { var arg1$17 = $n(x3$2).get(i$2); f$2(arg1$17); - i$2 = ((1 + i$2) | 0) + i$2 = ((1 + i$2) | 0); } } else if ((slice instanceof $ac_D)) { var x4$2 = $asArrayOf_D(slice, 1); while ((i$2 < len$2)) { var arg1$18 = $n(x4$2).get(i$2); f$2(arg1$18); - i$2 = ((1 + i$2) | 0) + i$2 = ((1 + i$2) | 0); } } else if ((slice instanceof $ac_J)) { var x5$2 = $asArrayOf_J(slice, 1); @@ -26040,48 +24517,48 @@ function $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, slice, dim) { var lo$2 = t$2.RTLong__f_lo; var hi$2 = t$2.RTLong__f_hi; f$2(new $c_RTLong(lo$2, hi$2)); - i$2 = ((1 + i$2) | 0) + i$2 = ((1 + i$2) | 0); } } else if ((slice instanceof $ac_F)) { var x6$2 = $asArrayOf_F(slice, 1); while ((i$2 < len$2)) { var arg1$19 = $n(x6$2).get(i$2); f$2(arg1$19); - i$2 = ((1 + i$2) | 0) + i$2 = ((1 + i$2) | 0); } } else if ((slice instanceof $ac_C)) { var x7$2 = $asArrayOf_C(slice, 1); while ((i$2 < len$2)) { var arg1$20 = $n(x7$2).get(i$2); f$2($bC(arg1$20)); - i$2 = ((1 + i$2) | 0) + i$2 = ((1 + i$2) | 0); } } else if ((slice instanceof $ac_B)) { var x8$2 = $asArrayOf_B(slice, 1); while ((i$2 < len$2)) { var arg1$21 = $n(x8$2).get(i$2); f$2(arg1$21); - i$2 = ((1 + i$2) | 0) + i$2 = ((1 + i$2) | 0); } } else if ((slice instanceof $ac_S)) { var x9$2 = $asArrayOf_S(slice, 1); while ((i$2 < len$2)) { var arg1$22 = $n(x9$2).get(i$2); f$2(arg1$22); - i$2 = ((1 + i$2) | 0) + i$2 = ((1 + i$2) | 0); } } else if ((slice instanceof $ac_Z)) { var x10$2 = $asArrayOf_Z(slice, 1); while ((i$2 < len$2)) { var arg1$23 = $n(x10$2).get(i$2); f$2(arg1$23); - i$2 = ((1 + i$2) | 0) + i$2 = ((1 + i$2) | 0); } } else { - throw new $c_s_MatchError(slice) - }; - return (void 0) - }; + throw new $c_s_MatchError(slice); + } + return (void 0); + } var a$3 = (31 & ((((33554432 - $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest) | 0) >>> 20) | 0)); var copy1$4 = ((a$3 < sl) ? a$3 : sl); var copy2$4 = ((sl - copy1$4) | 0); @@ -26092,15 +24569,14 @@ function $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, slice, dim) { if ((copy2$4 > 0)) { var dest$7 = $thiz.sci_VectorBuilder__f_a5; $systemArraycopyRefs($n(slice), copy1$4, $n(dest$7), 0, copy2$4); - $p_sci_VectorBuilder__advanceN__I__V($thiz, (copy2$4 << 20)) - }; - break + $p_sci_VectorBuilder__advanceN__I__V($thiz, (copy2$4 << 20)); + } + break; } case 6: { if (((($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest % 33554432) | 0) !== 0)) { - $m_sc_ArrayOps$(); var f$3 = ((e$5$2) => { - $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, $asArrayOf_O(e$5$2, 1), 5) + $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, $asArrayOf_O(e$5$2, 1), 5); }); var len$3 = $n(slice).u.length; var i$3 = 0; @@ -26108,21 +24584,21 @@ function $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, slice, dim) { while ((i$3 < len$3)) { var arg1$24 = $n(slice).get(i$3); f$3(arg1$24); - i$3 = ((1 + i$3) | 0) + i$3 = ((1 + i$3) | 0); } } else if ((slice instanceof $ac_I)) { var x3$3 = $asArrayOf_I(slice, 1); while ((i$3 < len$3)) { var arg1$25 = $n(x3$3).get(i$3); f$3(arg1$25); - i$3 = ((1 + i$3) | 0) + i$3 = ((1 + i$3) | 0); } } else if ((slice instanceof $ac_D)) { var x4$3 = $asArrayOf_D(slice, 1); while ((i$3 < len$3)) { var arg1$26 = $n(x4$3).get(i$3); f$3(arg1$26); - i$3 = ((1 + i$3) | 0) + i$3 = ((1 + i$3) | 0); } } else if ((slice instanceof $ac_J)) { var x5$3 = $asArrayOf_J(slice, 1); @@ -26131,59 +24607,59 @@ function $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, slice, dim) { var lo$3 = t$3.RTLong__f_lo; var hi$3 = t$3.RTLong__f_hi; f$3(new $c_RTLong(lo$3, hi$3)); - i$3 = ((1 + i$3) | 0) + i$3 = ((1 + i$3) | 0); } } else if ((slice instanceof $ac_F)) { var x6$3 = $asArrayOf_F(slice, 1); while ((i$3 < len$3)) { var arg1$27 = $n(x6$3).get(i$3); f$3(arg1$27); - i$3 = ((1 + i$3) | 0) + i$3 = ((1 + i$3) | 0); } } else if ((slice instanceof $ac_C)) { var x7$3 = $asArrayOf_C(slice, 1); while ((i$3 < len$3)) { var arg1$28 = $n(x7$3).get(i$3); f$3($bC(arg1$28)); - i$3 = ((1 + i$3) | 0) + i$3 = ((1 + i$3) | 0); } } else if ((slice instanceof $ac_B)) { var x8$3 = $asArrayOf_B(slice, 1); while ((i$3 < len$3)) { var arg1$29 = $n(x8$3).get(i$3); f$3(arg1$29); - i$3 = ((1 + i$3) | 0) + i$3 = ((1 + i$3) | 0); } } else if ((slice instanceof $ac_S)) { var x9$3 = $asArrayOf_S(slice, 1); while ((i$3 < len$3)) { var arg1$30 = $n(x9$3).get(i$3); f$3(arg1$30); - i$3 = ((1 + i$3) | 0) + i$3 = ((1 + i$3) | 0); } } else if ((slice instanceof $ac_Z)) { var x10$3 = $asArrayOf_Z(slice, 1); while ((i$3 < len$3)) { var arg1$31 = $n(x10$3).get(i$3); f$3(arg1$31); - i$3 = ((1 + i$3) | 0) + i$3 = ((1 + i$3) | 0); } } else { - throw new $c_s_MatchError(slice) - }; - return (void 0) - }; + throw new $c_s_MatchError(slice); + } + return (void 0); + } var destPos$5 = (($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest >>> 25) | 0); if ((((destPos$5 + sl) | 0) > 64)) { - throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), "exceeding 2^31 elements") - }; + throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), "exceeding 2^31 elements"); + } var dest$8 = $thiz.sci_VectorBuilder__f_a6; $systemArraycopyRefs($n(slice), 0, $n(dest$8), destPos$5, sl); $p_sci_VectorBuilder__advanceN__I__V($thiz, (sl << 25)); - break + break; } default: { - throw new $c_s_MatchError(dim) + throw new $c_s_MatchError(dim); } } } @@ -26197,25 +24673,25 @@ function $p_sci_VectorBuilder__addVector__sci_Vector__sci_VectorBuilder($thiz, x var a = ((idx - c) | 0); var x1 = ((((1 + c) | 0) - ((a < 0) ? ((-a) | 0) : a)) | 0); if ((x1 === 1)) { - $p_sci_VectorBuilder__addArr1__AO__V($thiz, slice) + $p_sci_VectorBuilder__addArr1__AO__V($thiz, slice); } else if ((($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1 === 32) || ($thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1 === 0))) { - $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, slice, x1) + $p_sci_VectorBuilder__addArrN__AO__I__V($thiz, slice, x1); } else { $m_sci_VectorStatics$().foreachRec__I__AO__F1__V((((-2) + x1) | 0), slice, new $c_sjsr_AnonFunction1(((data$2) => { var data = $asArrayOf_O(data$2, 1); - $p_sci_VectorBuilder__addArr1__AO__V($thiz, data) - }))) - }; - sliceIdx = ((1 + sliceIdx) | 0) - }; - return $thiz + $p_sci_VectorBuilder__addArr1__AO__V($thiz, data); + }))); + } + sliceIdx = ((1 + sliceIdx) | 0); + } + return $thiz; } function $p_sci_VectorBuilder__advance__V($thiz) { var idx = ((32 + $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest) | 0); var xor = (idx ^ $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest); $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest = idx; $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1 = 0; - $p_sci_VectorBuilder__advance1__I__I__V($thiz, idx, xor) + $p_sci_VectorBuilder__advance1__I__I__V($thiz, idx, xor); } function $p_sci_VectorBuilder__advanceN__I__V($thiz, n) { if ((n > 0)) { @@ -26223,48 +24699,48 @@ function $p_sci_VectorBuilder__advanceN__I__V($thiz, n) { var xor = (idx ^ $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest); $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest = idx; $thiz.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1 = 0; - $p_sci_VectorBuilder__advance1__I__I__V($thiz, idx, xor) + $p_sci_VectorBuilder__advance1__I__I__V($thiz, idx, xor); } } function $p_sci_VectorBuilder__advance1__I__I__V($thiz, idx, xor) { if ((xor <= 0)) { - throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), ((((((((((((((((("advance1(" + idx) + ", ") + xor) + "): a1=") + $thiz.sci_VectorBuilder__f_a1) + ", a2=") + $thiz.sci_VectorBuilder__f_a2) + ", a3=") + $thiz.sci_VectorBuilder__f_a3) + ", a4=") + $thiz.sci_VectorBuilder__f_a4) + ", a5=") + $thiz.sci_VectorBuilder__f_a5) + ", a6=") + $thiz.sci_VectorBuilder__f_a6) + ", depth=") + $thiz.sci_VectorBuilder__f_depth)) + throw $ct_jl_IllegalArgumentException__T__(new $c_jl_IllegalArgumentException(), ((((((((((((((((("advance1(" + idx) + ", ") + xor) + "): a1=") + $thiz.sci_VectorBuilder__f_a1) + ", a2=") + $thiz.sci_VectorBuilder__f_a2) + ", a3=") + $thiz.sci_VectorBuilder__f_a3) + ", a4=") + $thiz.sci_VectorBuilder__f_a4) + ", a5=") + $thiz.sci_VectorBuilder__f_a5) + ", a6=") + $thiz.sci_VectorBuilder__f_a6) + ", depth=") + $thiz.sci_VectorBuilder__f_depth)); } else if ((xor < 1024)) { if (($thiz.sci_VectorBuilder__f_depth <= 1)) { $thiz.sci_VectorBuilder__f_a2 = new ($d_O.getArrayOf().getArrayOf().constr)(32); $n($thiz.sci_VectorBuilder__f_a2).set(0, $thiz.sci_VectorBuilder__f_a1); - $thiz.sci_VectorBuilder__f_depth = 2 - }; + $thiz.sci_VectorBuilder__f_depth = 2; + } $thiz.sci_VectorBuilder__f_a1 = new $ac_O(32); - $n($thiz.sci_VectorBuilder__f_a2).set((31 & ((idx >>> 5) | 0)), $thiz.sci_VectorBuilder__f_a1) + $n($thiz.sci_VectorBuilder__f_a2).set((31 & ((idx >>> 5) | 0)), $thiz.sci_VectorBuilder__f_a1); } else if ((xor < 32768)) { if (($thiz.sci_VectorBuilder__f_depth <= 2)) { $thiz.sci_VectorBuilder__f_a3 = new ($d_O.getArrayOf().getArrayOf().getArrayOf().constr)(32); $n($thiz.sci_VectorBuilder__f_a3).set(0, $thiz.sci_VectorBuilder__f_a2); - $thiz.sci_VectorBuilder__f_depth = 3 - }; + $thiz.sci_VectorBuilder__f_depth = 3; + } $thiz.sci_VectorBuilder__f_a1 = new $ac_O(32); $thiz.sci_VectorBuilder__f_a2 = new ($d_O.getArrayOf().getArrayOf().constr)(32); $n($thiz.sci_VectorBuilder__f_a2).set((31 & ((idx >>> 5) | 0)), $thiz.sci_VectorBuilder__f_a1); - $n($thiz.sci_VectorBuilder__f_a3).set((31 & ((idx >>> 10) | 0)), $thiz.sci_VectorBuilder__f_a2) + $n($thiz.sci_VectorBuilder__f_a3).set((31 & ((idx >>> 10) | 0)), $thiz.sci_VectorBuilder__f_a2); } else if ((xor < 1048576)) { if (($thiz.sci_VectorBuilder__f_depth <= 3)) { $thiz.sci_VectorBuilder__f_a4 = new ($d_O.getArrayOf().getArrayOf().getArrayOf().getArrayOf().constr)(32); $n($thiz.sci_VectorBuilder__f_a4).set(0, $thiz.sci_VectorBuilder__f_a3); - $thiz.sci_VectorBuilder__f_depth = 4 - }; + $thiz.sci_VectorBuilder__f_depth = 4; + } $thiz.sci_VectorBuilder__f_a1 = new $ac_O(32); $thiz.sci_VectorBuilder__f_a2 = new ($d_O.getArrayOf().getArrayOf().constr)(32); $thiz.sci_VectorBuilder__f_a3 = new ($d_O.getArrayOf().getArrayOf().getArrayOf().constr)(32); $n($thiz.sci_VectorBuilder__f_a2).set((31 & ((idx >>> 5) | 0)), $thiz.sci_VectorBuilder__f_a1); $n($thiz.sci_VectorBuilder__f_a3).set((31 & ((idx >>> 10) | 0)), $thiz.sci_VectorBuilder__f_a2); - $n($thiz.sci_VectorBuilder__f_a4).set((31 & ((idx >>> 15) | 0)), $thiz.sci_VectorBuilder__f_a3) + $n($thiz.sci_VectorBuilder__f_a4).set((31 & ((idx >>> 15) | 0)), $thiz.sci_VectorBuilder__f_a3); } else if ((xor < 33554432)) { if (($thiz.sci_VectorBuilder__f_depth <= 4)) { $thiz.sci_VectorBuilder__f_a5 = new ($d_O.getArrayOf().getArrayOf().getArrayOf().getArrayOf().getArrayOf().constr)(32); $n($thiz.sci_VectorBuilder__f_a5).set(0, $thiz.sci_VectorBuilder__f_a4); - $thiz.sci_VectorBuilder__f_depth = 5 - }; + $thiz.sci_VectorBuilder__f_depth = 5; + } $thiz.sci_VectorBuilder__f_a1 = new $ac_O(32); $thiz.sci_VectorBuilder__f_a2 = new ($d_O.getArrayOf().getArrayOf().constr)(32); $thiz.sci_VectorBuilder__f_a3 = new ($d_O.getArrayOf().getArrayOf().getArrayOf().constr)(32); @@ -26272,13 +24748,13 @@ function $p_sci_VectorBuilder__advance1__I__I__V($thiz, idx, xor) { $n($thiz.sci_VectorBuilder__f_a2).set((31 & ((idx >>> 5) | 0)), $thiz.sci_VectorBuilder__f_a1); $n($thiz.sci_VectorBuilder__f_a3).set((31 & ((idx >>> 10) | 0)), $thiz.sci_VectorBuilder__f_a2); $n($thiz.sci_VectorBuilder__f_a4).set((31 & ((idx >>> 15) | 0)), $thiz.sci_VectorBuilder__f_a3); - $n($thiz.sci_VectorBuilder__f_a5).set((31 & ((idx >>> 20) | 0)), $thiz.sci_VectorBuilder__f_a4) + $n($thiz.sci_VectorBuilder__f_a5).set((31 & ((idx >>> 20) | 0)), $thiz.sci_VectorBuilder__f_a4); } else { if (($thiz.sci_VectorBuilder__f_depth <= 5)) { $thiz.sci_VectorBuilder__f_a6 = new ($d_O.getArrayOf().getArrayOf().getArrayOf().getArrayOf().getArrayOf().getArrayOf().constr)(64); $n($thiz.sci_VectorBuilder__f_a6).set(0, $thiz.sci_VectorBuilder__f_a5); - $thiz.sci_VectorBuilder__f_depth = 6 - }; + $thiz.sci_VectorBuilder__f_depth = 6; + } $thiz.sci_VectorBuilder__f_a1 = new $ac_O(32); $thiz.sci_VectorBuilder__f_a2 = new ($d_O.getArrayOf().getArrayOf().constr)(32); $thiz.sci_VectorBuilder__f_a3 = new ($d_O.getArrayOf().getArrayOf().getArrayOf().constr)(32); @@ -26288,7 +24764,7 @@ function $p_sci_VectorBuilder__advance1__I__I__V($thiz, idx, xor) { $n($thiz.sci_VectorBuilder__f_a3).set((31 & ((idx >>> 10) | 0)), $thiz.sci_VectorBuilder__f_a2); $n($thiz.sci_VectorBuilder__f_a4).set((31 & ((idx >>> 15) | 0)), $thiz.sci_VectorBuilder__f_a3); $n($thiz.sci_VectorBuilder__f_a5).set((31 & ((idx >>> 20) | 0)), $thiz.sci_VectorBuilder__f_a4); - $n($thiz.sci_VectorBuilder__f_a6).set(((idx >>> 25) | 0), $thiz.sci_VectorBuilder__f_a5) + $n($thiz.sci_VectorBuilder__f_a6).set(((idx >>> 25) | 0), $thiz.sci_VectorBuilder__f_a5); } } /** @constructor */ @@ -26309,23 +24785,21 @@ function $c_sci_VectorBuilder() { this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest = 0; this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset = 0; this.sci_VectorBuilder__f_prefixIsRightAligned = false; - this.sci_VectorBuilder__f_depth = 1 + this.sci_VectorBuilder__f_depth = 1; } $c_sci_VectorBuilder.prototype = new $h_O(); $c_sci_VectorBuilder.prototype.constructor = $c_sci_VectorBuilder; /** @constructor */ function $h_sci_VectorBuilder() { - /**/ } $h_sci_VectorBuilder.prototype = $c_sci_VectorBuilder.prototype; $c_sci_VectorBuilder.prototype.sizeHint__I__V = (function(size) { - /**/ }); $c_sci_VectorBuilder.prototype.initFrom__sci_Vector__sci_VectorBuilder = (function(v) { var x1 = $n(v).vectorSliceCount__I(); switch (x1) { case 0: { - break + break; } case 1: { var v1 = $as_sci_Vector1(v); @@ -26335,7 +24809,7 @@ $c_sci_VectorBuilder.prototype.initFrom__sci_Vector__sci_VectorBuilder = (functi this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest = ((i - this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1) | 0); var a = $n(v1).sci_Vector__f_prefix1; this.sci_VectorBuilder__f_a1 = (($n(a).u.length === 32) ? a : $m_ju_Arrays$().copyOfRange__AO__I__I__AO(a, 0, 32)); - break + break; } case 3: { var v2 = $as_sci_Vector2(v); @@ -26353,7 +24827,7 @@ $c_sci_VectorBuilder.prototype.initFrom__sci_Vector__sci_VectorBuilder = (functi var length = $n(d2).u.length; $systemArraycopyRefs($n(d2), 0, $n(dest), 1, length); $n(this.sci_VectorBuilder__f_a2).set(((1 + $n(d2).u.length) | 0), this.sci_VectorBuilder__f_a1); - break + break; } case 5: { var v3 = $as_sci_Vector3(v); @@ -26374,7 +24848,7 @@ $c_sci_VectorBuilder.prototype.initFrom__sci_Vector__sci_VectorBuilder = (functi this.sci_VectorBuilder__f_a2 = $asArrayOf_O($m_ju_Arrays$().copyOf__AO__I__AO(s2, 32), 2); $n(this.sci_VectorBuilder__f_a3).set(((1 + $n(d3).u.length) | 0), this.sci_VectorBuilder__f_a2); $n(this.sci_VectorBuilder__f_a2).set($n(s2).u.length, this.sci_VectorBuilder__f_a1); - break + break; } case 7: { var v4 = $as_sci_Vector4(v); @@ -26398,7 +24872,7 @@ $c_sci_VectorBuilder.prototype.initFrom__sci_Vector__sci_VectorBuilder = (functi $n(this.sci_VectorBuilder__f_a4).set(((1 + $n(d4).u.length) | 0), this.sci_VectorBuilder__f_a3); $n(this.sci_VectorBuilder__f_a3).set($n(s3).u.length, this.sci_VectorBuilder__f_a2); $n(this.sci_VectorBuilder__f_a2).set($n(s2$2).u.length, this.sci_VectorBuilder__f_a1); - break + break; } case 9: { var v5 = $as_sci_Vector5(v); @@ -26425,7 +24899,7 @@ $c_sci_VectorBuilder.prototype.initFrom__sci_Vector__sci_VectorBuilder = (functi $n(this.sci_VectorBuilder__f_a4).set($n(s4).u.length, this.sci_VectorBuilder__f_a3); $n(this.sci_VectorBuilder__f_a3).set($n(s3$2).u.length, this.sci_VectorBuilder__f_a2); $n(this.sci_VectorBuilder__f_a2).set($n(s2$3).u.length, this.sci_VectorBuilder__f_a1); - break + break; } case 11: { var v6 = $as_sci_Vector6(v); @@ -26455,114 +24929,114 @@ $c_sci_VectorBuilder.prototype.initFrom__sci_Vector__sci_VectorBuilder = (functi $n(this.sci_VectorBuilder__f_a4).set($n(s4$2).u.length, this.sci_VectorBuilder__f_a3); $n(this.sci_VectorBuilder__f_a3).set($n(s3$3).u.length, this.sci_VectorBuilder__f_a2); $n(this.sci_VectorBuilder__f_a2).set($n(s2$4).u.length, this.sci_VectorBuilder__f_a1); - break + break; } default: { - throw new $c_s_MatchError(x1) + throw new $c_s_MatchError(x1); } - }; + } if (((this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1 === 0) && (this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest > 0))) { this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1 = 32; - this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest = (((-32) + this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest) | 0) - }; - return this + this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest = (((-32) + this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest) | 0); + } + return this; }); $c_sci_VectorBuilder.prototype.alignTo__I__sci_Vector__sci_VectorBuilder = (function(before, bigVector) { if (((this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1 !== 0) || (this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest !== 0))) { - throw new $c_jl_UnsupportedOperationException("A non-empty VectorBuilder cannot be aligned retrospectively. Please call .reset() or use a new VectorBuilder.") - }; + throw new $c_jl_UnsupportedOperationException("A non-empty VectorBuilder cannot be aligned retrospectively. Please call .reset() or use a new VectorBuilder."); + } var x = $m_sci_Vector0$(); if (x.equals__O__Z(bigVector)) { var x1$2___1 = null; var x1$2___2 = null; var x1$2___1$mcI$sp = 0; - var x1$2___2$mcI$sp = 1 + var x1$2___2$mcI$sp = 1; } else if ((bigVector instanceof $c_sci_Vector1)) { var x1$2___1 = null; var x1$2___2 = null; var x1$2___1$mcI$sp = 0; - var x1$2___2$mcI$sp = 1 + var x1$2___2$mcI$sp = 1; } else if ((bigVector instanceof $c_sci_Vector2)) { var x4 = $as_sci_Vector2(bigVector); var _1$mcI$sp = $n(x4).sci_Vector2__f_len1; var x1$2___1 = null; var x1$2___2 = null; var x1$2___1$mcI$sp = _1$mcI$sp; - var x1$2___2$mcI$sp = 32 + var x1$2___2$mcI$sp = 32; } else if ((bigVector instanceof $c_sci_Vector3)) { var x5 = $as_sci_Vector3(bigVector); var _1$mcI$sp$1 = $n(x5).sci_Vector3__f_len12; var x1$2___1 = null; var x1$2___2 = null; var x1$2___1$mcI$sp = _1$mcI$sp$1; - var x1$2___2$mcI$sp = 1024 + var x1$2___2$mcI$sp = 1024; } else if ((bigVector instanceof $c_sci_Vector4)) { var x6 = $as_sci_Vector4(bigVector); var _1$mcI$sp$2 = $n(x6).sci_Vector4__f_len123; var x1$2___1 = null; var x1$2___2 = null; var x1$2___1$mcI$sp = _1$mcI$sp$2; - var x1$2___2$mcI$sp = 32768 + var x1$2___2$mcI$sp = 32768; } else if ((bigVector instanceof $c_sci_Vector5)) { var x7 = $as_sci_Vector5(bigVector); var _1$mcI$sp$3 = $n(x7).sci_Vector5__f_len1234; var x1$2___1 = null; var x1$2___2 = null; var x1$2___1$mcI$sp = _1$mcI$sp$3; - var x1$2___2$mcI$sp = 1048576 + var x1$2___2$mcI$sp = 1048576; } else { if ((!(bigVector instanceof $c_sci_Vector6))) { - throw new $c_s_MatchError(bigVector) - }; + throw new $c_s_MatchError(bigVector); + } var x8 = $as_sci_Vector6(bigVector); var _1$mcI$sp$4 = $n(x8).sci_Vector6__f_len12345; var x1$2___1 = null; var x1$2___2 = null; var x1$2___1$mcI$sp = _1$mcI$sp$4; - var x1$2___2$mcI$sp = 33554432 - }; + var x1$2___2$mcI$sp = 33554432; + } var prefixLength = x1$2___1$mcI$sp; var maxPrefixLength = x1$2___2$mcI$sp; if ((maxPrefixLength === 1)) { - return this - }; + return this; + } var overallPrefixLength = $intMod(((before + prefixLength) | 0), maxPrefixLength); this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset = $intMod(((maxPrefixLength - overallPrefixLength) | 0), maxPrefixLength); $p_sci_VectorBuilder__advanceN__I__V(this, ((-32) & this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset)); this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1 = (31 & this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset); this.sci_VectorBuilder__f_prefixIsRightAligned = true; - return this + return this; }); $c_sci_VectorBuilder.prototype.addOne__O__sci_VectorBuilder = (function(elem) { if ((this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1 === 32)) { - $p_sci_VectorBuilder__advance__V(this) - }; + $p_sci_VectorBuilder__advance__V(this); + } $n(this.sci_VectorBuilder__f_a1).set(this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1, elem); this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1 = ((1 + this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1) | 0); - return this + return this; }); $c_sci_VectorBuilder.prototype.addAll__sc_IterableOnce__sci_VectorBuilder = (function(xs) { if ((xs instanceof $c_sci_Vector)) { var x2 = $as_sci_Vector(xs); - return ((((this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1 === 0) && (this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest === 0)) && (!this.sci_VectorBuilder__f_prefixIsRightAligned)) ? this.initFrom__sci_Vector__sci_VectorBuilder(x2) : $p_sci_VectorBuilder__addVector__sci_Vector__sci_VectorBuilder(this, x2)) + return ((((this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1 === 0) && (this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest === 0)) && (!this.sci_VectorBuilder__f_prefixIsRightAligned)) ? this.initFrom__sci_Vector__sci_VectorBuilder(x2) : $p_sci_VectorBuilder__addVector__sci_Vector__sci_VectorBuilder(this, x2)); } else { - return $as_sci_VectorBuilder($f_scm_Growable__addAll__sc_IterableOnce__scm_Growable(this, xs)) + return $as_sci_VectorBuilder($f_scm_Growable__addAll__sc_IterableOnce__scm_Growable(this, xs)); } }); $c_sci_VectorBuilder.prototype.result__sci_Vector = (function() { if (this.sci_VectorBuilder__f_prefixIsRightAligned) { - $p_sci_VectorBuilder__leftAlignPrefix__V(this) - }; + $p_sci_VectorBuilder__leftAlignPrefix__V(this); + } var len = ((this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1 + this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest) | 0); var realLen = ((len - this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset) | 0); if ((realLen === 0)) { $m_sci_Vector$(); - return $m_sci_Vector0$() + return $m_sci_Vector0$(); } else if ((len < 0)) { - throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), ("Vector cannot have negative size " + len)) + throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), ("Vector cannot have negative size " + len)); } else if ((len <= 32)) { var a = this.sci_VectorBuilder__f_a1; - return new $c_sci_Vector1((($n(a).u.length === realLen) ? a : $m_ju_Arrays$().copyOf__AO__I__AO(a, realLen))) + return new $c_sci_Vector1((($n(a).u.length === realLen) ? a : $m_ju_Arrays$().copyOf__AO__I__AO(a, realLen))); } else if ((len <= 1024)) { var i1 = (31 & (((-1) + len) | 0)); var i2 = (((((-1) + len) | 0) >>> 5) | 0); @@ -26572,7 +25046,7 @@ $c_sci_VectorBuilder.prototype.result__sci_Vector = (function() { var a$1 = $n(this.sci_VectorBuilder__f_a2).get(i2); var len$1 = ((1 + i1) | 0); var suffix1 = (($n(a$1).u.length === len$1) ? a$1 : $m_ju_Arrays$().copyOf__AO__I__AO(a$1, len$1)); - return new $c_sci_Vector2(prefix1, ((32 - this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset) | 0), data, suffix1, realLen) + return new $c_sci_Vector2(prefix1, ((32 - this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset) | 0), data, suffix1, realLen); } else if ((len <= 32768)) { var i1$2 = (31 & (((-1) + len) | 0)); var i2$2 = (31 & (((((-1) + len) | 0) >>> 5) | 0)); @@ -26590,7 +25064,7 @@ $c_sci_VectorBuilder.prototype.result__sci_Vector = (function() { var suffix1$2 = (($n(a$3).u.length === len$2) ? a$3 : $m_ju_Arrays$().copyOf__AO__I__AO(a$3, len$2)); var len1 = $n(prefix1$2).u.length; var len12 = ((len1 + ($n(prefix2).u.length << 5)) | 0); - return new $c_sci_Vector3(prefix1$2, len1, prefix2, len12, data$2, suffix2, suffix1$2, realLen) + return new $c_sci_Vector3(prefix1$2, len1, prefix2, len12, data$2, suffix2, suffix1$2, realLen); } else if ((len <= 1048576)) { var i1$3 = (31 & (((-1) + len) | 0)); var i2$3 = (31 & (((((-1) + len) | 0) >>> 5) | 0)); @@ -26615,7 +25089,7 @@ $c_sci_VectorBuilder.prototype.result__sci_Vector = (function() { var len1$2 = $n(prefix1$3).u.length; var len12$2 = ((len1$2 + ($n(prefix2$2).u.length << 5)) | 0); var len123 = ((len12$2 + ($n(prefix3).u.length << 10)) | 0); - return new $c_sci_Vector4(prefix1$3, len1$2, prefix2$2, len12$2, prefix3, len123, data$3, suffix3, suffix2$2, suffix1$3, realLen) + return new $c_sci_Vector4(prefix1$3, len1$2, prefix2$2, len12$2, prefix3, len123, data$3, suffix3, suffix2$2, suffix1$3, realLen); } else if ((len <= 33554432)) { var i1$4 = (31 & (((-1) + len) | 0)); var i2$4 = (31 & (((((-1) + len) | 0) >>> 5) | 0)); @@ -26647,7 +25121,7 @@ $c_sci_VectorBuilder.prototype.result__sci_Vector = (function() { var len12$3 = ((len1$3 + ($n(prefix2$3).u.length << 5)) | 0); var len123$2 = ((len12$3 + ($n(prefix3$2).u.length << 10)) | 0); var len1234 = ((len123$2 + ($n(prefix4).u.length << 15)) | 0); - return new $c_sci_Vector5(prefix1$4, len1$3, prefix2$3, len12$3, prefix3$2, len123$2, prefix4, len1234, data$4, suffix4, suffix3$2, suffix2$3, suffix1$4, realLen) + return new $c_sci_Vector5(prefix1$4, len1$3, prefix2$3, len12$3, prefix3$2, len123$2, prefix4, len1234, data$4, suffix4, suffix3$2, suffix2$3, suffix1$4, realLen); } else { var i1$5 = (31 & (((-1) + len) | 0)); var i2$5 = (31 & (((((-1) + len) | 0) >>> 5) | 0)); @@ -26686,63 +25160,58 @@ $c_sci_VectorBuilder.prototype.result__sci_Vector = (function() { var len123$3 = ((len12$4 + ($n(prefix3$3).u.length << 10)) | 0); var len1234$2 = ((len123$3 + ($n(prefix4$2).u.length << 15)) | 0); var len12345 = ((len1234$2 + ($n(prefix5).u.length << 20)) | 0); - return new $c_sci_Vector6(prefix1$5, len1$4, prefix2$4, len12$4, prefix3$3, len123$3, prefix4$2, len1234$2, prefix5, len12345, data$5, suffix5, suffix4$2, suffix3$3, suffix2$4, suffix1$5, realLen) + return new $c_sci_Vector6(prefix1$5, len1$4, prefix2$4, len12$4, prefix3$3, len123$3, prefix4$2, len1234$2, prefix5, len12345, data$5, suffix5, suffix4$2, suffix3$3, suffix2$4, suffix1$5, realLen); } }); $c_sci_VectorBuilder.prototype.toString__T = (function() { - return (((((((("VectorBuilder(len1=" + this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1) + ", lenRest=") + this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest) + ", offset=") + this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset) + ", depth=") + this.sci_VectorBuilder__f_depth) + ")") + return (((((((("VectorBuilder(len1=" + this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$len1) + ", lenRest=") + this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$lenRest) + ", offset=") + this.sci_VectorBuilder__f_scala$collection$immutable$VectorBuilder$$offset) + ", depth=") + this.sci_VectorBuilder__f_depth) + ")"); }); $c_sci_VectorBuilder.prototype.result__O = (function() { - return this.result__sci_Vector() + return this.result__sci_Vector(); }); $c_sci_VectorBuilder.prototype.addAll__sc_IterableOnce__scm_Growable = (function(elems) { - return this.addAll__sc_IterableOnce__sci_VectorBuilder(elems) + return this.addAll__sc_IterableOnce__sci_VectorBuilder(elems); }); $c_sci_VectorBuilder.prototype.addOne__O__scm_Growable = (function(elem) { - return this.addOne__O__sci_VectorBuilder(elem) + return this.addOne__O__sci_VectorBuilder(elem); }); function $as_sci_VectorBuilder(obj) { - return (((obj instanceof $c_sci_VectorBuilder) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.VectorBuilder")) + return (((obj instanceof $c_sci_VectorBuilder) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.VectorBuilder")); } function $isArrayOf_sci_VectorBuilder(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_VectorBuilder))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_VectorBuilder))); } function $asArrayOf_sci_VectorBuilder(obj, depth) { - return (($isArrayOf_sci_VectorBuilder(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.VectorBuilder;", depth)) + return (($isArrayOf_sci_VectorBuilder(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.VectorBuilder;", depth)); } -var $d_sci_VectorBuilder = new $TypeData().initClass({ - sci_VectorBuilder: 0 -}, false, "scala.collection.immutable.VectorBuilder", { +var $d_sci_VectorBuilder = new $TypeData().initClass($c_sci_VectorBuilder, "scala.collection.immutable.VectorBuilder", ({ sci_VectorBuilder: 1, - O: 1, scm_ReusableBuilder: 1, scm_Builder: 1, scm_Growable: 1, scm_Clearable: 1 -}); -$c_sci_VectorBuilder.prototype.$classData = $d_sci_VectorBuilder; +})); function $p_scm_ArrayBuffer$__checkArrayLengthLimit$1__I__I__V($thiz, targetLen$1, arrayLen$1) { if ((targetLen$1 > 2147483639)) { - throw $ct_jl_Exception__T__(new $c_jl_Exception(), ((("Array of array-backed collection exceeds VM length limit of 2147483639. Requested length: " + targetLen$1) + "; current length: ") + arrayLen$1)) + throw $ct_jl_Exception__T__(new $c_jl_Exception(), ((("Array of array-backed collection exceeds VM length limit of 2147483639. Requested length: " + targetLen$1) + "; current length: ") + arrayLen$1)); } else if ((targetLen$1 < 0)) { - throw $ct_jl_Exception__T__(new $c_jl_Exception(), ((((("Overflow while resizing array of array-backed collection. Requested length: " + targetLen$1) + "; current length: ") + arrayLen$1) + "; increase: ") + ((targetLen$1 - arrayLen$1) | 0))) + throw $ct_jl_Exception__T__(new $c_jl_Exception(), ((((("Overflow while resizing array of array-backed collection. Requested length: " + targetLen$1) + "; current length: ") + arrayLen$1) + "; increase: ") + ((targetLen$1 - arrayLen$1) | 0))); } } /** @constructor */ function $c_scm_ArrayBuffer$() { this.scm_ArrayBuffer$__f_emptyArray = null; $n_scm_ArrayBuffer$ = this; - this.scm_ArrayBuffer$__f_emptyArray = new $ac_O(0) + this.scm_ArrayBuffer$__f_emptyArray = new $ac_O(0); } $c_scm_ArrayBuffer$.prototype = new $h_O(); $c_scm_ArrayBuffer$.prototype.constructor = $c_scm_ArrayBuffer$; /** @constructor */ function $h_scm_ArrayBuffer$() { - /**/ } $h_scm_ArrayBuffer$.prototype = $c_scm_ArrayBuffer$.prototype; $c_scm_ArrayBuffer$.prototype.apply__sci_Seq__O = (function(elems) { - return this.from__sc_IterableOnce__scm_ArrayBuffer(elems) + return this.from__sc_IterableOnce__scm_ArrayBuffer(elems); }); $c_scm_ArrayBuffer$.prototype.from__sc_IterableOnce__scm_ArrayBuffer = (function(coll) { var k = $n(coll).knownSize__I(); @@ -26750,370 +25219,325 @@ $c_scm_ArrayBuffer$.prototype.from__sc_IterableOnce__scm_ArrayBuffer = (function var array = this.scala$collection$mutable$ArrayBuffer$$ensureSize__AO__I__I__AO(this.scm_ArrayBuffer$__f_emptyArray, 0, k); if ($is_sc_Iterable(coll)) { var x2 = $as_sc_Iterable(coll); - var actual = $n(x2).copyToArray__O__I__I__I(array, 0, 2147483647) + var actual = $n(x2).copyToArray__O__I__I__I(array, 0, 2147483647); } else { - var actual = $n($n(coll).iterator__sc_Iterator()).copyToArray__O__I__I__I(array, 0, 2147483647) - }; + var actual = $n($n(coll).iterator__sc_Iterator()).copyToArray__O__I__I__I(array, 0, 2147483647); + } if ((actual !== k)) { - throw $ct_jl_IllegalStateException__T__(new $c_jl_IllegalStateException(), ((("Copied " + actual) + " of ") + k)) - }; - return $ct_scm_ArrayBuffer__AO__I__(new $c_scm_ArrayBuffer(), array, k) + throw $ct_jl_IllegalStateException__T__(new $c_jl_IllegalStateException(), ((("Copied " + actual) + " of ") + k)); + } + return $ct_scm_ArrayBuffer__AO__I__(new $c_scm_ArrayBuffer(), array, k); } else { var this$2 = $ct_scm_ArrayBuffer__(new $c_scm_ArrayBuffer()); - return this$2.addAll__sc_IterableOnce__scm_ArrayBuffer(coll) + return this$2.addAll__sc_IterableOnce__scm_ArrayBuffer(coll); } }); $c_scm_ArrayBuffer$.prototype.newBuilder__scm_Builder = (function() { - return new $c_scm_ArrayBuffer$$anon$1() + return new $c_scm_ArrayBuffer$$anon$1(); }); $c_scm_ArrayBuffer$.prototype.resizeUp__I__I__I = (function(arrayLen, targetLen) { if (((targetLen > 0) && (targetLen <= arrayLen))) { - return (-1) + return (-1); } else { $p_scm_ArrayBuffer$__checkArrayLengthLimit$1__I__I__V(this, targetLen, arrayLen); if ((arrayLen > 1073741819)) { - return 2147483639 + return 2147483639; } else { var x = (arrayLen << 1); var y = ((x > 16) ? x : 16); - return ((targetLen > y) ? targetLen : y) + return ((targetLen > y) ? targetLen : y); } } }); $c_scm_ArrayBuffer$.prototype.scala$collection$mutable$ArrayBuffer$$ensureSize__AO__I__I__AO = (function(array, curSize, targetSize) { var newLen = this.resizeUp__I__I__I($n(array).u.length, targetSize); if ((newLen < 0)) { - return array + return array; } else { var res = new $ac_O(newLen); $systemArraycopyRefs($n(array), 0, res, 0, curSize); - return res + return res; } }); $c_scm_ArrayBuffer$.prototype.empty__O = (function() { - return $ct_scm_ArrayBuffer__(new $c_scm_ArrayBuffer()) + return $ct_scm_ArrayBuffer__(new $c_scm_ArrayBuffer()); }); $c_scm_ArrayBuffer$.prototype.from__sc_IterableOnce__O = (function(source) { - return this.from__sc_IterableOnce__scm_ArrayBuffer(source) + return this.from__sc_IterableOnce__scm_ArrayBuffer(source); }); -var $d_scm_ArrayBuffer$ = new $TypeData().initClass({ - scm_ArrayBuffer$: 0 -}, false, "scala.collection.mutable.ArrayBuffer$", { +var $d_scm_ArrayBuffer$ = new $TypeData().initClass($c_scm_ArrayBuffer$, "scala.collection.mutable.ArrayBuffer$", ({ scm_ArrayBuffer$: 1, - O: 1, sc_StrictOptimizedSeqFactory: 1, sc_SeqFactory: 1, sc_IterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_scm_ArrayBuffer$.prototype.$classData = $d_scm_ArrayBuffer$; +})); var $n_scm_ArrayBuffer$; function $m_scm_ArrayBuffer$() { if ((!$n_scm_ArrayBuffer$)) { - $n_scm_ArrayBuffer$ = new $c_scm_ArrayBuffer$() - }; - return $n_scm_ArrayBuffer$ + $n_scm_ArrayBuffer$ = new $c_scm_ArrayBuffer$(); + } + return $n_scm_ArrayBuffer$; } /** @constructor */ function $c_scm_ArrayBuffer$$anon$1() { this.scm_GrowableBuilder__f_elems = null; - $ct_scm_GrowableBuilder__scm_Growable__(this, ($m_scm_ArrayBuffer$(), $ct_scm_ArrayBuffer__(new $c_scm_ArrayBuffer()))) + $ct_scm_GrowableBuilder__scm_Growable__(this, ($m_scm_ArrayBuffer$(), $ct_scm_ArrayBuffer__(new $c_scm_ArrayBuffer()))); } $c_scm_ArrayBuffer$$anon$1.prototype = new $h_scm_GrowableBuilder(); $c_scm_ArrayBuffer$$anon$1.prototype.constructor = $c_scm_ArrayBuffer$$anon$1; /** @constructor */ function $h_scm_ArrayBuffer$$anon$1() { - /**/ } $h_scm_ArrayBuffer$$anon$1.prototype = $c_scm_ArrayBuffer$$anon$1.prototype; $c_scm_ArrayBuffer$$anon$1.prototype.sizeHint__I__V = (function(size) { - $n($as_scm_ArrayBuffer(this.scm_GrowableBuilder__f_elems)).sizeHint__I__V(size) + $n($as_scm_ArrayBuffer(this.scm_GrowableBuilder__f_elems)).sizeHint__I__V(size); }); -var $d_scm_ArrayBuffer$$anon$1 = new $TypeData().initClass({ - scm_ArrayBuffer$$anon$1: 0 -}, false, "scala.collection.mutable.ArrayBuffer$$anon$1", { +var $d_scm_ArrayBuffer$$anon$1 = new $TypeData().initClass($c_scm_ArrayBuffer$$anon$1, "scala.collection.mutable.ArrayBuffer$$anon$1", ({ scm_ArrayBuffer$$anon$1: 1, scm_GrowableBuilder: 1, - O: 1, scm_Builder: 1, scm_Growable: 1, scm_Clearable: 1 -}); -$c_scm_ArrayBuffer$$anon$1.prototype.$classData = $d_scm_ArrayBuffer$$anon$1; +})); /** @constructor */ function $c_scm_Buffer$() { this.sc_SeqFactory$Delegate__f_delegate = null; - $ct_sc_SeqFactory$Delegate__sc_SeqFactory__(this, $m_sjs_js_WrappedArray$()) + $ct_sc_SeqFactory$Delegate__sc_SeqFactory__(this, $m_sjs_js_WrappedArray$()); } $c_scm_Buffer$.prototype = new $h_sc_SeqFactory$Delegate(); $c_scm_Buffer$.prototype.constructor = $c_scm_Buffer$; /** @constructor */ function $h_scm_Buffer$() { - /**/ } $h_scm_Buffer$.prototype = $c_scm_Buffer$.prototype; -var $d_scm_Buffer$ = new $TypeData().initClass({ - scm_Buffer$: 0 -}, false, "scala.collection.mutable.Buffer$", { +var $d_scm_Buffer$ = new $TypeData().initClass($c_scm_Buffer$, "scala.collection.mutable.Buffer$", ({ scm_Buffer$: 1, sc_SeqFactory$Delegate: 1, - O: 1, sc_SeqFactory: 1, sc_IterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_scm_Buffer$.prototype.$classData = $d_scm_Buffer$; +})); var $n_scm_Buffer$; function $m_scm_Buffer$() { if ((!$n_scm_Buffer$)) { - $n_scm_Buffer$ = new $c_scm_Buffer$() - }; - return $n_scm_Buffer$ + $n_scm_Buffer$ = new $c_scm_Buffer$(); + } + return $n_scm_Buffer$; } /** @constructor */ function $c_scm_HashMap$$anon$6(initialCapacity$1, loadFactor$1) { this.scm_GrowableBuilder__f_elems = null; - $ct_scm_GrowableBuilder__scm_Growable__(this, $ct_scm_HashMap__I__D__(new $c_scm_HashMap(), initialCapacity$1, loadFactor$1)) + $ct_scm_GrowableBuilder__scm_Growable__(this, $ct_scm_HashMap__I__D__(new $c_scm_HashMap(), initialCapacity$1, loadFactor$1)); } $c_scm_HashMap$$anon$6.prototype = new $h_scm_GrowableBuilder(); $c_scm_HashMap$$anon$6.prototype.constructor = $c_scm_HashMap$$anon$6; /** @constructor */ function $h_scm_HashMap$$anon$6() { - /**/ } $h_scm_HashMap$$anon$6.prototype = $c_scm_HashMap$$anon$6.prototype; $c_scm_HashMap$$anon$6.prototype.sizeHint__I__V = (function(size) { - $n($as_scm_HashMap(this.scm_GrowableBuilder__f_elems)).sizeHint__I__V(size) + $n($as_scm_HashMap(this.scm_GrowableBuilder__f_elems)).sizeHint__I__V(size); }); -var $d_scm_HashMap$$anon$6 = new $TypeData().initClass({ - scm_HashMap$$anon$6: 0 -}, false, "scala.collection.mutable.HashMap$$anon$6", { +var $d_scm_HashMap$$anon$6 = new $TypeData().initClass($c_scm_HashMap$$anon$6, "scala.collection.mutable.HashMap$$anon$6", ({ scm_HashMap$$anon$6: 1, scm_GrowableBuilder: 1, - O: 1, scm_Builder: 1, scm_Growable: 1, scm_Clearable: 1 -}); -$c_scm_HashMap$$anon$6.prototype.$classData = $d_scm_HashMap$$anon$6; +})); function $ct_scm_HashMap$HashMapIterator__scm_HashMap__($thiz, outer) { - if ((outer === null)) { - $n(null) - } else { - $thiz.scm_HashMap$HashMapIterator__f_$outer = outer - }; + $n(outer); + $thiz.scm_HashMap$HashMapIterator__f_$outer = outer; $thiz.scm_HashMap$HashMapIterator__f_i = 0; $thiz.scm_HashMap$HashMapIterator__f_node = null; $thiz.scm_HashMap$HashMapIterator__f_len = $n($n(outer).scm_HashMap__f_scala$collection$mutable$HashMap$$table).u.length; - return $thiz + return $thiz; } /** @constructor */ function $c_scm_HashMap$HashMapIterator() { this.scm_HashMap$HashMapIterator__f_i = 0; this.scm_HashMap$HashMapIterator__f_node = null; this.scm_HashMap$HashMapIterator__f_len = 0; - this.scm_HashMap$HashMapIterator__f_$outer = null + this.scm_HashMap$HashMapIterator__f_$outer = null; } $c_scm_HashMap$HashMapIterator.prototype = new $h_sc_AbstractIterator(); $c_scm_HashMap$HashMapIterator.prototype.constructor = $c_scm_HashMap$HashMapIterator; /** @constructor */ function $h_scm_HashMap$HashMapIterator() { - /**/ } $h_scm_HashMap$HashMapIterator.prototype = $c_scm_HashMap$HashMapIterator.prototype; $c_scm_HashMap$HashMapIterator.prototype.hasNext__Z = (function() { if ((this.scm_HashMap$HashMapIterator__f_node !== null)) { - return true + return true; } else { while ((this.scm_HashMap$HashMapIterator__f_i < this.scm_HashMap$HashMapIterator__f_len)) { var n = $n($n(this.scm_HashMap$HashMapIterator__f_$outer).scm_HashMap__f_scala$collection$mutable$HashMap$$table).get(this.scm_HashMap$HashMapIterator__f_i); this.scm_HashMap$HashMapIterator__f_i = ((1 + this.scm_HashMap$HashMapIterator__f_i) | 0); if ((n !== null)) { this.scm_HashMap$HashMapIterator__f_node = n; - return true + return true; } - }; - return false + } + return false; } }); $c_scm_HashMap$HashMapIterator.prototype.next__O = (function() { if ((!this.hasNext__Z())) { - return $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() + return $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); } else { var r = this.extract__scm_HashMap$Node__O(this.scm_HashMap$HashMapIterator__f_node); this.scm_HashMap$HashMapIterator__f_node = $n(this.scm_HashMap$HashMapIterator__f_node).scm_HashMap$Node__f__next; - return r + return r; } }); /** @constructor */ function $c_scm_HashSet$$anon$4(initialCapacity$1, loadFactor$1) { this.scm_GrowableBuilder__f_elems = null; - $ct_scm_GrowableBuilder__scm_Growable__(this, $ct_scm_HashSet__I__D__(new $c_scm_HashSet(), initialCapacity$1, loadFactor$1)) + $ct_scm_GrowableBuilder__scm_Growable__(this, $ct_scm_HashSet__I__D__(new $c_scm_HashSet(), initialCapacity$1, loadFactor$1)); } $c_scm_HashSet$$anon$4.prototype = new $h_scm_GrowableBuilder(); $c_scm_HashSet$$anon$4.prototype.constructor = $c_scm_HashSet$$anon$4; /** @constructor */ function $h_scm_HashSet$$anon$4() { - /**/ } $h_scm_HashSet$$anon$4.prototype = $c_scm_HashSet$$anon$4.prototype; $c_scm_HashSet$$anon$4.prototype.sizeHint__I__V = (function(size) { - $n($as_scm_HashSet(this.scm_GrowableBuilder__f_elems)).sizeHint__I__V(size) + $n($as_scm_HashSet(this.scm_GrowableBuilder__f_elems)).sizeHint__I__V(size); }); -var $d_scm_HashSet$$anon$4 = new $TypeData().initClass({ - scm_HashSet$$anon$4: 0 -}, false, "scala.collection.mutable.HashSet$$anon$4", { +var $d_scm_HashSet$$anon$4 = new $TypeData().initClass($c_scm_HashSet$$anon$4, "scala.collection.mutable.HashSet$$anon$4", ({ scm_HashSet$$anon$4: 1, scm_GrowableBuilder: 1, - O: 1, scm_Builder: 1, scm_Growable: 1, scm_Clearable: 1 -}); -$c_scm_HashSet$$anon$4.prototype.$classData = $d_scm_HashSet$$anon$4; +})); function $ct_scm_HashSet$HashSetIterator__scm_HashSet__($thiz, outer) { - if ((outer === null)) { - $n(null) - } else { - $thiz.scm_HashSet$HashSetIterator__f_$outer = outer - }; + $n(outer); + $thiz.scm_HashSet$HashSetIterator__f_$outer = outer; $thiz.scm_HashSet$HashSetIterator__f_i = 0; $thiz.scm_HashSet$HashSetIterator__f_node = null; $thiz.scm_HashSet$HashSetIterator__f_len = $n($n(outer).scm_HashSet__f_scala$collection$mutable$HashSet$$table).u.length; - return $thiz + return $thiz; } /** @constructor */ function $c_scm_HashSet$HashSetIterator() { this.scm_HashSet$HashSetIterator__f_i = 0; this.scm_HashSet$HashSetIterator__f_node = null; this.scm_HashSet$HashSetIterator__f_len = 0; - this.scm_HashSet$HashSetIterator__f_$outer = null + this.scm_HashSet$HashSetIterator__f_$outer = null; } $c_scm_HashSet$HashSetIterator.prototype = new $h_sc_AbstractIterator(); $c_scm_HashSet$HashSetIterator.prototype.constructor = $c_scm_HashSet$HashSetIterator; /** @constructor */ function $h_scm_HashSet$HashSetIterator() { - /**/ } $h_scm_HashSet$HashSetIterator.prototype = $c_scm_HashSet$HashSetIterator.prototype; $c_scm_HashSet$HashSetIterator.prototype.hasNext__Z = (function() { if ((this.scm_HashSet$HashSetIterator__f_node !== null)) { - return true + return true; } else { while ((this.scm_HashSet$HashSetIterator__f_i < this.scm_HashSet$HashSetIterator__f_len)) { var n = $n($n(this.scm_HashSet$HashSetIterator__f_$outer).scm_HashSet__f_scala$collection$mutable$HashSet$$table).get(this.scm_HashSet$HashSetIterator__f_i); this.scm_HashSet$HashSetIterator__f_i = ((1 + this.scm_HashSet$HashSetIterator__f_i) | 0); if ((n !== null)) { this.scm_HashSet$HashSetIterator__f_node = n; - return true + return true; } - }; - return false + } + return false; } }); $c_scm_HashSet$HashSetIterator.prototype.next__O = (function() { if ((!this.hasNext__Z())) { - return $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() + return $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); } else { var r = this.extract__scm_HashSet$Node__O(this.scm_HashSet$HashSetIterator__f_node); this.scm_HashSet$HashSetIterator__f_node = $n(this.scm_HashSet$HashSetIterator__f_node).scm_HashSet$Node__f__next; - return r + return r; } }); function $ct_scm_ImmutableBuilder__sc_IterableOnce__($thiz, empty) { $thiz.scm_ImmutableBuilder__f_elems = empty; - return $thiz + return $thiz; } /** @constructor */ function $c_scm_ImmutableBuilder() { - this.scm_ImmutableBuilder__f_elems = null + this.scm_ImmutableBuilder__f_elems = null; } $c_scm_ImmutableBuilder.prototype = new $h_O(); $c_scm_ImmutableBuilder.prototype.constructor = $c_scm_ImmutableBuilder; /** @constructor */ function $h_scm_ImmutableBuilder() { - /**/ } $h_scm_ImmutableBuilder.prototype = $c_scm_ImmutableBuilder.prototype; $c_scm_ImmutableBuilder.prototype.sizeHint__I__V = (function(size) { - /**/ }); $c_scm_ImmutableBuilder.prototype.addAll__sc_IterableOnce__scm_Growable = (function(elems) { - return $f_scm_Growable__addAll__sc_IterableOnce__scm_Growable(this, elems) + return $f_scm_Growable__addAll__sc_IterableOnce__scm_Growable(this, elems); }); $c_scm_ImmutableBuilder.prototype.result__O = (function() { - return this.scm_ImmutableBuilder__f_elems + return this.scm_ImmutableBuilder__f_elems; }); /** @constructor */ function $c_scm_IndexedSeq$() { this.sc_SeqFactory$Delegate__f_delegate = null; - $ct_sc_SeqFactory$Delegate__sc_SeqFactory__(this, $m_scm_ArrayBuffer$()) + $ct_sc_SeqFactory$Delegate__sc_SeqFactory__(this, $m_scm_ArrayBuffer$()); } $c_scm_IndexedSeq$.prototype = new $h_sc_SeqFactory$Delegate(); $c_scm_IndexedSeq$.prototype.constructor = $c_scm_IndexedSeq$; /** @constructor */ function $h_scm_IndexedSeq$() { - /**/ } $h_scm_IndexedSeq$.prototype = $c_scm_IndexedSeq$.prototype; -var $d_scm_IndexedSeq$ = new $TypeData().initClass({ - scm_IndexedSeq$: 0 -}, false, "scala.collection.mutable.IndexedSeq$", { +var $d_scm_IndexedSeq$ = new $TypeData().initClass($c_scm_IndexedSeq$, "scala.collection.mutable.IndexedSeq$", ({ scm_IndexedSeq$: 1, sc_SeqFactory$Delegate: 1, - O: 1, sc_SeqFactory: 1, sc_IterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_scm_IndexedSeq$.prototype.$classData = $d_scm_IndexedSeq$; +})); var $n_scm_IndexedSeq$; function $m_scm_IndexedSeq$() { if ((!$n_scm_IndexedSeq$)) { - $n_scm_IndexedSeq$ = new $c_scm_IndexedSeq$() - }; - return $n_scm_IndexedSeq$ + $n_scm_IndexedSeq$ = new $c_scm_IndexedSeq$(); + } + return $n_scm_IndexedSeq$; } /** @constructor */ function $c_scm_ListBuffer$() { - /**/ } $c_scm_ListBuffer$.prototype = new $h_O(); $c_scm_ListBuffer$.prototype.constructor = $c_scm_ListBuffer$; /** @constructor */ function $h_scm_ListBuffer$() { - /**/ } $h_scm_ListBuffer$.prototype = $c_scm_ListBuffer$.prototype; $c_scm_ListBuffer$.prototype.apply__sci_Seq__O = (function(elems) { - return new $c_scm_ListBuffer().scala$collection$mutable$ListBuffer$$freshFrom__sc_IterableOnce__scm_ListBuffer(elems) + return new $c_scm_ListBuffer().scala$collection$mutable$ListBuffer$$freshFrom__sc_IterableOnce__scm_ListBuffer(elems); }); $c_scm_ListBuffer$.prototype.newBuilder__scm_Builder = (function() { - return $ct_scm_GrowableBuilder__scm_Growable__(new $c_scm_GrowableBuilder(), new $c_scm_ListBuffer()) + return $ct_scm_GrowableBuilder__scm_Growable__(new $c_scm_GrowableBuilder(), new $c_scm_ListBuffer()); }); $c_scm_ListBuffer$.prototype.empty__O = (function() { - return new $c_scm_ListBuffer() + return new $c_scm_ListBuffer(); }); $c_scm_ListBuffer$.prototype.from__sc_IterableOnce__O = (function(source) { - return new $c_scm_ListBuffer().scala$collection$mutable$ListBuffer$$freshFrom__sc_IterableOnce__scm_ListBuffer(source) + return new $c_scm_ListBuffer().scala$collection$mutable$ListBuffer$$freshFrom__sc_IterableOnce__scm_ListBuffer(source); }); -var $d_scm_ListBuffer$ = new $TypeData().initClass({ - scm_ListBuffer$: 0 -}, false, "scala.collection.mutable.ListBuffer$", { +var $d_scm_ListBuffer$ = new $TypeData().initClass($c_scm_ListBuffer$, "scala.collection.mutable.ListBuffer$", ({ scm_ListBuffer$: 1, - O: 1, sc_StrictOptimizedSeqFactory: 1, sc_SeqFactory: 1, sc_IterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_scm_ListBuffer$.prototype.$classData = $d_scm_ListBuffer$; +})); var $n_scm_ListBuffer$; function $m_scm_ListBuffer$() { if ((!$n_scm_ListBuffer$)) { - $n_scm_ListBuffer$ = new $c_scm_ListBuffer$() - }; - return $n_scm_ListBuffer$ + $n_scm_ListBuffer$ = new $c_scm_ListBuffer$(); + } + return $n_scm_ListBuffer$; } /** @constructor */ function $c_scm_MutationTracker$CheckedIterator(underlying, mutationCount) { @@ -27123,13 +25547,12 @@ function $c_scm_MutationTracker$CheckedIterator(underlying, mutationCount) { this.scm_MutationTracker$CheckedIterator__f_underlying = underlying; this.scm_MutationTracker$CheckedIterator__f_mutationCount = mutationCount; var this$1 = $n(mutationCount); - this.scm_MutationTracker$CheckedIterator__f_expectedCount = $uI(this$1.apply__O()) + this.scm_MutationTracker$CheckedIterator__f_expectedCount = $uI(this$1.apply__O()); } $c_scm_MutationTracker$CheckedIterator.prototype = new $h_sc_AbstractIterator(); $c_scm_MutationTracker$CheckedIterator.prototype.constructor = $c_scm_MutationTracker$CheckedIterator; /** @constructor */ function $h_scm_MutationTracker$CheckedIterator() { - /**/ } $h_scm_MutationTracker$CheckedIterator.prototype = $c_scm_MutationTracker$CheckedIterator.prototype; $c_scm_MutationTracker$CheckedIterator.prototype.hasNext__Z = (function() { @@ -27138,62 +25561,58 @@ $c_scm_MutationTracker$CheckedIterator.prototype.hasNext__Z = (function() { var this$1 = $n(this.scm_MutationTracker$CheckedIterator__f_mutationCount); var actualCount = $uI(this$1.apply__O()); this$2.checkMutations__I__I__T__V(expectedCount, actualCount, "mutation occurred during iteration"); - return $n(this.scm_MutationTracker$CheckedIterator__f_underlying).hasNext__Z() + return $n(this.scm_MutationTracker$CheckedIterator__f_underlying).hasNext__Z(); }); $c_scm_MutationTracker$CheckedIterator.prototype.next__O = (function() { - return $n(this.scm_MutationTracker$CheckedIterator__f_underlying).next__O() + return $n(this.scm_MutationTracker$CheckedIterator__f_underlying).next__O(); }); -var $d_scm_MutationTracker$CheckedIterator = new $TypeData().initClass({ - scm_MutationTracker$CheckedIterator: 0 -}, false, "scala.collection.mutable.MutationTracker$CheckedIterator", { +var $d_scm_MutationTracker$CheckedIterator = new $TypeData().initClass($c_scm_MutationTracker$CheckedIterator, "scala.collection.mutable.MutationTracker$CheckedIterator", ({ scm_MutationTracker$CheckedIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_scm_MutationTracker$CheckedIterator.prototype.$classData = $d_scm_MutationTracker$CheckedIterator; +})); function $f_s_math_Ordering__lteq__O__O__Z($thiz, x, y) { - return ($thiz.compare__O__O__I(x, y) <= 0) + return ($thiz.compare__O__O__I(x, y) <= 0); } function $f_s_math_Ordering__gteq__O__O__Z($thiz, x, y) { - return ($thiz.compare__O__O__I(x, y) >= 0) + return ($thiz.compare__O__O__I(x, y) >= 0); } function $f_s_math_Ordering__max__O__O__O($thiz, x, y) { - return ($thiz.gteq__O__O__Z(x, y) ? x : y) + return ($thiz.gteq__O__O__Z(x, y) ? x : y); } function $f_s_math_Ordering__min__O__O__O($thiz, x, y) { - return ($thiz.lteq__O__O__Z(x, y) ? x : y) + return ($thiz.lteq__O__O__Z(x, y) ? x : y); } function $f_s_reflect_ClassTag__equals__O__Z($thiz, x) { if ($is_s_reflect_ClassTag(x)) { var x$2 = $thiz.runtimeClass__jl_Class(); var x$3 = $n($as_s_reflect_ClassTag(x)).runtimeClass__jl_Class(); if ((x$2 === null)) { - return (x$3 === null) + return (x$3 === null); } else { var this$1 = $n(x$2); - return (this$1 === x$3) + return (this$1 === x$3); } } else { - return false + return false; } } function $p_s_reflect_ClassTag__prettyprint$1__jl_Class__T($thiz, clazz) { - return ($n(clazz).isArray__Z() ? (("Array[" + $p_s_reflect_ClassTag__prettyprint$1__jl_Class__T($thiz, $n(clazz).getComponentType__jl_Class())) + "]") : $n(clazz).getName__T()) + return ($n(clazz).isArray__Z() ? (("Array[" + $p_s_reflect_ClassTag__prettyprint$1__jl_Class__T($thiz, $n(clazz).getComponentType__jl_Class())) + "]") : $n(clazz).getName__T()); } function $is_s_reflect_ClassTag(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.s_reflect_ClassTag))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.s_reflect_ClassTag))); } function $as_s_reflect_ClassTag(obj) { - return (($is_s_reflect_ClassTag(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.reflect.ClassTag")) + return (($is_s_reflect_ClassTag(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.reflect.ClassTag")); } function $isArrayOf_s_reflect_ClassTag(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_reflect_ClassTag))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_reflect_ClassTag))); } function $asArrayOf_s_reflect_ClassTag(obj, depth) { - return (($isArrayOf_s_reflect_ClassTag(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.reflect.ClassTag;", depth)) + return (($isArrayOf_s_reflect_ClassTag(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.reflect.ClassTag;", depth)); } /** @constructor */ function $c_sr_ScalaRunTime$$anon$1(x$2) { @@ -27202,445 +25621,407 @@ function $c_sr_ScalaRunTime$$anon$1(x$2) { this.sr_ScalaRunTime$$anon$1__f_x$2 = null; this.sr_ScalaRunTime$$anon$1__f_x$2 = x$2; this.sr_ScalaRunTime$$anon$1__f_c = 0; - this.sr_ScalaRunTime$$anon$1__f_cmax = $n(x$2).productArity__I() + this.sr_ScalaRunTime$$anon$1__f_cmax = $n(x$2).productArity__I(); } $c_sr_ScalaRunTime$$anon$1.prototype = new $h_sc_AbstractIterator(); $c_sr_ScalaRunTime$$anon$1.prototype.constructor = $c_sr_ScalaRunTime$$anon$1; /** @constructor */ function $h_sr_ScalaRunTime$$anon$1() { - /**/ } $h_sr_ScalaRunTime$$anon$1.prototype = $c_sr_ScalaRunTime$$anon$1.prototype; $c_sr_ScalaRunTime$$anon$1.prototype.hasNext__Z = (function() { - return (this.sr_ScalaRunTime$$anon$1__f_c < this.sr_ScalaRunTime$$anon$1__f_cmax) + return (this.sr_ScalaRunTime$$anon$1__f_c < this.sr_ScalaRunTime$$anon$1__f_cmax); }); $c_sr_ScalaRunTime$$anon$1.prototype.next__O = (function() { var result = $n(this.sr_ScalaRunTime$$anon$1__f_x$2).productElement__I__O(this.sr_ScalaRunTime$$anon$1__f_c); this.sr_ScalaRunTime$$anon$1__f_c = ((1 + this.sr_ScalaRunTime$$anon$1__f_c) | 0); - return result + return result; }); -var $d_sr_ScalaRunTime$$anon$1 = new $TypeData().initClass({ - sr_ScalaRunTime$$anon$1: 0 -}, false, "scala.runtime.ScalaRunTime$$anon$1", { +var $d_sr_ScalaRunTime$$anon$1 = new $TypeData().initClass($c_sr_ScalaRunTime$$anon$1, "scala.runtime.ScalaRunTime$$anon$1", ({ sr_ScalaRunTime$$anon$1: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sr_ScalaRunTime$$anon$1.prototype.$classData = $d_sr_ScalaRunTime$$anon$1; +})); /** @constructor */ function $c_sjs_js_WrappedArray$() { - /**/ } $c_sjs_js_WrappedArray$.prototype = new $h_O(); $c_sjs_js_WrappedArray$.prototype.constructor = $c_sjs_js_WrappedArray$; /** @constructor */ function $h_sjs_js_WrappedArray$() { - /**/ } $h_sjs_js_WrappedArray$.prototype = $c_sjs_js_WrappedArray$.prototype; $c_sjs_js_WrappedArray$.prototype.apply__sci_Seq__O = (function(elems) { - return this.from__sc_IterableOnce__sjs_js_WrappedArray(elems) + return this.from__sc_IterableOnce__sjs_js_WrappedArray(elems); }); $c_sjs_js_WrappedArray$.prototype.newBuilder__scm_Builder = (function() { - return $ct_sjs_js_WrappedArray__(new $c_sjs_js_WrappedArray()) + return $ct_sjs_js_WrappedArray__(new $c_sjs_js_WrappedArray()); }); $c_sjs_js_WrappedArray$.prototype.from__sc_IterableOnce__sjs_js_WrappedArray = (function(source) { var this$1 = $ct_sjs_js_WrappedArray__(new $c_sjs_js_WrappedArray()); - return $as_sjs_js_WrappedArray($n($as_scm_Builder($f_scm_Growable__addAll__sc_IterableOnce__scm_Growable(this$1, source))).result__O()) + return $as_sjs_js_WrappedArray($n($as_scm_Builder($f_scm_Growable__addAll__sc_IterableOnce__scm_Growable(this$1, source))).result__O()); }); $c_sjs_js_WrappedArray$.prototype.from__sc_IterableOnce__O = (function(source) { - return this.from__sc_IterableOnce__sjs_js_WrappedArray(source) + return this.from__sc_IterableOnce__sjs_js_WrappedArray(source); }); $c_sjs_js_WrappedArray$.prototype.empty__O = (function() { - return $ct_sjs_js_WrappedArray__(new $c_sjs_js_WrappedArray()) + return $ct_sjs_js_WrappedArray__(new $c_sjs_js_WrappedArray()); }); -var $d_sjs_js_WrappedArray$ = new $TypeData().initClass({ - sjs_js_WrappedArray$: 0 -}, false, "scala.scalajs.js.WrappedArray$", { +var $d_sjs_js_WrappedArray$ = new $TypeData().initClass($c_sjs_js_WrappedArray$, "scala.scalajs.js.WrappedArray$", ({ sjs_js_WrappedArray$: 1, - O: 1, sc_StrictOptimizedSeqFactory: 1, sc_SeqFactory: 1, sc_IterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_sjs_js_WrappedArray$.prototype.$classData = $d_sjs_js_WrappedArray$; +})); var $n_sjs_js_WrappedArray$; function $m_sjs_js_WrappedArray$() { if ((!$n_sjs_js_WrappedArray$)) { - $n_sjs_js_WrappedArray$ = new $c_sjs_js_WrappedArray$() - }; - return $n_sjs_js_WrappedArray$ + $n_sjs_js_WrappedArray$ = new $c_sjs_js_WrappedArray$(); + } + return $n_sjs_js_WrappedArray$; } /** @constructor */ function $c_sjsr_WrappedVarArgs$() { - /**/ } $c_sjsr_WrappedVarArgs$.prototype = new $h_O(); $c_sjsr_WrappedVarArgs$.prototype.constructor = $c_sjsr_WrappedVarArgs$; /** @constructor */ function $h_sjsr_WrappedVarArgs$() { - /**/ } $h_sjsr_WrappedVarArgs$.prototype = $c_sjsr_WrappedVarArgs$.prototype; $c_sjsr_WrappedVarArgs$.prototype.apply__sci_Seq__O = (function(elems) { - return this.from__sc_IterableOnce__sjsr_WrappedVarArgs(elems) + return this.from__sc_IterableOnce__sjsr_WrappedVarArgs(elems); }); $c_sjsr_WrappedVarArgs$.prototype.from__sc_IterableOnce__sjsr_WrappedVarArgs = (function(source) { var this$1 = $n(this.newBuilder__scm_Builder()); - return $as_sjsr_WrappedVarArgs($n($as_scm_Builder(this$1.addAll__sc_IterableOnce__scm_Growable(source))).result__O()) + return $as_sjsr_WrappedVarArgs($n($as_scm_Builder(this$1.addAll__sc_IterableOnce__scm_Growable(source))).result__O()); }); $c_sjsr_WrappedVarArgs$.prototype.newBuilder__scm_Builder = (function() { var array = []; var this$4 = $ct_sjs_js_WrappedArray__sjs_js_Array__(new $c_sjs_js_WrappedArray(), array); var f = new $c_sjsr_AnonFunction1(((x$1$2) => { var x$1 = $as_sjs_js_WrappedArray(x$1$2); - return $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), $n(x$1).sjs_js_WrappedArray__f_scala$scalajs$js$WrappedArray$$array) + return $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), $n(x$1).sjs_js_WrappedArray__f_scala$scalajs$js$WrappedArray$$array); })); - return new $c_scm_Builder$$anon$1(this$4, f) + return new $c_scm_Builder$$anon$1(this$4, f); }); $c_sjsr_WrappedVarArgs$.prototype.from__sc_IterableOnce__O = (function(source) { - return this.from__sc_IterableOnce__sjsr_WrappedVarArgs(source) + return this.from__sc_IterableOnce__sjsr_WrappedVarArgs(source); }); $c_sjsr_WrappedVarArgs$.prototype.empty__O = (function() { - return $ct_sjsr_WrappedVarArgs__(new $c_sjsr_WrappedVarArgs()) + return $ct_sjsr_WrappedVarArgs__(new $c_sjsr_WrappedVarArgs()); }); -var $d_sjsr_WrappedVarArgs$ = new $TypeData().initClass({ - sjsr_WrappedVarArgs$: 0 -}, false, "scala.scalajs.runtime.WrappedVarArgs$", { +var $d_sjsr_WrappedVarArgs$ = new $TypeData().initClass($c_sjsr_WrappedVarArgs$, "scala.scalajs.runtime.WrappedVarArgs$", ({ sjsr_WrappedVarArgs$: 1, - O: 1, sc_StrictOptimizedSeqFactory: 1, sc_SeqFactory: 1, sc_IterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_sjsr_WrappedVarArgs$.prototype.$classData = $d_sjsr_WrappedVarArgs$; +})); var $n_sjsr_WrappedVarArgs$; function $m_sjsr_WrappedVarArgs$() { if ((!$n_sjsr_WrappedVarArgs$)) { - $n_sjsr_WrappedVarArgs$ = new $c_sjsr_WrappedVarArgs$() - }; - return $n_sjsr_WrappedVarArgs$ + $n_sjsr_WrappedVarArgs$ = new $c_sjsr_WrappedVarArgs$(); + } + return $n_sjsr_WrappedVarArgs$; } /** @constructor */ function $c_s_util_Failure(exception) { this.s_util_Failure__f_exception = null; - this.s_util_Failure__f_exception = exception + this.s_util_Failure__f_exception = exception; } $c_s_util_Failure.prototype = new $h_s_util_Try(); $c_s_util_Failure.prototype.constructor = $c_s_util_Failure; /** @constructor */ function $h_s_util_Failure() { - /**/ } $h_s_util_Failure.prototype = $c_s_util_Failure.prototype; $c_s_util_Failure.prototype.isSuccess__Z = (function() { - return false + return false; }); $c_s_util_Failure.prototype.recoverWith__s_PartialFunction__s_util_Try = (function(pf) { var marker = $m_sr_Statics$PFMarker$(); try { var v = $n(pf).applyOrElse__O__F1__O(this.s_util_Failure__f_exception, new $c_sjsr_AnonFunction1(((x$2) => { $as_jl_Throwable(x$2); - return marker + return marker; }))); - return ((marker !== v) ? $as_s_util_Try(v) : this) + return ((marker !== v) ? $as_s_util_Try(v) : this); } catch (e) { var e$2 = ((e instanceof $c_jl_Throwable) ? e : new $c_sjs_js_JavaScriptException(e)); if ($m_s_util_control_NonFatal$().apply__jl_Throwable__Z(e$2)) { - return new $c_s_util_Failure(e$2) + return new $c_s_util_Failure(e$2); } else { - throw ((e$2 instanceof $c_sjs_js_JavaScriptException) ? e$2.sjs_js_JavaScriptException__f_exception : $n(e$2)) + throw ((e$2 instanceof $c_sjs_js_JavaScriptException) ? e$2.sjs_js_JavaScriptException__f_exception : $n(e$2)); } } }); $c_s_util_Failure.prototype.productPrefix__T = (function() { - return "Failure" + return "Failure"; }); $c_s_util_Failure.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_s_util_Failure.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.s_util_Failure__f_exception : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.s_util_Failure__f_exception : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_s_util_Failure.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_s_util_Failure.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "exception" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "exception" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_s_util_Failure.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_s_util_Failure.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_s_util_Failure.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_s_util_Failure)) { var Failure$1 = $as_s_util_Failure(x$1); var x = this.s_util_Failure__f_exception; var x$2 = $n(Failure$1).s_util_Failure__f_exception; - return ((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2)) + return ((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2)); } else { - return false + return false; } }); function $as_s_util_Failure(obj) { - return (((obj instanceof $c_s_util_Failure) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.Failure")) + return (((obj instanceof $c_s_util_Failure) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.Failure")); } function $isArrayOf_s_util_Failure(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_Failure))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_Failure))); } function $asArrayOf_s_util_Failure(obj, depth) { - return (($isArrayOf_s_util_Failure(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.Failure;", depth)) + return (($isArrayOf_s_util_Failure(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.Failure;", depth)); } -var $d_s_util_Failure = new $TypeData().initClass({ - s_util_Failure: 0 -}, false, "scala.util.Failure", { +var $d_s_util_Failure = new $TypeData().initClass($c_s_util_Failure, "scala.util.Failure", ({ s_util_Failure: 1, s_util_Try: 1, - O: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_s_util_Failure.prototype.$classData = $d_s_util_Failure; +})); /** @constructor */ function $c_s_util_Left(value) { this.s_util_Left__f_value = null; - this.s_util_Left__f_value = value + this.s_util_Left__f_value = value; } $c_s_util_Left.prototype = new $h_s_util_Either(); $c_s_util_Left.prototype.constructor = $c_s_util_Left; /** @constructor */ function $h_s_util_Left() { - /**/ } $h_s_util_Left.prototype = $c_s_util_Left.prototype; $c_s_util_Left.prototype.productPrefix__T = (function() { - return "Left" + return "Left"; }); $c_s_util_Left.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_s_util_Left.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.s_util_Left__f_value : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.s_util_Left__f_value : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_s_util_Left.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_s_util_Left.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_s_util_Left.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_s_util_Left.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_s_util_Left.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_s_util_Left)) { var Left$1 = $as_s_util_Left(x$1); - return $m_sr_BoxesRunTime$().equals__O__O__Z(this.s_util_Left__f_value, $n(Left$1).s_util_Left__f_value) + return $m_sr_BoxesRunTime$().equals__O__O__Z(this.s_util_Left__f_value, $n(Left$1).s_util_Left__f_value); } else { - return false + return false; } }); function $as_s_util_Left(obj) { - return (((obj instanceof $c_s_util_Left) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.Left")) + return (((obj instanceof $c_s_util_Left) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.Left")); } function $isArrayOf_s_util_Left(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_Left))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_Left))); } function $asArrayOf_s_util_Left(obj, depth) { - return (($isArrayOf_s_util_Left(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.Left;", depth)) + return (($isArrayOf_s_util_Left(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.Left;", depth)); } -var $d_s_util_Left = new $TypeData().initClass({ - s_util_Left: 0 -}, false, "scala.util.Left", { +var $d_s_util_Left = new $TypeData().initClass($c_s_util_Left, "scala.util.Left", ({ s_util_Left: 1, s_util_Either: 1, - O: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_s_util_Left.prototype.$classData = $d_s_util_Left; +})); /** @constructor */ function $c_s_util_Right(value) { this.s_util_Right__f_value = null; - this.s_util_Right__f_value = value + this.s_util_Right__f_value = value; } $c_s_util_Right.prototype = new $h_s_util_Either(); $c_s_util_Right.prototype.constructor = $c_s_util_Right; /** @constructor */ function $h_s_util_Right() { - /**/ } $h_s_util_Right.prototype = $c_s_util_Right.prototype; $c_s_util_Right.prototype.productPrefix__T = (function() { - return "Right" + return "Right"; }); $c_s_util_Right.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_s_util_Right.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.s_util_Right__f_value : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.s_util_Right__f_value : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_s_util_Right.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_s_util_Right.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_s_util_Right.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_s_util_Right.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_s_util_Right.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_s_util_Right)) { var Right$1 = $as_s_util_Right(x$1); - return $m_sr_BoxesRunTime$().equals__O__O__Z(this.s_util_Right__f_value, $n(Right$1).s_util_Right__f_value) + return $m_sr_BoxesRunTime$().equals__O__O__Z(this.s_util_Right__f_value, $n(Right$1).s_util_Right__f_value); } else { - return false + return false; } }); function $as_s_util_Right(obj) { - return (((obj instanceof $c_s_util_Right) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.Right")) + return (((obj instanceof $c_s_util_Right) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.Right")); } function $isArrayOf_s_util_Right(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_Right))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_Right))); } function $asArrayOf_s_util_Right(obj, depth) { - return (($isArrayOf_s_util_Right(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.Right;", depth)) + return (($isArrayOf_s_util_Right(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.Right;", depth)); } -var $d_s_util_Right = new $TypeData().initClass({ - s_util_Right: 0 -}, false, "scala.util.Right", { +var $d_s_util_Right = new $TypeData().initClass($c_s_util_Right, "scala.util.Right", ({ s_util_Right: 1, s_util_Either: 1, - O: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_s_util_Right.prototype.$classData = $d_s_util_Right; +})); /** @constructor */ function $c_s_util_Success(value) { this.s_util_Success__f_value = null; - this.s_util_Success__f_value = value + this.s_util_Success__f_value = value; } $c_s_util_Success.prototype = new $h_s_util_Try(); $c_s_util_Success.prototype.constructor = $c_s_util_Success; /** @constructor */ function $h_s_util_Success() { - /**/ } $h_s_util_Success.prototype = $c_s_util_Success.prototype; $c_s_util_Success.prototype.isSuccess__Z = (function() { - return true + return true; }); $c_s_util_Success.prototype.recoverWith__s_PartialFunction__s_util_Try = (function(pf) { - return this + return this; }); $c_s_util_Success.prototype.productPrefix__T = (function() { - return "Success" + return "Success"; }); $c_s_util_Success.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_s_util_Success.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.s_util_Success__f_value : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.s_util_Success__f_value : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_s_util_Success.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_s_util_Success.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_s_util_Success.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_s_util_Success.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_s_util_Success.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_s_util_Success)) { var Success$1 = $as_s_util_Success(x$1); - return $m_sr_BoxesRunTime$().equals__O__O__Z(this.s_util_Success__f_value, $n(Success$1).s_util_Success__f_value) + return $m_sr_BoxesRunTime$().equals__O__O__Z(this.s_util_Success__f_value, $n(Success$1).s_util_Success__f_value); } else { - return false + return false; } }); function $as_s_util_Success(obj) { - return (((obj instanceof $c_s_util_Success) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.Success")) + return (((obj instanceof $c_s_util_Success) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.Success")); } function $isArrayOf_s_util_Success(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_Success))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_Success))); } function $asArrayOf_s_util_Success(obj, depth) { - return (($isArrayOf_s_util_Success(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.Success;", depth)) + return (($isArrayOf_s_util_Success(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.Success;", depth)); } -var $d_s_util_Success = new $TypeData().initClass({ - s_util_Success: 0 -}, false, "scala.util.Success", { +var $d_s_util_Success = new $TypeData().initClass($c_s_util_Success, "scala.util.Success", ({ s_util_Success: 1, s_util_Try: 1, - O: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_s_util_Success.prototype.$classData = $d_s_util_Success; +})); function $ct_s_util_parsing_combinator_Parsers$Success__s_util_parsing_combinator_Parsers__O__s_util_parsing_input_Reader__($thiz, outer, result, next) { $thiz.s_util_parsing_combinator_Parsers$Success__f_result = result; $thiz.s_util_parsing_combinator_Parsers$Success__f_next = next; $ct_s_util_parsing_combinator_Parsers$ParseResult__s_util_parsing_combinator_Parsers__($thiz, outer); - return $thiz + return $thiz; } /** @constructor */ function $c_s_util_parsing_combinator_Parsers$Success() { this.s_util_parsing_combinator_Parsers$ParseResult__f_$outer = null; this.s_util_parsing_combinator_Parsers$Success__f_result = null; - this.s_util_parsing_combinator_Parsers$Success__f_next = null + this.s_util_parsing_combinator_Parsers$Success__f_next = null; } $c_s_util_parsing_combinator_Parsers$Success.prototype = new $h_s_util_parsing_combinator_Parsers$ParseResult(); $c_s_util_parsing_combinator_Parsers$Success.prototype.constructor = $c_s_util_parsing_combinator_Parsers$Success; /** @constructor */ function $h_s_util_parsing_combinator_Parsers$Success() { - /**/ } $h_s_util_parsing_combinator_Parsers$Success.prototype = $c_s_util_parsing_combinator_Parsers$Success.prototype; $c_s_util_parsing_combinator_Parsers$Success.prototype.next__s_util_parsing_input_Reader = (function() { - return this.s_util_parsing_combinator_Parsers$Success__f_next + return this.s_util_parsing_combinator_Parsers$Success__f_next; }); $c_s_util_parsing_combinator_Parsers$Success.prototype.lastFailure__s_Option = (function() { - return $m_s_None$() + return $m_s_None$(); }); $c_s_util_parsing_combinator_Parsers$Success.prototype.map__F1__s_util_parsing_combinator_Parsers$ParseResult = (function(f) { var this$1 = $n(this.s_util_parsing_combinator_Parsers$ParseResult__f_$outer); var res = $n(f).apply__O__O(this.s_util_parsing_combinator_Parsers$Success__f_result); var next = this.s_util_parsing_combinator_Parsers$Success__f_next; var failure = this.lastFailure__s_Option(); - return new $c_s_util_parsing_combinator_Parsers$$anon$2(this$1, res, next, failure) + return new $c_s_util_parsing_combinator_Parsers$$anon$2(this$1, res, next, failure); }); $c_s_util_parsing_combinator_Parsers$Success.prototype.flatMapWithNext__F1__s_util_parsing_combinator_Parsers$ParseResult = (function(f) { var x1 = $as_s_util_parsing_combinator_Parsers$ParseResult($n($as_F1($n(f).apply__O__O(this.s_util_parsing_combinator_Parsers$Success__f_result))).apply__O__O(this.s_util_parsing_combinator_Parsers$Success__f_next)); @@ -27653,73 +26034,73 @@ $c_s_util_parsing_combinator_Parsers$Success.prototype.flatMapWithNext__F1__s_ut var failure1 = $n(x2).lastFailure__s_Option(); var failure = $f_s_util_parsing_combinator_Parsers__selectLastFailure__s_Option__s_Option__s_Option(this$1, failure0, failure1); var this$2 = $n(this.s_util_parsing_combinator_Parsers$ParseResult__f_$outer); - return new $c_s_util_parsing_combinator_Parsers$$anon$2(this$2, result, rest, failure) + return new $c_s_util_parsing_combinator_Parsers$$anon$2(this$2, result, rest, failure); } else if ((x1 instanceof $c_s_util_parsing_combinator_Parsers$Failure)) { var x3 = $as_s_util_parsing_combinator_Parsers$Failure(x1); var this$3 = $n(this.s_util_parsing_combinator_Parsers$ParseResult__f_$outer); var failure0$1 = new $c_s_Some(x3); var failure1$1 = this.lastFailure__s_Option(); - return $as_s_util_parsing_combinator_Parsers$ParseResult($n($f_s_util_parsing_combinator_Parsers__selectLastFailure__s_Option__s_Option__s_Option(this$3, failure0$1, failure1$1)).get__O()) + return $as_s_util_parsing_combinator_Parsers$ParseResult($n($f_s_util_parsing_combinator_Parsers__selectLastFailure__s_Option__s_Option__s_Option(this$3, failure0$1, failure1$1)).get__O()); } else if (false) { var x4 = $as_s_util_parsing_combinator_Parsers$Error(x1); - return x4 + return x4; } else { - throw new $c_s_MatchError(x1) + throw new $c_s_MatchError(x1); } }); $c_s_util_parsing_combinator_Parsers$Success.prototype.append__F0__s_util_parsing_combinator_Parsers$ParseResult = (function(a) { - return this + return this; }); $c_s_util_parsing_combinator_Parsers$Success.prototype.toString__T = (function() { var this$1 = $n(this.s_util_parsing_combinator_Parsers$Success__f_next); - return ((("[" + new $c_s_util_parsing_input_OffsetPosition(this$1.s_util_parsing_input_CharSequenceReader__f_source, this$1.s_util_parsing_input_CharSequenceReader__f_offset)) + "] parsed: ") + this.s_util_parsing_combinator_Parsers$Success__f_result) + return ((("[" + new $c_s_util_parsing_input_OffsetPosition(this$1.s_util_parsing_input_CharSequenceReader__f_source, this$1.s_util_parsing_input_CharSequenceReader__f_offset)) + "] parsed: ") + this.s_util_parsing_combinator_Parsers$Success__f_result); }); $c_s_util_parsing_combinator_Parsers$Success.prototype.productPrefix__T = (function() { - return "Success" + return "Success"; }); $c_s_util_parsing_combinator_Parsers$Success.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_s_util_parsing_combinator_Parsers$Success.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.s_util_parsing_combinator_Parsers$Success__f_result; - break + break; } case 1: { return this.s_util_parsing_combinator_Parsers$Success__f_next; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_s_util_parsing_combinator_Parsers$Success.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_s_util_parsing_combinator_Parsers$Success.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "result"; - break + break; } case 1: { return "next"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_s_util_parsing_combinator_Parsers$Success.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_s_util_parsing_combinator_Parsers$Success.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if (((x$1 instanceof $c_s_util_parsing_combinator_Parsers$Success) && ($n($as_s_util_parsing_combinator_Parsers$Success(x$1)).s_util_parsing_combinator_Parsers$ParseResult__f_$outer === this.s_util_parsing_combinator_Parsers$ParseResult__f_$outer))) { var Success$1 = $as_s_util_parsing_combinator_Parsers$Success(x$1); var x = this.s_util_parsing_combinator_Parsers$Success__f_result; @@ -27728,67 +26109,63 @@ $c_s_util_parsing_combinator_Parsers$Success.prototype.equals__O__Z = (function( var x$2 = this.s_util_parsing_combinator_Parsers$Success__f_next; var x$2$1 = $n(Success$1).s_util_parsing_combinator_Parsers$Success__f_next; if ((x$2 === null)) { - var $x_1 = (x$2$1 === null) + var $x_1 = (x$2$1 === null); } else { var this$1 = $n(x$2); - var $x_1 = (this$1 === x$2$1) - }; + var $x_1 = (this$1 === x$2$1); + } if ($x_1) { $n(Success$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_s_util_parsing_combinator_Parsers$Success(obj) { - return (((obj instanceof $c_s_util_parsing_combinator_Parsers$Success) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.parsing.combinator.Parsers$Success")) + return (((obj instanceof $c_s_util_parsing_combinator_Parsers$Success) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.parsing.combinator.Parsers$Success")); } function $isArrayOf_s_util_parsing_combinator_Parsers$Success(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_parsing_combinator_Parsers$Success))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_parsing_combinator_Parsers$Success))); } function $asArrayOf_s_util_parsing_combinator_Parsers$Success(obj, depth) { - return (($isArrayOf_s_util_parsing_combinator_Parsers$Success(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.parsing.combinator.Parsers$Success;", depth)) + return (($isArrayOf_s_util_parsing_combinator_Parsers$Success(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.parsing.combinator.Parsers$Success;", depth)); } -var $d_s_util_parsing_combinator_Parsers$Success = new $TypeData().initClass({ - s_util_parsing_combinator_Parsers$Success: 0 -}, false, "scala.util.parsing.combinator.Parsers$Success", { +var $d_s_util_parsing_combinator_Parsers$Success = new $TypeData().initClass($c_s_util_parsing_combinator_Parsers$Success, "scala.util.parsing.combinator.Parsers$Success", ({ s_util_parsing_combinator_Parsers$Success: 1, s_util_parsing_combinator_Parsers$ParseResult: 1, - O: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_s_util_parsing_combinator_Parsers$Success.prototype.$classData = $d_s_util_parsing_combinator_Parsers$Success; +})); function $p_s_util_parsing_input_OffsetPosition__index$lzycompute__AI($thiz) { if ((!$thiz.s_util_parsing_input_OffsetPosition__f_bitmap$0)) { var x1 = $m_s_Option$().apply__O__s_Option($n($m_s_util_parsing_input_OffsetPosition$().indexCache__ju_Map()).get__O__O($thiz.s_util_parsing_input_OffsetPosition__f_source)); if ((x1 instanceof $c_s_Some)) { var x2 = $as_s_Some(x1); var index = $asArrayOf_I($n(x2).s_Some__f_value, 1); - var $x_1 = index + var $x_1 = index; } else { var x = $m_s_None$(); if ((!(x === x1))) { - throw new $c_s_MatchError(x1) - }; + throw new $c_s_MatchError(x1); + } var index$2 = $p_s_util_parsing_input_OffsetPosition__genIndex__AI($thiz); $n($m_s_util_parsing_input_OffsetPosition$().indexCache__ju_Map()); - var $x_1 = index$2 - }; + var $x_1 = index$2; + } $thiz.s_util_parsing_input_OffsetPosition__f_index = $x_1; - $thiz.s_util_parsing_input_OffsetPosition__f_bitmap$0 = true - }; - return $thiz.s_util_parsing_input_OffsetPosition__f_index + $thiz.s_util_parsing_input_OffsetPosition__f_bitmap$0 = true; + } + return $thiz.s_util_parsing_input_OffsetPosition__f_index; } function $p_s_util_parsing_input_OffsetPosition__index__AI($thiz) { - return ((!$thiz.s_util_parsing_input_OffsetPosition__f_bitmap$0) ? $p_s_util_parsing_input_OffsetPosition__index$lzycompute__AI($thiz) : $thiz.s_util_parsing_input_OffsetPosition__f_index) + return ((!$thiz.s_util_parsing_input_OffsetPosition__f_bitmap$0) ? $p_s_util_parsing_input_OffsetPosition__index$lzycompute__AI($thiz) : $thiz.s_util_parsing_input_OffsetPosition__f_index); } function $p_s_util_parsing_input_OffsetPosition__genIndex__AI($thiz) { var lineStarts = $ct_scm_ArrayBuffer__(new $c_scm_ArrayBuffer()); @@ -27802,22 +26179,21 @@ function $p_s_util_parsing_input_OffsetPosition__genIndex__AI($thiz) { var arg1 = i; if ((($dp_charAt__I__C($n($thiz.s_util_parsing_input_OffsetPosition__f_source), arg1) === 10) || (($dp_charAt__I__C($n($thiz.s_util_parsing_input_OffsetPosition__f_source), arg1) === 13) && ((arg1 === (((-1) + $dp_length__I($n($thiz.s_util_parsing_input_OffsetPosition__f_source))) | 0)) || ($dp_charAt__I__C($n($thiz.s_util_parsing_input_OffsetPosition__f_source), ((1 + arg1) | 0)) !== 10))))) { var elem = ((1 + arg1) | 0); - lineStarts.addOne__O__scm_ArrayBuffer(elem) - }; + lineStarts.addOne__O__scm_ArrayBuffer(elem); + } if ((i === scala$collection$immutable$Range$$lastElement)) { - break - }; - i = ((1 + i) | 0) + break; + } + i = ((1 + i) | 0); } - }; + } var elem$1 = $dp_length__I($n($thiz.s_util_parsing_input_OffsetPosition__f_source)); lineStarts.addOne__O__scm_ArrayBuffer(elem$1); - $m_s_reflect_ManifestFactory$IntManifest$(); if ((lineStarts.scm_ArrayBuffer__f_size0 >= 0)) { var len = lineStarts.scm_ArrayBuffer__f_size0; var destination = new $ac_I(len); lineStarts.copyToArray__O__I__I__I(destination, 0, 2147483647); - return destination + return destination; } else { var capacity = 0; var jsElems = null; @@ -27827,9 +26203,9 @@ function $p_s_util_parsing_input_OffsetPosition__genIndex__AI($thiz) { while ($n(it).hasNext__Z()) { var elem$2 = $n(it).next__O(); var unboxedElem = ((elem$2 === null) ? 0 : elem$2); - jsElems.push(unboxedElem) - }; - return new $ac_I(new Int32Array(jsElems)) + jsElems.push(unboxedElem); + } + return new $ac_I(new Int32Array(jsElems)); } } /** @constructor */ @@ -27839,17 +26215,16 @@ function $c_s_util_parsing_input_OffsetPosition(source, offset) { this.s_util_parsing_input_OffsetPosition__f_offset = 0; this.s_util_parsing_input_OffsetPosition__f_bitmap$0 = false; this.s_util_parsing_input_OffsetPosition__f_source = source; - this.s_util_parsing_input_OffsetPosition__f_offset = offset + this.s_util_parsing_input_OffsetPosition__f_offset = offset; } $c_s_util_parsing_input_OffsetPosition.prototype = new $h_O(); $c_s_util_parsing_input_OffsetPosition.prototype.constructor = $c_s_util_parsing_input_OffsetPosition; /** @constructor */ function $h_s_util_parsing_input_OffsetPosition() { - /**/ } $h_s_util_parsing_input_OffsetPosition.prototype = $c_s_util_parsing_input_OffsetPosition.prototype; $c_s_util_parsing_input_OffsetPosition.prototype.equals__O__Z = (function(other) { - return $f_s_util_parsing_input_Position__equals__O__Z(this, other) + return $f_s_util_parsing_input_Position__equals__O__Z(this, other); }); $c_s_util_parsing_input_OffsetPosition.prototype.line__I = (function() { var lo = 0; @@ -27857,70 +26232,70 @@ $c_s_util_parsing_input_OffsetPosition.prototype.line__I = (function() { while ((((1 + lo) | 0) < hi)) { var mid = ((lo + ((((hi - lo) | 0) / 2) | 0)) | 0); if ((this.s_util_parsing_input_OffsetPosition__f_offset < $n($p_s_util_parsing_input_OffsetPosition__index__AI(this)).get(mid))) { - hi = mid + hi = mid; } else { - lo = mid + lo = mid; } - }; - return ((1 + lo) | 0) + } + return ((1 + lo) | 0); }); $c_s_util_parsing_input_OffsetPosition.prototype.column__I = (function() { - return ((1 + ((this.s_util_parsing_input_OffsetPosition__f_offset - $n($p_s_util_parsing_input_OffsetPosition__index__AI(this)).get((((-1) + this.line__I()) | 0))) | 0)) | 0) + return ((1 + ((this.s_util_parsing_input_OffsetPosition__f_offset - $n($p_s_util_parsing_input_OffsetPosition__index__AI(this)).get((((-1) + this.line__I()) | 0))) | 0)) | 0); }); $c_s_util_parsing_input_OffsetPosition.prototype.lineContents__T = (function() { var lineStart = $n($p_s_util_parsing_input_OffsetPosition__index__AI(this)).get((((-1) + this.line__I()) | 0)); var lineEnd = $n($p_s_util_parsing_input_OffsetPosition__index__AI(this)).get(this.line__I()); var endIndex = ((((lineStart < (((-1) + lineEnd) | 0)) && ($dp_charAt__I__C($n(this.s_util_parsing_input_OffsetPosition__f_source), (((-2) + lineEnd) | 0)) === 13)) && ($dp_charAt__I__C($n(this.s_util_parsing_input_OffsetPosition__f_source), (((-1) + lineEnd) | 0)) === 10)) ? (((-2) + lineEnd) | 0) : (((lineStart < lineEnd) && (($dp_charAt__I__C($n(this.s_util_parsing_input_OffsetPosition__f_source), (((-1) + lineEnd) | 0)) === 13) || ($dp_charAt__I__C($n(this.s_util_parsing_input_OffsetPosition__f_source), (((-1) + lineEnd) | 0)) === 10))) ? (((-1) + lineEnd) | 0) : lineEnd)); - return $dp_toString__T($n($dp_subSequence__I__I__jl_CharSequence($n(this.s_util_parsing_input_OffsetPosition__f_source), lineStart, endIndex))) + return $dp_toString__T($n($dp_subSequence__I__I__jl_CharSequence($n(this.s_util_parsing_input_OffsetPosition__f_source), lineStart, endIndex))); }); $c_s_util_parsing_input_OffsetPosition.prototype.toString__T = (function() { - return ((this.line__I() + ".") + this.column__I()) + return ((this.line__I() + ".") + this.column__I()); }); $c_s_util_parsing_input_OffsetPosition.prototype.$less__s_util_parsing_input_Position__Z = (function(that) { if ((that instanceof $c_s_util_parsing_input_OffsetPosition)) { var x2 = $as_s_util_parsing_input_OffsetPosition(that); var that_offset = $n(x2).s_util_parsing_input_OffsetPosition__f_offset; - return (this.s_util_parsing_input_OffsetPosition__f_offset < that_offset) + return (this.s_util_parsing_input_OffsetPosition__f_offset < that_offset); } else { - return ((this.line__I() < $n(that).line__I()) || ((this.line__I() === $n(that).line__I()) && (this.column__I() < $n(that).column__I()))) + return ((this.line__I() < $n(that).line__I()) || ((this.line__I() === $n(that).line__I()) && (this.column__I() < $n(that).column__I()))); } }); $c_s_util_parsing_input_OffsetPosition.prototype.productPrefix__T = (function() { - return "OffsetPosition" + return "OffsetPosition"; }); $c_s_util_parsing_input_OffsetPosition.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_s_util_parsing_input_OffsetPosition.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.s_util_parsing_input_OffsetPosition__f_source; - break + break; } case 1: { return this.s_util_parsing_input_OffsetPosition__f_offset; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_s_util_parsing_input_OffsetPosition.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_s_util_parsing_input_OffsetPosition.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "source"; - break + break; } case 1: { return "offset"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); @@ -27937,137 +26312,123 @@ $c_s_util_parsing_input_OffsetPosition.prototype.hashCode__I = (function() { var data$2 = this.s_util_parsing_input_OffsetPosition__f_offset; acc = $m_sr_Statics$().mix__I__I__I(hash$2, data$2); var hash$3 = acc; - return $m_sr_Statics$().finalizeHash__I__I__I(hash$3, 2) + return $m_sr_Statics$().finalizeHash__I__I__I(hash$3, 2); }); function $as_s_util_parsing_input_OffsetPosition(obj) { - return (((obj instanceof $c_s_util_parsing_input_OffsetPosition) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.parsing.input.OffsetPosition")) + return (((obj instanceof $c_s_util_parsing_input_OffsetPosition) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.parsing.input.OffsetPosition")); } function $isArrayOf_s_util_parsing_input_OffsetPosition(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_parsing_input_OffsetPosition))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_parsing_input_OffsetPosition))); } function $asArrayOf_s_util_parsing_input_OffsetPosition(obj, depth) { - return (($isArrayOf_s_util_parsing_input_OffsetPosition(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.parsing.input.OffsetPosition;", depth)) + return (($isArrayOf_s_util_parsing_input_OffsetPosition(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.parsing.input.OffsetPosition;", depth)); } -var $d_s_util_parsing_input_OffsetPosition = new $TypeData().initClass({ - s_util_parsing_input_OffsetPosition: 0 -}, false, "scala.util.parsing.input.OffsetPosition", { +var $d_s_util_parsing_input_OffsetPosition = new $TypeData().initClass($c_s_util_parsing_input_OffsetPosition, "scala.util.parsing.input.OffsetPosition", ({ s_util_parsing_input_OffsetPosition: 1, - O: 1, s_util_parsing_input_Position: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_s_util_parsing_input_OffsetPosition.prototype.$classData = $d_s_util_parsing_input_OffsetPosition; +})); function $p_s_util_parsing_input_OffsetPosition$__indexCache$lzycompute__ju_Map($thiz) { if ((!$thiz.s_util_parsing_input_OffsetPosition$__f_bitmap$0)) { $thiz.s_util_parsing_input_OffsetPosition$__f_indexCache = new $c_s_util_parsing_input_PositionCache$$anon$1($thiz); - $thiz.s_util_parsing_input_OffsetPosition$__f_bitmap$0 = true - }; - return $thiz.s_util_parsing_input_OffsetPosition$__f_indexCache + $thiz.s_util_parsing_input_OffsetPosition$__f_bitmap$0 = true; + } + return $thiz.s_util_parsing_input_OffsetPosition$__f_indexCache; } /** @constructor */ function $c_s_util_parsing_input_OffsetPosition$() { this.s_util_parsing_input_OffsetPosition$__f_indexCache = null; - this.s_util_parsing_input_OffsetPosition$__f_bitmap$0 = false + this.s_util_parsing_input_OffsetPosition$__f_bitmap$0 = false; } $c_s_util_parsing_input_OffsetPosition$.prototype = new $h_sr_AbstractFunction2(); $c_s_util_parsing_input_OffsetPosition$.prototype.constructor = $c_s_util_parsing_input_OffsetPosition$; /** @constructor */ function $h_s_util_parsing_input_OffsetPosition$() { - /**/ } $h_s_util_parsing_input_OffsetPosition$.prototype = $c_s_util_parsing_input_OffsetPosition$.prototype; $c_s_util_parsing_input_OffsetPosition$.prototype.indexCache__ju_Map = (function() { - return ((!this.s_util_parsing_input_OffsetPosition$__f_bitmap$0) ? $p_s_util_parsing_input_OffsetPosition$__indexCache$lzycompute__ju_Map(this) : this.s_util_parsing_input_OffsetPosition$__f_indexCache) + return ((!this.s_util_parsing_input_OffsetPosition$__f_bitmap$0) ? $p_s_util_parsing_input_OffsetPosition$__indexCache$lzycompute__ju_Map(this) : this.s_util_parsing_input_OffsetPosition$__f_indexCache); }); $c_s_util_parsing_input_OffsetPosition$.prototype.apply__O__O__O = (function(v1, v2) { var source = $as_jl_CharSequence(v1); var offset = $uI(v2); - return new $c_s_util_parsing_input_OffsetPosition(source, offset) + return new $c_s_util_parsing_input_OffsetPosition(source, offset); }); -var $d_s_util_parsing_input_OffsetPosition$ = new $TypeData().initClass({ - s_util_parsing_input_OffsetPosition$: 0 -}, false, "scala.util.parsing.input.OffsetPosition$", { +var $d_s_util_parsing_input_OffsetPosition$ = new $TypeData().initClass($c_s_util_parsing_input_OffsetPosition$, "scala.util.parsing.input.OffsetPosition$", ({ s_util_parsing_input_OffsetPosition$: 1, sr_AbstractFunction2: 1, - O: 1, F2: 1, s_util_parsing_input_PositionCache: 1, Ljava_io_Serializable: 1 -}); -$c_s_util_parsing_input_OffsetPosition$.prototype.$classData = $d_s_util_parsing_input_OffsetPosition$; +})); var $n_s_util_parsing_input_OffsetPosition$; function $m_s_util_parsing_input_OffsetPosition$() { if ((!$n_s_util_parsing_input_OffsetPosition$)) { - $n_s_util_parsing_input_OffsetPosition$ = new $c_s_util_parsing_input_OffsetPosition$() - }; - return $n_s_util_parsing_input_OffsetPosition$ + $n_s_util_parsing_input_OffsetPosition$ = new $c_s_util_parsing_input_OffsetPosition$(); + } + return $n_s_util_parsing_input_OffsetPosition$; } /** @constructor */ function $c_Lsourcecode_Name(value) { this.Lsourcecode_Name__f_value = null; - this.Lsourcecode_Name__f_value = value + this.Lsourcecode_Name__f_value = value; } $c_Lsourcecode_Name.prototype = new $h_Lsourcecode_SourceValue(); $c_Lsourcecode_Name.prototype.constructor = $c_Lsourcecode_Name; /** @constructor */ function $h_Lsourcecode_Name() { - /**/ } $h_Lsourcecode_Name.prototype = $c_Lsourcecode_Name.prototype; $c_Lsourcecode_Name.prototype.productPrefix__T = (function() { - return "Name" + return "Name"; }); $c_Lsourcecode_Name.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_Lsourcecode_Name.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.Lsourcecode_Name__f_value : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.Lsourcecode_Name__f_value : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_Lsourcecode_Name.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lsourcecode_Name.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_Lsourcecode_Name.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lsourcecode_Name.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lsourcecode_Name.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lsourcecode_Name)) { var Name$1 = $as_Lsourcecode_Name(x$1); - return ((this.Lsourcecode_Name__f_value === $n(Name$1).Lsourcecode_Name__f_value) && ($n(Name$1), true)) + return ((this.Lsourcecode_Name__f_value === $n(Name$1).Lsourcecode_Name__f_value) && ($n(Name$1), true)); } else { - return false + return false; } }); function $as_Lsourcecode_Name(obj) { - return (((obj instanceof $c_Lsourcecode_Name) || (obj === null)) ? obj : $throwClassCastException(obj, "sourcecode.Name")) + return (((obj instanceof $c_Lsourcecode_Name) || (obj === null)) ? obj : $throwClassCastException(obj, "sourcecode.Name")); } function $isArrayOf_Lsourcecode_Name(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lsourcecode_Name))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lsourcecode_Name))); } function $asArrayOf_Lsourcecode_Name(obj, depth) { - return (($isArrayOf_Lsourcecode_Name(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lsourcecode.Name;", depth)) + return (($isArrayOf_Lsourcecode_Name(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lsourcecode.Name;", depth)); } -var $d_Lsourcecode_Name = new $TypeData().initClass({ - Lsourcecode_Name: 0 -}, false, "sourcecode.Name", { +var $d_Lsourcecode_Name = new $TypeData().initClass($c_Lsourcecode_Name, "sourcecode.Name", ({ Lsourcecode_Name: 1, Lsourcecode_SourceValue: 1, - O: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lsourcecode_Name.prototype.$classData = $d_Lsourcecode_Name; +})); /** @constructor */ function $c_Lfansi_EscapeAttr(escape, resetMask, applyMask, sourceName) { this.Lfansi_EscapeAttr__f_escape = null; @@ -28079,68 +26440,67 @@ function $c_Lfansi_EscapeAttr(escape, resetMask, applyMask, sourceName) { this.Lfansi_EscapeAttr__f_resetMask = resetMask; this.Lfansi_EscapeAttr__f_applyMask = applyMask; this.Lfansi_EscapeAttr__f_escapeOpt = new $c_s_Some(escape); - this.Lfansi_EscapeAttr__f_name = $n(sourceName).Lsourcecode_Name__f_value + this.Lfansi_EscapeAttr__f_name = $n(sourceName).Lsourcecode_Name__f_value; } $c_Lfansi_EscapeAttr.prototype = new $h_O(); $c_Lfansi_EscapeAttr.prototype.constructor = $c_Lfansi_EscapeAttr; /** @constructor */ function $h_Lfansi_EscapeAttr() { - /**/ } $h_Lfansi_EscapeAttr.prototype = $c_Lfansi_EscapeAttr.prototype; $c_Lfansi_EscapeAttr.prototype.resetMask__J = (function() { - return this.Lfansi_EscapeAttr__f_resetMask + return this.Lfansi_EscapeAttr__f_resetMask; }); $c_Lfansi_EscapeAttr.prototype.applyMask__J = (function() { - return this.Lfansi_EscapeAttr__f_applyMask + return this.Lfansi_EscapeAttr__f_applyMask; }); $c_Lfansi_EscapeAttr.prototype.toString__T = (function() { - return ((("" + this.Lfansi_EscapeAttr__f_escape) + this.Lfansi_EscapeAttr__f_name) + "\u001b[0m") + return ((("" + this.Lfansi_EscapeAttr__f_escape) + this.Lfansi_EscapeAttr__f_name) + "\u001b[0m"); }); $c_Lfansi_EscapeAttr.prototype.productPrefix__T = (function() { - return "EscapeAttr" + return "EscapeAttr"; }); $c_Lfansi_EscapeAttr.prototype.productArity__I = (function() { - return 3 + return 3; }); $c_Lfansi_EscapeAttr.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfansi_EscapeAttr__f_escape; - break + break; } case 1: { return this.Lfansi_EscapeAttr__f_resetMask; - break + break; } case 2: { return this.Lfansi_EscapeAttr__f_applyMask; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfansi_EscapeAttr.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfansi_EscapeAttr.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "escape"; - break + break; } case 1: { return "resetMask"; - break + break; } case 2: { return "applyMask"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); @@ -28166,11 +26526,11 @@ $c_Lfansi_EscapeAttr.prototype.hashCode__I = (function() { var data$3 = $m_sr_Statics$().longHash__J__I(new $c_RTLong(lo$1, hi$1)); acc = $m_sr_Statics$().mix__I__I__I(hash$3, data$3); var hash$4 = acc; - return $m_sr_Statics$().finalizeHash__I__I__I(hash$4, 3) + return $m_sr_Statics$().finalizeHash__I__I__I(hash$4, 3); }); $c_Lfansi_EscapeAttr.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfansi_EscapeAttr)) { var EscapeAttr$1 = $as_Lfansi_EscapeAttr(x$1); var this$1 = this.Lfansi_EscapeAttr__f_resetMask; @@ -28178,43 +26538,39 @@ $c_Lfansi_EscapeAttr.prototype.equals__O__Z = (function(x$1) { if (((this$1.RTLong__f_lo === b.RTLong__f_lo) && (this$1.RTLong__f_hi === b.RTLong__f_hi))) { var this$2 = this.Lfansi_EscapeAttr__f_applyMask; var b$1 = $n(EscapeAttr$1).Lfansi_EscapeAttr__f_applyMask; - var $x_1 = ((this$2.RTLong__f_lo === b$1.RTLong__f_lo) && (this$2.RTLong__f_hi === b$1.RTLong__f_hi)) + var $x_1 = ((this$2.RTLong__f_lo === b$1.RTLong__f_lo) && (this$2.RTLong__f_hi === b$1.RTLong__f_hi)); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { - return ((this.Lfansi_EscapeAttr__f_escape === $n(EscapeAttr$1).Lfansi_EscapeAttr__f_escape) && ($n(EscapeAttr$1), true)) + return ((this.Lfansi_EscapeAttr__f_escape === $n(EscapeAttr$1).Lfansi_EscapeAttr__f_escape) && ($n(EscapeAttr$1), true)); } else { - return false + return false; } } else { - return false + return false; } }); $c_Lfansi_EscapeAttr.prototype.escapeOpt__s_Option = (function() { - return this.Lfansi_EscapeAttr__f_escapeOpt + return this.Lfansi_EscapeAttr__f_escapeOpt; }); function $as_Lfansi_EscapeAttr(obj) { - return (((obj instanceof $c_Lfansi_EscapeAttr) || (obj === null)) ? obj : $throwClassCastException(obj, "fansi.EscapeAttr")) + return (((obj instanceof $c_Lfansi_EscapeAttr) || (obj === null)) ? obj : $throwClassCastException(obj, "fansi.EscapeAttr")); } function $isArrayOf_Lfansi_EscapeAttr(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfansi_EscapeAttr))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfansi_EscapeAttr))); } function $asArrayOf_Lfansi_EscapeAttr(obj, depth) { - return (($isArrayOf_Lfansi_EscapeAttr(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfansi.EscapeAttr;", depth)) + return (($isArrayOf_Lfansi_EscapeAttr(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfansi.EscapeAttr;", depth)); } -var $d_Lfansi_EscapeAttr = new $TypeData().initClass({ - Lfansi_EscapeAttr: 0 -}, false, "fansi.EscapeAttr", { +var $d_Lfansi_EscapeAttr = new $TypeData().initClass($c_Lfansi_EscapeAttr, "fansi.EscapeAttr", ({ Lfansi_EscapeAttr: 1, - O: 1, Lfansi_Attr: 1, Lfansi_Attrs: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfansi_EscapeAttr.prototype.$classData = $d_Lfansi_EscapeAttr; +})); /** @constructor */ function $c_Lfansi_ResetAttr(resetMask, applyMask, sourceName) { this.Lfansi_ResetAttr__f_resetMask = $L0; @@ -28224,60 +26580,59 @@ function $c_Lfansi_ResetAttr(resetMask, applyMask, sourceName) { this.Lfansi_ResetAttr__f_resetMask = resetMask; this.Lfansi_ResetAttr__f_applyMask = applyMask; this.Lfansi_ResetAttr__f_escapeOpt = $m_s_None$(); - this.Lfansi_ResetAttr__f_name = $n(sourceName).Lsourcecode_Name__f_value + this.Lfansi_ResetAttr__f_name = $n(sourceName).Lsourcecode_Name__f_value; } $c_Lfansi_ResetAttr.prototype = new $h_O(); $c_Lfansi_ResetAttr.prototype.constructor = $c_Lfansi_ResetAttr; /** @constructor */ function $h_Lfansi_ResetAttr() { - /**/ } $h_Lfansi_ResetAttr.prototype = $c_Lfansi_ResetAttr.prototype; $c_Lfansi_ResetAttr.prototype.resetMask__J = (function() { - return this.Lfansi_ResetAttr__f_resetMask + return this.Lfansi_ResetAttr__f_resetMask; }); $c_Lfansi_ResetAttr.prototype.applyMask__J = (function() { - return this.Lfansi_ResetAttr__f_applyMask + return this.Lfansi_ResetAttr__f_applyMask; }); $c_Lfansi_ResetAttr.prototype.toString__T = (function() { - return this.Lfansi_ResetAttr__f_name + return this.Lfansi_ResetAttr__f_name; }); $c_Lfansi_ResetAttr.prototype.productPrefix__T = (function() { - return "ResetAttr" + return "ResetAttr"; }); $c_Lfansi_ResetAttr.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_Lfansi_ResetAttr.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfansi_ResetAttr__f_resetMask; - break + break; } case 1: { return this.Lfansi_ResetAttr__f_applyMask; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfansi_ResetAttr.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfansi_ResetAttr.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "resetMask"; - break + break; } case 1: { return "applyMask"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); @@ -28299,11 +26654,11 @@ $c_Lfansi_ResetAttr.prototype.hashCode__I = (function() { var data$2 = $m_sr_Statics$().longHash__J__I(new $c_RTLong(lo$1, hi$1)); acc = $m_sr_Statics$().mix__I__I__I(hash$2, data$2); var hash$3 = acc; - return $m_sr_Statics$().finalizeHash__I__I__I(hash$3, 2) + return $m_sr_Statics$().finalizeHash__I__I__I(hash$3, 2); }); $c_Lfansi_ResetAttr.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfansi_ResetAttr)) { var ResetAttr$1 = $as_Lfansi_ResetAttr(x$1); var this$1 = this.Lfansi_ResetAttr__f_resetMask; @@ -28313,145 +26668,139 @@ $c_Lfansi_ResetAttr.prototype.equals__O__Z = (function(x$1) { var b$1 = $n(ResetAttr$1).Lfansi_ResetAttr__f_applyMask; if (((this$2.RTLong__f_lo === b$1.RTLong__f_lo) && (this$2.RTLong__f_hi === b$1.RTLong__f_hi))) { $n(ResetAttr$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); $c_Lfansi_ResetAttr.prototype.escapeOpt__s_Option = (function() { - return this.Lfansi_ResetAttr__f_escapeOpt + return this.Lfansi_ResetAttr__f_escapeOpt; }); function $as_Lfansi_ResetAttr(obj) { - return (((obj instanceof $c_Lfansi_ResetAttr) || (obj === null)) ? obj : $throwClassCastException(obj, "fansi.ResetAttr")) + return (((obj instanceof $c_Lfansi_ResetAttr) || (obj === null)) ? obj : $throwClassCastException(obj, "fansi.ResetAttr")); } function $isArrayOf_Lfansi_ResetAttr(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfansi_ResetAttr))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfansi_ResetAttr))); } function $asArrayOf_Lfansi_ResetAttr(obj, depth) { - return (($isArrayOf_Lfansi_ResetAttr(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfansi.ResetAttr;", depth)) + return (($isArrayOf_Lfansi_ResetAttr(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfansi.ResetAttr;", depth)); } -var $d_Lfansi_ResetAttr = new $TypeData().initClass({ - Lfansi_ResetAttr: 0 -}, false, "fansi.ResetAttr", { +var $d_Lfansi_ResetAttr = new $TypeData().initClass($c_Lfansi_ResetAttr, "fansi.ResetAttr", ({ Lfansi_ResetAttr: 1, - O: 1, Lfansi_Attr: 1, Lfansi_Attrs: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfansi_ResetAttr.prototype.$classData = $d_Lfansi_ResetAttr; +})); function $ct_Lfeatherweightgo_model_ast_AbstractStructureType__Lfeatherweightgo_model_ast_StructureTypeName__sci_List__($thiz, structureTypeName, types) { $thiz.Lfeatherweightgo_model_ast_AbstractStructureType__f_structureTypeName = structureTypeName; $thiz.Lfeatherweightgo_model_ast_AbstractStructureType__f_types = types; - return $thiz + return $thiz; } /** @constructor */ function $c_Lfeatherweightgo_model_ast_AbstractStructureType() { this.Lfeatherweightgo_model_ast_AbstractStructureType__f_structureTypeName = null; - this.Lfeatherweightgo_model_ast_AbstractStructureType__f_types = null + this.Lfeatherweightgo_model_ast_AbstractStructureType__f_types = null; } $c_Lfeatherweightgo_model_ast_AbstractStructureType.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_AbstractStructureType.prototype.constructor = $c_Lfeatherweightgo_model_ast_AbstractStructureType; /** @constructor */ function $h_Lfeatherweightgo_model_ast_AbstractStructureType() { - /**/ } $h_Lfeatherweightgo_model_ast_AbstractStructureType.prototype = $c_Lfeatherweightgo_model_ast_AbstractStructureType.prototype; $c_Lfeatherweightgo_model_ast_AbstractStructureType.prototype.productElementName__I__T = (function(n) { - return $f_s_Product__productElementName__I__T(this, n) + return $f_s_Product__productElementName__I__T(this, n); }); $c_Lfeatherweightgo_model_ast_AbstractStructureType.prototype.structureTypeName__Lfeatherweightgo_model_ast_StructureTypeName = (function() { - return this.Lfeatherweightgo_model_ast_AbstractStructureType__f_structureTypeName + return this.Lfeatherweightgo_model_ast_AbstractStructureType__f_structureTypeName; }); $c_Lfeatherweightgo_model_ast_AbstractStructureType.prototype.types__sci_List = (function() { - return this.Lfeatherweightgo_model_ast_AbstractStructureType__f_types + return this.Lfeatherweightgo_model_ast_AbstractStructureType__f_types; }); $c_Lfeatherweightgo_model_ast_AbstractStructureType.prototype.name__Lfeatherweightgo_model_ast_TypeName = (function() { - return this.structureTypeName__Lfeatherweightgo_model_ast_StructureTypeName() + return this.structureTypeName__Lfeatherweightgo_model_ast_StructureTypeName(); }); function $as_Lfeatherweightgo_model_ast_AbstractStructureType(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_AbstractStructureType) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.AbstractStructureType")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_AbstractStructureType) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.AbstractStructureType")); } function $isArrayOf_Lfeatherweightgo_model_ast_AbstractStructureType(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_AbstractStructureType))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_AbstractStructureType))); } function $asArrayOf_Lfeatherweightgo_model_ast_AbstractStructureType(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_AbstractStructureType(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.AbstractStructureType;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_AbstractStructureType(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.AbstractStructureType;", depth)); } /** @constructor */ function $c_Lfeatherweightgo_model_ast_AnyNamedType(typeName, types) { this.Lfeatherweightgo_model_ast_AnyNamedType__f_typeName = null; this.Lfeatherweightgo_model_ast_AnyNamedType__f_types = null; this.Lfeatherweightgo_model_ast_AnyNamedType__f_typeName = typeName; - this.Lfeatherweightgo_model_ast_AnyNamedType__f_types = types + this.Lfeatherweightgo_model_ast_AnyNamedType__f_types = types; } $c_Lfeatherweightgo_model_ast_AnyNamedType.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_AnyNamedType.prototype.constructor = $c_Lfeatherweightgo_model_ast_AnyNamedType; /** @constructor */ function $h_Lfeatherweightgo_model_ast_AnyNamedType() { - /**/ } $h_Lfeatherweightgo_model_ast_AnyNamedType.prototype = $c_Lfeatherweightgo_model_ast_AnyNamedType.prototype; $c_Lfeatherweightgo_model_ast_AnyNamedType.prototype.name__Lfeatherweightgo_model_ast_TypeName = (function() { - return this.Lfeatherweightgo_model_ast_AnyNamedType__f_typeName + return this.Lfeatherweightgo_model_ast_AnyNamedType__f_typeName; }); $c_Lfeatherweightgo_model_ast_AnyNamedType.prototype.productPrefix__T = (function() { - return "AnyNamedType" + return "AnyNamedType"; }); $c_Lfeatherweightgo_model_ast_AnyNamedType.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_Lfeatherweightgo_model_ast_AnyNamedType.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_ast_AnyNamedType__f_typeName; - break + break; } case 1: { return this.Lfeatherweightgo_model_ast_AnyNamedType__f_types; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfeatherweightgo_model_ast_AnyNamedType.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_AnyNamedType.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "typeName"; - break + break; } case 1: { return "types"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lfeatherweightgo_model_ast_AnyNamedType.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_AnyNamedType.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_AnyNamedType.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_AnyNamedType)) { var AnyNamedType$1 = $as_Lfeatherweightgo_model_ast_AnyNamedType(x$1); var x = this.Lfeatherweightgo_model_ast_AnyNamedType__f_typeName; @@ -28461,176 +26810,166 @@ $c_Lfeatherweightgo_model_ast_AnyNamedType.prototype.equals__O__Z = (function(x$ var x$4 = $n(AnyNamedType$1).Lfeatherweightgo_model_ast_AnyNamedType__f_types; if (((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4))) { $n(AnyNamedType$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_AnyNamedType(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_AnyNamedType) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.AnyNamedType")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_AnyNamedType) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.AnyNamedType")); } function $isArrayOf_Lfeatherweightgo_model_ast_AnyNamedType(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_AnyNamedType))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_AnyNamedType))); } function $asArrayOf_Lfeatherweightgo_model_ast_AnyNamedType(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_AnyNamedType(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.AnyNamedType;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_AnyNamedType(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.AnyNamedType;", depth)); } -var $d_Lfeatherweightgo_model_ast_AnyNamedType = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_AnyNamedType: 0 -}, false, "featherweightgo.model.ast.AnyNamedType", { +var $d_Lfeatherweightgo_model_ast_AnyNamedType = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_AnyNamedType, "featherweightgo.model.ast.AnyNamedType", ({ Lfeatherweightgo_model_ast_AnyNamedType: 1, - O: 1, Lfeatherweightgo_model_ast_Type: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_AnyNamedType.prototype.$classData = $d_Lfeatherweightgo_model_ast_AnyNamedType; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_AnyTypeName(value) { this.Lfeatherweightgo_model_ast_TypeName__f_value = null; - $ct_Lfeatherweightgo_model_ast_TypeName__T__(this, value) + $ct_Lfeatherweightgo_model_ast_TypeName__T__(this, value); } $c_Lfeatherweightgo_model_ast_AnyTypeName.prototype = new $h_Lfeatherweightgo_model_ast_TypeName(); $c_Lfeatherweightgo_model_ast_AnyTypeName.prototype.constructor = $c_Lfeatherweightgo_model_ast_AnyTypeName; /** @constructor */ function $h_Lfeatherweightgo_model_ast_AnyTypeName() { - /**/ } $h_Lfeatherweightgo_model_ast_AnyTypeName.prototype = $c_Lfeatherweightgo_model_ast_AnyTypeName.prototype; $c_Lfeatherweightgo_model_ast_AnyTypeName.prototype.value__T = (function() { - return this.Lfeatherweightgo_model_ast_TypeName__f_value + return this.Lfeatherweightgo_model_ast_TypeName__f_value; }); $c_Lfeatherweightgo_model_ast_AnyTypeName.prototype.productPrefix__T = (function() { - return "AnyTypeName" + return "AnyTypeName"; }); $c_Lfeatherweightgo_model_ast_AnyTypeName.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_Lfeatherweightgo_model_ast_AnyTypeName.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_TypeName__f_value : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_TypeName__f_value : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_Lfeatherweightgo_model_ast_AnyTypeName.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_AnyTypeName.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_Lfeatherweightgo_model_ast_AnyTypeName.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_AnyTypeName.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_AnyTypeName.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_AnyTypeName)) { var AnyTypeName$1 = $as_Lfeatherweightgo_model_ast_AnyTypeName(x$1); var $x_1 = this.Lfeatherweightgo_model_ast_TypeName__f_value; var this$1 = $n(AnyTypeName$1); if (($x_1 === this$1.Lfeatherweightgo_model_ast_TypeName__f_value)) { $n(AnyTypeName$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_AnyTypeName(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_AnyTypeName) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.AnyTypeName")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_AnyTypeName) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.AnyTypeName")); } function $isArrayOf_Lfeatherweightgo_model_ast_AnyTypeName(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_AnyTypeName))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_AnyTypeName))); } function $asArrayOf_Lfeatherweightgo_model_ast_AnyTypeName(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_AnyTypeName(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.AnyTypeName;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_AnyTypeName(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.AnyTypeName;", depth)); } -var $d_Lfeatherweightgo_model_ast_AnyTypeName = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_AnyTypeName: 0 -}, false, "featherweightgo.model.ast.AnyTypeName", { +var $d_Lfeatherweightgo_model_ast_AnyTypeName = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_AnyTypeName, "featherweightgo.model.ast.AnyTypeName", ({ Lfeatherweightgo_model_ast_AnyTypeName: 1, Lfeatherweightgo_model_ast_TypeName: 1, - O: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_AnyTypeName.prototype.$classData = $d_Lfeatherweightgo_model_ast_AnyTypeName; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_FieldSelect(expression, fieldName) { this.Lfeatherweightgo_model_ast_FieldSelect__f_expression = null; this.Lfeatherweightgo_model_ast_FieldSelect__f_fieldName = null; this.Lfeatherweightgo_model_ast_FieldSelect__f_expression = expression; - this.Lfeatherweightgo_model_ast_FieldSelect__f_fieldName = fieldName + this.Lfeatherweightgo_model_ast_FieldSelect__f_fieldName = fieldName; } $c_Lfeatherweightgo_model_ast_FieldSelect.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_FieldSelect.prototype.constructor = $c_Lfeatherweightgo_model_ast_FieldSelect; /** @constructor */ function $h_Lfeatherweightgo_model_ast_FieldSelect() { - /**/ } $h_Lfeatherweightgo_model_ast_FieldSelect.prototype = $c_Lfeatherweightgo_model_ast_FieldSelect.prototype; $c_Lfeatherweightgo_model_ast_FieldSelect.prototype.productPrefix__T = (function() { - return "FieldSelect" + return "FieldSelect"; }); $c_Lfeatherweightgo_model_ast_FieldSelect.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_Lfeatherweightgo_model_ast_FieldSelect.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_ast_FieldSelect__f_expression; - break + break; } case 1: { return this.Lfeatherweightgo_model_ast_FieldSelect__f_fieldName; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfeatherweightgo_model_ast_FieldSelect.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_FieldSelect.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "expression"; - break + break; } case 1: { return "fieldName"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lfeatherweightgo_model_ast_FieldSelect.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_FieldSelect.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_FieldSelect.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_FieldSelect)) { var FieldSelect$1 = $as_Lfeatherweightgo_model_ast_FieldSelect(x$1); var x = this.Lfeatherweightgo_model_ast_FieldSelect__f_expression; @@ -28640,188 +26979,178 @@ $c_Lfeatherweightgo_model_ast_FieldSelect.prototype.equals__O__Z = (function(x$1 var x$4 = $n(FieldSelect$1).Lfeatherweightgo_model_ast_FieldSelect__f_fieldName; if (((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4))) { $n(FieldSelect$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_FieldSelect(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_FieldSelect) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.FieldSelect")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_FieldSelect) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.FieldSelect")); } function $isArrayOf_Lfeatherweightgo_model_ast_FieldSelect(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_FieldSelect))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_FieldSelect))); } function $asArrayOf_Lfeatherweightgo_model_ast_FieldSelect(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_FieldSelect(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.FieldSelect;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_FieldSelect(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.FieldSelect;", depth)); } -var $d_Lfeatherweightgo_model_ast_FieldSelect = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_FieldSelect: 0 -}, false, "featherweightgo.model.ast.FieldSelect", { +var $d_Lfeatherweightgo_model_ast_FieldSelect = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_FieldSelect, "featherweightgo.model.ast.FieldSelect", ({ Lfeatherweightgo_model_ast_FieldSelect: 1, - O: 1, Lfeatherweightgo_model_ast_Expression: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_FieldSelect.prototype.$classData = $d_Lfeatherweightgo_model_ast_FieldSelect; +})); function $is_Lfeatherweightgo_model_ast_IntegerOps(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.Lfeatherweightgo_model_ast_IntegerOps))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.Lfeatherweightgo_model_ast_IntegerOps))); } function $as_Lfeatherweightgo_model_ast_IntegerOps(obj) { - return (($is_Lfeatherweightgo_model_ast_IntegerOps(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.IntegerOps")) + return (($is_Lfeatherweightgo_model_ast_IntegerOps(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.IntegerOps")); } function $isArrayOf_Lfeatherweightgo_model_ast_IntegerOps(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_IntegerOps))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_IntegerOps))); } function $asArrayOf_Lfeatherweightgo_model_ast_IntegerOps(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_IntegerOps(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.IntegerOps;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_IntegerOps(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.IntegerOps;", depth)); } /** @constructor */ function $c_Lfeatherweightgo_model_ast_Interface(methods) { this.Lfeatherweightgo_model_ast_Interface__f_methods = null; - this.Lfeatherweightgo_model_ast_Interface__f_methods = methods + this.Lfeatherweightgo_model_ast_Interface__f_methods = methods; } $c_Lfeatherweightgo_model_ast_Interface.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_Interface.prototype.constructor = $c_Lfeatherweightgo_model_ast_Interface; /** @constructor */ function $h_Lfeatherweightgo_model_ast_Interface() { - /**/ } $h_Lfeatherweightgo_model_ast_Interface.prototype = $c_Lfeatherweightgo_model_ast_Interface.prototype; $c_Lfeatherweightgo_model_ast_Interface.prototype.productPrefix__T = (function() { - return "Interface" + return "Interface"; }); $c_Lfeatherweightgo_model_ast_Interface.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_Lfeatherweightgo_model_ast_Interface.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_Interface__f_methods : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_Interface__f_methods : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_Lfeatherweightgo_model_ast_Interface.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_Interface.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "methods" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "methods" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_Lfeatherweightgo_model_ast_Interface.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_Interface.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_Interface.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_Interface)) { var Interface$1 = $as_Lfeatherweightgo_model_ast_Interface(x$1); var x = this.Lfeatherweightgo_model_ast_Interface__f_methods; var x$2 = $n(Interface$1).Lfeatherweightgo_model_ast_Interface__f_methods; if (((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2))) { $n(Interface$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_Interface(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_Interface) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.Interface")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_Interface) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.Interface")); } function $isArrayOf_Lfeatherweightgo_model_ast_Interface(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_Interface))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_Interface))); } function $asArrayOf_Lfeatherweightgo_model_ast_Interface(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_Interface(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.Interface;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_Interface(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.Interface;", depth)); } -var $d_Lfeatherweightgo_model_ast_Interface = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_Interface: 0 -}, false, "featherweightgo.model.ast.Interface", { +var $d_Lfeatherweightgo_model_ast_Interface = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_Interface, "featherweightgo.model.ast.Interface", ({ Lfeatherweightgo_model_ast_Interface: 1, - O: 1, Lfeatherweightgo_model_ast_TypeLiteral: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_Interface.prototype.$classData = $d_Lfeatherweightgo_model_ast_Interface; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_InterfaceType(interfaceTypeName, types) { this.Lfeatherweightgo_model_ast_InterfaceType__f_interfaceTypeName = null; this.Lfeatherweightgo_model_ast_InterfaceType__f_types = null; this.Lfeatherweightgo_model_ast_InterfaceType__f_interfaceTypeName = interfaceTypeName; - this.Lfeatherweightgo_model_ast_InterfaceType__f_types = types + this.Lfeatherweightgo_model_ast_InterfaceType__f_types = types; } $c_Lfeatherweightgo_model_ast_InterfaceType.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_InterfaceType.prototype.constructor = $c_Lfeatherweightgo_model_ast_InterfaceType; /** @constructor */ function $h_Lfeatherweightgo_model_ast_InterfaceType() { - /**/ } $h_Lfeatherweightgo_model_ast_InterfaceType.prototype = $c_Lfeatherweightgo_model_ast_InterfaceType.prototype; $c_Lfeatherweightgo_model_ast_InterfaceType.prototype.name__Lfeatherweightgo_model_ast_TypeName = (function() { - return this.Lfeatherweightgo_model_ast_InterfaceType__f_interfaceTypeName + return this.Lfeatherweightgo_model_ast_InterfaceType__f_interfaceTypeName; }); $c_Lfeatherweightgo_model_ast_InterfaceType.prototype.productPrefix__T = (function() { - return "InterfaceType" + return "InterfaceType"; }); $c_Lfeatherweightgo_model_ast_InterfaceType.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_Lfeatherweightgo_model_ast_InterfaceType.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_ast_InterfaceType__f_interfaceTypeName; - break + break; } case 1: { return this.Lfeatherweightgo_model_ast_InterfaceType__f_types; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfeatherweightgo_model_ast_InterfaceType.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_InterfaceType.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "interfaceTypeName"; - break + break; } case 1: { return "types"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lfeatherweightgo_model_ast_InterfaceType.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_InterfaceType.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_InterfaceType.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_InterfaceType)) { var InterfaceType$1 = $as_Lfeatherweightgo_model_ast_InterfaceType(x$1); var x = this.Lfeatherweightgo_model_ast_InterfaceType__f_interfaceTypeName; @@ -28831,113 +27160,104 @@ $c_Lfeatherweightgo_model_ast_InterfaceType.prototype.equals__O__Z = (function(x var x$4 = $n(InterfaceType$1).Lfeatherweightgo_model_ast_InterfaceType__f_types; if (((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4))) { $n(InterfaceType$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_InterfaceType(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_InterfaceType) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.InterfaceType")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_InterfaceType) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.InterfaceType")); } function $isArrayOf_Lfeatherweightgo_model_ast_InterfaceType(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_InterfaceType))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_InterfaceType))); } function $asArrayOf_Lfeatherweightgo_model_ast_InterfaceType(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_InterfaceType(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.InterfaceType;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_InterfaceType(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.InterfaceType;", depth)); } -var $d_Lfeatherweightgo_model_ast_InterfaceType = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_InterfaceType: 0 -}, false, "featherweightgo.model.ast.InterfaceType", { +var $d_Lfeatherweightgo_model_ast_InterfaceType = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_InterfaceType, "featherweightgo.model.ast.InterfaceType", ({ Lfeatherweightgo_model_ast_InterfaceType: 1, - O: 1, Lfeatherweightgo_model_ast_Type: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_InterfaceType.prototype.$classData = $d_Lfeatherweightgo_model_ast_InterfaceType; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_InterfaceTypeName(value) { this.Lfeatherweightgo_model_ast_TypeName__f_value = null; - $ct_Lfeatherweightgo_model_ast_TypeName__T__(this, value) + $ct_Lfeatherweightgo_model_ast_TypeName__T__(this, value); } $c_Lfeatherweightgo_model_ast_InterfaceTypeName.prototype = new $h_Lfeatherweightgo_model_ast_TypeName(); $c_Lfeatherweightgo_model_ast_InterfaceTypeName.prototype.constructor = $c_Lfeatherweightgo_model_ast_InterfaceTypeName; /** @constructor */ function $h_Lfeatherweightgo_model_ast_InterfaceTypeName() { - /**/ } $h_Lfeatherweightgo_model_ast_InterfaceTypeName.prototype = $c_Lfeatherweightgo_model_ast_InterfaceTypeName.prototype; $c_Lfeatherweightgo_model_ast_InterfaceTypeName.prototype.value__T = (function() { - return this.Lfeatherweightgo_model_ast_TypeName__f_value + return this.Lfeatherweightgo_model_ast_TypeName__f_value; }); $c_Lfeatherweightgo_model_ast_InterfaceTypeName.prototype.productPrefix__T = (function() { - return "InterfaceTypeName" + return "InterfaceTypeName"; }); $c_Lfeatherweightgo_model_ast_InterfaceTypeName.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_Lfeatherweightgo_model_ast_InterfaceTypeName.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_TypeName__f_value : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_TypeName__f_value : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_Lfeatherweightgo_model_ast_InterfaceTypeName.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_InterfaceTypeName.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_Lfeatherweightgo_model_ast_InterfaceTypeName.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_InterfaceTypeName.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_InterfaceTypeName.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_InterfaceTypeName)) { var InterfaceTypeName$1 = $as_Lfeatherweightgo_model_ast_InterfaceTypeName(x$1); var $x_1 = this.Lfeatherweightgo_model_ast_TypeName__f_value; var this$1 = $n(InterfaceTypeName$1); if (($x_1 === this$1.Lfeatherweightgo_model_ast_TypeName__f_value)) { $n(InterfaceTypeName$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_InterfaceTypeName(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_InterfaceTypeName) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.InterfaceTypeName")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_InterfaceTypeName) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.InterfaceTypeName")); } function $isArrayOf_Lfeatherweightgo_model_ast_InterfaceTypeName(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_InterfaceTypeName))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_InterfaceTypeName))); } function $asArrayOf_Lfeatherweightgo_model_ast_InterfaceTypeName(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_InterfaceTypeName(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.InterfaceTypeName;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_InterfaceTypeName(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.InterfaceTypeName;", depth)); } -var $d_Lfeatherweightgo_model_ast_InterfaceTypeName = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_InterfaceTypeName: 0 -}, false, "featherweightgo.model.ast.InterfaceTypeName", { +var $d_Lfeatherweightgo_model_ast_InterfaceTypeName = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_InterfaceTypeName, "featherweightgo.model.ast.InterfaceTypeName", ({ Lfeatherweightgo_model_ast_InterfaceTypeName: 1, Lfeatherweightgo_model_ast_TypeName: 1, - O: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_InterfaceTypeName.prototype.$classData = $d_Lfeatherweightgo_model_ast_InterfaceTypeName; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_MethodCall(expression, methodName, types, arguments$1) { this.Lfeatherweightgo_model_ast_MethodCall__f_expression = null; @@ -28947,80 +27267,79 @@ function $c_Lfeatherweightgo_model_ast_MethodCall(expression, methodName, types, this.Lfeatherweightgo_model_ast_MethodCall__f_expression = expression; this.Lfeatherweightgo_model_ast_MethodCall__f_methodName = methodName; this.Lfeatherweightgo_model_ast_MethodCall__f_types = types; - this.Lfeatherweightgo_model_ast_MethodCall__f_arguments = arguments$1 + this.Lfeatherweightgo_model_ast_MethodCall__f_arguments = arguments$1; } $c_Lfeatherweightgo_model_ast_MethodCall.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_MethodCall.prototype.constructor = $c_Lfeatherweightgo_model_ast_MethodCall; /** @constructor */ function $h_Lfeatherweightgo_model_ast_MethodCall() { - /**/ } $h_Lfeatherweightgo_model_ast_MethodCall.prototype = $c_Lfeatherweightgo_model_ast_MethodCall.prototype; $c_Lfeatherweightgo_model_ast_MethodCall.prototype.productPrefix__T = (function() { - return "MethodCall" + return "MethodCall"; }); $c_Lfeatherweightgo_model_ast_MethodCall.prototype.productArity__I = (function() { - return 4 + return 4; }); $c_Lfeatherweightgo_model_ast_MethodCall.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_ast_MethodCall__f_expression; - break + break; } case 1: { return this.Lfeatherweightgo_model_ast_MethodCall__f_methodName; - break + break; } case 2: { return this.Lfeatherweightgo_model_ast_MethodCall__f_types; - break + break; } case 3: { return this.Lfeatherweightgo_model_ast_MethodCall__f_arguments; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfeatherweightgo_model_ast_MethodCall.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_MethodCall.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "expression"; - break + break; } case 1: { return "methodName"; - break + break; } case 2: { return "types"; - break + break; } case 3: { return "arguments"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lfeatherweightgo_model_ast_MethodCall.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_MethodCall.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_MethodCall.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_MethodCall)) { var MethodCall$1 = $as_Lfeatherweightgo_model_ast_MethodCall(x$1); var x = this.Lfeatherweightgo_model_ast_MethodCall__f_expression; @@ -29028,10 +27347,10 @@ $c_Lfeatherweightgo_model_ast_MethodCall.prototype.equals__O__Z = (function(x$1) if (((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2))) { var x$3 = this.Lfeatherweightgo_model_ast_MethodCall__f_methodName; var x$4 = $n(MethodCall$1).Lfeatherweightgo_model_ast_MethodCall__f_methodName; - var $x_1 = ((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4)) + var $x_1 = ((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4)); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { var x$5 = this.Lfeatherweightgo_model_ast_MethodCall__f_types; var x$6 = $n(MethodCall$1).Lfeatherweightgo_model_ast_MethodCall__f_types; @@ -29040,41 +27359,37 @@ $c_Lfeatherweightgo_model_ast_MethodCall.prototype.equals__O__Z = (function(x$1) var x$8 = $n(MethodCall$1).Lfeatherweightgo_model_ast_MethodCall__f_arguments; if (((x$7 === null) ? (x$8 === null) : $n(x$7).equals__O__Z(x$8))) { $n(MethodCall$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_MethodCall(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_MethodCall) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.MethodCall")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_MethodCall) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.MethodCall")); } function $isArrayOf_Lfeatherweightgo_model_ast_MethodCall(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_MethodCall))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_MethodCall))); } function $asArrayOf_Lfeatherweightgo_model_ast_MethodCall(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_MethodCall(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.MethodCall;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_MethodCall(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.MethodCall;", depth)); } -var $d_Lfeatherweightgo_model_ast_MethodCall = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_MethodCall: 0 -}, false, "featherweightgo.model.ast.MethodCall", { +var $d_Lfeatherweightgo_model_ast_MethodCall = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_MethodCall, "featherweightgo.model.ast.MethodCall", ({ Lfeatherweightgo_model_ast_MethodCall: 1, - O: 1, Lfeatherweightgo_model_ast_Expression: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_MethodCall.prototype.$classData = $d_Lfeatherweightgo_model_ast_MethodCall; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_MethodDeclaration(receiver, methodSpecification, body) { this.Lfeatherweightgo_model_ast_MethodDeclaration__f_receiver = null; @@ -29082,72 +27397,71 @@ function $c_Lfeatherweightgo_model_ast_MethodDeclaration(receiver, methodSpecifi this.Lfeatherweightgo_model_ast_MethodDeclaration__f_body = null; this.Lfeatherweightgo_model_ast_MethodDeclaration__f_receiver = receiver; this.Lfeatherweightgo_model_ast_MethodDeclaration__f_methodSpecification = methodSpecification; - this.Lfeatherweightgo_model_ast_MethodDeclaration__f_body = body + this.Lfeatherweightgo_model_ast_MethodDeclaration__f_body = body; } $c_Lfeatherweightgo_model_ast_MethodDeclaration.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_MethodDeclaration.prototype.constructor = $c_Lfeatherweightgo_model_ast_MethodDeclaration; /** @constructor */ function $h_Lfeatherweightgo_model_ast_MethodDeclaration() { - /**/ } $h_Lfeatherweightgo_model_ast_MethodDeclaration.prototype = $c_Lfeatherweightgo_model_ast_MethodDeclaration.prototype; $c_Lfeatherweightgo_model_ast_MethodDeclaration.prototype.productPrefix__T = (function() { - return "MethodDeclaration" + return "MethodDeclaration"; }); $c_Lfeatherweightgo_model_ast_MethodDeclaration.prototype.productArity__I = (function() { - return 3 + return 3; }); $c_Lfeatherweightgo_model_ast_MethodDeclaration.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_ast_MethodDeclaration__f_receiver; - break + break; } case 1: { return this.Lfeatherweightgo_model_ast_MethodDeclaration__f_methodSpecification; - break + break; } case 2: { return this.Lfeatherweightgo_model_ast_MethodDeclaration__f_body; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfeatherweightgo_model_ast_MethodDeclaration.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_MethodDeclaration.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "receiver"; - break + break; } case 1: { return "methodSpecification"; - break + break; } case 2: { return "body"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lfeatherweightgo_model_ast_MethodDeclaration.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_MethodDeclaration.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_MethodDeclaration.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_MethodDeclaration)) { var MethodDeclaration$1 = $as_Lfeatherweightgo_model_ast_MethodDeclaration(x$1); var x = this.Lfeatherweightgo_model_ast_MethodDeclaration__f_receiver; @@ -29155,194 +27469,184 @@ $c_Lfeatherweightgo_model_ast_MethodDeclaration.prototype.equals__O__Z = (functi if (((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2))) { var x$3 = this.Lfeatherweightgo_model_ast_MethodDeclaration__f_methodSpecification; var x$4 = $n(MethodDeclaration$1).Lfeatherweightgo_model_ast_MethodDeclaration__f_methodSpecification; - var $x_1 = ((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4)) + var $x_1 = ((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4)); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { var x$5 = this.Lfeatherweightgo_model_ast_MethodDeclaration__f_body; var x$6 = $n(MethodDeclaration$1).Lfeatherweightgo_model_ast_MethodDeclaration__f_body; if (((x$5 === null) ? (x$6 === null) : $n(x$5).equals__O__Z(x$6))) { $n(MethodDeclaration$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_MethodDeclaration(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_MethodDeclaration) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.MethodDeclaration")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_MethodDeclaration) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.MethodDeclaration")); } function $isArrayOf_Lfeatherweightgo_model_ast_MethodDeclaration(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_MethodDeclaration))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_MethodDeclaration))); } function $asArrayOf_Lfeatherweightgo_model_ast_MethodDeclaration(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_MethodDeclaration(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.MethodDeclaration;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_MethodDeclaration(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.MethodDeclaration;", depth)); } -var $d_Lfeatherweightgo_model_ast_MethodDeclaration = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_MethodDeclaration: 0 -}, false, "featherweightgo.model.ast.MethodDeclaration", { +var $d_Lfeatherweightgo_model_ast_MethodDeclaration = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_MethodDeclaration, "featherweightgo.model.ast.MethodDeclaration", ({ Lfeatherweightgo_model_ast_MethodDeclaration: 1, - O: 1, Lfeatherweightgo_model_ast_Declaration: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_MethodDeclaration.prototype.$classData = $d_Lfeatherweightgo_model_ast_MethodDeclaration; +})); function $is_Lfeatherweightgo_model_ast_Primitive(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.Lfeatherweightgo_model_ast_Primitive))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.Lfeatherweightgo_model_ast_Primitive))); } function $as_Lfeatherweightgo_model_ast_Primitive(obj) { - return (($is_Lfeatherweightgo_model_ast_Primitive(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.Primitive")) + return (($is_Lfeatherweightgo_model_ast_Primitive(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.Primitive")); } function $isArrayOf_Lfeatherweightgo_model_ast_Primitive(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_Primitive))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_Primitive))); } function $asArrayOf_Lfeatherweightgo_model_ast_Primitive(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_Primitive(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.Primitive;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_Primitive(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.Primitive;", depth)); } /** @constructor */ function $c_Lfeatherweightgo_model_ast_Structure(fields) { this.Lfeatherweightgo_model_ast_Structure__f_fields = null; - this.Lfeatherweightgo_model_ast_Structure__f_fields = fields + this.Lfeatherweightgo_model_ast_Structure__f_fields = fields; } $c_Lfeatherweightgo_model_ast_Structure.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_Structure.prototype.constructor = $c_Lfeatherweightgo_model_ast_Structure; /** @constructor */ function $h_Lfeatherweightgo_model_ast_Structure() { - /**/ } $h_Lfeatherweightgo_model_ast_Structure.prototype = $c_Lfeatherweightgo_model_ast_Structure.prototype; $c_Lfeatherweightgo_model_ast_Structure.prototype.productPrefix__T = (function() { - return "Structure" + return "Structure"; }); $c_Lfeatherweightgo_model_ast_Structure.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_Lfeatherweightgo_model_ast_Structure.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_Structure__f_fields : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_Structure__f_fields : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_Lfeatherweightgo_model_ast_Structure.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_Structure.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "fields" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "fields" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_Lfeatherweightgo_model_ast_Structure.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_Structure.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_Structure.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_Structure)) { var Structure$1 = $as_Lfeatherweightgo_model_ast_Structure(x$1); var x = this.Lfeatherweightgo_model_ast_Structure__f_fields; var x$2 = $n(Structure$1).Lfeatherweightgo_model_ast_Structure__f_fields; if (((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2))) { $n(Structure$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_Structure(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_Structure) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.Structure")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_Structure) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.Structure")); } function $isArrayOf_Lfeatherweightgo_model_ast_Structure(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_Structure))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_Structure))); } function $asArrayOf_Lfeatherweightgo_model_ast_Structure(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_Structure(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.Structure;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_Structure(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.Structure;", depth)); } -var $d_Lfeatherweightgo_model_ast_Structure = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_Structure: 0 -}, false, "featherweightgo.model.ast.Structure", { +var $d_Lfeatherweightgo_model_ast_Structure = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_Structure, "featherweightgo.model.ast.Structure", ({ Lfeatherweightgo_model_ast_Structure: 1, - O: 1, Lfeatherweightgo_model_ast_TypeLiteral: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_Structure.prototype.$classData = $d_Lfeatherweightgo_model_ast_Structure; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_StructureLiteral(structureType, arguments$1) { this.Lfeatherweightgo_model_ast_StructureLiteral__f_structureType = null; this.Lfeatherweightgo_model_ast_StructureLiteral__f_arguments = null; this.Lfeatherweightgo_model_ast_StructureLiteral__f_structureType = structureType; - this.Lfeatherweightgo_model_ast_StructureLiteral__f_arguments = arguments$1 + this.Lfeatherweightgo_model_ast_StructureLiteral__f_arguments = arguments$1; } $c_Lfeatherweightgo_model_ast_StructureLiteral.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_StructureLiteral.prototype.constructor = $c_Lfeatherweightgo_model_ast_StructureLiteral; /** @constructor */ function $h_Lfeatherweightgo_model_ast_StructureLiteral() { - /**/ } $h_Lfeatherweightgo_model_ast_StructureLiteral.prototype = $c_Lfeatherweightgo_model_ast_StructureLiteral.prototype; $c_Lfeatherweightgo_model_ast_StructureLiteral.prototype.productPrefix__T = (function() { - return "StructureLiteral" + return "StructureLiteral"; }); $c_Lfeatherweightgo_model_ast_StructureLiteral.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_Lfeatherweightgo_model_ast_StructureLiteral.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_ast_StructureLiteral__f_structureType; - break + break; } case 1: { return this.Lfeatherweightgo_model_ast_StructureLiteral__f_arguments; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfeatherweightgo_model_ast_StructureLiteral.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_StructureLiteral.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "structureType"; - break + break; } case 1: { return "arguments"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lfeatherweightgo_model_ast_StructureLiteral.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_StructureLiteral.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_StructureLiteral.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_StructureLiteral)) { var StructureLiteral$1 = $as_Lfeatherweightgo_model_ast_StructureLiteral(x$1); var x = this.Lfeatherweightgo_model_ast_StructureLiteral__f_structureType; @@ -29352,176 +27656,166 @@ $c_Lfeatherweightgo_model_ast_StructureLiteral.prototype.equals__O__Z = (functio var x$4 = $n(StructureLiteral$1).Lfeatherweightgo_model_ast_StructureLiteral__f_arguments; if (((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4))) { $n(StructureLiteral$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_StructureLiteral(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_StructureLiteral) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.StructureLiteral")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_StructureLiteral) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.StructureLiteral")); } function $isArrayOf_Lfeatherweightgo_model_ast_StructureLiteral(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_StructureLiteral))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_StructureLiteral))); } function $asArrayOf_Lfeatherweightgo_model_ast_StructureLiteral(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_StructureLiteral(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.StructureLiteral;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_StructureLiteral(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.StructureLiteral;", depth)); } -var $d_Lfeatherweightgo_model_ast_StructureLiteral = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_StructureLiteral: 0 -}, false, "featherweightgo.model.ast.StructureLiteral", { +var $d_Lfeatherweightgo_model_ast_StructureLiteral = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_StructureLiteral, "featherweightgo.model.ast.StructureLiteral", ({ Lfeatherweightgo_model_ast_StructureLiteral: 1, - O: 1, Lfeatherweightgo_model_ast_Expression: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_StructureLiteral.prototype.$classData = $d_Lfeatherweightgo_model_ast_StructureLiteral; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_StructureTypeName(value) { this.Lfeatherweightgo_model_ast_TypeName__f_value = null; - $ct_Lfeatherweightgo_model_ast_TypeName__T__(this, value) + $ct_Lfeatherweightgo_model_ast_TypeName__T__(this, value); } $c_Lfeatherweightgo_model_ast_StructureTypeName.prototype = new $h_Lfeatherweightgo_model_ast_TypeName(); $c_Lfeatherweightgo_model_ast_StructureTypeName.prototype.constructor = $c_Lfeatherweightgo_model_ast_StructureTypeName; /** @constructor */ function $h_Lfeatherweightgo_model_ast_StructureTypeName() { - /**/ } $h_Lfeatherweightgo_model_ast_StructureTypeName.prototype = $c_Lfeatherweightgo_model_ast_StructureTypeName.prototype; $c_Lfeatherweightgo_model_ast_StructureTypeName.prototype.value__T = (function() { - return this.Lfeatherweightgo_model_ast_TypeName__f_value + return this.Lfeatherweightgo_model_ast_TypeName__f_value; }); $c_Lfeatherweightgo_model_ast_StructureTypeName.prototype.productPrefix__T = (function() { - return "StructureTypeName" + return "StructureTypeName"; }); $c_Lfeatherweightgo_model_ast_StructureTypeName.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_Lfeatherweightgo_model_ast_StructureTypeName.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_TypeName__f_value : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_TypeName__f_value : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_Lfeatherweightgo_model_ast_StructureTypeName.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_StructureTypeName.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_Lfeatherweightgo_model_ast_StructureTypeName.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_StructureTypeName.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_StructureTypeName.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_StructureTypeName)) { var StructureTypeName$1 = $as_Lfeatherweightgo_model_ast_StructureTypeName(x$1); var $x_1 = this.Lfeatherweightgo_model_ast_TypeName__f_value; var this$1 = $n(StructureTypeName$1); if (($x_1 === this$1.Lfeatherweightgo_model_ast_TypeName__f_value)) { $n(StructureTypeName$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_StructureTypeName(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_StructureTypeName) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.StructureTypeName")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_StructureTypeName) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.StructureTypeName")); } function $isArrayOf_Lfeatherweightgo_model_ast_StructureTypeName(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_StructureTypeName))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_StructureTypeName))); } function $asArrayOf_Lfeatherweightgo_model_ast_StructureTypeName(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_StructureTypeName(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.StructureTypeName;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_StructureTypeName(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.StructureTypeName;", depth)); } -var $d_Lfeatherweightgo_model_ast_StructureTypeName = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_StructureTypeName: 0 -}, false, "featherweightgo.model.ast.StructureTypeName", { +var $d_Lfeatherweightgo_model_ast_StructureTypeName = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_StructureTypeName, "featherweightgo.model.ast.StructureTypeName", ({ Lfeatherweightgo_model_ast_StructureTypeName: 1, Lfeatherweightgo_model_ast_TypeName: 1, - O: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_StructureTypeName.prototype.$classData = $d_Lfeatherweightgo_model_ast_StructureTypeName; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_TypeAssertion(expression, typ) { this.Lfeatherweightgo_model_ast_TypeAssertion__f_expression = null; this.Lfeatherweightgo_model_ast_TypeAssertion__f_typ = null; this.Lfeatherweightgo_model_ast_TypeAssertion__f_expression = expression; - this.Lfeatherweightgo_model_ast_TypeAssertion__f_typ = typ + this.Lfeatherweightgo_model_ast_TypeAssertion__f_typ = typ; } $c_Lfeatherweightgo_model_ast_TypeAssertion.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_TypeAssertion.prototype.constructor = $c_Lfeatherweightgo_model_ast_TypeAssertion; /** @constructor */ function $h_Lfeatherweightgo_model_ast_TypeAssertion() { - /**/ } $h_Lfeatherweightgo_model_ast_TypeAssertion.prototype = $c_Lfeatherweightgo_model_ast_TypeAssertion.prototype; $c_Lfeatherweightgo_model_ast_TypeAssertion.prototype.productPrefix__T = (function() { - return "TypeAssertion" + return "TypeAssertion"; }); $c_Lfeatherweightgo_model_ast_TypeAssertion.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_Lfeatherweightgo_model_ast_TypeAssertion.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_ast_TypeAssertion__f_expression; - break + break; } case 1: { return this.Lfeatherweightgo_model_ast_TypeAssertion__f_typ; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfeatherweightgo_model_ast_TypeAssertion.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_TypeAssertion.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "expression"; - break + break; } case 1: { return "typ"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lfeatherweightgo_model_ast_TypeAssertion.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_TypeAssertion.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_TypeAssertion.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_TypeAssertion)) { var TypeAssertion$1 = $as_Lfeatherweightgo_model_ast_TypeAssertion(x$1); var x = this.Lfeatherweightgo_model_ast_TypeAssertion__f_expression; @@ -29531,38 +27825,34 @@ $c_Lfeatherweightgo_model_ast_TypeAssertion.prototype.equals__O__Z = (function(x var x$4 = $n(TypeAssertion$1).Lfeatherweightgo_model_ast_TypeAssertion__f_typ; if (((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4))) { $n(TypeAssertion$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_TypeAssertion(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_TypeAssertion) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.TypeAssertion")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_TypeAssertion) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.TypeAssertion")); } function $isArrayOf_Lfeatherweightgo_model_ast_TypeAssertion(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_TypeAssertion))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_TypeAssertion))); } function $asArrayOf_Lfeatherweightgo_model_ast_TypeAssertion(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_TypeAssertion(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.TypeAssertion;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_TypeAssertion(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.TypeAssertion;", depth)); } -var $d_Lfeatherweightgo_model_ast_TypeAssertion = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_TypeAssertion: 0 -}, false, "featherweightgo.model.ast.TypeAssertion", { +var $d_Lfeatherweightgo_model_ast_TypeAssertion = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_TypeAssertion, "featherweightgo.model.ast.TypeAssertion", ({ Lfeatherweightgo_model_ast_TypeAssertion: 1, - O: 1, Lfeatherweightgo_model_ast_Expression: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_TypeAssertion.prototype.$classData = $d_Lfeatherweightgo_model_ast_TypeAssertion; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_TypeDeclaration(name, typeFormals, typeLiteral) { this.Lfeatherweightgo_model_ast_TypeDeclaration__f_name = null; @@ -29570,72 +27860,71 @@ function $c_Lfeatherweightgo_model_ast_TypeDeclaration(name, typeFormals, typeLi this.Lfeatherweightgo_model_ast_TypeDeclaration__f_typeLiteral = null; this.Lfeatherweightgo_model_ast_TypeDeclaration__f_name = name; this.Lfeatherweightgo_model_ast_TypeDeclaration__f_typeFormals = typeFormals; - this.Lfeatherweightgo_model_ast_TypeDeclaration__f_typeLiteral = typeLiteral + this.Lfeatherweightgo_model_ast_TypeDeclaration__f_typeLiteral = typeLiteral; } $c_Lfeatherweightgo_model_ast_TypeDeclaration.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_TypeDeclaration.prototype.constructor = $c_Lfeatherweightgo_model_ast_TypeDeclaration; /** @constructor */ function $h_Lfeatherweightgo_model_ast_TypeDeclaration() { - /**/ } $h_Lfeatherweightgo_model_ast_TypeDeclaration.prototype = $c_Lfeatherweightgo_model_ast_TypeDeclaration.prototype; $c_Lfeatherweightgo_model_ast_TypeDeclaration.prototype.productPrefix__T = (function() { - return "TypeDeclaration" + return "TypeDeclaration"; }); $c_Lfeatherweightgo_model_ast_TypeDeclaration.prototype.productArity__I = (function() { - return 3 + return 3; }); $c_Lfeatherweightgo_model_ast_TypeDeclaration.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_ast_TypeDeclaration__f_name; - break + break; } case 1: { return this.Lfeatherweightgo_model_ast_TypeDeclaration__f_typeFormals; - break + break; } case 2: { return this.Lfeatherweightgo_model_ast_TypeDeclaration__f_typeLiteral; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfeatherweightgo_model_ast_TypeDeclaration.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_TypeDeclaration.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "name"; - break + break; } case 1: { return "typeFormals"; - break + break; } case 2: { return "typeLiteral"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lfeatherweightgo_model_ast_TypeDeclaration.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_TypeDeclaration.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_TypeDeclaration.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_TypeDeclaration)) { var TypeDeclaration$1 = $as_Lfeatherweightgo_model_ast_TypeDeclaration(x$1); var x = this.Lfeatherweightgo_model_ast_TypeDeclaration__f_name; @@ -29643,187 +27932,173 @@ $c_Lfeatherweightgo_model_ast_TypeDeclaration.prototype.equals__O__Z = (function if (((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2))) { var x$3 = this.Lfeatherweightgo_model_ast_TypeDeclaration__f_typeFormals; var x$4 = $n(TypeDeclaration$1).Lfeatherweightgo_model_ast_TypeDeclaration__f_typeFormals; - var $x_1 = ((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4)) + var $x_1 = ((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4)); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { var x$5 = this.Lfeatherweightgo_model_ast_TypeDeclaration__f_typeLiteral; var x$6 = $n(TypeDeclaration$1).Lfeatherweightgo_model_ast_TypeDeclaration__f_typeLiteral; if (((x$5 === null) ? (x$6 === null) : $n(x$5).equals__O__Z(x$6))) { $n(TypeDeclaration$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_TypeDeclaration(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_TypeDeclaration) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.TypeDeclaration")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_TypeDeclaration) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.TypeDeclaration")); } function $isArrayOf_Lfeatherweightgo_model_ast_TypeDeclaration(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_TypeDeclaration))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_TypeDeclaration))); } function $asArrayOf_Lfeatherweightgo_model_ast_TypeDeclaration(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_TypeDeclaration(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.TypeDeclaration;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_TypeDeclaration(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.TypeDeclaration;", depth)); } -var $d_Lfeatherweightgo_model_ast_TypeDeclaration = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_TypeDeclaration: 0 -}, false, "featherweightgo.model.ast.TypeDeclaration", { +var $d_Lfeatherweightgo_model_ast_TypeDeclaration = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_TypeDeclaration, "featherweightgo.model.ast.TypeDeclaration", ({ Lfeatherweightgo_model_ast_TypeDeclaration: 1, - O: 1, Lfeatherweightgo_model_ast_Declaration: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_TypeDeclaration.prototype.$classData = $d_Lfeatherweightgo_model_ast_TypeDeclaration; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_TypeParameter(typeName) { this.Lfeatherweightgo_model_ast_TypeParameter__f_typeName = null; - this.Lfeatherweightgo_model_ast_TypeParameter__f_typeName = typeName + this.Lfeatherweightgo_model_ast_TypeParameter__f_typeName = typeName; } $c_Lfeatherweightgo_model_ast_TypeParameter.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_TypeParameter.prototype.constructor = $c_Lfeatherweightgo_model_ast_TypeParameter; /** @constructor */ function $h_Lfeatherweightgo_model_ast_TypeParameter() { - /**/ } $h_Lfeatherweightgo_model_ast_TypeParameter.prototype = $c_Lfeatherweightgo_model_ast_TypeParameter.prototype; $c_Lfeatherweightgo_model_ast_TypeParameter.prototype.name__Lfeatherweightgo_model_ast_TypeName = (function() { - return new $c_Lfeatherweightgo_model_ast_AnyTypeName(this.Lfeatherweightgo_model_ast_TypeParameter__f_typeName) + return new $c_Lfeatherweightgo_model_ast_AnyTypeName(this.Lfeatherweightgo_model_ast_TypeParameter__f_typeName); }); $c_Lfeatherweightgo_model_ast_TypeParameter.prototype.productPrefix__T = (function() { - return "TypeParameter" + return "TypeParameter"; }); $c_Lfeatherweightgo_model_ast_TypeParameter.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_Lfeatherweightgo_model_ast_TypeParameter.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_TypeParameter__f_typeName : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_TypeParameter__f_typeName : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_Lfeatherweightgo_model_ast_TypeParameter.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_TypeParameter.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "typeName" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "typeName" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_Lfeatherweightgo_model_ast_TypeParameter.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_TypeParameter.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_TypeParameter.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_TypeParameter)) { var TypeParameter$1 = $as_Lfeatherweightgo_model_ast_TypeParameter(x$1); - return ((this.Lfeatherweightgo_model_ast_TypeParameter__f_typeName === $n(TypeParameter$1).Lfeatherweightgo_model_ast_TypeParameter__f_typeName) && ($n(TypeParameter$1), true)) + return ((this.Lfeatherweightgo_model_ast_TypeParameter__f_typeName === $n(TypeParameter$1).Lfeatherweightgo_model_ast_TypeParameter__f_typeName) && ($n(TypeParameter$1), true)); } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_TypeParameter(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_TypeParameter) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.TypeParameter")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_TypeParameter) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.TypeParameter")); } function $isArrayOf_Lfeatherweightgo_model_ast_TypeParameter(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_TypeParameter))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_TypeParameter))); } function $asArrayOf_Lfeatherweightgo_model_ast_TypeParameter(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_TypeParameter(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.TypeParameter;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_TypeParameter(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.TypeParameter;", depth)); } -var $d_Lfeatherweightgo_model_ast_TypeParameter = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_TypeParameter: 0 -}, false, "featherweightgo.model.ast.TypeParameter", { +var $d_Lfeatherweightgo_model_ast_TypeParameter = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_TypeParameter, "featherweightgo.model.ast.TypeParameter", ({ Lfeatherweightgo_model_ast_TypeParameter: 1, - O: 1, Lfeatherweightgo_model_ast_Type: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_TypeParameter.prototype.$classData = $d_Lfeatherweightgo_model_ast_TypeParameter; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_Variable(variableName) { this.Lfeatherweightgo_model_ast_Variable__f_variableName = null; - this.Lfeatherweightgo_model_ast_Variable__f_variableName = variableName + this.Lfeatherweightgo_model_ast_Variable__f_variableName = variableName; } $c_Lfeatherweightgo_model_ast_Variable.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_Variable.prototype.constructor = $c_Lfeatherweightgo_model_ast_Variable; /** @constructor */ function $h_Lfeatherweightgo_model_ast_Variable() { - /**/ } $h_Lfeatherweightgo_model_ast_Variable.prototype = $c_Lfeatherweightgo_model_ast_Variable.prototype; $c_Lfeatherweightgo_model_ast_Variable.prototype.productPrefix__T = (function() { - return "Variable" + return "Variable"; }); $c_Lfeatherweightgo_model_ast_Variable.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_Lfeatherweightgo_model_ast_Variable.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_Variable__f_variableName : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_Variable__f_variableName : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_Lfeatherweightgo_model_ast_Variable.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_Variable.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "variableName" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "variableName" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_Lfeatherweightgo_model_ast_Variable.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_Variable.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_Variable.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_Variable)) { var Variable$1 = $as_Lfeatherweightgo_model_ast_Variable(x$1); var x = this.Lfeatherweightgo_model_ast_Variable__f_variableName; var x$2 = $n(Variable$1).Lfeatherweightgo_model_ast_Variable__f_variableName; if (((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2))) { $n(Variable$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_Variable(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_Variable) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.Variable")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_Variable) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.Variable")); } function $isArrayOf_Lfeatherweightgo_model_ast_Variable(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_Variable))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_Variable))); } function $asArrayOf_Lfeatherweightgo_model_ast_Variable(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_Variable(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.Variable;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_Variable(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.Variable;", depth)); } -var $d_Lfeatherweightgo_model_ast_Variable = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_Variable: 0 -}, false, "featherweightgo.model.ast.Variable", { +var $d_Lfeatherweightgo_model_ast_Variable = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_Variable, "featherweightgo.model.ast.Variable", ({ Lfeatherweightgo_model_ast_Variable: 1, - O: 1, Lfeatherweightgo_model_ast_Expression: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_Variable.prototype.$classData = $d_Lfeatherweightgo_model_ast_Variable; +})); class $c_Lfeatherweightgo_model_error_FGError$FGEvalError extends $c_Lfeatherweightgo_model_error_FGError { constructor(ast, message, cause) { super(); @@ -29833,68 +28108,67 @@ class $c_Lfeatherweightgo_model_error_FGError$FGEvalError extends $c_Lfeatherwei this.Lfeatherweightgo_model_error_FGError$FGEvalError__f_ast = ast; this.Lfeatherweightgo_model_error_FGError$FGEvalError__f_message = message; this.Lfeatherweightgo_model_error_FGError$FGEvalError__f_cause = cause; - $n($m_s_package$().s_package$__f_List); var array = [(("Given AST[" + ast) + "] cannot evaluate!")]; var elems = $ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), array); var this$5 = $n($m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(elems)); var this$6 = $n(this$5.appendedAll__sc_IterableOnce__sci_List(message)); var message$1 = $f_sc_IterableOnceOps__mkString__T__T__T__T(this$6, "", "\n", ""); - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, message$1, cause, true, true) - }; + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, message$1, cause, true, true); + } productPrefix__T() { - return "FGEvalError" - }; + return "FGEvalError"; + } productArity__I() { - return 3 - }; + return 3; + } productElement__I__O(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_error_FGError$FGEvalError__f_ast; - break + break; } case 1: { return this.Lfeatherweightgo_model_error_FGError$FGEvalError__f_message; - break + break; } case 2: { return this.Lfeatherweightgo_model_error_FGError$FGEvalError__f_cause; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } - }; + } productIterator__sc_Iterator() { - return new $c_sr_ScalaRunTime$$anon$1(this) - }; + return new $c_sr_ScalaRunTime$$anon$1(this); + } productElementName__I__T(x$1) { switch (x$1) { case 0: { return "ast"; - break + break; } case 1: { return "message"; - break + break; } case 2: { return "cause"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } - }; + } hashCode__I() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) - }; + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); + } equals__O__Z(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_error_FGError$FGEvalError)) { var FGEvalError$1 = $as_Lfeatherweightgo_model_error_FGError$FGEvalError(x$1); var x = this.Lfeatherweightgo_model_error_FGError$FGEvalError__f_ast; @@ -29902,48 +28176,44 @@ class $c_Lfeatherweightgo_model_error_FGError$FGEvalError extends $c_Lfeatherwei if (((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2))) { var x$3 = this.Lfeatherweightgo_model_error_FGError$FGEvalError__f_message; var x$4 = $n(FGEvalError$1).Lfeatherweightgo_model_error_FGError$FGEvalError__f_message; - var $x_1 = ((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4)) + var $x_1 = ((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4)); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { var x$5 = this.Lfeatherweightgo_model_error_FGError$FGEvalError__f_cause; var x$6 = $n(FGEvalError$1).Lfeatherweightgo_model_error_FGError$FGEvalError__f_cause; if (((x$5 === null) ? (x$6 === null) : $n(x$5).equals__O__Z(x$6))) { $n(FGEvalError$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } - }; + } } function $as_Lfeatherweightgo_model_error_FGError$FGEvalError(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_error_FGError$FGEvalError) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.error.FGError$FGEvalError")) + return (((obj instanceof $c_Lfeatherweightgo_model_error_FGError$FGEvalError) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.error.FGError$FGEvalError")); } function $isArrayOf_Lfeatherweightgo_model_error_FGError$FGEvalError(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_error_FGError$FGEvalError))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_error_FGError$FGEvalError))); } function $asArrayOf_Lfeatherweightgo_model_error_FGError$FGEvalError(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_error_FGError$FGEvalError(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.error.FGError$FGEvalError;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_error_FGError$FGEvalError(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.error.FGError$FGEvalError;", depth)); } -var $d_Lfeatherweightgo_model_error_FGError$FGEvalError = new $TypeData().initClass({ - Lfeatherweightgo_model_error_FGError$FGEvalError: 0 -}, false, "featherweightgo.model.error.FGError$FGEvalError", { +var $d_Lfeatherweightgo_model_error_FGError$FGEvalError = new $TypeData().initClass($c_Lfeatherweightgo_model_error_FGError$FGEvalError, "featherweightgo.model.error.FGError$FGEvalError", ({ Lfeatherweightgo_model_error_FGError$FGEvalError: 1, Lfeatherweightgo_model_error_FGError: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1, s_Product: 1, s_Equals: 1 -}); -$c_Lfeatherweightgo_model_error_FGError$FGEvalError.prototype.$classData = $d_Lfeatherweightgo_model_error_FGError$FGEvalError; +})); class $c_Lfeatherweightgo_model_error_FGError$FGParseError extends $c_Lfeatherweightgo_model_error_FGError { constructor(message, cause) { super(); @@ -29952,54 +28222,54 @@ class $c_Lfeatherweightgo_model_error_FGError$FGParseError extends $c_Lfeatherwe this.Lfeatherweightgo_model_error_FGError$FGParseError__f_message = message; this.Lfeatherweightgo_model_error_FGError$FGParseError__f_cause = cause; var message$1 = (("Parse error! [" + message) + "]"); - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, message$1, cause, true, true) - }; + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, message$1, cause, true, true); + } productPrefix__T() { - return "FGParseError" - }; + return "FGParseError"; + } productArity__I() { - return 2 - }; + return 2; + } productElement__I__O(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_error_FGError$FGParseError__f_message; - break + break; } case 1: { return this.Lfeatherweightgo_model_error_FGError$FGParseError__f_cause; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } - }; + } productIterator__sc_Iterator() { - return new $c_sr_ScalaRunTime$$anon$1(this) - }; + return new $c_sr_ScalaRunTime$$anon$1(this); + } productElementName__I__T(x$1) { switch (x$1) { case 0: { return "message"; - break + break; } case 1: { return "cause"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } - }; + } hashCode__I() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) - }; + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); + } equals__O__Z(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_error_FGError$FGParseError)) { var FGParseError$1 = $as_Lfeatherweightgo_model_error_FGError$FGParseError(x$1); if ((this.Lfeatherweightgo_model_error_FGError$FGParseError__f_message === $n(FGParseError$1).Lfeatherweightgo_model_error_FGError$FGParseError__f_message)) { @@ -30007,39 +28277,35 @@ class $c_Lfeatherweightgo_model_error_FGError$FGParseError extends $c_Lfeatherwe var x$2 = $n(FGParseError$1).Lfeatherweightgo_model_error_FGError$FGParseError__f_cause; if (((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2))) { $n(FGParseError$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } - }; + } } function $as_Lfeatherweightgo_model_error_FGError$FGParseError(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_error_FGError$FGParseError) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.error.FGError$FGParseError")) + return (((obj instanceof $c_Lfeatherweightgo_model_error_FGError$FGParseError) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.error.FGError$FGParseError")); } function $isArrayOf_Lfeatherweightgo_model_error_FGError$FGParseError(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_error_FGError$FGParseError))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_error_FGError$FGParseError))); } function $asArrayOf_Lfeatherweightgo_model_error_FGError$FGParseError(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_error_FGError$FGParseError(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.error.FGError$FGParseError;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_error_FGError$FGParseError(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.error.FGError$FGParseError;", depth)); } -var $d_Lfeatherweightgo_model_error_FGError$FGParseError = new $TypeData().initClass({ - Lfeatherweightgo_model_error_FGError$FGParseError: 0 -}, false, "featherweightgo.model.error.FGError$FGParseError", { +var $d_Lfeatherweightgo_model_error_FGError$FGParseError = new $TypeData().initClass($c_Lfeatherweightgo_model_error_FGError$FGParseError, "featherweightgo.model.error.FGError$FGParseError", ({ Lfeatherweightgo_model_error_FGError$FGParseError: 1, Lfeatherweightgo_model_error_FGError: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1, s_Product: 1, s_Equals: 1 -}); -$c_Lfeatherweightgo_model_error_FGError$FGParseError.prototype.$classData = $d_Lfeatherweightgo_model_error_FGError$FGParseError; +})); class $c_Lfeatherweightgo_model_error_FGError$FGTypeError extends $c_Lfeatherweightgo_model_error_FGError { constructor(message, cause) { super(); @@ -30047,54 +28313,54 @@ class $c_Lfeatherweightgo_model_error_FGError$FGTypeError extends $c_Lfeatherwei this.Lfeatherweightgo_model_error_FGError$FGTypeError__f_cause = null; this.Lfeatherweightgo_model_error_FGError$FGTypeError__f_message = message; this.Lfeatherweightgo_model_error_FGError$FGTypeError__f_cause = cause; - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, message, cause, true, true) - }; + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, message, cause, true, true); + } productPrefix__T() { - return "FGTypeError" - }; + return "FGTypeError"; + } productArity__I() { - return 2 - }; + return 2; + } productElement__I__O(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_error_FGError$FGTypeError__f_message; - break + break; } case 1: { return this.Lfeatherweightgo_model_error_FGError$FGTypeError__f_cause; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } - }; + } productIterator__sc_Iterator() { - return new $c_sr_ScalaRunTime$$anon$1(this) - }; + return new $c_sr_ScalaRunTime$$anon$1(this); + } productElementName__I__T(x$1) { switch (x$1) { case 0: { return "message"; - break + break; } case 1: { return "cause"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } - }; + } hashCode__I() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) - }; + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); + } equals__O__Z(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_error_FGError$FGTypeError)) { var FGTypeError$1 = $as_Lfeatherweightgo_model_error_FGError$FGTypeError(x$1); if ((this.Lfeatherweightgo_model_error_FGError$FGTypeError__f_message === $n(FGTypeError$1).Lfeatherweightgo_model_error_FGError$FGTypeError__f_message)) { @@ -30102,213 +28368,189 @@ class $c_Lfeatherweightgo_model_error_FGError$FGTypeError extends $c_Lfeatherwei var x$2 = $n(FGTypeError$1).Lfeatherweightgo_model_error_FGError$FGTypeError__f_cause; if (((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2))) { $n(FGTypeError$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } - }; + } } function $as_Lfeatherweightgo_model_error_FGError$FGTypeError(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_error_FGError$FGTypeError) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.error.FGError$FGTypeError")) + return (((obj instanceof $c_Lfeatherweightgo_model_error_FGError$FGTypeError) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.error.FGError$FGTypeError")); } function $isArrayOf_Lfeatherweightgo_model_error_FGError$FGTypeError(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_error_FGError$FGTypeError))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_error_FGError$FGTypeError))); } function $asArrayOf_Lfeatherweightgo_model_error_FGError$FGTypeError(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_error_FGError$FGTypeError(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.error.FGError$FGTypeError;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_error_FGError$FGTypeError(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.error.FGError$FGTypeError;", depth)); } -var $d_Lfeatherweightgo_model_error_FGError$FGTypeError = new $TypeData().initClass({ - Lfeatherweightgo_model_error_FGError$FGTypeError: 0 -}, false, "featherweightgo.model.error.FGError$FGTypeError", { +var $d_Lfeatherweightgo_model_error_FGError$FGTypeError = new $TypeData().initClass($c_Lfeatherweightgo_model_error_FGError$FGTypeError, "featherweightgo.model.error.FGError$FGTypeError", ({ Lfeatherweightgo_model_error_FGError$FGTypeError: 1, Lfeatherweightgo_model_error_FGError: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1, s_Product: 1, s_Equals: 1 -}); -$c_Lfeatherweightgo_model_error_FGError$FGTypeError.prototype.$classData = $d_Lfeatherweightgo_model_error_FGError$FGTypeError; +})); function $ct_jl_ArrayIndexOutOfBoundsException__T__($thiz, s) { $ct_jl_Throwable__T__jl_Throwable__Z__Z__($thiz, s, null, true, true); - return $thiz + return $thiz; } function $ct_jl_ArrayIndexOutOfBoundsException__($thiz) { $ct_jl_Throwable__T__jl_Throwable__Z__Z__($thiz, null, null, true, true); - return $thiz + return $thiz; } class $c_jl_ArrayIndexOutOfBoundsException extends $c_jl_IndexOutOfBoundsException { } -var $d_jl_ArrayIndexOutOfBoundsException = new $TypeData().initClass({ - jl_ArrayIndexOutOfBoundsException: 0 -}, false, "java.lang.ArrayIndexOutOfBoundsException", { +var $d_jl_ArrayIndexOutOfBoundsException = new $TypeData().initClass($c_jl_ArrayIndexOutOfBoundsException, "java.lang.ArrayIndexOutOfBoundsException", ({ jl_ArrayIndexOutOfBoundsException: 1, jl_IndexOutOfBoundsException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_jl_ArrayIndexOutOfBoundsException.prototype.$classData = $d_jl_ArrayIndexOutOfBoundsException; +})); function $f_jl_Double__equals__O__Z($thiz, that) { - return Object.is($thiz, that) + return Object.is($thiz, that); } function $f_jl_Double__hashCode__I($thiz) { - return $m_jl_FloatingPointBits$().numberHashCode__D__I($thiz) + return $m_jl_FloatingPointBits$().numberHashCode__D__I($thiz); } function $f_jl_Double__toString__T($thiz) { - return ("" + $thiz) + return ("" + $thiz); } function $as_jl_Double(obj) { - return ((((typeof obj) === "number") || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Double")) + return ((((typeof obj) === "number") || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Double")); } function $isArrayOf_jl_Double(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Double))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Double))); } function $asArrayOf_jl_Double(obj, depth) { - return (($isArrayOf_jl_Double(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Double;", depth)) + return (($isArrayOf_jl_Double(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Double;", depth)); } -var $d_jl_Double = new $TypeData().initClass({ - jl_Double: 0 -}, false, "java.lang.Double", { +var $d_jl_Double = new $TypeData().initClass(0, "java.lang.Double", ({ jl_Double: 1, jl_Number: 1, - O: 1, Ljava_io_Serializable: 1, jl_Comparable: 1, jl_constant_Constable: 1, jl_constant_ConstantDesc: 1 -}, (void 0), (void 0), ((x) => ((typeof x) === "number"))); +}), ((x) => ((typeof x) === "number"))); function $f_jl_Float__equals__O__Z($thiz, that) { - return Object.is($thiz, that) + return Object.is($thiz, that); } function $f_jl_Float__hashCode__I($thiz) { - return $m_jl_FloatingPointBits$().numberHashCode__D__I($thiz) + return $m_jl_FloatingPointBits$().numberHashCode__D__I($thiz); } function $f_jl_Float__toString__T($thiz) { - return ("" + $thiz) + return ("" + $thiz); } function $as_jl_Float(obj) { - return (($isFloat(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Float")) + return (($isFloat(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Float")); } function $isArrayOf_jl_Float(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Float))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Float))); } function $asArrayOf_jl_Float(obj, depth) { - return (($isArrayOf_jl_Float(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Float;", depth)) + return (($isArrayOf_jl_Float(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Float;", depth)); } -var $d_jl_Float = new $TypeData().initClass({ - jl_Float: 0 -}, false, "java.lang.Float", { +var $d_jl_Float = new $TypeData().initClass(0, "java.lang.Float", ({ jl_Float: 1, jl_Number: 1, - O: 1, Ljava_io_Serializable: 1, jl_Comparable: 1, jl_constant_Constable: 1, jl_constant_ConstantDesc: 1 -}, (void 0), (void 0), ((x) => $isFloat(x))); +}), ((x) => $isFloat(x))); function $f_jl_Integer__equals__O__Z($thiz, that) { - return Object.is($thiz, that) + return Object.is($thiz, that); } function $f_jl_Integer__hashCode__I($thiz) { - return $thiz + return $thiz; } function $f_jl_Integer__toString__T($thiz) { - return ("" + $thiz) + return ("" + $thiz); } function $as_jl_Integer(obj) { - return (($isInt(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Integer")) + return (($isInt(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Integer")); } function $isArrayOf_jl_Integer(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Integer))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Integer))); } function $asArrayOf_jl_Integer(obj, depth) { - return (($isArrayOf_jl_Integer(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Integer;", depth)) + return (($isArrayOf_jl_Integer(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Integer;", depth)); } -var $d_jl_Integer = new $TypeData().initClass({ - jl_Integer: 0 -}, false, "java.lang.Integer", { +var $d_jl_Integer = new $TypeData().initClass(0, "java.lang.Integer", ({ jl_Integer: 1, jl_Number: 1, - O: 1, Ljava_io_Serializable: 1, jl_Comparable: 1, jl_constant_Constable: 1, jl_constant_ConstantDesc: 1 -}, (void 0), (void 0), ((x) => $isInt(x))); +}), ((x) => $isInt(x))); function $f_jl_Long__equals__O__Z($thiz, that) { if ((that instanceof $c_RTLong)) { var x2 = $as_jl_Long(that); var this$1 = $n(x2); var b = $uJ(this$1); - return (($thiz.RTLong__f_lo === b.RTLong__f_lo) && ($thiz.RTLong__f_hi === b.RTLong__f_hi)) + return (($thiz.RTLong__f_lo === b.RTLong__f_lo) && ($thiz.RTLong__f_hi === b.RTLong__f_hi)); } else { - return false + return false; } } function $f_jl_Long__hashCode__I($thiz) { var $x_1 = $thiz.RTLong__f_lo; var hi = $thiz.RTLong__f_hi; - return ($x_1 ^ hi) + return ($x_1 ^ hi); } function $f_jl_Long__toString__T($thiz) { - return $m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toString__I__I__T($thiz.RTLong__f_lo, $thiz.RTLong__f_hi) + return $m_RTLong$().org$scalajs$linker$runtime$RuntimeLong$$toString__I__I__T($thiz.RTLong__f_lo, $thiz.RTLong__f_hi); } function $as_jl_Long(obj) { - return (((obj instanceof $c_RTLong) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Long")) + return (((obj instanceof $c_RTLong) || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.Long")); } function $isArrayOf_jl_Long(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Long))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.jl_Long))); } function $asArrayOf_jl_Long(obj, depth) { - return (($isArrayOf_jl_Long(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Long;", depth)) + return (($isArrayOf_jl_Long(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.Long;", depth)); } -var $d_jl_Long = new $TypeData().initClass({ - jl_Long: 0 -}, false, "java.lang.Long", { +var $d_jl_Long = new $TypeData().initClass(0, "java.lang.Long", ({ jl_Long: 1, jl_Number: 1, - O: 1, Ljava_io_Serializable: 1, jl_Comparable: 1, jl_constant_Constable: 1, jl_constant_ConstantDesc: 1 -}, (void 0), (void 0), ((x) => (x instanceof $c_RTLong))); +}), ((x) => (x instanceof $c_RTLong))); class $c_jl_NumberFormatException extends $c_jl_IllegalArgumentException { constructor(s) { super(); - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, s, null, true, true) - }; + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, s, null, true, true); + } } -var $d_jl_NumberFormatException = new $TypeData().initClass({ - jl_NumberFormatException: 0 -}, false, "java.lang.NumberFormatException", { +var $d_jl_NumberFormatException = new $TypeData().initClass($c_jl_NumberFormatException, "java.lang.NumberFormatException", ({ jl_NumberFormatException: 1, jl_IllegalArgumentException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_jl_NumberFormatException.prototype.$classData = $d_jl_NumberFormatException; +})); function $f_T__length__I($thiz) { - return $thiz.length + return $thiz.length; } function $f_T__charAt__I__C($thiz, index) { - return $charAt($thiz, index) + return $charAt($thiz, index); } function $f_T__codePointAt__I__I($thiz, index) { $charAt($thiz, index); - return $uI($thiz.codePointAt(index)) + return $uI($thiz.codePointAt(index)); } function $f_T__hashCode__I($thiz) { var res = 0; @@ -30319,17 +28561,17 @@ function $f_T__hashCode__I($thiz) { var index = i; res = (($x_1 + Math.imul($charAt($thiz, index), mul)) | 0); mul = Math.imul(31, mul); - i = (((-1) + i) | 0) - }; - return res + i = (((-1) + i) | 0); + } + return res; } function $f_T__equals__O__Z($thiz, that) { - return ($thiz === that) + return ($thiz === that); } function $f_T__getChars__I__I__AC__I__V($thiz, srcBegin, srcEnd, dst, dstBegin) { if (((((srcEnd > $thiz.length) || (srcBegin < 0)) || (srcEnd < 0)) || (srcBegin > srcEnd))) { - throw $ct_jl_StringIndexOutOfBoundsException__T__(new $c_jl_StringIndexOutOfBoundsException(), "Index out of Bound") - }; + throw $ct_jl_StringIndexOutOfBoundsException__T__(new $c_jl_StringIndexOutOfBoundsException(), "Index out of Bound"); + } var offset = ((dstBegin - srcBegin) | 0); var i = srcBegin; while ((i < srcEnd)) { @@ -30337,100 +28579,89 @@ function $f_T__getChars__I__I__AC__I__V($thiz, srcBegin, srcEnd, dst, dstBegin) var $x_1 = i; var index = i; $x_2.set((($x_1 + offset) | 0), $charAt($thiz, index)); - i = ((1 + i) | 0) + i = ((1 + i) | 0); } } function $f_T__indexOf__I__I($thiz, ch) { var str = $m_jl_Character$().toString__I__T(ch); - return $uI($thiz.indexOf(str)) + return $uI($thiz.indexOf(str)); } function $f_T__repeat__I__T($thiz, count) { if ((count < 0)) { - throw $ct_jl_IllegalArgumentException__(new $c_jl_IllegalArgumentException()) + throw $ct_jl_IllegalArgumentException__(new $c_jl_IllegalArgumentException()); } else { - return $as_T($thiz.repeat(count)) + return $as_T($thiz.repeat(count)); } } function $f_T__subSequence__I__I__jl_CharSequence($thiz, beginIndex, endIndex) { if ((beginIndex < 0)) { - $charAt($thiz, beginIndex) - }; + $charAt($thiz, beginIndex); + } if ((endIndex > $thiz.length)) { - $charAt($thiz, endIndex) - }; + $charAt($thiz, endIndex); + } if ((endIndex < beginIndex)) { - $charAt($thiz, (-1)) - }; - return $as_T($thiz.substring(beginIndex, endIndex)) + $charAt($thiz, (-1)); + } + return $as_T($thiz.substring(beginIndex, endIndex)); } function $f_T__toString__T($thiz) { - return $thiz + return $thiz; } function $as_T(obj) { - return ((((typeof obj) === "string") || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.String")) + return ((((typeof obj) === "string") || (obj === null)) ? obj : $throwClassCastException(obj, "java.lang.String")); } function $isArrayOf_T(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.T))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.T))); } function $asArrayOf_T(obj, depth) { - return (($isArrayOf_T(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.String;", depth)) + return (($isArrayOf_T(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.lang.String;", depth)); } -var $d_T = new $TypeData().initClass({ - T: 0 -}, false, "java.lang.String", { +var $d_T = new $TypeData().initClass(0, "java.lang.String", ({ T: 1, - O: 1, Ljava_io_Serializable: 1, jl_Comparable: 1, jl_CharSequence: 1, jl_constant_Constable: 1, jl_constant_ConstantDesc: 1 -}, (void 0), (void 0), ((x) => ((typeof x) === "string"))); +}), ((x) => ((typeof x) === "string"))); function $ct_jl_StringIndexOutOfBoundsException__T__($thiz, s) { $ct_jl_Throwable__T__jl_Throwable__Z__Z__($thiz, s, null, true, true); - return $thiz + return $thiz; } function $ct_jl_StringIndexOutOfBoundsException__I__($thiz, index) { var s = ("String index out of range: " + index); $ct_jl_Throwable__T__jl_Throwable__Z__Z__($thiz, s, null, true, true); - return $thiz + return $thiz; } function $ct_jl_StringIndexOutOfBoundsException__($thiz) { $ct_jl_Throwable__T__jl_Throwable__Z__Z__($thiz, null, null, true, true); - return $thiz + return $thiz; } class $c_jl_StringIndexOutOfBoundsException extends $c_jl_IndexOutOfBoundsException { } -var $d_jl_StringIndexOutOfBoundsException = new $TypeData().initClass({ - jl_StringIndexOutOfBoundsException: 0 -}, false, "java.lang.StringIndexOutOfBoundsException", { +var $d_jl_StringIndexOutOfBoundsException = new $TypeData().initClass($c_jl_StringIndexOutOfBoundsException, "java.lang.StringIndexOutOfBoundsException", ({ jl_StringIndexOutOfBoundsException: 1, jl_IndexOutOfBoundsException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_jl_StringIndexOutOfBoundsException.prototype.$classData = $d_jl_StringIndexOutOfBoundsException; +})); class $c_ju_FormatterClosedException extends $c_jl_IllegalStateException { constructor() { super(); - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true) - }; + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true); + } } -var $d_ju_FormatterClosedException = new $TypeData().initClass({ - ju_FormatterClosedException: 0 -}, false, "java.util.FormatterClosedException", { +var $d_ju_FormatterClosedException = new $TypeData().initClass($c_ju_FormatterClosedException, "java.util.FormatterClosedException", ({ ju_FormatterClosedException: 1, jl_IllegalStateException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_ju_FormatterClosedException.prototype.$classData = $d_ju_FormatterClosedException; +})); class $c_ju_IllegalFormatException extends $c_jl_IllegalArgumentException { } class $c_ju_regex_PatternSyntaxException extends $c_jl_IllegalArgumentException { @@ -30442,8 +28673,8 @@ class $c_ju_regex_PatternSyntaxException extends $c_jl_IllegalArgumentException this.ju_regex_PatternSyntaxException__f_desc = desc; this.ju_regex_PatternSyntaxException__f_regex = regex; this.ju_regex_PatternSyntaxException__f_index = index; - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true) - }; + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true); + } getMessage__T() { var idx = this.ju_regex_PatternSyntaxException__f_index; var re = this.ju_regex_PatternSyntaxException__f_regex; @@ -30451,29 +28682,25 @@ class $c_ju_regex_PatternSyntaxException extends $c_jl_IllegalArgumentException var base = (((this.ju_regex_PatternSyntaxException__f_desc + indexHint) + "\n") + re); if (((idx >= 0) && (re !== null))) { var this$1 = $n(re); - var $x_1 = (idx < this$1.length) + var $x_1 = (idx < this$1.length); } else { - var $x_1 = false - }; + var $x_1 = false; + } if ($x_1) { - return (((base + "\n") + $f_T__repeat__I__T(" ", idx)) + "^") + return (((base + "\n") + $f_T__repeat__I__T(" ", idx)) + "^"); } else { - return base + return base; } - }; + } } -var $d_ju_regex_PatternSyntaxException = new $TypeData().initClass({ - ju_regex_PatternSyntaxException: 0 -}, false, "java.util.regex.PatternSyntaxException", { +var $d_ju_regex_PatternSyntaxException = new $TypeData().initClass($c_ju_regex_PatternSyntaxException, "java.util.regex.PatternSyntaxException", ({ ju_regex_PatternSyntaxException: 1, jl_IllegalArgumentException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_ju_regex_PatternSyntaxException.prototype.$classData = $d_ju_regex_PatternSyntaxException; +})); /** @constructor */ function $c_Lpprint_package$() { this.Lpprint_Walker__f_tuplePrefix = null; @@ -30485,355 +28712,330 @@ function $c_Lpprint_package$() { this.Lpprint_PPrinter__f_colorLiteral = null; this.Lpprint_PPrinter__f_colorApplyPrefix = null; this.Lpprint_PPrinter__f_additionalHandlers = null; - $ct_Lpprint_PPrinter__I__I__I__Z__Z__Lfansi_Attrs__Lfansi_Attrs__s_PartialFunction__(this, 100, 500, 2, false, true, $m_Lfansi_Color$().Lfansi_Color$__f_Green, $m_Lfansi_Color$().Lfansi_Color$__f_Yellow, $m_s_PartialFunction$().s_PartialFunction$__f_empty_pf) + $ct_Lpprint_PPrinter__I__I__I__Z__Z__Lfansi_Attrs__Lfansi_Attrs__s_PartialFunction__(this, 100, 500, 2, false, true, $m_Lfansi_Color$().Lfansi_Color$__f_Green, $m_Lfansi_Color$().Lfansi_Color$__f_Yellow, $m_s_PartialFunction$().s_PartialFunction$__f_empty_pf); } $c_Lpprint_package$.prototype = new $h_Lpprint_PPrinter(); $c_Lpprint_package$.prototype.constructor = $c_Lpprint_package$; /** @constructor */ function $h_Lpprint_package$() { - /**/ } $h_Lpprint_package$.prototype = $c_Lpprint_package$.prototype; -var $d_Lpprint_package$ = new $TypeData().initClass({ - Lpprint_package$: 0 -}, false, "pprint.package$", { +var $d_Lpprint_package$ = new $TypeData().initClass($c_Lpprint_package$, "pprint.package$", ({ Lpprint_package$: 1, Lpprint_PPrinter: 1, Lpprint_Walker: 1, - O: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lpprint_package$.prototype.$classData = $d_Lpprint_package$; +})); var $n_Lpprint_package$; function $m_Lpprint_package$() { if ((!$n_Lpprint_package$)) { - $n_Lpprint_package$ = new $c_Lpprint_package$() - }; - return $n_Lpprint_package$ + $n_Lpprint_package$ = new $c_Lpprint_package$(); + } + return $n_Lpprint_package$; } /** @constructor */ function $c_s_None$() { - /**/ } $c_s_None$.prototype = new $h_s_Option(); $c_s_None$.prototype.constructor = $c_s_None$; /** @constructor */ function $h_s_None$() { - /**/ } $h_s_None$.prototype = $c_s_None$.prototype; $c_s_None$.prototype.get__E = (function() { - throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), "None.get") + throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), "None.get"); }); $c_s_None$.prototype.productPrefix__T = (function() { - return "None" + return "None"; }); $c_s_None$.prototype.productArity__I = (function() { - return 0 + return 0; }); $c_s_None$.prototype.productElement__I__O = (function(x$1) { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); }); $c_s_None$.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_s_None$.prototype.hashCode__I = (function() { - return 2433880 + return 2433880; }); $c_s_None$.prototype.toString__T = (function() { - return "None" + return "None"; }); $c_s_None$.prototype.get__O = (function() { - this.get__E() + this.get__E(); }); -var $d_s_None$ = new $TypeData().initClass({ - s_None$: 0 -}, false, "scala.None$", { +var $d_s_None$ = new $TypeData().initClass($c_s_None$, "scala.None$", ({ s_None$: 1, s_Option: 1, - O: 1, sc_IterableOnce: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_s_None$.prototype.$classData = $d_s_None$; +})); var $n_s_None$; function $m_s_None$() { if ((!$n_s_None$)) { - $n_s_None$ = new $c_s_None$() - }; - return $n_s_None$ + $n_s_None$ = new $c_s_None$(); + } + return $n_s_None$; } /** @constructor */ function $c_s_Some(value) { this.s_Some__f_value = null; - this.s_Some__f_value = value + this.s_Some__f_value = value; } $c_s_Some.prototype = new $h_s_Option(); $c_s_Some.prototype.constructor = $c_s_Some; /** @constructor */ function $h_s_Some() { - /**/ } $h_s_Some.prototype = $c_s_Some.prototype; $c_s_Some.prototype.get__O = (function() { - return this.s_Some__f_value + return this.s_Some__f_value; }); $c_s_Some.prototype.productPrefix__T = (function() { - return "Some" + return "Some"; }); $c_s_Some.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_s_Some.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.s_Some__f_value : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.s_Some__f_value : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_s_Some.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_s_Some.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_s_Some.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_s_Some.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_s_Some.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_s_Some)) { var Some$1 = $as_s_Some(x$1); - return $m_sr_BoxesRunTime$().equals__O__O__Z(this.s_Some__f_value, $n(Some$1).s_Some__f_value) + return $m_sr_BoxesRunTime$().equals__O__O__Z(this.s_Some__f_value, $n(Some$1).s_Some__f_value); } else { - return false + return false; } }); function $as_s_Some(obj) { - return (((obj instanceof $c_s_Some) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.Some")) + return (((obj instanceof $c_s_Some) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.Some")); } function $isArrayOf_s_Some(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_Some))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_Some))); } function $asArrayOf_s_Some(obj, depth) { - return (($isArrayOf_s_Some(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.Some;", depth)) + return (($isArrayOf_s_Some(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.Some;", depth)); } -var $d_s_Some = new $TypeData().initClass({ - s_Some: 0 -}, false, "scala.Some", { +var $d_s_Some = new $TypeData().initClass($c_s_Some, "scala.Some", ({ s_Some: 1, s_Option: 1, - O: 1, sc_IterableOnce: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_s_Some.prototype.$classData = $d_s_Some; +})); /** @constructor */ function $c_sc_AbstractIterable() { - /**/ } $c_sc_AbstractIterable.prototype = new $h_O(); $c_sc_AbstractIterable.prototype.constructor = $c_sc_AbstractIterable; /** @constructor */ function $h_sc_AbstractIterable() { - /**/ } $h_sc_AbstractIterable.prototype = $c_sc_AbstractIterable.prototype; $c_sc_AbstractIterable.prototype.iterableFactory__sc_IterableFactory = (function() { - return $m_sc_Iterable$() + return $m_sc_Iterable$(); }); $c_sc_AbstractIterable.prototype.className__T = (function() { - return this.stringPrefix__T() + return this.stringPrefix__T(); }); $c_sc_AbstractIterable.prototype.stringPrefix__T = (function() { - return "Iterable" + return "Iterable"; }); $c_sc_AbstractIterable.prototype.toString__T = (function() { - return $f_sc_Iterable__toString__T(this) + return $f_sc_Iterable__toString__T(this); }); $c_sc_AbstractIterable.prototype.fromSpecific__sc_IterableOnce__sc_IterableOps = (function(coll) { - return $as_sc_IterableOps($n(this.iterableFactory__sc_IterableFactory()).from__sc_IterableOnce__O(coll)) + return $as_sc_IterableOps($n(this.iterableFactory__sc_IterableFactory()).from__sc_IterableOnce__O(coll)); }); $c_sc_AbstractIterable.prototype.newSpecificBuilder__scm_Builder = (function() { - return $n(this.iterableFactory__sc_IterableFactory()).newBuilder__scm_Builder() + return $n(this.iterableFactory__sc_IterableFactory()).newBuilder__scm_Builder(); }); $c_sc_AbstractIterable.prototype.head__O = (function() { - return $n(this.iterator__sc_Iterator()).next__O() + return $n(this.iterator__sc_Iterator()).next__O(); }); $c_sc_AbstractIterable.prototype.sizeCompare__I__I = (function(otherSize) { - return $f_sc_IterableOps__sizeCompare__I__I(this, otherSize) + return $f_sc_IterableOps__sizeCompare__I__I(this, otherSize); }); $c_sc_AbstractIterable.prototype.withFilter__F1__sc_WithFilter = (function(p) { - return $ct_sc_IterableOps$WithFilter__sc_IterableOps__F1__(new $c_sc_IterableOps$WithFilter(), this, p) + return $ct_sc_IterableOps$WithFilter__sc_IterableOps__F1__(new $c_sc_IterableOps$WithFilter(), this, p); }); $c_sc_AbstractIterable.prototype.partition__F1__T2 = (function(p) { - return $f_sc_IterableOps__partition__F1__T2(this, p) + return $f_sc_IterableOps__partition__F1__T2(this, p); }); $c_sc_AbstractIterable.prototype.map__F1__O = (function(f) { - return $f_sc_IterableOps__map__F1__O(this, f) + return $f_sc_IterableOps__map__F1__O(this, f); }); $c_sc_AbstractIterable.prototype.foreach__F1__V = (function(f) { - $f_sc_IterableOnceOps__foreach__F1__V(this, f) + $f_sc_IterableOnceOps__foreach__F1__V(this, f); }); $c_sc_AbstractIterable.prototype.forall__F1__Z = (function(p) { - return $f_sc_IterableOnceOps__forall__F1__Z(this, p) + return $f_sc_IterableOnceOps__forall__F1__Z(this, p); }); $c_sc_AbstractIterable.prototype.exists__F1__Z = (function(p) { - return $f_sc_IterableOnceOps__exists__F1__Z(this, p) + return $f_sc_IterableOnceOps__exists__F1__Z(this, p); }); $c_sc_AbstractIterable.prototype.foldLeft__O__F2__O = (function(z, op) { - return $f_sc_IterableOnceOps__foldLeft__O__F2__O(this, z, op) + return $f_sc_IterableOnceOps__foldLeft__O__F2__O(this, z, op); }); $c_sc_AbstractIterable.prototype.reduceLeft__F2__O = (function(op) { - return $f_sc_IterableOnceOps__reduceLeft__F2__O(this, op) + return $f_sc_IterableOnceOps__reduceLeft__F2__O(this, op); }); $c_sc_AbstractIterable.prototype.isEmpty__Z = (function() { - return $f_sc_IterableOnceOps__isEmpty__Z(this) + return $f_sc_IterableOnceOps__isEmpty__Z(this); }); $c_sc_AbstractIterable.prototype.copyToArray__O__I__I__I = (function(xs, start, len) { - return $f_sc_IterableOnceOps__copyToArray__O__I__I__I(this, xs, start, len) + return $f_sc_IterableOnceOps__copyToArray__O__I__I__I(this, xs, start, len); }); $c_sc_AbstractIterable.prototype.min__s_math_Ordering__O = (function(ord) { - return $f_sc_IterableOnceOps__min__s_math_Ordering__O(this, ord) + return $f_sc_IterableOnceOps__min__s_math_Ordering__O(this, ord); }); $c_sc_AbstractIterable.prototype.max__s_math_Ordering__O = (function(ord) { - return $f_sc_IterableOnceOps__max__s_math_Ordering__O(this, ord) + return $f_sc_IterableOnceOps__max__s_math_Ordering__O(this, ord); }); $c_sc_AbstractIterable.prototype.addString__scm_StringBuilder__T__T__T__scm_StringBuilder = (function(b, start, sep, end) { - return $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder(this, b, start, sep, end) + return $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder(this, b, start, sep, end); }); $c_sc_AbstractIterable.prototype.toList__sci_List = (function() { - $m_sci_List$(); - return $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this) + return $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this); }); $c_sc_AbstractIterable.prototype.toMap__s_$less$colon$less__sci_Map = (function(ev) { - return $m_sci_Map$().from__sc_IterableOnce__sci_Map(this) + return $m_sci_Map$().from__sc_IterableOnce__sci_Map(this); }); $c_sc_AbstractIterable.prototype.toArray__s_reflect_ClassTag__O = (function(evidence$2) { - return $f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O(this, evidence$2) + return $f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O(this, evidence$2); }); $c_sc_AbstractIterable.prototype.reversed__sc_Iterable = (function() { - return $f_sc_IterableOnceOps__reversed__sc_Iterable(this) + return $f_sc_IterableOnceOps__reversed__sc_Iterable(this); }); $c_sc_AbstractIterable.prototype.knownSize__I = (function() { - return (-1) + return (-1); }); $c_sc_AbstractIterable.prototype.fromSpecific__sc_IterableOnce__O = (function(coll) { - return this.fromSpecific__sc_IterableOnce__sc_IterableOps(coll) + return this.fromSpecific__sc_IterableOnce__sc_IterableOps(coll); }); function $ct_sc_ArrayOps$ArrayIterator__O__($thiz, xs) { $thiz.sc_ArrayOps$ArrayIterator__f_xs = xs; $thiz.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos = 0; var xs$1 = $thiz.sc_ArrayOps$ArrayIterator__f_xs; $thiz.sc_ArrayOps$ArrayIterator__f_len = $m_jl_reflect_Array$().getLength__O__I(xs$1); - return $thiz + return $thiz; } /** @constructor */ function $c_sc_ArrayOps$ArrayIterator() { this.sc_ArrayOps$ArrayIterator__f_xs = null; this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos = 0; - this.sc_ArrayOps$ArrayIterator__f_len = 0 + this.sc_ArrayOps$ArrayIterator__f_len = 0; } $c_sc_ArrayOps$ArrayIterator.prototype = new $h_sc_AbstractIterator(); $c_sc_ArrayOps$ArrayIterator.prototype.constructor = $c_sc_ArrayOps$ArrayIterator; /** @constructor */ function $h_sc_ArrayOps$ArrayIterator() { - /**/ } $h_sc_ArrayOps$ArrayIterator.prototype = $c_sc_ArrayOps$ArrayIterator.prototype; $c_sc_ArrayOps$ArrayIterator.prototype.knownSize__I = (function() { - return ((this.sc_ArrayOps$ArrayIterator__f_len - this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos) | 0) + return ((this.sc_ArrayOps$ArrayIterator__f_len - this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos) | 0); }); $c_sc_ArrayOps$ArrayIterator.prototype.hasNext__Z = (function() { - return (this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos < this.sc_ArrayOps$ArrayIterator__f_len) + return (this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos < this.sc_ArrayOps$ArrayIterator__f_len); }); $c_sc_ArrayOps$ArrayIterator.prototype.next__O = (function() { var $x_1 = this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos; var xs = this.sc_ArrayOps$ArrayIterator__f_xs; if (($x_1 >= $m_jl_reflect_Array$().getLength__O__I(xs))) { - $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() - }; + $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); + } var r = $m_sr_ScalaRunTime$().array_apply__O__I__O(this.sc_ArrayOps$ArrayIterator__f_xs, this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos); this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos = ((1 + this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos) | 0); - return r + return r; }); $c_sc_ArrayOps$ArrayIterator.prototype.drop__I__sc_Iterator = (function(n) { if ((n > 0)) { var newPos = ((this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos + n) | 0); if ((newPos < 0)) { - var $x_1 = this.sc_ArrayOps$ArrayIterator__f_len + var $x_1 = this.sc_ArrayOps$ArrayIterator__f_len; } else { var a = this.sc_ArrayOps$ArrayIterator__f_len; - var $x_1 = ((a < newPos) ? a : newPos) - }; - this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos = $x_1 - }; - return this -}); -var $d_sc_ArrayOps$ArrayIterator = new $TypeData().initClass({ - sc_ArrayOps$ArrayIterator: 0 -}, false, "scala.collection.ArrayOps$ArrayIterator", { + var $x_1 = ((a < newPos) ? a : newPos); + } + this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos = $x_1; + } + return this; +}); +var $d_sc_ArrayOps$ArrayIterator = new $TypeData().initClass($c_sc_ArrayOps$ArrayIterator, "scala.collection.ArrayOps$ArrayIterator", ({ sc_ArrayOps$ArrayIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1, Ljava_io_Serializable: 1 -}); -$c_sc_ArrayOps$ArrayIterator.prototype.$classData = $d_sc_ArrayOps$ArrayIterator; +})); function $p_sc_IndexedSeqView$IndexedSeqViewIterator__formatRange$1__I__I($thiz, value) { - return ((value < 0) ? 0 : ((value > $thiz.sc_IndexedSeqView$IndexedSeqViewIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewIterator$$remainder) ? $thiz.sc_IndexedSeqView$IndexedSeqViewIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewIterator$$remainder : value)) + return ((value < 0) ? 0 : ((value > $thiz.sc_IndexedSeqView$IndexedSeqViewIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewIterator$$remainder) ? $thiz.sc_IndexedSeqView$IndexedSeqViewIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewIterator$$remainder : value)); } function $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__($thiz, self) { $thiz.sc_IndexedSeqView$IndexedSeqViewIterator__f_self = self; $thiz.sc_IndexedSeqView$IndexedSeqViewIterator__f_current = 0; $thiz.sc_IndexedSeqView$IndexedSeqViewIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewIterator$$remainder = $n(self).length__I(); - return $thiz + return $thiz; } /** @constructor */ function $c_sc_IndexedSeqView$IndexedSeqViewIterator() { this.sc_IndexedSeqView$IndexedSeqViewIterator__f_self = null; this.sc_IndexedSeqView$IndexedSeqViewIterator__f_current = 0; - this.sc_IndexedSeqView$IndexedSeqViewIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewIterator$$remainder = 0 + this.sc_IndexedSeqView$IndexedSeqViewIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewIterator$$remainder = 0; } $c_sc_IndexedSeqView$IndexedSeqViewIterator.prototype = new $h_sc_AbstractIterator(); $c_sc_IndexedSeqView$IndexedSeqViewIterator.prototype.constructor = $c_sc_IndexedSeqView$IndexedSeqViewIterator; /** @constructor */ function $h_sc_IndexedSeqView$IndexedSeqViewIterator() { - /**/ } $h_sc_IndexedSeqView$IndexedSeqViewIterator.prototype = $c_sc_IndexedSeqView$IndexedSeqViewIterator.prototype; $c_sc_IndexedSeqView$IndexedSeqViewIterator.prototype.knownSize__I = (function() { - return this.sc_IndexedSeqView$IndexedSeqViewIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewIterator$$remainder + return this.sc_IndexedSeqView$IndexedSeqViewIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewIterator$$remainder; }); $c_sc_IndexedSeqView$IndexedSeqViewIterator.prototype.hasNext__Z = (function() { - return (this.sc_IndexedSeqView$IndexedSeqViewIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewIterator$$remainder > 0) + return (this.sc_IndexedSeqView$IndexedSeqViewIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewIterator$$remainder > 0); }); $c_sc_IndexedSeqView$IndexedSeqViewIterator.prototype.next__O = (function() { if ((this.sc_IndexedSeqView$IndexedSeqViewIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewIterator$$remainder > 0)) { var r = $n(this.sc_IndexedSeqView$IndexedSeqViewIterator__f_self).apply__I__O(this.sc_IndexedSeqView$IndexedSeqViewIterator__f_current); this.sc_IndexedSeqView$IndexedSeqViewIterator__f_current = ((1 + this.sc_IndexedSeqView$IndexedSeqViewIterator__f_current) | 0); this.sc_IndexedSeqView$IndexedSeqViewIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewIterator$$remainder = (((-1) + this.sc_IndexedSeqView$IndexedSeqViewIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewIterator$$remainder) | 0); - return r + return r; } else { - return $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() + return $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); } }); $c_sc_IndexedSeqView$IndexedSeqViewIterator.prototype.drop__I__sc_Iterator = (function(n) { if ((n > 0)) { this.sc_IndexedSeqView$IndexedSeqViewIterator__f_current = ((this.sc_IndexedSeqView$IndexedSeqViewIterator__f_current + n) | 0); var b = ((this.sc_IndexedSeqView$IndexedSeqViewIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewIterator$$remainder - n) | 0); - this.sc_IndexedSeqView$IndexedSeqViewIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewIterator$$remainder = ((b < 0) ? 0 : b) - }; - return this + this.sc_IndexedSeqView$IndexedSeqViewIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewIterator$$remainder = ((b < 0) ? 0 : b); + } + return this; }); $c_sc_IndexedSeqView$IndexedSeqViewIterator.prototype.sliceIterator__I__I__sc_Iterator = (function(from, until) { var formatFrom = $p_sc_IndexedSeqView$IndexedSeqViewIterator__formatRange$1__I__I(this, from); @@ -30841,20 +29043,16 @@ $c_sc_IndexedSeqView$IndexedSeqViewIterator.prototype.sliceIterator__I__I__sc_It var b = ((formatUntil - formatFrom) | 0); this.sc_IndexedSeqView$IndexedSeqViewIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewIterator$$remainder = ((b < 0) ? 0 : b); this.sc_IndexedSeqView$IndexedSeqViewIterator__f_current = ((this.sc_IndexedSeqView$IndexedSeqViewIterator__f_current + formatFrom) | 0); - return this + return this; }); -var $d_sc_IndexedSeqView$IndexedSeqViewIterator = new $TypeData().initClass({ - sc_IndexedSeqView$IndexedSeqViewIterator: 0 -}, false, "scala.collection.IndexedSeqView$IndexedSeqViewIterator", { +var $d_sc_IndexedSeqView$IndexedSeqViewIterator = new $TypeData().initClass($c_sc_IndexedSeqView$IndexedSeqViewIterator, "scala.collection.IndexedSeqView$IndexedSeqViewIterator", ({ sc_IndexedSeqView$IndexedSeqViewIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1, Ljava_io_Serializable: 1 -}); -$c_sc_IndexedSeqView$IndexedSeqViewIterator.prototype.$classData = $d_sc_IndexedSeqView$IndexedSeqViewIterator; +})); /** @constructor */ function $c_sc_IndexedSeqView$IndexedSeqViewReverseIterator(self) { this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_self = null; @@ -30862,139 +29060,126 @@ function $c_sc_IndexedSeqView$IndexedSeqViewReverseIterator(self) { this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_pos = 0; this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_self = self; this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder = $n(self).length__I(); - this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_pos = (((-1) + this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder) | 0) + this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_pos = (((-1) + this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder) | 0); } $c_sc_IndexedSeqView$IndexedSeqViewReverseIterator.prototype = new $h_sc_AbstractIterator(); $c_sc_IndexedSeqView$IndexedSeqViewReverseIterator.prototype.constructor = $c_sc_IndexedSeqView$IndexedSeqViewReverseIterator; /** @constructor */ function $h_sc_IndexedSeqView$IndexedSeqViewReverseIterator() { - /**/ } $h_sc_IndexedSeqView$IndexedSeqViewReverseIterator.prototype = $c_sc_IndexedSeqView$IndexedSeqViewReverseIterator.prototype; $c_sc_IndexedSeqView$IndexedSeqViewReverseIterator.prototype.hasNext__Z = (function() { - return (this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder > 0) + return (this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder > 0); }); $c_sc_IndexedSeqView$IndexedSeqViewReverseIterator.prototype.next__O = (function() { if ((this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder > 0)) { var r = $n(this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_self).apply__I__O(this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_pos); this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_pos = (((-1) + this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_pos) | 0); this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder = (((-1) + this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder) | 0); - return r + return r; } else { - return $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() + return $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); } }); $c_sc_IndexedSeqView$IndexedSeqViewReverseIterator.prototype.sliceIterator__I__I__sc_Iterator = (function(from, until) { if ((this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder > 0)) { if ((this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder <= from)) { - this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder = 0 + this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder = 0; } else if ((from <= 0)) { if (((until >= 0) && (until < this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder))) { - this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder = until + this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder = until; } } else { this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_pos = ((this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_pos - from) | 0); if (((until >= 0) && (until < this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder))) { if ((until <= from)) { - this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder = 0 + this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder = 0; } else { - this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder = ((until - from) | 0) + this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder = ((until - from) | 0); } } else { - this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder = ((this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder - from) | 0) + this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder = ((this.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder - from) | 0); } } - }; - return this + } + return this; }); -var $d_sc_IndexedSeqView$IndexedSeqViewReverseIterator = new $TypeData().initClass({ - sc_IndexedSeqView$IndexedSeqViewReverseIterator: 0 -}, false, "scala.collection.IndexedSeqView$IndexedSeqViewReverseIterator", { +var $d_sc_IndexedSeqView$IndexedSeqViewReverseIterator = new $TypeData().initClass($c_sc_IndexedSeqView$IndexedSeqViewReverseIterator, "scala.collection.IndexedSeqView$IndexedSeqViewReverseIterator", ({ sc_IndexedSeqView$IndexedSeqViewReverseIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1, Ljava_io_Serializable: 1 -}); -$c_sc_IndexedSeqView$IndexedSeqViewReverseIterator.prototype.$classData = $d_sc_IndexedSeqView$IndexedSeqViewReverseIterator; +})); /** @constructor */ function $c_sc_Iterator$$anon$21() { this.scm_ImmutableBuilder__f_elems = null; - $ct_scm_ImmutableBuilder__sc_IterableOnce__(this, $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty) + $ct_scm_ImmutableBuilder__sc_IterableOnce__(this, $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty); } $c_sc_Iterator$$anon$21.prototype = new $h_scm_ImmutableBuilder(); $c_sc_Iterator$$anon$21.prototype.constructor = $c_sc_Iterator$$anon$21; /** @constructor */ function $h_sc_Iterator$$anon$21() { - /**/ } $h_sc_Iterator$$anon$21.prototype = $c_sc_Iterator$$anon$21.prototype; $c_sc_Iterator$$anon$21.prototype.addOne__O__sc_Iterator$$anon$21 = (function(elem) { var this$3 = $n($as_sc_Iterator(this.scm_ImmutableBuilder__f_elems)); - var xs = new $c_sjsr_AnonFunction0((() => { - $m_sc_Iterator$(); - return new $c_sc_Iterator$$anon$20(elem) - })); + var xs = new $c_sjsr_AnonFunction0((() => new $c_sc_Iterator$$anon$20(elem))); this.scm_ImmutableBuilder__f_elems = this$3.concat__F0__sc_Iterator(xs); - return this + return this; }); $c_sc_Iterator$$anon$21.prototype.addOne__O__scm_Growable = (function(elem) { - return this.addOne__O__sc_Iterator$$anon$21(elem) + return this.addOne__O__sc_Iterator$$anon$21(elem); }); -var $d_sc_Iterator$$anon$21 = new $TypeData().initClass({ - sc_Iterator$$anon$21: 0 -}, false, "scala.collection.Iterator$$anon$21", { +var $d_sc_Iterator$$anon$21 = new $TypeData().initClass($c_sc_Iterator$$anon$21, "scala.collection.Iterator$$anon$21", ({ sc_Iterator$$anon$21: 1, scm_ImmutableBuilder: 1, - O: 1, scm_ReusableBuilder: 1, scm_Builder: 1, scm_Growable: 1, scm_Clearable: 1 -}); -$c_sc_Iterator$$anon$21.prototype.$classData = $d_sc_Iterator$$anon$21; +})); function $f_sc_MapOps__getOrElse__O__F0__O($thiz, key, default$1) { var x1 = $thiz.get__O__s_Option(key); if ((x1 instanceof $c_s_Some)) { var x2 = $as_s_Some(x1); var v = $n(x2).s_Some__f_value; - return v + return v; } else { var x = $m_s_None$(); if ((x === x1)) { - return $n(default$1).apply__O() + return $n(default$1).apply__O(); } else { - throw new $c_s_MatchError(x1) + throw new $c_s_MatchError(x1); } } } function $f_sc_MapOps__applyOrElse__O__F1__O($thiz, x, default$1) { - return $thiz.getOrElse__O__F0__O(x, new $c_sjsr_AnonFunction0((() => $n(default$1).apply__O__O(x)))) + return $thiz.getOrElse__O__F0__O(x, new $c_sjsr_AnonFunction0((() => $n(default$1).apply__O__O(x)))); } function $f_sc_MapOps__foreachEntry__F2__V($thiz, f) { var it = $thiz.iterator__sc_Iterator(); while ($n(it).hasNext__Z()) { var next = $as_T2($n(it).next__O()); - $n(f).apply__O__O__O($n(next)._1__O(), $n(next)._2__O()) + $n(f).apply__O__O__O($n(next)._1__O(), $n(next)._2__O()); } } function $f_sc_MapOps__default__O__O($thiz, key) { - throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), ("key not found: " + key)) + throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), ("key not found: " + key)); } function $f_sc_MapOps__map__F1__sc_IterableOps($thiz, f) { - return $as_sc_IterableOps($n($thiz.mapFactory__sc_MapFactory()).from__sc_IterableOnce__O($ct_sc_View$Map__sc_IterableOps__F1__(new $c_sc_View$Map(), $thiz, f))) + return $as_sc_IterableOps($n($thiz.mapFactory__sc_MapFactory()).from__sc_IterableOnce__O($ct_sc_View$Map__sc_IterableOps__F1__(new $c_sc_View$Map(), $thiz, f))); } function $f_sc_MapOps__concat__sc_IterableOnce__sc_IterableOps($thiz, suffix) { var $x_2 = $thiz.mapFactory__sc_MapFactory(); if ($is_sc_Iterable(suffix)) { var x2 = $as_sc_Iterable(suffix); - var $x_1 = new $c_sc_View$Concat($thiz, x2) + var $x_1 = new $c_sc_View$Concat($thiz, x2); } else { - var $x_1 = $n($thiz.iterator__sc_Iterator()).concat__F0__sc_Iterator(new $c_sjsr_AnonFunction0((() => $n(suffix).iterator__sc_Iterator()))) - }; - return $as_sc_IterableOps($n($x_2).from__sc_IterableOnce__O($x_1)) + var $x_1 = $n($thiz.iterator__sc_Iterator()).concat__F0__sc_Iterator(new $c_sjsr_AnonFunction0((() => $n(suffix).iterator__sc_Iterator()))); + } + return $as_sc_IterableOps($n($x_2).from__sc_IterableOnce__O($x_1)); } function $f_sc_MapOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder($thiz, sb, start, sep, end) { var this$2 = $n($thiz.iterator__sc_Iterator()); @@ -31003,13 +29188,13 @@ function $f_sc_MapOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder( if ((x0$1 !== null)) { var k = $n(x0$1)._1__O(); var v = $n(x0$1)._2__O(); - return ((k + " -> ") + v) + return ((k + " -> ") + v); } else { - throw new $c_s_MatchError(x0$1) + throw new $c_s_MatchError(x0$1); } })); var this$3 = new $c_sc_Iterator$$anon$9(this$2, f); - return $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder(this$3, sb, start, sep, end) + return $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder(this$3, sb, start, sep, end); } function $f_sc_StrictOptimizedSeqOps__distinctBy__F1__O($thiz, f) { var builder = $thiz.newSpecificBuilder__scm_Builder(); @@ -31019,10 +29204,10 @@ function $f_sc_StrictOptimizedSeqOps__distinctBy__F1__O($thiz, f) { var next = $n(it).next__O(); if (seen.add__O__Z($n(f).apply__O__O(next))) { var this$2 = $n(builder); - this$2.addOne__O__scm_Growable(next) + this$2.addOne__O__scm_Growable(next); } - }; - return $n(builder).result__O() + } + return $n(builder).result__O(); } function $f_sc_StrictOptimizedSeqOps__prepended__O__O($thiz, elem) { var b = $n($thiz.iterableFactory__sc_SeqFactory()).newBuilder__scm_Builder(); @@ -31032,7 +29217,7 @@ function $f_sc_StrictOptimizedSeqOps__prepended__O__O($thiz, elem) { this$2.addOne__O__scm_Growable(elem); var this$3 = $n(b); this$3.addAll__sc_IterableOnce__scm_Growable($thiz); - return $n(b).result__O() + return $n(b).result__O(); } function $f_sc_StrictOptimizedSeqOps__appended__O__O($thiz, elem) { var b = $n($thiz.iterableFactory__sc_SeqFactory()).newBuilder__scm_Builder(); @@ -31042,7 +29227,7 @@ function $f_sc_StrictOptimizedSeqOps__appended__O__O($thiz, elem) { this$2.addAll__sc_IterableOnce__scm_Growable($thiz); var this$3 = $n(b); this$3.addOne__O__scm_Growable(elem); - return $n(b).result__O() + return $n(b).result__O(); } function $f_sc_StrictOptimizedSeqOps__appendedAll__sc_IterableOnce__O($thiz, suffix) { var b = $n($thiz.iterableFactory__sc_SeqFactory()).newBuilder__scm_Builder(); @@ -31050,17 +29235,17 @@ function $f_sc_StrictOptimizedSeqOps__appendedAll__sc_IterableOnce__O($thiz, suf this$1.addAll__sc_IterableOnce__scm_Growable($thiz); var this$2 = $n(b); this$2.addAll__sc_IterableOnce__scm_Growable(suffix); - return $n(b).result__O() + return $n(b).result__O(); } function $p_sci_ArraySeq$__emptyImpl$lzycompute__sci_ArraySeq$ofRef($thiz) { if ((!$thiz.sci_ArraySeq$__f_bitmap$0)) { $thiz.sci_ArraySeq$__f_emptyImpl = new $c_sci_ArraySeq$ofRef(new $ac_O(0)); - $thiz.sci_ArraySeq$__f_bitmap$0 = true - }; - return $thiz.sci_ArraySeq$__f_emptyImpl + $thiz.sci_ArraySeq$__f_bitmap$0 = true; + } + return $thiz.sci_ArraySeq$__f_emptyImpl; } function $p_sci_ArraySeq$__emptyImpl__sci_ArraySeq$ofRef($thiz) { - return ((!$thiz.sci_ArraySeq$__f_bitmap$0) ? $p_sci_ArraySeq$__emptyImpl$lzycompute__sci_ArraySeq$ofRef($thiz) : $thiz.sci_ArraySeq$__f_emptyImpl) + return ((!$thiz.sci_ArraySeq$__f_bitmap$0) ? $p_sci_ArraySeq$__emptyImpl$lzycompute__sci_ArraySeq$ofRef($thiz) : $thiz.sci_ArraySeq$__f_emptyImpl); } /** @constructor */ function $c_sci_ArraySeq$() { @@ -31068,21 +29253,20 @@ function $c_sci_ArraySeq$() { this.sci_ArraySeq$__f_untagged = null; this.sci_ArraySeq$__f_bitmap$0 = false; $n_sci_ArraySeq$ = this; - this.sci_ArraySeq$__f_untagged = new $c_sc_ClassTagSeqFactory$AnySeqDelegate(this) + this.sci_ArraySeq$__f_untagged = new $c_sc_ClassTagSeqFactory$AnySeqDelegate(this); } $c_sci_ArraySeq$.prototype = new $h_O(); $c_sci_ArraySeq$.prototype.constructor = $c_sci_ArraySeq$; /** @constructor */ function $h_sci_ArraySeq$() { - /**/ } $h_sci_ArraySeq$.prototype = $c_sci_ArraySeq$.prototype; $c_sci_ArraySeq$.prototype.from__sc_IterableOnce__s_reflect_ClassTag__sci_ArraySeq = (function(it, tag) { if ((it instanceof $c_sci_ArraySeq)) { var x2 = $as_sci_ArraySeq(it); - return x2 + return x2; } else { - return this.unsafeWrapArray__O__sci_ArraySeq($m_s_Array$().from__sc_IterableOnce__s_reflect_ClassTag__O(it, tag)) + return this.unsafeWrapArray__O__sci_ArraySeq($m_s_Array$().from__sc_IterableOnce__s_reflect_ClassTag__O(it, tag)); } }); $c_sci_ArraySeq$.prototype.newBuilder__s_reflect_ClassTag__scm_Builder = (function(evidence$2) { @@ -31092,72 +29276,68 @@ $c_sci_ArraySeq$.prototype.newBuilder__s_reflect_ClassTag__scm_Builder = (functi var b = $as_scm_ArrayBuffer(b$2); var $x_1 = $m_sci_ArraySeq$(); var this$3 = $n(b); - return $n($x_1).unsafeWrapArray__O__sci_ArraySeq($f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O(this$3, evidence$2)) + return $n($x_1).unsafeWrapArray__O__sci_ArraySeq($f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O(this$3, evidence$2)); })); - return new $c_scm_Builder$$anon$1(this$4, f) + return new $c_scm_Builder$$anon$1(this$4, f); }); $c_sci_ArraySeq$.prototype.unsafeWrapArray__O__sci_ArraySeq = (function(x) { if ((x === null)) { - return null + return null; } else if ((x instanceof $ac_O)) { var x3 = $asArrayOf_O(x, 1); - return new $c_sci_ArraySeq$ofRef(x3) + return new $c_sci_ArraySeq$ofRef(x3); } else if ((x instanceof $ac_I)) { var x4 = $asArrayOf_I(x, 1); - return new $c_sci_ArraySeq$ofInt(x4) + return new $c_sci_ArraySeq$ofInt(x4); } else if ((x instanceof $ac_D)) { var x5 = $asArrayOf_D(x, 1); - return new $c_sci_ArraySeq$ofDouble(x5) + return new $c_sci_ArraySeq$ofDouble(x5); } else if ((x instanceof $ac_J)) { var x6 = $asArrayOf_J(x, 1); - return new $c_sci_ArraySeq$ofLong(x6) + return new $c_sci_ArraySeq$ofLong(x6); } else if ((x instanceof $ac_F)) { var x7 = $asArrayOf_F(x, 1); - return new $c_sci_ArraySeq$ofFloat(x7) + return new $c_sci_ArraySeq$ofFloat(x7); } else if ((x instanceof $ac_C)) { var x8 = $asArrayOf_C(x, 1); - return new $c_sci_ArraySeq$ofChar(x8) + return new $c_sci_ArraySeq$ofChar(x8); } else if ((x instanceof $ac_B)) { var x9 = $asArrayOf_B(x, 1); - return new $c_sci_ArraySeq$ofByte(x9) + return new $c_sci_ArraySeq$ofByte(x9); } else if ((x instanceof $ac_S)) { var x10 = $asArrayOf_S(x, 1); - return new $c_sci_ArraySeq$ofShort(x10) + return new $c_sci_ArraySeq$ofShort(x10); } else if ((x instanceof $ac_Z)) { var x11 = $asArrayOf_Z(x, 1); - return new $c_sci_ArraySeq$ofBoolean(x11) + return new $c_sci_ArraySeq$ofBoolean(x11); } else if ($isArrayOf_jl_Void(x, 1)) { var x12 = $asArrayOf_jl_Void(x, 1); - return new $c_sci_ArraySeq$ofUnit(x12) + return new $c_sci_ArraySeq$ofUnit(x12); } else { - throw new $c_s_MatchError(x) + throw new $c_s_MatchError(x); } }); $c_sci_ArraySeq$.prototype.from__sc_IterableOnce__O__O = (function(it, evidence$5) { - return this.from__sc_IterableOnce__s_reflect_ClassTag__sci_ArraySeq(it, $as_s_reflect_ClassTag(evidence$5)) + return this.from__sc_IterableOnce__s_reflect_ClassTag__sci_ArraySeq(it, $as_s_reflect_ClassTag(evidence$5)); }); $c_sci_ArraySeq$.prototype.empty__O__O = (function(evidence$6) { $as_s_reflect_ClassTag(evidence$6); - return $p_sci_ArraySeq$__emptyImpl__sci_ArraySeq$ofRef(this) + return $p_sci_ArraySeq$__emptyImpl__sci_ArraySeq$ofRef(this); }); -var $d_sci_ArraySeq$ = new $TypeData().initClass({ - sci_ArraySeq$: 0 -}, false, "scala.collection.immutable.ArraySeq$", { +var $d_sci_ArraySeq$ = new $TypeData().initClass($c_sci_ArraySeq$, "scala.collection.immutable.ArraySeq$", ({ sci_ArraySeq$: 1, - O: 1, sc_StrictOptimizedClassTagSeqFactory: 1, sc_ClassTagSeqFactory: 1, sc_ClassTagIterableFactory: 1, sc_EvidenceIterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_sci_ArraySeq$.prototype.$classData = $d_sci_ArraySeq$; +})); var $n_sci_ArraySeq$; function $m_sci_ArraySeq$() { if ((!$n_sci_ArraySeq$)) { - $n_sci_ArraySeq$ = new $c_sci_ArraySeq$() - }; - return $n_sci_ArraySeq$ + $n_sci_ArraySeq$ = new $c_sci_ArraySeq$(); + } + return $n_sci_ArraySeq$; } /** @constructor */ function $c_sci_HashMapBuilder$$anon$1(outer, x2$1) { @@ -31171,35 +29351,30 @@ function $c_sci_HashMapBuilder$$anon$1(outer, x2$1) { while (this.hasNext__Z()) { var originalHash = $n(this.sci_ChampBaseIterator__f_currentValueNode).getHash__I__I(this.sci_ChampBaseIterator__f_currentValueCursor); $n(outer).update__sci_MapNode__O__O__I__I__I__V($n(outer).sci_HashMapBuilder__f_scala$collection$immutable$HashMapBuilder$$rootNode, $n($as_sci_MapNode(this.sci_ChampBaseIterator__f_currentValueNode)).getKey__I__O(this.sci_ChampBaseIterator__f_currentValueCursor), $n($as_sci_MapNode(this.sci_ChampBaseIterator__f_currentValueNode)).getValue__I__O(this.sci_ChampBaseIterator__f_currentValueCursor), originalHash, $m_sc_Hashing$().improve__I__I(originalHash), 0); - this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0) + this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0); } } $c_sci_HashMapBuilder$$anon$1.prototype = new $h_sci_ChampBaseIterator(); $c_sci_HashMapBuilder$$anon$1.prototype.constructor = $c_sci_HashMapBuilder$$anon$1; /** @constructor */ function $h_sci_HashMapBuilder$$anon$1() { - /**/ } $h_sci_HashMapBuilder$$anon$1.prototype = $c_sci_HashMapBuilder$$anon$1.prototype; $c_sci_HashMapBuilder$$anon$1.prototype.next__E = (function() { $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); - throw $ct_jl_ClassCastException__(new $c_jl_ClassCastException()) + throw $ct_jl_ClassCastException__(new $c_jl_ClassCastException()); }); $c_sci_HashMapBuilder$$anon$1.prototype.next__O = (function() { - this.next__E() + this.next__E(); }); -var $d_sci_HashMapBuilder$$anon$1 = new $TypeData().initClass({ - sci_HashMapBuilder$$anon$1: 0 -}, false, "scala.collection.immutable.HashMapBuilder$$anon$1", { +var $d_sci_HashMapBuilder$$anon$1 = new $TypeData().initClass($c_sci_HashMapBuilder$$anon$1, "scala.collection.immutable.HashMapBuilder$$anon$1", ({ sci_HashMapBuilder$$anon$1: 1, sci_ChampBaseIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sci_HashMapBuilder$$anon$1.prototype.$classData = $d_sci_HashMapBuilder$$anon$1; +})); /** @constructor */ function $c_sci_HashSetBuilder$$anon$1(outer, x2$1) { this.sci_ChampBaseIterator__f_currentValueCursor = 0; @@ -31212,299 +29387,249 @@ function $c_sci_HashSetBuilder$$anon$1(outer, x2$1) { while (this.hasNext__Z()) { var originalHash = $n(this.sci_ChampBaseIterator__f_currentValueNode).getHash__I__I(this.sci_ChampBaseIterator__f_currentValueCursor); $n(outer).update__sci_SetNode__O__I__I__I__V($n(outer).sci_HashSetBuilder__f_scala$collection$immutable$HashSetBuilder$$rootNode, $n($as_sci_SetNode(this.sci_ChampBaseIterator__f_currentValueNode)).getPayload__I__O(this.sci_ChampBaseIterator__f_currentValueCursor), originalHash, $m_sc_Hashing$().improve__I__I(originalHash), 0); - this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0) + this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0); } } $c_sci_HashSetBuilder$$anon$1.prototype = new $h_sci_ChampBaseIterator(); $c_sci_HashSetBuilder$$anon$1.prototype.constructor = $c_sci_HashSetBuilder$$anon$1; /** @constructor */ function $h_sci_HashSetBuilder$$anon$1() { - /**/ } $h_sci_HashSetBuilder$$anon$1.prototype = $c_sci_HashSetBuilder$$anon$1.prototype; $c_sci_HashSetBuilder$$anon$1.prototype.next__E = (function() { $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); - throw $ct_jl_ClassCastException__(new $c_jl_ClassCastException()) + throw $ct_jl_ClassCastException__(new $c_jl_ClassCastException()); }); $c_sci_HashSetBuilder$$anon$1.prototype.next__O = (function() { - this.next__E() + this.next__E(); }); -var $d_sci_HashSetBuilder$$anon$1 = new $TypeData().initClass({ - sci_HashSetBuilder$$anon$1: 0 -}, false, "scala.collection.immutable.HashSetBuilder$$anon$1", { +var $d_sci_HashSetBuilder$$anon$1 = new $TypeData().initClass($c_sci_HashSetBuilder$$anon$1, "scala.collection.immutable.HashSetBuilder$$anon$1", ({ sci_HashSetBuilder$$anon$1: 1, sci_ChampBaseIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sci_HashSetBuilder$$anon$1.prototype.$classData = $d_sci_HashSetBuilder$$anon$1; +})); function $is_sci_Iterable(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sci_Iterable))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sci_Iterable))); } function $as_sci_Iterable(obj) { - return (($is_sci_Iterable(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Iterable")) + return (($is_sci_Iterable(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Iterable")); } function $isArrayOf_sci_Iterable(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Iterable))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Iterable))); } function $asArrayOf_sci_Iterable(obj, depth) { - return (($isArrayOf_sci_Iterable(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Iterable;", depth)) + return (($isArrayOf_sci_Iterable(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Iterable;", depth)); } /** @constructor */ function $c_sci_Map$Map2$$anon$1(outer) { this.sci_Map$Map2$Map2Iterator__f_i = 0; this.sci_Map$Map2$Map2Iterator__f_$outer = null; - $ct_sci_Map$Map2$Map2Iterator__sci_Map$Map2__(this, outer) + $ct_sci_Map$Map2$Map2Iterator__sci_Map$Map2__(this, outer); } $c_sci_Map$Map2$$anon$1.prototype = new $h_sci_Map$Map2$Map2Iterator(); $c_sci_Map$Map2$$anon$1.prototype.constructor = $c_sci_Map$Map2$$anon$1; /** @constructor */ function $h_sci_Map$Map2$$anon$1() { - /**/ } $h_sci_Map$Map2$$anon$1.prototype = $c_sci_Map$Map2$$anon$1.prototype; $c_sci_Map$Map2$$anon$1.prototype.nextResult__O__O__O = (function(k, v) { - return new $c_T2(k, v) + return new $c_T2(k, v); }); -var $d_sci_Map$Map2$$anon$1 = new $TypeData().initClass({ - sci_Map$Map2$$anon$1: 0 -}, false, "scala.collection.immutable.Map$Map2$$anon$1", { +var $d_sci_Map$Map2$$anon$1 = new $TypeData().initClass($c_sci_Map$Map2$$anon$1, "scala.collection.immutable.Map$Map2$$anon$1", ({ sci_Map$Map2$$anon$1: 1, sci_Map$Map2$Map2Iterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sci_Map$Map2$$anon$1.prototype.$classData = $d_sci_Map$Map2$$anon$1; +})); /** @constructor */ function $c_sci_Map$Map2$$anon$2(outer) { this.sci_Map$Map2$Map2Iterator__f_i = 0; this.sci_Map$Map2$Map2Iterator__f_$outer = null; - $ct_sci_Map$Map2$Map2Iterator__sci_Map$Map2__(this, outer) + $ct_sci_Map$Map2$Map2Iterator__sci_Map$Map2__(this, outer); } $c_sci_Map$Map2$$anon$2.prototype = new $h_sci_Map$Map2$Map2Iterator(); $c_sci_Map$Map2$$anon$2.prototype.constructor = $c_sci_Map$Map2$$anon$2; /** @constructor */ function $h_sci_Map$Map2$$anon$2() { - /**/ } $h_sci_Map$Map2$$anon$2.prototype = $c_sci_Map$Map2$$anon$2.prototype; $c_sci_Map$Map2$$anon$2.prototype.nextResult__O__O__O = (function(k, v) { - return k + return k; }); -var $d_sci_Map$Map2$$anon$2 = new $TypeData().initClass({ - sci_Map$Map2$$anon$2: 0 -}, false, "scala.collection.immutable.Map$Map2$$anon$2", { +var $d_sci_Map$Map2$$anon$2 = new $TypeData().initClass($c_sci_Map$Map2$$anon$2, "scala.collection.immutable.Map$Map2$$anon$2", ({ sci_Map$Map2$$anon$2: 1, sci_Map$Map2$Map2Iterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sci_Map$Map2$$anon$2.prototype.$classData = $d_sci_Map$Map2$$anon$2; +})); /** @constructor */ function $c_sci_Map$Map2$$anon$3(outer) { this.sci_Map$Map2$Map2Iterator__f_i = 0; this.sci_Map$Map2$Map2Iterator__f_$outer = null; - $ct_sci_Map$Map2$Map2Iterator__sci_Map$Map2__(this, outer) + $ct_sci_Map$Map2$Map2Iterator__sci_Map$Map2__(this, outer); } $c_sci_Map$Map2$$anon$3.prototype = new $h_sci_Map$Map2$Map2Iterator(); $c_sci_Map$Map2$$anon$3.prototype.constructor = $c_sci_Map$Map2$$anon$3; /** @constructor */ function $h_sci_Map$Map2$$anon$3() { - /**/ } $h_sci_Map$Map2$$anon$3.prototype = $c_sci_Map$Map2$$anon$3.prototype; $c_sci_Map$Map2$$anon$3.prototype.nextResult__O__O__O = (function(k, v) { - return v + return v; }); -var $d_sci_Map$Map2$$anon$3 = new $TypeData().initClass({ - sci_Map$Map2$$anon$3: 0 -}, false, "scala.collection.immutable.Map$Map2$$anon$3", { +var $d_sci_Map$Map2$$anon$3 = new $TypeData().initClass($c_sci_Map$Map2$$anon$3, "scala.collection.immutable.Map$Map2$$anon$3", ({ sci_Map$Map2$$anon$3: 1, sci_Map$Map2$Map2Iterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sci_Map$Map2$$anon$3.prototype.$classData = $d_sci_Map$Map2$$anon$3; +})); /** @constructor */ function $c_sci_Map$Map3$$anon$4(outer) { this.sci_Map$Map3$Map3Iterator__f_i = 0; this.sci_Map$Map3$Map3Iterator__f_$outer = null; - $ct_sci_Map$Map3$Map3Iterator__sci_Map$Map3__(this, outer) + $ct_sci_Map$Map3$Map3Iterator__sci_Map$Map3__(this, outer); } $c_sci_Map$Map3$$anon$4.prototype = new $h_sci_Map$Map3$Map3Iterator(); $c_sci_Map$Map3$$anon$4.prototype.constructor = $c_sci_Map$Map3$$anon$4; /** @constructor */ function $h_sci_Map$Map3$$anon$4() { - /**/ } $h_sci_Map$Map3$$anon$4.prototype = $c_sci_Map$Map3$$anon$4.prototype; $c_sci_Map$Map3$$anon$4.prototype.nextResult__O__O__O = (function(k, v) { - return new $c_T2(k, v) + return new $c_T2(k, v); }); -var $d_sci_Map$Map3$$anon$4 = new $TypeData().initClass({ - sci_Map$Map3$$anon$4: 0 -}, false, "scala.collection.immutable.Map$Map3$$anon$4", { +var $d_sci_Map$Map3$$anon$4 = new $TypeData().initClass($c_sci_Map$Map3$$anon$4, "scala.collection.immutable.Map$Map3$$anon$4", ({ sci_Map$Map3$$anon$4: 1, sci_Map$Map3$Map3Iterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sci_Map$Map3$$anon$4.prototype.$classData = $d_sci_Map$Map3$$anon$4; +})); /** @constructor */ function $c_sci_Map$Map3$$anon$5(outer) { this.sci_Map$Map3$Map3Iterator__f_i = 0; this.sci_Map$Map3$Map3Iterator__f_$outer = null; - $ct_sci_Map$Map3$Map3Iterator__sci_Map$Map3__(this, outer) + $ct_sci_Map$Map3$Map3Iterator__sci_Map$Map3__(this, outer); } $c_sci_Map$Map3$$anon$5.prototype = new $h_sci_Map$Map3$Map3Iterator(); $c_sci_Map$Map3$$anon$5.prototype.constructor = $c_sci_Map$Map3$$anon$5; /** @constructor */ function $h_sci_Map$Map3$$anon$5() { - /**/ } $h_sci_Map$Map3$$anon$5.prototype = $c_sci_Map$Map3$$anon$5.prototype; $c_sci_Map$Map3$$anon$5.prototype.nextResult__O__O__O = (function(k, v) { - return k + return k; }); -var $d_sci_Map$Map3$$anon$5 = new $TypeData().initClass({ - sci_Map$Map3$$anon$5: 0 -}, false, "scala.collection.immutable.Map$Map3$$anon$5", { +var $d_sci_Map$Map3$$anon$5 = new $TypeData().initClass($c_sci_Map$Map3$$anon$5, "scala.collection.immutable.Map$Map3$$anon$5", ({ sci_Map$Map3$$anon$5: 1, sci_Map$Map3$Map3Iterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sci_Map$Map3$$anon$5.prototype.$classData = $d_sci_Map$Map3$$anon$5; +})); /** @constructor */ function $c_sci_Map$Map3$$anon$6(outer) { this.sci_Map$Map3$Map3Iterator__f_i = 0; this.sci_Map$Map3$Map3Iterator__f_$outer = null; - $ct_sci_Map$Map3$Map3Iterator__sci_Map$Map3__(this, outer) + $ct_sci_Map$Map3$Map3Iterator__sci_Map$Map3__(this, outer); } $c_sci_Map$Map3$$anon$6.prototype = new $h_sci_Map$Map3$Map3Iterator(); $c_sci_Map$Map3$$anon$6.prototype.constructor = $c_sci_Map$Map3$$anon$6; /** @constructor */ function $h_sci_Map$Map3$$anon$6() { - /**/ } $h_sci_Map$Map3$$anon$6.prototype = $c_sci_Map$Map3$$anon$6.prototype; $c_sci_Map$Map3$$anon$6.prototype.nextResult__O__O__O = (function(k, v) { - return v + return v; }); -var $d_sci_Map$Map3$$anon$6 = new $TypeData().initClass({ - sci_Map$Map3$$anon$6: 0 -}, false, "scala.collection.immutable.Map$Map3$$anon$6", { +var $d_sci_Map$Map3$$anon$6 = new $TypeData().initClass($c_sci_Map$Map3$$anon$6, "scala.collection.immutable.Map$Map3$$anon$6", ({ sci_Map$Map3$$anon$6: 1, sci_Map$Map3$Map3Iterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sci_Map$Map3$$anon$6.prototype.$classData = $d_sci_Map$Map3$$anon$6; +})); /** @constructor */ function $c_sci_Map$Map4$$anon$7(outer) { this.sci_Map$Map4$Map4Iterator__f_i = 0; this.sci_Map$Map4$Map4Iterator__f_$outer = null; - $ct_sci_Map$Map4$Map4Iterator__sci_Map$Map4__(this, outer) + $ct_sci_Map$Map4$Map4Iterator__sci_Map$Map4__(this, outer); } $c_sci_Map$Map4$$anon$7.prototype = new $h_sci_Map$Map4$Map4Iterator(); $c_sci_Map$Map4$$anon$7.prototype.constructor = $c_sci_Map$Map4$$anon$7; /** @constructor */ function $h_sci_Map$Map4$$anon$7() { - /**/ } $h_sci_Map$Map4$$anon$7.prototype = $c_sci_Map$Map4$$anon$7.prototype; $c_sci_Map$Map4$$anon$7.prototype.nextResult__O__O__O = (function(k, v) { - return new $c_T2(k, v) + return new $c_T2(k, v); }); -var $d_sci_Map$Map4$$anon$7 = new $TypeData().initClass({ - sci_Map$Map4$$anon$7: 0 -}, false, "scala.collection.immutable.Map$Map4$$anon$7", { +var $d_sci_Map$Map4$$anon$7 = new $TypeData().initClass($c_sci_Map$Map4$$anon$7, "scala.collection.immutable.Map$Map4$$anon$7", ({ sci_Map$Map4$$anon$7: 1, sci_Map$Map4$Map4Iterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sci_Map$Map4$$anon$7.prototype.$classData = $d_sci_Map$Map4$$anon$7; +})); /** @constructor */ function $c_sci_Map$Map4$$anon$8(outer) { this.sci_Map$Map4$Map4Iterator__f_i = 0; this.sci_Map$Map4$Map4Iterator__f_$outer = null; - $ct_sci_Map$Map4$Map4Iterator__sci_Map$Map4__(this, outer) + $ct_sci_Map$Map4$Map4Iterator__sci_Map$Map4__(this, outer); } $c_sci_Map$Map4$$anon$8.prototype = new $h_sci_Map$Map4$Map4Iterator(); $c_sci_Map$Map4$$anon$8.prototype.constructor = $c_sci_Map$Map4$$anon$8; /** @constructor */ function $h_sci_Map$Map4$$anon$8() { - /**/ } $h_sci_Map$Map4$$anon$8.prototype = $c_sci_Map$Map4$$anon$8.prototype; $c_sci_Map$Map4$$anon$8.prototype.nextResult__O__O__O = (function(k, v) { - return k + return k; }); -var $d_sci_Map$Map4$$anon$8 = new $TypeData().initClass({ - sci_Map$Map4$$anon$8: 0 -}, false, "scala.collection.immutable.Map$Map4$$anon$8", { +var $d_sci_Map$Map4$$anon$8 = new $TypeData().initClass($c_sci_Map$Map4$$anon$8, "scala.collection.immutable.Map$Map4$$anon$8", ({ sci_Map$Map4$$anon$8: 1, sci_Map$Map4$Map4Iterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sci_Map$Map4$$anon$8.prototype.$classData = $d_sci_Map$Map4$$anon$8; +})); /** @constructor */ function $c_sci_Map$Map4$$anon$9(outer) { this.sci_Map$Map4$Map4Iterator__f_i = 0; this.sci_Map$Map4$Map4Iterator__f_$outer = null; - $ct_sci_Map$Map4$Map4Iterator__sci_Map$Map4__(this, outer) + $ct_sci_Map$Map4$Map4Iterator__sci_Map$Map4__(this, outer); } $c_sci_Map$Map4$$anon$9.prototype = new $h_sci_Map$Map4$Map4Iterator(); $c_sci_Map$Map4$$anon$9.prototype.constructor = $c_sci_Map$Map4$$anon$9; /** @constructor */ function $h_sci_Map$Map4$$anon$9() { - /**/ } $h_sci_Map$Map4$$anon$9.prototype = $c_sci_Map$Map4$$anon$9.prototype; $c_sci_Map$Map4$$anon$9.prototype.nextResult__O__O__O = (function(k, v) { - return v + return v; }); -var $d_sci_Map$Map4$$anon$9 = new $TypeData().initClass({ - sci_Map$Map4$$anon$9: 0 -}, false, "scala.collection.immutable.Map$Map4$$anon$9", { +var $d_sci_Map$Map4$$anon$9 = new $TypeData().initClass($c_sci_Map$Map4$$anon$9, "scala.collection.immutable.Map$Map4$$anon$9", ({ sci_Map$Map4$$anon$9: 1, sci_Map$Map4$Map4Iterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sci_Map$Map4$$anon$9.prototype.$classData = $d_sci_Map$Map4$$anon$9; +})); /** @constructor */ function $c_sci_MapKeyIterator(rootNode) { this.sci_ChampBaseIterator__f_currentValueCursor = 0; @@ -31513,35 +29638,30 @@ function $c_sci_MapKeyIterator(rootNode) { this.sci_ChampBaseIterator__f_currentStackLevel = 0; this.sci_ChampBaseIterator__f_nodeCursorsAndLengths = null; this.sci_ChampBaseIterator__f_nodes = null; - $ct_sci_ChampBaseIterator__sci_Node__(this, rootNode) + $ct_sci_ChampBaseIterator__sci_Node__(this, rootNode); } $c_sci_MapKeyIterator.prototype = new $h_sci_ChampBaseIterator(); $c_sci_MapKeyIterator.prototype.constructor = $c_sci_MapKeyIterator; /** @constructor */ function $h_sci_MapKeyIterator() { - /**/ } $h_sci_MapKeyIterator.prototype = $c_sci_MapKeyIterator.prototype; $c_sci_MapKeyIterator.prototype.next__O = (function() { if ((!this.hasNext__Z())) { - $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() - }; + $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); + } var key = $n($as_sci_MapNode(this.sci_ChampBaseIterator__f_currentValueNode)).getKey__I__O(this.sci_ChampBaseIterator__f_currentValueCursor); this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0); - return key + return key; }); -var $d_sci_MapKeyIterator = new $TypeData().initClass({ - sci_MapKeyIterator: 0 -}, false, "scala.collection.immutable.MapKeyIterator", { +var $d_sci_MapKeyIterator = new $TypeData().initClass($c_sci_MapKeyIterator, "scala.collection.immutable.MapKeyIterator", ({ sci_MapKeyIterator: 1, sci_ChampBaseIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sci_MapKeyIterator.prototype.$classData = $d_sci_MapKeyIterator; +})); /** @constructor */ function $c_sci_MapKeyValueTupleHashIterator(rootNode) { this.sci_ChampBaseReverseIterator__f_currentValueCursor = 0; @@ -31552,45 +29672,40 @@ function $c_sci_MapKeyValueTupleHashIterator(rootNode) { this.sci_MapKeyValueTupleHashIterator__f_hash = 0; this.sci_MapKeyValueTupleHashIterator__f_value = null; $ct_sci_ChampBaseReverseIterator__sci_Node__(this, rootNode); - this.sci_MapKeyValueTupleHashIterator__f_hash = 0 + this.sci_MapKeyValueTupleHashIterator__f_hash = 0; } $c_sci_MapKeyValueTupleHashIterator.prototype = new $h_sci_ChampBaseReverseIterator(); $c_sci_MapKeyValueTupleHashIterator.prototype.constructor = $c_sci_MapKeyValueTupleHashIterator; /** @constructor */ function $h_sci_MapKeyValueTupleHashIterator() { - /**/ } $h_sci_MapKeyValueTupleHashIterator.prototype = $c_sci_MapKeyValueTupleHashIterator.prototype; $c_sci_MapKeyValueTupleHashIterator.prototype.hashCode__I = (function() { var $x_2 = $m_s_util_hashing_MurmurHash3$(); var $x_1 = this.sci_MapKeyValueTupleHashIterator__f_hash; var x = this.sci_MapKeyValueTupleHashIterator__f_value; - return $n($x_2).tuple2Hash__I__I__I__I($x_1, $m_sr_Statics$().anyHash__O__I(x), (-889275714)) + return $n($x_2).tuple2Hash__I__I__I__I($x_1, $m_sr_Statics$().anyHash__O__I(x), (-889275714)); }); $c_sci_MapKeyValueTupleHashIterator.prototype.next__sci_MapKeyValueTupleHashIterator = (function() { if ((!this.hasNext__Z())) { - $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() - }; + $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); + } this.sci_MapKeyValueTupleHashIterator__f_hash = $n(this.sci_ChampBaseReverseIterator__f_currentValueNode).getHash__I__I(this.sci_ChampBaseReverseIterator__f_currentValueCursor); this.sci_MapKeyValueTupleHashIterator__f_value = $n($as_sci_MapNode(this.sci_ChampBaseReverseIterator__f_currentValueNode)).getValue__I__O(this.sci_ChampBaseReverseIterator__f_currentValueCursor); this.sci_ChampBaseReverseIterator__f_currentValueCursor = (((-1) + this.sci_ChampBaseReverseIterator__f_currentValueCursor) | 0); - return this + return this; }); $c_sci_MapKeyValueTupleHashIterator.prototype.next__O = (function() { - return this.next__sci_MapKeyValueTupleHashIterator() + return this.next__sci_MapKeyValueTupleHashIterator(); }); -var $d_sci_MapKeyValueTupleHashIterator = new $TypeData().initClass({ - sci_MapKeyValueTupleHashIterator: 0 -}, false, "scala.collection.immutable.MapKeyValueTupleHashIterator", { +var $d_sci_MapKeyValueTupleHashIterator = new $TypeData().initClass($c_sci_MapKeyValueTupleHashIterator, "scala.collection.immutable.MapKeyValueTupleHashIterator", ({ sci_MapKeyValueTupleHashIterator: 1, sci_ChampBaseReverseIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sci_MapKeyValueTupleHashIterator.prototype.$classData = $d_sci_MapKeyValueTupleHashIterator; +})); /** @constructor */ function $c_sci_MapKeyValueTupleIterator(rootNode) { this.sci_ChampBaseIterator__f_currentValueCursor = 0; @@ -31599,38 +29714,33 @@ function $c_sci_MapKeyValueTupleIterator(rootNode) { this.sci_ChampBaseIterator__f_currentStackLevel = 0; this.sci_ChampBaseIterator__f_nodeCursorsAndLengths = null; this.sci_ChampBaseIterator__f_nodes = null; - $ct_sci_ChampBaseIterator__sci_Node__(this, rootNode) + $ct_sci_ChampBaseIterator__sci_Node__(this, rootNode); } $c_sci_MapKeyValueTupleIterator.prototype = new $h_sci_ChampBaseIterator(); $c_sci_MapKeyValueTupleIterator.prototype.constructor = $c_sci_MapKeyValueTupleIterator; /** @constructor */ function $h_sci_MapKeyValueTupleIterator() { - /**/ } $h_sci_MapKeyValueTupleIterator.prototype = $c_sci_MapKeyValueTupleIterator.prototype; $c_sci_MapKeyValueTupleIterator.prototype.next__T2 = (function() { if ((!this.hasNext__Z())) { - $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() - }; + $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); + } var payload = $n($as_sci_MapNode(this.sci_ChampBaseIterator__f_currentValueNode)).getPayload__I__T2(this.sci_ChampBaseIterator__f_currentValueCursor); this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0); - return payload + return payload; }); $c_sci_MapKeyValueTupleIterator.prototype.next__O = (function() { - return this.next__T2() + return this.next__T2(); }); -var $d_sci_MapKeyValueTupleIterator = new $TypeData().initClass({ - sci_MapKeyValueTupleIterator: 0 -}, false, "scala.collection.immutable.MapKeyValueTupleIterator", { +var $d_sci_MapKeyValueTupleIterator = new $TypeData().initClass($c_sci_MapKeyValueTupleIterator, "scala.collection.immutable.MapKeyValueTupleIterator", ({ sci_MapKeyValueTupleIterator: 1, sci_ChampBaseIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sci_MapKeyValueTupleIterator.prototype.$classData = $d_sci_MapKeyValueTupleIterator; +})); /** @constructor */ function $c_sci_MapValueIterator(rootNode) { this.sci_ChampBaseIterator__f_currentValueCursor = 0; @@ -31639,45 +29749,40 @@ function $c_sci_MapValueIterator(rootNode) { this.sci_ChampBaseIterator__f_currentStackLevel = 0; this.sci_ChampBaseIterator__f_nodeCursorsAndLengths = null; this.sci_ChampBaseIterator__f_nodes = null; - $ct_sci_ChampBaseIterator__sci_Node__(this, rootNode) + $ct_sci_ChampBaseIterator__sci_Node__(this, rootNode); } $c_sci_MapValueIterator.prototype = new $h_sci_ChampBaseIterator(); $c_sci_MapValueIterator.prototype.constructor = $c_sci_MapValueIterator; /** @constructor */ function $h_sci_MapValueIterator() { - /**/ } $h_sci_MapValueIterator.prototype = $c_sci_MapValueIterator.prototype; $c_sci_MapValueIterator.prototype.next__O = (function() { if ((!this.hasNext__Z())) { - $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() - }; + $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); + } var value = $n($as_sci_MapNode(this.sci_ChampBaseIterator__f_currentValueNode)).getValue__I__O(this.sci_ChampBaseIterator__f_currentValueCursor); this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0); - return value + return value; }); -var $d_sci_MapValueIterator = new $TypeData().initClass({ - sci_MapValueIterator: 0 -}, false, "scala.collection.immutable.MapValueIterator", { +var $d_sci_MapValueIterator = new $TypeData().initClass($c_sci_MapValueIterator, "scala.collection.immutable.MapValueIterator", ({ sci_MapValueIterator: 1, sci_ChampBaseIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sci_MapValueIterator.prototype.$classData = $d_sci_MapValueIterator; +})); function $p_sci_NewVectorIterator__advanceSlice__V($thiz) { if (($thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 <= $thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1)) { - $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() - }; + $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); + } $thiz.sci_NewVectorIterator__f_sliceIdx = ((1 + $thiz.sci_NewVectorIterator__f_sliceIdx) | 0); var slice = $n($thiz.sci_NewVectorIterator__f_v).vectorSlice__I__AO($thiz.sci_NewVectorIterator__f_sliceIdx); while (($n(slice).u.length === 0)) { $thiz.sci_NewVectorIterator__f_sliceIdx = ((1 + $thiz.sci_NewVectorIterator__f_sliceIdx) | 0); - slice = $n($thiz.sci_NewVectorIterator__f_v).vectorSlice__I__AO($thiz.sci_NewVectorIterator__f_sliceIdx) - }; + slice = $n($thiz.sci_NewVectorIterator__f_v).vectorSlice__I__AO($thiz.sci_NewVectorIterator__f_sliceIdx); + } $thiz.sci_NewVectorIterator__f_sliceStart = $thiz.sci_NewVectorIterator__f_sliceEnd; var count = $thiz.sci_NewVectorIterator__f_sliceCount; var idx = $thiz.sci_NewVectorIterator__f_sliceIdx; @@ -31688,101 +29793,101 @@ function $p_sci_NewVectorIterator__advanceSlice__V($thiz) { switch (x1) { case 1: { $thiz.sci_NewVectorIterator__f_a1 = slice; - break + break; } case 2: { $thiz.sci_NewVectorIterator__f_a2 = $asArrayOf_O(slice, 2); - break + break; } case 3: { $thiz.sci_NewVectorIterator__f_a3 = $asArrayOf_O(slice, 3); - break + break; } case 4: { $thiz.sci_NewVectorIterator__f_a4 = $asArrayOf_O(slice, 4); - break + break; } case 5: { $thiz.sci_NewVectorIterator__f_a5 = $asArrayOf_O(slice, 5); - break + break; } case 6: { $thiz.sci_NewVectorIterator__f_a6 = $asArrayOf_O(slice, 6); - break + break; } default: { - throw new $c_s_MatchError(x1) + throw new $c_s_MatchError(x1); } - }; + } $thiz.sci_NewVectorIterator__f_sliceEnd = (($thiz.sci_NewVectorIterator__f_sliceStart + Math.imul($n(slice).u.length, (1 << Math.imul(5, (((-1) + $thiz.sci_NewVectorIterator__f_sliceDim) | 0))))) | 0); if (($thiz.sci_NewVectorIterator__f_sliceEnd > $thiz.sci_NewVectorIterator__f_totalLength)) { - $thiz.sci_NewVectorIterator__f_sliceEnd = $thiz.sci_NewVectorIterator__f_totalLength - }; + $thiz.sci_NewVectorIterator__f_sliceEnd = $thiz.sci_NewVectorIterator__f_totalLength; + } if (($thiz.sci_NewVectorIterator__f_sliceDim > 1)) { - $thiz.sci_NewVectorIterator__f_oldPos = (((-1) + (1 << Math.imul(5, $thiz.sci_NewVectorIterator__f_sliceDim))) | 0) + $thiz.sci_NewVectorIterator__f_oldPos = (((-1) + (1 << Math.imul(5, $thiz.sci_NewVectorIterator__f_sliceDim))) | 0); } } function $p_sci_NewVectorIterator__advance__V($thiz) { var pos = (((($thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 - $thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1) | 0) + $thiz.sci_NewVectorIterator__f_totalLength) | 0); if ((pos === $thiz.sci_NewVectorIterator__f_sliceEnd)) { - $p_sci_NewVectorIterator__advanceSlice__V($thiz) - }; + $p_sci_NewVectorIterator__advanceSlice__V($thiz); + } if (($thiz.sci_NewVectorIterator__f_sliceDim > 1)) { var io = ((pos - $thiz.sci_NewVectorIterator__f_sliceStart) | 0); var xor = ($thiz.sci_NewVectorIterator__f_oldPos ^ io); $p_sci_NewVectorIterator__advanceA__I__I__V($thiz, io, xor); - $thiz.sci_NewVectorIterator__f_oldPos = io - }; + $thiz.sci_NewVectorIterator__f_oldPos = io; + } $thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 = (($thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 - $thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1) | 0); var a = $n($thiz.sci_NewVectorIterator__f_a1).u.length; var b = $thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1; $thiz.sci_NewVectorIterator__f_a1len = ((a < b) ? a : b); - $thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 = 0 + $thiz.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 = 0; } function $p_sci_NewVectorIterator__advanceA__I__I__V($thiz, io, xor) { if ((xor < 1024)) { - $thiz.sci_NewVectorIterator__f_a1 = $n($thiz.sci_NewVectorIterator__f_a2).get((31 & ((io >>> 5) | 0))) + $thiz.sci_NewVectorIterator__f_a1 = $n($thiz.sci_NewVectorIterator__f_a2).get((31 & ((io >>> 5) | 0))); } else if ((xor < 32768)) { $thiz.sci_NewVectorIterator__f_a2 = $n($thiz.sci_NewVectorIterator__f_a3).get((31 & ((io >>> 10) | 0))); - $thiz.sci_NewVectorIterator__f_a1 = $n($thiz.sci_NewVectorIterator__f_a2).get(0) + $thiz.sci_NewVectorIterator__f_a1 = $n($thiz.sci_NewVectorIterator__f_a2).get(0); } else if ((xor < 1048576)) { $thiz.sci_NewVectorIterator__f_a3 = $n($thiz.sci_NewVectorIterator__f_a4).get((31 & ((io >>> 15) | 0))); $thiz.sci_NewVectorIterator__f_a2 = $n($thiz.sci_NewVectorIterator__f_a3).get(0); - $thiz.sci_NewVectorIterator__f_a1 = $n($thiz.sci_NewVectorIterator__f_a2).get(0) + $thiz.sci_NewVectorIterator__f_a1 = $n($thiz.sci_NewVectorIterator__f_a2).get(0); } else if ((xor < 33554432)) { $thiz.sci_NewVectorIterator__f_a4 = $n($thiz.sci_NewVectorIterator__f_a5).get((31 & ((io >>> 20) | 0))); $thiz.sci_NewVectorIterator__f_a3 = $n($thiz.sci_NewVectorIterator__f_a4).get(0); $thiz.sci_NewVectorIterator__f_a2 = $n($thiz.sci_NewVectorIterator__f_a3).get(0); - $thiz.sci_NewVectorIterator__f_a1 = $n($thiz.sci_NewVectorIterator__f_a2).get(0) + $thiz.sci_NewVectorIterator__f_a1 = $n($thiz.sci_NewVectorIterator__f_a2).get(0); } else { $thiz.sci_NewVectorIterator__f_a5 = $n($thiz.sci_NewVectorIterator__f_a6).get(((io >>> 25) | 0)); $thiz.sci_NewVectorIterator__f_a4 = $n($thiz.sci_NewVectorIterator__f_a5).get(0); $thiz.sci_NewVectorIterator__f_a3 = $n($thiz.sci_NewVectorIterator__f_a4).get(0); $thiz.sci_NewVectorIterator__f_a2 = $n($thiz.sci_NewVectorIterator__f_a3).get(0); - $thiz.sci_NewVectorIterator__f_a1 = $n($thiz.sci_NewVectorIterator__f_a2).get(0) + $thiz.sci_NewVectorIterator__f_a1 = $n($thiz.sci_NewVectorIterator__f_a2).get(0); } } function $p_sci_NewVectorIterator__setA__I__I__V($thiz, io, xor) { if ((xor < 1024)) { - $thiz.sci_NewVectorIterator__f_a1 = $n($thiz.sci_NewVectorIterator__f_a2).get((31 & ((io >>> 5) | 0))) + $thiz.sci_NewVectorIterator__f_a1 = $n($thiz.sci_NewVectorIterator__f_a2).get((31 & ((io >>> 5) | 0))); } else if ((xor < 32768)) { $thiz.sci_NewVectorIterator__f_a2 = $n($thiz.sci_NewVectorIterator__f_a3).get((31 & ((io >>> 10) | 0))); - $thiz.sci_NewVectorIterator__f_a1 = $n($thiz.sci_NewVectorIterator__f_a2).get((31 & ((io >>> 5) | 0))) + $thiz.sci_NewVectorIterator__f_a1 = $n($thiz.sci_NewVectorIterator__f_a2).get((31 & ((io >>> 5) | 0))); } else if ((xor < 1048576)) { $thiz.sci_NewVectorIterator__f_a3 = $n($thiz.sci_NewVectorIterator__f_a4).get((31 & ((io >>> 15) | 0))); $thiz.sci_NewVectorIterator__f_a2 = $n($thiz.sci_NewVectorIterator__f_a3).get((31 & ((io >>> 10) | 0))); - $thiz.sci_NewVectorIterator__f_a1 = $n($thiz.sci_NewVectorIterator__f_a2).get((31 & ((io >>> 5) | 0))) + $thiz.sci_NewVectorIterator__f_a1 = $n($thiz.sci_NewVectorIterator__f_a2).get((31 & ((io >>> 5) | 0))); } else if ((xor < 33554432)) { $thiz.sci_NewVectorIterator__f_a4 = $n($thiz.sci_NewVectorIterator__f_a5).get((31 & ((io >>> 20) | 0))); $thiz.sci_NewVectorIterator__f_a3 = $n($thiz.sci_NewVectorIterator__f_a4).get((31 & ((io >>> 15) | 0))); $thiz.sci_NewVectorIterator__f_a2 = $n($thiz.sci_NewVectorIterator__f_a3).get((31 & ((io >>> 10) | 0))); - $thiz.sci_NewVectorIterator__f_a1 = $n($thiz.sci_NewVectorIterator__f_a2).get((31 & ((io >>> 5) | 0))) + $thiz.sci_NewVectorIterator__f_a1 = $n($thiz.sci_NewVectorIterator__f_a2).get((31 & ((io >>> 5) | 0))); } else { $thiz.sci_NewVectorIterator__f_a5 = $n($thiz.sci_NewVectorIterator__f_a6).get(((io >>> 25) | 0)); $thiz.sci_NewVectorIterator__f_a4 = $n($thiz.sci_NewVectorIterator__f_a5).get((31 & ((io >>> 20) | 0))); $thiz.sci_NewVectorIterator__f_a3 = $n($thiz.sci_NewVectorIterator__f_a4).get((31 & ((io >>> 15) | 0))); $thiz.sci_NewVectorIterator__f_a2 = $n($thiz.sci_NewVectorIterator__f_a3).get((31 & ((io >>> 10) | 0))); - $thiz.sci_NewVectorIterator__f_a1 = $n($thiz.sci_NewVectorIterator__f_a2).get((31 & ((io >>> 5) | 0))) + $thiz.sci_NewVectorIterator__f_a1 = $n($thiz.sci_NewVectorIterator__f_a2).get((31 & ((io >>> 5) | 0))); } } /** @constructor */ @@ -31815,28 +29920,27 @@ function $c_sci_NewVectorIterator(v, totalLength, sliceCount) { this.sci_NewVectorIterator__f_sliceIdx = 0; this.sci_NewVectorIterator__f_sliceDim = 1; this.sci_NewVectorIterator__f_sliceStart = 0; - this.sci_NewVectorIterator__f_sliceEnd = this.sci_NewVectorIterator__f_a1len + this.sci_NewVectorIterator__f_sliceEnd = this.sci_NewVectorIterator__f_a1len; } $c_sci_NewVectorIterator.prototype = new $h_sc_AbstractIterator(); $c_sci_NewVectorIterator.prototype.constructor = $c_sci_NewVectorIterator; /** @constructor */ function $h_sci_NewVectorIterator() { - /**/ } $h_sci_NewVectorIterator.prototype = $c_sci_NewVectorIterator.prototype; $c_sci_NewVectorIterator.prototype.knownSize__I = (function() { - return ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 - this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1) | 0) + return ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 - this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1) | 0); }); $c_sci_NewVectorIterator.prototype.hasNext__Z = (function() { - return (this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 > this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1) + return (this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 > this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1); }); $c_sci_NewVectorIterator.prototype.next__O = (function() { if ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 === this.sci_NewVectorIterator__f_a1len)) { - $p_sci_NewVectorIterator__advance__V(this) - }; + $p_sci_NewVectorIterator__advance__V(this); + } var r = $n(this.sci_NewVectorIterator__f_a1).get(this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1); this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 = ((1 + this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1) | 0); - return r + return r; }); $c_sci_NewVectorIterator.prototype.drop__I__sc_Iterator = (function(n) { if ((n > 0)) { @@ -31847,26 +29951,26 @@ $c_sci_NewVectorIterator.prototype.drop__I__sc_Iterator = (function(n) { if ((newpos === this.sci_NewVectorIterator__f_totalLength)) { this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 = 0; this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 = 0; - this.sci_NewVectorIterator__f_a1len = 0 + this.sci_NewVectorIterator__f_a1len = 0; } else { while ((newpos >= this.sci_NewVectorIterator__f_sliceEnd)) { - $p_sci_NewVectorIterator__advanceSlice__V(this) - }; + $p_sci_NewVectorIterator__advanceSlice__V(this); + } var io = ((newpos - this.sci_NewVectorIterator__f_sliceStart) | 0); if ((this.sci_NewVectorIterator__f_sliceDim > 1)) { var xor = (this.sci_NewVectorIterator__f_oldPos ^ io); $p_sci_NewVectorIterator__setA__I__I__V(this, io, xor); - this.sci_NewVectorIterator__f_oldPos = io - }; + this.sci_NewVectorIterator__f_oldPos = io; + } this.sci_NewVectorIterator__f_a1len = $n(this.sci_NewVectorIterator__f_a1).u.length; this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 = (31 & io); this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 = ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 + ((this.sci_NewVectorIterator__f_totalLength - newpos) | 0)) | 0); if ((this.sci_NewVectorIterator__f_a1len > this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1)) { - this.sci_NewVectorIterator__f_a1len = this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1 + this.sci_NewVectorIterator__f_a1len = this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$len1; } } - }; - return this + } + return this; }); $c_sci_NewVectorIterator.prototype.copyToArray__O__I__I__I = (function(xs, start, len) { var xsLen = $m_jl_reflect_Array$().getLength__O__I(xs); @@ -31879,8 +29983,8 @@ $c_sci_NewVectorIterator.prototype.copyToArray__O__I__I__I = (function(xs, start var isBoxed = (xs instanceof $ac_O); while ((copied < total)) { if ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 === this.sci_NewVectorIterator__f_a1len)) { - $p_sci_NewVectorIterator__advance__V(this) - }; + $p_sci_NewVectorIterator__advance__V(this); + } var a = ((total - copied) | 0); var b = (($n(this.sci_NewVectorIterator__f_a1).u.length - this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1) | 0); var count = ((a < b) ? a : b); @@ -31888,27 +29992,23 @@ $c_sci_NewVectorIterator.prototype.copyToArray__O__I__I__I = (function(xs, start var src = this.sci_NewVectorIterator__f_a1; var srcPos = this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1; var destPos = ((start + copied) | 0); - $systemArraycopyFull($n(src), srcPos, $n(xs), destPos, count) + $systemArraycopyFull($n(src), srcPos, $n(xs), destPos, count); } else { - $m_s_Array$().copy__O__I__O__I__I__V(this.sci_NewVectorIterator__f_a1, this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1, xs, ((start + copied) | 0), count) - }; + $m_s_Array$().copy__O__I__O__I__I__V(this.sci_NewVectorIterator__f_a1, this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1, xs, ((start + copied) | 0), count); + } this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 = ((this.sci_NewVectorIterator__f_scala$collection$immutable$NewVectorIterator$$i1 + count) | 0); - copied = ((copied + count) | 0) - }; - return total + copied = ((copied + count) | 0); + } + return total; }); -var $d_sci_NewVectorIterator = new $TypeData().initClass({ - sci_NewVectorIterator: 0 -}, false, "scala.collection.immutable.NewVectorIterator", { +var $d_sci_NewVectorIterator = new $TypeData().initClass($c_sci_NewVectorIterator, "scala.collection.immutable.NewVectorIterator", ({ sci_NewVectorIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1, jl_Cloneable: 1 -}); -$c_sci_NewVectorIterator.prototype.$classData = $d_sci_NewVectorIterator; +})); /** @constructor */ function $c_sci_RangeIterator(start, step, lastElement, initiallyEmpty) { this.sci_RangeIterator__f_step = 0; @@ -31918,29 +30018,28 @@ function $c_sci_RangeIterator(start, step, lastElement, initiallyEmpty) { this.sci_RangeIterator__f_step = step; this.sci_RangeIterator__f_lastElement = lastElement; this.sci_RangeIterator__f__hasNext = (!initiallyEmpty); - this.sci_RangeIterator__f__next = start + this.sci_RangeIterator__f__next = start; } $c_sci_RangeIterator.prototype = new $h_sc_AbstractIterator(); $c_sci_RangeIterator.prototype.constructor = $c_sci_RangeIterator; /** @constructor */ function $h_sci_RangeIterator() { - /**/ } $h_sci_RangeIterator.prototype = $c_sci_RangeIterator.prototype; $c_sci_RangeIterator.prototype.knownSize__I = (function() { - return (this.sci_RangeIterator__f__hasNext ? ((1 + $intDiv(((this.sci_RangeIterator__f_lastElement - this.sci_RangeIterator__f__next) | 0), this.sci_RangeIterator__f_step)) | 0) : 0) + return (this.sci_RangeIterator__f__hasNext ? ((1 + $intDiv(((this.sci_RangeIterator__f_lastElement - this.sci_RangeIterator__f__next) | 0), this.sci_RangeIterator__f_step)) | 0) : 0); }); $c_sci_RangeIterator.prototype.hasNext__Z = (function() { - return this.sci_RangeIterator__f__hasNext + return this.sci_RangeIterator__f__hasNext; }); $c_sci_RangeIterator.prototype.next__I = (function() { if ((!this.sci_RangeIterator__f__hasNext)) { - $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() - }; + $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); + } var value = this.sci_RangeIterator__f__next; this.sci_RangeIterator__f__hasNext = (value !== this.sci_RangeIterator__f_lastElement); this.sci_RangeIterator__f__next = ((value + this.sci_RangeIterator__f_step) | 0); - return value + return value; }); $c_sci_RangeIterator.prototype.drop__I__sc_Iterator = (function(n) { if ((n > 0)) { @@ -31955,88 +30054,83 @@ $c_sci_RangeIterator.prototype.drop__I__sc_Iterator = (function(n) { var hi$3 = (value$2 >> 31); if (((hi$3 === hi$2) ? (((-2147483648) ^ value$2) < ((-2147483648) ^ lo)) : (hi$3 < hi$2))) { var this$6__lo = value$2; - var this$6__hi = hi$3 + var this$6__hi = hi$3; } else { var this$6__lo = lo; - var this$6__hi = hi$2 - }; + var this$6__hi = hi$2; + } this.sci_RangeIterator__f__next = this$6__lo; var value$3 = this.sci_RangeIterator__f_lastElement; var hi$4 = (value$3 >> 31); - this.sci_RangeIterator__f__hasNext = ((hi$2 === hi$4) ? (((-2147483648) ^ lo) <= ((-2147483648) ^ value$3)) : (hi$2 < hi$4)) + this.sci_RangeIterator__f__hasNext = ((hi$2 === hi$4) ? (((-2147483648) ^ lo) <= ((-2147483648) ^ value$3)) : (hi$2 < hi$4)); } else if ((this.sci_RangeIterator__f_step < 0)) { var value$4 = this.sci_RangeIterator__f_lastElement; var hi$5 = (value$4 >> 31); if (((hi$5 === hi$2) ? (((-2147483648) ^ value$4) > ((-2147483648) ^ lo)) : (hi$5 > hi$2))) { var this$10__lo = value$4; - var this$10__hi = hi$5 + var this$10__hi = hi$5; } else { var this$10__lo = lo; - var this$10__hi = hi$2 - }; + var this$10__hi = hi$2; + } this.sci_RangeIterator__f__next = this$10__lo; var value$5 = this.sci_RangeIterator__f_lastElement; var hi$6 = (value$5 >> 31); - this.sci_RangeIterator__f__hasNext = ((hi$2 === hi$6) ? (((-2147483648) ^ lo) >= ((-2147483648) ^ value$5)) : (hi$2 > hi$6)) + this.sci_RangeIterator__f__hasNext = ((hi$2 === hi$6) ? (((-2147483648) ^ lo) >= ((-2147483648) ^ value$5)) : (hi$2 > hi$6)); } - }; - return this + } + return this; }); $c_sci_RangeIterator.prototype.next__O = (function() { - return this.next__I() + return this.next__I(); }); -var $d_sci_RangeIterator = new $TypeData().initClass({ - sci_RangeIterator: 0 -}, false, "scala.collection.immutable.RangeIterator", { +var $d_sci_RangeIterator = new $TypeData().initClass($c_sci_RangeIterator, "scala.collection.immutable.RangeIterator", ({ sci_RangeIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1, Ljava_io_Serializable: 1 -}); -$c_sci_RangeIterator.prototype.$classData = $d_sci_RangeIterator; +})); function $ct_sci_Set$SetNIterator__I__($thiz, n) { $thiz.sci_Set$SetNIterator__f_current = 0; $thiz.sci_Set$SetNIterator__f_remainder = n; - return $thiz + return $thiz; } /** @constructor */ function $c_sci_Set$SetNIterator() { this.sci_Set$SetNIterator__f_current = 0; - this.sci_Set$SetNIterator__f_remainder = 0 + this.sci_Set$SetNIterator__f_remainder = 0; } $c_sci_Set$SetNIterator.prototype = new $h_sc_AbstractIterator(); $c_sci_Set$SetNIterator.prototype.constructor = $c_sci_Set$SetNIterator; /** @constructor */ function $h_sci_Set$SetNIterator() { - /**/ } $h_sci_Set$SetNIterator.prototype = $c_sci_Set$SetNIterator.prototype; $c_sci_Set$SetNIterator.prototype.knownSize__I = (function() { - return this.sci_Set$SetNIterator__f_remainder + return this.sci_Set$SetNIterator__f_remainder; }); $c_sci_Set$SetNIterator.prototype.hasNext__Z = (function() { - return (this.sci_Set$SetNIterator__f_remainder > 0) + return (this.sci_Set$SetNIterator__f_remainder > 0); }); $c_sci_Set$SetNIterator.prototype.next__O = (function() { if (this.hasNext__Z()) { var r = this.apply__I__O(this.sci_Set$SetNIterator__f_current); this.sci_Set$SetNIterator__f_current = ((1 + this.sci_Set$SetNIterator__f_current) | 0); this.sci_Set$SetNIterator__f_remainder = (((-1) + this.sci_Set$SetNIterator__f_remainder) | 0); - return r + return r; } else { - return $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() + return $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); } }); $c_sci_Set$SetNIterator.prototype.drop__I__sc_Iterator = (function(n) { if ((n > 0)) { this.sci_Set$SetNIterator__f_current = ((this.sci_Set$SetNIterator__f_current + n) | 0); var b = ((this.sci_Set$SetNIterator__f_remainder - n) | 0); - this.sci_Set$SetNIterator__f_remainder = ((b < 0) ? 0 : b) - }; - return this + this.sci_Set$SetNIterator__f_remainder = ((b < 0) ? 0 : b); + } + return this; }); /** @constructor */ function $c_sci_SetHashIterator(rootNode) { @@ -32048,38 +30142,33 @@ function $c_sci_SetHashIterator(rootNode) { this.sci_ChampBaseIterator__f_nodes = null; this.sci_SetHashIterator__f_hash = 0; $ct_sci_ChampBaseIterator__sci_Node__(this, rootNode); - this.sci_SetHashIterator__f_hash = 0 + this.sci_SetHashIterator__f_hash = 0; } $c_sci_SetHashIterator.prototype = new $h_sci_ChampBaseIterator(); $c_sci_SetHashIterator.prototype.constructor = $c_sci_SetHashIterator; /** @constructor */ function $h_sci_SetHashIterator() { - /**/ } $h_sci_SetHashIterator.prototype = $c_sci_SetHashIterator.prototype; $c_sci_SetHashIterator.prototype.hashCode__I = (function() { - return this.sci_SetHashIterator__f_hash + return this.sci_SetHashIterator__f_hash; }); $c_sci_SetHashIterator.prototype.next__O = (function() { if ((!this.hasNext__Z())) { - $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() - }; + $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); + } this.sci_SetHashIterator__f_hash = $n(this.sci_ChampBaseIterator__f_currentValueNode).getHash__I__I(this.sci_ChampBaseIterator__f_currentValueCursor); this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0); - return this + return this; }); -var $d_sci_SetHashIterator = new $TypeData().initClass({ - sci_SetHashIterator: 0 -}, false, "scala.collection.immutable.SetHashIterator", { +var $d_sci_SetHashIterator = new $TypeData().initClass($c_sci_SetHashIterator, "scala.collection.immutable.SetHashIterator", ({ sci_SetHashIterator: 1, sci_ChampBaseIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sci_SetHashIterator.prototype.$classData = $d_sci_SetHashIterator; +})); /** @constructor */ function $c_sci_SetIterator(rootNode) { this.sci_ChampBaseIterator__f_currentValueCursor = 0; @@ -32088,64 +30177,57 @@ function $c_sci_SetIterator(rootNode) { this.sci_ChampBaseIterator__f_currentStackLevel = 0; this.sci_ChampBaseIterator__f_nodeCursorsAndLengths = null; this.sci_ChampBaseIterator__f_nodes = null; - $ct_sci_ChampBaseIterator__sci_Node__(this, rootNode) + $ct_sci_ChampBaseIterator__sci_Node__(this, rootNode); } $c_sci_SetIterator.prototype = new $h_sci_ChampBaseIterator(); $c_sci_SetIterator.prototype.constructor = $c_sci_SetIterator; /** @constructor */ function $h_sci_SetIterator() { - /**/ } $h_sci_SetIterator.prototype = $c_sci_SetIterator.prototype; $c_sci_SetIterator.prototype.next__O = (function() { if ((!this.hasNext__Z())) { - $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() - }; + $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); + } var payload = $n($as_sci_SetNode(this.sci_ChampBaseIterator__f_currentValueNode)).getPayload__I__O(this.sci_ChampBaseIterator__f_currentValueCursor); this.sci_ChampBaseIterator__f_currentValueCursor = ((1 + this.sci_ChampBaseIterator__f_currentValueCursor) | 0); - return payload + return payload; }); -var $d_sci_SetIterator = new $TypeData().initClass({ - sci_SetIterator: 0 -}, false, "scala.collection.immutable.SetIterator", { +var $d_sci_SetIterator = new $TypeData().initClass($c_sci_SetIterator, "scala.collection.immutable.SetIterator", ({ sci_SetIterator: 1, sci_ChampBaseIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_sci_SetIterator.prototype.$classData = $d_sci_SetIterator; +})); function $is_sci_SetOps(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sci_SetOps))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sci_SetOps))); } function $as_sci_SetOps(obj) { - return (($is_sci_SetOps(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.SetOps")) + return (($is_sci_SetOps(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.SetOps")); } function $isArrayOf_sci_SetOps(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_SetOps))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_SetOps))); } function $asArrayOf_sci_SetOps(obj, depth) { - return (($isArrayOf_sci_SetOps(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.SetOps;", depth)) + return (($isArrayOf_sci_SetOps(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.SetOps;", depth)); } function $ct_scm_ArrayBuilder__($thiz) { $thiz.scm_ArrayBuilder__f_capacity = 0; - return $thiz + return $thiz; } /** @constructor */ function $c_scm_ArrayBuilder() { - this.scm_ArrayBuilder__f_capacity = 0 + this.scm_ArrayBuilder__f_capacity = 0; } $c_scm_ArrayBuilder.prototype = new $h_O(); $c_scm_ArrayBuilder.prototype.constructor = $c_scm_ArrayBuilder; /** @constructor */ function $h_scm_ArrayBuilder() { - /**/ } $h_scm_ArrayBuilder.prototype = $c_scm_ArrayBuilder.prototype; $c_scm_ArrayBuilder.prototype.sizeHint__I__V = (function(size) { - /**/ }); /** @constructor */ function $c_scm_ArraySeq$() { @@ -32153,85 +30235,80 @@ function $c_scm_ArraySeq$() { this.scm_ArraySeq$__f_EmptyArraySeq = null; $n_scm_ArraySeq$ = this; this.scm_ArraySeq$__f_untagged = new $c_sc_ClassTagSeqFactory$AnySeqDelegate(this); - this.scm_ArraySeq$__f_EmptyArraySeq = new $c_scm_ArraySeq$ofRef(new $ac_O(0)) + this.scm_ArraySeq$__f_EmptyArraySeq = new $c_scm_ArraySeq$ofRef(new $ac_O(0)); } $c_scm_ArraySeq$.prototype = new $h_O(); $c_scm_ArraySeq$.prototype.constructor = $c_scm_ArraySeq$; /** @constructor */ function $h_scm_ArraySeq$() { - /**/ } $h_scm_ArraySeq$.prototype = $c_scm_ArraySeq$.prototype; $c_scm_ArraySeq$.prototype.from__sc_IterableOnce__s_reflect_ClassTag__scm_ArraySeq = (function(it, evidence$2) { - return this.make__O__scm_ArraySeq($m_s_Array$().from__sc_IterableOnce__s_reflect_ClassTag__O(it, evidence$2)) + return this.make__O__scm_ArraySeq($m_s_Array$().from__sc_IterableOnce__s_reflect_ClassTag__O(it, evidence$2)); }); $c_scm_ArraySeq$.prototype.newBuilder__s_reflect_ClassTag__scm_Builder = (function(evidence$3) { var this$4 = new $c_scm_ArrayBuilder$generic($n(evidence$3).runtimeClass__jl_Class()); var f = new $c_sjsr_AnonFunction1(((x$2) => $m_scm_ArraySeq$().make__O__scm_ArraySeq(x$2))); - return new $c_scm_Builder$$anon$1(this$4, f) + return new $c_scm_Builder$$anon$1(this$4, f); }); $c_scm_ArraySeq$.prototype.make__O__scm_ArraySeq = (function(x) { if ((x === null)) { - return null + return null; } else if ((x instanceof $ac_O)) { var x3 = $asArrayOf_O(x, 1); - return new $c_scm_ArraySeq$ofRef(x3) + return new $c_scm_ArraySeq$ofRef(x3); } else if ((x instanceof $ac_I)) { var x4 = $asArrayOf_I(x, 1); - return new $c_scm_ArraySeq$ofInt(x4) + return new $c_scm_ArraySeq$ofInt(x4); } else if ((x instanceof $ac_D)) { var x5 = $asArrayOf_D(x, 1); - return new $c_scm_ArraySeq$ofDouble(x5) + return new $c_scm_ArraySeq$ofDouble(x5); } else if ((x instanceof $ac_J)) { var x6 = $asArrayOf_J(x, 1); - return new $c_scm_ArraySeq$ofLong(x6) + return new $c_scm_ArraySeq$ofLong(x6); } else if ((x instanceof $ac_F)) { var x7 = $asArrayOf_F(x, 1); - return new $c_scm_ArraySeq$ofFloat(x7) + return new $c_scm_ArraySeq$ofFloat(x7); } else if ((x instanceof $ac_C)) { var x8 = $asArrayOf_C(x, 1); - return new $c_scm_ArraySeq$ofChar(x8) + return new $c_scm_ArraySeq$ofChar(x8); } else if ((x instanceof $ac_B)) { var x9 = $asArrayOf_B(x, 1); - return new $c_scm_ArraySeq$ofByte(x9) + return new $c_scm_ArraySeq$ofByte(x9); } else if ((x instanceof $ac_S)) { var x10 = $asArrayOf_S(x, 1); - return new $c_scm_ArraySeq$ofShort(x10) + return new $c_scm_ArraySeq$ofShort(x10); } else if ((x instanceof $ac_Z)) { var x11 = $asArrayOf_Z(x, 1); - return new $c_scm_ArraySeq$ofBoolean(x11) + return new $c_scm_ArraySeq$ofBoolean(x11); } else if ($isArrayOf_jl_Void(x, 1)) { var x12 = $asArrayOf_jl_Void(x, 1); - return new $c_scm_ArraySeq$ofUnit(x12) + return new $c_scm_ArraySeq$ofUnit(x12); } else { - throw new $c_s_MatchError(x) + throw new $c_s_MatchError(x); } }); $c_scm_ArraySeq$.prototype.from__sc_IterableOnce__O__O = (function(it, evidence$5) { - return this.from__sc_IterableOnce__s_reflect_ClassTag__scm_ArraySeq(it, $as_s_reflect_ClassTag(evidence$5)) + return this.from__sc_IterableOnce__s_reflect_ClassTag__scm_ArraySeq(it, $as_s_reflect_ClassTag(evidence$5)); }); $c_scm_ArraySeq$.prototype.empty__O__O = (function(evidence$6) { $as_s_reflect_ClassTag(evidence$6); - return this.scm_ArraySeq$__f_EmptyArraySeq + return this.scm_ArraySeq$__f_EmptyArraySeq; }); -var $d_scm_ArraySeq$ = new $TypeData().initClass({ - scm_ArraySeq$: 0 -}, false, "scala.collection.mutable.ArraySeq$", { +var $d_scm_ArraySeq$ = new $TypeData().initClass($c_scm_ArraySeq$, "scala.collection.mutable.ArraySeq$", ({ scm_ArraySeq$: 1, - O: 1, sc_StrictOptimizedClassTagSeqFactory: 1, sc_ClassTagSeqFactory: 1, sc_ClassTagIterableFactory: 1, sc_EvidenceIterableFactory: 1, Ljava_io_Serializable: 1 -}); -$c_scm_ArraySeq$.prototype.$classData = $d_scm_ArraySeq$; +})); var $n_scm_ArraySeq$; function $m_scm_ArraySeq$() { if ((!$n_scm_ArraySeq$)) { - $n_scm_ArraySeq$ = new $c_scm_ArraySeq$() - }; - return $n_scm_ArraySeq$ + $n_scm_ArraySeq$ = new $c_scm_ArraySeq$(); + } + return $n_scm_ArraySeq$; } /** @constructor */ function $c_scm_HashMap$$anon$1(outer) { @@ -32239,120 +30316,100 @@ function $c_scm_HashMap$$anon$1(outer) { this.scm_HashMap$HashMapIterator__f_node = null; this.scm_HashMap$HashMapIterator__f_len = 0; this.scm_HashMap$HashMapIterator__f_$outer = null; - $ct_scm_HashMap$HashMapIterator__scm_HashMap__(this, outer) + $ct_scm_HashMap$HashMapIterator__scm_HashMap__(this, outer); } $c_scm_HashMap$$anon$1.prototype = new $h_scm_HashMap$HashMapIterator(); $c_scm_HashMap$$anon$1.prototype.constructor = $c_scm_HashMap$$anon$1; /** @constructor */ function $h_scm_HashMap$$anon$1() { - /**/ } $h_scm_HashMap$$anon$1.prototype = $c_scm_HashMap$$anon$1.prototype; $c_scm_HashMap$$anon$1.prototype.extract__scm_HashMap$Node__O = (function(nd) { - return new $c_T2($n(nd).scm_HashMap$Node__f__key, $n(nd).scm_HashMap$Node__f__value) + return new $c_T2($n(nd).scm_HashMap$Node__f__key, $n(nd).scm_HashMap$Node__f__value); }); -var $d_scm_HashMap$$anon$1 = new $TypeData().initClass({ - scm_HashMap$$anon$1: 0 -}, false, "scala.collection.mutable.HashMap$$anon$1", { +var $d_scm_HashMap$$anon$1 = new $TypeData().initClass($c_scm_HashMap$$anon$1, "scala.collection.mutable.HashMap$$anon$1", ({ scm_HashMap$$anon$1: 1, scm_HashMap$HashMapIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_scm_HashMap$$anon$1.prototype.$classData = $d_scm_HashMap$$anon$1; +})); /** @constructor */ function $c_scm_HashMap$$anon$2(outer) { this.scm_HashMap$HashMapIterator__f_i = 0; this.scm_HashMap$HashMapIterator__f_node = null; this.scm_HashMap$HashMapIterator__f_len = 0; this.scm_HashMap$HashMapIterator__f_$outer = null; - $ct_scm_HashMap$HashMapIterator__scm_HashMap__(this, outer) + $ct_scm_HashMap$HashMapIterator__scm_HashMap__(this, outer); } $c_scm_HashMap$$anon$2.prototype = new $h_scm_HashMap$HashMapIterator(); $c_scm_HashMap$$anon$2.prototype.constructor = $c_scm_HashMap$$anon$2; /** @constructor */ function $h_scm_HashMap$$anon$2() { - /**/ } $h_scm_HashMap$$anon$2.prototype = $c_scm_HashMap$$anon$2.prototype; $c_scm_HashMap$$anon$2.prototype.extract__scm_HashMap$Node__O = (function(nd) { - return $n(nd).scm_HashMap$Node__f__key + return $n(nd).scm_HashMap$Node__f__key; }); -var $d_scm_HashMap$$anon$2 = new $TypeData().initClass({ - scm_HashMap$$anon$2: 0 -}, false, "scala.collection.mutable.HashMap$$anon$2", { +var $d_scm_HashMap$$anon$2 = new $TypeData().initClass($c_scm_HashMap$$anon$2, "scala.collection.mutable.HashMap$$anon$2", ({ scm_HashMap$$anon$2: 1, scm_HashMap$HashMapIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_scm_HashMap$$anon$2.prototype.$classData = $d_scm_HashMap$$anon$2; +})); /** @constructor */ function $c_scm_HashMap$$anon$3(outer) { this.scm_HashMap$HashMapIterator__f_i = 0; this.scm_HashMap$HashMapIterator__f_node = null; this.scm_HashMap$HashMapIterator__f_len = 0; this.scm_HashMap$HashMapIterator__f_$outer = null; - $ct_scm_HashMap$HashMapIterator__scm_HashMap__(this, outer) + $ct_scm_HashMap$HashMapIterator__scm_HashMap__(this, outer); } $c_scm_HashMap$$anon$3.prototype = new $h_scm_HashMap$HashMapIterator(); $c_scm_HashMap$$anon$3.prototype.constructor = $c_scm_HashMap$$anon$3; /** @constructor */ function $h_scm_HashMap$$anon$3() { - /**/ } $h_scm_HashMap$$anon$3.prototype = $c_scm_HashMap$$anon$3.prototype; $c_scm_HashMap$$anon$3.prototype.extract__scm_HashMap$Node__O = (function(nd) { - return $n(nd).scm_HashMap$Node__f__value + return $n(nd).scm_HashMap$Node__f__value; }); -var $d_scm_HashMap$$anon$3 = new $TypeData().initClass({ - scm_HashMap$$anon$3: 0 -}, false, "scala.collection.mutable.HashMap$$anon$3", { +var $d_scm_HashMap$$anon$3 = new $TypeData().initClass($c_scm_HashMap$$anon$3, "scala.collection.mutable.HashMap$$anon$3", ({ scm_HashMap$$anon$3: 1, scm_HashMap$HashMapIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_scm_HashMap$$anon$3.prototype.$classData = $d_scm_HashMap$$anon$3; +})); /** @constructor */ function $c_scm_HashMap$$anon$4(outer) { this.scm_HashMap$HashMapIterator__f_i = 0; this.scm_HashMap$HashMapIterator__f_node = null; this.scm_HashMap$HashMapIterator__f_len = 0; this.scm_HashMap$HashMapIterator__f_$outer = null; - $ct_scm_HashMap$HashMapIterator__scm_HashMap__(this, outer) + $ct_scm_HashMap$HashMapIterator__scm_HashMap__(this, outer); } $c_scm_HashMap$$anon$4.prototype = new $h_scm_HashMap$HashMapIterator(); $c_scm_HashMap$$anon$4.prototype.constructor = $c_scm_HashMap$$anon$4; /** @constructor */ function $h_scm_HashMap$$anon$4() { - /**/ } $h_scm_HashMap$$anon$4.prototype = $c_scm_HashMap$$anon$4.prototype; $c_scm_HashMap$$anon$4.prototype.extract__scm_HashMap$Node__O = (function(nd) { - return nd + return nd; }); -var $d_scm_HashMap$$anon$4 = new $TypeData().initClass({ - scm_HashMap$$anon$4: 0 -}, false, "scala.collection.mutable.HashMap$$anon$4", { +var $d_scm_HashMap$$anon$4 = new $TypeData().initClass($c_scm_HashMap$$anon$4, "scala.collection.mutable.HashMap$$anon$4", ({ scm_HashMap$$anon$4: 1, scm_HashMap$HashMapIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_scm_HashMap$$anon$4.prototype.$classData = $d_scm_HashMap$$anon$4; +})); /** @constructor */ function $c_scm_HashMap$$anon$5(outer) { this.scm_HashMap$HashMapIterator__f_i = 0; @@ -32361,23 +30418,19 @@ function $c_scm_HashMap$$anon$5(outer) { this.scm_HashMap$HashMapIterator__f_$outer = null; this.scm_HashMap$$anon$5__f_hash = 0; this.scm_HashMap$$anon$5__f_$outer = null; - if ((outer === null)) { - $n(null) - } else { - this.scm_HashMap$$anon$5__f_$outer = outer - }; + $n(outer); + this.scm_HashMap$$anon$5__f_$outer = outer; $ct_scm_HashMap$HashMapIterator__scm_HashMap__(this, outer); - this.scm_HashMap$$anon$5__f_hash = 0 + this.scm_HashMap$$anon$5__f_hash = 0; } $c_scm_HashMap$$anon$5.prototype = new $h_scm_HashMap$HashMapIterator(); $c_scm_HashMap$$anon$5.prototype.constructor = $c_scm_HashMap$$anon$5; /** @constructor */ function $h_scm_HashMap$$anon$5() { - /**/ } $h_scm_HashMap$$anon$5.prototype = $c_scm_HashMap$$anon$5.prototype; $c_scm_HashMap$$anon$5.prototype.hashCode__I = (function() { - return this.scm_HashMap$$anon$5__f_hash + return this.scm_HashMap$$anon$5__f_hash; }); $c_scm_HashMap$$anon$5.prototype.extract__scm_HashMap$Node__O = (function(nd) { var $x_1 = $m_s_util_hashing_MurmurHash3$(); @@ -32385,80 +30438,66 @@ $c_scm_HashMap$$anon$5.prototype.extract__scm_HashMap$Node__O = (function(nd) { var improvedHash = $n(nd).scm_HashMap$Node__f__hash; var x = $n(nd).scm_HashMap$Node__f__value; this.scm_HashMap$$anon$5__f_hash = $n($x_1).tuple2Hash__O__O__I((improvedHash ^ ((improvedHash >>> 16) | 0)), $m_sr_Statics$().anyHash__O__I(x)); - return this + return this; }); -var $d_scm_HashMap$$anon$5 = new $TypeData().initClass({ - scm_HashMap$$anon$5: 0 -}, false, "scala.collection.mutable.HashMap$$anon$5", { +var $d_scm_HashMap$$anon$5 = new $TypeData().initClass($c_scm_HashMap$$anon$5, "scala.collection.mutable.HashMap$$anon$5", ({ scm_HashMap$$anon$5: 1, scm_HashMap$HashMapIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_scm_HashMap$$anon$5.prototype.$classData = $d_scm_HashMap$$anon$5; +})); /** @constructor */ function $c_scm_HashSet$$anon$1(outer) { this.scm_HashSet$HashSetIterator__f_i = 0; this.scm_HashSet$HashSetIterator__f_node = null; this.scm_HashSet$HashSetIterator__f_len = 0; this.scm_HashSet$HashSetIterator__f_$outer = null; - $ct_scm_HashSet$HashSetIterator__scm_HashSet__(this, outer) + $ct_scm_HashSet$HashSetIterator__scm_HashSet__(this, outer); } $c_scm_HashSet$$anon$1.prototype = new $h_scm_HashSet$HashSetIterator(); $c_scm_HashSet$$anon$1.prototype.constructor = $c_scm_HashSet$$anon$1; /** @constructor */ function $h_scm_HashSet$$anon$1() { - /**/ } $h_scm_HashSet$$anon$1.prototype = $c_scm_HashSet$$anon$1.prototype; $c_scm_HashSet$$anon$1.prototype.extract__scm_HashSet$Node__O = (function(nd) { - return $n(nd).scm_HashSet$Node__f__key + return $n(nd).scm_HashSet$Node__f__key; }); -var $d_scm_HashSet$$anon$1 = new $TypeData().initClass({ - scm_HashSet$$anon$1: 0 -}, false, "scala.collection.mutable.HashSet$$anon$1", { +var $d_scm_HashSet$$anon$1 = new $TypeData().initClass($c_scm_HashSet$$anon$1, "scala.collection.mutable.HashSet$$anon$1", ({ scm_HashSet$$anon$1: 1, scm_HashSet$HashSetIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_scm_HashSet$$anon$1.prototype.$classData = $d_scm_HashSet$$anon$1; +})); /** @constructor */ function $c_scm_HashSet$$anon$2(outer) { this.scm_HashSet$HashSetIterator__f_i = 0; this.scm_HashSet$HashSetIterator__f_node = null; this.scm_HashSet$HashSetIterator__f_len = 0; this.scm_HashSet$HashSetIterator__f_$outer = null; - $ct_scm_HashSet$HashSetIterator__scm_HashSet__(this, outer) + $ct_scm_HashSet$HashSetIterator__scm_HashSet__(this, outer); } $c_scm_HashSet$$anon$2.prototype = new $h_scm_HashSet$HashSetIterator(); $c_scm_HashSet$$anon$2.prototype.constructor = $c_scm_HashSet$$anon$2; /** @constructor */ function $h_scm_HashSet$$anon$2() { - /**/ } $h_scm_HashSet$$anon$2.prototype = $c_scm_HashSet$$anon$2.prototype; $c_scm_HashSet$$anon$2.prototype.extract__scm_HashSet$Node__O = (function(nd) { - return nd + return nd; }); -var $d_scm_HashSet$$anon$2 = new $TypeData().initClass({ - scm_HashSet$$anon$2: 0 -}, false, "scala.collection.mutable.HashSet$$anon$2", { +var $d_scm_HashSet$$anon$2 = new $TypeData().initClass($c_scm_HashSet$$anon$2, "scala.collection.mutable.HashSet$$anon$2", ({ scm_HashSet$$anon$2: 1, scm_HashSet$HashSetIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_scm_HashSet$$anon$2.prototype.$classData = $d_scm_HashSet$$anon$2; +})); /** @constructor */ function $c_scm_HashSet$$anon$3(outer) { this.scm_HashSet$HashSetIterator__f_i = 0; @@ -32467,83 +30506,70 @@ function $c_scm_HashSet$$anon$3(outer) { this.scm_HashSet$HashSetIterator__f_$outer = null; this.scm_HashSet$$anon$3__f_hash = 0; this.scm_HashSet$$anon$3__f_$outer = null; - if ((outer === null)) { - $n(null) - } else { - this.scm_HashSet$$anon$3__f_$outer = outer - }; + $n(outer); + this.scm_HashSet$$anon$3__f_$outer = outer; $ct_scm_HashSet$HashSetIterator__scm_HashSet__(this, outer); - this.scm_HashSet$$anon$3__f_hash = 0 + this.scm_HashSet$$anon$3__f_hash = 0; } $c_scm_HashSet$$anon$3.prototype = new $h_scm_HashSet$HashSetIterator(); $c_scm_HashSet$$anon$3.prototype.constructor = $c_scm_HashSet$$anon$3; /** @constructor */ function $h_scm_HashSet$$anon$3() { - /**/ } $h_scm_HashSet$$anon$3.prototype = $c_scm_HashSet$$anon$3.prototype; $c_scm_HashSet$$anon$3.prototype.hashCode__I = (function() { - return this.scm_HashSet$$anon$3__f_hash + return this.scm_HashSet$$anon$3__f_hash; }); $c_scm_HashSet$$anon$3.prototype.extract__scm_HashSet$Node__O = (function(nd) { var this$1 = $n(this.scm_HashSet$$anon$3__f_$outer); var improvedHash = $n(nd).scm_HashSet$Node__f__hash; this.scm_HashSet$$anon$3__f_hash = this$1.scala$collection$mutable$HashSet$$improveHash__I__I(improvedHash); - return this + return this; }); -var $d_scm_HashSet$$anon$3 = new $TypeData().initClass({ - scm_HashSet$$anon$3: 0 -}, false, "scala.collection.mutable.HashSet$$anon$3", { +var $d_scm_HashSet$$anon$3 = new $TypeData().initClass($c_scm_HashSet$$anon$3, "scala.collection.mutable.HashSet$$anon$3", ({ scm_HashSet$$anon$3: 1, scm_HashSet$HashSetIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1 -}); -$c_scm_HashSet$$anon$3.prototype.$classData = $d_scm_HashSet$$anon$3; +})); /** @constructor */ function $c_s_reflect_ClassTag$GenericClassTag(runtimeClass) { this.s_reflect_ClassTag$GenericClassTag__f_runtimeClass = null; - this.s_reflect_ClassTag$GenericClassTag__f_runtimeClass = runtimeClass + this.s_reflect_ClassTag$GenericClassTag__f_runtimeClass = runtimeClass; } $c_s_reflect_ClassTag$GenericClassTag.prototype = new $h_O(); $c_s_reflect_ClassTag$GenericClassTag.prototype.constructor = $c_s_reflect_ClassTag$GenericClassTag; /** @constructor */ function $h_s_reflect_ClassTag$GenericClassTag() { - /**/ } $h_s_reflect_ClassTag$GenericClassTag.prototype = $c_s_reflect_ClassTag$GenericClassTag.prototype; $c_s_reflect_ClassTag$GenericClassTag.prototype.equals__O__Z = (function(x) { - return $f_s_reflect_ClassTag__equals__O__Z(this, x) + return $f_s_reflect_ClassTag__equals__O__Z(this, x); }); $c_s_reflect_ClassTag$GenericClassTag.prototype.hashCode__I = (function() { var x = this.s_reflect_ClassTag$GenericClassTag__f_runtimeClass; - return $m_sr_Statics$().anyHash__O__I(x) + return $m_sr_Statics$().anyHash__O__I(x); }); $c_s_reflect_ClassTag$GenericClassTag.prototype.toString__T = (function() { - return $p_s_reflect_ClassTag__prettyprint$1__jl_Class__T(this, this.s_reflect_ClassTag$GenericClassTag__f_runtimeClass) + return $p_s_reflect_ClassTag__prettyprint$1__jl_Class__T(this, this.s_reflect_ClassTag$GenericClassTag__f_runtimeClass); }); $c_s_reflect_ClassTag$GenericClassTag.prototype.runtimeClass__jl_Class = (function() { - return this.s_reflect_ClassTag$GenericClassTag__f_runtimeClass + return this.s_reflect_ClassTag$GenericClassTag__f_runtimeClass; }); $c_s_reflect_ClassTag$GenericClassTag.prototype.newArray__I__O = (function(len) { var componentType = this.s_reflect_ClassTag$GenericClassTag__f_runtimeClass; - return $m_jl_reflect_Array$().newInstance__jl_Class__I__O(componentType, len) + return $m_jl_reflect_Array$().newInstance__jl_Class__I__O(componentType, len); }); -var $d_s_reflect_ClassTag$GenericClassTag = new $TypeData().initClass({ - s_reflect_ClassTag$GenericClassTag: 0 -}, false, "scala.reflect.ClassTag$GenericClassTag", { +var $d_s_reflect_ClassTag$GenericClassTag = new $TypeData().initClass($c_s_reflect_ClassTag$GenericClassTag, "scala.reflect.ClassTag$GenericClassTag", ({ s_reflect_ClassTag$GenericClassTag: 1, - O: 1, s_reflect_ClassTag: 1, s_reflect_ClassManifestDeprecatedApis: 1, s_reflect_OptManifest: 1, Ljava_io_Serializable: 1, s_Equals: 1 -}); -$c_s_reflect_ClassTag$GenericClassTag.prototype.$classData = $d_s_reflect_ClassTag$GenericClassTag; +})); /** @constructor */ function $c_s_util_parsing_combinator_Parsers$$anon$2(outer, res$1, next$1, failure$1) { this.s_util_parsing_combinator_Parsers$ParseResult__f_$outer = null; @@ -32551,58 +30577,52 @@ function $c_s_util_parsing_combinator_Parsers$$anon$2(outer, res$1, next$1, fail this.s_util_parsing_combinator_Parsers$Success__f_next = null; this.s_util_parsing_combinator_Parsers$$anon$2__f_lastFailure = null; $ct_s_util_parsing_combinator_Parsers$Success__s_util_parsing_combinator_Parsers__O__s_util_parsing_input_Reader__(this, outer, res$1, next$1); - this.s_util_parsing_combinator_Parsers$$anon$2__f_lastFailure = failure$1 + this.s_util_parsing_combinator_Parsers$$anon$2__f_lastFailure = failure$1; } $c_s_util_parsing_combinator_Parsers$$anon$2.prototype = new $h_s_util_parsing_combinator_Parsers$Success(); $c_s_util_parsing_combinator_Parsers$$anon$2.prototype.constructor = $c_s_util_parsing_combinator_Parsers$$anon$2; /** @constructor */ function $h_s_util_parsing_combinator_Parsers$$anon$2() { - /**/ } $h_s_util_parsing_combinator_Parsers$$anon$2.prototype = $c_s_util_parsing_combinator_Parsers$$anon$2.prototype; $c_s_util_parsing_combinator_Parsers$$anon$2.prototype.lastFailure__s_Option = (function() { - return this.s_util_parsing_combinator_Parsers$$anon$2__f_lastFailure + return this.s_util_parsing_combinator_Parsers$$anon$2__f_lastFailure; }); -var $d_s_util_parsing_combinator_Parsers$$anon$2 = new $TypeData().initClass({ - s_util_parsing_combinator_Parsers$$anon$2: 0 -}, false, "scala.util.parsing.combinator.Parsers$$anon$2", { +var $d_s_util_parsing_combinator_Parsers$$anon$2 = new $TypeData().initClass($c_s_util_parsing_combinator_Parsers$$anon$2, "scala.util.parsing.combinator.Parsers$$anon$2", ({ s_util_parsing_combinator_Parsers$$anon$2: 1, s_util_parsing_combinator_Parsers$Success: 1, s_util_parsing_combinator_Parsers$ParseResult: 1, - O: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_s_util_parsing_combinator_Parsers$$anon$2.prototype.$classData = $d_s_util_parsing_combinator_Parsers$$anon$2; +})); function $as_s_util_parsing_combinator_Parsers$Error(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.parsing.combinator.Parsers$Error")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.parsing.combinator.Parsers$Error")); } function $isArrayOf_s_util_parsing_combinator_Parsers$Error(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_parsing_combinator_Parsers$Error))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_parsing_combinator_Parsers$Error))); } function $asArrayOf_s_util_parsing_combinator_Parsers$Error(obj, depth) { - return (($isArrayOf_s_util_parsing_combinator_Parsers$Error(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.parsing.combinator.Parsers$Error;", depth)) + return (($isArrayOf_s_util_parsing_combinator_Parsers$Error(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.parsing.combinator.Parsers$Error;", depth)); } /** @constructor */ function $c_s_util_parsing_combinator_Parsers$Failure(outer, msg, next) { this.s_util_parsing_combinator_Parsers$ParseResult__f_$outer = null; this.s_util_parsing_combinator_Parsers$NoSuccess__f_msg = null; this.s_util_parsing_combinator_Parsers$NoSuccess__f_next = null; - $ct_s_util_parsing_combinator_Parsers$NoSuccess__s_util_parsing_combinator_Parsers__T__s_util_parsing_input_Reader__(this, outer, msg, next) + $ct_s_util_parsing_combinator_Parsers$NoSuccess__s_util_parsing_combinator_Parsers__T__s_util_parsing_input_Reader__(this, outer, msg, next); } $c_s_util_parsing_combinator_Parsers$Failure.prototype = new $h_s_util_parsing_combinator_Parsers$NoSuccess(); $c_s_util_parsing_combinator_Parsers$Failure.prototype.constructor = $c_s_util_parsing_combinator_Parsers$Failure; /** @constructor */ function $h_s_util_parsing_combinator_Parsers$Failure() { - /**/ } $h_s_util_parsing_combinator_Parsers$Failure.prototype = $c_s_util_parsing_combinator_Parsers$Failure.prototype; $c_s_util_parsing_combinator_Parsers$Failure.prototype.msg__T = (function() { - return this.s_util_parsing_combinator_Parsers$NoSuccess__f_msg + return this.s_util_parsing_combinator_Parsers$NoSuccess__f_msg; }); $c_s_util_parsing_combinator_Parsers$Failure.prototype.next__s_util_parsing_input_Reader = (function() { - return this.s_util_parsing_combinator_Parsers$NoSuccess__f_next + return this.s_util_parsing_combinator_Parsers$NoSuccess__f_next; }); $c_s_util_parsing_combinator_Parsers$Failure.prototype.toString__T = (function() { var this$1 = $n(this.s_util_parsing_combinator_Parsers$NoSuccess__f_next); @@ -32610,7 +30630,7 @@ $c_s_util_parsing_combinator_Parsers$Failure.prototype.toString__T = (function() var $x_1 = this.s_util_parsing_combinator_Parsers$NoSuccess__f_msg; var this$2 = $n(this.s_util_parsing_combinator_Parsers$NoSuccess__f_next); var this$3 = new $c_s_util_parsing_input_OffsetPosition(this$2.s_util_parsing_input_CharSequenceReader__f_source, this$2.s_util_parsing_input_CharSequenceReader__f_offset); - return ((((("[" + $x_2) + "] failure: ") + $x_1) + "\n\n") + $f_s_util_parsing_input_Position__longString__T(this$3)) + return ((((("[" + $x_2) + "] failure: ") + $x_1) + "\n\n") + $f_s_util_parsing_input_Position__longString__T(this$3)); }); $c_s_util_parsing_combinator_Parsers$Failure.prototype.append__F0__s_util_parsing_combinator_Parsers$ParseResult = (function(a) { var alt = $as_s_util_parsing_combinator_Parsers$ParseResult($n(a).apply__O()); @@ -32623,66 +30643,66 @@ $c_s_util_parsing_combinator_Parsers$Failure.prototype.append__F0__s_util_parsin var failure1 = $n(x2).lastFailure__s_Option(); var failure = $f_s_util_parsing_combinator_Parsers__selectLastFailure__s_Option__s_Option__s_Option(this$1, failure0, failure1); var this$2 = $n(this.s_util_parsing_combinator_Parsers$ParseResult__f_$outer); - return new $c_s_util_parsing_combinator_Parsers$$anon$2(this$2, result, rest, failure) + return new $c_s_util_parsing_combinator_Parsers$$anon$2(this$2, result, rest, failure); } else if ((alt instanceof $c_s_util_parsing_combinator_Parsers$NoSuccess)) { var this$3 = $n($n(alt).next__s_util_parsing_input_Reader()); var $x_1 = new $c_s_util_parsing_input_OffsetPosition(this$3.s_util_parsing_input_CharSequenceReader__f_source, this$3.s_util_parsing_input_CharSequenceReader__f_offset); var this$4 = $n(this.s_util_parsing_combinator_Parsers$NoSuccess__f_next); if ($x_1.$less__s_util_parsing_input_Position__Z(new $c_s_util_parsing_input_OffsetPosition(this$4.s_util_parsing_input_CharSequenceReader__f_source, this$4.s_util_parsing_input_CharSequenceReader__f_offset))) { - return this + return this; } else { - return alt + return alt; } } else { - throw new $c_s_MatchError(alt) + throw new $c_s_MatchError(alt); } }); $c_s_util_parsing_combinator_Parsers$Failure.prototype.productPrefix__T = (function() { - return "Failure" + return "Failure"; }); $c_s_util_parsing_combinator_Parsers$Failure.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_s_util_parsing_combinator_Parsers$Failure.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.s_util_parsing_combinator_Parsers$NoSuccess__f_msg; - break + break; } case 1: { return this.s_util_parsing_combinator_Parsers$NoSuccess__f_next; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_s_util_parsing_combinator_Parsers$Failure.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_s_util_parsing_combinator_Parsers$Failure.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "msg"; - break + break; } case 1: { return "next"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_s_util_parsing_combinator_Parsers$Failure.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_s_util_parsing_combinator_Parsers$Failure.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if (((x$1 instanceof $c_s_util_parsing_combinator_Parsers$Failure) && ($n($as_s_util_parsing_combinator_Parsers$Failure(x$1)).s_util_parsing_combinator_Parsers$ParseResult__f_$outer === this.s_util_parsing_combinator_Parsers$ParseResult__f_$outer))) { var Failure$1 = $as_s_util_parsing_combinator_Parsers$Failure(x$1); var $x_1 = this.s_util_parsing_combinator_Parsers$NoSuccess__f_msg; @@ -32692,215 +30712,200 @@ $c_s_util_parsing_combinator_Parsers$Failure.prototype.equals__O__Z = (function( var this$2 = $n(Failure$1); var x$2 = this$2.s_util_parsing_combinator_Parsers$NoSuccess__f_next; if ((x === null)) { - var $x_2 = (x$2 === null) + var $x_2 = (x$2 === null); } else { var this$3 = $n(x); - var $x_2 = (this$3 === x$2) - }; + var $x_2 = (this$3 === x$2); + } if ($x_2) { $n(Failure$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_s_util_parsing_combinator_Parsers$Failure(obj) { - return (((obj instanceof $c_s_util_parsing_combinator_Parsers$Failure) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.parsing.combinator.Parsers$Failure")) + return (((obj instanceof $c_s_util_parsing_combinator_Parsers$Failure) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.util.parsing.combinator.Parsers$Failure")); } function $isArrayOf_s_util_parsing_combinator_Parsers$Failure(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_parsing_combinator_Parsers$Failure))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.s_util_parsing_combinator_Parsers$Failure))); } function $asArrayOf_s_util_parsing_combinator_Parsers$Failure(obj, depth) { - return (($isArrayOf_s_util_parsing_combinator_Parsers$Failure(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.parsing.combinator.Parsers$Failure;", depth)) + return (($isArrayOf_s_util_parsing_combinator_Parsers$Failure(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.util.parsing.combinator.Parsers$Failure;", depth)); } -var $d_s_util_parsing_combinator_Parsers$Failure = new $TypeData().initClass({ - s_util_parsing_combinator_Parsers$Failure: 0 -}, false, "scala.util.parsing.combinator.Parsers$Failure", { +var $d_s_util_parsing_combinator_Parsers$Failure = new $TypeData().initClass($c_s_util_parsing_combinator_Parsers$Failure, "scala.util.parsing.combinator.Parsers$Failure", ({ s_util_parsing_combinator_Parsers$Failure: 1, s_util_parsing_combinator_Parsers$NoSuccess: 1, s_util_parsing_combinator_Parsers$ParseResult: 1, - O: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_s_util_parsing_combinator_Parsers$Failure.prototype.$classData = $d_s_util_parsing_combinator_Parsers$Failure; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$() { this.Lfeatherweightgo_model_ast_AbstractStructureType__f_structureTypeName = null; this.Lfeatherweightgo_model_ast_AbstractStructureType__f_types = null; - $ct_Lfeatherweightgo_model_ast_AbstractStructureType__Lfeatherweightgo_model_ast_StructureTypeName__sci_List__(this, new $c_Lfeatherweightgo_model_ast_StructureTypeName("int"), $m_s_package$().s_package$__f_Nil) + $ct_Lfeatherweightgo_model_ast_AbstractStructureType__Lfeatherweightgo_model_ast_StructureTypeName__sci_List__(this, new $c_Lfeatherweightgo_model_ast_StructureTypeName("int"), $m_sci_Nil$()); } $c_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$.prototype = new $h_Lfeatherweightgo_model_ast_AbstractStructureType(); $c_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$.prototype.constructor = $c_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$; /** @constructor */ function $h_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$() { - /**/ } $h_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$.prototype = $c_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$.prototype; $c_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$.prototype.productPrefix__T = (function() { - return "IntegerType" + return "IntegerType"; }); $c_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$.prototype.productArity__I = (function() { - return 0 + return 0; }); $c_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$.prototype.productElement__I__O = (function(x$1) { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); }); $c_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$.prototype.hashCode__I = (function() { - return (-1828168328) + return (-1828168328); }); $c_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$.prototype.toString__T = (function() { - return "IntegerType" + return "IntegerType"; }); -var $d_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$ = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$: 0 -}, false, "featherweightgo.model.ast.AbstractStructureType$IntegerType$", { +var $d_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$ = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$, "featherweightgo.model.ast.AbstractStructureType$IntegerType$", ({ Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$: 1, Lfeatherweightgo_model_ast_AbstractStructureType: 1, - O: 1, Lfeatherweightgo_model_ast_Type: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$.prototype.$classData = $d_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$; +})); var $n_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$; function $m_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$() { if ((!$n_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$)) { - $n_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$ = new $c_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$() - }; - return $n_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$ + $n_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$ = new $c_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$(); + } + return $n_Lfeatherweightgo_model_ast_AbstractStructureType$IntegerType$; } /** @constructor */ function $c_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$() { this.Lfeatherweightgo_model_ast_AbstractStructureType__f_structureTypeName = null; this.Lfeatherweightgo_model_ast_AbstractStructureType__f_types = null; - $ct_Lfeatherweightgo_model_ast_AbstractStructureType__Lfeatherweightgo_model_ast_StructureTypeName__sci_List__(this, new $c_Lfeatherweightgo_model_ast_StructureTypeName("string"), $m_s_package$().s_package$__f_Nil) + $ct_Lfeatherweightgo_model_ast_AbstractStructureType__Lfeatherweightgo_model_ast_StructureTypeName__sci_List__(this, new $c_Lfeatherweightgo_model_ast_StructureTypeName("string"), $m_sci_Nil$()); } $c_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$.prototype = new $h_Lfeatherweightgo_model_ast_AbstractStructureType(); $c_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$.prototype.constructor = $c_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$; /** @constructor */ function $h_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$() { - /**/ } $h_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$.prototype = $c_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$.prototype; $c_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$.prototype.productPrefix__T = (function() { - return "StringType" + return "StringType"; }); $c_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$.prototype.productArity__I = (function() { - return 0 + return 0; }); $c_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$.prototype.productElement__I__O = (function(x$1) { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); }); $c_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$.prototype.hashCode__I = (function() { - return 420400907 + return 420400907; }); $c_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$.prototype.toString__T = (function() { - return "StringType" + return "StringType"; }); -var $d_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$ = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_AbstractStructureType$StringType$: 0 -}, false, "featherweightgo.model.ast.AbstractStructureType$StringType$", { +var $d_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$ = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$, "featherweightgo.model.ast.AbstractStructureType$StringType$", ({ Lfeatherweightgo_model_ast_AbstractStructureType$StringType$: 1, Lfeatherweightgo_model_ast_AbstractStructureType: 1, - O: 1, Lfeatherweightgo_model_ast_Type: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$.prototype.$classData = $d_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$; +})); var $n_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$; function $m_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$() { if ((!$n_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$)) { - $n_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$ = new $c_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$() - }; - return $n_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$ + $n_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$ = new $c_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$(); + } + return $n_Lfeatherweightgo_model_ast_AbstractStructureType$StringType$; } /** @constructor */ function $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType(structureTypeName, types) { this.Lfeatherweightgo_model_ast_AbstractStructureType__f_structureTypeName = null; this.Lfeatherweightgo_model_ast_AbstractStructureType__f_types = null; - $ct_Lfeatherweightgo_model_ast_AbstractStructureType__Lfeatherweightgo_model_ast_StructureTypeName__sci_List__(this, structureTypeName, types) + $ct_Lfeatherweightgo_model_ast_AbstractStructureType__Lfeatherweightgo_model_ast_StructureTypeName__sci_List__(this, structureTypeName, types); } $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType.prototype = new $h_Lfeatherweightgo_model_ast_AbstractStructureType(); $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType.prototype.constructor = $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType; /** @constructor */ function $h_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType() { - /**/ } $h_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType.prototype = $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType.prototype; $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType.prototype.structureTypeName__Lfeatherweightgo_model_ast_StructureTypeName = (function() { - return this.Lfeatherweightgo_model_ast_AbstractStructureType__f_structureTypeName + return this.Lfeatherweightgo_model_ast_AbstractStructureType__f_structureTypeName; }); $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType.prototype.types__sci_List = (function() { - return this.Lfeatherweightgo_model_ast_AbstractStructureType__f_types + return this.Lfeatherweightgo_model_ast_AbstractStructureType__f_types; }); $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType.prototype.productPrefix__T = (function() { - return "StructureType" + return "StructureType"; }); $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_ast_AbstractStructureType__f_structureTypeName; - break + break; } case 1: { return this.Lfeatherweightgo_model_ast_AbstractStructureType__f_types; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "structureTypeName"; - break + break; } case 1: { return "types"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType)) { var StructureType$1 = $as_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType(x$1); var x = this.Lfeatherweightgo_model_ast_AbstractStructureType__f_structureTypeName; @@ -32912,102 +30917,97 @@ $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType.prototype.equa var x$4 = this$2.Lfeatherweightgo_model_ast_AbstractStructureType__f_types; if (((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4))) { $n(StructureType$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.AbstractStructureType$StructureType")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.AbstractStructureType$StructureType")); } function $isArrayOf_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_AbstractStructureType$StructureType))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_AbstractStructureType$StructureType))); } function $asArrayOf_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.AbstractStructureType$StructureType;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.AbstractStructureType$StructureType;", depth)); } -var $d_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_AbstractStructureType$StructureType: 0 -}, false, "featherweightgo.model.ast.AbstractStructureType$StructureType", { +var $d_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType, "featherweightgo.model.ast.AbstractStructureType$StructureType", ({ Lfeatherweightgo_model_ast_AbstractStructureType$StructureType: 1, Lfeatherweightgo_model_ast_AbstractStructureType: 1, - O: 1, Lfeatherweightgo_model_ast_Type: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType.prototype.$classData = $d_Lfeatherweightgo_model_ast_AbstractStructureType$StructureType; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_Concat(lhs, rhs) { this.Lfeatherweightgo_model_ast_Concat__f_lhs = null; this.Lfeatherweightgo_model_ast_Concat__f_rhs = null; this.Lfeatherweightgo_model_ast_Concat__f_lhs = lhs; - this.Lfeatherweightgo_model_ast_Concat__f_rhs = rhs + this.Lfeatherweightgo_model_ast_Concat__f_rhs = rhs; } $c_Lfeatherweightgo_model_ast_Concat.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_Concat.prototype.constructor = $c_Lfeatherweightgo_model_ast_Concat; /** @constructor */ function $h_Lfeatherweightgo_model_ast_Concat() { - /**/ } $h_Lfeatherweightgo_model_ast_Concat.prototype = $c_Lfeatherweightgo_model_ast_Concat.prototype; $c_Lfeatherweightgo_model_ast_Concat.prototype.productPrefix__T = (function() { - return "Concat" + return "Concat"; }); $c_Lfeatherweightgo_model_ast_Concat.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_Lfeatherweightgo_model_ast_Concat.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_ast_Concat__f_lhs; - break + break; } case 1: { return this.Lfeatherweightgo_model_ast_Concat__f_rhs; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfeatherweightgo_model_ast_Concat.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_Concat.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "lhs"; - break + break; } case 1: { return "rhs"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lfeatherweightgo_model_ast_Concat.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_Concat.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_Concat.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_Concat)) { var Concat$1 = $as_Lfeatherweightgo_model_ast_Concat(x$1); var x = this.Lfeatherweightgo_model_ast_Concat__f_lhs; @@ -33017,65 +31017,60 @@ $c_Lfeatherweightgo_model_ast_Concat.prototype.equals__O__Z = (function(x$1) { var x$4 = $n(Concat$1).Lfeatherweightgo_model_ast_Concat__f_rhs; if (((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4))) { $n(Concat$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_Concat(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_Concat) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.Concat")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_Concat) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.Concat")); } function $isArrayOf_Lfeatherweightgo_model_ast_Concat(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_Concat))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_Concat))); } function $asArrayOf_Lfeatherweightgo_model_ast_Concat(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_Concat(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.Concat;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_Concat(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.Concat;", depth)); } -var $d_Lfeatherweightgo_model_ast_Concat = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_Concat: 0 -}, false, "featherweightgo.model.ast.Concat", { +var $d_Lfeatherweightgo_model_ast_Concat = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_Concat, "featherweightgo.model.ast.Concat", ({ Lfeatherweightgo_model_ast_Concat: 1, - O: 1, Lfeatherweightgo_model_ast_IntegerOps: 1, Lfeatherweightgo_model_ast_Expression: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_Concat.prototype.$classData = $d_Lfeatherweightgo_model_ast_Concat; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_IntegerValue(value) { this.Lfeatherweightgo_model_ast_IntegerValue__f_value = 0; - this.Lfeatherweightgo_model_ast_IntegerValue__f_value = value + this.Lfeatherweightgo_model_ast_IntegerValue__f_value = value; } $c_Lfeatherweightgo_model_ast_IntegerValue.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_IntegerValue.prototype.constructor = $c_Lfeatherweightgo_model_ast_IntegerValue; /** @constructor */ function $h_Lfeatherweightgo_model_ast_IntegerValue() { - /**/ } $h_Lfeatherweightgo_model_ast_IntegerValue.prototype = $c_Lfeatherweightgo_model_ast_IntegerValue.prototype; $c_Lfeatherweightgo_model_ast_IntegerValue.prototype.productPrefix__T = (function() { - return "IntegerValue" + return "IntegerValue"; }); $c_Lfeatherweightgo_model_ast_IntegerValue.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_Lfeatherweightgo_model_ast_IntegerValue.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_IntegerValue__f_value : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_IntegerValue__f_value : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_Lfeatherweightgo_model_ast_IntegerValue.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_IntegerValue.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_Lfeatherweightgo_model_ast_IntegerValue.prototype.hashCode__I = (function() { var acc = (-889275714); @@ -33086,106 +31081,101 @@ $c_Lfeatherweightgo_model_ast_IntegerValue.prototype.hashCode__I = (function() { var data$1 = this.Lfeatherweightgo_model_ast_IntegerValue__f_value; acc = $m_sr_Statics$().mix__I__I__I(hash$1, data$1); var hash$2 = acc; - return $m_sr_Statics$().finalizeHash__I__I__I(hash$2, 1) + return $m_sr_Statics$().finalizeHash__I__I__I(hash$2, 1); }); $c_Lfeatherweightgo_model_ast_IntegerValue.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_IntegerValue.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_IntegerValue)) { var IntegerValue$1 = $as_Lfeatherweightgo_model_ast_IntegerValue(x$1); - return ((this.Lfeatherweightgo_model_ast_IntegerValue__f_value === $n(IntegerValue$1).Lfeatherweightgo_model_ast_IntegerValue__f_value) && ($n(IntegerValue$1), true)) + return ((this.Lfeatherweightgo_model_ast_IntegerValue__f_value === $n(IntegerValue$1).Lfeatherweightgo_model_ast_IntegerValue__f_value) && ($n(IntegerValue$1), true)); } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_IntegerValue(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_IntegerValue) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.IntegerValue")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_IntegerValue) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.IntegerValue")); } function $isArrayOf_Lfeatherweightgo_model_ast_IntegerValue(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_IntegerValue))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_IntegerValue))); } function $asArrayOf_Lfeatherweightgo_model_ast_IntegerValue(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_IntegerValue(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.IntegerValue;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_IntegerValue(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.IntegerValue;", depth)); } -var $d_Lfeatherweightgo_model_ast_IntegerValue = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_IntegerValue: 0 -}, false, "featherweightgo.model.ast.IntegerValue", { +var $d_Lfeatherweightgo_model_ast_IntegerValue = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_IntegerValue, "featherweightgo.model.ast.IntegerValue", ({ Lfeatherweightgo_model_ast_IntegerValue: 1, - O: 1, Lfeatherweightgo_model_ast_Primitive: 1, Lfeatherweightgo_model_ast_Expression: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_IntegerValue.prototype.$classData = $d_Lfeatherweightgo_model_ast_IntegerValue; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_Plus(lhs, rhs) { this.Lfeatherweightgo_model_ast_Plus__f_lhs = null; this.Lfeatherweightgo_model_ast_Plus__f_rhs = null; this.Lfeatherweightgo_model_ast_Plus__f_lhs = lhs; - this.Lfeatherweightgo_model_ast_Plus__f_rhs = rhs + this.Lfeatherweightgo_model_ast_Plus__f_rhs = rhs; } $c_Lfeatherweightgo_model_ast_Plus.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_Plus.prototype.constructor = $c_Lfeatherweightgo_model_ast_Plus; /** @constructor */ function $h_Lfeatherweightgo_model_ast_Plus() { - /**/ } $h_Lfeatherweightgo_model_ast_Plus.prototype = $c_Lfeatherweightgo_model_ast_Plus.prototype; $c_Lfeatherweightgo_model_ast_Plus.prototype.productPrefix__T = (function() { - return "Plus" + return "Plus"; }); $c_Lfeatherweightgo_model_ast_Plus.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_Lfeatherweightgo_model_ast_Plus.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_ast_Plus__f_lhs; - break + break; } case 1: { return this.Lfeatherweightgo_model_ast_Plus__f_rhs; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfeatherweightgo_model_ast_Plus.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_Plus.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "lhs"; - break + break; } case 1: { return "rhs"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lfeatherweightgo_model_ast_Plus.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_Plus.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_Plus.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_Plus)) { var Plus$1 = $as_Lfeatherweightgo_model_ast_Plus(x$1); var x = this.Lfeatherweightgo_model_ast_Plus__f_lhs; @@ -33195,168 +31185,158 @@ $c_Lfeatherweightgo_model_ast_Plus.prototype.equals__O__Z = (function(x$1) { var x$4 = $n(Plus$1).Lfeatherweightgo_model_ast_Plus__f_rhs; if (((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4))) { $n(Plus$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_Plus(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_Plus) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.Plus")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_Plus) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.Plus")); } function $isArrayOf_Lfeatherweightgo_model_ast_Plus(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_Plus))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_Plus))); } function $asArrayOf_Lfeatherweightgo_model_ast_Plus(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_Plus(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.Plus;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_Plus(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.Plus;", depth)); } -var $d_Lfeatherweightgo_model_ast_Plus = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_Plus: 0 -}, false, "featherweightgo.model.ast.Plus", { +var $d_Lfeatherweightgo_model_ast_Plus = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_Plus, "featherweightgo.model.ast.Plus", ({ Lfeatherweightgo_model_ast_Plus: 1, - O: 1, Lfeatherweightgo_model_ast_IntegerOps: 1, Lfeatherweightgo_model_ast_Expression: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_Plus.prototype.$classData = $d_Lfeatherweightgo_model_ast_Plus; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_StringValue(value) { this.Lfeatherweightgo_model_ast_StringValue__f_value = null; - this.Lfeatherweightgo_model_ast_StringValue__f_value = value + this.Lfeatherweightgo_model_ast_StringValue__f_value = value; } $c_Lfeatherweightgo_model_ast_StringValue.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_StringValue.prototype.constructor = $c_Lfeatherweightgo_model_ast_StringValue; /** @constructor */ function $h_Lfeatherweightgo_model_ast_StringValue() { - /**/ } $h_Lfeatherweightgo_model_ast_StringValue.prototype = $c_Lfeatherweightgo_model_ast_StringValue.prototype; $c_Lfeatherweightgo_model_ast_StringValue.prototype.productPrefix__T = (function() { - return "StringValue" + return "StringValue"; }); $c_Lfeatherweightgo_model_ast_StringValue.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_Lfeatherweightgo_model_ast_StringValue.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_StringValue__f_value : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.Lfeatherweightgo_model_ast_StringValue__f_value : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_Lfeatherweightgo_model_ast_StringValue.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_StringValue.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "value" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_Lfeatherweightgo_model_ast_StringValue.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_StringValue.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_StringValue.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_StringValue)) { var StringValue$1 = $as_Lfeatherweightgo_model_ast_StringValue(x$1); - return ((this.Lfeatherweightgo_model_ast_StringValue__f_value === $n(StringValue$1).Lfeatherweightgo_model_ast_StringValue__f_value) && ($n(StringValue$1), true)) + return ((this.Lfeatherweightgo_model_ast_StringValue__f_value === $n(StringValue$1).Lfeatherweightgo_model_ast_StringValue__f_value) && ($n(StringValue$1), true)); } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_StringValue(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_StringValue) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.StringValue")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_StringValue) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.StringValue")); } function $isArrayOf_Lfeatherweightgo_model_ast_StringValue(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_StringValue))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_StringValue))); } function $asArrayOf_Lfeatherweightgo_model_ast_StringValue(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_StringValue(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.StringValue;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_StringValue(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.StringValue;", depth)); } -var $d_Lfeatherweightgo_model_ast_StringValue = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_StringValue: 0 -}, false, "featherweightgo.model.ast.StringValue", { +var $d_Lfeatherweightgo_model_ast_StringValue = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_StringValue, "featherweightgo.model.ast.StringValue", ({ Lfeatherweightgo_model_ast_StringValue: 1, - O: 1, Lfeatherweightgo_model_ast_Primitive: 1, Lfeatherweightgo_model_ast_Expression: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_StringValue.prototype.$classData = $d_Lfeatherweightgo_model_ast_StringValue; +})); /** @constructor */ function $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral(structureTypeName, values) { this.Lfeatherweightgo_model_ast_ValuedStructureLiteral__f_structureTypeName = null; this.Lfeatherweightgo_model_ast_ValuedStructureLiteral__f_values = null; this.Lfeatherweightgo_model_ast_ValuedStructureLiteral__f_structureTypeName = structureTypeName; - this.Lfeatherweightgo_model_ast_ValuedStructureLiteral__f_values = values + this.Lfeatherweightgo_model_ast_ValuedStructureLiteral__f_values = values; } $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral.prototype = new $h_O(); $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral.prototype.constructor = $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral; /** @constructor */ function $h_Lfeatherweightgo_model_ast_ValuedStructureLiteral() { - /**/ } $h_Lfeatherweightgo_model_ast_ValuedStructureLiteral.prototype = $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral.prototype; $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral.prototype.productPrefix__T = (function() { - return "ValuedStructureLiteral" + return "ValuedStructureLiteral"; }); $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.Lfeatherweightgo_model_ast_ValuedStructureLiteral__f_structureTypeName; - break + break; } case 1: { return this.Lfeatherweightgo_model_ast_ValuedStructureLiteral__f_values; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "structureTypeName"; - break + break; } case 1: { return "values"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral.prototype.toString__T = (function() { - return $m_sr_ScalaRunTime$()._toString__s_Product__T(this) + return $m_sr_ScalaRunTime$()._toString__s_Product__T(this); }); $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral)) { var ValuedStructureLiteral$1 = $as_Lfeatherweightgo_model_ast_ValuedStructureLiteral(x$1); var x = this.Lfeatherweightgo_model_ast_ValuedStructureLiteral__f_structureTypeName; @@ -33366,105 +31346,93 @@ $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral.prototype.equals__O__Z = (f var x$4 = $n(ValuedStructureLiteral$1).Lfeatherweightgo_model_ast_ValuedStructureLiteral__f_values; if (((x$3 === null) ? (x$4 === null) : $n(x$3).equals__O__Z(x$4))) { $n(ValuedStructureLiteral$1); - return true + return true; } else { - return false + return false; } } else { - return false + return false; } } else { - return false + return false; } }); function $as_Lfeatherweightgo_model_ast_ValuedStructureLiteral(obj) { - return (((obj instanceof $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.ValuedStructureLiteral")) + return (((obj instanceof $c_Lfeatherweightgo_model_ast_ValuedStructureLiteral) || (obj === null)) ? obj : $throwClassCastException(obj, "featherweightgo.model.ast.ValuedStructureLiteral")); } function $isArrayOf_Lfeatherweightgo_model_ast_ValuedStructureLiteral(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_ValuedStructureLiteral))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Lfeatherweightgo_model_ast_ValuedStructureLiteral))); } function $asArrayOf_Lfeatherweightgo_model_ast_ValuedStructureLiteral(obj, depth) { - return (($isArrayOf_Lfeatherweightgo_model_ast_ValuedStructureLiteral(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.ValuedStructureLiteral;", depth)) + return (($isArrayOf_Lfeatherweightgo_model_ast_ValuedStructureLiteral(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lfeatherweightgo.model.ast.ValuedStructureLiteral;", depth)); } -var $d_Lfeatherweightgo_model_ast_ValuedStructureLiteral = new $TypeData().initClass({ - Lfeatherweightgo_model_ast_ValuedStructureLiteral: 0 -}, false, "featherweightgo.model.ast.ValuedStructureLiteral", { +var $d_Lfeatherweightgo_model_ast_ValuedStructureLiteral = new $TypeData().initClass($c_Lfeatherweightgo_model_ast_ValuedStructureLiteral, "featherweightgo.model.ast.ValuedStructureLiteral", ({ Lfeatherweightgo_model_ast_ValuedStructureLiteral: 1, - O: 1, Lfeatherweightgo_model_ast_Primitive: 1, Lfeatherweightgo_model_ast_Expression: 1, Lfeatherweightgo_model_ast_AST: 1, s_Product: 1, s_Equals: 1, Ljava_io_Serializable: 1 -}); -$c_Lfeatherweightgo_model_ast_ValuedStructureLiteral.prototype.$classData = $d_Lfeatherweightgo_model_ast_ValuedStructureLiteral; +})); function $ct_Ljava_io_PrintStream__Ljava_io_OutputStream__Z__Ljava_nio_charset_Charset__($thiz, _out, autoFlush, charset) { $ct_Ljava_io_FilterOutputStream__Ljava_io_OutputStream__($thiz, _out); - return $thiz + return $thiz; } /** @constructor */ function $c_Ljava_io_PrintStream() { - /**/ } $c_Ljava_io_PrintStream.prototype = new $h_Ljava_io_FilterOutputStream(); $c_Ljava_io_PrintStream.prototype.constructor = $c_Ljava_io_PrintStream; /** @constructor */ function $h_Ljava_io_PrintStream() { - /**/ } $h_Ljava_io_PrintStream.prototype = $c_Ljava_io_PrintStream.prototype; $c_Ljava_io_PrintStream.prototype.println__T__V = (function(s) { this.print__T__V(s); - this.java$lang$JSConsoleBasedPrintStream$$printString__T__V("\n") + this.java$lang$JSConsoleBasedPrintStream$$printString__T__V("\n"); }); $c_Ljava_io_PrintStream.prototype.append__jl_CharSequence__Ljava_io_PrintStream = (function(csq) { this.print__T__V(((csq === null) ? "null" : $dp_toString__T($n(csq)))); - return this + return this; }); $c_Ljava_io_PrintStream.prototype.append__jl_CharSequence__jl_Appendable = (function(csq) { - return this.append__jl_CharSequence__Ljava_io_PrintStream(csq) + return this.append__jl_CharSequence__Ljava_io_PrintStream(csq); }); function $as_Ljava_io_PrintStream(obj) { - return (((obj instanceof $c_Ljava_io_PrintStream) || (obj === null)) ? obj : $throwClassCastException(obj, "java.io.PrintStream")) + return (((obj instanceof $c_Ljava_io_PrintStream) || (obj === null)) ? obj : $throwClassCastException(obj, "java.io.PrintStream")); } function $isArrayOf_Ljava_io_PrintStream(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Ljava_io_PrintStream))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.Ljava_io_PrintStream))); } function $asArrayOf_Ljava_io_PrintStream(obj, depth) { - return (($isArrayOf_Ljava_io_PrintStream(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.io.PrintStream;", depth)) + return (($isArrayOf_Ljava_io_PrintStream(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Ljava.io.PrintStream;", depth)); } /** @constructor */ function $c_ju_Collections$$anon$1() { - /**/ } $c_ju_Collections$$anon$1.prototype = new $h_ju_AbstractSet(); $c_ju_Collections$$anon$1.prototype.constructor = $c_ju_Collections$$anon$1; /** @constructor */ function $h_ju_Collections$$anon$1() { - /**/ } $h_ju_Collections$$anon$1.prototype = $c_ju_Collections$$anon$1.prototype; $c_ju_Collections$$anon$1.prototype.size__I = (function() { - return 0 + return 0; }); $c_ju_Collections$$anon$1.prototype.iterator__ju_Iterator = (function() { var this$1 = $m_ju_Collections$(); - return $p_ju_Collections$__EMPTY_ITERATOR__ju_Iterator(this$1) + return $p_ju_Collections$__EMPTY_ITERATOR__ju_Iterator(this$1); }); -var $d_ju_Collections$$anon$1 = new $TypeData().initClass({ - ju_Collections$$anon$1: 0 -}, false, "java.util.Collections$$anon$1", { +var $d_ju_Collections$$anon$1 = new $TypeData().initClass($c_ju_Collections$$anon$1, "java.util.Collections$$anon$1", ({ ju_Collections$$anon$1: 1, ju_AbstractSet: 1, ju_AbstractCollection: 1, - O: 1, ju_Collection: 1, jl_Iterable: 1, ju_Set: 1, Ljava_io_Serializable: 1 -}); -$c_ju_Collections$$anon$1.prototype.$classData = $d_ju_Collections$$anon$1; +})); class $c_ju_DuplicateFormatFlagsException extends $c_ju_IllegalFormatException { constructor(f) { super(); @@ -33472,26 +31440,22 @@ class $c_ju_DuplicateFormatFlagsException extends $c_ju_IllegalFormatException { this.ju_DuplicateFormatFlagsException__f_f = f; $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true); if ((f === null)) { - throw new $c_jl_NullPointerException() + throw new $c_jl_NullPointerException(); } - }; + } getMessage__T() { - return (("Flags = '" + this.ju_DuplicateFormatFlagsException__f_f) + "'") - }; + return (("Flags = '" + this.ju_DuplicateFormatFlagsException__f_f) + "'"); + } } -var $d_ju_DuplicateFormatFlagsException = new $TypeData().initClass({ - ju_DuplicateFormatFlagsException: 0 -}, false, "java.util.DuplicateFormatFlagsException", { +var $d_ju_DuplicateFormatFlagsException = new $TypeData().initClass($c_ju_DuplicateFormatFlagsException, "java.util.DuplicateFormatFlagsException", ({ ju_DuplicateFormatFlagsException: 1, ju_IllegalFormatException: 1, jl_IllegalArgumentException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_ju_DuplicateFormatFlagsException.prototype.$classData = $d_ju_DuplicateFormatFlagsException; +})); class $c_ju_FormatFlagsConversionMismatchException extends $c_ju_IllegalFormatException { constructor(f, c) { super(); @@ -33501,75 +31465,63 @@ class $c_ju_FormatFlagsConversionMismatchException extends $c_ju_IllegalFormatEx this.ju_FormatFlagsConversionMismatchException__f_c = c; $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true); if ((f === null)) { - throw new $c_jl_NullPointerException() + throw new $c_jl_NullPointerException(); } - }; + } getMessage__T() { - return ((("Conversion = " + $bC(this.ju_FormatFlagsConversionMismatchException__f_c)) + ", Flags = ") + this.ju_FormatFlagsConversionMismatchException__f_f) - }; + return ((("Conversion = " + $cToS(this.ju_FormatFlagsConversionMismatchException__f_c)) + ", Flags = ") + this.ju_FormatFlagsConversionMismatchException__f_f); + } } -var $d_ju_FormatFlagsConversionMismatchException = new $TypeData().initClass({ - ju_FormatFlagsConversionMismatchException: 0 -}, false, "java.util.FormatFlagsConversionMismatchException", { +var $d_ju_FormatFlagsConversionMismatchException = new $TypeData().initClass($c_ju_FormatFlagsConversionMismatchException, "java.util.FormatFlagsConversionMismatchException", ({ ju_FormatFlagsConversionMismatchException: 1, ju_IllegalFormatException: 1, jl_IllegalArgumentException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_ju_FormatFlagsConversionMismatchException.prototype.$classData = $d_ju_FormatFlagsConversionMismatchException; +})); class $c_ju_IllegalFormatArgumentIndexException extends $c_ju_IllegalFormatException { constructor(msg) { super(); this.ju_IllegalFormatArgumentIndexException__f_msg = null; this.ju_IllegalFormatArgumentIndexException__f_msg = msg; - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true) - }; + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true); + } getMessage__T() { - return this.ju_IllegalFormatArgumentIndexException__f_msg - }; + return this.ju_IllegalFormatArgumentIndexException__f_msg; + } } -var $d_ju_IllegalFormatArgumentIndexException = new $TypeData().initClass({ - ju_IllegalFormatArgumentIndexException: 0 -}, false, "java.util.IllegalFormatArgumentIndexException", { +var $d_ju_IllegalFormatArgumentIndexException = new $TypeData().initClass($c_ju_IllegalFormatArgumentIndexException, "java.util.IllegalFormatArgumentIndexException", ({ ju_IllegalFormatArgumentIndexException: 1, ju_IllegalFormatException: 1, jl_IllegalArgumentException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_ju_IllegalFormatArgumentIndexException.prototype.$classData = $d_ju_IllegalFormatArgumentIndexException; +})); class $c_ju_IllegalFormatCodePointException extends $c_ju_IllegalFormatException { constructor(c) { super(); this.ju_IllegalFormatCodePointException__f_c = 0; this.ju_IllegalFormatCodePointException__f_c = c; - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true) - }; + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true); + } getMessage__T() { var i = this.ju_IllegalFormatCodePointException__f_c; - return ("Code point = 0x" + $as_T($uD((i >>> 0.0)).toString(16))) - }; + return ("Code point = 0x" + $as_T($uD((i >>> 0.0)).toString(16))); + } } -var $d_ju_IllegalFormatCodePointException = new $TypeData().initClass({ - ju_IllegalFormatCodePointException: 0 -}, false, "java.util.IllegalFormatCodePointException", { +var $d_ju_IllegalFormatCodePointException = new $TypeData().initClass($c_ju_IllegalFormatCodePointException, "java.util.IllegalFormatCodePointException", ({ ju_IllegalFormatCodePointException: 1, ju_IllegalFormatException: 1, jl_IllegalArgumentException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_ju_IllegalFormatCodePointException.prototype.$classData = $d_ju_IllegalFormatCodePointException; +})); class $c_ju_IllegalFormatConversionException extends $c_ju_IllegalFormatException { constructor(c, arg) { super(); @@ -33579,27 +31531,23 @@ class $c_ju_IllegalFormatConversionException extends $c_ju_IllegalFormatExceptio this.ju_IllegalFormatConversionException__f_arg = arg; $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true); if ((arg === null)) { - throw new $c_jl_NullPointerException() + throw new $c_jl_NullPointerException(); } - }; + } getMessage__T() { var this$1 = this.ju_IllegalFormatConversionException__f_c; - return (($as_T(String.fromCharCode(this$1)) + " != ") + $n(this.ju_IllegalFormatConversionException__f_arg).getName__T()) - }; + return ((("" + $cToS(this$1)) + " != ") + $n(this.ju_IllegalFormatConversionException__f_arg).getName__T()); + } } -var $d_ju_IllegalFormatConversionException = new $TypeData().initClass({ - ju_IllegalFormatConversionException: 0 -}, false, "java.util.IllegalFormatConversionException", { +var $d_ju_IllegalFormatConversionException = new $TypeData().initClass($c_ju_IllegalFormatConversionException, "java.util.IllegalFormatConversionException", ({ ju_IllegalFormatConversionException: 1, ju_IllegalFormatException: 1, jl_IllegalArgumentException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_ju_IllegalFormatConversionException.prototype.$classData = $d_ju_IllegalFormatConversionException; +})); class $c_ju_IllegalFormatFlagsException extends $c_ju_IllegalFormatException { constructor(f) { super(); @@ -33607,76 +31555,64 @@ class $c_ju_IllegalFormatFlagsException extends $c_ju_IllegalFormatException { this.ju_IllegalFormatFlagsException__f_f = f; $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true); if ((f === null)) { - throw new $c_jl_NullPointerException() + throw new $c_jl_NullPointerException(); } - }; + } getMessage__T() { - return (("Flags = '" + this.ju_IllegalFormatFlagsException__f_f) + "'") - }; + return (("Flags = '" + this.ju_IllegalFormatFlagsException__f_f) + "'"); + } } -var $d_ju_IllegalFormatFlagsException = new $TypeData().initClass({ - ju_IllegalFormatFlagsException: 0 -}, false, "java.util.IllegalFormatFlagsException", { +var $d_ju_IllegalFormatFlagsException = new $TypeData().initClass($c_ju_IllegalFormatFlagsException, "java.util.IllegalFormatFlagsException", ({ ju_IllegalFormatFlagsException: 1, ju_IllegalFormatException: 1, jl_IllegalArgumentException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_ju_IllegalFormatFlagsException.prototype.$classData = $d_ju_IllegalFormatFlagsException; +})); class $c_ju_IllegalFormatPrecisionException extends $c_ju_IllegalFormatException { constructor(p) { super(); this.ju_IllegalFormatPrecisionException__f_p = 0; this.ju_IllegalFormatPrecisionException__f_p = p; - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true) - }; + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true); + } getMessage__T() { var i = this.ju_IllegalFormatPrecisionException__f_p; - return ("" + i) - }; + return ("" + i); + } } -var $d_ju_IllegalFormatPrecisionException = new $TypeData().initClass({ - ju_IllegalFormatPrecisionException: 0 -}, false, "java.util.IllegalFormatPrecisionException", { +var $d_ju_IllegalFormatPrecisionException = new $TypeData().initClass($c_ju_IllegalFormatPrecisionException, "java.util.IllegalFormatPrecisionException", ({ ju_IllegalFormatPrecisionException: 1, ju_IllegalFormatException: 1, jl_IllegalArgumentException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_ju_IllegalFormatPrecisionException.prototype.$classData = $d_ju_IllegalFormatPrecisionException; +})); class $c_ju_IllegalFormatWidthException extends $c_ju_IllegalFormatException { constructor(w) { super(); this.ju_IllegalFormatWidthException__f_w = 0; this.ju_IllegalFormatWidthException__f_w = w; - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true) - }; + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true); + } getMessage__T() { var i = this.ju_IllegalFormatWidthException__f_w; - return ("" + i) - }; + return ("" + i); + } } -var $d_ju_IllegalFormatWidthException = new $TypeData().initClass({ - ju_IllegalFormatWidthException: 0 -}, false, "java.util.IllegalFormatWidthException", { +var $d_ju_IllegalFormatWidthException = new $TypeData().initClass($c_ju_IllegalFormatWidthException, "java.util.IllegalFormatWidthException", ({ ju_IllegalFormatWidthException: 1, ju_IllegalFormatException: 1, jl_IllegalArgumentException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_ju_IllegalFormatWidthException.prototype.$classData = $d_ju_IllegalFormatWidthException; +})); class $c_ju_MissingFormatArgumentException extends $c_ju_IllegalFormatException { constructor(s) { super(); @@ -33684,26 +31620,22 @@ class $c_ju_MissingFormatArgumentException extends $c_ju_IllegalFormatException this.ju_MissingFormatArgumentException__f_s = s; $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true); if ((s === null)) { - throw new $c_jl_NullPointerException() + throw new $c_jl_NullPointerException(); } - }; + } getMessage__T() { - return (("Format specifier '" + this.ju_MissingFormatArgumentException__f_s) + "'") - }; + return (("Format specifier '" + this.ju_MissingFormatArgumentException__f_s) + "'"); + } } -var $d_ju_MissingFormatArgumentException = new $TypeData().initClass({ - ju_MissingFormatArgumentException: 0 -}, false, "java.util.MissingFormatArgumentException", { +var $d_ju_MissingFormatArgumentException = new $TypeData().initClass($c_ju_MissingFormatArgumentException, "java.util.MissingFormatArgumentException", ({ ju_MissingFormatArgumentException: 1, ju_IllegalFormatException: 1, jl_IllegalArgumentException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_ju_MissingFormatArgumentException.prototype.$classData = $d_ju_MissingFormatArgumentException; +})); class $c_ju_MissingFormatWidthException extends $c_ju_IllegalFormatException { constructor(s) { super(); @@ -33711,26 +31643,22 @@ class $c_ju_MissingFormatWidthException extends $c_ju_IllegalFormatException { this.ju_MissingFormatWidthException__f_s = s; $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true); if ((s === null)) { - throw new $c_jl_NullPointerException() + throw new $c_jl_NullPointerException(); } - }; + } getMessage__T() { - return this.ju_MissingFormatWidthException__f_s - }; + return this.ju_MissingFormatWidthException__f_s; + } } -var $d_ju_MissingFormatWidthException = new $TypeData().initClass({ - ju_MissingFormatWidthException: 0 -}, false, "java.util.MissingFormatWidthException", { +var $d_ju_MissingFormatWidthException = new $TypeData().initClass($c_ju_MissingFormatWidthException, "java.util.MissingFormatWidthException", ({ ju_MissingFormatWidthException: 1, ju_IllegalFormatException: 1, jl_IllegalArgumentException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_ju_MissingFormatWidthException.prototype.$classData = $d_ju_MissingFormatWidthException; +})); class $c_ju_UnknownFormatConversionException extends $c_ju_IllegalFormatException { constructor(s) { super(); @@ -33738,26 +31666,22 @@ class $c_ju_UnknownFormatConversionException extends $c_ju_IllegalFormatExceptio this.ju_UnknownFormatConversionException__f_s = s; $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true); if ((s === null)) { - throw new $c_jl_NullPointerException() + throw new $c_jl_NullPointerException(); } - }; + } getMessage__T() { - return (("Conversion = '" + this.ju_UnknownFormatConversionException__f_s) + "'") - }; + return (("Conversion = '" + this.ju_UnknownFormatConversionException__f_s) + "'"); + } } -var $d_ju_UnknownFormatConversionException = new $TypeData().initClass({ - ju_UnknownFormatConversionException: 0 -}, false, "java.util.UnknownFormatConversionException", { +var $d_ju_UnknownFormatConversionException = new $TypeData().initClass($c_ju_UnknownFormatConversionException, "java.util.UnknownFormatConversionException", ({ ju_UnknownFormatConversionException: 1, ju_IllegalFormatException: 1, jl_IllegalArgumentException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1 -}); -$c_ju_UnknownFormatConversionException.prototype.$classData = $d_ju_UnknownFormatConversionException; +})); /** @constructor */ function $c_sc_ArrayOps$ArrayIterator$mcB$sp(xs$mcB$sp) { this.sc_ArrayOps$ArrayIterator__f_xs = null; @@ -33765,39 +31689,34 @@ function $c_sc_ArrayOps$ArrayIterator$mcB$sp(xs$mcB$sp) { this.sc_ArrayOps$ArrayIterator__f_len = 0; this.sc_ArrayOps$ArrayIterator$mcB$sp__f_xs$mcB$sp = null; this.sc_ArrayOps$ArrayIterator$mcB$sp__f_xs$mcB$sp = xs$mcB$sp; - $ct_sc_ArrayOps$ArrayIterator__O__(this, xs$mcB$sp) + $ct_sc_ArrayOps$ArrayIterator__O__(this, xs$mcB$sp); } $c_sc_ArrayOps$ArrayIterator$mcB$sp.prototype = new $h_sc_ArrayOps$ArrayIterator(); $c_sc_ArrayOps$ArrayIterator$mcB$sp.prototype.constructor = $c_sc_ArrayOps$ArrayIterator$mcB$sp; /** @constructor */ function $h_sc_ArrayOps$ArrayIterator$mcB$sp() { - /**/ } $h_sc_ArrayOps$ArrayIterator$mcB$sp.prototype = $c_sc_ArrayOps$ArrayIterator$mcB$sp.prototype; $c_sc_ArrayOps$ArrayIterator$mcB$sp.prototype.next$mcB$sp__B = (function() { if ((this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos >= $n(this.sc_ArrayOps$ArrayIterator$mcB$sp__f_xs$mcB$sp).u.length)) { - $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() - }; + $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); + } var r = $n(this.sc_ArrayOps$ArrayIterator$mcB$sp__f_xs$mcB$sp).get(this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos); this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos = ((1 + this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos) | 0); - return r + return r; }); $c_sc_ArrayOps$ArrayIterator$mcB$sp.prototype.next__O = (function() { - return this.next$mcB$sp__B() + return this.next$mcB$sp__B(); }); -var $d_sc_ArrayOps$ArrayIterator$mcB$sp = new $TypeData().initClass({ - sc_ArrayOps$ArrayIterator$mcB$sp: 0 -}, false, "scala.collection.ArrayOps$ArrayIterator$mcB$sp", { +var $d_sc_ArrayOps$ArrayIterator$mcB$sp = new $TypeData().initClass($c_sc_ArrayOps$ArrayIterator$mcB$sp, "scala.collection.ArrayOps$ArrayIterator$mcB$sp", ({ sc_ArrayOps$ArrayIterator$mcB$sp: 1, sc_ArrayOps$ArrayIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1, Ljava_io_Serializable: 1 -}); -$c_sc_ArrayOps$ArrayIterator$mcB$sp.prototype.$classData = $d_sc_ArrayOps$ArrayIterator$mcB$sp; +})); /** @constructor */ function $c_sc_ArrayOps$ArrayIterator$mcC$sp(xs$mcC$sp) { this.sc_ArrayOps$ArrayIterator__f_xs = null; @@ -33805,39 +31724,34 @@ function $c_sc_ArrayOps$ArrayIterator$mcC$sp(xs$mcC$sp) { this.sc_ArrayOps$ArrayIterator__f_len = 0; this.sc_ArrayOps$ArrayIterator$mcC$sp__f_xs$mcC$sp = null; this.sc_ArrayOps$ArrayIterator$mcC$sp__f_xs$mcC$sp = xs$mcC$sp; - $ct_sc_ArrayOps$ArrayIterator__O__(this, xs$mcC$sp) + $ct_sc_ArrayOps$ArrayIterator__O__(this, xs$mcC$sp); } $c_sc_ArrayOps$ArrayIterator$mcC$sp.prototype = new $h_sc_ArrayOps$ArrayIterator(); $c_sc_ArrayOps$ArrayIterator$mcC$sp.prototype.constructor = $c_sc_ArrayOps$ArrayIterator$mcC$sp; /** @constructor */ function $h_sc_ArrayOps$ArrayIterator$mcC$sp() { - /**/ } $h_sc_ArrayOps$ArrayIterator$mcC$sp.prototype = $c_sc_ArrayOps$ArrayIterator$mcC$sp.prototype; $c_sc_ArrayOps$ArrayIterator$mcC$sp.prototype.next$mcC$sp__C = (function() { if ((this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos >= $n(this.sc_ArrayOps$ArrayIterator$mcC$sp__f_xs$mcC$sp).u.length)) { - $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() - }; + $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); + } var r = $n(this.sc_ArrayOps$ArrayIterator$mcC$sp__f_xs$mcC$sp).get(this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos); this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos = ((1 + this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos) | 0); - return r + return r; }); $c_sc_ArrayOps$ArrayIterator$mcC$sp.prototype.next__O = (function() { - return $bC(this.next$mcC$sp__C()) + return $bC(this.next$mcC$sp__C()); }); -var $d_sc_ArrayOps$ArrayIterator$mcC$sp = new $TypeData().initClass({ - sc_ArrayOps$ArrayIterator$mcC$sp: 0 -}, false, "scala.collection.ArrayOps$ArrayIterator$mcC$sp", { +var $d_sc_ArrayOps$ArrayIterator$mcC$sp = new $TypeData().initClass($c_sc_ArrayOps$ArrayIterator$mcC$sp, "scala.collection.ArrayOps$ArrayIterator$mcC$sp", ({ sc_ArrayOps$ArrayIterator$mcC$sp: 1, sc_ArrayOps$ArrayIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1, Ljava_io_Serializable: 1 -}); -$c_sc_ArrayOps$ArrayIterator$mcC$sp.prototype.$classData = $d_sc_ArrayOps$ArrayIterator$mcC$sp; +})); /** @constructor */ function $c_sc_ArrayOps$ArrayIterator$mcD$sp(xs$mcD$sp) { this.sc_ArrayOps$ArrayIterator__f_xs = null; @@ -33845,39 +31759,34 @@ function $c_sc_ArrayOps$ArrayIterator$mcD$sp(xs$mcD$sp) { this.sc_ArrayOps$ArrayIterator__f_len = 0; this.sc_ArrayOps$ArrayIterator$mcD$sp__f_xs$mcD$sp = null; this.sc_ArrayOps$ArrayIterator$mcD$sp__f_xs$mcD$sp = xs$mcD$sp; - $ct_sc_ArrayOps$ArrayIterator__O__(this, xs$mcD$sp) + $ct_sc_ArrayOps$ArrayIterator__O__(this, xs$mcD$sp); } $c_sc_ArrayOps$ArrayIterator$mcD$sp.prototype = new $h_sc_ArrayOps$ArrayIterator(); $c_sc_ArrayOps$ArrayIterator$mcD$sp.prototype.constructor = $c_sc_ArrayOps$ArrayIterator$mcD$sp; /** @constructor */ function $h_sc_ArrayOps$ArrayIterator$mcD$sp() { - /**/ } $h_sc_ArrayOps$ArrayIterator$mcD$sp.prototype = $c_sc_ArrayOps$ArrayIterator$mcD$sp.prototype; $c_sc_ArrayOps$ArrayIterator$mcD$sp.prototype.next$mcD$sp__D = (function() { if ((this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos >= $n(this.sc_ArrayOps$ArrayIterator$mcD$sp__f_xs$mcD$sp).u.length)) { - $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() - }; + $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); + } var r = $n(this.sc_ArrayOps$ArrayIterator$mcD$sp__f_xs$mcD$sp).get(this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos); this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos = ((1 + this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos) | 0); - return r + return r; }); $c_sc_ArrayOps$ArrayIterator$mcD$sp.prototype.next__O = (function() { - return this.next$mcD$sp__D() + return this.next$mcD$sp__D(); }); -var $d_sc_ArrayOps$ArrayIterator$mcD$sp = new $TypeData().initClass({ - sc_ArrayOps$ArrayIterator$mcD$sp: 0 -}, false, "scala.collection.ArrayOps$ArrayIterator$mcD$sp", { +var $d_sc_ArrayOps$ArrayIterator$mcD$sp = new $TypeData().initClass($c_sc_ArrayOps$ArrayIterator$mcD$sp, "scala.collection.ArrayOps$ArrayIterator$mcD$sp", ({ sc_ArrayOps$ArrayIterator$mcD$sp: 1, sc_ArrayOps$ArrayIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1, Ljava_io_Serializable: 1 -}); -$c_sc_ArrayOps$ArrayIterator$mcD$sp.prototype.$classData = $d_sc_ArrayOps$ArrayIterator$mcD$sp; +})); /** @constructor */ function $c_sc_ArrayOps$ArrayIterator$mcF$sp(xs$mcF$sp) { this.sc_ArrayOps$ArrayIterator__f_xs = null; @@ -33885,39 +31794,34 @@ function $c_sc_ArrayOps$ArrayIterator$mcF$sp(xs$mcF$sp) { this.sc_ArrayOps$ArrayIterator__f_len = 0; this.sc_ArrayOps$ArrayIterator$mcF$sp__f_xs$mcF$sp = null; this.sc_ArrayOps$ArrayIterator$mcF$sp__f_xs$mcF$sp = xs$mcF$sp; - $ct_sc_ArrayOps$ArrayIterator__O__(this, xs$mcF$sp) + $ct_sc_ArrayOps$ArrayIterator__O__(this, xs$mcF$sp); } $c_sc_ArrayOps$ArrayIterator$mcF$sp.prototype = new $h_sc_ArrayOps$ArrayIterator(); $c_sc_ArrayOps$ArrayIterator$mcF$sp.prototype.constructor = $c_sc_ArrayOps$ArrayIterator$mcF$sp; /** @constructor */ function $h_sc_ArrayOps$ArrayIterator$mcF$sp() { - /**/ } $h_sc_ArrayOps$ArrayIterator$mcF$sp.prototype = $c_sc_ArrayOps$ArrayIterator$mcF$sp.prototype; $c_sc_ArrayOps$ArrayIterator$mcF$sp.prototype.next$mcF$sp__F = (function() { if ((this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos >= $n(this.sc_ArrayOps$ArrayIterator$mcF$sp__f_xs$mcF$sp).u.length)) { - $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() - }; + $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); + } var r = $n(this.sc_ArrayOps$ArrayIterator$mcF$sp__f_xs$mcF$sp).get(this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos); this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos = ((1 + this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos) | 0); - return r + return r; }); $c_sc_ArrayOps$ArrayIterator$mcF$sp.prototype.next__O = (function() { - return this.next$mcF$sp__F() + return this.next$mcF$sp__F(); }); -var $d_sc_ArrayOps$ArrayIterator$mcF$sp = new $TypeData().initClass({ - sc_ArrayOps$ArrayIterator$mcF$sp: 0 -}, false, "scala.collection.ArrayOps$ArrayIterator$mcF$sp", { +var $d_sc_ArrayOps$ArrayIterator$mcF$sp = new $TypeData().initClass($c_sc_ArrayOps$ArrayIterator$mcF$sp, "scala.collection.ArrayOps$ArrayIterator$mcF$sp", ({ sc_ArrayOps$ArrayIterator$mcF$sp: 1, sc_ArrayOps$ArrayIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1, Ljava_io_Serializable: 1 -}); -$c_sc_ArrayOps$ArrayIterator$mcF$sp.prototype.$classData = $d_sc_ArrayOps$ArrayIterator$mcF$sp; +})); /** @constructor */ function $c_sc_ArrayOps$ArrayIterator$mcI$sp(xs$mcI$sp) { this.sc_ArrayOps$ArrayIterator__f_xs = null; @@ -33925,39 +31829,34 @@ function $c_sc_ArrayOps$ArrayIterator$mcI$sp(xs$mcI$sp) { this.sc_ArrayOps$ArrayIterator__f_len = 0; this.sc_ArrayOps$ArrayIterator$mcI$sp__f_xs$mcI$sp = null; this.sc_ArrayOps$ArrayIterator$mcI$sp__f_xs$mcI$sp = xs$mcI$sp; - $ct_sc_ArrayOps$ArrayIterator__O__(this, xs$mcI$sp) + $ct_sc_ArrayOps$ArrayIterator__O__(this, xs$mcI$sp); } $c_sc_ArrayOps$ArrayIterator$mcI$sp.prototype = new $h_sc_ArrayOps$ArrayIterator(); $c_sc_ArrayOps$ArrayIterator$mcI$sp.prototype.constructor = $c_sc_ArrayOps$ArrayIterator$mcI$sp; /** @constructor */ function $h_sc_ArrayOps$ArrayIterator$mcI$sp() { - /**/ } $h_sc_ArrayOps$ArrayIterator$mcI$sp.prototype = $c_sc_ArrayOps$ArrayIterator$mcI$sp.prototype; $c_sc_ArrayOps$ArrayIterator$mcI$sp.prototype.next$mcI$sp__I = (function() { if ((this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos >= $n(this.sc_ArrayOps$ArrayIterator$mcI$sp__f_xs$mcI$sp).u.length)) { - $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() - }; + $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); + } var r = $n(this.sc_ArrayOps$ArrayIterator$mcI$sp__f_xs$mcI$sp).get(this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos); this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos = ((1 + this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos) | 0); - return r + return r; }); $c_sc_ArrayOps$ArrayIterator$mcI$sp.prototype.next__O = (function() { - return this.next$mcI$sp__I() + return this.next$mcI$sp__I(); }); -var $d_sc_ArrayOps$ArrayIterator$mcI$sp = new $TypeData().initClass({ - sc_ArrayOps$ArrayIterator$mcI$sp: 0 -}, false, "scala.collection.ArrayOps$ArrayIterator$mcI$sp", { +var $d_sc_ArrayOps$ArrayIterator$mcI$sp = new $TypeData().initClass($c_sc_ArrayOps$ArrayIterator$mcI$sp, "scala.collection.ArrayOps$ArrayIterator$mcI$sp", ({ sc_ArrayOps$ArrayIterator$mcI$sp: 1, sc_ArrayOps$ArrayIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1, Ljava_io_Serializable: 1 -}); -$c_sc_ArrayOps$ArrayIterator$mcI$sp.prototype.$classData = $d_sc_ArrayOps$ArrayIterator$mcI$sp; +})); /** @constructor */ function $c_sc_ArrayOps$ArrayIterator$mcJ$sp(xs$mcJ$sp) { this.sc_ArrayOps$ArrayIterator__f_xs = null; @@ -33965,41 +31864,36 @@ function $c_sc_ArrayOps$ArrayIterator$mcJ$sp(xs$mcJ$sp) { this.sc_ArrayOps$ArrayIterator__f_len = 0; this.sc_ArrayOps$ArrayIterator$mcJ$sp__f_xs$mcJ$sp = null; this.sc_ArrayOps$ArrayIterator$mcJ$sp__f_xs$mcJ$sp = xs$mcJ$sp; - $ct_sc_ArrayOps$ArrayIterator__O__(this, xs$mcJ$sp) + $ct_sc_ArrayOps$ArrayIterator__O__(this, xs$mcJ$sp); } $c_sc_ArrayOps$ArrayIterator$mcJ$sp.prototype = new $h_sc_ArrayOps$ArrayIterator(); $c_sc_ArrayOps$ArrayIterator$mcJ$sp.prototype.constructor = $c_sc_ArrayOps$ArrayIterator$mcJ$sp; /** @constructor */ function $h_sc_ArrayOps$ArrayIterator$mcJ$sp() { - /**/ } $h_sc_ArrayOps$ArrayIterator$mcJ$sp.prototype = $c_sc_ArrayOps$ArrayIterator$mcJ$sp.prototype; $c_sc_ArrayOps$ArrayIterator$mcJ$sp.prototype.next$mcJ$sp__J = (function() { if ((this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos >= $n(this.sc_ArrayOps$ArrayIterator$mcJ$sp__f_xs$mcJ$sp).u.length)) { - $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() - }; + $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); + } var t = $n(this.sc_ArrayOps$ArrayIterator$mcJ$sp__f_xs$mcJ$sp).get(this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos); var lo = t.RTLong__f_lo; var hi = t.RTLong__f_hi; this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos = ((1 + this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos) | 0); - return new $c_RTLong(lo, hi) + return new $c_RTLong(lo, hi); }); $c_sc_ArrayOps$ArrayIterator$mcJ$sp.prototype.next__O = (function() { - return this.next$mcJ$sp__J() + return this.next$mcJ$sp__J(); }); -var $d_sc_ArrayOps$ArrayIterator$mcJ$sp = new $TypeData().initClass({ - sc_ArrayOps$ArrayIterator$mcJ$sp: 0 -}, false, "scala.collection.ArrayOps$ArrayIterator$mcJ$sp", { +var $d_sc_ArrayOps$ArrayIterator$mcJ$sp = new $TypeData().initClass($c_sc_ArrayOps$ArrayIterator$mcJ$sp, "scala.collection.ArrayOps$ArrayIterator$mcJ$sp", ({ sc_ArrayOps$ArrayIterator$mcJ$sp: 1, sc_ArrayOps$ArrayIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1, Ljava_io_Serializable: 1 -}); -$c_sc_ArrayOps$ArrayIterator$mcJ$sp.prototype.$classData = $d_sc_ArrayOps$ArrayIterator$mcJ$sp; +})); /** @constructor */ function $c_sc_ArrayOps$ArrayIterator$mcS$sp(xs$mcS$sp) { this.sc_ArrayOps$ArrayIterator__f_xs = null; @@ -34007,39 +31901,34 @@ function $c_sc_ArrayOps$ArrayIterator$mcS$sp(xs$mcS$sp) { this.sc_ArrayOps$ArrayIterator__f_len = 0; this.sc_ArrayOps$ArrayIterator$mcS$sp__f_xs$mcS$sp = null; this.sc_ArrayOps$ArrayIterator$mcS$sp__f_xs$mcS$sp = xs$mcS$sp; - $ct_sc_ArrayOps$ArrayIterator__O__(this, xs$mcS$sp) + $ct_sc_ArrayOps$ArrayIterator__O__(this, xs$mcS$sp); } $c_sc_ArrayOps$ArrayIterator$mcS$sp.prototype = new $h_sc_ArrayOps$ArrayIterator(); $c_sc_ArrayOps$ArrayIterator$mcS$sp.prototype.constructor = $c_sc_ArrayOps$ArrayIterator$mcS$sp; /** @constructor */ function $h_sc_ArrayOps$ArrayIterator$mcS$sp() { - /**/ } $h_sc_ArrayOps$ArrayIterator$mcS$sp.prototype = $c_sc_ArrayOps$ArrayIterator$mcS$sp.prototype; $c_sc_ArrayOps$ArrayIterator$mcS$sp.prototype.next$mcS$sp__S = (function() { if ((this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos >= $n(this.sc_ArrayOps$ArrayIterator$mcS$sp__f_xs$mcS$sp).u.length)) { - $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() - }; + $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); + } var r = $n(this.sc_ArrayOps$ArrayIterator$mcS$sp__f_xs$mcS$sp).get(this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos); this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos = ((1 + this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos) | 0); - return r + return r; }); $c_sc_ArrayOps$ArrayIterator$mcS$sp.prototype.next__O = (function() { - return this.next$mcS$sp__S() + return this.next$mcS$sp__S(); }); -var $d_sc_ArrayOps$ArrayIterator$mcS$sp = new $TypeData().initClass({ - sc_ArrayOps$ArrayIterator$mcS$sp: 0 -}, false, "scala.collection.ArrayOps$ArrayIterator$mcS$sp", { +var $d_sc_ArrayOps$ArrayIterator$mcS$sp = new $TypeData().initClass($c_sc_ArrayOps$ArrayIterator$mcS$sp, "scala.collection.ArrayOps$ArrayIterator$mcS$sp", ({ sc_ArrayOps$ArrayIterator$mcS$sp: 1, sc_ArrayOps$ArrayIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1, Ljava_io_Serializable: 1 -}); -$c_sc_ArrayOps$ArrayIterator$mcS$sp.prototype.$classData = $d_sc_ArrayOps$ArrayIterator$mcS$sp; +})); /** @constructor */ function $c_sc_ArrayOps$ArrayIterator$mcV$sp(xs$mcV$sp) { this.sc_ArrayOps$ArrayIterator__f_xs = null; @@ -34047,38 +31936,33 @@ function $c_sc_ArrayOps$ArrayIterator$mcV$sp(xs$mcV$sp) { this.sc_ArrayOps$ArrayIterator__f_len = 0; this.sc_ArrayOps$ArrayIterator$mcV$sp__f_xs$mcV$sp = null; this.sc_ArrayOps$ArrayIterator$mcV$sp__f_xs$mcV$sp = xs$mcV$sp; - $ct_sc_ArrayOps$ArrayIterator__O__(this, xs$mcV$sp) + $ct_sc_ArrayOps$ArrayIterator__O__(this, xs$mcV$sp); } $c_sc_ArrayOps$ArrayIterator$mcV$sp.prototype = new $h_sc_ArrayOps$ArrayIterator(); $c_sc_ArrayOps$ArrayIterator$mcV$sp.prototype.constructor = $c_sc_ArrayOps$ArrayIterator$mcV$sp; /** @constructor */ function $h_sc_ArrayOps$ArrayIterator$mcV$sp() { - /**/ } $h_sc_ArrayOps$ArrayIterator$mcV$sp.prototype = $c_sc_ArrayOps$ArrayIterator$mcV$sp.prototype; $c_sc_ArrayOps$ArrayIterator$mcV$sp.prototype.next$mcV$sp__V = (function() { if ((this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos >= $n(this.sc_ArrayOps$ArrayIterator$mcV$sp__f_xs$mcV$sp).u.length)) { - $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() - }; + $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); + } $n(this.sc_ArrayOps$ArrayIterator$mcV$sp__f_xs$mcV$sp).get(this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos); - this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos = ((1 + this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos) | 0) + this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos = ((1 + this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos) | 0); }); $c_sc_ArrayOps$ArrayIterator$mcV$sp.prototype.next__O = (function() { - this.next$mcV$sp__V() + this.next$mcV$sp__V(); }); -var $d_sc_ArrayOps$ArrayIterator$mcV$sp = new $TypeData().initClass({ - sc_ArrayOps$ArrayIterator$mcV$sp: 0 -}, false, "scala.collection.ArrayOps$ArrayIterator$mcV$sp", { +var $d_sc_ArrayOps$ArrayIterator$mcV$sp = new $TypeData().initClass($c_sc_ArrayOps$ArrayIterator$mcV$sp, "scala.collection.ArrayOps$ArrayIterator$mcV$sp", ({ sc_ArrayOps$ArrayIterator$mcV$sp: 1, sc_ArrayOps$ArrayIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1, Ljava_io_Serializable: 1 -}); -$c_sc_ArrayOps$ArrayIterator$mcV$sp.prototype.$classData = $d_sc_ArrayOps$ArrayIterator$mcV$sp; +})); /** @constructor */ function $c_sc_ArrayOps$ArrayIterator$mcZ$sp(xs$mcZ$sp) { this.sc_ArrayOps$ArrayIterator__f_xs = null; @@ -34086,159 +31970,130 @@ function $c_sc_ArrayOps$ArrayIterator$mcZ$sp(xs$mcZ$sp) { this.sc_ArrayOps$ArrayIterator__f_len = 0; this.sc_ArrayOps$ArrayIterator$mcZ$sp__f_xs$mcZ$sp = null; this.sc_ArrayOps$ArrayIterator$mcZ$sp__f_xs$mcZ$sp = xs$mcZ$sp; - $ct_sc_ArrayOps$ArrayIterator__O__(this, xs$mcZ$sp) + $ct_sc_ArrayOps$ArrayIterator__O__(this, xs$mcZ$sp); } $c_sc_ArrayOps$ArrayIterator$mcZ$sp.prototype = new $h_sc_ArrayOps$ArrayIterator(); $c_sc_ArrayOps$ArrayIterator$mcZ$sp.prototype.constructor = $c_sc_ArrayOps$ArrayIterator$mcZ$sp; /** @constructor */ function $h_sc_ArrayOps$ArrayIterator$mcZ$sp() { - /**/ } $h_sc_ArrayOps$ArrayIterator$mcZ$sp.prototype = $c_sc_ArrayOps$ArrayIterator$mcZ$sp.prototype; $c_sc_ArrayOps$ArrayIterator$mcZ$sp.prototype.next$mcZ$sp__Z = (function() { if ((this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos >= $n(this.sc_ArrayOps$ArrayIterator$mcZ$sp__f_xs$mcZ$sp).u.length)) { - $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O() - }; + $n($m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty).next__O(); + } var r = $n(this.sc_ArrayOps$ArrayIterator$mcZ$sp__f_xs$mcZ$sp).get(this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos); this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos = ((1 + this.sc_ArrayOps$ArrayIterator__f_scala$collection$ArrayOps$ArrayIterator$$pos) | 0); - return r + return r; }); $c_sc_ArrayOps$ArrayIterator$mcZ$sp.prototype.next__O = (function() { - return this.next$mcZ$sp__Z() + return this.next$mcZ$sp__Z(); }); -var $d_sc_ArrayOps$ArrayIterator$mcZ$sp = new $TypeData().initClass({ - sc_ArrayOps$ArrayIterator$mcZ$sp: 0 -}, false, "scala.collection.ArrayOps$ArrayIterator$mcZ$sp", { +var $d_sc_ArrayOps$ArrayIterator$mcZ$sp = new $TypeData().initClass($c_sc_ArrayOps$ArrayIterator$mcZ$sp, "scala.collection.ArrayOps$ArrayIterator$mcZ$sp", ({ sc_ArrayOps$ArrayIterator$mcZ$sp: 1, sc_ArrayOps$ArrayIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1, Ljava_io_Serializable: 1 -}); -$c_sc_ArrayOps$ArrayIterator$mcZ$sp.prototype.$classData = $d_sc_ArrayOps$ArrayIterator$mcZ$sp; +})); function $f_sc_View__toString__T($thiz) { - return ($thiz.className__T() + "()") + return ($thiz.className__T() + "()"); } function $is_sc_View(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_View))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_View))); } function $as_sc_View(obj) { - return (($is_sc_View(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.View")) + return (($is_sc_View(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.View")); } function $isArrayOf_sc_View(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_View))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_View))); } function $asArrayOf_sc_View(obj, depth) { - return (($isArrayOf_sc_View(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.View;", depth)) + return (($isArrayOf_sc_View(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.View;", depth)); } /** @constructor */ function $c_sci_Set$Set2$$anon$1(outer) { this.sci_Set$SetNIterator__f_current = 0; this.sci_Set$SetNIterator__f_remainder = 0; this.sci_Set$Set2$$anon$1__f_$outer = null; - if ((outer === null)) { - $n(null) - } else { - this.sci_Set$Set2$$anon$1__f_$outer = outer - }; - $ct_sci_Set$SetNIterator__I__(this, ($n(outer), 2)) + $n(outer); + this.sci_Set$Set2$$anon$1__f_$outer = outer; + $ct_sci_Set$SetNIterator__I__(this, ($n(outer), 2)); } $c_sci_Set$Set2$$anon$1.prototype = new $h_sci_Set$SetNIterator(); $c_sci_Set$Set2$$anon$1.prototype.constructor = $c_sci_Set$Set2$$anon$1; /** @constructor */ function $h_sci_Set$Set2$$anon$1() { - /**/ } $h_sci_Set$Set2$$anon$1.prototype = $c_sci_Set$Set2$$anon$1.prototype; $c_sci_Set$Set2$$anon$1.prototype.apply__I__O = (function(i) { - return $n(this.sci_Set$Set2$$anon$1__f_$outer).scala$collection$immutable$Set$Set2$$getElem__I__O(i) + return $n(this.sci_Set$Set2$$anon$1__f_$outer).scala$collection$immutable$Set$Set2$$getElem__I__O(i); }); -var $d_sci_Set$Set2$$anon$1 = new $TypeData().initClass({ - sci_Set$Set2$$anon$1: 0 -}, false, "scala.collection.immutable.Set$Set2$$anon$1", { +var $d_sci_Set$Set2$$anon$1 = new $TypeData().initClass($c_sci_Set$Set2$$anon$1, "scala.collection.immutable.Set$Set2$$anon$1", ({ sci_Set$Set2$$anon$1: 1, sci_Set$SetNIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Set$Set2$$anon$1.prototype.$classData = $d_sci_Set$Set2$$anon$1; +})); /** @constructor */ function $c_sci_Set$Set3$$anon$2(outer) { this.sci_Set$SetNIterator__f_current = 0; this.sci_Set$SetNIterator__f_remainder = 0; this.sci_Set$Set3$$anon$2__f_$outer = null; - if ((outer === null)) { - $n(null) - } else { - this.sci_Set$Set3$$anon$2__f_$outer = outer - }; - $ct_sci_Set$SetNIterator__I__(this, ($n(outer), 3)) + $n(outer); + this.sci_Set$Set3$$anon$2__f_$outer = outer; + $ct_sci_Set$SetNIterator__I__(this, ($n(outer), 3)); } $c_sci_Set$Set3$$anon$2.prototype = new $h_sci_Set$SetNIterator(); $c_sci_Set$Set3$$anon$2.prototype.constructor = $c_sci_Set$Set3$$anon$2; /** @constructor */ function $h_sci_Set$Set3$$anon$2() { - /**/ } $h_sci_Set$Set3$$anon$2.prototype = $c_sci_Set$Set3$$anon$2.prototype; $c_sci_Set$Set3$$anon$2.prototype.apply__I__O = (function(i) { - return $n(this.sci_Set$Set3$$anon$2__f_$outer).scala$collection$immutable$Set$Set3$$getElem__I__O(i) + return $n(this.sci_Set$Set3$$anon$2__f_$outer).scala$collection$immutable$Set$Set3$$getElem__I__O(i); }); -var $d_sci_Set$Set3$$anon$2 = new $TypeData().initClass({ - sci_Set$Set3$$anon$2: 0 -}, false, "scala.collection.immutable.Set$Set3$$anon$2", { +var $d_sci_Set$Set3$$anon$2 = new $TypeData().initClass($c_sci_Set$Set3$$anon$2, "scala.collection.immutable.Set$Set3$$anon$2", ({ sci_Set$Set3$$anon$2: 1, sci_Set$SetNIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Set$Set3$$anon$2.prototype.$classData = $d_sci_Set$Set3$$anon$2; +})); /** @constructor */ function $c_sci_Set$Set4$$anon$3(outer) { this.sci_Set$SetNIterator__f_current = 0; this.sci_Set$SetNIterator__f_remainder = 0; this.sci_Set$Set4$$anon$3__f_$outer = null; - if ((outer === null)) { - $n(null) - } else { - this.sci_Set$Set4$$anon$3__f_$outer = outer - }; - $ct_sci_Set$SetNIterator__I__(this, ($n(outer), 4)) + $n(outer); + this.sci_Set$Set4$$anon$3__f_$outer = outer; + $ct_sci_Set$SetNIterator__I__(this, ($n(outer), 4)); } $c_sci_Set$Set4$$anon$3.prototype = new $h_sci_Set$SetNIterator(); $c_sci_Set$Set4$$anon$3.prototype.constructor = $c_sci_Set$Set4$$anon$3; /** @constructor */ function $h_sci_Set$Set4$$anon$3() { - /**/ } $h_sci_Set$Set4$$anon$3.prototype = $c_sci_Set$Set4$$anon$3.prototype; $c_sci_Set$Set4$$anon$3.prototype.apply__I__O = (function(i) { - return $n(this.sci_Set$Set4$$anon$3__f_$outer).scala$collection$immutable$Set$Set4$$getElem__I__O(i) + return $n(this.sci_Set$Set4$$anon$3__f_$outer).scala$collection$immutable$Set$Set4$$getElem__I__O(i); }); -var $d_sci_Set$Set4$$anon$3 = new $TypeData().initClass({ - sci_Set$Set4$$anon$3: 0 -}, false, "scala.collection.immutable.Set$Set4$$anon$3", { +var $d_sci_Set$Set4$$anon$3 = new $TypeData().initClass($c_sci_Set$Set4$$anon$3, "scala.collection.immutable.Set$Set4$$anon$3", ({ sci_Set$Set4$$anon$3: 1, sci_Set$SetNIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Set$Set4$$anon$3.prototype.$classData = $d_sci_Set$Set4$$anon$3; +})); /** @constructor */ function $c_scm_ArrayBuilder$generic(elementClass) { this.scm_ArrayBuilder__f_capacity = 0; @@ -34248,70 +32103,65 @@ function $c_scm_ArrayBuilder$generic(elementClass) { this.scm_ArrayBuilder$generic__f_elementClass = elementClass; $ct_scm_ArrayBuilder__(this); this.scm_ArrayBuilder$generic__f_isCharArrayBuilder = (elementClass === $d_C.getClassOf()); - this.scm_ArrayBuilder$generic__f_jsElems = [] + this.scm_ArrayBuilder$generic__f_jsElems = []; } $c_scm_ArrayBuilder$generic.prototype = new $h_scm_ArrayBuilder(); $c_scm_ArrayBuilder$generic.prototype.constructor = $c_scm_ArrayBuilder$generic; /** @constructor */ function $h_scm_ArrayBuilder$generic() { - /**/ } $h_scm_ArrayBuilder$generic.prototype = $c_scm_ArrayBuilder$generic.prototype; $c_scm_ArrayBuilder$generic.prototype.addOne__O__scm_ArrayBuilder$generic = (function(elem) { var unboxedElem = (this.scm_ArrayBuilder$generic__f_isCharArrayBuilder ? $uC(elem) : ((elem === null) ? $n(this.scm_ArrayBuilder$generic__f_elementClass).jl_Class__f_data.zero : elem)); this.scm_ArrayBuilder$generic__f_jsElems.push(unboxedElem); - return this + return this; }); $c_scm_ArrayBuilder$generic.prototype.addAll__sc_IterableOnce__scm_ArrayBuilder$generic = (function(xs) { var it = $n(xs).iterator__sc_Iterator(); while ($n(it).hasNext__Z()) { var elem = $n(it).next__O(); - this.addOne__O__scm_ArrayBuilder$generic(elem) - }; - return this + this.addOne__O__scm_ArrayBuilder$generic(elem); + } + return this; }); $c_scm_ArrayBuilder$generic.prototype.result__O = (function() { var x$2 = this.scm_ArrayBuilder$generic__f_elementClass; if ((x$2 === $d_V.getClassOf())) { - var elemRuntimeClass = $d_jl_Void.getClassOf() + var elemRuntimeClass = $d_jl_Void.getClassOf(); } else { var x$4 = this.scm_ArrayBuilder$generic__f_elementClass; if ((x$4 === $d_sr_Null$.getClassOf())) { - var $x_1 = true + var $x_1 = true; } else { var x$6 = this.scm_ArrayBuilder$generic__f_elementClass; - var $x_1 = (x$6 === $d_sr_Nothing$.getClassOf()) - }; + var $x_1 = (x$6 === $d_sr_Nothing$.getClassOf()); + } if ($x_1) { - var elemRuntimeClass = $d_O.getClassOf() + var elemRuntimeClass = $d_O.getClassOf(); } else { - var elemRuntimeClass = this.scm_ArrayBuilder$generic__f_elementClass + var elemRuntimeClass = this.scm_ArrayBuilder$generic__f_elementClass; } - }; - return $n(elemRuntimeClass).jl_Class__f_data.getArrayOf().wrapArray(this.scm_ArrayBuilder$generic__f_jsElems) + } + return $n(elemRuntimeClass).jl_Class__f_data.getArrayOf().wrapArray(this.scm_ArrayBuilder$generic__f_jsElems); }); $c_scm_ArrayBuilder$generic.prototype.toString__T = (function() { - return "ArrayBuilder.generic" + return "ArrayBuilder.generic"; }); $c_scm_ArrayBuilder$generic.prototype.addAll__sc_IterableOnce__scm_Growable = (function(elems) { - return this.addAll__sc_IterableOnce__scm_ArrayBuilder$generic(elems) + return this.addAll__sc_IterableOnce__scm_ArrayBuilder$generic(elems); }); $c_scm_ArrayBuilder$generic.prototype.addOne__O__scm_Growable = (function(elem) { - return this.addOne__O__scm_ArrayBuilder$generic(elem) + return this.addOne__O__scm_ArrayBuilder$generic(elem); }); -var $d_scm_ArrayBuilder$generic = new $TypeData().initClass({ - scm_ArrayBuilder$generic: 0 -}, false, "scala.collection.mutable.ArrayBuilder$generic", { +var $d_scm_ArrayBuilder$generic = new $TypeData().initClass($c_scm_ArrayBuilder$generic, "scala.collection.mutable.ArrayBuilder$generic", ({ scm_ArrayBuilder$generic: 1, scm_ArrayBuilder: 1, - O: 1, scm_ReusableBuilder: 1, scm_Builder: 1, scm_Growable: 1, scm_Clearable: 1, Ljava_io_Serializable: 1 -}); -$c_scm_ArrayBuilder$generic.prototype.$classData = $d_scm_ArrayBuilder$generic; +})); /** @constructor */ function $c_scm_CheckedIndexedSeqView$CheckedIterator(self, mutationCount) { this.sc_IndexedSeqView$IndexedSeqViewIterator__f_self = null; @@ -34322,13 +32172,12 @@ function $c_scm_CheckedIndexedSeqView$CheckedIterator(self, mutationCount) { this.scm_CheckedIndexedSeqView$CheckedIterator__f_mutationCount = mutationCount; $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(this, self); var this$1 = $n(mutationCount); - this.scm_CheckedIndexedSeqView$CheckedIterator__f_expectedCount = $uI(this$1.apply__O()) + this.scm_CheckedIndexedSeqView$CheckedIterator__f_expectedCount = $uI(this$1.apply__O()); } $c_scm_CheckedIndexedSeqView$CheckedIterator.prototype = new $h_sc_IndexedSeqView$IndexedSeqViewIterator(); $c_scm_CheckedIndexedSeqView$CheckedIterator.prototype.constructor = $c_scm_CheckedIndexedSeqView$CheckedIterator; /** @constructor */ function $h_scm_CheckedIndexedSeqView$CheckedIterator() { - /**/ } $h_scm_CheckedIndexedSeqView$CheckedIterator.prototype = $c_scm_CheckedIndexedSeqView$CheckedIterator.prototype; $c_scm_CheckedIndexedSeqView$CheckedIterator.prototype.hasNext__Z = (function() { @@ -34337,99 +32186,85 @@ $c_scm_CheckedIndexedSeqView$CheckedIterator.prototype.hasNext__Z = (function() var this$1 = $n(this.scm_CheckedIndexedSeqView$CheckedIterator__f_mutationCount); var actualCount = $uI(this$1.apply__O()); this$2.checkMutations__I__I__T__V(expectedCount, actualCount, "mutation occurred during iteration"); - return (this.sc_IndexedSeqView$IndexedSeqViewIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewIterator$$remainder > 0) + return (this.sc_IndexedSeqView$IndexedSeqViewIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewIterator$$remainder > 0); }); -var $d_scm_CheckedIndexedSeqView$CheckedIterator = new $TypeData().initClass({ - scm_CheckedIndexedSeqView$CheckedIterator: 0 -}, false, "scala.collection.mutable.CheckedIndexedSeqView$CheckedIterator", { +var $d_scm_CheckedIndexedSeqView$CheckedIterator = new $TypeData().initClass($c_scm_CheckedIndexedSeqView$CheckedIterator, "scala.collection.mutable.CheckedIndexedSeqView$CheckedIterator", ({ scm_CheckedIndexedSeqView$CheckedIterator: 1, sc_IndexedSeqView$IndexedSeqViewIterator: 1, sc_AbstractIterator: 1, - O: 1, sc_Iterator: 1, sc_IterableOnce: 1, sc_IterableOnceOps: 1, Ljava_io_Serializable: 1 -}); -$c_scm_CheckedIndexedSeqView$CheckedIterator.prototype.$classData = $d_scm_CheckedIndexedSeqView$CheckedIterator; +})); /** @constructor */ function $c_s_math_Ordering$Char$() { - /**/ } $c_s_math_Ordering$Char$.prototype = new $h_O(); $c_s_math_Ordering$Char$.prototype.constructor = $c_s_math_Ordering$Char$; /** @constructor */ function $h_s_math_Ordering$Char$() { - /**/ } $h_s_math_Ordering$Char$.prototype = $c_s_math_Ordering$Char$.prototype; $c_s_math_Ordering$Char$.prototype.lteq__O__O__Z = (function(x, y) { - return $f_s_math_Ordering__lteq__O__O__Z(this, x, y) + return $f_s_math_Ordering__lteq__O__O__Z(this, x, y); }); $c_s_math_Ordering$Char$.prototype.gteq__O__O__Z = (function(x, y) { - return $f_s_math_Ordering__gteq__O__O__Z(this, x, y) + return $f_s_math_Ordering__gteq__O__O__Z(this, x, y); }); $c_s_math_Ordering$Char$.prototype.max__O__O__O = (function(x, y) { - return $f_s_math_Ordering__max__O__O__O(this, x, y) + return $f_s_math_Ordering__max__O__O__O(this, x, y); }); $c_s_math_Ordering$Char$.prototype.min__O__O__O = (function(x, y) { - return $f_s_math_Ordering__min__O__O__O(this, x, y) + return $f_s_math_Ordering__min__O__O__O(this, x, y); }); $c_s_math_Ordering$Char$.prototype.compare__O__O__I = (function(x, y) { var x$1 = $uC(x); var y$1 = $uC(y); - return ((x$1 - y$1) | 0) + return ((x$1 - y$1) | 0); }); -var $d_s_math_Ordering$Char$ = new $TypeData().initClass({ - s_math_Ordering$Char$: 0 -}, false, "scala.math.Ordering$Char$", { +var $d_s_math_Ordering$Char$ = new $TypeData().initClass($c_s_math_Ordering$Char$, "scala.math.Ordering$Char$", ({ s_math_Ordering$Char$: 1, - O: 1, s_math_Ordering$CharOrdering: 1, s_math_Ordering: 1, ju_Comparator: 1, s_math_PartialOrdering: 1, s_math_Equiv: 1, Ljava_io_Serializable: 1 -}); -$c_s_math_Ordering$Char$.prototype.$classData = $d_s_math_Ordering$Char$; +})); var $n_s_math_Ordering$Char$; function $m_s_math_Ordering$Char$() { if ((!$n_s_math_Ordering$Char$)) { - $n_s_math_Ordering$Char$ = new $c_s_math_Ordering$Char$() - }; - return $n_s_math_Ordering$Char$ + $n_s_math_Ordering$Char$ = new $c_s_math_Ordering$Char$(); + } + return $n_s_math_Ordering$Char$; } /** @constructor */ function $c_s_reflect_AnyValManifest() { this.s_reflect_AnyValManifest__f_toString = null; - this.s_reflect_AnyValManifest__f_hashCode = 0 } $c_s_reflect_AnyValManifest.prototype = new $h_O(); $c_s_reflect_AnyValManifest.prototype.constructor = $c_s_reflect_AnyValManifest; /** @constructor */ function $h_s_reflect_AnyValManifest() { - /**/ } $h_s_reflect_AnyValManifest.prototype = $c_s_reflect_AnyValManifest.prototype; $c_s_reflect_AnyValManifest.prototype.toString__T = (function() { - return this.s_reflect_AnyValManifest__f_toString + return this.s_reflect_AnyValManifest__f_toString; }); $c_s_reflect_AnyValManifest.prototype.equals__O__Z = (function(that) { - return (this === that) + return (this === that); }); $c_s_reflect_AnyValManifest.prototype.hashCode__I = (function() { - return this.s_reflect_AnyValManifest__f_hashCode + return $systemIdentityHashCode(this); }); /** @constructor */ function $c_s_reflect_ManifestFactory$ClassTypeManifest() { - /**/ } $c_s_reflect_ManifestFactory$ClassTypeManifest.prototype = new $h_O(); $c_s_reflect_ManifestFactory$ClassTypeManifest.prototype.constructor = $c_s_reflect_ManifestFactory$ClassTypeManifest; /** @constructor */ function $h_s_reflect_ManifestFactory$ClassTypeManifest() { - /**/ } $h_s_reflect_ManifestFactory$ClassTypeManifest.prototype = $c_s_reflect_ManifestFactory$ClassTypeManifest.prototype; class $c_sjs_js_JavaScriptException extends $c_jl_RuntimeException { @@ -34437,71 +32272,67 @@ class $c_sjs_js_JavaScriptException extends $c_jl_RuntimeException { super(); this.sjs_js_JavaScriptException__f_exception = null; this.sjs_js_JavaScriptException__f_exception = exception; - $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true) - }; + $ct_jl_Throwable__T__jl_Throwable__Z__Z__(this, null, null, true, true); + } getMessage__T() { - return $dp_toString__T($n(this.sjs_js_JavaScriptException__f_exception)) - }; + return $dp_toString__T($n(this.sjs_js_JavaScriptException__f_exception)); + } productPrefix__T() { - return "JavaScriptException" - }; + return "JavaScriptException"; + } productArity__I() { - return 1 - }; + return 1; + } productElement__I__O(x$1) { - return ((x$1 === 0) ? this.sjs_js_JavaScriptException__f_exception : $m_sr_Statics$().ioobe__I__O(x$1)) - }; + return ((x$1 === 0) ? this.sjs_js_JavaScriptException__f_exception : $m_sr_Statics$().ioobe__I__O(x$1)); + } productIterator__sc_Iterator() { - return new $c_sr_ScalaRunTime$$anon$1(this) - }; + return new $c_sr_ScalaRunTime$$anon$1(this); + } productElementName__I__T(x$1) { - return ((x$1 === 0) ? "exception" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) - }; + return ((x$1 === 0) ? "exception" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); + } hashCode__I() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) - }; + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); + } equals__O__Z(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_sjs_js_JavaScriptException)) { var JavaScriptException$1 = $as_sjs_js_JavaScriptException(x$1); var x = this.sjs_js_JavaScriptException__f_exception; var y = $n(JavaScriptException$1).sjs_js_JavaScriptException__f_exception; - return $m_sr_BoxesRunTime$().equals__O__O__Z(x, y) + return $m_sr_BoxesRunTime$().equals__O__O__Z(x, y); } else { - return false + return false; } - }; + } } function $as_sjs_js_JavaScriptException(obj) { - return (((obj instanceof $c_sjs_js_JavaScriptException) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.scalajs.js.JavaScriptException")) + return (((obj instanceof $c_sjs_js_JavaScriptException) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.scalajs.js.JavaScriptException")); } function $isArrayOf_sjs_js_JavaScriptException(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sjs_js_JavaScriptException))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sjs_js_JavaScriptException))); } function $asArrayOf_sjs_js_JavaScriptException(obj, depth) { - return (($isArrayOf_sjs_js_JavaScriptException(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.scalajs.js.JavaScriptException;", depth)) + return (($isArrayOf_sjs_js_JavaScriptException(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.scalajs.js.JavaScriptException;", depth)); } -var $d_sjs_js_JavaScriptException = new $TypeData().initClass({ - sjs_js_JavaScriptException: 0 -}, false, "scala.scalajs.js.JavaScriptException", { +var $d_sjs_js_JavaScriptException = new $TypeData().initClass($c_sjs_js_JavaScriptException, "scala.scalajs.js.JavaScriptException", ({ sjs_js_JavaScriptException: 1, jl_RuntimeException: 1, jl_Exception: 1, jl_Throwable: 1, - O: 1, Ljava_io_Serializable: 1, s_Product: 1, s_Equals: 1 -}); -$c_sjs_js_JavaScriptException.prototype.$classData = $d_sjs_js_JavaScriptException; +})); function $p_jl_JSConsoleBasedPrintStream__doWriteLine__T__V($thiz, line) { if (($as_T((typeof console)) !== "undefined")) { if (($thiz.jl_JSConsoleBasedPrintStream__f_isErr && $uZ((!(!console.error))))) { - console.error(line) + console.error(line); } else { - console.log(line) + console.log(line); } } } @@ -34512,17 +32343,16 @@ function $c_jl_JSConsoleBasedPrintStream(isErr) { this.jl_JSConsoleBasedPrintStream__f_isErr = isErr; var out = new $c_jl_JSConsoleBasedPrintStream$DummyOutputStream(); $ct_Ljava_io_PrintStream__Ljava_io_OutputStream__Z__Ljava_nio_charset_Charset__(this, out, false, null); - this.jl_JSConsoleBasedPrintStream__f_buffer = "" + this.jl_JSConsoleBasedPrintStream__f_buffer = ""; } $c_jl_JSConsoleBasedPrintStream.prototype = new $h_Ljava_io_PrintStream(); $c_jl_JSConsoleBasedPrintStream.prototype.constructor = $c_jl_JSConsoleBasedPrintStream; /** @constructor */ function $h_jl_JSConsoleBasedPrintStream() { - /**/ } $h_jl_JSConsoleBasedPrintStream.prototype = $c_jl_JSConsoleBasedPrintStream.prototype; $c_jl_JSConsoleBasedPrintStream.prototype.print__T__V = (function(s) { - this.java$lang$JSConsoleBasedPrintStream$$printString__T__V(((s === null) ? "null" : s)) + this.java$lang$JSConsoleBasedPrintStream$$printString__T__V(((s === null) ? "null" : s)); }); $c_jl_JSConsoleBasedPrintStream.prototype.java$lang$JSConsoleBasedPrintStream$$printString__T__V = (function(s) { var rest = s; @@ -34531,64 +32361,60 @@ $c_jl_JSConsoleBasedPrintStream.prototype.java$lang$JSConsoleBasedPrintStream$$p var nlPos = $uI(this$1.indexOf("\n")); if ((nlPos < 0)) { this.jl_JSConsoleBasedPrintStream__f_buffer = (("" + this.jl_JSConsoleBasedPrintStream__f_buffer) + rest); - rest = "" + rest = ""; } else { var $x_1 = this.jl_JSConsoleBasedPrintStream__f_buffer; var this$2 = $n(rest); if ((nlPos > this$2.length)) { - $charAt(this$2, nlPos) - }; + $charAt(this$2, nlPos); + } if ((nlPos < 0)) { - $charAt(this$2, (-1)) - }; + $charAt(this$2, (-1)); + } $p_jl_JSConsoleBasedPrintStream__doWriteLine__T__V(this, (("" + $x_1) + $as_T(this$2.substring(0, nlPos)))); this.jl_JSConsoleBasedPrintStream__f_buffer = ""; var this$3 = $n(rest); var beginIndex = ((1 + nlPos) | 0); if (((beginIndex < 0) || (beginIndex > this$3.length))) { - $charAt(this$3, beginIndex) - }; - rest = $as_T(this$3.substring(beginIndex)) + $charAt(this$3, beginIndex); + } + rest = $as_T(this$3.substring(beginIndex)); } } }); -var $d_jl_JSConsoleBasedPrintStream = new $TypeData().initClass({ - jl_JSConsoleBasedPrintStream: 0 -}, false, "java.lang.JSConsoleBasedPrintStream", { +var $d_jl_JSConsoleBasedPrintStream = new $TypeData().initClass($c_jl_JSConsoleBasedPrintStream, "java.lang.JSConsoleBasedPrintStream", ({ jl_JSConsoleBasedPrintStream: 1, Ljava_io_PrintStream: 1, Ljava_io_FilterOutputStream: 1, Ljava_io_OutputStream: 1, - O: 1, Ljava_io_Closeable: 1, jl_AutoCloseable: 1, Ljava_io_Flushable: 1, jl_Appendable: 1 -}); -$c_jl_JSConsoleBasedPrintStream.prototype.$classData = $d_jl_JSConsoleBasedPrintStream; +})); function $p_sc_StrictOptimizedLinearSeqOps__loop$2__I__sc_LinearSeq__sc_LinearSeq($thiz, n, s) { while (true) { if (((n <= 0) || $n(s).isEmpty__Z())) { - return s + return s; } else { var temp$n = (((-1) + n) | 0); var temp$s = $as_sc_LinearSeq($n(s).tail__O()); n = temp$n; - s = temp$s + s = temp$s; } } } function $is_sc_StrictOptimizedLinearSeqOps(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_StrictOptimizedLinearSeqOps))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_StrictOptimizedLinearSeqOps))); } function $as_sc_StrictOptimizedLinearSeqOps(obj) { - return (($is_sc_StrictOptimizedLinearSeqOps(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.StrictOptimizedLinearSeqOps")) + return (($is_sc_StrictOptimizedLinearSeqOps(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.StrictOptimizedLinearSeqOps")); } function $isArrayOf_sc_StrictOptimizedLinearSeqOps(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_StrictOptimizedLinearSeqOps))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_StrictOptimizedLinearSeqOps))); } function $asArrayOf_sc_StrictOptimizedLinearSeqOps(obj, depth) { - return (($isArrayOf_sc_StrictOptimizedLinearSeqOps(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.StrictOptimizedLinearSeqOps;", depth)) + return (($isArrayOf_sc_StrictOptimizedLinearSeqOps(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.StrictOptimizedLinearSeqOps;", depth)); } function $f_sc_StrictOptimizedMapOps__map__F1__sc_IterableOps($thiz, f) { var b = $n($thiz.mapFactory__sc_MapFactory()).newBuilder__scm_Builder(); @@ -34596,9 +32422,9 @@ function $f_sc_StrictOptimizedMapOps__map__F1__sc_IterableOps($thiz, f) { while ($n(it).hasNext__Z()) { var this$1 = $n(b); var elem = $n(f).apply__O__O($n(it).next__O()); - this$1.addOne__O__scm_Growable(elem) - }; - return $as_sc_IterableOps($n(b).result__O()) + this$1.addOne__O__scm_Growable(elem); + } + return $as_sc_IterableOps($n(b).result__O()); } function $f_sc_StrictOptimizedMapOps__concat__sc_IterableOnce__sc_IterableOps($thiz, suffix) { var b = $n($thiz.mapFactory__sc_MapFactory()).newBuilder__scm_Builder(); @@ -34606,11 +32432,11 @@ function $f_sc_StrictOptimizedMapOps__concat__sc_IterableOnce__sc_IterableOps($t this$1.addAll__sc_IterableOnce__scm_Growable($thiz); var this$2 = $n(b); this$2.addAll__sc_IterableOnce__scm_Growable(suffix); - return $as_sc_IterableOps($n(b).result__O()) + return $as_sc_IterableOps($n(b).result__O()); } function $f_sci_StrictOptimizedSeqOps__distinctBy__F1__O($thiz, f) { if (($thiz.lengthCompare__I__I(1) <= 0)) { - return $thiz + return $thiz; } else { var builder = $thiz.newSpecificBuilder__scm_Builder(); var seen = $ct_scm_HashSet__(new $c_scm_HashSet()); @@ -34620,269 +32446,239 @@ function $f_sci_StrictOptimizedSeqOps__distinctBy__F1__O($thiz, f) { var next = $n(it).next__O(); if (seen.add__O__Z($n(f).apply__O__O(next))) { var this$2 = $n(builder); - this$2.addOne__O__scm_Growable(next) + this$2.addOne__O__scm_Growable(next); } else { - different = true + different = true; } - }; - return (different ? $n(builder).result__O() : $thiz) + } + return (different ? $n(builder).result__O() : $thiz); } } function $f_s_math_Numeric$IntIsIntegral__plus__I__I__I($thiz, x, y) { - return ((x + y) | 0) + return ((x + y) | 0); } /** @constructor */ function $c_s_reflect_ManifestFactory$BooleanManifest() { this.s_reflect_AnyValManifest__f_toString = null; - this.s_reflect_AnyValManifest__f_hashCode = 0 } $c_s_reflect_ManifestFactory$BooleanManifest.prototype = new $h_s_reflect_AnyValManifest(); $c_s_reflect_ManifestFactory$BooleanManifest.prototype.constructor = $c_s_reflect_ManifestFactory$BooleanManifest; /** @constructor */ function $h_s_reflect_ManifestFactory$BooleanManifest() { - /**/ } $h_s_reflect_ManifestFactory$BooleanManifest.prototype = $c_s_reflect_ManifestFactory$BooleanManifest.prototype; $c_s_reflect_ManifestFactory$BooleanManifest.prototype.runtimeClass__jl_Class = (function() { - return $d_Z.getClassOf() + return $d_Z.getClassOf(); }); $c_s_reflect_ManifestFactory$BooleanManifest.prototype.newArray__I__O = (function(len) { - return new $ac_Z(len) + return new $ac_Z(len); }); /** @constructor */ function $c_s_reflect_ManifestFactory$ByteManifest() { this.s_reflect_AnyValManifest__f_toString = null; - this.s_reflect_AnyValManifest__f_hashCode = 0 } $c_s_reflect_ManifestFactory$ByteManifest.prototype = new $h_s_reflect_AnyValManifest(); $c_s_reflect_ManifestFactory$ByteManifest.prototype.constructor = $c_s_reflect_ManifestFactory$ByteManifest; /** @constructor */ function $h_s_reflect_ManifestFactory$ByteManifest() { - /**/ } $h_s_reflect_ManifestFactory$ByteManifest.prototype = $c_s_reflect_ManifestFactory$ByteManifest.prototype; $c_s_reflect_ManifestFactory$ByteManifest.prototype.runtimeClass__jl_Class = (function() { - return $d_B.getClassOf() + return $d_B.getClassOf(); }); $c_s_reflect_ManifestFactory$ByteManifest.prototype.newArray__I__O = (function(len) { - return new $ac_B(len) + return new $ac_B(len); }); /** @constructor */ function $c_s_reflect_ManifestFactory$CharManifest() { this.s_reflect_AnyValManifest__f_toString = null; - this.s_reflect_AnyValManifest__f_hashCode = 0 } $c_s_reflect_ManifestFactory$CharManifest.prototype = new $h_s_reflect_AnyValManifest(); $c_s_reflect_ManifestFactory$CharManifest.prototype.constructor = $c_s_reflect_ManifestFactory$CharManifest; /** @constructor */ function $h_s_reflect_ManifestFactory$CharManifest() { - /**/ } $h_s_reflect_ManifestFactory$CharManifest.prototype = $c_s_reflect_ManifestFactory$CharManifest.prototype; $c_s_reflect_ManifestFactory$CharManifest.prototype.runtimeClass__jl_Class = (function() { - return $d_C.getClassOf() + return $d_C.getClassOf(); }); $c_s_reflect_ManifestFactory$CharManifest.prototype.newArray__I__O = (function(len) { - return new $ac_C(len) + return new $ac_C(len); }); /** @constructor */ function $c_s_reflect_ManifestFactory$DoubleManifest() { this.s_reflect_AnyValManifest__f_toString = null; - this.s_reflect_AnyValManifest__f_hashCode = 0 } $c_s_reflect_ManifestFactory$DoubleManifest.prototype = new $h_s_reflect_AnyValManifest(); $c_s_reflect_ManifestFactory$DoubleManifest.prototype.constructor = $c_s_reflect_ManifestFactory$DoubleManifest; /** @constructor */ function $h_s_reflect_ManifestFactory$DoubleManifest() { - /**/ } $h_s_reflect_ManifestFactory$DoubleManifest.prototype = $c_s_reflect_ManifestFactory$DoubleManifest.prototype; $c_s_reflect_ManifestFactory$DoubleManifest.prototype.runtimeClass__jl_Class = (function() { - return $d_D.getClassOf() + return $d_D.getClassOf(); }); $c_s_reflect_ManifestFactory$DoubleManifest.prototype.newArray__I__O = (function(len) { - return new $ac_D(len) + return new $ac_D(len); }); /** @constructor */ function $c_s_reflect_ManifestFactory$FloatManifest() { this.s_reflect_AnyValManifest__f_toString = null; - this.s_reflect_AnyValManifest__f_hashCode = 0 } $c_s_reflect_ManifestFactory$FloatManifest.prototype = new $h_s_reflect_AnyValManifest(); $c_s_reflect_ManifestFactory$FloatManifest.prototype.constructor = $c_s_reflect_ManifestFactory$FloatManifest; /** @constructor */ function $h_s_reflect_ManifestFactory$FloatManifest() { - /**/ } $h_s_reflect_ManifestFactory$FloatManifest.prototype = $c_s_reflect_ManifestFactory$FloatManifest.prototype; $c_s_reflect_ManifestFactory$FloatManifest.prototype.runtimeClass__jl_Class = (function() { - return $d_F.getClassOf() + return $d_F.getClassOf(); }); $c_s_reflect_ManifestFactory$FloatManifest.prototype.newArray__I__O = (function(len) { - return new $ac_F(len) + return new $ac_F(len); }); /** @constructor */ function $c_s_reflect_ManifestFactory$IntManifest() { this.s_reflect_AnyValManifest__f_toString = null; - this.s_reflect_AnyValManifest__f_hashCode = 0 } $c_s_reflect_ManifestFactory$IntManifest.prototype = new $h_s_reflect_AnyValManifest(); $c_s_reflect_ManifestFactory$IntManifest.prototype.constructor = $c_s_reflect_ManifestFactory$IntManifest; /** @constructor */ function $h_s_reflect_ManifestFactory$IntManifest() { - /**/ } $h_s_reflect_ManifestFactory$IntManifest.prototype = $c_s_reflect_ManifestFactory$IntManifest.prototype; $c_s_reflect_ManifestFactory$IntManifest.prototype.runtimeClass__jl_Class = (function() { - return $d_I.getClassOf() + return $d_I.getClassOf(); }); $c_s_reflect_ManifestFactory$IntManifest.prototype.newArray__I__O = (function(len) { - return new $ac_I(len) + return new $ac_I(len); }); /** @constructor */ function $c_s_reflect_ManifestFactory$LongManifest() { this.s_reflect_AnyValManifest__f_toString = null; - this.s_reflect_AnyValManifest__f_hashCode = 0 } $c_s_reflect_ManifestFactory$LongManifest.prototype = new $h_s_reflect_AnyValManifest(); $c_s_reflect_ManifestFactory$LongManifest.prototype.constructor = $c_s_reflect_ManifestFactory$LongManifest; /** @constructor */ function $h_s_reflect_ManifestFactory$LongManifest() { - /**/ } $h_s_reflect_ManifestFactory$LongManifest.prototype = $c_s_reflect_ManifestFactory$LongManifest.prototype; $c_s_reflect_ManifestFactory$LongManifest.prototype.runtimeClass__jl_Class = (function() { - return $d_J.getClassOf() + return $d_J.getClassOf(); }); $c_s_reflect_ManifestFactory$LongManifest.prototype.newArray__I__O = (function(len) { - return new $ac_J(len) + return new $ac_J(len); }); /** @constructor */ function $c_s_reflect_ManifestFactory$PhantomManifest() { this.s_reflect_ManifestFactory$PhantomManifest__f_toString = null; - this.s_reflect_ManifestFactory$PhantomManifest__f_hashCode = 0 } $c_s_reflect_ManifestFactory$PhantomManifest.prototype = new $h_s_reflect_ManifestFactory$ClassTypeManifest(); $c_s_reflect_ManifestFactory$PhantomManifest.prototype.constructor = $c_s_reflect_ManifestFactory$PhantomManifest; /** @constructor */ function $h_s_reflect_ManifestFactory$PhantomManifest() { - /**/ } $h_s_reflect_ManifestFactory$PhantomManifest.prototype = $c_s_reflect_ManifestFactory$PhantomManifest.prototype; $c_s_reflect_ManifestFactory$PhantomManifest.prototype.toString__T = (function() { - return this.s_reflect_ManifestFactory$PhantomManifest__f_toString + return this.s_reflect_ManifestFactory$PhantomManifest__f_toString; }); $c_s_reflect_ManifestFactory$PhantomManifest.prototype.equals__O__Z = (function(that) { - return (this === that) + return (this === that); }); $c_s_reflect_ManifestFactory$PhantomManifest.prototype.hashCode__I = (function() { - return this.s_reflect_ManifestFactory$PhantomManifest__f_hashCode + return $systemIdentityHashCode(this); }); /** @constructor */ function $c_s_reflect_ManifestFactory$ShortManifest() { this.s_reflect_AnyValManifest__f_toString = null; - this.s_reflect_AnyValManifest__f_hashCode = 0 } $c_s_reflect_ManifestFactory$ShortManifest.prototype = new $h_s_reflect_AnyValManifest(); $c_s_reflect_ManifestFactory$ShortManifest.prototype.constructor = $c_s_reflect_ManifestFactory$ShortManifest; /** @constructor */ function $h_s_reflect_ManifestFactory$ShortManifest() { - /**/ } $h_s_reflect_ManifestFactory$ShortManifest.prototype = $c_s_reflect_ManifestFactory$ShortManifest.prototype; $c_s_reflect_ManifestFactory$ShortManifest.prototype.runtimeClass__jl_Class = (function() { - return $d_S.getClassOf() + return $d_S.getClassOf(); }); $c_s_reflect_ManifestFactory$ShortManifest.prototype.newArray__I__O = (function(len) { - return new $ac_S(len) + return new $ac_S(len); }); /** @constructor */ function $c_s_reflect_ManifestFactory$UnitManifest() { this.s_reflect_AnyValManifest__f_toString = null; - this.s_reflect_AnyValManifest__f_hashCode = 0 } $c_s_reflect_ManifestFactory$UnitManifest.prototype = new $h_s_reflect_AnyValManifest(); $c_s_reflect_ManifestFactory$UnitManifest.prototype.constructor = $c_s_reflect_ManifestFactory$UnitManifest; /** @constructor */ function $h_s_reflect_ManifestFactory$UnitManifest() { - /**/ } $h_s_reflect_ManifestFactory$UnitManifest.prototype = $c_s_reflect_ManifestFactory$UnitManifest.prototype; $c_s_reflect_ManifestFactory$UnitManifest.prototype.runtimeClass__jl_Class = (function() { - return $d_V.getClassOf() + return $d_V.getClassOf(); }); $c_s_reflect_ManifestFactory$UnitManifest.prototype.newArray__I__O = (function(len) { - return new ($d_jl_Void.getArrayOf().constr)(len) + return new ($d_jl_Void.getArrayOf().constr)(len); }); function $ct_ju_Collections$UnmodifiableSet__ju_Set__($thiz, inner) { $ct_ju_Collections$UnmodifiableCollection__ju_Collection__($thiz, inner); - return $thiz + return $thiz; } /** @constructor */ function $c_ju_Collections$UnmodifiableSet() { - this.ju_Collections$UnmodifiableCollection__f_inner = null + this.ju_Collections$UnmodifiableCollection__f_inner = null; } $c_ju_Collections$UnmodifiableSet.prototype = new $h_ju_Collections$UnmodifiableCollection(); $c_ju_Collections$UnmodifiableSet.prototype.constructor = $c_ju_Collections$UnmodifiableSet; /** @constructor */ function $h_ju_Collections$UnmodifiableSet() { - /**/ } $h_ju_Collections$UnmodifiableSet.prototype = $c_ju_Collections$UnmodifiableSet.prototype; $c_ju_Collections$UnmodifiableSet.prototype.equals__O__Z = (function(obj) { - return $n(this.ju_Collections$UnmodifiableCollection__f_inner).equals__O__Z(obj) + return $n(this.ju_Collections$UnmodifiableCollection__f_inner).equals__O__Z(obj); }); $c_ju_Collections$UnmodifiableSet.prototype.hashCode__I = (function() { - return $n(this.ju_Collections$UnmodifiableCollection__f_inner).hashCode__I() + return $n(this.ju_Collections$UnmodifiableCollection__f_inner).hashCode__I(); }); /** @constructor */ function $c_sc_AbstractView() { - /**/ } $c_sc_AbstractView.prototype = new $h_sc_AbstractIterable(); $c_sc_AbstractView.prototype.constructor = $c_sc_AbstractView; /** @constructor */ function $h_sc_AbstractView() { - /**/ } $h_sc_AbstractView.prototype = $c_sc_AbstractView.prototype; $c_sc_AbstractView.prototype.iterableFactory__sc_IterableFactory = (function() { - return $m_sc_View$() + return $m_sc_View$(); }); $c_sc_AbstractView.prototype.toString__T = (function() { - return $f_sc_View__toString__T(this) + return $f_sc_View__toString__T(this); }); $c_sc_AbstractView.prototype.stringPrefix__T = (function() { - return "View" + return "View"; }); /** @constructor */ function $c_sc_MapOps$$anon$1(outer) { this.sc_MapOps$$anon$1__f_$outer = null; - if ((outer === null)) { - $n(null) - } else { - this.sc_MapOps$$anon$1__f_$outer = outer - } + $n(outer); + this.sc_MapOps$$anon$1__f_$outer = outer; } $c_sc_MapOps$$anon$1.prototype = new $h_sc_AbstractIterable(); $c_sc_MapOps$$anon$1.prototype.constructor = $c_sc_MapOps$$anon$1; /** @constructor */ function $h_sc_MapOps$$anon$1() { - /**/ } $h_sc_MapOps$$anon$1.prototype = $c_sc_MapOps$$anon$1.prototype; $c_sc_MapOps$$anon$1.prototype.knownSize__I = (function() { - return $n(this.sc_MapOps$$anon$1__f_$outer).knownSize__I() + return $n(this.sc_MapOps$$anon$1__f_$outer).knownSize__I(); }); $c_sc_MapOps$$anon$1.prototype.iterator__sc_Iterator = (function() { - return $n(this.sc_MapOps$$anon$1__f_$outer).valuesIterator__sc_Iterator() + return $n(this.sc_MapOps$$anon$1__f_$outer).valuesIterator__sc_Iterator(); }); -var $d_sc_MapOps$$anon$1 = new $TypeData().initClass({ - sc_MapOps$$anon$1: 0 -}, false, "scala.collection.MapOps$$anon$1", { +var $d_sc_MapOps$$anon$1 = new $TypeData().initClass($c_sc_MapOps$$anon$1, "scala.collection.MapOps$$anon$1", ({ sc_MapOps$$anon$1: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -34890,560 +32686,460 @@ var $d_sc_MapOps$$anon$1 = new $TypeData().initClass({ sc_IterableFactoryDefaults: 1, scg_DefaultSerializable: 1, Ljava_io_Serializable: 1 -}); -$c_sc_MapOps$$anon$1.prototype.$classData = $d_sc_MapOps$$anon$1; +})); function $f_sc_Set__equals__O__Z($thiz, that) { if (($thiz === that)) { - return true + return true; } else { if ($is_sc_Set(that)) { var x2 = $as_sc_Set(that); if (($n(x2), true)) { if (($thiz.size__I() === $n(x2).size__I())) { try { - return $thiz.subsetOf__sc_Set__Z(x2) + return $thiz.subsetOf__sc_Set__Z(x2); } catch (e) { if ((e instanceof $c_jl_ClassCastException)) { - return false + return false; } else { - throw e + throw e; } } } else { - return false + return false; } } - }; - return false + } + return false; } } function $is_sc_Set(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_Set))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_Set))); } function $as_sc_Set(obj) { - return (($is_sc_Set(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.Set")) + return (($is_sc_Set(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.Set")); } function $isArrayOf_sc_Set(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_Set))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_Set))); } function $asArrayOf_sc_Set(obj, depth) { - return (($isArrayOf_sc_Set(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.Set;", depth)) + return (($isArrayOf_sc_Set(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.Set;", depth)); } /** @constructor */ function $c_s_reflect_ManifestFactory$AnyManifest$() { this.s_reflect_ManifestFactory$PhantomManifest__f_toString = null; - this.s_reflect_ManifestFactory$PhantomManifest__f_hashCode = 0; this.s_reflect_ManifestFactory$PhantomManifest__f_toString = "Any"; - $m_s_package$(); - this.s_reflect_ManifestFactory$PhantomManifest__f_hashCode = $systemIdentityHashCode(this) } $c_s_reflect_ManifestFactory$AnyManifest$.prototype = new $h_s_reflect_ManifestFactory$PhantomManifest(); $c_s_reflect_ManifestFactory$AnyManifest$.prototype.constructor = $c_s_reflect_ManifestFactory$AnyManifest$; /** @constructor */ function $h_s_reflect_ManifestFactory$AnyManifest$() { - /**/ } $h_s_reflect_ManifestFactory$AnyManifest$.prototype = $c_s_reflect_ManifestFactory$AnyManifest$.prototype; $c_s_reflect_ManifestFactory$AnyManifest$.prototype.runtimeClass__jl_Class = (function() { - return $d_O.getClassOf() + return $d_O.getClassOf(); }); $c_s_reflect_ManifestFactory$AnyManifest$.prototype.newArray__I__O = (function(len) { - return new $ac_O(len) + return new $ac_O(len); }); -var $d_s_reflect_ManifestFactory$AnyManifest$ = new $TypeData().initClass({ - s_reflect_ManifestFactory$AnyManifest$: 0 -}, false, "scala.reflect.ManifestFactory$AnyManifest$", { +var $d_s_reflect_ManifestFactory$AnyManifest$ = new $TypeData().initClass($c_s_reflect_ManifestFactory$AnyManifest$, "scala.reflect.ManifestFactory$AnyManifest$", ({ s_reflect_ManifestFactory$AnyManifest$: 1, s_reflect_ManifestFactory$PhantomManifest: 1, s_reflect_ManifestFactory$ClassTypeManifest: 1, - O: 1, s_reflect_Manifest: 1, s_reflect_ClassTag: 1, s_reflect_ClassManifestDeprecatedApis: 1, s_reflect_OptManifest: 1, Ljava_io_Serializable: 1, s_Equals: 1 -}); -$c_s_reflect_ManifestFactory$AnyManifest$.prototype.$classData = $d_s_reflect_ManifestFactory$AnyManifest$; +})); var $n_s_reflect_ManifestFactory$AnyManifest$; function $m_s_reflect_ManifestFactory$AnyManifest$() { if ((!$n_s_reflect_ManifestFactory$AnyManifest$)) { - $n_s_reflect_ManifestFactory$AnyManifest$ = new $c_s_reflect_ManifestFactory$AnyManifest$() - }; - return $n_s_reflect_ManifestFactory$AnyManifest$ + $n_s_reflect_ManifestFactory$AnyManifest$ = new $c_s_reflect_ManifestFactory$AnyManifest$(); + } + return $n_s_reflect_ManifestFactory$AnyManifest$; } /** @constructor */ function $c_s_reflect_ManifestFactory$BooleanManifest$() { this.s_reflect_AnyValManifest__f_toString = null; - this.s_reflect_AnyValManifest__f_hashCode = 0; this.s_reflect_AnyValManifest__f_toString = "Boolean"; - this.s_reflect_AnyValManifest__f_hashCode = $systemIdentityHashCode(this) } $c_s_reflect_ManifestFactory$BooleanManifest$.prototype = new $h_s_reflect_ManifestFactory$BooleanManifest(); $c_s_reflect_ManifestFactory$BooleanManifest$.prototype.constructor = $c_s_reflect_ManifestFactory$BooleanManifest$; /** @constructor */ function $h_s_reflect_ManifestFactory$BooleanManifest$() { - /**/ } $h_s_reflect_ManifestFactory$BooleanManifest$.prototype = $c_s_reflect_ManifestFactory$BooleanManifest$.prototype; -var $d_s_reflect_ManifestFactory$BooleanManifest$ = new $TypeData().initClass({ - s_reflect_ManifestFactory$BooleanManifest$: 0 -}, false, "scala.reflect.ManifestFactory$BooleanManifest$", { +var $d_s_reflect_ManifestFactory$BooleanManifest$ = new $TypeData().initClass($c_s_reflect_ManifestFactory$BooleanManifest$, "scala.reflect.ManifestFactory$BooleanManifest$", ({ s_reflect_ManifestFactory$BooleanManifest$: 1, s_reflect_ManifestFactory$BooleanManifest: 1, s_reflect_AnyValManifest: 1, - O: 1, s_reflect_Manifest: 1, s_reflect_ClassTag: 1, s_reflect_ClassManifestDeprecatedApis: 1, s_reflect_OptManifest: 1, Ljava_io_Serializable: 1, s_Equals: 1 -}); -$c_s_reflect_ManifestFactory$BooleanManifest$.prototype.$classData = $d_s_reflect_ManifestFactory$BooleanManifest$; +})); var $n_s_reflect_ManifestFactory$BooleanManifest$; function $m_s_reflect_ManifestFactory$BooleanManifest$() { if ((!$n_s_reflect_ManifestFactory$BooleanManifest$)) { - $n_s_reflect_ManifestFactory$BooleanManifest$ = new $c_s_reflect_ManifestFactory$BooleanManifest$() - }; - return $n_s_reflect_ManifestFactory$BooleanManifest$ + $n_s_reflect_ManifestFactory$BooleanManifest$ = new $c_s_reflect_ManifestFactory$BooleanManifest$(); + } + return $n_s_reflect_ManifestFactory$BooleanManifest$; } /** @constructor */ function $c_s_reflect_ManifestFactory$ByteManifest$() { this.s_reflect_AnyValManifest__f_toString = null; - this.s_reflect_AnyValManifest__f_hashCode = 0; this.s_reflect_AnyValManifest__f_toString = "Byte"; - this.s_reflect_AnyValManifest__f_hashCode = $systemIdentityHashCode(this) } $c_s_reflect_ManifestFactory$ByteManifest$.prototype = new $h_s_reflect_ManifestFactory$ByteManifest(); $c_s_reflect_ManifestFactory$ByteManifest$.prototype.constructor = $c_s_reflect_ManifestFactory$ByteManifest$; /** @constructor */ function $h_s_reflect_ManifestFactory$ByteManifest$() { - /**/ } $h_s_reflect_ManifestFactory$ByteManifest$.prototype = $c_s_reflect_ManifestFactory$ByteManifest$.prototype; -var $d_s_reflect_ManifestFactory$ByteManifest$ = new $TypeData().initClass({ - s_reflect_ManifestFactory$ByteManifest$: 0 -}, false, "scala.reflect.ManifestFactory$ByteManifest$", { +var $d_s_reflect_ManifestFactory$ByteManifest$ = new $TypeData().initClass($c_s_reflect_ManifestFactory$ByteManifest$, "scala.reflect.ManifestFactory$ByteManifest$", ({ s_reflect_ManifestFactory$ByteManifest$: 1, s_reflect_ManifestFactory$ByteManifest: 1, s_reflect_AnyValManifest: 1, - O: 1, s_reflect_Manifest: 1, s_reflect_ClassTag: 1, s_reflect_ClassManifestDeprecatedApis: 1, s_reflect_OptManifest: 1, Ljava_io_Serializable: 1, s_Equals: 1 -}); -$c_s_reflect_ManifestFactory$ByteManifest$.prototype.$classData = $d_s_reflect_ManifestFactory$ByteManifest$; +})); var $n_s_reflect_ManifestFactory$ByteManifest$; function $m_s_reflect_ManifestFactory$ByteManifest$() { if ((!$n_s_reflect_ManifestFactory$ByteManifest$)) { - $n_s_reflect_ManifestFactory$ByteManifest$ = new $c_s_reflect_ManifestFactory$ByteManifest$() - }; - return $n_s_reflect_ManifestFactory$ByteManifest$ + $n_s_reflect_ManifestFactory$ByteManifest$ = new $c_s_reflect_ManifestFactory$ByteManifest$(); + } + return $n_s_reflect_ManifestFactory$ByteManifest$; } /** @constructor */ function $c_s_reflect_ManifestFactory$CharManifest$() { this.s_reflect_AnyValManifest__f_toString = null; - this.s_reflect_AnyValManifest__f_hashCode = 0; this.s_reflect_AnyValManifest__f_toString = "Char"; - this.s_reflect_AnyValManifest__f_hashCode = $systemIdentityHashCode(this) } $c_s_reflect_ManifestFactory$CharManifest$.prototype = new $h_s_reflect_ManifestFactory$CharManifest(); $c_s_reflect_ManifestFactory$CharManifest$.prototype.constructor = $c_s_reflect_ManifestFactory$CharManifest$; /** @constructor */ function $h_s_reflect_ManifestFactory$CharManifest$() { - /**/ } $h_s_reflect_ManifestFactory$CharManifest$.prototype = $c_s_reflect_ManifestFactory$CharManifest$.prototype; -var $d_s_reflect_ManifestFactory$CharManifest$ = new $TypeData().initClass({ - s_reflect_ManifestFactory$CharManifest$: 0 -}, false, "scala.reflect.ManifestFactory$CharManifest$", { +var $d_s_reflect_ManifestFactory$CharManifest$ = new $TypeData().initClass($c_s_reflect_ManifestFactory$CharManifest$, "scala.reflect.ManifestFactory$CharManifest$", ({ s_reflect_ManifestFactory$CharManifest$: 1, s_reflect_ManifestFactory$CharManifest: 1, s_reflect_AnyValManifest: 1, - O: 1, s_reflect_Manifest: 1, s_reflect_ClassTag: 1, s_reflect_ClassManifestDeprecatedApis: 1, s_reflect_OptManifest: 1, Ljava_io_Serializable: 1, s_Equals: 1 -}); -$c_s_reflect_ManifestFactory$CharManifest$.prototype.$classData = $d_s_reflect_ManifestFactory$CharManifest$; +})); var $n_s_reflect_ManifestFactory$CharManifest$; function $m_s_reflect_ManifestFactory$CharManifest$() { if ((!$n_s_reflect_ManifestFactory$CharManifest$)) { - $n_s_reflect_ManifestFactory$CharManifest$ = new $c_s_reflect_ManifestFactory$CharManifest$() - }; - return $n_s_reflect_ManifestFactory$CharManifest$ + $n_s_reflect_ManifestFactory$CharManifest$ = new $c_s_reflect_ManifestFactory$CharManifest$(); + } + return $n_s_reflect_ManifestFactory$CharManifest$; } /** @constructor */ function $c_s_reflect_ManifestFactory$DoubleManifest$() { this.s_reflect_AnyValManifest__f_toString = null; - this.s_reflect_AnyValManifest__f_hashCode = 0; this.s_reflect_AnyValManifest__f_toString = "Double"; - this.s_reflect_AnyValManifest__f_hashCode = $systemIdentityHashCode(this) } $c_s_reflect_ManifestFactory$DoubleManifest$.prototype = new $h_s_reflect_ManifestFactory$DoubleManifest(); $c_s_reflect_ManifestFactory$DoubleManifest$.prototype.constructor = $c_s_reflect_ManifestFactory$DoubleManifest$; /** @constructor */ function $h_s_reflect_ManifestFactory$DoubleManifest$() { - /**/ } $h_s_reflect_ManifestFactory$DoubleManifest$.prototype = $c_s_reflect_ManifestFactory$DoubleManifest$.prototype; -var $d_s_reflect_ManifestFactory$DoubleManifest$ = new $TypeData().initClass({ - s_reflect_ManifestFactory$DoubleManifest$: 0 -}, false, "scala.reflect.ManifestFactory$DoubleManifest$", { +var $d_s_reflect_ManifestFactory$DoubleManifest$ = new $TypeData().initClass($c_s_reflect_ManifestFactory$DoubleManifest$, "scala.reflect.ManifestFactory$DoubleManifest$", ({ s_reflect_ManifestFactory$DoubleManifest$: 1, s_reflect_ManifestFactory$DoubleManifest: 1, s_reflect_AnyValManifest: 1, - O: 1, s_reflect_Manifest: 1, s_reflect_ClassTag: 1, s_reflect_ClassManifestDeprecatedApis: 1, s_reflect_OptManifest: 1, Ljava_io_Serializable: 1, s_Equals: 1 -}); -$c_s_reflect_ManifestFactory$DoubleManifest$.prototype.$classData = $d_s_reflect_ManifestFactory$DoubleManifest$; +})); var $n_s_reflect_ManifestFactory$DoubleManifest$; function $m_s_reflect_ManifestFactory$DoubleManifest$() { if ((!$n_s_reflect_ManifestFactory$DoubleManifest$)) { - $n_s_reflect_ManifestFactory$DoubleManifest$ = new $c_s_reflect_ManifestFactory$DoubleManifest$() - }; - return $n_s_reflect_ManifestFactory$DoubleManifest$ + $n_s_reflect_ManifestFactory$DoubleManifest$ = new $c_s_reflect_ManifestFactory$DoubleManifest$(); + } + return $n_s_reflect_ManifestFactory$DoubleManifest$; } /** @constructor */ function $c_s_reflect_ManifestFactory$FloatManifest$() { this.s_reflect_AnyValManifest__f_toString = null; - this.s_reflect_AnyValManifest__f_hashCode = 0; this.s_reflect_AnyValManifest__f_toString = "Float"; - this.s_reflect_AnyValManifest__f_hashCode = $systemIdentityHashCode(this) } $c_s_reflect_ManifestFactory$FloatManifest$.prototype = new $h_s_reflect_ManifestFactory$FloatManifest(); $c_s_reflect_ManifestFactory$FloatManifest$.prototype.constructor = $c_s_reflect_ManifestFactory$FloatManifest$; /** @constructor */ function $h_s_reflect_ManifestFactory$FloatManifest$() { - /**/ } $h_s_reflect_ManifestFactory$FloatManifest$.prototype = $c_s_reflect_ManifestFactory$FloatManifest$.prototype; -var $d_s_reflect_ManifestFactory$FloatManifest$ = new $TypeData().initClass({ - s_reflect_ManifestFactory$FloatManifest$: 0 -}, false, "scala.reflect.ManifestFactory$FloatManifest$", { +var $d_s_reflect_ManifestFactory$FloatManifest$ = new $TypeData().initClass($c_s_reflect_ManifestFactory$FloatManifest$, "scala.reflect.ManifestFactory$FloatManifest$", ({ s_reflect_ManifestFactory$FloatManifest$: 1, s_reflect_ManifestFactory$FloatManifest: 1, s_reflect_AnyValManifest: 1, - O: 1, s_reflect_Manifest: 1, s_reflect_ClassTag: 1, s_reflect_ClassManifestDeprecatedApis: 1, s_reflect_OptManifest: 1, Ljava_io_Serializable: 1, s_Equals: 1 -}); -$c_s_reflect_ManifestFactory$FloatManifest$.prototype.$classData = $d_s_reflect_ManifestFactory$FloatManifest$; +})); var $n_s_reflect_ManifestFactory$FloatManifest$; function $m_s_reflect_ManifestFactory$FloatManifest$() { if ((!$n_s_reflect_ManifestFactory$FloatManifest$)) { - $n_s_reflect_ManifestFactory$FloatManifest$ = new $c_s_reflect_ManifestFactory$FloatManifest$() - }; - return $n_s_reflect_ManifestFactory$FloatManifest$ + $n_s_reflect_ManifestFactory$FloatManifest$ = new $c_s_reflect_ManifestFactory$FloatManifest$(); + } + return $n_s_reflect_ManifestFactory$FloatManifest$; } /** @constructor */ function $c_s_reflect_ManifestFactory$IntManifest$() { this.s_reflect_AnyValManifest__f_toString = null; - this.s_reflect_AnyValManifest__f_hashCode = 0; this.s_reflect_AnyValManifest__f_toString = "Int"; - this.s_reflect_AnyValManifest__f_hashCode = $systemIdentityHashCode(this) } $c_s_reflect_ManifestFactory$IntManifest$.prototype = new $h_s_reflect_ManifestFactory$IntManifest(); $c_s_reflect_ManifestFactory$IntManifest$.prototype.constructor = $c_s_reflect_ManifestFactory$IntManifest$; /** @constructor */ function $h_s_reflect_ManifestFactory$IntManifest$() { - /**/ } $h_s_reflect_ManifestFactory$IntManifest$.prototype = $c_s_reflect_ManifestFactory$IntManifest$.prototype; -var $d_s_reflect_ManifestFactory$IntManifest$ = new $TypeData().initClass({ - s_reflect_ManifestFactory$IntManifest$: 0 -}, false, "scala.reflect.ManifestFactory$IntManifest$", { +var $d_s_reflect_ManifestFactory$IntManifest$ = new $TypeData().initClass($c_s_reflect_ManifestFactory$IntManifest$, "scala.reflect.ManifestFactory$IntManifest$", ({ s_reflect_ManifestFactory$IntManifest$: 1, s_reflect_ManifestFactory$IntManifest: 1, s_reflect_AnyValManifest: 1, - O: 1, s_reflect_Manifest: 1, s_reflect_ClassTag: 1, s_reflect_ClassManifestDeprecatedApis: 1, s_reflect_OptManifest: 1, Ljava_io_Serializable: 1, s_Equals: 1 -}); -$c_s_reflect_ManifestFactory$IntManifest$.prototype.$classData = $d_s_reflect_ManifestFactory$IntManifest$; +})); var $n_s_reflect_ManifestFactory$IntManifest$; function $m_s_reflect_ManifestFactory$IntManifest$() { if ((!$n_s_reflect_ManifestFactory$IntManifest$)) { - $n_s_reflect_ManifestFactory$IntManifest$ = new $c_s_reflect_ManifestFactory$IntManifest$() - }; - return $n_s_reflect_ManifestFactory$IntManifest$ + $n_s_reflect_ManifestFactory$IntManifest$ = new $c_s_reflect_ManifestFactory$IntManifest$(); + } + return $n_s_reflect_ManifestFactory$IntManifest$; } /** @constructor */ function $c_s_reflect_ManifestFactory$LongManifest$() { this.s_reflect_AnyValManifest__f_toString = null; - this.s_reflect_AnyValManifest__f_hashCode = 0; this.s_reflect_AnyValManifest__f_toString = "Long"; - this.s_reflect_AnyValManifest__f_hashCode = $systemIdentityHashCode(this) } $c_s_reflect_ManifestFactory$LongManifest$.prototype = new $h_s_reflect_ManifestFactory$LongManifest(); $c_s_reflect_ManifestFactory$LongManifest$.prototype.constructor = $c_s_reflect_ManifestFactory$LongManifest$; /** @constructor */ function $h_s_reflect_ManifestFactory$LongManifest$() { - /**/ } $h_s_reflect_ManifestFactory$LongManifest$.prototype = $c_s_reflect_ManifestFactory$LongManifest$.prototype; -var $d_s_reflect_ManifestFactory$LongManifest$ = new $TypeData().initClass({ - s_reflect_ManifestFactory$LongManifest$: 0 -}, false, "scala.reflect.ManifestFactory$LongManifest$", { +var $d_s_reflect_ManifestFactory$LongManifest$ = new $TypeData().initClass($c_s_reflect_ManifestFactory$LongManifest$, "scala.reflect.ManifestFactory$LongManifest$", ({ s_reflect_ManifestFactory$LongManifest$: 1, s_reflect_ManifestFactory$LongManifest: 1, s_reflect_AnyValManifest: 1, - O: 1, s_reflect_Manifest: 1, s_reflect_ClassTag: 1, s_reflect_ClassManifestDeprecatedApis: 1, s_reflect_OptManifest: 1, Ljava_io_Serializable: 1, s_Equals: 1 -}); -$c_s_reflect_ManifestFactory$LongManifest$.prototype.$classData = $d_s_reflect_ManifestFactory$LongManifest$; +})); var $n_s_reflect_ManifestFactory$LongManifest$; function $m_s_reflect_ManifestFactory$LongManifest$() { if ((!$n_s_reflect_ManifestFactory$LongManifest$)) { - $n_s_reflect_ManifestFactory$LongManifest$ = new $c_s_reflect_ManifestFactory$LongManifest$() - }; - return $n_s_reflect_ManifestFactory$LongManifest$ + $n_s_reflect_ManifestFactory$LongManifest$ = new $c_s_reflect_ManifestFactory$LongManifest$(); + } + return $n_s_reflect_ManifestFactory$LongManifest$; } /** @constructor */ function $c_s_reflect_ManifestFactory$NothingManifest$() { this.s_reflect_ManifestFactory$PhantomManifest__f_toString = null; - this.s_reflect_ManifestFactory$PhantomManifest__f_hashCode = 0; this.s_reflect_ManifestFactory$PhantomManifest__f_toString = "Nothing"; - $m_s_package$(); - this.s_reflect_ManifestFactory$PhantomManifest__f_hashCode = $systemIdentityHashCode(this) } $c_s_reflect_ManifestFactory$NothingManifest$.prototype = new $h_s_reflect_ManifestFactory$PhantomManifest(); $c_s_reflect_ManifestFactory$NothingManifest$.prototype.constructor = $c_s_reflect_ManifestFactory$NothingManifest$; /** @constructor */ function $h_s_reflect_ManifestFactory$NothingManifest$() { - /**/ } $h_s_reflect_ManifestFactory$NothingManifest$.prototype = $c_s_reflect_ManifestFactory$NothingManifest$.prototype; $c_s_reflect_ManifestFactory$NothingManifest$.prototype.runtimeClass__jl_Class = (function() { - return $d_sr_Nothing$.getClassOf() + return $d_sr_Nothing$.getClassOf(); }); $c_s_reflect_ManifestFactory$NothingManifest$.prototype.newArray__I__O = (function(len) { - return new $ac_O(len) + return new $ac_O(len); }); -var $d_s_reflect_ManifestFactory$NothingManifest$ = new $TypeData().initClass({ - s_reflect_ManifestFactory$NothingManifest$: 0 -}, false, "scala.reflect.ManifestFactory$NothingManifest$", { +var $d_s_reflect_ManifestFactory$NothingManifest$ = new $TypeData().initClass($c_s_reflect_ManifestFactory$NothingManifest$, "scala.reflect.ManifestFactory$NothingManifest$", ({ s_reflect_ManifestFactory$NothingManifest$: 1, s_reflect_ManifestFactory$PhantomManifest: 1, s_reflect_ManifestFactory$ClassTypeManifest: 1, - O: 1, s_reflect_Manifest: 1, s_reflect_ClassTag: 1, s_reflect_ClassManifestDeprecatedApis: 1, s_reflect_OptManifest: 1, Ljava_io_Serializable: 1, s_Equals: 1 -}); -$c_s_reflect_ManifestFactory$NothingManifest$.prototype.$classData = $d_s_reflect_ManifestFactory$NothingManifest$; +})); var $n_s_reflect_ManifestFactory$NothingManifest$; function $m_s_reflect_ManifestFactory$NothingManifest$() { if ((!$n_s_reflect_ManifestFactory$NothingManifest$)) { - $n_s_reflect_ManifestFactory$NothingManifest$ = new $c_s_reflect_ManifestFactory$NothingManifest$() - }; - return $n_s_reflect_ManifestFactory$NothingManifest$ + $n_s_reflect_ManifestFactory$NothingManifest$ = new $c_s_reflect_ManifestFactory$NothingManifest$(); + } + return $n_s_reflect_ManifestFactory$NothingManifest$; } /** @constructor */ function $c_s_reflect_ManifestFactory$NullManifest$() { this.s_reflect_ManifestFactory$PhantomManifest__f_toString = null; - this.s_reflect_ManifestFactory$PhantomManifest__f_hashCode = 0; this.s_reflect_ManifestFactory$PhantomManifest__f_toString = "Null"; - $m_s_package$(); - this.s_reflect_ManifestFactory$PhantomManifest__f_hashCode = $systemIdentityHashCode(this) } $c_s_reflect_ManifestFactory$NullManifest$.prototype = new $h_s_reflect_ManifestFactory$PhantomManifest(); $c_s_reflect_ManifestFactory$NullManifest$.prototype.constructor = $c_s_reflect_ManifestFactory$NullManifest$; /** @constructor */ function $h_s_reflect_ManifestFactory$NullManifest$() { - /**/ } $h_s_reflect_ManifestFactory$NullManifest$.prototype = $c_s_reflect_ManifestFactory$NullManifest$.prototype; $c_s_reflect_ManifestFactory$NullManifest$.prototype.runtimeClass__jl_Class = (function() { - return $d_sr_Null$.getClassOf() + return $d_sr_Null$.getClassOf(); }); $c_s_reflect_ManifestFactory$NullManifest$.prototype.newArray__I__O = (function(len) { - return new $ac_O(len) + return new $ac_O(len); }); -var $d_s_reflect_ManifestFactory$NullManifest$ = new $TypeData().initClass({ - s_reflect_ManifestFactory$NullManifest$: 0 -}, false, "scala.reflect.ManifestFactory$NullManifest$", { +var $d_s_reflect_ManifestFactory$NullManifest$ = new $TypeData().initClass($c_s_reflect_ManifestFactory$NullManifest$, "scala.reflect.ManifestFactory$NullManifest$", ({ s_reflect_ManifestFactory$NullManifest$: 1, s_reflect_ManifestFactory$PhantomManifest: 1, s_reflect_ManifestFactory$ClassTypeManifest: 1, - O: 1, s_reflect_Manifest: 1, s_reflect_ClassTag: 1, s_reflect_ClassManifestDeprecatedApis: 1, s_reflect_OptManifest: 1, Ljava_io_Serializable: 1, s_Equals: 1 -}); -$c_s_reflect_ManifestFactory$NullManifest$.prototype.$classData = $d_s_reflect_ManifestFactory$NullManifest$; +})); var $n_s_reflect_ManifestFactory$NullManifest$; function $m_s_reflect_ManifestFactory$NullManifest$() { if ((!$n_s_reflect_ManifestFactory$NullManifest$)) { - $n_s_reflect_ManifestFactory$NullManifest$ = new $c_s_reflect_ManifestFactory$NullManifest$() - }; - return $n_s_reflect_ManifestFactory$NullManifest$ + $n_s_reflect_ManifestFactory$NullManifest$ = new $c_s_reflect_ManifestFactory$NullManifest$(); + } + return $n_s_reflect_ManifestFactory$NullManifest$; } /** @constructor */ function $c_s_reflect_ManifestFactory$ObjectManifest$() { this.s_reflect_ManifestFactory$PhantomManifest__f_toString = null; - this.s_reflect_ManifestFactory$PhantomManifest__f_hashCode = 0; this.s_reflect_ManifestFactory$PhantomManifest__f_toString = "Object"; - $m_s_package$(); - this.s_reflect_ManifestFactory$PhantomManifest__f_hashCode = $systemIdentityHashCode(this) } $c_s_reflect_ManifestFactory$ObjectManifest$.prototype = new $h_s_reflect_ManifestFactory$PhantomManifest(); $c_s_reflect_ManifestFactory$ObjectManifest$.prototype.constructor = $c_s_reflect_ManifestFactory$ObjectManifest$; /** @constructor */ function $h_s_reflect_ManifestFactory$ObjectManifest$() { - /**/ } $h_s_reflect_ManifestFactory$ObjectManifest$.prototype = $c_s_reflect_ManifestFactory$ObjectManifest$.prototype; $c_s_reflect_ManifestFactory$ObjectManifest$.prototype.runtimeClass__jl_Class = (function() { - return $d_O.getClassOf() + return $d_O.getClassOf(); }); $c_s_reflect_ManifestFactory$ObjectManifest$.prototype.newArray__I__O = (function(len) { - return new $ac_O(len) + return new $ac_O(len); }); -var $d_s_reflect_ManifestFactory$ObjectManifest$ = new $TypeData().initClass({ - s_reflect_ManifestFactory$ObjectManifest$: 0 -}, false, "scala.reflect.ManifestFactory$ObjectManifest$", { +var $d_s_reflect_ManifestFactory$ObjectManifest$ = new $TypeData().initClass($c_s_reflect_ManifestFactory$ObjectManifest$, "scala.reflect.ManifestFactory$ObjectManifest$", ({ s_reflect_ManifestFactory$ObjectManifest$: 1, s_reflect_ManifestFactory$PhantomManifest: 1, s_reflect_ManifestFactory$ClassTypeManifest: 1, - O: 1, s_reflect_Manifest: 1, s_reflect_ClassTag: 1, s_reflect_ClassManifestDeprecatedApis: 1, s_reflect_OptManifest: 1, Ljava_io_Serializable: 1, s_Equals: 1 -}); -$c_s_reflect_ManifestFactory$ObjectManifest$.prototype.$classData = $d_s_reflect_ManifestFactory$ObjectManifest$; +})); var $n_s_reflect_ManifestFactory$ObjectManifest$; function $m_s_reflect_ManifestFactory$ObjectManifest$() { if ((!$n_s_reflect_ManifestFactory$ObjectManifest$)) { - $n_s_reflect_ManifestFactory$ObjectManifest$ = new $c_s_reflect_ManifestFactory$ObjectManifest$() - }; - return $n_s_reflect_ManifestFactory$ObjectManifest$ + $n_s_reflect_ManifestFactory$ObjectManifest$ = new $c_s_reflect_ManifestFactory$ObjectManifest$(); + } + return $n_s_reflect_ManifestFactory$ObjectManifest$; } /** @constructor */ function $c_s_reflect_ManifestFactory$ShortManifest$() { this.s_reflect_AnyValManifest__f_toString = null; - this.s_reflect_AnyValManifest__f_hashCode = 0; this.s_reflect_AnyValManifest__f_toString = "Short"; - this.s_reflect_AnyValManifest__f_hashCode = $systemIdentityHashCode(this) } $c_s_reflect_ManifestFactory$ShortManifest$.prototype = new $h_s_reflect_ManifestFactory$ShortManifest(); $c_s_reflect_ManifestFactory$ShortManifest$.prototype.constructor = $c_s_reflect_ManifestFactory$ShortManifest$; /** @constructor */ function $h_s_reflect_ManifestFactory$ShortManifest$() { - /**/ } $h_s_reflect_ManifestFactory$ShortManifest$.prototype = $c_s_reflect_ManifestFactory$ShortManifest$.prototype; -var $d_s_reflect_ManifestFactory$ShortManifest$ = new $TypeData().initClass({ - s_reflect_ManifestFactory$ShortManifest$: 0 -}, false, "scala.reflect.ManifestFactory$ShortManifest$", { +var $d_s_reflect_ManifestFactory$ShortManifest$ = new $TypeData().initClass($c_s_reflect_ManifestFactory$ShortManifest$, "scala.reflect.ManifestFactory$ShortManifest$", ({ s_reflect_ManifestFactory$ShortManifest$: 1, s_reflect_ManifestFactory$ShortManifest: 1, s_reflect_AnyValManifest: 1, - O: 1, s_reflect_Manifest: 1, s_reflect_ClassTag: 1, s_reflect_ClassManifestDeprecatedApis: 1, s_reflect_OptManifest: 1, Ljava_io_Serializable: 1, s_Equals: 1 -}); -$c_s_reflect_ManifestFactory$ShortManifest$.prototype.$classData = $d_s_reflect_ManifestFactory$ShortManifest$; +})); var $n_s_reflect_ManifestFactory$ShortManifest$; function $m_s_reflect_ManifestFactory$ShortManifest$() { if ((!$n_s_reflect_ManifestFactory$ShortManifest$)) { - $n_s_reflect_ManifestFactory$ShortManifest$ = new $c_s_reflect_ManifestFactory$ShortManifest$() - }; - return $n_s_reflect_ManifestFactory$ShortManifest$ + $n_s_reflect_ManifestFactory$ShortManifest$ = new $c_s_reflect_ManifestFactory$ShortManifest$(); + } + return $n_s_reflect_ManifestFactory$ShortManifest$; } /** @constructor */ function $c_s_reflect_ManifestFactory$UnitManifest$() { this.s_reflect_AnyValManifest__f_toString = null; - this.s_reflect_AnyValManifest__f_hashCode = 0; this.s_reflect_AnyValManifest__f_toString = "Unit"; - this.s_reflect_AnyValManifest__f_hashCode = $systemIdentityHashCode(this) } $c_s_reflect_ManifestFactory$UnitManifest$.prototype = new $h_s_reflect_ManifestFactory$UnitManifest(); $c_s_reflect_ManifestFactory$UnitManifest$.prototype.constructor = $c_s_reflect_ManifestFactory$UnitManifest$; /** @constructor */ function $h_s_reflect_ManifestFactory$UnitManifest$() { - /**/ } $h_s_reflect_ManifestFactory$UnitManifest$.prototype = $c_s_reflect_ManifestFactory$UnitManifest$.prototype; -var $d_s_reflect_ManifestFactory$UnitManifest$ = new $TypeData().initClass({ - s_reflect_ManifestFactory$UnitManifest$: 0 -}, false, "scala.reflect.ManifestFactory$UnitManifest$", { +var $d_s_reflect_ManifestFactory$UnitManifest$ = new $TypeData().initClass($c_s_reflect_ManifestFactory$UnitManifest$, "scala.reflect.ManifestFactory$UnitManifest$", ({ s_reflect_ManifestFactory$UnitManifest$: 1, s_reflect_ManifestFactory$UnitManifest: 1, s_reflect_AnyValManifest: 1, - O: 1, s_reflect_Manifest: 1, s_reflect_ClassTag: 1, s_reflect_ClassManifestDeprecatedApis: 1, s_reflect_OptManifest: 1, Ljava_io_Serializable: 1, s_Equals: 1 -}); -$c_s_reflect_ManifestFactory$UnitManifest$.prototype.$classData = $d_s_reflect_ManifestFactory$UnitManifest$; +})); var $n_s_reflect_ManifestFactory$UnitManifest$; function $m_s_reflect_ManifestFactory$UnitManifest$() { if ((!$n_s_reflect_ManifestFactory$UnitManifest$)) { - $n_s_reflect_ManifestFactory$UnitManifest$ = new $c_s_reflect_ManifestFactory$UnitManifest$() - }; - return $n_s_reflect_ManifestFactory$UnitManifest$ + $n_s_reflect_ManifestFactory$UnitManifest$ = new $c_s_reflect_ManifestFactory$UnitManifest$(); + } + return $n_s_reflect_ManifestFactory$UnitManifest$; } /** @constructor */ function $c_ju_Collections$ImmutableSet(inner) { this.ju_Collections$UnmodifiableCollection__f_inner = null; - $ct_ju_Collections$UnmodifiableSet__ju_Set__(this, inner) + $ct_ju_Collections$UnmodifiableSet__ju_Set__(this, inner); } $c_ju_Collections$ImmutableSet.prototype = new $h_ju_Collections$UnmodifiableSet(); $c_ju_Collections$ImmutableSet.prototype.constructor = $c_ju_Collections$ImmutableSet; /** @constructor */ function $h_ju_Collections$ImmutableSet() { - /**/ } $h_ju_Collections$ImmutableSet.prototype = $c_ju_Collections$ImmutableSet.prototype; -var $d_ju_Collections$ImmutableSet = new $TypeData().initClass({ - ju_Collections$ImmutableSet: 0 -}, false, "java.util.Collections$ImmutableSet", { +var $d_ju_Collections$ImmutableSet = new $TypeData().initClass($c_ju_Collections$ImmutableSet, "java.util.Collections$ImmutableSet", ({ ju_Collections$ImmutableSet: 1, ju_Collections$UnmodifiableSet: 1, ju_Collections$UnmodifiableCollection: 1, - O: 1, ju_Collections$WrappedCollection: 1, ju_Collection: 1, jl_Iterable: 1, @@ -35451,55 +33147,50 @@ var $d_ju_Collections$ImmutableSet = new $TypeData().initClass({ ju_Collections$WrappedSet: 1, ju_Collections$WrappedEquals: 1, ju_Set: 1 -}); -$c_ju_Collections$ImmutableSet.prototype.$classData = $d_ju_Collections$ImmutableSet; +})); function $f_sc_Seq__equals__O__Z($thiz, o) { if (($thiz === o)) { - return true + return true; } else { if ($is_sc_Seq(o)) { var x2 = $as_sc_Seq(o); if ($n(x2).canEqual__O__Z($thiz)) { - return $thiz.sameElements__sc_IterableOnce__Z(x2) + return $thiz.sameElements__sc_IterableOnce__Z(x2); } - }; - return false + } + return false; } } function $is_sc_Seq(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_Seq))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_Seq))); } function $as_sc_Seq(obj) { - return (($is_sc_Seq(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.Seq")) + return (($is_sc_Seq(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.Seq")); } function $isArrayOf_sc_Seq(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_Seq))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_Seq))); } function $asArrayOf_sc_Seq(obj, depth) { - return (($isArrayOf_sc_Seq(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.Seq;", depth)) + return (($isArrayOf_sc_Seq(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.Seq;", depth)); } /** @constructor */ function $c_sc_View$$anon$1(it$1) { this.sc_View$$anon$1__f_it$1 = null; - this.sc_View$$anon$1__f_it$1 = it$1 + this.sc_View$$anon$1__f_it$1 = it$1; } $c_sc_View$$anon$1.prototype = new $h_sc_AbstractView(); $c_sc_View$$anon$1.prototype.constructor = $c_sc_View$$anon$1; /** @constructor */ function $h_sc_View$$anon$1() { - /**/ } $h_sc_View$$anon$1.prototype = $c_sc_View$$anon$1.prototype; $c_sc_View$$anon$1.prototype.iterator__sc_Iterator = (function() { - return $as_sc_Iterator($n(this.sc_View$$anon$1__f_it$1).apply__O()) + return $as_sc_Iterator($n(this.sc_View$$anon$1__f_it$1).apply__O()); }); -var $d_sc_View$$anon$1 = new $TypeData().initClass({ - sc_View$$anon$1: 0 -}, false, "scala.collection.View$$anon$1", { +var $d_sc_View$$anon$1 = new $TypeData().initClass($c_sc_View$$anon$1, "scala.collection.View$$anon$1", ({ sc_View$$anon$1: 1, sc_AbstractView: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -35507,46 +33198,41 @@ var $d_sc_View$$anon$1 = new $TypeData().initClass({ sc_IterableFactoryDefaults: 1, sc_View: 1, Ljava_io_Serializable: 1 -}); -$c_sc_View$$anon$1.prototype.$classData = $d_sc_View$$anon$1; +})); /** @constructor */ function $c_sc_View$Concat(prefix, suffix) { this.sc_View$Concat__f_prefix = null; this.sc_View$Concat__f_suffix = null; this.sc_View$Concat__f_prefix = prefix; - this.sc_View$Concat__f_suffix = suffix + this.sc_View$Concat__f_suffix = suffix; } $c_sc_View$Concat.prototype = new $h_sc_AbstractView(); $c_sc_View$Concat.prototype.constructor = $c_sc_View$Concat; /** @constructor */ function $h_sc_View$Concat() { - /**/ } $h_sc_View$Concat.prototype = $c_sc_View$Concat.prototype; $c_sc_View$Concat.prototype.iterator__sc_Iterator = (function() { var this$2 = $n($n(this.sc_View$Concat__f_prefix).iterator__sc_Iterator()); var xs = new $c_sjsr_AnonFunction0((() => $n(this.sc_View$Concat__f_suffix).iterator__sc_Iterator())); - return this$2.concat__F0__sc_Iterator(xs) + return this$2.concat__F0__sc_Iterator(xs); }); $c_sc_View$Concat.prototype.knownSize__I = (function() { var prefixSize = $n(this.sc_View$Concat__f_prefix).knownSize__I(); if ((prefixSize >= 0)) { var suffixSize = $n(this.sc_View$Concat__f_suffix).knownSize__I(); - return ((suffixSize >= 0) ? ((prefixSize + suffixSize) | 0) : (-1)) + return ((suffixSize >= 0) ? ((prefixSize + suffixSize) | 0) : (-1)); } else { - return (-1) + return (-1); } }); $c_sc_View$Concat.prototype.isEmpty__Z = (function() { - return ($n(this.sc_View$Concat__f_prefix).isEmpty__Z() && $n(this.sc_View$Concat__f_suffix).isEmpty__Z()) + return ($n(this.sc_View$Concat__f_prefix).isEmpty__Z() && $n(this.sc_View$Concat__f_suffix).isEmpty__Z()); }); -var $d_sc_View$Concat = new $TypeData().initClass({ - sc_View$Concat: 0 -}, false, "scala.collection.View$Concat", { +var $d_sc_View$Concat = new $TypeData().initClass($c_sc_View$Concat, "scala.collection.View$Concat", ({ sc_View$Concat: 1, sc_AbstractView: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -35554,40 +33240,35 @@ var $d_sc_View$Concat = new $TypeData().initClass({ sc_IterableFactoryDefaults: 1, sc_View: 1, Ljava_io_Serializable: 1 -}); -$c_sc_View$Concat.prototype.$classData = $d_sc_View$Concat; +})); /** @constructor */ function $c_sc_View$DistinctBy(underlying, f) { this.sc_View$DistinctBy__f_underlying = null; this.sc_View$DistinctBy__f_f = null; this.sc_View$DistinctBy__f_underlying = underlying; - this.sc_View$DistinctBy__f_f = f + this.sc_View$DistinctBy__f_f = f; } $c_sc_View$DistinctBy.prototype = new $h_sc_AbstractView(); $c_sc_View$DistinctBy.prototype.constructor = $c_sc_View$DistinctBy; /** @constructor */ function $h_sc_View$DistinctBy() { - /**/ } $h_sc_View$DistinctBy.prototype = $c_sc_View$DistinctBy.prototype; $c_sc_View$DistinctBy.prototype.iterator__sc_Iterator = (function() { var this$1 = $n($n(this.sc_View$DistinctBy__f_underlying).iterator__sc_Iterator()); var f = this.sc_View$DistinctBy__f_f; - return new $c_sc_Iterator$$anon$8(this$1, f) + return new $c_sc_Iterator$$anon$8(this$1, f); }); $c_sc_View$DistinctBy.prototype.knownSize__I = (function() { - return (($n(this.sc_View$DistinctBy__f_underlying).knownSize__I() === 0) ? 0 : (-1)) + return (($n(this.sc_View$DistinctBy__f_underlying).knownSize__I() === 0) ? 0 : (-1)); }); $c_sc_View$DistinctBy.prototype.isEmpty__Z = (function() { - return $n(this.sc_View$DistinctBy__f_underlying).isEmpty__Z() + return $n(this.sc_View$DistinctBy__f_underlying).isEmpty__Z(); }); -var $d_sc_View$DistinctBy = new $TypeData().initClass({ - sc_View$DistinctBy: 0 -}, false, "scala.collection.View$DistinctBy", { +var $d_sc_View$DistinctBy = new $TypeData().initClass($c_sc_View$DistinctBy, "scala.collection.View$DistinctBy", ({ sc_View$DistinctBy: 1, sc_AbstractView: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -35595,8 +33276,7 @@ var $d_sc_View$DistinctBy = new $TypeData().initClass({ sc_IterableFactoryDefaults: 1, sc_View: 1, Ljava_io_Serializable: 1 -}); -$c_sc_View$DistinctBy.prototype.$classData = $d_sc_View$DistinctBy; +})); /** @constructor */ function $c_sc_View$Filter(underlying, p, isFlipped) { this.sc_View$Filter__f_underlying = null; @@ -35604,35 +33284,31 @@ function $c_sc_View$Filter(underlying, p, isFlipped) { this.sc_View$Filter__f_isFlipped = false; this.sc_View$Filter__f_underlying = underlying; this.sc_View$Filter__f_p = p; - this.sc_View$Filter__f_isFlipped = isFlipped + this.sc_View$Filter__f_isFlipped = isFlipped; } $c_sc_View$Filter.prototype = new $h_sc_AbstractView(); $c_sc_View$Filter.prototype.constructor = $c_sc_View$Filter; /** @constructor */ function $h_sc_View$Filter() { - /**/ } $h_sc_View$Filter.prototype = $c_sc_View$Filter.prototype; $c_sc_View$Filter.prototype.iterator__sc_Iterator = (function() { var this$1 = $n($n(this.sc_View$Filter__f_underlying).iterator__sc_Iterator()); var p = this.sc_View$Filter__f_p; var isFlipped = this.sc_View$Filter__f_isFlipped; - return new $c_sc_Iterator$$anon$6(this$1, p, isFlipped) + return new $c_sc_Iterator$$anon$6(this$1, p, isFlipped); }); $c_sc_View$Filter.prototype.knownSize__I = (function() { - return (($n(this.sc_View$Filter__f_underlying).knownSize__I() === 0) ? 0 : (-1)) + return (($n(this.sc_View$Filter__f_underlying).knownSize__I() === 0) ? 0 : (-1)); }); $c_sc_View$Filter.prototype.isEmpty__Z = (function() { var this$1 = $n(this.iterator__sc_Iterator()); - return (!this$1.hasNext__Z()) + return (!this$1.hasNext__Z()); }); -var $d_sc_View$Filter = new $TypeData().initClass({ - sc_View$Filter: 0 -}, false, "scala.collection.View$Filter", { +var $d_sc_View$Filter = new $TypeData().initClass($c_sc_View$Filter, "scala.collection.View$Filter", ({ sc_View$Filter: 1, sc_AbstractView: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -35640,43 +33316,38 @@ var $d_sc_View$Filter = new $TypeData().initClass({ sc_IterableFactoryDefaults: 1, sc_View: 1, Ljava_io_Serializable: 1 -}); -$c_sc_View$Filter.prototype.$classData = $d_sc_View$Filter; +})); function $ct_sc_View$Map__sc_IterableOps__F1__($thiz, underlying, f) { $thiz.sc_View$Map__f_underlying = underlying; $thiz.sc_View$Map__f_f = f; - return $thiz + return $thiz; } /** @constructor */ function $c_sc_View$Map() { this.sc_View$Map__f_underlying = null; - this.sc_View$Map__f_f = null + this.sc_View$Map__f_f = null; } $c_sc_View$Map.prototype = new $h_sc_AbstractView(); $c_sc_View$Map.prototype.constructor = $c_sc_View$Map; /** @constructor */ function $h_sc_View$Map() { - /**/ } $h_sc_View$Map.prototype = $c_sc_View$Map.prototype; $c_sc_View$Map.prototype.iterator__sc_Iterator = (function() { var this$1 = $n($n(this.sc_View$Map__f_underlying).iterator__sc_Iterator()); var f = this.sc_View$Map__f_f; - return new $c_sc_Iterator$$anon$9(this$1, f) + return new $c_sc_Iterator$$anon$9(this$1, f); }); $c_sc_View$Map.prototype.knownSize__I = (function() { - return $n(this.sc_View$Map__f_underlying).knownSize__I() + return $n(this.sc_View$Map__f_underlying).knownSize__I(); }); $c_sc_View$Map.prototype.isEmpty__Z = (function() { - return $n(this.sc_View$Map__f_underlying).isEmpty__Z() + return $n(this.sc_View$Map__f_underlying).isEmpty__Z(); }); -var $d_sc_View$Map = new $TypeData().initClass({ - sc_View$Map: 0 -}, false, "scala.collection.View$Map", { +var $d_sc_View$Map = new $TypeData().initClass($c_sc_View$Map, "scala.collection.View$Map", ({ sc_View$Map: 1, sc_AbstractView: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -35684,62 +33355,55 @@ var $d_sc_View$Map = new $TypeData().initClass({ sc_IterableFactoryDefaults: 1, sc_View: 1, Ljava_io_Serializable: 1 -}); -$c_sc_View$Map.prototype.$classData = $d_sc_View$Map; +})); function $ct_sc_View$Prepended__O__sc_IterableOps__($thiz, elem, underlying) { $thiz.sc_View$Prepended__f_elem = elem; $thiz.sc_View$Prepended__f_underlying = underlying; - return $thiz + return $thiz; } /** @constructor */ function $c_sc_View$Prepended() { this.sc_View$Prepended__f_elem = null; - this.sc_View$Prepended__f_underlying = null + this.sc_View$Prepended__f_underlying = null; } $c_sc_View$Prepended.prototype = new $h_sc_AbstractView(); $c_sc_View$Prepended.prototype.constructor = $c_sc_View$Prepended; /** @constructor */ function $h_sc_View$Prepended() { - /**/ } $h_sc_View$Prepended.prototype = $c_sc_View$Prepended.prototype; $c_sc_View$Prepended.prototype.iterator__sc_Iterator = (function() { - return new $c_sc_View$Concat(new $c_sc_View$Single(this.sc_View$Prepended__f_elem), this.sc_View$Prepended__f_underlying).iterator__sc_Iterator() + return new $c_sc_View$Concat(new $c_sc_View$Single(this.sc_View$Prepended__f_elem), this.sc_View$Prepended__f_underlying).iterator__sc_Iterator(); }); $c_sc_View$Prepended.prototype.knownSize__I = (function() { var size = $n(this.sc_View$Prepended__f_underlying).knownSize__I(); - return ((size >= 0) ? ((1 + size) | 0) : (-1)) + return ((size >= 0) ? ((1 + size) | 0) : (-1)); }); /** @constructor */ function $c_sc_View$Single(a) { this.sc_View$Single__f_a = null; - this.sc_View$Single__f_a = a + this.sc_View$Single__f_a = a; } $c_sc_View$Single.prototype = new $h_sc_AbstractView(); $c_sc_View$Single.prototype.constructor = $c_sc_View$Single; /** @constructor */ function $h_sc_View$Single() { - /**/ } $h_sc_View$Single.prototype = $c_sc_View$Single.prototype; $c_sc_View$Single.prototype.iterator__sc_Iterator = (function() { - $m_sc_Iterator$(); var a = this.sc_View$Single__f_a; - return new $c_sc_Iterator$$anon$20(a) + return new $c_sc_Iterator$$anon$20(a); }); $c_sc_View$Single.prototype.knownSize__I = (function() { - return 1 + return 1; }); $c_sc_View$Single.prototype.isEmpty__Z = (function() { - return false + return false; }); -var $d_sc_View$Single = new $TypeData().initClass({ - sc_View$Single: 0 -}, false, "scala.collection.View$Single", { +var $d_sc_View$Single = new $TypeData().initClass($c_sc_View$Single, "scala.collection.View$Single", ({ sc_View$Single: 1, sc_AbstractView: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -35747,41 +33411,35 @@ var $d_sc_View$Single = new $TypeData().initClass({ sc_IterableFactoryDefaults: 1, sc_View: 1, Ljava_io_Serializable: 1 -}); -$c_sc_View$Single.prototype.$classData = $d_sc_View$Single; +})); /** @constructor */ function $c_s_math_Numeric$IntIsIntegral$() { - /**/ } $c_s_math_Numeric$IntIsIntegral$.prototype = new $h_O(); $c_s_math_Numeric$IntIsIntegral$.prototype.constructor = $c_s_math_Numeric$IntIsIntegral$; /** @constructor */ function $h_s_math_Numeric$IntIsIntegral$() { - /**/ } $h_s_math_Numeric$IntIsIntegral$.prototype = $c_s_math_Numeric$IntIsIntegral$.prototype; $c_s_math_Numeric$IntIsIntegral$.prototype.lteq__O__O__Z = (function(x, y) { - return $f_s_math_Ordering__lteq__O__O__Z(this, x, y) + return $f_s_math_Ordering__lteq__O__O__Z(this, x, y); }); $c_s_math_Numeric$IntIsIntegral$.prototype.gteq__O__O__Z = (function(x, y) { - return $f_s_math_Ordering__gteq__O__O__Z(this, x, y) + return $f_s_math_Ordering__gteq__O__O__Z(this, x, y); }); $c_s_math_Numeric$IntIsIntegral$.prototype.max__O__O__O = (function(x, y) { - return $f_s_math_Ordering__max__O__O__O(this, x, y) + return $f_s_math_Ordering__max__O__O__O(this, x, y); }); $c_s_math_Numeric$IntIsIntegral$.prototype.min__O__O__O = (function(x, y) { - return $f_s_math_Ordering__min__O__O__O(this, x, y) + return $f_s_math_Ordering__min__O__O__O(this, x, y); }); $c_s_math_Numeric$IntIsIntegral$.prototype.compare__O__O__I = (function(x, y) { var x$1 = $uI(x); var y$1 = $uI(y); - return ((x$1 === y$1) ? 0 : ((x$1 < y$1) ? (-1) : 1)) + return ((x$1 === y$1) ? 0 : ((x$1 < y$1) ? (-1) : 1)); }); -var $d_s_math_Numeric$IntIsIntegral$ = new $TypeData().initClass({ - s_math_Numeric$IntIsIntegral$: 0 -}, false, "scala.math.Numeric$IntIsIntegral$", { +var $d_s_math_Numeric$IntIsIntegral$ = new $TypeData().initClass($c_s_math_Numeric$IntIsIntegral$, "scala.math.Numeric$IntIsIntegral$", ({ s_math_Numeric$IntIsIntegral$: 1, - O: 1, s_math_Numeric$IntIsIntegral: 1, s_math_Integral: 1, s_math_Numeric: 1, @@ -35791,51 +33449,48 @@ var $d_s_math_Numeric$IntIsIntegral$ = new $TypeData().initClass({ s_math_Equiv: 1, Ljava_io_Serializable: 1, s_math_Ordering$IntOrdering: 1 -}); -$c_s_math_Numeric$IntIsIntegral$.prototype.$classData = $d_s_math_Numeric$IntIsIntegral$; +})); var $n_s_math_Numeric$IntIsIntegral$; function $m_s_math_Numeric$IntIsIntegral$() { if ((!$n_s_math_Numeric$IntIsIntegral$)) { - $n_s_math_Numeric$IntIsIntegral$ = new $c_s_math_Numeric$IntIsIntegral$() - }; - return $n_s_math_Numeric$IntIsIntegral$ + $n_s_math_Numeric$IntIsIntegral$ = new $c_s_math_Numeric$IntIsIntegral$(); + } + return $n_s_math_Numeric$IntIsIntegral$; } /** @constructor */ function $c_sc_AbstractSet() { - /**/ } $c_sc_AbstractSet.prototype = new $h_sc_AbstractIterable(); $c_sc_AbstractSet.prototype.constructor = $c_sc_AbstractSet; /** @constructor */ function $h_sc_AbstractSet() { - /**/ } $h_sc_AbstractSet.prototype = $c_sc_AbstractSet.prototype; $c_sc_AbstractSet.prototype.equals__O__Z = (function(that) { - return $f_sc_Set__equals__O__Z(this, that) + return $f_sc_Set__equals__O__Z(this, that); }); $c_sc_AbstractSet.prototype.hashCode__I = (function() { var this$1 = $m_s_util_hashing_MurmurHash3$(); - return this$1.unorderedHash__sc_IterableOnce__I__I(this, this$1.s_util_hashing_MurmurHash3$__f_setSeed) + return this$1.unorderedHash__sc_IterableOnce__I__I(this, this$1.s_util_hashing_MurmurHash3$__f_setSeed); }); $c_sc_AbstractSet.prototype.iterableFactory__sc_IterableFactory = (function() { - return $m_sc_Set$() + return $m_sc_Set$(); }); $c_sc_AbstractSet.prototype.stringPrefix__T = (function() { - return "Set" + return "Set"; }); $c_sc_AbstractSet.prototype.toString__T = (function() { - return $f_sc_Iterable__toString__T(this) + return $f_sc_Iterable__toString__T(this); }); $c_sc_AbstractSet.prototype.subsetOf__sc_Set__Z = (function(that) { - return this.forall__F1__Z(that) + return this.forall__F1__Z(that); }); $c_sc_AbstractSet.prototype.apply__O__O = (function(v1) { - return this.contains__O__Z(v1) + return this.contains__O__Z(v1); }); function $f_sc_Map__equals__O__Z($thiz, o) { if (($thiz === o)) { - return true + return true; } else { if ($is_sc_Map(o)) { var x2 = $as_sc_Map(o); @@ -35844,258 +33499,248 @@ function $f_sc_Map__equals__O__Z($thiz, o) { try { return $thiz.forall__F1__Z(new $c_sjsr_AnonFunction1(((kv$2) => { var kv = $as_T2(kv$2); - return $m_sr_BoxesRunTime$().equals__O__O__Z($n(x2).getOrElse__O__F0__O($n(kv)._1__O(), $m_sc_Map$().sc_Map$__f_scala$collection$Map$$DefaultSentinelFn), $n(kv)._2__O()) - }))) + return $m_sr_BoxesRunTime$().equals__O__O__Z($n(x2).getOrElse__O__F0__O($n(kv)._1__O(), $m_sc_Map$().sc_Map$__f_scala$collection$Map$$DefaultSentinelFn), $n(kv)._2__O()); + }))); } catch (e) { if ((e instanceof $c_jl_ClassCastException)) { - return false + return false; } else { - throw e + throw e; } } } else { - return false + return false; } } - }; - return false + } + return false; } } function $is_sc_Map(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_Map))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_Map))); } function $as_sc_Map(obj) { - return (($is_sc_Map(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.Map")) + return (($is_sc_Map(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.Map")); } function $isArrayOf_sc_Map(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_Map))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_Map))); } function $asArrayOf_sc_Map(obj, depth) { - return (($isArrayOf_sc_Map(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.Map;", depth)) + return (($isArrayOf_sc_Map(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.Map;", depth)); } /** @constructor */ function $c_sc_AbstractSeq() { - /**/ } $c_sc_AbstractSeq.prototype = new $h_sc_AbstractIterable(); $c_sc_AbstractSeq.prototype.constructor = $c_sc_AbstractSeq; /** @constructor */ function $h_sc_AbstractSeq() { - /**/ } $h_sc_AbstractSeq.prototype = $c_sc_AbstractSeq.prototype; $c_sc_AbstractSeq.prototype.canEqual__O__Z = (function(that) { - return true + return true; }); $c_sc_AbstractSeq.prototype.equals__O__Z = (function(o) { - return $f_sc_Seq__equals__O__Z(this, o) + return $f_sc_Seq__equals__O__Z(this, o); }); $c_sc_AbstractSeq.prototype.hashCode__I = (function() { - return $m_s_util_hashing_MurmurHash3$().seqHash__sc_Seq__I(this) + return $m_s_util_hashing_MurmurHash3$().seqHash__sc_Seq__I(this); }); $c_sc_AbstractSeq.prototype.toString__T = (function() { - return $f_sc_Iterable__toString__T(this) + return $f_sc_Iterable__toString__T(this); }); $c_sc_AbstractSeq.prototype.size__I = (function() { - return this.length__I() + return this.length__I(); }); $c_sc_AbstractSeq.prototype.distinctBy__F1__O = (function(f) { - return $f_sc_SeqOps__distinctBy__F1__O(this, f) + return $f_sc_SeqOps__distinctBy__F1__O(this, f); }); $c_sc_AbstractSeq.prototype.reverseIterator__sc_Iterator = (function() { - return $n(this.reversed__sc_Iterable()).iterator__sc_Iterator() + return $n(this.reversed__sc_Iterable()).iterator__sc_Iterator(); }); $c_sc_AbstractSeq.prototype.isDefinedAt__I__Z = (function(idx) { - return $f_sc_SeqOps__isDefinedAt__I__Z(this, idx) + return $f_sc_SeqOps__isDefinedAt__I__Z(this, idx); }); $c_sc_AbstractSeq.prototype.indexWhere__F1__I__I = (function(p, from) { var this$1 = $n(this.iterator__sc_Iterator()); - return $f_sc_Iterator__indexWhere__F1__I__I(this$1, p, from) + return $f_sc_Iterator__indexWhere__F1__I__I(this$1, p, from); }); $c_sc_AbstractSeq.prototype.sizeCompare__I__I = (function(otherSize) { - return this.lengthCompare__I__I(otherSize) + return this.lengthCompare__I__I(otherSize); }); $c_sc_AbstractSeq.prototype.lengthCompare__I__I = (function(len) { - return $f_sc_IterableOps__sizeCompare__I__I(this, len) + return $f_sc_IterableOps__sizeCompare__I__I(this, len); }); $c_sc_AbstractSeq.prototype.isEmpty__Z = (function() { - return $f_sc_SeqOps__isEmpty__Z(this) + return $f_sc_SeqOps__isEmpty__Z(this); }); $c_sc_AbstractSeq.prototype.sameElements__sc_IterableOnce__Z = (function(that) { - return $f_sc_SeqOps__sameElements__sc_IterableOnce__Z(this, that) + return $f_sc_SeqOps__sameElements__sc_IterableOnce__Z(this, that); }); $c_sc_AbstractSeq.prototype.lift__F1 = (function() { - return new $c_s_PartialFunction$Lifted(this) + return new $c_s_PartialFunction$Lifted(this); }); $c_sc_AbstractSeq.prototype.applyOrElse__O__F1__O = (function(x, default$1) { - return $f_s_PartialFunction__applyOrElse__O__F1__O(this, x, default$1) + return $f_s_PartialFunction__applyOrElse__O__F1__O(this, x, default$1); }); $c_sc_AbstractSeq.prototype.isDefinedAt__O__Z = (function(x) { - return this.isDefinedAt__I__Z($uI(x)) + return this.isDefinedAt__I__Z($uI(x)); }); /** @constructor */ function $c_sc_AbstractSeqView() { - /**/ } $c_sc_AbstractSeqView.prototype = new $h_sc_AbstractView(); $c_sc_AbstractSeqView.prototype.constructor = $c_sc_AbstractSeqView; /** @constructor */ function $h_sc_AbstractSeqView() { - /**/ } $h_sc_AbstractSeqView.prototype = $c_sc_AbstractSeqView.prototype; $c_sc_AbstractSeqView.prototype.prepended__O__sc_SeqView = (function(elem) { - return $ct_sc_SeqView$Prepended__O__sc_SeqOps__(new $c_sc_SeqView$Prepended(), elem, this) + return $ct_sc_SeqView$Prepended__O__sc_SeqOps__(new $c_sc_SeqView$Prepended(), elem, this); }); $c_sc_AbstractSeqView.prototype.stringPrefix__T = (function() { - return "SeqView" + return "SeqView"; }); $c_sc_AbstractSeqView.prototype.distinctBy__F1__O = (function(f) { - return $f_sc_SeqOps__distinctBy__F1__O(this, f) + return $f_sc_SeqOps__distinctBy__F1__O(this, f); }); $c_sc_AbstractSeqView.prototype.indexWhere__F1__I__I = (function(p, from) { var this$1 = $n(this.iterator__sc_Iterator()); - return $f_sc_Iterator__indexWhere__F1__I__I(this$1, p, from) + return $f_sc_Iterator__indexWhere__F1__I__I(this$1, p, from); }); $c_sc_AbstractSeqView.prototype.lengthCompare__I__I = (function(len) { - return $f_sc_IterableOps__sizeCompare__I__I(this, len) + return $f_sc_IterableOps__sizeCompare__I__I(this, len); }); $c_sc_AbstractSeqView.prototype.isEmpty__Z = (function() { - return $f_sc_SeqOps__isEmpty__Z(this) + return $f_sc_SeqOps__isEmpty__Z(this); }); $c_sc_AbstractSeqView.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sc_SeqView(elem) + return this.prepended__O__sc_SeqView(elem); }); function $is_sc_IndexedSeq(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_IndexedSeq))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_IndexedSeq))); } function $as_sc_IndexedSeq(obj) { - return (($is_sc_IndexedSeq(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.IndexedSeq")) + return (($is_sc_IndexedSeq(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.IndexedSeq")); } function $isArrayOf_sc_IndexedSeq(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_IndexedSeq))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_IndexedSeq))); } function $asArrayOf_sc_IndexedSeq(obj, depth) { - return (($isArrayOf_sc_IndexedSeq(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.IndexedSeq;", depth)) + return (($isArrayOf_sc_IndexedSeq(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.IndexedSeq;", depth)); } function $is_sc_LinearSeq(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_LinearSeq))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sc_LinearSeq))); } function $as_sc_LinearSeq(obj) { - return (($is_sc_LinearSeq(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.LinearSeq")) + return (($is_sc_LinearSeq(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.LinearSeq")); } function $isArrayOf_sc_LinearSeq(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_LinearSeq))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_LinearSeq))); } function $asArrayOf_sc_LinearSeq(obj, depth) { - return (($isArrayOf_sc_LinearSeq(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.LinearSeq;", depth)) + return (($isArrayOf_sc_LinearSeq(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.LinearSeq;", depth)); } function $is_sci_Set(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sci_Set))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sci_Set))); } function $as_sci_Set(obj) { - return (($is_sci_Set(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Set")) + return (($is_sci_Set(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Set")); } function $isArrayOf_sci_Set(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Set))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Set))); } function $asArrayOf_sci_Set(obj, depth) { - return (($isArrayOf_sci_Set(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Set;", depth)) + return (($isArrayOf_sci_Set(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Set;", depth)); } /** @constructor */ function $c_sc_AbstractMap() { - /**/ } $c_sc_AbstractMap.prototype = new $h_sc_AbstractIterable(); $c_sc_AbstractMap.prototype.constructor = $c_sc_AbstractMap; /** @constructor */ function $h_sc_AbstractMap() { - /**/ } $h_sc_AbstractMap.prototype = $c_sc_AbstractMap.prototype; $c_sc_AbstractMap.prototype.equals__O__Z = (function(o) { - return $f_sc_Map__equals__O__Z(this, o) + return $f_sc_Map__equals__O__Z(this, o); }); $c_sc_AbstractMap.prototype.hashCode__I = (function() { - return $m_s_util_hashing_MurmurHash3$().mapHash__sc_Map__I(this) + return $m_s_util_hashing_MurmurHash3$().mapHash__sc_Map__I(this); }); $c_sc_AbstractMap.prototype.stringPrefix__T = (function() { - return "Map" + return "Map"; }); $c_sc_AbstractMap.prototype.toString__T = (function() { - return $f_sc_Iterable__toString__T(this) + return $f_sc_Iterable__toString__T(this); }); $c_sc_AbstractMap.prototype.fromSpecific__sc_IterableOnce__sc_IterableOps = (function(coll) { - return $as_sc_IterableOps($n(this.mapFactory__sc_MapFactory()).from__sc_IterableOnce__O(coll)) + return $as_sc_IterableOps($n(this.mapFactory__sc_MapFactory()).from__sc_IterableOnce__O(coll)); }); $c_sc_AbstractMap.prototype.newSpecificBuilder__scm_Builder = (function() { - return $n(this.mapFactory__sc_MapFactory()).newBuilder__scm_Builder() + return $n(this.mapFactory__sc_MapFactory()).newBuilder__scm_Builder(); }); $c_sc_AbstractMap.prototype.applyOrElse__O__F1__O = (function(x, default$1) { - return $f_sc_MapOps__applyOrElse__O__F1__O(this, x, default$1) + return $f_sc_MapOps__applyOrElse__O__F1__O(this, x, default$1); }); $c_sc_AbstractMap.prototype.keySet__sc_Set = (function() { - return new $c_sc_MapOps$KeySet(this) + return new $c_sc_MapOps$KeySet(this); }); $c_sc_AbstractMap.prototype.foreachEntry__F2__V = (function(f) { - $f_sc_MapOps__foreachEntry__F2__V(this, f) + $f_sc_MapOps__foreachEntry__F2__V(this, f); }); $c_sc_AbstractMap.prototype.isDefinedAt__O__Z = (function(key) { - return this.contains__O__Z(key) + return this.contains__O__Z(key); }); $c_sc_AbstractMap.prototype.map__F1__sc_IterableOps = (function(f) { - return $f_sc_MapOps__map__F1__sc_IterableOps(this, f) + return $f_sc_MapOps__map__F1__sc_IterableOps(this, f); }); $c_sc_AbstractMap.prototype.concat__sc_IterableOnce__sc_IterableOps = (function(suffix) { - return $f_sc_MapOps__concat__sc_IterableOnce__sc_IterableOps(this, suffix) + return $f_sc_MapOps__concat__sc_IterableOnce__sc_IterableOps(this, suffix); }); $c_sc_AbstractMap.prototype.addString__scm_StringBuilder__T__T__T__scm_StringBuilder = (function(sb, start, sep, end) { - return $f_sc_MapOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder(this, sb, start, sep, end) + return $f_sc_MapOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder(this, sb, start, sep, end); }); $c_sc_AbstractMap.prototype.lift__F1 = (function() { - return new $c_s_PartialFunction$Lifted(this) + return new $c_s_PartialFunction$Lifted(this); }); $c_sc_AbstractMap.prototype.fromSpecific__sc_IterableOnce__O = (function(coll) { - return $as_sc_IterableOps($n(this.mapFactory__sc_MapFactory()).from__sc_IterableOnce__O(coll)) + return $as_sc_IterableOps($n(this.mapFactory__sc_MapFactory()).from__sc_IterableOnce__O(coll)); }); function $ct_sc_SeqView$Id__sc_SeqOps__($thiz, underlying) { $thiz.sc_SeqView$Id__f_underlying = underlying; - return $thiz + return $thiz; } /** @constructor */ function $c_sc_SeqView$Id() { - this.sc_SeqView$Id__f_underlying = null + this.sc_SeqView$Id__f_underlying = null; } $c_sc_SeqView$Id.prototype = new $h_sc_AbstractSeqView(); $c_sc_SeqView$Id.prototype.constructor = $c_sc_SeqView$Id; /** @constructor */ function $h_sc_SeqView$Id() { - /**/ } $h_sc_SeqView$Id.prototype = $c_sc_SeqView$Id.prototype; $c_sc_SeqView$Id.prototype.apply__I__O = (function(idx) { - return $n(this.sc_SeqView$Id__f_underlying).apply__I__O(idx) + return $n(this.sc_SeqView$Id__f_underlying).apply__I__O(idx); }); $c_sc_SeqView$Id.prototype.length__I = (function() { - return $n(this.sc_SeqView$Id__f_underlying).length__I() + return $n(this.sc_SeqView$Id__f_underlying).length__I(); }); $c_sc_SeqView$Id.prototype.iterator__sc_Iterator = (function() { - return $n(this.sc_SeqView$Id__f_underlying).iterator__sc_Iterator() + return $n(this.sc_SeqView$Id__f_underlying).iterator__sc_Iterator(); }); $c_sc_SeqView$Id.prototype.knownSize__I = (function() { - return $n(this.sc_SeqView$Id__f_underlying).knownSize__I() + return $n(this.sc_SeqView$Id__f_underlying).knownSize__I(); }); $c_sc_SeqView$Id.prototype.isEmpty__Z = (function() { - return $n(this.sc_SeqView$Id__f_underlying).isEmpty__Z() + return $n(this.sc_SeqView$Id__f_underlying).isEmpty__Z(); }); -var $d_sc_SeqView$Id = new $TypeData().initClass({ - sc_SeqView$Id: 0 -}, false, "scala.collection.SeqView$Id", { +var $d_sc_SeqView$Id = new $TypeData().initClass($c_sc_SeqView$Id, "scala.collection.SeqView$Id", ({ sc_SeqView$Id: 1, sc_AbstractSeqView: 1, sc_AbstractView: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -36105,100 +33750,94 @@ var $d_sc_SeqView$Id = new $TypeData().initClass({ Ljava_io_Serializable: 1, sc_SeqView: 1, sc_SeqOps: 1 -}); -$c_sc_SeqView$Id.prototype.$classData = $d_sc_SeqView$Id; +})); function $ct_sc_SeqView$Map__sc_SeqOps__F1__($thiz, underlying, f) { $thiz.sc_SeqView$Map__f_underlying = underlying; $thiz.sc_SeqView$Map__f_f = f; $ct_sc_View$Map__sc_IterableOps__F1__($thiz, underlying, f); - return $thiz + return $thiz; } /** @constructor */ function $c_sc_SeqView$Map() { this.sc_View$Map__f_underlying = null; this.sc_View$Map__f_f = null; this.sc_SeqView$Map__f_underlying = null; - this.sc_SeqView$Map__f_f = null + this.sc_SeqView$Map__f_f = null; } $c_sc_SeqView$Map.prototype = new $h_sc_View$Map(); $c_sc_SeqView$Map.prototype.constructor = $c_sc_SeqView$Map; /** @constructor */ function $h_sc_SeqView$Map() { - /**/ } $h_sc_SeqView$Map.prototype = $c_sc_SeqView$Map.prototype; $c_sc_SeqView$Map.prototype.distinctBy__F1__O = (function(f) { - return $f_sc_SeqOps__distinctBy__F1__O(this, f) + return $f_sc_SeqOps__distinctBy__F1__O(this, f); }); $c_sc_SeqView$Map.prototype.indexWhere__F1__I__I = (function(p, from) { var this$1 = $n(this.iterator__sc_Iterator()); - return $f_sc_Iterator__indexWhere__F1__I__I(this$1, p, from) + return $f_sc_Iterator__indexWhere__F1__I__I(this$1, p, from); }); $c_sc_SeqView$Map.prototype.isEmpty__Z = (function() { - return $f_sc_SeqOps__isEmpty__Z(this) + return $f_sc_SeqOps__isEmpty__Z(this); }); $c_sc_SeqView$Map.prototype.apply__I__O = (function(idx) { - return $n(this.sc_SeqView$Map__f_f).apply__O__O($n(this.sc_SeqView$Map__f_underlying).apply__I__O(idx)) + return $n(this.sc_SeqView$Map__f_f).apply__O__O($n(this.sc_SeqView$Map__f_underlying).apply__I__O(idx)); }); $c_sc_SeqView$Map.prototype.length__I = (function() { - return $n(this.sc_SeqView$Map__f_underlying).length__I() + return $n(this.sc_SeqView$Map__f_underlying).length__I(); }); function $ct_sc_SeqView$Prepended__O__sc_SeqOps__($thiz, elem, underlying) { $thiz.sc_SeqView$Prepended__f_elem = elem; $thiz.sc_SeqView$Prepended__f_underlying = underlying; $ct_sc_View$Prepended__O__sc_IterableOps__($thiz, elem, underlying); - return $thiz + return $thiz; } /** @constructor */ function $c_sc_SeqView$Prepended() { this.sc_View$Prepended__f_elem = null; this.sc_View$Prepended__f_underlying = null; this.sc_SeqView$Prepended__f_elem = null; - this.sc_SeqView$Prepended__f_underlying = null + this.sc_SeqView$Prepended__f_underlying = null; } $c_sc_SeqView$Prepended.prototype = new $h_sc_View$Prepended(); $c_sc_SeqView$Prepended.prototype.constructor = $c_sc_SeqView$Prepended; /** @constructor */ function $h_sc_SeqView$Prepended() { - /**/ } $h_sc_SeqView$Prepended.prototype = $c_sc_SeqView$Prepended.prototype; $c_sc_SeqView$Prepended.prototype.prepended__O__sc_SeqView = (function(elem) { - return $ct_sc_SeqView$Prepended__O__sc_SeqOps__(new $c_sc_SeqView$Prepended(), elem, this) + return $ct_sc_SeqView$Prepended__O__sc_SeqOps__(new $c_sc_SeqView$Prepended(), elem, this); }); $c_sc_SeqView$Prepended.prototype.stringPrefix__T = (function() { - return "SeqView" + return "SeqView"; }); $c_sc_SeqView$Prepended.prototype.distinctBy__F1__O = (function(f) { - return $f_sc_SeqOps__distinctBy__F1__O(this, f) + return $f_sc_SeqOps__distinctBy__F1__O(this, f); }); $c_sc_SeqView$Prepended.prototype.indexWhere__F1__I__I = (function(p, from) { var this$1 = $n(this.iterator__sc_Iterator()); - return $f_sc_Iterator__indexWhere__F1__I__I(this$1, p, from) + return $f_sc_Iterator__indexWhere__F1__I__I(this$1, p, from); }); $c_sc_SeqView$Prepended.prototype.lengthCompare__I__I = (function(len) { - return $f_sc_IterableOps__sizeCompare__I__I(this, len) + return $f_sc_IterableOps__sizeCompare__I__I(this, len); }); $c_sc_SeqView$Prepended.prototype.isEmpty__Z = (function() { - return $f_sc_SeqOps__isEmpty__Z(this) + return $f_sc_SeqOps__isEmpty__Z(this); }); $c_sc_SeqView$Prepended.prototype.apply__I__O = (function(idx) { - return ((idx === 0) ? this.sc_SeqView$Prepended__f_elem : $n(this.sc_SeqView$Prepended__f_underlying).apply__I__O((((-1) + idx) | 0))) + return ((idx === 0) ? this.sc_SeqView$Prepended__f_elem : $n(this.sc_SeqView$Prepended__f_underlying).apply__I__O((((-1) + idx) | 0))); }); $c_sc_SeqView$Prepended.prototype.length__I = (function() { - return ((1 + $n(this.sc_SeqView$Prepended__f_underlying).length__I()) | 0) + return ((1 + $n(this.sc_SeqView$Prepended__f_underlying).length__I()) | 0); }); $c_sc_SeqView$Prepended.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sc_SeqView(elem) + return this.prepended__O__sc_SeqView(elem); }); -var $d_sc_SeqView$Prepended = new $TypeData().initClass({ - sc_SeqView$Prepended: 0 -}, false, "scala.collection.SeqView$Prepended", { +var $d_sc_SeqView$Prepended = new $TypeData().initClass($c_sc_SeqView$Prepended, "scala.collection.SeqView$Prepended", ({ sc_SeqView$Prepended: 1, sc_View$Prepended: 1, sc_AbstractView: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -36208,128 +33847,117 @@ var $d_sc_SeqView$Prepended = new $TypeData().initClass({ Ljava_io_Serializable: 1, sc_SeqView: 1, sc_SeqOps: 1 -}); -$c_sc_SeqView$Prepended.prototype.$classData = $d_sc_SeqView$Prepended; +})); function $ct_sc_SeqView$Reverse__sc_SeqOps__($thiz, underlying) { $thiz.sc_SeqView$Reverse__f_underlying = underlying; - return $thiz + return $thiz; } /** @constructor */ function $c_sc_SeqView$Reverse() { - this.sc_SeqView$Reverse__f_underlying = null + this.sc_SeqView$Reverse__f_underlying = null; } $c_sc_SeqView$Reverse.prototype = new $h_sc_AbstractSeqView(); $c_sc_SeqView$Reverse.prototype.constructor = $c_sc_SeqView$Reverse; /** @constructor */ function $h_sc_SeqView$Reverse() { - /**/ } $h_sc_SeqView$Reverse.prototype = $c_sc_SeqView$Reverse.prototype; $c_sc_SeqView$Reverse.prototype.apply__I__O = (function(i) { - return $n(this.sc_SeqView$Reverse__f_underlying).apply__I__O((((((-1) + this.length__I()) | 0) - i) | 0)) + return $n(this.sc_SeqView$Reverse__f_underlying).apply__I__O((((((-1) + this.length__I()) | 0) - i) | 0)); }); $c_sc_SeqView$Reverse.prototype.length__I = (function() { var this$1 = $n(this.sc_SeqView$Reverse__f_underlying); - return this$1.length__I() + return this$1.length__I(); }); $c_sc_SeqView$Reverse.prototype.isEmpty__Z = (function() { - return $n(this.sc_SeqView$Reverse__f_underlying).isEmpty__Z() + return $n(this.sc_SeqView$Reverse__f_underlying).isEmpty__Z(); }); function $is_sci_Seq(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sci_Seq))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sci_Seq))); } function $as_sci_Seq(obj) { - return (($is_sci_Seq(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Seq")) + return (($is_sci_Seq(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Seq")); } function $isArrayOf_sci_Seq(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Seq))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Seq))); } function $asArrayOf_sci_Seq(obj, depth) { - return (($isArrayOf_sci_Seq(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Seq;", depth)) + return (($isArrayOf_sci_Seq(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Seq;", depth)); } function $is_sci_Map(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sci_Map))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sci_Map))); } function $as_sci_Map(obj) { - return (($is_sci_Map(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Map")) + return (($is_sci_Map(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Map")); } function $isArrayOf_sci_Map(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Map))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Map))); } function $asArrayOf_sci_Map(obj, depth) { - return (($isArrayOf_sci_Map(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Map;", depth)) + return (($isArrayOf_sci_Map(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Map;", depth)); } /** @constructor */ function $c_sc_AbstractIndexedSeqView() { - /**/ } $c_sc_AbstractIndexedSeqView.prototype = new $h_sc_AbstractSeqView(); $c_sc_AbstractIndexedSeqView.prototype.constructor = $c_sc_AbstractIndexedSeqView; /** @constructor */ function $h_sc_AbstractIndexedSeqView() { - /**/ } $h_sc_AbstractIndexedSeqView.prototype = $c_sc_AbstractIndexedSeqView.prototype; $c_sc_AbstractIndexedSeqView.prototype.iterator__sc_Iterator = (function() { - return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this) + return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this); }); $c_sc_AbstractIndexedSeqView.prototype.prepended__O__sc_IndexedSeqView = (function(elem) { - return $ct_sc_IndexedSeqView$Prepended__O__sc_IndexedSeqOps__(new $c_sc_IndexedSeqView$Prepended(), elem, this) + return $ct_sc_IndexedSeqView$Prepended__O__sc_IndexedSeqOps__(new $c_sc_IndexedSeqView$Prepended(), elem, this); }); $c_sc_AbstractIndexedSeqView.prototype.stringPrefix__T = (function() { - return "IndexedSeqView" + return "IndexedSeqView"; }); $c_sc_AbstractIndexedSeqView.prototype.lengthCompare__I__I = (function(len) { var x = this.length__I(); - return ((x === len) ? 0 : ((x < len) ? (-1) : 1)) + return ((x === len) ? 0 : ((x < len) ? (-1) : 1)); }); $c_sc_AbstractIndexedSeqView.prototype.knownSize__I = (function() { - return this.length__I() + return this.length__I(); }); $c_sc_AbstractIndexedSeqView.prototype.prepended__O__sc_SeqView = (function(elem) { - return this.prepended__O__sc_IndexedSeqView(elem) + return this.prepended__O__sc_IndexedSeqView(elem); }); $c_sc_AbstractIndexedSeqView.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sc_IndexedSeqView(elem) + return this.prepended__O__sc_IndexedSeqView(elem); }); /** @constructor */ function $c_sc_MapOps$KeySet(outer) { this.sc_MapOps$KeySet__f_$outer = null; - if ((outer === null)) { - $n(null) - } else { - this.sc_MapOps$KeySet__f_$outer = outer - } + $n(outer); + this.sc_MapOps$KeySet__f_$outer = outer; } $c_sc_MapOps$KeySet.prototype = new $h_sc_AbstractSet(); $c_sc_MapOps$KeySet.prototype.constructor = $c_sc_MapOps$KeySet; /** @constructor */ function $h_sc_MapOps$KeySet() { - /**/ } $h_sc_MapOps$KeySet.prototype = $c_sc_MapOps$KeySet.prototype; $c_sc_MapOps$KeySet.prototype.iterator__sc_Iterator = (function() { - return $n(this.sc_MapOps$KeySet__f_$outer).keysIterator__sc_Iterator() + return $n(this.sc_MapOps$KeySet__f_$outer).keysIterator__sc_Iterator(); }); $c_sc_MapOps$KeySet.prototype.contains__O__Z = (function(key) { - return $n(this.sc_MapOps$KeySet__f_$outer).contains__O__Z(key) + return $n(this.sc_MapOps$KeySet__f_$outer).contains__O__Z(key); }); $c_sc_MapOps$KeySet.prototype.size__I = (function() { - return $n(this.sc_MapOps$KeySet__f_$outer).size__I() + return $n(this.sc_MapOps$KeySet__f_$outer).size__I(); }); $c_sc_MapOps$KeySet.prototype.knownSize__I = (function() { - return $n(this.sc_MapOps$KeySet__f_$outer).knownSize__I() + return $n(this.sc_MapOps$KeySet__f_$outer).knownSize__I(); }); $c_sc_MapOps$KeySet.prototype.isEmpty__Z = (function() { - return $n(this.sc_MapOps$KeySet__f_$outer).isEmpty__Z() + return $n(this.sc_MapOps$KeySet__f_$outer).isEmpty__Z(); }); -var $d_sc_MapOps$KeySet = new $TypeData().initClass({ - sc_MapOps$KeySet: 0 -}, false, "scala.collection.MapOps$KeySet", { +var $d_sc_MapOps$KeySet = new $TypeData().initClass($c_sc_MapOps$KeySet, "scala.collection.MapOps$KeySet", ({ sc_MapOps$KeySet: 1, sc_AbstractSet: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -36342,62 +33970,55 @@ var $d_sc_MapOps$KeySet = new $TypeData().initClass({ sc_MapOps$GenKeySet: 1, scg_DefaultSerializable: 1, Ljava_io_Serializable: 1 -}); -$c_sc_MapOps$KeySet.prototype.$classData = $d_sc_MapOps$KeySet; +})); /** @constructor */ function $c_sci_AbstractSet() { - /**/ } $c_sci_AbstractSet.prototype = new $h_sc_AbstractSet(); $c_sci_AbstractSet.prototype.constructor = $c_sci_AbstractSet; /** @constructor */ function $h_sci_AbstractSet() { - /**/ } $h_sci_AbstractSet.prototype = $c_sci_AbstractSet.prototype; $c_sci_AbstractSet.prototype.iterableFactory__sc_IterableFactory = (function() { - return $m_sci_Set$() + return $m_sci_Set$(); }); /** @constructor */ function $c_sc_IndexedSeqView$Id(underlying) { this.sc_SeqView$Id__f_underlying = null; - $ct_sc_SeqView$Id__sc_SeqOps__(this, underlying) + $ct_sc_SeqView$Id__sc_SeqOps__(this, underlying); } $c_sc_IndexedSeqView$Id.prototype = new $h_sc_SeqView$Id(); $c_sc_IndexedSeqView$Id.prototype.constructor = $c_sc_IndexedSeqView$Id; /** @constructor */ function $h_sc_IndexedSeqView$Id() { - /**/ } $h_sc_IndexedSeqView$Id.prototype = $c_sc_IndexedSeqView$Id.prototype; $c_sc_IndexedSeqView$Id.prototype.iterator__sc_Iterator = (function() { - return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this) + return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this); }); $c_sc_IndexedSeqView$Id.prototype.stringPrefix__T = (function() { - return "IndexedSeqView" + return "IndexedSeqView"; }); $c_sc_IndexedSeqView$Id.prototype.lengthCompare__I__I = (function(len) { var x = this.length__I(); - return ((x === len) ? 0 : ((x < len) ? (-1) : 1)) + return ((x === len) ? 0 : ((x < len) ? (-1) : 1)); }); $c_sc_IndexedSeqView$Id.prototype.knownSize__I = (function() { - return this.length__I() + return this.length__I(); }); $c_sc_IndexedSeqView$Id.prototype.prepended__O__sc_SeqView = (function(elem) { - return $ct_sc_IndexedSeqView$Prepended__O__sc_IndexedSeqOps__(new $c_sc_IndexedSeqView$Prepended(), elem, this) + return $ct_sc_IndexedSeqView$Prepended__O__sc_IndexedSeqOps__(new $c_sc_IndexedSeqView$Prepended(), elem, this); }); $c_sc_IndexedSeqView$Id.prototype.prepended__O__O = (function(elem) { - return $ct_sc_IndexedSeqView$Prepended__O__sc_IndexedSeqOps__(new $c_sc_IndexedSeqView$Prepended(), elem, this) + return $ct_sc_IndexedSeqView$Prepended__O__sc_IndexedSeqOps__(new $c_sc_IndexedSeqView$Prepended(), elem, this); }); -var $d_sc_IndexedSeqView$Id = new $TypeData().initClass({ - sc_IndexedSeqView$Id: 0 -}, false, "scala.collection.IndexedSeqView$Id", { +var $d_sc_IndexedSeqView$Id = new $TypeData().initClass($c_sc_IndexedSeqView$Id, "scala.collection.IndexedSeqView$Id", ({ sc_IndexedSeqView$Id: 1, sc_SeqView$Id: 1, sc_AbstractSeqView: 1, sc_AbstractView: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -36409,48 +34030,43 @@ var $d_sc_IndexedSeqView$Id = new $TypeData().initClass({ sc_SeqOps: 1, sc_IndexedSeqView: 1, sc_IndexedSeqOps: 1 -}); -$c_sc_IndexedSeqView$Id.prototype.$classData = $d_sc_IndexedSeqView$Id; +})); /** @constructor */ function $c_sc_IndexedSeqView$Map(underlying, f) { this.sc_View$Map__f_underlying = null; this.sc_View$Map__f_f = null; this.sc_SeqView$Map__f_underlying = null; this.sc_SeqView$Map__f_f = null; - $ct_sc_SeqView$Map__sc_SeqOps__F1__(this, underlying, f) + $ct_sc_SeqView$Map__sc_SeqOps__F1__(this, underlying, f); } $c_sc_IndexedSeqView$Map.prototype = new $h_sc_SeqView$Map(); $c_sc_IndexedSeqView$Map.prototype.constructor = $c_sc_IndexedSeqView$Map; /** @constructor */ function $h_sc_IndexedSeqView$Map() { - /**/ } $h_sc_IndexedSeqView$Map.prototype = $c_sc_IndexedSeqView$Map.prototype; $c_sc_IndexedSeqView$Map.prototype.iterator__sc_Iterator = (function() { - return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this) + return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this); }); $c_sc_IndexedSeqView$Map.prototype.stringPrefix__T = (function() { - return "IndexedSeqView" + return "IndexedSeqView"; }); $c_sc_IndexedSeqView$Map.prototype.lengthCompare__I__I = (function(len) { var x = this.length__I(); - return ((x === len) ? 0 : ((x < len) ? (-1) : 1)) + return ((x === len) ? 0 : ((x < len) ? (-1) : 1)); }); $c_sc_IndexedSeqView$Map.prototype.knownSize__I = (function() { - return this.length__I() + return this.length__I(); }); $c_sc_IndexedSeqView$Map.prototype.prepended__O__O = (function(elem) { - return $ct_sc_IndexedSeqView$Prepended__O__sc_IndexedSeqOps__(new $c_sc_IndexedSeqView$Prepended(), elem, this) + return $ct_sc_IndexedSeqView$Prepended__O__sc_IndexedSeqOps__(new $c_sc_IndexedSeqView$Prepended(), elem, this); }); -var $d_sc_IndexedSeqView$Map = new $TypeData().initClass({ - sc_IndexedSeqView$Map: 0 -}, false, "scala.collection.IndexedSeqView$Map", { +var $d_sc_IndexedSeqView$Map = new $TypeData().initClass($c_sc_IndexedSeqView$Map, "scala.collection.IndexedSeqView$Map", ({ sc_IndexedSeqView$Map: 1, sc_SeqView$Map: 1, sc_View$Map: 1, sc_AbstractView: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -36462,57 +34078,52 @@ var $d_sc_IndexedSeqView$Map = new $TypeData().initClass({ sc_SeqOps: 1, sc_IndexedSeqView: 1, sc_IndexedSeqOps: 1 -}); -$c_sc_IndexedSeqView$Map.prototype.$classData = $d_sc_IndexedSeqView$Map; +})); function $ct_sc_IndexedSeqView$Prepended__O__sc_IndexedSeqOps__($thiz, elem, underlying) { $ct_sc_SeqView$Prepended__O__sc_SeqOps__($thiz, elem, underlying); - return $thiz + return $thiz; } /** @constructor */ function $c_sc_IndexedSeqView$Prepended() { this.sc_View$Prepended__f_elem = null; this.sc_View$Prepended__f_underlying = null; this.sc_SeqView$Prepended__f_elem = null; - this.sc_SeqView$Prepended__f_underlying = null + this.sc_SeqView$Prepended__f_underlying = null; } $c_sc_IndexedSeqView$Prepended.prototype = new $h_sc_SeqView$Prepended(); $c_sc_IndexedSeqView$Prepended.prototype.constructor = $c_sc_IndexedSeqView$Prepended; /** @constructor */ function $h_sc_IndexedSeqView$Prepended() { - /**/ } $h_sc_IndexedSeqView$Prepended.prototype = $c_sc_IndexedSeqView$Prepended.prototype; $c_sc_IndexedSeqView$Prepended.prototype.iterator__sc_Iterator = (function() { - return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this) + return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this); }); $c_sc_IndexedSeqView$Prepended.prototype.prepended__O__sc_IndexedSeqView = (function(elem) { - return $ct_sc_IndexedSeqView$Prepended__O__sc_IndexedSeqOps__(new $c_sc_IndexedSeqView$Prepended(), elem, this) + return $ct_sc_IndexedSeqView$Prepended__O__sc_IndexedSeqOps__(new $c_sc_IndexedSeqView$Prepended(), elem, this); }); $c_sc_IndexedSeqView$Prepended.prototype.stringPrefix__T = (function() { - return "IndexedSeqView" + return "IndexedSeqView"; }); $c_sc_IndexedSeqView$Prepended.prototype.lengthCompare__I__I = (function(len) { var x = this.length__I(); - return ((x === len) ? 0 : ((x < len) ? (-1) : 1)) + return ((x === len) ? 0 : ((x < len) ? (-1) : 1)); }); $c_sc_IndexedSeqView$Prepended.prototype.knownSize__I = (function() { - return this.length__I() + return this.length__I(); }); $c_sc_IndexedSeqView$Prepended.prototype.prepended__O__sc_SeqView = (function(elem) { - return this.prepended__O__sc_IndexedSeqView(elem) + return this.prepended__O__sc_IndexedSeqView(elem); }); $c_sc_IndexedSeqView$Prepended.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sc_IndexedSeqView(elem) + return this.prepended__O__sc_IndexedSeqView(elem); }); -var $d_sc_IndexedSeqView$Prepended = new $TypeData().initClass({ - sc_IndexedSeqView$Prepended: 0 -}, false, "scala.collection.IndexedSeqView$Prepended", { +var $d_sc_IndexedSeqView$Prepended = new $TypeData().initClass($c_sc_IndexedSeqView$Prepended, "scala.collection.IndexedSeqView$Prepended", ({ sc_IndexedSeqView$Prepended: 1, sc_SeqView$Prepended: 1, sc_View$Prepended: 1, sc_AbstractView: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -36524,48 +34135,43 @@ var $d_sc_IndexedSeqView$Prepended = new $TypeData().initClass({ sc_SeqOps: 1, sc_IndexedSeqView: 1, sc_IndexedSeqOps: 1 -}); -$c_sc_IndexedSeqView$Prepended.prototype.$classData = $d_sc_IndexedSeqView$Prepended; +})); /** @constructor */ function $c_sc_IndexedSeqView$Reverse(underlying) { this.sc_SeqView$Reverse__f_underlying = null; - $ct_sc_SeqView$Reverse__sc_SeqOps__(this, underlying) + $ct_sc_SeqView$Reverse__sc_SeqOps__(this, underlying); } $c_sc_IndexedSeqView$Reverse.prototype = new $h_sc_SeqView$Reverse(); $c_sc_IndexedSeqView$Reverse.prototype.constructor = $c_sc_IndexedSeqView$Reverse; /** @constructor */ function $h_sc_IndexedSeqView$Reverse() { - /**/ } $h_sc_IndexedSeqView$Reverse.prototype = $c_sc_IndexedSeqView$Reverse.prototype; $c_sc_IndexedSeqView$Reverse.prototype.iterator__sc_Iterator = (function() { - return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this) + return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this); }); $c_sc_IndexedSeqView$Reverse.prototype.stringPrefix__T = (function() { - return "IndexedSeqView" + return "IndexedSeqView"; }); $c_sc_IndexedSeqView$Reverse.prototype.lengthCompare__I__I = (function(len) { var x = this.length__I(); - return ((x === len) ? 0 : ((x < len) ? (-1) : 1)) + return ((x === len) ? 0 : ((x < len) ? (-1) : 1)); }); $c_sc_IndexedSeqView$Reverse.prototype.knownSize__I = (function() { - return this.length__I() + return this.length__I(); }); $c_sc_IndexedSeqView$Reverse.prototype.prepended__O__sc_SeqView = (function(elem) { - return $ct_sc_IndexedSeqView$Prepended__O__sc_IndexedSeqOps__(new $c_sc_IndexedSeqView$Prepended(), elem, this) + return $ct_sc_IndexedSeqView$Prepended__O__sc_IndexedSeqOps__(new $c_sc_IndexedSeqView$Prepended(), elem, this); }); $c_sc_IndexedSeqView$Reverse.prototype.prepended__O__O = (function(elem) { - return $ct_sc_IndexedSeqView$Prepended__O__sc_IndexedSeqOps__(new $c_sc_IndexedSeqView$Prepended(), elem, this) + return $ct_sc_IndexedSeqView$Prepended__O__sc_IndexedSeqOps__(new $c_sc_IndexedSeqView$Prepended(), elem, this); }); -var $d_sc_IndexedSeqView$Reverse = new $TypeData().initClass({ - sc_IndexedSeqView$Reverse: 0 -}, false, "scala.collection.IndexedSeqView$Reverse", { +var $d_sc_IndexedSeqView$Reverse = new $TypeData().initClass($c_sc_IndexedSeqView$Reverse, "scala.collection.IndexedSeqView$Reverse", ({ sc_IndexedSeqView$Reverse: 1, sc_SeqView$Reverse: 1, sc_AbstractSeqView: 1, sc_AbstractView: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -36577,17 +34183,14 @@ var $d_sc_IndexedSeqView$Reverse = new $TypeData().initClass({ sc_SeqOps: 1, sc_IndexedSeqView: 1, sc_IndexedSeqOps: 1 -}); -$c_sc_IndexedSeqView$Reverse.prototype.$classData = $d_sc_IndexedSeqView$Reverse; +})); /** @constructor */ function $c_sci_AbstractSeq() { - /**/ } $c_sci_AbstractSeq.prototype = new $h_sc_AbstractSeq(); $c_sci_AbstractSeq.prototype.constructor = $c_sci_AbstractSeq; /** @constructor */ function $h_sci_AbstractSeq() { - /**/ } $h_sci_AbstractSeq.prototype = $c_sci_AbstractSeq.prototype; /** @constructor */ @@ -36595,46 +34198,42 @@ function $c_scm_ArrayBufferView(underlying, mutationCount) { this.scm_ArrayBufferView__f_underlying = null; this.scm_ArrayBufferView__f_mutationCount = null; this.scm_ArrayBufferView__f_underlying = underlying; - this.scm_ArrayBufferView__f_mutationCount = mutationCount + this.scm_ArrayBufferView__f_mutationCount = mutationCount; } $c_scm_ArrayBufferView.prototype = new $h_sc_AbstractIndexedSeqView(); $c_scm_ArrayBufferView.prototype.constructor = $c_scm_ArrayBufferView; /** @constructor */ function $h_scm_ArrayBufferView() { - /**/ } $h_scm_ArrayBufferView.prototype = $c_scm_ArrayBufferView.prototype; $c_scm_ArrayBufferView.prototype.apply__I__O = (function(n) { - return $n(this.scm_ArrayBufferView__f_underlying).apply__I__O(n) + return $n(this.scm_ArrayBufferView__f_underlying).apply__I__O(n); }); $c_scm_ArrayBufferView.prototype.length__I = (function() { var this$1 = $n(this.scm_ArrayBufferView__f_underlying); - return this$1.scm_ArrayBuffer__f_size0 + return this$1.scm_ArrayBuffer__f_size0; }); $c_scm_ArrayBufferView.prototype.className__T = (function() { - return "ArrayBufferView" + return "ArrayBufferView"; }); $c_scm_ArrayBufferView.prototype.iterator__sc_Iterator = (function() { - return new $c_scm_CheckedIndexedSeqView$CheckedIterator(this, this.scm_ArrayBufferView__f_mutationCount) + return new $c_scm_CheckedIndexedSeqView$CheckedIterator(this, this.scm_ArrayBufferView__f_mutationCount); }); $c_scm_ArrayBufferView.prototype.prepended__O__sc_IndexedSeqView = (function(elem) { - return new $c_scm_CheckedIndexedSeqView$Prepended(elem, this, this.scm_ArrayBufferView__f_mutationCount) + return new $c_scm_CheckedIndexedSeqView$Prepended(elem, this, this.scm_ArrayBufferView__f_mutationCount); }); $c_scm_ArrayBufferView.prototype.prepended__O__sc_SeqView = (function(elem) { - return this.prepended__O__sc_IndexedSeqView(elem) + return this.prepended__O__sc_IndexedSeqView(elem); }); $c_scm_ArrayBufferView.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sc_IndexedSeqView(elem) + return this.prepended__O__sc_IndexedSeqView(elem); }); -var $d_scm_ArrayBufferView = new $TypeData().initClass({ - scm_ArrayBufferView: 0 -}, false, "scala.collection.mutable.ArrayBufferView", { +var $d_scm_ArrayBufferView = new $TypeData().initClass($c_scm_ArrayBufferView, "scala.collection.mutable.ArrayBufferView", ({ scm_ArrayBufferView: 1, sc_AbstractIndexedSeqView: 1, sc_AbstractSeqView: 1, sc_AbstractView: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -36646,47 +34245,44 @@ var $d_scm_ArrayBufferView = new $TypeData().initClass({ sc_SeqOps: 1, sc_IndexedSeqView: 1, sc_IndexedSeqOps: 1 -}); -$c_scm_ArrayBufferView.prototype.$classData = $d_scm_ArrayBufferView; +})); /** @constructor */ function $c_sci_AbstractMap() { - /**/ } $c_sci_AbstractMap.prototype = new $h_sc_AbstractMap(); $c_sci_AbstractMap.prototype.constructor = $c_sci_AbstractMap; /** @constructor */ function $h_sci_AbstractMap() { - /**/ } $h_sci_AbstractMap.prototype = $c_sci_AbstractMap.prototype; $c_sci_AbstractMap.prototype.mapFactory__sc_MapFactory = (function() { - return $m_sci_Map$() + return $m_sci_Map$(); }); $c_sci_AbstractMap.prototype.toMap__s_$less$colon$less__sci_Map = (function(ev) { - return $m_sci_Map$().from__sc_IterableOnce__sci_Map(this) + return $m_sci_Map$().from__sc_IterableOnce__sci_Map(this); }); $c_sci_AbstractMap.prototype.keySet__sci_Set = (function() { - return $ct_sci_MapOps$ImmutableKeySet__sci_MapOps__(new $c_sci_MapOps$ImmutableKeySet(), this) + return $ct_sci_MapOps$ImmutableKeySet__sci_MapOps__(new $c_sci_MapOps$ImmutableKeySet(), this); }); $c_sci_AbstractMap.prototype.iterableFactory__sc_IterableFactory = (function() { - return $m_sci_Iterable$() + return $m_sci_Iterable$(); }); $c_sci_AbstractMap.prototype.keySet__sc_Set = (function() { - return this.keySet__sci_Set() + return this.keySet__sci_Set(); }); function $f_sci_IndexedSeq__canEqual__O__Z($thiz, that) { if ((!$is_sci_IndexedSeq(that))) { - return true + return true; } else { var x2 = $as_sci_IndexedSeq(that); - return ($thiz.length__I() === $n(x2).length__I()) + return ($thiz.length__I() === $n(x2).length__I()); } } function $f_sci_IndexedSeq__sameElements__sc_IterableOnce__Z($thiz, o) { if ($is_sci_IndexedSeq(o)) { var x2 = $as_sci_IndexedSeq(o); if (($thiz === x2)) { - return true + return true; } else { var length = $thiz.length__I(); var equal = (length === $n(x2).length__I()); @@ -36700,83 +34296,77 @@ function $f_sci_IndexedSeq__sameElements__sc_IterableOnce__Z($thiz, o) { var lo = (preferredLength << 1); var hi$2 = (((preferredLength >>> 31) | 0) | (hi$1 << 1)); if (((hi === hi$2) ? (((-2147483648) ^ length) > ((-2147483648) ^ lo)) : (hi > hi$2))) { - var maxApplyCompare = preferredLength + var maxApplyCompare = preferredLength; } else { - var maxApplyCompare = length - }; + var maxApplyCompare = length; + } while (((index < maxApplyCompare) && equal)) { equal = $m_sr_BoxesRunTime$().equals__O__O__Z($thiz.apply__I__O(index), $n(x2).apply__I__O(index)); - index = ((1 + index) | 0) - }; + index = ((1 + index) | 0); + } if (((index < length) && equal)) { var thisIt = $n($thiz.iterator__sc_Iterator()).drop__I__sc_Iterator(index); var thatIt = $n($n(x2).iterator__sc_Iterator()).drop__I__sc_Iterator(index); while ((equal && $n(thisIt).hasNext__Z())) { - equal = $m_sr_BoxesRunTime$().equals__O__O__Z($n(thisIt).next__O(), $n(thatIt).next__O()) + equal = $m_sr_BoxesRunTime$().equals__O__O__Z($n(thisIt).next__O(), $n(thatIt).next__O()); } } - }; - return equal + } + return equal; } } else { - return $f_sc_SeqOps__sameElements__sc_IterableOnce__Z($thiz, o) + return $f_sc_SeqOps__sameElements__sc_IterableOnce__Z($thiz, o); } } function $is_sci_IndexedSeq(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sci_IndexedSeq))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.sci_IndexedSeq))); } function $as_sci_IndexedSeq(obj) { - return (($is_sci_IndexedSeq(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.IndexedSeq")) + return (($is_sci_IndexedSeq(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.IndexedSeq")); } function $isArrayOf_sci_IndexedSeq(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_IndexedSeq))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_IndexedSeq))); } function $asArrayOf_sci_IndexedSeq(obj, depth) { - return (($isArrayOf_sci_IndexedSeq(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.IndexedSeq;", depth)) + return (($isArrayOf_sci_IndexedSeq(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.IndexedSeq;", depth)); } /** @constructor */ function $c_sci_Set$EmptySet$() { - /**/ } $c_sci_Set$EmptySet$.prototype = new $h_sci_AbstractSet(); $c_sci_Set$EmptySet$.prototype.constructor = $c_sci_Set$EmptySet$; /** @constructor */ function $h_sci_Set$EmptySet$() { - /**/ } $h_sci_Set$EmptySet$.prototype = $c_sci_Set$EmptySet$.prototype; $c_sci_Set$EmptySet$.prototype.size__I = (function() { - return 0 + return 0; }); $c_sci_Set$EmptySet$.prototype.isEmpty__Z = (function() { - return true + return true; }); $c_sci_Set$EmptySet$.prototype.knownSize__I = (function() { - return 0 + return 0; }); $c_sci_Set$EmptySet$.prototype.subsetOf__sc_Set__Z = (function(that) { - return true + return true; }); $c_sci_Set$EmptySet$.prototype.contains__O__Z = (function(elem) { - return false + return false; }); $c_sci_Set$EmptySet$.prototype.iterator__sc_Iterator = (function() { - return $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty + return $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty; }); $c_sci_Set$EmptySet$.prototype.foreach__F1__V = (function(f) { - /**/ }); $c_sci_Set$EmptySet$.prototype.incl__O__sci_SetOps = (function(elem) { - return new $c_sci_Set$Set1(elem) + return new $c_sci_Set$Set1(elem); }); -var $d_sci_Set$EmptySet$ = new $TypeData().initClass({ - sci_Set$EmptySet$: 0 -}, false, "scala.collection.immutable.Set$EmptySet$", { +var $d_sci_Set$EmptySet$ = new $TypeData().initClass($c_sci_Set$EmptySet$, "scala.collection.immutable.Set$EmptySet$", ({ sci_Set$EmptySet$: 1, sci_AbstractSet: 1, sc_AbstractSet: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -36790,85 +34380,80 @@ var $d_sci_Set$EmptySet$ = new $TypeData().initClass({ sci_Iterable: 1, sci_SetOps: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Set$EmptySet$.prototype.$classData = $d_sci_Set$EmptySet$; +})); var $n_sci_Set$EmptySet$; function $m_sci_Set$EmptySet$() { if ((!$n_sci_Set$EmptySet$)) { - $n_sci_Set$EmptySet$ = new $c_sci_Set$EmptySet$() - }; - return $n_sci_Set$EmptySet$ + $n_sci_Set$EmptySet$ = new $c_sci_Set$EmptySet$(); + } + return $n_sci_Set$EmptySet$; } /** @constructor */ function $c_sc_StringView(s) { this.sc_StringView__f_s = null; - this.sc_StringView__f_s = s + this.sc_StringView__f_s = s; } $c_sc_StringView.prototype = new $h_sc_AbstractIndexedSeqView(); $c_sc_StringView.prototype.constructor = $c_sc_StringView; /** @constructor */ function $h_sc_StringView() { - /**/ } $h_sc_StringView.prototype = $c_sc_StringView.prototype; $c_sc_StringView.prototype.length__I = (function() { var this$1 = $n(this.sc_StringView__f_s); - return this$1.length + return this$1.length; }); $c_sc_StringView.prototype.toString__T = (function() { - return (("StringView(" + this.sc_StringView__f_s) + ")") + return (("StringView(" + this.sc_StringView__f_s) + ")"); }); $c_sc_StringView.prototype.productPrefix__T = (function() { - return "StringView" + return "StringView"; }); $c_sc_StringView.prototype.productArity__I = (function() { - return 1 + return 1; }); $c_sc_StringView.prototype.productElement__I__O = (function(x$1) { - return ((x$1 === 0) ? this.sc_StringView__f_s : $m_sr_Statics$().ioobe__I__O(x$1)) + return ((x$1 === 0) ? this.sc_StringView__f_s : $m_sr_Statics$().ioobe__I__O(x$1)); }); $c_sc_StringView.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_sc_StringView.prototype.productElementName__I__T = (function(x$1) { - return ((x$1 === 0) ? "s" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))) + return ((x$1 === 0) ? "s" : $as_T($m_sr_Statics$().ioobe__I__O(x$1))); }); $c_sc_StringView.prototype.hashCode__I = (function() { var this$2 = $m_s_util_hashing_MurmurHash3$(); - return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false) + return this$2.productHash__s_Product__I__Z__I(this, (-889275714), false); }); $c_sc_StringView.prototype.equals__O__Z = (function(x$1) { if ((this === x$1)) { - return true + return true; } else if ((x$1 instanceof $c_sc_StringView)) { var StringView$1 = $as_sc_StringView(x$1); - return (this.sc_StringView__f_s === $n(StringView$1).sc_StringView__f_s) + return (this.sc_StringView__f_s === $n(StringView$1).sc_StringView__f_s); } else { - return false + return false; } }); $c_sc_StringView.prototype.apply__I__O = (function(i) { var this$1 = $n(this.sc_StringView__f_s); - return $bC($charAt(this$1, i)) + return $bC($charAt(this$1, i)); }); function $as_sc_StringView(obj) { - return (((obj instanceof $c_sc_StringView) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.StringView")) + return (((obj instanceof $c_sc_StringView) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.StringView")); } function $isArrayOf_sc_StringView(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_StringView))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sc_StringView))); } function $asArrayOf_sc_StringView(obj, depth) { - return (($isArrayOf_sc_StringView(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.StringView;", depth)) + return (($isArrayOf_sc_StringView(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.StringView;", depth)); } -var $d_sc_StringView = new $TypeData().initClass({ - sc_StringView: 0 -}, false, "scala.collection.StringView", { +var $d_sc_StringView = new $TypeData().initClass($c_sc_StringView, "scala.collection.StringView", ({ sc_StringView: 1, sc_AbstractIndexedSeqView: 1, sc_AbstractSeqView: 1, sc_AbstractView: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -36882,105 +34467,99 @@ var $d_sc_StringView = new $TypeData().initClass({ sc_IndexedSeqOps: 1, s_Product: 1, s_Equals: 1 -}); -$c_sc_StringView.prototype.$classData = $d_sc_StringView; +})); function $as_sci_SeqMap$SeqMap1(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.SeqMap$SeqMap1")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.SeqMap$SeqMap1")); } function $isArrayOf_sci_SeqMap$SeqMap1(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_SeqMap$SeqMap1))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_SeqMap$SeqMap1))); } function $asArrayOf_sci_SeqMap$SeqMap1(obj, depth) { - return (($isArrayOf_sci_SeqMap$SeqMap1(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.SeqMap$SeqMap1;", depth)) + return (($isArrayOf_sci_SeqMap$SeqMap1(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.SeqMap$SeqMap1;", depth)); } function $as_sci_SeqMap$SeqMap2(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.SeqMap$SeqMap2")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.SeqMap$SeqMap2")); } function $isArrayOf_sci_SeqMap$SeqMap2(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_SeqMap$SeqMap2))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_SeqMap$SeqMap2))); } function $asArrayOf_sci_SeqMap$SeqMap2(obj, depth) { - return (($isArrayOf_sci_SeqMap$SeqMap2(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.SeqMap$SeqMap2;", depth)) + return (($isArrayOf_sci_SeqMap$SeqMap2(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.SeqMap$SeqMap2;", depth)); } function $as_sci_SeqMap$SeqMap3(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.SeqMap$SeqMap3")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.SeqMap$SeqMap3")); } function $isArrayOf_sci_SeqMap$SeqMap3(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_SeqMap$SeqMap3))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_SeqMap$SeqMap3))); } function $asArrayOf_sci_SeqMap$SeqMap3(obj, depth) { - return (($isArrayOf_sci_SeqMap$SeqMap3(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.SeqMap$SeqMap3;", depth)) + return (($isArrayOf_sci_SeqMap$SeqMap3(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.SeqMap$SeqMap3;", depth)); } function $as_sci_SeqMap$SeqMap4(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.SeqMap$SeqMap4")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.SeqMap$SeqMap4")); } function $isArrayOf_sci_SeqMap$SeqMap4(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_SeqMap$SeqMap4))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_SeqMap$SeqMap4))); } function $asArrayOf_sci_SeqMap$SeqMap4(obj, depth) { - return (($isArrayOf_sci_SeqMap$SeqMap4(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.SeqMap$SeqMap4;", depth)) + return (($isArrayOf_sci_SeqMap$SeqMap4(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.SeqMap$SeqMap4;", depth)); } /** @constructor */ function $c_sci_Set$Set1(elem1) { this.sci_Set$Set1__f_elem1 = null; - this.sci_Set$Set1__f_elem1 = elem1 + this.sci_Set$Set1__f_elem1 = elem1; } $c_sci_Set$Set1.prototype = new $h_sci_AbstractSet(); $c_sci_Set$Set1.prototype.constructor = $c_sci_Set$Set1; /** @constructor */ function $h_sci_Set$Set1() { - /**/ } $h_sci_Set$Set1.prototype = $c_sci_Set$Set1.prototype; $c_sci_Set$Set1.prototype.size__I = (function() { - return 1 + return 1; }); $c_sci_Set$Set1.prototype.isEmpty__Z = (function() { - return false + return false; }); $c_sci_Set$Set1.prototype.knownSize__I = (function() { - return 1 + return 1; }); $c_sci_Set$Set1.prototype.contains__O__Z = (function(elem) { - return $m_sr_BoxesRunTime$().equals__O__O__Z(elem, this.sci_Set$Set1__f_elem1) + return $m_sr_BoxesRunTime$().equals__O__O__Z(elem, this.sci_Set$Set1__f_elem1); }); $c_sci_Set$Set1.prototype.incl__O__sci_Set = (function(elem) { - return (this.contains__O__Z(elem) ? this : new $c_sci_Set$Set2(this.sci_Set$Set1__f_elem1, elem)) + return (this.contains__O__Z(elem) ? this : new $c_sci_Set$Set2(this.sci_Set$Set1__f_elem1, elem)); }); $c_sci_Set$Set1.prototype.iterator__sc_Iterator = (function() { - $m_sc_Iterator$(); var a = this.sci_Set$Set1__f_elem1; - return new $c_sc_Iterator$$anon$20(a) + return new $c_sc_Iterator$$anon$20(a); }); $c_sci_Set$Set1.prototype.foreach__F1__V = (function(f) { - $n(f).apply__O__O(this.sci_Set$Set1__f_elem1) + $n(f).apply__O__O(this.sci_Set$Set1__f_elem1); }); $c_sci_Set$Set1.prototype.forall__F1__Z = (function(p) { - return $uZ($n(p).apply__O__O(this.sci_Set$Set1__f_elem1)) + return $uZ($n(p).apply__O__O(this.sci_Set$Set1__f_elem1)); }); $c_sci_Set$Set1.prototype.head__O = (function() { - return this.sci_Set$Set1__f_elem1 + return this.sci_Set$Set1__f_elem1; }); $c_sci_Set$Set1.prototype.incl__O__sci_SetOps = (function(elem) { - return this.incl__O__sci_Set(elem) + return this.incl__O__sci_Set(elem); }); function $as_sci_Set$Set1(obj) { - return (((obj instanceof $c_sci_Set$Set1) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Set$Set1")) + return (((obj instanceof $c_sci_Set$Set1) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Set$Set1")); } function $isArrayOf_sci_Set$Set1(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Set$Set1))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Set$Set1))); } function $asArrayOf_sci_Set$Set1(obj, depth) { - return (($isArrayOf_sci_Set$Set1(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Set$Set1;", depth)) + return (($isArrayOf_sci_Set$Set1(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Set$Set1;", depth)); } -var $d_sci_Set$Set1 = new $TypeData().initClass({ - sci_Set$Set1: 0 -}, false, "scala.collection.immutable.Set$Set1", { +var $d_sci_Set$Set1 = new $TypeData().initClass($c_sci_Set$Set1, "scala.collection.immutable.Set$Set1", ({ sci_Set$Set1: 1, sci_AbstractSet: 1, sc_AbstractSet: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -36995,85 +34574,80 @@ var $d_sci_Set$Set1 = new $TypeData().initClass({ sci_SetOps: 1, sc_StrictOptimizedIterableOps: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Set$Set1.prototype.$classData = $d_sci_Set$Set1; +})); /** @constructor */ function $c_sci_Set$Set2(elem1, elem2) { this.sci_Set$Set2__f_elem1 = null; this.sci_Set$Set2__f_elem2 = null; this.sci_Set$Set2__f_elem1 = elem1; - this.sci_Set$Set2__f_elem2 = elem2 + this.sci_Set$Set2__f_elem2 = elem2; } $c_sci_Set$Set2.prototype = new $h_sci_AbstractSet(); $c_sci_Set$Set2.prototype.constructor = $c_sci_Set$Set2; /** @constructor */ function $h_sci_Set$Set2() { - /**/ } $h_sci_Set$Set2.prototype = $c_sci_Set$Set2.prototype; $c_sci_Set$Set2.prototype.size__I = (function() { - return 2 + return 2; }); $c_sci_Set$Set2.prototype.isEmpty__Z = (function() { - return false + return false; }); $c_sci_Set$Set2.prototype.knownSize__I = (function() { - return 2 + return 2; }); $c_sci_Set$Set2.prototype.contains__O__Z = (function(elem) { - return ($m_sr_BoxesRunTime$().equals__O__O__Z(elem, this.sci_Set$Set2__f_elem1) || $m_sr_BoxesRunTime$().equals__O__O__Z(elem, this.sci_Set$Set2__f_elem2)) + return ($m_sr_BoxesRunTime$().equals__O__O__Z(elem, this.sci_Set$Set2__f_elem1) || $m_sr_BoxesRunTime$().equals__O__O__Z(elem, this.sci_Set$Set2__f_elem2)); }); $c_sci_Set$Set2.prototype.incl__O__sci_Set = (function(elem) { - return (this.contains__O__Z(elem) ? this : new $c_sci_Set$Set3(this.sci_Set$Set2__f_elem1, this.sci_Set$Set2__f_elem2, elem)) + return (this.contains__O__Z(elem) ? this : new $c_sci_Set$Set3(this.sci_Set$Set2__f_elem1, this.sci_Set$Set2__f_elem2, elem)); }); $c_sci_Set$Set2.prototype.iterator__sc_Iterator = (function() { - return new $c_sci_Set$Set2$$anon$1(this) + return new $c_sci_Set$Set2$$anon$1(this); }); $c_sci_Set$Set2.prototype.scala$collection$immutable$Set$Set2$$getElem__I__O = (function(i) { switch (i) { case 0: { return this.sci_Set$Set2__f_elem1; - break + break; } case 1: { return this.sci_Set$Set2__f_elem2; - break + break; } default: { - throw new $c_s_MatchError(i) + throw new $c_s_MatchError(i); } } }); $c_sci_Set$Set2.prototype.foreach__F1__V = (function(f) { $n(f).apply__O__O(this.sci_Set$Set2__f_elem1); - $n(f).apply__O__O(this.sci_Set$Set2__f_elem2) + $n(f).apply__O__O(this.sci_Set$Set2__f_elem2); }); $c_sci_Set$Set2.prototype.forall__F1__Z = (function(p) { - return ($uZ($n(p).apply__O__O(this.sci_Set$Set2__f_elem1)) && $uZ($n(p).apply__O__O(this.sci_Set$Set2__f_elem2))) + return ($uZ($n(p).apply__O__O(this.sci_Set$Set2__f_elem1)) && $uZ($n(p).apply__O__O(this.sci_Set$Set2__f_elem2))); }); $c_sci_Set$Set2.prototype.head__O = (function() { - return this.sci_Set$Set2__f_elem1 + return this.sci_Set$Set2__f_elem1; }); $c_sci_Set$Set2.prototype.incl__O__sci_SetOps = (function(elem) { - return this.incl__O__sci_Set(elem) + return this.incl__O__sci_Set(elem); }); function $as_sci_Set$Set2(obj) { - return (((obj instanceof $c_sci_Set$Set2) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Set$Set2")) + return (((obj instanceof $c_sci_Set$Set2) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Set$Set2")); } function $isArrayOf_sci_Set$Set2(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Set$Set2))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Set$Set2))); } function $asArrayOf_sci_Set$Set2(obj, depth) { - return (($isArrayOf_sci_Set$Set2(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Set$Set2;", depth)) + return (($isArrayOf_sci_Set$Set2(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Set$Set2;", depth)); } -var $d_sci_Set$Set2 = new $TypeData().initClass({ - sci_Set$Set2: 0 -}, false, "scala.collection.immutable.Set$Set2", { +var $d_sci_Set$Set2 = new $TypeData().initClass($c_sci_Set$Set2, "scala.collection.immutable.Set$Set2", ({ sci_Set$Set2: 1, sci_AbstractSet: 1, sc_AbstractSet: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -37088,8 +34662,7 @@ var $d_sci_Set$Set2 = new $TypeData().initClass({ sci_SetOps: 1, sc_StrictOptimizedIterableOps: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Set$Set2.prototype.$classData = $d_sci_Set$Set2; +})); /** @constructor */ function $c_sci_Set$Set3(elem1, elem2, elem3) { this.sci_Set$Set3__f_elem1 = null; @@ -37097,83 +34670,79 @@ function $c_sci_Set$Set3(elem1, elem2, elem3) { this.sci_Set$Set3__f_elem3 = null; this.sci_Set$Set3__f_elem1 = elem1; this.sci_Set$Set3__f_elem2 = elem2; - this.sci_Set$Set3__f_elem3 = elem3 + this.sci_Set$Set3__f_elem3 = elem3; } $c_sci_Set$Set3.prototype = new $h_sci_AbstractSet(); $c_sci_Set$Set3.prototype.constructor = $c_sci_Set$Set3; /** @constructor */ function $h_sci_Set$Set3() { - /**/ } $h_sci_Set$Set3.prototype = $c_sci_Set$Set3.prototype; $c_sci_Set$Set3.prototype.size__I = (function() { - return 3 + return 3; }); $c_sci_Set$Set3.prototype.isEmpty__Z = (function() { - return false + return false; }); $c_sci_Set$Set3.prototype.knownSize__I = (function() { - return 3 + return 3; }); $c_sci_Set$Set3.prototype.contains__O__Z = (function(elem) { - return (($m_sr_BoxesRunTime$().equals__O__O__Z(elem, this.sci_Set$Set3__f_elem1) || $m_sr_BoxesRunTime$().equals__O__O__Z(elem, this.sci_Set$Set3__f_elem2)) || $m_sr_BoxesRunTime$().equals__O__O__Z(elem, this.sci_Set$Set3__f_elem3)) + return (($m_sr_BoxesRunTime$().equals__O__O__Z(elem, this.sci_Set$Set3__f_elem1) || $m_sr_BoxesRunTime$().equals__O__O__Z(elem, this.sci_Set$Set3__f_elem2)) || $m_sr_BoxesRunTime$().equals__O__O__Z(elem, this.sci_Set$Set3__f_elem3)); }); $c_sci_Set$Set3.prototype.incl__O__sci_Set = (function(elem) { - return (this.contains__O__Z(elem) ? this : new $c_sci_Set$Set4(this.sci_Set$Set3__f_elem1, this.sci_Set$Set3__f_elem2, this.sci_Set$Set3__f_elem3, elem)) + return (this.contains__O__Z(elem) ? this : new $c_sci_Set$Set4(this.sci_Set$Set3__f_elem1, this.sci_Set$Set3__f_elem2, this.sci_Set$Set3__f_elem3, elem)); }); $c_sci_Set$Set3.prototype.iterator__sc_Iterator = (function() { - return new $c_sci_Set$Set3$$anon$2(this) + return new $c_sci_Set$Set3$$anon$2(this); }); $c_sci_Set$Set3.prototype.scala$collection$immutable$Set$Set3$$getElem__I__O = (function(i) { switch (i) { case 0: { return this.sci_Set$Set3__f_elem1; - break + break; } case 1: { return this.sci_Set$Set3__f_elem2; - break + break; } case 2: { return this.sci_Set$Set3__f_elem3; - break + break; } default: { - throw new $c_s_MatchError(i) + throw new $c_s_MatchError(i); } } }); $c_sci_Set$Set3.prototype.foreach__F1__V = (function(f) { $n(f).apply__O__O(this.sci_Set$Set3__f_elem1); $n(f).apply__O__O(this.sci_Set$Set3__f_elem2); - $n(f).apply__O__O(this.sci_Set$Set3__f_elem3) + $n(f).apply__O__O(this.sci_Set$Set3__f_elem3); }); $c_sci_Set$Set3.prototype.forall__F1__Z = (function(p) { - return (($uZ($n(p).apply__O__O(this.sci_Set$Set3__f_elem1)) && $uZ($n(p).apply__O__O(this.sci_Set$Set3__f_elem2))) && $uZ($n(p).apply__O__O(this.sci_Set$Set3__f_elem3))) + return (($uZ($n(p).apply__O__O(this.sci_Set$Set3__f_elem1)) && $uZ($n(p).apply__O__O(this.sci_Set$Set3__f_elem2))) && $uZ($n(p).apply__O__O(this.sci_Set$Set3__f_elem3))); }); $c_sci_Set$Set3.prototype.head__O = (function() { - return this.sci_Set$Set3__f_elem1 + return this.sci_Set$Set3__f_elem1; }); $c_sci_Set$Set3.prototype.incl__O__sci_SetOps = (function(elem) { - return this.incl__O__sci_Set(elem) + return this.incl__O__sci_Set(elem); }); function $as_sci_Set$Set3(obj) { - return (((obj instanceof $c_sci_Set$Set3) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Set$Set3")) + return (((obj instanceof $c_sci_Set$Set3) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Set$Set3")); } function $isArrayOf_sci_Set$Set3(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Set$Set3))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Set$Set3))); } function $asArrayOf_sci_Set$Set3(obj, depth) { - return (($isArrayOf_sci_Set$Set3(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Set$Set3;", depth)) + return (($isArrayOf_sci_Set$Set3(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Set$Set3;", depth)); } -var $d_sci_Set$Set3 = new $TypeData().initClass({ - sci_Set$Set3: 0 -}, false, "scala.collection.immutable.Set$Set3", { +var $d_sci_Set$Set3 = new $TypeData().initClass($c_sci_Set$Set3, "scala.collection.immutable.Set$Set3", ({ sci_Set$Set3: 1, sci_AbstractSet: 1, sc_AbstractSet: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -37188,8 +34757,7 @@ var $d_sci_Set$Set3 = new $TypeData().initClass({ sci_SetOps: 1, sc_StrictOptimizedIterableOps: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Set$Set3.prototype.$classData = $d_sci_Set$Set3; +})); /** @constructor */ function $c_sci_Set$Set4(elem1, elem2, elem3, elem4) { this.sci_Set$Set4__f_elem1 = null; @@ -37199,30 +34767,29 @@ function $c_sci_Set$Set4(elem1, elem2, elem3, elem4) { this.sci_Set$Set4__f_elem1 = elem1; this.sci_Set$Set4__f_elem2 = elem2; this.sci_Set$Set4__f_elem3 = elem3; - this.sci_Set$Set4__f_elem4 = elem4 + this.sci_Set$Set4__f_elem4 = elem4; } $c_sci_Set$Set4.prototype = new $h_sci_AbstractSet(); $c_sci_Set$Set4.prototype.constructor = $c_sci_Set$Set4; /** @constructor */ function $h_sci_Set$Set4() { - /**/ } $h_sci_Set$Set4.prototype = $c_sci_Set$Set4.prototype; $c_sci_Set$Set4.prototype.size__I = (function() { - return 4 + return 4; }); $c_sci_Set$Set4.prototype.isEmpty__Z = (function() { - return false + return false; }); $c_sci_Set$Set4.prototype.knownSize__I = (function() { - return 4 + return 4; }); $c_sci_Set$Set4.prototype.contains__O__Z = (function(elem) { - return ((($m_sr_BoxesRunTime$().equals__O__O__Z(elem, this.sci_Set$Set4__f_elem1) || $m_sr_BoxesRunTime$().equals__O__O__Z(elem, this.sci_Set$Set4__f_elem2)) || $m_sr_BoxesRunTime$().equals__O__O__Z(elem, this.sci_Set$Set4__f_elem3)) || $m_sr_BoxesRunTime$().equals__O__O__Z(elem, this.sci_Set$Set4__f_elem4)) + return ((($m_sr_BoxesRunTime$().equals__O__O__Z(elem, this.sci_Set$Set4__f_elem1) || $m_sr_BoxesRunTime$().equals__O__O__Z(elem, this.sci_Set$Set4__f_elem2)) || $m_sr_BoxesRunTime$().equals__O__O__Z(elem, this.sci_Set$Set4__f_elem3)) || $m_sr_BoxesRunTime$().equals__O__O__Z(elem, this.sci_Set$Set4__f_elem4)); }); $c_sci_Set$Set4.prototype.incl__O__sci_Set = (function(elem) { if (this.contains__O__Z(elem)) { - return this + return this; } else { var this$1 = $m_sci_HashSet$(); var this$2 = $n(this$1.sci_HashSet$__f_EmptySet); @@ -37234,32 +34801,32 @@ $c_sci_Set$Set4.prototype.incl__O__sci_Set = (function(elem) { var this$5 = $n(this$4.incl__O__sci_HashSet(elem$3)); var elem$4 = this.sci_Set$Set4__f_elem4; var this$6 = $n(this$5.incl__O__sci_HashSet(elem$4)); - return this$6.incl__O__sci_HashSet(elem) + return this$6.incl__O__sci_HashSet(elem); } }); $c_sci_Set$Set4.prototype.iterator__sc_Iterator = (function() { - return new $c_sci_Set$Set4$$anon$3(this) + return new $c_sci_Set$Set4$$anon$3(this); }); $c_sci_Set$Set4.prototype.scala$collection$immutable$Set$Set4$$getElem__I__O = (function(i) { switch (i) { case 0: { return this.sci_Set$Set4__f_elem1; - break + break; } case 1: { return this.sci_Set$Set4__f_elem2; - break + break; } case 2: { return this.sci_Set$Set4__f_elem3; - break + break; } case 3: { return this.sci_Set$Set4__f_elem4; - break + break; } default: { - throw new $c_s_MatchError(i) + throw new $c_s_MatchError(i); } } }); @@ -37267,37 +34834,34 @@ $c_sci_Set$Set4.prototype.foreach__F1__V = (function(f) { $n(f).apply__O__O(this.sci_Set$Set4__f_elem1); $n(f).apply__O__O(this.sci_Set$Set4__f_elem2); $n(f).apply__O__O(this.sci_Set$Set4__f_elem3); - $n(f).apply__O__O(this.sci_Set$Set4__f_elem4) + $n(f).apply__O__O(this.sci_Set$Set4__f_elem4); }); $c_sci_Set$Set4.prototype.forall__F1__Z = (function(p) { - return ((($uZ($n(p).apply__O__O(this.sci_Set$Set4__f_elem1)) && $uZ($n(p).apply__O__O(this.sci_Set$Set4__f_elem2))) && $uZ($n(p).apply__O__O(this.sci_Set$Set4__f_elem3))) && $uZ($n(p).apply__O__O(this.sci_Set$Set4__f_elem4))) + return ((($uZ($n(p).apply__O__O(this.sci_Set$Set4__f_elem1)) && $uZ($n(p).apply__O__O(this.sci_Set$Set4__f_elem2))) && $uZ($n(p).apply__O__O(this.sci_Set$Set4__f_elem3))) && $uZ($n(p).apply__O__O(this.sci_Set$Set4__f_elem4))); }); $c_sci_Set$Set4.prototype.head__O = (function() { - return this.sci_Set$Set4__f_elem1 + return this.sci_Set$Set4__f_elem1; }); $c_sci_Set$Set4.prototype.buildTo__scm_Builder__scm_Builder = (function(builder) { - return $as_scm_Builder($n($n($n($n(builder).addOne__O__scm_Growable(this.sci_Set$Set4__f_elem1)).addOne__O__scm_Growable(this.sci_Set$Set4__f_elem2)).addOne__O__scm_Growable(this.sci_Set$Set4__f_elem3)).addOne__O__scm_Growable(this.sci_Set$Set4__f_elem4)) + return $as_scm_Builder($n($n($n($n(builder).addOne__O__scm_Growable(this.sci_Set$Set4__f_elem1)).addOne__O__scm_Growable(this.sci_Set$Set4__f_elem2)).addOne__O__scm_Growable(this.sci_Set$Set4__f_elem3)).addOne__O__scm_Growable(this.sci_Set$Set4__f_elem4)); }); $c_sci_Set$Set4.prototype.incl__O__sci_SetOps = (function(elem) { - return this.incl__O__sci_Set(elem) + return this.incl__O__sci_Set(elem); }); function $as_sci_Set$Set4(obj) { - return (((obj instanceof $c_sci_Set$Set4) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Set$Set4")) + return (((obj instanceof $c_sci_Set$Set4) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Set$Set4")); } function $isArrayOf_sci_Set$Set4(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Set$Set4))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Set$Set4))); } function $asArrayOf_sci_Set$Set4(obj, depth) { - return (($isArrayOf_sci_Set$Set4(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Set$Set4;", depth)) + return (($isArrayOf_sci_Set$Set4(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Set$Set4;", depth)); } -var $d_sci_Set$Set4 = new $TypeData().initClass({ - sci_Set$Set4: 0 -}, false, "scala.collection.immutable.Set$Set4", { +var $d_sci_Set$Set4 = new $TypeData().initClass($c_sci_Set$Set4, "scala.collection.immutable.Set$Set4", ({ sci_Set$Set4: 1, sci_AbstractSet: 1, sc_AbstractSet: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -37312,17 +34876,14 @@ var $d_sci_Set$Set4 = new $TypeData().initClass({ sci_SetOps: 1, sc_StrictOptimizedIterableOps: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Set$Set4.prototype.$classData = $d_sci_Set$Set4; +})); /** @constructor */ function $c_scm_AbstractSeq() { - /**/ } $c_scm_AbstractSeq.prototype = new $h_sc_AbstractSeq(); $c_scm_AbstractSeq.prototype.constructor = $c_scm_AbstractSeq; /** @constructor */ function $h_scm_AbstractSeq() { - /**/ } $h_scm_AbstractSeq.prototype = $c_scm_AbstractSeq.prototype; /** @constructor */ @@ -37333,37 +34894,33 @@ function $c_scm_CheckedIndexedSeqView$Prepended(elem, underlying, mutationCount) this.sc_SeqView$Prepended__f_underlying = null; this.scm_CheckedIndexedSeqView$Prepended__f_mutationCount = null; this.scm_CheckedIndexedSeqView$Prepended__f_mutationCount = mutationCount; - $ct_sc_IndexedSeqView$Prepended__O__sc_IndexedSeqOps__(this, elem, underlying) + $ct_sc_IndexedSeqView$Prepended__O__sc_IndexedSeqOps__(this, elem, underlying); } $c_scm_CheckedIndexedSeqView$Prepended.prototype = new $h_sc_IndexedSeqView$Prepended(); $c_scm_CheckedIndexedSeqView$Prepended.prototype.constructor = $c_scm_CheckedIndexedSeqView$Prepended; /** @constructor */ function $h_scm_CheckedIndexedSeqView$Prepended() { - /**/ } $h_scm_CheckedIndexedSeqView$Prepended.prototype = $c_scm_CheckedIndexedSeqView$Prepended.prototype; $c_scm_CheckedIndexedSeqView$Prepended.prototype.iterator__sc_Iterator = (function() { - return new $c_scm_CheckedIndexedSeqView$CheckedIterator(this, this.scm_CheckedIndexedSeqView$Prepended__f_mutationCount) + return new $c_scm_CheckedIndexedSeqView$CheckedIterator(this, this.scm_CheckedIndexedSeqView$Prepended__f_mutationCount); }); $c_scm_CheckedIndexedSeqView$Prepended.prototype.prepended__O__sc_IndexedSeqView = (function(elem) { - return new $c_scm_CheckedIndexedSeqView$Prepended(elem, this, this.scm_CheckedIndexedSeqView$Prepended__f_mutationCount) + return new $c_scm_CheckedIndexedSeqView$Prepended(elem, this, this.scm_CheckedIndexedSeqView$Prepended__f_mutationCount); }); $c_scm_CheckedIndexedSeqView$Prepended.prototype.prepended__O__sc_SeqView = (function(elem) { - return new $c_scm_CheckedIndexedSeqView$Prepended(elem, this, this.scm_CheckedIndexedSeqView$Prepended__f_mutationCount) + return new $c_scm_CheckedIndexedSeqView$Prepended(elem, this, this.scm_CheckedIndexedSeqView$Prepended__f_mutationCount); }); $c_scm_CheckedIndexedSeqView$Prepended.prototype.prepended__O__O = (function(elem) { - return new $c_scm_CheckedIndexedSeqView$Prepended(elem, this, this.scm_CheckedIndexedSeqView$Prepended__f_mutationCount) + return new $c_scm_CheckedIndexedSeqView$Prepended(elem, this, this.scm_CheckedIndexedSeqView$Prepended__f_mutationCount); }); -var $d_scm_CheckedIndexedSeqView$Prepended = new $TypeData().initClass({ - scm_CheckedIndexedSeqView$Prepended: 0 -}, false, "scala.collection.mutable.CheckedIndexedSeqView$Prepended", { +var $d_scm_CheckedIndexedSeqView$Prepended = new $TypeData().initClass($c_scm_CheckedIndexedSeqView$Prepended, "scala.collection.mutable.CheckedIndexedSeqView$Prepended", ({ scm_CheckedIndexedSeqView$Prepended: 1, sc_IndexedSeqView$Prepended: 1, sc_SeqView$Prepended: 1, sc_View$Prepended: 1, sc_AbstractView: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -37376,74 +34933,68 @@ var $d_scm_CheckedIndexedSeqView$Prepended = new $TypeData().initClass({ sc_IndexedSeqView: 1, sc_IndexedSeqOps: 1, scm_CheckedIndexedSeqView: 1 -}); -$c_scm_CheckedIndexedSeqView$Prepended.prototype.$classData = $d_scm_CheckedIndexedSeqView$Prepended; +})); /** @constructor */ function $c_sci_Map$EmptyMap$() { - /**/ } $c_sci_Map$EmptyMap$.prototype = new $h_sci_AbstractMap(); $c_sci_Map$EmptyMap$.prototype.constructor = $c_sci_Map$EmptyMap$; /** @constructor */ function $h_sci_Map$EmptyMap$() { - /**/ } $h_sci_Map$EmptyMap$.prototype = $c_sci_Map$EmptyMap$.prototype; $c_sci_Map$EmptyMap$.prototype.size__I = (function() { - return 0 + return 0; }); $c_sci_Map$EmptyMap$.prototype.knownSize__I = (function() { - return 0 + return 0; }); $c_sci_Map$EmptyMap$.prototype.isEmpty__Z = (function() { - return true + return true; }); $c_sci_Map$EmptyMap$.prototype.apply__O__E = (function(key) { - throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), ("key not found: " + key)) + throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), ("key not found: " + key)); }); $c_sci_Map$EmptyMap$.prototype.contains__O__Z = (function(key) { - return false + return false; }); $c_sci_Map$EmptyMap$.prototype.get__O__s_Option = (function(key) { - return $m_s_None$() + return $m_s_None$(); }); $c_sci_Map$EmptyMap$.prototype.getOrElse__O__F0__O = (function(key, default$1) { - return $n(default$1).apply__O() + return $n(default$1).apply__O(); }); $c_sci_Map$EmptyMap$.prototype.iterator__sc_Iterator = (function() { - return $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty + return $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty; }); $c_sci_Map$EmptyMap$.prototype.keysIterator__sc_Iterator = (function() { - return $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty + return $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty; }); $c_sci_Map$EmptyMap$.prototype.valuesIterator__sc_Iterator = (function() { - return $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty + return $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty; }); $c_sci_Map$EmptyMap$.prototype.concat__sc_IterableOnce__sci_Map = (function(suffix) { if ($is_sci_Map(suffix)) { var x2 = $as_sci_Map(suffix); - return x2 + return x2; } else { - return $as_sci_Map($f_sc_MapOps__concat__sc_IterableOnce__sc_IterableOps(this, suffix)) + return $as_sci_Map($f_sc_MapOps__concat__sc_IterableOnce__sc_IterableOps(this, suffix)); } }); $c_sci_Map$EmptyMap$.prototype.concat__sc_IterableOnce__sc_IterableOps = (function(suffix) { - return this.concat__sc_IterableOnce__sci_Map(suffix) + return this.concat__sc_IterableOnce__sci_Map(suffix); }); $c_sci_Map$EmptyMap$.prototype.updated__O__O__sci_MapOps = (function(key, value) { - return new $c_sci_Map$Map1(key, value) + return new $c_sci_Map$Map1(key, value); }); $c_sci_Map$EmptyMap$.prototype.apply__O__O = (function(key) { - this.apply__O__E(key) + this.apply__O__E(key); }); -var $d_sci_Map$EmptyMap$ = new $TypeData().initClass({ - sci_Map$EmptyMap$: 0 -}, false, "scala.collection.immutable.Map$EmptyMap$", { +var $d_sci_Map$EmptyMap$ = new $TypeData().initClass($c_sci_Map$EmptyMap$, "scala.collection.immutable.Map$EmptyMap$", ({ sci_Map$EmptyMap$: 1, sci_AbstractMap: 1, sc_AbstractMap: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -37459,78 +35010,70 @@ var $d_sci_Map$EmptyMap$ = new $TypeData().initClass({ sci_Iterable: 1, sci_MapOps: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Map$EmptyMap$.prototype.$classData = $d_sci_Map$EmptyMap$; +})); var $n_sci_Map$EmptyMap$; function $m_sci_Map$EmptyMap$() { if ((!$n_sci_Map$EmptyMap$)) { - $n_sci_Map$EmptyMap$ = new $c_sci_Map$EmptyMap$() - }; - return $n_sci_Map$EmptyMap$ + $n_sci_Map$EmptyMap$ = new $c_sci_Map$EmptyMap$(); + } + return $n_sci_Map$EmptyMap$; } function $ct_sci_MapOps$ImmutableKeySet__sci_MapOps__($thiz, outer) { - if ((outer === null)) { - $n(null) - } else { - $thiz.sci_MapOps$ImmutableKeySet__f_$outer = outer - }; - return $thiz + $n(outer); + $thiz.sci_MapOps$ImmutableKeySet__f_$outer = outer; + return $thiz; } /** @constructor */ function $c_sci_MapOps$ImmutableKeySet() { - this.sci_MapOps$ImmutableKeySet__f_$outer = null + this.sci_MapOps$ImmutableKeySet__f_$outer = null; } $c_sci_MapOps$ImmutableKeySet.prototype = new $h_sci_AbstractSet(); $c_sci_MapOps$ImmutableKeySet.prototype.constructor = $c_sci_MapOps$ImmutableKeySet; /** @constructor */ function $h_sci_MapOps$ImmutableKeySet() { - /**/ } $h_sci_MapOps$ImmutableKeySet.prototype = $c_sci_MapOps$ImmutableKeySet.prototype; $c_sci_MapOps$ImmutableKeySet.prototype.iterator__sc_Iterator = (function() { - return $n(this.sci_MapOps$ImmutableKeySet__f_$outer).keysIterator__sc_Iterator() + return $n(this.sci_MapOps$ImmutableKeySet__f_$outer).keysIterator__sc_Iterator(); }); $c_sci_MapOps$ImmutableKeySet.prototype.contains__O__Z = (function(key) { - return $n(this.sci_MapOps$ImmutableKeySet__f_$outer).contains__O__Z(key) + return $n(this.sci_MapOps$ImmutableKeySet__f_$outer).contains__O__Z(key); }); $c_sci_MapOps$ImmutableKeySet.prototype.size__I = (function() { - return $n(this.sci_MapOps$ImmutableKeySet__f_$outer).size__I() + return $n(this.sci_MapOps$ImmutableKeySet__f_$outer).size__I(); }); $c_sci_MapOps$ImmutableKeySet.prototype.knownSize__I = (function() { - return $n(this.sci_MapOps$ImmutableKeySet__f_$outer).knownSize__I() + return $n(this.sci_MapOps$ImmutableKeySet__f_$outer).knownSize__I(); }); $c_sci_MapOps$ImmutableKeySet.prototype.isEmpty__Z = (function() { - return $n(this.sci_MapOps$ImmutableKeySet__f_$outer).isEmpty__Z() + return $n(this.sci_MapOps$ImmutableKeySet__f_$outer).isEmpty__Z(); }); $c_sci_MapOps$ImmutableKeySet.prototype.incl__O__sci_Set = (function(elem) { if ($n(this.sci_MapOps$ImmutableKeySet__f_$outer).contains__O__Z(elem)) { - return this + return this; } else { var this$2 = $m_sci_Set$EmptySet$(); var this$3 = $n($as_sci_SetOps($f_sc_SetOps__concat__sc_IterableOnce__sc_SetOps(this$2, this))); - return $as_sci_Set(this$3.incl__O__sci_SetOps(elem)) + return $as_sci_Set(this$3.incl__O__sci_SetOps(elem)); } }); $c_sci_MapOps$ImmutableKeySet.prototype.incl__O__sci_SetOps = (function(elem) { - return this.incl__O__sci_Set(elem) + return this.incl__O__sci_Set(elem); }); function $as_sci_MapOps$ImmutableKeySet(obj) { - return (((obj instanceof $c_sci_MapOps$ImmutableKeySet) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.MapOps$ImmutableKeySet")) + return (((obj instanceof $c_sci_MapOps$ImmutableKeySet) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.MapOps$ImmutableKeySet")); } function $isArrayOf_sci_MapOps$ImmutableKeySet(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_MapOps$ImmutableKeySet))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_MapOps$ImmutableKeySet))); } function $asArrayOf_sci_MapOps$ImmutableKeySet(obj, depth) { - return (($isArrayOf_sci_MapOps$ImmutableKeySet(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.MapOps$ImmutableKeySet;", depth)) + return (($isArrayOf_sci_MapOps$ImmutableKeySet(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.MapOps$ImmutableKeySet;", depth)); } -var $d_sci_MapOps$ImmutableKeySet = new $TypeData().initClass({ - sci_MapOps$ImmutableKeySet: 0 -}, false, "scala.collection.immutable.MapOps$ImmutableKeySet", { +var $d_sci_MapOps$ImmutableKeySet = new $TypeData().initClass($c_sci_MapOps$ImmutableKeySet, "scala.collection.immutable.MapOps$ImmutableKeySet", ({ sci_MapOps$ImmutableKeySet: 1, sci_AbstractSet: 1, sc_AbstractSet: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -37546,62 +35089,57 @@ var $d_sci_MapOps$ImmutableKeySet = new $TypeData().initClass({ sc_MapOps$GenKeySet: 1, scg_DefaultSerializable: 1, Ljava_io_Serializable: 1 -}); -$c_sci_MapOps$ImmutableKeySet.prototype.$classData = $d_sci_MapOps$ImmutableKeySet; +})); function $is_scm_Buffer(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.scm_Buffer))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.scm_Buffer))); } function $as_scm_Buffer(obj) { - return (($is_scm_Buffer(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.Buffer")) + return (($is_scm_Buffer(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.Buffer")); } function $isArrayOf_scm_Buffer(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_Buffer))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_Buffer))); } function $asArrayOf_scm_Buffer(obj, depth) { - return (($isArrayOf_scm_Buffer(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.Buffer;", depth)) + return (($isArrayOf_scm_Buffer(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.Buffer;", depth)); } function $p_sci_HashMap$HashKeySet__newKeySetOrThis__sci_BitmapIndexedMapNode__sci_Set($thiz, newRootNode) { - return ((newRootNode === $n($as_sci_HashMap($thiz.sci_MapOps$ImmutableKeySet__f_$outer)).sci_HashMap__f_rootNode) ? $thiz : new $c_sci_HashMap(newRootNode).keySet__sci_Set()) + return ((newRootNode === $n($as_sci_HashMap($thiz.sci_MapOps$ImmutableKeySet__f_$outer)).sci_HashMap__f_rootNode) ? $thiz : new $c_sci_HashMap(newRootNode).keySet__sci_Set()); } /** @constructor */ function $c_sci_HashMap$HashKeySet(outer) { this.sci_MapOps$ImmutableKeySet__f_$outer = null; - $ct_sci_MapOps$ImmutableKeySet__sci_MapOps__(this, outer) + $ct_sci_MapOps$ImmutableKeySet__sci_MapOps__(this, outer); } $c_sci_HashMap$HashKeySet.prototype = new $h_sci_MapOps$ImmutableKeySet(); $c_sci_HashMap$HashKeySet.prototype.constructor = $c_sci_HashMap$HashKeySet; /** @constructor */ function $h_sci_HashMap$HashKeySet() { - /**/ } $h_sci_HashMap$HashKeySet.prototype = $c_sci_HashMap$HashKeySet.prototype; $c_sci_HashMap$HashKeySet.prototype.incl__O__sci_Set = (function(elem) { var originalHash = $m_sr_Statics$().anyHash__O__I(elem); var improvedHash = $m_sc_Hashing$().improve__I__I(originalHash); var newNode = $n($n($as_sci_HashMap(this.sci_MapOps$ImmutableKeySet__f_$outer)).sci_HashMap__f_rootNode).updated__O__O__I__I__I__Z__sci_BitmapIndexedMapNode(elem, null, originalHash, improvedHash, 0, false); - return $p_sci_HashMap$HashKeySet__newKeySetOrThis__sci_BitmapIndexedMapNode__sci_Set(this, newNode) + return $p_sci_HashMap$HashKeySet__newKeySetOrThis__sci_BitmapIndexedMapNode__sci_Set(this, newNode); }); $c_sci_HashMap$HashKeySet.prototype.incl__O__sci_SetOps = (function(elem) { - return this.incl__O__sci_Set(elem) + return this.incl__O__sci_Set(elem); }); function $as_sci_HashMap$HashKeySet(obj) { - return (((obj instanceof $c_sci_HashMap$HashKeySet) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.HashMap$HashKeySet")) + return (((obj instanceof $c_sci_HashMap$HashKeySet) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.HashMap$HashKeySet")); } function $isArrayOf_sci_HashMap$HashKeySet(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_HashMap$HashKeySet))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_HashMap$HashKeySet))); } function $asArrayOf_sci_HashMap$HashKeySet(obj, depth) { - return (($isArrayOf_sci_HashMap$HashKeySet(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.HashMap$HashKeySet;", depth)) + return (($isArrayOf_sci_HashMap$HashKeySet(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.HashMap$HashKeySet;", depth)); } -var $d_sci_HashMap$HashKeySet = new $TypeData().initClass({ - sci_HashMap$HashKeySet: 0 -}, false, "scala.collection.immutable.HashMap$HashKeySet", { +var $d_sci_HashMap$HashKeySet = new $TypeData().initClass($c_sci_HashMap$HashKeySet, "scala.collection.immutable.HashMap$HashKeySet", ({ sci_HashMap$HashKeySet: 1, sci_MapOps$ImmutableKeySet: 1, sci_AbstractSet: 1, sc_AbstractSet: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -37617,73 +35155,68 @@ var $d_sci_HashMap$HashKeySet = new $TypeData().initClass({ sc_MapOps$GenKeySet: 1, scg_DefaultSerializable: 1, Ljava_io_Serializable: 1 -}); -$c_sci_HashMap$HashKeySet.prototype.$classData = $d_sci_HashMap$HashKeySet; +})); /** @constructor */ function $c_sci_Map$Map1(key1, value1) { this.sci_Map$Map1__f_key1 = null; this.sci_Map$Map1__f_value1 = null; this.sci_Map$Map1__f_key1 = key1; - this.sci_Map$Map1__f_value1 = value1 + this.sci_Map$Map1__f_value1 = value1; } $c_sci_Map$Map1.prototype = new $h_sci_AbstractMap(); $c_sci_Map$Map1.prototype.constructor = $c_sci_Map$Map1; /** @constructor */ function $h_sci_Map$Map1() { - /**/ } $h_sci_Map$Map1.prototype = $c_sci_Map$Map1.prototype; $c_sci_Map$Map1.prototype.map__F1__O = (function(f) { - return $f_sc_StrictOptimizedIterableOps__map__F1__O(this, f) + return $f_sc_StrictOptimizedIterableOps__map__F1__O(this, f); }); $c_sci_Map$Map1.prototype.size__I = (function() { - return 1 + return 1; }); $c_sci_Map$Map1.prototype.knownSize__I = (function() { - return 1 + return 1; }); $c_sci_Map$Map1.prototype.isEmpty__Z = (function() { - return false + return false; }); $c_sci_Map$Map1.prototype.apply__O__O = (function(key) { if ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map1__f_key1)) { - return this.sci_Map$Map1__f_value1 + return this.sci_Map$Map1__f_value1; } else { - throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), ("key not found: " + key)) + throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), ("key not found: " + key)); } }); $c_sci_Map$Map1.prototype.contains__O__Z = (function(key) { - return $m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map1__f_key1) + return $m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map1__f_key1); }); $c_sci_Map$Map1.prototype.get__O__s_Option = (function(key) { - return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map1__f_key1) ? new $c_s_Some(this.sci_Map$Map1__f_value1) : $m_s_None$()) + return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map1__f_key1) ? new $c_s_Some(this.sci_Map$Map1__f_value1) : $m_s_None$()); }); $c_sci_Map$Map1.prototype.getOrElse__O__F0__O = (function(key, default$1) { - return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map1__f_key1) ? this.sci_Map$Map1__f_value1 : $n(default$1).apply__O()) + return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map1__f_key1) ? this.sci_Map$Map1__f_value1 : $n(default$1).apply__O()); }); $c_sci_Map$Map1.prototype.iterator__sc_Iterator = (function() { - $m_sc_Iterator$(); var a = new $c_T2(this.sci_Map$Map1__f_key1, this.sci_Map$Map1__f_value1); - return new $c_sc_Iterator$$anon$20(a) + return new $c_sc_Iterator$$anon$20(a); }); $c_sci_Map$Map1.prototype.keysIterator__sc_Iterator = (function() { - $m_sc_Iterator$(); var a = this.sci_Map$Map1__f_key1; - return new $c_sc_Iterator$$anon$20(a) + return new $c_sc_Iterator$$anon$20(a); }); $c_sci_Map$Map1.prototype.valuesIterator__sc_Iterator = (function() { - $m_sc_Iterator$(); var a = this.sci_Map$Map1__f_value1; - return new $c_sc_Iterator$$anon$20(a) + return new $c_sc_Iterator$$anon$20(a); }); $c_sci_Map$Map1.prototype.updated__O__O__sci_Map = (function(key, value) { - return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map1__f_key1) ? new $c_sci_Map$Map1(this.sci_Map$Map1__f_key1, value) : new $c_sci_Map$Map2(this.sci_Map$Map1__f_key1, this.sci_Map$Map1__f_value1, key, value)) + return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map1__f_key1) ? new $c_sci_Map$Map1(this.sci_Map$Map1__f_key1, value) : new $c_sci_Map$Map2(this.sci_Map$Map1__f_key1, this.sci_Map$Map1__f_value1, key, value)); }); $c_sci_Map$Map1.prototype.foreach__F1__V = (function(f) { - $n(f).apply__O__O(new $c_T2(this.sci_Map$Map1__f_key1, this.sci_Map$Map1__f_value1)) + $n(f).apply__O__O(new $c_T2(this.sci_Map$Map1__f_key1, this.sci_Map$Map1__f_value1)); }); $c_sci_Map$Map1.prototype.forall__F1__Z = (function(p) { - return $uZ($n(p).apply__O__O(new $c_T2(this.sci_Map$Map1__f_key1, this.sci_Map$Map1__f_value1))) + return $uZ($n(p).apply__O__O(new $c_T2(this.sci_Map$Map1__f_key1, this.sci_Map$Map1__f_value1))); }); $c_sci_Map$Map1.prototype.hashCode__I = (function() { var a = 0; @@ -37697,28 +35230,25 @@ $c_sci_Map$Map1.prototype.hashCode__I = (function() { h = $m_s_util_hashing_MurmurHash3$().mix__I__I__I(h, a); h = $m_s_util_hashing_MurmurHash3$().mix__I__I__I(h, b); h = $m_s_util_hashing_MurmurHash3$().mixLast__I__I__I(h, c); - return $m_s_util_hashing_MurmurHash3$().finalizeHash__I__I__I(h, 1) + return $m_s_util_hashing_MurmurHash3$().finalizeHash__I__I__I(h, 1); }); $c_sci_Map$Map1.prototype.updated__O__O__sci_MapOps = (function(key, value) { - return this.updated__O__O__sci_Map(key, value) + return this.updated__O__O__sci_Map(key, value); }); function $as_sci_Map$Map1(obj) { - return (((obj instanceof $c_sci_Map$Map1) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Map$Map1")) + return (((obj instanceof $c_sci_Map$Map1) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Map$Map1")); } function $isArrayOf_sci_Map$Map1(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Map$Map1))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Map$Map1))); } function $asArrayOf_sci_Map$Map1(obj, depth) { - return (($isArrayOf_sci_Map$Map1(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Map$Map1;", depth)) + return (($isArrayOf_sci_Map$Map1(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Map$Map1;", depth)); } -var $d_sci_Map$Map1 = new $TypeData().initClass({ - sci_Map$Map1: 0 -}, false, "scala.collection.immutable.Map$Map1", { +var $d_sci_Map$Map1 = new $TypeData().initClass($c_sci_Map$Map1, "scala.collection.immutable.Map$Map1", ({ sci_Map$Map1: 1, sci_AbstractMap: 1, sc_AbstractMap: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -37735,8 +35265,7 @@ var $d_sci_Map$Map1 = new $TypeData().initClass({ sci_MapOps: 1, sc_StrictOptimizedIterableOps: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Map$Map1.prototype.$classData = $d_sci_Map$Map1; +})); /** @constructor */ function $c_sci_Map$Map2(key1, value1, key2, value2) { this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key1 = null; @@ -37746,63 +35275,62 @@ function $c_sci_Map$Map2(key1, value1, key2, value2) { this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key1 = key1; this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value1 = value1; this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key2 = key2; - this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value2 = value2 + this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value2 = value2; } $c_sci_Map$Map2.prototype = new $h_sci_AbstractMap(); $c_sci_Map$Map2.prototype.constructor = $c_sci_Map$Map2; /** @constructor */ function $h_sci_Map$Map2() { - /**/ } $h_sci_Map$Map2.prototype = $c_sci_Map$Map2.prototype; $c_sci_Map$Map2.prototype.map__F1__O = (function(f) { - return $f_sc_StrictOptimizedIterableOps__map__F1__O(this, f) + return $f_sc_StrictOptimizedIterableOps__map__F1__O(this, f); }); $c_sci_Map$Map2.prototype.size__I = (function() { - return 2 + return 2; }); $c_sci_Map$Map2.prototype.knownSize__I = (function() { - return 2 + return 2; }); $c_sci_Map$Map2.prototype.isEmpty__Z = (function() { - return false + return false; }); $c_sci_Map$Map2.prototype.apply__O__O = (function(key) { if ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key1)) { - return this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value1 + return this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value1; } else if ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key2)) { - return this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value2 + return this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value2; } else { - throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), ("key not found: " + key)) + throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), ("key not found: " + key)); } }); $c_sci_Map$Map2.prototype.contains__O__Z = (function(key) { - return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key1) || $m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key2)) + return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key1) || $m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key2)); }); $c_sci_Map$Map2.prototype.get__O__s_Option = (function(key) { - return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key1) ? new $c_s_Some(this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value1) : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key2) ? new $c_s_Some(this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value2) : $m_s_None$())) + return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key1) ? new $c_s_Some(this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value1) : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key2) ? new $c_s_Some(this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value2) : $m_s_None$())); }); $c_sci_Map$Map2.prototype.getOrElse__O__F0__O = (function(key, default$1) { - return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key1) ? this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value1 : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key2) ? this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value2 : $n(default$1).apply__O())) + return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key1) ? this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value1 : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key2) ? this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value2 : $n(default$1).apply__O())); }); $c_sci_Map$Map2.prototype.iterator__sc_Iterator = (function() { - return new $c_sci_Map$Map2$$anon$1(this) + return new $c_sci_Map$Map2$$anon$1(this); }); $c_sci_Map$Map2.prototype.keysIterator__sc_Iterator = (function() { - return new $c_sci_Map$Map2$$anon$2(this) + return new $c_sci_Map$Map2$$anon$2(this); }); $c_sci_Map$Map2.prototype.valuesIterator__sc_Iterator = (function() { - return new $c_sci_Map$Map2$$anon$3(this) + return new $c_sci_Map$Map2$$anon$3(this); }); $c_sci_Map$Map2.prototype.updated__O__O__sci_Map = (function(key, value) { - return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key1) ? new $c_sci_Map$Map2(this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key1, value, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key2, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value2) : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key2) ? new $c_sci_Map$Map2(this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key1, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value1, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key2, value) : new $c_sci_Map$Map3(this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key1, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value1, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key2, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value2, key, value))) + return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key1) ? new $c_sci_Map$Map2(this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key1, value, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key2, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value2) : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key2) ? new $c_sci_Map$Map2(this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key1, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value1, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key2, value) : new $c_sci_Map$Map3(this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key1, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value1, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key2, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value2, key, value))); }); $c_sci_Map$Map2.prototype.foreach__F1__V = (function(f) { $n(f).apply__O__O(new $c_T2(this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key1, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value1)); - $n(f).apply__O__O(new $c_T2(this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key2, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value2)) + $n(f).apply__O__O(new $c_T2(this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key2, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value2)); }); $c_sci_Map$Map2.prototype.forall__F1__Z = (function(p) { - return ($uZ($n(p).apply__O__O(new $c_T2(this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key1, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value1))) && $uZ($n(p).apply__O__O(new $c_T2(this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key2, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value2)))) + return ($uZ($n(p).apply__O__O(new $c_T2(this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key1, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value1))) && $uZ($n(p).apply__O__O(new $c_T2(this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$key2, this.sci_Map$Map2__f_scala$collection$immutable$Map$Map2$$value2)))); }); $c_sci_Map$Map2.prototype.hashCode__I = (function() { var a = 0; @@ -37820,28 +35348,25 @@ $c_sci_Map$Map2.prototype.hashCode__I = (function() { h = $m_s_util_hashing_MurmurHash3$().mix__I__I__I(h, a); h = $m_s_util_hashing_MurmurHash3$().mix__I__I__I(h, b); h = $m_s_util_hashing_MurmurHash3$().mixLast__I__I__I(h, c); - return $m_s_util_hashing_MurmurHash3$().finalizeHash__I__I__I(h, 2) + return $m_s_util_hashing_MurmurHash3$().finalizeHash__I__I__I(h, 2); }); $c_sci_Map$Map2.prototype.updated__O__O__sci_MapOps = (function(key, value) { - return this.updated__O__O__sci_Map(key, value) + return this.updated__O__O__sci_Map(key, value); }); function $as_sci_Map$Map2(obj) { - return (((obj instanceof $c_sci_Map$Map2) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Map$Map2")) + return (((obj instanceof $c_sci_Map$Map2) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Map$Map2")); } function $isArrayOf_sci_Map$Map2(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Map$Map2))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Map$Map2))); } function $asArrayOf_sci_Map$Map2(obj, depth) { - return (($isArrayOf_sci_Map$Map2(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Map$Map2;", depth)) + return (($isArrayOf_sci_Map$Map2(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Map$Map2;", depth)); } -var $d_sci_Map$Map2 = new $TypeData().initClass({ - sci_Map$Map2: 0 -}, false, "scala.collection.immutable.Map$Map2", { +var $d_sci_Map$Map2 = new $TypeData().initClass($c_sci_Map$Map2, "scala.collection.immutable.Map$Map2", ({ sci_Map$Map2: 1, sci_AbstractMap: 1, sc_AbstractMap: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -37858,8 +35383,7 @@ var $d_sci_Map$Map2 = new $TypeData().initClass({ sci_MapOps: 1, sc_StrictOptimizedIterableOps: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Map$Map2.prototype.$classData = $d_sci_Map$Map2; +})); /** @constructor */ function $c_sci_Map$Map3(key1, value1, key2, value2, key3, value3) { this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1 = null; @@ -37873,66 +35397,65 @@ function $c_sci_Map$Map3(key1, value1, key2, value2, key3, value3) { this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2 = key2; this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value2 = value2; this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3 = key3; - this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value3 = value3 + this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value3 = value3; } $c_sci_Map$Map3.prototype = new $h_sci_AbstractMap(); $c_sci_Map$Map3.prototype.constructor = $c_sci_Map$Map3; /** @constructor */ function $h_sci_Map$Map3() { - /**/ } $h_sci_Map$Map3.prototype = $c_sci_Map$Map3.prototype; $c_sci_Map$Map3.prototype.map__F1__O = (function(f) { - return $f_sc_StrictOptimizedIterableOps__map__F1__O(this, f) + return $f_sc_StrictOptimizedIterableOps__map__F1__O(this, f); }); $c_sci_Map$Map3.prototype.size__I = (function() { - return 3 + return 3; }); $c_sci_Map$Map3.prototype.knownSize__I = (function() { - return 3 + return 3; }); $c_sci_Map$Map3.prototype.isEmpty__Z = (function() { - return false + return false; }); $c_sci_Map$Map3.prototype.apply__O__O = (function(key) { if ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1)) { - return this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value1 + return this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value1; } else if ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2)) { - return this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value2 + return this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value2; } else if ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3)) { - return this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value3 + return this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value3; } else { - throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), ("key not found: " + key)) + throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), ("key not found: " + key)); } }); $c_sci_Map$Map3.prototype.contains__O__Z = (function(key) { - return (($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1) || $m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2)) || $m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3)) + return (($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1) || $m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2)) || $m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3)); }); $c_sci_Map$Map3.prototype.get__O__s_Option = (function(key) { - return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1) ? new $c_s_Some(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value1) : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2) ? new $c_s_Some(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value2) : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3) ? new $c_s_Some(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value3) : $m_s_None$()))) + return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1) ? new $c_s_Some(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value1) : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2) ? new $c_s_Some(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value2) : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3) ? new $c_s_Some(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value3) : $m_s_None$()))); }); $c_sci_Map$Map3.prototype.getOrElse__O__F0__O = (function(key, default$1) { - return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1) ? this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value1 : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2) ? this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value2 : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3) ? this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value3 : $n(default$1).apply__O()))) + return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1) ? this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value1 : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2) ? this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value2 : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3) ? this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value3 : $n(default$1).apply__O()))); }); $c_sci_Map$Map3.prototype.iterator__sc_Iterator = (function() { - return new $c_sci_Map$Map3$$anon$4(this) + return new $c_sci_Map$Map3$$anon$4(this); }); $c_sci_Map$Map3.prototype.keysIterator__sc_Iterator = (function() { - return new $c_sci_Map$Map3$$anon$5(this) + return new $c_sci_Map$Map3$$anon$5(this); }); $c_sci_Map$Map3.prototype.valuesIterator__sc_Iterator = (function() { - return new $c_sci_Map$Map3$$anon$6(this) + return new $c_sci_Map$Map3$$anon$6(this); }); $c_sci_Map$Map3.prototype.updated__O__O__sci_Map = (function(key, value) { - return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1) ? new $c_sci_Map$Map3(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1, value, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value2, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value3) : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2) ? new $c_sci_Map$Map3(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value1, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2, value, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value3) : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3) ? new $c_sci_Map$Map3(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value1, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value2, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3, value) : new $c_sci_Map$Map4(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value1, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value2, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value3, key, value)))) + return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1) ? new $c_sci_Map$Map3(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1, value, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value2, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value3) : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2) ? new $c_sci_Map$Map3(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value1, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2, value, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value3) : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3) ? new $c_sci_Map$Map3(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value1, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value2, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3, value) : new $c_sci_Map$Map4(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value1, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value2, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value3, key, value)))); }); $c_sci_Map$Map3.prototype.foreach__F1__V = (function(f) { $n(f).apply__O__O(new $c_T2(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value1)); $n(f).apply__O__O(new $c_T2(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value2)); - $n(f).apply__O__O(new $c_T2(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value3)) + $n(f).apply__O__O(new $c_T2(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value3)); }); $c_sci_Map$Map3.prototype.forall__F1__Z = (function(p) { - return (($uZ($n(p).apply__O__O(new $c_T2(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value1))) && $uZ($n(p).apply__O__O(new $c_T2(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value2)))) && $uZ($n(p).apply__O__O(new $c_T2(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value3)))) + return (($uZ($n(p).apply__O__O(new $c_T2(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key1, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value1))) && $uZ($n(p).apply__O__O(new $c_T2(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key2, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value2)))) && $uZ($n(p).apply__O__O(new $c_T2(this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$key3, this.sci_Map$Map3__f_scala$collection$immutable$Map$Map3$$value3)))); }); $c_sci_Map$Map3.prototype.hashCode__I = (function() { var a = 0; @@ -37954,28 +35477,25 @@ $c_sci_Map$Map3.prototype.hashCode__I = (function() { h = $m_s_util_hashing_MurmurHash3$().mix__I__I__I(h, a); h = $m_s_util_hashing_MurmurHash3$().mix__I__I__I(h, b); h = $m_s_util_hashing_MurmurHash3$().mixLast__I__I__I(h, c); - return $m_s_util_hashing_MurmurHash3$().finalizeHash__I__I__I(h, 3) + return $m_s_util_hashing_MurmurHash3$().finalizeHash__I__I__I(h, 3); }); $c_sci_Map$Map3.prototype.updated__O__O__sci_MapOps = (function(key, value) { - return this.updated__O__O__sci_Map(key, value) + return this.updated__O__O__sci_Map(key, value); }); function $as_sci_Map$Map3(obj) { - return (((obj instanceof $c_sci_Map$Map3) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Map$Map3")) + return (((obj instanceof $c_sci_Map$Map3) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Map$Map3")); } function $isArrayOf_sci_Map$Map3(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Map$Map3))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Map$Map3))); } function $asArrayOf_sci_Map$Map3(obj, depth) { - return (($isArrayOf_sci_Map$Map3(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Map$Map3;", depth)) + return (($isArrayOf_sci_Map$Map3(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Map$Map3;", depth)); } -var $d_sci_Map$Map3 = new $TypeData().initClass({ - sci_Map$Map3: 0 -}, false, "scala.collection.immutable.Map$Map3", { +var $d_sci_Map$Map3 = new $TypeData().initClass($c_sci_Map$Map3, "scala.collection.immutable.Map$Map3", ({ sci_Map$Map3: 1, sci_AbstractMap: 1, sc_AbstractMap: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -37992,8 +35512,7 @@ var $d_sci_Map$Map3 = new $TypeData().initClass({ sci_MapOps: 1, sc_StrictOptimizedIterableOps: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Map$Map3.prototype.$classData = $d_sci_Map$Map3; +})); /** @constructor */ function $c_sci_Map$Map4(key1, value1, key2, value2, key3, value3, key4, value4) { this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1 = null; @@ -38011,83 +35530,82 @@ function $c_sci_Map$Map4(key1, value1, key2, value2, key3, value3, key4, value4) this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3 = key3; this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value3 = value3; this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4 = key4; - this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4 = value4 + this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4 = value4; } $c_sci_Map$Map4.prototype = new $h_sci_AbstractMap(); $c_sci_Map$Map4.prototype.constructor = $c_sci_Map$Map4; /** @constructor */ function $h_sci_Map$Map4() { - /**/ } $h_sci_Map$Map4.prototype = $c_sci_Map$Map4.prototype; $c_sci_Map$Map4.prototype.map__F1__O = (function(f) { - return $f_sc_StrictOptimizedIterableOps__map__F1__O(this, f) + return $f_sc_StrictOptimizedIterableOps__map__F1__O(this, f); }); $c_sci_Map$Map4.prototype.size__I = (function() { - return 4 + return 4; }); $c_sci_Map$Map4.prototype.knownSize__I = (function() { - return 4 + return 4; }); $c_sci_Map$Map4.prototype.isEmpty__Z = (function() { - return false + return false; }); $c_sci_Map$Map4.prototype.apply__O__O = (function(key) { if ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1)) { - return this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value1 + return this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value1; } else if ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2)) { - return this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value2 + return this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value2; } else if ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3)) { - return this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value3 + return this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value3; } else if ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4)) { - return this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4 + return this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4; } else { - throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), ("key not found: " + key)) + throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), ("key not found: " + key)); } }); $c_sci_Map$Map4.prototype.contains__O__Z = (function(key) { - return ((($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1) || $m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2)) || $m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3)) || $m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4)) + return ((($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1) || $m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2)) || $m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3)) || $m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4)); }); $c_sci_Map$Map4.prototype.get__O__s_Option = (function(key) { - return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1) ? new $c_s_Some(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value1) : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2) ? new $c_s_Some(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value2) : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3) ? new $c_s_Some(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value3) : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4) ? new $c_s_Some(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4) : $m_s_None$())))) + return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1) ? new $c_s_Some(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value1) : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2) ? new $c_s_Some(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value2) : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3) ? new $c_s_Some(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value3) : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4) ? new $c_s_Some(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4) : $m_s_None$())))); }); $c_sci_Map$Map4.prototype.getOrElse__O__F0__O = (function(key, default$1) { - return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1) ? this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value1 : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2) ? this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value2 : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3) ? this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value3 : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4) ? this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4 : $n(default$1).apply__O())))) + return ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1) ? this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value1 : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2) ? this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value2 : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3) ? this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value3 : ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4) ? this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4 : $n(default$1).apply__O())))); }); $c_sci_Map$Map4.prototype.iterator__sc_Iterator = (function() { - return new $c_sci_Map$Map4$$anon$7(this) + return new $c_sci_Map$Map4$$anon$7(this); }); $c_sci_Map$Map4.prototype.keysIterator__sc_Iterator = (function() { - return new $c_sci_Map$Map4$$anon$8(this) + return new $c_sci_Map$Map4$$anon$8(this); }); $c_sci_Map$Map4.prototype.valuesIterator__sc_Iterator = (function() { - return new $c_sci_Map$Map4$$anon$9(this) + return new $c_sci_Map$Map4$$anon$9(this); }); $c_sci_Map$Map4.prototype.updated__O__O__sci_Map = (function(key, value) { if ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1)) { - return new $c_sci_Map$Map4(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1, value, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value2, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value3, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4) + return new $c_sci_Map$Map4(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1, value, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value2, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value3, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4); } else if ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2)) { - return new $c_sci_Map$Map4(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value1, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2, value, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value3, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4) + return new $c_sci_Map$Map4(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value1, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2, value, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value3, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4); } else if ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3)) { - return new $c_sci_Map$Map4(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value1, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value2, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3, value, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4) + return new $c_sci_Map$Map4(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value1, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value2, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3, value, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4); } else if ($m_sr_BoxesRunTime$().equals__O__O__Z(key, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4)) { - return new $c_sci_Map$Map4(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value1, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value2, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value3, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4, value) + return new $c_sci_Map$Map4(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value1, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value2, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value3, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4, value); } else { var this$1 = $m_sci_HashMap$(); - return $n($n($n($n($n(this$1.sci_HashMap$__f_EmptyMap).updated__O__O__sci_HashMap(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value1)).updated__O__O__sci_HashMap(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value2)).updated__O__O__sci_HashMap(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value3)).updated__O__O__sci_HashMap(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4)).updated__O__O__sci_HashMap(key, value) + return $n($n($n($n($n(this$1.sci_HashMap$__f_EmptyMap).updated__O__O__sci_HashMap(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value1)).updated__O__O__sci_HashMap(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value2)).updated__O__O__sci_HashMap(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value3)).updated__O__O__sci_HashMap(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4)).updated__O__O__sci_HashMap(key, value); } }); $c_sci_Map$Map4.prototype.foreach__F1__V = (function(f) { $n(f).apply__O__O(new $c_T2(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value1)); $n(f).apply__O__O(new $c_T2(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value2)); $n(f).apply__O__O(new $c_T2(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value3)); - $n(f).apply__O__O(new $c_T2(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4)) + $n(f).apply__O__O(new $c_T2(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4)); }); $c_sci_Map$Map4.prototype.forall__F1__Z = (function(p) { - return ((($uZ($n(p).apply__O__O(new $c_T2(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value1))) && $uZ($n(p).apply__O__O(new $c_T2(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value2)))) && $uZ($n(p).apply__O__O(new $c_T2(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value3)))) && $uZ($n(p).apply__O__O(new $c_T2(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4)))) + return ((($uZ($n(p).apply__O__O(new $c_T2(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value1))) && $uZ($n(p).apply__O__O(new $c_T2(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value2)))) && $uZ($n(p).apply__O__O(new $c_T2(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value3)))) && $uZ($n(p).apply__O__O(new $c_T2(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4)))); }); $c_sci_Map$Map4.prototype.buildTo__sci_HashMapBuilder__sci_HashMapBuilder = (function(builder) { - return $n($n($n($n(builder).addOne__O__O__sci_HashMapBuilder(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value1)).addOne__O__O__sci_HashMapBuilder(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value2)).addOne__O__O__sci_HashMapBuilder(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value3)).addOne__O__O__sci_HashMapBuilder(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4) + return $n($n($n($n(builder).addOne__O__O__sci_HashMapBuilder(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key1, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value1)).addOne__O__O__sci_HashMapBuilder(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key2, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value2)).addOne__O__O__sci_HashMapBuilder(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key3, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value3)).addOne__O__O__sci_HashMapBuilder(this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$key4, this.sci_Map$Map4__f_scala$collection$immutable$Map$Map4$$value4); }); $c_sci_Map$Map4.prototype.hashCode__I = (function() { var a = 0; @@ -38113,28 +35631,25 @@ $c_sci_Map$Map4.prototype.hashCode__I = (function() { h = $m_s_util_hashing_MurmurHash3$().mix__I__I__I(h, a); h = $m_s_util_hashing_MurmurHash3$().mix__I__I__I(h, b); h = $m_s_util_hashing_MurmurHash3$().mixLast__I__I__I(h, c); - return $m_s_util_hashing_MurmurHash3$().finalizeHash__I__I__I(h, 4) + return $m_s_util_hashing_MurmurHash3$().finalizeHash__I__I__I(h, 4); }); $c_sci_Map$Map4.prototype.updated__O__O__sci_MapOps = (function(key, value) { - return this.updated__O__O__sci_Map(key, value) + return this.updated__O__O__sci_Map(key, value); }); function $as_sci_Map$Map4(obj) { - return (((obj instanceof $c_sci_Map$Map4) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Map$Map4")) + return (((obj instanceof $c_sci_Map$Map4) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Map$Map4")); } function $isArrayOf_sci_Map$Map4(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Map$Map4))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Map$Map4))); } function $asArrayOf_sci_Map$Map4(obj, depth) { - return (($isArrayOf_sci_Map$Map4(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Map$Map4;", depth)) + return (($isArrayOf_sci_Map$Map4(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Map$Map4;", depth)); } -var $d_sci_Map$Map4 = new $TypeData().initClass({ - sci_Map$Map4: 0 -}, false, "scala.collection.immutable.Map$Map4", { +var $d_sci_Map$Map4 = new $TypeData().initClass($c_sci_Map$Map4, "scala.collection.immutable.Map$Map4", ({ sci_Map$Map4: 1, sci_AbstractMap: 1, sc_AbstractMap: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -38151,123 +35666,118 @@ var $d_sci_Map$Map4 = new $TypeData().initClass({ sci_MapOps: 1, sc_StrictOptimizedIterableOps: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Map$Map4.prototype.$classData = $d_sci_Map$Map4; +})); function $is_scm_Map(obj) { - return (!(!((obj && obj.$classData) && obj.$classData.ancestors.scm_Map))) + return (!(!((obj && obj.$classData) && obj.$classData.ancestors.scm_Map))); } function $as_scm_Map(obj) { - return (($is_scm_Map(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.Map")) + return (($is_scm_Map(obj) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.Map")); } function $isArrayOf_scm_Map(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_Map))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_Map))); } function $asArrayOf_scm_Map(obj, depth) { - return (($isArrayOf_scm_Map(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.Map;", depth)) + return (($isArrayOf_scm_Map(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.Map;", depth)); } function $p_sci_HashSet__newHashSetOrThis__sci_BitmapIndexedSetNode__sci_HashSet($thiz, newRootNode) { - return (($thiz.sci_HashSet__f_rootNode === newRootNode) ? $thiz : new $c_sci_HashSet(newRootNode)) + return (($thiz.sci_HashSet__f_rootNode === newRootNode) ? $thiz : new $c_sci_HashSet(newRootNode)); } /** @constructor */ function $c_sci_HashSet(rootNode) { this.sci_HashSet__f_rootNode = null; - this.sci_HashSet__f_rootNode = rootNode + this.sci_HashSet__f_rootNode = rootNode; } $c_sci_HashSet.prototype = new $h_sci_AbstractSet(); $c_sci_HashSet.prototype.constructor = $c_sci_HashSet; /** @constructor */ function $h_sci_HashSet() { - /**/ } $h_sci_HashSet.prototype = $c_sci_HashSet.prototype; $c_sci_HashSet.prototype.iterableFactory__sc_IterableFactory = (function() { - return $m_sci_HashSet$() + return $m_sci_HashSet$(); }); $c_sci_HashSet.prototype.knownSize__I = (function() { - return $n(this.sci_HashSet__f_rootNode).sci_BitmapIndexedSetNode__f_size + return $n(this.sci_HashSet__f_rootNode).sci_BitmapIndexedSetNode__f_size; }); $c_sci_HashSet.prototype.size__I = (function() { - return $n(this.sci_HashSet__f_rootNode).sci_BitmapIndexedSetNode__f_size + return $n(this.sci_HashSet__f_rootNode).sci_BitmapIndexedSetNode__f_size; }); $c_sci_HashSet.prototype.isEmpty__Z = (function() { - return ($n(this.sci_HashSet__f_rootNode).sci_BitmapIndexedSetNode__f_size === 0) + return ($n(this.sci_HashSet__f_rootNode).sci_BitmapIndexedSetNode__f_size === 0); }); $c_sci_HashSet.prototype.iterator__sc_Iterator = (function() { - return (this.isEmpty__Z() ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : new $c_sci_SetIterator(this.sci_HashSet__f_rootNode)) + return (this.isEmpty__Z() ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : new $c_sci_SetIterator(this.sci_HashSet__f_rootNode)); }); $c_sci_HashSet.prototype.contains__O__Z = (function(element) { var elementUnimprovedHash = $m_sr_Statics$().anyHash__O__I(element); var elementHash = $m_sc_Hashing$().improve__I__I(elementUnimprovedHash); - return $n(this.sci_HashSet__f_rootNode).contains__O__I__I__I__Z(element, elementUnimprovedHash, elementHash, 0) + return $n(this.sci_HashSet__f_rootNode).contains__O__I__I__I__Z(element, elementUnimprovedHash, elementHash, 0); }); $c_sci_HashSet.prototype.incl__O__sci_HashSet = (function(element) { var elementUnimprovedHash = $m_sr_Statics$().anyHash__O__I(element); var elementHash = $m_sc_Hashing$().improve__I__I(elementUnimprovedHash); var newRootNode = $n(this.sci_HashSet__f_rootNode).updated__O__I__I__I__sci_BitmapIndexedSetNode(element, elementUnimprovedHash, elementHash, 0); - return $p_sci_HashSet__newHashSetOrThis__sci_BitmapIndexedSetNode__sci_HashSet(this, newRootNode) + return $p_sci_HashSet__newHashSetOrThis__sci_BitmapIndexedSetNode__sci_HashSet(this, newRootNode); }); $c_sci_HashSet.prototype.head__O = (function() { - return $n(this.iterator__sc_Iterator()).next__O() + return $n(this.iterator__sc_Iterator()).next__O(); }); $c_sci_HashSet.prototype.foreach__F1__V = (function(f) { - $n(this.sci_HashSet__f_rootNode).foreach__F1__V(f) + $n(this.sci_HashSet__f_rootNode).foreach__F1__V(f); }); $c_sci_HashSet.prototype.subsetOf__sc_Set__Z = (function(that) { if (this.isEmpty__Z()) { - return true + return true; } else if ((!$n(that).isEmpty__Z())) { if ((that instanceof $c_sci_HashSet)) { var x2 = $as_sci_HashSet(that); - return $n(this.sci_HashSet__f_rootNode).subsetOf__sci_SetNode__I__Z($n(x2).sci_HashSet__f_rootNode, 0) + return $n(this.sci_HashSet__f_rootNode).subsetOf__sci_SetNode__I__Z($n(x2).sci_HashSet__f_rootNode, 0); } else { - return $f_sc_IterableOnceOps__forall__F1__Z(this, that) + return $f_sc_IterableOnceOps__forall__F1__Z(this, that); } } else { - return false + return false; } }); $c_sci_HashSet.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_sci_HashSet)) { var x2 = $as_sci_HashSet(that); if ((this === x2)) { - return true + return true; } else { var x = this.sci_HashSet__f_rootNode; var x$2 = $n(x2).sci_HashSet__f_rootNode; - return ((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2)) + return ((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2)); } } else { - return $f_sc_Set__equals__O__Z(this, that) + return $f_sc_Set__equals__O__Z(this, that); } }); $c_sci_HashSet.prototype.className__T = (function() { - return "HashSet" + return "HashSet"; }); $c_sci_HashSet.prototype.hashCode__I = (function() { var it = new $c_sci_SetHashIterator(this.sci_HashSet__f_rootNode); var hash = $m_s_util_hashing_MurmurHash3$().unorderedHash__sc_IterableOnce__I__I(it, $m_s_util_hashing_MurmurHash3$().s_util_hashing_MurmurHash3$__f_setSeed); - return hash + return hash; }); $c_sci_HashSet.prototype.incl__O__sci_SetOps = (function(elem) { - return this.incl__O__sci_HashSet(elem) + return this.incl__O__sci_HashSet(elem); }); function $as_sci_HashSet(obj) { - return (((obj instanceof $c_sci_HashSet) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.HashSet")) + return (((obj instanceof $c_sci_HashSet) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.HashSet")); } function $isArrayOf_sci_HashSet(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_HashSet))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_HashSet))); } function $asArrayOf_sci_HashSet(obj, depth) { - return (($isArrayOf_sci_HashSet(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.HashSet;", depth)) + return (($isArrayOf_sci_HashSet(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.HashSet;", depth)); } -var $d_sci_HashSet = new $TypeData().initClass({ - sci_HashSet: 0 -}, false, "scala.collection.immutable.HashSet", { +var $d_sci_HashSet = new $TypeData().initClass($c_sci_HashSet, "scala.collection.immutable.HashSet", ({ sci_HashSet: 1, sci_AbstractSet: 1, sc_AbstractSet: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -38285,69 +35795,66 @@ var $d_sci_HashSet = new $TypeData().initClass({ sc_StrictOptimizedIterableOps: 1, scg_DefaultSerializable: 1, Ljava_io_Serializable: 1 -}); -$c_sci_HashSet.prototype.$classData = $d_sci_HashSet; +})); function $as_sci_ListSet(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ListSet")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ListSet")); } function $isArrayOf_sci_ListSet(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ListSet))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ListSet))); } function $asArrayOf_sci_ListSet(obj, depth) { - return (($isArrayOf_sci_ListSet(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ListSet;", depth)) + return (($isArrayOf_sci_ListSet(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ListSet;", depth)); } /** @constructor */ function $c_scm_AbstractSet() { - /**/ } $c_scm_AbstractSet.prototype = new $h_sc_AbstractSet(); $c_scm_AbstractSet.prototype.constructor = $c_scm_AbstractSet; /** @constructor */ function $h_scm_AbstractSet() { - /**/ } $h_scm_AbstractSet.prototype = $c_scm_AbstractSet.prototype; $c_scm_AbstractSet.prototype.result__O = (function() { - return this + return this; }); function $p_sci_LazyList__scala$collection$immutable$LazyList$$state$lzycompute__sci_LazyList$State($thiz) { if ((!$thiz.sci_LazyList__f_bitmap$0)) { if ($thiz.sci_LazyList__f_midEvaluation) { - throw $ct_jl_RuntimeException__T__(new $c_jl_RuntimeException(), "self-referential LazyList or a derivation thereof has no more elements") - }; + throw $ct_jl_RuntimeException__T__(new $c_jl_RuntimeException(), "self-referential LazyList or a derivation thereof has no more elements"); + } $thiz.sci_LazyList__f_midEvaluation = true; try { - var res = $as_sci_LazyList$State($n($thiz.sci_LazyList__f_lazyState).apply__O()) + var res = $as_sci_LazyList$State($n($thiz.sci_LazyList__f_lazyState).apply__O()); } finally { - $thiz.sci_LazyList__f_midEvaluation = false - }; + $thiz.sci_LazyList__f_midEvaluation = false; + } $thiz.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated = true; $thiz.sci_LazyList__f_lazyState = null; $thiz.sci_LazyList__f_scala$collection$immutable$LazyList$$state = res; - $thiz.sci_LazyList__f_bitmap$0 = true - }; - return $thiz.sci_LazyList__f_scala$collection$immutable$LazyList$$state + $thiz.sci_LazyList__f_bitmap$0 = true; + } + return $thiz.sci_LazyList__f_scala$collection$immutable$LazyList$$state; } function $p_sci_LazyList__mapImpl__F1__sci_LazyList($thiz, f) { $m_sci_LazyList$(); var state = new $c_sjsr_AnonFunction0((() => { if ($thiz.isEmpty__Z()) { - return $m_sci_LazyList$State$Empty$() + return $m_sci_LazyList$State$Empty$(); } else { $m_sci_LazyList$(); var hd = $n(f).apply__O__O($n($thiz.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).head__O()); var tl = $p_sci_LazyList__mapImpl__F1__sci_LazyList($n($n($thiz.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList()), f); - return new $c_sci_LazyList$State$Cons(hd, tl) + return new $c_sci_LazyList$State$Cons(hd, tl); } })); - return new $c_sci_LazyList(state) + return new $c_sci_LazyList(state); } function $p_sci_LazyList__addStringNoForce__jl_StringBuilder__T__T__T__jl_StringBuilder($thiz, b, start, sep, end) { var this$1 = $n(b); this$1.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$1.jl_StringBuilder__f_java$lang$StringBuilder$$content) + start); if ((!$thiz.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated)) { var this$2 = $n(b); - this$2.jl_StringBuilder__f_java$lang$StringBuilder$$content = (this$2.jl_StringBuilder__f_java$lang$StringBuilder$$content + "") + this$2.jl_StringBuilder__f_java$lang$StringBuilder$$content = (this$2.jl_StringBuilder__f_java$lang$StringBuilder$$content + ""); } else if ((!$thiz.isEmpty__Z())) { var this$3 = $n(b); var obj = $n($thiz.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).head__O(); @@ -38374,11 +35881,11 @@ function $p_sci_LazyList__addStringNoForce__jl_StringBuilder__T__T__T__jl_String elem$2 = $n(this$10.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList(); if (($n($as_sci_LazyList(elem$2)).sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (!$n($as_sci_LazyList(elem$2)).isEmpty__Z()))) { var this$11 = $n($as_sci_LazyList(elem$2)); - elem$2 = $n(this$11.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList() + elem$2 = $n(this$11.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList(); } } } - }; + } if ((!($n($as_sci_LazyList(elem$2)).sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (!$n($as_sci_LazyList(elem$2)).isEmpty__Z())))) { while (($as_sci_LazyList(elem) !== $as_sci_LazyList(elem$2))) { var this$12 = $n(b); @@ -38387,12 +35894,12 @@ function $p_sci_LazyList__addStringNoForce__jl_StringBuilder__T__T__T__jl_String var obj$2 = $n(this$13.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).head__O(); this$12.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$12.jl_StringBuilder__f_java$lang$StringBuilder$$content) + obj$2); var this$14 = $n($as_sci_LazyList(elem)); - elem = $n(this$14.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList() - }; + elem = $n(this$14.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList(); + } if ((!$n($as_sci_LazyList(elem)).sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated)) { var this$15 = $n(b); this$15.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$15.jl_StringBuilder__f_java$lang$StringBuilder$$content) + sep); - this$15.jl_StringBuilder__f_java$lang$StringBuilder$$content = (this$15.jl_StringBuilder__f_java$lang$StringBuilder$$content + "") + this$15.jl_StringBuilder__f_java$lang$StringBuilder$$content = (this$15.jl_StringBuilder__f_java$lang$StringBuilder$$content + ""); } } else { var runner = $thiz; @@ -38405,11 +35912,11 @@ function $p_sci_LazyList__addStringNoForce__jl_StringBuilder__T__T__T__jl_String runner = $n(this$16.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList(); var this$17 = $n($as_sci_LazyList(elem$2)); elem$2 = $n(this$17.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList(); - k = ((1 + k) | 0) + k = ((1 + k) | 0); } else { - break + break; } - }; + } var a$1 = $as_sci_LazyList(elem); var b$2 = $as_sci_LazyList(elem$2); if ((((a$1 === b$2) || ($n(a$1).scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $n(b$2).scala$collection$immutable$LazyList$$state__sci_LazyList$State())) && (k > 0))) { @@ -38419,8 +35926,8 @@ function $p_sci_LazyList__addStringNoForce__jl_StringBuilder__T__T__T__jl_String var obj$3 = $n(this$19.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).head__O(); this$18.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$18.jl_StringBuilder__f_java$lang$StringBuilder$$content) + obj$3); var this$20 = $n($as_sci_LazyList(elem)); - elem = $n(this$20.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList() - }; + elem = $n(this$20.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList(); + } while (true) { var a$2 = $as_sci_LazyList(elem); var b$3 = $as_sci_LazyList(elem$2); @@ -38431,19 +35938,19 @@ function $p_sci_LazyList__addStringNoForce__jl_StringBuilder__T__T__T__jl_String var obj$4 = $n(this$22.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).head__O(); this$21.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$21.jl_StringBuilder__f_java$lang$StringBuilder$$content) + obj$4); var this$23 = $n($as_sci_LazyList(elem)); - elem = $n(this$23.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList() + elem = $n(this$23.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList(); } else { - break + break; } - }; + } var this$24 = $n(b); this$24.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$24.jl_StringBuilder__f_java$lang$StringBuilder$$content) + sep); - this$24.jl_StringBuilder__f_java$lang$StringBuilder$$content = (this$24.jl_StringBuilder__f_java$lang$StringBuilder$$content + "") + this$24.jl_StringBuilder__f_java$lang$StringBuilder$$content = (this$24.jl_StringBuilder__f_java$lang$StringBuilder$$content + ""); } - }; + } var this$25 = $n(b); this$25.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$25.jl_StringBuilder__f_java$lang$StringBuilder$$content) + end); - return b + return b; } /** @constructor */ function $c_sci_LazyList(lazyState) { @@ -38454,79 +35961,78 @@ function $c_sci_LazyList(lazyState) { this.sci_LazyList__f_bitmap$0 = false; this.sci_LazyList__f_lazyState = lazyState; this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated = false; - this.sci_LazyList__f_midEvaluation = false + this.sci_LazyList__f_midEvaluation = false; } $c_sci_LazyList.prototype = new $h_sci_AbstractSeq(); $c_sci_LazyList.prototype.constructor = $c_sci_LazyList; /** @constructor */ function $h_sci_LazyList() { - /**/ } $h_sci_LazyList.prototype = $c_sci_LazyList.prototype; $c_sci_LazyList.prototype.stringPrefix__T = (function() { - return "LinearSeq" + return "LinearSeq"; }); $c_sci_LazyList.prototype.length__I = (function() { - return $f_sc_LinearSeqOps__length__I(this) + return $f_sc_LinearSeqOps__length__I(this); }); $c_sci_LazyList.prototype.lengthCompare__I__I = (function(len) { - return $f_sc_LinearSeqOps__lengthCompare__I__I(this, len) + return $f_sc_LinearSeqOps__lengthCompare__I__I(this, len); }); $c_sci_LazyList.prototype.isDefinedAt__I__Z = (function(x) { - return $f_sc_LinearSeqOps__isDefinedAt__I__Z(this, x) + return $f_sc_LinearSeqOps__isDefinedAt__I__Z(this, x); }); $c_sci_LazyList.prototype.apply__I__O = (function(n) { - return $f_sc_LinearSeqOps__apply__I__O(this, n) + return $f_sc_LinearSeqOps__apply__I__O(this, n); }); $c_sci_LazyList.prototype.exists__F1__Z = (function(p) { - return $f_sc_LinearSeqOps__exists__F1__Z(this, p) + return $f_sc_LinearSeqOps__exists__F1__Z(this, p); }); $c_sci_LazyList.prototype.sameElements__sc_IterableOnce__Z = (function(that) { - return $f_sc_LinearSeqOps__sameElements__sc_IterableOnce__Z(this, that) + return $f_sc_LinearSeqOps__sameElements__sc_IterableOnce__Z(this, that); }); $c_sci_LazyList.prototype.indexWhere__F1__I__I = (function(p, from) { - return $f_sc_LinearSeqOps__indexWhere__F1__I__I(this, p, from) + return $f_sc_LinearSeqOps__indexWhere__F1__I__I(this, p, from); }); $c_sci_LazyList.prototype.scala$collection$immutable$LazyList$$state__sci_LazyList$State = (function() { - return ((!this.sci_LazyList__f_bitmap$0) ? $p_sci_LazyList__scala$collection$immutable$LazyList$$state$lzycompute__sci_LazyList$State(this) : this.sci_LazyList__f_scala$collection$immutable$LazyList$$state) + return ((!this.sci_LazyList__f_bitmap$0) ? $p_sci_LazyList__scala$collection$immutable$LazyList$$state$lzycompute__sci_LazyList$State(this) : this.sci_LazyList__f_scala$collection$immutable$LazyList$$state); }); $c_sci_LazyList.prototype.isEmpty__Z = (function() { - return (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$()) + return (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$()); }); $c_sci_LazyList.prototype.knownSize__I = (function() { - return ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$())) ? 0 : (-1)) + return ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$())) ? 0 : (-1)); }); $c_sci_LazyList.prototype.head__O = (function() { - return $n(this.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).head__O() + return $n(this.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).head__O(); }); $c_sci_LazyList.prototype.force__sci_LazyList = (function() { var these = this; var those = this; if ((!$n(these).isEmpty__Z())) { var this$1 = $n(these); - these = $n(this$1.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList() - }; + these = $n(this$1.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList(); + } while ((those !== these)) { if ($n(these).isEmpty__Z()) { - return this - }; + return this; + } var this$2 = $n(these); these = $n(this$2.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList(); if ($n(these).isEmpty__Z()) { - return this - }; + return this; + } var this$3 = $n(these); these = $n(this$3.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList(); if ((these === those)) { - return this - }; + return this; + } var this$4 = $n(those); - those = $n(this$4.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList() - }; - return this + those = $n(this$4.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList(); + } + return this; }); $c_sci_LazyList.prototype.iterator__sc_Iterator = (function() { - return ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$())) ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : new $c_sci_LazyList$LazyIterator(this)) + return ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$())) ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : new $c_sci_LazyList$LazyIterator(this)); }); $c_sci_LazyList.prototype.foreach__F1__V = (function(f) { var _$this = this; @@ -38535,14 +36041,14 @@ $c_sci_LazyList.prototype.foreach__F1__V = (function(f) { var this$1 = $n(_$this); $n($x_1).apply__O__O($n(this$1.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).head__O()); var this$2 = $n(_$this); - _$this = $n(this$2.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList() + _$this = $n(this$2.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList(); } }); $c_sci_LazyList.prototype.foldLeft__O__F2__O = (function(z, op) { var _$this = this; while (true) { if ($n(_$this).isEmpty__Z()) { - return z + return z; } else { var this$1 = $n(_$this); var temp$_$this = $n(this$1.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList(); @@ -38551,16 +36057,16 @@ $c_sci_LazyList.prototype.foldLeft__O__F2__O = (function(z, op) { var this$2 = $n(_$this); var temp$z = $n($x_2).apply__O__O__O($x_1, $n(this$2.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).head__O()); _$this = temp$_$this; - z = temp$z + z = temp$z; } } }); $c_sci_LazyList.prototype.className__T = (function() { - return "LazyList" + return "LazyList"; }); $c_sci_LazyList.prototype.reduceLeft__F2__O = (function(f) { if (this.isEmpty__Z()) { - throw new $c_jl_UnsupportedOperationException("empty.reduceLeft") + throw new $c_jl_UnsupportedOperationException("empty.reduceLeft"); } else { var reducedRes = $n(this.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).head__O(); var left = $n(this.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList(); @@ -38570,100 +36076,97 @@ $c_sci_LazyList.prototype.reduceLeft__F2__O = (function(f) { var this$1 = $n(left); reducedRes = $n($x_2).apply__O__O__O($x_1, $n(this$1.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).head__O()); var this$2 = $n(left); - left = $n(this$2.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList() - }; - return reducedRes + left = $n(this$2.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList(); + } + return reducedRes; } }); $c_sci_LazyList.prototype.partition__F1__T2 = (function(p) { - return new $c_T2(this.filter__F1__sci_LazyList(p), this.filterNot__F1__sci_LazyList(p)) + return new $c_T2(this.filter__F1__sci_LazyList(p), this.filterNot__F1__sci_LazyList(p)); }); $c_sci_LazyList.prototype.filter__F1__sci_LazyList = (function(pred) { - return ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$())) ? $m_sci_LazyList$().sci_LazyList$__f__empty : $m_sci_LazyList$().scala$collection$immutable$LazyList$$filterImpl__sci_LazyList__F1__Z__sci_LazyList(this, pred, false)) + return ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$())) ? $m_sci_LazyList$().sci_LazyList$__f__empty : $m_sci_LazyList$().scala$collection$immutable$LazyList$$filterImpl__sci_LazyList__F1__Z__sci_LazyList(this, pred, false)); }); $c_sci_LazyList.prototype.filterNot__F1__sci_LazyList = (function(pred) { - return ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$())) ? $m_sci_LazyList$().sci_LazyList$__f__empty : $m_sci_LazyList$().scala$collection$immutable$LazyList$$filterImpl__sci_LazyList__F1__Z__sci_LazyList(this, pred, true)) + return ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$())) ? $m_sci_LazyList$().sci_LazyList$__f__empty : $m_sci_LazyList$().scala$collection$immutable$LazyList$$filterImpl__sci_LazyList__F1__Z__sci_LazyList(this, pred, true)); }); $c_sci_LazyList.prototype.withFilter__F1__sc_WithFilter = (function(p) { - return new $c_sci_LazyList$WithFilter(this, p) + return new $c_sci_LazyList$WithFilter(this, p); }); $c_sci_LazyList.prototype.prepended__O__sci_LazyList = (function(elem) { $m_sci_LazyList$(); var state = new $c_sjsr_AnonFunction0((() => { $m_sci_LazyList$(); - return new $c_sci_LazyList$State$Cons(elem, this) + return new $c_sci_LazyList$State$Cons(elem, this); })); - return new $c_sci_LazyList(state) + return new $c_sci_LazyList(state); }); $c_sci_LazyList.prototype.map__F1__sci_LazyList = (function(f) { if ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$()))) { - return $m_sci_LazyList$().sci_LazyList$__f__empty + return $m_sci_LazyList$().sci_LazyList$__f__empty; } else { $m_sci_LazyList$(); var state = new $c_sjsr_AnonFunction0((() => { if (this.isEmpty__Z()) { - return $m_sci_LazyList$State$Empty$() + return $m_sci_LazyList$State$Empty$(); } else { $m_sci_LazyList$(); var hd = $n(f).apply__O__O($n(this.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).head__O()); var tl = $p_sci_LazyList__mapImpl__F1__sci_LazyList($n($n(this.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList()), f); - return new $c_sci_LazyList$State$Cons(hd, tl) + return new $c_sci_LazyList$State$Cons(hd, tl); } })); - return new $c_sci_LazyList(state) + return new $c_sci_LazyList(state); } }); $c_sci_LazyList.prototype.drop__I__sci_LazyList = (function(n) { - return ((n <= 0) ? this : ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$())) ? $m_sci_LazyList$().sci_LazyList$__f__empty : $m_sci_LazyList$().scala$collection$immutable$LazyList$$dropImpl__sci_LazyList__I__sci_LazyList(this, n))) + return ((n <= 0) ? this : ((this.sci_LazyList__f_scala$collection$immutable$LazyList$$stateEvaluated && (this.scala$collection$immutable$LazyList$$state__sci_LazyList$State() === $m_sci_LazyList$State$Empty$())) ? $m_sci_LazyList$().sci_LazyList$__f__empty : $m_sci_LazyList$().scala$collection$immutable$LazyList$$dropImpl__sci_LazyList__I__sci_LazyList(this, n))); }); $c_sci_LazyList.prototype.addString__scm_StringBuilder__T__T__T__scm_StringBuilder = (function(sb, start, sep, end) { this.force__sci_LazyList(); $p_sci_LazyList__addStringNoForce__jl_StringBuilder__T__T__T__jl_StringBuilder(this, $n(sb).scm_StringBuilder__f_underlying, start, sep, end); - return sb + return sb; }); $c_sci_LazyList.prototype.toString__T = (function() { - return $n($p_sci_LazyList__addStringNoForce__jl_StringBuilder__T__T__T__jl_StringBuilder(this, $ct_jl_StringBuilder__T__(new $c_jl_StringBuilder(), "LazyList"), "(", ", ", ")")).jl_StringBuilder__f_java$lang$StringBuilder$$content + return $n($p_sci_LazyList__addStringNoForce__jl_StringBuilder__T__T__T__jl_StringBuilder(this, $ct_jl_StringBuilder__T__(new $c_jl_StringBuilder(), "LazyList"), "(", ", ", ")")).jl_StringBuilder__f_java$lang$StringBuilder$$content; }); $c_sci_LazyList.prototype.apply__O__O = (function(v1) { var n = $uI(v1); - return $f_sc_LinearSeqOps__apply__I__O(this, n) + return $f_sc_LinearSeqOps__apply__I__O(this, n); }); $c_sci_LazyList.prototype.isDefinedAt__O__Z = (function(x) { var x$1 = $uI(x); - return $f_sc_LinearSeqOps__isDefinedAt__I__Z(this, x$1) + return $f_sc_LinearSeqOps__isDefinedAt__I__Z(this, x$1); }); $c_sci_LazyList.prototype.drop__I__O = (function(n) { - return this.drop__I__sci_LazyList(n) + return this.drop__I__sci_LazyList(n); }); $c_sci_LazyList.prototype.map__F1__O = (function(f) { - return this.map__F1__sci_LazyList(f) + return this.map__F1__sci_LazyList(f); }); $c_sci_LazyList.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sci_LazyList(elem) + return this.prepended__O__sci_LazyList(elem); }); $c_sci_LazyList.prototype.tail__O = (function() { - return $n(this.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList() + return $n(this.scala$collection$immutable$LazyList$$state__sci_LazyList$State()).tail__sci_LazyList(); }); $c_sci_LazyList.prototype.iterableFactory__sc_IterableFactory = (function() { - return $m_sci_LazyList$() + return $m_sci_LazyList$(); }); function $as_sci_LazyList(obj) { - return (((obj instanceof $c_sci_LazyList) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.LazyList")) + return (((obj instanceof $c_sci_LazyList) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.LazyList")); } function $isArrayOf_sci_LazyList(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_LazyList))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_LazyList))); } function $asArrayOf_sci_LazyList(obj, depth) { - return (($isArrayOf_sci_LazyList(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.LazyList;", depth)) + return (($isArrayOf_sci_LazyList(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.LazyList;", depth)); } -var $d_sci_LazyList = new $TypeData().initClass({ - sci_LazyList: 0 -}, false, "scala.collection.immutable.LazyList", { +var $d_sci_LazyList = new $TypeData().initClass($c_sci_LazyList, "scala.collection.immutable.LazyList", ({ sci_LazyList: 1, sci_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -38682,64 +36185,62 @@ var $d_sci_LazyList = new $TypeData().initClass({ sc_LinearSeqOps: 1, sci_LinearSeqOps: 1, Ljava_io_Serializable: 1 -}); -$c_sci_LazyList.prototype.$classData = $d_sci_LazyList; +})); /** @constructor */ function $c_sci_WrappedString(self) { this.sci_WrappedString__f_scala$collection$immutable$WrappedString$$self = null; - this.sci_WrappedString__f_scala$collection$immutable$WrappedString$$self = self + this.sci_WrappedString__f_scala$collection$immutable$WrappedString$$self = self; } $c_sci_WrappedString.prototype = new $h_sci_AbstractSeq(); $c_sci_WrappedString.prototype.constructor = $c_sci_WrappedString; /** @constructor */ function $h_sci_WrappedString() { - /**/ } $h_sci_WrappedString.prototype = $c_sci_WrappedString.prototype; $c_sci_WrappedString.prototype.canEqual__O__Z = (function(that) { - return $f_sci_IndexedSeq__canEqual__O__Z(this, that) + return $f_sci_IndexedSeq__canEqual__O__Z(this, that); }); $c_sci_WrappedString.prototype.stringPrefix__T = (function() { - return "IndexedSeq" + return "IndexedSeq"; }); $c_sci_WrappedString.prototype.iterator__sc_Iterator = (function() { var this$1 = new $c_sc_StringView(this.sci_WrappedString__f_scala$collection$immutable$WrappedString$$self); - return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$1) + return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$1); }); $c_sci_WrappedString.prototype.reverseIterator__sc_Iterator = (function() { var this$1 = new $c_sc_StringView(this.sci_WrappedString__f_scala$collection$immutable$WrappedString$$self); - return new $c_sc_IndexedSeqView$IndexedSeqViewReverseIterator(this$1) + return new $c_sc_IndexedSeqView$IndexedSeqViewReverseIterator(this$1); }); $c_sci_WrappedString.prototype.reversed__sc_Iterable = (function() { - return new $c_sc_IndexedSeqView$Reverse(this) + return new $c_sc_IndexedSeqView$Reverse(this); }); $c_sci_WrappedString.prototype.prepended__O__O = (function(elem) { - return $f_sc_IndexedSeqOps__prepended__O__O(this, elem) + return $f_sc_IndexedSeqOps__prepended__O__O(this, elem); }); $c_sci_WrappedString.prototype.map__F1__O = (function(f) { - return $f_sc_IndexedSeqOps__map__F1__O(this, f) + return $f_sc_IndexedSeqOps__map__F1__O(this, f); }); $c_sci_WrappedString.prototype.head__O = (function() { - return $f_sc_IndexedSeqOps__head__O(this) + return $f_sc_IndexedSeqOps__head__O(this); }); $c_sci_WrappedString.prototype.lengthCompare__I__I = (function(len) { var this$1 = $n(this.sci_WrappedString__f_scala$collection$immutable$WrappedString$$self); var x = this$1.length; - return ((x === len) ? 0 : ((x < len) ? (-1) : 1)) + return ((x === len) ? 0 : ((x < len) ? (-1) : 1)); }); $c_sci_WrappedString.prototype.knownSize__I = (function() { var this$1 = $n(this.sci_WrappedString__f_scala$collection$immutable$WrappedString$$self); - return this$1.length + return this$1.length; }); $c_sci_WrappedString.prototype.newSpecificBuilder__scm_Builder = (function() { - return $m_sci_WrappedString$().newBuilder__scm_Builder() + return $m_sci_WrappedString$().newBuilder__scm_Builder(); }); $c_sci_WrappedString.prototype.length__I = (function() { var this$1 = $n(this.sci_WrappedString__f_scala$collection$immutable$WrappedString$$self); - return this$1.length + return this$1.length; }); $c_sci_WrappedString.prototype.toString__T = (function() { - return this.sci_WrappedString__f_scala$collection$immutable$WrappedString$$self + return this.sci_WrappedString__f_scala$collection$immutable$WrappedString$$self; }); $c_sci_WrappedString.prototype.copyToArray__O__I__I__I = (function(xs, start, len) { if ((xs instanceof $ac_C)) { @@ -38752,68 +36253,65 @@ $c_sci_WrappedString.prototype.copyToArray__O__I__I__I = (function(xs, start, le var x$1 = ((x < y) ? x : y); var copied = ((x$1 > 0) ? x$1 : 0); $f_T__getChars__I__I__AC__I__V($n(this.sci_WrappedString__f_scala$collection$immutable$WrappedString$$self), 0, copied, x2, start); - return copied + return copied; } else { - return $f_sc_IterableOnceOps__copyToArray__O__I__I__I(this, xs, start, len) + return $f_sc_IterableOnceOps__copyToArray__O__I__I__I(this, xs, start, len); } }); $c_sci_WrappedString.prototype.sameElements__sc_IterableOnce__Z = (function(o) { if ((o instanceof $c_sci_WrappedString)) { var x2 = $as_sci_WrappedString(o); - return (this.sci_WrappedString__f_scala$collection$immutable$WrappedString$$self === $n(x2).sci_WrappedString__f_scala$collection$immutable$WrappedString$$self) + return (this.sci_WrappedString__f_scala$collection$immutable$WrappedString$$self === $n(x2).sci_WrappedString__f_scala$collection$immutable$WrappedString$$self); } else { - return $f_sci_IndexedSeq__sameElements__sc_IterableOnce__Z(this, o) + return $f_sci_IndexedSeq__sameElements__sc_IterableOnce__Z(this, o); } }); $c_sci_WrappedString.prototype.className__T = (function() { - return "WrappedString" + return "WrappedString"; }); $c_sci_WrappedString.prototype.applyPreferredMaxLength__I = (function() { - return 2147483647 + return 2147483647; }); $c_sci_WrappedString.prototype.equals__O__Z = (function(other) { if ((other instanceof $c_sci_WrappedString)) { var x2 = $as_sci_WrappedString(other); - return (this.sci_WrappedString__f_scala$collection$immutable$WrappedString$$self === $n(x2).sci_WrappedString__f_scala$collection$immutable$WrappedString$$self) + return (this.sci_WrappedString__f_scala$collection$immutable$WrappedString$$self === $n(x2).sci_WrappedString__f_scala$collection$immutable$WrappedString$$self); } else { - return $f_sc_Seq__equals__O__Z(this, other) + return $f_sc_Seq__equals__O__Z(this, other); } }); $c_sci_WrappedString.prototype.iterableFactory__sc_IterableFactory = (function() { - return $m_sci_IndexedSeq$() + return $m_sci_IndexedSeq$(); }); $c_sci_WrappedString.prototype.fromSpecific__sc_IterableOnce__O = (function(coll) { - return $m_sci_WrappedString$().fromSpecific__sc_IterableOnce__sci_WrappedString(coll) + return $m_sci_WrappedString$().fromSpecific__sc_IterableOnce__sci_WrappedString(coll); }); $c_sci_WrappedString.prototype.fromSpecific__sc_IterableOnce__sc_IterableOps = (function(coll) { - return $m_sci_WrappedString$().fromSpecific__sc_IterableOnce__sci_WrappedString(coll) + return $m_sci_WrappedString$().fromSpecific__sc_IterableOnce__sci_WrappedString(coll); }); $c_sci_WrappedString.prototype.apply__O__O = (function(v1) { var i = $uI(v1); var this$1 = $n(this.sci_WrappedString__f_scala$collection$immutable$WrappedString$$self); - return $bC($charAt(this$1, i)) + return $bC($charAt(this$1, i)); }); $c_sci_WrappedString.prototype.apply__I__O = (function(i) { var this$1 = $n(this.sci_WrappedString__f_scala$collection$immutable$WrappedString$$self); - return $bC($charAt(this$1, i)) + return $bC($charAt(this$1, i)); }); function $as_sci_WrappedString(obj) { - return (((obj instanceof $c_sci_WrappedString) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.WrappedString")) + return (((obj instanceof $c_sci_WrappedString) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.WrappedString")); } function $isArrayOf_sci_WrappedString(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_WrappedString))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_WrappedString))); } function $asArrayOf_sci_WrappedString(obj, depth) { - return (($isArrayOf_sci_WrappedString(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.WrappedString;", depth)) + return (($isArrayOf_sci_WrappedString(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.WrappedString;", depth)); } -var $d_sci_WrappedString = new $TypeData().initClass({ - sci_WrappedString: 0 -}, false, "scala.collection.immutable.WrappedString", { +var $d_sci_WrappedString = new $TypeData().initClass($c_sci_WrappedString, "scala.collection.immutable.WrappedString", ({ sci_WrappedString: 1, sci_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -38832,176 +36330,170 @@ var $d_sci_WrappedString = new $TypeData().initClass({ sc_IndexedSeqOps: 1, sci_IndexedSeqOps: 1, Ljava_io_Serializable: 1 -}); -$c_sci_WrappedString.prototype.$classData = $d_sci_WrappedString; +})); function $ct_sjsr_WrappedVarArgs__sjs_js_Array__($thiz, array) { $thiz.sjsr_WrappedVarArgs__f_scala$scalajs$runtime$WrappedVarArgs$$array = array; - return $thiz + return $thiz; } function $ct_sjsr_WrappedVarArgs__($thiz) { $ct_sjsr_WrappedVarArgs__sjs_js_Array__($thiz, []); - return $thiz + return $thiz; } /** @constructor */ function $c_sjsr_WrappedVarArgs() { - this.sjsr_WrappedVarArgs__f_scala$scalajs$runtime$WrappedVarArgs$$array = null + this.sjsr_WrappedVarArgs__f_scala$scalajs$runtime$WrappedVarArgs$$array = null; } $c_sjsr_WrappedVarArgs.prototype = new $h_O(); $c_sjsr_WrappedVarArgs.prototype.constructor = $c_sjsr_WrappedVarArgs; /** @constructor */ function $h_sjsr_WrappedVarArgs() { - /**/ } $h_sjsr_WrappedVarArgs.prototype = $c_sjsr_WrappedVarArgs.prototype; $c_sjsr_WrappedVarArgs.prototype.distinctBy__F1__O = (function(f) { - return $f_sci_StrictOptimizedSeqOps__distinctBy__F1__O(this, f) + return $f_sci_StrictOptimizedSeqOps__distinctBy__F1__O(this, f); }); $c_sjsr_WrappedVarArgs.prototype.prepended__O__O = (function(elem) { - return $f_sc_StrictOptimizedSeqOps__prepended__O__O(this, elem) + return $f_sc_StrictOptimizedSeqOps__prepended__O__O(this, elem); }); $c_sjsr_WrappedVarArgs.prototype.partition__F1__T2 = (function(p) { - return $f_sc_StrictOptimizedIterableOps__partition__F1__T2(this, p) + return $f_sc_StrictOptimizedIterableOps__partition__F1__T2(this, p); }); $c_sjsr_WrappedVarArgs.prototype.map__F1__O = (function(f) { - return $f_sc_StrictOptimizedIterableOps__map__F1__O(this, f) + return $f_sc_StrictOptimizedIterableOps__map__F1__O(this, f); }); $c_sjsr_WrappedVarArgs.prototype.canEqual__O__Z = (function(that) { - return $f_sci_IndexedSeq__canEqual__O__Z(this, that) + return $f_sci_IndexedSeq__canEqual__O__Z(this, that); }); $c_sjsr_WrappedVarArgs.prototype.sameElements__sc_IterableOnce__Z = (function(o) { - return $f_sci_IndexedSeq__sameElements__sc_IterableOnce__Z(this, o) + return $f_sci_IndexedSeq__sameElements__sc_IterableOnce__Z(this, o); }); $c_sjsr_WrappedVarArgs.prototype.applyPreferredMaxLength__I = (function() { - return $m_sci_IndexedSeqDefaults$().sci_IndexedSeqDefaults$__f_defaultApplyPreferredMaxLength + return $m_sci_IndexedSeqDefaults$().sci_IndexedSeqDefaults$__f_defaultApplyPreferredMaxLength; }); $c_sjsr_WrappedVarArgs.prototype.iterator__sc_Iterator = (function() { var this$1 = new $c_sc_IndexedSeqView$Id(this); - return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$1) + return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$1); }); $c_sjsr_WrappedVarArgs.prototype.reverseIterator__sc_Iterator = (function() { var this$1 = new $c_sc_IndexedSeqView$Id(this); - return new $c_sc_IndexedSeqView$IndexedSeqViewReverseIterator(this$1) + return new $c_sc_IndexedSeqView$IndexedSeqViewReverseIterator(this$1); }); $c_sjsr_WrappedVarArgs.prototype.head__O = (function() { - return $f_sc_IndexedSeqOps__head__O(this) + return $f_sc_IndexedSeqOps__head__O(this); }); $c_sjsr_WrappedVarArgs.prototype.lengthCompare__I__I = (function(len) { var x = this.length__I(); - return ((x === len) ? 0 : ((x < len) ? (-1) : 1)) + return ((x === len) ? 0 : ((x < len) ? (-1) : 1)); }); $c_sjsr_WrappedVarArgs.prototype.knownSize__I = (function() { - return this.length__I() + return this.length__I(); }); $c_sjsr_WrappedVarArgs.prototype.equals__O__Z = (function(o) { - return $f_sc_Seq__equals__O__Z(this, o) + return $f_sc_Seq__equals__O__Z(this, o); }); $c_sjsr_WrappedVarArgs.prototype.hashCode__I = (function() { - return $m_s_util_hashing_MurmurHash3$().seqHash__sc_Seq__I(this) + return $m_s_util_hashing_MurmurHash3$().seqHash__sc_Seq__I(this); }); $c_sjsr_WrappedVarArgs.prototype.toString__T = (function() { - return $f_sc_Iterable__toString__T(this) + return $f_sc_Iterable__toString__T(this); }); $c_sjsr_WrappedVarArgs.prototype.size__I = (function() { - return this.length__I() + return this.length__I(); }); $c_sjsr_WrappedVarArgs.prototype.indexWhere__F1__I__I = (function(p, from) { var this$1 = new $c_sc_IndexedSeqView$Id(this); var this$2 = $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$1); - return $f_sc_Iterator__indexWhere__F1__I__I(this$2, p, from) + return $f_sc_Iterator__indexWhere__F1__I__I(this$2, p, from); }); $c_sjsr_WrappedVarArgs.prototype.sizeCompare__I__I = (function(otherSize) { var x = this.length__I(); - return ((x === otherSize) ? 0 : ((x < otherSize) ? (-1) : 1)) + return ((x === otherSize) ? 0 : ((x < otherSize) ? (-1) : 1)); }); $c_sjsr_WrappedVarArgs.prototype.isEmpty__Z = (function() { - return $f_sc_SeqOps__isEmpty__Z(this) + return $f_sc_SeqOps__isEmpty__Z(this); }); $c_sjsr_WrappedVarArgs.prototype.lift__F1 = (function() { - return new $c_s_PartialFunction$Lifted(this) + return new $c_s_PartialFunction$Lifted(this); }); $c_sjsr_WrappedVarArgs.prototype.applyOrElse__O__F1__O = (function(x, default$1) { - return $f_s_PartialFunction__applyOrElse__O__F1__O(this, x, default$1) + return $f_s_PartialFunction__applyOrElse__O__F1__O(this, x, default$1); }); $c_sjsr_WrappedVarArgs.prototype.newSpecificBuilder__scm_Builder = (function() { - return $m_sjsr_WrappedVarArgs$().newBuilder__scm_Builder() + return $m_sjsr_WrappedVarArgs$().newBuilder__scm_Builder(); }); $c_sjsr_WrappedVarArgs.prototype.withFilter__F1__sc_WithFilter = (function(p) { - return $ct_sc_IterableOps$WithFilter__sc_IterableOps__F1__(new $c_sc_IterableOps$WithFilter(), this, p) + return $ct_sc_IterableOps$WithFilter__sc_IterableOps__F1__(new $c_sc_IterableOps$WithFilter(), this, p); }); $c_sjsr_WrappedVarArgs.prototype.foreach__F1__V = (function(f) { - $f_sc_IterableOnceOps__foreach__F1__V(this, f) + $f_sc_IterableOnceOps__foreach__F1__V(this, f); }); $c_sjsr_WrappedVarArgs.prototype.exists__F1__Z = (function(p) { - return $f_sc_IterableOnceOps__exists__F1__Z(this, p) + return $f_sc_IterableOnceOps__exists__F1__Z(this, p); }); $c_sjsr_WrappedVarArgs.prototype.foldLeft__O__F2__O = (function(z, op) { - return $f_sc_IterableOnceOps__foldLeft__O__F2__O(this, z, op) + return $f_sc_IterableOnceOps__foldLeft__O__F2__O(this, z, op); }); $c_sjsr_WrappedVarArgs.prototype.reduceLeft__F2__O = (function(op) { - return $f_sc_IterableOnceOps__reduceLeft__F2__O(this, op) + return $f_sc_IterableOnceOps__reduceLeft__F2__O(this, op); }); $c_sjsr_WrappedVarArgs.prototype.copyToArray__O__I__I__I = (function(xs, start, len) { - return $f_sc_IterableOnceOps__copyToArray__O__I__I__I(this, xs, start, len) + return $f_sc_IterableOnceOps__copyToArray__O__I__I__I(this, xs, start, len); }); $c_sjsr_WrappedVarArgs.prototype.min__s_math_Ordering__O = (function(ord) { - return $f_sc_IterableOnceOps__min__s_math_Ordering__O(this, ord) + return $f_sc_IterableOnceOps__min__s_math_Ordering__O(this, ord); }); $c_sjsr_WrappedVarArgs.prototype.max__s_math_Ordering__O = (function(ord) { - return $f_sc_IterableOnceOps__max__s_math_Ordering__O(this, ord) + return $f_sc_IterableOnceOps__max__s_math_Ordering__O(this, ord); }); $c_sjsr_WrappedVarArgs.prototype.addString__scm_StringBuilder__T__T__T__scm_StringBuilder = (function(b, start, sep, end) { - return $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder(this, b, start, sep, end) + return $f_sc_IterableOnceOps__addString__scm_StringBuilder__T__T__T__scm_StringBuilder(this, b, start, sep, end); }); $c_sjsr_WrappedVarArgs.prototype.toList__sci_List = (function() { - $m_sci_List$(); - return $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this) + return $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(this); }); $c_sjsr_WrappedVarArgs.prototype.toMap__s_$less$colon$less__sci_Map = (function(ev) { - return $m_sci_Map$().from__sc_IterableOnce__sci_Map(this) + return $m_sci_Map$().from__sc_IterableOnce__sci_Map(this); }); $c_sjsr_WrappedVarArgs.prototype.toArray__s_reflect_ClassTag__O = (function(evidence$2) { - return $f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O(this, evidence$2) + return $f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O(this, evidence$2); }); $c_sjsr_WrappedVarArgs.prototype.iterableFactory__sc_SeqFactory = (function() { - return $m_sjsr_WrappedVarArgs$() + return $m_sjsr_WrappedVarArgs$(); }); $c_sjsr_WrappedVarArgs.prototype.length__I = (function() { - return $uI(this.sjsr_WrappedVarArgs__f_scala$scalajs$runtime$WrappedVarArgs$$array.length) + return $uI(this.sjsr_WrappedVarArgs__f_scala$scalajs$runtime$WrappedVarArgs$$array.length); }); $c_sjsr_WrappedVarArgs.prototype.apply__I__O = (function(idx) { - return this.sjsr_WrappedVarArgs__f_scala$scalajs$runtime$WrappedVarArgs$$array[idx] + return this.sjsr_WrappedVarArgs__f_scala$scalajs$runtime$WrappedVarArgs$$array[idx]; }); $c_sjsr_WrappedVarArgs.prototype.className__T = (function() { - return "WrappedVarArgs" + return "WrappedVarArgs"; }); $c_sjsr_WrappedVarArgs.prototype.fromSpecific__sc_IterableOnce__O = (function(coll) { var this$1 = $m_sjsr_WrappedVarArgs$(); - return this$1.from__sc_IterableOnce__sjsr_WrappedVarArgs(coll) + return this$1.from__sc_IterableOnce__sjsr_WrappedVarArgs(coll); }); $c_sjsr_WrappedVarArgs.prototype.isDefinedAt__O__Z = (function(x) { var idx = $uI(x); - return $f_sc_SeqOps__isDefinedAt__I__Z(this, idx) + return $f_sc_SeqOps__isDefinedAt__I__Z(this, idx); }); $c_sjsr_WrappedVarArgs.prototype.apply__O__O = (function(v1) { - return this.apply__I__O($uI(v1)) + return this.apply__I__O($uI(v1)); }); $c_sjsr_WrappedVarArgs.prototype.iterableFactory__sc_IterableFactory = (function() { - return $m_sjsr_WrappedVarArgs$() + return $m_sjsr_WrappedVarArgs$(); }); function $as_sjsr_WrappedVarArgs(obj) { - return (((obj instanceof $c_sjsr_WrappedVarArgs) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.scalajs.runtime.WrappedVarArgs")) + return (((obj instanceof $c_sjsr_WrappedVarArgs) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.scalajs.runtime.WrappedVarArgs")); } function $isArrayOf_sjsr_WrappedVarArgs(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sjsr_WrappedVarArgs))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sjsr_WrappedVarArgs))); } function $asArrayOf_sjsr_WrappedVarArgs(obj, depth) { - return (($isArrayOf_sjsr_WrappedVarArgs(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.scalajs.runtime.WrappedVarArgs;", depth)) + return (($isArrayOf_sjsr_WrappedVarArgs(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.scalajs.runtime.WrappedVarArgs;", depth)); } -var $d_sjsr_WrappedVarArgs = new $TypeData().initClass({ - sjsr_WrappedVarArgs: 0 -}, false, "scala.scalajs.runtime.WrappedVarArgs", { +var $d_sjsr_WrappedVarArgs = new $TypeData().initClass($c_sjsr_WrappedVarArgs, "scala.scalajs.runtime.WrappedVarArgs", ({ sjsr_WrappedVarArgs: 1, - O: 1, sci_IndexedSeq: 1, sci_Seq: 1, sci_Iterable: 1, @@ -39023,87 +36515,85 @@ var $d_sjsr_WrappedVarArgs = new $TypeData().initClass({ sc_StrictOptimizedSeqOps: 1, sc_StrictOptimizedIterableOps: 1, Ljava_io_Serializable: 1 -}); -$c_sjsr_WrappedVarArgs.prototype.$classData = $d_sjsr_WrappedVarArgs; +})); /** @constructor */ function $c_sci_HashMap(rootNode) { this.sci_HashMap__f_rootNode = null; - this.sci_HashMap__f_rootNode = rootNode + this.sci_HashMap__f_rootNode = rootNode; } $c_sci_HashMap.prototype = new $h_sci_AbstractMap(); $c_sci_HashMap.prototype.constructor = $c_sci_HashMap; /** @constructor */ function $h_sci_HashMap() { - /**/ } $h_sci_HashMap.prototype = $c_sci_HashMap.prototype; $c_sci_HashMap.prototype.map__F1__sc_IterableOps = (function(f) { - return $f_sc_StrictOptimizedMapOps__map__F1__sc_IterableOps(this, f) + return $f_sc_StrictOptimizedMapOps__map__F1__sc_IterableOps(this, f); }); $c_sci_HashMap.prototype.map__F1__O = (function(f) { - return $f_sc_StrictOptimizedIterableOps__map__F1__O(this, f) + return $f_sc_StrictOptimizedIterableOps__map__F1__O(this, f); }); $c_sci_HashMap.prototype.mapFactory__sc_MapFactory = (function() { - return $m_sci_HashMap$() + return $m_sci_HashMap$(); }); $c_sci_HashMap.prototype.knownSize__I = (function() { - return $n(this.sci_HashMap__f_rootNode).sci_BitmapIndexedMapNode__f_size + return $n(this.sci_HashMap__f_rootNode).sci_BitmapIndexedMapNode__f_size; }); $c_sci_HashMap.prototype.size__I = (function() { - return $n(this.sci_HashMap__f_rootNode).sci_BitmapIndexedMapNode__f_size + return $n(this.sci_HashMap__f_rootNode).sci_BitmapIndexedMapNode__f_size; }); $c_sci_HashMap.prototype.isEmpty__Z = (function() { - return ($n(this.sci_HashMap__f_rootNode).sci_BitmapIndexedMapNode__f_size === 0) + return ($n(this.sci_HashMap__f_rootNode).sci_BitmapIndexedMapNode__f_size === 0); }); $c_sci_HashMap.prototype.keySet__sci_Set = (function() { - return (($n(this.sci_HashMap__f_rootNode).sci_BitmapIndexedMapNode__f_size === 0) ? $m_sci_Set$EmptySet$() : new $c_sci_HashMap$HashKeySet(this)) + return (($n(this.sci_HashMap__f_rootNode).sci_BitmapIndexedMapNode__f_size === 0) ? $m_sci_Set$EmptySet$() : new $c_sci_HashMap$HashKeySet(this)); }); $c_sci_HashMap.prototype.iterator__sc_Iterator = (function() { - return (this.isEmpty__Z() ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : new $c_sci_MapKeyValueTupleIterator(this.sci_HashMap__f_rootNode)) + return (this.isEmpty__Z() ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : new $c_sci_MapKeyValueTupleIterator(this.sci_HashMap__f_rootNode)); }); $c_sci_HashMap.prototype.keysIterator__sc_Iterator = (function() { - return (this.isEmpty__Z() ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : new $c_sci_MapKeyIterator(this.sci_HashMap__f_rootNode)) + return (this.isEmpty__Z() ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : new $c_sci_MapKeyIterator(this.sci_HashMap__f_rootNode)); }); $c_sci_HashMap.prototype.valuesIterator__sc_Iterator = (function() { - return (this.isEmpty__Z() ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : new $c_sci_MapValueIterator(this.sci_HashMap__f_rootNode)) + return (this.isEmpty__Z() ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : new $c_sci_MapValueIterator(this.sci_HashMap__f_rootNode)); }); $c_sci_HashMap.prototype.contains__O__Z = (function(key) { var keyUnimprovedHash = $m_sr_Statics$().anyHash__O__I(key); var keyHash = $m_sc_Hashing$().improve__I__I(keyUnimprovedHash); - return $n(this.sci_HashMap__f_rootNode).containsKey__O__I__I__I__Z(key, keyUnimprovedHash, keyHash, 0) + return $n(this.sci_HashMap__f_rootNode).containsKey__O__I__I__I__Z(key, keyUnimprovedHash, keyHash, 0); }); $c_sci_HashMap.prototype.apply__O__O = (function(key) { var keyUnimprovedHash = $m_sr_Statics$().anyHash__O__I(key); var keyHash = $m_sc_Hashing$().improve__I__I(keyUnimprovedHash); - return $n(this.sci_HashMap__f_rootNode).apply__O__I__I__I__O(key, keyUnimprovedHash, keyHash, 0) + return $n(this.sci_HashMap__f_rootNode).apply__O__I__I__I__O(key, keyUnimprovedHash, keyHash, 0); }); $c_sci_HashMap.prototype.get__O__s_Option = (function(key) { var keyUnimprovedHash = $m_sr_Statics$().anyHash__O__I(key); var keyHash = $m_sc_Hashing$().improve__I__I(keyUnimprovedHash); - return $n(this.sci_HashMap__f_rootNode).get__O__I__I__I__s_Option(key, keyUnimprovedHash, keyHash, 0) + return $n(this.sci_HashMap__f_rootNode).get__O__I__I__I__s_Option(key, keyUnimprovedHash, keyHash, 0); }); $c_sci_HashMap.prototype.getOrElse__O__F0__O = (function(key, default$1) { var keyUnimprovedHash = $m_sr_Statics$().anyHash__O__I(key); var keyHash = $m_sc_Hashing$().improve__I__I(keyUnimprovedHash); - return $n(this.sci_HashMap__f_rootNode).getOrElse__O__I__I__I__F0__O(key, keyUnimprovedHash, keyHash, 0, default$1) + return $n(this.sci_HashMap__f_rootNode).getOrElse__O__I__I__I__F0__O(key, keyUnimprovedHash, keyHash, 0, default$1); }); $c_sci_HashMap.prototype.updated__O__O__sci_HashMap = (function(key, value) { var keyUnimprovedHash = $m_sr_Statics$().anyHash__O__I(key); var newRootNode = $n(this.sci_HashMap__f_rootNode).updated__O__O__I__I__I__Z__sci_BitmapIndexedMapNode(key, value, keyUnimprovedHash, $m_sc_Hashing$().improve__I__I(keyUnimprovedHash), 0, true); - return ((newRootNode === this.sci_HashMap__f_rootNode) ? this : new $c_sci_HashMap(newRootNode)) + return ((newRootNode === this.sci_HashMap__f_rootNode) ? this : new $c_sci_HashMap(newRootNode)); }); $c_sci_HashMap.prototype.concat__sc_IterableOnce__sci_HashMap = (function(that) { if ((that instanceof $c_sci_HashMap)) { var x2 = $as_sci_HashMap(that); if (this.isEmpty__Z()) { - return x2 + return x2; } else { var newNode = $n(this.sci_HashMap__f_rootNode).concat__sci_MapNode__I__sci_BitmapIndexedMapNode($n(x2).sci_HashMap__f_rootNode, 0); if ((newNode === $n(x2).sci_HashMap__f_rootNode)) { - return x2 + return x2; } else { var newRootNode = $n(this.sci_HashMap__f_rootNode).concat__sci_MapNode__I__sci_BitmapIndexedMapNode($n(x2).sci_HashMap__f_rootNode, 0); - return ((newRootNode === this.sci_HashMap__f_rootNode) ? this : new $c_sci_HashMap(newRootNode)) + return ((newRootNode === this.sci_HashMap__f_rootNode) ? this : new $c_sci_HashMap(newRootNode)); } } } else if ((that instanceof $c_scm_HashMap)) { @@ -39124,12 +36614,12 @@ $c_sci_HashMap.prototype.concat__sc_IterableOnce__sci_HashMap = (function(that) $n(x3); var improvedHash$1 = $n(next$2).scm_HashMap$Node__f__hash; var originalHash$2 = (improvedHash$1 ^ ((improvedHash$1 >>> 16) | 0)); - shallowlyMutableNodeMap = $n(current).updateWithShallowMutations__O__O__I__I__I__I__I($n(next$2).scm_HashMap$Node__f__key, $n(next$2).scm_HashMap$Node__f__value, originalHash$2, $m_sc_Hashing$().improve__I__I(originalHash$2), 0, shallowlyMutableNodeMap) - }; - return new $c_sci_HashMap(current) + shallowlyMutableNodeMap = $n(current).updateWithShallowMutations__O__O__I__I__I__I__I($n(next$2).scm_HashMap$Node__f__key, $n(next$2).scm_HashMap$Node__f__value, originalHash$2, $m_sc_Hashing$().improve__I__I(originalHash$2), 0, shallowlyMutableNodeMap); + } + return new $c_sci_HashMap(current); } - }; - return this + } + return this; } else if (false) { var x4 = $as_scm_LinkedHashMap(that); var iter$2 = $n(x4).entryIterator__sc_Iterator(); @@ -39144,97 +36634,94 @@ $c_sci_HashMap.prototype.concat__sc_IterableOnce__sci_HashMap = (function(that) while ($n(iter$2).hasNext__Z()) { var next$4 = $as_scm_LinkedHashMap$LinkedEntry($n(iter$2).next__O()); var originalHash$4 = $n(x4).unimproveHash__I__I($n(next$4).hash__I()); - shallowlyMutableNodeMap$2 = $n(current$2).updateWithShallowMutations__O__O__I__I__I__I__I($n(next$4).key__O(), $n(next$4).value__O(), originalHash$4, $m_sc_Hashing$().improve__I__I(originalHash$4), 0, shallowlyMutableNodeMap$2) - }; - return new $c_sci_HashMap(current$2) + shallowlyMutableNodeMap$2 = $n(current$2).updateWithShallowMutations__O__O__I__I__I__I__I($n(next$4).key__O(), $n(next$4).value__O(), originalHash$4, $m_sc_Hashing$().improve__I__I(originalHash$4), 0, shallowlyMutableNodeMap$2); + } + return new $c_sci_HashMap(current$2); } - }; - return this + } + return this; } else if ($is_sci_Map(that)) { var x2$2 = $as_sci_Map(that); if ($n(x2$2).isEmpty__Z()) { - return this + return this; } else { var accum = new $c_sci_HashMap$accum$1(this); $n(x2$2).foreachEntry__F2__V(accum); var newRootNode$1 = accum.sci_HashMap$accum$1__f_current; - return ((newRootNode$1 === this.sci_HashMap__f_rootNode) ? this : new $c_sci_HashMap(newRootNode$1)) + return ((newRootNode$1 === this.sci_HashMap__f_rootNode) ? this : new $c_sci_HashMap(newRootNode$1)); } } else { var it = $n(that).iterator__sc_Iterator(); var this$3 = $n(it); if ((!this$3.hasNext__Z())) { - return this + return this; } else { var accum$2 = new $c_sci_HashMap$accum$1(this); var this$4 = $n(it); $f_sc_IterableOnceOps__foreach__F1__V(this$4, accum$2); var newRootNode$2 = accum$2.sci_HashMap$accum$1__f_current; - return ((newRootNode$2 === this.sci_HashMap__f_rootNode) ? this : new $c_sci_HashMap(newRootNode$2)) + return ((newRootNode$2 === this.sci_HashMap__f_rootNode) ? this : new $c_sci_HashMap(newRootNode$2)); } } }); $c_sci_HashMap.prototype.foreach__F1__V = (function(f) { - $n(this.sci_HashMap__f_rootNode).foreach__F1__V(f) + $n(this.sci_HashMap__f_rootNode).foreach__F1__V(f); }); $c_sci_HashMap.prototype.foreachEntry__F2__V = (function(f) { - $n(this.sci_HashMap__f_rootNode).foreachEntry__F2__V(f) + $n(this.sci_HashMap__f_rootNode).foreachEntry__F2__V(f); }); $c_sci_HashMap.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_sci_HashMap)) { var x2 = $as_sci_HashMap(that); if ((this === x2)) { - return true + return true; } else { var x = this.sci_HashMap__f_rootNode; var x$2 = $n(x2).sci_HashMap__f_rootNode; - return ((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2)) + return ((x === null) ? (x$2 === null) : $n(x).equals__O__Z(x$2)); } } else { - return $f_sc_Map__equals__O__Z(this, that) + return $f_sc_Map__equals__O__Z(this, that); } }); $c_sci_HashMap.prototype.hashCode__I = (function() { if (this.isEmpty__Z()) { - return $m_s_util_hashing_MurmurHash3$().s_util_hashing_MurmurHash3$__f_emptyMapHash + return $m_s_util_hashing_MurmurHash3$().s_util_hashing_MurmurHash3$__f_emptyMapHash; } else { var hashIterator = new $c_sci_MapKeyValueTupleHashIterator(this.sci_HashMap__f_rootNode); var hash = $m_s_util_hashing_MurmurHash3$().unorderedHash__sc_IterableOnce__I__I(hashIterator, $m_s_util_hashing_MurmurHash3$().s_util_hashing_MurmurHash3$__f_mapSeed); - return hash + return hash; } }); $c_sci_HashMap.prototype.className__T = (function() { - return "HashMap" + return "HashMap"; }); $c_sci_HashMap.prototype.head__O = (function() { - return $as_T2($n(this.iterator__sc_Iterator()).next__O()) + return $as_T2($n(this.iterator__sc_Iterator()).next__O()); }); $c_sci_HashMap.prototype.concat__sc_IterableOnce__sc_IterableOps = (function(suffix) { - return this.concat__sc_IterableOnce__sci_HashMap(suffix) + return this.concat__sc_IterableOnce__sci_HashMap(suffix); }); $c_sci_HashMap.prototype.updated__O__O__sci_MapOps = (function(key, value) { - return this.updated__O__O__sci_HashMap(key, value) + return this.updated__O__O__sci_HashMap(key, value); }); $c_sci_HashMap.prototype.keySet__sc_Set = (function() { - return this.keySet__sci_Set() + return this.keySet__sci_Set(); }); function $as_sci_HashMap(obj) { - return (((obj instanceof $c_sci_HashMap) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.HashMap")) + return (((obj instanceof $c_sci_HashMap) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.HashMap")); } function $isArrayOf_sci_HashMap(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_HashMap))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_HashMap))); } function $asArrayOf_sci_HashMap(obj, depth) { - return (($isArrayOf_sci_HashMap(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.HashMap;", depth)) + return (($isArrayOf_sci_HashMap(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.HashMap;", depth)); } -var $d_sci_HashMap = new $TypeData().initClass({ - sci_HashMap: 0 -}, false, "scala.collection.immutable.HashMap", { +var $d_sci_HashMap = new $TypeData().initClass($c_sci_HashMap, "scala.collection.immutable.HashMap", ({ sci_HashMap: 1, sci_AbstractMap: 1, sc_AbstractMap: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -39254,86 +36741,81 @@ var $d_sci_HashMap = new $TypeData().initClass({ sc_StrictOptimizedIterableOps: 1, scg_DefaultSerializable: 1, Ljava_io_Serializable: 1 -}); -$c_sci_HashMap.prototype.$classData = $d_sci_HashMap; +})); function $as_sci_TreeSeqMap(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.TreeSeqMap")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.TreeSeqMap")); } function $isArrayOf_sci_TreeSeqMap(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_TreeSeqMap))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_TreeSeqMap))); } function $asArrayOf_sci_TreeSeqMap(obj, depth) { - return (($isArrayOf_sci_TreeSeqMap(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.TreeSeqMap;", depth)) + return (($isArrayOf_sci_TreeSeqMap(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.TreeSeqMap;", depth)); } function $as_sci_VectorMap(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.VectorMap")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.VectorMap")); } function $isArrayOf_sci_VectorMap(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_VectorMap))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_VectorMap))); } function $asArrayOf_sci_VectorMap(obj, depth) { - return (($isArrayOf_sci_VectorMap(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.VectorMap;", depth)) + return (($isArrayOf_sci_VectorMap(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.VectorMap;", depth)); } /** @constructor */ function $c_scm_AbstractBuffer() { - /**/ } $c_scm_AbstractBuffer.prototype = new $h_scm_AbstractSeq(); $c_scm_AbstractBuffer.prototype.constructor = $c_scm_AbstractBuffer; /** @constructor */ function $h_scm_AbstractBuffer() { - /**/ } $h_scm_AbstractBuffer.prototype = $c_scm_AbstractBuffer.prototype; $c_scm_AbstractBuffer.prototype.addAll__sc_IterableOnce__scm_Growable = (function(elems) { - return $f_scm_Growable__addAll__sc_IterableOnce__scm_Growable(this, elems) + return $f_scm_Growable__addAll__sc_IterableOnce__scm_Growable(this, elems); }); /** @constructor */ function $c_scm_AbstractMap() { - /**/ } $c_scm_AbstractMap.prototype = new $h_sc_AbstractMap(); $c_scm_AbstractMap.prototype.constructor = $c_scm_AbstractMap; /** @constructor */ function $h_scm_AbstractMap() { - /**/ } $h_scm_AbstractMap.prototype = $c_scm_AbstractMap.prototype; $c_scm_AbstractMap.prototype.iterableFactory__sc_IterableFactory = (function() { - return $m_scm_Iterable$() + return $m_scm_Iterable$(); }); $c_scm_AbstractMap.prototype.result__O = (function() { - return this + return this; }); function $p_scm_HashSet__addElem__O__I__Z($thiz, elem, hash) { var idx = (hash & (((-1) + $n($thiz.scm_HashSet__f_scala$collection$mutable$HashSet$$table).u.length) | 0)); var x1 = $n($thiz.scm_HashSet__f_scala$collection$mutable$HashSet$$table).get(idx); if ((x1 === null)) { - $n($thiz.scm_HashSet__f_scala$collection$mutable$HashSet$$table).set(idx, new $c_scm_HashSet$Node(elem, hash, null)) + $n($thiz.scm_HashSet__f_scala$collection$mutable$HashSet$$table).set(idx, new $c_scm_HashSet$Node(elem, hash, null)); } else { var prev = null; var n = x1; while (((n !== null) && ($n(n).scm_HashSet$Node__f__hash <= hash))) { if ((($n(n).scm_HashSet$Node__f__hash === hash) && $m_sr_BoxesRunTime$().equals__O__O__Z(elem, $n(n).scm_HashSet$Node__f__key))) { - return false - }; + return false; + } prev = n; - n = $n(n).scm_HashSet$Node__f__next - }; + n = $n(n).scm_HashSet$Node__f__next; + } if ((prev === null)) { - $n($thiz.scm_HashSet__f_scala$collection$mutable$HashSet$$table).set(idx, new $c_scm_HashSet$Node(elem, hash, x1)) + $n($thiz.scm_HashSet__f_scala$collection$mutable$HashSet$$table).set(idx, new $c_scm_HashSet$Node(elem, hash, x1)); } else { - $n(prev).scm_HashSet$Node__f__next = new $c_scm_HashSet$Node(elem, hash, $n(prev).scm_HashSet$Node__f__next) + $n(prev).scm_HashSet$Node__f__next = new $c_scm_HashSet$Node(elem, hash, $n(prev).scm_HashSet$Node__f__next); } - }; + } $thiz.scm_HashSet__f_contentSize = ((1 + $thiz.scm_HashSet__f_contentSize) | 0); - return true + return true; } function $p_scm_HashSet__growTable__I__V($thiz, newlen) { var oldlen = $n($thiz.scm_HashSet__f_scala$collection$mutable$HashSet$$table).u.length; $thiz.scm_HashSet__f_threshold = $p_scm_HashSet__newThreshold__I__I($thiz, newlen); if (($thiz.scm_HashSet__f_contentSize === 0)) { - $thiz.scm_HashSet__f_scala$collection$mutable$HashSet$$table = new ($d_scm_HashSet$Node.getArrayOf().constr)(newlen) + $thiz.scm_HashSet__f_scala$collection$mutable$HashSet$$table = new ($d_scm_HashSet$Node.getArrayOf().constr)(newlen); } else { var original = $thiz.scm_HashSet__f_scala$collection$mutable$HashSet$$table; $thiz.scm_HashSet__f_scala$collection$mutable$HashSet$$table = $asArrayOf_scm_HashSet$Node($m_ju_Arrays$().copyOf__AO__I__AO(original, newlen), 1); @@ -39353,25 +36835,25 @@ function $p_scm_HashSet__growTable__I__V($thiz, newlen) { var next = $n(n).scm_HashSet$Node__f__next; if ((($n(n).scm_HashSet$Node__f__hash & oldlen) === 0)) { $n(lastLow).scm_HashSet$Node__f__next = n; - lastLow = n + lastLow = n; } else { $n(lastHigh).scm_HashSet$Node__f__next = n; - lastHigh = n - }; - n = next - }; + lastHigh = n; + } + n = next; + } $n(lastLow).scm_HashSet$Node__f__next = null; if ((old !== preLow.scm_HashSet$Node__f__next)) { - $n($thiz.scm_HashSet__f_scala$collection$mutable$HashSet$$table).set(i, preLow.scm_HashSet$Node__f__next) - }; + $n($thiz.scm_HashSet__f_scala$collection$mutable$HashSet$$table).set(i, preLow.scm_HashSet$Node__f__next); + } if ((preHigh.scm_HashSet$Node__f__next !== null)) { $n($thiz.scm_HashSet__f_scala$collection$mutable$HashSet$$table).set(((i + oldlen) | 0), preHigh.scm_HashSet$Node__f__next); - $n(lastHigh).scm_HashSet$Node__f__next = null + $n(lastHigh).scm_HashSet$Node__f__next = null; } - }; - i = ((1 + i) | 0) - }; - oldlen = (oldlen << 1) + } + i = ((1 + i) | 0); + } + oldlen = (oldlen << 1); } } } @@ -39379,58 +36861,57 @@ function $p_scm_HashSet__tableSizeFor__I__I($thiz, capacity) { var x = (((-1) + capacity) | 0); var i = ((x > 4) ? x : 4); var x$1 = ((((-2147483648) >> $uI(Math.clz32(i))) & i) << 1); - return ((x$1 < 1073741824) ? x$1 : 1073741824) + return ((x$1 < 1073741824) ? x$1 : 1073741824); } function $p_scm_HashSet__newThreshold__I__I($thiz, size) { - return $doubleToInt((size * $thiz.scm_HashSet__f_loadFactor)) + return $doubleToInt((size * $thiz.scm_HashSet__f_loadFactor)); } function $ct_scm_HashSet__I__D__($thiz, initialCapacity, loadFactor) { $thiz.scm_HashSet__f_loadFactor = loadFactor; $thiz.scm_HashSet__f_scala$collection$mutable$HashSet$$table = new ($d_scm_HashSet$Node.getArrayOf().constr)($p_scm_HashSet__tableSizeFor__I__I($thiz, initialCapacity)); $thiz.scm_HashSet__f_threshold = $p_scm_HashSet__newThreshold__I__I($thiz, $n($thiz.scm_HashSet__f_scala$collection$mutable$HashSet$$table).u.length); $thiz.scm_HashSet__f_contentSize = 0; - return $thiz + return $thiz; } function $ct_scm_HashSet__($thiz) { $ct_scm_HashSet__I__D__($thiz, 16, 0.75); - return $thiz + return $thiz; } /** @constructor */ function $c_scm_HashSet() { this.scm_HashSet__f_loadFactor = 0.0; this.scm_HashSet__f_scala$collection$mutable$HashSet$$table = null; this.scm_HashSet__f_threshold = 0; - this.scm_HashSet__f_contentSize = 0 + this.scm_HashSet__f_contentSize = 0; } $c_scm_HashSet.prototype = new $h_scm_AbstractSet(); $c_scm_HashSet.prototype.constructor = $c_scm_HashSet; /** @constructor */ function $h_scm_HashSet() { - /**/ } $h_scm_HashSet.prototype = $c_scm_HashSet.prototype; $c_scm_HashSet.prototype.size__I = (function() { - return this.scm_HashSet__f_contentSize + return this.scm_HashSet__f_contentSize; }); $c_scm_HashSet.prototype.scala$collection$mutable$HashSet$$improveHash__I__I = (function(originalHash) { - return (originalHash ^ ((originalHash >>> 16) | 0)) + return (originalHash ^ ((originalHash >>> 16) | 0)); }); $c_scm_HashSet.prototype.contains__O__Z = (function(elem) { var hash = this.scala$collection$mutable$HashSet$$improveHash__I__I($m_sr_Statics$().anyHash__O__I(elem)); var x1 = $n(this.scm_HashSet__f_scala$collection$mutable$HashSet$$table).get((hash & (((-1) + $n(this.scm_HashSet__f_scala$collection$mutable$HashSet$$table).u.length) | 0))); - return (((x1 === null) ? null : $n(x1).findNode__O__I__scm_HashSet$Node(elem, hash)) !== null) + return (((x1 === null) ? null : $n(x1).findNode__O__I__scm_HashSet$Node(elem, hash)) !== null); }); $c_scm_HashSet.prototype.sizeHint__I__V = (function(size) { var target = $p_scm_HashSet__tableSizeFor__I__I(this, $doubleToInt((((1 + size) | 0) / this.scm_HashSet__f_loadFactor))); if ((target > $n(this.scm_HashSet__f_scala$collection$mutable$HashSet$$table).u.length)) { - $p_scm_HashSet__growTable__I__V(this, target) + $p_scm_HashSet__growTable__I__V(this, target); } }); $c_scm_HashSet.prototype.add__O__Z = (function(elem) { if ((((1 + this.scm_HashSet__f_contentSize) | 0) >= this.scm_HashSet__f_threshold)) { - $p_scm_HashSet__growTable__I__V(this, ($n(this.scm_HashSet__f_scala$collection$mutable$HashSet$$table).u.length << 1)) - }; - return $p_scm_HashSet__addElem__O__I__Z(this, elem, this.scala$collection$mutable$HashSet$$improveHash__I__I($m_sr_Statics$().anyHash__O__I(elem))) + $p_scm_HashSet__growTable__I__V(this, ($n(this.scm_HashSet__f_scala$collection$mutable$HashSet$$table).u.length << 1)); + } + return $p_scm_HashSet__addElem__O__I__Z(this, elem, this.scala$collection$mutable$HashSet$$improveHash__I__I($m_sr_Statics$().anyHash__O__I(elem))); }); $c_scm_HashSet.prototype.addAll__sc_IterableOnce__scm_HashSet = (function(xs) { $f_scm_Builder__sizeHint__sc_IterableOnce__I__V(this, xs, 0); @@ -39439,42 +36920,42 @@ $c_scm_HashSet.prototype.addAll__sc_IterableOnce__scm_HashSet = (function(xs) { var this$2 = $n(x2); var f = new $c_sjsr_AnonFunction2(((k$2, h$2) => { var h = $uI(h$2); - $p_scm_HashSet__addElem__O__I__Z(this, k$2, this.scala$collection$mutable$HashSet$$improveHash__I__I(h)) + $p_scm_HashSet__addElem__O__I__Z(this, k$2, this.scala$collection$mutable$HashSet$$improveHash__I__I(h)); })); $n(this$2.sci_HashSet__f_rootNode).foreachWithHash__F2__V(f); - return this + return this; } else if ((xs instanceof $c_scm_HashSet)) { var x3 = $as_scm_HashSet(xs); var this$3 = $n(x3); var iter = new $c_scm_HashSet$$anon$2(this$3); while (iter.hasNext__Z()) { var next = $as_scm_HashSet$Node(iter.next__O()); - $p_scm_HashSet__addElem__O__I__Z(this, $n(next).scm_HashSet$Node__f__key, $n(next).scm_HashSet$Node__f__hash) - }; - return this + $p_scm_HashSet__addElem__O__I__Z(this, $n(next).scm_HashSet$Node__f__key, $n(next).scm_HashSet$Node__f__hash); + } + return this; } else if (false) { var x4 = $as_scm_LinkedHashSet(xs); var iter$2 = $n(x4).entryIterator__sc_Iterator(); while ($n(iter$2).hasNext__Z()) { var next$2 = $as_scm_LinkedHashSet$Entry($n(iter$2).next__O()); - $p_scm_HashSet__addElem__O__I__Z(this, $n(next$2).key__O(), $n(next$2).hash__I()) - }; - return this + $p_scm_HashSet__addElem__O__I__Z(this, $n(next$2).key__O(), $n(next$2).hash__I()); + } + return this; } else { - return $as_scm_HashSet($f_scm_Growable__addAll__sc_IterableOnce__scm_Growable(this, xs)) + return $as_scm_HashSet($f_scm_Growable__addAll__sc_IterableOnce__scm_Growable(this, xs)); } }); $c_scm_HashSet.prototype.iterator__sc_Iterator = (function() { - return new $c_scm_HashSet$$anon$1(this) + return new $c_scm_HashSet$$anon$1(this); }); $c_scm_HashSet.prototype.iterableFactory__sc_IterableFactory = (function() { - return $m_scm_HashSet$() + return $m_scm_HashSet$(); }); $c_scm_HashSet.prototype.knownSize__I = (function() { - return this.scm_HashSet__f_contentSize + return this.scm_HashSet__f_contentSize; }); $c_scm_HashSet.prototype.isEmpty__Z = (function() { - return (this.scm_HashSet__f_contentSize === 0) + return (this.scm_HashSet__f_contentSize === 0); }); $c_scm_HashSet.prototype.foreach__F1__V = (function(f) { var len = $n(this.scm_HashSet__f_scala$collection$mutable$HashSet$$table).u.length; @@ -39482,43 +36963,40 @@ $c_scm_HashSet.prototype.foreach__F1__V = (function(f) { while ((i < len)) { var n = $n(this.scm_HashSet__f_scala$collection$mutable$HashSet$$table).get(i); if ((n !== null)) { - $n(n).foreach__F1__V(f) - }; - i = ((1 + i) | 0) + $n(n).foreach__F1__V(f); + } + i = ((1 + i) | 0); } }); $c_scm_HashSet.prototype.className__T = (function() { - return "HashSet" + return "HashSet"; }); $c_scm_HashSet.prototype.hashCode__I = (function() { var setIterator = new $c_scm_HashSet$$anon$1(this); var hashIterator = ((!setIterator.hasNext__Z()) ? setIterator : new $c_scm_HashSet$$anon$3(this)); - return $m_s_util_hashing_MurmurHash3$().unorderedHash__sc_IterableOnce__I__I(hashIterator, $m_s_util_hashing_MurmurHash3$().s_util_hashing_MurmurHash3$__f_setSeed) + return $m_s_util_hashing_MurmurHash3$().unorderedHash__sc_IterableOnce__I__I(hashIterator, $m_s_util_hashing_MurmurHash3$().s_util_hashing_MurmurHash3$__f_setSeed); }); $c_scm_HashSet.prototype.addOne__O__scm_Growable = (function(elem) { this.add__O__Z(elem); - return this + return this; }); $c_scm_HashSet.prototype.addAll__sc_IterableOnce__scm_Growable = (function(elems) { - return this.addAll__sc_IterableOnce__scm_HashSet(elems) + return this.addAll__sc_IterableOnce__scm_HashSet(elems); }); function $as_scm_HashSet(obj) { - return (((obj instanceof $c_scm_HashSet) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.HashSet")) + return (((obj instanceof $c_scm_HashSet) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.HashSet")); } function $isArrayOf_scm_HashSet(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_HashSet))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_HashSet))); } function $asArrayOf_scm_HashSet(obj, depth) { - return (($isArrayOf_scm_HashSet(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.HashSet;", depth)) + return (($isArrayOf_scm_HashSet(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.HashSet;", depth)); } -var $d_scm_HashSet = new $TypeData().initClass({ - scm_HashSet: 0 -}, false, "scala.collection.mutable.HashSet", { +var $d_scm_HashSet = new $TypeData().initClass($c_scm_HashSet, "scala.collection.mutable.HashSet", ({ scm_HashSet: 1, scm_AbstractSet: 1, sc_AbstractSet: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -39539,101 +37017,96 @@ var $d_scm_HashSet = new $TypeData().initClass({ scm_Shrinkable: 1, sc_StrictOptimizedIterableOps: 1, Ljava_io_Serializable: 1 -}); -$c_scm_HashSet.prototype.$classData = $d_scm_HashSet; +})); function $as_sci_ListMap(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ListMap")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ListMap")); } function $isArrayOf_sci_ListMap(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ListMap))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ListMap))); } function $asArrayOf_sci_ListMap(obj, depth) { - return (($isArrayOf_sci_ListMap(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ListMap;", depth)) + return (($isArrayOf_sci_ListMap(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ListMap;", depth)); } function $as_scm_LinkedHashSet(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.LinkedHashSet")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.LinkedHashSet")); } function $isArrayOf_scm_LinkedHashSet(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_LinkedHashSet))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_LinkedHashSet))); } function $asArrayOf_scm_LinkedHashSet(obj, depth) { - return (($isArrayOf_scm_LinkedHashSet(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.LinkedHashSet;", depth)) + return (($isArrayOf_scm_LinkedHashSet(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.LinkedHashSet;", depth)); } /** @constructor */ function $c_sci_ArraySeq() { - /**/ } $c_sci_ArraySeq.prototype = new $h_sci_AbstractSeq(); $c_sci_ArraySeq.prototype.constructor = $c_sci_ArraySeq; /** @constructor */ function $h_sci_ArraySeq() { - /**/ } $h_sci_ArraySeq.prototype = $c_sci_ArraySeq.prototype; $c_sci_ArraySeq.prototype.fromSpecific__sc_IterableOnce__sc_IterableOps = (function(coll) { var this$1 = $m_sci_ArraySeq$(); var evidence$5 = this.elemTag__s_reflect_ClassTag(); - return this$1.from__sc_IterableOnce__s_reflect_ClassTag__sci_ArraySeq(coll, evidence$5) + return this$1.from__sc_IterableOnce__s_reflect_ClassTag__sci_ArraySeq(coll, evidence$5); }); $c_sci_ArraySeq.prototype.newSpecificBuilder__scm_Builder = (function() { var this$1 = $m_sci_ArraySeq$(); var evidence$12 = this.elemTag__s_reflect_ClassTag(); - return this$1.newBuilder__s_reflect_ClassTag__scm_Builder(evidence$12) + return this$1.newBuilder__s_reflect_ClassTag__scm_Builder(evidence$12); }); $c_sci_ArraySeq.prototype.distinctBy__F1__O = (function(f) { - return $f_sci_StrictOptimizedSeqOps__distinctBy__F1__O(this, f) + return $f_sci_StrictOptimizedSeqOps__distinctBy__F1__O(this, f); }); $c_sci_ArraySeq.prototype.partition__F1__T2 = (function(p) { - return $f_sc_StrictOptimizedIterableOps__partition__F1__T2(this, p) + return $f_sc_StrictOptimizedIterableOps__partition__F1__T2(this, p); }); $c_sci_ArraySeq.prototype.canEqual__O__Z = (function(that) { - return $f_sci_IndexedSeq__canEqual__O__Z(this, that) + return $f_sci_IndexedSeq__canEqual__O__Z(this, that); }); $c_sci_ArraySeq.prototype.sameElements__sc_IterableOnce__Z = (function(o) { - return $f_sci_IndexedSeq__sameElements__sc_IterableOnce__Z(this, o) + return $f_sci_IndexedSeq__sameElements__sc_IterableOnce__Z(this, o); }); $c_sci_ArraySeq.prototype.stringPrefix__T = (function() { - return "IndexedSeq" + return "IndexedSeq"; }); $c_sci_ArraySeq.prototype.reverseIterator__sc_Iterator = (function() { var this$1 = new $c_sc_IndexedSeqView$Id(this); - return new $c_sc_IndexedSeqView$IndexedSeqViewReverseIterator(this$1) + return new $c_sc_IndexedSeqView$IndexedSeqViewReverseIterator(this$1); }); $c_sci_ArraySeq.prototype.reversed__sc_Iterable = (function() { - return new $c_sc_IndexedSeqView$Reverse(this) + return new $c_sc_IndexedSeqView$Reverse(this); }); $c_sci_ArraySeq.prototype.head__O = (function() { - return $f_sc_IndexedSeqOps__head__O(this) + return $f_sc_IndexedSeqOps__head__O(this); }); $c_sci_ArraySeq.prototype.lengthCompare__I__I = (function(len) { var x = this.length__I(); - return ((x === len) ? 0 : ((x < len) ? (-1) : 1)) + return ((x === len) ? 0 : ((x < len) ? (-1) : 1)); }); $c_sci_ArraySeq.prototype.knownSize__I = (function() { - return this.length__I() + return this.length__I(); }); $c_sci_ArraySeq.prototype.iterableFactory__sc_SeqFactory = (function() { - return $m_sci_ArraySeq$().sci_ArraySeq$__f_untagged + return $m_sci_ArraySeq$().sci_ArraySeq$__f_untagged; }); $c_sci_ArraySeq.prototype.map__F1__sci_ArraySeq = (function(f) { var a = new $ac_O(this.length__I()); var i = 0; while ((i < $n(a).u.length)) { $n(a).set(i, $n(f).apply__O__O(this.apply__I__O(i))); - i = ((1 + i) | 0) - }; - return $m_sci_ArraySeq$().unsafeWrapArray__O__sci_ArraySeq(a) + i = ((1 + i) | 0); + } + return $m_sci_ArraySeq$().unsafeWrapArray__O__sci_ArraySeq(a); }); $c_sci_ArraySeq.prototype.prepended__O__sci_ArraySeq = (function(elem) { var $x_1 = $m_sci_ArraySeq$(); - $m_sc_ArrayOps$(); var xs = this.unsafeArray__O(); - $m_s_reflect_ManifestFactory$AnyManifest$(); var len = ((1 + $m_jl_reflect_Array$().getLength__O__I(xs)) | 0); var dest = new $ac_O(len); dest.set(0, elem); $m_s_Array$().copy__O__I__O__I__I__V(xs, 0, dest, 1, $m_jl_reflect_Array$().getLength__O__I(xs)); - return $n($x_1).unsafeWrapArray__O__sci_ArraySeq(dest) + return $n($x_1).unsafeWrapArray__O__sci_ArraySeq(dest); }); $c_sci_ArraySeq.prototype.foldLeft__O__F2__O = (function(z, f) { var array = this.unsafeArray__O(); @@ -39642,12 +37115,12 @@ $c_sci_ArraySeq.prototype.foldLeft__O__F2__O = (function(z, f) { while ((i < $m_jl_reflect_Array$().getLength__O__I(array))) { var a = $m_sr_ScalaRunTime$().array_apply__O__I__O(array, i); b = $n(f).apply__O__O__O(b, a); - i = ((1 + i) | 0) - }; - return b + i = ((1 + i) | 0); + } + return b; }); $c_sci_ArraySeq.prototype.className__T = (function() { - return "ArraySeq" + return "ArraySeq"; }); $c_sci_ArraySeq.prototype.copyToArray__O__I__I__I = (function(xs, start, len) { var srcLen = this.length__I(); @@ -39657,92 +37130,91 @@ $c_sci_ArraySeq.prototype.copyToArray__O__I__I__I = (function(xs, start, len) { var x$1 = ((x < y) ? x : y); var copied = ((x$1 > 0) ? x$1 : 0); if ((copied > 0)) { - $m_s_Array$().copy__O__I__O__I__I__V(this.unsafeArray__O(), 0, xs, start, copied) - }; - return copied + $m_s_Array$().copy__O__I__O__I__I__V(this.unsafeArray__O(), 0, xs, start, copied); + } + return copied; }); $c_sci_ArraySeq.prototype.applyPreferredMaxLength__I = (function() { - return 2147483647 + return 2147483647; }); $c_sci_ArraySeq.prototype.fromSpecific__sc_IterableOnce__O = (function(coll) { var this$1 = $m_sci_ArraySeq$(); var evidence$5 = this.elemTag__s_reflect_ClassTag(); - return this$1.from__sc_IterableOnce__s_reflect_ClassTag__sci_ArraySeq(coll, evidence$5) + return this$1.from__sc_IterableOnce__s_reflect_ClassTag__sci_ArraySeq(coll, evidence$5); }); $c_sci_ArraySeq.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sci_ArraySeq(elem) + return this.prepended__O__sci_ArraySeq(elem); }); $c_sci_ArraySeq.prototype.map__F1__O = (function(f) { - return this.map__F1__sci_ArraySeq(f) + return this.map__F1__sci_ArraySeq(f); }); $c_sci_ArraySeq.prototype.iterableFactory__sc_IterableFactory = (function() { - return $m_sci_ArraySeq$().sci_ArraySeq$__f_untagged + return $m_sci_ArraySeq$().sci_ArraySeq$__f_untagged; }); function $as_sci_ArraySeq(obj) { - return (((obj instanceof $c_sci_ArraySeq) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq")) + return (((obj instanceof $c_sci_ArraySeq) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq")); } function $isArrayOf_sci_ArraySeq(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq))); } function $asArrayOf_sci_ArraySeq(obj, depth) { - return (($isArrayOf_sci_ArraySeq(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq;", depth)) + return (($isArrayOf_sci_ArraySeq(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq;", depth)); } function $ct_sci_Vector__AO__($thiz, prefix1) { $thiz.sci_Vector__f_prefix1 = prefix1; - return $thiz + return $thiz; } /** @constructor */ function $c_sci_Vector() { - this.sci_Vector__f_prefix1 = null + this.sci_Vector__f_prefix1 = null; } $c_sci_Vector.prototype = new $h_sci_AbstractSeq(); $c_sci_Vector.prototype.constructor = $c_sci_Vector; /** @constructor */ function $h_sci_Vector() { - /**/ } $h_sci_Vector.prototype = $c_sci_Vector.prototype; $c_sci_Vector.prototype.distinctBy__F1__O = (function(f) { - return $f_sci_StrictOptimizedSeqOps__distinctBy__F1__O(this, f) + return $f_sci_StrictOptimizedSeqOps__distinctBy__F1__O(this, f); }); $c_sci_Vector.prototype.partition__F1__T2 = (function(p) { - return $f_sc_StrictOptimizedIterableOps__partition__F1__T2(this, p) + return $f_sc_StrictOptimizedIterableOps__partition__F1__T2(this, p); }); $c_sci_Vector.prototype.canEqual__O__Z = (function(that) { - return $f_sci_IndexedSeq__canEqual__O__Z(this, that) + return $f_sci_IndexedSeq__canEqual__O__Z(this, that); }); $c_sci_Vector.prototype.sameElements__sc_IterableOnce__Z = (function(o) { - return $f_sci_IndexedSeq__sameElements__sc_IterableOnce__Z(this, o) + return $f_sci_IndexedSeq__sameElements__sc_IterableOnce__Z(this, o); }); $c_sci_Vector.prototype.stringPrefix__T = (function() { - return "IndexedSeq" + return "IndexedSeq"; }); $c_sci_Vector.prototype.reverseIterator__sc_Iterator = (function() { var this$1 = new $c_sc_IndexedSeqView$Id(this); - return new $c_sc_IndexedSeqView$IndexedSeqViewReverseIterator(this$1) + return new $c_sc_IndexedSeqView$IndexedSeqViewReverseIterator(this$1); }); $c_sci_Vector.prototype.reversed__sc_Iterable = (function() { - return new $c_sc_IndexedSeqView$Reverse(this) + return new $c_sc_IndexedSeqView$Reverse(this); }); $c_sci_Vector.prototype.lengthCompare__I__I = (function(len) { var x = this.length__I(); - return ((x === len) ? 0 : ((x < len) ? (-1) : 1)) + return ((x === len) ? 0 : ((x < len) ? (-1) : 1)); }); $c_sci_Vector.prototype.knownSize__I = (function() { - return this.length__I() + return this.length__I(); }); $c_sci_Vector.prototype.iterableFactory__sc_SeqFactory = (function() { - return $m_sci_Vector$() + return $m_sci_Vector$(); }); $c_sci_Vector.prototype.length__I = (function() { - return ((this instanceof $c_sci_BigVector) ? $n($as_sci_BigVector(this)).sci_BigVector__f_length0 : $n(this.sci_Vector__f_prefix1).u.length) + return ((this instanceof $c_sci_BigVector) ? $n($as_sci_BigVector(this)).sci_BigVector__f_length0 : $n(this.sci_Vector__f_prefix1).u.length); }); $c_sci_Vector.prototype.iterator__sc_Iterator = (function() { - return (($m_sci_Vector0$() === this) ? $m_sci_Vector$().sci_Vector$__f_scala$collection$immutable$Vector$$emptyIterator : new $c_sci_NewVectorIterator(this, this.length__I(), this.vectorSliceCount__I())) + return (($m_sci_Vector0$() === this) ? $m_sci_Vector$().sci_Vector$__f_scala$collection$immutable$Vector$$emptyIterator : new $c_sci_NewVectorIterator(this, this.length__I(), this.vectorSliceCount__I())); }); $c_sci_Vector.prototype.appendedAll__sc_IterableOnce__sci_Vector = (function(suffix) { var k = $n(suffix).knownSize__I(); - return ((k === 0) ? this : ((k < 0) ? $as_sci_Vector($f_sc_StrictOptimizedSeqOps__appendedAll__sc_IterableOnce__O(this, suffix)) : this.appendedAll0__sc_IterableOnce__I__sci_Vector(suffix, k))) + return ((k === 0) ? this : ((k < 0) ? $as_sci_Vector($f_sc_StrictOptimizedSeqOps__appendedAll__sc_IterableOnce__O(this, suffix)) : this.appendedAll0__sc_IterableOnce__I__sci_Vector(suffix, k))); }); $c_sci_Vector.prototype.appendedAll0__sc_IterableOnce__I__sci_Vector = (function(suffix, k) { var tinyAppendLimit = ((4 + this.vectorSliceCount__I()) | 0); @@ -39751,48 +37223,48 @@ $c_sci_Vector.prototype.appendedAll0__sc_IterableOnce__I__sci_Vector = (function if ($is_sci_Iterable(suffix)) { var x2 = $as_sci_Iterable(suffix); $n(x2).foreach__F1__V(new $c_sjsr_AnonFunction1(((x$2) => { - v.sr_ObjectRef__f_elem = $n($as_sci_Vector(v.sr_ObjectRef__f_elem)).appended__O__sci_Vector(x$2) - }))) + v.sr_ObjectRef__f_elem = $n($as_sci_Vector(v.sr_ObjectRef__f_elem)).appended__O__sci_Vector(x$2); + }))); } else { var this$3 = $n($n(suffix).iterator__sc_Iterator()); while (this$3.hasNext__Z()) { var arg1 = this$3.next__O(); - v.sr_ObjectRef__f_elem = $n($as_sci_Vector(v.sr_ObjectRef__f_elem)).appended__O__sci_Vector(arg1) + v.sr_ObjectRef__f_elem = $n($as_sci_Vector(v.sr_ObjectRef__f_elem)).appended__O__sci_Vector(arg1); } - }; - return $as_sci_Vector(v.sr_ObjectRef__f_elem) + } + return $as_sci_Vector(v.sr_ObjectRef__f_elem); } else if (((this.length__I() < ((k >>> 5) | 0)) && (suffix instanceof $c_sci_Vector))) { var v$2 = $as_sci_Vector(suffix); var this$4 = new $c_sc_IndexedSeqView$Id(this); var ri = new $c_sc_IndexedSeqView$IndexedSeqViewReverseIterator(this$4); while ((ri.sc_IndexedSeqView$IndexedSeqViewReverseIterator__f_scala$collection$IndexedSeqView$IndexedSeqViewReverseIterator$$remainder > 0)) { - v$2 = $n(v$2).prepended__O__sci_Vector(ri.next__O()) - }; - return v$2 + v$2 = $n(v$2).prepended__O__sci_Vector(ri.next__O()); + } + return v$2; } else if (((this.length__I() < (((-64) + k) | 0)) && (suffix instanceof $c_sci_Vector))) { var v$3 = $as_sci_Vector(suffix); - return $n($n($n(new $c_sci_VectorBuilder().alignTo__I__sci_Vector__sci_VectorBuilder(this.length__I(), v$3)).addAll__sc_IterableOnce__sci_VectorBuilder(this)).addAll__sc_IterableOnce__sci_VectorBuilder(v$3)).result__sci_Vector() + return $n($n($n(new $c_sci_VectorBuilder().alignTo__I__sci_Vector__sci_VectorBuilder(this.length__I(), v$3)).addAll__sc_IterableOnce__sci_VectorBuilder(this)).addAll__sc_IterableOnce__sci_VectorBuilder(v$3)).result__sci_Vector(); } else { - return $n($n(new $c_sci_VectorBuilder().initFrom__sci_Vector__sci_VectorBuilder(this)).addAll__sc_IterableOnce__sci_VectorBuilder(suffix)).result__sci_Vector() + return $n($n(new $c_sci_VectorBuilder().initFrom__sci_Vector__sci_VectorBuilder(this)).addAll__sc_IterableOnce__sci_VectorBuilder(suffix)).result__sci_Vector(); } }); $c_sci_Vector.prototype.className__T = (function() { - return "Vector" + return "Vector"; }); $c_sci_Vector.prototype.copyToArray__O__I__I__I = (function(xs, start, len) { - return $n(this.iterator__sc_Iterator()).copyToArray__O__I__I__I(xs, start, len) + return $n(this.iterator__sc_Iterator()).copyToArray__O__I__I__I(xs, start, len); }); $c_sci_Vector.prototype.applyPreferredMaxLength__I = (function() { - return $m_sci_Vector$().sci_Vector$__f_scala$collection$immutable$Vector$$defaultApplyPreferredMaxLength + return $m_sci_Vector$().sci_Vector$__f_scala$collection$immutable$Vector$$defaultApplyPreferredMaxLength; }); $c_sci_Vector.prototype.ioob__I__jl_IndexOutOfBoundsException = (function(index) { - return $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), (((index + " is out of bounds (min 0, max ") + (((-1) + this.length__I()) | 0)) + ")")) + return $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), (((index + " is out of bounds (min 0, max ") + (((-1) + this.length__I()) | 0)) + ")")); }); $c_sci_Vector.prototype.head__O = (function() { if (($n(this.sci_Vector__f_prefix1).u.length === 0)) { - throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), "empty.head") + throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), "empty.head"); } else { - return $n(this.sci_Vector__f_prefix1).get(0) + return $n(this.sci_Vector__f_prefix1).get(0); } }); $c_sci_Vector.prototype.foreach__F1__V = (function(f) { @@ -39804,53 +37276,51 @@ $c_sci_Vector.prototype.foreach__F1__V = (function(f) { var c$1 = ((c / 2) | 0); var a = ((idx - c$1) | 0); $n($x_1).foreachRec__I__AO__F1__V((((-1) + ((((1 + c$1) | 0) - ((a < 0) ? ((-a) | 0) : a)) | 0)) | 0), this.vectorSlice__I__AO(i), f); - i = ((1 + i) | 0) + i = ((1 + i) | 0); } }); $c_sci_Vector.prototype.iterableFactory__sc_IterableFactory = (function() { - return $m_sci_Vector$() + return $m_sci_Vector$(); }); function $as_sci_Vector(obj) { - return (((obj instanceof $c_sci_Vector) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Vector")) + return (((obj instanceof $c_sci_Vector) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Vector")); } function $isArrayOf_sci_Vector(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Vector))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Vector))); } function $asArrayOf_sci_Vector(obj, depth) { - return (($isArrayOf_sci_Vector(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Vector;", depth)) + return (($isArrayOf_sci_Vector(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Vector;", depth)); } /** @constructor */ function $c_scm_ArraySeq() { - /**/ } $c_scm_ArraySeq.prototype = new $h_scm_AbstractSeq(); $c_scm_ArraySeq.prototype.constructor = $c_scm_ArraySeq; /** @constructor */ function $h_scm_ArraySeq() { - /**/ } $h_scm_ArraySeq.prototype = $c_scm_ArraySeq.prototype; $c_scm_ArraySeq.prototype.distinctBy__F1__O = (function(f) { - return $f_sc_StrictOptimizedSeqOps__distinctBy__F1__O(this, f) + return $f_sc_StrictOptimizedSeqOps__distinctBy__F1__O(this, f); }); $c_scm_ArraySeq.prototype.prepended__O__O = (function(elem) { - return $f_sc_StrictOptimizedSeqOps__prepended__O__O(this, elem) + return $f_sc_StrictOptimizedSeqOps__prepended__O__O(this, elem); }); $c_scm_ArraySeq.prototype.stringPrefix__T = (function() { - return "IndexedSeq" + return "IndexedSeq"; }); $c_scm_ArraySeq.prototype.reversed__sc_Iterable = (function() { - return new $c_sc_IndexedSeqView$Reverse(this) + return new $c_sc_IndexedSeqView$Reverse(this); }); $c_scm_ArraySeq.prototype.lengthCompare__I__I = (function(len) { var x = this.length__I(); - return ((x === len) ? 0 : ((x < len) ? (-1) : 1)) + return ((x === len) ? 0 : ((x < len) ? (-1) : 1)); }); $c_scm_ArraySeq.prototype.knownSize__I = (function() { - return this.length__I() + return this.length__I(); }); $c_scm_ArraySeq.prototype.iterableFactory__sc_SeqFactory = (function() { - return $m_scm_ArraySeq$().scm_ArraySeq$__f_untagged + return $m_scm_ArraySeq$().scm_ArraySeq$__f_untagged; }); $c_scm_ArraySeq.prototype.fromSpecific__sc_IterableOnce__scm_ArraySeq = (function(coll) { var evidence$1 = this.elemTag__s_reflect_ClassTag(); @@ -39865,17 +37335,17 @@ $c_scm_ArraySeq.prototype.fromSpecific__sc_IterableOnce__scm_ArraySeq = (functio while ($n(it).hasNext__Z()) { var elem = $n(it).next__O(); var unboxedElem = (isCharArrayBuilder ? $uC(elem) : ((elem === null) ? $n(elementClass).jl_Class__f_data.zero : elem)); - jsElems.push(unboxedElem) - }; + jsElems.push(unboxedElem); + } var $x_1 = $m_scm_ArraySeq$(); var elemRuntimeClass = ((elementClass === $d_V.getClassOf()) ? $d_jl_Void.getClassOf() : (((elementClass === $d_sr_Null$.getClassOf()) || (elementClass === $d_sr_Nothing$.getClassOf())) ? $d_O.getClassOf() : elementClass)); - return $n($x_1).make__O__scm_ArraySeq($n(elemRuntimeClass).jl_Class__f_data.getArrayOf().wrapArray(jsElems)) + return $n($x_1).make__O__scm_ArraySeq($n(elemRuntimeClass).jl_Class__f_data.getArrayOf().wrapArray(jsElems)); }); $c_scm_ArraySeq.prototype.newSpecificBuilder__scm_Builder = (function() { - return $m_scm_ArraySeq$().newBuilder__s_reflect_ClassTag__scm_Builder(this.elemTag__s_reflect_ClassTag()) + return $m_scm_ArraySeq$().newBuilder__s_reflect_ClassTag__scm_Builder(this.elemTag__s_reflect_ClassTag()); }); $c_scm_ArraySeq.prototype.className__T = (function() { - return "ArraySeq" + return "ArraySeq"; }); $c_scm_ArraySeq.prototype.copyToArray__O__I__I__I = (function(xs, start, len) { var srcLen = this.length__I(); @@ -39885,9 +37355,9 @@ $c_scm_ArraySeq.prototype.copyToArray__O__I__I__I = (function(xs, start, len) { var x$1 = ((x < y) ? x : y); var copied = ((x$1 > 0) ? x$1 : 0); if ((copied > 0)) { - $m_s_Array$().copy__O__I__O__I__I__V(this.array__O(), 0, xs, start, copied) - }; - return copied + $m_s_Array$().copy__O__I__O__I__I__V(this.array__O(), 0, xs, start, copied); + } + return copied; }); $c_scm_ArraySeq.prototype.equals__O__Z = (function(other) { if ((other instanceof $c_scm_ArraySeq)) { @@ -39896,114 +37366,108 @@ $c_scm_ArraySeq.prototype.equals__O__Z = (function(other) { var $x_1 = $m_jl_reflect_Array$().getLength__O__I(xs); var xs$1 = $n(x2).array__O(); if (($x_1 !== $m_jl_reflect_Array$().getLength__O__I(xs$1))) { - return false + return false; } - }; - return $f_sc_Seq__equals__O__Z(this, other) + } + return $f_sc_Seq__equals__O__Z(this, other); }); $c_scm_ArraySeq.prototype.fromSpecific__sc_IterableOnce__O = (function(coll) { - return this.fromSpecific__sc_IterableOnce__scm_ArraySeq(coll) + return this.fromSpecific__sc_IterableOnce__scm_ArraySeq(coll); }); $c_scm_ArraySeq.prototype.fromSpecific__sc_IterableOnce__sc_IterableOps = (function(coll) { - return this.fromSpecific__sc_IterableOnce__scm_ArraySeq(coll) + return this.fromSpecific__sc_IterableOnce__scm_ArraySeq(coll); }); $c_scm_ArraySeq.prototype.iterableFactory__sc_IterableFactory = (function() { - return $m_scm_ArraySeq$().scm_ArraySeq$__f_untagged + return $m_scm_ArraySeq$().scm_ArraySeq$__f_untagged; }); function $as_scm_ArraySeq(obj) { - return (((obj instanceof $c_scm_ArraySeq) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq")) + return (((obj instanceof $c_scm_ArraySeq) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq")); } function $isArrayOf_scm_ArraySeq(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq))); } function $asArrayOf_scm_ArraySeq(obj, depth) { - return (($isArrayOf_scm_ArraySeq(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq;", depth)) + return (($isArrayOf_scm_ArraySeq(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq;", depth)); } /** @constructor */ function $c_sci_ArraySeq$ofBoolean(unsafeArray) { this.sci_ArraySeq$ofBoolean__f_unsafeArray = null; - this.sci_ArraySeq$ofBoolean__f_unsafeArray = unsafeArray + this.sci_ArraySeq$ofBoolean__f_unsafeArray = unsafeArray; } $c_sci_ArraySeq$ofBoolean.prototype = new $h_sci_ArraySeq(); $c_sci_ArraySeq$ofBoolean.prototype.constructor = $c_sci_ArraySeq$ofBoolean; /** @constructor */ function $h_sci_ArraySeq$ofBoolean() { - /**/ } $h_sci_ArraySeq$ofBoolean.prototype = $c_sci_ArraySeq$ofBoolean.prototype; $c_sci_ArraySeq$ofBoolean.prototype.length__I = (function() { - return $n(this.sci_ArraySeq$ofBoolean__f_unsafeArray).u.length + return $n(this.sci_ArraySeq$ofBoolean__f_unsafeArray).u.length; }); $c_sci_ArraySeq$ofBoolean.prototype.hashCode__I = (function() { var this$1 = $m_s_util_hashing_MurmurHash3$(); var a = this.sci_ArraySeq$ofBoolean__f_unsafeArray; - return this$1.arrayHash$mZc$sp__AZ__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed) + return this$1.arrayHash$mZc$sp__AZ__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed); }); $c_sci_ArraySeq$ofBoolean.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_sci_ArraySeq$ofBoolean)) { var x2 = $as_sci_ArraySeq$ofBoolean(that); var a = this.sci_ArraySeq$ofBoolean__f_unsafeArray; var b = $n(x2).sci_ArraySeq$ofBoolean__f_unsafeArray; - return $m_ju_Arrays$().equals__AZ__AZ__Z(a, b) + return $m_ju_Arrays$().equals__AZ__AZ__Z(a, b); } else { - return $f_sc_Seq__equals__O__Z(this, that) + return $f_sc_Seq__equals__O__Z(this, that); } }); $c_sci_ArraySeq$ofBoolean.prototype.iterator__sc_Iterator = (function() { - return new $c_sc_ArrayOps$ArrayIterator$mcZ$sp(this.sci_ArraySeq$ofBoolean__f_unsafeArray) + return new $c_sc_ArrayOps$ArrayIterator$mcZ$sp(this.sci_ArraySeq$ofBoolean__f_unsafeArray); }); $c_sci_ArraySeq$ofBoolean.prototype.prepended__O__sci_ArraySeq = (function(elem) { if (((typeof elem) === "boolean")) { var x2 = $uZ(elem); - $m_sc_ArrayOps$(); var xs = this.sci_ArraySeq$ofBoolean__f_unsafeArray; - $m_s_reflect_ManifestFactory$BooleanManifest$(); var len = ((1 + $n(xs).u.length) | 0); var dest = new $ac_Z(len); dest.set(0, x2); $m_s_Array$().copy__O__I__O__I__I__V(xs, 0, dest, 1, $n(xs).u.length); - return new $c_sci_ArraySeq$ofBoolean(dest) + return new $c_sci_ArraySeq$ofBoolean(dest); } else { - return $c_sci_ArraySeq.prototype.prepended__O__sci_ArraySeq.call(this, elem) + return $c_sci_ArraySeq.prototype.prepended__O__sci_ArraySeq.call(this, elem); } }); $c_sci_ArraySeq$ofBoolean.prototype.apply$mcZI$sp__I__Z = (function(i) { - return $n(this.sci_ArraySeq$ofBoolean__f_unsafeArray).get(i) + return $n(this.sci_ArraySeq$ofBoolean__f_unsafeArray).get(i); }); $c_sci_ArraySeq$ofBoolean.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sci_ArraySeq(elem) + return this.prepended__O__sci_ArraySeq(elem); }); $c_sci_ArraySeq$ofBoolean.prototype.apply__O__O = (function(v1) { var i = $uI(v1); - return this.apply$mcZI$sp__I__Z(i) + return this.apply$mcZI$sp__I__Z(i); }); $c_sci_ArraySeq$ofBoolean.prototype.apply__I__O = (function(i) { - return this.apply$mcZI$sp__I__Z(i) + return this.apply$mcZI$sp__I__Z(i); }); $c_sci_ArraySeq$ofBoolean.prototype.elemTag__s_reflect_ClassTag = (function() { - return $m_s_reflect_ManifestFactory$BooleanManifest$() + return $m_s_reflect_ManifestFactory$BooleanManifest$(); }); $c_sci_ArraySeq$ofBoolean.prototype.unsafeArray__O = (function() { - return this.sci_ArraySeq$ofBoolean__f_unsafeArray + return this.sci_ArraySeq$ofBoolean__f_unsafeArray; }); function $as_sci_ArraySeq$ofBoolean(obj) { - return (((obj instanceof $c_sci_ArraySeq$ofBoolean) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq$ofBoolean")) + return (((obj instanceof $c_sci_ArraySeq$ofBoolean) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq$ofBoolean")); } function $isArrayOf_sci_ArraySeq$ofBoolean(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq$ofBoolean))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq$ofBoolean))); } function $asArrayOf_sci_ArraySeq$ofBoolean(obj, depth) { - return (($isArrayOf_sci_ArraySeq$ofBoolean(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq$ofBoolean;", depth)) + return (($isArrayOf_sci_ArraySeq$ofBoolean(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq$ofBoolean;", depth)); } -var $d_sci_ArraySeq$ofBoolean = new $TypeData().initClass({ - sci_ArraySeq$ofBoolean: 0 -}, false, "scala.collection.immutable.ArraySeq$ofBoolean", { +var $d_sci_ArraySeq$ofBoolean = new $TypeData().initClass($c_sci_ArraySeq$ofBoolean, "scala.collection.immutable.ArraySeq$ofBoolean", ({ sci_ArraySeq$ofBoolean: 1, sci_ArraySeq: 1, sci_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -40026,92 +37490,85 @@ var $d_sci_ArraySeq$ofBoolean = new $TypeData().initClass({ sc_StrictOptimizedIterableOps: 1, sc_EvidenceIterableFactoryDefaults: 1, Ljava_io_Serializable: 1 -}); -$c_sci_ArraySeq$ofBoolean.prototype.$classData = $d_sci_ArraySeq$ofBoolean; +})); /** @constructor */ function $c_sci_ArraySeq$ofByte(unsafeArray) { this.sci_ArraySeq$ofByte__f_unsafeArray = null; - this.sci_ArraySeq$ofByte__f_unsafeArray = unsafeArray + this.sci_ArraySeq$ofByte__f_unsafeArray = unsafeArray; } $c_sci_ArraySeq$ofByte.prototype = new $h_sci_ArraySeq(); $c_sci_ArraySeq$ofByte.prototype.constructor = $c_sci_ArraySeq$ofByte; /** @constructor */ function $h_sci_ArraySeq$ofByte() { - /**/ } $h_sci_ArraySeq$ofByte.prototype = $c_sci_ArraySeq$ofByte.prototype; $c_sci_ArraySeq$ofByte.prototype.length__I = (function() { - return $n(this.sci_ArraySeq$ofByte__f_unsafeArray).u.length + return $n(this.sci_ArraySeq$ofByte__f_unsafeArray).u.length; }); $c_sci_ArraySeq$ofByte.prototype.apply__I__B = (function(i) { - return $n(this.sci_ArraySeq$ofByte__f_unsafeArray).get(i) + return $n(this.sci_ArraySeq$ofByte__f_unsafeArray).get(i); }); $c_sci_ArraySeq$ofByte.prototype.hashCode__I = (function() { var this$1 = $m_s_util_hashing_MurmurHash3$(); var a = this.sci_ArraySeq$ofByte__f_unsafeArray; - return this$1.arrayHash$mBc$sp__AB__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed) + return this$1.arrayHash$mBc$sp__AB__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed); }); $c_sci_ArraySeq$ofByte.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_sci_ArraySeq$ofByte)) { var x2 = $as_sci_ArraySeq$ofByte(that); var a = this.sci_ArraySeq$ofByte__f_unsafeArray; var b = $n(x2).sci_ArraySeq$ofByte__f_unsafeArray; - return $m_ju_Arrays$().equals__AB__AB__Z(a, b) + return $m_ju_Arrays$().equals__AB__AB__Z(a, b); } else { - return $f_sc_Seq__equals__O__Z(this, that) + return $f_sc_Seq__equals__O__Z(this, that); } }); $c_sci_ArraySeq$ofByte.prototype.iterator__sc_Iterator = (function() { - return new $c_sc_ArrayOps$ArrayIterator$mcB$sp(this.sci_ArraySeq$ofByte__f_unsafeArray) + return new $c_sc_ArrayOps$ArrayIterator$mcB$sp(this.sci_ArraySeq$ofByte__f_unsafeArray); }); $c_sci_ArraySeq$ofByte.prototype.prepended__O__sci_ArraySeq = (function(elem) { if ($isByte(elem)) { var x2 = $uB(elem); - $m_sc_ArrayOps$(); var xs = this.sci_ArraySeq$ofByte__f_unsafeArray; - $m_s_reflect_ManifestFactory$ByteManifest$(); var len = ((1 + $n(xs).u.length) | 0); var dest = new $ac_B(len); dest.set(0, x2); $m_s_Array$().copy__O__I__O__I__I__V(xs, 0, dest, 1, $n(xs).u.length); - return new $c_sci_ArraySeq$ofByte(dest) + return new $c_sci_ArraySeq$ofByte(dest); } else { - return $c_sci_ArraySeq.prototype.prepended__O__sci_ArraySeq.call(this, elem) + return $c_sci_ArraySeq.prototype.prepended__O__sci_ArraySeq.call(this, elem); } }); $c_sci_ArraySeq$ofByte.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sci_ArraySeq(elem) + return this.prepended__O__sci_ArraySeq(elem); }); $c_sci_ArraySeq$ofByte.prototype.apply__O__O = (function(v1) { - return this.apply__I__B($uI(v1)) + return this.apply__I__B($uI(v1)); }); $c_sci_ArraySeq$ofByte.prototype.apply__I__O = (function(i) { - return this.apply__I__B(i) + return this.apply__I__B(i); }); $c_sci_ArraySeq$ofByte.prototype.elemTag__s_reflect_ClassTag = (function() { - return $m_s_reflect_ManifestFactory$ByteManifest$() + return $m_s_reflect_ManifestFactory$ByteManifest$(); }); $c_sci_ArraySeq$ofByte.prototype.unsafeArray__O = (function() { - return this.sci_ArraySeq$ofByte__f_unsafeArray + return this.sci_ArraySeq$ofByte__f_unsafeArray; }); function $as_sci_ArraySeq$ofByte(obj) { - return (((obj instanceof $c_sci_ArraySeq$ofByte) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq$ofByte")) + return (((obj instanceof $c_sci_ArraySeq$ofByte) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq$ofByte")); } function $isArrayOf_sci_ArraySeq$ofByte(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq$ofByte))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq$ofByte))); } function $asArrayOf_sci_ArraySeq$ofByte(obj, depth) { - return (($isArrayOf_sci_ArraySeq$ofByte(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq$ofByte;", depth)) + return (($isArrayOf_sci_ArraySeq$ofByte(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq$ofByte;", depth)); } -var $d_sci_ArraySeq$ofByte = new $TypeData().initClass({ - sci_ArraySeq$ofByte: 0 -}, false, "scala.collection.immutable.ArraySeq$ofByte", { +var $d_sci_ArraySeq$ofByte = new $TypeData().initClass($c_sci_ArraySeq$ofByte, "scala.collection.immutable.ArraySeq$ofByte", ({ sci_ArraySeq$ofByte: 1, sci_ArraySeq: 1, sci_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -40134,95 +37591,88 @@ var $d_sci_ArraySeq$ofByte = new $TypeData().initClass({ sc_StrictOptimizedIterableOps: 1, sc_EvidenceIterableFactoryDefaults: 1, Ljava_io_Serializable: 1 -}); -$c_sci_ArraySeq$ofByte.prototype.$classData = $d_sci_ArraySeq$ofByte; +})); /** @constructor */ function $c_sci_ArraySeq$ofChar(unsafeArray) { this.sci_ArraySeq$ofChar__f_unsafeArray = null; - this.sci_ArraySeq$ofChar__f_unsafeArray = unsafeArray + this.sci_ArraySeq$ofChar__f_unsafeArray = unsafeArray; } $c_sci_ArraySeq$ofChar.prototype = new $h_sci_ArraySeq(); $c_sci_ArraySeq$ofChar.prototype.constructor = $c_sci_ArraySeq$ofChar; /** @constructor */ function $h_sci_ArraySeq$ofChar() { - /**/ } $h_sci_ArraySeq$ofChar.prototype = $c_sci_ArraySeq$ofChar.prototype; $c_sci_ArraySeq$ofChar.prototype.length__I = (function() { - return $n(this.sci_ArraySeq$ofChar__f_unsafeArray).u.length + return $n(this.sci_ArraySeq$ofChar__f_unsafeArray).u.length; }); $c_sci_ArraySeq$ofChar.prototype.apply__I__C = (function(i) { - return $n(this.sci_ArraySeq$ofChar__f_unsafeArray).get(i) + return $n(this.sci_ArraySeq$ofChar__f_unsafeArray).get(i); }); $c_sci_ArraySeq$ofChar.prototype.hashCode__I = (function() { var this$1 = $m_s_util_hashing_MurmurHash3$(); var a = this.sci_ArraySeq$ofChar__f_unsafeArray; - return this$1.arrayHash$mCc$sp__AC__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed) + return this$1.arrayHash$mCc$sp__AC__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed); }); $c_sci_ArraySeq$ofChar.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_sci_ArraySeq$ofChar)) { var x2 = $as_sci_ArraySeq$ofChar(that); var a = this.sci_ArraySeq$ofChar__f_unsafeArray; var b = $n(x2).sci_ArraySeq$ofChar__f_unsafeArray; - return $m_ju_Arrays$().equals__AC__AC__Z(a, b) + return $m_ju_Arrays$().equals__AC__AC__Z(a, b); } else { - return $f_sc_Seq__equals__O__Z(this, that) + return $f_sc_Seq__equals__O__Z(this, that); } }); $c_sci_ArraySeq$ofChar.prototype.iterator__sc_Iterator = (function() { - return new $c_sc_ArrayOps$ArrayIterator$mcC$sp(this.sci_ArraySeq$ofChar__f_unsafeArray) + return new $c_sc_ArrayOps$ArrayIterator$mcC$sp(this.sci_ArraySeq$ofChar__f_unsafeArray); }); $c_sci_ArraySeq$ofChar.prototype.prepended__O__sci_ArraySeq = (function(elem) { if ((elem instanceof $Char)) { var x2 = $uC(elem); - $m_sc_ArrayOps$(); var xs = this.sci_ArraySeq$ofChar__f_unsafeArray; - $m_s_reflect_ManifestFactory$CharManifest$(); var len = ((1 + $n(xs).u.length) | 0); var dest = new $ac_C(len); dest.set(0, x2); $m_s_Array$().copy__O__I__O__I__I__V(xs, 0, dest, 1, $n(xs).u.length); - return new $c_sci_ArraySeq$ofChar(dest) + return new $c_sci_ArraySeq$ofChar(dest); } else { - return $c_sci_ArraySeq.prototype.prepended__O__sci_ArraySeq.call(this, elem) + return $c_sci_ArraySeq.prototype.prepended__O__sci_ArraySeq.call(this, elem); } }); $c_sci_ArraySeq$ofChar.prototype.addString__scm_StringBuilder__T__T__T__scm_StringBuilder = (function(sb, start, sep, end) { - return new $c_scm_ArraySeq$ofChar(this.sci_ArraySeq$ofChar__f_unsafeArray).addString__scm_StringBuilder__T__T__T__scm_StringBuilder(sb, start, sep, end) + return new $c_scm_ArraySeq$ofChar(this.sci_ArraySeq$ofChar__f_unsafeArray).addString__scm_StringBuilder__T__T__T__scm_StringBuilder(sb, start, sep, end); }); $c_sci_ArraySeq$ofChar.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sci_ArraySeq(elem) + return this.prepended__O__sci_ArraySeq(elem); }); $c_sci_ArraySeq$ofChar.prototype.apply__O__O = (function(v1) { - return $bC(this.apply__I__C($uI(v1))) + return $bC(this.apply__I__C($uI(v1))); }); $c_sci_ArraySeq$ofChar.prototype.apply__I__O = (function(i) { - return $bC(this.apply__I__C(i)) + return $bC(this.apply__I__C(i)); }); $c_sci_ArraySeq$ofChar.prototype.elemTag__s_reflect_ClassTag = (function() { - return $m_s_reflect_ManifestFactory$CharManifest$() + return $m_s_reflect_ManifestFactory$CharManifest$(); }); $c_sci_ArraySeq$ofChar.prototype.unsafeArray__O = (function() { - return this.sci_ArraySeq$ofChar__f_unsafeArray + return this.sci_ArraySeq$ofChar__f_unsafeArray; }); function $as_sci_ArraySeq$ofChar(obj) { - return (((obj instanceof $c_sci_ArraySeq$ofChar) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq$ofChar")) + return (((obj instanceof $c_sci_ArraySeq$ofChar) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq$ofChar")); } function $isArrayOf_sci_ArraySeq$ofChar(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq$ofChar))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq$ofChar))); } function $asArrayOf_sci_ArraySeq$ofChar(obj, depth) { - return (($isArrayOf_sci_ArraySeq$ofChar(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq$ofChar;", depth)) + return (($isArrayOf_sci_ArraySeq$ofChar(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq$ofChar;", depth)); } -var $d_sci_ArraySeq$ofChar = new $TypeData().initClass({ - sci_ArraySeq$ofChar: 0 -}, false, "scala.collection.immutable.ArraySeq$ofChar", { +var $d_sci_ArraySeq$ofChar = new $TypeData().initClass($c_sci_ArraySeq$ofChar, "scala.collection.immutable.ArraySeq$ofChar", ({ sci_ArraySeq$ofChar: 1, sci_ArraySeq: 1, sci_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -40245,93 +37695,86 @@ var $d_sci_ArraySeq$ofChar = new $TypeData().initClass({ sc_StrictOptimizedIterableOps: 1, sc_EvidenceIterableFactoryDefaults: 1, Ljava_io_Serializable: 1 -}); -$c_sci_ArraySeq$ofChar.prototype.$classData = $d_sci_ArraySeq$ofChar; +})); /** @constructor */ function $c_sci_ArraySeq$ofDouble(unsafeArray) { this.sci_ArraySeq$ofDouble__f_unsafeArray = null; - this.sci_ArraySeq$ofDouble__f_unsafeArray = unsafeArray + this.sci_ArraySeq$ofDouble__f_unsafeArray = unsafeArray; } $c_sci_ArraySeq$ofDouble.prototype = new $h_sci_ArraySeq(); $c_sci_ArraySeq$ofDouble.prototype.constructor = $c_sci_ArraySeq$ofDouble; /** @constructor */ function $h_sci_ArraySeq$ofDouble() { - /**/ } $h_sci_ArraySeq$ofDouble.prototype = $c_sci_ArraySeq$ofDouble.prototype; $c_sci_ArraySeq$ofDouble.prototype.length__I = (function() { - return $n(this.sci_ArraySeq$ofDouble__f_unsafeArray).u.length + return $n(this.sci_ArraySeq$ofDouble__f_unsafeArray).u.length; }); $c_sci_ArraySeq$ofDouble.prototype.hashCode__I = (function() { var this$1 = $m_s_util_hashing_MurmurHash3$(); var a = this.sci_ArraySeq$ofDouble__f_unsafeArray; - return this$1.arrayHash$mDc$sp__AD__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed) + return this$1.arrayHash$mDc$sp__AD__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed); }); $c_sci_ArraySeq$ofDouble.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_sci_ArraySeq$ofDouble)) { var x2 = $as_sci_ArraySeq$ofDouble(that); var a = this.sci_ArraySeq$ofDouble__f_unsafeArray; var b = $n(x2).sci_ArraySeq$ofDouble__f_unsafeArray; - return $m_ju_Arrays$().equals__AD__AD__Z(a, b) + return $m_ju_Arrays$().equals__AD__AD__Z(a, b); } else { - return $f_sc_Seq__equals__O__Z(this, that) + return $f_sc_Seq__equals__O__Z(this, that); } }); $c_sci_ArraySeq$ofDouble.prototype.iterator__sc_Iterator = (function() { - return new $c_sc_ArrayOps$ArrayIterator$mcD$sp(this.sci_ArraySeq$ofDouble__f_unsafeArray) + return new $c_sc_ArrayOps$ArrayIterator$mcD$sp(this.sci_ArraySeq$ofDouble__f_unsafeArray); }); $c_sci_ArraySeq$ofDouble.prototype.prepended__O__sci_ArraySeq = (function(elem) { if (((typeof elem) === "number")) { var x2 = $uD(elem); - $m_sc_ArrayOps$(); var xs = this.sci_ArraySeq$ofDouble__f_unsafeArray; - $m_s_reflect_ManifestFactory$DoubleManifest$(); var len = ((1 + $n(xs).u.length) | 0); var dest = new $ac_D(len); dest.set(0, x2); $m_s_Array$().copy__O__I__O__I__I__V(xs, 0, dest, 1, $n(xs).u.length); - return new $c_sci_ArraySeq$ofDouble(dest) + return new $c_sci_ArraySeq$ofDouble(dest); } else { - return $c_sci_ArraySeq.prototype.prepended__O__sci_ArraySeq.call(this, elem) + return $c_sci_ArraySeq.prototype.prepended__O__sci_ArraySeq.call(this, elem); } }); $c_sci_ArraySeq$ofDouble.prototype.apply$mcDI$sp__I__D = (function(i) { - return $n(this.sci_ArraySeq$ofDouble__f_unsafeArray).get(i) + return $n(this.sci_ArraySeq$ofDouble__f_unsafeArray).get(i); }); $c_sci_ArraySeq$ofDouble.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sci_ArraySeq(elem) + return this.prepended__O__sci_ArraySeq(elem); }); $c_sci_ArraySeq$ofDouble.prototype.apply__O__O = (function(v1) { var i = $uI(v1); - return this.apply$mcDI$sp__I__D(i) + return this.apply$mcDI$sp__I__D(i); }); $c_sci_ArraySeq$ofDouble.prototype.apply__I__O = (function(i) { - return this.apply$mcDI$sp__I__D(i) + return this.apply$mcDI$sp__I__D(i); }); $c_sci_ArraySeq$ofDouble.prototype.elemTag__s_reflect_ClassTag = (function() { - return $m_s_reflect_ManifestFactory$DoubleManifest$() + return $m_s_reflect_ManifestFactory$DoubleManifest$(); }); $c_sci_ArraySeq$ofDouble.prototype.unsafeArray__O = (function() { - return this.sci_ArraySeq$ofDouble__f_unsafeArray + return this.sci_ArraySeq$ofDouble__f_unsafeArray; }); function $as_sci_ArraySeq$ofDouble(obj) { - return (((obj instanceof $c_sci_ArraySeq$ofDouble) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq$ofDouble")) + return (((obj instanceof $c_sci_ArraySeq$ofDouble) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq$ofDouble")); } function $isArrayOf_sci_ArraySeq$ofDouble(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq$ofDouble))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq$ofDouble))); } function $asArrayOf_sci_ArraySeq$ofDouble(obj, depth) { - return (($isArrayOf_sci_ArraySeq$ofDouble(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq$ofDouble;", depth)) + return (($isArrayOf_sci_ArraySeq$ofDouble(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq$ofDouble;", depth)); } -var $d_sci_ArraySeq$ofDouble = new $TypeData().initClass({ - sci_ArraySeq$ofDouble: 0 -}, false, "scala.collection.immutable.ArraySeq$ofDouble", { +var $d_sci_ArraySeq$ofDouble = new $TypeData().initClass($c_sci_ArraySeq$ofDouble, "scala.collection.immutable.ArraySeq$ofDouble", ({ sci_ArraySeq$ofDouble: 1, sci_ArraySeq: 1, sci_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -40354,93 +37797,86 @@ var $d_sci_ArraySeq$ofDouble = new $TypeData().initClass({ sc_StrictOptimizedIterableOps: 1, sc_EvidenceIterableFactoryDefaults: 1, Ljava_io_Serializable: 1 -}); -$c_sci_ArraySeq$ofDouble.prototype.$classData = $d_sci_ArraySeq$ofDouble; +})); /** @constructor */ function $c_sci_ArraySeq$ofFloat(unsafeArray) { this.sci_ArraySeq$ofFloat__f_unsafeArray = null; - this.sci_ArraySeq$ofFloat__f_unsafeArray = unsafeArray + this.sci_ArraySeq$ofFloat__f_unsafeArray = unsafeArray; } $c_sci_ArraySeq$ofFloat.prototype = new $h_sci_ArraySeq(); $c_sci_ArraySeq$ofFloat.prototype.constructor = $c_sci_ArraySeq$ofFloat; /** @constructor */ function $h_sci_ArraySeq$ofFloat() { - /**/ } $h_sci_ArraySeq$ofFloat.prototype = $c_sci_ArraySeq$ofFloat.prototype; $c_sci_ArraySeq$ofFloat.prototype.length__I = (function() { - return $n(this.sci_ArraySeq$ofFloat__f_unsafeArray).u.length + return $n(this.sci_ArraySeq$ofFloat__f_unsafeArray).u.length; }); $c_sci_ArraySeq$ofFloat.prototype.hashCode__I = (function() { var this$1 = $m_s_util_hashing_MurmurHash3$(); var a = this.sci_ArraySeq$ofFloat__f_unsafeArray; - return this$1.arrayHash$mFc$sp__AF__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed) + return this$1.arrayHash$mFc$sp__AF__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed); }); $c_sci_ArraySeq$ofFloat.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_sci_ArraySeq$ofFloat)) { var x2 = $as_sci_ArraySeq$ofFloat(that); var a = this.sci_ArraySeq$ofFloat__f_unsafeArray; var b = $n(x2).sci_ArraySeq$ofFloat__f_unsafeArray; - return $m_ju_Arrays$().equals__AF__AF__Z(a, b) + return $m_ju_Arrays$().equals__AF__AF__Z(a, b); } else { - return $f_sc_Seq__equals__O__Z(this, that) + return $f_sc_Seq__equals__O__Z(this, that); } }); $c_sci_ArraySeq$ofFloat.prototype.iterator__sc_Iterator = (function() { - return new $c_sc_ArrayOps$ArrayIterator$mcF$sp(this.sci_ArraySeq$ofFloat__f_unsafeArray) + return new $c_sc_ArrayOps$ArrayIterator$mcF$sp(this.sci_ArraySeq$ofFloat__f_unsafeArray); }); $c_sci_ArraySeq$ofFloat.prototype.prepended__O__sci_ArraySeq = (function(elem) { if ($isFloat(elem)) { var x2 = $uF(elem); - $m_sc_ArrayOps$(); var xs = this.sci_ArraySeq$ofFloat__f_unsafeArray; - $m_s_reflect_ManifestFactory$FloatManifest$(); var len = ((1 + $n(xs).u.length) | 0); var dest = new $ac_F(len); dest.set(0, x2); $m_s_Array$().copy__O__I__O__I__I__V(xs, 0, dest, 1, $n(xs).u.length); - return new $c_sci_ArraySeq$ofFloat(dest) + return new $c_sci_ArraySeq$ofFloat(dest); } else { - return $c_sci_ArraySeq.prototype.prepended__O__sci_ArraySeq.call(this, elem) + return $c_sci_ArraySeq.prototype.prepended__O__sci_ArraySeq.call(this, elem); } }); $c_sci_ArraySeq$ofFloat.prototype.apply$mcFI$sp__I__F = (function(i) { - return $n(this.sci_ArraySeq$ofFloat__f_unsafeArray).get(i) + return $n(this.sci_ArraySeq$ofFloat__f_unsafeArray).get(i); }); $c_sci_ArraySeq$ofFloat.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sci_ArraySeq(elem) + return this.prepended__O__sci_ArraySeq(elem); }); $c_sci_ArraySeq$ofFloat.prototype.apply__O__O = (function(v1) { var i = $uI(v1); - return this.apply$mcFI$sp__I__F(i) + return this.apply$mcFI$sp__I__F(i); }); $c_sci_ArraySeq$ofFloat.prototype.apply__I__O = (function(i) { - return this.apply$mcFI$sp__I__F(i) + return this.apply$mcFI$sp__I__F(i); }); $c_sci_ArraySeq$ofFloat.prototype.elemTag__s_reflect_ClassTag = (function() { - return $m_s_reflect_ManifestFactory$FloatManifest$() + return $m_s_reflect_ManifestFactory$FloatManifest$(); }); $c_sci_ArraySeq$ofFloat.prototype.unsafeArray__O = (function() { - return this.sci_ArraySeq$ofFloat__f_unsafeArray + return this.sci_ArraySeq$ofFloat__f_unsafeArray; }); function $as_sci_ArraySeq$ofFloat(obj) { - return (((obj instanceof $c_sci_ArraySeq$ofFloat) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq$ofFloat")) + return (((obj instanceof $c_sci_ArraySeq$ofFloat) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq$ofFloat")); } function $isArrayOf_sci_ArraySeq$ofFloat(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq$ofFloat))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq$ofFloat))); } function $asArrayOf_sci_ArraySeq$ofFloat(obj, depth) { - return (($isArrayOf_sci_ArraySeq$ofFloat(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq$ofFloat;", depth)) + return (($isArrayOf_sci_ArraySeq$ofFloat(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq$ofFloat;", depth)); } -var $d_sci_ArraySeq$ofFloat = new $TypeData().initClass({ - sci_ArraySeq$ofFloat: 0 -}, false, "scala.collection.immutable.ArraySeq$ofFloat", { +var $d_sci_ArraySeq$ofFloat = new $TypeData().initClass($c_sci_ArraySeq$ofFloat, "scala.collection.immutable.ArraySeq$ofFloat", ({ sci_ArraySeq$ofFloat: 1, sci_ArraySeq: 1, sci_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -40463,93 +37899,86 @@ var $d_sci_ArraySeq$ofFloat = new $TypeData().initClass({ sc_StrictOptimizedIterableOps: 1, sc_EvidenceIterableFactoryDefaults: 1, Ljava_io_Serializable: 1 -}); -$c_sci_ArraySeq$ofFloat.prototype.$classData = $d_sci_ArraySeq$ofFloat; +})); /** @constructor */ function $c_sci_ArraySeq$ofInt(unsafeArray) { this.sci_ArraySeq$ofInt__f_unsafeArray = null; - this.sci_ArraySeq$ofInt__f_unsafeArray = unsafeArray + this.sci_ArraySeq$ofInt__f_unsafeArray = unsafeArray; } $c_sci_ArraySeq$ofInt.prototype = new $h_sci_ArraySeq(); $c_sci_ArraySeq$ofInt.prototype.constructor = $c_sci_ArraySeq$ofInt; /** @constructor */ function $h_sci_ArraySeq$ofInt() { - /**/ } $h_sci_ArraySeq$ofInt.prototype = $c_sci_ArraySeq$ofInt.prototype; $c_sci_ArraySeq$ofInt.prototype.length__I = (function() { - return $n(this.sci_ArraySeq$ofInt__f_unsafeArray).u.length + return $n(this.sci_ArraySeq$ofInt__f_unsafeArray).u.length; }); $c_sci_ArraySeq$ofInt.prototype.hashCode__I = (function() { var this$1 = $m_s_util_hashing_MurmurHash3$(); var a = this.sci_ArraySeq$ofInt__f_unsafeArray; - return this$1.arrayHash$mIc$sp__AI__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed) + return this$1.arrayHash$mIc$sp__AI__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed); }); $c_sci_ArraySeq$ofInt.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_sci_ArraySeq$ofInt)) { var x2 = $as_sci_ArraySeq$ofInt(that); var a = this.sci_ArraySeq$ofInt__f_unsafeArray; var b = $n(x2).sci_ArraySeq$ofInt__f_unsafeArray; - return $m_ju_Arrays$().equals__AI__AI__Z(a, b) + return $m_ju_Arrays$().equals__AI__AI__Z(a, b); } else { - return $f_sc_Seq__equals__O__Z(this, that) + return $f_sc_Seq__equals__O__Z(this, that); } }); $c_sci_ArraySeq$ofInt.prototype.iterator__sc_Iterator = (function() { - return new $c_sc_ArrayOps$ArrayIterator$mcI$sp(this.sci_ArraySeq$ofInt__f_unsafeArray) + return new $c_sc_ArrayOps$ArrayIterator$mcI$sp(this.sci_ArraySeq$ofInt__f_unsafeArray); }); $c_sci_ArraySeq$ofInt.prototype.prepended__O__sci_ArraySeq = (function(elem) { if ($isInt(elem)) { var x2 = $uI(elem); - $m_sc_ArrayOps$(); var xs = this.sci_ArraySeq$ofInt__f_unsafeArray; - $m_s_reflect_ManifestFactory$IntManifest$(); var len = ((1 + $n(xs).u.length) | 0); var dest = new $ac_I(len); dest.set(0, x2); $m_s_Array$().copy__O__I__O__I__I__V(xs, 0, dest, 1, $n(xs).u.length); - return new $c_sci_ArraySeq$ofInt(dest) + return new $c_sci_ArraySeq$ofInt(dest); } else { - return $c_sci_ArraySeq.prototype.prepended__O__sci_ArraySeq.call(this, elem) + return $c_sci_ArraySeq.prototype.prepended__O__sci_ArraySeq.call(this, elem); } }); $c_sci_ArraySeq$ofInt.prototype.apply$mcII$sp__I__I = (function(i) { - return $n(this.sci_ArraySeq$ofInt__f_unsafeArray).get(i) + return $n(this.sci_ArraySeq$ofInt__f_unsafeArray).get(i); }); $c_sci_ArraySeq$ofInt.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sci_ArraySeq(elem) + return this.prepended__O__sci_ArraySeq(elem); }); $c_sci_ArraySeq$ofInt.prototype.apply__O__O = (function(v1) { var i = $uI(v1); - return this.apply$mcII$sp__I__I(i) + return this.apply$mcII$sp__I__I(i); }); $c_sci_ArraySeq$ofInt.prototype.apply__I__O = (function(i) { - return this.apply$mcII$sp__I__I(i) + return this.apply$mcII$sp__I__I(i); }); $c_sci_ArraySeq$ofInt.prototype.elemTag__s_reflect_ClassTag = (function() { - return $m_s_reflect_ManifestFactory$IntManifest$() + return $m_s_reflect_ManifestFactory$IntManifest$(); }); $c_sci_ArraySeq$ofInt.prototype.unsafeArray__O = (function() { - return this.sci_ArraySeq$ofInt__f_unsafeArray + return this.sci_ArraySeq$ofInt__f_unsafeArray; }); function $as_sci_ArraySeq$ofInt(obj) { - return (((obj instanceof $c_sci_ArraySeq$ofInt) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq$ofInt")) + return (((obj instanceof $c_sci_ArraySeq$ofInt) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq$ofInt")); } function $isArrayOf_sci_ArraySeq$ofInt(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq$ofInt))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq$ofInt))); } function $asArrayOf_sci_ArraySeq$ofInt(obj, depth) { - return (($isArrayOf_sci_ArraySeq$ofInt(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq$ofInt;", depth)) + return (($isArrayOf_sci_ArraySeq$ofInt(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq$ofInt;", depth)); } -var $d_sci_ArraySeq$ofInt = new $TypeData().initClass({ - sci_ArraySeq$ofInt: 0 -}, false, "scala.collection.immutable.ArraySeq$ofInt", { +var $d_sci_ArraySeq$ofInt = new $TypeData().initClass($c_sci_ArraySeq$ofInt, "scala.collection.immutable.ArraySeq$ofInt", ({ sci_ArraySeq$ofInt: 1, sci_ArraySeq: 1, sci_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -40572,95 +38001,88 @@ var $d_sci_ArraySeq$ofInt = new $TypeData().initClass({ sc_StrictOptimizedIterableOps: 1, sc_EvidenceIterableFactoryDefaults: 1, Ljava_io_Serializable: 1 -}); -$c_sci_ArraySeq$ofInt.prototype.$classData = $d_sci_ArraySeq$ofInt; +})); /** @constructor */ function $c_sci_ArraySeq$ofLong(unsafeArray) { this.sci_ArraySeq$ofLong__f_unsafeArray = null; - this.sci_ArraySeq$ofLong__f_unsafeArray = unsafeArray + this.sci_ArraySeq$ofLong__f_unsafeArray = unsafeArray; } $c_sci_ArraySeq$ofLong.prototype = new $h_sci_ArraySeq(); $c_sci_ArraySeq$ofLong.prototype.constructor = $c_sci_ArraySeq$ofLong; /** @constructor */ function $h_sci_ArraySeq$ofLong() { - /**/ } $h_sci_ArraySeq$ofLong.prototype = $c_sci_ArraySeq$ofLong.prototype; $c_sci_ArraySeq$ofLong.prototype.length__I = (function() { - return $n(this.sci_ArraySeq$ofLong__f_unsafeArray).u.length + return $n(this.sci_ArraySeq$ofLong__f_unsafeArray).u.length; }); $c_sci_ArraySeq$ofLong.prototype.hashCode__I = (function() { var this$1 = $m_s_util_hashing_MurmurHash3$(); var a = this.sci_ArraySeq$ofLong__f_unsafeArray; - return this$1.arrayHash$mJc$sp__AJ__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed) + return this$1.arrayHash$mJc$sp__AJ__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed); }); $c_sci_ArraySeq$ofLong.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_sci_ArraySeq$ofLong)) { var x2 = $as_sci_ArraySeq$ofLong(that); var a = this.sci_ArraySeq$ofLong__f_unsafeArray; var b = $n(x2).sci_ArraySeq$ofLong__f_unsafeArray; - return $m_ju_Arrays$().equals__AJ__AJ__Z(a, b) + return $m_ju_Arrays$().equals__AJ__AJ__Z(a, b); } else { - return $f_sc_Seq__equals__O__Z(this, that) + return $f_sc_Seq__equals__O__Z(this, that); } }); $c_sci_ArraySeq$ofLong.prototype.iterator__sc_Iterator = (function() { - return new $c_sc_ArrayOps$ArrayIterator$mcJ$sp(this.sci_ArraySeq$ofLong__f_unsafeArray) + return new $c_sc_ArrayOps$ArrayIterator$mcJ$sp(this.sci_ArraySeq$ofLong__f_unsafeArray); }); $c_sci_ArraySeq$ofLong.prototype.prepended__O__sci_ArraySeq = (function(elem) { if ((elem instanceof $c_RTLong)) { var t = $uJ(elem); var lo = t.RTLong__f_lo; var hi = t.RTLong__f_hi; - $m_sc_ArrayOps$(); var xs = this.sci_ArraySeq$ofLong__f_unsafeArray; - $m_s_reflect_ManifestFactory$LongManifest$(); var len = ((1 + $n(xs).u.length) | 0); var dest = new $ac_J(len); dest.set(0, $uJ(new $c_RTLong(lo, hi))); $m_s_Array$().copy__O__I__O__I__I__V(xs, 0, dest, 1, $n(xs).u.length); - return new $c_sci_ArraySeq$ofLong(dest) + return new $c_sci_ArraySeq$ofLong(dest); } else { - return $c_sci_ArraySeq.prototype.prepended__O__sci_ArraySeq.call(this, elem) + return $c_sci_ArraySeq.prototype.prepended__O__sci_ArraySeq.call(this, elem); } }); $c_sci_ArraySeq$ofLong.prototype.apply$mcJI$sp__I__J = (function(i) { - return $n(this.sci_ArraySeq$ofLong__f_unsafeArray).get(i) + return $n(this.sci_ArraySeq$ofLong__f_unsafeArray).get(i); }); $c_sci_ArraySeq$ofLong.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sci_ArraySeq(elem) + return this.prepended__O__sci_ArraySeq(elem); }); $c_sci_ArraySeq$ofLong.prototype.apply__O__O = (function(v1) { var i = $uI(v1); - return this.apply$mcJI$sp__I__J(i) + return this.apply$mcJI$sp__I__J(i); }); $c_sci_ArraySeq$ofLong.prototype.apply__I__O = (function(i) { - return this.apply$mcJI$sp__I__J(i) + return this.apply$mcJI$sp__I__J(i); }); $c_sci_ArraySeq$ofLong.prototype.elemTag__s_reflect_ClassTag = (function() { - return $m_s_reflect_ManifestFactory$LongManifest$() + return $m_s_reflect_ManifestFactory$LongManifest$(); }); $c_sci_ArraySeq$ofLong.prototype.unsafeArray__O = (function() { - return this.sci_ArraySeq$ofLong__f_unsafeArray + return this.sci_ArraySeq$ofLong__f_unsafeArray; }); function $as_sci_ArraySeq$ofLong(obj) { - return (((obj instanceof $c_sci_ArraySeq$ofLong) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq$ofLong")) + return (((obj instanceof $c_sci_ArraySeq$ofLong) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq$ofLong")); } function $isArrayOf_sci_ArraySeq$ofLong(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq$ofLong))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq$ofLong))); } function $asArrayOf_sci_ArraySeq$ofLong(obj, depth) { - return (($isArrayOf_sci_ArraySeq$ofLong(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq$ofLong;", depth)) + return (($isArrayOf_sci_ArraySeq$ofLong(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq$ofLong;", depth)); } -var $d_sci_ArraySeq$ofLong = new $TypeData().initClass({ - sci_ArraySeq$ofLong: 0 -}, false, "scala.collection.immutable.ArraySeq$ofLong", { +var $d_sci_ArraySeq$ofLong = new $TypeData().initClass($c_sci_ArraySeq$ofLong, "scala.collection.immutable.ArraySeq$ofLong", ({ sci_ArraySeq$ofLong: 1, sci_ArraySeq: 1, sci_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -40683,71 +38105,66 @@ var $d_sci_ArraySeq$ofLong = new $TypeData().initClass({ sc_StrictOptimizedIterableOps: 1, sc_EvidenceIterableFactoryDefaults: 1, Ljava_io_Serializable: 1 -}); -$c_sci_ArraySeq$ofLong.prototype.$classData = $d_sci_ArraySeq$ofLong; +})); /** @constructor */ function $c_sci_ArraySeq$ofRef(unsafeArray) { this.sci_ArraySeq$ofRef__f_unsafeArray = null; - this.sci_ArraySeq$ofRef__f_unsafeArray = unsafeArray + this.sci_ArraySeq$ofRef__f_unsafeArray = unsafeArray; } $c_sci_ArraySeq$ofRef.prototype = new $h_sci_ArraySeq(); $c_sci_ArraySeq$ofRef.prototype.constructor = $c_sci_ArraySeq$ofRef; /** @constructor */ function $h_sci_ArraySeq$ofRef() { - /**/ } $h_sci_ArraySeq$ofRef.prototype = $c_sci_ArraySeq$ofRef.prototype; $c_sci_ArraySeq$ofRef.prototype.elemTag__s_reflect_ClassTag = (function() { var $x_1 = $m_s_reflect_ClassTag$(); var this$1 = $n(this.sci_ArraySeq$ofRef__f_unsafeArray); - return $n($x_1).apply__jl_Class__s_reflect_ClassTag($objectGetClass(this$1).getComponentType__jl_Class()) + return $n($x_1).apply__jl_Class__s_reflect_ClassTag($objectGetClass(this$1).getComponentType__jl_Class()); }); $c_sci_ArraySeq$ofRef.prototype.length__I = (function() { - return $n(this.sci_ArraySeq$ofRef__f_unsafeArray).u.length + return $n(this.sci_ArraySeq$ofRef__f_unsafeArray).u.length; }); $c_sci_ArraySeq$ofRef.prototype.apply__I__O = (function(i) { - return $n(this.sci_ArraySeq$ofRef__f_unsafeArray).get(i) + return $n(this.sci_ArraySeq$ofRef__f_unsafeArray).get(i); }); $c_sci_ArraySeq$ofRef.prototype.hashCode__I = (function() { var this$1 = $m_s_util_hashing_MurmurHash3$(); var a = this.sci_ArraySeq$ofRef__f_unsafeArray; - return this$1.arrayHash__O__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed) + return this$1.arrayHash__O__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed); }); $c_sci_ArraySeq$ofRef.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_sci_ArraySeq$ofRef)) { var x2 = $as_sci_ArraySeq$ofRef(that); - return $m_s_Array$().equals__AO__AO__Z(this.sci_ArraySeq$ofRef__f_unsafeArray, $n(x2).sci_ArraySeq$ofRef__f_unsafeArray) + return $m_s_Array$().equals__AO__AO__Z(this.sci_ArraySeq$ofRef__f_unsafeArray, $n(x2).sci_ArraySeq$ofRef__f_unsafeArray); } else { - return $f_sc_Seq__equals__O__Z(this, that) + return $f_sc_Seq__equals__O__Z(this, that); } }); $c_sci_ArraySeq$ofRef.prototype.iterator__sc_Iterator = (function() { - return $ct_sc_ArrayOps$ArrayIterator__O__(new $c_sc_ArrayOps$ArrayIterator(), this.sci_ArraySeq$ofRef__f_unsafeArray) + return $ct_sc_ArrayOps$ArrayIterator__O__(new $c_sc_ArrayOps$ArrayIterator(), this.sci_ArraySeq$ofRef__f_unsafeArray); }); $c_sci_ArraySeq$ofRef.prototype.apply__O__O = (function(v1) { - return this.apply__I__O($uI(v1)) + return this.apply__I__O($uI(v1)); }); $c_sci_ArraySeq$ofRef.prototype.unsafeArray__O = (function() { - return this.sci_ArraySeq$ofRef__f_unsafeArray + return this.sci_ArraySeq$ofRef__f_unsafeArray; }); function $as_sci_ArraySeq$ofRef(obj) { - return (((obj instanceof $c_sci_ArraySeq$ofRef) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq$ofRef")) + return (((obj instanceof $c_sci_ArraySeq$ofRef) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq$ofRef")); } function $isArrayOf_sci_ArraySeq$ofRef(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq$ofRef))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq$ofRef))); } function $asArrayOf_sci_ArraySeq$ofRef(obj, depth) { - return (($isArrayOf_sci_ArraySeq$ofRef(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq$ofRef;", depth)) + return (($isArrayOf_sci_ArraySeq$ofRef(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq$ofRef;", depth)); } -var $d_sci_ArraySeq$ofRef = new $TypeData().initClass({ - sci_ArraySeq$ofRef: 0 -}, false, "scala.collection.immutable.ArraySeq$ofRef", { +var $d_sci_ArraySeq$ofRef = new $TypeData().initClass($c_sci_ArraySeq$ofRef, "scala.collection.immutable.ArraySeq$ofRef", ({ sci_ArraySeq$ofRef: 1, sci_ArraySeq: 1, sci_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -40770,92 +38187,85 @@ var $d_sci_ArraySeq$ofRef = new $TypeData().initClass({ sc_StrictOptimizedIterableOps: 1, sc_EvidenceIterableFactoryDefaults: 1, Ljava_io_Serializable: 1 -}); -$c_sci_ArraySeq$ofRef.prototype.$classData = $d_sci_ArraySeq$ofRef; +})); /** @constructor */ function $c_sci_ArraySeq$ofShort(unsafeArray) { this.sci_ArraySeq$ofShort__f_unsafeArray = null; - this.sci_ArraySeq$ofShort__f_unsafeArray = unsafeArray + this.sci_ArraySeq$ofShort__f_unsafeArray = unsafeArray; } $c_sci_ArraySeq$ofShort.prototype = new $h_sci_ArraySeq(); $c_sci_ArraySeq$ofShort.prototype.constructor = $c_sci_ArraySeq$ofShort; /** @constructor */ function $h_sci_ArraySeq$ofShort() { - /**/ } $h_sci_ArraySeq$ofShort.prototype = $c_sci_ArraySeq$ofShort.prototype; $c_sci_ArraySeq$ofShort.prototype.length__I = (function() { - return $n(this.sci_ArraySeq$ofShort__f_unsafeArray).u.length + return $n(this.sci_ArraySeq$ofShort__f_unsafeArray).u.length; }); $c_sci_ArraySeq$ofShort.prototype.apply__I__S = (function(i) { - return $n(this.sci_ArraySeq$ofShort__f_unsafeArray).get(i) + return $n(this.sci_ArraySeq$ofShort__f_unsafeArray).get(i); }); $c_sci_ArraySeq$ofShort.prototype.hashCode__I = (function() { var this$1 = $m_s_util_hashing_MurmurHash3$(); var a = this.sci_ArraySeq$ofShort__f_unsafeArray; - return this$1.arrayHash$mSc$sp__AS__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed) + return this$1.arrayHash$mSc$sp__AS__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed); }); $c_sci_ArraySeq$ofShort.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_sci_ArraySeq$ofShort)) { var x2 = $as_sci_ArraySeq$ofShort(that); var a = this.sci_ArraySeq$ofShort__f_unsafeArray; var b = $n(x2).sci_ArraySeq$ofShort__f_unsafeArray; - return $m_ju_Arrays$().equals__AS__AS__Z(a, b) + return $m_ju_Arrays$().equals__AS__AS__Z(a, b); } else { - return $f_sc_Seq__equals__O__Z(this, that) + return $f_sc_Seq__equals__O__Z(this, that); } }); $c_sci_ArraySeq$ofShort.prototype.iterator__sc_Iterator = (function() { - return new $c_sc_ArrayOps$ArrayIterator$mcS$sp(this.sci_ArraySeq$ofShort__f_unsafeArray) + return new $c_sc_ArrayOps$ArrayIterator$mcS$sp(this.sci_ArraySeq$ofShort__f_unsafeArray); }); $c_sci_ArraySeq$ofShort.prototype.prepended__O__sci_ArraySeq = (function(elem) { if ($isShort(elem)) { var x2 = $uS(elem); - $m_sc_ArrayOps$(); var xs = this.sci_ArraySeq$ofShort__f_unsafeArray; - $m_s_reflect_ManifestFactory$ShortManifest$(); var len = ((1 + $n(xs).u.length) | 0); var dest = new $ac_S(len); dest.set(0, x2); $m_s_Array$().copy__O__I__O__I__I__V(xs, 0, dest, 1, $n(xs).u.length); - return new $c_sci_ArraySeq$ofShort(dest) + return new $c_sci_ArraySeq$ofShort(dest); } else { - return $c_sci_ArraySeq.prototype.prepended__O__sci_ArraySeq.call(this, elem) + return $c_sci_ArraySeq.prototype.prepended__O__sci_ArraySeq.call(this, elem); } }); $c_sci_ArraySeq$ofShort.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sci_ArraySeq(elem) + return this.prepended__O__sci_ArraySeq(elem); }); $c_sci_ArraySeq$ofShort.prototype.apply__O__O = (function(v1) { - return this.apply__I__S($uI(v1)) + return this.apply__I__S($uI(v1)); }); $c_sci_ArraySeq$ofShort.prototype.apply__I__O = (function(i) { - return this.apply__I__S(i) + return this.apply__I__S(i); }); $c_sci_ArraySeq$ofShort.prototype.elemTag__s_reflect_ClassTag = (function() { - return $m_s_reflect_ManifestFactory$ShortManifest$() + return $m_s_reflect_ManifestFactory$ShortManifest$(); }); $c_sci_ArraySeq$ofShort.prototype.unsafeArray__O = (function() { - return this.sci_ArraySeq$ofShort__f_unsafeArray + return this.sci_ArraySeq$ofShort__f_unsafeArray; }); function $as_sci_ArraySeq$ofShort(obj) { - return (((obj instanceof $c_sci_ArraySeq$ofShort) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq$ofShort")) + return (((obj instanceof $c_sci_ArraySeq$ofShort) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq$ofShort")); } function $isArrayOf_sci_ArraySeq$ofShort(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq$ofShort))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq$ofShort))); } function $asArrayOf_sci_ArraySeq$ofShort(obj, depth) { - return (($isArrayOf_sci_ArraySeq$ofShort(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq$ofShort;", depth)) + return (($isArrayOf_sci_ArraySeq$ofShort(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq$ofShort;", depth)); } -var $d_sci_ArraySeq$ofShort = new $TypeData().initClass({ - sci_ArraySeq$ofShort: 0 -}, false, "scala.collection.immutable.ArraySeq$ofShort", { +var $d_sci_ArraySeq$ofShort = new $TypeData().initClass($c_sci_ArraySeq$ofShort, "scala.collection.immutable.ArraySeq$ofShort", ({ sci_ArraySeq$ofShort: 1, sci_ArraySeq: 1, sci_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -40878,73 +38288,68 @@ var $d_sci_ArraySeq$ofShort = new $TypeData().initClass({ sc_StrictOptimizedIterableOps: 1, sc_EvidenceIterableFactoryDefaults: 1, Ljava_io_Serializable: 1 -}); -$c_sci_ArraySeq$ofShort.prototype.$classData = $d_sci_ArraySeq$ofShort; +})); /** @constructor */ function $c_sci_ArraySeq$ofUnit(unsafeArray) { this.sci_ArraySeq$ofUnit__f_unsafeArray = null; - this.sci_ArraySeq$ofUnit__f_unsafeArray = unsafeArray + this.sci_ArraySeq$ofUnit__f_unsafeArray = unsafeArray; } $c_sci_ArraySeq$ofUnit.prototype = new $h_sci_ArraySeq(); $c_sci_ArraySeq$ofUnit.prototype.constructor = $c_sci_ArraySeq$ofUnit; /** @constructor */ function $h_sci_ArraySeq$ofUnit() { - /**/ } $h_sci_ArraySeq$ofUnit.prototype = $c_sci_ArraySeq$ofUnit.prototype; $c_sci_ArraySeq$ofUnit.prototype.length__I = (function() { - return $n(this.sci_ArraySeq$ofUnit__f_unsafeArray).u.length + return $n(this.sci_ArraySeq$ofUnit__f_unsafeArray).u.length; }); $c_sci_ArraySeq$ofUnit.prototype.hashCode__I = (function() { var this$1 = $m_s_util_hashing_MurmurHash3$(); var a = this.sci_ArraySeq$ofUnit__f_unsafeArray; - return this$1.arrayHash$mVc$sp__Ajl_Void__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed) + return this$1.arrayHash$mVc$sp__Ajl_Void__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed); }); $c_sci_ArraySeq$ofUnit.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_sci_ArraySeq$ofUnit)) { var x2 = $as_sci_ArraySeq$ofUnit(that); - return ($n(this.sci_ArraySeq$ofUnit__f_unsafeArray).u.length === $n($n(x2).sci_ArraySeq$ofUnit__f_unsafeArray).u.length) + return ($n(this.sci_ArraySeq$ofUnit__f_unsafeArray).u.length === $n($n(x2).sci_ArraySeq$ofUnit__f_unsafeArray).u.length); } else { - return $f_sc_Seq__equals__O__Z(this, that) + return $f_sc_Seq__equals__O__Z(this, that); } }); $c_sci_ArraySeq$ofUnit.prototype.iterator__sc_Iterator = (function() { - return new $c_sc_ArrayOps$ArrayIterator$mcV$sp(this.sci_ArraySeq$ofUnit__f_unsafeArray) + return new $c_sc_ArrayOps$ArrayIterator$mcV$sp(this.sci_ArraySeq$ofUnit__f_unsafeArray); }); $c_sci_ArraySeq$ofUnit.prototype.apply$mcVI$sp__I__V = (function(i) { - $n(this.sci_ArraySeq$ofUnit__f_unsafeArray).get(i) + $n(this.sci_ArraySeq$ofUnit__f_unsafeArray).get(i); }); $c_sci_ArraySeq$ofUnit.prototype.apply__O__O = (function(v1) { var i = $uI(v1); - this.apply$mcVI$sp__I__V(i) + this.apply$mcVI$sp__I__V(i); }); $c_sci_ArraySeq$ofUnit.prototype.apply__I__O = (function(i) { - this.apply$mcVI$sp__I__V(i) + this.apply$mcVI$sp__I__V(i); }); $c_sci_ArraySeq$ofUnit.prototype.elemTag__s_reflect_ClassTag = (function() { - return $m_s_reflect_ManifestFactory$UnitManifest$() + return $m_s_reflect_ManifestFactory$UnitManifest$(); }); $c_sci_ArraySeq$ofUnit.prototype.unsafeArray__O = (function() { - return this.sci_ArraySeq$ofUnit__f_unsafeArray + return this.sci_ArraySeq$ofUnit__f_unsafeArray; }); function $as_sci_ArraySeq$ofUnit(obj) { - return (((obj instanceof $c_sci_ArraySeq$ofUnit) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq$ofUnit")) + return (((obj instanceof $c_sci_ArraySeq$ofUnit) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.ArraySeq$ofUnit")); } function $isArrayOf_sci_ArraySeq$ofUnit(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq$ofUnit))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_ArraySeq$ofUnit))); } function $asArrayOf_sci_ArraySeq$ofUnit(obj, depth) { - return (($isArrayOf_sci_ArraySeq$ofUnit(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq$ofUnit;", depth)) + return (($isArrayOf_sci_ArraySeq$ofUnit(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.ArraySeq$ofUnit;", depth)); } -var $d_sci_ArraySeq$ofUnit = new $TypeData().initClass({ - sci_ArraySeq$ofUnit: 0 -}, false, "scala.collection.immutable.ArraySeq$ofUnit", { +var $d_sci_ArraySeq$ofUnit = new $TypeData().initClass($c_sci_ArraySeq$ofUnit, "scala.collection.immutable.ArraySeq$ofUnit", ({ sci_ArraySeq$ofUnit: 1, sci_ArraySeq: 1, sci_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -40967,26 +38372,25 @@ var $d_sci_ArraySeq$ofUnit = new $TypeData().initClass({ sc_StrictOptimizedIterableOps: 1, sc_EvidenceIterableFactoryDefaults: 1, Ljava_io_Serializable: 1 -}); -$c_sci_ArraySeq$ofUnit.prototype.$classData = $d_sci_ArraySeq$ofUnit; +})); function $p_sci_List__loop$2__I__sci_List__I__I($thiz, i, xs, len$1) { while (true) { if ((i === len$1)) { - return ($n(xs).isEmpty__Z() ? 0 : 1) + return ($n(xs).isEmpty__Z() ? 0 : 1); } else if ($n(xs).isEmpty__Z()) { - return (-1) + return (-1); } else { var temp$i = ((1 + i) | 0); var temp$xs = $as_sci_List($n(xs).tail__O()); i = temp$i; - xs = temp$xs + xs = temp$xs; } } } function $p_sci_List__listEq$1__sci_List__sci_List__Z($thiz, a, b) { while (true) { if ((a === b)) { - return true + return true; } else { var aEmpty = $n(a).isEmpty__Z(); var bEmpty = $n(b).isEmpty__Z(); @@ -40994,56 +38398,54 @@ function $p_sci_List__listEq$1__sci_List__sci_List__Z($thiz, a, b) { var temp$a = $as_sci_List($n(a).tail__O()); var temp$b = $as_sci_List($n(b).tail__O()); a = temp$a; - b = temp$b + b = temp$b; } else { - return (aEmpty && bEmpty) + return (aEmpty && bEmpty); } } } } /** @constructor */ function $c_sci_List() { - /**/ } $c_sci_List.prototype = new $h_sci_AbstractSeq(); $c_sci_List.prototype.constructor = $c_sci_List; /** @constructor */ function $h_sci_List() { - /**/ } $h_sci_List.prototype = $c_sci_List.prototype; $c_sci_List.prototype.distinctBy__F1__O = (function(f) { - return $f_sci_StrictOptimizedSeqOps__distinctBy__F1__O(this, f) + return $f_sci_StrictOptimizedSeqOps__distinctBy__F1__O(this, f); }); $c_sci_List.prototype.iterator__sc_Iterator = (function() { - return new $c_sc_StrictOptimizedLinearSeqOps$$anon$1(this) + return new $c_sc_StrictOptimizedLinearSeqOps$$anon$1(this); }); $c_sci_List.prototype.stringPrefix__T = (function() { - return "LinearSeq" + return "LinearSeq"; }); $c_sci_List.prototype.isDefinedAt__I__Z = (function(x) { - return $f_sc_LinearSeqOps__isDefinedAt__I__Z(this, x) + return $f_sc_LinearSeqOps__isDefinedAt__I__Z(this, x); }); $c_sci_List.prototype.apply__I__O = (function(n) { - return $f_sc_LinearSeqOps__apply__I__O(this, n) + return $f_sc_LinearSeqOps__apply__I__O(this, n); }); $c_sci_List.prototype.foldLeft__O__F2__O = (function(z, op) { - return $f_sc_LinearSeqOps__foldLeft__O__F2__O(this, z, op) + return $f_sc_LinearSeqOps__foldLeft__O__F2__O(this, z, op); }); $c_sci_List.prototype.sameElements__sc_IterableOnce__Z = (function(that) { - return $f_sc_LinearSeqOps__sameElements__sc_IterableOnce__Z(this, that) + return $f_sc_LinearSeqOps__sameElements__sc_IterableOnce__Z(this, that); }); $c_sci_List.prototype.indexWhere__F1__I__I = (function(p, from) { - return $f_sc_LinearSeqOps__indexWhere__F1__I__I(this, p, from) + return $f_sc_LinearSeqOps__indexWhere__F1__I__I(this, p, from); }); $c_sci_List.prototype.iterableFactory__sc_SeqFactory = (function() { - return $m_sci_List$() + return $m_sci_List$(); }); $c_sci_List.prototype.$colon$colon$colon__sci_List__sci_List = (function(prefix) { if (this.isEmpty__Z()) { - return prefix + return prefix; } else if ($n(prefix).isEmpty__Z()) { - return this + return this; } else { var result = new $c_sci_$colon$colon($n(prefix).head__O(), this); var curr = result; @@ -41052,31 +38454,31 @@ $c_sci_List.prototype.$colon$colon$colon__sci_List__sci_List = (function(prefix) var temp = new $c_sci_$colon$colon($n(that).head__O(), this); $n(curr).sci_$colon$colon__f_next = temp; curr = temp; - that = $as_sci_List($n(that).tail__O()) - }; - return result + that = $as_sci_List($n(that).tail__O()); + } + return result; } }); $c_sci_List.prototype.isEmpty__Z = (function() { - return (this === $m_sci_Nil$()) + return (this === $m_sci_Nil$()); }); $c_sci_List.prototype.prepended__O__sci_List = (function(elem) { - return new $c_sci_$colon$colon(elem, this) + return new $c_sci_$colon$colon(elem, this); }); $c_sci_List.prototype.prependedAll__sc_IterableOnce__sci_List = (function(prefix) { if ((prefix instanceof $c_sci_List)) { var x2 = $as_sci_List(prefix); - return this.$colon$colon$colon__sci_List__sci_List(x2) - }; + return this.$colon$colon$colon__sci_List__sci_List(x2); + } if (($n(prefix).knownSize__I() === 0)) { - return this - }; + return this; + } if ((prefix instanceof $c_scm_ListBuffer)) { var x3 = $as_scm_ListBuffer(prefix); if (this.isEmpty__Z()) { - return $n(x3).toList__sci_List() + return $n(x3).toList__sci_List(); } - }; + } var iter = $n(prefix).iterator__sc_Iterator(); if ($n(iter).hasNext__Z()) { var result = new $c_sci_$colon$colon($n(iter).next__O(), this); @@ -41084,24 +38486,24 @@ $c_sci_List.prototype.prependedAll__sc_IterableOnce__sci_List = (function(prefix while ($n(iter).hasNext__Z()) { var temp = new $c_sci_$colon$colon($n(iter).next__O(), this); $n(curr).sci_$colon$colon__f_next = temp; - curr = temp - }; - return result + curr = temp; + } + return result; } else { - return this + return this; } }); $c_sci_List.prototype.appendedAll__sc_IterableOnce__sci_List = (function(suffix) { if ((suffix instanceof $c_sci_List)) { var x2 = $as_sci_List(suffix); - return $n(x2).$colon$colon$colon__sci_List__sci_List(this) + return $n(x2).$colon$colon$colon__sci_List__sci_List(this); } else { - return $as_sci_List($f_sc_StrictOptimizedSeqOps__appendedAll__sc_IterableOnce__O(this, suffix)) + return $as_sci_List($f_sc_StrictOptimizedSeqOps__appendedAll__sc_IterableOnce__O(this, suffix)); } }); $c_sci_List.prototype.map__F1__sci_List = (function(f) { if ((this === $m_sci_Nil$())) { - return $m_sci_Nil$() + return $m_sci_Nil$(); } else { var h = new $c_sci_$colon$colon($n(f).apply__O__O(this.head__O()), $m_sci_Nil$()); var t = h; @@ -41110,14 +38512,14 @@ $c_sci_List.prototype.map__F1__sci_List = (function(f) { var nx = new $c_sci_$colon$colon($n(f).apply__O__O($n(rest).head__O()), $m_sci_Nil$()); $n(t).sci_$colon$colon__f_next = nx; t = nx; - rest = $as_sci_List($n(rest).tail__O()) - }; - return h + rest = $as_sci_List($n(rest).tail__O()); + } + return h; } }); $c_sci_List.prototype.collect__s_PartialFunction__sci_List = (function(pf) { if ((this === $m_sci_Nil$())) { - return $m_sci_Nil$() + return $m_sci_Nil$(); } else { var rest = this; var h = null; @@ -41125,31 +38527,31 @@ $c_sci_List.prototype.collect__s_PartialFunction__sci_List = (function(pf) { while ((h === null)) { x = $n(pf).applyOrElse__O__F1__O($n(rest).head__O(), $m_sci_List$().sci_List$__f_partialNotApplied); if ((x !== $m_sci_List$().sci_List$__f_partialNotApplied)) { - h = new $c_sci_$colon$colon(x, $m_sci_Nil$()) - }; + h = new $c_sci_$colon$colon(x, $m_sci_Nil$()); + } rest = $as_sci_List($n(rest).tail__O()); if ((rest === $m_sci_Nil$())) { - return ((h === null) ? $m_sci_Nil$() : h) + return ((h === null) ? $m_sci_Nil$() : h); } - }; + } var t = h; while ((rest !== $m_sci_Nil$())) { x = $n(pf).applyOrElse__O__F1__O($n(rest).head__O(), $m_sci_List$().sci_List$__f_partialNotApplied); if ((x !== $m_sci_List$().sci_List$__f_partialNotApplied)) { var nx = new $c_sci_$colon$colon(x, $m_sci_Nil$()); $n(t).sci_$colon$colon__f_next = nx; - t = nx - }; - rest = $as_sci_List($n(rest).tail__O()) - }; - return h + t = nx; + } + rest = $as_sci_List($n(rest).tail__O()); + } + return h; } }); $c_sci_List.prototype.foreach__F1__V = (function(f) { var these = this; while ((!$n(these).isEmpty__Z())) { $n(f).apply__O__O($n(these).head__O()); - these = $as_sci_List($n(these).tail__O()) + these = $as_sci_List($n(these).tail__O()); } }); $c_sci_List.prototype.length__I = (function() { @@ -41157,166 +38559,161 @@ $c_sci_List.prototype.length__I = (function() { var len = 0; while ((!$n(these).isEmpty__Z())) { len = ((1 + len) | 0); - these = $as_sci_List($n(these).tail__O()) - }; - return len + these = $as_sci_List($n(these).tail__O()); + } + return len; }); $c_sci_List.prototype.lengthCompare__I__I = (function(len) { - return ((len < 0) ? 1 : $p_sci_List__loop$2__I__sci_List__I__I(this, 0, this, len)) + return ((len < 0) ? 1 : $p_sci_List__loop$2__I__sci_List__I__I(this, 0, this, len)); }); $c_sci_List.prototype.exists__F1__Z = (function(p) { var these = this; while ((!$n(these).isEmpty__Z())) { if ($uZ($n(p).apply__O__O($n(these).head__O()))) { - return true - }; - these = $as_sci_List($n(these).tail__O()) - }; - return false + return true; + } + these = $as_sci_List($n(these).tail__O()); + } + return false; }); $c_sci_List.prototype.className__T = (function() { - return "List" + return "List"; }); $c_sci_List.prototype.partition__F1__T2 = (function(p) { if (this.isEmpty__Z()) { - return $m_sci_List$().sci_List$__f_scala$collection$immutable$List$$TupleOfNil + return $m_sci_List$().sci_List$__f_scala$collection$immutable$List$$TupleOfNil; } else { var x1 = $f_sc_StrictOptimizedIterableOps__partition__F1__T2(this, p); if ((x1 !== null)) { var p2 = $as_sci_List($n(x1)._1__O()); var x = $m_sci_Nil$(); if (x.equals__O__Z(p2)) { - return new $c_T2($m_sci_Nil$(), this) + return new $c_T2($m_sci_Nil$(), this); } - }; + } if ((x1 !== null)) { var p4 = $as_sci_List($n(x1)._2__O()); var x$3 = $m_sci_Nil$(); if (x$3.equals__O__Z(p4)) { - return new $c_T2(this, $m_sci_Nil$()) + return new $c_T2(this, $m_sci_Nil$()); } - }; - return x1 + } + return x1; } }); $c_sci_List.prototype.toList__sci_List = (function() { - return this + return this; }); $c_sci_List.prototype.equals__O__Z = (function(o) { if ((o instanceof $c_sci_List)) { var x2 = $as_sci_List(o); - return $p_sci_List__listEq$1__sci_List__sci_List__Z(this, this, x2) + return $p_sci_List__listEq$1__sci_List__sci_List__Z(this, this, x2); } else { - return $f_sc_Seq__equals__O__Z(this, o) + return $f_sc_Seq__equals__O__Z(this, o); } }); $c_sci_List.prototype.apply__O__O = (function(v1) { var n = $uI(v1); - return $f_sc_LinearSeqOps__apply__I__O(this, n) + return $f_sc_LinearSeqOps__apply__I__O(this, n); }); $c_sci_List.prototype.isDefinedAt__O__Z = (function(x) { var x$1 = $uI(x); - return $f_sc_LinearSeqOps__isDefinedAt__I__Z(this, x$1) + return $f_sc_LinearSeqOps__isDefinedAt__I__Z(this, x$1); }); $c_sci_List.prototype.drop__I__O = (function(n) { - return $p_sc_StrictOptimizedLinearSeqOps__loop$2__I__sc_LinearSeq__sc_LinearSeq(this, n, this) + return $p_sc_StrictOptimizedLinearSeqOps__loop$2__I__sc_LinearSeq__sc_LinearSeq(this, n, this); }); $c_sci_List.prototype.map__F1__O = (function(f) { - return this.map__F1__sci_List(f) + return this.map__F1__sci_List(f); }); $c_sci_List.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sci_List(elem) + return this.prepended__O__sci_List(elem); }); $c_sci_List.prototype.iterableFactory__sc_IterableFactory = (function() { - return $m_sci_List$() + return $m_sci_List$(); }); function $as_sci_List(obj) { - return (((obj instanceof $c_sci_List) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.List")) + return (((obj instanceof $c_sci_List) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.List")); } function $isArrayOf_sci_List(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_List))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_List))); } function $asArrayOf_sci_List(obj, depth) { - return (($isArrayOf_sci_List(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.List;", depth)) + return (($isArrayOf_sci_List(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.List;", depth)); } /** @constructor */ function $c_sci_VectorImpl() { - this.sci_Vector__f_prefix1 = null + this.sci_Vector__f_prefix1 = null; } $c_sci_VectorImpl.prototype = new $h_sci_Vector(); $c_sci_VectorImpl.prototype.constructor = $c_sci_VectorImpl; /** @constructor */ function $h_sci_VectorImpl() { - /**/ } $h_sci_VectorImpl.prototype = $c_sci_VectorImpl.prototype; /** @constructor */ function $c_scm_ArraySeq$ofBoolean(array) { this.scm_ArraySeq$ofBoolean__f_array = null; - this.scm_ArraySeq$ofBoolean__f_array = array + this.scm_ArraySeq$ofBoolean__f_array = array; } $c_scm_ArraySeq$ofBoolean.prototype = new $h_scm_ArraySeq(); $c_scm_ArraySeq$ofBoolean.prototype.constructor = $c_scm_ArraySeq$ofBoolean; /** @constructor */ function $h_scm_ArraySeq$ofBoolean() { - /**/ } $h_scm_ArraySeq$ofBoolean.prototype = $c_scm_ArraySeq$ofBoolean.prototype; $c_scm_ArraySeq$ofBoolean.prototype.length__I = (function() { - return $n(this.scm_ArraySeq$ofBoolean__f_array).u.length + return $n(this.scm_ArraySeq$ofBoolean__f_array).u.length; }); $c_scm_ArraySeq$ofBoolean.prototype.hashCode__I = (function() { var this$1 = $m_s_util_hashing_MurmurHash3$(); var a = this.scm_ArraySeq$ofBoolean__f_array; - return this$1.arrayHash$mZc$sp__AZ__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed) + return this$1.arrayHash$mZc$sp__AZ__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed); }); $c_scm_ArraySeq$ofBoolean.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_scm_ArraySeq$ofBoolean)) { var x2 = $as_scm_ArraySeq$ofBoolean(that); var a = this.scm_ArraySeq$ofBoolean__f_array; var b = $n(x2).scm_ArraySeq$ofBoolean__f_array; - return $m_ju_Arrays$().equals__AZ__AZ__Z(a, b) + return $m_ju_Arrays$().equals__AZ__AZ__Z(a, b); } else { - return $c_scm_ArraySeq.prototype.equals__O__Z.call(this, that) + return $c_scm_ArraySeq.prototype.equals__O__Z.call(this, that); } }); $c_scm_ArraySeq$ofBoolean.prototype.iterator__sc_Iterator = (function() { - return new $c_sc_ArrayOps$ArrayIterator$mcZ$sp(this.scm_ArraySeq$ofBoolean__f_array) + return new $c_sc_ArrayOps$ArrayIterator$mcZ$sp(this.scm_ArraySeq$ofBoolean__f_array); }); $c_scm_ArraySeq$ofBoolean.prototype.apply$mcZI$sp__I__Z = (function(index) { - return $n(this.scm_ArraySeq$ofBoolean__f_array).get(index) + return $n(this.scm_ArraySeq$ofBoolean__f_array).get(index); }); $c_scm_ArraySeq$ofBoolean.prototype.apply__O__O = (function(v1) { var index = $uI(v1); - return this.apply$mcZI$sp__I__Z(index) + return this.apply$mcZI$sp__I__Z(index); }); $c_scm_ArraySeq$ofBoolean.prototype.apply__I__O = (function(i) { - return this.apply$mcZI$sp__I__Z(i) + return this.apply$mcZI$sp__I__Z(i); }); $c_scm_ArraySeq$ofBoolean.prototype.elemTag__s_reflect_ClassTag = (function() { - return $m_s_reflect_ManifestFactory$BooleanManifest$() + return $m_s_reflect_ManifestFactory$BooleanManifest$(); }); $c_scm_ArraySeq$ofBoolean.prototype.array__O = (function() { - return this.scm_ArraySeq$ofBoolean__f_array + return this.scm_ArraySeq$ofBoolean__f_array; }); function $as_scm_ArraySeq$ofBoolean(obj) { - return (((obj instanceof $c_scm_ArraySeq$ofBoolean) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq$ofBoolean")) + return (((obj instanceof $c_scm_ArraySeq$ofBoolean) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq$ofBoolean")); } function $isArrayOf_scm_ArraySeq$ofBoolean(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq$ofBoolean))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq$ofBoolean))); } function $asArrayOf_scm_ArraySeq$ofBoolean(obj, depth) { - return (($isArrayOf_scm_ArraySeq$ofBoolean(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq$ofBoolean;", depth)) + return (($isArrayOf_scm_ArraySeq$ofBoolean(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq$ofBoolean;", depth)); } -var $d_scm_ArraySeq$ofBoolean = new $TypeData().initClass({ - scm_ArraySeq$ofBoolean: 0 -}, false, "scala.collection.mutable.ArraySeq$ofBoolean", { +var $d_scm_ArraySeq$ofBoolean = new $TypeData().initClass($c_scm_ArraySeq$ofBoolean, "scala.collection.mutable.ArraySeq$ofBoolean", ({ scm_ArraySeq$ofBoolean: 1, scm_ArraySeq: 1, scm_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -41339,74 +38736,69 @@ var $d_scm_ArraySeq$ofBoolean = new $TypeData().initClass({ sc_StrictOptimizedSeqOps: 1, sc_StrictOptimizedIterableOps: 1, Ljava_io_Serializable: 1 -}); -$c_scm_ArraySeq$ofBoolean.prototype.$classData = $d_scm_ArraySeq$ofBoolean; +})); /** @constructor */ function $c_scm_ArraySeq$ofByte(array) { this.scm_ArraySeq$ofByte__f_array = null; - this.scm_ArraySeq$ofByte__f_array = array + this.scm_ArraySeq$ofByte__f_array = array; } $c_scm_ArraySeq$ofByte.prototype = new $h_scm_ArraySeq(); $c_scm_ArraySeq$ofByte.prototype.constructor = $c_scm_ArraySeq$ofByte; /** @constructor */ function $h_scm_ArraySeq$ofByte() { - /**/ } $h_scm_ArraySeq$ofByte.prototype = $c_scm_ArraySeq$ofByte.prototype; $c_scm_ArraySeq$ofByte.prototype.length__I = (function() { - return $n(this.scm_ArraySeq$ofByte__f_array).u.length + return $n(this.scm_ArraySeq$ofByte__f_array).u.length; }); $c_scm_ArraySeq$ofByte.prototype.apply__I__B = (function(index) { - return $n(this.scm_ArraySeq$ofByte__f_array).get(index) + return $n(this.scm_ArraySeq$ofByte__f_array).get(index); }); $c_scm_ArraySeq$ofByte.prototype.hashCode__I = (function() { var this$1 = $m_s_util_hashing_MurmurHash3$(); var a = this.scm_ArraySeq$ofByte__f_array; - return this$1.arrayHash$mBc$sp__AB__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed) + return this$1.arrayHash$mBc$sp__AB__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed); }); $c_scm_ArraySeq$ofByte.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_scm_ArraySeq$ofByte)) { var x2 = $as_scm_ArraySeq$ofByte(that); var a = this.scm_ArraySeq$ofByte__f_array; var b = $n(x2).scm_ArraySeq$ofByte__f_array; - return $m_ju_Arrays$().equals__AB__AB__Z(a, b) + return $m_ju_Arrays$().equals__AB__AB__Z(a, b); } else { - return $c_scm_ArraySeq.prototype.equals__O__Z.call(this, that) + return $c_scm_ArraySeq.prototype.equals__O__Z.call(this, that); } }); $c_scm_ArraySeq$ofByte.prototype.iterator__sc_Iterator = (function() { - return new $c_sc_ArrayOps$ArrayIterator$mcB$sp(this.scm_ArraySeq$ofByte__f_array) + return new $c_sc_ArrayOps$ArrayIterator$mcB$sp(this.scm_ArraySeq$ofByte__f_array); }); $c_scm_ArraySeq$ofByte.prototype.apply__O__O = (function(v1) { - return this.apply__I__B($uI(v1)) + return this.apply__I__B($uI(v1)); }); $c_scm_ArraySeq$ofByte.prototype.apply__I__O = (function(i) { - return this.apply__I__B(i) + return this.apply__I__B(i); }); $c_scm_ArraySeq$ofByte.prototype.elemTag__s_reflect_ClassTag = (function() { - return $m_s_reflect_ManifestFactory$ByteManifest$() + return $m_s_reflect_ManifestFactory$ByteManifest$(); }); $c_scm_ArraySeq$ofByte.prototype.array__O = (function() { - return this.scm_ArraySeq$ofByte__f_array + return this.scm_ArraySeq$ofByte__f_array; }); function $as_scm_ArraySeq$ofByte(obj) { - return (((obj instanceof $c_scm_ArraySeq$ofByte) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq$ofByte")) + return (((obj instanceof $c_scm_ArraySeq$ofByte) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq$ofByte")); } function $isArrayOf_scm_ArraySeq$ofByte(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq$ofByte))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq$ofByte))); } function $asArrayOf_scm_ArraySeq$ofByte(obj, depth) { - return (($isArrayOf_scm_ArraySeq$ofByte(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq$ofByte;", depth)) + return (($isArrayOf_scm_ArraySeq$ofByte(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq$ofByte;", depth)); } -var $d_scm_ArraySeq$ofByte = new $TypeData().initClass({ - scm_ArraySeq$ofByte: 0 -}, false, "scala.collection.mutable.ArraySeq$ofByte", { +var $d_scm_ArraySeq$ofByte = new $TypeData().initClass($c_scm_ArraySeq$ofByte, "scala.collection.mutable.ArraySeq$ofByte", ({ scm_ArraySeq$ofByte: 1, scm_ArraySeq: 1, scm_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -41429,56 +38821,54 @@ var $d_scm_ArraySeq$ofByte = new $TypeData().initClass({ sc_StrictOptimizedSeqOps: 1, sc_StrictOptimizedIterableOps: 1, Ljava_io_Serializable: 1 -}); -$c_scm_ArraySeq$ofByte.prototype.$classData = $d_scm_ArraySeq$ofByte; +})); /** @constructor */ function $c_scm_ArraySeq$ofChar(array) { this.scm_ArraySeq$ofChar__f_array = null; - this.scm_ArraySeq$ofChar__f_array = array + this.scm_ArraySeq$ofChar__f_array = array; } $c_scm_ArraySeq$ofChar.prototype = new $h_scm_ArraySeq(); $c_scm_ArraySeq$ofChar.prototype.constructor = $c_scm_ArraySeq$ofChar; /** @constructor */ function $h_scm_ArraySeq$ofChar() { - /**/ } $h_scm_ArraySeq$ofChar.prototype = $c_scm_ArraySeq$ofChar.prototype; $c_scm_ArraySeq$ofChar.prototype.length__I = (function() { - return $n(this.scm_ArraySeq$ofChar__f_array).u.length + return $n(this.scm_ArraySeq$ofChar__f_array).u.length; }); $c_scm_ArraySeq$ofChar.prototype.apply__I__C = (function(index) { - return $n(this.scm_ArraySeq$ofChar__f_array).get(index) + return $n(this.scm_ArraySeq$ofChar__f_array).get(index); }); $c_scm_ArraySeq$ofChar.prototype.hashCode__I = (function() { var this$1 = $m_s_util_hashing_MurmurHash3$(); var a = this.scm_ArraySeq$ofChar__f_array; - return this$1.arrayHash$mCc$sp__AC__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed) + return this$1.arrayHash$mCc$sp__AC__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed); }); $c_scm_ArraySeq$ofChar.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_scm_ArraySeq$ofChar)) { var x2 = $as_scm_ArraySeq$ofChar(that); var a = this.scm_ArraySeq$ofChar__f_array; var b = $n(x2).scm_ArraySeq$ofChar__f_array; - return $m_ju_Arrays$().equals__AC__AC__Z(a, b) + return $m_ju_Arrays$().equals__AC__AC__Z(a, b); } else { - return $c_scm_ArraySeq.prototype.equals__O__Z.call(this, that) + return $c_scm_ArraySeq.prototype.equals__O__Z.call(this, that); } }); $c_scm_ArraySeq$ofChar.prototype.iterator__sc_Iterator = (function() { - return new $c_sc_ArrayOps$ArrayIterator$mcC$sp(this.scm_ArraySeq$ofChar__f_array) + return new $c_sc_ArrayOps$ArrayIterator$mcC$sp(this.scm_ArraySeq$ofChar__f_array); }); $c_scm_ArraySeq$ofChar.prototype.addString__scm_StringBuilder__T__T__T__scm_StringBuilder = (function(sb, start, sep, end) { var jsb = $n(sb).scm_StringBuilder__f_underlying; var this$1 = $n(start); if ((this$1.length !== 0)) { var this$2 = $n(jsb); - this$2.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$2.jl_StringBuilder__f_java$lang$StringBuilder$$content) + start) - }; + this$2.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$2.jl_StringBuilder__f_java$lang$StringBuilder$$content) + start); + } var len = $n(this.scm_ArraySeq$ofChar__f_array).u.length; if ((len !== 0)) { var this$3 = $n(sep); if ((this$3 === "")) { - $n(jsb).append__AC__jl_StringBuilder(this.scm_ArraySeq$ofChar__f_array) + $n(jsb).append__AC__jl_StringBuilder(this.scm_ArraySeq$ofChar__f_array); } else { $n(jsb); $n(jsb).length__I(); @@ -41486,57 +38876,54 @@ $c_scm_ArraySeq$ofChar.prototype.addString__scm_StringBuilder__T__T__T__scm_Stri $n(sep); var this$6 = $n(jsb); var c = $n(this.scm_ArraySeq$ofChar__f_array).get(0); - var str = $as_T(String.fromCharCode(c)); - this$6.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$6.jl_StringBuilder__f_java$lang$StringBuilder$$content) + str); + var str = ("" + $cToS(c)); + this$6.jl_StringBuilder__f_java$lang$StringBuilder$$content = (this$6.jl_StringBuilder__f_java$lang$StringBuilder$$content + str); var i = 1; while ((i < len)) { var this$8 = $n(jsb); this$8.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$8.jl_StringBuilder__f_java$lang$StringBuilder$$content) + sep); var this$9 = $n(jsb); var c$1 = $n(this.scm_ArraySeq$ofChar__f_array).get(i); - var str$1 = $as_T(String.fromCharCode(c$1)); - this$9.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$9.jl_StringBuilder__f_java$lang$StringBuilder$$content) + str$1); - i = ((1 + i) | 0) + var str$1 = ("" + $cToS(c$1)); + this$9.jl_StringBuilder__f_java$lang$StringBuilder$$content = (this$9.jl_StringBuilder__f_java$lang$StringBuilder$$content + str$1); + i = ((1 + i) | 0); } } - }; + } var this$11 = $n(end); if ((this$11.length !== 0)) { var this$12 = $n(jsb); - this$12.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$12.jl_StringBuilder__f_java$lang$StringBuilder$$content) + end) - }; - return sb + this$12.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$12.jl_StringBuilder__f_java$lang$StringBuilder$$content) + end); + } + return sb; }); $c_scm_ArraySeq$ofChar.prototype.apply__O__O = (function(v1) { - return $bC(this.apply__I__C($uI(v1))) + return $bC(this.apply__I__C($uI(v1))); }); $c_scm_ArraySeq$ofChar.prototype.apply__I__O = (function(i) { - return $bC(this.apply__I__C(i)) + return $bC(this.apply__I__C(i)); }); $c_scm_ArraySeq$ofChar.prototype.elemTag__s_reflect_ClassTag = (function() { - return $m_s_reflect_ManifestFactory$CharManifest$() + return $m_s_reflect_ManifestFactory$CharManifest$(); }); $c_scm_ArraySeq$ofChar.prototype.array__O = (function() { - return this.scm_ArraySeq$ofChar__f_array + return this.scm_ArraySeq$ofChar__f_array; }); function $as_scm_ArraySeq$ofChar(obj) { - return (((obj instanceof $c_scm_ArraySeq$ofChar) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq$ofChar")) + return (((obj instanceof $c_scm_ArraySeq$ofChar) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq$ofChar")); } function $isArrayOf_scm_ArraySeq$ofChar(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq$ofChar))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq$ofChar))); } function $asArrayOf_scm_ArraySeq$ofChar(obj, depth) { - return (($isArrayOf_scm_ArraySeq$ofChar(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq$ofChar;", depth)) + return (($isArrayOf_scm_ArraySeq$ofChar(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq$ofChar;", depth)); } -var $d_scm_ArraySeq$ofChar = new $TypeData().initClass({ - scm_ArraySeq$ofChar: 0 -}, false, "scala.collection.mutable.ArraySeq$ofChar", { +var $d_scm_ArraySeq$ofChar = new $TypeData().initClass($c_scm_ArraySeq$ofChar, "scala.collection.mutable.ArraySeq$ofChar", ({ scm_ArraySeq$ofChar: 1, scm_ArraySeq: 1, scm_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -41559,75 +38946,70 @@ var $d_scm_ArraySeq$ofChar = new $TypeData().initClass({ sc_StrictOptimizedSeqOps: 1, sc_StrictOptimizedIterableOps: 1, Ljava_io_Serializable: 1 -}); -$c_scm_ArraySeq$ofChar.prototype.$classData = $d_scm_ArraySeq$ofChar; +})); /** @constructor */ function $c_scm_ArraySeq$ofDouble(array) { this.scm_ArraySeq$ofDouble__f_array = null; - this.scm_ArraySeq$ofDouble__f_array = array + this.scm_ArraySeq$ofDouble__f_array = array; } $c_scm_ArraySeq$ofDouble.prototype = new $h_scm_ArraySeq(); $c_scm_ArraySeq$ofDouble.prototype.constructor = $c_scm_ArraySeq$ofDouble; /** @constructor */ function $h_scm_ArraySeq$ofDouble() { - /**/ } $h_scm_ArraySeq$ofDouble.prototype = $c_scm_ArraySeq$ofDouble.prototype; $c_scm_ArraySeq$ofDouble.prototype.length__I = (function() { - return $n(this.scm_ArraySeq$ofDouble__f_array).u.length + return $n(this.scm_ArraySeq$ofDouble__f_array).u.length; }); $c_scm_ArraySeq$ofDouble.prototype.hashCode__I = (function() { var this$1 = $m_s_util_hashing_MurmurHash3$(); var a = this.scm_ArraySeq$ofDouble__f_array; - return this$1.arrayHash$mDc$sp__AD__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed) + return this$1.arrayHash$mDc$sp__AD__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed); }); $c_scm_ArraySeq$ofDouble.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_scm_ArraySeq$ofDouble)) { var x2 = $as_scm_ArraySeq$ofDouble(that); var a = this.scm_ArraySeq$ofDouble__f_array; var b = $n(x2).scm_ArraySeq$ofDouble__f_array; - return $m_ju_Arrays$().equals__AD__AD__Z(a, b) + return $m_ju_Arrays$().equals__AD__AD__Z(a, b); } else { - return $c_scm_ArraySeq.prototype.equals__O__Z.call(this, that) + return $c_scm_ArraySeq.prototype.equals__O__Z.call(this, that); } }); $c_scm_ArraySeq$ofDouble.prototype.iterator__sc_Iterator = (function() { - return new $c_sc_ArrayOps$ArrayIterator$mcD$sp(this.scm_ArraySeq$ofDouble__f_array) + return new $c_sc_ArrayOps$ArrayIterator$mcD$sp(this.scm_ArraySeq$ofDouble__f_array); }); $c_scm_ArraySeq$ofDouble.prototype.apply$mcDI$sp__I__D = (function(index) { - return $n(this.scm_ArraySeq$ofDouble__f_array).get(index) + return $n(this.scm_ArraySeq$ofDouble__f_array).get(index); }); $c_scm_ArraySeq$ofDouble.prototype.apply__O__O = (function(v1) { var index = $uI(v1); - return this.apply$mcDI$sp__I__D(index) + return this.apply$mcDI$sp__I__D(index); }); $c_scm_ArraySeq$ofDouble.prototype.apply__I__O = (function(i) { - return this.apply$mcDI$sp__I__D(i) + return this.apply$mcDI$sp__I__D(i); }); $c_scm_ArraySeq$ofDouble.prototype.elemTag__s_reflect_ClassTag = (function() { - return $m_s_reflect_ManifestFactory$DoubleManifest$() + return $m_s_reflect_ManifestFactory$DoubleManifest$(); }); $c_scm_ArraySeq$ofDouble.prototype.array__O = (function() { - return this.scm_ArraySeq$ofDouble__f_array + return this.scm_ArraySeq$ofDouble__f_array; }); function $as_scm_ArraySeq$ofDouble(obj) { - return (((obj instanceof $c_scm_ArraySeq$ofDouble) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq$ofDouble")) + return (((obj instanceof $c_scm_ArraySeq$ofDouble) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq$ofDouble")); } function $isArrayOf_scm_ArraySeq$ofDouble(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq$ofDouble))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq$ofDouble))); } function $asArrayOf_scm_ArraySeq$ofDouble(obj, depth) { - return (($isArrayOf_scm_ArraySeq$ofDouble(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq$ofDouble;", depth)) + return (($isArrayOf_scm_ArraySeq$ofDouble(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq$ofDouble;", depth)); } -var $d_scm_ArraySeq$ofDouble = new $TypeData().initClass({ - scm_ArraySeq$ofDouble: 0 -}, false, "scala.collection.mutable.ArraySeq$ofDouble", { +var $d_scm_ArraySeq$ofDouble = new $TypeData().initClass($c_scm_ArraySeq$ofDouble, "scala.collection.mutable.ArraySeq$ofDouble", ({ scm_ArraySeq$ofDouble: 1, scm_ArraySeq: 1, scm_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -41650,75 +39032,70 @@ var $d_scm_ArraySeq$ofDouble = new $TypeData().initClass({ sc_StrictOptimizedSeqOps: 1, sc_StrictOptimizedIterableOps: 1, Ljava_io_Serializable: 1 -}); -$c_scm_ArraySeq$ofDouble.prototype.$classData = $d_scm_ArraySeq$ofDouble; +})); /** @constructor */ function $c_scm_ArraySeq$ofFloat(array) { this.scm_ArraySeq$ofFloat__f_array = null; - this.scm_ArraySeq$ofFloat__f_array = array + this.scm_ArraySeq$ofFloat__f_array = array; } $c_scm_ArraySeq$ofFloat.prototype = new $h_scm_ArraySeq(); $c_scm_ArraySeq$ofFloat.prototype.constructor = $c_scm_ArraySeq$ofFloat; /** @constructor */ function $h_scm_ArraySeq$ofFloat() { - /**/ } $h_scm_ArraySeq$ofFloat.prototype = $c_scm_ArraySeq$ofFloat.prototype; $c_scm_ArraySeq$ofFloat.prototype.length__I = (function() { - return $n(this.scm_ArraySeq$ofFloat__f_array).u.length + return $n(this.scm_ArraySeq$ofFloat__f_array).u.length; }); $c_scm_ArraySeq$ofFloat.prototype.hashCode__I = (function() { var this$1 = $m_s_util_hashing_MurmurHash3$(); var a = this.scm_ArraySeq$ofFloat__f_array; - return this$1.arrayHash$mFc$sp__AF__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed) + return this$1.arrayHash$mFc$sp__AF__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed); }); $c_scm_ArraySeq$ofFloat.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_scm_ArraySeq$ofFloat)) { var x2 = $as_scm_ArraySeq$ofFloat(that); var a = this.scm_ArraySeq$ofFloat__f_array; var b = $n(x2).scm_ArraySeq$ofFloat__f_array; - return $m_ju_Arrays$().equals__AF__AF__Z(a, b) + return $m_ju_Arrays$().equals__AF__AF__Z(a, b); } else { - return $c_scm_ArraySeq.prototype.equals__O__Z.call(this, that) + return $c_scm_ArraySeq.prototype.equals__O__Z.call(this, that); } }); $c_scm_ArraySeq$ofFloat.prototype.iterator__sc_Iterator = (function() { - return new $c_sc_ArrayOps$ArrayIterator$mcF$sp(this.scm_ArraySeq$ofFloat__f_array) + return new $c_sc_ArrayOps$ArrayIterator$mcF$sp(this.scm_ArraySeq$ofFloat__f_array); }); $c_scm_ArraySeq$ofFloat.prototype.apply$mcFI$sp__I__F = (function(index) { - return $n(this.scm_ArraySeq$ofFloat__f_array).get(index) + return $n(this.scm_ArraySeq$ofFloat__f_array).get(index); }); $c_scm_ArraySeq$ofFloat.prototype.apply__O__O = (function(v1) { var index = $uI(v1); - return this.apply$mcFI$sp__I__F(index) + return this.apply$mcFI$sp__I__F(index); }); $c_scm_ArraySeq$ofFloat.prototype.apply__I__O = (function(i) { - return this.apply$mcFI$sp__I__F(i) + return this.apply$mcFI$sp__I__F(i); }); $c_scm_ArraySeq$ofFloat.prototype.elemTag__s_reflect_ClassTag = (function() { - return $m_s_reflect_ManifestFactory$FloatManifest$() + return $m_s_reflect_ManifestFactory$FloatManifest$(); }); $c_scm_ArraySeq$ofFloat.prototype.array__O = (function() { - return this.scm_ArraySeq$ofFloat__f_array + return this.scm_ArraySeq$ofFloat__f_array; }); function $as_scm_ArraySeq$ofFloat(obj) { - return (((obj instanceof $c_scm_ArraySeq$ofFloat) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq$ofFloat")) + return (((obj instanceof $c_scm_ArraySeq$ofFloat) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq$ofFloat")); } function $isArrayOf_scm_ArraySeq$ofFloat(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq$ofFloat))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq$ofFloat))); } function $asArrayOf_scm_ArraySeq$ofFloat(obj, depth) { - return (($isArrayOf_scm_ArraySeq$ofFloat(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq$ofFloat;", depth)) + return (($isArrayOf_scm_ArraySeq$ofFloat(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq$ofFloat;", depth)); } -var $d_scm_ArraySeq$ofFloat = new $TypeData().initClass({ - scm_ArraySeq$ofFloat: 0 -}, false, "scala.collection.mutable.ArraySeq$ofFloat", { +var $d_scm_ArraySeq$ofFloat = new $TypeData().initClass($c_scm_ArraySeq$ofFloat, "scala.collection.mutable.ArraySeq$ofFloat", ({ scm_ArraySeq$ofFloat: 1, scm_ArraySeq: 1, scm_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -41741,75 +39118,70 @@ var $d_scm_ArraySeq$ofFloat = new $TypeData().initClass({ sc_StrictOptimizedSeqOps: 1, sc_StrictOptimizedIterableOps: 1, Ljava_io_Serializable: 1 -}); -$c_scm_ArraySeq$ofFloat.prototype.$classData = $d_scm_ArraySeq$ofFloat; +})); /** @constructor */ function $c_scm_ArraySeq$ofInt(array) { this.scm_ArraySeq$ofInt__f_array = null; - this.scm_ArraySeq$ofInt__f_array = array + this.scm_ArraySeq$ofInt__f_array = array; } $c_scm_ArraySeq$ofInt.prototype = new $h_scm_ArraySeq(); $c_scm_ArraySeq$ofInt.prototype.constructor = $c_scm_ArraySeq$ofInt; /** @constructor */ function $h_scm_ArraySeq$ofInt() { - /**/ } $h_scm_ArraySeq$ofInt.prototype = $c_scm_ArraySeq$ofInt.prototype; $c_scm_ArraySeq$ofInt.prototype.length__I = (function() { - return $n(this.scm_ArraySeq$ofInt__f_array).u.length + return $n(this.scm_ArraySeq$ofInt__f_array).u.length; }); $c_scm_ArraySeq$ofInt.prototype.hashCode__I = (function() { var this$1 = $m_s_util_hashing_MurmurHash3$(); var a = this.scm_ArraySeq$ofInt__f_array; - return this$1.arrayHash$mIc$sp__AI__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed) + return this$1.arrayHash$mIc$sp__AI__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed); }); $c_scm_ArraySeq$ofInt.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_scm_ArraySeq$ofInt)) { var x2 = $as_scm_ArraySeq$ofInt(that); var a = this.scm_ArraySeq$ofInt__f_array; var b = $n(x2).scm_ArraySeq$ofInt__f_array; - return $m_ju_Arrays$().equals__AI__AI__Z(a, b) + return $m_ju_Arrays$().equals__AI__AI__Z(a, b); } else { - return $c_scm_ArraySeq.prototype.equals__O__Z.call(this, that) + return $c_scm_ArraySeq.prototype.equals__O__Z.call(this, that); } }); $c_scm_ArraySeq$ofInt.prototype.iterator__sc_Iterator = (function() { - return new $c_sc_ArrayOps$ArrayIterator$mcI$sp(this.scm_ArraySeq$ofInt__f_array) + return new $c_sc_ArrayOps$ArrayIterator$mcI$sp(this.scm_ArraySeq$ofInt__f_array); }); $c_scm_ArraySeq$ofInt.prototype.apply$mcII$sp__I__I = (function(index) { - return $n(this.scm_ArraySeq$ofInt__f_array).get(index) + return $n(this.scm_ArraySeq$ofInt__f_array).get(index); }); $c_scm_ArraySeq$ofInt.prototype.apply__O__O = (function(v1) { var index = $uI(v1); - return this.apply$mcII$sp__I__I(index) + return this.apply$mcII$sp__I__I(index); }); $c_scm_ArraySeq$ofInt.prototype.apply__I__O = (function(i) { - return this.apply$mcII$sp__I__I(i) + return this.apply$mcII$sp__I__I(i); }); $c_scm_ArraySeq$ofInt.prototype.elemTag__s_reflect_ClassTag = (function() { - return $m_s_reflect_ManifestFactory$IntManifest$() + return $m_s_reflect_ManifestFactory$IntManifest$(); }); $c_scm_ArraySeq$ofInt.prototype.array__O = (function() { - return this.scm_ArraySeq$ofInt__f_array + return this.scm_ArraySeq$ofInt__f_array; }); function $as_scm_ArraySeq$ofInt(obj) { - return (((obj instanceof $c_scm_ArraySeq$ofInt) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq$ofInt")) + return (((obj instanceof $c_scm_ArraySeq$ofInt) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq$ofInt")); } function $isArrayOf_scm_ArraySeq$ofInt(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq$ofInt))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq$ofInt))); } function $asArrayOf_scm_ArraySeq$ofInt(obj, depth) { - return (($isArrayOf_scm_ArraySeq$ofInt(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq$ofInt;", depth)) + return (($isArrayOf_scm_ArraySeq$ofInt(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq$ofInt;", depth)); } -var $d_scm_ArraySeq$ofInt = new $TypeData().initClass({ - scm_ArraySeq$ofInt: 0 -}, false, "scala.collection.mutable.ArraySeq$ofInt", { +var $d_scm_ArraySeq$ofInt = new $TypeData().initClass($c_scm_ArraySeq$ofInt, "scala.collection.mutable.ArraySeq$ofInt", ({ scm_ArraySeq$ofInt: 1, scm_ArraySeq: 1, scm_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -41832,75 +39204,70 @@ var $d_scm_ArraySeq$ofInt = new $TypeData().initClass({ sc_StrictOptimizedSeqOps: 1, sc_StrictOptimizedIterableOps: 1, Ljava_io_Serializable: 1 -}); -$c_scm_ArraySeq$ofInt.prototype.$classData = $d_scm_ArraySeq$ofInt; +})); /** @constructor */ function $c_scm_ArraySeq$ofLong(array) { this.scm_ArraySeq$ofLong__f_array = null; - this.scm_ArraySeq$ofLong__f_array = array + this.scm_ArraySeq$ofLong__f_array = array; } $c_scm_ArraySeq$ofLong.prototype = new $h_scm_ArraySeq(); $c_scm_ArraySeq$ofLong.prototype.constructor = $c_scm_ArraySeq$ofLong; /** @constructor */ function $h_scm_ArraySeq$ofLong() { - /**/ } $h_scm_ArraySeq$ofLong.prototype = $c_scm_ArraySeq$ofLong.prototype; $c_scm_ArraySeq$ofLong.prototype.length__I = (function() { - return $n(this.scm_ArraySeq$ofLong__f_array).u.length + return $n(this.scm_ArraySeq$ofLong__f_array).u.length; }); $c_scm_ArraySeq$ofLong.prototype.hashCode__I = (function() { var this$1 = $m_s_util_hashing_MurmurHash3$(); var a = this.scm_ArraySeq$ofLong__f_array; - return this$1.arrayHash$mJc$sp__AJ__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed) + return this$1.arrayHash$mJc$sp__AJ__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed); }); $c_scm_ArraySeq$ofLong.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_scm_ArraySeq$ofLong)) { var x2 = $as_scm_ArraySeq$ofLong(that); var a = this.scm_ArraySeq$ofLong__f_array; var b = $n(x2).scm_ArraySeq$ofLong__f_array; - return $m_ju_Arrays$().equals__AJ__AJ__Z(a, b) + return $m_ju_Arrays$().equals__AJ__AJ__Z(a, b); } else { - return $c_scm_ArraySeq.prototype.equals__O__Z.call(this, that) + return $c_scm_ArraySeq.prototype.equals__O__Z.call(this, that); } }); $c_scm_ArraySeq$ofLong.prototype.iterator__sc_Iterator = (function() { - return new $c_sc_ArrayOps$ArrayIterator$mcJ$sp(this.scm_ArraySeq$ofLong__f_array) + return new $c_sc_ArrayOps$ArrayIterator$mcJ$sp(this.scm_ArraySeq$ofLong__f_array); }); $c_scm_ArraySeq$ofLong.prototype.apply$mcJI$sp__I__J = (function(index) { - return $n(this.scm_ArraySeq$ofLong__f_array).get(index) + return $n(this.scm_ArraySeq$ofLong__f_array).get(index); }); $c_scm_ArraySeq$ofLong.prototype.apply__O__O = (function(v1) { var index = $uI(v1); - return this.apply$mcJI$sp__I__J(index) + return this.apply$mcJI$sp__I__J(index); }); $c_scm_ArraySeq$ofLong.prototype.apply__I__O = (function(i) { - return this.apply$mcJI$sp__I__J(i) + return this.apply$mcJI$sp__I__J(i); }); $c_scm_ArraySeq$ofLong.prototype.elemTag__s_reflect_ClassTag = (function() { - return $m_s_reflect_ManifestFactory$LongManifest$() + return $m_s_reflect_ManifestFactory$LongManifest$(); }); $c_scm_ArraySeq$ofLong.prototype.array__O = (function() { - return this.scm_ArraySeq$ofLong__f_array + return this.scm_ArraySeq$ofLong__f_array; }); function $as_scm_ArraySeq$ofLong(obj) { - return (((obj instanceof $c_scm_ArraySeq$ofLong) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq$ofLong")) + return (((obj instanceof $c_scm_ArraySeq$ofLong) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq$ofLong")); } function $isArrayOf_scm_ArraySeq$ofLong(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq$ofLong))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq$ofLong))); } function $asArrayOf_scm_ArraySeq$ofLong(obj, depth) { - return (($isArrayOf_scm_ArraySeq$ofLong(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq$ofLong;", depth)) + return (($isArrayOf_scm_ArraySeq$ofLong(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq$ofLong;", depth)); } -var $d_scm_ArraySeq$ofLong = new $TypeData().initClass({ - scm_ArraySeq$ofLong: 0 -}, false, "scala.collection.mutable.ArraySeq$ofLong", { +var $d_scm_ArraySeq$ofLong = new $TypeData().initClass($c_scm_ArraySeq$ofLong, "scala.collection.mutable.ArraySeq$ofLong", ({ scm_ArraySeq$ofLong: 1, scm_ArraySeq: 1, scm_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -41923,71 +39290,66 @@ var $d_scm_ArraySeq$ofLong = new $TypeData().initClass({ sc_StrictOptimizedSeqOps: 1, sc_StrictOptimizedIterableOps: 1, Ljava_io_Serializable: 1 -}); -$c_scm_ArraySeq$ofLong.prototype.$classData = $d_scm_ArraySeq$ofLong; +})); /** @constructor */ function $c_scm_ArraySeq$ofRef(array) { this.scm_ArraySeq$ofRef__f_array = null; - this.scm_ArraySeq$ofRef__f_array = array + this.scm_ArraySeq$ofRef__f_array = array; } $c_scm_ArraySeq$ofRef.prototype = new $h_scm_ArraySeq(); $c_scm_ArraySeq$ofRef.prototype.constructor = $c_scm_ArraySeq$ofRef; /** @constructor */ function $h_scm_ArraySeq$ofRef() { - /**/ } $h_scm_ArraySeq$ofRef.prototype = $c_scm_ArraySeq$ofRef.prototype; $c_scm_ArraySeq$ofRef.prototype.elemTag__s_reflect_ClassTag = (function() { var $x_1 = $m_s_reflect_ClassTag$(); var this$1 = $n(this.scm_ArraySeq$ofRef__f_array); - return $n($x_1).apply__jl_Class__s_reflect_ClassTag($objectGetClass(this$1).getComponentType__jl_Class()) + return $n($x_1).apply__jl_Class__s_reflect_ClassTag($objectGetClass(this$1).getComponentType__jl_Class()); }); $c_scm_ArraySeq$ofRef.prototype.length__I = (function() { - return $n(this.scm_ArraySeq$ofRef__f_array).u.length + return $n(this.scm_ArraySeq$ofRef__f_array).u.length; }); $c_scm_ArraySeq$ofRef.prototype.apply__I__O = (function(index) { - return $n(this.scm_ArraySeq$ofRef__f_array).get(index) + return $n(this.scm_ArraySeq$ofRef__f_array).get(index); }); $c_scm_ArraySeq$ofRef.prototype.hashCode__I = (function() { var this$1 = $m_s_util_hashing_MurmurHash3$(); var a = this.scm_ArraySeq$ofRef__f_array; - return this$1.arrayHash__O__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed) + return this$1.arrayHash__O__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed); }); $c_scm_ArraySeq$ofRef.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_scm_ArraySeq$ofRef)) { var x2 = $as_scm_ArraySeq$ofRef(that); - return $m_s_Array$().equals__AO__AO__Z(this.scm_ArraySeq$ofRef__f_array, $n(x2).scm_ArraySeq$ofRef__f_array) + return $m_s_Array$().equals__AO__AO__Z(this.scm_ArraySeq$ofRef__f_array, $n(x2).scm_ArraySeq$ofRef__f_array); } else { - return $c_scm_ArraySeq.prototype.equals__O__Z.call(this, that) + return $c_scm_ArraySeq.prototype.equals__O__Z.call(this, that); } }); $c_scm_ArraySeq$ofRef.prototype.iterator__sc_Iterator = (function() { - return $ct_sc_ArrayOps$ArrayIterator__O__(new $c_sc_ArrayOps$ArrayIterator(), this.scm_ArraySeq$ofRef__f_array) + return $ct_sc_ArrayOps$ArrayIterator__O__(new $c_sc_ArrayOps$ArrayIterator(), this.scm_ArraySeq$ofRef__f_array); }); $c_scm_ArraySeq$ofRef.prototype.apply__O__O = (function(v1) { - return this.apply__I__O($uI(v1)) + return this.apply__I__O($uI(v1)); }); $c_scm_ArraySeq$ofRef.prototype.array__O = (function() { - return this.scm_ArraySeq$ofRef__f_array + return this.scm_ArraySeq$ofRef__f_array; }); function $as_scm_ArraySeq$ofRef(obj) { - return (((obj instanceof $c_scm_ArraySeq$ofRef) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq$ofRef")) + return (((obj instanceof $c_scm_ArraySeq$ofRef) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq$ofRef")); } function $isArrayOf_scm_ArraySeq$ofRef(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq$ofRef))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq$ofRef))); } function $asArrayOf_scm_ArraySeq$ofRef(obj, depth) { - return (($isArrayOf_scm_ArraySeq$ofRef(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq$ofRef;", depth)) + return (($isArrayOf_scm_ArraySeq$ofRef(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq$ofRef;", depth)); } -var $d_scm_ArraySeq$ofRef = new $TypeData().initClass({ - scm_ArraySeq$ofRef: 0 -}, false, "scala.collection.mutable.ArraySeq$ofRef", { +var $d_scm_ArraySeq$ofRef = new $TypeData().initClass($c_scm_ArraySeq$ofRef, "scala.collection.mutable.ArraySeq$ofRef", ({ scm_ArraySeq$ofRef: 1, scm_ArraySeq: 1, scm_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -42010,74 +39372,69 @@ var $d_scm_ArraySeq$ofRef = new $TypeData().initClass({ sc_StrictOptimizedSeqOps: 1, sc_StrictOptimizedIterableOps: 1, Ljava_io_Serializable: 1 -}); -$c_scm_ArraySeq$ofRef.prototype.$classData = $d_scm_ArraySeq$ofRef; +})); /** @constructor */ function $c_scm_ArraySeq$ofShort(array) { this.scm_ArraySeq$ofShort__f_array = null; - this.scm_ArraySeq$ofShort__f_array = array + this.scm_ArraySeq$ofShort__f_array = array; } $c_scm_ArraySeq$ofShort.prototype = new $h_scm_ArraySeq(); $c_scm_ArraySeq$ofShort.prototype.constructor = $c_scm_ArraySeq$ofShort; /** @constructor */ function $h_scm_ArraySeq$ofShort() { - /**/ } $h_scm_ArraySeq$ofShort.prototype = $c_scm_ArraySeq$ofShort.prototype; $c_scm_ArraySeq$ofShort.prototype.length__I = (function() { - return $n(this.scm_ArraySeq$ofShort__f_array).u.length + return $n(this.scm_ArraySeq$ofShort__f_array).u.length; }); $c_scm_ArraySeq$ofShort.prototype.apply__I__S = (function(index) { - return $n(this.scm_ArraySeq$ofShort__f_array).get(index) + return $n(this.scm_ArraySeq$ofShort__f_array).get(index); }); $c_scm_ArraySeq$ofShort.prototype.hashCode__I = (function() { var this$1 = $m_s_util_hashing_MurmurHash3$(); var a = this.scm_ArraySeq$ofShort__f_array; - return this$1.arrayHash$mSc$sp__AS__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed) + return this$1.arrayHash$mSc$sp__AS__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed); }); $c_scm_ArraySeq$ofShort.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_scm_ArraySeq$ofShort)) { var x2 = $as_scm_ArraySeq$ofShort(that); var a = this.scm_ArraySeq$ofShort__f_array; var b = $n(x2).scm_ArraySeq$ofShort__f_array; - return $m_ju_Arrays$().equals__AS__AS__Z(a, b) + return $m_ju_Arrays$().equals__AS__AS__Z(a, b); } else { - return $c_scm_ArraySeq.prototype.equals__O__Z.call(this, that) + return $c_scm_ArraySeq.prototype.equals__O__Z.call(this, that); } }); $c_scm_ArraySeq$ofShort.prototype.iterator__sc_Iterator = (function() { - return new $c_sc_ArrayOps$ArrayIterator$mcS$sp(this.scm_ArraySeq$ofShort__f_array) + return new $c_sc_ArrayOps$ArrayIterator$mcS$sp(this.scm_ArraySeq$ofShort__f_array); }); $c_scm_ArraySeq$ofShort.prototype.apply__O__O = (function(v1) { - return this.apply__I__S($uI(v1)) + return this.apply__I__S($uI(v1)); }); $c_scm_ArraySeq$ofShort.prototype.apply__I__O = (function(i) { - return this.apply__I__S(i) + return this.apply__I__S(i); }); $c_scm_ArraySeq$ofShort.prototype.elemTag__s_reflect_ClassTag = (function() { - return $m_s_reflect_ManifestFactory$ShortManifest$() + return $m_s_reflect_ManifestFactory$ShortManifest$(); }); $c_scm_ArraySeq$ofShort.prototype.array__O = (function() { - return this.scm_ArraySeq$ofShort__f_array + return this.scm_ArraySeq$ofShort__f_array; }); function $as_scm_ArraySeq$ofShort(obj) { - return (((obj instanceof $c_scm_ArraySeq$ofShort) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq$ofShort")) + return (((obj instanceof $c_scm_ArraySeq$ofShort) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq$ofShort")); } function $isArrayOf_scm_ArraySeq$ofShort(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq$ofShort))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq$ofShort))); } function $asArrayOf_scm_ArraySeq$ofShort(obj, depth) { - return (($isArrayOf_scm_ArraySeq$ofShort(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq$ofShort;", depth)) + return (($isArrayOf_scm_ArraySeq$ofShort(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq$ofShort;", depth)); } -var $d_scm_ArraySeq$ofShort = new $TypeData().initClass({ - scm_ArraySeq$ofShort: 0 -}, false, "scala.collection.mutable.ArraySeq$ofShort", { +var $d_scm_ArraySeq$ofShort = new $TypeData().initClass($c_scm_ArraySeq$ofShort, "scala.collection.mutable.ArraySeq$ofShort", ({ scm_ArraySeq$ofShort: 1, scm_ArraySeq: 1, scm_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -42100,73 +39457,68 @@ var $d_scm_ArraySeq$ofShort = new $TypeData().initClass({ sc_StrictOptimizedSeqOps: 1, sc_StrictOptimizedIterableOps: 1, Ljava_io_Serializable: 1 -}); -$c_scm_ArraySeq$ofShort.prototype.$classData = $d_scm_ArraySeq$ofShort; +})); /** @constructor */ function $c_scm_ArraySeq$ofUnit(array) { this.scm_ArraySeq$ofUnit__f_array = null; - this.scm_ArraySeq$ofUnit__f_array = array + this.scm_ArraySeq$ofUnit__f_array = array; } $c_scm_ArraySeq$ofUnit.prototype = new $h_scm_ArraySeq(); $c_scm_ArraySeq$ofUnit.prototype.constructor = $c_scm_ArraySeq$ofUnit; /** @constructor */ function $h_scm_ArraySeq$ofUnit() { - /**/ } $h_scm_ArraySeq$ofUnit.prototype = $c_scm_ArraySeq$ofUnit.prototype; $c_scm_ArraySeq$ofUnit.prototype.length__I = (function() { - return $n(this.scm_ArraySeq$ofUnit__f_array).u.length + return $n(this.scm_ArraySeq$ofUnit__f_array).u.length; }); $c_scm_ArraySeq$ofUnit.prototype.hashCode__I = (function() { var this$1 = $m_s_util_hashing_MurmurHash3$(); var a = this.scm_ArraySeq$ofUnit__f_array; - return this$1.arrayHash$mVc$sp__Ajl_Void__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed) + return this$1.arrayHash$mVc$sp__Ajl_Void__I__I(a, this$1.s_util_hashing_MurmurHash3$__f_seqSeed); }); $c_scm_ArraySeq$ofUnit.prototype.equals__O__Z = (function(that) { if ((that instanceof $c_scm_ArraySeq$ofUnit)) { var x2 = $as_scm_ArraySeq$ofUnit(that); - return ($n(this.scm_ArraySeq$ofUnit__f_array).u.length === $n($n(x2).scm_ArraySeq$ofUnit__f_array).u.length) + return ($n(this.scm_ArraySeq$ofUnit__f_array).u.length === $n($n(x2).scm_ArraySeq$ofUnit__f_array).u.length); } else { - return $c_scm_ArraySeq.prototype.equals__O__Z.call(this, that) + return $c_scm_ArraySeq.prototype.equals__O__Z.call(this, that); } }); $c_scm_ArraySeq$ofUnit.prototype.iterator__sc_Iterator = (function() { - return new $c_sc_ArrayOps$ArrayIterator$mcV$sp(this.scm_ArraySeq$ofUnit__f_array) + return new $c_sc_ArrayOps$ArrayIterator$mcV$sp(this.scm_ArraySeq$ofUnit__f_array); }); $c_scm_ArraySeq$ofUnit.prototype.apply$mcVI$sp__I__V = (function(index) { - $n(this.scm_ArraySeq$ofUnit__f_array).get(index) + $n(this.scm_ArraySeq$ofUnit__f_array).get(index); }); $c_scm_ArraySeq$ofUnit.prototype.apply__O__O = (function(v1) { var index = $uI(v1); - this.apply$mcVI$sp__I__V(index) + this.apply$mcVI$sp__I__V(index); }); $c_scm_ArraySeq$ofUnit.prototype.apply__I__O = (function(i) { - this.apply$mcVI$sp__I__V(i) + this.apply$mcVI$sp__I__V(i); }); $c_scm_ArraySeq$ofUnit.prototype.elemTag__s_reflect_ClassTag = (function() { - return $m_s_reflect_ManifestFactory$UnitManifest$() + return $m_s_reflect_ManifestFactory$UnitManifest$(); }); $c_scm_ArraySeq$ofUnit.prototype.array__O = (function() { - return this.scm_ArraySeq$ofUnit__f_array + return this.scm_ArraySeq$ofUnit__f_array; }); function $as_scm_ArraySeq$ofUnit(obj) { - return (((obj instanceof $c_scm_ArraySeq$ofUnit) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq$ofUnit")) + return (((obj instanceof $c_scm_ArraySeq$ofUnit) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArraySeq$ofUnit")); } function $isArrayOf_scm_ArraySeq$ofUnit(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq$ofUnit))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArraySeq$ofUnit))); } function $asArrayOf_scm_ArraySeq$ofUnit(obj, depth) { - return (($isArrayOf_scm_ArraySeq$ofUnit(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq$ofUnit;", depth)) + return (($isArrayOf_scm_ArraySeq$ofUnit(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArraySeq$ofUnit;", depth)); } -var $d_scm_ArraySeq$ofUnit = new $TypeData().initClass({ - scm_ArraySeq$ofUnit: 0 -}, false, "scala.collection.mutable.ArraySeq$ofUnit", { +var $d_scm_ArraySeq$ofUnit = new $TypeData().initClass($c_scm_ArraySeq$ofUnit, "scala.collection.mutable.ArraySeq$ofUnit", ({ scm_ArraySeq$ofUnit: 1, scm_ArraySeq: 1, scm_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -42189,28 +39541,27 @@ var $d_scm_ArraySeq$ofUnit = new $TypeData().initClass({ sc_StrictOptimizedSeqOps: 1, sc_StrictOptimizedIterableOps: 1, Ljava_io_Serializable: 1 -}); -$c_scm_ArraySeq$ofUnit.prototype.$classData = $d_scm_ArraySeq$ofUnit; +})); function $p_scm_HashMap__put0__O__O__I__Z__s_Some($thiz, key, value, hash, getOld) { if ((((1 + $thiz.scm_HashMap__f_contentSize) | 0) >= $thiz.scm_HashMap__f_threshold)) { - $p_scm_HashMap__growTable__I__V($thiz, ($n($thiz.scm_HashMap__f_scala$collection$mutable$HashMap$$table).u.length << 1)) - }; + $p_scm_HashMap__growTable__I__V($thiz, ($n($thiz.scm_HashMap__f_scala$collection$mutable$HashMap$$table).u.length << 1)); + } var idx = (hash & (((-1) + $n($thiz.scm_HashMap__f_scala$collection$mutable$HashMap$$table).u.length) | 0)); - return $p_scm_HashMap__put0__O__O__Z__I__I__s_Some($thiz, key, value, getOld, hash, idx) + return $p_scm_HashMap__put0__O__O__Z__I__I__s_Some($thiz, key, value, getOld, hash, idx); } function $p_scm_HashMap__put0__O__O__Z__s_Some($thiz, key, value, getOld) { if ((((1 + $thiz.scm_HashMap__f_contentSize) | 0) >= $thiz.scm_HashMap__f_threshold)) { - $p_scm_HashMap__growTable__I__V($thiz, ($n($thiz.scm_HashMap__f_scala$collection$mutable$HashMap$$table).u.length << 1)) - }; + $p_scm_HashMap__growTable__I__V($thiz, ($n($thiz.scm_HashMap__f_scala$collection$mutable$HashMap$$table).u.length << 1)); + } var originalHash = $m_sr_Statics$().anyHash__O__I(key); var hash = (originalHash ^ ((originalHash >>> 16) | 0)); var idx = (hash & (((-1) + $n($thiz.scm_HashMap__f_scala$collection$mutable$HashMap$$table).u.length) | 0)); - return $p_scm_HashMap__put0__O__O__Z__I__I__s_Some($thiz, key, value, getOld, hash, idx) + return $p_scm_HashMap__put0__O__O__Z__I__I__s_Some($thiz, key, value, getOld, hash, idx); } function $p_scm_HashMap__put0__O__O__Z__I__I__s_Some($thiz, key, value, getOld, hash, idx) { var x1 = $n($thiz.scm_HashMap__f_scala$collection$mutable$HashMap$$table).get(idx); if ((x1 === null)) { - $n($thiz.scm_HashMap__f_scala$collection$mutable$HashMap$$table).set(idx, new $c_scm_HashMap$Node(key, hash, value, null)) + $n($thiz.scm_HashMap__f_scala$collection$mutable$HashMap$$table).set(idx, new $c_scm_HashMap$Node(key, hash, value, null)); } else { var prev = null; var n = x1; @@ -42218,28 +39569,28 @@ function $p_scm_HashMap__put0__O__O__Z__I__I__s_Some($thiz, key, value, getOld, if ((($n(n).scm_HashMap$Node__f__hash === hash) && $m_sr_BoxesRunTime$().equals__O__O__Z(key, $n(n).scm_HashMap$Node__f__key))) { var old = $n(n).scm_HashMap$Node__f__value; $n(n).scm_HashMap$Node__f__value = value; - return (getOld ? new $c_s_Some(old) : null) - }; + return (getOld ? new $c_s_Some(old) : null); + } prev = n; - n = $n(n).scm_HashMap$Node__f__next - }; + n = $n(n).scm_HashMap$Node__f__next; + } if ((prev === null)) { - $n($thiz.scm_HashMap__f_scala$collection$mutable$HashMap$$table).set(idx, new $c_scm_HashMap$Node(key, hash, value, x1)) + $n($thiz.scm_HashMap__f_scala$collection$mutable$HashMap$$table).set(idx, new $c_scm_HashMap$Node(key, hash, value, x1)); } else { - $n(prev).scm_HashMap$Node__f__next = new $c_scm_HashMap$Node(key, hash, value, $n(prev).scm_HashMap$Node__f__next) + $n(prev).scm_HashMap$Node__f__next = new $c_scm_HashMap$Node(key, hash, value, $n(prev).scm_HashMap$Node__f__next); } - }; + } $thiz.scm_HashMap__f_contentSize = ((1 + $thiz.scm_HashMap__f_contentSize) | 0); - return null + return null; } function $p_scm_HashMap__growTable__I__V($thiz, newlen) { if ((newlen < 0)) { - throw $ct_jl_RuntimeException__T__(new $c_jl_RuntimeException(), (("new HashMap table size " + newlen) + " exceeds maximum")) - }; + throw $ct_jl_RuntimeException__T__(new $c_jl_RuntimeException(), (("new HashMap table size " + newlen) + " exceeds maximum")); + } var oldlen = $n($thiz.scm_HashMap__f_scala$collection$mutable$HashMap$$table).u.length; $thiz.scm_HashMap__f_threshold = $p_scm_HashMap__newThreshold__I__I($thiz, newlen); if (($thiz.scm_HashMap__f_contentSize === 0)) { - $thiz.scm_HashMap__f_scala$collection$mutable$HashMap$$table = new ($d_scm_HashMap$Node.getArrayOf().constr)(newlen) + $thiz.scm_HashMap__f_scala$collection$mutable$HashMap$$table = new ($d_scm_HashMap$Node.getArrayOf().constr)(newlen); } else { var original = $thiz.scm_HashMap__f_scala$collection$mutable$HashMap$$table; $thiz.scm_HashMap__f_scala$collection$mutable$HashMap$$table = $asArrayOf_scm_HashMap$Node($m_ju_Arrays$().copyOf__AO__I__AO(original, newlen), 1); @@ -42259,25 +39610,25 @@ function $p_scm_HashMap__growTable__I__V($thiz, newlen) { var next = $n(n).scm_HashMap$Node__f__next; if ((($n(n).scm_HashMap$Node__f__hash & oldlen) === 0)) { $n(lastLow).scm_HashMap$Node__f__next = n; - lastLow = n + lastLow = n; } else { $n(lastHigh).scm_HashMap$Node__f__next = n; - lastHigh = n - }; - n = next - }; + lastHigh = n; + } + n = next; + } $n(lastLow).scm_HashMap$Node__f__next = null; if ((old !== preLow.scm_HashMap$Node__f__next)) { - $n($thiz.scm_HashMap__f_scala$collection$mutable$HashMap$$table).set(i, preLow.scm_HashMap$Node__f__next) - }; + $n($thiz.scm_HashMap__f_scala$collection$mutable$HashMap$$table).set(i, preLow.scm_HashMap$Node__f__next); + } if ((preHigh.scm_HashMap$Node__f__next !== null)) { $n($thiz.scm_HashMap__f_scala$collection$mutable$HashMap$$table).set(((i + oldlen) | 0), preHigh.scm_HashMap$Node__f__next); - $n(lastHigh).scm_HashMap$Node__f__next = null + $n(lastHigh).scm_HashMap$Node__f__next = null; } - }; - i = ((1 + i) | 0) - }; - oldlen = (oldlen << 1) + } + i = ((1 + i) | 0); + } + oldlen = (oldlen << 1); } } } @@ -42285,52 +39636,51 @@ function $p_scm_HashMap__tableSizeFor__I__I($thiz, capacity) { var x = (((-1) + capacity) | 0); var i = ((x > 4) ? x : 4); var x$1 = ((((-2147483648) >> $uI(Math.clz32(i))) & i) << 1); - return ((x$1 < 1073741824) ? x$1 : 1073741824) + return ((x$1 < 1073741824) ? x$1 : 1073741824); } function $p_scm_HashMap__newThreshold__I__I($thiz, size) { - return $doubleToInt((size * $thiz.scm_HashMap__f_loadFactor)) + return $doubleToInt((size * $thiz.scm_HashMap__f_loadFactor)); } function $ct_scm_HashMap__I__D__($thiz, initialCapacity, loadFactor) { $thiz.scm_HashMap__f_loadFactor = loadFactor; $thiz.scm_HashMap__f_scala$collection$mutable$HashMap$$table = new ($d_scm_HashMap$Node.getArrayOf().constr)($p_scm_HashMap__tableSizeFor__I__I($thiz, initialCapacity)); $thiz.scm_HashMap__f_threshold = $p_scm_HashMap__newThreshold__I__I($thiz, $n($thiz.scm_HashMap__f_scala$collection$mutable$HashMap$$table).u.length); $thiz.scm_HashMap__f_contentSize = 0; - return $thiz + return $thiz; } function $ct_scm_HashMap__($thiz) { $ct_scm_HashMap__I__D__($thiz, 16, 0.75); - return $thiz + return $thiz; } /** @constructor */ function $c_scm_HashMap() { this.scm_HashMap__f_loadFactor = 0.0; this.scm_HashMap__f_scala$collection$mutable$HashMap$$table = null; this.scm_HashMap__f_threshold = 0; - this.scm_HashMap__f_contentSize = 0 + this.scm_HashMap__f_contentSize = 0; } $c_scm_HashMap.prototype = new $h_scm_AbstractMap(); $c_scm_HashMap.prototype.constructor = $c_scm_HashMap; /** @constructor */ function $h_scm_HashMap() { - /**/ } $h_scm_HashMap.prototype = $c_scm_HashMap.prototype; $c_scm_HashMap.prototype.concat__sc_IterableOnce__sc_IterableOps = (function(suffix) { - return $f_sc_StrictOptimizedMapOps__concat__sc_IterableOnce__sc_IterableOps(this, suffix) + return $f_sc_StrictOptimizedMapOps__concat__sc_IterableOnce__sc_IterableOps(this, suffix); }); $c_scm_HashMap.prototype.size__I = (function() { - return this.scm_HashMap__f_contentSize + return this.scm_HashMap__f_contentSize; }); $c_scm_HashMap.prototype.contains__O__Z = (function(key) { var originalHash = $m_sr_Statics$().anyHash__O__I(key); var hash = (originalHash ^ ((originalHash >>> 16) | 0)); var x1 = $n(this.scm_HashMap__f_scala$collection$mutable$HashMap$$table).get((hash & (((-1) + $n(this.scm_HashMap__f_scala$collection$mutable$HashMap$$table).u.length) | 0))); - return (((x1 === null) ? null : $n(x1).findNode__O__I__scm_HashMap$Node(key, hash)) !== null) + return (((x1 === null) ? null : $n(x1).findNode__O__I__scm_HashMap$Node(key, hash)) !== null); }); $c_scm_HashMap.prototype.sizeHint__I__V = (function(size) { var target = $p_scm_HashMap__tableSizeFor__I__I(this, $doubleToInt((((1 + size) | 0) / this.scm_HashMap__f_loadFactor))); if ((target > $n(this.scm_HashMap__f_scala$collection$mutable$HashMap$$table).u.length)) { - $p_scm_HashMap__growTable__I__V(this, target) + $p_scm_HashMap__growTable__I__V(this, target); } }); $c_scm_HashMap.prototype.addAll__sc_IterableOnce__scm_HashMap = (function(xs) { @@ -42340,84 +39690,84 @@ $c_scm_HashMap.prototype.addAll__sc_IterableOnce__scm_HashMap = (function(xs) { var this$2 = $n(x2); var f = new $c_sjsr_AnonFunction3(((k$2, v$2, h$2) => { var h = $uI(h$2); - $p_scm_HashMap__put0__O__O__I__Z__s_Some(this, k$2, v$2, (h ^ ((h >>> 16) | 0)), false) + $p_scm_HashMap__put0__O__O__I__Z__s_Some(this, k$2, v$2, (h ^ ((h >>> 16) | 0)), false); })); $n(this$2.sci_HashMap__f_rootNode).foreachWithHash__F3__V(f); - return this + return this; } else if ((xs instanceof $c_scm_HashMap)) { var x3 = $as_scm_HashMap(xs); var iter = $n(x3).nodeIterator__sc_Iterator(); while ($n(iter).hasNext__Z()) { var next = $as_scm_HashMap$Node($n(iter).next__O()); - $p_scm_HashMap__put0__O__O__I__Z__s_Some(this, $n(next).scm_HashMap$Node__f__key, $n(next).scm_HashMap$Node__f__value, $n(next).scm_HashMap$Node__f__hash, false) - }; - return this + $p_scm_HashMap__put0__O__O__I__Z__s_Some(this, $n(next).scm_HashMap$Node__f__key, $n(next).scm_HashMap$Node__f__value, $n(next).scm_HashMap$Node__f__hash, false); + } + return this; } else if (false) { var x4 = $as_scm_LinkedHashMap(xs); var iter$2 = $n(x4).entryIterator__sc_Iterator(); while ($n(iter$2).hasNext__Z()) { var entry = $as_scm_LinkedHashMap$LinkedEntry($n(iter$2).next__O()); - $p_scm_HashMap__put0__O__O__I__Z__s_Some(this, $n(entry).key__O(), $n(entry).value__O(), $n(entry).hash__I(), false) - }; - return this + $p_scm_HashMap__put0__O__O__I__Z__s_Some(this, $n(entry).key__O(), $n(entry).value__O(), $n(entry).hash__I(), false); + } + return this; } else if ($is_scm_Map(xs)) { var x5 = $as_scm_Map(xs); $n(x5).foreachEntry__F2__V(new $c_sjsr_AnonFunction2(((key$2, value$2) => { var originalHash = $m_sr_Statics$().anyHash__O__I(key$2); - return $p_scm_HashMap__put0__O__O__I__Z__s_Some(this, key$2, value$2, (originalHash ^ ((originalHash >>> 16) | 0)), false) + return $p_scm_HashMap__put0__O__O__I__Z__s_Some(this, key$2, value$2, (originalHash ^ ((originalHash >>> 16) | 0)), false); }))); - return this + return this; } else { - return $as_scm_HashMap($f_scm_Growable__addAll__sc_IterableOnce__scm_Growable(this, xs)) + return $as_scm_HashMap($f_scm_Growable__addAll__sc_IterableOnce__scm_Growable(this, xs)); } }); $c_scm_HashMap.prototype.iterator__sc_Iterator = (function() { - return ((this.scm_HashMap__f_contentSize === 0) ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : new $c_scm_HashMap$$anon$1(this)) + return ((this.scm_HashMap__f_contentSize === 0) ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : new $c_scm_HashMap$$anon$1(this)); }); $c_scm_HashMap.prototype.keysIterator__sc_Iterator = (function() { - return ((this.scm_HashMap__f_contentSize === 0) ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : new $c_scm_HashMap$$anon$2(this)) + return ((this.scm_HashMap__f_contentSize === 0) ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : new $c_scm_HashMap$$anon$2(this)); }); $c_scm_HashMap.prototype.valuesIterator__sc_Iterator = (function() { - return ((this.scm_HashMap__f_contentSize === 0) ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : new $c_scm_HashMap$$anon$3(this)) + return ((this.scm_HashMap__f_contentSize === 0) ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : new $c_scm_HashMap$$anon$3(this)); }); $c_scm_HashMap.prototype.nodeIterator__sc_Iterator = (function() { - return ((this.scm_HashMap__f_contentSize === 0) ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : new $c_scm_HashMap$$anon$4(this)) + return ((this.scm_HashMap__f_contentSize === 0) ? $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty : new $c_scm_HashMap$$anon$4(this)); }); $c_scm_HashMap.prototype.get__O__s_Option = (function(key) { var originalHash = $m_sr_Statics$().anyHash__O__I(key); var hash = (originalHash ^ ((originalHash >>> 16) | 0)); var x1 = $n(this.scm_HashMap__f_scala$collection$mutable$HashMap$$table).get((hash & (((-1) + $n(this.scm_HashMap__f_scala$collection$mutable$HashMap$$table).u.length) | 0))); var x1$1 = ((x1 === null) ? null : $n(x1).findNode__O__I__scm_HashMap$Node(key, hash)); - return ((x1$1 === null) ? $m_s_None$() : new $c_s_Some($n(x1$1).scm_HashMap$Node__f__value)) + return ((x1$1 === null) ? $m_s_None$() : new $c_s_Some($n(x1$1).scm_HashMap$Node__f__value)); }); $c_scm_HashMap.prototype.apply__O__O = (function(key) { var originalHash = $m_sr_Statics$().anyHash__O__I(key); var hash = (originalHash ^ ((originalHash >>> 16) | 0)); var x1 = $n(this.scm_HashMap__f_scala$collection$mutable$HashMap$$table).get((hash & (((-1) + $n(this.scm_HashMap__f_scala$collection$mutable$HashMap$$table).u.length) | 0))); var x1$1 = ((x1 === null) ? null : $n(x1).findNode__O__I__scm_HashMap$Node(key, hash)); - return ((x1$1 === null) ? $f_sc_MapOps__default__O__O(this, key) : $n(x1$1).scm_HashMap$Node__f__value) + return ((x1$1 === null) ? $f_sc_MapOps__default__O__O(this, key) : $n(x1$1).scm_HashMap$Node__f__value); }); $c_scm_HashMap.prototype.getOrElse__O__F0__O = (function(key, default$1) { var x = $objectGetClass(this); if ((!(x === $d_scm_HashMap.getClassOf()))) { - return $f_sc_MapOps__getOrElse__O__F0__O(this, key, default$1) + return $f_sc_MapOps__getOrElse__O__F0__O(this, key, default$1); } else { var originalHash = $m_sr_Statics$().anyHash__O__I(key); var hash = (originalHash ^ ((originalHash >>> 16) | 0)); var x1 = $n(this.scm_HashMap__f_scala$collection$mutable$HashMap$$table).get((hash & (((-1) + $n(this.scm_HashMap__f_scala$collection$mutable$HashMap$$table).u.length) | 0))); var nd = ((x1 === null) ? null : $n(x1).findNode__O__I__scm_HashMap$Node(key, hash)); - return ((nd === null) ? $n(default$1).apply__O() : $n(nd).scm_HashMap$Node__f__value) + return ((nd === null) ? $n(default$1).apply__O() : $n(nd).scm_HashMap$Node__f__value); } }); $c_scm_HashMap.prototype.addOne__T2__scm_HashMap = (function(elem) { $p_scm_HashMap__put0__O__O__Z__s_Some(this, $n(elem)._1__O(), $n(elem)._2__O(), false); - return this + return this; }); $c_scm_HashMap.prototype.knownSize__I = (function() { - return this.scm_HashMap__f_contentSize + return this.scm_HashMap__f_contentSize; }); $c_scm_HashMap.prototype.isEmpty__Z = (function() { - return (this.scm_HashMap__f_contentSize === 0) + return (this.scm_HashMap__f_contentSize === 0); }); $c_scm_HashMap.prototype.foreach__F1__V = (function(f) { var len = $n(this.scm_HashMap__f_scala$collection$mutable$HashMap$$table).u.length; @@ -42425,9 +39775,9 @@ $c_scm_HashMap.prototype.foreach__F1__V = (function(f) { while ((i < len)) { var n = $n(this.scm_HashMap__f_scala$collection$mutable$HashMap$$table).get(i); if ((n !== null)) { - $n(n).foreach__F1__V(f) - }; - i = ((1 + i) | 0) + $n(n).foreach__F1__V(f); + } + i = ((1 + i) | 0); } }); $c_scm_HashMap.prototype.foreachEntry__F2__V = (function(f) { @@ -42436,48 +39786,45 @@ $c_scm_HashMap.prototype.foreachEntry__F2__V = (function(f) { while ((i < len)) { var n = $n(this.scm_HashMap__f_scala$collection$mutable$HashMap$$table).get(i); if ((n !== null)) { - $n(n).foreachEntry__F2__V(f) - }; - i = ((1 + i) | 0) + $n(n).foreachEntry__F2__V(f); + } + i = ((1 + i) | 0); } }); $c_scm_HashMap.prototype.mapFactory__sc_MapFactory = (function() { - return $m_scm_HashMap$() + return $m_scm_HashMap$(); }); $c_scm_HashMap.prototype.stringPrefix__T = (function() { - return "HashMap" + return "HashMap"; }); $c_scm_HashMap.prototype.hashCode__I = (function() { if (this.isEmpty__Z()) { - return $m_s_util_hashing_MurmurHash3$().s_util_hashing_MurmurHash3$__f_emptyMapHash + return $m_s_util_hashing_MurmurHash3$().s_util_hashing_MurmurHash3$__f_emptyMapHash; } else { var tupleHashIterator = new $c_scm_HashMap$$anon$5(this); - return $m_s_util_hashing_MurmurHash3$().unorderedHash__sc_IterableOnce__I__I(tupleHashIterator, $m_s_util_hashing_MurmurHash3$().s_util_hashing_MurmurHash3$__f_mapSeed) + return $m_s_util_hashing_MurmurHash3$().unorderedHash__sc_IterableOnce__I__I(tupleHashIterator, $m_s_util_hashing_MurmurHash3$().s_util_hashing_MurmurHash3$__f_mapSeed); } }); $c_scm_HashMap.prototype.addOne__O__scm_Growable = (function(elem) { - return this.addOne__T2__scm_HashMap($as_T2(elem)) + return this.addOne__T2__scm_HashMap($as_T2(elem)); }); $c_scm_HashMap.prototype.addAll__sc_IterableOnce__scm_Growable = (function(elems) { - return this.addAll__sc_IterableOnce__scm_HashMap(elems) + return this.addAll__sc_IterableOnce__scm_HashMap(elems); }); function $as_scm_HashMap(obj) { - return (((obj instanceof $c_scm_HashMap) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.HashMap")) + return (((obj instanceof $c_scm_HashMap) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.HashMap")); } function $isArrayOf_scm_HashMap(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_HashMap))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_HashMap))); } function $asArrayOf_scm_HashMap(obj, depth) { - return (($isArrayOf_scm_HashMap(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.HashMap;", depth)) + return (($isArrayOf_scm_HashMap(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.HashMap;", depth)); } -var $d_scm_HashMap = new $TypeData().initClass({ - scm_HashMap: 0 -}, false, "scala.collection.mutable.HashMap", { +var $d_scm_HashMap = new $TypeData().initClass($c_scm_HashMap, "scala.collection.mutable.HashMap", ({ scm_HashMap: 1, scm_AbstractMap: 1, sc_AbstractMap: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -42501,53 +39848,50 @@ var $d_scm_HashMap = new $TypeData().initClass({ sc_StrictOptimizedIterableOps: 1, sc_StrictOptimizedMapOps: 1, Ljava_io_Serializable: 1 -}); -$c_scm_HashMap.prototype.$classData = $d_scm_HashMap; +})); function $ct_sci_BigVector__AO__AO__I__($thiz, _prefix1, suffix1, length0) { $thiz.sci_BigVector__f_suffix1 = suffix1; $thiz.sci_BigVector__f_length0 = length0; $ct_sci_Vector__AO__($thiz, _prefix1); - return $thiz + return $thiz; } /** @constructor */ function $c_sci_BigVector() { this.sci_Vector__f_prefix1 = null; this.sci_BigVector__f_suffix1 = null; - this.sci_BigVector__f_length0 = 0 + this.sci_BigVector__f_length0 = 0; } $c_sci_BigVector.prototype = new $h_sci_VectorImpl(); $c_sci_BigVector.prototype.constructor = $c_sci_BigVector; /** @constructor */ function $h_sci_BigVector() { - /**/ } $h_sci_BigVector.prototype = $c_sci_BigVector.prototype; function $as_sci_BigVector(obj) { - return (((obj instanceof $c_sci_BigVector) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.BigVector")) + return (((obj instanceof $c_sci_BigVector) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.BigVector")); } function $isArrayOf_sci_BigVector(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_BigVector))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_BigVector))); } function $asArrayOf_sci_BigVector(obj, depth) { - return (($isArrayOf_sci_BigVector(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.BigVector;", depth)) + return (($isArrayOf_sci_BigVector(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.BigVector;", depth)); } /** @constructor */ function $c_sci_Vector1(_data1) { this.sci_Vector__f_prefix1 = null; - $ct_sci_Vector__AO__(this, _data1) + $ct_sci_Vector__AO__(this, _data1); } $c_sci_Vector1.prototype = new $h_sci_VectorImpl(); $c_sci_Vector1.prototype.constructor = $c_sci_Vector1; /** @constructor */ function $h_sci_Vector1() { - /**/ } $h_sci_Vector1.prototype = $c_sci_Vector1.prototype; $c_sci_Vector1.prototype.apply__I__O = (function(index) { if (((index >= 0) && (index < $n(this.sci_Vector__f_prefix1).u.length))) { - return $n(this.sci_Vector__f_prefix1).get(index) + return $n(this.sci_Vector__f_prefix1).get(index); } else { - throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)) + throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)); } }); $c_sci_Vector1.prototype.updated__I__O__sci_Vector = (function(index, elem) { @@ -42556,79 +39900,76 @@ $c_sci_Vector1.prototype.updated__I__O__sci_Vector = (function(index, elem) { var this$2 = $n(a1); var a1c = $n(this$2).clone__O(); $n(a1c).set(index, elem); - return new $c_sci_Vector1(a1c) + return new $c_sci_Vector1(a1c); } else { - throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)) + throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)); } }); $c_sci_Vector1.prototype.appended__O__sci_Vector = (function(elem) { var len1 = $n(this.sci_Vector__f_prefix1).u.length; if ((len1 < 32)) { - return new $c_sci_Vector1($m_sci_VectorStatics$().copyAppend1__AO__O__AO(this.sci_Vector__f_prefix1, elem)) + return new $c_sci_Vector1($m_sci_VectorStatics$().copyAppend1__AO__O__AO(this.sci_Vector__f_prefix1, elem)); } else { var $x_2 = this.sci_Vector__f_prefix1; var $x_1 = $m_sci_VectorStatics$().sci_VectorStatics$__f_empty2; var a = new $ac_O(1); $n(a).set(0, elem); - return new $c_sci_Vector2($x_2, 32, $x_1, a, 33) + return new $c_sci_Vector2($x_2, 32, $x_1, a, 33); } }); $c_sci_Vector1.prototype.prepended__O__sci_Vector = (function(elem) { var len1 = $n(this.sci_Vector__f_prefix1).u.length; if ((len1 < 32)) { - return new $c_sci_Vector1($m_sci_VectorStatics$().copyPrepend1__O__AO__AO(elem, this.sci_Vector__f_prefix1)) + return new $c_sci_Vector1($m_sci_VectorStatics$().copyPrepend1__O__AO__AO(elem, this.sci_Vector__f_prefix1)); } else { var a = new $ac_O(1); $n(a).set(0, elem); - return new $c_sci_Vector2(a, 1, $m_sci_VectorStatics$().sci_VectorStatics$__f_empty2, this.sci_Vector__f_prefix1, ((1 + len1) | 0)) + return new $c_sci_Vector2(a, 1, $m_sci_VectorStatics$().sci_VectorStatics$__f_empty2, this.sci_Vector__f_prefix1, ((1 + len1) | 0)); } }); $c_sci_Vector1.prototype.map__F1__sci_Vector = (function(f) { - return new $c_sci_Vector1($m_sci_VectorStatics$().mapElems1__AO__F1__AO(this.sci_Vector__f_prefix1, f)) + return new $c_sci_Vector1($m_sci_VectorStatics$().mapElems1__AO__F1__AO(this.sci_Vector__f_prefix1, f)); }); $c_sci_Vector1.prototype.vectorSliceCount__I = (function() { - return 1 + return 1; }); $c_sci_Vector1.prototype.vectorSlice__I__AO = (function(idx) { - return this.sci_Vector__f_prefix1 + return this.sci_Vector__f_prefix1; }); $c_sci_Vector1.prototype.appendedAll0__sc_IterableOnce__I__sci_Vector = (function(suffix, k) { var data1b = $m_sci_VectorStatics$().append1IfSpace__AO__sc_IterableOnce__AO(this.sci_Vector__f_prefix1, suffix); - return ((data1b !== null) ? new $c_sci_Vector1(data1b) : $c_sci_Vector.prototype.appendedAll0__sc_IterableOnce__I__sci_Vector.call(this, suffix, k)) + return ((data1b !== null) ? new $c_sci_Vector1(data1b) : $c_sci_Vector.prototype.appendedAll0__sc_IterableOnce__I__sci_Vector.call(this, suffix, k)); }); $c_sci_Vector1.prototype.map__F1__O = (function(f) { - return this.map__F1__sci_Vector(f) + return this.map__F1__sci_Vector(f); }); $c_sci_Vector1.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sci_Vector(elem) + return this.prepended__O__sci_Vector(elem); }); $c_sci_Vector1.prototype.apply__O__O = (function(v1) { var index = $uI(v1); if (((index >= 0) && (index < $n(this.sci_Vector__f_prefix1).u.length))) { - return $n(this.sci_Vector__f_prefix1).get(index) + return $n(this.sci_Vector__f_prefix1).get(index); } else { - throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)) + throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)); } }); function $as_sci_Vector1(obj) { - return (((obj instanceof $c_sci_Vector1) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Vector1")) + return (((obj instanceof $c_sci_Vector1) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Vector1")); } function $isArrayOf_sci_Vector1(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Vector1))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Vector1))); } function $asArrayOf_sci_Vector1(obj, depth) { - return (($isArrayOf_sci_Vector1(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Vector1;", depth)) + return (($isArrayOf_sci_Vector1(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Vector1;", depth)); } -var $d_sci_Vector1 = new $TypeData().initClass({ - sci_Vector1: 0 -}, false, "scala.collection.immutable.Vector1", { +var $d_sci_Vector1 = new $TypeData().initClass($c_sci_Vector1, "scala.collection.immutable.Vector1", ({ sci_Vector1: 1, sci_VectorImpl: 1, sci_Vector: 1, sci_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -42651,85 +39992,80 @@ var $d_sci_Vector1 = new $TypeData().initClass({ sc_StrictOptimizedIterableOps: 1, scg_DefaultSerializable: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Vector1.prototype.$classData = $d_sci_Vector1; +})); /** @constructor */ function $c_sci_$colon$colon(head, next) { this.sci_$colon$colon__f_head = null; this.sci_$colon$colon__f_next = null; this.sci_$colon$colon__f_head = head; - this.sci_$colon$colon__f_next = next + this.sci_$colon$colon__f_next = next; } $c_sci_$colon$colon.prototype = new $h_sci_List(); $c_sci_$colon$colon.prototype.constructor = $c_sci_$colon$colon; /** @constructor */ function $h_sci_$colon$colon() { - /**/ } $h_sci_$colon$colon.prototype = $c_sci_$colon$colon.prototype; $c_sci_$colon$colon.prototype.head__O = (function() { - return this.sci_$colon$colon__f_head + return this.sci_$colon$colon__f_head; }); $c_sci_$colon$colon.prototype.productPrefix__T = (function() { - return "::" + return "::"; }); $c_sci_$colon$colon.prototype.productArity__I = (function() { - return 2 + return 2; }); $c_sci_$colon$colon.prototype.productElement__I__O = (function(x$1) { switch (x$1) { case 0: { return this.sci_$colon$colon__f_head; - break + break; } case 1: { return this.sci_$colon$colon__f_next; - break + break; } default: { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); } } }); $c_sci_$colon$colon.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_sci_$colon$colon.prototype.productElementName__I__T = (function(x$1) { switch (x$1) { case 0: { return "head"; - break + break; } case 1: { return "next"; - break + break; } default: { - return $as_T($m_sr_Statics$().ioobe__I__O(x$1)) + return $as_T($m_sr_Statics$().ioobe__I__O(x$1)); } } }); $c_sci_$colon$colon.prototype.tail__O = (function() { - return this.sci_$colon$colon__f_next + return this.sci_$colon$colon__f_next; }); function $as_sci_$colon$colon(obj) { - return (((obj instanceof $c_sci_$colon$colon) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.$colon$colon")) + return (((obj instanceof $c_sci_$colon$colon) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.$colon$colon")); } function $isArrayOf_sci_$colon$colon(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_$colon$colon))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_$colon$colon))); } function $asArrayOf_sci_$colon$colon(obj, depth) { - return (($isArrayOf_sci_$colon$colon(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.$colon$colon;", depth)) + return (($isArrayOf_sci_$colon$colon(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.$colon$colon;", depth)); } -var $d_sci_$colon$colon = new $TypeData().initClass({ - sci_$colon$colon: 0 -}, false, "scala.collection.immutable.$colon$colon", { +var $d_sci_$colon$colon = new $TypeData().initClass($c_sci_$colon$colon, "scala.collection.immutable.$colon$colon", ({ sci_$colon$colon: 1, sci_List: 1, sci_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -42754,62 +40090,55 @@ var $d_sci_$colon$colon = new $TypeData().initClass({ scg_DefaultSerializable: 1, Ljava_io_Serializable: 1, s_Product: 1 -}); -$c_sci_$colon$colon.prototype.$classData = $d_sci_$colon$colon; +})); /** @constructor */ function $c_sci_Nil$() { - $n_sci_Nil$ = this; - new $c_T2($m_sci_Nil$(), $m_sci_Nil$()) } $c_sci_Nil$.prototype = new $h_sci_List(); $c_sci_Nil$.prototype.constructor = $c_sci_Nil$; /** @constructor */ function $h_sci_Nil$() { - /**/ } $h_sci_Nil$.prototype = $c_sci_Nil$.prototype; $c_sci_Nil$.prototype.productElementName__I__T = (function(n) { - return $f_s_Product__productElementName__I__T(this, n) + return $f_s_Product__productElementName__I__T(this, n); }); $c_sci_Nil$.prototype.head__E = (function() { - throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), "head of empty list") + throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), "head of empty list"); }); $c_sci_Nil$.prototype.tail__E = (function() { - throw new $c_jl_UnsupportedOperationException("tail of empty list") + throw new $c_jl_UnsupportedOperationException("tail of empty list"); }); $c_sci_Nil$.prototype.knownSize__I = (function() { - return 0 + return 0; }); $c_sci_Nil$.prototype.iterator__sc_Iterator = (function() { - return $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty + return $m_sc_Iterator$().sc_Iterator$__f_scala$collection$Iterator$$_empty; }); $c_sci_Nil$.prototype.productPrefix__T = (function() { - return "Nil" + return "Nil"; }); $c_sci_Nil$.prototype.productArity__I = (function() { - return 0 + return 0; }); $c_sci_Nil$.prototype.productElement__I__O = (function(x$1) { - return $m_sr_Statics$().ioobe__I__O(x$1) + return $m_sr_Statics$().ioobe__I__O(x$1); }); $c_sci_Nil$.prototype.productIterator__sc_Iterator = (function() { - return new $c_sr_ScalaRunTime$$anon$1(this) + return new $c_sr_ScalaRunTime$$anon$1(this); }); $c_sci_Nil$.prototype.tail__O = (function() { - this.tail__E() + this.tail__E(); }); $c_sci_Nil$.prototype.head__O = (function() { - this.head__E() + this.head__E(); }); -var $d_sci_Nil$ = new $TypeData().initClass({ - sci_Nil$: 0 -}, false, "scala.collection.immutable.Nil$", { +var $d_sci_Nil$ = new $TypeData().initClass($c_sci_Nil$, "scala.collection.immutable.Nil$", ({ sci_Nil$: 1, sci_List: 1, sci_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -42834,75 +40163,71 @@ var $d_sci_Nil$ = new $TypeData().initClass({ scg_DefaultSerializable: 1, Ljava_io_Serializable: 1, s_Product: 1 -}); -$c_sci_Nil$.prototype.$classData = $d_sci_Nil$; +})); var $n_sci_Nil$; function $m_sci_Nil$() { if ((!$n_sci_Nil$)) { - $n_sci_Nil$ = new $c_sci_Nil$() - }; - return $n_sci_Nil$ + $n_sci_Nil$ = new $c_sci_Nil$(); + } + return $n_sci_Nil$; } /** @constructor */ function $c_sci_Vector0$() { this.sci_Vector__f_prefix1 = null; this.sci_BigVector__f_suffix1 = null; this.sci_BigVector__f_length0 = 0; - $ct_sci_BigVector__AO__AO__I__(this, $m_sci_VectorStatics$().sci_VectorStatics$__f_empty1, $m_sci_VectorStatics$().sci_VectorStatics$__f_empty1, 0) + $ct_sci_BigVector__AO__AO__I__(this, $m_sci_VectorStatics$().sci_VectorStatics$__f_empty1, $m_sci_VectorStatics$().sci_VectorStatics$__f_empty1, 0); } $c_sci_Vector0$.prototype = new $h_sci_BigVector(); $c_sci_Vector0$.prototype.constructor = $c_sci_Vector0$; /** @constructor */ function $h_sci_Vector0$() { - /**/ } $h_sci_Vector0$.prototype = $c_sci_Vector0$.prototype; $c_sci_Vector0$.prototype.apply__I__E = (function(index) { - throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)) + throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)); }); $c_sci_Vector0$.prototype.updated__I__O__sci_Vector = (function(index, elem) { - throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)) + throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)); }); $c_sci_Vector0$.prototype.appended__O__sci_Vector = (function(elem) { var a = new $ac_O(1); $n(a).set(0, elem); - return new $c_sci_Vector1(a) + return new $c_sci_Vector1(a); }); $c_sci_Vector0$.prototype.prepended__O__sci_Vector = (function(elem) { var a = new $ac_O(1); $n(a).set(0, elem); - return new $c_sci_Vector1(a) + return new $c_sci_Vector1(a); }); $c_sci_Vector0$.prototype.vectorSliceCount__I = (function() { - return 0 + return 0; }); $c_sci_Vector0$.prototype.vectorSlice__I__AO = (function(idx) { - return null + return null; }); $c_sci_Vector0$.prototype.equals__O__Z = (function(o) { - return ((this === o) || ((!(o instanceof $c_sci_Vector)) && $f_sc_Seq__equals__O__Z(this, o))) + return ((this === o) || ((!(o instanceof $c_sci_Vector)) && $f_sc_Seq__equals__O__Z(this, o))); }); $c_sci_Vector0$.prototype.appendedAll0__sc_IterableOnce__I__sci_Vector = (function(suffix, k) { - return $m_sci_Vector$().from__sc_IterableOnce__sci_Vector(suffix) + return $m_sci_Vector$().from__sc_IterableOnce__sci_Vector(suffix); }); $c_sci_Vector0$.prototype.ioob__I__jl_IndexOutOfBoundsException = (function(index) { - return $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), (index + " is out of bounds (empty vector)")) + return $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), (index + " is out of bounds (empty vector)")); }); $c_sci_Vector0$.prototype.map__F1__O = (function(f) { - return this + return this; }); $c_sci_Vector0$.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sci_Vector(elem) + return this.prepended__O__sci_Vector(elem); }); $c_sci_Vector0$.prototype.apply__O__O = (function(v1) { - this.apply__I__E($uI(v1)) + this.apply__I__E($uI(v1)); }); $c_sci_Vector0$.prototype.apply__I__O = (function(i) { - this.apply__I__E(i) + this.apply__I__E(i); }); -var $d_sci_Vector0$ = new $TypeData().initClass({ - sci_Vector0$: 0 -}, false, "scala.collection.immutable.Vector0$", { +var $d_sci_Vector0$ = new $TypeData().initClass($c_sci_Vector0$, "scala.collection.immutable.Vector0$", ({ sci_Vector0$: 1, sci_BigVector: 1, sci_VectorImpl: 1, @@ -42910,7 +40235,6 @@ var $d_sci_Vector0$ = new $TypeData().initClass({ sci_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -42933,14 +40257,13 @@ var $d_sci_Vector0$ = new $TypeData().initClass({ sc_StrictOptimizedIterableOps: 1, scg_DefaultSerializable: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Vector0$.prototype.$classData = $d_sci_Vector0$; +})); var $n_sci_Vector0$; function $m_sci_Vector0$() { if ((!$n_sci_Vector0$)) { - $n_sci_Vector0$ = new $c_sci_Vector0$() - }; - return $n_sci_Vector0$ + $n_sci_Vector0$ = new $c_sci_Vector0$(); + } + return $n_sci_Vector0$; } /** @constructor */ function $c_sci_Vector2(_prefix1, len1, data2, _suffix1, _length0) { @@ -42951,13 +40274,12 @@ function $c_sci_Vector2(_prefix1, len1, data2, _suffix1, _length0) { this.sci_Vector2__f_data2 = null; this.sci_Vector2__f_len1 = len1; this.sci_Vector2__f_data2 = data2; - $ct_sci_BigVector__AO__AO__I__(this, _prefix1, _suffix1, _length0) + $ct_sci_BigVector__AO__AO__I__(this, _prefix1, _suffix1, _length0); } $c_sci_Vector2.prototype = new $h_sci_BigVector(); $c_sci_Vector2.prototype.constructor = $c_sci_Vector2; /** @constructor */ function $h_sci_Vector2() { - /**/ } $h_sci_Vector2.prototype = $c_sci_Vector2.prototype; $c_sci_Vector2.prototype.apply__I__O = (function(index) { @@ -42966,12 +40288,12 @@ $c_sci_Vector2.prototype.apply__I__O = (function(index) { if ((io >= 0)) { var i2 = ((io >>> 5) | 0); var i1 = (31 & io); - return ((i2 < $n(this.sci_Vector2__f_data2).u.length) ? $n($n(this.sci_Vector2__f_data2).get(i2)).get(i1) : $n(this.sci_BigVector__f_suffix1).get((31 & io))) + return ((i2 < $n(this.sci_Vector2__f_data2).u.length) ? $n($n(this.sci_Vector2__f_data2).get(i2)).get(i1) : $n(this.sci_BigVector__f_suffix1).get((31 & io))); } else { - return $n(this.sci_Vector__f_prefix1).get(index) + return $n(this.sci_Vector__f_prefix1).get(index); } } else { - throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)) + throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)); } }); $c_sci_Vector2.prototype.updated__I__O__sci_Vector = (function(index, elem) { @@ -42994,7 +40316,7 @@ $c_sci_Vector2.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$3 = this.sci_Vector2__f_len1; var x$4 = this.sci_BigVector__f_suffix1; var x$5 = this.sci_BigVector__f_length0; - return new $c_sci_Vector2(x$2, x$3, a2c, x$4, x$5) + return new $c_sci_Vector2(x$2, x$3, a2c, x$4, x$5); } else { var a1$1 = this.sci_BigVector__f_suffix1; var this$5 = $n(a1$1); @@ -43004,7 +40326,7 @@ $c_sci_Vector2.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$8 = this.sci_Vector2__f_len1; var x$9 = this.sci_Vector2__f_data2; var x$10 = this.sci_BigVector__f_length0; - return new $c_sci_Vector2(x$7, x$8, x$9, a1c$1, x$10) + return new $c_sci_Vector2(x$7, x$8, x$9, a1c$1, x$10); } } else { var a1$2 = this.sci_Vector__f_prefix1; @@ -43015,10 +40337,10 @@ $c_sci_Vector2.prototype.updated__I__O__sci_Vector = (function(index, elem) { var data2 = this.sci_Vector2__f_data2; var suffix1 = this.sci_BigVector__f_suffix1; var length0 = this.sci_BigVector__f_length0; - return new $c_sci_Vector2(a1c$2, len1, data2, suffix1, length0) + return new $c_sci_Vector2(a1c$2, len1, data2, suffix1, length0); } } else { - throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)) + throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)); } }); $c_sci_Vector2.prototype.appended__O__sci_Vector = (function(elem) { @@ -43028,7 +40350,7 @@ $c_sci_Vector2.prototype.appended__O__sci_Vector = (function(elem) { var x$3 = this.sci_Vector__f_prefix1; var x$4 = this.sci_Vector2__f_len1; var x$5 = this.sci_Vector2__f_data2; - return new $c_sci_Vector2(x$3, x$4, x$5, x$1, x$2) + return new $c_sci_Vector2(x$3, x$4, x$5, x$1, x$2); } else if (($n(this.sci_Vector2__f_data2).u.length < 30)) { var x$6 = $asArrayOf_O($m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector2__f_data2, this.sci_BigVector__f_suffix1), 2); var a = new $ac_O(1); @@ -43036,7 +40358,7 @@ $c_sci_Vector2.prototype.appended__O__sci_Vector = (function(elem) { var x$8 = ((1 + this.sci_BigVector__f_length0) | 0); var x$9 = this.sci_Vector__f_prefix1; var x$10 = this.sci_Vector2__f_len1; - return new $c_sci_Vector2(x$9, x$10, x$6, a, x$8) + return new $c_sci_Vector2(x$9, x$10, x$6, a, x$8); } else { var $x_5 = this.sci_Vector__f_prefix1; var $x_4 = this.sci_Vector2__f_len1; @@ -43048,7 +40370,7 @@ $c_sci_Vector2.prototype.appended__O__sci_Vector = (function(elem) { $n(a$1).set(0, x); var a$2 = new $ac_O(1); $n(a$2).set(0, elem); - return new $c_sci_Vector3($x_5, $x_4, $x_3, ((960 + $x_2) | 0), $x_1, a$1, a$2, ((1 + this.sci_BigVector__f_length0) | 0)) + return new $c_sci_Vector3($x_5, $x_4, $x_3, ((960 + $x_2) | 0), $x_1, a$1, a$2, ((1 + this.sci_BigVector__f_length0) | 0)); } }); $c_sci_Vector2.prototype.prepended__O__sci_Vector = (function(elem) { @@ -43058,21 +40380,21 @@ $c_sci_Vector2.prototype.prepended__O__sci_Vector = (function(elem) { var x$3 = ((1 + this.sci_BigVector__f_length0) | 0); var x$4 = this.sci_Vector2__f_data2; var x$5 = this.sci_BigVector__f_suffix1; - return new $c_sci_Vector2(x$1, x$2, x$4, x$5, x$3) + return new $c_sci_Vector2(x$1, x$2, x$4, x$5, x$3); } else if (($n(this.sci_Vector2__f_data2).u.length < 30)) { var a = new $ac_O(1); $n(a).set(0, elem); var x$8 = $asArrayOf_O($m_sci_VectorStatics$().copyPrepend__O__AO__AO(this.sci_Vector__f_prefix1, this.sci_Vector2__f_data2), 2); var x$9 = ((1 + this.sci_BigVector__f_length0) | 0); var x$10 = this.sci_BigVector__f_suffix1; - return new $c_sci_Vector2(a, 1, x$8, x$10, x$9) + return new $c_sci_Vector2(a, 1, x$8, x$10, x$9); } else { var a$1 = new $ac_O(1); $n(a$1).set(0, elem); var x = this.sci_Vector__f_prefix1; var a$2 = new ($d_O.getArrayOf().getArrayOf().constr)(1); $n(a$2).set(0, x); - return new $c_sci_Vector3(a$1, 1, a$2, ((1 + this.sci_Vector2__f_len1) | 0), $m_sci_VectorStatics$().sci_VectorStatics$__f_empty3, this.sci_Vector2__f_data2, this.sci_BigVector__f_suffix1, ((1 + this.sci_BigVector__f_length0) | 0)) + return new $c_sci_Vector3(a$1, 1, a$2, ((1 + this.sci_Vector2__f_len1) | 0), $m_sci_VectorStatics$().sci_VectorStatics$__f_empty3, this.sci_Vector2__f_data2, this.sci_BigVector__f_suffix1, ((1 + this.sci_BigVector__f_length0) | 0)); } }); $c_sci_Vector2.prototype.map__F1__sci_Vector = (function(f) { @@ -43081,27 +40403,27 @@ $c_sci_Vector2.prototype.map__F1__sci_Vector = (function(f) { var x$3 = $m_sci_VectorStatics$().mapElems1__AO__F1__AO(this.sci_BigVector__f_suffix1, f); var x$4 = this.sci_Vector2__f_len1; var x$5 = this.sci_BigVector__f_length0; - return new $c_sci_Vector2(x$1, x$4, x$2, x$3, x$5) + return new $c_sci_Vector2(x$1, x$4, x$2, x$3, x$5); }); $c_sci_Vector2.prototype.vectorSliceCount__I = (function() { - return 3 + return 3; }); $c_sci_Vector2.prototype.vectorSlice__I__AO = (function(idx) { switch (idx) { case 0: { return this.sci_Vector__f_prefix1; - break + break; } case 1: { return this.sci_Vector2__f_data2; - break + break; } case 2: { return this.sci_BigVector__f_suffix1; - break + break; } default: { - throw new $c_s_MatchError(idx) + throw new $c_s_MatchError(idx); } } }); @@ -43112,16 +40434,16 @@ $c_sci_Vector2.prototype.appendedAll0__sc_IterableOnce__I__sci_Vector = (functio var x$3 = this.sci_Vector__f_prefix1; var x$4 = this.sci_Vector2__f_len1; var x$5 = this.sci_Vector2__f_data2; - return new $c_sci_Vector2(x$3, x$4, x$5, suffix1b, x$2) + return new $c_sci_Vector2(x$3, x$4, x$5, suffix1b, x$2); } else { - return $c_sci_Vector.prototype.appendedAll0__sc_IterableOnce__I__sci_Vector.call(this, suffix, k) + return $c_sci_Vector.prototype.appendedAll0__sc_IterableOnce__I__sci_Vector.call(this, suffix, k); } }); $c_sci_Vector2.prototype.map__F1__O = (function(f) { - return this.map__F1__sci_Vector(f) + return this.map__F1__sci_Vector(f); }); $c_sci_Vector2.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sci_Vector(elem) + return this.prepended__O__sci_Vector(elem); }); $c_sci_Vector2.prototype.apply__O__O = (function(v1) { var index = $uI(v1); @@ -43130,26 +40452,24 @@ $c_sci_Vector2.prototype.apply__O__O = (function(v1) { if ((io >= 0)) { var i2 = ((io >>> 5) | 0); var i1 = (31 & io); - return ((i2 < $n(this.sci_Vector2__f_data2).u.length) ? $n($n(this.sci_Vector2__f_data2).get(i2)).get(i1) : $n(this.sci_BigVector__f_suffix1).get((31 & io))) + return ((i2 < $n(this.sci_Vector2__f_data2).u.length) ? $n($n(this.sci_Vector2__f_data2).get(i2)).get(i1) : $n(this.sci_BigVector__f_suffix1).get((31 & io))); } else { - return $n(this.sci_Vector__f_prefix1).get(index) + return $n(this.sci_Vector__f_prefix1).get(index); } } else { - throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)) + throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)); } }); function $as_sci_Vector2(obj) { - return (((obj instanceof $c_sci_Vector2) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Vector2")) + return (((obj instanceof $c_sci_Vector2) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Vector2")); } function $isArrayOf_sci_Vector2(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Vector2))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Vector2))); } function $asArrayOf_sci_Vector2(obj, depth) { - return (($isArrayOf_sci_Vector2(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Vector2;", depth)) + return (($isArrayOf_sci_Vector2(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Vector2;", depth)); } -var $d_sci_Vector2 = new $TypeData().initClass({ - sci_Vector2: 0 -}, false, "scala.collection.immutable.Vector2", { +var $d_sci_Vector2 = new $TypeData().initClass($c_sci_Vector2, "scala.collection.immutable.Vector2", ({ sci_Vector2: 1, sci_BigVector: 1, sci_VectorImpl: 1, @@ -43157,7 +40477,6 @@ var $d_sci_Vector2 = new $TypeData().initClass({ sci_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -43180,8 +40499,7 @@ var $d_sci_Vector2 = new $TypeData().initClass({ sc_StrictOptimizedIterableOps: 1, scg_DefaultSerializable: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Vector2.prototype.$classData = $d_sci_Vector2; +})); /** @constructor */ function $c_sci_Vector3(_prefix1, len1, prefix2, len12, data3, suffix2, _suffix1, _length0) { this.sci_Vector__f_prefix1 = null; @@ -43197,13 +40515,12 @@ function $c_sci_Vector3(_prefix1, len1, prefix2, len12, data3, suffix2, _suffix1 this.sci_Vector3__f_len12 = len12; this.sci_Vector3__f_data3 = data3; this.sci_Vector3__f_suffix2 = suffix2; - $ct_sci_BigVector__AO__AO__I__(this, _prefix1, _suffix1, _length0) + $ct_sci_BigVector__AO__AO__I__(this, _prefix1, _suffix1, _length0); } $c_sci_Vector3.prototype = new $h_sci_BigVector(); $c_sci_Vector3.prototype.constructor = $c_sci_Vector3; /** @constructor */ function $h_sci_Vector3() { - /**/ } $h_sci_Vector3.prototype = $c_sci_Vector3.prototype; $c_sci_Vector3.prototype.apply__I__O = (function(index) { @@ -43213,15 +40530,15 @@ $c_sci_Vector3.prototype.apply__I__O = (function(index) { var i3 = ((io >>> 10) | 0); var i2 = (31 & ((io >>> 5) | 0)); var i1 = (31 & io); - return ((i3 < $n(this.sci_Vector3__f_data3).u.length) ? $n($n($n(this.sci_Vector3__f_data3).get(i3)).get(i2)).get(i1) : ((i2 < $n(this.sci_Vector3__f_suffix2).u.length) ? $n($n(this.sci_Vector3__f_suffix2).get(i2)).get(i1) : $n(this.sci_BigVector__f_suffix1).get(i1))) + return ((i3 < $n(this.sci_Vector3__f_data3).u.length) ? $n($n($n(this.sci_Vector3__f_data3).get(i3)).get(i2)).get(i1) : ((i2 < $n(this.sci_Vector3__f_suffix2).u.length) ? $n($n(this.sci_Vector3__f_suffix2).get(i2)).get(i1) : $n(this.sci_BigVector__f_suffix1).get(i1))); } else if ((index >= this.sci_Vector3__f_len1)) { var io$2 = ((index - this.sci_Vector3__f_len1) | 0); - return $n($n(this.sci_Vector3__f_prefix2).get(((io$2 >>> 5) | 0))).get((31 & io$2)) + return $n($n(this.sci_Vector3__f_prefix2).get(((io$2 >>> 5) | 0))).get((31 & io$2)); } else { - return $n(this.sci_Vector__f_prefix1).get(index) + return $n(this.sci_Vector__f_prefix1).get(index); } } else { - throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)) + throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)); } }); $c_sci_Vector3.prototype.updated__I__O__sci_Vector = (function(index, elem) { @@ -43253,7 +40570,7 @@ $c_sci_Vector3.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$6 = this.sci_Vector3__f_suffix2; var x$7 = this.sci_BigVector__f_suffix1; var x$8 = this.sci_BigVector__f_length0; - return new $c_sci_Vector3(x$2, x$3, x$4, x$5, a3c, x$6, x$7, x$8) + return new $c_sci_Vector3(x$2, x$3, x$4, x$5, a3c, x$6, x$7, x$8); } else if ((i2 < $n(this.sci_Vector3__f_suffix2).u.length)) { var a2$1 = this.sci_Vector3__f_suffix2; var this$6 = $n(a2$1); @@ -43271,7 +40588,7 @@ $c_sci_Vector3.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$14 = this.sci_Vector3__f_data3; var x$15 = this.sci_BigVector__f_suffix1; var x$16 = this.sci_BigVector__f_length0; - return new $c_sci_Vector3(x$10, x$11, x$12, x$13, x$14, a2c$1, x$15, x$16) + return new $c_sci_Vector3(x$10, x$11, x$12, x$13, x$14, a2c$1, x$15, x$16); } else { var a1$2 = this.sci_BigVector__f_suffix1; var this$9 = $n(a1$2); @@ -43284,7 +40601,7 @@ $c_sci_Vector3.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$22 = this.sci_Vector3__f_data3; var x$23 = this.sci_Vector3__f_suffix2; var x$24 = this.sci_BigVector__f_length0; - return new $c_sci_Vector3(x$18, x$19, x$20, x$21, x$22, x$23, a1c$2, x$24) + return new $c_sci_Vector3(x$18, x$19, x$20, x$21, x$22, x$23, a1c$2, x$24); } } else if ((index >= this.sci_Vector3__f_len1)) { var io$2 = ((index - this.sci_Vector3__f_len1) | 0); @@ -43306,7 +40623,7 @@ $c_sci_Vector3.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$30 = this.sci_Vector3__f_suffix2; var x$31 = this.sci_BigVector__f_suffix1; var x$32 = this.sci_BigVector__f_length0; - return new $c_sci_Vector3(x$26, x$27, a2c$2, x$28, x$29, x$30, x$31, x$32) + return new $c_sci_Vector3(x$26, x$27, a2c$2, x$28, x$29, x$30, x$31, x$32); } else { var a1$4 = this.sci_Vector__f_prefix1; var this$14 = $n(a1$4); @@ -43319,10 +40636,10 @@ $c_sci_Vector3.prototype.updated__I__O__sci_Vector = (function(index, elem) { var suffix2 = this.sci_Vector3__f_suffix2; var suffix1 = this.sci_BigVector__f_suffix1; var length0 = this.sci_BigVector__f_length0; - return new $c_sci_Vector3(a1c$4, len1, prefix2, len12, data3, suffix2, suffix1, length0) + return new $c_sci_Vector3(a1c$4, len1, prefix2, len12, data3, suffix2, suffix1, length0); } } else { - throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)) + throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)); } }); $c_sci_Vector3.prototype.appended__O__sci_Vector = (function(elem) { @@ -43335,7 +40652,7 @@ $c_sci_Vector3.prototype.appended__O__sci_Vector = (function(elem) { var x$6 = this.sci_Vector3__f_len12; var x$7 = this.sci_Vector3__f_data3; var x$8 = this.sci_Vector3__f_suffix2; - return new $c_sci_Vector3(x$3, x$4, x$5, x$6, x$7, x$8, x$1, x$2) + return new $c_sci_Vector3(x$3, x$4, x$5, x$6, x$7, x$8, x$1, x$2); } else if (($n(this.sci_Vector3__f_suffix2).u.length < 31)) { var x$9 = $asArrayOf_O($m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector3__f_suffix2, this.sci_BigVector__f_suffix1), 2); var a = new $ac_O(1); @@ -43346,7 +40663,7 @@ $c_sci_Vector3.prototype.appended__O__sci_Vector = (function(elem) { var x$14 = this.sci_Vector3__f_prefix2; var x$15 = this.sci_Vector3__f_len12; var x$16 = this.sci_Vector3__f_data3; - return new $c_sci_Vector3(x$12, x$13, x$14, x$15, x$16, x$9, a, x$11) + return new $c_sci_Vector3(x$12, x$13, x$14, x$15, x$16, x$9, a, x$11); } else if (($n(this.sci_Vector3__f_data3).u.length < 30)) { var x$17 = $asArrayOf_O($m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector3__f_data3, $m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector3__f_suffix2, this.sci_BigVector__f_suffix1)), 3); var x$18 = $m_sci_VectorStatics$().sci_VectorStatics$__f_empty2; @@ -43357,7 +40674,7 @@ $c_sci_Vector3.prototype.appended__O__sci_Vector = (function(elem) { var x$22 = this.sci_Vector3__f_len1; var x$23 = this.sci_Vector3__f_prefix2; var x$24 = this.sci_Vector3__f_len12; - return new $c_sci_Vector3(x$21, x$22, x$23, x$24, x$17, x$18, a$1, x$20) + return new $c_sci_Vector3(x$21, x$22, x$23, x$24, x$17, x$18, a$1, x$20); } else { var $x_8 = this.sci_Vector__f_prefix1; var $x_7 = this.sci_Vector3__f_len1; @@ -43372,7 +40689,7 @@ $c_sci_Vector3.prototype.appended__O__sci_Vector = (function(elem) { var $x_1 = $m_sci_VectorStatics$().sci_VectorStatics$__f_empty2; var a$3 = new $ac_O(1); $n(a$3).set(0, elem); - return new $c_sci_Vector4($x_8, $x_7, $x_6, $x_5, $x_4, ((30720 + $x_3) | 0), $x_2, a$2, $x_1, a$3, ((1 + this.sci_BigVector__f_length0) | 0)) + return new $c_sci_Vector4($x_8, $x_7, $x_6, $x_5, $x_4, ((30720 + $x_3) | 0), $x_2, a$2, $x_1, a$3, ((1 + this.sci_BigVector__f_length0) | 0)); } }); $c_sci_Vector3.prototype.prepended__O__sci_Vector = (function(elem) { @@ -43385,7 +40702,7 @@ $c_sci_Vector3.prototype.prepended__O__sci_Vector = (function(elem) { var x$6 = this.sci_Vector3__f_data3; var x$7 = this.sci_Vector3__f_suffix2; var x$8 = this.sci_BigVector__f_suffix1; - return new $c_sci_Vector3(x$1, x$2, x$5, x$3, x$6, x$7, x$8, x$4) + return new $c_sci_Vector3(x$1, x$2, x$5, x$3, x$6, x$7, x$8, x$4); } else if ((this.sci_Vector3__f_len12 < 1024)) { var a = new $ac_O(1); $n(a).set(0, elem); @@ -43395,7 +40712,7 @@ $c_sci_Vector3.prototype.prepended__O__sci_Vector = (function(elem) { var x$14 = this.sci_Vector3__f_data3; var x$15 = this.sci_Vector3__f_suffix2; var x$16 = this.sci_BigVector__f_suffix1; - return new $c_sci_Vector3(a, 1, x$11, x$12, x$14, x$15, x$16, x$13) + return new $c_sci_Vector3(a, 1, x$11, x$12, x$14, x$15, x$16, x$13); } else if (($n(this.sci_Vector3__f_data3).u.length < 30)) { var a$1 = new $ac_O(1); $n(a$1).set(0, elem); @@ -43404,7 +40721,7 @@ $c_sci_Vector3.prototype.prepended__O__sci_Vector = (function(elem) { var x$22 = ((1 + this.sci_BigVector__f_length0) | 0); var x$23 = this.sci_Vector3__f_suffix2; var x$24 = this.sci_BigVector__f_suffix1; - return new $c_sci_Vector3(a$1, 1, x$19, 1, x$21, x$23, x$24, x$22) + return new $c_sci_Vector3(a$1, 1, x$19, 1, x$21, x$23, x$24, x$22); } else { var a$2 = new $ac_O(1); $n(a$2).set(0, elem); @@ -43412,7 +40729,7 @@ $c_sci_Vector3.prototype.prepended__O__sci_Vector = (function(elem) { var x = $asArrayOf_O($m_sci_VectorStatics$().copyPrepend__O__AO__AO(this.sci_Vector__f_prefix1, this.sci_Vector3__f_prefix2), 2); var a$3 = new ($d_O.getArrayOf().getArrayOf().getArrayOf().constr)(1); $n(a$3).set(0, x); - return new $c_sci_Vector4(a$2, 1, $x_1, 1, a$3, ((1 + this.sci_Vector3__f_len12) | 0), $m_sci_VectorStatics$().sci_VectorStatics$__f_empty4, this.sci_Vector3__f_data3, this.sci_Vector3__f_suffix2, this.sci_BigVector__f_suffix1, ((1 + this.sci_BigVector__f_length0) | 0)) + return new $c_sci_Vector4(a$2, 1, $x_1, 1, a$3, ((1 + this.sci_Vector3__f_len12) | 0), $m_sci_VectorStatics$().sci_VectorStatics$__f_empty4, this.sci_Vector3__f_data3, this.sci_Vector3__f_suffix2, this.sci_BigVector__f_suffix1, ((1 + this.sci_BigVector__f_length0) | 0)); } }); $c_sci_Vector3.prototype.map__F1__sci_Vector = (function(f) { @@ -43424,35 +40741,35 @@ $c_sci_Vector3.prototype.map__F1__sci_Vector = (function(f) { var x$6 = this.sci_Vector3__f_len1; var x$7 = this.sci_Vector3__f_len12; var x$8 = this.sci_BigVector__f_length0; - return new $c_sci_Vector3(x$1, x$6, x$2, x$7, x$3, x$4, x$5, x$8) + return new $c_sci_Vector3(x$1, x$6, x$2, x$7, x$3, x$4, x$5, x$8); }); $c_sci_Vector3.prototype.vectorSliceCount__I = (function() { - return 5 + return 5; }); $c_sci_Vector3.prototype.vectorSlice__I__AO = (function(idx) { switch (idx) { case 0: { return this.sci_Vector__f_prefix1; - break + break; } case 1: { return this.sci_Vector3__f_prefix2; - break + break; } case 2: { return this.sci_Vector3__f_data3; - break + break; } case 3: { return this.sci_Vector3__f_suffix2; - break + break; } case 4: { return this.sci_BigVector__f_suffix1; - break + break; } default: { - throw new $c_s_MatchError(idx) + throw new $c_s_MatchError(idx); } } }); @@ -43466,16 +40783,16 @@ $c_sci_Vector3.prototype.appendedAll0__sc_IterableOnce__I__sci_Vector = (functio var x$6 = this.sci_Vector3__f_len12; var x$7 = this.sci_Vector3__f_data3; var x$8 = this.sci_Vector3__f_suffix2; - return new $c_sci_Vector3(x$3, x$4, x$5, x$6, x$7, x$8, suffix1b, x$2) + return new $c_sci_Vector3(x$3, x$4, x$5, x$6, x$7, x$8, suffix1b, x$2); } else { - return $c_sci_Vector.prototype.appendedAll0__sc_IterableOnce__I__sci_Vector.call(this, suffix, k) + return $c_sci_Vector.prototype.appendedAll0__sc_IterableOnce__I__sci_Vector.call(this, suffix, k); } }); $c_sci_Vector3.prototype.map__F1__O = (function(f) { - return this.map__F1__sci_Vector(f) + return this.map__F1__sci_Vector(f); }); $c_sci_Vector3.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sci_Vector(elem) + return this.prepended__O__sci_Vector(elem); }); $c_sci_Vector3.prototype.apply__O__O = (function(v1) { var index = $uI(v1); @@ -43485,29 +40802,27 @@ $c_sci_Vector3.prototype.apply__O__O = (function(v1) { var i3 = ((io >>> 10) | 0); var i2 = (31 & ((io >>> 5) | 0)); var i1 = (31 & io); - return ((i3 < $n(this.sci_Vector3__f_data3).u.length) ? $n($n($n(this.sci_Vector3__f_data3).get(i3)).get(i2)).get(i1) : ((i2 < $n(this.sci_Vector3__f_suffix2).u.length) ? $n($n(this.sci_Vector3__f_suffix2).get(i2)).get(i1) : $n(this.sci_BigVector__f_suffix1).get(i1))) + return ((i3 < $n(this.sci_Vector3__f_data3).u.length) ? $n($n($n(this.sci_Vector3__f_data3).get(i3)).get(i2)).get(i1) : ((i2 < $n(this.sci_Vector3__f_suffix2).u.length) ? $n($n(this.sci_Vector3__f_suffix2).get(i2)).get(i1) : $n(this.sci_BigVector__f_suffix1).get(i1))); } else if ((index >= this.sci_Vector3__f_len1)) { var io$2 = ((index - this.sci_Vector3__f_len1) | 0); - return $n($n(this.sci_Vector3__f_prefix2).get(((io$2 >>> 5) | 0))).get((31 & io$2)) + return $n($n(this.sci_Vector3__f_prefix2).get(((io$2 >>> 5) | 0))).get((31 & io$2)); } else { - return $n(this.sci_Vector__f_prefix1).get(index) + return $n(this.sci_Vector__f_prefix1).get(index); } } else { - throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)) + throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)); } }); function $as_sci_Vector3(obj) { - return (((obj instanceof $c_sci_Vector3) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Vector3")) + return (((obj instanceof $c_sci_Vector3) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Vector3")); } function $isArrayOf_sci_Vector3(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Vector3))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Vector3))); } function $asArrayOf_sci_Vector3(obj, depth) { - return (($isArrayOf_sci_Vector3(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Vector3;", depth)) + return (($isArrayOf_sci_Vector3(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Vector3;", depth)); } -var $d_sci_Vector3 = new $TypeData().initClass({ - sci_Vector3: 0 -}, false, "scala.collection.immutable.Vector3", { +var $d_sci_Vector3 = new $TypeData().initClass($c_sci_Vector3, "scala.collection.immutable.Vector3", ({ sci_Vector3: 1, sci_BigVector: 1, sci_VectorImpl: 1, @@ -43515,7 +40830,6 @@ var $d_sci_Vector3 = new $TypeData().initClass({ sci_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -43538,8 +40852,7 @@ var $d_sci_Vector3 = new $TypeData().initClass({ sc_StrictOptimizedIterableOps: 1, scg_DefaultSerializable: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Vector3.prototype.$classData = $d_sci_Vector3; +})); /** @constructor */ function $c_sci_Vector4(_prefix1, len1, prefix2, len12, prefix3, len123, data4, suffix3, suffix2, _suffix1, _length0) { this.sci_Vector__f_prefix1 = null; @@ -43561,13 +40874,12 @@ function $c_sci_Vector4(_prefix1, len1, prefix2, len12, prefix3, len123, data4, this.sci_Vector4__f_data4 = data4; this.sci_Vector4__f_suffix3 = suffix3; this.sci_Vector4__f_suffix2 = suffix2; - $ct_sci_BigVector__AO__AO__I__(this, _prefix1, _suffix1, _length0) + $ct_sci_BigVector__AO__AO__I__(this, _prefix1, _suffix1, _length0); } $c_sci_Vector4.prototype = new $h_sci_BigVector(); $c_sci_Vector4.prototype.constructor = $c_sci_Vector4; /** @constructor */ function $h_sci_Vector4() { - /**/ } $h_sci_Vector4.prototype = $c_sci_Vector4.prototype; $c_sci_Vector4.prototype.apply__I__O = (function(index) { @@ -43578,18 +40890,18 @@ $c_sci_Vector4.prototype.apply__I__O = (function(index) { var i3 = (31 & ((io >>> 10) | 0)); var i2 = (31 & ((io >>> 5) | 0)); var i1 = (31 & io); - return ((i4 < $n(this.sci_Vector4__f_data4).u.length) ? $n($n($n($n(this.sci_Vector4__f_data4).get(i4)).get(i3)).get(i2)).get(i1) : ((i3 < $n(this.sci_Vector4__f_suffix3).u.length) ? $n($n($n(this.sci_Vector4__f_suffix3).get(i3)).get(i2)).get(i1) : ((i2 < $n(this.sci_Vector4__f_suffix2).u.length) ? $n($n(this.sci_Vector4__f_suffix2).get(i2)).get(i1) : $n(this.sci_BigVector__f_suffix1).get(i1)))) + return ((i4 < $n(this.sci_Vector4__f_data4).u.length) ? $n($n($n($n(this.sci_Vector4__f_data4).get(i4)).get(i3)).get(i2)).get(i1) : ((i3 < $n(this.sci_Vector4__f_suffix3).u.length) ? $n($n($n(this.sci_Vector4__f_suffix3).get(i3)).get(i2)).get(i1) : ((i2 < $n(this.sci_Vector4__f_suffix2).u.length) ? $n($n(this.sci_Vector4__f_suffix2).get(i2)).get(i1) : $n(this.sci_BigVector__f_suffix1).get(i1)))); } else if ((index >= this.sci_Vector4__f_len12)) { var io$2 = ((index - this.sci_Vector4__f_len12) | 0); - return $n($n($n(this.sci_Vector4__f_prefix3).get(((io$2 >>> 10) | 0))).get((31 & ((io$2 >>> 5) | 0)))).get((31 & io$2)) + return $n($n($n(this.sci_Vector4__f_prefix3).get(((io$2 >>> 10) | 0))).get((31 & ((io$2 >>> 5) | 0)))).get((31 & io$2)); } else if ((index >= this.sci_Vector4__f_len1)) { var io$3 = ((index - this.sci_Vector4__f_len1) | 0); - return $n($n(this.sci_Vector4__f_prefix2).get(((io$3 >>> 5) | 0))).get((31 & io$3)) + return $n($n(this.sci_Vector4__f_prefix2).get(((io$3 >>> 5) | 0))).get((31 & io$3)); } else { - return $n(this.sci_Vector__f_prefix1).get(index) + return $n(this.sci_Vector__f_prefix1).get(index); } } else { - throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)) + throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)); } }); $c_sci_Vector4.prototype.updated__I__O__sci_Vector = (function(index, elem) { @@ -43630,7 +40942,7 @@ $c_sci_Vector4.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$9 = this.sci_Vector4__f_suffix2; var x$10 = this.sci_BigVector__f_suffix1; var x$11 = this.sci_BigVector__f_length0; - return new $c_sci_Vector4(x$2, x$3, x$4, x$5, x$6, x$7, a4c, x$8, x$9, x$10, x$11) + return new $c_sci_Vector4(x$2, x$3, x$4, x$5, x$6, x$7, a4c, x$8, x$9, x$10, x$11); } else if ((i3 < $n(this.sci_Vector4__f_suffix3).u.length)) { var a3$1 = this.sci_Vector4__f_suffix3; var this$7 = $n(a3$1); @@ -43656,7 +40968,7 @@ $c_sci_Vector4.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$20 = this.sci_Vector4__f_suffix2; var x$21 = this.sci_BigVector__f_suffix1; var x$22 = this.sci_BigVector__f_length0; - return new $c_sci_Vector4(x$13, x$14, x$15, x$16, x$17, x$18, x$19, a3c$1, x$20, x$21, x$22) + return new $c_sci_Vector4(x$13, x$14, x$15, x$16, x$17, x$18, x$19, a3c$1, x$20, x$21, x$22); } else if ((i2 < $n(this.sci_Vector4__f_suffix2).u.length)) { var a2$2 = this.sci_Vector4__f_suffix2; var this$11 = $n(a2$2); @@ -43677,7 +40989,7 @@ $c_sci_Vector4.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$31 = this.sci_Vector4__f_suffix3; var x$32 = this.sci_BigVector__f_suffix1; var x$33 = this.sci_BigVector__f_length0; - return new $c_sci_Vector4(x$24, x$25, x$26, x$27, x$28, x$29, x$30, x$31, a2c$2, x$32, x$33) + return new $c_sci_Vector4(x$24, x$25, x$26, x$27, x$28, x$29, x$30, x$31, a2c$2, x$32, x$33); } else { var a1$3 = this.sci_BigVector__f_suffix1; var this$14 = $n(a1$3); @@ -43693,7 +41005,7 @@ $c_sci_Vector4.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$42 = this.sci_Vector4__f_suffix3; var x$43 = this.sci_Vector4__f_suffix2; var x$44 = this.sci_BigVector__f_length0; - return new $c_sci_Vector4(x$35, x$36, x$37, x$38, x$39, x$40, x$41, x$42, x$43, a1c$3, x$44) + return new $c_sci_Vector4(x$35, x$36, x$37, x$38, x$39, x$40, x$41, x$42, x$43, a1c$3, x$44); } } else if ((index >= this.sci_Vector4__f_len12)) { var io$2 = ((index - this.sci_Vector4__f_len12) | 0); @@ -43724,7 +41036,7 @@ $c_sci_Vector4.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$53 = this.sci_Vector4__f_suffix2; var x$54 = this.sci_BigVector__f_suffix1; var x$55 = this.sci_BigVector__f_length0; - return new $c_sci_Vector4(x$46, x$47, x$48, x$49, a3c$2, x$50, x$51, x$52, x$53, x$54, x$55) + return new $c_sci_Vector4(x$46, x$47, x$48, x$49, a3c$2, x$50, x$51, x$52, x$53, x$54, x$55); } else if ((index >= this.sci_Vector4__f_len1)) { var io$3 = ((index - this.sci_Vector4__f_len1) | 0); var a2$4 = this.sci_Vector4__f_prefix2; @@ -43748,7 +41060,7 @@ $c_sci_Vector4.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$64 = this.sci_Vector4__f_suffix2; var x$65 = this.sci_BigVector__f_suffix1; var x$66 = this.sci_BigVector__f_length0; - return new $c_sci_Vector4(x$57, x$58, a2c$4, x$59, x$60, x$61, x$62, x$63, x$64, x$65, x$66) + return new $c_sci_Vector4(x$57, x$58, a2c$4, x$59, x$60, x$61, x$62, x$63, x$64, x$65, x$66); } else { var a1$6 = this.sci_Vector__f_prefix1; var this$23 = $n(a1$6); @@ -43764,10 +41076,10 @@ $c_sci_Vector4.prototype.updated__I__O__sci_Vector = (function(index, elem) { var suffix2 = this.sci_Vector4__f_suffix2; var suffix1 = this.sci_BigVector__f_suffix1; var length0 = this.sci_BigVector__f_length0; - return new $c_sci_Vector4(a1c$6, len1, prefix2, len12, prefix3, len123, data4, suffix3, suffix2, suffix1, length0) + return new $c_sci_Vector4(a1c$6, len1, prefix2, len12, prefix3, len123, data4, suffix3, suffix2, suffix1, length0); } } else { - throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)) + throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)); } }); $c_sci_Vector4.prototype.appended__O__sci_Vector = (function(elem) { @@ -43783,7 +41095,7 @@ $c_sci_Vector4.prototype.appended__O__sci_Vector = (function(elem) { var x$9 = this.sci_Vector4__f_data4; var x$10 = this.sci_Vector4__f_suffix3; var x$11 = this.sci_Vector4__f_suffix2; - return new $c_sci_Vector4(x$3, x$4, x$5, x$6, x$7, x$8, x$9, x$10, x$11, x$1, x$2) + return new $c_sci_Vector4(x$3, x$4, x$5, x$6, x$7, x$8, x$9, x$10, x$11, x$1, x$2); } else if (($n(this.sci_Vector4__f_suffix2).u.length < 31)) { var x$12 = $asArrayOf_O($m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector4__f_suffix2, this.sci_BigVector__f_suffix1), 2); var a = new $ac_O(1); @@ -43797,7 +41109,7 @@ $c_sci_Vector4.prototype.appended__O__sci_Vector = (function(elem) { var x$20 = this.sci_Vector4__f_len123; var x$21 = this.sci_Vector4__f_data4; var x$22 = this.sci_Vector4__f_suffix3; - return new $c_sci_Vector4(x$15, x$16, x$17, x$18, x$19, x$20, x$21, x$22, x$12, a, x$14) + return new $c_sci_Vector4(x$15, x$16, x$17, x$18, x$19, x$20, x$21, x$22, x$12, a, x$14); } else if (($n(this.sci_Vector4__f_suffix3).u.length < 31)) { var x$23 = $asArrayOf_O($m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector4__f_suffix3, $m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector4__f_suffix2, this.sci_BigVector__f_suffix1)), 3); var x$24 = $m_sci_VectorStatics$().sci_VectorStatics$__f_empty2; @@ -43811,7 +41123,7 @@ $c_sci_Vector4.prototype.appended__O__sci_Vector = (function(elem) { var x$31 = this.sci_Vector4__f_prefix3; var x$32 = this.sci_Vector4__f_len123; var x$33 = this.sci_Vector4__f_data4; - return new $c_sci_Vector4(x$27, x$28, x$29, x$30, x$31, x$32, x$33, x$23, x$24, a$1, x$26) + return new $c_sci_Vector4(x$27, x$28, x$29, x$30, x$31, x$32, x$33, x$23, x$24, a$1, x$26); } else if (($n(this.sci_Vector4__f_data4).u.length < 30)) { var x$34 = $asArrayOf_O($m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector4__f_data4, $m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector4__f_suffix3, $m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector4__f_suffix2, this.sci_BigVector__f_suffix1))), 4); var x$35 = $m_sci_VectorStatics$().sci_VectorStatics$__f_empty3; @@ -43825,7 +41137,7 @@ $c_sci_Vector4.prototype.appended__O__sci_Vector = (function(elem) { var x$42 = this.sci_Vector4__f_len12; var x$43 = this.sci_Vector4__f_prefix3; var x$44 = this.sci_Vector4__f_len123; - return new $c_sci_Vector4(x$39, x$40, x$41, x$42, x$43, x$44, x$34, x$35, x$36, a$2, x$38) + return new $c_sci_Vector4(x$39, x$40, x$41, x$42, x$43, x$44, x$34, x$35, x$36, a$2, x$38); } else { var $x_11 = this.sci_Vector__f_prefix1; var $x_10 = this.sci_Vector4__f_len1; @@ -43843,7 +41155,7 @@ $c_sci_Vector4.prototype.appended__O__sci_Vector = (function(elem) { var $x_1 = $m_sci_VectorStatics$().sci_VectorStatics$__f_empty2; var a$4 = new $ac_O(1); $n(a$4).set(0, elem); - return new $c_sci_Vector5($x_11, $x_10, $x_9, $x_8, $x_7, $x_6, $x_5, ((983040 + $x_4) | 0), $x_3, a$3, $x_2, $x_1, a$4, ((1 + this.sci_BigVector__f_length0) | 0)) + return new $c_sci_Vector5($x_11, $x_10, $x_9, $x_8, $x_7, $x_6, $x_5, ((983040 + $x_4) | 0), $x_3, a$3, $x_2, $x_1, a$4, ((1 + this.sci_BigVector__f_length0) | 0)); } }); $c_sci_Vector4.prototype.prepended__O__sci_Vector = (function(elem) { @@ -43859,7 +41171,7 @@ $c_sci_Vector4.prototype.prepended__O__sci_Vector = (function(elem) { var x$9 = this.sci_Vector4__f_suffix3; var x$10 = this.sci_Vector4__f_suffix2; var x$11 = this.sci_BigVector__f_suffix1; - return new $c_sci_Vector4(x$1, x$2, x$6, x$3, x$7, x$4, x$8, x$9, x$10, x$11, x$5) + return new $c_sci_Vector4(x$1, x$2, x$6, x$3, x$7, x$4, x$8, x$9, x$10, x$11, x$5); } else if ((this.sci_Vector4__f_len12 < 1024)) { var a = new $ac_O(1); $n(a).set(0, elem); @@ -43872,7 +41184,7 @@ $c_sci_Vector4.prototype.prepended__O__sci_Vector = (function(elem) { var x$20 = this.sci_Vector4__f_suffix3; var x$21 = this.sci_Vector4__f_suffix2; var x$22 = this.sci_BigVector__f_suffix1; - return new $c_sci_Vector4(a, 1, x$14, x$15, x$18, x$16, x$19, x$20, x$21, x$22, x$17) + return new $c_sci_Vector4(a, 1, x$14, x$15, x$18, x$16, x$19, x$20, x$21, x$22, x$17); } else if ((this.sci_Vector4__f_len123 < 32768)) { var a$1 = new $ac_O(1); $n(a$1).set(0, elem); @@ -43884,7 +41196,7 @@ $c_sci_Vector4.prototype.prepended__O__sci_Vector = (function(elem) { var x$31 = this.sci_Vector4__f_suffix3; var x$32 = this.sci_Vector4__f_suffix2; var x$33 = this.sci_BigVector__f_suffix1; - return new $c_sci_Vector4(a$1, 1, x$25, 1, x$27, x$28, x$30, x$31, x$32, x$33, x$29) + return new $c_sci_Vector4(a$1, 1, x$25, 1, x$27, x$28, x$30, x$31, x$32, x$33, x$29); } else if (($n(this.sci_Vector4__f_data4).u.length < 30)) { var a$2 = new $ac_O(1); $n(a$2).set(0, elem); @@ -43895,7 +41207,7 @@ $c_sci_Vector4.prototype.prepended__O__sci_Vector = (function(elem) { var x$42 = this.sci_Vector4__f_suffix3; var x$43 = this.sci_Vector4__f_suffix2; var x$44 = this.sci_BigVector__f_suffix1; - return new $c_sci_Vector4(a$2, 1, x$36, 1, x$38, 1, x$40, x$42, x$43, x$44, x$41) + return new $c_sci_Vector4(a$2, 1, x$36, 1, x$38, 1, x$40, x$42, x$43, x$44, x$41); } else { var a$3 = new $ac_O(1); $n(a$3).set(0, elem); @@ -43904,7 +41216,7 @@ $c_sci_Vector4.prototype.prepended__O__sci_Vector = (function(elem) { var x = $asArrayOf_O($m_sci_VectorStatics$().copyPrepend__O__AO__AO($m_sci_VectorStatics$().copyPrepend__O__AO__AO(this.sci_Vector__f_prefix1, this.sci_Vector4__f_prefix2), this.sci_Vector4__f_prefix3), 3); var a$4 = new ($d_O.getArrayOf().getArrayOf().getArrayOf().getArrayOf().constr)(1); $n(a$4).set(0, x); - return new $c_sci_Vector5(a$3, 1, $x_2, 1, $x_1, 1, a$4, ((1 + this.sci_Vector4__f_len123) | 0), $m_sci_VectorStatics$().sci_VectorStatics$__f_empty5, this.sci_Vector4__f_data4, this.sci_Vector4__f_suffix3, this.sci_Vector4__f_suffix2, this.sci_BigVector__f_suffix1, ((1 + this.sci_BigVector__f_length0) | 0)) + return new $c_sci_Vector5(a$3, 1, $x_2, 1, $x_1, 1, a$4, ((1 + this.sci_Vector4__f_len123) | 0), $m_sci_VectorStatics$().sci_VectorStatics$__f_empty5, this.sci_Vector4__f_data4, this.sci_Vector4__f_suffix3, this.sci_Vector4__f_suffix2, this.sci_BigVector__f_suffix1, ((1 + this.sci_BigVector__f_length0) | 0)); } }); $c_sci_Vector4.prototype.map__F1__sci_Vector = (function(f) { @@ -43919,43 +41231,43 @@ $c_sci_Vector4.prototype.map__F1__sci_Vector = (function(f) { var x$9 = this.sci_Vector4__f_len12; var x$10 = this.sci_Vector4__f_len123; var x$11 = this.sci_BigVector__f_length0; - return new $c_sci_Vector4(x$1, x$8, x$2, x$9, x$3, x$10, x$4, x$5, x$6, x$7, x$11) + return new $c_sci_Vector4(x$1, x$8, x$2, x$9, x$3, x$10, x$4, x$5, x$6, x$7, x$11); }); $c_sci_Vector4.prototype.vectorSliceCount__I = (function() { - return 7 + return 7; }); $c_sci_Vector4.prototype.vectorSlice__I__AO = (function(idx) { switch (idx) { case 0: { return this.sci_Vector__f_prefix1; - break + break; } case 1: { return this.sci_Vector4__f_prefix2; - break + break; } case 2: { return this.sci_Vector4__f_prefix3; - break + break; } case 3: { return this.sci_Vector4__f_data4; - break + break; } case 4: { return this.sci_Vector4__f_suffix3; - break + break; } case 5: { return this.sci_Vector4__f_suffix2; - break + break; } case 6: { return this.sci_BigVector__f_suffix1; - break + break; } default: { - throw new $c_s_MatchError(idx) + throw new $c_s_MatchError(idx); } } }); @@ -43972,16 +41284,16 @@ $c_sci_Vector4.prototype.appendedAll0__sc_IterableOnce__I__sci_Vector = (functio var x$9 = this.sci_Vector4__f_data4; var x$10 = this.sci_Vector4__f_suffix3; var x$11 = this.sci_Vector4__f_suffix2; - return new $c_sci_Vector4(x$3, x$4, x$5, x$6, x$7, x$8, x$9, x$10, x$11, suffix1b, x$2) + return new $c_sci_Vector4(x$3, x$4, x$5, x$6, x$7, x$8, x$9, x$10, x$11, suffix1b, x$2); } else { - return $c_sci_Vector.prototype.appendedAll0__sc_IterableOnce__I__sci_Vector.call(this, suffix, k) + return $c_sci_Vector.prototype.appendedAll0__sc_IterableOnce__I__sci_Vector.call(this, suffix, k); } }); $c_sci_Vector4.prototype.map__F1__O = (function(f) { - return this.map__F1__sci_Vector(f) + return this.map__F1__sci_Vector(f); }); $c_sci_Vector4.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sci_Vector(elem) + return this.prepended__O__sci_Vector(elem); }); $c_sci_Vector4.prototype.apply__O__O = (function(v1) { var index = $uI(v1); @@ -43992,32 +41304,30 @@ $c_sci_Vector4.prototype.apply__O__O = (function(v1) { var i3 = (31 & ((io >>> 10) | 0)); var i2 = (31 & ((io >>> 5) | 0)); var i1 = (31 & io); - return ((i4 < $n(this.sci_Vector4__f_data4).u.length) ? $n($n($n($n(this.sci_Vector4__f_data4).get(i4)).get(i3)).get(i2)).get(i1) : ((i3 < $n(this.sci_Vector4__f_suffix3).u.length) ? $n($n($n(this.sci_Vector4__f_suffix3).get(i3)).get(i2)).get(i1) : ((i2 < $n(this.sci_Vector4__f_suffix2).u.length) ? $n($n(this.sci_Vector4__f_suffix2).get(i2)).get(i1) : $n(this.sci_BigVector__f_suffix1).get(i1)))) + return ((i4 < $n(this.sci_Vector4__f_data4).u.length) ? $n($n($n($n(this.sci_Vector4__f_data4).get(i4)).get(i3)).get(i2)).get(i1) : ((i3 < $n(this.sci_Vector4__f_suffix3).u.length) ? $n($n($n(this.sci_Vector4__f_suffix3).get(i3)).get(i2)).get(i1) : ((i2 < $n(this.sci_Vector4__f_suffix2).u.length) ? $n($n(this.sci_Vector4__f_suffix2).get(i2)).get(i1) : $n(this.sci_BigVector__f_suffix1).get(i1)))); } else if ((index >= this.sci_Vector4__f_len12)) { var io$2 = ((index - this.sci_Vector4__f_len12) | 0); - return $n($n($n(this.sci_Vector4__f_prefix3).get(((io$2 >>> 10) | 0))).get((31 & ((io$2 >>> 5) | 0)))).get((31 & io$2)) + return $n($n($n(this.sci_Vector4__f_prefix3).get(((io$2 >>> 10) | 0))).get((31 & ((io$2 >>> 5) | 0)))).get((31 & io$2)); } else if ((index >= this.sci_Vector4__f_len1)) { var io$3 = ((index - this.sci_Vector4__f_len1) | 0); - return $n($n(this.sci_Vector4__f_prefix2).get(((io$3 >>> 5) | 0))).get((31 & io$3)) + return $n($n(this.sci_Vector4__f_prefix2).get(((io$3 >>> 5) | 0))).get((31 & io$3)); } else { - return $n(this.sci_Vector__f_prefix1).get(index) + return $n(this.sci_Vector__f_prefix1).get(index); } } else { - throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)) + throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)); } }); function $as_sci_Vector4(obj) { - return (((obj instanceof $c_sci_Vector4) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Vector4")) + return (((obj instanceof $c_sci_Vector4) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Vector4")); } function $isArrayOf_sci_Vector4(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Vector4))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Vector4))); } function $asArrayOf_sci_Vector4(obj, depth) { - return (($isArrayOf_sci_Vector4(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Vector4;", depth)) + return (($isArrayOf_sci_Vector4(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Vector4;", depth)); } -var $d_sci_Vector4 = new $TypeData().initClass({ - sci_Vector4: 0 -}, false, "scala.collection.immutable.Vector4", { +var $d_sci_Vector4 = new $TypeData().initClass($c_sci_Vector4, "scala.collection.immutable.Vector4", ({ sci_Vector4: 1, sci_BigVector: 1, sci_VectorImpl: 1, @@ -44025,7 +41335,6 @@ var $d_sci_Vector4 = new $TypeData().initClass({ sci_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -44048,8 +41357,7 @@ var $d_sci_Vector4 = new $TypeData().initClass({ sc_StrictOptimizedIterableOps: 1, scg_DefaultSerializable: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Vector4.prototype.$classData = $d_sci_Vector4; +})); /** @constructor */ function $c_sci_Vector5(_prefix1, len1, prefix2, len12, prefix3, len123, prefix4, len1234, data5, suffix4, suffix3, suffix2, _suffix1, _length0) { this.sci_Vector__f_prefix1 = null; @@ -44077,13 +41385,12 @@ function $c_sci_Vector5(_prefix1, len1, prefix2, len12, prefix3, len123, prefix4 this.sci_Vector5__f_suffix4 = suffix4; this.sci_Vector5__f_suffix3 = suffix3; this.sci_Vector5__f_suffix2 = suffix2; - $ct_sci_BigVector__AO__AO__I__(this, _prefix1, _suffix1, _length0) + $ct_sci_BigVector__AO__AO__I__(this, _prefix1, _suffix1, _length0); } $c_sci_Vector5.prototype = new $h_sci_BigVector(); $c_sci_Vector5.prototype.constructor = $c_sci_Vector5; /** @constructor */ function $h_sci_Vector5() { - /**/ } $h_sci_Vector5.prototype = $c_sci_Vector5.prototype; $c_sci_Vector5.prototype.apply__I__O = (function(index) { @@ -44095,21 +41402,21 @@ $c_sci_Vector5.prototype.apply__I__O = (function(index) { var i3 = (31 & ((io >>> 10) | 0)); var i2 = (31 & ((io >>> 5) | 0)); var i1 = (31 & io); - return ((i5 < $n(this.sci_Vector5__f_data5).u.length) ? $n($n($n($n($n(this.sci_Vector5__f_data5).get(i5)).get(i4)).get(i3)).get(i2)).get(i1) : ((i4 < $n(this.sci_Vector5__f_suffix4).u.length) ? $n($n($n($n(this.sci_Vector5__f_suffix4).get(i4)).get(i3)).get(i2)).get(i1) : ((i3 < $n(this.sci_Vector5__f_suffix3).u.length) ? $n($n($n(this.sci_Vector5__f_suffix3).get(i3)).get(i2)).get(i1) : ((i2 < $n(this.sci_Vector5__f_suffix2).u.length) ? $n($n(this.sci_Vector5__f_suffix2).get(i2)).get(i1) : $n(this.sci_BigVector__f_suffix1).get(i1))))) + return ((i5 < $n(this.sci_Vector5__f_data5).u.length) ? $n($n($n($n($n(this.sci_Vector5__f_data5).get(i5)).get(i4)).get(i3)).get(i2)).get(i1) : ((i4 < $n(this.sci_Vector5__f_suffix4).u.length) ? $n($n($n($n(this.sci_Vector5__f_suffix4).get(i4)).get(i3)).get(i2)).get(i1) : ((i3 < $n(this.sci_Vector5__f_suffix3).u.length) ? $n($n($n(this.sci_Vector5__f_suffix3).get(i3)).get(i2)).get(i1) : ((i2 < $n(this.sci_Vector5__f_suffix2).u.length) ? $n($n(this.sci_Vector5__f_suffix2).get(i2)).get(i1) : $n(this.sci_BigVector__f_suffix1).get(i1))))); } else if ((index >= this.sci_Vector5__f_len123)) { var io$2 = ((index - this.sci_Vector5__f_len123) | 0); - return $n($n($n($n(this.sci_Vector5__f_prefix4).get(((io$2 >>> 15) | 0))).get((31 & ((io$2 >>> 10) | 0)))).get((31 & ((io$2 >>> 5) | 0)))).get((31 & io$2)) + return $n($n($n($n(this.sci_Vector5__f_prefix4).get(((io$2 >>> 15) | 0))).get((31 & ((io$2 >>> 10) | 0)))).get((31 & ((io$2 >>> 5) | 0)))).get((31 & io$2)); } else if ((index >= this.sci_Vector5__f_len12)) { var io$3 = ((index - this.sci_Vector5__f_len12) | 0); - return $n($n($n(this.sci_Vector5__f_prefix3).get(((io$3 >>> 10) | 0))).get((31 & ((io$3 >>> 5) | 0)))).get((31 & io$3)) + return $n($n($n(this.sci_Vector5__f_prefix3).get(((io$3 >>> 10) | 0))).get((31 & ((io$3 >>> 5) | 0)))).get((31 & io$3)); } else if ((index >= this.sci_Vector5__f_len1)) { var io$4 = ((index - this.sci_Vector5__f_len1) | 0); - return $n($n(this.sci_Vector5__f_prefix2).get(((io$4 >>> 5) | 0))).get((31 & io$4)) + return $n($n(this.sci_Vector5__f_prefix2).get(((io$4 >>> 5) | 0))).get((31 & io$4)); } else { - return $n(this.sci_Vector__f_prefix1).get(index) + return $n(this.sci_Vector__f_prefix1).get(index); } } else { - throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)) + throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)); } }); $c_sci_Vector5.prototype.updated__I__O__sci_Vector = (function(index, elem) { @@ -44159,7 +41466,7 @@ $c_sci_Vector5.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$12 = this.sci_Vector5__f_suffix2; var x$13 = this.sci_BigVector__f_suffix1; var x$14 = this.sci_BigVector__f_length0; - return new $c_sci_Vector5(x$2, x$3, x$4, x$5, x$6, x$7, x$8, x$9, a5c, x$10, x$11, x$12, x$13, x$14) + return new $c_sci_Vector5(x$2, x$3, x$4, x$5, x$6, x$7, x$8, x$9, a5c, x$10, x$11, x$12, x$13, x$14); } else if ((i4 < $n(this.sci_Vector5__f_suffix4).u.length)) { var a4$1 = this.sci_Vector5__f_suffix4; var this$8 = $n(a4$1); @@ -44193,7 +41500,7 @@ $c_sci_Vector5.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$26 = this.sci_Vector5__f_suffix2; var x$27 = this.sci_BigVector__f_suffix1; var x$28 = this.sci_BigVector__f_length0; - return new $c_sci_Vector5(x$16, x$17, x$18, x$19, x$20, x$21, x$22, x$23, x$24, a4c$1, x$25, x$26, x$27, x$28) + return new $c_sci_Vector5(x$16, x$17, x$18, x$19, x$20, x$21, x$22, x$23, x$24, a4c$1, x$25, x$26, x$27, x$28); } else if ((i3 < $n(this.sci_Vector5__f_suffix3).u.length)) { var a3$2 = this.sci_Vector5__f_suffix3; var this$13 = $n(a3$2); @@ -44222,7 +41529,7 @@ $c_sci_Vector5.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$40 = this.sci_Vector5__f_suffix2; var x$41 = this.sci_BigVector__f_suffix1; var x$42 = this.sci_BigVector__f_length0; - return new $c_sci_Vector5(x$30, x$31, x$32, x$33, x$34, x$35, x$36, x$37, x$38, x$39, a3c$2, x$40, x$41, x$42) + return new $c_sci_Vector5(x$30, x$31, x$32, x$33, x$34, x$35, x$36, x$37, x$38, x$39, a3c$2, x$40, x$41, x$42); } else if ((i2 < $n(this.sci_Vector5__f_suffix2).u.length)) { var a2$3 = this.sci_Vector5__f_suffix2; var this$17 = $n(a2$3); @@ -44246,7 +41553,7 @@ $c_sci_Vector5.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$54 = this.sci_Vector5__f_suffix3; var x$55 = this.sci_BigVector__f_suffix1; var x$56 = this.sci_BigVector__f_length0; - return new $c_sci_Vector5(x$44, x$45, x$46, x$47, x$48, x$49, x$50, x$51, x$52, x$53, x$54, a2c$3, x$55, x$56) + return new $c_sci_Vector5(x$44, x$45, x$46, x$47, x$48, x$49, x$50, x$51, x$52, x$53, x$54, a2c$3, x$55, x$56); } else { var a1$4 = this.sci_BigVector__f_suffix1; var this$20 = $n(a1$4); @@ -44265,7 +41572,7 @@ $c_sci_Vector5.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$68 = this.sci_Vector5__f_suffix3; var x$69 = this.sci_Vector5__f_suffix2; var x$70 = this.sci_BigVector__f_length0; - return new $c_sci_Vector5(x$58, x$59, x$60, x$61, x$62, x$63, x$64, x$65, x$66, x$67, x$68, x$69, a1c$4, x$70) + return new $c_sci_Vector5(x$58, x$59, x$60, x$61, x$62, x$63, x$64, x$65, x$66, x$67, x$68, x$69, a1c$4, x$70); } } else if ((index >= this.sci_Vector5__f_len123)) { var io$2 = ((index - this.sci_Vector5__f_len123) | 0); @@ -44305,7 +41612,7 @@ $c_sci_Vector5.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$82 = this.sci_Vector5__f_suffix2; var x$83 = this.sci_BigVector__f_suffix1; var x$84 = this.sci_BigVector__f_length0; - return new $c_sci_Vector5(x$72, x$73, x$74, x$75, x$76, x$77, a4c$2, x$78, x$79, x$80, x$81, x$82, x$83, x$84) + return new $c_sci_Vector5(x$72, x$73, x$74, x$75, x$76, x$77, a4c$2, x$78, x$79, x$80, x$81, x$82, x$83, x$84); } else if ((index >= this.sci_Vector5__f_len12)) { var io$3 = ((index - this.sci_Vector5__f_len12) | 0); var a3$4 = this.sci_Vector5__f_prefix3; @@ -44338,7 +41645,7 @@ $c_sci_Vector5.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$96 = this.sci_Vector5__f_suffix2; var x$97 = this.sci_BigVector__f_suffix1; var x$98 = this.sci_BigVector__f_length0; - return new $c_sci_Vector5(x$86, x$87, x$88, x$89, a3c$4, x$90, x$91, x$92, x$93, x$94, x$95, x$96, x$97, x$98) + return new $c_sci_Vector5(x$86, x$87, x$88, x$89, a3c$4, x$90, x$91, x$92, x$93, x$94, x$95, x$96, x$97, x$98); } else if ((index >= this.sci_Vector5__f_len1)) { var io$4 = ((index - this.sci_Vector5__f_len1) | 0); var a2$6 = this.sci_Vector5__f_prefix2; @@ -44365,7 +41672,7 @@ $c_sci_Vector5.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$110 = this.sci_Vector5__f_suffix2; var x$111 = this.sci_BigVector__f_suffix1; var x$112 = this.sci_BigVector__f_length0; - return new $c_sci_Vector5(x$100, x$101, a2c$6, x$102, x$103, x$104, x$105, x$106, x$107, x$108, x$109, x$110, x$111, x$112) + return new $c_sci_Vector5(x$100, x$101, a2c$6, x$102, x$103, x$104, x$105, x$106, x$107, x$108, x$109, x$110, x$111, x$112); } else { var a1$8 = this.sci_Vector__f_prefix1; var this$34 = $n(a1$8); @@ -44384,10 +41691,10 @@ $c_sci_Vector5.prototype.updated__I__O__sci_Vector = (function(index, elem) { var suffix2 = this.sci_Vector5__f_suffix2; var suffix1 = this.sci_BigVector__f_suffix1; var length0 = this.sci_BigVector__f_length0; - return new $c_sci_Vector5(a1c$8, len1, prefix2, len12, prefix3, len123, prefix4, len1234, data5, suffix4, suffix3, suffix2, suffix1, length0) + return new $c_sci_Vector5(a1c$8, len1, prefix2, len12, prefix3, len123, prefix4, len1234, data5, suffix4, suffix3, suffix2, suffix1, length0); } } else { - throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)) + throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)); } }); $c_sci_Vector5.prototype.appended__O__sci_Vector = (function(elem) { @@ -44406,7 +41713,7 @@ $c_sci_Vector5.prototype.appended__O__sci_Vector = (function(elem) { var x$12 = this.sci_Vector5__f_suffix4; var x$13 = this.sci_Vector5__f_suffix3; var x$14 = this.sci_Vector5__f_suffix2; - return new $c_sci_Vector5(x$3, x$4, x$5, x$6, x$7, x$8, x$9, x$10, x$11, x$12, x$13, x$14, x$1, x$2) + return new $c_sci_Vector5(x$3, x$4, x$5, x$6, x$7, x$8, x$9, x$10, x$11, x$12, x$13, x$14, x$1, x$2); } else if (($n(this.sci_Vector5__f_suffix2).u.length < 31)) { var x$15 = $asArrayOf_O($m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector5__f_suffix2, this.sci_BigVector__f_suffix1), 2); var a = new $ac_O(1); @@ -44423,7 +41730,7 @@ $c_sci_Vector5.prototype.appended__O__sci_Vector = (function(elem) { var x$26 = this.sci_Vector5__f_data5; var x$27 = this.sci_Vector5__f_suffix4; var x$28 = this.sci_Vector5__f_suffix3; - return new $c_sci_Vector5(x$18, x$19, x$20, x$21, x$22, x$23, x$24, x$25, x$26, x$27, x$28, x$15, a, x$17) + return new $c_sci_Vector5(x$18, x$19, x$20, x$21, x$22, x$23, x$24, x$25, x$26, x$27, x$28, x$15, a, x$17); } else if (($n(this.sci_Vector5__f_suffix3).u.length < 31)) { var x$29 = $asArrayOf_O($m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector5__f_suffix3, $m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector5__f_suffix2, this.sci_BigVector__f_suffix1)), 3); var x$30 = $m_sci_VectorStatics$().sci_VectorStatics$__f_empty2; @@ -44440,7 +41747,7 @@ $c_sci_Vector5.prototype.appended__O__sci_Vector = (function(elem) { var x$40 = this.sci_Vector5__f_len1234; var x$41 = this.sci_Vector5__f_data5; var x$42 = this.sci_Vector5__f_suffix4; - return new $c_sci_Vector5(x$33, x$34, x$35, x$36, x$37, x$38, x$39, x$40, x$41, x$42, x$29, x$30, a$1, x$32) + return new $c_sci_Vector5(x$33, x$34, x$35, x$36, x$37, x$38, x$39, x$40, x$41, x$42, x$29, x$30, a$1, x$32); } else if (($n(this.sci_Vector5__f_suffix4).u.length < 31)) { var x$43 = $asArrayOf_O($m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector5__f_suffix4, $m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector5__f_suffix3, $m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector5__f_suffix2, this.sci_BigVector__f_suffix1))), 4); var x$44 = $m_sci_VectorStatics$().sci_VectorStatics$__f_empty3; @@ -44457,7 +41764,7 @@ $c_sci_Vector5.prototype.appended__O__sci_Vector = (function(elem) { var x$54 = this.sci_Vector5__f_prefix4; var x$55 = this.sci_Vector5__f_len1234; var x$56 = this.sci_Vector5__f_data5; - return new $c_sci_Vector5(x$48, x$49, x$50, x$51, x$52, x$53, x$54, x$55, x$56, x$43, x$44, x$45, a$2, x$47) + return new $c_sci_Vector5(x$48, x$49, x$50, x$51, x$52, x$53, x$54, x$55, x$56, x$43, x$44, x$45, a$2, x$47); } else if (($n(this.sci_Vector5__f_data5).u.length < 30)) { var x$57 = $asArrayOf_O($m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector5__f_data5, $m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector5__f_suffix4, $m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector5__f_suffix3, $m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector5__f_suffix2, this.sci_BigVector__f_suffix1)))), 5); var x$58 = $m_sci_VectorStatics$().sci_VectorStatics$__f_empty4; @@ -44474,7 +41781,7 @@ $c_sci_Vector5.prototype.appended__O__sci_Vector = (function(elem) { var x$68 = this.sci_Vector5__f_len123; var x$69 = this.sci_Vector5__f_prefix4; var x$70 = this.sci_Vector5__f_len1234; - return new $c_sci_Vector5(x$63, x$64, x$65, x$66, x$67, x$68, x$69, x$70, x$57, x$58, x$59, x$60, a$3, x$62) + return new $c_sci_Vector5(x$63, x$64, x$65, x$66, x$67, x$68, x$69, x$70, x$57, x$58, x$59, x$60, a$3, x$62); } else { var $x_14 = this.sci_Vector__f_prefix1; var $x_13 = this.sci_Vector5__f_len1; @@ -44495,7 +41802,7 @@ $c_sci_Vector5.prototype.appended__O__sci_Vector = (function(elem) { var $x_1 = $m_sci_VectorStatics$().sci_VectorStatics$__f_empty2; var a$5 = new $ac_O(1); $n(a$5).set(0, elem); - return new $c_sci_Vector6($x_14, $x_13, $x_12, $x_11, $x_10, $x_9, $x_8, $x_7, $x_6, ((31457280 + $x_5) | 0), $x_4, a$4, $x_3, $x_2, $x_1, a$5, ((1 + this.sci_BigVector__f_length0) | 0)) + return new $c_sci_Vector6($x_14, $x_13, $x_12, $x_11, $x_10, $x_9, $x_8, $x_7, $x_6, ((31457280 + $x_5) | 0), $x_4, a$4, $x_3, $x_2, $x_1, a$5, ((1 + this.sci_BigVector__f_length0) | 0)); } }); $c_sci_Vector5.prototype.prepended__O__sci_Vector = (function(elem) { @@ -44514,7 +41821,7 @@ $c_sci_Vector5.prototype.prepended__O__sci_Vector = (function(elem) { var x$12 = this.sci_Vector5__f_suffix3; var x$13 = this.sci_Vector5__f_suffix2; var x$14 = this.sci_BigVector__f_suffix1; - return new $c_sci_Vector5(x$1, x$2, x$7, x$3, x$8, x$4, x$9, x$5, x$10, x$11, x$12, x$13, x$14, x$6) + return new $c_sci_Vector5(x$1, x$2, x$7, x$3, x$8, x$4, x$9, x$5, x$10, x$11, x$12, x$13, x$14, x$6); } else if ((this.sci_Vector5__f_len12 < 1024)) { var a = new $ac_O(1); $n(a).set(0, elem); @@ -44530,7 +41837,7 @@ $c_sci_Vector5.prototype.prepended__O__sci_Vector = (function(elem) { var x$26 = this.sci_Vector5__f_suffix3; var x$27 = this.sci_Vector5__f_suffix2; var x$28 = this.sci_BigVector__f_suffix1; - return new $c_sci_Vector5(a, 1, x$17, x$18, x$22, x$19, x$23, x$20, x$24, x$25, x$26, x$27, x$28, x$21) + return new $c_sci_Vector5(a, 1, x$17, x$18, x$22, x$19, x$23, x$20, x$24, x$25, x$26, x$27, x$28, x$21); } else if ((this.sci_Vector5__f_len123 < 32768)) { var a$1 = new $ac_O(1); $n(a$1).set(0, elem); @@ -44545,7 +41852,7 @@ $c_sci_Vector5.prototype.prepended__O__sci_Vector = (function(elem) { var x$40 = this.sci_Vector5__f_suffix3; var x$41 = this.sci_Vector5__f_suffix2; var x$42 = this.sci_BigVector__f_suffix1; - return new $c_sci_Vector5(a$1, 1, x$31, 1, x$33, x$34, x$37, x$35, x$38, x$39, x$40, x$41, x$42, x$36) + return new $c_sci_Vector5(a$1, 1, x$31, 1, x$33, x$34, x$37, x$35, x$38, x$39, x$40, x$41, x$42, x$36); } else if ((this.sci_Vector5__f_len1234 < 1048576)) { var a$2 = new $ac_O(1); $n(a$2).set(0, elem); @@ -44559,7 +41866,7 @@ $c_sci_Vector5.prototype.prepended__O__sci_Vector = (function(elem) { var x$54 = this.sci_Vector5__f_suffix3; var x$55 = this.sci_Vector5__f_suffix2; var x$56 = this.sci_BigVector__f_suffix1; - return new $c_sci_Vector5(a$2, 1, x$45, 1, x$47, 1, x$49, x$50, x$52, x$53, x$54, x$55, x$56, x$51) + return new $c_sci_Vector5(a$2, 1, x$45, 1, x$47, 1, x$49, x$50, x$52, x$53, x$54, x$55, x$56, x$51); } else if (($n(this.sci_Vector5__f_data5).u.length < 30)) { var a$3 = new $ac_O(1); $n(a$3).set(0, elem); @@ -44572,7 +41879,7 @@ $c_sci_Vector5.prototype.prepended__O__sci_Vector = (function(elem) { var x$68 = this.sci_Vector5__f_suffix3; var x$69 = this.sci_Vector5__f_suffix2; var x$70 = this.sci_BigVector__f_suffix1; - return new $c_sci_Vector5(a$3, 1, x$59, 1, x$61, 1, x$63, 1, x$65, x$67, x$68, x$69, x$70, x$66) + return new $c_sci_Vector5(a$3, 1, x$59, 1, x$61, 1, x$63, 1, x$65, x$67, x$68, x$69, x$70, x$66); } else { var a$4 = new $ac_O(1); $n(a$4).set(0, elem); @@ -44582,7 +41889,7 @@ $c_sci_Vector5.prototype.prepended__O__sci_Vector = (function(elem) { var x = $asArrayOf_O($m_sci_VectorStatics$().copyPrepend__O__AO__AO($m_sci_VectorStatics$().copyPrepend__O__AO__AO($m_sci_VectorStatics$().copyPrepend__O__AO__AO(this.sci_Vector__f_prefix1, this.sci_Vector5__f_prefix2), this.sci_Vector5__f_prefix3), this.sci_Vector5__f_prefix4), 4); var a$5 = new ($d_O.getArrayOf().getArrayOf().getArrayOf().getArrayOf().getArrayOf().constr)(1); $n(a$5).set(0, x); - return new $c_sci_Vector6(a$4, 1, $x_3, 1, $x_2, 1, $x_1, 1, a$5, ((1 + this.sci_Vector5__f_len1234) | 0), $m_sci_VectorStatics$().sci_VectorStatics$__f_empty6, this.sci_Vector5__f_data5, this.sci_Vector5__f_suffix4, this.sci_Vector5__f_suffix3, this.sci_Vector5__f_suffix2, this.sci_BigVector__f_suffix1, ((1 + this.sci_BigVector__f_length0) | 0)) + return new $c_sci_Vector6(a$4, 1, $x_3, 1, $x_2, 1, $x_1, 1, a$5, ((1 + this.sci_Vector5__f_len1234) | 0), $m_sci_VectorStatics$().sci_VectorStatics$__f_empty6, this.sci_Vector5__f_data5, this.sci_Vector5__f_suffix4, this.sci_Vector5__f_suffix3, this.sci_Vector5__f_suffix2, this.sci_BigVector__f_suffix1, ((1 + this.sci_BigVector__f_length0) | 0)); } }); $c_sci_Vector5.prototype.map__F1__sci_Vector = (function(f) { @@ -44600,51 +41907,51 @@ $c_sci_Vector5.prototype.map__F1__sci_Vector = (function(f) { var x$12 = this.sci_Vector5__f_len123; var x$13 = this.sci_Vector5__f_len1234; var x$14 = this.sci_BigVector__f_length0; - return new $c_sci_Vector5(x$1, x$10, x$2, x$11, x$3, x$12, x$4, x$13, x$5, x$6, x$7, x$8, x$9, x$14) + return new $c_sci_Vector5(x$1, x$10, x$2, x$11, x$3, x$12, x$4, x$13, x$5, x$6, x$7, x$8, x$9, x$14); }); $c_sci_Vector5.prototype.vectorSliceCount__I = (function() { - return 9 + return 9; }); $c_sci_Vector5.prototype.vectorSlice__I__AO = (function(idx) { switch (idx) { case 0: { return this.sci_Vector__f_prefix1; - break + break; } case 1: { return this.sci_Vector5__f_prefix2; - break + break; } case 2: { return this.sci_Vector5__f_prefix3; - break + break; } case 3: { return this.sci_Vector5__f_prefix4; - break + break; } case 4: { return this.sci_Vector5__f_data5; - break + break; } case 5: { return this.sci_Vector5__f_suffix4; - break + break; } case 6: { return this.sci_Vector5__f_suffix3; - break + break; } case 7: { return this.sci_Vector5__f_suffix2; - break + break; } case 8: { return this.sci_BigVector__f_suffix1; - break + break; } default: { - throw new $c_s_MatchError(idx) + throw new $c_s_MatchError(idx); } } }); @@ -44664,16 +41971,16 @@ $c_sci_Vector5.prototype.appendedAll0__sc_IterableOnce__I__sci_Vector = (functio var x$12 = this.sci_Vector5__f_suffix4; var x$13 = this.sci_Vector5__f_suffix3; var x$14 = this.sci_Vector5__f_suffix2; - return new $c_sci_Vector5(x$3, x$4, x$5, x$6, x$7, x$8, x$9, x$10, x$11, x$12, x$13, x$14, suffix1b, x$2) + return new $c_sci_Vector5(x$3, x$4, x$5, x$6, x$7, x$8, x$9, x$10, x$11, x$12, x$13, x$14, suffix1b, x$2); } else { - return $c_sci_Vector.prototype.appendedAll0__sc_IterableOnce__I__sci_Vector.call(this, suffix, k) + return $c_sci_Vector.prototype.appendedAll0__sc_IterableOnce__I__sci_Vector.call(this, suffix, k); } }); $c_sci_Vector5.prototype.map__F1__O = (function(f) { - return this.map__F1__sci_Vector(f) + return this.map__F1__sci_Vector(f); }); $c_sci_Vector5.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sci_Vector(elem) + return this.prepended__O__sci_Vector(elem); }); $c_sci_Vector5.prototype.apply__O__O = (function(v1) { var index = $uI(v1); @@ -44685,35 +41992,33 @@ $c_sci_Vector5.prototype.apply__O__O = (function(v1) { var i3 = (31 & ((io >>> 10) | 0)); var i2 = (31 & ((io >>> 5) | 0)); var i1 = (31 & io); - return ((i5 < $n(this.sci_Vector5__f_data5).u.length) ? $n($n($n($n($n(this.sci_Vector5__f_data5).get(i5)).get(i4)).get(i3)).get(i2)).get(i1) : ((i4 < $n(this.sci_Vector5__f_suffix4).u.length) ? $n($n($n($n(this.sci_Vector5__f_suffix4).get(i4)).get(i3)).get(i2)).get(i1) : ((i3 < $n(this.sci_Vector5__f_suffix3).u.length) ? $n($n($n(this.sci_Vector5__f_suffix3).get(i3)).get(i2)).get(i1) : ((i2 < $n(this.sci_Vector5__f_suffix2).u.length) ? $n($n(this.sci_Vector5__f_suffix2).get(i2)).get(i1) : $n(this.sci_BigVector__f_suffix1).get(i1))))) + return ((i5 < $n(this.sci_Vector5__f_data5).u.length) ? $n($n($n($n($n(this.sci_Vector5__f_data5).get(i5)).get(i4)).get(i3)).get(i2)).get(i1) : ((i4 < $n(this.sci_Vector5__f_suffix4).u.length) ? $n($n($n($n(this.sci_Vector5__f_suffix4).get(i4)).get(i3)).get(i2)).get(i1) : ((i3 < $n(this.sci_Vector5__f_suffix3).u.length) ? $n($n($n(this.sci_Vector5__f_suffix3).get(i3)).get(i2)).get(i1) : ((i2 < $n(this.sci_Vector5__f_suffix2).u.length) ? $n($n(this.sci_Vector5__f_suffix2).get(i2)).get(i1) : $n(this.sci_BigVector__f_suffix1).get(i1))))); } else if ((index >= this.sci_Vector5__f_len123)) { var io$2 = ((index - this.sci_Vector5__f_len123) | 0); - return $n($n($n($n(this.sci_Vector5__f_prefix4).get(((io$2 >>> 15) | 0))).get((31 & ((io$2 >>> 10) | 0)))).get((31 & ((io$2 >>> 5) | 0)))).get((31 & io$2)) + return $n($n($n($n(this.sci_Vector5__f_prefix4).get(((io$2 >>> 15) | 0))).get((31 & ((io$2 >>> 10) | 0)))).get((31 & ((io$2 >>> 5) | 0)))).get((31 & io$2)); } else if ((index >= this.sci_Vector5__f_len12)) { var io$3 = ((index - this.sci_Vector5__f_len12) | 0); - return $n($n($n(this.sci_Vector5__f_prefix3).get(((io$3 >>> 10) | 0))).get((31 & ((io$3 >>> 5) | 0)))).get((31 & io$3)) + return $n($n($n(this.sci_Vector5__f_prefix3).get(((io$3 >>> 10) | 0))).get((31 & ((io$3 >>> 5) | 0)))).get((31 & io$3)); } else if ((index >= this.sci_Vector5__f_len1)) { var io$4 = ((index - this.sci_Vector5__f_len1) | 0); - return $n($n(this.sci_Vector5__f_prefix2).get(((io$4 >>> 5) | 0))).get((31 & io$4)) + return $n($n(this.sci_Vector5__f_prefix2).get(((io$4 >>> 5) | 0))).get((31 & io$4)); } else { - return $n(this.sci_Vector__f_prefix1).get(index) + return $n(this.sci_Vector__f_prefix1).get(index); } } else { - throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)) + throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)); } }); function $as_sci_Vector5(obj) { - return (((obj instanceof $c_sci_Vector5) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Vector5")) + return (((obj instanceof $c_sci_Vector5) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Vector5")); } function $isArrayOf_sci_Vector5(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Vector5))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Vector5))); } function $asArrayOf_sci_Vector5(obj, depth) { - return (($isArrayOf_sci_Vector5(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Vector5;", depth)) + return (($isArrayOf_sci_Vector5(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Vector5;", depth)); } -var $d_sci_Vector5 = new $TypeData().initClass({ - sci_Vector5: 0 -}, false, "scala.collection.immutable.Vector5", { +var $d_sci_Vector5 = new $TypeData().initClass($c_sci_Vector5, "scala.collection.immutable.Vector5", ({ sci_Vector5: 1, sci_BigVector: 1, sci_VectorImpl: 1, @@ -44721,7 +42026,6 @@ var $d_sci_Vector5 = new $TypeData().initClass({ sci_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -44744,8 +42048,7 @@ var $d_sci_Vector5 = new $TypeData().initClass({ sc_StrictOptimizedIterableOps: 1, scg_DefaultSerializable: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Vector5.prototype.$classData = $d_sci_Vector5; +})); /** @constructor */ function $c_sci_Vector6(_prefix1, len1, prefix2, len12, prefix3, len123, prefix4, len1234, prefix5, len12345, data6, suffix5, suffix4, suffix3, suffix2, _suffix1, _length0) { this.sci_Vector__f_prefix1 = null; @@ -44779,13 +42082,12 @@ function $c_sci_Vector6(_prefix1, len1, prefix2, len12, prefix3, len123, prefix4 this.sci_Vector6__f_suffix4 = suffix4; this.sci_Vector6__f_suffix3 = suffix3; this.sci_Vector6__f_suffix2 = suffix2; - $ct_sci_BigVector__AO__AO__I__(this, _prefix1, _suffix1, _length0) + $ct_sci_BigVector__AO__AO__I__(this, _prefix1, _suffix1, _length0); } $c_sci_Vector6.prototype = new $h_sci_BigVector(); $c_sci_Vector6.prototype.constructor = $c_sci_Vector6; /** @constructor */ function $h_sci_Vector6() { - /**/ } $h_sci_Vector6.prototype = $c_sci_Vector6.prototype; $c_sci_Vector6.prototype.apply__I__O = (function(index) { @@ -44798,24 +42100,24 @@ $c_sci_Vector6.prototype.apply__I__O = (function(index) { var i3 = (31 & ((io >>> 10) | 0)); var i2 = (31 & ((io >>> 5) | 0)); var i1 = (31 & io); - return ((i6 < $n(this.sci_Vector6__f_data6).u.length) ? $n($n($n($n($n($n(this.sci_Vector6__f_data6).get(i6)).get(i5)).get(i4)).get(i3)).get(i2)).get(i1) : ((i5 < $n(this.sci_Vector6__f_suffix5).u.length) ? $n($n($n($n($n(this.sci_Vector6__f_suffix5).get(i5)).get(i4)).get(i3)).get(i2)).get(i1) : ((i4 < $n(this.sci_Vector6__f_suffix4).u.length) ? $n($n($n($n(this.sci_Vector6__f_suffix4).get(i4)).get(i3)).get(i2)).get(i1) : ((i3 < $n(this.sci_Vector6__f_suffix3).u.length) ? $n($n($n(this.sci_Vector6__f_suffix3).get(i3)).get(i2)).get(i1) : ((i2 < $n(this.sci_Vector6__f_suffix2).u.length) ? $n($n(this.sci_Vector6__f_suffix2).get(i2)).get(i1) : $n(this.sci_BigVector__f_suffix1).get(i1)))))) + return ((i6 < $n(this.sci_Vector6__f_data6).u.length) ? $n($n($n($n($n($n(this.sci_Vector6__f_data6).get(i6)).get(i5)).get(i4)).get(i3)).get(i2)).get(i1) : ((i5 < $n(this.sci_Vector6__f_suffix5).u.length) ? $n($n($n($n($n(this.sci_Vector6__f_suffix5).get(i5)).get(i4)).get(i3)).get(i2)).get(i1) : ((i4 < $n(this.sci_Vector6__f_suffix4).u.length) ? $n($n($n($n(this.sci_Vector6__f_suffix4).get(i4)).get(i3)).get(i2)).get(i1) : ((i3 < $n(this.sci_Vector6__f_suffix3).u.length) ? $n($n($n(this.sci_Vector6__f_suffix3).get(i3)).get(i2)).get(i1) : ((i2 < $n(this.sci_Vector6__f_suffix2).u.length) ? $n($n(this.sci_Vector6__f_suffix2).get(i2)).get(i1) : $n(this.sci_BigVector__f_suffix1).get(i1)))))); } else if ((index >= this.sci_Vector6__f_len1234)) { var io$2 = ((index - this.sci_Vector6__f_len1234) | 0); - return $n($n($n($n($n(this.sci_Vector6__f_prefix5).get(((io$2 >>> 20) | 0))).get((31 & ((io$2 >>> 15) | 0)))).get((31 & ((io$2 >>> 10) | 0)))).get((31 & ((io$2 >>> 5) | 0)))).get((31 & io$2)) + return $n($n($n($n($n(this.sci_Vector6__f_prefix5).get(((io$2 >>> 20) | 0))).get((31 & ((io$2 >>> 15) | 0)))).get((31 & ((io$2 >>> 10) | 0)))).get((31 & ((io$2 >>> 5) | 0)))).get((31 & io$2)); } else if ((index >= this.sci_Vector6__f_len123)) { var io$3 = ((index - this.sci_Vector6__f_len123) | 0); - return $n($n($n($n(this.sci_Vector6__f_prefix4).get(((io$3 >>> 15) | 0))).get((31 & ((io$3 >>> 10) | 0)))).get((31 & ((io$3 >>> 5) | 0)))).get((31 & io$3)) + return $n($n($n($n(this.sci_Vector6__f_prefix4).get(((io$3 >>> 15) | 0))).get((31 & ((io$3 >>> 10) | 0)))).get((31 & ((io$3 >>> 5) | 0)))).get((31 & io$3)); } else if ((index >= this.sci_Vector6__f_len12)) { var io$4 = ((index - this.sci_Vector6__f_len12) | 0); - return $n($n($n(this.sci_Vector6__f_prefix3).get(((io$4 >>> 10) | 0))).get((31 & ((io$4 >>> 5) | 0)))).get((31 & io$4)) + return $n($n($n(this.sci_Vector6__f_prefix3).get(((io$4 >>> 10) | 0))).get((31 & ((io$4 >>> 5) | 0)))).get((31 & io$4)); } else if ((index >= this.sci_Vector6__f_len1)) { var io$5 = ((index - this.sci_Vector6__f_len1) | 0); - return $n($n(this.sci_Vector6__f_prefix2).get(((io$5 >>> 5) | 0))).get((31 & io$5)) + return $n($n(this.sci_Vector6__f_prefix2).get(((io$5 >>> 5) | 0))).get((31 & io$5)); } else { - return $n(this.sci_Vector__f_prefix1).get(index) + return $n(this.sci_Vector__f_prefix1).get(index); } } else { - throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)) + throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)); } }); $c_sci_Vector6.prototype.updated__I__O__sci_Vector = (function(index, elem) { @@ -44874,7 +42176,7 @@ $c_sci_Vector6.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$15 = this.sci_Vector6__f_suffix2; var x$16 = this.sci_BigVector__f_suffix1; var x$17 = this.sci_BigVector__f_length0; - return new $c_sci_Vector6(x$2, x$3, x$4, x$5, x$6, x$7, x$8, x$9, x$10, x$11, a6c, x$12, x$13, x$14, x$15, x$16, x$17) + return new $c_sci_Vector6(x$2, x$3, x$4, x$5, x$6, x$7, x$8, x$9, x$10, x$11, a6c, x$12, x$13, x$14, x$15, x$16, x$17); } else if ((i5 < $n(this.sci_Vector6__f_suffix5).u.length)) { var a5$1 = this.sci_Vector6__f_suffix5; var this$9 = $n(a5$1); @@ -44916,7 +42218,7 @@ $c_sci_Vector6.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$32 = this.sci_Vector6__f_suffix2; var x$33 = this.sci_BigVector__f_suffix1; var x$34 = this.sci_BigVector__f_length0; - return new $c_sci_Vector6(x$19, x$20, x$21, x$22, x$23, x$24, x$25, x$26, x$27, x$28, x$29, a5c$1, x$30, x$31, x$32, x$33, x$34) + return new $c_sci_Vector6(x$19, x$20, x$21, x$22, x$23, x$24, x$25, x$26, x$27, x$28, x$29, a5c$1, x$30, x$31, x$32, x$33, x$34); } else if ((i4 < $n(this.sci_Vector6__f_suffix4).u.length)) { var a4$2 = this.sci_Vector6__f_suffix4; var this$15 = $n(a4$2); @@ -44953,7 +42255,7 @@ $c_sci_Vector6.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$49 = this.sci_Vector6__f_suffix2; var x$50 = this.sci_BigVector__f_suffix1; var x$51 = this.sci_BigVector__f_length0; - return new $c_sci_Vector6(x$36, x$37, x$38, x$39, x$40, x$41, x$42, x$43, x$44, x$45, x$46, x$47, a4c$2, x$48, x$49, x$50, x$51) + return new $c_sci_Vector6(x$36, x$37, x$38, x$39, x$40, x$41, x$42, x$43, x$44, x$45, x$46, x$47, a4c$2, x$48, x$49, x$50, x$51); } else if ((i3 < $n(this.sci_Vector6__f_suffix3).u.length)) { var a3$3 = this.sci_Vector6__f_suffix3; var this$20 = $n(a3$3); @@ -44985,7 +42287,7 @@ $c_sci_Vector6.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$66 = this.sci_Vector6__f_suffix2; var x$67 = this.sci_BigVector__f_suffix1; var x$68 = this.sci_BigVector__f_length0; - return new $c_sci_Vector6(x$53, x$54, x$55, x$56, x$57, x$58, x$59, x$60, x$61, x$62, x$63, x$64, x$65, a3c$3, x$66, x$67, x$68) + return new $c_sci_Vector6(x$53, x$54, x$55, x$56, x$57, x$58, x$59, x$60, x$61, x$62, x$63, x$64, x$65, a3c$3, x$66, x$67, x$68); } else if ((i2 < $n(this.sci_Vector6__f_suffix2).u.length)) { var a2$4 = this.sci_Vector6__f_suffix2; var this$24 = $n(a2$4); @@ -45012,7 +42314,7 @@ $c_sci_Vector6.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$83 = this.sci_Vector6__f_suffix3; var x$84 = this.sci_BigVector__f_suffix1; var x$85 = this.sci_BigVector__f_length0; - return new $c_sci_Vector6(x$70, x$71, x$72, x$73, x$74, x$75, x$76, x$77, x$78, x$79, x$80, x$81, x$82, x$83, a2c$4, x$84, x$85) + return new $c_sci_Vector6(x$70, x$71, x$72, x$73, x$74, x$75, x$76, x$77, x$78, x$79, x$80, x$81, x$82, x$83, a2c$4, x$84, x$85); } else { var a1$5 = this.sci_BigVector__f_suffix1; var this$27 = $n(a1$5); @@ -45034,7 +42336,7 @@ $c_sci_Vector6.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$100 = this.sci_Vector6__f_suffix3; var x$101 = this.sci_Vector6__f_suffix2; var x$102 = this.sci_BigVector__f_length0; - return new $c_sci_Vector6(x$87, x$88, x$89, x$90, x$91, x$92, x$93, x$94, x$95, x$96, x$97, x$98, x$99, x$100, x$101, a1c$5, x$102) + return new $c_sci_Vector6(x$87, x$88, x$89, x$90, x$91, x$92, x$93, x$94, x$95, x$96, x$97, x$98, x$99, x$100, x$101, a1c$5, x$102); } } else if ((index >= this.sci_Vector6__f_len1234)) { var io$2 = ((index - this.sci_Vector6__f_len1234) | 0); @@ -45083,7 +42385,7 @@ $c_sci_Vector6.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$117 = this.sci_Vector6__f_suffix2; var x$118 = this.sci_BigVector__f_suffix1; var x$119 = this.sci_BigVector__f_length0; - return new $c_sci_Vector6(x$104, x$105, x$106, x$107, x$108, x$109, x$110, x$111, a5c$2, x$112, x$113, x$114, x$115, x$116, x$117, x$118, x$119) + return new $c_sci_Vector6(x$104, x$105, x$106, x$107, x$108, x$109, x$110, x$111, a5c$2, x$112, x$113, x$114, x$115, x$116, x$117, x$118, x$119); } else if ((index >= this.sci_Vector6__f_len123)) { var io$3 = ((index - this.sci_Vector6__f_len123) | 0); var a4$4 = this.sci_Vector6__f_prefix4; @@ -45125,7 +42427,7 @@ $c_sci_Vector6.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$134 = this.sci_Vector6__f_suffix2; var x$135 = this.sci_BigVector__f_suffix1; var x$136 = this.sci_BigVector__f_length0; - return new $c_sci_Vector6(x$121, x$122, x$123, x$124, x$125, x$126, a4c$4, x$127, x$128, x$129, x$130, x$131, x$132, x$133, x$134, x$135, x$136) + return new $c_sci_Vector6(x$121, x$122, x$123, x$124, x$125, x$126, a4c$4, x$127, x$128, x$129, x$130, x$131, x$132, x$133, x$134, x$135, x$136); } else if ((index >= this.sci_Vector6__f_len12)) { var io$4 = ((index - this.sci_Vector6__f_len12) | 0); var a3$6 = this.sci_Vector6__f_prefix3; @@ -45161,7 +42463,7 @@ $c_sci_Vector6.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$151 = this.sci_Vector6__f_suffix2; var x$152 = this.sci_BigVector__f_suffix1; var x$153 = this.sci_BigVector__f_length0; - return new $c_sci_Vector6(x$138, x$139, x$140, x$141, a3c$6, x$142, x$143, x$144, x$145, x$146, x$147, x$148, x$149, x$150, x$151, x$152, x$153) + return new $c_sci_Vector6(x$138, x$139, x$140, x$141, a3c$6, x$142, x$143, x$144, x$145, x$146, x$147, x$148, x$149, x$150, x$151, x$152, x$153); } else if ((index >= this.sci_Vector6__f_len1)) { var io$5 = ((index - this.sci_Vector6__f_len1) | 0); var a2$8 = this.sci_Vector6__f_prefix2; @@ -45191,7 +42493,7 @@ $c_sci_Vector6.prototype.updated__I__O__sci_Vector = (function(index, elem) { var x$168 = this.sci_Vector6__f_suffix2; var x$169 = this.sci_BigVector__f_suffix1; var x$170 = this.sci_BigVector__f_length0; - return new $c_sci_Vector6(x$155, x$156, a2c$8, x$157, x$158, x$159, x$160, x$161, x$162, x$163, x$164, x$165, x$166, x$167, x$168, x$169, x$170) + return new $c_sci_Vector6(x$155, x$156, a2c$8, x$157, x$158, x$159, x$160, x$161, x$162, x$163, x$164, x$165, x$166, x$167, x$168, x$169, x$170); } else { var a1$10 = this.sci_Vector__f_prefix1; var this$47 = $n(a1$10); @@ -45213,10 +42515,10 @@ $c_sci_Vector6.prototype.updated__I__O__sci_Vector = (function(index, elem) { var suffix2 = this.sci_Vector6__f_suffix2; var suffix1 = this.sci_BigVector__f_suffix1; var length0 = this.sci_BigVector__f_length0; - return new $c_sci_Vector6(a1c$10, len1, prefix2, len12, prefix3, len123, prefix4, len1234, prefix5, len12345, data6, suffix5, suffix4, suffix3, suffix2, suffix1, length0) + return new $c_sci_Vector6(a1c$10, len1, prefix2, len12, prefix3, len123, prefix4, len1234, prefix5, len12345, data6, suffix5, suffix4, suffix3, suffix2, suffix1, length0); } } else { - throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)) + throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)); } }); $c_sci_Vector6.prototype.appended__O__sci_Vector = (function(elem) { @@ -45238,7 +42540,7 @@ $c_sci_Vector6.prototype.appended__O__sci_Vector = (function(elem) { var x$15 = this.sci_Vector6__f_suffix4; var x$16 = this.sci_Vector6__f_suffix3; var x$17 = this.sci_Vector6__f_suffix2; - return new $c_sci_Vector6(x$3, x$4, x$5, x$6, x$7, x$8, x$9, x$10, x$11, x$12, x$13, x$14, x$15, x$16, x$17, x$1, x$2) + return new $c_sci_Vector6(x$3, x$4, x$5, x$6, x$7, x$8, x$9, x$10, x$11, x$12, x$13, x$14, x$15, x$16, x$17, x$1, x$2); } else if (($n(this.sci_Vector6__f_suffix2).u.length < 31)) { var x$18 = $asArrayOf_O($m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector6__f_suffix2, this.sci_BigVector__f_suffix1), 2); var a = new $ac_O(1); @@ -45258,7 +42560,7 @@ $c_sci_Vector6.prototype.appended__O__sci_Vector = (function(elem) { var x$32 = this.sci_Vector6__f_suffix5; var x$33 = this.sci_Vector6__f_suffix4; var x$34 = this.sci_Vector6__f_suffix3; - return new $c_sci_Vector6(x$21, x$22, x$23, x$24, x$25, x$26, x$27, x$28, x$29, x$30, x$31, x$32, x$33, x$34, x$18, a, x$20) + return new $c_sci_Vector6(x$21, x$22, x$23, x$24, x$25, x$26, x$27, x$28, x$29, x$30, x$31, x$32, x$33, x$34, x$18, a, x$20); } else if (($n(this.sci_Vector6__f_suffix3).u.length < 31)) { var x$35 = $asArrayOf_O($m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector6__f_suffix3, $m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector6__f_suffix2, this.sci_BigVector__f_suffix1)), 3); var x$36 = $m_sci_VectorStatics$().sci_VectorStatics$__f_empty2; @@ -45278,7 +42580,7 @@ $c_sci_Vector6.prototype.appended__O__sci_Vector = (function(elem) { var x$49 = this.sci_Vector6__f_data6; var x$50 = this.sci_Vector6__f_suffix5; var x$51 = this.sci_Vector6__f_suffix4; - return new $c_sci_Vector6(x$39, x$40, x$41, x$42, x$43, x$44, x$45, x$46, x$47, x$48, x$49, x$50, x$51, x$35, x$36, a$1, x$38) + return new $c_sci_Vector6(x$39, x$40, x$41, x$42, x$43, x$44, x$45, x$46, x$47, x$48, x$49, x$50, x$51, x$35, x$36, a$1, x$38); } else if (($n(this.sci_Vector6__f_suffix4).u.length < 31)) { var x$52 = $asArrayOf_O($m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector6__f_suffix4, $m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector6__f_suffix3, $m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector6__f_suffix2, this.sci_BigVector__f_suffix1))), 4); var x$53 = $m_sci_VectorStatics$().sci_VectorStatics$__f_empty3; @@ -45298,7 +42600,7 @@ $c_sci_Vector6.prototype.appended__O__sci_Vector = (function(elem) { var x$66 = this.sci_Vector6__f_len12345; var x$67 = this.sci_Vector6__f_data6; var x$68 = this.sci_Vector6__f_suffix5; - return new $c_sci_Vector6(x$57, x$58, x$59, x$60, x$61, x$62, x$63, x$64, x$65, x$66, x$67, x$68, x$52, x$53, x$54, a$2, x$56) + return new $c_sci_Vector6(x$57, x$58, x$59, x$60, x$61, x$62, x$63, x$64, x$65, x$66, x$67, x$68, x$52, x$53, x$54, a$2, x$56); } else if (($n(this.sci_Vector6__f_suffix5).u.length < 31)) { var x$69 = $asArrayOf_O($m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector6__f_suffix5, $m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector6__f_suffix4, $m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector6__f_suffix3, $m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector6__f_suffix2, this.sci_BigVector__f_suffix1)))), 5); var x$70 = $m_sci_VectorStatics$().sci_VectorStatics$__f_empty4; @@ -45318,7 +42620,7 @@ $c_sci_Vector6.prototype.appended__O__sci_Vector = (function(elem) { var x$83 = this.sci_Vector6__f_prefix5; var x$84 = this.sci_Vector6__f_len12345; var x$85 = this.sci_Vector6__f_data6; - return new $c_sci_Vector6(x$75, x$76, x$77, x$78, x$79, x$80, x$81, x$82, x$83, x$84, x$85, x$69, x$70, x$71, x$72, a$3, x$74) + return new $c_sci_Vector6(x$75, x$76, x$77, x$78, x$79, x$80, x$81, x$82, x$83, x$84, x$85, x$69, x$70, x$71, x$72, a$3, x$74); } else if (($n(this.sci_Vector6__f_data6).u.length < 62)) { var x$86 = $asArrayOf_O($m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector6__f_data6, $m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector6__f_suffix5, $m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector6__f_suffix4, $m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector6__f_suffix3, $m_sci_VectorStatics$().copyAppend__AO__O__AO(this.sci_Vector6__f_suffix2, this.sci_BigVector__f_suffix1))))), 6); var x$87 = $m_sci_VectorStatics$().sci_VectorStatics$__f_empty5; @@ -45338,9 +42640,9 @@ $c_sci_Vector6.prototype.appended__O__sci_Vector = (function(elem) { var x$100 = this.sci_Vector6__f_len1234; var x$101 = this.sci_Vector6__f_prefix5; var x$102 = this.sci_Vector6__f_len12345; - return new $c_sci_Vector6(x$93, x$94, x$95, x$96, x$97, x$98, x$99, x$100, x$101, x$102, x$86, x$87, x$88, x$89, x$90, a$4, x$92) + return new $c_sci_Vector6(x$93, x$94, x$95, x$96, x$97, x$98, x$99, x$100, x$101, x$102, x$86, x$87, x$88, x$89, x$90, a$4, x$92); } else { - throw $ct_jl_IllegalArgumentException__(new $c_jl_IllegalArgumentException()) + throw $ct_jl_IllegalArgumentException__(new $c_jl_IllegalArgumentException()); } }); $c_sci_Vector6.prototype.prepended__O__sci_Vector = (function(elem) { @@ -45362,7 +42664,7 @@ $c_sci_Vector6.prototype.prepended__O__sci_Vector = (function(elem) { var x$15 = this.sci_Vector6__f_suffix3; var x$16 = this.sci_Vector6__f_suffix2; var x$17 = this.sci_BigVector__f_suffix1; - return new $c_sci_Vector6(x$1, x$2, x$8, x$3, x$9, x$4, x$10, x$5, x$11, x$6, x$12, x$13, x$14, x$15, x$16, x$17, x$7) + return new $c_sci_Vector6(x$1, x$2, x$8, x$3, x$9, x$4, x$10, x$5, x$11, x$6, x$12, x$13, x$14, x$15, x$16, x$17, x$7); } else if ((this.sci_Vector6__f_len12 < 1024)) { var a = new $ac_O(1); $n(a).set(0, elem); @@ -45381,7 +42683,7 @@ $c_sci_Vector6.prototype.prepended__O__sci_Vector = (function(elem) { var x$32 = this.sci_Vector6__f_suffix3; var x$33 = this.sci_Vector6__f_suffix2; var x$34 = this.sci_BigVector__f_suffix1; - return new $c_sci_Vector6(a, 1, x$20, x$21, x$26, x$22, x$27, x$23, x$28, x$24, x$29, x$30, x$31, x$32, x$33, x$34, x$25) + return new $c_sci_Vector6(a, 1, x$20, x$21, x$26, x$22, x$27, x$23, x$28, x$24, x$29, x$30, x$31, x$32, x$33, x$34, x$25); } else if ((this.sci_Vector6__f_len123 < 32768)) { var a$1 = new $ac_O(1); $n(a$1).set(0, elem); @@ -45399,7 +42701,7 @@ $c_sci_Vector6.prototype.prepended__O__sci_Vector = (function(elem) { var x$49 = this.sci_Vector6__f_suffix3; var x$50 = this.sci_Vector6__f_suffix2; var x$51 = this.sci_BigVector__f_suffix1; - return new $c_sci_Vector6(a$1, 1, x$37, 1, x$39, x$40, x$44, x$41, x$45, x$42, x$46, x$47, x$48, x$49, x$50, x$51, x$43) + return new $c_sci_Vector6(a$1, 1, x$37, 1, x$39, x$40, x$44, x$41, x$45, x$42, x$46, x$47, x$48, x$49, x$50, x$51, x$43); } else if ((this.sci_Vector6__f_len1234 < 1048576)) { var a$2 = new $ac_O(1); $n(a$2).set(0, elem); @@ -45416,7 +42718,7 @@ $c_sci_Vector6.prototype.prepended__O__sci_Vector = (function(elem) { var x$66 = this.sci_Vector6__f_suffix3; var x$67 = this.sci_Vector6__f_suffix2; var x$68 = this.sci_BigVector__f_suffix1; - return new $c_sci_Vector6(a$2, 1, x$54, 1, x$56, 1, x$58, x$59, x$62, x$60, x$63, x$64, x$65, x$66, x$67, x$68, x$61) + return new $c_sci_Vector6(a$2, 1, x$54, 1, x$56, 1, x$58, x$59, x$62, x$60, x$63, x$64, x$65, x$66, x$67, x$68, x$61); } else if ((this.sci_Vector6__f_len12345 < 33554432)) { var a$3 = new $ac_O(1); $n(a$3).set(0, elem); @@ -45432,7 +42734,7 @@ $c_sci_Vector6.prototype.prepended__O__sci_Vector = (function(elem) { var x$83 = this.sci_Vector6__f_suffix3; var x$84 = this.sci_Vector6__f_suffix2; var x$85 = this.sci_BigVector__f_suffix1; - return new $c_sci_Vector6(a$3, 1, x$71, 1, x$73, 1, x$75, 1, x$77, x$78, x$80, x$81, x$82, x$83, x$84, x$85, x$79) + return new $c_sci_Vector6(a$3, 1, x$71, 1, x$73, 1, x$75, 1, x$77, x$78, x$80, x$81, x$82, x$83, x$84, x$85, x$79); } else if (($n(this.sci_Vector6__f_data6).u.length < 62)) { var a$4 = new $ac_O(1); $n(a$4).set(0, elem); @@ -45447,9 +42749,9 @@ $c_sci_Vector6.prototype.prepended__O__sci_Vector = (function(elem) { var x$100 = this.sci_Vector6__f_suffix3; var x$101 = this.sci_Vector6__f_suffix2; var x$102 = this.sci_BigVector__f_suffix1; - return new $c_sci_Vector6(a$4, 1, x$88, 1, x$90, 1, x$92, 1, x$94, 1, x$96, x$98, x$99, x$100, x$101, x$102, x$97) + return new $c_sci_Vector6(a$4, 1, x$88, 1, x$90, 1, x$92, 1, x$94, 1, x$96, x$98, x$99, x$100, x$101, x$102, x$97); } else { - throw $ct_jl_IllegalArgumentException__(new $c_jl_IllegalArgumentException()) + throw $ct_jl_IllegalArgumentException__(new $c_jl_IllegalArgumentException()); } }); $c_sci_Vector6.prototype.map__F1__sci_Vector = (function(f) { @@ -45470,59 +42772,59 @@ $c_sci_Vector6.prototype.map__F1__sci_Vector = (function(f) { var x$15 = this.sci_Vector6__f_len1234; var x$16 = this.sci_Vector6__f_len12345; var x$17 = this.sci_BigVector__f_length0; - return new $c_sci_Vector6(x$1, x$12, x$2, x$13, x$3, x$14, x$4, x$15, x$5, x$16, x$6, x$7, x$8, x$9, x$10, x$11, x$17) + return new $c_sci_Vector6(x$1, x$12, x$2, x$13, x$3, x$14, x$4, x$15, x$5, x$16, x$6, x$7, x$8, x$9, x$10, x$11, x$17); }); $c_sci_Vector6.prototype.vectorSliceCount__I = (function() { - return 11 + return 11; }); $c_sci_Vector6.prototype.vectorSlice__I__AO = (function(idx) { switch (idx) { case 0: { return this.sci_Vector__f_prefix1; - break + break; } case 1: { return this.sci_Vector6__f_prefix2; - break + break; } case 2: { return this.sci_Vector6__f_prefix3; - break + break; } case 3: { return this.sci_Vector6__f_prefix4; - break + break; } case 4: { return this.sci_Vector6__f_prefix5; - break + break; } case 5: { return this.sci_Vector6__f_data6; - break + break; } case 6: { return this.sci_Vector6__f_suffix5; - break + break; } case 7: { return this.sci_Vector6__f_suffix4; - break + break; } case 8: { return this.sci_Vector6__f_suffix3; - break + break; } case 9: { return this.sci_Vector6__f_suffix2; - break + break; } case 10: { return this.sci_BigVector__f_suffix1; - break + break; } default: { - throw new $c_s_MatchError(idx) + throw new $c_s_MatchError(idx); } } }); @@ -45545,16 +42847,16 @@ $c_sci_Vector6.prototype.appendedAll0__sc_IterableOnce__I__sci_Vector = (functio var x$15 = this.sci_Vector6__f_suffix4; var x$16 = this.sci_Vector6__f_suffix3; var x$17 = this.sci_Vector6__f_suffix2; - return new $c_sci_Vector6(x$3, x$4, x$5, x$6, x$7, x$8, x$9, x$10, x$11, x$12, x$13, x$14, x$15, x$16, x$17, suffix1b, x$2) + return new $c_sci_Vector6(x$3, x$4, x$5, x$6, x$7, x$8, x$9, x$10, x$11, x$12, x$13, x$14, x$15, x$16, x$17, suffix1b, x$2); } else { - return $c_sci_Vector.prototype.appendedAll0__sc_IterableOnce__I__sci_Vector.call(this, suffix, k) + return $c_sci_Vector.prototype.appendedAll0__sc_IterableOnce__I__sci_Vector.call(this, suffix, k); } }); $c_sci_Vector6.prototype.map__F1__O = (function(f) { - return this.map__F1__sci_Vector(f) + return this.map__F1__sci_Vector(f); }); $c_sci_Vector6.prototype.prepended__O__O = (function(elem) { - return this.prepended__O__sci_Vector(elem) + return this.prepended__O__sci_Vector(elem); }); $c_sci_Vector6.prototype.apply__O__O = (function(v1) { var index = $uI(v1); @@ -45567,38 +42869,36 @@ $c_sci_Vector6.prototype.apply__O__O = (function(v1) { var i3 = (31 & ((io >>> 10) | 0)); var i2 = (31 & ((io >>> 5) | 0)); var i1 = (31 & io); - return ((i6 < $n(this.sci_Vector6__f_data6).u.length) ? $n($n($n($n($n($n(this.sci_Vector6__f_data6).get(i6)).get(i5)).get(i4)).get(i3)).get(i2)).get(i1) : ((i5 < $n(this.sci_Vector6__f_suffix5).u.length) ? $n($n($n($n($n(this.sci_Vector6__f_suffix5).get(i5)).get(i4)).get(i3)).get(i2)).get(i1) : ((i4 < $n(this.sci_Vector6__f_suffix4).u.length) ? $n($n($n($n(this.sci_Vector6__f_suffix4).get(i4)).get(i3)).get(i2)).get(i1) : ((i3 < $n(this.sci_Vector6__f_suffix3).u.length) ? $n($n($n(this.sci_Vector6__f_suffix3).get(i3)).get(i2)).get(i1) : ((i2 < $n(this.sci_Vector6__f_suffix2).u.length) ? $n($n(this.sci_Vector6__f_suffix2).get(i2)).get(i1) : $n(this.sci_BigVector__f_suffix1).get(i1)))))) + return ((i6 < $n(this.sci_Vector6__f_data6).u.length) ? $n($n($n($n($n($n(this.sci_Vector6__f_data6).get(i6)).get(i5)).get(i4)).get(i3)).get(i2)).get(i1) : ((i5 < $n(this.sci_Vector6__f_suffix5).u.length) ? $n($n($n($n($n(this.sci_Vector6__f_suffix5).get(i5)).get(i4)).get(i3)).get(i2)).get(i1) : ((i4 < $n(this.sci_Vector6__f_suffix4).u.length) ? $n($n($n($n(this.sci_Vector6__f_suffix4).get(i4)).get(i3)).get(i2)).get(i1) : ((i3 < $n(this.sci_Vector6__f_suffix3).u.length) ? $n($n($n(this.sci_Vector6__f_suffix3).get(i3)).get(i2)).get(i1) : ((i2 < $n(this.sci_Vector6__f_suffix2).u.length) ? $n($n(this.sci_Vector6__f_suffix2).get(i2)).get(i1) : $n(this.sci_BigVector__f_suffix1).get(i1)))))); } else if ((index >= this.sci_Vector6__f_len1234)) { var io$2 = ((index - this.sci_Vector6__f_len1234) | 0); - return $n($n($n($n($n(this.sci_Vector6__f_prefix5).get(((io$2 >>> 20) | 0))).get((31 & ((io$2 >>> 15) | 0)))).get((31 & ((io$2 >>> 10) | 0)))).get((31 & ((io$2 >>> 5) | 0)))).get((31 & io$2)) + return $n($n($n($n($n(this.sci_Vector6__f_prefix5).get(((io$2 >>> 20) | 0))).get((31 & ((io$2 >>> 15) | 0)))).get((31 & ((io$2 >>> 10) | 0)))).get((31 & ((io$2 >>> 5) | 0)))).get((31 & io$2)); } else if ((index >= this.sci_Vector6__f_len123)) { var io$3 = ((index - this.sci_Vector6__f_len123) | 0); - return $n($n($n($n(this.sci_Vector6__f_prefix4).get(((io$3 >>> 15) | 0))).get((31 & ((io$3 >>> 10) | 0)))).get((31 & ((io$3 >>> 5) | 0)))).get((31 & io$3)) + return $n($n($n($n(this.sci_Vector6__f_prefix4).get(((io$3 >>> 15) | 0))).get((31 & ((io$3 >>> 10) | 0)))).get((31 & ((io$3 >>> 5) | 0)))).get((31 & io$3)); } else if ((index >= this.sci_Vector6__f_len12)) { var io$4 = ((index - this.sci_Vector6__f_len12) | 0); - return $n($n($n(this.sci_Vector6__f_prefix3).get(((io$4 >>> 10) | 0))).get((31 & ((io$4 >>> 5) | 0)))).get((31 & io$4)) + return $n($n($n(this.sci_Vector6__f_prefix3).get(((io$4 >>> 10) | 0))).get((31 & ((io$4 >>> 5) | 0)))).get((31 & io$4)); } else if ((index >= this.sci_Vector6__f_len1)) { var io$5 = ((index - this.sci_Vector6__f_len1) | 0); - return $n($n(this.sci_Vector6__f_prefix2).get(((io$5 >>> 5) | 0))).get((31 & io$5)) + return $n($n(this.sci_Vector6__f_prefix2).get(((io$5 >>> 5) | 0))).get((31 & io$5)); } else { - return $n(this.sci_Vector__f_prefix1).get(index) + return $n(this.sci_Vector__f_prefix1).get(index); } } else { - throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)) + throw $n(this.ioob__I__jl_IndexOutOfBoundsException(index)); } }); function $as_sci_Vector6(obj) { - return (((obj instanceof $c_sci_Vector6) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Vector6")) + return (((obj instanceof $c_sci_Vector6) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.immutable.Vector6")); } function $isArrayOf_sci_Vector6(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Vector6))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sci_Vector6))); } function $asArrayOf_sci_Vector6(obj, depth) { - return (($isArrayOf_sci_Vector6(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Vector6;", depth)) + return (($isArrayOf_sci_Vector6(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.immutable.Vector6;", depth)); } -var $d_sci_Vector6 = new $TypeData().initClass({ - sci_Vector6: 0 -}, false, "scala.collection.immutable.Vector6", { +var $d_sci_Vector6 = new $TypeData().initClass($c_sci_Vector6, "scala.collection.immutable.Vector6", ({ sci_Vector6: 1, sci_BigVector: 1, sci_VectorImpl: 1, @@ -45606,7 +42906,6 @@ var $d_sci_Vector6 = new $TypeData().initClass({ sci_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -45629,172 +42928,165 @@ var $d_sci_Vector6 = new $TypeData().initClass({ sc_StrictOptimizedIterableOps: 1, scg_DefaultSerializable: 1, Ljava_io_Serializable: 1 -}); -$c_sci_Vector6.prototype.$classData = $d_sci_Vector6; +})); function $ct_scm_StringBuilder__jl_StringBuilder__($thiz, underlying) { $thiz.scm_StringBuilder__f_underlying = underlying; - return $thiz + return $thiz; } function $ct_scm_StringBuilder__($thiz) { $ct_scm_StringBuilder__jl_StringBuilder__($thiz, $ct_jl_StringBuilder__(new $c_jl_StringBuilder())); - return $thiz + return $thiz; } function $ct_scm_StringBuilder__I__($thiz, capacity) { $ct_scm_StringBuilder__jl_StringBuilder__($thiz, $ct_jl_StringBuilder__I__(new $c_jl_StringBuilder(), capacity)); - return $thiz + return $thiz; } /** @constructor */ function $c_scm_StringBuilder() { - this.scm_StringBuilder__f_underlying = null + this.scm_StringBuilder__f_underlying = null; } $c_scm_StringBuilder.prototype = new $h_scm_AbstractSeq(); $c_scm_StringBuilder.prototype.constructor = $c_scm_StringBuilder; /** @constructor */ function $h_scm_StringBuilder() { - /**/ } $h_scm_StringBuilder.prototype = $c_scm_StringBuilder.prototype; $c_scm_StringBuilder.prototype.stringPrefix__T = (function() { - return "IndexedSeq" + return "IndexedSeq"; }); $c_scm_StringBuilder.prototype.iterator__sc_Iterator = (function() { var this$1 = new $c_sc_IndexedSeqView$Id(this); - return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$1) + return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$1); }); $c_scm_StringBuilder.prototype.reversed__sc_Iterable = (function() { - return new $c_sc_IndexedSeqView$Reverse(this) + return new $c_sc_IndexedSeqView$Reverse(this); }); $c_scm_StringBuilder.prototype.prepended__O__O = (function(elem) { - return $f_sc_IndexedSeqOps__prepended__O__O(this, elem) + return $f_sc_IndexedSeqOps__prepended__O__O(this, elem); }); $c_scm_StringBuilder.prototype.lengthCompare__I__I = (function(len) { var x = $n(this.scm_StringBuilder__f_underlying).length__I(); - return ((x === len) ? 0 : ((x < len) ? (-1) : 1)) + return ((x === len) ? 0 : ((x < len) ? (-1) : 1)); }); $c_scm_StringBuilder.prototype.sizeHint__I__V = (function(size) { - /**/ }); $c_scm_StringBuilder.prototype.addAll__sc_IterableOnce__scm_Growable = (function(elems) { - return $f_scm_Growable__addAll__sc_IterableOnce__scm_Growable(this, elems) + return $f_scm_Growable__addAll__sc_IterableOnce__scm_Growable(this, elems); }); $c_scm_StringBuilder.prototype.length__I = (function() { - return $n(this.scm_StringBuilder__f_underlying).length__I() + return $n(this.scm_StringBuilder__f_underlying).length__I(); }); $c_scm_StringBuilder.prototype.knownSize__I = (function() { - return $n(this.scm_StringBuilder__f_underlying).length__I() + return $n(this.scm_StringBuilder__f_underlying).length__I(); }); $c_scm_StringBuilder.prototype.addOne__C__scm_StringBuilder = (function(x) { var this$1 = $n(this.scm_StringBuilder__f_underlying); - var str = $as_T(String.fromCharCode(x)); - this$1.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$1.jl_StringBuilder__f_java$lang$StringBuilder$$content) + str); - return this + var str = ("" + $cToS(x)); + this$1.jl_StringBuilder__f_java$lang$StringBuilder$$content = (this$1.jl_StringBuilder__f_java$lang$StringBuilder$$content + str); + return this; }); $c_scm_StringBuilder.prototype.toString__T = (function() { - return $n(this.scm_StringBuilder__f_underlying).jl_StringBuilder__f_java$lang$StringBuilder$$content + return $n(this.scm_StringBuilder__f_underlying).jl_StringBuilder__f_java$lang$StringBuilder$$content; }); $c_scm_StringBuilder.prototype.toArray__s_reflect_ClassTag__O = (function(ct) { var x1 = $n(ct).runtimeClass__jl_Class(); - return ((x1 === $d_C.getClassOf()) ? this.toCharArray__AC() : $f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O(this, ct)) + return ((x1 === $d_C.getClassOf()) ? this.toCharArray__AC() : $f_sc_IterableOnceOps__toArray__s_reflect_ClassTag__O(this, ct)); }); $c_scm_StringBuilder.prototype.toCharArray__AC = (function() { var len = $n(this.scm_StringBuilder__f_underlying).length__I(); var arr = new $ac_C(len); $n(this.scm_StringBuilder__f_underlying).getChars__I__I__AC__I__V(0, len, arr, 0); - return arr + return arr; }); $c_scm_StringBuilder.prototype.append__T__scm_StringBuilder = (function(s) { var this$1 = $n(this.scm_StringBuilder__f_underlying); this$1.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$1.jl_StringBuilder__f_java$lang$StringBuilder$$content) + s); - return this + return this; }); $c_scm_StringBuilder.prototype.appendAll__sc_IterableOnce__scm_StringBuilder = (function(xs) { if ((xs instanceof $c_sci_WrappedString)) { var x2 = $as_sci_WrappedString(xs); var this$3 = $n(this.scm_StringBuilder__f_underlying); - $m_sci_WrappedString$(); var str = $n(x2).sci_WrappedString__f_scala$collection$immutable$WrappedString$$self; - this$3.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$3.jl_StringBuilder__f_java$lang$StringBuilder$$content) + str) + this$3.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$3.jl_StringBuilder__f_java$lang$StringBuilder$$content) + str); } else if ((xs instanceof $c_scm_ArraySeq$ofChar)) { var x3 = $as_scm_ArraySeq$ofChar(xs); - $n(this.scm_StringBuilder__f_underlying).append__AC__jl_StringBuilder($n(x3).scm_ArraySeq$ofChar__f_array) + $n(this.scm_StringBuilder__f_underlying).append__AC__jl_StringBuilder($n(x3).scm_ArraySeq$ofChar__f_array); } else if ((xs instanceof $c_scm_StringBuilder)) { var x4 = $as_scm_StringBuilder(xs); var this$4 = $n(this.scm_StringBuilder__f_underlying); var s = $n(x4).scm_StringBuilder__f_underlying; - this$4.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$4.jl_StringBuilder__f_java$lang$StringBuilder$$content) + s) + this$4.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$4.jl_StringBuilder__f_java$lang$StringBuilder$$content) + s); } else { var ks = $n(xs).knownSize__I(); if ((ks !== 0)) { var b = this.scm_StringBuilder__f_underlying; if ((ks > 0)) { $n(b); - $n(b).length__I() - }; + $n(b).length__I(); + } var it = $n(xs).iterator__sc_Iterator(); while ($n(it).hasNext__Z()) { var this$5 = $n(b); var c = $uC($n(it).next__O()); - var str$1 = $as_T(String.fromCharCode(c)); - this$5.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$5.jl_StringBuilder__f_java$lang$StringBuilder$$content) + str$1) + var str$1 = ("" + $cToS(c)); + this$5.jl_StringBuilder__f_java$lang$StringBuilder$$content = (this$5.jl_StringBuilder__f_java$lang$StringBuilder$$content + str$1); } } - }; - return this + } + return this; }); $c_scm_StringBuilder.prototype.append__C__scm_StringBuilder = (function(x) { var this$1 = $n(this.scm_StringBuilder__f_underlying); - var str = $as_T(String.fromCharCode(x)); - this$1.jl_StringBuilder__f_java$lang$StringBuilder$$content = (("" + this$1.jl_StringBuilder__f_java$lang$StringBuilder$$content) + str); - return this + var str = ("" + $cToS(x)); + this$1.jl_StringBuilder__f_java$lang$StringBuilder$$content = (this$1.jl_StringBuilder__f_java$lang$StringBuilder$$content + str); + return this; }); $c_scm_StringBuilder.prototype.charAt__I__C = (function(index) { - return $n(this.scm_StringBuilder__f_underlying).charAt__I__C(index) + return $n(this.scm_StringBuilder__f_underlying).charAt__I__C(index); }); $c_scm_StringBuilder.prototype.subSequence__I__I__jl_CharSequence = (function(start, end) { - return $n(this.scm_StringBuilder__f_underlying).substring__I__I__T(start, end) + return $n(this.scm_StringBuilder__f_underlying).substring__I__I__T(start, end); }); $c_scm_StringBuilder.prototype.isEmpty__Z = (function() { - return ($n(this.scm_StringBuilder__f_underlying).length__I() === 0) + return ($n(this.scm_StringBuilder__f_underlying).length__I() === 0); }); $c_scm_StringBuilder.prototype.iterableFactory__sc_IterableFactory = (function() { - return $m_scm_IndexedSeq$() + return $m_scm_IndexedSeq$(); }); $c_scm_StringBuilder.prototype.result__O = (function() { - return $n(this.scm_StringBuilder__f_underlying).jl_StringBuilder__f_java$lang$StringBuilder$$content + return $n(this.scm_StringBuilder__f_underlying).jl_StringBuilder__f_java$lang$StringBuilder$$content; }); $c_scm_StringBuilder.prototype.addOne__O__scm_Growable = (function(elem) { - return this.addOne__C__scm_StringBuilder($uC(elem)) + return this.addOne__C__scm_StringBuilder($uC(elem)); }); $c_scm_StringBuilder.prototype.fromSpecific__sc_IterableOnce__O = (function(coll) { - return $ct_scm_StringBuilder__(new $c_scm_StringBuilder()).appendAll__sc_IterableOnce__scm_StringBuilder(coll) + return $ct_scm_StringBuilder__(new $c_scm_StringBuilder()).appendAll__sc_IterableOnce__scm_StringBuilder(coll); }); $c_scm_StringBuilder.prototype.fromSpecific__sc_IterableOnce__sc_IterableOps = (function(coll) { - return $ct_scm_StringBuilder__(new $c_scm_StringBuilder()).appendAll__sc_IterableOnce__scm_StringBuilder(coll) + return $ct_scm_StringBuilder__(new $c_scm_StringBuilder()).appendAll__sc_IterableOnce__scm_StringBuilder(coll); }); $c_scm_StringBuilder.prototype.apply__O__O = (function(v1) { var i = $uI(v1); - return $bC($n(this.scm_StringBuilder__f_underlying).charAt__I__C(i)) + return $bC($n(this.scm_StringBuilder__f_underlying).charAt__I__C(i)); }); $c_scm_StringBuilder.prototype.apply__I__O = (function(i) { - return $bC($n(this.scm_StringBuilder__f_underlying).charAt__I__C(i)) + return $bC($n(this.scm_StringBuilder__f_underlying).charAt__I__C(i)); }); function $as_scm_StringBuilder(obj) { - return (((obj instanceof $c_scm_StringBuilder) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.StringBuilder")) + return (((obj instanceof $c_scm_StringBuilder) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.StringBuilder")); } function $isArrayOf_scm_StringBuilder(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_StringBuilder))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_StringBuilder))); } function $asArrayOf_scm_StringBuilder(obj, depth) { - return (($isArrayOf_scm_StringBuilder(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.StringBuilder;", depth)) + return (($isArrayOf_scm_StringBuilder(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.StringBuilder;", depth)); } -var $d_scm_StringBuilder = new $TypeData().initClass({ - scm_StringBuilder: 0 -}, false, "scala.collection.mutable.StringBuilder", { +var $d_scm_StringBuilder = new $TypeData().initClass($c_scm_StringBuilder, "scala.collection.mutable.StringBuilder", ({ scm_StringBuilder: 1, scm_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -45820,42 +43112,41 @@ var $d_scm_StringBuilder = new $TypeData().initClass({ scm_IndexedSeqOps: 1, jl_CharSequence: 1, Ljava_io_Serializable: 1 -}); -$c_scm_StringBuilder.prototype.$classData = $d_scm_StringBuilder; +})); function $as_scm_LinkedHashMap(obj) { - return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.LinkedHashMap")) + return ((false || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.LinkedHashMap")); } function $isArrayOf_scm_LinkedHashMap(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_LinkedHashMap))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_LinkedHashMap))); } function $asArrayOf_scm_LinkedHashMap(obj, depth) { - return (($isArrayOf_scm_LinkedHashMap(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.LinkedHashMap;", depth)) + return (($isArrayOf_scm_LinkedHashMap(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.LinkedHashMap;", depth)); } function $p_scm_ListBuffer__copyElems__V($thiz) { var buf = new $c_scm_ListBuffer().scala$collection$mutable$ListBuffer$$freshFrom__sc_IterableOnce__scm_ListBuffer($thiz); $thiz.scm_ListBuffer__f_first = $n(buf).scm_ListBuffer__f_first; $thiz.scm_ListBuffer__f_last0 = $n(buf).scm_ListBuffer__f_last0; - $thiz.scm_ListBuffer__f_aliased = false + $thiz.scm_ListBuffer__f_aliased = false; } function $p_scm_ListBuffer__ensureUnaliased__V($thiz) { $thiz.scm_ListBuffer__f_mutationCount = ((1 + $thiz.scm_ListBuffer__f_mutationCount) | 0); if ($thiz.scm_ListBuffer__f_aliased) { - $p_scm_ListBuffer__copyElems__V($thiz) + $p_scm_ListBuffer__copyElems__V($thiz); } } function $p_scm_ListBuffer__locate__I__sci_$colon$colon($thiz, i) { if ((i === 0)) { - return null + return null; } else if ((i === $thiz.scm_ListBuffer__f_len)) { - return $thiz.scm_ListBuffer__f_last0 + return $thiz.scm_ListBuffer__f_last0; } else { var j = (((-1) + i) | 0); var p = $thiz.scm_ListBuffer__f_first; while ((j > 0)) { p = $as_sci_List($n(p).tail__O()); - j = (((-1) + j) | 0) - }; - return $as_sci_$colon$colon(p) + j = (((-1) + j) | 0); + } + return $as_sci_$colon$colon(p); } } /** @constructor */ @@ -45869,61 +43160,59 @@ function $c_scm_ListBuffer() { this.scm_ListBuffer__f_first = $m_sci_Nil$(); this.scm_ListBuffer__f_last0 = null; this.scm_ListBuffer__f_aliased = false; - this.scm_ListBuffer__f_len = 0 + this.scm_ListBuffer__f_len = 0; } $c_scm_ListBuffer.prototype = new $h_scm_AbstractBuffer(); $c_scm_ListBuffer.prototype.constructor = $c_scm_ListBuffer; /** @constructor */ function $h_scm_ListBuffer() { - /**/ } $h_scm_ListBuffer.prototype = $c_scm_ListBuffer.prototype; $c_scm_ListBuffer.prototype.sizeHint__I__V = (function(size) { - /**/ }); $c_scm_ListBuffer.prototype.distinctBy__F1__O = (function(f) { - return $f_sc_StrictOptimizedSeqOps__distinctBy__F1__O(this, f) + return $f_sc_StrictOptimizedSeqOps__distinctBy__F1__O(this, f); }); $c_scm_ListBuffer.prototype.prepended__O__O = (function(elem) { - return $f_sc_StrictOptimizedSeqOps__prepended__O__O(this, elem) + return $f_sc_StrictOptimizedSeqOps__prepended__O__O(this, elem); }); $c_scm_ListBuffer.prototype.map__F1__O = (function(f) { - return $f_sc_StrictOptimizedIterableOps__map__F1__O(this, f) + return $f_sc_StrictOptimizedIterableOps__map__F1__O(this, f); }); $c_scm_ListBuffer.prototype.iterator__sc_Iterator = (function() { - return new $c_scm_MutationTracker$CheckedIterator($n(this.scm_ListBuffer__f_first).iterator__sc_Iterator(), new $c_sjsr_AnonFunction0((() => this.scm_ListBuffer__f_mutationCount))) + return new $c_scm_MutationTracker$CheckedIterator($n(this.scm_ListBuffer__f_first).iterator__sc_Iterator(), new $c_sjsr_AnonFunction0((() => this.scm_ListBuffer__f_mutationCount))); }); $c_scm_ListBuffer.prototype.iterableFactory__sc_SeqFactory = (function() { - return $m_scm_ListBuffer$() + return $m_scm_ListBuffer$(); }); $c_scm_ListBuffer.prototype.apply__I__O = (function(i) { var this$1 = $n(this.scm_ListBuffer__f_first); - return $f_sc_LinearSeqOps__apply__I__O(this$1, i) + return $f_sc_LinearSeqOps__apply__I__O(this$1, i); }); $c_scm_ListBuffer.prototype.length__I = (function() { - return this.scm_ListBuffer__f_len + return this.scm_ListBuffer__f_len; }); $c_scm_ListBuffer.prototype.knownSize__I = (function() { - return this.scm_ListBuffer__f_len + return this.scm_ListBuffer__f_len; }); $c_scm_ListBuffer.prototype.isEmpty__Z = (function() { - return (this.scm_ListBuffer__f_len === 0) + return (this.scm_ListBuffer__f_len === 0); }); $c_scm_ListBuffer.prototype.toList__sci_List = (function() { this.scm_ListBuffer__f_aliased = (!this.isEmpty__Z()); - return this.scm_ListBuffer__f_first + return this.scm_ListBuffer__f_first; }); $c_scm_ListBuffer.prototype.addOne__O__scm_ListBuffer = (function(elem) { $p_scm_ListBuffer__ensureUnaliased__V(this); var last1 = new $c_sci_$colon$colon(elem, $m_sci_Nil$()); if ((this.scm_ListBuffer__f_len === 0)) { - this.scm_ListBuffer__f_first = last1 + this.scm_ListBuffer__f_first = last1; } else { - $n(this.scm_ListBuffer__f_last0).sci_$colon$colon__f_next = last1 - }; + $n(this.scm_ListBuffer__f_last0).sci_$colon$colon__f_next = last1; + } this.scm_ListBuffer__f_last0 = last1; this.scm_ListBuffer__f_len = ((1 + this.scm_ListBuffer__f_len) | 0); - return this + return this; }); $c_scm_ListBuffer.prototype.scala$collection$mutable$ListBuffer$$freshFrom__sc_IterableOnce__scm_ListBuffer = (function(xs) { var it = $n(xs).iterator__sc_Iterator(); @@ -45935,12 +43224,12 @@ $c_scm_ListBuffer.prototype.scala$collection$mutable$ListBuffer$$freshFrom__sc_I var last1 = new $c_sci_$colon$colon($n(it).next__O(), $m_sci_Nil$()); $n(last0).sci_$colon$colon__f_next = last1; last0 = last1; - len = ((1 + len) | 0) - }; + len = ((1 + len) | 0); + } this.scm_ListBuffer__f_len = len; - this.scm_ListBuffer__f_last0 = last0 - }; - return this + this.scm_ListBuffer__f_last0 = last0; + } + return this; }); $c_scm_ListBuffer.prototype.addAll__sc_IterableOnce__scm_ListBuffer = (function(xs) { var it = $n(xs).iterator__sc_Iterator(); @@ -45948,26 +43237,26 @@ $c_scm_ListBuffer.prototype.addAll__sc_IterableOnce__scm_ListBuffer = (function( var fresh = new $c_scm_ListBuffer().scala$collection$mutable$ListBuffer$$freshFrom__sc_IterableOnce__scm_ListBuffer(it); $p_scm_ListBuffer__ensureUnaliased__V(this); if ((this.scm_ListBuffer__f_len === 0)) { - this.scm_ListBuffer__f_first = $n(fresh).scm_ListBuffer__f_first + this.scm_ListBuffer__f_first = $n(fresh).scm_ListBuffer__f_first; } else { - $n(this.scm_ListBuffer__f_last0).sci_$colon$colon__f_next = $n(fresh).scm_ListBuffer__f_first - }; + $n(this.scm_ListBuffer__f_last0).sci_$colon$colon__f_next = $n(fresh).scm_ListBuffer__f_first; + } this.scm_ListBuffer__f_last0 = $n(fresh).scm_ListBuffer__f_last0; - this.scm_ListBuffer__f_len = ((this.scm_ListBuffer__f_len + $n(fresh).scm_ListBuffer__f_len) | 0) - }; - return this + this.scm_ListBuffer__f_len = ((this.scm_ListBuffer__f_len + $n(fresh).scm_ListBuffer__f_len) | 0); + } + return this; }); $c_scm_ListBuffer.prototype.update__I__O__V = (function(idx, elem) { $p_scm_ListBuffer__ensureUnaliased__V(this); if (((idx < 0) || (idx >= this.scm_ListBuffer__f_len))) { - throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), (((idx + " is out of bounds (min 0, max ") + (((-1) + this.scm_ListBuffer__f_len) | 0)) + ")")) - }; + throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), (((idx + " is out of bounds (min 0, max ") + (((-1) + this.scm_ListBuffer__f_len) | 0)) + ")")); + } if ((idx === 0)) { var newElem = new $c_sci_$colon$colon(elem, $as_sci_List($n(this.scm_ListBuffer__f_first).tail__O())); if ((this.scm_ListBuffer__f_last0 === this.scm_ListBuffer__f_first)) { - this.scm_ListBuffer__f_last0 = newElem - }; - this.scm_ListBuffer__f_first = newElem + this.scm_ListBuffer__f_last0 = newElem; + } + this.scm_ListBuffer__f_first = newElem; } else { var p = $p_scm_ListBuffer__locate__I__sci_$colon$colon(this, idx); var this$1 = $n(p); @@ -45975,56 +43264,53 @@ $c_scm_ListBuffer.prototype.update__I__O__V = (function(idx, elem) { var $x_1 = this.scm_ListBuffer__f_last0; var this$2 = $n(p); if (($x_1 === this$2.sci_$colon$colon__f_next)) { - this.scm_ListBuffer__f_last0 = newElem$2 - }; - $n(p).sci_$colon$colon__f_next = newElem$2 + this.scm_ListBuffer__f_last0 = newElem$2; + } + $n(p).sci_$colon$colon__f_next = newElem$2; } }); $c_scm_ListBuffer.prototype.last__O = (function() { if ((this.scm_ListBuffer__f_last0 === null)) { - throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), "last of empty ListBuffer") + throw $ct_ju_NoSuchElementException__T__(new $c_ju_NoSuchElementException(), "last of empty ListBuffer"); } else { - return $n(this.scm_ListBuffer__f_last0).sci_$colon$colon__f_head + return $n(this.scm_ListBuffer__f_last0).sci_$colon$colon__f_head; } }); $c_scm_ListBuffer.prototype.stringPrefix__T = (function() { - return "ListBuffer" + return "ListBuffer"; }); $c_scm_ListBuffer.prototype.addAll__sc_IterableOnce__scm_Growable = (function(elems) { - return this.addAll__sc_IterableOnce__scm_ListBuffer(elems) + return this.addAll__sc_IterableOnce__scm_ListBuffer(elems); }); $c_scm_ListBuffer.prototype.addOne__O__scm_Growable = (function(elem) { - return this.addOne__O__scm_ListBuffer(elem) + return this.addOne__O__scm_ListBuffer(elem); }); $c_scm_ListBuffer.prototype.result__O = (function() { - return this.toList__sci_List() + return this.toList__sci_List(); }); $c_scm_ListBuffer.prototype.apply__O__O = (function(v1) { var i = $uI(v1); var this$1 = $n(this.scm_ListBuffer__f_first); - return $f_sc_LinearSeqOps__apply__I__O(this$1, i) + return $f_sc_LinearSeqOps__apply__I__O(this$1, i); }); $c_scm_ListBuffer.prototype.iterableFactory__sc_IterableFactory = (function() { - return $m_scm_ListBuffer$() + return $m_scm_ListBuffer$(); }); function $as_scm_ListBuffer(obj) { - return (((obj instanceof $c_scm_ListBuffer) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ListBuffer")) + return (((obj instanceof $c_scm_ListBuffer) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ListBuffer")); } function $isArrayOf_scm_ListBuffer(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ListBuffer))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ListBuffer))); } function $asArrayOf_scm_ListBuffer(obj, depth) { - return (($isArrayOf_scm_ListBuffer(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ListBuffer;", depth)) + return (($isArrayOf_scm_ListBuffer(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ListBuffer;", depth)); } -var $d_scm_ListBuffer = new $TypeData().initClass({ - scm_ListBuffer: 0 -}, false, "scala.collection.mutable.ListBuffer", { +var $d_scm_ListBuffer = new $TypeData().initClass($c_scm_ListBuffer, "scala.collection.mutable.ListBuffer", ({ scm_ListBuffer: 1, scm_AbstractBuffer: 1, scm_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -46050,17 +43336,16 @@ var $d_scm_ListBuffer = new $TypeData().initClass({ scm_Builder: 1, scg_DefaultSerializable: 1, Ljava_io_Serializable: 1 -}); -$c_scm_ListBuffer.prototype.$classData = $d_scm_ListBuffer; +})); function $p_scm_ArrayBuffer__foldl__I__I__O__F2__O($thiz, start, end, z, op) { while (true) { if ((start === end)) { - return z + return z; } else { var temp$start = ((1 + start) | 0); var temp$z = $n(op).apply__O__O__O(z, $n($thiz.scm_ArrayBuffer__f_array).get(start)); start = temp$start; - z = temp$z + z = temp$z; } } } @@ -46068,87 +43353,86 @@ function $ct_scm_ArrayBuffer__AO__I__($thiz, initialElements, initialSize) { $thiz.scm_ArrayBuffer__f_mutationCount = 0; $thiz.scm_ArrayBuffer__f_array = initialElements; $thiz.scm_ArrayBuffer__f_size0 = initialSize; - return $thiz + return $thiz; } function $ct_scm_ArrayBuffer__($thiz) { $ct_scm_ArrayBuffer__AO__I__($thiz, new $ac_O(16), 0); - return $thiz + return $thiz; } /** @constructor */ function $c_scm_ArrayBuffer() { this.scm_ArrayBuffer__f_mutationCount = 0; this.scm_ArrayBuffer__f_array = null; - this.scm_ArrayBuffer__f_size0 = 0 + this.scm_ArrayBuffer__f_size0 = 0; } $c_scm_ArrayBuffer.prototype = new $h_scm_AbstractBuffer(); $c_scm_ArrayBuffer.prototype.constructor = $c_scm_ArrayBuffer; /** @constructor */ function $h_scm_ArrayBuffer() { - /**/ } $h_scm_ArrayBuffer.prototype = $c_scm_ArrayBuffer.prototype; $c_scm_ArrayBuffer.prototype.distinctBy__F1__O = (function(f) { - return $f_sc_StrictOptimizedSeqOps__distinctBy__F1__O(this, f) + return $f_sc_StrictOptimizedSeqOps__distinctBy__F1__O(this, f); }); $c_scm_ArrayBuffer.prototype.prepended__O__O = (function(elem) { - return $f_sc_StrictOptimizedSeqOps__prepended__O__O(this, elem) + return $f_sc_StrictOptimizedSeqOps__prepended__O__O(this, elem); }); $c_scm_ArrayBuffer.prototype.map__F1__O = (function(f) { - return $f_sc_StrictOptimizedIterableOps__map__F1__O(this, f) + return $f_sc_StrictOptimizedIterableOps__map__F1__O(this, f); }); $c_scm_ArrayBuffer.prototype.iterator__sc_Iterator = (function() { - return $n(this.view__scm_ArrayBufferView()).iterator__sc_Iterator() + return $n(this.view__scm_ArrayBufferView()).iterator__sc_Iterator(); }); $c_scm_ArrayBuffer.prototype.reversed__sc_Iterable = (function() { - return new $c_sc_IndexedSeqView$Reverse(this) + return new $c_sc_IndexedSeqView$Reverse(this); }); $c_scm_ArrayBuffer.prototype.last__O = (function() { - return $f_sc_IndexedSeqOps__last__O(this) + return $f_sc_IndexedSeqOps__last__O(this); }); $c_scm_ArrayBuffer.prototype.lengthCompare__I__I = (function(len) { var x = this.scm_ArrayBuffer__f_size0; - return ((x === len) ? 0 : ((x < len) ? (-1) : 1)) + return ((x === len) ? 0 : ((x < len) ? (-1) : 1)); }); $c_scm_ArrayBuffer.prototype.knownSize__I = (function() { - return this.scm_ArrayBuffer__f_size0 + return this.scm_ArrayBuffer__f_size0; }); $c_scm_ArrayBuffer.prototype.ensureSize__I__V = (function(n) { - this.scm_ArrayBuffer__f_array = $m_scm_ArrayBuffer$().scala$collection$mutable$ArrayBuffer$$ensureSize__AO__I__I__AO(this.scm_ArrayBuffer__f_array, this.scm_ArrayBuffer__f_size0, n) + this.scm_ArrayBuffer__f_array = $m_scm_ArrayBuffer$().scala$collection$mutable$ArrayBuffer$$ensureSize__AO__I__I__AO(this.scm_ArrayBuffer__f_array, this.scm_ArrayBuffer__f_size0, n); }); $c_scm_ArrayBuffer.prototype.sizeHint__I__V = (function(size) { if (((size > this.scm_ArrayBuffer__f_size0) && (size >= 1))) { - this.ensureSize__I__V(size) + this.ensureSize__I__V(size); } }); $c_scm_ArrayBuffer.prototype.apply__I__O = (function(n) { var hi = ((1 + n) | 0); if ((n < 0)) { - throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), (((n + " is out of bounds (min 0, max ") + (((-1) + this.scm_ArrayBuffer__f_size0) | 0)) + ")")) - }; + throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), (((n + " is out of bounds (min 0, max ") + (((-1) + this.scm_ArrayBuffer__f_size0) | 0)) + ")")); + } if ((hi > this.scm_ArrayBuffer__f_size0)) { - throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), ((((((-1) + hi) | 0) + " is out of bounds (min 0, max ") + (((-1) + this.scm_ArrayBuffer__f_size0) | 0)) + ")")) - }; - return $n(this.scm_ArrayBuffer__f_array).get(n) + throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), ((((((-1) + hi) | 0) + " is out of bounds (min 0, max ") + (((-1) + this.scm_ArrayBuffer__f_size0) | 0)) + ")")); + } + return $n(this.scm_ArrayBuffer__f_array).get(n); }); $c_scm_ArrayBuffer.prototype.update__I__O__V = (function(index, elem) { var hi = ((1 + index) | 0); if ((index < 0)) { - throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), (((index + " is out of bounds (min 0, max ") + (((-1) + this.scm_ArrayBuffer__f_size0) | 0)) + ")")) - }; + throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), (((index + " is out of bounds (min 0, max ") + (((-1) + this.scm_ArrayBuffer__f_size0) | 0)) + ")")); + } if ((hi > this.scm_ArrayBuffer__f_size0)) { - throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), ((((((-1) + hi) | 0) + " is out of bounds (min 0, max ") + (((-1) + this.scm_ArrayBuffer__f_size0) | 0)) + ")")) - }; + throw $ct_jl_IndexOutOfBoundsException__T__(new $c_jl_IndexOutOfBoundsException(), ((((((-1) + hi) | 0) + " is out of bounds (min 0, max ") + (((-1) + this.scm_ArrayBuffer__f_size0) | 0)) + ")")); + } this.scm_ArrayBuffer__f_mutationCount = ((1 + this.scm_ArrayBuffer__f_mutationCount) | 0); - $n(this.scm_ArrayBuffer__f_array).set(index, elem) + $n(this.scm_ArrayBuffer__f_array).set(index, elem); }); $c_scm_ArrayBuffer.prototype.length__I = (function() { - return this.scm_ArrayBuffer__f_size0 + return this.scm_ArrayBuffer__f_size0; }); $c_scm_ArrayBuffer.prototype.view__scm_ArrayBufferView = (function() { - return new $c_scm_ArrayBufferView(this, new $c_sjsr_AnonFunction0((() => this.scm_ArrayBuffer__f_mutationCount))) + return new $c_scm_ArrayBufferView(this, new $c_sjsr_AnonFunction0((() => this.scm_ArrayBuffer__f_mutationCount))); }); $c_scm_ArrayBuffer.prototype.iterableFactory__sc_SeqFactory = (function() { - return $m_scm_ArrayBuffer$() + return $m_scm_ArrayBuffer$(); }); $c_scm_ArrayBuffer.prototype.addOne__O__scm_ArrayBuffer = (function(elem) { this.scm_ArrayBuffer__f_mutationCount = ((1 + this.scm_ArrayBuffer__f_mutationCount) | 0); @@ -46156,7 +43440,7 @@ $c_scm_ArrayBuffer.prototype.addOne__O__scm_ArrayBuffer = (function(elem) { this.ensureSize__I__V(newSize); this.scm_ArrayBuffer__f_size0 = newSize; this.update__I__O__V((((-1) + this.scm_ArrayBuffer__f_size0) | 0), elem); - return this + return this; }); $c_scm_ArrayBuffer.prototype.addAll__sc_IterableOnce__scm_ArrayBuffer = (function(elems) { if ((elems instanceof $c_scm_ArrayBuffer)) { @@ -46166,15 +43450,15 @@ $c_scm_ArrayBuffer.prototype.addAll__sc_IterableOnce__scm_ArrayBuffer = (functio this.scm_ArrayBuffer__f_mutationCount = ((1 + this.scm_ArrayBuffer__f_mutationCount) | 0); this.ensureSize__I__V(((this.scm_ArrayBuffer__f_size0 + elemsLength) | 0)); $m_s_Array$().copy__O__I__O__I__I__V($n(x2).scm_ArrayBuffer__f_array, 0, this.scm_ArrayBuffer__f_array, this.scm_ArrayBuffer__f_size0, elemsLength); - this.scm_ArrayBuffer__f_size0 = ((this.scm_ArrayBuffer__f_size0 + elemsLength) | 0) + this.scm_ArrayBuffer__f_size0 = ((this.scm_ArrayBuffer__f_size0 + elemsLength) | 0); } } else { - $f_scm_Growable__addAll__sc_IterableOnce__scm_Growable(this, elems) - }; - return this + $f_scm_Growable__addAll__sc_IterableOnce__scm_Growable(this, elems); + } + return this; }); $c_scm_ArrayBuffer.prototype.stringPrefix__T = (function() { - return "ArrayBuffer" + return "ArrayBuffer"; }); $c_scm_ArrayBuffer.prototype.copyToArray__O__I__I__I = (function(xs, start, len) { var srcLen = this.scm_ArrayBuffer__f_size0; @@ -46184,46 +43468,43 @@ $c_scm_ArrayBuffer.prototype.copyToArray__O__I__I__I = (function(xs, start, len) var x$1 = ((x < y) ? x : y); var copied = ((x$1 > 0) ? x$1 : 0); if ((copied > 0)) { - $m_s_Array$().copy__O__I__O__I__I__V(this.scm_ArrayBuffer__f_array, 0, xs, start, copied) - }; - return copied + $m_s_Array$().copy__O__I__O__I__I__V(this.scm_ArrayBuffer__f_array, 0, xs, start, copied); + } + return copied; }); $c_scm_ArrayBuffer.prototype.foldLeft__O__F2__O = (function(z, op) { - return $p_scm_ArrayBuffer__foldl__I__I__O__F2__O(this, 0, this.scm_ArrayBuffer__f_size0, z, op) + return $p_scm_ArrayBuffer__foldl__I__I__O__F2__O(this, 0, this.scm_ArrayBuffer__f_size0, z, op); }); $c_scm_ArrayBuffer.prototype.reduceLeft__F2__O = (function(op) { - return ((this.scm_ArrayBuffer__f_size0 > 0) ? $p_scm_ArrayBuffer__foldl__I__I__O__F2__O(this, 1, this.scm_ArrayBuffer__f_size0, $n(this.scm_ArrayBuffer__f_array).get(0), op) : $f_sc_IterableOnceOps__reduceLeft__F2__O(this, op)) + return ((this.scm_ArrayBuffer__f_size0 > 0) ? $p_scm_ArrayBuffer__foldl__I__I__O__F2__O(this, 1, this.scm_ArrayBuffer__f_size0, $n(this.scm_ArrayBuffer__f_array).get(0), op) : $f_sc_IterableOnceOps__reduceLeft__F2__O(this, op)); }); $c_scm_ArrayBuffer.prototype.addAll__sc_IterableOnce__scm_Growable = (function(elems) { - return this.addAll__sc_IterableOnce__scm_ArrayBuffer(elems) + return this.addAll__sc_IterableOnce__scm_ArrayBuffer(elems); }); $c_scm_ArrayBuffer.prototype.addOne__O__scm_Growable = (function(elem) { - return this.addOne__O__scm_ArrayBuffer(elem) + return this.addOne__O__scm_ArrayBuffer(elem); }); $c_scm_ArrayBuffer.prototype.iterableFactory__sc_IterableFactory = (function() { - return $m_scm_ArrayBuffer$() + return $m_scm_ArrayBuffer$(); }); $c_scm_ArrayBuffer.prototype.apply__O__O = (function(v1) { - return this.apply__I__O($uI(v1)) + return this.apply__I__O($uI(v1)); }); function $as_scm_ArrayBuffer(obj) { - return (((obj instanceof $c_scm_ArrayBuffer) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArrayBuffer")) + return (((obj instanceof $c_scm_ArrayBuffer) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.collection.mutable.ArrayBuffer")); } function $isArrayOf_scm_ArrayBuffer(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArrayBuffer))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.scm_ArrayBuffer))); } function $asArrayOf_scm_ArrayBuffer(obj, depth) { - return (($isArrayOf_scm_ArrayBuffer(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArrayBuffer;", depth)) + return (($isArrayOf_scm_ArrayBuffer(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.collection.mutable.ArrayBuffer;", depth)); } -var $d_scm_ArrayBuffer = new $TypeData().initClass({ - scm_ArrayBuffer: 0 -}, false, "scala.collection.mutable.ArrayBuffer", { +var $d_scm_ArrayBuffer = new $TypeData().initClass($c_scm_ArrayBuffer, "scala.collection.mutable.ArrayBuffer", ({ scm_ArrayBuffer: 1, scm_AbstractBuffer: 1, scm_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -46252,106 +43533,100 @@ var $d_scm_ArrayBuffer = new $TypeData().initClass({ sc_StrictOptimizedIterableOps: 1, scg_DefaultSerializable: 1, Ljava_io_Serializable: 1 -}); -$c_scm_ArrayBuffer.prototype.$classData = $d_scm_ArrayBuffer; +})); function $ct_sjs_js_WrappedArray__sjs_js_Array__($thiz, array) { $thiz.sjs_js_WrappedArray__f_scala$scalajs$js$WrappedArray$$array = array; - return $thiz + return $thiz; } function $ct_sjs_js_WrappedArray__($thiz) { $ct_sjs_js_WrappedArray__sjs_js_Array__($thiz, []); - return $thiz + return $thiz; } /** @constructor */ function $c_sjs_js_WrappedArray() { - this.sjs_js_WrappedArray__f_scala$scalajs$js$WrappedArray$$array = null + this.sjs_js_WrappedArray__f_scala$scalajs$js$WrappedArray$$array = null; } $c_sjs_js_WrappedArray.prototype = new $h_scm_AbstractBuffer(); $c_sjs_js_WrappedArray.prototype.constructor = $c_sjs_js_WrappedArray; /** @constructor */ function $h_sjs_js_WrappedArray() { - /**/ } $h_sjs_js_WrappedArray.prototype = $c_sjs_js_WrappedArray.prototype; $c_sjs_js_WrappedArray.prototype.sizeHint__I__V = (function(size) { - /**/ }); $c_sjs_js_WrappedArray.prototype.stringPrefix__T = (function() { - return "IndexedSeq" + return "IndexedSeq"; }); $c_sjs_js_WrappedArray.prototype.iterator__sc_Iterator = (function() { var this$1 = new $c_sc_IndexedSeqView$Id(this); - return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$1) + return $ct_sc_IndexedSeqView$IndexedSeqViewIterator__sc_IndexedSeqView__(new $c_sc_IndexedSeqView$IndexedSeqViewIterator(), this$1); }); $c_sjs_js_WrappedArray.prototype.reversed__sc_Iterable = (function() { - return new $c_sc_IndexedSeqView$Reverse(this) + return new $c_sc_IndexedSeqView$Reverse(this); }); $c_sjs_js_WrappedArray.prototype.prepended__O__O = (function(elem) { - return $f_sc_IndexedSeqOps__prepended__O__O(this, elem) + return $f_sc_IndexedSeqOps__prepended__O__O(this, elem); }); $c_sjs_js_WrappedArray.prototype.map__F1__O = (function(f) { - return $f_sc_IndexedSeqOps__map__F1__O(this, f) + return $f_sc_IndexedSeqOps__map__F1__O(this, f); }); $c_sjs_js_WrappedArray.prototype.last__O = (function() { - return $f_sc_IndexedSeqOps__last__O(this) + return $f_sc_IndexedSeqOps__last__O(this); }); $c_sjs_js_WrappedArray.prototype.lengthCompare__I__I = (function(len) { var x = $uI(this.sjs_js_WrappedArray__f_scala$scalajs$js$WrappedArray$$array.length); - return ((x === len) ? 0 : ((x < len) ? (-1) : 1)) + return ((x === len) ? 0 : ((x < len) ? (-1) : 1)); }); $c_sjs_js_WrappedArray.prototype.distinctBy__F1__O = (function(f) { - return $f_sc_StrictOptimizedSeqOps__distinctBy__F1__O(this, f) + return $f_sc_StrictOptimizedSeqOps__distinctBy__F1__O(this, f); }); $c_sjs_js_WrappedArray.prototype.iterableFactory__sc_SeqFactory = (function() { - return $m_sjs_js_WrappedArray$() + return $m_sjs_js_WrappedArray$(); }); $c_sjs_js_WrappedArray.prototype.update__I__O__V = (function(index, elem) { - this.sjs_js_WrappedArray__f_scala$scalajs$js$WrappedArray$$array[index] = elem + this.sjs_js_WrappedArray__f_scala$scalajs$js$WrappedArray$$array[index] = elem; }); $c_sjs_js_WrappedArray.prototype.apply__I__O = (function(index) { - return this.sjs_js_WrappedArray__f_scala$scalajs$js$WrappedArray$$array[index] + return this.sjs_js_WrappedArray__f_scala$scalajs$js$WrappedArray$$array[index]; }); $c_sjs_js_WrappedArray.prototype.length__I = (function() { - return $uI(this.sjs_js_WrappedArray__f_scala$scalajs$js$WrappedArray$$array.length) + return $uI(this.sjs_js_WrappedArray__f_scala$scalajs$js$WrappedArray$$array.length); }); $c_sjs_js_WrappedArray.prototype.knownSize__I = (function() { - return $uI(this.sjs_js_WrappedArray__f_scala$scalajs$js$WrappedArray$$array.length) + return $uI(this.sjs_js_WrappedArray__f_scala$scalajs$js$WrappedArray$$array.length); }); $c_sjs_js_WrappedArray.prototype.className__T = (function() { - return "WrappedArray" + return "WrappedArray"; }); $c_sjs_js_WrappedArray.prototype.result__O = (function() { - return this + return this; }); $c_sjs_js_WrappedArray.prototype.addOne__O__scm_Growable = (function(elem) { this.sjs_js_WrappedArray__f_scala$scalajs$js$WrappedArray$$array.push(elem); - return this + return this; }); $c_sjs_js_WrappedArray.prototype.apply__O__O = (function(v1) { var index = $uI(v1); - return this.sjs_js_WrappedArray__f_scala$scalajs$js$WrappedArray$$array[index] + return this.sjs_js_WrappedArray__f_scala$scalajs$js$WrappedArray$$array[index]; }); $c_sjs_js_WrappedArray.prototype.iterableFactory__sc_IterableFactory = (function() { - return $m_sjs_js_WrappedArray$() + return $m_sjs_js_WrappedArray$(); }); function $as_sjs_js_WrappedArray(obj) { - return (((obj instanceof $c_sjs_js_WrappedArray) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.scalajs.js.WrappedArray")) + return (((obj instanceof $c_sjs_js_WrappedArray) || (obj === null)) ? obj : $throwClassCastException(obj, "scala.scalajs.js.WrappedArray")); } function $isArrayOf_sjs_js_WrappedArray(obj, depth) { - return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sjs_js_WrappedArray))) + return (!(!(((obj && obj.$classData) && (obj.$classData.arrayDepth === depth)) && obj.$classData.arrayBase.ancestors.sjs_js_WrappedArray))); } function $asArrayOf_sjs_js_WrappedArray(obj, depth) { - return (($isArrayOf_sjs_js_WrappedArray(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.scalajs.js.WrappedArray;", depth)) + return (($isArrayOf_sjs_js_WrappedArray(obj, depth) || (obj === null)) ? obj : $throwArrayCastException(obj, "Lscala.scalajs.js.WrappedArray;", depth)); } -var $d_sjs_js_WrappedArray = new $TypeData().initClass({ - sjs_js_WrappedArray: 0 -}, false, "scala.scalajs.js.WrappedArray", { +var $d_sjs_js_WrappedArray = new $TypeData().initClass($c_sjs_js_WrappedArray, "scala.scalajs.js.WrappedArray", ({ sjs_js_WrappedArray: 1, scm_AbstractBuffer: 1, scm_AbstractSeq: 1, sc_AbstractSeq: 1, sc_AbstractIterable: 1, - O: 1, sc_Iterable: 1, sc_IterableOnce: 1, sc_IterableOps: 1, @@ -46380,8 +43655,7 @@ var $d_sjs_js_WrappedArray = new $TypeData().initClass({ scm_IndexedBuffer: 1, scm_Builder: 1, Ljava_io_Serializable: 1 -}); -$c_sjs_js_WrappedArray.prototype.$classData = $d_sjs_js_WrappedArray; +})); $L0 = new $c_RTLong(0, 0); $d_J.zero = $L0; FeatherweightGoMain = $m_Lfeatherweightgo_Main$();