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:
parent
b6ca08ef01
commit
2af99d8ade
1 changed files with 1 additions and 13 deletions
|
@ -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>
|
Loading…
Add table
Reference in a new issue