/* 652 */ TypeCode typeCode = getTypeCode(cls);
/* */
/* 654 */ ParameterAnalysis[] ps = ops[i].getParameters();
/* 655 */ ParameterDescription[] params = new ParameterDescription[ps.length];
/* 656 */ for (int j = 0; j < ps.length; j++) {
/* 657 */ params[j] = new ParameterDescription(ps[j].getIDLName(), getTypeCode(ps[j].getCls()), null, ParameterMode.PARAM_IN);
/* */ }
/* */
/* 663 */ ExceptionAnalysis[] exc = ops[i].getMappedExceptions();
/* 664 */ ExceptionDef[] exceptions = new ExceptionDef[exc.length];
/* 665 */ for (int j = 0; j < exc.length; j++) {