compileCopyMethod(context, method, false, typefield1);
}
method = getMethod("copy");
if (method != null) {
compileCallback(context, method, clazz.createMethod(
"copy", "()Lanvil/core/Any;", Code.ACC_PUBLIC), true, 0, EMPTY, 0, 2);
} else {
compileCopyMethod(context, method, true, typefield1);
}