public class EdgeTransfer extends Object implements IEdgeTransfer<State,CallContext>
| Constructor and Description |
|---|
EdgeTransfer()
Constructs a new EdgeTransfer object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
transfer(BasicBlock src,
BasicBlock dst,
State state)
Returns true if flow should occur on the given edge and state.
|
public boolean transfer(BasicBlock src, BasicBlock dst, State state)
IEdgeTransfertransfer in interface IEdgeTransfer<State,CallContext>Copyright © 2012 Aarhus University