Package boomerang.controlflowgraph
Interface ObservableControlFlowGraph
-
- All Known Implementing Classes:
DynamicCFG,StaticCFG
public interface ObservableControlFlowGraph
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddPredsOfListener(PredecessorListener l)voidaddSuccsOfListener(SuccessorListener l)voidstep(Statement curr, Statement succ)voidunregisterAllListeners()
-
-
-
Method Detail
-
addPredsOfListener
void addPredsOfListener(PredecessorListener l)
-
addSuccsOfListener
void addSuccsOfListener(SuccessorListener l)
-
unregisterAllListeners
void unregisterAllListeners()
-
-