Package com.tonic.analysis.graph.print
Textual printing of the analysis graphs.
-
Class Summary Class Description CPGPrinter A text renderer for a code property graph, emitting nodes grouped by method or by node type with detail controlled by a GraphPrinterConfig.GraphPrinterConfig Immutable rendering settings shared by the dependence-graph printers, built throughGraphPrinterConfig.Builderor one of the named presets.GraphPrinterConfig.Builder Mutable accumulator for the printer settings, seeded with the normal defaults.PDGPrinter Renders a program dependence graph as indented plain text.SDGPrinter Renders a system dependence graph as indented plain text, including formal and actual parameter nodes and interprocedural edges. -
Enum Summary Enum Description Verbosity Detail level for graph printing, from MINIMAL to DEBUG.