コード例 #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);
 }