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


Public Member Functions | |
| definitionArguments & | getArgs () |
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 | |
| defTemplateArg * | tempArgs |
| definitionArguments * | args |
| definitionArguments & getArgs | ( | ) |
Definition at line 983 of file ast.cpp.
Referenced by visitor::specializeStructMethodDeclaration().

| definitionArguments* args |
Definition at line 986 of file ast.hpp.
Referenced by yoi::finalizeAST(), and Formatter::format().
| defTemplateArg* tempArgs |
Definition at line 985 of file ast.hpp.
Referenced by Formatter::format(), and visitor::specializeStructMethodDeclaration().