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


Public Member Functions | |
| identifier & | getName () |
| lexer::token & | getPath () |
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 * | name |
| lexer::token | path |
| identifier & getName | ( | ) |
Definition at line 263 of file ast.cpp.
References useStmt::name.
| lexer::token & getPath | ( | ) |
Definition at line 267 of file ast.cpp.
References useStmt::path.
| identifier* name |
Definition at line 611 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), useStmt::getName(), and visitor::visit().
| lexer::token path |
Definition at line 612 of file ast.hpp.
Referenced by Formatter::format(), useStmt::getPath(), and visitor::visit().