使用ASM读取方法调用参数

Swa*_*are 6 java bytecode-manipulation java-bytecode-asm

当访问方法指令a.doAnother(account.getId);使用visitMethodInsn()ASM.我需要从方法参数获取帐户account.getId()类型,帐户类型是Account.但是我得到的返回类型account.getId()long.如何获得Account此处的帐户类型?