SPeCS Packages Documentation
    Preparing search index...

    Data contained in this node type.

    interface Data {
        __clava_flow__clava_node: { version: "1" };
        __coral__coral_cfg_node: { version: "1" };
        __coral__drop_node: {
            dropInsertLocation: InsertLocation;
            dropTarget: Joinpoint | undefined;
            isDropConditional: boolean;
            isDropElaborated: boolean;
            version: "1";
        };
        __lara_flow__control_flow_node: { function: string; version: "1" };
        id: string;
        parent?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    __clava_flow__clava_node: { version: "1" }
    __coral__coral_cfg_node: { version: "1" }
    __coral__drop_node: {
        dropInsertLocation: InsertLocation;
        dropTarget: Joinpoint | undefined;
        isDropConditional: boolean;
        isDropElaborated: boolean;
        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.