ArrayTypeChooser chooser = (ArrayTypeChooser) choosers.get(i);
group.add(new ParamModifyAction(instruction, i, chooser.getValue()));
break;
}
case TYPE_CONSTANT_POOL_CONSTANT: {
ConstantpoolConstantChooser chooser = (ConstantpoolConstantChooser) choosers.get(i);
group.add(new ParamModifyAction(instruction, i, chooser.getValue()));
break;
}
case TYPE_LOCAL_VARIABLE_READONLY:
// no action required
break;