Sandbox: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(wiki bot test)
(wiki bot test)
Line 2: Line 2:
   -- with the olmar wiki bot on behalf of Hendrik Tews.
   -- with the olmar wiki bot on behalf of Hendrik Tews.
   --> __NOTOC__
   --> __NOTOC__
Scope is a Ast type node (without any subtype nodes). Scope is a record.
STA_ATOMIC is a Ast subtype node belonging to [[Elsa Ast Type STemplateArgument|STemplateArgument]]. STA_ATOMIC is a variant.


=== Record Data Fields ===
=== Variant Data Fields ===


* variables : (string, [[Elsa Ast Type Variable|Variable]]) Hashtbl.t
* at : [[Elsa Ast Type AtomicType|AtomicType]]
* typeTags : (string, [[Elsa Ast Type Variable|Variable]]) Hashtbl.t
* parentScope : [[Elsa Ast Type Scope|Scope]] option
* scopeKind : scopeKind
* namespaceVar : [[Elsa Ast Type Variable|Variable]] option
* templateParams : [[Elsa Ast Type Variable|Variable]] list
* parameterizedEntity : [[Elsa Ast Type Variable|Variable]] option
* scope_compound : [[Elsa Ast Type ATY_Compound|ATY_Compound]] option
=== Subtype Nodes (Subclasses) ===
 
Scope has no subtype nodes.
=== Comments ===
=== Comments ===



Revision as of 10:41, 23 November 2007

STA_ATOMIC is a Ast subtype node belonging to STemplateArgument. STA_ATOMIC is a variant.

Variant Data Fields

Comments

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