let ptrn: type = value;
More...
#include <mim/ast/ast.h>
let ptrn: type = value;
Definition at line 849 of file ast.h.
◆ LetDecl()
| mim::ast::LetDecl::LetDecl |
( |
Loc | loc, |
|
|
Ptr< Ptrn > && | ptrn, |
|
|
Ptr< Expr > && | value ) |
|
inline |
◆ bind()
| void mim::ast::LetDecl::bind |
( |
Scopes & | s | ) |
const |
|
overridevirtual |
◆ emit()
| void mim::ast::LetDecl::emit |
( |
Emitter & | e | ) |
const |
|
overridevirtual |
◆ ptrn()
| const Ptrn * mim::ast::LetDecl::ptrn |
( |
| ) |
const |
|
inline |
◆ stream()
| void mim::ast::LetDecl::stream |
( |
fe::Tab & | tab, |
|
|
std::ostream & | os ) const |
|
overridevirtual |
◆ value()
| const Expr * mim::ast::LetDecl::value |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: