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


Public Member Functions | |
| 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 | |
| codeBlock * | block |
| codeBlock & getBlock | ( | ) |
Definition at line 1189 of file ast.cpp.
References finalizerDef::block.
| codeBlock* block |
Definition at line 1008 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and finalizerDef::getBlock().