public class StaticCFG extends Object implements ObservableControlFlowGraph
| Constructor and Description |
|---|
StaticCFG() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPredsOfListener(PredecessorListener l) |
void |
addSuccsOfListener(SuccessorListener l) |
void |
step(Statement curr,
Statement succ) |
void |
unregisterAllListeners() |
public void addPredsOfListener(PredecessorListener l)
addPredsOfListener in interface ObservableControlFlowGraphpublic void addSuccsOfListener(SuccessorListener l)
addSuccsOfListener in interface ObservableControlFlowGraphpublic void step(Statement curr, Statement succ)
step in interface ObservableControlFlowGraphpublic void unregisterAllListeners()
unregisterAllListeners in interface ObservableControlFlowGraphCopyright © 2024. All rights reserved.