I could parse .java files in their physical location on disc, but is it possible to "decompile" java class to code-String during runtime?
What I am trying to achieve - I am writing something like test-tool and I need to get the code itself - so the syntaxis of function need to be tested