Interface ICPPASTConstraintOwner

All Superinterfaces:
IASTNode
All Known Subinterfaces:
ICPPASTDeductionGuide, ICPPASTFunctionDeclarator, ICPPASTFunctionTryBlockDeclarator, ICPPASTSimpleTypeTemplateParameter

public interface ICPPASTConstraintOwner extends IASTNode
An AST node that may have C++ constraints.
Since:
9.3
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Field Details

  • Method Details

    • getConstraintExpressions

      IASTExpression[] getConstraintExpressions()
      Returns an array of all the node's constraint specifiers.
    • addConstraintExpression

      void addConstraintExpression(IASTExpression constraintExpression)
      Adds a constraint specifier to the node.