IntelliJ IDEA 2017.3 Help

Building Call Hierarchy

You can build and view the hierarchy of callers and callees for a selected method in the Hierarchy tool window. Before viewing call hierarchy, you need to build at least one.

To build a hierarchy of method calls

  1. In the Editor, place the caret at the method declaration or usage. In the Project view, or another tool window, select the desired method.
  2. Do one of the following:
    • On the main menu, choose Navigate | Call Hierarchy.
    • Press Ctrl+Alt+H.
Last modified: 6 March 2018

See Also