Interface ICPPASTPackExpansionExpression

    • Field Detail

      • PATTERN

        static final ASTNodeProperty PATTERN
        Represents the relationship between a pack-expansion and its pattern.
    • Method Detail

      • getPattern

        IASTExpression getPattern()
        Returns the pattern of the pack expansion.
      • setPattern

        void setPattern​(IASTExpression left)
        Sets the pattern of the pack expansion expression. Cannot be called on frozen ast.