|
Eclipse CDT Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface represents enumerations in C and C++.
| Nested Class Summary | |
static interface |
IASTEnumerationSpecifier.IASTEnumerator
This interface represents an enumerator member of an enum specifier. |
| Field Summary | |
static ASTNodeProperty |
ENUMERATION_NAME
ENUMERATION_NAME describes the relationship between
IASTEnumerationSpecifier and its IASTName. |
static ASTNodeProperty |
ENUMERATOR
ENUMERATOR describes the relationship between
IASTEnumerationSpecifier and the nested
IASTEnumerators. |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTDeclSpecifier |
sc_auto, sc_extern, sc_last, sc_register, sc_static, sc_typedef, sc_unspecified |
| 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 | |
void |
addEnumerator(IASTEnumerationSpecifier.IASTEnumerator enumerator)
Add an enumerator. |
IASTEnumerationSpecifier.IASTEnumerator[] |
getEnumerators()
Get enumerators. |
IASTName |
getName()
Get the enum's name. |
void |
setName(IASTName name)
Set the enum's name. |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTDeclSpecifier |
getRawSignature, getStorageClass, isConst, isInline, isVolatile, setConst, setInline, setStorageClass, setVolatile |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getTranslationUnit, setParent, setPropertyInParent |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNameOwner |
getRoleForName |
| Field Detail |
public static final ASTNodeProperty ENUMERATOR
ENUMERATOR describes the relationship between
IASTEnumerationSpecifier and the nested
IASTEnumerators.
public static final ASTNodeProperty ENUMERATION_NAME
ENUMERATION_NAME describes the relationship between
IASTEnumerationSpecifier and its IASTName.
| Method Detail |
public void addEnumerator(IASTEnumerationSpecifier.IASTEnumerator enumerator)
enumerator - IASTEnumeratorpublic IASTEnumerationSpecifier.IASTEnumerator[] getEnumerators()
IASTEnumerator [] arraypublic void setName(IASTName name)
name - public IASTName getName()
|
Eclipse CDT Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||