[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[cdt-core-dev] CDT C/C++ Parser
|
Hi,
We try to create a plug-in to plug the WS2WSDL tool in Axis C++ into CDT.
For that we need to use the c/c++ parser. We saw that the parser doesn't
provide the much more information like function types, parameters, return
types etc.
Source:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-core-home/docs/rationalProposals/Parser.html?cvsroot=Tools_Project
"The CDT Parser implements a parser callback. However this callback
presents very little information about the code. It currently only
supports functions, fields, classes, inclusion directives, and macro
definitions. It does not provide information about function bodies nor
type information about functions and fields. It is also does not cover
C++ concepts such as namespaces, templates, and exceptions and does not
cover typedefs."
But we need following information:
- about included header files
- function name
- reutrn type
- parameter/type
- variables
Is there any possibility to extract those information by the existing parser?
Pls help us by giving comments and references about this regard.
Thanx.
Reagards,
Project Team(LSF - SriLanka)