Re: objc header parser or pre-compiled header API
Re: objc header parser or pre-compiled header API
- Subject: Re: objc header parser or pre-compiled header API
- From: mw <email@hidden>
- Date: Sun, 02 Feb 2003 14:22:31 -0500
Well, class-dump is the program to use if you need to see what the header
information for any precompiled objc binary looks like (such as the
@interface and all of the iVars and methods for each class). Just Google for
"class-dump" to find it.
mw
--
"Software exists to solve your problems. We exist to make the problems."
Microsoft
On 2/2/03 1:07 PM, "Daniel Zitter" <email@hidden> wrote:
>
Hi,
>
>
I need to generate test code for a huge number of Objective-C classes.
>
Does anyone know of an implementation of an Objective-C header parser
>
which is publicly available?
>
>
I considered walking the objc runtime data structures, but this
>
approach isn't sufficient because there is no good way to separate the
>
public API from the private API once it has been 'distilled' down. (The
>
type information gets watered down a bit too).
>
>
Alternately, is anyone aware of APIs to walk the structures of a
>
pre-compiled header as I think this would be equivalent, and in some
>
respects superior, to header parsing for my purposes.
>
>
Thanks,
>
Dan
>
_______________________________________________
>
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.
_______________________________________________
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.