Elsa Ast Type E delete

From MozillaWiki
Jump to: navigation, search

E_delete is a Ast subtype node belonging to Expression. E_delete is a record.

Record Data Fields

  • delete_type : CType option
  • delete_colon : bool
  • array : bool
  • delete_expr : Expression option
  • delete_dtor_statement : Statement option

Comments

Please make your modifications only below, because the content above will be regenerated automatically from time to time.