/* 1306 */ this.supportedModes = supportedModes;
/* 1307 */ this.sourceNames = sourceNames;
/* 1308 */ this.sourceClasses = sourceClassList;
/* 1309 */ this.paramNames = paramNames;
/* */
/* 1311 */ this.modeIndices = new CaselessStringArrayTable(supportedModes);
/* 1312 */ this.sourceIndices = new CaselessStringArrayTable(sourceNames);
/* */
/* 1316 */ ParameterListDescriptor pld = new ParameterListDescriptorImpl(this, paramNames, paramClasses, paramDefaults, validParamValues);
/* */
/* 1319 */ this.paramListDescriptors = new ParameterListDescriptor[supportedModes.length];
/* */