replace Predecessor Edge
fun replacePredecessorEdge(oldPredecessorEdge: L2PcOperand, newPredecessorEdge: L2PcOperand)
Content copied to clipboard
One of my predecessors has been replaced. Update my list of predecessors to account for this change.
Parameters
old Predecessor Edge
The L2PcOperand that used to point here.
new Predecessor Edge
The L2PcOperand that points here instead.