getting call hierarchy of a method using reflections

Posted by Steven on Stack Overflow See other posts from Stack Overflow or by Steven
Published on 2010-04-16T05:35:12Z Indexed on 2010/04/16 5:43 UTC
Read the original article Hit count: 293

Filed under:
|
|

hi, i used java reflections to get methods from a class(loaded those classes).Now i want to get the call hierarchy of those methods.How can i use call hierarchy option in eclipse IDE for that?any examples or links????

© Stack Overflow or respective owner

Related posts about java

Related posts about reflection