org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPNamespace
- All Superinterfaces:
- IBinding, ICPPBinding
- All Known Subinterfaces:
- ICPPNamespaceAlias
- public interface ICPPNamespace
- extends ICPPBinding
This interface represents a C++ namespace
getNamespaceScope
public ICPPNamespaceScope getNamespaceScope()
throws DOMException
- get the scope object associated with this namespace
- Returns:
-
- Throws:
DOMException
getMemberBindings
public IBinding[] getMemberBindings()
throws DOMException
- get an array of the all the bindings declared in this namespace.
- Returns:
-
- Throws:
DOMException
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.