Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Public Member Functions
regexp::FormalRegExpElement< SymbolType >::Visitor Class Referenceabstract

#include <FormalRegExpElement.h>

Inheritance diagram for regexp::FormalRegExpElement< SymbolType >::Visitor:
[legend]

Public Member Functions

virtual ~Visitor () noexcept=default
 
virtual void visit (const FormalRegExpAlternation< SymbolType > &)=0
 
virtual void visit (const FormalRegExpConcatenation< SymbolType > &)=0
 
virtual void visit (const FormalRegExpIteration< SymbolType > &)=0
 
virtual void visit (const FormalRegExpSymbol< SymbolType > &)=0
 
virtual void visit (const FormalRegExpEmpty< SymbolType > &)=0
 
virtual void visit (const FormalRegExpEpsilon< SymbolType > &)=0
 

Detailed Description

template<class SymbolType>
class regexp::FormalRegExpElement< SymbolType >::Visitor

Visitor interface of the element.

Constructor & Destructor Documentation

◆ ~Visitor()

template<class SymbolType >
virtual regexp::FormalRegExpElement< SymbolType >::Visitor::~Visitor ( )
virtualdefaultnoexcept

Member Function Documentation

◆ visit() [1/6]

template<class SymbolType >
virtual void regexp::FormalRegExpElement< SymbolType >::Visitor::visit ( const FormalRegExpAlternation< SymbolType > &  )
pure virtual

◆ visit() [2/6]

template<class SymbolType >
virtual void regexp::FormalRegExpElement< SymbolType >::Visitor::visit ( const FormalRegExpConcatenation< SymbolType > &  )
pure virtual

◆ visit() [3/6]

template<class SymbolType >
virtual void regexp::FormalRegExpElement< SymbolType >::Visitor::visit ( const FormalRegExpEmpty< SymbolType > &  )
pure virtual

◆ visit() [4/6]

template<class SymbolType >
virtual void regexp::FormalRegExpElement< SymbolType >::Visitor::visit ( const FormalRegExpEpsilon< SymbolType > &  )
pure virtual

◆ visit() [5/6]

template<class SymbolType >
virtual void regexp::FormalRegExpElement< SymbolType >::Visitor::visit ( const FormalRegExpIteration< SymbolType > &  )
pure virtual

◆ visit() [6/6]

template<class SymbolType >
virtual void regexp::FormalRegExpElement< SymbolType >::Visitor::visit ( const FormalRegExpSymbol< SymbolType > &  )
pure virtual

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