@eagleoutice/flowr - v2.10.4
    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)

    Hierarchy-Diagram

    UML class diagram of BasicCfgGuidedVisitor
    Index

    Constructors

    Properties

    config: Config
    visited: Map<NodeId, number>

    Methods