Elsa Ast Type Declarator: Difference between revisions

Jump to navigation Jump to search
update to olmar v2
(New page: <!-- The structural info of this page has been generated with -- oast_wiki -node Declarator --> Declarator is a Ast super type node. === Constructor Arguments === Arguments specifie...)
 
(update to olmar v2)
Line 1: Line 1:
<!-- The structural info of this page has been generated with
<!-- Besides the comments at the end this page has been generated
   -- oast_wiki -node Declarator
   -- with the olmar wiki bot on behalf of Hendrik Tews
   -->
   --> __NOTOC__
 
Declarator is a Ast super type node.
Declarator is a Ast super type node.


=== Constructor Arguments ===
=== Data Fields ===
 
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)


* declarator_decl : [[Elsa Ast Type IDeclarator|IDeclarator]]
* declarator_init : [[Elsa Ast Type Initializer|Initializer]] option
* declarator_var : [[Elsa Ast Type Variable|Variable]] option
* declarator_type : [[Elsa Ast Type CType|CType]] option
* context : declaratorContext
* declarator_ctor_statement : [[Elsa Ast Type Statement|Statement]] option
* declarator_dtor_statement : [[Elsa Ast Type Statement|Statement]] option
=== Subtype Nodes (Subclasses) ===
=== Subtype Nodes (Subclasses) ===


Declarator has no subtype nodes
Declarator has no subtype nodes.


=== Comments ===
=== Comments ===


This page describes the Elsa Ast node Declarator.
''Please make your modifications only below, because the content above will be regenerated automatically from time to time.''
'''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.''
<!-- OLMAR SEPARATION LINE: ADD YOUR MODIFICATIONS BELOW! -->
<!-- OLMAR SEPARATION LINE: ADD YOUR MODIFICATIONS BELOW! -->

Navigation menu