Visitor for printing variable information in a human-readable format.
More...
#include <ReportVariables.hpp>
|
| | ReportVariables (ast::Compilation &compilation) |
| void | report (FormatBuffer &buffer) |
| | Renders the collected variable information to the given format buffer.
|
| void | handle (const ast::VariableSymbol &symbol) |
Visitor for printing variable information in a human-readable format.
◆ ReportVariables()
| slang::report::ReportVariables::ReportVariables |
( |
ast::Compilation & | compilation | ) |
|
|
inlineexplicit |
◆ 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: