constantPoolGen);
org.apache.bcel.classfile.Method getterMethod =
constructGetterMethod(newClassName, constantPoolGen,
instructionFactory, field);
classGen.addMethod(getterMethod);
org.apache.bcel.classfile.Method setterMethod =
constructSetterMethod(newClassName, constantPoolGen,
instructionFactory, field);
classGen.addMethod(setterMethod);