Elsa Ast Type Function
Jump to navigation
Jump to search
Function is a Ast super type node.
Constructor Arguments
Arguments specified in this class:
- dflags : DeclFlags
- retspec : TypeSpecifier
- nameAndParams : Declarator
- inits : FakeList <MemberInit >*
- body : S_compound (nullable)
- handlers : FakeList <Handler >*
Additional data Fields
- funcType : FunctionType * = NULL (xml)
- receiver : Variable * = NULL (xml nullable xml)
- retVar : Variable * = NULL (xml nullable xml)
- dtorStatement : Statement * = NULL (owner xml nullable field)
- implicitlyDefined : bool = false (xml field)
Subtype Nodes (Subclasses)
Function has no subtype nodes
Comments
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.