Uses of Interface
soot.toolkits.graph.MutableDirectedGraph

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

Uses of MutableDirectedGraph in soot.jimple.toolkits.infoflow
 

Methods in soot.jimple.toolkits.infoflow that return MutableDirectedGraph
protected  MutableDirectedGraph InfoFlowAnalysis.getInvokeAbbreviatedInfoFlowGraph(InvokeExpr ie, SootMethod context)
           
protected  MutableDirectedGraph InfoFlowAnalysis.getInvokeAbbreviatedInfoFlowGraph(InvokeExpr ie, SootMethod context)
           
 MutableDirectedGraph SimpleMethodInfoFlowAnalysis.getMethodInfoFlowSummary()
           
 MutableDirectedGraph SimpleMethodInfoFlowAnalysis.getMethodInfoFlowSummary()
           
 MutableDirectedGraph ClassInfoFlowAnalysis.getMethodInfoFlowSummary(SootMethod method)
           
 MutableDirectedGraph ClassInfoFlowAnalysis.getMethodInfoFlowSummary(SootMethod method)
           
 

Uses of MutableDirectedGraph in soot.jimple.toolkits.thread.synchronization
 

Methods in soot.jimple.toolkits.thread.synchronization that return MutableDirectedGraph
 MutableDirectedGraph<soot.jimple.toolkits.thread.synchronization.CriticalSectionGroup> DeadlockDetector.detectComponentBasedDeadlock()
           
 MutableDirectedGraph<soot.jimple.toolkits.thread.synchronization.CriticalSectionGroup> DeadlockDetector.detectComponentBasedDeadlock()
           
 

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.
 

Methods in soot.toolkits.graph that return MutableDirectedGraph
 MutableDirectedGraph HashMutableEdgeLabelledDirectedGraph.getEdgesForLabel(Object label)
           
 MutableDirectedGraph MutableEdgeLabelledDirectedGraph.getEdgesForLabel(Object label)
          Returns a MutableDirectedGraph consisting of all edges with the given label and their nodes.
 MutableDirectedGraph MutableEdgeLabelledDirectedGraph.getEdgesForLabel(Object label)
          Returns a MutableDirectedGraph consisting of all edges with the given label and their nodes.
 MutableDirectedGraph HashMutableEdgeLabelledDirectedGraph.getEdgesForLabel(Object label)