Usage of a class

Matej Kosik kosik at fiit.stuba.sk
Sun May 29 11:02:56 UTC 2005


Fernando wrote:
> Hi,
> 
> How can I find all the methods where a given class is instanciated?
> 
> Thanks

You could perhaps reveal this by finding all the places where your class object is used (and perhaps sent a `new' message). You can find out all the places where a given class is used by selecting it in the browser's class pane, then use the context menu context menu and choose the "class refs (N)" option.

Regards
-- 
Matej Kosik, icq://300133844, http://altair.dcs.elf.stuba.sk/wiki/Kosik/Main



More information about the Squeak-dev mailing list