Module sixtyfps_compilerlib::generator[][src]

Expand description

The module responsible for the code generation.

There is one sub module for every language

Enums

Traits

A reference to this trait is passed to the build_item_tree function. It can be used to build the array for the item tree.

Functions

Visit each item in order in which they should appear in the children tree array.

Will call the handle_property callback for every property that needs to be initialized. This function makes sure to call them in order so that if constant binding need to access constant properties, these are already initialized