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