|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ICPPASTCompositeTypeSpecifier.ICPPASTBaseSpecifier
Base Specifiers are where a class expresses from whom it inherits.
Field Summary | |
---|---|
static ICPPASTCompositeTypeSpecifier.ICPPASTBaseSpecifier[] |
EMPTY_BASESPECIFIER_ARRAY
Constant. |
static ASTNodeProperty |
NAME
NAME is the name of the base class. |
static int |
v_private
v_private was private keyword used in describing this
base class? |
static int |
v_protected
v_protected was protected keyword used in describing
this base class? |
static int |
v_public
v_public was public keyword used in describing this
base class? |
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
---|
EMPTY_NODE_ARRAY |
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNameOwner |
---|
r_declaration, r_definition, r_reference, r_unclear |
Method Summary | |
---|---|
IASTName |
getName()
Get the name. |
int |
getVisibility()
Get the visibility. |
boolean |
isVirtual()
Is the keyword virtual used? |
void |
setName(IASTName name)
Set the name. |
void |
setVirtual(boolean value)
Set the virtual flag on/off. |
void |
setVisibility(int visibility)
Set the visibility. |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
---|
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNameOwner |
---|
getRoleForName |
Field Detail |
---|
static final ICPPASTCompositeTypeSpecifier.ICPPASTBaseSpecifier[] EMPTY_BASESPECIFIER_ARRAY
static final int v_public
v_public
was public keyword used in describing this
base class?
static final int v_protected
v_protected
was protected keyword used in describing
this base class?
static final int v_private
v_private
was private keyword used in describing this
base class?
static final ASTNodeProperty NAME
NAME
is the name of the base class.
Method Detail |
---|
boolean isVirtual()
void setVirtual(boolean value)
value
- booleanint getVisibility()
void setVisibility(int visibility)
visibility
- IASTName getName()
IASTName
void setName(IASTName name)
name
- IASTName
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |