Does JavaAssist has something like visitInvokeDynamicInsn in ASM

213 Views Asked by At

I want to add some code into all my project files with JavaAssist. And i will use the params of each method. But I found when using lambda,it generated a new method in class and the params of original method will be changed finally. So Does JavaAssist has something like visitInvokeDynamicInsn method in MethodVisitor in ASM,that I can get the original owner, params and name of method? thx.

0

There are 0 best solutions below