Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] PDOM, IBinding, IAST object madness

Is there a document that explains how to go back and forth between
these models?

I've reverse engineered (commentless code) how to get from an IAST to
an IBinding to a  PDOM object.

Now I'm looking at how to go back from a PDOM to an IAST node/name.
Before I start asking about specific use cases is there some
documentation I've been missing?

I've read these:

http://wiki.eclipse.org/CDT/designs/PDOM/Overview

http://wiki.eclipse.org/CDT/designs/PDOM/History

http://wiki.eclipse.org/CDT/designs/PDOM

http://wiki.eclipse.org/CDT/designs/Overview_of_Parsing

http://lnu.diva-portal.org/smash/get/diva2:220298/FULLTEXT01

http://www.eclipsecon.org/2008/sub/attachments/Static_Analysis_in_PTP_with_CDT.pdf

http://wiki.eclipse.org/images/c/c7/CDT_APIs_for_code_introspection.pdf

http://www.slideshare.net/dschaefer/code-analysis-and-refactoring-with-cdt-presentation

http://wiki.eclipse.org/CDT/designs/StaticAnalysis

http://cdt-devel-faq.wikidot.com/#toc4


Back to the top