|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary |
---|
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding |
---|
EMPTY_BINDING_ARRAY |
Method Summary | |
---|---|
String[] |
getQualifiedName()
return an array of strings representing the qualified name of this binding |
char[][] |
getQualifiedNameCharArray()
|
boolean |
isGloballyQualified()
returns true if this binding is qualified wrt 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, getScope |
Method Detail |
public String[] getQualifiedName() throws DOMException
DOMException
public char[][] getQualifiedNameCharArray() throws DOMException
DOMException
public boolean isGloballyQualified() throws DOMException
DOMException
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |