mv.visitTypeInsn(CHECKCAST, "org/objectweb/jorm/util/api/Loggable");
mv.visitMethodInsn(INVOKEINTERFACE, "org/objectweb/jorm/util/api/Loggable",
"getLogger", "()Lorg/objectweb/util/monolog/api/Logger;");
final int loggerIdx = nextLocalVarIdx;
nextLocalVarIdx++;
mv.visitVarInsn(ASTORE, loggerIdx);
//$classNameFields state = ($classNameFields) speedoWriteIntention(${f.jormFielIdDecl});
mv.visitVarInsn(ALOAD, 0);
generateFieldIdAsLongArray(f, nbField, mv);
mv.visitMethodInsn(INVOKEVIRTUAL, classToWrite, "speedoWriteIntention",