protected ByteVector write(ClassWriter cw, byte[] code, int len, int maxStack, int maxLocals) {
   return defaultValue.write(new ByteVector(), cw);
 }