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

#include <RegExpEpsilon.h>

Static Public Member Functions

static bool visit (const regexp::UnboundedRegExpAlternation< SymbolType > &alternation)
 
static bool visit (const regexp::UnboundedRegExpConcatenation< SymbolType > &concatenation)
 
static bool visit (const regexp::UnboundedRegExpIteration< SymbolType > &iteration)
 
static bool visit (const regexp::UnboundedRegExpSymbol< SymbolType > &symbol)
 
static bool visit (const regexp::UnboundedRegExpEmpty< SymbolType > &empty)
 
static bool visit (const regexp::UnboundedRegExpEpsilon< SymbolType > &epsilon)
 

Member Function Documentation

◆ visit() [1/6]

template<class SymbolType >
bool regexp::properties::RegExpEpsilon::Unbounded< SymbolType >::visit ( const regexp::UnboundedRegExpAlternation< SymbolType > &  alternation)
static
Here is the call graph for this function:

◆ visit() [2/6]

template<class SymbolType >
bool regexp::properties::RegExpEpsilon::Unbounded< SymbolType >::visit ( const regexp::UnboundedRegExpConcatenation< SymbolType > &  concatenation)
static
Here is the call graph for this function:

◆ visit() [3/6]

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

◆ visit() [4/6]

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

◆ visit() [5/6]

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

◆ visit() [6/6]

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

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