MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
mim::ast::GrpPtrn Class Reference

dbg_0 ... dbg_n-2 id where id = dbg_n-1: type More...

#include <mim/ast/ast.h>

Inheritance diagram for mim::ast::GrpPtrn:
[legend]

Public Member Functions

 GrpPtrn (Dbg dbg, const IdPtrn *id)
 
Dbg dbg () const
 
const IdPtrnid () const
 
void bind (Scopes &, bool rebind, bool quiet) const override
 
Ref emit_value (Emitter &, Ref) const override
 
Ref emit_type (Emitter &) const override
 
std::ostream & stream (Tab &, std::ostream &) const override
 
- Public Member Functions inherited from mim::ast::Ptrn
 Ptrn (Loc loc)
 
virtual bool implicit () const
 
- Public Member Functions inherited from mim::ast::Decl
Ref def () const
 
- Public Member Functions inherited from mim::ast::Node
Loc loc () const
 
void dump () const
 

Additional Inherited Members

- Static Public Member Functions inherited from mim::ast::Ptrn
static Ptr< Exprto_expr (AST &, Ptr< Ptrn > &&)
 
static Ptr< Ptrnto_ptrn (Ptr< Expr > &&)
 
- Protected Member Functions inherited from mim::ast::Decl
 Decl (Loc loc)
 
- Protected Member Functions inherited from mim::ast::Node
 Node (Loc loc)
 
virtual ~Node ()
 
- Protected Attributes inherited from mim::ast::Decl
Ref def_ = nullptr
 

Detailed Description

dbg_0 ... dbg_n-2 id where id = dbg_n-1: type

Definition at line 244 of file ast.h.

Constructor & Destructor Documentation

◆ GrpPtrn()

mim::ast::GrpPtrn::GrpPtrn ( Dbg dbg,
const IdPtrn * id )
inline

Definition at line 246 of file ast.h.

Member Function Documentation

◆ bind()

void mim::ast::GrpPtrn::bind ( Scopes & s,
bool rebind,
bool quiet ) const
overridevirtual

Implements mim::ast::Ptrn.

Definition at line 95 of file bind.cpp.

References dbg().

◆ dbg()

Dbg mim::ast::GrpPtrn::dbg ( ) const
inline

Definition at line 251 of file ast.h.

Referenced by bind(), emit_value(), and stream().

◆ emit_type()

Ref mim::ast::GrpPtrn::emit_type ( Emitter & e) const
overridevirtual

Implements mim::ast::Ptrn.

Definition at line 84 of file emit.cpp.

References mim::ast::IdPtrn::emit_type(), and id().

◆ emit_value()

Ref mim::ast::GrpPtrn::emit_value ( Emitter & ,
Ref def ) const
overridevirtual

Implements mim::ast::Ptrn.

Definition at line 60 of file emit.cpp.

References dbg(), mim::ast::Decl::def(), mim::ast::Decl::def_, and mim::Def::set().

◆ id()

const IdPtrn * mim::ast::GrpPtrn::id ( ) const
inline

Definition at line 252 of file ast.h.

Referenced by emit_type().

◆ stream()

std::ostream & mim::ast::GrpPtrn::stream ( Tab & ,
std::ostream & os ) const
overridevirtual

Implements mim::ast::Node.

Definition at line 55 of file stream.cpp.

References dbg().


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