Sandbox: Difference between revisions
Jump to navigation
Jump to search
(wiki bot test) |
(wiki bot test) |
||
| Line 5: | Line 5: | ||
__NOTOC__ | __NOTOC__ | ||
E_binary is a Ast subtype node belonging to Expression. | |||
=== Data Fields | === Data Fields === | ||
* binary_expr_type : [[Elsa Ast Type CType|CType]] option | |||
* e1 : [[Elsa Ast Type Expression|Expression]] | |||
* binary_expr_op : binaryOp | |||
* e2 : [[Elsa Ast Type Expression|Expression]] | |||
=== Comments === | === Comments === | ||
''Please make your modifications only below, because the content above will be regenerated automatically from time to time.'' | ''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 13:03, 22 November 2007
E_binary is a Ast subtype node belonging to Expression.
Data Fields
- binary_expr_type : CType option
- e1 : Expression
- binary_expr_op : binaryOp
- e2 : Expression
Comments
Please make your modifications only below, because the content above will be regenerated automatically from time to time.