scitools.com

← Graph catalog

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

Return Type

Languages: C#, C++, Java, Jovial
Targets: Functions, Subprograms
Variants: Classic

Show the Declaration graph for a selected function’s return type.

For a selected C, C#, Java, or Jovial function or method, this jumps to its return type and shows that type’s own Declaration graph.

For example, the Return Type graph for color (declared as Color color() const; in the C++ class Shape) is the Declaration graph for the enum Color, shown in Declaration - Enum.