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 IASTTranslationUnit.copy()
          Returns a copy of the AST, however the ILocationResolver and the preprocessor nodes are not copied.
 IASTTranslationUnit ASTCompletionNode.getTranslationUnit()
           
 IASTTranslationUnit IASTCompletionNode.getTranslationUnit()
          Get the translation unit for this completion
 IASTTranslationUnit IASTNode.getTranslationUnit()
          Get the translation unit (master) node that is the ancestor of all nodes in this AST.
 IASTTranslationUnit INodeFactory.newTranslationUnit()
          Calling the method getASTNodeFactory() on the translation unit returned by this method will return the node factory that was used to create the IASTTranslationUnit.
 

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

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

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.getAST()
          Creates the full AST for this translation unit.
 IASTTranslationUnit ITranslationUnit.getAST(org.eclipse.cdt.core.index.IIndex index, int style)
          Creates an AST based on the requested style.
 IASTTranslationUnit ILanguage.getASTTranslationUnit(org.eclipse.cdt.core.parser.CodeReader reader, org.eclipse.cdt.core.parser.IScannerInfo scanInfo, org.eclipse.cdt.core.dom.ICodeReaderFactory fileCreator, org.eclipse.cdt.core.index.IIndex index, int options, org.eclipse.cdt.core.parser.IParserLogService log)
          Construct an AST for the source code provided by reader.
 IASTTranslationUnit AbstractLanguage.getASTTranslationUnit(org.eclipse.cdt.core.parser.CodeReader reader, org.eclipse.cdt.core.parser.IScannerInfo scanInfo, org.eclipse.cdt.core.dom.ICodeReaderFactory fileCreator, org.eclipse.cdt.core.index.IIndex index, int options, org.eclipse.cdt.core.parser.IParserLogService log)
           
 IASTTranslationUnit ILanguage.getASTTranslationUnit(org.eclipse.cdt.core.parser.CodeReader reader, org.eclipse.cdt.core.parser.IScannerInfo scanInfo, org.eclipse.cdt.core.dom.ICodeReaderFactory fileCreator, org.eclipse.cdt.core.index.IIndex index, org.eclipse.cdt.core.parser.IParserLogService log)
          Construct an AST for the source code provided by reader.
 IASTTranslationUnit AssemblyLanguage.getASTTranslationUnit(org.eclipse.cdt.core.parser.CodeReader reader, org.eclipse.cdt.core.parser.IScannerInfo scanInfo, org.eclipse.cdt.core.dom.ICodeReaderFactory fileCreator, org.eclipse.cdt.core.index.IIndex index, org.eclipse.cdt.core.parser.IParserLogService log)
           
 IASTTranslationUnit IWorkingCopy.reconcile(boolean computeAST, boolean forceProblemDetection, IProgressMonitor monitor)
          Reconciles the contents of this working copy.
 

Methods in org.eclipse.cdt.core.model with parameters of type IASTTranslationUnit
 IASTName[] ILanguage.getSelectedNames(IASTTranslationUnit ast, int start, int length)
          Deprecated. use getNodeSelector(String), instead.
 IASTName[] AssemblyLanguage.getSelectedNames(IASTTranslationUnit ast, int start, int length)
           
 


Eclipse CDT
Pre-release 3.0

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