|
topazc
|
Statement of control flow operator. More...
#include <ast.hpp>


Public Member Functions | |
| IfElseStmt (ExprPtr c, std::vector< StmtPtr > tb, std::vector< StmtPtr > eb, uint32_t l) | |
| Public Member Functions inherited from AST::Stmt | |
| Stmt (uint32_t l) | |
| virtual | ~Stmt ()=default |
Public Attributes | |
| ExprPtr | cond |
| std::vector< StmtPtr > | then_block |
| std::vector< StmtPtr > | else_block |
| Public Attributes inherited from AST::Stmt | |
| uint32_t | line |
| std::vector<StmtPtr> AST::IfElseStmt::else_block |
| std::vector<StmtPtr> AST::IfElseStmt::then_block |