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.
Implement this method if your tool needs a compilation unit.
The compilation unit to run the tool on.
Static
canTests if the Tool could be executed without compilation unit using runStandalone
.
A tool that dumps the Cfg of the given compilation unit.