scitools.com

← Graph catalog

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

Declaration Type

Languages: C#, C++, Java, Jovial
Targets: Objects, Types
Variants: Classic

Show the Declaration graph for a selected variable’s type, or a selected type alias’s underlying type.

For a selected Java or Jovial variable, this jumps to its declared type and shows that type’s own Declaration graph; for a selected C or C# type alias, this jumps to the type it aliases.

For example, the Declaration Type graph for ShapeAlias (declared as typedef Shape ShapeAlias; in shapes.h) is the Declaration graph for the class Shape, shown in Declaration - C Class.