scitools.com

← Graph catalog

Rename Declaration is one of the interactive graphs Understand can draw of your code — call trees, dependencies, control flow, and more.

Rename Declaration

Languages: Ada
Targets: Objects, Packages, Subprograms, Types
Variants: Classic

Show the Declaration graph for the entity a selected Ada renaming declaration refers to.

For a selected function, procedure, package, task, entry, component, enumeration literal, constant, exception, object, or type declared as a rename of another entity (an Ada renames declaration), this jumps to the renamed entity and shows its own Declaration graph.

For example, the Rename Declaration graph for Run (declared inside Main as procedure Run (Count : Integer; Label : String) renames Client.Run;) is the Declaration graph for Client.Run, shown in Declaration - Ada.