Reputation: 3652
In Visual Studio, I can obtain a succinct list of public methods/members exposed in a class for which I do not have the source (i.e. bundled inside a DLL) by pressing F12 (GoToDefinition).
Similarly, I am learning the Android API - in Eclipse. Jumping to an Android framework method definition produces decompilation output which is not intuitive to read, and is very verbose. To mimic results like Visual Studio, I am considering several options:
Thank you in advance.
Upvotes: 2
Views: 572
Reputation: 2843
I found another decompiler that nicely integrates with Eclipse:
http://java.decompiler.free.fr/?q=jdeclipse
Upvotes: 0
Reputation: 2843
Upvotes: 1
Reputation: 9351
Upvotes: 1