Hi,
I'm afraid that the answer is no, but maybe one of you surprises me.
Thanks.
Edit 1: I'm aware that the question doesn't make much sense but I think the point was understood and, sadly, the answer is no. Anyway I changed the title of the question adding quotes to the word "reflectively" and I will try to better explain my intentions just in case.
I have a instance of a type which is a subclass of some abstract type which has some known methods. I want to get, at runtime, a String with the source code of the actual implementation of one of such methods in the instance type.
I think it's worth pointing out that the actual type of the instance may be an anonimous inner class.... Also that a "decompiled" version of the source code it's good enough. The method I want to get the source, most of the time, has only one line....
Thanks.