A tool that dumps the CFG of the given compilation unit.

Hierarchy (view full)

  • Tool<DumpCfgOptions>
    • DumpCfg

Constructors

Properties

options: DumpCfgOptions

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

Accessors

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

    Returns DumpCfgOptions

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

    Returns string

Methods