|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjoeq.Compiler.Quad.PrintCFG
public class PrintCFG
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface joeq.Compiler.Quad.ControlFlowGraphVisitor |
|---|
ControlFlowGraphVisitor.CodeCacheVisitor |
| Field Summary | |
|---|---|
java.io.PrintStream |
out
|
| Constructor Summary | |
|---|---|
PrintCFG()
Creates new PrintCFG |
|
| Method Summary | |
|---|---|
void |
setOut(java.io.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 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.io.PrintStream out
| Constructor Detail |
|---|
public PrintCFG()
| Method Detail |
|---|
public void setOut(java.io.PrintStream out)
public void visitCFG(ControlFlowGraph cfg)
visitCFG in interface ControlFlowGraphVisitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||