Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.IASTTranslationUnit

Packages that use IASTTranslationUnit
org.eclipse.cdt.core.dom.ast   
org.eclipse.cdt.core.dom.ast.cpp   
org.eclipse.cdt.core.model   
 

Uses of IASTTranslationUnit in org.eclipse.cdt.core.dom.ast
 

Methods in org.eclipse.cdt.core.dom.ast that return IASTTranslationUnit
 IASTTranslationUnit IASTNode.getTranslationUnit()
          Get the translation unit (master) node that is the ancestor of all nodes in this AST.
 IASTTranslationUnit ASTCompletionNode.getTranslationUnit()
          Get the translation unit for this completion
 

Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTTranslationUnit
 int ASTVisitor.visit(IASTTranslationUnit tu)
          visit methods
 

Constructors in org.eclipse.cdt.core.dom.ast with parameters of type IASTTranslationUnit
ASTCompletionNode(org.eclipse.cdt.core.parser.IToken completionToken, IASTTranslationUnit translationUnit)
          Only constructor.
 

Uses of IASTTranslationUnit in org.eclipse.cdt.core.dom.ast.cpp
 

Subinterfaces of IASTTranslationUnit in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPASTTranslationUnit
           
 

Uses of IASTTranslationUnit in org.eclipse.cdt.core.model
 

Methods in org.eclipse.cdt.core.model that return IASTTranslationUnit
 IASTTranslationUnit ITranslationUnit.getASTTranslationUnit()
          Returns the root object of a DOM Abstract syntax tree.
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.