I read the bytecode looking for the opcode of invokelater and the number of the method on the constant pool.
But I cannot get the name of the method when I know the index on the constant pool.
What I should do?