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

Public Member Functions | |
| rExpr & | getCond () |
| codeBlock & | getBlock () |
Public Attributes | |
| rExpr * | cond |
| codeBlock * | block |
| rExpr & getCond | ( | ) |
Definition at line 395 of file ast.cpp.
References ifStmt::ifBlock::cond.
| codeBlock* block |
Definition at line 838 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| rExpr* cond |
Definition at line 837 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), ifStmt::ifBlock::getCond(), and visitor::visit().