Protected
getGet the control flow vertex for the given node id or fail if it does not exist.
Protected
onProtected
onProtected
onProtected
onProtected
onProtected
onStart the visiting process.
Protected
startProtected
visitcall this function to indicate that a node is to be considered visited.
true
if the node was not visited before, false
otherwise
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.