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


Public Member Functions | |
| primary & | getLhs () const |
| lexer::token & | getOp () |
| externModuleAccessExpression & | getRhs () const |
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 | |
| primary * | lhs |
| lexer::token | op |
| externModuleAccessExpression * | rhs |
| primary & getLhs | ( | ) | const |
Definition at line 1139 of file ast.cpp.
References abstractExpr::lhs.
| lexer::token & getOp | ( | ) |
Definition at line 1142 of file ast.cpp.
References abstractExpr::op.
| externModuleAccessExpression & getRhs | ( | ) | const |
Definition at line 1145 of file ast.cpp.
References abstractExpr::rhs.
| primary* lhs |
Definition at line 444 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), abstractExpr::getLhs(), and visitor::visit().
| lexer::token op |
Definition at line 445 of file ast.hpp.
Referenced by Formatter::format(), abstractExpr::getOp(), and visitor::visit().
Definition at line 446 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), abstractExpr::getRhs(), and visitor::visit().