public interface ICPPMember extends ICPPBinding
Modifier and Type | Field and Description |
---|---|
static int |
v_private |
static int |
v_protected |
static int |
v_public |
EMPTY_BINDING_ARRAY
Modifier and Type | Method and Description |
---|---|
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.
|
getQualifiedName, getQualifiedNameCharArray, isGloballyQualified
getLinkage, getName, getNameCharArray, getOwner, getScope
static final int v_private
static final int v_protected
static final int v_public
int getVisibility()
ICPPClassType getClassOwner()
IBinding.getOwner()
.boolean isStatic()
IType getType() throws DOMException
DOMException
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.