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 -> cgDex.dex fileval callers : Dex.dex -> int -> cg -> Dex.link -> Dex.link listval dependants : Dex.dex -> cg -> Dex.link -> Dex.link listval cg2dot : Dex.dex -> cg -> unitCallgraph.cg in dot format