// TODO: verify that this makes sense.
// The logic could be in the action?
if (index != -1) {
group.add(new ParamModifyAction(instruction, i, Integer.valueOf(index)));
} else {
group.add(new AddMethodRefAction(className, methodName, typeName, instruction, i, this.cf.getPool()));
}
}
break;
}
case TYPE_CONSTANT_POOL_FIELD_REF: {