|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICASTTypeIdInitializerExpression
C Expression of the format type-id { initializer }
Field Summary | |
---|---|
static ASTNodeProperty |
INITIALIZER
INITIALIZER represents the relationship between an
ICASTTypeIdInitializerExpression and
IASTInitializer . |
static ASTNodeProperty |
TYPE_ID
TYPE_ID represents the relationship between an
ICASTTypeIdInitializerExpression and
IASTTypeId . |
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTExpression |
---|
EMPTY_EXPRESSION_ARRAY |
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
---|
EMPTY_NODE_ARRAY |
Method Summary | |
---|---|
IASTInitializer |
getInitializer()
Get the initializer. |
IASTTypeId |
getTypeId()
Get the type-id. |
void |
setInitializer(IASTInitializer initializer)
Set the initializer. |
void |
setTypeId(IASTTypeId typeId)
Set the typeId. |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
---|
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
Field Detail |
---|
static final ASTNodeProperty TYPE_ID
TYPE_ID
represents the relationship between an
ICASTTypeIdInitializerExpression
and
IASTTypeId
.
static final ASTNodeProperty INITIALIZER
INITIALIZER
represents the relationship between an
ICASTTypeIdInitializerExpression
and
IASTInitializer
.
Method Detail |
---|
IASTTypeId getTypeId()
IASTTypeId
void setTypeId(IASTTypeId typeId)
typeId
- IASTTypeId
IASTInitializer getInitializer()
IASTInitializer
void setInitializer(IASTInitializer initializer)
initializer
- IASTInitializer
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |