Dumps a textual representation of the AST to an output stream.
More...
#include <ASTDumper.hpp>
|
template<typename T > |
using | Const = ConstASTExprVisitor::Const< T > |
|
|
std::ostream & | out |
| the output stream to write to
|
|
|
int | indent_ |
| the current level of indentation
|
|
Dumps a textual representation of the AST to an output stream.
Definition at line 11 of file ASTDumper.hpp.
◆ Const
◆ ASTDumper()
m::ast::ASTDumper::ASTDumper |
( |
std::ostream & |
out, |
|
|
int |
indent = 0 |
|
) |
| |
|
inline |
◆ indent_
int m::ast::ASTDumper::indent_ |
|
private |
the current level of indentation
Definition at line 15 of file ASTDumper.hpp.
◆ out
std::ostream& m::ast::ASTDumper::out |
The documentation for this struct was generated from the following file: