Book a Demo

Author Topic: Get all classes which calls a member of class x?  (Read 2957 times)

wolfgang.uhr

  • EA User
  • **
  • Posts: 38
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Get all classes which calls a member of class x?
« on: May 26, 2006, 12:52:44 pm »
Hello

Let's assume, that I have a project containing 100 Classes. One of them x.cls should only be used by an other one y.cls and not directly.

Is it possible to search for thoose classes and mark them?

Thank you for any help.
Wolfgang

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Get all classes which calls a member of class
« Reply #1 on: May 28, 2006, 03:25:44 pm »
That kind of search isn't possible in EA because it doesn't consider what is called inside methods from any class.

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Get all classes which calls a member of class
« Reply #2 on: May 29, 2006, 03:43:25 am »
Simon,

Is it possible - via the UI directly - to obtain a list of all elements that use a given class as either a return type or parameter?

David
No, you can't have it!

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Get all classes which calls a member of class
« Reply #3 on: May 29, 2006, 03:03:58 pm »
It is possible to configure a search to look for classifiers.  Select Advanced and add Method.Parameter -> Classifier and Method -> ReturnTypeClassifier.