Elsa Ast Type TS classSpec
From MozillaWiki
TS_classSpec is a Ast subtype node belonging to TypeSpecifier. TS_classSpec is a record.
Record Data Fields
- class_loc : sourceLoc
- class_cv : cVFlags
- class_keyword : typeIntr
- class_name : PQName option
- class_bases : BaseClassSpec list
- members : MemberList
- class_ctype : ATY_Compound
Comments
Please make your modifications only below, because the content above will be regenerated automatically from time to time.