Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Public Member Functions
cli::ContainerStatement Class Referencefinal

#include <ContainerStatement.h>

Inheritance diagram for cli::ContainerStatement:
[legend]
Collaboration diagram for cli::ContainerStatement:
[legend]

Public Member Functions

 ContainerStatement (std::string container, ext::vector< std::shared_ptr< Statement > > params, std::unique_ptr< TypeOption > type)
 
std::shared_ptr< abstraction::ValuetranslateAndEval (const std::shared_ptr< abstraction::Value > &prev, Environment &environment) const override
 
- Public Member Functions inherited from cli::Statement
virtual ~Statement () noexcept=default
 

Constructor & Destructor Documentation

◆ ContainerStatement()

cli::ContainerStatement::ContainerStatement ( std::string  container,
ext::vector< std::shared_ptr< Statement > >  params,
std::unique_ptr< TypeOption type 
)

Member Function Documentation

◆ translateAndEval()

std::shared_ptr< abstraction::Value > cli::ContainerStatement::translateAndEval ( const std::shared_ptr< abstraction::Value > &  prev,
Environment environment 
) const
overridevirtual

Implements cli::Statement.

Here is the call graph for this function:

The documentation for this class was generated from the following files: