|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjoeq.Compiler.Analysis.IPSSA.Utils.SSAGraphPrinter
public class SSAGraphPrinter
| Constructor Summary | |
|---|---|
SSAGraphPrinter()
|
|
| Method Summary | |
|---|---|
static void |
printAllToDot(java.io.PrintStream out)
Print the complete graph on all definitions. |
static void |
printToDot(DefinitionSet defs,
java.io.PrintStream out)
|
static void |
printToDot(SSADefinition def,
java.io.PrintStream out)
Print everything reachable from definition def. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SSAGraphPrinter()
| Method Detail |
|---|
public static void printToDot(DefinitionSet defs,
java.io.PrintStream out)
public static void printToDot(SSADefinition def,
java.io.PrintStream out)
public static void printAllToDot(java.io.PrintStream out)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||