Is there a way to find all methods which return a particular type?
If the type is a class type (or some variation thereof - for example, an array of objects of a particular class), you can search for all usages of that class and see which of them are found in the method return type declarations.
-- Dmitry Jemerov Development Lead JetBrains, Inc. http://www.jetbrains.com/ "Develop with Pleasure!"
Hello Ted,
If the type is a class type (or some variation thereof - for example, an
array of objects of a particular class), you can search for all usages of
that class and see which of them are found in the method return type declarations.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"