public class PegToDotFile
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ARRAYBLOCK |
static int |
BLOCKGRAPH |
static int |
graphtype |
static boolean |
isBrief |
static boolean |
onepage |
static int |
UNITGRAPH |
Constructor and Description |
---|
PegToDotFile(PegGraph graph,
boolean onepage,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static void |
toDotFile(java.lang.String methodname,
PegGraph graph,
java.lang.String graphname)
Generates a dot format file for a DirectedGraph
|
public static final int UNITGRAPH
public static final int BLOCKGRAPH
public static final int ARRAYBLOCK
public static int graphtype
public static boolean isBrief
public static boolean onepage
public PegToDotFile(PegGraph graph, boolean onepage, java.lang.String name)
public static void toDotFile(java.lang.String methodname, PegGraph 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