public void emitCoerceFromObject(CodeAttr codeattr) {
   codeattr.emitPushString(target);
   codeattr.emitInvokeStatic(coerceMethod);
 }