예제 #1
0
파일: Local.java 프로젝트: slemur/SF3
 /** Return the instruction marking the beginning of this local. */
 public Instruction getStart() {
   return _target.getTargetInstruction();
 }