Elsa Ast Type Variable

Revision as of 07:58, 24 August 2007 by Hendrik Tews (talk | contribs) (New page: <!-- The structural info of this page has been generated with -- oast_wiki -node Variable --> Variable is a Ast super type node. === Constructor Arguments === Arguments specified in...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Variable is a Ast super type node.

Constructor Arguments

Arguments specified in this class:

  • loc : SourceLoc
  • name : StringRef (nullable)
  • type : CType * (circular nullable)
  • flags : DeclFlags
  • varValue : Expression * (circular nullable)
  • defaultParamType : CType * (nullable)
  • funcDefn : Function * (circular nullable)
  • overload : OverloadSet * (nullable)
  • virtuallyOverride : SObjSet <Variable *>*
  • scope : Scope * (nullable)
  • templInfo : TemplateInfo (nullable)

Additional data Fields

There are no additional fields in this class.

Subtype Nodes (Subclasses)

Variable has no subtype nodes

Comments

This page describes the Elsa Ast node Variable. Disclaimer: Most or all information here has been generated automatically from the Olmar branch and might therefore be not completely accurate for Elsa.

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