Elsa Ast Type MemberInit
From MozillaWiki
MemberInit is a Ast type node (without any subtype nodes). MemberInit is a record.
Record Data Fields
- member_init_name : PQName
- member_init_args : ArgExpression list
- member : Variable option
- member_init_base : ATY_Compound option
- member_init_ctor_var : Variable option
- member_init_annot : FullExpressionAnnot
- member_init_ctor_statement : Statement option
Subtype Nodes (Subclasses)
MemberInit has no subtype nodes.
Comments
Please make your modifications only below, because the content above will be regenerated automatically from time to time.