MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
mim::ast::Node Class Referenceabstract

#include <mim/ast/ast.h>

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

Public Member Functions

Loc loc () const
 
virtual std::ostream & stream (Tab &, std::ostream &) const =0
 
void dump () const
 

Protected Member Functions

 Node (Loc loc)
 
virtual ~Node ()
 

Detailed Description

Definition at line 113 of file ast.h.

Constructor & Destructor Documentation

◆ Node()

mim::ast::Node::Node ( Loc loc)
inlineprotected

Definition at line 115 of file ast.h.

◆ ~Node()

virtual mim::ast::Node::~Node ( )
inlineprotectedvirtual

Definition at line 117 of file ast.h.

Member Function Documentation

◆ dump()

void mim::ast::Node::dump ( ) const

Definition at line 32 of file stream.cpp.

References stream().

◆ loc()

◆ stream()


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