#include <mim/ast/ast.h>
Public Member Functions | |
| TypeExpr (Loc loc, Ptr< Expr > level) | |
| const Expr * | level () 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 558 of file ast.h.
References mim::ast::Expr::Expr(), level(), and mim::ast::Node::loc().
|
overridevirtual |
Implements mim::ast::Expr.
Definition at line 166 of file emit.cpp.
References mim::ast::Expr::emit(), and level().
|
inline |
Definition at line 562 of file ast.h.
References mim::ast::Expr::Expr().
Referenced by bind(), emit_(), stream(), and TypeExpr().
|
overridevirtual |
Implements mim::ast::Node.
Definition at line 139 of file stream.cpp.
References level(), and mim::ast::S::S().