ANTAREX API

Clava API

LARA API

LARA Common Language API

(.js)
laraImport("clava.graphs.scg.StaticCallGraphBuilder");

(.lara)
import clava.graphs.scg.StaticCallGraphBuilder;

StaticCallGraphBuilder

Constructor

StaticCallGraphBuilder

new StaticCallGraphBuilder()

Static Members

getEdgeId

getEdgeId(sourceNode, targetNode)

Parameters

sourceNode: unknown
targetNode: unknown

Instance Members

build

build($jp, [visitCalls = true])

Parameters

$jp: $jp
visitCalls: boolean - If true, recursively visits the functions of each call, building a call graph of the available code (optional)

Returns

any

constructor

constructor()

nodes

nodes()