ProtectedgetGet the control flow vertex for the given node id or fail if it does not exist.
ProtectedgetGet the dataflow graph vertex for the given id
ProtectedonProtectedonProtectedonProtectedonProtectedonStart the visiting process.
ProtectedstartProtectedvisitProtectedvisitProtectedvisitProtectedvisitcall this function to indicate that a node is to be considered visited.
true if the node was not visited before, false otherwise
Protectedvisitcalled for every cfg vertex that has no corresponding dataflow vertex.
ProtectedvisitProtectedvisitProtectedvisit
This visitor extends on the BasicCfgGuidedVisitor by dispatching visitors based on the dataflow graph.
Use BasicCfgGuidedVisitor#start to start the traversal.