[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Is there an example of a function that will
- To: info-macl@cambridge.apple.com
- Subject: Is there an example of a function that will
- From: Luke Hohmann <hohmann@csmil.umich.edu>
- Date: Thu, 25 Jun 92 07:59:03 -0400
return ALL subclasses of a given class, not just the direct subclasses?
I am looking for a recursive version of class-direct-subclasses that will
return all the classes in a list, and I'm (for the moment) too lazy to
write such a beast.....
Thanks!
-- Luke