public interface ICPPBinding extends IBinding
EMPTY_BINDING_ARRAY| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getQualifiedName()
Returns an array of strings representing the qualified name of this binding.
|
char[][] |
getQualifiedNameCharArray() |
boolean |
isGloballyQualified()
Returns true if this binding is qualified with respect to the translation unit
for example, local variables, function parameters and local classes will
all return false.
|
getLinkage, getName, getNameCharArray, getOwner, getScopejava.lang.String[] getQualifiedName()
throws DOMException
DOMExceptionchar[][] getQualifiedNameCharArray()
throws DOMException
DOMExceptionboolean isGloballyQualified()
throws DOMException
DOMExceptionCopyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.