Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <StatementList.h>
Public Member Functions | |
StatementList (ext::vector< std::shared_ptr< Statement > > statements) | |
std::shared_ptr< abstraction::Value > | translateAndEval (const std::shared_ptr< abstraction::Value > &, Environment &environment) const override |
void | append (std::shared_ptr< Statement > statement) |
![]() | |
virtual | ~Statement () noexcept=default |
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements cli::Statement.