Elsa Ast Type E funCall
From MozillaWiki
E_funCall is a Ast subtype node belonging to Expression. E_funCall is a record.
Record Data Fields
- fun_call_type : CType option
- func : Expression
- fun_call_args : ArgExpression list
- fun_call_ret_obj : Expression option
Comments
Please make your modifications only below, because the content above will be regenerated automatically from time to time.