Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#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) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |