Elsa Ast Type Function

From MozillaWiki
Revision as of 09:07, 24 August 2007 by Hendrik Tews (talk | contribs) (New page: <!-- The structural info of this page has been generated with -- oast_wiki -node Function --> __NOTOC__ Function is a Ast super type node. === Constructor Arguments === Arguments s...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search



Function is a Ast super type node.

Constructor Arguments

Arguments specified in this class:

  • dflags : DeclFlags
  • retspec : TypeSpecifier
  • nameAndParams : Declarator
  • inits : FakeList <MemberInit >*
  • body : S_compound (nullable)
  • handlers : FakeList <Handler >*

Additional data Fields

  • funcType : FunctionType * = NULL (xml)
  • receiver : Variable * = NULL (xml nullable xml)
  • retVar : Variable * = NULL (xml nullable xml)
  • dtorStatement : Statement * = NULL (owner xml nullable field)
  • implicitlyDefined : bool = false (xml field)

Subtype Nodes (Subclasses)

Function has no subtype nodes

Comments

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.