CallGraphDisplayer

public final class CallGraphDisplayer

This class displays a CallGraph in HTML. In fact, the writing in a HTML file is made in the CallGraphPrinter. Here, the CallGraph is read Unit by Unit and the printing method of CallGraphPrinter is called.

Constructors

CallGraphDisplayer

public CallGraphDisplayer(CallGraph cg, String htmlFileName, boolean existsGlobalDecls, String uniqueProgramFileName, String outputHtmlDirectory, String suffixForDiffMode, String callGraphTitle, String targetZone)

Constructor.

Parameters
  • cg – the CallGraph to display in HTML

  • existsGlobalDecls – true if GlobalDeclarations.

Methods

display

public void display()

Display a CallGraph in HTML.