tipc
A TIP to LLVM compiler
src
frontend
ast
treetypes
ASTStmt.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
ASTNode.h
"
4
7
class
ASTStmt
:
public
ASTNode
{
8
public
:
9
~ASTStmt
() =
default
;
10
// delegating the obligation to override the accept, codegen and print
11
};
ASTNode.h
ASTNode
Abstract base class for all AST nodes.
Definition:
ASTNode.h:34
ASTStmt
Base class for all statement nodes.
Definition:
ASTStmt.h:7
ASTStmt::~ASTStmt
~ASTStmt()=default
Generated by
1.9.1