la le,

--- la le <[EMAIL PROTECTED]> wrote:

> does anyone know of a objective c parser?, 
> i need to extract all the info from @interface
> declarations (class name, class super, varibale names,
> if they are protected/priveate/public, method names
> and its variables), and also from @implementation
> declareations i need to extract method names and its
> argument names, along with the raw text in the
> methods. .... 
> then i need to be able to save them to file.
> 
> anyone know of a starting point to get the info i need?

The GormObjCHeaderParser library used in Gorm (of course) extracts some such
information from headers.  It currently doesn't read the implementation
declarations, since it doesn't really need to.

GJC

Gregory John Casamento 
-- CEO/President Open Logic Corp. (A MD Corp.)
## Maintainer of Gorm (IB Equiv.) for GNUstep.


_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to