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


Public Member Functions | |
| letAssignmentPairLHS & | getLhs () |
| rExpr & | getRhs () |
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 | |
| letAssignmentPairLHS * | lhs |
| typeSpec * | type |
| rExpr * | rhs |
| letAssignmentPairLHS & getLhs | ( | ) |
Definition at line 375 of file ast.cpp.
References letAssignmentPair::lhs.
| rExpr & getRhs | ( | ) |
Definition at line 379 of file ast.cpp.
References letAssignmentPair::rhs.
| letAssignmentPairLHS* lhs |
Definition at line 776 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and letAssignmentPair::getLhs().
| rExpr* rhs |
Definition at line 778 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and letAssignmentPair::getRhs().
| typeSpec* type |
Definition at line 777 of file ast.hpp.
Referenced by Formatter::format().