Example #1
0
 /** Set the method parameter that this local corresponds to. */
 public void setParam(int param) {
   setLocal(_owner.getCode().getLocalsIndex(param));
 }
Example #2
0
 public Code getCode() {
   return _owner.getCode();
 }
Example #3
0
 public ConstantPool getPool() {
   return _owner.getPool();
 }
Example #4
0
 public ClassLoader getClassLoader() {
   return _owner.getClassLoader();
 }
Example #5
0
 public Project getProject() {
   return _owner.getProject();
 }