Joos1W Compiler Framework
|
Public Member Functions | |
BlockStatement (BumpAllocator &alloc, array_ref< Stmt * > stmts) noexcept | |
std::ostream & | print (std::ostream &os, int indentation=0) const override |
int | printDotNode (DotPrinter &dp) const override |
utils::Generator< ast::AstNode const * > | children () const override |
By default, returns an empty generator for the statement. | |
utils::Generator< const Expr * > | exprs () const override |
Returns all the expressions in the statement. | |
auto | stmts () const |
![]() | |
utils::Generator< Expr * > | mut_exprs () |
![]() | |
AstNode (const AstNode &)=delete | |
AstNode (AstNode &&)=delete | |
AstNode & | operator= (const AstNode &)=delete |
AstNode & | operator= (AstNode &&)=delete |
std::ostream & | printDot (std::ostream &os) const |
void | dump () const |
utils::Generator< AstNode * > | mut_children () |
Returns a generator for the mutable children of this node. | |
Additional Inherited Members | |
![]() | |
static std::string | indent (int indentation) |
Get a string of spaces for indentation. More... | |