A class which provides facilities for dumping details about statement nodes. More...
#include "AstDumper.h"
#include "DeclDumper.h"
#include "ExprDumper.h"
#include "comma/ast/StmtVisitor.h"
Go to the source code of this file.
Classes | |
class | comma::StmtDumper |
Namespaces | |
namespace | comma |
A class which provides facilities for dumping details about statement nodes.
The facilities provided by this class are useful for debugging purposes and are used by the implementation of Ast::dump().
Definition in file StmtDumper.h.