01_user_documentation:07_rgg_xl:02_xl:04_production:01_node
This is an old revision of the document!
Table of Contents
Node
Node expressions are used to specify nodes within production statements. Every non-void expression is considered as a node expression. The two most common cases are:
- Node creation, from either the constructor or method
- Local variables created in either the production, or passed by the query
Node creation
The syntax for calling the creator of an object is simplified in a production statement. Indeed, the keyword new and empty pairs of parentheses can be omitted.
In the following production statement, two new nodes are created from their constructor (which in java would be new Node()).
==> Node Node;
Variable
01_user_documentation/07_rgg_xl/02_xl/04_production/01_node.1755684018.txt.gz · Last modified: 2025/08/20 12:00 by gaetan
