Uses of Class
soot.toolkits.graph.HashMutableDirectedGraph

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

Uses of HashMutableDirectedGraph in soot.jimple.toolkits.infoflow
 

Methods in soot.jimple.toolkits.infoflow that return HashMutableDirectedGraph
protected  HashMutableDirectedGraph InfoFlowAnalysis.getInvokeInfoFlowSummary(InvokeExpr ie, Stmt is, SootMethod context)
           
protected  HashMutableDirectedGraph InfoFlowAnalysis.getInvokeInfoFlowSummary(InvokeExpr ie, Stmt is, SootMethod context)
           
 HashMutableDirectedGraph SmartMethodInfoFlowAnalysis.getMethodAbbreviatedInfoFlowGraph()
           
 HashMutableDirectedGraph SmartMethodInfoFlowAnalysis.getMethodAbbreviatedInfoFlowGraph()
           
 HashMutableDirectedGraph SmartMethodInfoFlowAnalysis.getMethodInfoFlowSummary()
           
 HashMutableDirectedGraph SmartMethodInfoFlowAnalysis.getMethodInfoFlowSummary()
           
 HashMutableDirectedGraph InfoFlowAnalysis.getMethodInfoFlowSummary(SootMethod sm)
          Returns a BACKED MutableDirectedGraph whose nodes are EquivalentValue wrapped Refs.
 HashMutableDirectedGraph InfoFlowAnalysis.getMethodInfoFlowSummary(SootMethod sm)
          Returns a BACKED MutableDirectedGraph whose nodes are EquivalentValue wrapped Refs.
 HashMutableDirectedGraph ClassInfoFlowAnalysis.getMethodInfoFlowSummary(SootMethod method, boolean doFullAnalysis)
           
 HashMutableDirectedGraph InfoFlowAnalysis.getMethodInfoFlowSummary(SootMethod sm, boolean doFullAnalysis)
           
 HashMutableDirectedGraph InfoFlowAnalysis.getMethodInfoFlowSummary(SootMethod sm, boolean doFullAnalysis)
           
 HashMutableDirectedGraph ClassInfoFlowAnalysis.getMethodInfoFlowSummary(SootMethod method, boolean doFullAnalysis)
           
 HashMutableDirectedGraph ClassInfoFlowAnalysis.triviallyConservativeInfoFlowAnalysis(SootMethod sm)
          Does not require the method to have a body
 HashMutableDirectedGraph ClassInfoFlowAnalysis.triviallyConservativeInfoFlowAnalysis(SootMethod sm)
          Does not require the method to have a body
 

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.