Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-core-dev] how to parse c ,c++ file

Look at the maling list archives:
 
http://dev.eclipse.org/mhonarc/lists/cdt-core-dev/msg00317.html
-----Original Message-----
From: sanjaya@xxxxxxxxxxxxx [mailto:sanjaya@xxxxxxxxxxxxx]
Sent: July 16, 2004 5:12 AM
To: cdt-core-dev@xxxxxxxxxxx
Subject: [cdt-core-dev] how to parse c ,c++ file

I am developing a plug-in that requires a parsing a c file
and obtaining
the information such as method siganatures,parameter types etc. Can any
body tell me how to do it using the CDT parser.

I
tried to look at the source code of cdt , but its too much work
I managed to create the parser object but can't figure out how
to get the 
necessary information .. thanks in advance
regards
sanjaya
_______________________________________________ cdt-core-dev mailing list cdt-core-dev@xxxxxxxxxxx http://dev.eclipse.org/mailman/listinfo/cdt-core-dev

Back to the top