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.

9 lines 383 B
import FlowGraph from "./FlowGraph.js"; import { MethodNode, Program, Instruction } from "../../../../Joinpoints.js"; export default class FlowGraphGenerator { #private; constructor($jp: Program | MethodNode, graph: FlowGraph.Class); build(): FlowGraph.Class; canThrow($jp: Instruction, $exception: String): boolean; } //# sourceMappingURL=FlowGraphGenerator.d.ts.map