On 20 Dec 2007, at 21:16 , Stéphane Ducasse wrote:
mc := MethodCollector new. bindingToSearch := OrderedCollection fullyQualifiedReference binding. filter := mc referencesTo: bindingToSearch. result := mc select: filter.
If you are looking for the non-RB version, go for this one. More see: MethodCollector comment.
However, Smalltalk's senders of yields tons of false positives. In RBCrawler, what I do is a type inference at byte code level to get better data.
AA