Elsa Ast Type Declarator
Jump to navigation
Jump to search
Declarator is a Ast super type node.
Constructor Arguments
Arguments specified in this class:
- decl : IDeclarator
- init : Initializer (nullable)
Additional data Fields
- var : Variable * = NULL (xml nullable xml)
- type : CType * = NULL (nullable xml)
- context : DeclaratorContext = DC_UNKNOWN (xml)
- ctorStatement : Statement * = NULL (owner xml nullable field)
- dtorStatement : Statement * = NULL (owner xml nullable field)
Subtype Nodes (Subclasses)
Declarator has no subtype nodes
Comments
This page describes the Elsa Ast node Declarator. 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.