|
@@ -1146,15 +1146,21 @@ selector: "isImmutable",
|
|
|
protocol: "testing",
|
|
|
|
|
|
args: [],
|
|
|
-source: "isImmutable\x0a\x09^ false",
|
|
|
+source: "isImmutable\x0a\x09self deprecatedAPI: 'Use #isIdempotent / #isAssignable not instead.'.\x0a\x09^ self isIdempotent",
|
|
|
referencedClasses: [],
|
|
|
|
|
|
pragmas: [],
|
|
|
-messageSends: []
|
|
|
+messageSends: ["deprecatedAPI:", "isIdempotent"]
|
|
|
}, function ($methodClass){ return function (){
|
|
|
var self=this,$self=this;
|
|
|
-return false;
|
|
|
-
|
|
|
+
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
+
|
|
|
+$self._deprecatedAPI_("Use #isIdempotent / #isAssignable not instead.");
|
|
|
+return $self._isIdempotent();
|
|
|
+
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"isImmutable",{})});
|
|
|
+
|
|
|
}; }),
|
|
|
$globals.ScopeVar);
|
|
|
|
|
@@ -1378,24 +1384,6 @@ return true;
|
|
|
}; }),
|
|
|
$globals.AliasVar);
|
|
|
|
|
|
-$core.addMethod(
|
|
|
-$core.method({
|
|
|
-selector: "isImmutable",
|
|
|
-protocol: "testing",
|
|
|
-
|
|
|
-args: [],
|
|
|
-source: "isImmutable\x0a\x09^ true",
|
|
|
-referencedClasses: [],
|
|
|
-
|
|
|
-pragmas: [],
|
|
|
-messageSends: []
|
|
|
-}, function ($methodClass){ return function (){
|
|
|
-var self=this,$self=this;
|
|
|
-return true;
|
|
|
-
|
|
|
-}; }),
|
|
|
-$globals.AliasVar);
|
|
|
-
|
|
|
|
|
|
|
|
|
$core.addClass("ArgVar", $globals.ScopeVar, [], "Compiler-Semantic");
|
|
@@ -1438,24 +1426,6 @@ return true;
|
|
|
}; }),
|
|
|
$globals.ArgVar);
|
|
|
|
|
|
-$core.addMethod(
|
|
|
-$core.method({
|
|
|
-selector: "isImmutable",
|
|
|
-protocol: "testing",
|
|
|
-
|
|
|
-args: [],
|
|
|
-source: "isImmutable\x0a\x09^ true",
|
|
|
-referencedClasses: [],
|
|
|
-
|
|
|
-pragmas: [],
|
|
|
-messageSends: []
|
|
|
-}, function ($methodClass){ return function (){
|
|
|
-var self=this,$self=this;
|
|
|
-return true;
|
|
|
-
|
|
|
-}; }),
|
|
|
-$globals.ArgVar);
|
|
|
-
|
|
|
|
|
|
|
|
|
$core.addClass("ClassRefVar", $globals.ScopeVar, [], "Compiler-Semantic");
|
|
@@ -1521,24 +1491,6 @@ return true;
|
|
|
}; }),
|
|
|
$globals.ClassRefVar);
|
|
|
|
|
|
-$core.addMethod(
|
|
|
-$core.method({
|
|
|
-selector: "isImmutable",
|
|
|
-protocol: "testing",
|
|
|
-
|
|
|
-args: [],
|
|
|
-source: "isImmutable\x0a\x09^ true",
|
|
|
-referencedClasses: [],
|
|
|
-
|
|
|
-pragmas: [],
|
|
|
-messageSends: []
|
|
|
-}, function ($methodClass){ return function (){
|
|
|
-var self=this,$self=this;
|
|
|
-return true;
|
|
|
-
|
|
|
-}; }),
|
|
|
-$globals.ClassRefVar);
|
|
|
-
|
|
|
|
|
|
|
|
|
$core.addClass("ExternallyKnownVar", $globals.ScopeVar, [], "Compiler-Semantic");
|
|
@@ -1581,24 +1533,6 @@ return true;
|
|
|
}; }),
|
|
|
$globals.ExternallyKnownVar);
|
|
|
|
|
|
-$core.addMethod(
|
|
|
-$core.method({
|
|
|
-selector: "isImmutable",
|
|
|
-protocol: "testing",
|
|
|
-
|
|
|
-args: [],
|
|
|
-source: "isImmutable\x0a\x09^ true",
|
|
|
-referencedClasses: [],
|
|
|
-
|
|
|
-pragmas: [],
|
|
|
-messageSends: []
|
|
|
-}, function ($methodClass){ return function (){
|
|
|
-var self=this,$self=this;
|
|
|
-return true;
|
|
|
-
|
|
|
-}; }),
|
|
|
-$globals.ExternallyKnownVar);
|
|
|
-
|
|
|
|
|
|
|
|
|
$core.addClass("InstanceVar", $globals.ScopeVar, [], "Compiler-Semantic");
|
|
@@ -1711,24 +1645,6 @@ return true;
|
|
|
}; }),
|
|
|
$globals.PseudoVar);
|
|
|
|
|
|
-$core.addMethod(
|
|
|
-$core.method({
|
|
|
-selector: "isImmutable",
|
|
|
-protocol: "testing",
|
|
|
-
|
|
|
-args: [],
|
|
|
-source: "isImmutable\x0a\x09^ true",
|
|
|
-referencedClasses: [],
|
|
|
-
|
|
|
-pragmas: [],
|
|
|
-messageSends: []
|
|
|
-}, function ($methodClass){ return function (){
|
|
|
-var self=this,$self=this;
|
|
|
-return true;
|
|
|
-
|
|
|
-}; }),
|
|
|
-$globals.PseudoVar);
|
|
|
-
|
|
|
$core.addMethod(
|
|
|
$core.method({
|
|
|
selector: "isPseudoVar",
|