|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICPPDelegate
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 |
---|
getName, getNameCharArray, getScope |
Field Detail |
---|
static final int NAMESPACE_ALIAS
static final int USING_DECLARATION
Method Detail |
---|
int getDelegateType()
IBinding getBinding()
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |