UNPKG

@specs-feup/clava

Version:

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

8 lines 311 B
import { GotoStmt } from "../../../../Joinpoints.js"; import CfgNodeData from "../CfgNodeData.js"; export default class GotoData extends CfgNodeData<GotoStmt> { constructor($stmt?: GotoStmt, id?: string); get goto(): GotoStmt | undefined; toString(): string; } //# sourceMappingURL=GotoData.d.ts.map