Uses of Interface
soot.toolkits.graph.ReversibleGraph

Packages that use ReversibleGraph
soot.shimple Public classes for the SSA Shimple intermediate representation. 
soot.shimple.internal Shimple internal messy stuff. 
soot.toolkits.graph Toolkit to produce and manipulate various types of control flow graphs. 
 

Uses of ReversibleGraph in soot.shimple
 

Fields in soot.shimple declared as ReversibleGraph
protected  ReversibleGraph DefaultShimpleFactory.rbg
           
protected  ReversibleGraph DefaultShimpleFactory.rbg
           
 

Methods in soot.shimple that return ReversibleGraph
 ReversibleGraph DefaultShimpleFactory.getReverseBlockGraph()
           
 ReversibleGraph ShimpleFactory.getReverseBlockGraph()
           
 ReversibleGraph ShimpleFactory.getReverseBlockGraph()
           
 ReversibleGraph DefaultShimpleFactory.getReverseBlockGraph()
           
 

Uses of ReversibleGraph in soot.shimple.internal
 

Fields in soot.shimple.internal declared as ReversibleGraph
protected  ReversibleGraph PiNodeManager.cfg
           
protected  ReversibleGraph PiNodeManager.cfg
           
 

Uses of ReversibleGraph in soot.toolkits.graph
 

Classes in soot.toolkits.graph that implement ReversibleGraph
 class HashReversibleGraph
          A reversible version of HashMutableDirectedGraph
 

Methods in soot.toolkits.graph that return ReversibleGraph
 ReversibleGraph HashReversibleGraph.reverse()
           
 ReversibleGraph ReversibleGraph.reverse()
          Reverse the edges of the current graph and swap head and tail nodes.
 ReversibleGraph ReversibleGraph.reverse()
          Reverse the edges of the current graph and swap head and tail nodes.
 ReversibleGraph HashReversibleGraph.reverse()