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

Reform (type of a rule) Rule type. More...

#include <mim/ast/ast.h>

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

Public Member Functions

 RuleExpr (Loc loc, Ptr< Expr > &&meta_type)
 
const Exprmeta_type () const
 
void bind (Scopes &) const override
 
std::ostream & stream (Tab &, std::ostream &) const override
 
- Public Member Functions inherited from mim::ast::Expr
const Defemit (Emitter &) const
 
virtual const Defemit_decl (Emitter &, const Def *) const
 
virtual void emit_body (Emitter &, const Def *) const
 
- Public Member Functions inherited from mim::ast::Node
Loc loc () const
 
void dump () const
 

Private Member Functions

const Defemit_ (Emitter &) const override
 

Additional Inherited Members

enum class  Prec {
  Err ,
  Bot ,
  Where ,
  Arrow ,
  Pi ,
  Inj ,
  App ,
  Union ,
  Extract ,
  Lit
}
 
static constexpr bool is_rassoc (Prec p)
 
- Protected Member Functions inherited from mim::ast::Expr
 Expr (Loc loc)
 
- Protected Member Functions inherited from mim::ast::Node
 Node (Loc loc)
 
virtual ~Node ()
 

Detailed Description

Reform (type of a rule) Rule type.

Definition at line 452 of file ast.h.

Constructor & Destructor Documentation

◆ RuleExpr()

mim::ast::RuleExpr::RuleExpr ( Loc loc,
Ptr< Expr > && meta_type )
inline

Definition at line 454 of file ast.h.

References mim::ast::Expr::Expr(), mim::ast::Node::loc(), and meta_type().

Member Function Documentation

◆ bind()

void mim::ast::RuleExpr::bind ( Scopes & s) const
overridevirtual

Implements mim::ast::Expr.

Definition at line 122 of file bind.cpp.

References meta_type().

◆ emit_()

const Def * mim::ast::RuleExpr::emit_ ( Emitter & e) const
overrideprivatevirtual

Implements mim::ast::Expr.

Definition at line 148 of file emit.cpp.

References mim::ast::Expr::emit(), and meta_type().

◆ meta_type()

const Expr * mim::ast::RuleExpr::meta_type ( ) const
inline

Definition at line 458 of file ast.h.

References mim::ast::Expr::Expr().

Referenced by bind(), emit_(), RuleExpr(), and stream().

◆ stream()

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

Implements mim::ast::Node.

Definition at line 112 of file stream.cpp.

References meta_type(), and mim::print().


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