|
Eclipse CDT Pre-release 3.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 | |
---|---|
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 |
---|
getName, getNameCharArray, getScope |
Method Detail |
---|
String[] getQualifiedName() throws DOMException
DOMException
char[][] getQualifiedNameCharArray() throws DOMException
DOMException
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 |