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

Constructors

Properties

config: Config
visited: Map<NodeId, number>

Methods