|
hoshi-lang dev
Yet another programming language
|
#include <ast.hpp>


Public Member Functions | |
| inCodeBlockStmt & | getInitStmt () |
| rExpr & | getCond () |
| inCodeBlockStmt & | getAfterStmt () |
| codeBlock & | getBlock () |
Public Member Functions inherited from AST | |
| AST () | |
| AST (lexer::token token) | |
| std::tuple< yoi::indexT, yoi::indexT > | getLocation () |
| yoi::indexT | getLine () |
| yoi::indexT | getColumn () |
| yoi::lexer::token & | getToken () |
Public Attributes | |
| inCodeBlockStmt * | initStmt |
| rExpr * | cond |
| inCodeBlockStmt * | afterStmt |
| codeBlock * | block |
| inCodeBlockStmt & getAfterStmt | ( | ) |
| inCodeBlockStmt & getInitStmt | ( | ) |
| inCodeBlockStmt* afterStmt |
Definition at line 872 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| codeBlock* block |
Definition at line 873 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| rExpr* cond |
Definition at line 871 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| inCodeBlockStmt* initStmt |
Definition at line 870 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().