Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Invoking the DOM parser

Hi all,

Can someone provide me with some pointers on how to invoke the CDT DOM parser on an arbitrary C source file on disc? Searching Google has left me with some hints, but so far I haven't been able to put together anything useful.

It seems that I should start off by constructing a CodeReader. But where do I find the .class file for CodeReader, i.e., which .jar file do I have to include in my project?

Thanks in advance,

  Stefan

Back to the top