Hi there,
I'm trying to find out all the instances of a class. Is this possible?
If so, how could I do this?
I expected that there exists some method like subclasses where I can
find out all subclasses of a class...
Take a look at Behavior and ClassDescription when you look for metaprogramming methods ;)
Mariano.
On Thu, Nov 6, 2008 at 12:20 PM, Michael Junginger <[hidden email]> wrote:
Hi there,
I'm trying to find out all the instances of a class. Is this possible?
If so, how could I do this?
I expected that there exists some method like subclasses where I can
find out all subclasses of a class...
>
> self allInstances
>
> Take a look at Behavior and ClassDescription when you look for
> metaprogramming methods ;)
>
> Mariano.
>
>
>
> On Thu, Nov 6, 2008 at 12:20 PM, Michael Junginger
> <[hidden email] > <mailto:[hidden email]>> wrote:
>
> Hi there,
> I'm trying to find out all the instances of a class. Is this possible?
> If so, how could I do this?
> I expected that there exists some method like subclasses where I can
> find out all subclasses of a class...
>
> Thank you very much in advance,
> Mike
> _______________________________________________
> Beginners mailing list
> [hidden email] > <mailto:[hidden email]>
> http://lists.squeakfoundation.org/mailman/listinfo/beginners >
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Beginners mailing list
> [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/beginners >