joeq.Compiler.Quad
Class PrintCFG

java.lang.Object
  extended by joeq.Compiler.Quad.PrintCFG
All Implemented Interfaces:
ControlFlowGraphVisitor

public class PrintCFG
extends Object
implements ControlFlowGraphVisitor

Version:
$Id: PrintCFG.java 1456 2004-03-09 22:01:46Z jwhaley $
Author:
John Whaley

Nested Class Summary
 
Nested classes/interfaces inherited from interface joeq.Compiler.Quad.ControlFlowGraphVisitor
ControlFlowGraphVisitor.CodeCacheVisitor
 
Field Summary
 PrintStream out
           
 
Constructor Summary
PrintCFG()
          Creates new PrintCFG
 
Method Summary
 void setOut(PrintStream out)
          Sets output stream.
 void visitCFG(ControlFlowGraph cfg)
          Prints full dump of the given CFG to the output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

public PrintStream out
Constructor Detail

PrintCFG

public PrintCFG()
Creates new PrintCFG

Method Detail

setOut

public void setOut(PrintStream out)
Sets output stream.


visitCFG

public void visitCFG(ControlFlowGraph cfg)
Prints full dump of the given CFG to the output stream.

Specified by:
visitCFG in interface ControlFlowGraphVisitor


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