Package | Description |
---|---|
org.eclipse.cdt.core.model |
Modifier and Type | Method and Description |
---|---|
IInclude |
ITranslationUnit.createInclude(java.lang.String name,
boolean isStd,
ICElement sibling,
IProgressMonitor monitor)
Creates and returns an include declaration in this translation unit
with the given name.
|
IInclude |
ITranslationUnit.getInclude(java.lang.String name)
Returns the include declaration in this translation unit with the given name.
|
IInclude[] |
ITranslationUnit.getIncludes()
Returns the include declarations in this translation unit
in the order in which they appear in the source.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.