Iterating over a classes methods?
Iterating over a classes methods?
- Subject: Iterating over a classes methods?
- From: Victor Ng <email@hidden>
- Date: Tue, 24 Dec 2002 02:47:04 -0500
Is there a way to iterate over the list of messages that an object will
respond to?
From my digging around in the Cocoa docs - it looks like I can only
check :
- if an object is an instance of some class
- if an object conforms to some protocol
- or if an object can respond to a selector that I know of before hand.
I want to just get a list of all messages that an object can respond to
and print those method names.
vic
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.