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