JavaMethodref.st
changeset 198 5543d1079a4a
parent 180 b77168d0e07c
child 203 67af98594672
--- a/JavaMethodref.st	Tue Aug 05 15:03:28 1997 +0000
+++ b/JavaMethodref.st	Tue Aug 05 15:28:43 1997 +0000
@@ -48,6 +48,15 @@
 
     lastMethod := something.!
 
+lastMethod:someMethod lastClass:someClass
+    "set lastMethod & lastClass"
+
+    lastMethod := someMethod.
+    lastClass := someClass.
+
+    "Created: 4.8.1997 / 18:21:11 / cg"
+!
+
 name
     ^ nameandType name.
 !
@@ -179,5 +188,5 @@
 !JavaMethodref class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.25 1997/07/31 20:16:29 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.26 1997/08/05 15:27:13 cg Exp $'
 ! !