Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
regexp::properties::RegExpEpsilon::Formal< SymbolType > Class Template Reference

#include <RegExpEpsilon.h>

Static Public Member Functions

static bool visit (const regexp::FormalRegExpAlternation< SymbolType > &alternation)
 
static bool visit (const regexp::FormalRegExpConcatenation< SymbolType > &concatenation)
 
static bool visit (const regexp::FormalRegExpIteration< SymbolType > &iteration)
 
static bool visit (const regexp::FormalRegExpSymbol< SymbolType > &symbol)
 
static bool visit (const regexp::FormalRegExpEmpty< SymbolType > &empty)
 
static bool visit (const regexp::FormalRegExpEpsilon< SymbolType > &epsilon)
 

Member Function Documentation

◆ visit() [1/6]

template<class SymbolType >
bool regexp::properties::RegExpEpsilon::Formal< SymbolType >::visit ( const regexp::FormalRegExpAlternation< SymbolType > &  alternation)
static

◆ visit() [2/6]

template<class SymbolType >
bool regexp::properties::RegExpEpsilon::Formal< SymbolType >::visit ( const regexp::FormalRegExpConcatenation< SymbolType > &  concatenation)
static

◆ visit() [3/6]

template<class SymbolType >
bool regexp::properties::RegExpEpsilon::Formal< SymbolType >::visit ( const regexp::FormalRegExpEmpty< SymbolType > &  empty)
static

◆ visit() [4/6]

template<class SymbolType >
bool regexp::properties::RegExpEpsilon::Formal< SymbolType >::visit ( const regexp::FormalRegExpEpsilon< SymbolType > &  epsilon)
static

◆ visit() [5/6]

template<class SymbolType >
bool regexp::properties::RegExpEpsilon::Formal< SymbolType >::visit ( const regexp::FormalRegExpIteration< SymbolType > &  iteration)
static

◆ visit() [6/6]

template<class SymbolType >
bool regexp::properties::RegExpEpsilon::Formal< SymbolType >::visit ( const regexp::FormalRegExpSymbol< SymbolType > &  symbol)
static

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