Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
thorin::ast::IdPtrn Class Reference

dbg: type More...

#include <thorin/ast/ast.h>

Inheritance diagram for thorin::ast::IdPtrn:
[legend]

Public Member Functions

 IdPtrn (Loc loc, bool rebind, Dbg dbg, Ptr< Expr > &&type)
 
const Exprtype () const
 
void bind (Scopes &, bool quiet=false) const override
 
Ref emit_type (Emitter &) const override
 
std::ostream & stream (Tab &, std::ostream &) const override
 
- Public Member Functions inherited from thorin::ast::Ptrn
 Ptrn (Loc loc, bool rebind, Dbg dbg)
 
bool rebind () const
 
Dbg dbg () const
 
Ref emit_value (Emitter &, Ref) const
 
- Public Member Functions inherited from thorin::ast::Decl
Ref def () const
 
- Public Member Functions inherited from thorin::ast::Node
Loc loc () const
 
void dump () const
 

Static Public Member Functions

static Ptr< IdPtrnmk_type (AST &ast, Ptr< Expr > &&type)
 
static Ptr< IdPtrnmk_id (AST &ast, Dbg dbg, Ptr< Expr > &&type)
 
- Static Public Member Functions inherited from thorin::ast::Ptrn
static Ptr< Exprto_expr (AST &, Ptr< Ptrn > &&)
 
static Ptr< Ptrnto_ptrn (Ptr< Expr > &&)
 

Additional Inherited Members

- Protected Member Functions inherited from thorin::ast::Decl
 Decl (Loc loc)
 
- Protected Member Functions inherited from thorin::ast::Node
 Node (Loc loc)
 
virtual ~Node ()
 
- Protected Attributes inherited from thorin::ast::Decl
Ref def_ = nullptr
 

Detailed Description

dbg: type

Definition at line 196 of file ast.h.

Constructor & Destructor Documentation

◆ IdPtrn()

thorin::ast::IdPtrn::IdPtrn ( Loc  loc,
bool  rebind,
Dbg  dbg,
Ptr< Expr > &&  type 
)
inline

Definition at line 198 of file ast.h.

Member Function Documentation

◆ bind()

void thorin::ast::IdPtrn::bind ( Scopes s,
bool  quiet = false 
) const
overridevirtual

◆ emit_type()

Ref thorin::ast::IdPtrn::emit_type ( Emitter e) const
overridevirtual

Implements thorin::ast::Ptrn.

Definition at line 68 of file emit.cpp.

References thorin::ast::Expr::emit(), thorin::ast::Node::loc(), and type().

Referenced by thorin::ast::GrpPtrn::emit_type().

◆ mk_id()

static Ptr< IdPtrn > thorin::ast::IdPtrn::mk_id ( AST ast,
Dbg  dbg,
Ptr< Expr > &&  type 
)
inlinestatic

◆ mk_type()

static Ptr< IdPtrn > thorin::ast::IdPtrn::mk_type ( AST ast,
Ptr< Expr > &&  type 
)
inlinestatic

◆ stream()

std::ostream & thorin::ast::IdPtrn::stream ( Tab tab,
std::ostream &  os 
) const
overridevirtual

Implements thorin::ast::Node.

Definition at line 53 of file stream.cpp.

References thorin::ast::Ptrn::dbg(), thorin::print(), and type().

◆ type()

const Expr * thorin::ast::IdPtrn::type ( ) const
inline

Definition at line 202 of file ast.h.

Referenced by bind(), emit_type(), mk_id(), mk_type(), and stream().


The documentation for this class was generated from the following files: