Interface IASTEqualsInitializer

  • All Superinterfaces:
    IASTInitializer, IASTNode
    All Known Subinterfaces:
    IASTInitializerExpression

    public interface IASTEqualsInitializer
    extends IASTInitializer
    Initializer with equals sign (copy initialization) as in int x= 0;.
    Since:
    5.2
    Restriction:
    This interface is not intended to be implemented by clients.
    Restriction:
    This interface is not intended to be extended by clients.
    • Method Detail

      • getInitializerClause

        IASTInitializerClause getInitializerClause()
        Returns the expression or braced initializer list of this initializer.
      • setInitializerClause

        void setInitializerClause​(IASTInitializerClause clause)
        Not allowed on frozen ast.