@eagleoutice/flowr - v2.15.9
    Preparing search index...

    The type of a CfgVertex in the ControlFlowGraph.

    Index
    Block: 3

    a (as far as R allows this) 'basic' block

    CfgVertex.makeBlock() - for a helper function to create basic block vertices

    Expression: 2

    something like an addition, ...

    CfgVertex.makeExpression() - for a helper function to create expression vertices

    Statement: 1

    something like an if, assignment, ... even though in the classical sense of R they are still expressions

    CfgVertex.makeStatement() - for a helper function to create statement vertices