GSC Interpreter
A Turing-complete interpreter developed for a compiler course
|
This is the complete list of members for If, including all inherited members.
accept(StmtVisitor &visitor) override | If | inlinevirtual |
condition | If | private |
elseBranch | If | private |
getCondition() const | If | inline |
getElseBranch() const | If | inline |
getThenBranch() const | If | inline |
If(const std::shared_ptr< Expr > &condition, const std::shared_ptr< Stmt > &thenBranch, const std::shared_ptr< Stmt > &elseBranch) | If | inline |
thenBranch | If | private |