示例#1
0
文件: Local.java 项目: slemur/SF3
 /** Return the instruction marking the beginning of this local. */
 public Instruction getStart() {
   return _target.getTargetInstruction();
 }