Elsa Ast Type Variable

From MozillaWiki
Revision as of 10:57, 23 November 2007 by HTews Olmar bot (talk | contribs) (add supertype link and record info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to 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.