Elsa Ast Type Variable

From MozillaWiki
Jump to: navigation, search

Variable is a Ast type node (without any subtype nodes). Variable is a record.

Record Data Fields

  • variable_loc : sourceLoc
  • variable_name : stringRef option
  • variable_type : CType option ref
  • variables_flags : declFlags
  • varValue : Expression option ref
  • defaultParamType : CType option
  • funcDefn : Function option ref
  • overload : OverloadSet option
  • virtuallyOverride : Variable list
  • scope : Scope option
  • templInfo : TemplateInfo option

Subtype Nodes (Subclasses)

Variable has no subtype nodes.

Comments

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