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


Public Attributes | |
| externModuleAccessExpression * | type |
| subscript * | length |
| invocationArguments * | args |
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 () |
| invocationArguments* args |
Definition at line 406 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), yoi::parse(), and visitor::visit().
| subscript* length |
Definition at line 405 of file ast.hpp.
Referenced by Formatter::format(), yoi::parse(), and visitor::visit().
Definition at line 404 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), yoi::parse(), and visitor::visit().