Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] model and dom.ast


Hello,

In CDT I see two c code trees, org.eclipse.cdt.core.model and org.eclipse.cdt.core.dom.ast . both having references to source code.

-  what is the logical difference between these two ASTs  ? Is there any documentation regarding this ?
-  Is there are direct relationship between these two ?  I mean  given a ICElement, can i find corresponding IASTNode if any and vice versa ?


thanks,

- janees









Back to the top