#include <llvmexpr/frontend/infix2postfix/AST.hpp>
Definition at line 166 of file AST.hpp.
◆ IfStmt()
| infix2postfix::IfStmt::IfStmt |
( |
std::unique_ptr< Expr > | c, |
|
|
std::unique_ptr< Stmt > | t, |
|
|
std::unique_ptr< Stmt > | e ) |
|
inline |
◆ condition
| std::unique_ptr<Expr> infix2postfix::IfStmt::condition |
◆ else_branch
| std::unique_ptr<Stmt> infix2postfix::IfStmt::else_branch |
◆ range
| Range infix2postfix::IfStmt::range |
◆ then_branch
| std::unique_ptr<Stmt> infix2postfix::IfStmt::then_branch |
The documentation for this struct was generated from the following file:
- llvmexpr/frontend/infix2postfix/AST.hpp