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>

Constructor Index

 o Graph()

Method Index

 o printCFG(HCode, PrintWriter, String)
Print (vcg format) control from graph representing code view.
 o printCFG(HCode, PrintWriter, String, String[])
Print (vcg format) control flow graph representing code view.
 o printDomTree(boolean, HCode, PrintWriter, String)
Print (vcg format) (Post)DomTree of code view.
 o printDomTree(boolean, HCode, PrintWriter, String, String[])
Print (vcg format) of (Post)DomTree.
 o printDomTree(HCode, PrintWriter, String)
Print (vcg format) DomTree of code view.
 o printDomTree(HCode, PrintWriter, String, String[])
Print (vcg format) of DomTree.

Constructors

 o Graph
 public Graph()

Methods

 o printCFG
 public static final void printCFG(HCode hc,
                                   PrintWriter pw,
                                   String title)
Print (vcg format) control from graph representing code view. Use default style.

 o printDomTree
 public static final void printDomTree(HCode hc,
                                       PrintWriter pw,
                                       String title)
Print (vcg format) DomTree of code view. Use default style.

 o 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.

 o printCFG
 public static final void printCFG(HCode hc,
                                   PrintWriter pw,
                                   String title,
                                   String setup[])
Print (vcg format) control flow graph representing code view.

 o printDomTree
 public static final void printDomTree(HCode hc,
                                       PrintWriter pw,
                                       String title,
                                       String setup[])
Print (vcg format) of DomTree.

 o 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