Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!ames!decwrl!sdd.hp.com!uakari.primate.wisc.edu!uflorida!NOODLE@CEDAR.CIRCA.UFL.EDU From: noodle@oak.circa.ufl.edu Newsgroups: comp.lang.smalltalk Subject: Re: Which class/superclass implements a method ? Message-ID: <0093AA87.5E938720@CEDAR.CIRCA.UFL.EDU> Date: 4 Aug 90 00:26:36 GMT References: <648@ghp.UUCP> Sender: news@uflorida.cis.ufl.EDU Reply-To: noodle@oak.circa.ufl.edu Organization: University of Florida CIRCA VAX Cluster Lines: 6 If I remember correctly, look in the Behavior class for methods which give information about classes. I wrote a program to generate a file which looks just like the pages out of the Smalltalk\V manual so that I could look at my objects the way they are presented in the manual. I basically looked at the code for the ClassHierarchyBrowser to see where they got all that info about classes. You might try that.