UNPKG

@specs-feup/alpakka

Version:

Alpakka is a [LARA Framework](https://github.com/specs-feup/lara-framework) source-to-source compiler for Android's [smali](https://github.com/google/smali) syntax. It enables the analysis and transformation of Android apps through APK files.

8 lines 383 B
import DotFormatter from "./DotFormatter.js"; import BaseEdge from "../graph/BaseEdge.js"; import BaseNode from "../graph/BaseNode.js"; export default class DefaultFlowGraphDotFormatter extends DotFormatter { formatNode(node: BaseNode.Class): DotFormatter.Node; formatEdge(edge: BaseEdge.Class): DotFormatter.Edge; } //# sourceMappingURL=DefaultFlowGraphDotFormatter.d.ts.map