Hierarchy For Package it.unive.lisa.interprocedural.callgraph

Package Hierarchies:

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)

Interface Hierarchy

  • it.unive.lisa.interprocedural.callgraph.CallGraph