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


Public Member Functions | |
| identifierWithDefTemplateArg & | getName () |
| definitionArguments & | getArgs () |
| typeSpec & | getResultType () |
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 |
| identifierWithDefTemplateArg * | name |
| definitionArguments * | args |
| typeSpec * | resultType |
| definitionArguments & getArgs | ( | ) |
Definition at line 959 of file ast.cpp.
Referenced by visitor::handleInvocationExtern(), visitor::specializeStructMethodDeclaration(), and visitor::specializeStructMethodTemplate().

| identifierWithDefTemplateArg & getName | ( | ) |
Definition at line 955 of file ast.cpp.
Referenced by visitor::handleInvocationExtern(), visitor::specializeStructMethodDeclaration(), and visitor::specializeStructMethodTemplate().

| typeSpec & getResultType | ( | ) |
Definition at line 963 of file ast.cpp.
Referenced by visitor::specializeStructMethodDeclaration(), and visitor::specializeStructMethodTemplate().

| definitionArguments* args |
Definition at line 956 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| yoi::vec<lexer::token> attrs |
Definition at line 954 of file ast.hpp.
Referenced by Formatter::format(), visitor::specializeStructMethodDeclaration(), visitor::specializeStructMethodTemplate(), and visitor::visit().
Definition at line 955 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| typeSpec* resultType |
Definition at line 957 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().