Class Hierarchy
- java.lang.Object
- it.unive.lisa.interprocedural.callgraph.CallGraphEdge (implements it.unive.lisa.util.datastructures.graph.Edge<N,E,G>)
- it.unive.lisa.interprocedural.callgraph.CallGraphNode (implements it.unive.lisa.util.datastructures.graph.Node<N,E,G>)
- it.unive.lisa.util.datastructures.graph.Graph<G,N,E>
- it.unive.lisa.interprocedural.callgraph.BaseCallGraph (implements it.unive.lisa.interprocedural.callgraph.CallGraph)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- it.unive.lisa.interprocedural.callgraph.CallGraphConstructionException
- it.unive.lisa.interprocedural.callgraph.CallResolutionException
- java.lang.Exception
Interface Hierarchy
- it.unive.lisa.interprocedural.callgraph.CallGraph