*** empty log message *** rel3_4_1_1 rel3_4_1_2
authorClaus Gittinger <cg@exept.de>
Sat, 07 Feb 1998 20:01:54 +0100
changeset 652 b9e4b4465a2c
parent 651 20f3013cf5c0
child 653 b873bb41ef10
*** empty log message ***
MethodChange.st
MethodChg.st
--- a/MethodChange.st	Sat Feb 07 20:01:42 1998 +0100
+++ b/MethodChange.st	Sat Feb 07 20:01:54 1998 +0100
@@ -58,6 +58,12 @@
     methodCategory := cat
 !
 
+methodCategory
+    ^ methodCategory
+
+    "Created: / 7.2.1998 / 19:47:53 / cg"
+!
+
 selector
     ^ selector
 
@@ -72,8 +78,16 @@
 	    nextPutAll:selector 
 ! !
 
+!MethodChange methodsFor:'queries'!
+
+isMethodChange
+    ^ true
+
+    "Created: / 7.2.1998 / 19:26:59 / cg"
+! !
+
 !MethodChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodChange.st,v 1.14 1998-02-07 12:53:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodChange.st,v 1.15 1998-02-07 19:01:54 cg Exp $'
 ! !
--- a/MethodChg.st	Sat Feb 07 20:01:42 1998 +0100
+++ b/MethodChg.st	Sat Feb 07 20:01:54 1998 +0100
@@ -58,6 +58,12 @@
     methodCategory := cat
 !
 
+methodCategory
+    ^ methodCategory
+
+    "Created: / 7.2.1998 / 19:47:53 / cg"
+!
+
 selector
     ^ selector
 
@@ -72,8 +78,16 @@
 	    nextPutAll:selector 
 ! !
 
+!MethodChange methodsFor:'queries'!
+
+isMethodChange
+    ^ true
+
+    "Created: / 7.2.1998 / 19:26:59 / cg"
+! !
+
 !MethodChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/Attic/MethodChg.st,v 1.14 1998-02-07 12:53:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/Attic/MethodChg.st,v 1.15 1998-02-07 19:01:54 cg Exp $'
 ! !