Remover_Interface¶
- interface Remover_Interface (physical)¶
- Direct parents:
inherits Event_Accessor_Interface
- Inherited interfaces:
Event_Accessor_Interface, Property_Or_Event_Accessor_Interface, Routine_Interface, Parameter_List_Interface
- Direct implementations:
Field
Kind
Type
Description
Return_Type (from Routine_Interface)
syntactic
interface Possibly_Attributed_Type_Interface
It’s syntactic because the type may be defined in-place in case of C structs; in the more usual semantic case, the child will be a Type_Selection node
Calling_Convention (from Routine_Interface)
attribute
Calling convention that was syntactically present.
Attributes (from Routine_Interface)
attribute
bitfield Physical_Routine_Attributes_Type
Bitfield of flags like is_inline, is_const etc.
Trailing_Requires_Clause (from Routine_Interface)
syntactic
class Expression
Parameters (from Parameter_List_Interface)
syntactic
list of class Possibly_Attributed_Parameter_Interface
All parameters, including the ellipsis, but excluding
thisUsually some Parameter_Definitions, but could also be an Attributed_Definition. Useskip_decorators()to get the parameter itself.