UNPKG

@specs-feup/clava

Version:

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

6 lines 237 B
import { Joinpoint } from "../../Joinpoints.js"; import ResultList from "./ResultList.js"; export default abstract class Analyser { abstract analyse($node?: Joinpoint): ResultList | undefined; } //# sourceMappingURL=Analyser.d.ts.map