Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast | |
org.eclipse.cdt.core.dom.ast.c |
Modifier and Type | Method and Description |
---|---|
IASTTypeIdInitializerExpression |
IASTTypeIdInitializerExpression.copy() |
IASTTypeIdInitializerExpression |
IASTTypeIdInitializerExpression.copy(IASTNode.CopyStyle style) |
IASTTypeIdInitializerExpression |
INodeFactory.newTypeIdInitializerExpression(IASTTypeId typeId,
IASTInitializer initializer) |
Modifier and Type | Interface and Description |
---|---|
interface |
ICASTTypeIdInitializerExpression
C Expression of the format type-id { initializer }
GCC allows compound literals for c++, therefore the interface was moved to the common
ast interfaces (
IASTTypeIdInitializerExpression ). |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.