Uses of Class
soot.util.dot.DotGraph

Packages that use DotGraph
soot.util.cfgcmd   
soot.util.dot Classes for creating graphs as input to Dot. 
 

Uses of DotGraph in soot.util.cfgcmd
 

Methods in soot.util.cfgcmd that return DotGraph
abstract  DotGraph CFGGraphType.drawGraph(CFGToDotGraph drawer, DirectedGraph g, Body b)
          Method that will draw a DotGraph representation of the control flow in this type of graph.
 DotGraph CFGToDotGraph.drawCFG(DirectedGraph graph, Body body)
          Create a DotGraph whose nodes and edges depict a control flow graph without distinguished exceptional edges.
 DotGraph CFGToDotGraph.drawCFG(ExceptionalGraph graph)
          Create a DotGraph whose nodes and edges depict the control flow in a ExceptionalGraph, with distinguished edges for exceptional control flow.
 

Uses of DotGraph in soot.util.dot
 

Methods in soot.util.dot that return DotGraph
 DotGraph DotGraph.createSubGraph(String label)
          creates a sub graph.