#include <llvmexpr/frontend/infix2postfix/AST.hpp>
Definition at line 125 of file AST.hpp.
◆ ArrayAccessExpr()
| infix2postfix::ArrayAccessExpr::ArrayAccessExpr |
( |
std::unique_ptr< Expr > | arr, |
|
|
std::unique_ptr< Expr > | idx ) |
|
inline |
Definition at line 388 of file AST.hpp.
390 :
array(std::move(arr)),
index(std::move(idx)) {
393 }
398 }
399}
std::unique_ptr< Expr > index
std::unique_ptr< Expr > array
References array, index, and range.
◆ array
| std::unique_ptr<Expr> infix2postfix::ArrayAccessExpr::array |
◆ array_symbol
| std::shared_ptr<Symbol> infix2postfix::ArrayAccessExpr::array_symbol |
◆ index
| std::unique_ptr<Expr> infix2postfix::ArrayAccessExpr::index |
◆ range
| Range infix2postfix::ArrayAccessExpr::range |
The documentation for this struct was generated from the following file:
- llvmexpr/frontend/infix2postfix/AST.hpp