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

    Class BasicCfgGuidedVisitor<ControlFlow, Config>

    In contrast to visitCfgInOrder and visitCfgInReverseOrder, this visitor is not a simple visitor and serves as the basis for a variety of more complicated visiting orders of the control flow graph. It includes features to provide additional information using the NormalizedAst and the DataflowGraph.

    Use BasicCfgGuidedVisitor#start to start the traversal.

    Type Parameters

    Hierarchy (View Summary)

    Index
    config: Config
    visited: Map<NodeId, number>
    • The constructs whose outcome the given vertex decides, e.g. the if a condition belongs to. This is what tells you, standing on u in if(u) a else b, that you are evaluating the condition of that if.

      Parameters

      Returns readonly NodeId[]

      ReadOnlyControlFlowGraph#decides|decides() - for the underlying query