Is there any possible way to know the method names called for each reflection site in runtime Java?
For example, the bytecode instruction is
21: invokevirtual #36 // Method java/lang/Class.newInstance:()Ljava/lang/Object;
and I want to know what is exactly called for instruction 21 in runtime.
Aucun commentaire:
Enregistrer un commentaire