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


Public Member Functions | |
| rExpr & | getCond () |
| 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 | |
| rExpr * | cond |
| codeBlock * | block |
| codeBlock* block |
Definition at line 861 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| rExpr* cond |
Definition at line 860 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().