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