I'm analyzing the bytecode of a class. I can detect the opcode and the operands of it. How can I get the the name of this (the name of the object)
For istance the opcode is new and i have as operand an integer (think a the follow code: "new String()") Where I should serch for the name? In the constantPool of the class and how? I'm not expert