Interface ICPPASTTypeTransformationSpecifier

All Superinterfaces:
IASTAttributeOwner, IASTDeclSpecifier, IASTNode, ICPPASTDeclSpecifier

public interface ICPPASTTypeTransformationSpecifier extends ICPPASTDeclSpecifier
A decl-specifier that represents the application of an intrinsic type transformation operator like __underlying_type(T). Intrinsic operators of this form take a type as input, and evaluate to a type.
Since:
5.6
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Field Details

    • OPERAND

      static final ASTNodeProperty OPERAND
      OPERAND represents the relationship between an ICPPASTTypeTransformationSpecifier and its nested IASTTypeId.
  • Method Details