|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICPPMember
Represents a member of a class. Adds in the visibility attribute.
| Field Summary | |
|---|---|
static int |
v_private
|
static int |
v_protected
|
static int |
v_public
|
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding |
|---|
EMPTY_BINDING_ARRAY |
| Method Summary | |
|---|---|
ICPPClassType |
getClassOwner()
Same as IBinding.getOwner(). |
IType |
getType()
Returns the type of the member (function type or type of field) |
int |
getVisibility()
Returns the accessibility of the member. |
boolean |
isStatic()
Returns whether this is a static member or not. |
| 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, getOwner, getScope |
| Field Detail |
|---|
static final int v_private
static final int v_protected
static final int v_public
| Method Detail |
|---|
int getVisibility()
ICPPClassType getClassOwner()
IBinding.getOwner().
boolean isStatic()
IType getType()
throws DOMException
DOMException
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||