joeq.Compiler.Analysis.IPSSA.Utils
Class SSAGraphPrinter

java.lang.Object
  extended by joeq.Compiler.Analysis.IPSSA.Utils.SSAGraphPrinter

public class SSAGraphPrinter
extends Object

Version:
$Id: SSAGraphPrinter.java 1931 2004-09-22 22:17:47Z joewhaley $ This class provides utilities for printing a SSA connectivity graph.
Author:
V.Benjamin Livshits

Constructor Summary
SSAGraphPrinter()
           
 
Method Summary
static void printAllToDot(PrintStream out)
          Print the complete graph on all definitions.
static void printToDot(DefinitionSet defs, PrintStream out)
           
static void printToDot(SSADefinition def, PrintStream out)
          Print everything reachable from definition def.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSAGraphPrinter

public SSAGraphPrinter()
Method Detail

printToDot

public static void printToDot(DefinitionSet defs,
                              PrintStream out)

printToDot

public static void printToDot(SSADefinition def,
                              PrintStream out)
Print everything reachable from definition def.


printAllToDot

public static void printAllToDot(PrintStream out)
Print the complete graph on all definitions.



Copyright © 2001-2008 John Whaley. All Rights Reserved.