|
Eclipse CDT 7.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IUsing | |
---|---|
org.eclipse.cdt.core.model |
Uses of IUsing in org.eclipse.cdt.core.model |
---|
Methods in org.eclipse.cdt.core.model that return IUsing | |
---|---|
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. |
|
Eclipse CDT 7.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |