Eclipse CDT
7.0

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

Packages that use IASTPreprocessorIncludeStatement
org.eclipse.cdt.core.dom.ast   
 

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

Methods in org.eclipse.cdt.core.dom.ast that return IASTPreprocessorIncludeStatement
 IASTPreprocessorIncludeStatement IASTFileLocation.getContextInclusionStatement()
          Returns the inclusion statement that included this file, or null for a top-level file.
 IASTPreprocessorIncludeStatement IASTTranslationUnit.IDependencyTree.IASTInclusionNode.getIncludeDirective()
           
 IASTPreprocessorIncludeStatement[] IASTTranslationUnit.getIncludeDirectives()
          Returns the include directives encountered in parsing this translation unit.
 


Eclipse CDT
7.0

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