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