Elsa Ast Type Declarator
From MozillaWiki
Declarator is a Ast type node (without any subtype nodes). Declarator is a record.
Record Data Fields
- declarator_decl : IDeclarator
- declarator_init : Initializer option
- declarator_var : Variable option
- declarator_type : CType option
- context : declaratorContext
- declarator_ctor_statement : Statement option
- declarator_dtor_statement : Statement option
Subtype Nodes (Subclasses)
Declarator has no subtype nodes.
Comments
Please make your modifications only below, because the content above will be regenerated automatically from time to time.