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


Public Attributes | |
| codeBlock * | tryBlock |
| vec< catchParam * > | catchParams |
| codeBlock * | finallyBlock |
Additional Inherited Members | |
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 () |
| vec<catchParam *> catchParams |
Definition at line 1064 of file ast.hpp.
Referenced by yoi::finalizeAST(), and Formatter::format().
| codeBlock* finallyBlock |
Definition at line 1065 of file ast.hpp.
Referenced by yoi::finalizeAST(), and Formatter::format().
| codeBlock* tryBlock |
Definition at line 1063 of file ast.hpp.
Referenced by yoi::finalizeAST(), and Formatter::format().