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, getScope
java.lang.String[] getQualifiedName() throws DOMException
DOMException
char[][] getQualifiedNameCharArray() throws DOMException
DOMException
boolean isGloballyQualified() throws DOMException
DOMException
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.