Class SyntaxAwareCfgGuidedVisitor<OtherInfo, Cfg, Ast, Config>

This visitor extends on the BasicCfgGuidedVisitor by dispatching visitors based on the AST type of the node.

Use BasicCfgGuidedVisitor#start to start the traversal.

Type Parameters

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of SyntaxAwareCfgGuidedVisitor

Constructors

Properties

config: Config
visited: Map<NodeId, number>

Methods