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


Public Member Functions | |
| vec< shiftExpr * > & | getTerms () |
| vec< lexer::token > & | getOp () |
| operator bool () 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 | |
| vec< shiftExpr * > | terms |
| vec< lexer::token > | ops |
| vec< lexer::token > & getOp | ( | ) |
Definition at line 179 of file ast.cpp.
References relationalExpr::ops.
Referenced by visitor::visit().

Definition at line 175 of file ast.cpp.
References relationalExpr::terms.
Referenced by yoi::finalizeAST(), and visitor::visit().

| vec<lexer::token> ops |
Definition at line 521 of file ast.hpp.
Referenced by relationalExpr::getOp().
Definition at line 520 of file ast.hpp.
Referenced by relationalExpr::getTerms().