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

#include <GlushkovFirst.h>

Static Public Member Functions

static ext::set< regexp::UnboundedRegExpSymbol< SymbolType > > visit (const regexp::UnboundedRegExpAlternation< SymbolType > &node)
 
static ext::set< regexp::UnboundedRegExpSymbol< SymbolType > > visit (const regexp::UnboundedRegExpConcatenation< SymbolType > &node)
 
static ext::set< regexp::UnboundedRegExpSymbol< SymbolType > > visit (const regexp::UnboundedRegExpIteration< SymbolType > &node)
 
static ext::set< regexp::UnboundedRegExpSymbol< SymbolType > > visit (const regexp::UnboundedRegExpSymbol< SymbolType > &node)
 
static ext::set< regexp::UnboundedRegExpSymbol< SymbolType > > visit (const regexp::UnboundedRegExpEmpty< SymbolType > &node)
 
static ext::set< regexp::UnboundedRegExpSymbol< SymbolType > > visit (const regexp::UnboundedRegExpEpsilon< SymbolType > &node)
 

Member Function Documentation

◆ visit() [1/6]

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

◆ visit() [2/6]

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

◆ visit() [3/6]

template<class SymbolType >
ext::set< regexp::UnboundedRegExpSymbol< SymbolType > > regexp::GlushkovFirst::Unbounded< SymbolType >::visit ( const regexp::UnboundedRegExpEmpty< SymbolType > &  node)
static

◆ visit() [4/6]

template<class SymbolType >
ext::set< regexp::UnboundedRegExpSymbol< SymbolType > > regexp::GlushkovFirst::Unbounded< SymbolType >::visit ( const regexp::UnboundedRegExpEpsilon< SymbolType > &  node)
static

◆ visit() [5/6]

template<class SymbolType >
ext::set< regexp::UnboundedRegExpSymbol< SymbolType > > regexp::GlushkovFirst::Unbounded< SymbolType >::visit ( const regexp::UnboundedRegExpIteration< SymbolType > &  node)
static

◆ visit() [6/6]

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

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