Class Instances

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Class Instances

Michael Junginger
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]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Class Instances

Mariano Abel Coca

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]> 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]
http://lists.squeakfoundation.org/mailman/listinfo/beginners


_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Class Instances

Michael Junginger
Thanks, that was the missing link.

Mariano Abel Coca schrieb:

>
> 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
>  

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners