Package org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPNamespaceAlias
-
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
,IBinding
,ICPPBinding
,ICPPNamespace
public interface ICPPNamespaceAlias extends ICPPNamespace
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
-
Field Summary
-
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
EMPTY_BINDING_ARRAY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IBinding
getBinding()
Returns the binding of the original namespace.-
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
getLinkage, getName, getNameCharArray, getOwner, getScope
-
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.cpp.ICPPNamespace
getMemberBindings, getNamespaceScope, isInline
-
-
-
-
Method Detail
-
getBinding
IBinding getBinding()
Returns the binding of the original namespace.
-
-