// First three arguments go to the super-class
builder.loadThis();
builder.loadArgument(0);
builder.loadArgument(1);
builder.loadArgument(2);
builder.invokeConstructor(AbstractMethodInvocation.class, Object.class, InstanceContext.class,
MethodInvocationBundle.class);
for (int i = 0; i < description.argumentTypes.length; i++)
{