Interface ICASTTypeIdInitializerExpression

All Superinterfaces:
IASTExpression, IASTInitializerClause, IASTNode, IASTTypeIdInitializerExpression

public interface ICASTTypeIdInitializerExpression extends IASTTypeIdInitializerExpression
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). For compatibility this interface is kept.
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.