JavaUnresolvedMethodrefConstant.st
changeset 625 b0d1764545b5
parent 619 b4868e432de3
child 627 3ef2f691563f
--- a/JavaUnresolvedMethodrefConstant.st	Tue Nov 09 15:43:45 1999 +0000
+++ b/JavaUnresolvedMethodrefConstant.st	Tue Nov 09 17:00:14 1999 +0000
@@ -153,6 +153,12 @@
 
 !JavaUnresolvedMethodrefConstant methodsFor:'queries'!
 
+isJavaClassRef
+    ^ false
+
+    "Created: / 9.11.1999 / 17:18:24 / cg"
+!
+
 isJavaMethodRef
     ^ true
 
@@ -234,5 +240,5 @@
 !JavaUnresolvedMethodrefConstant class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaUnresolvedMethodrefConstant.st,v 1.12 1999/11/09 14:55:59 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaUnresolvedMethodrefConstant.st,v 1.13 1999/11/09 16:58:29 cg Exp $'
 ! !