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


Public Member Functions | |
| vec< rExpr * > & | get () |
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 | |
| vec< rExpr * > | arg |
Definition at line 39 of file ast.cpp.
References invocationArguments::arg.
Referenced by visitor::evaluateArguments(), yoi::finalizeAST(), visitor::handleInvocationExtern(), and visitor::visit().

Definition at line 306 of file ast.hpp.
Referenced by visitor::constructDataStruct(), Formatter::format(), and invocationArguments::get().