Parameter_List_Interface

interface Parameter_List_Interface (physical)

Something with parameters:

  • routine declaration or definition

  • routine type

  • C++11 lambda expression

  • C++17 deduction guide

Direct child interfaces:
Direct implementations:

Field

Kind

Type

Description

Parameters

syntactic

list of class Possibly_Attributed_Parameter_Interface

All parameters, including the ellipsis, but excluding this Usually some Parameter_Definitions, but could also be an Attributed_Definition. Use skip_decorators() to get the parameter itself.