The Call Hierarchy view shows callers and callees for a selected Java member.
Command |
Name |
Description |
---|---|---|
Refresh |
Refresh the whole hierarchy |
|
Refresh (context menu) |
Refresh the selected elements and their direct children |
|
Cancel Current Search |
Cancel the current running search. Useful for long running searches. |
|
Show Caller Hierarchy |
Show all callers in the search scope of the selected member. |
|
Show Callee Hierarchy |
Show all members which are called by the currently selected member. |
|
Show History List |
This menu displays a history of previously displayed call hierarchies. |
|
Pin the Call Hierarchy View |
Pins the current view and enables the user to open multiple Call Hierarchy views at the same time. |
|
Layout |
Specifies the layout of the call hierarchy views |
|
Field Accesses |
Specifies which field accesses to show: Read or write accesses, or both |
|
Search In... |
Specifies where in the scope the Call Hierarchy should search for results. |
|
Search Scope |
Defines the scope for the search for callers. |
|
Filters |
Specifies the patterns whose matching members will be hidden from the view. |
|
Expand with Constructors (context menu) |
Expands and replaces an instance method's normal children with:
This is especially useful for methods in anonymous classes. |
|
Expand with Constructors... |
Specifies the list of types whose instance methods are expanded with constructors by default. The feature can also be enabled or disabled for all methods declared in anonymous types at once using the All methods in anonymous types option. |
|
Remove from View |
Remove the selected nodes from the view |