Elsa Ast Type Variable
Variable is a Ast super type node.
Constructor Arguments
Arguments specified in this class:
- loc : SourceLoc
- name : StringRef (nullable)
- type : CType * (circular nullable)
- flags : DeclFlags
- varValue : Expression * (circular nullable)
- defaultParamType : CType * (nullable)
- funcDefn : Function * (circular nullable)
- overload : OverloadSet * (nullable)
- virtuallyOverride : SObjSet <Variable *>*
- scope : Scope * (nullable)
- templInfo : TemplateInfo (nullable)
Additional data Fields
There are no additional fields in this class.
Subtype Nodes (Subclasses)
Variable has no subtype nodes
Comments
This page describes the Elsa Ast node Variable. Disclaimer: Most or all information here has been generated automatically from the Olmar branch and might therefore be not completely accurate for Elsa.
Please make your modifications only below, because the content above will be regenerated automatically from time to time.