public class PegCallGraphToDot extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
isBrief |
static boolean |
onepage |
| Constructor and Description |
|---|
PegCallGraphToDot(DirectedGraph graph,
boolean onepage,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static void |
toDotFile(String methodname,
DirectedGraph graph,
String graphname)
Generates a dot format file for a DirectedGraph
|
public PegCallGraphToDot(DirectedGraph graph, boolean onepage, String name)
public static void toDotFile(String methodname, DirectedGraph graph, String graphname)
methodname, - the name of generated dot filegraph, - a directed control flow graph (UnitGraph, BlockGraph ...)graphname, - the title of the graphCopyright © 2020 Soot OSS. All rights reserved.