is there any cookbook about CDT core jar #170
-
|
Hi, there, is there any docs about CDT DOM architecture? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Your best bet is old presentations about CDT. I can recommend these as an entry points:
There is also this FAQ entry I am developing a plug-in that requires a parsing a c file and obtaining the information such as method signatures, parameter types etc. How can I do this using the CDT parser? - I think it is relevant, but it also may be dated too. |
Beta Was this translation helpful? Give feedback.
Your best bet is old presentations about CDT.
I can recommend these as an entry points:
There is also this FAQ entry I am developing a plug-in that requires a parsing a c file and obtaining the information such as method signatures, parameter types etc. How can I do this using the CDT parser? - I think it is relevant, but it also may be dated too.