Uses of Class
soot.toolkits.graph.HashMutableDirectedGraph

Packages that use HashMutableDirectedGraph
soot.toolkits.graph Toolkit to produce and manipulate various types of control flow graphs. 
 

Uses of HashMutableDirectedGraph in soot.toolkits.graph
 

Subclasses of HashMutableDirectedGraph in soot.toolkits.graph
 class HashReversibleGraph
          A reversible version of HashMutableDirectedGraph
 class MemoryEfficientGraph
          A memory efficient version of HashMutableDirectedGraph, in the sense that throw-away objects passed as arguments will not be kept in the process of adding edges.