|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICPPBinding
Field Summary |
---|
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding |
---|
EMPTY_BINDING_ARRAY |
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding |
---|
getLinkage, getName, getNameCharArray, getOwner, getScope |
Method Detail |
---|
java.lang.String[] getQualifiedName() throws DOMException
DOMException
char[][] getQualifiedNameCharArray() throws DOMException
DOMException
boolean isGloballyQualified() throws DOMException
DOMException
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |