ins(tuple, index, value)
More...
#include <mim/ast/ast.h>
ins(tuple, index, value)
Definition at line 667 of file ast.h.
◆ InsertExpr()
mim::ast::InsertExpr::InsertExpr |
( |
Loc | loc, |
|
|
Ptr< Expr > && | tuple, |
|
|
Ptr< Expr > && | index, |
|
|
Ptr< Expr > && | value ) |
|
inline |
◆ bind()
void mim::ast::InsertExpr::bind |
( |
Scopes & | s | ) |
const |
|
overridevirtual |
◆ emit_()
Ref mim::ast::InsertExpr::emit_ |
( |
Emitter & | e | ) |
const |
|
overrideprivatevirtual |
◆ index()
const Expr * mim::ast::InsertExpr::index |
( |
| ) |
const |
|
inline |
◆ stream()
std::ostream & mim::ast::InsertExpr::stream |
( |
Tab & | tab, |
|
|
std::ostream & | os ) const |
|
overridevirtual |
◆ tuple()
const Expr * mim::ast::InsertExpr::tuple |
( |
| ) |
const |
|
inline |
◆ value()
const Expr * mim::ast::InsertExpr::value |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: