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


Public Member Functions | |
| vec< identifierWithTypeSpec * > & | get () |
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 | |
| vec< identifierWithTypeSpec * > | spec |
| vec< identifierWithTypeSpec * > & get | ( | ) |
Definition at line 43 of file ast.cpp.
References definitionArguments::spec.
Referenced by yoi::finalizeAST(), visitor::handleInvocationExtern(), visitor::specializeFunctionTemplate(), visitor::specializeStructMethodDeclaration(), visitor::specializeStructMethodDefinition(), visitor::specializeStructMethodTemplate(), visitor::visit(), and visitor::visit().

| vec<identifierWithTypeSpec *> spec |
Definition at line 313 of file ast.hpp.
Referenced by visitor::createLambdaUnnamedStruct(), Formatter::format(), and definitionArguments::get().