|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DotGraph | |
soot.jimple.toolkits.annotation.purity | |
soot.util.cfgcmd | |
soot.util.dot | Classes for creating graphs as input to Dot. |
Uses of DotGraph in soot.jimple.toolkits.annotation.purity |
Methods in soot.jimple.toolkits.annotation.purity with parameters of type DotGraph | |
protected void |
AbstractInterproceduralAnalysis.fillDotGraph(String prefix,
Object o,
DotGraph out)
Called by drawAsOneDot to fill dot subgraph out with the contents of summary o. |
protected void |
PurityInterproceduralAnalysis.fillDotGraph(String prefix,
Object o,
DotGraph out)
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |