1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-13 12:05:21 +02:00

Cleaned up DOM guide to remove mention of rewrite and workspace view.

This commit is contained in:
Doug Schaefer 2005-07-27 19:37:40 +00:00
parent b6ca08ef01
commit 2af99d8ade

View file

@ -44,17 +44,5 @@ from an <a
view to the <a
href="../../reference/api/org/eclipse/cdt/core/dom/ast/IBinding.html">IBinding</a>
that represents the Semantic object for that
given name.<br>
</p>
<h2>Workspace-Wide View</h2>
<p>Once you have a binding, it is possible to find all translation
units that declare or refer to that binding. From there you can
navigate from the IASTTranslationUnit to the IASTNames that declare or
refer to that binding.<br>
</p>
<h2>Rewriting</h2>
<p>From the Syntactic view, you can ask the AST Rewriter to calculate
the TextEdits required to accomplish changes to the AST.<br>
</p>
</body>
given name.</p></body>
</html>