this.classDef.getClassFile(), method
.getMethodName(), method.getDescriptor(),
new AccessFlags(method.getAccessFlags()), maxStack,
maxLocals, method.getExceptions());
ga.add(insertMethodAction);
InsertCodeToNewMethodAction ictnma = new InsertCodeToNewMethodAction(
this.classDef.getClassFile(), insertMethodAction,
method.getCode());
ga.add(ictnma);
} else {
throw new AssertionError(