Thks for the pro-tips, very helpful, comparing with toString()and getParameterTypes().
But about comparaison, i’m not sure I can in my case to use it by your way.
In this case when I call method from void method(String name, PApplet pa, Object... args) it not a method, so i cannot compare with a method except if create this one.