#include <mim/ast/ast.h>
Public Member Functions | |
| AppExpr (Loc loc, Ptr< Expr > callee, Ptr< Expr > arg) | |
| const Expr * | callee () const |
| const Expr * | arg () const |
| void | bind (Scopes &) const override |
| void | stream (fe::Tab &, std::ostream &) const override |
| Public Member Functions inherited from mim::ast::Expr | |
| const Def * | emit (Emitter &) const |
| const Def * | emit_decl (Emitter &, const Def *type) const |
| void | emit_body (Emitter &, const Def *decl) const |
| Public Member Functions inherited from mim::ast::Node | |
| Loc | loc () const |
| void | dump () const |
Private Member Functions | |
| const Def * | emit_ (Emitter &) const override |
Additional Inherited Members | |
| Protected Member Functions inherited from mim::ast::Expr | |
| Expr (Loc loc) | |
| Protected Member Functions inherited from mim::ast::Node | |
| Node (Loc loc) | |
Definition at line 757 of file ast.h.
References arg(), callee(), mim::ast::Expr::Expr(), and mim::ast::Node::loc().
|
inline |
|
overridevirtual |
|
inline |
|
overridevirtual |
Implements mim::ast::Node.
Definition at line 172 of file stream.cpp.
References arg(), callee(), and mim::ast::S::S().