Search

To search for methods with a certain return type, use "* <return type> as follows:

  1. Open the search dialog and click on the Java Search tab.
  2. Type "*" and the return type, separated by a space, in the Search string.  For example
        * TestCase
    would be typed to find methods that return a TestCase.
  3. Select Method and Declarations and then click Search.
Related concepts

Java search

Related tasks

Conducting a Java search using the search dialog
Conducting a Java search using pop-up menus

Copyright IBM Corporation 2000, 2002. All Rights Reserved.