new String[] {},
classGen.getStylesheet());
final ConstantPoolGen cpg = sortRecord.getConstantPool();
Method clinit = compileClassInit(sortObjects, sortRecord,
cpg, className);
Method extract = compileExtract(sortObjects, sortRecord,
cpg, className);
Method sortType = compileSortType(sortObjects, sortRecord,
cpg, className);
Method sortOrder = compileSortOrder(sortObjects, sortRecord,
cpg, className);
sortRecord.addMethod(clinit);
sortRecord.addEmptyConstructor(ACC_PUBLIC);
sortRecord.addMethod(extract);