Swa*_*are 6 java bytecode-manipulation java-bytecode-asm
当访问方法指令a.doAnother(account.getId);使用visitMethodInsn()时ASM.我需要从方法参数获取帐户account.getId()类型,帐户类型是Account.但是我得到的返回类型account.getId()是long.如何获得Account此处的帐户类型?
a.doAnother(account.getId);
visitMethodInsn()
ASM
account.getId()
Account
long
归档时间:
9 年,7 月 前
查看次数:
168 次
最近记录: