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::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) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |