Interface ICPPASTSimpleTypeConstructorExpression

All Superinterfaces:
IASTExpression, IASTImplicitDestructorNameOwner, IASTInitializerClause, IASTNode, ICPPASTExpression, ICPPASTInitializerClause
All Known Subinterfaces:
ICPPASTTypenameExpression

public interface ICPPASTSimpleTypeConstructorExpression extends ICPPASTExpression
Functional cast expressions: simple-type-specifier (expression-list?) simple-type-specifier braced-init-list typename-specifier (expression-list?) typename-specifier braced-init-list
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Field Details

    • TYPE_SPECIFIER

      static final ASTNodeProperty TYPE_SPECIFIER
      Since:
      5.2
    • INITIALIZER

      static final ASTNodeProperty INITIALIZER
      Since:
      5.2
    • t_unspecified

      @Deprecated static final int t_unspecified
      Deprecated.
      Not used.
      See Also:
      Restriction:
      This field is not intended to be referenced by clients.
    • t_void

      @Deprecated static final int t_void
      Deprecated.
      Not used.
      See Also:
      Restriction:
      This field is not intended to be referenced by clients.
    • t_char

      @Deprecated static final int t_char
      Deprecated.
      Not used.
      See Also:
      Restriction:
      This field is not intended to be referenced by clients.
    • t_int

      @Deprecated static final int t_int
      Deprecated.
      Not used.
      See Also:
      Restriction:
      This field is not intended to be referenced by clients.
    • t_float

      @Deprecated static final int t_float
      Deprecated.
      Not used.
      See Also:
      Restriction:
      This field is not intended to be referenced by clients.
    • t_double

      @Deprecated static final int t_double
      Deprecated.
      Not used.
      See Also:
      Restriction:
      This field is not intended to be referenced by clients.
    • t_bool

      @Deprecated static final int t_bool
      Deprecated.
      Not used.
      See Also:
      Restriction:
      This field is not intended to be referenced by clients.
    • t_wchar_t

      @Deprecated static final int t_wchar_t
      Deprecated.
      Not used.
      See Also:
      Restriction:
      This field is not intended to be referenced by clients.
    • t_short

      @Deprecated static final int t_short
      Deprecated.
      Not used.
      See Also:
      Restriction:
      This field is not intended to be referenced by clients.
    • t_long

      @Deprecated static final int t_long
      Deprecated.
      Not used.
      See Also:
      Restriction:
      This field is not intended to be referenced by clients.
    • t_signed

      @Deprecated static final int t_signed
      Deprecated.
      Not used.
      See Also:
      Restriction:
      This field is not intended to be referenced by clients.
    • t_unsigned

      @Deprecated static final int t_unsigned
      Deprecated.
      Not used.
      See Also:
      Restriction:
      This field is not intended to be referenced by clients.
    • INITIALIZER_VALUE

      @Deprecated static final ASTNodeProperty INITIALIZER_VALUE
      Deprecated.
      Replaced by INITIALIZER.
      Restriction:
      This field is not intended to be referenced by clients.
  • Method Details