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


Public Member Functions | |
| identifierWithDefTemplateArg & | getId () |
| structDefInner & | getInner () |
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 | |
| identifierWithDefTemplateArg * | id |
| structDefInner * | inner |
| identifierWithDefTemplateArg & getId | ( | ) |
Definition at line 327 of file ast.cpp.
References structDefStmt::id.
Referenced by visitor::visit().

| structDefInner & getInner | ( | ) |
Definition at line 331 of file ast.cpp.
References structDefStmt::inner.
Referenced by visitor::visit().

Definition at line 705 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), structDefStmt::getId(), and visitor::visit().
| structDefInner* inner |
Definition at line 706 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and structDefStmt::getInner().