/* 215 */ int paramVar = ca.getMaxLocals();
/* 216 */ jc.recordParams("java.lang.Object", params, true, paramVar, withinStatic());
/* */
/* 221 */ checkResultValue(retType, statement);
/* 222 */ int retVar = jc.recordReturnType(retType, true);
/* 223 */ jc.recordProceed(new ProceedForArray(retType, this.opcode, index, dim));
/* */
/* 225 */ Bytecode bytecode = jc.getBytecode();
/* 226 */ storeStack(params, true, paramVar, bytecode);
/* 227 */ jc.recordLocalVariables(ca, pos);
/* */