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


Public Member Functions | |
| typeSpec & | get () 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 | |
| typeSpec * | spec |
| typeSpec & get | ( | ) | const |
Definition at line 31 of file ast.cpp.
References templateArgSpec::spec.
| typeSpec* spec |
Definition at line 292 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and templateArgSpec::get().