module Callgraph:This module defines a type for call graph and provides functions for generating and printing a call graph.sig
..end
type
cg
val make_cg : Dex.dex -> cg
Dex.dex
fileval callers : Dex.dex -> int -> cg -> Dex.link -> Dex.link list
val dependants : Dex.dex -> cg -> Dex.link -> Dex.link list
val cg2dot : Dex.dex -> cg -> unit
Callgraph.cg
in dot format