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


Public Member Functions | |
| definitionArguments & | getArgs () |
| 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 | |
| templateArg * | tempArgs |
| definitionArguments * | args |
| codeBlock * | block |
| definitionArguments & getArgs | ( | ) |
Definition at line 987 of file ast.cpp.
Referenced by visitor::specializeStructMethodDefinition().

| codeBlock & getBlock | ( | ) |
Definition at line 991 of file ast.cpp.
Referenced by visitor::specializeStructMethodDefinition().

| definitionArguments* args |
Definition at line 998 of file ast.hpp.
Referenced by yoi::finalizeAST(), and Formatter::format().
| codeBlock* block |
Definition at line 999 of file ast.hpp.
Referenced by yoi::finalizeAST(), and Formatter::format().
| templateArg* tempArgs |
Definition at line 997 of file ast.hpp.
Referenced by Formatter::format().