(.js)
laraImport("clava.graphs.ControlFlowGraph");
(.lara)
import clava.graphs.ControlFlowGraph;
Classes:
new ControlFlowGraph()build($jp, deterministicIds)constructor(graph, nodes, startNode, endNode)The end node of the CFG
endNode()getNode($stmt)Returns the graph node where the given statement belongs.
graph()startNode()