Package | Description |
---|---|
org.eclipse.cdt.core.model |
Modifier and Type | Method and Description |
---|---|
INamespace |
ITranslationUnit.createNamespace(java.lang.String namespace,
ICElement sibling,
IProgressMonitor monitor)
Creates and returns a namespace in this translation unit
|
INamespace |
ITranslationUnit.getNamespace(java.lang.String name)
Returns the first namespace declaration in this translation unit with the given name
This is a handle-only method.
|
INamespace[] |
ITranslationUnit.getNamespaces()
Returns the namespace 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.