Interface ICPPASTExpression

All Superinterfaces:
IASTExpression, IASTImplicitDestructorNameOwner, IASTInitializerClause, IASTNode, ICPPASTInitializerClause
All Known Subinterfaces:
ICPPASTArraySubscriptExpression, ICPPASTBinaryExpression, ICPPASTCastExpression, ICPPASTDeleteExpression, ICPPASTExpressionList, ICPPASTFieldReference, ICPPASTFoldExpression, ICPPASTFunctionCallExpression, ICPPASTLambdaExpression, ICPPASTLiteralExpression, ICPPASTNaryTypeIdExpression, ICPPASTNewExpression, ICPPASTPackExpansionExpression, ICPPASTSimpleTypeConstructorExpression, ICPPASTTypeIdExpression, ICPPASTTypenameExpression, ICPPASTUnaryExpression, IGPPASTBinaryExpression

public interface ICPPASTExpression extends IASTExpression, ICPPASTInitializerClause, IASTImplicitDestructorNameOwner
Interface for C++ expressions. Any full-expressions may contain IASTImplicitDestructorNames of destructors called at the end of the expression to destroy temporaries created by the expression. A full-expression is an expression that is not a subexpression of another expression.
Since:
5.10
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.