예제 #1
0
파일: Local.java 프로젝트: slemur/SF3
 /** Set the method parameter that this local corresponds to. */
 public void setParam(int param) {
   setLocal(_owner.getCode().getLocalsIndex(param));
 }
예제 #2
0
파일: Local.java 프로젝트: slemur/SF3
 public Code getCode() {
   return _owner.getCode();
 }
예제 #3
0
파일: Local.java 프로젝트: slemur/SF3
 public ConstantPool getPool() {
   return _owner.getPool();
 }
예제 #4
0
파일: Local.java 프로젝트: slemur/SF3
 public ClassLoader getClassLoader() {
   return _owner.getClassLoader();
 }
예제 #5
0
파일: Local.java 프로젝트: slemur/SF3
 public Project getProject() {
   return _owner.getProject();
 }