Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPASTTranslationUnit

All Superinterfaces:
IASTNode, IASTTranslationUnit

public interface ICPPASTTranslationUnit
extends IASTTranslationUnit


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.cdt.core.dom.ast.IASTTranslationUnit
IASTTranslationUnit.IDependencyTree
 
Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTTranslationUnit
EXPANSION_NAME, OWNED_DECLARATION, PREPROCESSOR_STATEMENT, SCANNER_PROBLEM
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
EMPTY_NODE_ARRAY
 
Method Summary
 IBinding resolveBinding()
          Resolve the binding for translation unit.
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTTranslationUnit
addDeclaration, flattenLocationsToFile, getAllPreprocessorStatements, getContainingFilename, getDeclarations, getDeclarations, getDefinitions, getDependencyTree, getFilePath, getIncludeDirectives, getLocationInfo, getMacroDefinitions, getParserLanguage, getPreprocessorProblems, getReferences, getScope, getUnpreprocessedSignature, selectNodeForLocation
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent
 

Method Detail

resolveBinding

IBinding resolveBinding()
Resolve the binding for translation unit.

Returns:
IBinding

Eclipse CDT
Pre-release 3.0

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