Elsa Ast Type Scope
Jump to navigation
Jump to search
Scope is a Ast super type node.
Data Fields
- 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)
Scope has no subtype nodes.
Comments
Please make your modifications only below, because the content above will be regenerated automatically from time to time.