Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <IfCommand.h>
Public Member Functions | |
IfCommand (std::unique_ptr< Expression > condition, std::unique_ptr< Command > thenBranch, std::unique_ptr< Command > elseBranch) | |
CommandResult | run (Environment &environment) const override |
![]() | |
virtual | ~Command () noexcept=default |
|
inline |
|
inlineoverridevirtual |