Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Standalone parser(Use the CDT parser to make my own code's interpretation outside of Eclipse)
Standalone parser [message #793035] Tue, 07 February 2012 17:35
Sébastien Colladon is currently offline Sébastien ColladonFriend
Messages: 3
Registered: February 2012
Junior Member
Hello,

I'm on a project that involves the generation of a model description of the source code to detect design patterns in it. To do this I need to navigate through the information of source code (class declaration, attributes, methods, method invocations ...). I try to use the CDT parser through an AST because I will simplify life much, only I can find no way to do or documentation that allow me to access the AST without going through a plugin.

Will someone tell me how can I do to use the parser outside of Eclipse CDT on files that are not in an Eclipse project?

Thank you in advance.
Previous Topic:[PROBLEM] AIX remote debug from Win7 x64
Next Topic:[AST] Find using declaration AST node from a ICPPUsingDeclaration binding
Goto Forum:
  


Current Time: Fri Apr 26 12:30:14 GMT 2024

Powered by FUDForum. Page generated in 0.02567 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top