Interface IASTAttributeOwner

    • Field Detail

      • ATTRIBUTE_SPECIFIER

        static final ASTNodeProperty ATTRIBUTE_SPECIFIER
        Since:
        5.7
      • ATTRIBUTE

        @Deprecated
        static final ASTNodeProperty ATTRIBUTE
        Deprecated.
        Not used.
        Restriction:
        This field is not intended to be referenced by clients.
    • Method Detail

      • getAttributeSpecifiers

        IASTAttributeSpecifier[] getAttributeSpecifiers()
        Returns an array of all the node's attribute specifiers.
        Since:
        5.7
      • addAttributeSpecifier

        void addAttributeSpecifier​(IASTAttributeSpecifier attributeSpecifier)
        Adds an attribute specifier to the node.
        Since:
        5.7
      • getAttributes

        IASTAttribute[] getAttributes()
        Returns the array of all attributes.
      • addAttribute

        @Deprecated
        void addAttribute​(IASTAttribute attribute)
        Deprecated.
        Ignored. Attributes should not be assigned to nodes directly, but have to be wrapped by attribute specifiers.
        Restriction:
        This method is not intended to be referenced by clients.