Ejemplo n.º 1
0
 /** Set the index into the code byte array at which this local starts. */
 public void setStartPc(int startPc) {
   _target.setByteIndex(startPc);
 }