Visit Mozilla.org

Elsa Ast Type Declaration

From MozillaWiki

Declaration is a Ast type node (without any subtype nodes). Declaration is a record.

Record Data Fields [edit]

Subtype Nodes (Subclasses) [edit]

Declaration has no subtype nodes.

Comments [edit]

Please make your modifications only below, because the content above will be regenerated automatically from time to time.


To find real extern declarations (that is extern decls that do not define a variable) check for the extern flag *and* that declarator_init field in the declarator is empty.