Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <FormalRTEElement.h>
Public Member Functions | |
virtual | ~Visitor () noexcept=default |
virtual void | visit (FormalRTEAlternation< SymbolType > &alternation)=0 |
virtual void | visit (FormalRTEIteration< SymbolType > &iteration)=0 |
virtual void | visit (FormalRTESubstitution< SymbolType > &substitution)=0 |
virtual void | visit (FormalRTESymbolAlphabet< SymbolType > &symbol)=0 |
virtual void | visit (FormalRTESymbolSubst< SymbolType > &symbol)=0 |
virtual void | visit (FormalRTEEmpty< SymbolType > &empty)=0 |
|
virtualdefaultnoexcept |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |