dk.brics.xact.analysis.transformations
Class FlowGraph2Dot

java.lang.Object
  extended by dk.brics.xact.analysis.transformations.FlowGraph2Dot

public class FlowGraph2Dot
extends Object

Graphviz dot printer for flow graphs.


Constructor Summary
FlowGraph2Dot(PrintStream p)
          Constructs a new converter.
 
Method Summary
 void print(FlowGraph g)
          Prints the given flow graph in Graphviz dot format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowGraph2Dot

public FlowGraph2Dot(PrintStream p)
Constructs a new converter.

Method Detail

print

public void print(FlowGraph g)
Prints the given flow graph in Graphviz dot format.



Copyright © 2005-2008 Aarhus University.