Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » java(parse )
java [message #847547] Tue, 17 April 2012 08:15 Go to next message
Eclipse UserFriend
I installed environment CDT (c / c + +) in eclipse because it was my idea.

So there I created a project containing c structures, enumerated type, functions.
what I want is to write Java code that will allow me to retrieve this information (structures, functions, enumeration) content in my c file and display them.
which package or which class to use for this? or could someone pass me a code all done?
I hope to be clear!

thank you!
Re: java [message #848846 is a reply to message #847547] Wed, 18 April 2012 12:23 Go to previous message
Eclipse UserFriend
On 04/17/2012 02:15 PM, steve frank wrote:
> I installed environment CDT (c / c + +) in eclipse because it was my idea.
>
> So there I created a project containing c structures, enumerated type,
> functions.
> what I want is to write Java code that will allow me to retrieve this
> information (structures, functions, enumeration) content in my c file
> and display them.
> which package or which class to use for this? or could someone pass me a
> code all done?
> I hope to be clear!
>
> thank you!
so you basically want a parser that can be called by Java. You should be
able to find something here:

http://java-source.net/open-source/parser-generators

I would suggest to ask in a more Java oriented group by the way. It's a
bit off topic here
Previous Topic:C++11 (0x)?
Next Topic:[SOLVED]Single source file no longer has syntax highlighting, code traversal features.
Goto Forum:
  


Current Time: Sat Jun 14 14:06:45 EDT 2025

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

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

Back to the top