Data contained in this node type.

interface Data {
    __clava_flow__control_flow_end_node: {
        version: "1";
    };
    __lara_flow__control_flow_node: {
        function: string;
        version: "1";
    };
    id: string;
    parent?: string;
}

Hierarchy (view full)

Properties

__clava_flow__control_flow_end_node: {
    version: "1";
}
__lara_flow__control_flow_node: {
    function: string;
    version: "1";
}

Type declaration

  • function: string

    The id of the FunctionNode that this node belongs to.

  • version: "1"
id: string

The unique identifier of this node.

parent?: string

The parent node of this node, if any.