Readonly
ctxProtected
Readonly
optionsUser-defined options for the tool merged with the default options.
The default options for the tool.
The unique identifier of the tool.
Protected
makeMakes a ToolOutput from the given output.
Runs the tool on the given compilation unit.
The compilation unit to run the tool on.
The result of the tool.
Runs the tool without any compilation unit.
The result of the tool.
Executes DumpCallGraph
tool.
CompilationUnit
representing the code to analyze.
A ToolOutput
containing the generated call graph data.
Static
canTests if the Tool could be executed without compilation unit using runStandalone
.
A tool that dumps the Call Graph (CG) of the given compilation unit in the specified format.