Getting method's fields
Hello JGuys...
Using the method Class.getDeclaredFields it's possible to acquire all fields declared in a given class; but the fields declared in the methods aren't acquired.
So, is there a way to acquire the fields declared in a method scope ?
Thanks in advance.
-- Lelio.

