Going to a Type

See Also

The Go to Type dialog box lets you find a type (class, struct, enum, or typedef) by its name or prefix. The search is performed on all open projects.

To go directly to a type:

  1. Choose Navigate > Go To Type (Ctrl-O).
  2. In the Go to Type dialog box, type a character string or regular expression in the Type Name field. Types that match the string are displayed in the Types Found list.
  3. To constrain the search, select the Case Sensitive check box.
  4. Double-click a type, or select a type in the Types Found list and click OK. The Source Editor displays the declaration of that type.
See Also
Using the Type Hierarchy Window
Using the Navigator Window
Using Hyperlink Navigation
Using the Classes Window

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.