> Also, how do I get to a list > of the implementers/senders/references/etc of the method/class? > What is the improved and approved way to do this :) ?
do you mean sending them #senders and #implementors? Or am I missing something? aCompiledMethod senders. (Morph>>#drawOn:) implementors. Morph allCallsOn. This will list everything. Nautilus can also filter it, because it keeps track of the current scope, but I don't know if this is abstracted. Peter