(code, IllegalArgumentException.class));
}
else {
// In mixed access mode, property indexes are not +1 incremental
// a lookup switch must be used to do indexed lookup.
LookupSwitchInstruction lookupins = code.lookupswitch();
for (Integer i : propFmds) {
lookupins.addCase(i,
code.constant().setValue(
_attrsToFields.get(fmds[i].getName())));