Uses of Package
soot.jimple.toolkits.graph

Packages that use soot.jimple.toolkits.graph
soot Base Soot classes, shared by different intermediate representations. 
soot.jimple.toolkits.graph A set of utility classes for program transformation and optimizations. 
 

Classes in soot.jimple.toolkits.graph used by soot
CriticalEdgeRemover
          removes all critical edges.
A critical edge is an edge from Block A to block B, if B has more than one predecessor and A has more the one successor.
As an example: If we wanted a computation to be only on the path A->B this computation must be directly on the edge.
 

Classes in soot.jimple.toolkits.graph used by soot.jimple.toolkits.graph
CriticalEdgeRemover
          removes all critical edges.
A critical edge is an edge from Block A to block B, if B has more than one predecessor and A has more the one successor.
As an example: If we wanted a computation to be only on the path A->B this computation must be directly on the edge.