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

#include <GlushkovFirst.h>

Static Public Member Functions

static ext::set< regexp::FormalRegExpSymbol< SymbolType > > visit (const regexp::FormalRegExpAlternation< SymbolType > &node)
 
static ext::set< regexp::FormalRegExpSymbol< SymbolType > > visit (const regexp::FormalRegExpConcatenation< SymbolType > &node)
 
static ext::set< regexp::FormalRegExpSymbol< SymbolType > > visit (const regexp::FormalRegExpIteration< SymbolType > &node)
 
static ext::set< regexp::FormalRegExpSymbol< SymbolType > > visit (const regexp::FormalRegExpSymbol< SymbolType > &node)
 
static ext::set< regexp::FormalRegExpSymbol< SymbolType > > visit (const regexp::FormalRegExpEmpty< SymbolType > &node)
 
static ext::set< regexp::FormalRegExpSymbol< SymbolType > > visit (const regexp::FormalRegExpEpsilon< SymbolType > &node)
 

Member Function Documentation

◆ visit() [1/6]

template<class SymbolType >
ext::set< regexp::FormalRegExpSymbol< SymbolType > > regexp::GlushkovFirst::Formal< SymbolType >::visit ( const regexp::FormalRegExpAlternation< SymbolType > &  node)
static

◆ visit() [2/6]

template<class SymbolType >
ext::set< regexp::FormalRegExpSymbol< SymbolType > > regexp::GlushkovFirst::Formal< SymbolType >::visit ( const regexp::FormalRegExpConcatenation< SymbolType > &  node)
static
Here is the call graph for this function:

◆ visit() [3/6]

template<class SymbolType >
ext::set< regexp::FormalRegExpSymbol< SymbolType > > regexp::GlushkovFirst::Formal< SymbolType >::visit ( const regexp::FormalRegExpEmpty< SymbolType > &  node)
static

◆ visit() [4/6]

template<class SymbolType >
ext::set< regexp::FormalRegExpSymbol< SymbolType > > regexp::GlushkovFirst::Formal< SymbolType >::visit ( const regexp::FormalRegExpEpsilon< SymbolType > &  node)
static

◆ visit() [5/6]

template<class SymbolType >
ext::set< regexp::FormalRegExpSymbol< SymbolType > > regexp::GlushkovFirst::Formal< SymbolType >::visit ( const regexp::FormalRegExpIteration< SymbolType > &  node)
static

◆ visit() [6/6]

template<class SymbolType >
ext::set< regexp::FormalRegExpSymbol< SymbolType > > regexp::GlushkovFirst::Formal< SymbolType >::visit ( const regexp::FormalRegExpSymbol< SymbolType > &  node)
static

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