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


Public Member Functions | |
| identifierWithTemplateArg & | getName () |
| definitionArguments & | getArgs () |
| typeSpec & | getResultType () |
| 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 | |
| yoi::vec< lexer::token > | attrs |
| identifierWithTemplateArg * | name |
| definitionArguments * | args |
| typeSpec * | resultType |
| codeBlock * | block |
| definitionArguments & getArgs | ( | ) |
Definition at line 971 of file ast.cpp.
Referenced by visitor::handleInvocationExtern(), visitor::specializeStructMethodDefinition(), and visitor::specializeStructMethodTemplate().

| codeBlock & getBlock | ( | ) |
Definition at line 979 of file ast.cpp.
Referenced by visitor::specializeStructMethodDefinition(), and visitor::specializeStructMethodTemplate().

| identifierWithTemplateArg & getName | ( | ) |
Definition at line 967 of file ast.cpp.
Referenced by visitor::handleInvocationExtern(), visitor::specializeStructMethodDefinition(), and visitor::specializeStructMethodTemplate().

| typeSpec & getResultType | ( | ) |
Definition at line 975 of file ast.cpp.
Referenced by visitor::specializeStructMethodTemplate().

| definitionArguments* args |
Definition at line 970 of file ast.hpp.
Referenced by yoi::finalizeAST(), and Formatter::format().
| yoi::vec<lexer::token> attrs |
Definition at line 968 of file ast.hpp.
Referenced by Formatter::format(), and visitor::specializeStructMethodTemplate().
| codeBlock* block |
Definition at line 972 of file ast.hpp.
Referenced by yoi::finalizeAST(), and Formatter::format().
Definition at line 969 of file ast.hpp.
Referenced by yoi::finalizeAST(), and Formatter::format().
| typeSpec* resultType |
Definition at line 971 of file ast.hpp.
Referenced by yoi::finalizeAST(), and Formatter::format().