|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the relationship between a class and one of its base classes.
Field Summary | |
---|---|
static ICPPBase[] |
EMPTY_BASE_ARRAY
|
static int |
v_private
|
static int |
v_protected
|
static int |
v_public
|
Method Summary | |
---|---|
IBinding |
getBaseClass()
The base class. |
org.eclipse.cdt.core.dom.IName |
getBaseClassSpecifierName()
Returns the name that specifies the base class. |
int |
getVisibility()
The visibility qualifier applied to the base class. |
boolean |
isVirtual()
Whether this is a virtual base class. |
Field Detail |
public static final ICPPBase[] EMPTY_BASE_ARRAY
public static final int v_private
public static final int v_protected
public static final int v_public
Method Detail |
public IBinding getBaseClass() throws DOMException
DOMException
public org.eclipse.cdt.core.dom.IName getBaseClassSpecifierName()
public int getVisibility() throws DOMException
DOMException
public boolean isVirtual() 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 |