Uses of Interface
soot.toolkits.graph.MutableDirectedGraph

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

Uses of MutableDirectedGraph in soot.toolkits.graph
 

Subinterfaces of MutableDirectedGraph in soot.toolkits.graph
 interface ReversibleGraph
          DirectedGraph which can be reversed and re-reversed.
 

Classes in soot.toolkits.graph that implement MutableDirectedGraph
 class HashMutableDirectedGraph
          HashMap based implementation of a MutableBlockGraph.
 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.