[Pharo-project] knowing all the class using a trait?
Hi david is there a way to know the classes that use a given trait? Stef
I don't know if this is in the GUI, but you can just send #users to a trait. TPureBehavior users --> an IdentitySet(TraitBehavior Behavior) Adrian On Dec 20, 2008, at 21:17 , Stéphane Ducasse wrote:
Hi david
is there a way to know the classes that use a given trait?
Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
ok thanks I could not find it. Now I will look for it. Stef On Dec 22, 2008, at 10:45 AM, David Röthlisberger wrote:
is there a way to know the classes that use a given trait?
From the UI point of view: In OB there is the context menu action 'browse trait users..." available for every trait.
David
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Adrian Lienhard -
David Röthlisberger -
Stéphane Ducasse