コード例 #1
0
 public void emitCoerceFromObject(CodeAttr codeattr) {
   codeattr.emitPushString(target);
   codeattr.emitInvokeStatic(coerceMethod);
 }