示例#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);
 }