Purpose: Obtain the public method signature(return value,parameter,method name) from java bytecode files.
I am using the ObjectWeb ASM framework.
Problem: I scanned through the API specification of ASM and tried several examples, but I still have no idea about how to get the signature. The MethodNode class has a signature field, but the value is null.
You can try something like this: