Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.core.model.IUsing

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(String name, boolean isDirective, ICElement sibling, IProgressMonitor monitor)
          Creates and returns a using declaration/directive in this translation unit
 IUsing ITranslationUnit.getUsing(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
Pre-release 3.0

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