Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <ContainerStatement.h>
Public Member Functions | |
ContainerStatement (std::string container, ext::vector< std::shared_ptr< Statement > > params, std::unique_ptr< TypeOption > type) | |
std::shared_ptr< abstraction::Value > | translateAndEval (const std::shared_ptr< abstraction::Value > &prev, Environment &environment) const override |
![]() | |
virtual | ~Statement () noexcept=default |
cli::ContainerStatement::ContainerStatement | ( | std::string | container, |
ext::vector< std::shared_ptr< Statement > > | params, | ||
std::unique_ptr< TypeOption > | type | ||
) |
|
overridevirtual |