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


Public Member Functions | |
| identifier & | getId () const |
| typeSpec & | getSpec () 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 | |
| identifier * | id |
| typeSpec * | spec |
| identifier & getId | ( | ) | const |
Definition at line 16 of file ast.cpp.
References identifierWithTypeSpec::id.
| typeSpec & getSpec | ( | ) | const |
Definition at line 20 of file ast.cpp.
References identifierWithTypeSpec::spec.
| identifier* id |
Definition at line 267 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and identifierWithTypeSpec::getId().
| typeSpec* spec |
Definition at line 268 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and identifierWithTypeSpec::getSpec().