Ejemplo n.º 1
0
 public void replaceTarget(Instruction oldTarget, Instruction newTarget) {
   _target.replaceTarget(oldTarget, newTarget);
   if (getEnd() == oldTarget) setEnd(newTarget);
 }