slang-netlist  0.9.0
Loading...
Searching...
No Matches
slang::report::ReportVariables Class Reference

Visitor for printing variable information in a human-readable format. More...

#include <ReportVariables.hpp>

Inheritance diagram for slang::report::ReportVariables:

Public Member Functions

 ReportVariables (ast::Compilation &compilation)
void report (FormatBuffer &buffer)
 Renders the collected variable information to the given format buffer.
void handle (const ast::VariableSymbol &symbol)

Detailed Description

Visitor for printing variable information in a human-readable format.

Constructor & Destructor Documentation

◆ ReportVariables()

slang::report::ReportVariables::ReportVariables ( ast::Compilation & compilation)
inlineexplicit

Member Function Documentation

◆ handle()

void slang::report::ReportVariables::handle ( const ast::VariableSymbol & symbol)
inline

◆ report()

void slang::report::ReportVariables::report ( FormatBuffer & buffer)
inline

Renders the collected variable information to the given format buffer.


The documentation for this class was generated from the following file: