org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPUsingDeclaration
- All Superinterfaces:
- IBinding, ICPPBinding
public interface ICPPUsingDeclaration
- extends ICPPBinding
A using declaration introduces a name into the declarative region in which
it appears, that name is a synonym of some entity declared elsewhere
The using declaration is both a declaration of a new binding and a reference to a
previously declared binding
Method Summary |
IBinding[] |
getDelegates()
Return an array of bindings that were declared by this using declaration. |
getDelegates
IBinding[] getDelegates()
- Return an array of bindings that were declared by this using declaration.
Each of these bindings delegates to some previously declared binding to which it
is a reference.
Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.