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

#include <thorin/ast/ast.h>

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

Public Member Functions

virtual void bind (Scopes &) const =0
 
virtual void emit (Emitter &) const =0
 
- Public Member Functions inherited from thorin::ast::Decl
Ref def () const
 
- Public Member Functions inherited from thorin::ast::Node
Loc loc () const
 
virtual std::ostream & stream (Tab &, std::ostream &) const =0
 
void dump () const
 

Protected Member Functions

 ValDecl (Loc loc)
 
- Protected Member Functions inherited from thorin::ast::Decl
 Decl (Loc loc)
 
- Protected Member Functions inherited from thorin::ast::Node
 Node (Loc loc)
 
virtual ~Node ()
 

Additional Inherited Members

- Protected Attributes inherited from thorin::ast::Decl
Ref def_ = nullptr
 

Detailed Description

Definition at line 157 of file ast.h.

Constructor & Destructor Documentation

◆ ValDecl()

thorin::ast::ValDecl::ValDecl ( Loc  loc)
inlineprotected

Definition at line 159 of file ast.h.

Member Function Documentation

◆ bind()

virtual void thorin::ast::ValDecl::bind ( Scopes ) const
pure virtual

◆ emit()

virtual void thorin::ast::ValDecl::emit ( Emitter ) const
pure virtual

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