I'm using the asm instrumentation library. Using visitVarInsn I get the index of a local variable. I want to use that index and recieve more useful information like the name of the variable and the type. do you have any idea how? thanks.
|
feedback
|
|
Pick it up in the LocalVariablesSorter.visitLocalVariable method. | |||||||||
feedback
|