UNPKG

@specs-feup/clava

Version:

A C/C++ source-to-source compiler written in Typescript

12 lines 371 B
import EdgeData from "@specs-feup/lara/api/lara/graphs/EdgeData.js"; import { Call } from "../../../Joinpoints.js"; export default class ScgEdgeData extends EdgeData { /** * The calls that contributed to this edge */ private $calls; get calls(): Call[]; inc($call: Call): void; toString(): string; } //# sourceMappingURL=ScgEdgeData.d.ts.map