Eclipse CDT
Pre-release 3.0

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


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
EMPTY_BINDING_ARRAY
 
Method Summary
 ICPPDelegate[] getDelegates()
          Return an array of bindings that were declared by this using declaration.
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPBinding
getQualifiedName, getQualifiedNameCharArray, isGloballyQualified
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
getName, getNameCharArray, getScope
 

Method Detail

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

Eclipse CDT
Pre-release 3.0

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