Searhing merthod reference programmatically

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • djoshi27
    New Member
    • Sep 2006
    • 2

    #1

    Searhing merthod reference programmatically

    Hi All,

    In one of the application I am working on, I need to find out which all methods/classes in my application call a geiven method of a given class. Anybody knows how to achieve this? Eclipse java search functionality does similar thing.

    Regards
    Deven
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by djoshi27
    Hi All,

    In one of the application I am working on, I need to find out which all methods/classes in my application call a geiven method of a given class. Anybody knows how to achieve this? Eclipse java search functionality does similar thing.

    Regards
    Deven
    I would initially suggest reflection but then I did not quite understand your problem

    Comment

    • djoshi27
      New Member
      • Sep 2006
      • 2

      #3
      Even I thought of reflection first, but then its not reaaly helping me. My requirement is very simple. I want to figure out which all methods of which all classes are calling a given method of a given class.

      Comment

      • mzaiady
        New Member
        • Sep 2006
        • 4

        #4
        eclipse is opensource, you can see the source Code for it and also take it and modify as u need

        Comment

        • adiveppa
          New Member
          • Feb 2007
          • 1

          #5
          Hi,


          Did yoy find any soolution to your problem. Please post if any...

          Thanks
          Adiveppa

          Comment

          Working...