|
|
| 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 === |
|
| |
|