|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcetus.analysis.ControlFlowGraph
public class ControlFlowGraph
A control-flow graph of the program.
| Constructor Summary | |
|---|---|
ControlFlowGraph(Program prog)
|
|
| Method Summary | |
|---|---|
BasicBlock |
getRoot()
|
void |
print(java.io.OutputStream stream)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ControlFlowGraph(Program prog)
| Method Detail |
|---|
public BasicBlock getRoot()
public void print(java.io.OutputStream stream)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||