public class StaticCFG extends Object implements ObservableControlFlowGraph
| Constructor and Description |
|---|
StaticCFG(BoomerangOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPredsOfListener(PredecessorListener l) |
void |
addSuccsOfListener(SuccessorListener l) |
void |
setCurrentVal(Val val) |
void |
step(Statement curr,
Statement succ) |
void |
unregisterAllListeners() |
public StaticCFG(BoomerangOptions options)
public void setCurrentVal(Val val)
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.