Eclipse CDT
7.0

org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPNamespaceAlias

All Superinterfaces:
IBinding, ICPPBinding, ICPPNamespace

public interface ICPPNamespaceAlias
extends ICPPNamespace


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
EMPTY_BINDING_ARRAY
 
Method Summary
 IBinding getBinding()
          get the binding of the original namespace.
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPNamespace
getMemberBindings, getNamespaceScope
 
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
getLinkage, getName, getNameCharArray, getOwner, getScope
 

Method Detail

getBinding

IBinding getBinding()
get the binding of the original namespace.


Eclipse CDT
7.0

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