|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.IASTExpression |
---|
getExpressionType |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
---|
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
Field Detail |
public static final ASTNodeProperty TYPE_ID
TYPE_ID
represents the relationship between an
ICASTTypeIdInitializerExpression
and
IASTTypeId
.
public static final ASTNodeProperty INITIALIZER
INITIALIZER
represents the relationship between an
ICASTTypeIdInitializerExpression
and
IASTInitializer
.
Method Detail |
public IASTTypeId getTypeId()
IASTTypeId
public void setTypeId(IASTTypeId typeId)
typeId
- IASTTypeId
public IASTInitializer getInitializer()
IASTInitializer
public 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 |