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


Public Member Functions | |
| logicalOrExpr & | getExpr () 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 | |
| logicalOrExpr * | expr |
| logicalOrExpr & getExpr | ( | ) | const |
Definition at line 259 of file ast.cpp.
References rExpr::expr.
Referenced by visitor::visit().

| logicalOrExpr* expr |
Definition at line 604 of file ast.hpp.
Referenced by yoi::finalizeAST(), and rExpr::getExpr().