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
getDelegates
ICPPDelegate[] getDelegates()
throws DOMException
- 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.
- Returns:
-
- Throws:
DOMException
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.