463
edits
(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. | |||
=== | === Record Data Fields === | ||
* | * variables : (string, [[Elsa Ast Type Variable|Variable]]) Hashtbl.t | ||
* 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 === | ||
edits