Package | Description |
---|---|
org.eclipse.cdt.core.model |
Modifier and Type | Method and Description |
---|---|
IUsing |
ITranslationUnit.createUsing(java.lang.String name,
boolean isDirective,
ICElement sibling,
IProgressMonitor monitor)
Creates and returns a using declaration/directive in this translation unit.
|
IUsing |
ITranslationUnit.getUsing(java.lang.String name)
Returns the first using in this translation unit with the name
This is a handle-only method.
|
IUsing[] |
ITranslationUnit.getUsings()
Returns the usings 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.