Elsa Ast Type E assign
From MozillaWiki
E_assign is a Ast subtype node belonging to Expression. E_assign is a record.
Record Data Fields
- assign_type : CType option
- target : Expression
- assign_op : binaryOp
- src : Expression
Comments
Please make your modifications only below, because the content above will be regenerated automatically from time to time.