In Java you can \"capture\" a \"method call on object\" as a Runnable, as in belows example.
Later, having access to this instance of Runnable, is it possible to act
With reflection, it is not possible to get local variables and method parameter values. Instead you can use AOP to intercept the method call and inspect the parameters.