diff -r 3ef2f691563f -r c72908723a98 JavaUnresolvedConstant.st --- a/JavaUnresolvedConstant.st Sun Nov 14 14:54:27 1999 +0000 +++ b/JavaUnresolvedConstant.st Sun Nov 14 14:54:41 1999 +0000 @@ -181,6 +181,12 @@ !JavaUnresolvedConstant methodsFor:'queries'! +isJavaMethodRef + ^ false + + "Created: / 14.11.1999 / 15:51:33 / cg" +! + isUnresolved ^ true ! @@ -238,5 +244,5 @@ !JavaUnresolvedConstant class methodsFor:'documentation'! version - ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaUnresolvedConstant.st,v 1.10 1998/11/16 15:16:44 cg Exp $' + ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaUnresolvedConstant.st,v 1.11 1999/11/14 14:54:41 cg Exp $' ! !