If I have added a new method to my classfile with ClassBuilder.withMethod(...) I know it is not added to ClassModel.methods() as that is an immutable list from the original, unmodified classfile. Is there any way to get a MethodModel for this new method in order to modify it further? Thank you, Mark