Ejemplo n.º 1
0
 /**
  * Set the {@link Instruction} marking the beginning this local. The instruction must already be a
  * part of the method. WARNING: if this instruction is deleted, the results are undefined.
  */
 public void setStart(Instruction instruction) {
   _target.setTargetInstruction(instruction);
 }