|
@@ -513,6 +513,22 @@ referencedClasses: []
|
|
|
}),
|
|
|
smalltalk.Object);
|
|
|
|
|
|
+smalltalk.addMethod(
|
|
|
+"_isImmutable",
|
|
|
+smalltalk.method({
|
|
|
+selector: "isImmutable",
|
|
|
+category: 'testing',
|
|
|
+fn: function (){
|
|
|
+var self=this;
|
|
|
+return smalltalk.withContext(function($ctx1) {
return false;
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"isImmutable",{},smalltalk.Object)})},
|
|
|
+args: [],
|
|
|
+source: "isImmutable\x0a\x09^ false",
|
|
|
+messageSends: [],
|
|
|
+referencedClasses: []
|
|
|
+}),
|
|
|
+smalltalk.Object);
|
|
|
+
|
|
|
smalltalk.addMethod(
|
|
|
"_isKindOf_",
|
|
|
smalltalk.method({
|
|
@@ -1238,6 +1254,22 @@ referencedClasses: []
|
|
|
}),
|
|
|
smalltalk.Boolean);
|
|
|
|
|
|
+smalltalk.addMethod(
|
|
|
+"_isImmutable",
|
|
|
+smalltalk.method({
|
|
|
+selector: "isImmutable",
|
|
|
+category: 'testing',
|
|
|
+fn: function (){
|
|
|
+var self=this;
|
|
|
+return smalltalk.withContext(function($ctx1) {
return true;
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"isImmutable",{},smalltalk.Boolean)})},
|
|
|
+args: [],
|
|
|
+source: "isImmutable\x0a\x09^ true",
|
|
|
+messageSends: [],
|
|
|
+referencedClasses: []
|
|
|
+}),
|
|
|
+smalltalk.Boolean);
|
|
|
+
|
|
|
smalltalk.addMethod(
|
|
|
"_not",
|
|
|
smalltalk.method({
|
|
@@ -2499,6 +2531,22 @@ referencedClasses: ["Point"]
|
|
|
}),
|
|
|
smalltalk.Number);
|
|
|
|
|
|
+smalltalk.addMethod(
|
|
|
+"_IsImmutable",
|
|
|
+smalltalk.method({
|
|
|
+selector: "IsImmutable",
|
|
|
+category: 'testing',
|
|
|
+fn: function (){
|
|
|
+var self=this;
|
|
|
+return smalltalk.withContext(function($ctx1) {
return true;
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"IsImmutable",{},smalltalk.Number)})},
|
|
|
+args: [],
|
|
|
+source: "IsImmutable\x0a\x09^ true",
|
|
|
+messageSends: [],
|
|
|
+referencedClasses: []
|
|
|
+}),
|
|
|
+smalltalk.Number);
|
|
|
+
|
|
|
smalltalk.addMethod(
|
|
|
"__backslash",
|
|
|
smalltalk.method({
|
|
@@ -4779,6 +4827,22 @@ referencedClasses: []
|
|
|
}),
|
|
|
smalltalk.UndefinedObject);
|
|
|
|
|
|
+smalltalk.addMethod(
|
|
|
+"_isImmutable",
|
|
|
+smalltalk.method({
|
|
|
+selector: "isImmutable",
|
|
|
+category: 'testing',
|
|
|
+fn: function (){
|
|
|
+var self=this;
|
|
|
+return smalltalk.withContext(function($ctx1) {
return true;
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"isImmutable",{},smalltalk.UndefinedObject)})},
|
|
|
+args: [],
|
|
|
+source: "isImmutable\x0a\x09^ true",
|
|
|
+messageSends: [],
|
|
|
+referencedClasses: []
|
|
|
+}),
|
|
|
+smalltalk.UndefinedObject);
|
|
|
+
|
|
|
smalltalk.addMethod(
|
|
|
"_isNil",
|
|
|
smalltalk.method({
|