joeq.Compiler.Analysis.IPSSA.Utils
Class SSAGraphPrinter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSAGraphPrinter
public SSAGraphPrinter()
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.