objc header parser or pre-compiled header API
objc header parser or pre-compiled header API
- Subject: objc header parser or pre-compiled header API
- From: Daniel Zitter <email@hidden>
- Date: Sun, 2 Feb 2003 10:07:54 -0800
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.