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


Public Member Functions | |
| unnamedDefinitionArguments & | getArgs () const |
| typeSpec & | getResultType () const |
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 | |
| unnamedDefinitionArguments * | args |
| typeSpec * | resultType |
| unnamedDefinitionArguments & getArgs | ( | ) | const |
Definition at line 47 of file ast.cpp.
References funcTypeSpec::args.
| typeSpec & getResultType | ( | ) | const |
Definition at line 51 of file ast.cpp.
References funcTypeSpec::resultType.
Definition at line 320 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and funcTypeSpec::getArgs().
| typeSpec* resultType |
Definition at line 321 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and funcTypeSpec::getResultType().