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


Public Attributes | |
| innerMethodDecl * | inner |
| lexer::token | from_path |
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 () |
| lexer::token from_path |
Definition at line 1046 of file ast.hpp.
Referenced by Formatter::format(), and visitor::visit().
| innerMethodDecl* inner |
Definition at line 1045 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().