JavaMethodref.st
changeset 120 6493fa59d355
parent 114 3f796855d7d4
child 122 e731a1c1d499
--- a/JavaMethodref.st	Sat Jul 06 18:16:23 1996 +0000
+++ b/JavaMethodref.st	Sat Jul 06 18:16:52 1996 +0000
@@ -1,5 +1,5 @@
 JavaRef subclass:#JavaMethodref
-	instanceVariableNames:'method sel'
+	instanceVariableNames:'method sel lastClass lastMethod'
 	classVariableNames:''
 	poolDictionaries:''
 	category:'Java-Reader-Support'
@@ -82,7 +82,6 @@
                 ].
                 (cls isKindOf:JavaClass) ifFalse:[
                     self halt:'not a javaClass'.
-                    self internalError:'not a javaClass'.
                 ]
             ].
     "/        cls := cls javaClass.
@@ -112,5 +111,5 @@
 !JavaMethodref  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.14 1996/07/03 16:15:50 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.15 1996/07/06 18:16:52 cg Exp $'
 ! !