Elsa Ast Type E new
From MozillaWiki
E_new is a Ast subtype node belonging to Expression. E_new is a record.
Record Data Fields
- new_type : CType option
- new_colon : bool
- placementArgs : ArgExpression list
- new_atype : ASTTypeId
- ctorArgs : ArgExpressionListOpt option
- arraySize : Expression option
- new_ctor_var : Variable option
- new_ctor_statement : Statement option
- heapVar : Variable option
Comments
Please make your modifications only below, because the content above will be regenerated automatically from time to time.