All Packages Class Hierarchy This Package Previous Next Index
Class harpoon.Util.Graph
java.lang.Object
|
+----harpoon.Util.Graph
- public abstract class Graph
- extends Object
Graph
- Version:
- $Id: Graph.java,v 1.2 1998/10/17 02:57:16 marinov Exp $
- Author:
- Darko Marinov <marinov@lcs.mit.edu>
-
Graph()
-
-
printCFG(HCode, PrintWriter, String)
- Print (vcg format) control from graph representing code view.
-
printCFG(HCode, PrintWriter, String, String[])
- Print (vcg format) control flow graph representing code view.
-
printDomTree(boolean, HCode, PrintWriter, String)
- Print (vcg format) (Post)DomTree of code view.
-
printDomTree(boolean, HCode, PrintWriter, String, String[])
- Print (vcg format) of (Post)DomTree.
-
printDomTree(HCode, PrintWriter, String)
- Print (vcg format) DomTree of code view.
-
printDomTree(HCode, PrintWriter, String, String[])
- Print (vcg format) of DomTree.
Graph
public Graph()
printCFG
public static final void printCFG(HCode hc,
PrintWriter pw,
String title)
- Print (vcg format) control from graph representing code view. Use default style.
printDomTree
public static final void printDomTree(HCode hc,
PrintWriter pw,
String title)
- Print (vcg format) DomTree of code view. Use default style.
printDomTree
public static final void printDomTree(boolean isPost,
HCode hc,
PrintWriter pw,
String title)
- Print (vcg format) (Post)DomTree of code view. Use default style.
printCFG
public static final void printCFG(HCode hc,
PrintWriter pw,
String title,
String setup[])
- Print (vcg format) control flow graph representing code view.
printDomTree
public static final void printDomTree(HCode hc,
PrintWriter pw,
String title,
String setup[])
- Print (vcg format) of DomTree.
printDomTree
public static final void printDomTree(boolean isPost,
HCode hc,
PrintWriter pw,
String title,
String setup[])
- Print (vcg format) of (Post)DomTree.
All Packages Class Hierarchy This Package Previous Next Index