#include <ast.h>
◆ Start()
Start::Start |
( |
std::vector< class Decl * > * |
DeclList, |
|
|
std::vector< class AssgnStmt * > * |
AssgnStmtList, |
|
|
std::vector< class GradStmt * > * |
GradStmtList, |
|
|
std::unordered_map< std::string, SymTabItem > * |
symbolTable |
|
) |
| |
◆ ~Start()
virtual Start::~Start |
( |
| ) |
|
|
virtualdefault |
◆ transpile()
void Start::transpile |
( |
std::ostream & |
out, |
|
|
int |
tab = 0 |
|
) |
| const |
◆ AssgnStmtList
std::vector<class AssgnStmt *>* Start::AssgnStmtList |
◆ DeclList
std::vector<class Decl *>* Start::DeclList |
◆ GradStmtList
std::vector<class GradStmt *>* Start::GradStmtList |
◆ symbolTable
std::unordered_map<std::string, SymTabItem>* Start::symbolTable |
The documentation for this class was generated from the following files: