ca.aload(loadPosition);
}
ca.aastore();
loadPosition++;
}
ca.invokeinterface(InvocationHandler.class.getName(), "invoke",
"(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;");
if (superclassMethod.getReturnType() != void.class) {
if (superclassMethod.getReturnType().isPrimitive()) {
Boxing.unbox(ca, method.getReturnType());