User Tools

Site Tools


call_tree_application.htm
Navigation:  Guide to Examples >====== Call Tree Application ====== Previous pageReturn to chapter overviewNext page

The ABC Call Tree application is designed to help you learn and understand the inner workings as well as the documented interface of the ABC Library.

The ABC Call Tree scans ABC Compliant source code, then builds a hierarchical list (Tree) that shows which methods each method calls. For example,

WindowManager.Run

+WindowManager.Init

+WindowManager.Ask

+WindowManager.TakeEvent

The ABC Call Tree:

·Lets you choose the Class Library source code to analyze (analyze the entire library or some subset of the library).

·Shows all methods called by a particular method.

·Shows all methods that call a particular method.

·Searches the method list for a partial or full method name.

·Identifies virtual methods.

·Optionally suppresses private, methods, protected methods, or both.

·Remembers your most frequent choices for easy reuse.

This example application can be found in the \(Clarion Root)\EXAMPLES\CALLTREE folder.

call_tree_application.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1