Elsa Ast Type ATY Compound

From MozillaWiki
Jump to: navigation, search

ATY_Compound (original Elsa name: CompoundType) is a Ast subtype node belonging to AtomicType. ATY_Compound is a record.

Record Data Fields

  • compound_name : stringRef option
  • compound_type_var : Variable
  • compound_access : accessKeyword
  • forward : boolValue
  • isTransparentUnion : boolValue
  • compound_keyword : compoundKeyword
  • dataMembers : Variable list
  • virtualBases : BaseClassSubobj list
  • conversionOperators : Variable list
  • friends : Variable list
  • instName : stringRef option
  • syntax : TS_classSpec option
  • selfType : CType option
  • compound_scope : Scope
  • compound_bases : BaseClass list

Comments

Please make your modifications only below, because the content above will be regenerated automatically from time to time.