|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjoeq.Compiler.Quad.DotGraph.dot
public static class DotGraph.dot
dot - helper class for outputting graphviz specifications for simple cfgs
See http://www.research.att.com/sw/tools/graphviz/
Process with, for instance, "dot -Tgif -o graph.gif
Constructor Summary
DotGraph.dot()
Method Summary
static voidaddEdge(String from,
String to)
static voidaddEdge(String from,
String to,
String edge)
static voidaddEntryEdge(String from,
String to,
String edge)
static voidaddLeavingEdge(String from,
String to,
String edge)
static voidcloseGraph()
static Stringescape(String from)
static voidopenGraph(String name)
static voidopenGraph(String the_outputDir,
String name)
The first argument specifies what directory to use for output, the
second is the file name.
static voiduserDefined(String useroutput)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
DotGraph.dot
public DotGraph.dot()
Method Detail
openGraph
public static void openGraph(String the_outputDir,
String name)
openGraph
public static void openGraph(String name)
escape
public static String escape(String from)
userDefined
public static void userDefined(String useroutput)
addEntryEdge
public static void addEntryEdge(String from,
String to,
String edge)
addLeavingEdge
public static void addLeavingEdge(String from,
String to,
String edge)
addEdge
public static void addEdge(String from,
String to)
addEdge
public static void addEdge(String from,
String to,
String edge)
closeGraph
public static void closeGraph()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2001-2008 John Whaley. All Rights Reserved.