|
Eclipse CDT 7.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IASTTypeIdInitializerExpression | |
---|---|
org.eclipse.cdt.core.dom.ast | |
org.eclipse.cdt.core.dom.ast.c |
Uses of IASTTypeIdInitializerExpression in org.eclipse.cdt.core.dom.ast |
---|
Methods in org.eclipse.cdt.core.dom.ast that return IASTTypeIdInitializerExpression | |
---|---|
IASTTypeIdInitializerExpression |
IASTTypeIdInitializerExpression.copy()
|
IASTTypeIdInitializerExpression |
IASTTypeIdInitializerExpression.copy(IASTNode.CopyStyle style)
|
IASTTypeIdInitializerExpression |
INodeFactory.newTypeIdInitializerExpression(IASTTypeId typeId,
IASTInitializer initializer)
|
Uses of IASTTypeIdInitializerExpression in org.eclipse.cdt.core.dom.ast.c |
---|
Subinterfaces of IASTTypeIdInitializerExpression in org.eclipse.cdt.core.dom.ast.c | |
---|---|
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 ). |
|
Eclipse CDT 7.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |