joeq.Compiler.Quad
Class PrintCFG
java.lang.Object
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
Constructor Summary |
PrintCFG()
Creates new PrintCFG |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
out
public PrintStream out
PrintCFG
public PrintCFG()
- Creates new PrintCFG
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.