(true pointersTo collect: #class as: Set) intersection: (false pointersTo collect: #class as: Set)

et voila


2013/11/22 Stephan Eggermont <stephan@stack.nl>
Nicolas wrote:
>It has to be more simple than that�

Probably. I don�t do this often enough.

>Why not searching for allReferences to true and false, and gather the class of referents?

How is that going to give me the values of the instVars?

>This would also remove the limitation of first 10 instances�

Taking a look at all instances just takes a bit longer...

I�m open to suggestions.

Stephan