예제 #1
0
파일: Local.java 프로젝트: slemur/SF3
 /** Set the index into the code byte array at which this local starts. */
 public void setStartPc(int startPc) {
   _target.setByteIndex(startPc);
 }