Building Method Hierarchy
A method hierarchy makes it possible to examine a tree-view of the classes where a given method is:
- defined (
).
- not defined, but defined in the superclass (
).
- to be defined, because the class is not abstract (
).
To build a method hierarchy
- Select the desired method in the Project tool window, or place the caret at the method declaration in the editor.
- Do one of the following:
- Press Ctrl+Shift+H.
Last modified: 1 August 2018