A tool that dumps the Call Graph (CG) of the given compilation unit in the specified format.

Hierarchy (view full)

  • Tool<DumpCallGraphOptions>
    • DumpCallGraph

Constructors

Properties

options: DumpCallGraphOptions

User-defined options for the tool merged with the default options.

Accessors

  • get defaultOptions(): DumpCallGraphOptions
  • The default options for the tool.

    Returns DumpCallGraphOptions

  • get id(): string
  • The unique identifier of the tool.

    Returns string

Methods