Elsa Ast Type Variable: Difference between revisions
Jump to navigation
Jump to search
Hendrik Tews (talk | contribs) (New page: <!-- The structural info of this page has been generated with -- oast_wiki -node Variable --> Variable is a Ast super type node. === Constructor Arguments === Arguments specified in...) |
(update to olmar v2) |
||
| Line 1: | Line 1: | ||
<!-- | <!-- Besides the comments at the end this page has been generated | ||
-- | -- with the olmar wiki bot on behalf of Hendrik Tews | ||
--> | --> __NOTOC__ | ||
Variable is a Ast super type node. | Variable is a Ast super type node. | ||
=== | === Data Fields === | ||
* variable_loc : sourceLoc | |||
* variable_name : stringRef option | |||
* variable_type : [[Elsa Ast Type CType|CType]] option ref | |||
* variables_flags : declFlags | |||
* varValue : [[Elsa Ast Type Expression|Expression]] option ref | |||
* defaultParamType : [[Elsa Ast Type CType|CType]] option | |||
* funcDefn : [[Elsa Ast Type Function|Function]] option ref | |||
* overload : [[Elsa Ast Type OverloadSet|OverloadSet]] option | |||
* virtuallyOverride : [[Elsa Ast Type Variable|Variable]] list | |||
* scope : [[Elsa Ast Type Scope|Scope]] option | |||
* templInfo : [[Elsa Ast Type TemplateInfo|TemplateInfo]] option | |||
=== Subtype Nodes (Subclasses) === | === Subtype Nodes (Subclasses) === | ||
Variable has no subtype nodes | Variable has no subtype nodes. | ||
=== Comments === | === Comments === | ||
''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! --> | ||
Revision as of 20:33, 22 November 2007
Variable is a Ast super type node.
Data Fields
- variable_loc : sourceLoc
- variable_name : stringRef option
- variable_type : CType option ref
- variables_flags : declFlags
- varValue : Expression option ref
- defaultParamType : CType option
- funcDefn : Function option ref
- overload : OverloadSet option
- virtuallyOverride : Variable list
- scope : Scope option
- templInfo : TemplateInfo option
Subtype Nodes (Subclasses)
Variable has no subtype nodes.
Comments
Please make your modifications only below, because the content above will be regenerated automatically from time to time.