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


Public Member Functions | |
| identifier & | getVar () |
| rExpr & | getContainer () |
| 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 | |
| identifier * | var |
| rExpr * | container |
| codeBlock * | block |
| identifier & getVar | ( | ) |
| codeBlock* block |
Definition at line 888 of file ast.hpp.
Referenced by yoi::finalizeAST(), and Formatter::format().
| rExpr* container |
Definition at line 887 of file ast.hpp.
Referenced by yoi::finalizeAST(), and Formatter::format().
| identifier* var |
Definition at line 886 of file ast.hpp.
Referenced by yoi::finalizeAST(), and Formatter::format().