Returns the graph node where the given statement belongs.
A statement join point, or a string with the astId of the join point
Static
buildBuilds the control flow graph
If true, uses deterministic ids for the graph ids (e.g. id_0, id_1...). Otherwise, uses $jp.astId whenever possible
An object containing configuration options for the cfg
If true, the temporary scope statements will be kept in the resulting graph
If true, the nodes that correspond to goto statements will be excluded from the resulting graph
If true, the nodes that correspond to label statements will be excluded from the resulting graph
If true, statements of each instruction list must be split
A new instance of the ControlFlowGraph class
A Cytoscape graph