|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ICPPDelegate is meant to represent IBindings that are identical in most ways to another binding. Namespace aliases and using declarations will both be represented by delegates
Field Summary | |
---|---|
static int |
NAMESPACE_ALIAS
Kinds of things delegates can represent |
static int |
USING_DECLARATION
|
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding |
---|
EMPTY_BINDING_ARRAY |
Method Summary | |
---|---|
IBinding |
getBinding()
get the original binding that we are a delegate of |
int |
getDelegateType()
What type of delegate is this? |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPBinding |
---|
getQualifiedName, getQualifiedNameCharArray, isGloballyQualified |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding |
---|
getLinkage, getName, getNameCharArray, getScope |
Field Detail |
public static final int NAMESPACE_ALIAS
public static final int USING_DECLARATION
Method Detail |
public int getDelegateType()
public IBinding getBinding()
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |