Elsa Ast Type Scope
From MozillaWiki
Scope is a Ast type node (without any subtype nodes). Scope is a record.
Record Data Fields [edit]
- variables : (string, Variable) Hashtbl.t
- typeTags : (string, Variable) Hashtbl.t
- parentScope : Scope option
- scopeKind : scopeKind
- namespaceVar : Variable option
- templateParams : Variable list
- parameterizedEntity : Variable option
- scope_compound : ATY_Compound option
Subtype Nodes (Subclasses) [edit]
Scope has no subtype nodes.
Comments [edit]
Please make your modifications only below, because the content above will be regenerated automatically from time to time.
