}
public void modifyMethod(ConstantPool cp, Method method, String name,
Descriptor desc, AccessFlags flags, int maxStack, int maxLocals,
List exceptions) {
ModifyMethodAction mma = new ModifyMethodAction(cp, method, name, desc,
flags, maxStack, maxLocals, exceptions);
SystemFacade.getInstance().performAction(mma, this.openFile);
this.dispatcher.notifyObservers(new Event(EventType.CLASS_UPDATE));
}