callee arg
More...
#include <mim/ast/ast.h>
callee arg
Definition at line 658 of file ast.h.
◆ AppExpr()
| mim::ast::AppExpr::AppExpr |
( |
Loc | loc, |
|
|
bool | is_explicit, |
|
|
Ptr< Expr > && | callee, |
|
|
Ptr< Expr > && | arg ) |
|
inline |
◆ arg()
| const Expr * mim::ast::AppExpr::arg |
( |
| ) |
const |
|
inline |
◆ bind()
| void mim::ast::AppExpr::bind |
( |
Scopes & | s | ) |
const |
|
overridevirtual |
◆ callee()
| const Expr * mim::ast::AppExpr::callee |
( |
| ) |
const |
|
inline |
◆ emit_()
| const Def * mim::ast::AppExpr::emit_ |
( |
Emitter & | e | ) |
const |
|
overrideprivatevirtual |
◆ is_explicit()
| bool mim::ast::AppExpr::is_explicit |
( |
| ) |
const |
|
inline |
◆ stream()
| void mim::ast::AppExpr::stream |
( |
fe::Tab & | tab, |
|
|
std::ostream & | os ) const |
|
overridevirtual |
The documentation for this class was generated from the following files: