Using the Call Graph

See Also

The Call Graph window displays two views of the calling relationships between the functions of your program. One view is a hierarchical tree with expanding and collapsing nodes. The other view is a graphical view of the functions called from a selected function, or the functions that call that function. The two views are synchronized.

To open the Call Graph:

To use the Call Graph:

Buttons at the left side of the Call Graph window allow you to change the display of the call tree nodes and graph.

Button Description
Refresh button Updates the display.
Focus on button Focuses the display on the selected node in the call tree, and the node moves to the top. Subsequent actions apply to the function that has focus.
Who is called from the function button Changes the display to the tree of functions called from the function that has focus.
Who calls this function button Changes the display to the tree of functions that call the function that has focus.
See Also
  Using the Classes Window
Finding Class, Method, and Fields Usages
Using the Navigator Window

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