Elsa Ast Type Declarator

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


Declarator is a Ast super type node.

Constructor Arguments

Arguments specified in this class:

  • decl : IDeclarator
  • init : Initializer (nullable)

Additional data Fields

  • var : Variable * = NULL (xml nullable xml)
  • type : CType * = NULL (nullable xml)
  • context : DeclaratorContext = DC_UNKNOWN (xml)
  • ctorStatement : Statement * = NULL (owner xml nullable field)
  • dtorStatement : Statement * = NULL (owner xml nullable field)

Subtype Nodes (Subclasses)

Declarator has no subtype nodes

Comments

This page describes the Elsa Ast node Declarator. 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.