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


Public Attributes | |
| yoi::identifierWithDefTemplateArg * | lhs {} |
| yoi::typeSpec * | rhs {} |
Additional Inherited Members | |
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 () |
Definition at line 221 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| yoi::typeSpec* rhs {} |
Definition at line 222 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().